@clickhouse/click-ui 0.0.219 → 0.0.220

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.
@@ -45874,6 +45874,10 @@ const click$2 = {
45874
45874
  },
45875
45875
  label: {
45876
45876
  "default": "#b3b6bd"
45877
+ },
45878
+ barChart: {
45879
+ "default": "#414141",
45880
+ hover: "#606060"
45877
45881
  }
45878
45882
  }
45879
45883
  },
@@ -47685,6 +47689,10 @@ const click$1 = {
47685
47689
  },
47686
47690
  label: {
47687
47691
  "default": "#696e79"
47692
+ },
47693
+ barChart: {
47694
+ "default": "#dfdfdf",
47695
+ hover: "#c0c0c0"
47688
47696
  }
47689
47697
  }
47690
47698
  },
@@ -50908,6 +50916,10 @@ const click = {
50908
50916
  },
50909
50917
  label: {
50910
50918
  "default": "#696e79"
50919
+ },
50920
+ barChart: {
50921
+ "default": "#dfdfdf",
50922
+ hover: "#c0c0c0"
50911
50923
  }
50912
50924
  }
50913
50925
  },
@@ -45890,6 +45890,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
45890
45890
  },
45891
45891
  label: {
45892
45892
  "default": "#b3b6bd"
45893
+ },
45894
+ barChart: {
45895
+ "default": "#414141",
45896
+ hover: "#606060"
45893
45897
  }
45894
45898
  }
45895
45899
  },
@@ -47701,6 +47705,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
47701
47705
  },
47702
47706
  label: {
47703
47707
  "default": "#696e79"
47708
+ },
47709
+ barChart: {
47710
+ "default": "#dfdfdf",
47711
+ hover: "#c0c0c0"
47704
47712
  }
47705
47713
  }
47706
47714
  },
@@ -50924,6 +50932,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
50924
50932
  },
50925
50933
  label: {
50926
50934
  "default": "#696e79"
50935
+ },
50936
+ barChart: {
50937
+ "default": "#dfdfdf",
50938
+ hover: "#c0c0c0"
50927
50939
  }
50928
50940
  }
50929
50941
  },
@@ -44706,6 +44706,10 @@ const click$2 = {
44706
44706
  },
44707
44707
  label: {
44708
44708
  "default": "#b3b6bd"
44709
+ },
44710
+ barChart: {
44711
+ "default": "#414141",
44712
+ hover: "#606060"
44709
44713
  }
44710
44714
  }
44711
44715
  },
@@ -46517,6 +46521,10 @@ const click$1 = {
46517
46521
  },
46518
46522
  label: {
46519
46523
  "default": "#696e79"
46524
+ },
46525
+ barChart: {
46526
+ "default": "#dfdfdf",
46527
+ hover: "#c0c0c0"
46520
46528
  }
46521
46529
  }
46522
46530
  },
@@ -49740,6 +49748,10 @@ const click = {
49740
49748
  },
49741
49749
  label: {
49742
49750
  "default": "#696e79"
49751
+ },
49752
+ barChart: {
49753
+ "default": "#dfdfdf",
49754
+ hover: "#c0c0c0"
49743
49755
  }
49744
49756
  }
49745
49757
  },
@@ -44721,6 +44721,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
44721
44721
  },
44722
44722
  label: {
44723
44723
  "default": "#b3b6bd"
44724
+ },
44725
+ barChart: {
44726
+ "default": "#414141",
44727
+ hover: "#606060"
44724
44728
  }
44725
44729
  }
44726
44730
  },
@@ -46532,6 +46536,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
46532
46536
  },
46533
46537
  label: {
46534
46538
  "default": "#696e79"
46539
+ },
46540
+ barChart: {
46541
+ "default": "#dfdfdf",
46542
+ hover: "#c0c0c0"
46535
46543
  }
46536
46544
  }
46537
46545
  },
@@ -49755,6 +49763,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
49755
49763
  },
49756
49764
  label: {
49757
49765
  "default": "#696e79"
49766
+ },
49767
+ barChart: {
49768
+ "default": "#dfdfdf",
49769
+ hover: "#c0c0c0"
49758
49770
  }
49759
49771
  }
49760
49772
  },
@@ -2904,6 +2904,10 @@ export interface Theme {
2904
2904
  "label": {
2905
2905
  "default": string;
2906
2906
  };
2907
+ "barChart": {
2908
+ "default": string;
2909
+ "hover": string;
2910
+ };
2907
2911
  };
2908
2912
  };
2909
2913
  "global": {
@@ -1505,6 +1505,10 @@ declare const _default: {
1505
1505
  },
1506
1506
  "label": {
1507
1507
  "default": "#b3b6bd"
1508
+ },
1509
+ "barChart": {
1510
+ "default": "#414141",
1511
+ "hover": "#606060"
1508
1512
  }
1509
1513
  }
1510
1514
  },
@@ -2903,6 +2903,10 @@ declare const _default: {
2903
2903
  },
2904
2904
  "label": {
2905
2905
  "default": "#696e79"
2906
+ },
2907
+ "barChart": {
2908
+ "default": "#dfdfdf",
2909
+ "hover": "#c0c0c0"
2906
2910
  }
2907
2911
  }
2908
2912
  },
@@ -1492,6 +1492,10 @@ declare const _default: {
1492
1492
  },
1493
1493
  "label": {
1494
1494
  "default": "#696e79"
1495
+ },
1496
+ "barChart": {
1497
+ "default": "#dfdfdf",
1498
+ "hover": "#c0c0c0"
1495
1499
  }
1496
1500
  }
1497
1501
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.219",
3
+ "version": "0.0.220",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",