@tidbcloud/uikit 2.0.0-beta.29 → 2.0.0-beta.30

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @tidbcloud/uikit
2
2
 
3
+ ## 2.0.0-beta.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Select description use carbon.7
8
+
3
9
  ## 2.0.0-beta.29
4
10
 
5
11
  ### Minor Changes
@@ -495,7 +495,7 @@ const theme = {
495
495
  ...matches.label
496
496
  },
497
497
  description: {
498
- color: theme2.colors.carbon[6]
498
+ color: theme2.colors.carbon[7]
499
499
  },
500
500
  input: {
501
501
  ...matches.input,
@@ -493,7 +493,7 @@ const theme = {
493
493
  ...matches.label
494
494
  },
495
495
  description: {
496
- color: theme2.colors.carbon[6]
496
+ color: theme2.colors.carbon[7]
497
497
  },
498
498
  input: {
499
499
  ...matches.input,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tidbcloud/uikit",
3
- "version": "2.0.0-beta.29",
3
+ "version": "2.0.0-beta.30",
4
4
  "description": "tidbcloud uikit",
5
5
  "type": "module",
6
6
  "main": "dist/primitive/index.cjs",