@clickhouse/click-ui 0.0.189 → 0.0.190

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.
@@ -43863,7 +43863,7 @@ const click$2 = {
43863
43863
  "default": "#414141",
43864
43864
  hover: "#414141",
43865
43865
  active: "#151515",
43866
- disabled: "#606060"
43866
+ disabled: "#414141"
43867
43867
  },
43868
43868
  indicator: {
43869
43869
  "default": "#1F1F1C",
@@ -44092,12 +44092,12 @@ const click$2 = {
44092
44092
  background: {
44093
44093
  "default": "#606060",
44094
44094
  active: "#FAFF69",
44095
- disabled: "#808080"
44095
+ disabled: "#414141"
44096
44096
  },
44097
44097
  stroke: {
44098
44098
  "default": "#606060",
44099
44099
  active: "#FAFF69",
44100
- disabled: "#808080"
44100
+ disabled: "#414141"
44101
44101
  },
44102
44102
  indicator: {
44103
44103
  "default": "#151515",
@@ -43879,7 +43879,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
43879
43879
  "default": "#414141",
43880
43880
  hover: "#414141",
43881
43881
  active: "#151515",
43882
- disabled: "#606060"
43882
+ disabled: "#414141"
43883
43883
  },
43884
43884
  indicator: {
43885
43885
  "default": "#1F1F1C",
@@ -44108,12 +44108,12 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
44108
44108
  background: {
44109
44109
  "default": "#606060",
44110
44110
  active: "#FAFF69",
44111
- disabled: "#808080"
44111
+ disabled: "#414141"
44112
44112
  },
44113
44113
  stroke: {
44114
44114
  "default": "#606060",
44115
44115
  active: "#FAFF69",
44116
- disabled: "#808080"
44116
+ disabled: "#414141"
44117
44117
  },
44118
44118
  indicator: {
44119
44119
  "default": "#151515",
@@ -1025,7 +1025,7 @@ declare const _default: {
1025
1025
  "default": "#414141",
1026
1026
  "hover": "#414141",
1027
1027
  "active": "#151515",
1028
- "disabled": "#606060"
1028
+ "disabled": "#414141"
1029
1029
  },
1030
1030
  "indicator": {
1031
1031
  "default": "#1F1F1C",
@@ -1254,12 +1254,12 @@ declare const _default: {
1254
1254
  "background": {
1255
1255
  "default": "#606060",
1256
1256
  "active": "#FAFF69",
1257
- "disabled": "#808080"
1257
+ "disabled": "#414141"
1258
1258
  },
1259
1259
  "stroke": {
1260
1260
  "default": "#606060",
1261
1261
  "active": "#FAFF69",
1262
- "disabled": "#808080"
1262
+ "disabled": "#414141"
1263
1263
  },
1264
1264
  "indicator": {
1265
1265
  "default": "#151515",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "v0.0.189",
3
+ "version": "0.0.190",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",