@clickhouse/click-ui 0.0.234-sc-deprecation.2 → 0.0.234-sc-deprecation.3

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.
@@ -1,997 +0,0 @@
1
- const e = {
2
- button: {
3
- basic: {
4
- size: {
5
- icon: {
6
- height: "0.75rem",
7
- width: "0.75rem"
8
- }
9
- },
10
- color: {
11
- primary: {
12
- background: {
13
- default: "#FFC029",
14
- hover: "lch(89.3 45.8 82.1)",
15
- active: "rgb(93.2% 79.3% 49.6%)"
16
- },
17
- text: {
18
- default: "#151515"
19
- },
20
- stroke: {
21
- default: "#FFC029",
22
- hover: "lch(89.3 45.8 82.1)",
23
- active: "rgb(93.2% 79.3% 49.6%)"
24
- }
25
- },
26
- secondary: {
27
- background: {
28
- default: "rgba(0,0,0,0)",
29
- hover: "#f6f7fa",
30
- active: "lch(95.3 1.54 272)"
31
- },
32
- stroke: {
33
- default: "#e6e7e9",
34
- hover: "#e6e7e9",
35
- active: "rgb(81% 82.1% 83.6%)"
36
- },
37
- text: {
38
- default: "#161517"
39
- }
40
- },
41
- danger: {
42
- background: {
43
- default: "rgb(100% 13.7% 13.7% / 0.1)",
44
- hover: "rgb(100% 59.6% 59.6% / 0.2)",
45
- active: "rgb(100% 72.9% 72.9% / 0.3)"
46
- },
47
- text: {
48
- default: "#c10000"
49
- }
50
- },
51
- empty: {
52
- text: {
53
- default: "#C78F0F",
54
- hover: "#C78F0F",
55
- active: "#C78F0F",
56
- disabled: "#a0a0a0"
57
- },
58
- background: {
59
- default: "rgba(0,0,0,0)",
60
- hover: "#f6f7fa",
61
- active: "rgba(0,0,0,0)",
62
- disabled: "rgba(0,0,0,0)"
63
- },
64
- stroke: {
65
- default: "rgba(0,0,0,0)",
66
- hover: "rgba(0,0,0,0)",
67
- active: "rgba(0,0,0,0)",
68
- disabled: "rgba(0,0,0,0)"
69
- }
70
- },
71
- disabled: {
72
- background: {
73
- default: "#dfdfdf"
74
- },
75
- text: {
76
- default: "#a0a0a0"
77
- }
78
- }
79
- }
80
- },
81
- iconButton: {
82
- size: {
83
- small: "0.75rem",
84
- medium: "1rem",
85
- large: "1.25rem"
86
- },
87
- color: {
88
- primary: {
89
- background: {
90
- default: "rgba(0,0,0,0)",
91
- hover: "#f6f7fa",
92
- active: "rgb(86.8% 87.2% 88.2%)"
93
- },
94
- stroke: {
95
- default: "#e6e7e9",
96
- hover: "#e6e7e9",
97
- active: "rgb(86.8% 87.2% 88.2%)"
98
- },
99
- text: {
100
- default: "#161517",
101
- hover: "#161517",
102
- active: "#161517"
103
- }
104
- },
105
- secondary: {
106
- background: {
107
- default: "#FFC029",
108
- hover: "lch(89.3 45.8 82.1)",
109
- active: "lch(79.1 40.8 82.1)"
110
- },
111
- stroke: {
112
- default: "rgba(0,0,0,0)",
113
- hover: "lch(89.3 45.8 82.1)",
114
- active: "lch(79.1 40.8 82.1)"
115
- },
116
- text: {
117
- default: "#151515",
118
- hover: "#151515",
119
- active: "#151515"
120
- }
121
- },
122
- disabled: {
123
- background: {
124
- default: "#dfdfdf"
125
- },
126
- text: {
127
- default: "#a0a0a0"
128
- }
129
- },
130
- danger: {
131
- background: {
132
- default: "rgb(100% 13.7% 13.7% / 0.1)",
133
- hover: "#ff9898",
134
- active: "#ffbaba"
135
- },
136
- text: {
137
- default: "#c10000",
138
- hover: "#c10000",
139
- active: "#c10000"
140
- },
141
- stroke: {
142
- default: "rgb(100% 13.7% 13.7% / 0.1)",
143
- hover: "rgb(100% 59.6% 59.6% / 0.2)",
144
- active: "rgb(100% 72.9% 72.9% / 0.3)"
145
- }
146
- },
147
- ghost: {
148
- background: {
149
- default: "rgba(0,0,0,0)",
150
- hover: "rgba(0,0,0,0)",
151
- active: "rgb(0% 0% 0% / 0)"
152
- },
153
- stroke: {
154
- default: "rgba(0,0,0,0)",
155
- hover: "rgba(0,0,0,0)",
156
- active: "rgba(0,0,0,0)"
157
- },
158
- text: {
159
- default: "#696e79",
160
- hover: "#161517",
161
- active: "#161517"
162
- }
163
- },
164
- info: {
165
- background: {
166
- default: "rgb(26.3% 49.4% 93.7% / 0.1)",
167
- hover: "#D0DFFB",
168
- active: "#A1BEF7"
169
- },
170
- text: {
171
- default: "#437EEF",
172
- hover: "#437EEF",
173
- active: "#437EEF"
174
- },
175
- stroke: {
176
- default: "rgb(26.3% 49.4% 93.7% / 0.1)",
177
- hover: "#D0DFFB",
178
- active: "#A1BEF7"
179
- }
180
- }
181
- }
182
- },
183
- split: {
184
- primary: {
185
- background: {
186
- main: {
187
- default: "#FFC029",
188
- hover: "lch(81.7 41.9 82.1)",
189
- active: "lch(76.2 39.3 82.1)",
190
- disabled: "lch(81.3 0 0)"
191
- },
192
- action: {
193
- default: "lch(77.8 74.1 79.3)",
194
- hover: "lch(77.6 39.8 82.1)",
195
- active: "lch(69.7 36 82.1)",
196
- disabled: "lch(74.4 0 0)"
197
- }
198
- },
199
- text: {
200
- default: "#151515",
201
- hover: "#151515",
202
- active: "#151515",
203
- disabled: "#a0a0a0"
204
- },
205
- stroke: {
206
- default: "rgba(0,0,0,0)",
207
- hover: "rgba(0,0,0,0)",
208
- active: "rgba(0,0,0,0)",
209
- disabled: "rgba(0,0,0,0)"
210
- },
211
- divide: {
212
- default: "lch(68.1 64.8 79.3)",
213
- hover: "lch(71.5 36.7 82.1)",
214
- active: "lch(66.7 34.4 82.1)",
215
- disabled: "lch(71.1 0 0)"
216
- }
217
- },
218
- secondary: {
219
- divide: {
220
- default: "lch(92 1.05 266)",
221
- hover: "lch(79.8 35.8 82.1)",
222
- active: "lch(69.6 66.3 79.3)",
223
- disabled: "lch(75.5 0 0)"
224
- },
225
- background: {
226
- main: {
227
- default: "rgba(0,0,0,0)",
228
- hover: "#f6f7fa",
229
- active: "lch(95.3 1.54 272)",
230
- disabled: "#dfdfdf"
231
- },
232
- action: {
233
- default: "#f6f7fa",
234
- hover: "lch(94.8 1.53 272)",
235
- active: "lch(92.9 1.5 272)",
236
- disabled: "lch(77.2 0 0)"
237
- }
238
- },
239
- text: {
240
- default: "#161517",
241
- hover: "#161517",
242
- active: "#161517",
243
- disabled: "#a0a0a0"
244
- },
245
- stroke: {
246
- default: "#e6e7e9",
247
- hover: "#e6e7e9",
248
- active: "rgb(81.2% 82.3% 83.8%)",
249
- disabled: "rgba(0,0,0,0)"
250
- }
251
- }
252
- },
253
- mobile: {
254
- basic: {
255
- size: {
256
- icon: {
257
- all: "1.25rem"
258
- }
259
- }
260
- }
261
- },
262
- group: {
263
- color: {
264
- background: {
265
- default: "rgba(0,0,0,0)",
266
- hover: "#f6f7fa",
267
- active: "lch(97.3 1.53 272)",
268
- disabled: "#dfdfdf",
269
- "disabled-active": "lch(71.1 0 0)",
270
- panel: "rgba(0,0,0,0)"
271
- },
272
- text: {
273
- default: "#161517",
274
- hover: "#161517",
275
- active: "#ffffff",
276
- disabled: "#a0a0a0",
277
- "disabled-active": "#808080"
278
- },
279
- stroke: {
280
- default: "rgba(0,0,0,0)",
281
- hover: "rgba(0,0,0,0)",
282
- active: "rgba(0,0,0,0)",
283
- disabled: "rgba(0,0,0,0)",
284
- "disabled-active": "rgba(0,0,0,0)",
285
- panel: "#e6e7e9"
286
- },
287
- panel: {
288
- stroke: {
289
- default: "#e6e7e9"
290
- }
291
- }
292
- }
293
- },
294
- alignedLeft: {
295
- color: {
296
- background: {
297
- default: "rgba(0,0,0,0)",
298
- hover: "#f6f7fa",
299
- active: "lch(95.3 1.54 272)"
300
- },
301
- stroke: {
302
- default: "#e6e7e9",
303
- hover: "#e6e7e9",
304
- active: "#cccfd3"
305
- },
306
- text: {
307
- default: "#161517",
308
- hover: "#161517",
309
- active: "#161517"
310
- }
311
- }
312
- }
313
- },
314
- card: {
315
- secondary: {
316
- color: {
317
- link: {
318
- default: "#161517",
319
- hover: "#C78F0F",
320
- active: "#161517",
321
- disabled: "#a0a0a0"
322
- }
323
- }
324
- },
325
- primary: {
326
- color: {
327
- background: {
328
- default: "#ffffff",
329
- hover: "#f6f7fa",
330
- active: "rgb(91.6% 92% 93.1%)",
331
- disabled: "#dfdfdf"
332
- },
333
- title: {
334
- default: "lch(10.2 1.39 305)",
335
- hover: "lch(10.2 1.39 305)",
336
- active: "lch(10.2 1.39 305)",
337
- disabled: "#a0a0a0"
338
- },
339
- description: {
340
- default: "#696e79",
341
- hover: "#696e79",
342
- active: "#696e79",
343
- disabled: "#a0a0a0"
344
- },
345
- stroke: {
346
- default: "#e6e7e9",
347
- hover: "#e6e7e9",
348
- active: "#151515",
349
- disabled: "#dfdfdf"
350
- }
351
- }
352
- },
353
- horizontal: {
354
- default: {
355
- color: {
356
- background: {
357
- default: "#ffffff",
358
- hover: "#f6f7fa",
359
- active: "#f6f7fa",
360
- disabled: "#dfdfdf"
361
- },
362
- title: {
363
- default: "lch(10.2 1.39 305)",
364
- hover: "lch(10.2 1.39 305)",
365
- active: "lch(10.2 1.39 305)",
366
- disabled: "#a0a0a0"
367
- },
368
- description: {
369
- default: "#696e79",
370
- hover: "#696e79",
371
- active: "#696e79",
372
- disabled: "#a0a0a0"
373
- },
374
- stroke: {
375
- default: "#e6e7e9",
376
- hover: "#e6e7e9",
377
- active: "#151515",
378
- disabled: "#dfdfdf"
379
- }
380
- }
381
- },
382
- muted: {
383
- color: {
384
- background: {
385
- default: "#f6f7fa",
386
- hover: "#ffffff",
387
- active: "#f6f7fa",
388
- disabled: "#dfdfdf"
389
- },
390
- title: {
391
- default: "lch(10.2 1.39 305)",
392
- hover: "lch(10.2 1.39 305)",
393
- active: "lch(10.2 1.39 305)",
394
- disabled: "#a0a0a0"
395
- },
396
- description: {
397
- default: "#696e79",
398
- hover: "#696e79",
399
- active: "#696e79",
400
- disabled: "#a0a0a0"
401
- },
402
- stroke: {
403
- default: "#e6e7e9",
404
- hover: "#e6e7e9",
405
- active: "#151515",
406
- disabled: "#dfdfdf"
407
- }
408
- }
409
- }
410
- },
411
- promotion: {
412
- color: {
413
- text: {
414
- default: "#161517",
415
- hover: "#161517",
416
- active: "#161517"
417
- },
418
- icon: {
419
- default: "#161517",
420
- hover: "#161517",
421
- active: "#161517"
422
- },
423
- background: {
424
- default: "rgb(96.5% 96.9% 98% / 0.9)",
425
- hover: "rgb(90.4% 90.8% 91.6%)",
426
- active: "lch(89.3 1.07 266)"
427
- },
428
- stroke: {
429
- default: "linear-gradient(174deg, #ABABAB 7.59%, #D4D4D4 30.01%)",
430
- hover: "linear-gradient(174deg, #ABABAB 7.59%, #D4D4D4 30.01%)",
431
- active: "linear-gradient(174deg, #ABABAB 7.59%, #D4D4D4 30.01%)",
432
- focus: "#151515"
433
- }
434
- }
435
- }
436
- },
437
- datePicker: {
438
- dateOption: {
439
- color: {
440
- label: {
441
- default: "#161517",
442
- hover: "#161517",
443
- active: "#ffffff",
444
- disabled: "#a0a0a0",
445
- range: "#161517"
446
- },
447
- background: {
448
- default: "#ffffff",
449
- hover: "#ffffff",
450
- active: "#151515",
451
- disabled: "#ffffff",
452
- range: "#e6e7e9"
453
- },
454
- stroke: {
455
- default: "#ffffff",
456
- hover: "#151515",
457
- active: "#151515",
458
- disabled: "#ffffff",
459
- range: "#e6e7e9"
460
- }
461
- }
462
- },
463
- color: {
464
- title: {
465
- default: "lch(10.2 1.39 305)"
466
- },
467
- daytitle: {
468
- default: "#696e79"
469
- }
470
- }
471
- },
472
- dialog: {
473
- typography: {
474
- title: {
475
- default: `600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`
476
- }
477
- }
478
- },
479
- flyout: {
480
- typography: {
481
- title: {
482
- default: `600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`
483
- }
484
- },
485
- color: {
486
- background: {
487
- default: "#ffffff"
488
- },
489
- title: {
490
- default: "lch(10.2 1.39 305)"
491
- },
492
- description: {
493
- default: "#696e79"
494
- },
495
- opaqueBackground: {
496
- default: "lch(6.77 0 0 / 0.45)"
497
- },
498
- stroke: {
499
- default: "#e6e7e9"
500
- }
501
- }
502
- },
503
- grid: {
504
- header: {
505
- cell: {
506
- color: {
507
- background: {
508
- default: "#f6f7fa",
509
- selectIndirect: "lch(99.6 3.76 101)",
510
- selectDirect: "lch(97.5 12 97.4)"
511
- },
512
- title: {
513
- default: "#696e79",
514
- selectIndirect: "#161517",
515
- selectDirect: "#161517"
516
- },
517
- stroke: {
518
- default: "lch(89.3 1.07 266)",
519
- selectIndirect: "lch(92.8 31.1 85.9)",
520
- selectDirect: "lch(90.9 28.1 85.9)"
521
- }
522
- }
523
- }
524
- },
525
- body: {
526
- cell: {
527
- color: {
528
- background: {
529
- default: "#ffffff",
530
- selectIndirect: "lch(99.4 8.48 102 / 0.2)",
531
- selectDirect: "lch(99.4 8.48 102 / 0.2)"
532
- },
533
- stroke: {
534
- default: "#e6e7e9",
535
- selectIndirect: "lch(74.1 25.6 85.9)",
536
- selectDirect: "#FFC029"
537
- },
538
- text: {
539
- default: "lch(7.17 1.44 305)",
540
- selectIndirect: "#161517",
541
- selectDirect: "#161517"
542
- }
543
- }
544
- }
545
- },
546
- global: {
547
- color: {
548
- stroke: {
549
- default: "#e6e7e9"
550
- },
551
- background: {
552
- default: "#ffffff"
553
- }
554
- }
555
- }
556
- },
557
- sidebar: {
558
- main: {
559
- color: {
560
- background: {
561
- default: "#2f2c3a"
562
- },
563
- text: {
564
- default: "#ffffff",
565
- muted: "#ada8bd"
566
- },
567
- stroke: {
568
- default: "#474257"
569
- }
570
- },
571
- navigation: {
572
- item: {
573
- color: {
574
- background: {
575
- active: "lch(38.8 16.8 296 / 0.6)",
576
- hover: "lch(40.9 16.2 296)",
577
- default: "rgba(0,0,0,0)"
578
- },
579
- text: {
580
- default: "#f6f7fa",
581
- hover: "#ffffff",
582
- active: "#ffffff",
583
- muted: "#696e79",
584
- disabled: "#a0a0a0"
585
- },
586
- icon: {
587
- default: "#e4e2e9",
588
- disabled: "#a0a0a0"
589
- }
590
- },
591
- background: {
592
- default: "rgba(0,0,0,0)",
593
- active: "#474257",
594
- hover: "#f6f7fa"
595
- },
596
- text: {
597
- default: "#ffffff",
598
- muted: "#ada8bd"
599
- }
600
- },
601
- title: {
602
- color: {
603
- default: "#ada8bd",
604
- hover: "#ada8bd",
605
- active: "#ada8bd"
606
- }
607
- },
608
- subItem: {
609
- color: {
610
- text: {
611
- default: "#f6f7fa",
612
- hover: "#ffffff",
613
- active: "#ffffff"
614
- },
615
- background: {
616
- default: "rgba(0,0,0,0)",
617
- hover: "lch(40.9 16.2 296)",
618
- active: "rgba(0,0,0,0)"
619
- }
620
- }
621
- },
622
- dragControl: {
623
- separator: {
624
- color: {
625
- default: "#FFC029"
626
- }
627
- }
628
- }
629
- }
630
- },
631
- sqlSidebar: {
632
- color: {
633
- background: {
634
- default: "#f6f7fa"
635
- },
636
- stroke: {
637
- default: "#e6e7e9"
638
- }
639
- },
640
- navigation: {
641
- item: {
642
- color: {
643
- background: {
644
- active: "lch(91.6 1.1 266 / 0.6)",
645
- hover: "lch(91.6 1.1 266 / 0.6)",
646
- default: "rgba(0,0,0,0)"
647
- },
648
- text: {
649
- default: "#161517",
650
- hover: "#161517",
651
- active: "#161517",
652
- muted: "#696e79"
653
- },
654
- icon: {
655
- default: "#696e79"
656
- }
657
- }
658
- },
659
- subItem: {
660
- color: {
661
- text: {
662
- default: "#696e79",
663
- hover: "#151515",
664
- active: "#161517"
665
- },
666
- background: {
667
- default: "rgba(0,0,0,0)",
668
- hover: "lch(91.6 1.1 266 / 0.6)",
669
- active: "rgba(0,0,0,0)"
670
- }
671
- }
672
- },
673
- title: {
674
- color: {
675
- default: "#696e79",
676
- hover: "#696e79",
677
- active: "#696e79"
678
- }
679
- },
680
- dragControl: {
681
- separator: {
682
- color: {
683
- default: "#161517"
684
- }
685
- }
686
- }
687
- }
688
- }
689
- },
690
- stepper: {
691
- vertical: {
692
- numbered: {
693
- connector: {
694
- color: {
695
- stroke: {
696
- incomplete: "#c0c0c0",
697
- complete: "#1F1F1C",
698
- active: "#c0c0c0"
699
- }
700
- }
701
- },
702
- step: {
703
- color: {
704
- stroke: {
705
- incomplete: "#c0c0c0",
706
- complete: "#1F1F1C",
707
- active: "#1F1F1C"
708
- },
709
- background: {
710
- incomplete: "#ffffff",
711
- complete: "#ffffff",
712
- active: "#1F1F1C"
713
- },
714
- icon: {
715
- incomplete: "#1F1F1C",
716
- complete: "#1F1F1C",
717
- active: "#ffffff"
718
- }
719
- }
720
- },
721
- color: {
722
- title: {
723
- incomplete: "#c0c0c0",
724
- complete: "#696e79",
725
- active: "#161517"
726
- }
727
- }
728
- },
729
- bulleted: {
730
- connector: {
731
- color: {
732
- stroke: {
733
- incomplete: "#c0c0c0",
734
- complete: "#1F1F1C",
735
- active: "#c0c0c0"
736
- }
737
- }
738
- },
739
- step: {
740
- color: {
741
- stroke: {
742
- incomplete: "#c0c0c0",
743
- complete: "#1F1F1C",
744
- active: "#1F1F1C"
745
- },
746
- background: {
747
- incomplete: "#ffffff",
748
- complete: "#ffffff",
749
- active: "#ffffff"
750
- },
751
- icon: {
752
- incomplete: "#ffffff",
753
- complete: "#1F1F1C",
754
- active: "#ffffff"
755
- }
756
- }
757
- },
758
- color: {
759
- title: {
760
- incomplete: "#c0c0c0",
761
- complete: "#696e79",
762
- active: "#161517"
763
- }
764
- }
765
- }
766
- }
767
- },
768
- tabs: {
769
- basic: {
770
- color: {
771
- background: {
772
- default: "rgba(0,0,0,0)",
773
- hover: "#f6f7fa",
774
- active: "rgba(0,0,0,0)"
775
- },
776
- text: {
777
- default: "#696e79",
778
- hover: "#161517",
779
- active: "#161517"
780
- },
781
- stroke: {
782
- default: "rgba(0,0,0,0)",
783
- hover: "rgba(0,0,0,0)",
784
- active: "#FFC029"
785
- },
786
- global: {
787
- default: "#e6e7e9"
788
- }
789
- }
790
- },
791
- fileTabs: {
792
- color: {
793
- background: {
794
- default: "#f6f7fa",
795
- hover: "#ffffff",
796
- active: "#ffffff"
797
- },
798
- text: {
799
- default: "#696e79",
800
- hover: "#161517",
801
- active: "#161517"
802
- },
803
- stroke: {
804
- default: "#e6e7e9",
805
- hover: "#e6e7e9",
806
- active: "#e6e7e9"
807
- }
808
- }
809
- }
810
- },
811
- dashboards: {
812
- chartWidget: {
813
- color: {
814
- opacity: {
815
- bar: {
816
- default: 0.2,
817
- hover: 0.5
818
- }
819
- }
820
- }
821
- }
822
- },
823
- global: {
824
- color: {
825
- text: {
826
- default: "#161517",
827
- muted: "#696e79",
828
- link: {
829
- default: "#C78F0F",
830
- hover: "#C78F0F"
831
- },
832
- danger: "#c10000"
833
- },
834
- title: {
835
- default: "lch(10.2 1.39 305)",
836
- muted: "#696e79"
837
- }
838
- }
839
- },
840
- storybook: {
841
- global: {
842
- background: "#ffffff"
843
- }
844
- },
845
- chart: {
846
- bars: {
847
- color: {
848
- blue: "#437EEF",
849
- orange: "#FF7729",
850
- green: "#00E513",
851
- fuchsia: "#FB32C9",
852
- yellow: "#eef400",
853
- violet: "#BB33FF",
854
- babyblue: "#00CBEB",
855
- red: "#ff2323",
856
- teal: "#089B83",
857
- sunrise: "#FFC300",
858
- slate: "#9a9ea7"
859
- }
860
- },
861
- color: {
862
- default: {
863
- blue: "#437EEF",
864
- orange: "#FF7729",
865
- green: "#00E513",
866
- fuchsia: "#FB32C9",
867
- yellow: "#eef400",
868
- violet: "#BB33FF",
869
- babyblue: "#00CBEB",
870
- red: "#ff2323",
871
- teal: "#089B83",
872
- sunrise: "#FFC300",
873
- slate: "#9a9ea7"
874
- },
875
- label: {
876
- default: "#161517",
877
- deselected: "lch(6.94 1.44 305 / 0.3)"
878
- }
879
- }
880
- },
881
- serviceCard: {
882
- color: {
883
- background: {
884
- default: "#FBFCFF",
885
- hover: "lch(99 1.55 272)"
886
- },
887
- stroke: {
888
- default: "#e6e7e9",
889
- hover: "rgb(81% 82.1% 83.6%)"
890
- }
891
- }
892
- }
893
- }, a = "classic", t = {
894
- color: {
895
- background: {
896
- default: "#ffffff",
897
- muted: "#f6f7fa",
898
- sidebar: "#2f2c3a",
899
- split: "#ffffff"
900
- },
901
- text: {
902
- default: "#161517",
903
- muted: "#696e79",
904
- disabled: "#a0a0a0",
905
- link: {
906
- default: "#C78F0F",
907
- hover: "#C78F0F"
908
- }
909
- },
910
- stroke: {
911
- default: "#e6e7e9",
912
- muted: "#e6e7e9",
913
- intense: "#b3b6bd",
914
- split: "#ffffff"
915
- },
916
- accent: {
917
- default: "#FFC029"
918
- },
919
- outline: {
920
- default: "#C78F0F"
921
- },
922
- shadow: {
923
- default: "lch(6.77 0 0 / 0.15)"
924
- },
925
- feedback: {
926
- info: {
927
- background: "#E7EFFD",
928
- foreground: "#437EEF"
929
- },
930
- success: {
931
- background: "#E5FFE8",
932
- foreground: "#008A0B"
933
- },
934
- warning: {
935
- background: "#FFE2D1",
936
- foreground: "#A33C00"
937
- },
938
- danger: {
939
- background: "#ffdddd",
940
- foreground: "#c10000"
941
- },
942
- neutral: {
943
- background: "#e6e7e9",
944
- foreground: "#53575f",
945
- stroke: "#e6e7e9"
946
- }
947
- },
948
- chart: {
949
- bars: {
950
- blue: "#437EEF",
951
- orange: "#FF7729",
952
- green: "#00E513",
953
- fuchsia: "#FB32C9",
954
- yellow: "#eef400",
955
- violet: "#BB33FF",
956
- babyblue: "#00CBEB",
957
- teal: "#089B83",
958
- sunrise: "#FFC300",
959
- slate: "#9a9ea7",
960
- red: "#ff2323"
961
- },
962
- default: {
963
- blue: "#437EEF",
964
- orange: "#FF7729",
965
- green: "#00E513",
966
- fuchsia: "#FB32C9",
967
- yellow: "#eef400",
968
- violet: "#BB33FF",
969
- babyblue: "#00CBEB",
970
- teal: "#089B83",
971
- sunrise: "#FFC300",
972
- slate: "#9a9ea7",
973
- red: "#ff2323"
974
- },
975
- label: {
976
- default: "#161517",
977
- deselected: "lch(6.94 1.44 305 / 0.3)"
978
- }
979
- },
980
- iconButton: {
981
- badge: {
982
- foreground: "#1d1d1d",
983
- background: "#FFC029"
984
- }
985
- }
986
- }
987
- }, f = {
988
- click: e,
989
- name: a,
990
- global: t
991
- };
992
- export {
993
- e as click,
994
- f as default,
995
- t as global,
996
- a as name
997
- };