@clickhouse/click-ui 0.0.46 → 0.0.47

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.
@@ -889,29 +889,81 @@ declare const _default: {
889
889
  }
890
890
  }
891
891
  },
892
- "stepperVertical": {
893
- "icon": {
894
- "background": {
895
- "default": "#161517",
896
- "incomplete": "lch(93.7 0.83 266)",
897
- "complete": "#161517"
898
- },
899
- "foreground": {
900
- "default": "#ffffff",
901
- "incomplete": "#161517",
902
- "complete": "#ffffff"
892
+ "stepper": {
893
+ "vertical": {
894
+ "numbered": {
895
+ "connector": {
896
+ "color": {
897
+ "stroke": {
898
+ "incomplete": "#c0c0c0",
899
+ "complete": "#1F1F1C",
900
+ "active": "#c0c0c0"
901
+ }
902
+ }
903
+ },
904
+ "step": {
905
+ "color": {
906
+ "stroke": {
907
+ "incomplete": "#c0c0c0",
908
+ "complete": "#1F1F1C",
909
+ "active": "#1F1F1C"
910
+ },
911
+ "background": {
912
+ "incomplete": "#ffffff",
913
+ "complete": "#ffffff",
914
+ "active": "#1F1F1C"
915
+ },
916
+ "icon": {
917
+ "incomplete": "#1F1F1C",
918
+ "complete": "#1F1F1C",
919
+ "active": "#ffffff"
920
+ }
921
+ }
922
+ },
923
+ "color": {
924
+ "title": {
925
+ "incomplete": "#c0c0c0",
926
+ "complete": "#696e79",
927
+ "active": "#161517"
928
+ }
929
+ }
903
930
  },
904
- "stroke": {
905
- "default": "#ffffff",
906
- "incomplete": "rgba(0,0,0,0)",
907
- "complete": "rgba(0,0,0,0)"
908
- }
909
- },
910
- "connector": {
911
- "background": {
912
- "default": "#161517",
913
- "incomplete": "lch(93.7 0.83 266)",
914
- "complete": "#161517"
931
+ "bulleted": {
932
+ "connector": {
933
+ "color": {
934
+ "stroke": {
935
+ "incomplete": "#c0c0c0",
936
+ "complete": "#1F1F1C",
937
+ "active": "#c0c0c0"
938
+ }
939
+ }
940
+ },
941
+ "step": {
942
+ "color": {
943
+ "stroke": {
944
+ "incomplete": "#c0c0c0",
945
+ "complete": "#1F1F1C",
946
+ "active": "#1F1F1C"
947
+ },
948
+ "background": {
949
+ "incomplete": "#ffffff",
950
+ "complete": "#ffffff",
951
+ "active": "#ffffff"
952
+ },
953
+ "icon": {
954
+ "incomplete": "#ffffff",
955
+ "complete": "#1F1F1C",
956
+ "active": "#ffffff"
957
+ }
958
+ }
959
+ },
960
+ "color": {
961
+ "title": {
962
+ "incomplete": "#c0c0c0",
963
+ "complete": "#696e79",
964
+ "active": "#161517"
965
+ }
966
+ }
915
967
  }
916
968
  }
917
969
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",