feat(design): 原 Password 组件功能集成到 Input.Password,并新增加密功能 #1173
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|