@clickhouse/click-ui 0.0.133 → 0.0.135

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.
@@ -883,10 +883,12 @@ declare const _default: {
883
883
  "default": "#ffffff",
884
884
  "hover": "#ffffff",
885
885
  "active": "#ffffff",
886
- "muted": "#b3b6bd"
886
+ "muted": "#b3b6bd",
887
+ "disabled": "#808080"
887
888
  },
888
889
  "icon": {
889
- "default": "#b3b6bd"
890
+ "default": "#b3b6bd",
891
+ "disabled": "#808080"
890
892
  }
891
893
  }
892
894
  },
@@ -901,11 +903,13 @@ declare const _default: {
901
903
  "color": {
902
904
  "text": {
903
905
  "default": "#b3b6bd",
906
+ "disabled": "#808080",
904
907
  "hover": "#ffffff",
905
908
  "active": "#ffffff"
906
909
  },
907
910
  "background": {
908
911
  "default": "rgba(0,0,0,0)",
912
+ "disabled": "rgba(0,0,0,0)",
909
913
  "hover": "lch(19.1 0 0)",
910
914
  "active": "rgba(0,0,0,0)"
911
915
  }
@@ -941,23 +945,19 @@ declare const _default: {
941
945
  "default": "#ffffff",
942
946
  "hover": "#ffffff",
943
947
  "active": "#ffffff",
944
- "muted": "#b3b6bd"
948
+ "muted": "#b3b6bd",
949
+ "disabled": "#808080"
945
950
  },
946
951
  "icon": {
947
- "default": "#b3b6bd"
952
+ "default": "#b3b6bd",
953
+ "disabled": "#808080"
948
954
  }
949
955
  }
950
956
  },
951
- "title": {
952
- "color": {
953
- "default": "#b3b6bd",
954
- "hover": "#b3b6bd",
955
- "active": "#b3b6bd"
956
- }
957
- },
958
957
  "subItem": {
959
958
  "color": {
960
959
  "text": {
960
+ "disabled": "#808080",
961
961
  "default": "#b3b6bd",
962
962
  "hover": "#ffffff",
963
963
  "active": "#ffffff"
@@ -969,6 +969,13 @@ declare const _default: {
969
969
  }
970
970
  }
971
971
  },
972
+ "title": {
973
+ "color": {
974
+ "default": "#b3b6bd",
975
+ "hover": "#b3b6bd",
976
+ "active": "#b3b6bd"
977
+ }
978
+ },
972
979
  "dragControl": {
973
980
  "separator": {
974
981
  "color": {
@@ -1797,10 +1797,12 @@ declare const _default: {
1797
1797
  "default": "#161517",
1798
1798
  "hover": "#161517",
1799
1799
  "active": "#161517",
1800
- "muted": "#696e79"
1800
+ "muted": "#696e79",
1801
+ "disabled": "#a0a0a0"
1801
1802
  },
1802
1803
  "icon": {
1803
- "default": "#696e79"
1804
+ "default": "#696e79",
1805
+ "disabled": "#a0a0a0"
1804
1806
  }
1805
1807
  }
1806
1808
  },
@@ -1815,13 +1817,19 @@ declare const _default: {
1815
1817
  "color": {
1816
1818
  "text": {
1817
1819
  "default": "#696e79",
1820
+ "disabled": "#a0a0a0",
1818
1821
  "hover": "#161517",
1819
1822
  "active": "#161517"
1820
1823
  },
1821
1824
  "background": {
1822
1825
  "default": "rgba(0,0,0,0)",
1826
+ "disabled": "rgba(0,0,0,0)",
1823
1827
  "hover": "lch(91.6 1.1 266 / 0.6)",
1824
1828
  "active": "rgba(0,0,0,0)"
1829
+ },
1830
+ "icon": {
1831
+ "default": "#696e79",
1832
+ "disabled": "#a0a0a0"
1825
1833
  }
1826
1834
  }
1827
1835
  },
@@ -1855,23 +1863,19 @@ declare const _default: {
1855
1863
  "default": "#161517",
1856
1864
  "hover": "#161517",
1857
1865
  "active": "#161517",
1858
- "muted": "#696e79"
1866
+ "muted": "#696e79",
1867
+ "disabled": "#a0a0a0"
1859
1868
  },
1860
1869
  "icon": {
1861
- "default": "#696e79"
1870
+ "default": "#696e79",
1871
+ "disabled": "#a0a0a0"
1862
1872
  }
1863
1873
  }
1864
1874
  },
