@clickhouse/click-ui 0.0.182 → 0.0.184
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.
- package/dist/click-ui.es.js +41 -0
- package/dist/click-ui.umd.js +41 -0
- package/dist/styles/types.d.ts +10 -0
- package/dist/styles/variables.classic.json.d.ts +11 -0
- package/dist/styles/variables.dark.json.d.ts +10 -0
- package/dist/styles/variables.json.d.ts +10 -0
- package/dist/styles/variables.light.json.d.ts +10 -0
- package/package.json +1 -1
package/dist/click-ui.es.js
CHANGED
|
@@ -42624,6 +42624,8 @@ const click$3 = {
|
|
|
42624
42624
|
global: {
|
|
42625
42625
|
color: {
|
|
42626
42626
|
text: {
|
|
42627
|
+
"default": "#161517",
|
|
42628
|
+
muted: "#696e79",
|
|
42627
42629
|
link: {
|
|
42628
42630
|
"default": "#C78F0F",
|
|
42629
42631
|
hover: "#C78F0F"
|
|
@@ -42670,6 +42672,10 @@ const click$3 = {
|
|
|
42670
42672
|
teal: "#089B83",
|
|
42671
42673
|
sunrise: "#FFC300",
|
|
42672
42674
|
slate: "#9a9ea7"
|
|
42675
|
+
},
|
|
42676
|
+
label: {
|
|
42677
|
+
"default": "#161517",
|
|
42678
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
42673
42679
|
}
|
|
42674
42680
|
}
|
|
42675
42681
|
},
|
|
@@ -42698,6 +42704,7 @@ const global$4 = {
|
|
|
42698
42704
|
text: {
|
|
42699
42705
|
"default": "#161517",
|
|
42700
42706
|
muted: "#696e79",
|
|
42707
|
+
disabled: "#a0a0a0",
|
|
42701
42708
|
link: {
|
|
42702
42709
|
"default": "#C78F0F",
|
|
42703
42710
|
hover: "#C78F0F"
|
|
@@ -42767,6 +42774,10 @@ const global$4 = {
|
|
|
42767
42774
|
sunrise: "#FFC300",
|
|
42768
42775
|
slate: "#9a9ea7",
|
|
42769
42776
|
red: "#ff2323"
|
|
42777
|
+
},
|
|
42778
|
+
label: {
|
|
42779
|
+
"default": "#161517",
|
|
42780
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
42770
42781
|
}
|
|
42771
42782
|
},
|
|
42772
42783
|
iconButton: {
|
|
@@ -44320,6 +44331,7 @@ const click$2 = {
|
|
|
44320
44331
|
text: {
|
|
44321
44332
|
"default": "#ffffff",
|
|
44322
44333
|
muted: "#b3b6bd",
|
|
44334
|
+
disabled: "#808080",
|
|
44323
44335
|
link: {
|
|
44324
44336
|
"default": "#FAFF69",
|
|
44325
44337
|
hover: "#FEFFC2"
|
|
@@ -44405,6 +44417,10 @@ const click$2 = {
|
|
|
44405
44417
|
teal: "#6DF8E1",
|
|
44406
44418
|
sunrise: "#FFC300",
|
|
44407
44419
|
slate: "#9a9ea7"
|
|
44420
|
+
},
|
|
44421
|
+
label: {
|
|
44422
|
+
"default": "#ffffff",
|
|
44423
|
+
deselected: "lch(100 0 0 / 0.3)"
|
|
44408
44424
|
}
|
|
44409
44425
|
}
|
|
44410
44426
|
},
|
|
@@ -44433,6 +44449,7 @@ const global$3 = {
|
|
|
44433
44449
|
text: {
|
|
44434
44450
|
"default": "#ffffff",
|
|
44435
44451
|
muted: "#b3b6bd",
|
|
44452
|
+
disabled: "#808080",
|
|
44436
44453
|
link: {
|
|
44437
44454
|
"default": "#FAFF69",
|
|
44438
44455
|
hover: "#FEFFC2"
|
|
@@ -44502,6 +44519,10 @@ const global$3 = {
|
|
|
44502
44519
|
teal: "#6DF8E1",
|
|
44503
44520
|
sunrise: "#FFC300",
|
|
44504
44521
|
slate: "#9a9ea7"
|
|
44522
|
+
},
|
|
44523
|
+
label: {
|
|
44524
|
+
"default": "#ffffff",
|
|
44525
|
+
deselected: "lch(100 0 0 / 0.3)"
|
|
44505
44526
|
}
|
|
44506
44527
|
},
|
|
44507
44528
|
iconButton: {
|
|
@@ -46045,6 +46066,7 @@ const click$1 = {
|
|
|
46045
46066
|
text: {
|
|
46046
46067
|
"default": "#161517",
|
|
46047
46068
|
muted: "#696e79",
|
|
46069
|
+
disabled: "#a0a0a0",
|
|
46048
46070
|
link: {
|
|
46049
46071
|
"default": "#437EEF",
|
|
46050
46072
|
hover: "#104EC6"
|
|
@@ -46130,6 +46152,10 @@ const click$1 = {
|
|
|
46130
46152
|
teal: "#089B83",
|
|
46131
46153
|
sunrise: "#FFC300",
|
|
46132
46154
|
slate: "#9a9ea7"
|
|
46155
|
+
},
|
|
46156
|
+
label: {
|
|
46157
|
+
"default": "#161517",
|
|
46158
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
46133
46159
|
}
|
|
46134
46160
|
}
|
|
46135
46161
|
},
|
|
@@ -46159,6 +46185,7 @@ const global$2 = {
|
|
|
46159
46185
|
text: {
|
|
46160
46186
|
"default": "#161517",
|
|
46161
46187
|
muted: "#696e79",
|
|
46188
|
+
disabled: "#a0a0a0",
|
|
46162
46189
|
link: {
|
|
46163
46190
|
"default": "#437EEF",
|
|
46164
46191
|
hover: "#104EC6"
|
|
@@ -46228,6 +46255,10 @@ const global$2 = {
|
|
|
46228
46255
|
sunrise: "#FFC300",
|
|
46229
46256
|
slate: "#9a9ea7",
|
|
46230
46257
|
red: "#ff2323"
|
|
46258
|
+
},
|
|
46259
|
+
label: {
|
|
46260
|
+
"default": "#161517",
|
|
46261
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
46231
46262
|
}
|
|
46232
46263
|
},
|
|
46233
46264
|
iconButton: {
|
|
@@ -49181,6 +49212,7 @@ const click = {
|
|
|
49181
49212
|
text: {
|
|
49182
49213
|
"default": "#161517",
|
|
49183
49214
|
muted: "#696e79",
|
|
49215
|
+
disabled: "#a0a0a0",
|
|
49184
49216
|
link: {
|
|
49185
49217
|
"default": "#437EEF",
|
|
49186
49218
|
hover: "#104EC6"
|
|
@@ -49266,6 +49298,10 @@ const click = {
|
|
|
49266
49298
|
teal: "#089B83",
|
|
49267
49299
|
sunrise: "#FFC300",
|
|
49268
49300
|
slate: "#9a9ea7"
|
|
49301
|
+
},
|
|
49302
|
+
label: {
|
|
49303
|
+
"default": "#161517",
|
|
49304
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
49269
49305
|
}
|
|
49270
49306
|
}
|
|
49271
49307
|
},
|
|
@@ -49334,6 +49370,7 @@ const global$1 = {
|
|
|
49334
49370
|
text: {
|
|
49335
49371
|
"default": "#161517",
|
|
49336
49372
|
muted: "#696e79",
|
|
49373
|
+
disabled: "#a0a0a0",
|
|
49337
49374
|
link: {
|
|
49338
49375
|
"default": "#437EEF",
|
|
49339
49376
|
hover: "#104EC6"
|
|
@@ -49405,6 +49442,10 @@ const global$1 = {
|
|
|
49405
49442
|
sunrise: "#FFC300",
|
|
49406
49443
|
slate: "#9a9ea7",
|
|
49407
49444
|
red: "#ff2323"
|
|
49445
|
+
},
|
|
49446
|
+
label: {
|
|
49447
|
+
"default": "#161517",
|
|
49448
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
49408
49449
|
}
|
|
49409
49450
|
},
|
|
49410
49451
|
iconButton: {
|
package/dist/click-ui.umd.js
CHANGED
|
@@ -42640,6 +42640,8 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
42640
42640
|
global: {
|
|
42641
42641
|
color: {
|
|
42642
42642
|
text: {
|
|
42643
|
+
"default": "#161517",
|
|
42644
|
+
muted: "#696e79",
|
|
42643
42645
|
link: {
|
|
42644
42646
|
"default": "#C78F0F",
|
|
42645
42647
|
hover: "#C78F0F"
|
|
@@ -42686,6 +42688,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
42686
42688
|
teal: "#089B83",
|
|
42687
42689
|
sunrise: "#FFC300",
|
|
42688
42690
|
slate: "#9a9ea7"
|
|
42691
|
+
},
|
|
42692
|
+
label: {
|
|
42693
|
+
"default": "#161517",
|
|
42694
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
42689
42695
|
}
|
|
42690
42696
|
}
|
|
42691
42697
|
},
|
|
@@ -42714,6 +42720,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
42714
42720
|
text: {
|
|
42715
42721
|
"default": "#161517",
|
|
42716
42722
|
muted: "#696e79",
|
|
42723
|
+
disabled: "#a0a0a0",
|
|
42717
42724
|
link: {
|
|
42718
42725
|
"default": "#C78F0F",
|
|
42719
42726
|
hover: "#C78F0F"
|
|
@@ -42783,6 +42790,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
42783
42790
|
sunrise: "#FFC300",
|
|
42784
42791
|
slate: "#9a9ea7",
|
|
42785
42792
|
red: "#ff2323"
|
|
42793
|
+
},
|
|
42794
|
+
label: {
|
|
42795
|
+
"default": "#161517",
|
|
42796
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
42786
42797
|
}
|
|
42787
42798
|
},
|
|
42788
42799
|
iconButton: {
|
|
@@ -44336,6 +44347,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
44336
44347
|
text: {
|
|
44337
44348
|
"default": "#ffffff",
|
|
44338
44349
|
muted: "#b3b6bd",
|
|
44350
|
+
disabled: "#808080",
|
|
44339
44351
|
link: {
|
|
44340
44352
|
"default": "#FAFF69",
|
|
44341
44353
|
hover: "#FEFFC2"
|
|
@@ -44421,6 +44433,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
44421
44433
|
teal: "#6DF8E1",
|
|
44422
44434
|
sunrise: "#FFC300",
|
|
44423
44435
|
slate: "#9a9ea7"
|
|
44436
|
+
},
|
|
44437
|
+
label: {
|
|
44438
|
+
"default": "#ffffff",
|
|
44439
|
+
deselected: "lch(100 0 0 / 0.3)"
|
|
44424
44440
|
}
|
|
44425
44441
|
}
|
|
44426
44442
|
},
|
|
@@ -44449,6 +44465,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
44449
44465
|
text: {
|
|
44450
44466
|
"default": "#ffffff",
|
|
44451
44467
|
muted: "#b3b6bd",
|
|
44468
|
+
disabled: "#808080",
|
|
44452
44469
|
link: {
|
|
44453
44470
|
"default": "#FAFF69",
|
|
44454
44471
|
hover: "#FEFFC2"
|
|
@@ -44518,6 +44535,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
44518
44535
|
teal: "#6DF8E1",
|
|
44519
44536
|
sunrise: "#FFC300",
|
|
44520
44537
|
slate: "#9a9ea7"
|
|
44538
|
+
},
|
|
44539
|
+
label: {
|
|
44540
|
+
"default": "#ffffff",
|
|
44541
|
+
deselected: "lch(100 0 0 / 0.3)"
|
|
44521
44542
|
}
|
|
44522
44543
|
},
|
|
44523
44544
|
iconButton: {
|
|
@@ -46061,6 +46082,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
46061
46082
|
text: {
|
|
46062
46083
|
"default": "#161517",
|
|
46063
46084
|
muted: "#696e79",
|
|
46085
|
+
disabled: "#a0a0a0",
|
|
46064
46086
|
link: {
|
|
46065
46087
|
"default": "#437EEF",
|
|
46066
46088
|
hover: "#104EC6"
|
|
@@ -46146,6 +46168,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
46146
46168
|
teal: "#089B83",
|
|
46147
46169
|
sunrise: "#FFC300",
|
|
46148
46170
|
slate: "#9a9ea7"
|
|
46171
|
+
},
|
|
46172
|
+
label: {
|
|
46173
|
+
"default": "#161517",
|
|
46174
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
46149
46175
|
}
|
|
46150
46176
|
}
|
|
46151
46177
|
},
|
|
@@ -46175,6 +46201,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
46175
46201
|
text: {
|
|
46176
46202
|
"default": "#161517",
|
|
46177
46203
|
muted: "#696e79",
|
|
46204
|
+
disabled: "#a0a0a0",
|
|
46178
46205
|
link: {
|
|
46179
46206
|
"default": "#437EEF",
|
|
46180
46207
|
hover: "#104EC6"
|
|
@@ -46244,6 +46271,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
46244
46271
|
sunrise: "#FFC300",
|
|
46245
46272
|
slate: "#9a9ea7",
|
|
46246
46273
|
red: "#ff2323"
|
|
46274
|
+
},
|
|
46275
|
+
label: {
|
|
46276
|
+
"default": "#161517",
|
|
46277
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
46247
46278
|
}
|
|
46248
46279
|
},
|
|
46249
46280
|
iconButton: {
|
|
@@ -49197,6 +49228,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49197
49228
|
text: {
|
|
49198
49229
|
"default": "#161517",
|
|
49199
49230
|
muted: "#696e79",
|
|
49231
|
+
disabled: "#a0a0a0",
|
|
49200
49232
|
link: {
|
|
49201
49233
|
"default": "#437EEF",
|
|
49202
49234
|
hover: "#104EC6"
|
|
@@ -49282,6 +49314,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49282
49314
|
teal: "#089B83",
|
|
49283
49315
|
sunrise: "#FFC300",
|
|
49284
49316
|
slate: "#9a9ea7"
|
|
49317
|
+
},
|
|
49318
|
+
label: {
|
|
49319
|
+
"default": "#161517",
|
|
49320
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
49285
49321
|
}
|
|
49286
49322
|
}
|
|
49287
49323
|
},
|
|
@@ -49350,6 +49386,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49350
49386
|
text: {
|
|
49351
49387
|
"default": "#161517",
|
|
49352
49388
|
muted: "#696e79",
|
|
49389
|
+
disabled: "#a0a0a0",
|
|
49353
49390
|
link: {
|
|
49354
49391
|
"default": "#437EEF",
|
|
49355
49392
|
hover: "#104EC6"
|
|
@@ -49421,6 +49458,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49421
49458
|
sunrise: "#FFC300",
|
|
49422
49459
|
slate: "#9a9ea7",
|
|
49423
49460
|
red: "#ff2323"
|
|
49461
|
+
},
|
|
49462
|
+
label: {
|
|
49463
|
+
"default": "#161517",
|
|
49464
|
+
deselected: "lch(6.94 1.44 305 / 0.3)"
|
|
49424
49465
|
}
|
|
49425
49466
|
},
|
|
49426
49467
|
iconButton: {
|
package/dist/styles/types.d.ts
CHANGED
|
@@ -2927,6 +2927,7 @@ export interface Theme {
|
|
|
2927
2927
|
"text": {
|
|
2928
2928
|
"default": string;
|
|
2929
2929
|
"muted": string;
|
|
2930
|
+
"disabled": string;
|
|
2930
2931
|
"link": {
|
|
2931
2932
|
"default": string;
|
|
2932
2933
|
"hover": string;
|
|
@@ -3013,6 +3014,10 @@ export interface Theme {
|
|
|
3013
3014
|
"sunrise": string;
|
|
3014
3015
|
"slate": string;
|
|
3015
3016
|
};
|
|
3017
|
+
"label": {
|
|
3018
|
+
"default": string;
|
|
3019
|
+
"deselected": string;
|
|
3020
|
+
};
|
|
3016
3021
|
};
|
|
3017
3022
|
};
|
|
3018
3023
|
"serviceCard": {
|
|
@@ -3080,6 +3085,7 @@ export interface Theme {
|
|
|
3080
3085
|
"text": {
|
|
3081
3086
|
"default": string;
|
|
3082
3087
|
"muted": string;
|
|
3088
|
+
"disabled": string;
|
|
3083
3089
|
"link": {
|
|
3084
3090
|
"default": string;
|
|
3085
3091
|
"hover": string;
|
|
@@ -3152,6 +3158,10 @@ export interface Theme {
|
|
|
3152
3158
|
"slate": string;
|
|
3153
3159
|
"red": string;
|
|
3154
3160
|
};
|
|
3161
|
+
"label": {
|
|
3162
|
+
"default": string;
|
|
3163
|
+
"deselected": string;
|
|
3164
|
+
};
|
|
3155
3165
|
};
|
|
3156
3166
|
"iconButton": {
|
|
3157
3167
|
"badge": {
|
|
@@ -812,6 +812,8 @@ declare const _default: {
|
|
|
812
812
|
"global": {
|
|
813
813
|
"color": {
|
|
814
814
|
"text": {
|
|
815
|
+
"default": "#161517",
|
|
816
|
+
"muted": "#696e79",
|
|
815
817
|
"link": {
|
|
816
818
|
"default": "#C78F0F",
|
|
817
819
|
"hover": "#C78F0F"
|
|
@@ -858,6 +860,10 @@ declare const _default: {
|
|
|
858
860
|
"teal": "#089B83",
|
|
859
861
|
"sunrise": "#FFC300",
|
|
860
862
|
"slate": "#9a9ea7"
|
|
863
|
+
},
|
|
864
|
+
"label": {
|
|
865
|
+
"default": "#161517",
|
|
866
|
+
"deselected": "lch(6.94 1.44 305 / 0.3)"
|
|
861
867
|
}
|
|
862
868
|
}
|
|
863
869
|
},
|
|
@@ -886,6 +892,7 @@ declare const _default: {
|
|
|
886
892
|
"text": {
|
|
887
893
|
"default": "#161517",
|
|
888
894
|
"muted": "#696e79",
|
|
895
|
+
"disabled": "#a0a0a0",
|
|
889
896
|
"link": {
|
|
890
897
|
"default": "#C78F0F",
|
|
891
898
|
"hover": "#C78F0F"
|
|
@@ -955,6 +962,10 @@ declare const _default: {
|
|
|
955
962
|
"sunrise": "#FFC300",
|
|
956
963
|
"slate": "#9a9ea7",
|
|
957
964
|
"red": "#ff2323"
|
|
965
|
+
},
|
|
966
|
+
"label": {
|
|
967
|
+
"default": "#161517",
|
|
968
|
+
"deselected": "lch(6.94 1.44 305 / 0.3)"
|
|
958
969
|
}
|
|
959
970
|
},
|
|
960
971
|
"iconButton": {
|
|
@@ -1530,6 +1530,7 @@ declare const _default: {
|
|
|
1530
1530
|
"text": {
|
|
1531
1531
|
"default": "#ffffff",
|
|
1532
1532
|
"muted": "#b3b6bd",
|
|
1533
|
+
"disabled": "#808080",
|
|
1533
1534
|
"link": {
|
|
1534
1535
|
"default": "#FAFF69",
|
|
1535
1536
|
"hover": "#FEFFC2"
|
|
@@ -1615,6 +1616,10 @@ declare const _default: {
|
|
|
1615
1616
|
"teal": "#6DF8E1",
|
|
1616
1617
|
"sunrise": "#FFC300",
|
|
1617
1618
|
"slate": "#9a9ea7"
|
|
1619
|
+
},
|
|
1620
|
+
"label": {
|
|
1621
|
+
"default": "#ffffff",
|
|
1622
|
+
"deselected": "lch(100 0 0 / 0.3)"
|
|
1618
1623
|
}
|
|
1619
1624
|
}
|
|
1620
1625
|
},
|
|
@@ -1643,6 +1648,7 @@ declare const _default: {
|
|
|
1643
1648
|
"text": {
|
|
1644
1649
|
"default": "#ffffff",
|
|
1645
1650
|
"muted": "#b3b6bd",
|
|
1651
|
+
"disabled": "#808080",
|
|
1646
1652
|
"link": {
|
|
1647
1653
|
"default": "#FAFF69",
|
|
1648
1654
|
"hover": "#FEFFC2"
|
|
@@ -1712,6 +1718,10 @@ declare const _default: {
|
|
|
1712
1718
|
"teal": "#6DF8E1",
|
|
1713
1719
|
"sunrise": "#FFC300",
|
|
1714
1720
|
"slate": "#9a9ea7"
|
|
1721
|
+
},
|
|
1722
|
+
"label": {
|
|
1723
|
+
"default": "#ffffff",
|
|
1724
|
+
"deselected": "lch(100 0 0 / 0.3)"
|
|
1715
1725
|
}
|
|
1716
1726
|
},
|
|
1717
1727
|
"iconButton": {
|
|
@@ -2927,6 +2927,7 @@ declare const _default: {
|
|
|
2927
2927
|
"text": {
|
|
2928
2928
|
"default": "#161517",
|
|
2929
2929
|
"muted": "#696e79",
|
|
2930
|
+
"disabled": "#a0a0a0",
|
|
2930
2931
|
"link": {
|
|
2931
2932
|
"default": "#437EEF",
|
|
2932
2933
|
"hover": "#104EC6"
|
|
@@ -3012,6 +3013,10 @@ declare const _default: {
|
|
|
3012
3013
|
"teal": "#089B83",
|
|
3013
3014
|
"sunrise": "#FFC300",
|
|
3014
3015
|
"slate": "#9a9ea7"
|
|
3016
|
+
},
|
|
3017
|
+
"label": {
|
|
3018
|
+
"default": "#161517",
|
|
3019
|
+
"deselected": "lch(6.94 1.44 305 / 0.3)"
|
|
3015
3020
|
}
|
|
3016
3021
|
}
|
|
3017
3022
|
},
|
|
@@ -3080,6 +3085,7 @@ declare const _default: {
|
|
|
3080
3085
|
"text": {
|
|
3081
3086
|
"default": "#161517",
|
|
3082
3087
|
"muted": "#696e79",
|
|
3088
|
+
"disabled": "#a0a0a0",
|
|
3083
3089
|
"link": {
|
|
3084
3090
|
"default": "#437EEF",
|
|
3085
3091
|
"hover": "#104EC6"
|
|
@@ -3151,6 +3157,10 @@ declare const _default: {
|
|
|
3151
3157
|
"sunrise": "#FFC300",
|
|
3152
3158
|
"slate": "#9a9ea7",
|
|
3153
3159
|
"red": "#ff2323"
|
|
3160
|
+
},
|
|
3161
|
+
"label": {
|
|
3162
|
+
"default": "#161517",
|
|
3163
|
+
"deselected": "lch(6.94 1.44 305 / 0.3)"
|
|
3154
3164
|
}
|
|
3155
3165
|
},
|
|
3156
3166
|
"iconButton": {
|
|
@@ -1517,6 +1517,7 @@ declare const _default: {
|
|
|
1517
1517
|
"text": {
|
|
1518
1518
|
"default": "#161517",
|
|
1519
1519
|
"muted": "#696e79",
|
|
1520
|
+
"disabled": "#a0a0a0",
|
|
1520
1521
|
"link": {
|
|
1521
1522
|
"default": "#437EEF",
|
|
1522
1523
|
"hover": "#104EC6"
|
|
@@ -1602,6 +1603,10 @@ declare const _default: {
|
|
|
1602
1603
|
"teal": "#089B83",
|
|
1603
1604
|
"sunrise": "#FFC300",
|
|
1604
1605
|
"slate": "#9a9ea7"
|
|
1606
|
+
},
|
|
1607
|
+
"label": {
|
|
1608
|
+
"default": "#161517",
|
|
1609
|
+
"deselected": "lch(6.94 1.44 305 / 0.3)"
|
|
1605
1610
|
}
|
|
1606
1611
|
}
|
|
1607
1612
|
},
|
|
@@ -1631,6 +1636,7 @@ declare const _default: {
|
|
|
1631
1636
|
"text": {
|
|
1632
1637
|
"default": "#161517",
|
|
1633
1638
|
"muted": "#696e79",
|
|
1639
|
+
"disabled": "#a0a0a0",
|
|
1634
1640
|
"link": {
|
|
1635
1641
|
"default": "#437EEF",
|
|
1636
1642
|
"hover": "#104EC6"
|
|
@@ -1700,6 +1706,10 @@ declare const _default: {
|
|
|
1700
1706
|
"sunrise": "#FFC300",
|
|
1701
1707
|
"slate": "#9a9ea7",
|
|
1702
1708
|
"red": "#ff2323"
|
|
1709
|
+
},
|
|
1710
|
+
"label": {
|
|
1711
|
+
"default": "#161517",
|
|
1712
|
+
"deselected": "lch(6.94 1.44 305 / 0.3)"
|
|
1703
1713
|
}
|
|
1704
1714
|
},
|
|
1705
1715
|
"iconButton": {
|