@digitalc/dxp-ui 0.0.6-alpha.15 → 0.0.6-alpha.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,6 +25,7 @@ declare const useDesignTokens: () => {
25
25
  fontSize: any;
26
26
  colorBgContainerDisabled: any;
27
27
  fontFamily: string;
28
+ colorTextDisabled: any;
28
29
  };
29
30
  declare const useStyleToken: () => {
30
31
  [x: string]: any;
@@ -55,7 +55,8 @@ var useDesignTokens = function useDesignTokens() {
55
55
  // 字体大小
56
56
  colorBgContainerDisabled: getToken('colorInputBackgroundHaze'),
57
57
  // 背景颜色
58
- fontFamily: "".concat(getToken('fontFamilySecondaryRegular'), "-Regular")
58
+ fontFamily: "".concat(getToken('fontFamilySecondaryRegular'), "-Regular"),
59
+ colorTextDisabled: getToken('colorInputTextActive') // 禁用文本颜色
59
60
  };
60
61
  return designTokens;
61
62
  };
@@ -25,6 +25,7 @@ declare const useDesignTokens: () => {
25
25
  fontSize: any;
26
26
  colorBgContainerDisabled: any;
27
27
  fontFamily: string;
28
+ colorTextDisabled: any;
28
29
  };
29
30
  declare const useStyleToken: () => {
30
31
  [x: string]: any;
@@ -80,7 +80,9 @@ var useDesignTokens = () => {
80
80
  // 字体大小
81
81
  colorBgContainerDisabled: getToken("colorInputBackgroundHaze"),
82
82
  // 背景颜色
83
- fontFamily: `${getToken("fontFamilySecondaryRegular")}-Regular`
83
+ fontFamily: `${getToken("fontFamilySecondaryRegular")}-Regular`,
84
+ colorTextDisabled: getToken("colorInputTextActive")
85
+ // 禁用文本颜色
84
86
  };
85
87
  return designTokens;
86
88
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalc/dxp-ui",
3
- "version": "0.0.6-alpha.15",
3
+ "version": "0.0.6-alpha.16",
4
4
  "description": "A UI library of Digitalc Design React Component",
5
5
  "type": "module",
6
6
  "keywords": [