1865
- "title": {
1866
- "color": {
1867
- "default": "#696e79",
1868
- "hover": "#696e79",
1869
- "active": "#696e79"
1870
- }
1871
- },
1872
1875
  "subItem": {
1873
1876
  "color": {
1874
1877
  "text": {
1878
+ "disabled": "#a0a0a0",
1875
1879
  "default": "#696e79",
1876
1880
  "hover": "#161517",
1877
1881
  "active": "#161517"
@@ -1883,6 +1887,13 @@ declare const _default: {
1883
1887
  }
1884
1888
  }
1885
1889
  },
1890
+ "title": {
1891
+ "color": {
1892
+ "default": "#696e79",
1893
+ "hover": "#696e79",
1894
+ "active": "#696e79"
1895
+ }
1896
+ },
1886
1897
  "dragControl": {
1887
1898
  "separator": {
1888
1899
  "color": {
@@ -879,10 +879,12 @@ declare const _default: {
879
879
  "default": "#161517",
880
880
  "hover": "#161517",
881
881
  "active": "#161517",
882
- "muted": "#696e79"
882
+ "muted": "#696e79",
883
+ "disabled": "#a0a0a0"
883
884
  },
884
885
  "icon": {
885
- "default": "#696e79"
886
+ "default": "#696e79",
887
+ "disabled": "#a0a0a0"
886
888
  }
887
889
  }
888
890
  },
@@ -897,13 +899,19 @@ declare const _default: {
897
899
  "color": {
898
900
  "text": {
899
901
  "default": "#696e79",
902
+ "disabled": "#a0a0a0",
900
903
  "hover": "#161517",
901
904
  "active": "#161517"
902
905
  },
903
906
  "background": {
904
907
  "default": "rgba(0,0,0,0)",
908
+ "disabled": "rgba(0,0,0,0)",
905
909
  "hover": "lch(91.6 1.1 266 / 0.6)",
906
910
  "active": "rgba(0,0,0,0)"
911
+ },
912
+ "icon": {
913
+ "default": "#696e79",
914
+ "disabled": "#a0a0a0"
907
915
  }
908
916
  }
909
917
  },
@@ -937,23 +945,18 @@ declare const _default: {
937
945
  "default": "#161517",
938
946
  "hover": "#161517",
939
947
  "active": "#161517",
940
- "muted": "#696e79"
948
+ "muted": "#696e79",
949
+ "disabled": "#a0a0a0"
941
950
  },
942
951
  "icon": {
943
952
  "default": "#696e79"
944
953
  }
945
954
  }
946
955
  },
947
- "title": {
948
- "color": {
949
- "default": "#696e79",
950
- "hover": "#696e79",
951
- "active": "#696e79"
952
- }
953
- },
954
956
  "subItem": {
955
957
  "color": {
956
958
  "text": {
959
+ "disabled": "#a0a0a0",
957
960
  "default": "#696e79",
958
961
  "hover": "#161517",
959
962
  "active": "#161517"
@@ -965,6 +968,13 @@ declare const _default: {
965
968
  }
966
969
  }
967
970
  },
971
+ "title": {
972
+ "color": {
973
+ "default": "#696e79",
974
+ "hover": "#696e79",
975
+ "active": "#696e79"
976
+ }
977
+ },
968
978
  "dragControl": {
969
979
  "separator": {
970
980
  "color": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.133",
3
+ "version": "0.0.135",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",