Skip to content

feat(design): 原 Password 组件功能集成到 Input.Password,并新增加密功能 #1173

feat(design): 原 Password 组件功能集成到 Input.Password,并新增加密功能

feat(design): 原 Password 组件功能集成到 Input.Password,并新增加密功能 #1173

Triggered via pull request November 1, 2023 06:55
@VanleehaoVanleehao
synchronize #100
hjg-dev
Status Failure
Total duration 1m 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build (16.x, ubuntu-latest): packages/design/src/message/demo/basic.tsx#L6
Type '{ defaultSeed: { colorPrimary: string; colorInfo: string; colorSuccess: string; colorWarning: string; colorError: string; borderRadius: number; blue: string; green: string; yellow: string; red: string; ... 35 more ...; gold: string; }; ... 6 more ...; getDesignToken: (config?: ThemeConfig) => AliasToken; }' is not assignable to type 'ThemeConfig'.
build (16.x, ubuntu-latest): packages/design/src/notification/demo/basic.tsx#L7
Type '{ defaultSeed: { colorPrimary: string; colorInfo: string; colorSuccess: string; colorWarning: string; colorError: string; borderRadius: number; blue: string; green: string; yellow: string; red: string; ... 35 more ...; gold: string; }; ... 6 more ...; getDesignToken: (config?: ThemeConfig) => AliasToken; }' is not assignable to type 'ThemeConfig'.
build (16.x, ubuntu-latest): packages/design/src/theme/demo/previewer-advanced.tsx#L14
Type '{ defaultSeed: { colorPrimary: string; colorInfo: string; colorSuccess: string; colorWarning: string; colorError: string; borderRadius: number; blue: string; green: string; yellow: string; red: string; ... 35 more ...; gold: string; }; ... 6 more ...; getDesignToken: (config?: ThemeConfig) => AliasToken; }' is not assignable to type 'ThemeConfig'.
build (16.x, ubuntu-latest): packages/design/src/theme/demo/previewer-basic.tsx#L14
Type '{ defaultSeed: { colorPrimary: string; colorInfo: string; colorSuccess: string; colorWarning: string; colorError: string; borderRadius: number; blue: string; green: string; yellow: string; red: string; ... 35 more ...; gold: string; }; ... 6 more ...; getDesignToken: (config?: ThemeConfig) => AliasToken; }' is not assignable to type 'ThemeConfig'.
build (16.x, ubuntu-latest)
Process completed with exit code 1.