@clickhouse/click-ui 0.0.122 → 0.0.124

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.
@@ -36918,6 +36918,9 @@ const NavContext = createContext({
36918
36918
  open: false,
36919
36919
  onOpenChange: () => null
36920
36920
  });
36921
+ const CollapsibleContainer = styled.div.withConfig({
36922
+ componentId: "sc-guwmyz-0"
36923
+ })(["width:100%;"]);
36921
36924
  const Collapsible = ({
36922
36925
  open: openProp,
36923
36926
  onOpenChange: onOpenChangeProp,
@@ -36940,10 +36943,10 @@ const Collapsible = ({
36940
36943
  open: openProp ?? open2,
36941
36944
  onOpenChange
36942
36945
  };
36943
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx(NavContext.Provider, { value, children }) });
36946
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(CollapsibleContainer, { ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx(NavContext.Provider, { value, children }) });
36944
36947
  };
36945
36948
  const CollapsipleHeaderContainer = styled.div.withConfig({
36946
- componentId: "sc-guwmyz-0"
36949
+ componentId: "sc-guwmyz-1"
36947
36950
  })(["margin-left:", ";user-select:none;"], ({
36948
36951
  theme: theme2,
36949
36952
  $indicatorDir
@@ -36976,7 +36979,7 @@ const CollapsipleHeader = forwardRef(({
36976
36979
  CollapsipleHeader.displayName = "CollapsibleHeader";
36977
36980
  Collapsible.Header = CollapsipleHeader;
36978
36981
  const CollapsipleTriggerButton = styled(EmptyButton$1).withConfig({
36979
- componentId: "sc-guwmyz-1"
36982
+ componentId: "sc-guwmyz-2"
36980
36983
  })(['display:flex;align-items:center;font:inherit;color:inherit;cursor:inherit;[data-trigger-icon]{visibility:hidden;transition:transform 150ms cubic-bezier(0.87,0,0.13,1);&[data-open="true"]{transform:rotate(90deg);}}&:hover{[data-trigger-icon]{visibility:visible;}}']);
36981
36984
  const CollapsipleTrigger = ({
36982
36985
  onClick: onClickProp,
@@ -37007,7 +37010,7 @@ const CollapsipleTrigger = ({
37007
37010
  CollapsipleTrigger.displayName = "CollapsibleTrigger";
37008
37011
  Collapsible.Trigger = CollapsipleTrigger;
37009
37012
  const CollapsibleContentWrapper = styled.div.withConfig({
37010
- componentId: "sc-guwmyz-2"
37013
+ componentId: "sc-guwmyz-3"
37011
37014
  })(["", ""], ({
37012
37015
  theme: theme2,
37013
37016
  $indicatorDir
@@ -40453,7 +40456,7 @@ const click$3 = {
40453
40456
  active: "lch(95.3 1.54 272)"
40454
40457
  },
40455
40458
  stroke: {
40456
- "default": "lch(91.6 1.1 266)",
40459
+ "default": "#e6e7e9",
40457
40460
  hover: "#e6e7e9",
40458
40461
  active: "lch(83.8 2.3 258)"
40459
40462
  },
@@ -40515,8 +40518,8 @@ const click$3 = {
40515
40518
  active: "rgb(86.8% 87.2% 88.2%)"
40516
40519
  },
40517
40520
  stroke: {
40518
- "default": "lch(91.6 1.1 266)",
40519
- hover: "lch(91.6 1.1 266)",
40521
+ "default": "#e6e7e9",
40522
+ hover: "#e6e7e9",
40520
40523
  active: "rgb(86.8% 87.2% 88.2%)"
40521
40524
  },
40522
40525
  text: {
@@ -40666,8 +40669,8 @@ const click$3 = {
40666
40669
  disabled: "#a0a0a0"
40667
40670
  },
40668
40671
  stroke: {
40669
- "default": "lch(91.6 1.1 266)",
40670
- hover: "lch(91.6 1.1 266)",
40672
+ "default": "#e6e7e9",
40673
+ hover: "#e6e7e9",
40671
40674
  active: "lch(84 2.28 258)",
40672
40675
  disabled: "rgba(0,0,0,0)"
40673
40676
  }
@@ -40705,11 +40708,11 @@ const click$3 = {
40705
40708
  active: "rgba(0,0,0,0)",
40706
40709
  disabled: "rgba(0,0,0,0)",
40707
40710
  "disabled-active": "rgba(0,0,0,0)",
40708
- panel: "lch(91.6 1.1 266)"
40711
+ panel: "#e6e7e9"
40709
40712
  },
40710
40713
  panel: {
40711
40714
  stroke: {
40712
- "default": "lch(91.6 1.1 266)"
40715
+ "default": "#e6e7e9"
40713
40716
  }
40714
40717
  }
40715
40718
  }
@@ -40722,7 +40725,7 @@ const click$3 = {
40722
40725
  active: "lch(95.3 1.54 272)"
40723
40726
  },
40724
40727
  stroke: {
40725
- "default": "lch(91.6 1.1 266)",
40728
+ "default": "#e6e7e9",
40726
40729
  hover: "#e6e7e9",
40727
40730
  active: "#cccfd3"
40728
40731
  },
@@ -40766,8 +40769,8 @@ const click$3 = {
40766
40769
  disabled: "#a0a0a0"
40767
40770
  },
40768
40771
  stroke: {
40769
- "default": "lch(91.6 1.1 266)",
40770
- hover: "lch(91.6 1.1 266)",
40772
+ "default": "#e6e7e9",
40773
+ hover: "#e6e7e9",
40771
40774
  active: "#151515",
40772
40775
  disabled: "#dfdfdf"
40773
40776
  }
@@ -40795,8 +40798,8 @@ const click$3 = {
40795
40798
  disabled: "#a0a0a0"
40796
40799
  },
40797
40800
  stroke: {
40798
- "default": "lch(91.6 1.1 266)",
40799
- hover: "lch(91.6 1.1 266)",
40801
+ "default": "#e6e7e9",
40802
+ hover: "#e6e7e9",
40800
40803
  active: "#151515",
40801
40804
  disabled: "#dfdfdf"
40802
40805
  }
@@ -40823,8 +40826,8 @@ const click$3 = {
40823
40826
  disabled: "#a0a0a0"
40824
40827
  },
40825
40828
  stroke: {
40826
- "default": "lch(91.6 1.1 266)",
40827
- hover: "lch(91.6 1.1 266)",
40829
+ "default": "#e6e7e9",
40830
+ hover: "#e6e7e9",
40828
40831
  active: "#151515",
40829
40832
  disabled: "#dfdfdf"
40830
40833
  }
@@ -40935,7 +40938,7 @@ const click$3 = {
40935
40938
  "default": "#f6f7fa"
40936
40939
  },
40937
40940
  stroke: {
40938
- "default": "lch(91.6 1.1 266)"
40941
+ "default": "#e6e7e9"
40939
40942
  }
40940
40943
  },
40941
40944
  navigation: {
@@ -41085,7 +41088,7 @@ const click$3 = {
41085
41088
  active: "#FFC029"
41086
41089
  },
41087
41090
  global: {
41088
- "default": "lch(91.6 1.1 266)"
41091
+ "default": "#e6e7e9"
41089
41092
  }
41090
41093
  }
41091
41094
  },
@@ -41102,9 +41105,9 @@ const click$3 = {
41102
41105
  active: "#161517"
41103
41106
  },
41104
41107
  stroke: {
41105
- "default": "lch(91.6 1.1 266)",
41106
- hover: "lch(91.6 1.1 266)",
41107
- active: "lch(91.6 1.1 266)"
41108
+ "default": "#e6e7e9",
41109
+ hover: "#e6e7e9",
41110
+ active: "#e6e7e9"
41108
41111
  }
41109
41112
  }
41110
41113
  }
@@ -41136,7 +41139,7 @@ const click$3 = {
41136
41139
  "default": "lch(6.77 0 0 / 0.45)"
41137
41140
  },
41138
41141
  stroke: {
41139
- "default": "lch(91.6 1.1 266)"
41142
+ "default": "#e6e7e9"
41140
41143
  }
41141
41144
  }
41142
41145
  },
@@ -41171,7 +41174,7 @@ const click$3 = {
41171
41174
  selectDirect: "lch(99.4 8.48 102 / 0.2)"
41172
41175
  },
41173
41176
  stroke: {
41174
- "default": "lch(91.6 1.1 266)",
41177
+ "default": "#e6e7e9",
41175
41178
  selectIndirect: "lch(74.1 25.6 85.9)",
41176
41179
  selectDirect: "#FFC029"
41177
41180
  },
@@ -41186,7 +41189,7 @@ const click$3 = {
41186
41189
  global: {
41187
41190
  color: {
41188
41191
  stroke: {
41189
- "default": "lch(91.6 1.1 266)"
41192
+ "default": "#e6e7e9"
41190
41193
  },
41191
41194
  background: {
41192
41195
  "default": "#ffffff"
@@ -41245,8 +41248,8 @@ const global$4 = {
41245
41248
  }
41246
41249
  },
41247
41250
  stroke: {
41248
- "default": "lch(91.6 1.1 266 / 0.3)",
41249
- muted: "lch(91.6 1.1 266 / 0.3)",
41251
+ "default": "#e6e7e9",
41252
+ muted: "#e6e7e9",
41250
41253
  intense: "#b3b6bd",
41251
41254
  split: "#ffffff"
41252
41255
  },
@@ -41279,7 +41282,7 @@ const global$4 = {
41279
41282
  neutral: {
41280
41283
  background: "#e6e7e9",
41281
41284
  foreground: "#53575f",
41282
- stroke: "lch(91.6 1.1 266)"
41285
+ stroke: "#e6e7e9"
41283
41286
  }
41284
41287
  },
41285
41288
  chart: {
@@ -41412,7 +41415,7 @@ const click$2 = {
41412
41415
  warning: "#ffca8b"
41413
41416
  },
41414
41417
  stroke: {
41415
- "default": "lch(27.5 0 0 / 0.3)",
41418
+ "default": "#323232",
41416
41419
  success: "#004206",
41417
41420
  neutral: "#414141",
41418
41421
  danger: "#610000",
@@ -41425,8 +41428,8 @@ const click$2 = {
41425
41428
  bigStat: {
41426
41429
  color: {
41427
41430
  stroke: {
41428
- "default": "lch(27.5 0 0 / 0.3)",
41429
- muted: "lch(27.5 0 0 / 0.3)"
41431
+ "default": "#323232",
41432
+ muted: "#323232"
41430
41433
  },
41431
41434
  background: {
41432
41435
  "default": "#1F1F1C",
@@ -41717,11 +41720,11 @@ const click$2 = {
41717
41720
  active: "rgba(0,0,0,0)",
41718
41721
  disabled: "rgba(0,0,0,0)",
41719
41722
  "disabled-active": "rgba(0,0,0,0)",
41720
- panel: "lch(27.5 0 0 / 0.3)"
41723
+ panel: "#323232"
41721
41724
  },
41722
41725
  panel: {
41723
41726
  stroke: {
41724
- "default": "lch(27.5 0 0 / 0.3)",
41727
+ "default": "#323232",
41725
41728
  borderless: "rgba(0,0,0,0)"
41726
41729
  }
41727
41730
  }
@@ -41735,7 +41738,7 @@ const click$2 = {
41735
41738
  active: "lch(15.8 0 0)"
41736
41739
  },
41737
41740
  stroke: {
41738
- "default": "lch(27.5 0 0 / 0.3)",
41741
+ "default": "#323232",
41739
41742
  hover: "#53575f",
41740
41743
  active: "lch(23.3 2.63 306)"
41741
41744
  },
@@ -41775,9 +41778,9 @@ const click$2 = {
41775
41778
  disabled: "#808080"
41776
41779
  },
41777
41780
  stroke: {
41778
- "default": "lch(27.5 0 0 / 0.3)",
41779
- hover: "lch(27.5 0 0 / 0.3)",
41780
- active: "lch(26.1 0 0 / 0.3)",
41781
+ "default": "#323232",
41782
+ hover: "#323232",
41783
+ active: "lch(19.7 0 0)",
41781
41784
  disabled: "#414141"
41782
41785
  }
41783
41786
  }
@@ -41803,8 +41806,8 @@ const click$2 = {
41803
41806
  disabled: "#808080"
41804
41807
  },
41805
41808
  stroke: {
41806
- "default": "lch(27.5 0 0 / 0.3)",
41807
- hover: "lch(27.5 0 0 / 0.3)",
41809
+ "default": "#323232",
41810
+ hover: "#323232",
41808
41811
  active: "#FAFF69",
41809
41812
  disabled: "#414141"
41810
41813
  }
@@ -41832,8 +41835,8 @@ const click$2 = {
41832
41835
  disabled: "#808080"
41833
41836
  },
41834
41837
  stroke: {
41835
- "default": "lch(27.5 0 0 / 0.3)",
41836
- hover: "lch(27.5 0 0 / 0.3)",
41838
+ "default": "#323232",
41839
+ hover: "#323232",
41837
41840
  active: "#FAFF69",
41838
41841
  disabled: "#414141"
41839
41842
  }
@@ -41860,8 +41863,8 @@ const click$2 = {
41860
41863
  disabled: "#808080"
41861
41864
  },
41862
41865
  stroke: {
41863
- "default": "lch(27.5 0 0 / 0.3)",
41864
- hover: "lch(27.5 0 0 / 0.3)",
41866
+ "default": "#323232",
41867
+ hover: "#323232",
41865
41868
  active: "#FAFF69",
41866
41869
  disabled: "#414141"
41867
41870
  }
@@ -41989,7 +41992,7 @@ const click$2 = {
41989
41992
  "default": "#ffffff"
41990
41993
  },
41991
41994
  stroke: {
41992
- "default": "lch(27.5 0 0 / 0.3)"
41995
+ "default": "#323232"
41993
41996
  }
41994
41997
  }
41995
41998
  },
@@ -42010,8 +42013,8 @@ const click$2 = {
42010
42013
  error: "#ffbaba"
42011
42014
  },
42012
42015
  stroke: {
42013
- "default": "lch(31.1 0 0 / 0.3)",
42014
- hover: "lch(34.5 0 0 / 0.3)",
42016
+ "default": "lch(24.7 0 0)",
42017
+ hover: "lch(28.5 0 0)",
42015
42018
  active: "#FAFF69",
42016
42019
  disabled: "#414141",
42017
42020
  error: "#ffbaba"
@@ -42062,7 +42065,7 @@ const click$2 = {
42062
42065
  error: "lch(72 4.18 268)"
42063
42066
  },
42064
42067
  stroke: {
42065
- "default": "lch(27.5 0 0 / 0.3)"
42068
+ "default": "#323232"
42066
42069
  },
42067
42070
  subtext: {
42068
42071
  "default": "#b3b6bd",
@@ -42081,7 +42084,7 @@ const click$2 = {
42081
42084
  "default": "#b3b6bd"
42082
42085
  },
42083
42086
  stroke: {
42084
- "default": "lch(27.5 0 0 / 0.3)"
42087
+ "default": "#323232"
42085
42088
  }
42086
42089
  }
42087
42090
  },
@@ -42107,7 +42110,7 @@ const click$2 = {
42107
42110
  "default": "#282828"
42108
42111
  },
42109
42112
  stroke: {
42110
- "default": "lch(27.5 0 0 / 0.3)"
42113
+ "default": "#323232"
42111
42114
  }
42112
42115
  }
42113
42116
  }
@@ -42125,7 +42128,7 @@ const click$2 = {
42125
42128
  transparent: "rgba(0,0,0,0)"
42126
42129
  },
42127
42130
  stroke: {
42128
- "default": "lch(27.5 0 0 / 0.3)"
42131
+ "default": "#323232"
42129
42132
  }
42130
42133
  }
42131
42134
  },
@@ -42166,7 +42169,7 @@ const click$2 = {
42166
42169
  separator: {
42167
42170
  color: {
42168
42171
  stroke: {
42169
- "default": "lch(27.5 0 0 / 0.3)"
42172
+ "default": "#323232"
42170
42173
  }
42171
42174
  }
42172
42175
  },
@@ -42181,7 +42184,7 @@ const click$2 = {
42181
42184
  muted: "#b3b6bd"
42182
42185
  },
42183
42186
  stroke: {
42184
- "default": "lch(27.5 0 0 / 0.3)"
42187
+ "default": "#323232"
42185
42188
  }
42186
42189
  },
42187
42190
  navigation: {
@@ -42239,7 +42242,7 @@ const click$2 = {
42239
42242
  "default": "#282828"
42240
42243
  },
42241
42244
  stroke: {
42242
- "default": "lch(27.5 0 0 / 0.3)"
42245
+ "default": "#323232"
42243
42246
  }
42244
42247
  },
42245
42248
  navigation: {
@@ -42421,7 +42424,7 @@ const click$2 = {
42421
42424
  active: "lch(13.9 2.07 105)"
42422
42425
  },
42423
42426
  stroke: {
42424
- "default": "lch(27.5 0 0 / 0.3)"
42427
+ "default": "#323232"
42425
42428
  },
42426
42429
  text: {
42427
42430
  "default": "#ffffff"
@@ -42437,7 +42440,7 @@ const click$2 = {
42437
42440
  global: {
42438
42441
  color: {
42439
42442
  stroke: {
42440
- "default": "lch(27.5 0 0 / 0.3)"
42443
+ "default": "#323232"
42441
42444
  },
42442
42445
  background: {
42443
42446
  "default": "#1F1F1C"
@@ -42464,7 +42467,7 @@ const click$2 = {
42464
42467
  active: "#FAFF69"
42465
42468
  },
42466
42469
  global: {
42467
- "default": "lch(27.5 0 0 / 0.3)"
42470
+ "default": "#323232"
42468
42471
  }
42469
42472
  }
42470
42473
  },
@@ -42481,9 +42484,9 @@ const click$2 = {
42481
42484
  active: "#ffffff"
42482
42485
  },
42483
42486
  stroke: {
42484
- "default": "lch(27.5 0 0 / 0.3)",
42485
- hover: "lch(27.5 0 0 / 0.3)",
42486
- active: "lch(27.5 0 0 / 0.3)"
42487
+ "default": "#323232",
42488
+ hover: "#323232",
42489
+ active: "#323232"
42487
42490
  },
42488
42491
  closeButton: {
42489
42492
  background: {
@@ -42554,7 +42557,7 @@ const click$2 = {
42554
42557
  "default": "lch(6.77 0 0 / 0.45)"
42555
42558
  },
42556
42559
  stroke: {
42557
- "default": "lch(27.5 0 0 / 0.3)"
42560
+ "default": "#323232"
42558
42561
  }
42559
42562
  }
42560
42563
  },
@@ -42573,7 +42576,7 @@ const click$2 = {
42573
42576
  selectDirect: "#ffffff"
42574
42577
  },
42575
42578
  stroke: {
42576
- "default": "lch(26.8 0 0 / 0.3)",
42579
+ "default": "lch(20.3 0 0)",
42577
42580
  selectIndirect: "lch(26.8 0 0)",
42578
42581
  selectDirect: "lch(29.4 0 0)"
42579
42582
  }
@@ -42589,7 +42592,7 @@ const click$2 = {
42589
42592
  selectDirect: "lch(15.8 0 0)"
42590
42593
  },
42591
42594
  stroke: {
42592
- "default": "lch(27.5 0 0 / 0.3)",
42595
+ "default": "#323232",
42593
42596
  selectIndirect: "lch(22 0 0)",
42594
42597
  selectDirect: "#FAFF69"
42595
42598
  },
@@ -42604,7 +42607,7 @@ const click$2 = {
42604
42607
  global: {
42605
42608
  color: {
42606
42609
  stroke: {
42607
- "default": "lch(27.5 0 0 / 0.3)"
42610
+ "default": "#323232"
42608
42611
  },
42609
42612
  background: {
42610
42613
  "default": "#1F1F1C"
@@ -42628,8 +42631,8 @@ const click$2 = {
42628
42631
  danger: "#ffbaba"
42629
42632
  },
42630
42633
  stroke: {
42631
- "default": "lch(27.5 0 0 / 0.3)",
42632
- muted: "lch(27.5 0 0 / 0.3)",
42634
+ "default": "#323232",
42635
+ muted: "lch(20.8 0 0)",
42633
42636
  intense: "#414141"
42634
42637
  },
42635
42638
  accent: {
@@ -42668,7 +42671,7 @@ const click$2 = {
42668
42671
  neutral: {
42669
42672
  background: "#414141",
42670
42673
  foreground: "#c0c0c0",
42671
- stroke: "lch(27.5 0 0 / 0.3)"
42674
+ stroke: "#323232"
42672
42675
  }
42673
42676
  }
42674
42677
  },
@@ -42708,8 +42711,8 @@ const global$3 = {
42708
42711
  }
42709
42712
  },
42710
42713
  stroke: {
42711
- "default": "lch(27.5 0 0 / 0.3)",
42712
- muted: "lch(27.5 0 0 / 0.3)",
42714
+ "default": "#323232",
42715
+ muted: "#323232",
42713
42716
  intense: "#414141",
42714
42717
  split: "#414141"
42715
42718
  },
@@ -42742,7 +42745,7 @@ const global$3 = {
42742
42745
  neutral: {
42743
42746
  background: "#414141",
42744
42747
  foreground: "#f9f9f9",
42745
- stroke: "lch(27.5 0 0 / 0.3)"
42748
+ stroke: "#323232"
42746
42749
  }
42747
42750
  },
42748
42751
  chart: {
@@ -42875,7 +42878,7 @@ const click$1 = {
42875
42878
  warning: "#9e5600"
42876
42879
  },
42877
42880
  stroke: {
42878
- "default": "lch(91.6 1.1 266)",
42881
+ "default": "#e6e7e9",
42879
42882
  success: "#E5FFE8",
42880
42883
  neutral: "#e6e7e9",
42881
42884
  danger: "#ffdddd",
@@ -42888,8 +42891,8 @@ const click$1 = {
42888
42891
  bigStat: {
42889
42892
  color: {
42890
42893
  stroke: {
42891
- "default": "lch(91.6 1.1 266)",
42892
- muted: "lch(91.6 1.1 266)"
42894
+ "default": "#e6e7e9",
42895
+ muted: "#e6e7e9"
42893
42896
  },
42894
42897
  background: {
42895
42898
  "default": "#ffffff",
@@ -42936,7 +42939,7 @@ const click$1 = {
42936
42939
  disabled: "#dfdfdf"
42937
42940
  },
42938
42941
  stroke: {
42939
- "default": "lch(91.6 1.1 266)",
42942
+ "default": "#e6e7e9",
42940
42943
  hover: "#e6e7e9",
42941
42944
  active: "lch(83.8 2.3 258)",
42942
42945
  disabled: "#dfdfdf"
@@ -43150,8 +43153,8 @@ const click$1 = {
43150
43153
  disabled: "#a0a0a0"
43151
43154
  },
43152
43155
  stroke: {
43153
- "default": "lch(91.6 1.1 266)",
43154
- hover: "lch(91.6 1.1 266)",
43156
+ "default": "#e6e7e9",
43157
+ hover: "#e6e7e9",
43155
43158
  active: "lch(84 2.28 258)",
43156
43159
  disabled: "rgba(0,0,0,0)"
43157
43160
  }
@@ -43180,11 +43183,11 @@ const click$1 = {
43180
43183
  active: "rgba(0,0,0,0)",
43181
43184
  disabled: "rgba(0,0,0,0)",
43182
43185
  "disabled-active": "rgba(0,0,0,0)",
43183
- panel: "lch(91.6 1.1 266)"
43186
+ panel: "#e6e7e9"
43184
43187
  },
43185
43188
  panel: {
43186
43189
  stroke: {
43187
- "default": "lch(91.6 1.1 266)",
43190
+ "default": "#e6e7e9",
43188
43191
  borderless: "rgba(0,0,0,0)"
43189
43192
  }
43190
43193
  }
@@ -43198,7 +43201,7 @@ const click$1 = {
43198
43201
  active: "lch(95.3 1.54 272)"
43199
43202
  },
43200
43203
  stroke: {
43201
- "default": "lch(91.6 1.1 266)",
43204
+ "default": "#e6e7e9",
43202
43205
  hover: "#e6e7e9",
43203
43206
  active: "#cccfd3"
43204
43207
  },
@@ -43238,8 +43241,8 @@ const click$1 = {
43238
43241
  disabled: "#a0a0a0"
43239
43242
  },
43240
43243
  stroke: {
43241
- "default": "lch(91.6 1.1 266)",
43242
- hover: "lch(91.6 1.1 266)",
43244
+ "default": "#e6e7e9",
43245
+ hover: "#e6e7e9",
43243
43246
  active: "lch(87 1.05 266)",
43244
43247
  disabled: "#dfdfdf"
43245
43248
  }
@@ -43266,8 +43269,8 @@ const click$1 = {
43266
43269
  disabled: "#a0a0a0"
43267
43270
  },
43268
43271
  stroke: {
43269
- "default": "lch(91.6 1.1 266)",
43270
- hover: "lch(91.6 1.1 266)",
43272
+ "default": "#e6e7e9",
43273
+ hover: "#e6e7e9",
43271
43274
  active: "#151515",
43272
43275
  disabled: "#dfdfdf"
43273
43276
  }
@@ -43295,8 +43298,8 @@ const click$1 = {
43295
43298
  disabled: "#a0a0a0"
43296
43299
  },
43297
43300
  stroke: {
43298
- "default": "lch(91.6 1.1 266)",
43299
- hover: "lch(91.6 1.1 266)",
43301
+ "default": "#e6e7e9",
43302
+ hover: "#e6e7e9",
43300
43303
  active: "#151515",
43301
43304
  disabled: "#dfdfdf"
43302
43305
  }
@@ -43323,8 +43326,8 @@ const click$1 = {
43323
43326
  disabled: "#a0a0a0"
43324
43327
  },
43325
43328
  stroke: {
43326
- "default": "lch(91.6 1.1 266)",
43327
- hover: "lch(91.6 1.1 266)",
43329
+ "default": "#e6e7e9",
43330
+ hover: "#e6e7e9",
43328
43331
  active: "#151515",
43329
43332
  disabled: "#dfdfdf"
43330
43333
  }
@@ -43446,7 +43449,7 @@ const click$1 = {
43446
43449
  "default": "#161517"
43447
43450
  },
43448
43451
  stroke: {
43449
- "default": "lch(91.6 1.1 266)"
43452
+ "default": "#e6e7e9"
43450
43453
  }
43451
43454
  }
43452
43455
  },
@@ -43521,7 +43524,7 @@ const click$1 = {
43521
43524
  disabled: "#a0a0a0"
43522
43525
  },
43523
43526
  stroke: {
43524
- "default": "lch(91.6 1.1 266)"
43527
+ "default": "#e6e7e9"
43525
43528
  },
43526
43529
  subtext: {
43527
43530
  "default": "#696e79",
@@ -43540,7 +43543,7 @@ const click$1 = {
43540
43543
  "default": "#696e79"
43541
43544
  },
43542
43545
  stroke: {
43543
- "default": "lch(91.6 1.1 266)"
43546
+ "default": "#e6e7e9"
43544
43547
  }
43545
43548
  }
43546
43549
  },
@@ -43550,7 +43553,7 @@ const click$1 = {
43550
43553
  "default": "#ffffff"
43551
43554
  },
43552
43555
  stroke: {
43553
- "default": "lch(91.6 1.1 266)"
43556
+ "default": "#e6e7e9"
43554
43557
  }
43555
43558
  }
43556
43559
  },
@@ -43566,7 +43569,7 @@ const click$1 = {
43566
43569
  "default": "#ffffff"
43567
43570
  },
43568
43571
  stroke: {
43569
- "default": "lch(91.6 1.1 266)"
43572
+ "default": "#e6e7e9"
43570
43573
  }
43571
43574
  }
43572
43575
  }
@@ -43584,7 +43587,7 @@ const click$1 = {
43584
43587
  transparent: "rgba(0,0,0,0)"
43585
43588
  },
43586
43589
  stroke: {
43587
- "default": "lch(91.6 1.1 266)"
43590
+ "default": "#e6e7e9"
43588
43591
  }
43589
43592
  }
43590
43593
  },
@@ -43595,7 +43598,7 @@ const click$1 = {
43595
43598
  "default": "#ffffff"
43596
43599
  },
43597
43600
  stroke: {
43598
- "default": "lch(91.6 1.1 266)"
43601
+ "default": "#e6e7e9"
43599
43602
  }
43600
43603
  }
43601
43604
  }
@@ -43625,7 +43628,7 @@ const click$1 = {
43625
43628
  separator: {
43626
43629
  color: {
43627
43630
  stroke: {
43628
- "default": "lch(91.6 1.1 266)"
43631
+ "default": "#e6e7e9"
43629
43632
  }
43630
43633
  }
43631
43634
  },
@@ -43640,7 +43643,7 @@ const click$1 = {
43640
43643
  muted: "#696e79"
43641
43644
  },
43642
43645
  stroke: {
43643
- "default": "lch(91.6 1.1 266)"
43646
+ "default": "#e6e7e9"
43644
43647
  }
43645
43648
  },
43646
43649
  navigation: {
@@ -43698,7 +43701,7 @@ const click$1 = {
43698
43701
  "default": "#f6f7fa"
43699
43702
  },
43700
43703
  stroke: {
43701
- "default": "lch(91.6 1.1 266)"
43704
+ "default": "#e6e7e9"
43702
43705
  }
43703
43706
  },
43704
43707
  navigation: {
@@ -43880,7 +43883,7 @@ const click$1 = {
43880
43883
  active: "lch(91.1 11.9 266 / 0.2)"
43881
43884
  },
43882
43885
  stroke: {
43883
- "default": "lch(91.6 1.1 266)"
43886
+ "default": "#e6e7e9"
43884
43887
  },
43885
43888
  text: {
43886
43889
  "default": "#161517"
@@ -43896,7 +43899,7 @@ const click$1 = {
43896
43899
  global: {
43897
43900
  color: {
43898
43901
  stroke: {
43899
- "default": "lch(91.6 1.1 266)"
43902
+ "default": "#e6e7e9"
43900
43903
  },
43901
43904
  background: {
43902
43905
  "default": "#ffffff"
@@ -43923,7 +43926,7 @@ const click$1 = {
43923
43926
  active: "#151515"
43924
43927
  },
43925
43928
  global: {
43926
- "default": "lch(91.6 1.1 266)"
43929
+ "default": "#e6e7e9"
43927
43930
  }
43928
43931
  }
43929
43932
  },
@@ -43940,9 +43943,9 @@ const click$1 = {
43940
43943
  active: "#161517"
43941
43944
  },
43942
43945
  stroke: {
43943
- "default": "lch(91.6 1.1 266)",
43944
- hover: "lch(91.6 1.1 266)",
43945
- active: "lch(91.6 1.1 266)"
43946
+ "default": "#e6e7e9",
43947
+ hover: "#e6e7e9",
43948
+ active: "#e6e7e9"
43946
43949
  },
43947
43950
  closeButton: {
43948
43951
  background: {
@@ -43962,7 +43965,7 @@ const click$1 = {
43962
43965
  "default": "#696e79"
43963
43966
  },
43964
43967
  stroke: {
43965
- "default": "lch(91.6 1.1 266)"
43968
+ "default": "#e6e7e9"
43966
43969
  },
43967
43970
  icon: {
43968
43971
  "default": "lch(11.1 1.37 305)",
@@ -44010,7 +44013,7 @@ const click$1 = {
44010
44013
  "default": "#696e79"
44011
44014
  },
44012
44015
  stroke: {
44013
- "default": "lch(91.6 1.1 266)"
44016
+ "default": "#e6e7e9"
44014
44017
  }
44015
44018
  }
44016
44019
  },
@@ -44045,7 +44048,7 @@ const click$1 = {
44045
44048
  selectDirect: "lch(90.9 12.2 266 / 0.2)"
44046
44049
  },
44047
44050
  stroke: {
44048
- "default": "lch(91.6 1.1 266)",
44051
+ "default": "#e6e7e9",
44049
44052
  selectIndirect: "lch(65.4 19.7 268)",
44050
44053
  selectDirect: "#135be6"
44051
44054
  },
@@ -44060,7 +44063,7 @@ const click$1 = {
44060
44063
  global: {
44061
44064
  color: {
44062
44065
  stroke: {
44063
- "default": "lch(91.6 1.1 266)"
44066
+ "default": "#e6e7e9"
44064
44067
  },
44065
44068
  background: {
44066
44069
  "default": "#ffffff"
@@ -44084,7 +44087,7 @@ const click$1 = {
44084
44087
  danger: "#c10000"
44085
44088
  },
44086
44089
  stroke: {
44087
- "default": "lch(91.6 1.1 266)",
44090
+ "default": "#e6e7e9",
44088
44091
  muted: "lch(91.6 1.1 266)",
44089
44092
  intense: "#b3b6bd"
44090
44093
  },
@@ -44124,7 +44127,7 @@ const click$1 = {
44124
44127
  neutral: {
44125
44128
  background: "#e6e7e9",
44126
44129
  foreground: "#53575f",
44127
- stroke: "lch(91.6 1.1 266)"
44130
+ stroke: "#e6e7e9"
44128
44131
  }
44129
44132
  }
44130
44133
  },
@@ -44164,8 +44167,8 @@ const global$2 = {
44164
44167
  }
44165
44168
  },
44166
44169
  stroke: {
44167
- "default": "lch(91.6 1.1 266 / 0.3)",
44168
- muted: "lch(91.6 1.1 266 / 0.3)",
44170
+ "default": "#e6e7e9",
44171
+ muted: "#e6e7e9",
44169
44172
  intense: "#b3b6bd",
44170
44173
  split: "#e6e7e9"
44171
44174
  },
@@ -44198,7 +44201,7 @@ const global$2 = {
44198
44201
  neutral: {
44199
44202
  background: "#f6f7fa",
44200
44203
  foreground: "#53575f",
44201
- stroke: "lch(91.6 1.1 266)"
44204
+ stroke: "#e6e7e9"
44202
44205
  }
44203
44206
  },
44204
44207
  chart: {
@@ -44491,7 +44494,7 @@ const click = {
44491
44494
  warning: "#9e5600"
44492
44495
  },
44493
44496
  stroke: {
44494
- "default": "lch(91.6 1.1 266)",
44497
+ "default": "#e6e7e9",
44495
44498
  success: "#E5FFE8",
44496
44499
  neutral: "#e6e7e9",
44497
44500
  danger: "#ffdddd",
@@ -44539,8 +44542,8 @@ const click = {
44539
44542
  },
44540
44543
  color: {
44541
44544
  stroke: {
44542
- "default": "lch(91.6 1.1 266)",
44543
- muted: "lch(91.6 1.1 266)"
44545
+ "default": "#e6e7e9",
44546
+ muted: "#e6e7e9"
44544
44547
  },
44545
44548
  background: {
44546
44549
  "default": "#ffffff",
@@ -44618,7 +44621,7 @@ const click = {
44618
44621
  disabled: "#dfdfdf"
44619
44622
  },
44620
44623
  stroke: {
44621
- "default": "lch(91.6 1.1 266)",
44624
+ "default": "#e6e7e9",
44622
44625
  hover: "#e6e7e9",
44623
44626
  active: "lch(83.8 2.3 258)",
44624
44627
  disabled: "#dfdfdf"
@@ -44885,8 +44888,8 @@ const click = {
44885
44888
  disabled: "#a0a0a0"
44886
44889
  },
44887
44890
  stroke: {
44888
- "default": "lch(91.6 1.1 266)",
44889
- hover: "lch(91.6 1.1 266)",
44891
+ "default": "#e6e7e9",
44892
+ hover: "#e6e7e9",
44890
44893
  active: "lch(84 2.28 258)",
44891
44894
  disabled: "rgba(0,0,0,0)"
44892
44895
  }
@@ -44956,11 +44959,11 @@ const click = {
44956
44959
  active: "rgba(0,0,0,0)",
44957
44960
  disabled: "rgba(0,0,0,0)",
44958
44961
  "disabled-active": "rgba(0,0,0,0)",
44959
- panel: "lch(91.6 1.1 266)"
44962
+ panel: "#e6e7e9"
44960
44963
  },
44961
44964
  panel: {
44962
44965
  stroke: {
44963
- "default": "lch(91.6 1.1 266)",
44966
+ "default": "#e6e7e9",
44964
44967
  borderless: "rgba(0,0,0,0)"
44965
44968
  }
44966
44969
  }
@@ -45001,7 +45004,7 @@ const click = {
45001
45004
  active: "lch(95.3 1.54 272)"
45002
45005
  },
45003
45006
  stroke: {
45004
- "default": "lch(91.6 1.1 266)",
45007
+ "default": "#e6e7e9",
45005
45008
  hover: "#e6e7e9",
45006
45009
  active: "#cccfd3"
45007
45010
  },
@@ -45054,8 +45057,8 @@ const click = {
45054
45057
  disabled: "#a0a0a0"
45055
45058
  },
45056
45059
  stroke: {
45057
- "default": "lch(91.6 1.1 266)",
45058
- hover: "lch(91.6 1.1 266)",
45060
+ "default": "#e6e7e9",
45061
+ hover: "#e6e7e9",
45059
45062
  active: "lch(87 1.05 266)",
45060
45063
  disabled: "#dfdfdf"
45061
45064
  }
@@ -45128,8 +45131,8 @@ const click = {
45128
45131
  disabled: "#a0a0a0"
45129
45132
  },
45130
45133
  stroke: {
45131
- "default": "lch(91.6 1.1 266)",
45132
- hover: "lch(91.6 1.1 266)",
45134
+ "default": "#e6e7e9",
45135
+ hover: "#e6e7e9",
45133
45136
  active: "#151515",
45134
45137
  disabled: "#dfdfdf"
45135
45138
  }
@@ -45185,8 +45188,8 @@ const click = {
45185
45188
  disabled: "#a0a0a0"
45186
45189
  },
45187
45190
  stroke: {
45188
- "default": "lch(91.6 1.1 266)",
45189
- hover: "lch(91.6 1.1 266)",
45191
+ "default": "#e6e7e9",
45192
+ hover: "#e6e7e9",
45190
45193
  active: "#151515",
45191
45194
  disabled: "#dfdfdf"
45192
45195
  }
@@ -45213,8 +45216,8 @@ const click = {
45213
45216
  disabled: "#a0a0a0"
45214
45217
  },
45215
45218
  stroke: {
45216
- "default": "lch(91.6 1.1 266)",
45217
- hover: "lch(91.6 1.1 266)",
45219
+ "default": "#e6e7e9",
45220
+ hover: "#e6e7e9",
45218
45221
  active: "#151515",
45219
45222
  disabled: "#dfdfdf"
45220
45223
  }
@@ -45409,7 +45412,7 @@ const click = {
45409
45412
  "default": "#161517"
45410
45413
  },
45411
45414
  stroke: {
45412
- "default": "lch(91.6 1.1 266)"
45415
+ "default": "#e6e7e9"
45413
45416
  }
45414
45417
  }
45415
45418
  },
@@ -45606,7 +45609,7 @@ const click = {
45606
45609
  error: "lch(72 4.18 268)"
45607
45610
  },
45608
45611
  stroke: {
45609
- "default": "lch(91.6 1.1 266)"
45612
+ "default": "#e6e7e9"
45610
45613
  },
45611
45614
  subtext: {
45612
45615
  "default": "#696e79",
@@ -45644,7 +45647,7 @@ const click = {
45644
45647
  "default": "#696e79"
45645
45648
  },
45646
45649
  stroke: {
45647
- "default": "lch(91.6 1.1 266)"
45650
+ "default": "#e6e7e9"
45648
45651
  }
45649
45652
  }
45650
45653
  },
@@ -45660,7 +45663,7 @@ const click = {
45660
45663
  "default": "#ffffff"
45661
45664
  },
45662
45665
  stroke: {
45663
- "default": "lch(91.6 1.1 266)"
45666
+ "default": "#e6e7e9"
45664
45667
  }
45665
45668
  }
45666
45669
  },
@@ -45682,7 +45685,7 @@ const click = {
45682
45685
  },
45683
45686
  search: {
45684
45687
  stroke: {
45685
- "default": "2px solid lch(91.6 1.1 266)"
45688
+ "default": "2px solid #e6e7e9"
45686
45689
  }
45687
45690
  },
45688
45691
  color: {
@@ -45696,7 +45699,7 @@ const click = {
45696
45699
  "default": "#ffffff"
45697
45700
  },
45698
45701
  stroke: {
45699
- "default": "lch(91.6 1.1 266)"
45702
+ "default": "#e6e7e9"
45700
45703
  }
45701
45704
  }
45702
45705
  },
@@ -45764,7 +45767,7 @@ const click = {
45764
45767
  lg: "0.75rem"
45765
45768
  },
45766
45769
  stroke: {
45767
- "default": "1px solid lch(91.6 1.1 266)"
45770
+ "default": "1px solid #e6e7e9"
45768
45771
  },
45769
45772
  shadow: {
45770
45773
  "default": "0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"
@@ -45802,7 +45805,7 @@ const click = {
45802
45805
  transparent: "rgba(0,0,0,0)"
45803
45806
  },
45804
45807
  stroke: {
45805
- "default": "lch(91.6 1.1 266)"
45808
+ "default": "#e6e7e9"
45806
45809
  }
45807
45810
  }
45808
45811
  },
@@ -45830,7 +45833,7 @@ const click = {
45830
45833
  "default": "#ffffff"
45831
45834
  },
45832
45835
  stroke: {
45833
- "default": "lch(91.6 1.1 266)"
45836
+ "default": "#e6e7e9"
45834
45837
  }
45835
45838
  }
45836
45839
  }
@@ -45902,7 +45905,7 @@ const click = {
45902
45905
  },
45903
45906
  color: {
45904
45907
  stroke: {
45905
- "default": "lch(91.6 1.1 266)"
45908
+ "default": "#e6e7e9"
45906
45909
  }
45907
45910
  }
45908
45911
  },
@@ -46014,7 +46017,7 @@ const click = {
46014
46017
  muted: "#696e79"
46015
46018
  },
46016
46019
  stroke: {
46017
- "default": "lch(91.6 1.1 266)"
46020
+ "default": "#e6e7e9"
46018
46021
  }
46019
46022
  },
46020
46023
  navigation: {
@@ -46072,7 +46075,7 @@ const click = {
46072
46075
  "default": "#f6f7fa"
46073
46076
  },
46074
46077
  stroke: {
46075
- "default": "lch(91.6 1.1 266)"
46078
+ "default": "#e6e7e9"
46076
46079
  }
46077
46080
  },
46078
46081
  navigation: {
@@ -46421,7 +46424,7 @@ const click = {
46421
46424
  active: "lch(91.1 11.9 266 / 0.2)"
46422
46425
  },
46423
46426
  stroke: {
46424
- "default": "lch(91.6 1.1 266)"
46427
+ "default": "#e6e7e9"
46425
46428
  },
46426
46429
  text: {
46427
46430
  "default": "#161517"
@@ -46437,7 +46440,7 @@ const click = {
46437
46440
  global: {
46438
46441
  color: {
46439
46442
  stroke: {
46440
- "default": "lch(91.6 1.1 266)"
46443
+ "default": "#e6e7e9"
46441
46444
  },
46442
46445
  background: {
46443
46446
  "default": "#ffffff"
@@ -46484,7 +46487,7 @@ const click = {
46484
46487
  active: "#151515"
46485
46488
  },
46486
46489
  global: {
46487
- "default": "lch(91.6 1.1 266)"
46490
+ "default": "#e6e7e9"
46488
46491
  }
46489
46492
  }
46490
46493
  },
@@ -46522,9 +46525,9 @@ const click = {
46522
46525
  active: "#161517"
46523
46526
  },
46524
46527
  stroke: {
46525
- "default": "lch(91.6 1.1 266)",
46526
- hover: "lch(91.6 1.1 266)",
46527
- active: "lch(91.6 1.1 266)"
46528
+ "default": "#e6e7e9",
46529
+ hover: "#e6e7e9",
46530
+ active: "#e6e7e9"
46528
46531
  },
46529
46532
  closeButton: {
46530
46533
  background: {
@@ -46573,7 +46576,7 @@ const click = {
46573
46576
  "default": "#696e79"
46574
46577
  },
46575
46578
  stroke: {
46576
- "default": "lch(91.6 1.1 266)"
46579
+ "default": "#e6e7e9"
46577
46580
  },
46578
46581
  icon: {
46579
46582
  "default": "lch(11.1 1.37 305)",
@@ -46623,7 +46626,7 @@ const click = {
46623
46626
  "default": "0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"
46624
46627
  },
46625
46628
  stroke: {
46626
- "default": "1px solid lch(91.6 1.1 266)"
46629
+ "default": "1px solid #e6e7e9"
46627
46630
  },
46628
46631
  typography: {
46629
46632
  title: {
@@ -46746,7 +46749,7 @@ const click = {
46746
46749
  "default": "lch(6.77 0 0 / 0.45)"
46747
46750
  },
46748
46751
  stroke: {
46749
- "default": "lch(91.6 1.1 266)"
46752
+ "default": "#e6e7e9"
46750
46753
  }
46751
46754
  }
46752
46755
  },
@@ -46798,7 +46801,7 @@ const click = {
46798
46801
  selectDirect: "lch(90.9 12.2 266 / 0.2)"
46799
46802
  },
46800
46803
  stroke: {
46801
- "default": "lch(91.6 1.1 266)",
46804
+ "default": "#e6e7e9",
46802
46805
  selectIndirect: "lch(65.4 19.7 268)",
46803
46806
  selectDirect: "#135be6"
46804
46807
  },
@@ -46824,7 +46827,7 @@ const click = {
46824
46827
  global: {
46825
46828
  color: {
46826
46829
  stroke: {
46827
- "default": "lch(91.6 1.1 266)"
46830
+ "default": "#e6e7e9"
46828
46831
  },
46829
46832
  background: {
46830
46833
  "default": "#ffffff"
@@ -46883,7 +46886,7 @@ const click = {
46883
46886
  danger: "#c10000"
46884
46887
  },
46885
46888
  stroke: {
46886
- "default": "lch(91.6 1.1 266)",
46889
+ "default": "#e6e7e9",
46887
46890
  muted: "lch(91.6 1.1 266)",
46888
46891
  intense: "#b3b6bd"
46889
46892
  },
@@ -46923,7 +46926,7 @@ const click = {
46923
46926
  neutral: {
46924
46927
  background: "#e6e7e9",
46925
46928
  foreground: "#53575f",
46926
- stroke: "lch(91.6 1.1 266)"
46929
+ stroke: "#e6e7e9"
46927
46930
  }
46928
46931
  }
46929
46932
  },
@@ -47001,8 +47004,8 @@ const global$1 = {
47001
47004
  }
47002
47005
  },
47003
47006
  stroke: {
47004
- "default": "lch(91.6 1.1 266 / 0.3)",
47005
- muted: "lch(91.6 1.1 266 / 0.3)",
47007
+ "default": "#e6e7e9",
47008
+ muted: "#e6e7e9",
47006
47009
  intense: "#b3b6bd",
47007
47010
  split: "#e6e7e9"
47008
47011
  },
@@ -47035,7 +47038,7 @@ const global$1 = {
47035
47038
  neutral: {
47036
47039
  background: "#f6f7fa",
47037
47040
  foreground: "#53575f",
47038
- stroke: "lch(91.6 1.1 266)"
47041
+ stroke: "#e6e7e9"
47039
47042
  }
47040
47043
  },
47041
47044
  chart: {
@@ -47078,6 +47081,7 @@ const palette = {
47078
47081
  "500": "#808080",
47079
47082
  "600": "#606060",
47080
47083
  "700": "#414141",
47084
+ "712": "#323232",
47081
47085
  "725": "#282828",
47082
47086
  "750": "#1F1F1C",
47083
47087
  "800": "#1d1d1d",