@tidbcloud/uikit 2.0.0-beta.37 → 2.0.0-beta.38

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,8 +1,14 @@
1
1
  # @tidbcloud/uikit
2
2
 
3
+ ## 2.0.0-beta.38
4
+
5
+ ### Patch Changes
6
+
7
+ - update timerangepicker style
8
+
3
9
  ## 2.0.0-beta.37
4
10
 
5
- ### Major Changes
11
+ ### Minor Changes
6
12
 
7
13
  - add tableList,block icon
8
14
 
@@ -65,7 +65,7 @@ const TimeRangePicker = ({
65
65
  root: {
66
66
  paddingLeft: "12px",
67
67
  paddingRight: "12px",
68
- borderColor: opened ? theme.colors.carbon[9] : theme.colors.carbon[5],
68
+ borderColor: opened ? theme.colors.carbon[9] : theme.colors.carbon[4],
69
69
  "&:hover": {
70
70
  backgroundColor: theme.colors.carbon[0],
71
71
  borderColor: opened ? theme.colors.carbon[9] : theme.colors.carbon[5]
@@ -78,11 +78,11 @@ const TimeRangePicker = ({
78
78
  label: {
79
79
  display: "flex",
80
80
  justifyContent: "space-between",
81
- width: "100%"
81
+ width: "100%",
82
+ fontWeight: 400
82
83
  }
83
84
  }),
84
85
  w: disableAbsoluteRanges ? 200 : 280,
85
- fw: "normal",
86
86
  sx,
87
87
  ...loading ? { "data-loading": true } : {},
88
88
  children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsxs(Group.Group, { w: "100%", spacing: 0, children: [
@@ -64,7 +64,7 @@ const TimeRangePicker = ({
64
64
  root: {
65
65
  paddingLeft: "12px",
66
66
  paddingRight: "12px",
67
- borderColor: opened ? theme.colors.carbon[9] : theme.colors.carbon[5],
67
+ borderColor: opened ? theme.colors.carbon[9] : theme.colors.carbon[4],
68
68
  "&:hover": {
69
69
  backgroundColor: theme.colors.carbon[0],
70
70
  borderColor: opened ? theme.colors.carbon[9] : theme.colors.carbon[5]
@@ -77,11 +77,11 @@ const TimeRangePicker = ({
77
77
  label: {
78
78
  display: "flex",
79
79
  justifyContent: "space-between",
80
- width: "100%"
80
+ width: "100%",
81
+ fontWeight: 400
81
82
  }
82
83
  }),
83
84
  w: disableAbsoluteRanges ? 200 : 280,
84
- fw: "normal",
85
85
  sx,
86
86
  ...loading ? { "data-loading": true } : {},
87
87
  children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Group, { w: "100%", spacing: 0, children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tidbcloud/uikit",
3
- "version": "2.0.0-beta.37",
3
+ "version": "2.0.0-beta.38",
4
4
  "description": "tidbcloud uikit",
5
5
  "type": "module",
6
6
  "main": "dist/primitive/index.cjs",