@clickhouse/click-ui 0.0.155 → 0.0.157

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.
@@ -128,11 +128,11 @@ declare const _default: {
128
128
  "color": {
129
129
  "background": {
130
130
  "default": "#ffffff",
131
- "success": "#E5FFE8",
132
- "neutral": "#e6e7e9",
133
- "danger": "#ffdddd",
134
- "warning": "#ffedd8",
135
- "info": "#dae6fc"
131
+ "success": "rgb(20% 100% 26.7% / 0.1)",
132
+ "neutral": "rgb(41.2% 43.1% 47.5% / 0.1)",
133
+ "danger": "rgb(100% 13.7% 13.7% / 0.1)",
134
+ "warning": "rgb(100% 58% 8.63% / 0.1)",
135
+ "info": "rgb(7.45% 35.7% 90.2% / 0.1)"
136
136
  },
137
137
  "text": {
138
138
  "default": "#696e79",
@@ -144,11 +144,11 @@ declare const _default: {
144
144
  },
145
145
  "iconBackground": {
146
146
  "default": "#ffffff",
147
- "success": "#E5FFE8",
148
- "neutral": "#e6e7e9",
149
- "danger": "#ffdddd",
150
- "warning": "#ffedd8",
151
- "info": "#dae6fc"
147
+ "success": "rgb(20% 100% 26.7% / 0)",
148
+ "neutral": "rgb(41.2% 43.1% 47.5% / 0)",
149
+ "danger": "rgb(100% 13.7% 13.7% / 0)",
150
+ "warning": "rgb(100% 58% 8.63% / 0)",
151
+ "info": "rgb(7.45% 35.7% 90.2% / 0)"
152
152
  },
153
153
  "iconForeground": {
154
154
  "default": "#696e79",
@@ -241,13 +241,13 @@ declare const _default: {
241
241
  },
242
242
  "color": {
243
243
  "background": {
244
- "default": "#ffffff",
245
- "success": "#E5FFE8",
246
- "neutral": "#e6e7e9",
247
- "danger": "#ffdddd",
244
+ "default": "#f6f7fa",
245
+ "success": "rgb(20% 100% 26.7% / 0.1)",
246
+ "neutral": "rgb(41.2% 43.1% 47.5% / 0.1)",
247
+ "danger": "rgb(100% 13.7% 13.7% / 0.1)",
248
248
  "disabled": "#dfdfdf",
249
- "info": "#dae6fc",
250
- "warning": "#ffedd8"
249
+ "info": "rgb(7.45% 35.7% 90.2% / 0.1)",
250
+ "warning": "rgb(100% 58% 8.63% / 0.1)"
251
251
  },
252
252
  "text": {
253
253
  "default": "#696e79",
@@ -260,12 +260,12 @@ declare const _default: {
260
260
  },
261
261
  "stroke": {
262
262
  "default": "#e6e7e9",
263
- "success": "#E5FFE8",
264
- "neutral": "#e6e7e9",
265
- "danger": "#ffdddd",
266
- "disabled": "lch(84.4 0 0)",
267
- "info": "#dae6fc",
268
- "warning": "#ffedd8"
263
+ "success": "rgb(20% 100% 26.7% / 0.05)",
264
+ "neutral": "rgb(41.2% 43.1% 47.5% / 0.1)",
265
+ "danger": "rgb(100% 13.7% 13.7% / 0.05)",
266
+ "disabled": "rgb(83.1% 83.1% 83.1%)",
267
+ "info": "rgb(7.45% 35.7% 90.2% / 0.05)",
268
+ "warning": "rgb(100% 58% 8.63% / 0.05)"
269
269
  }
270
270
  }
271
271
  },
@@ -400,9 +400,9 @@ declare const _default: {
400
400
  },
401
401
  "danger": {
402
402
  "background": {
403
- "default": "#ffdddd",
404
- "hover": "#ffbaba",
405
- "active": "lch(70.3 41.1 23.9)",
403
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
404
+ "hover": "rgb(100% 13.7% 13.7% / 0.2)",
405
+ "active": "rgb(100% 13.7% 13.7% / 0.3)",
406
406
  "disabled": "#dfdfdf"
407
407
  },
408
408
  "text": {
@@ -412,9 +412,9 @@ declare const _default: {
412
412
  "disabled": "#a0a0a0"
413
413
  },
414
414
  "stroke": {
415
- "default": "#ffdddd",
416
- "hover": "#ffbaba",
417
- "active": "lch(70.3 41.1 23.9)",
415
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
416
+ "hover": "rgb(100% 13.7% 13.7% / 0.05)",
417
+ "active": "rgb(100% 13.7% 13.7% / 0.05)",
418
418
  "disabled": "#dfdfdf"
419
419
  }
420
420
  },
@@ -512,9 +512,9 @@ declare const _default: {
512
512
  },
513
513
  "danger": {
514
514
  "background": {
515
- "default": "#ffdddd",
516
- "hover": "#ffbaba",
517
- "active": "lch(70.3 41.1 23.9)"
515
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
516
+ "hover": "rgb(100% 13.7% 13.7% / 0.2)",
517
+ "active": "rgb(100% 13.7% 13.7% / 0.3)"
518
518
  },
519
519
  "text": {
520
520
  "default": "#c10000",
@@ -522,9 +522,9 @@ declare const _default: {
522
522
  "active": "#c10000"
523
523
  },
524
524
  "stroke": {
525
- "default": "#ffdddd",
526
- "hover": "#ffbaba",
527
- "active": "lch(70.3 41.1 23.9)"
525
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
526
+ "hover": "rgb(100% 13.7% 13.7% / 0.2)",
527
+ "active": "rgb(100% 13.7% 13.7% / 0.3)"
528
528
  }
529
529
  },
530
530
  "ghost": {
@@ -546,7 +546,7 @@ declare const _default: {
546
546
  },
547
547
  "info": {
548
548
  "background": {
549
- "default": "#dae6fc",
549
+ "default": "rgb(7.45% 35.7% 90.2% / 0.1)",
550
550
  "hover": "#b5cdf9",
551
551
  "active": "#91b3f6"
552
552
  },
@@ -556,7 +556,7 @@ declare const _default: {
556
556
  "active": "#135be6"
557
557
  },
558
558
  "stroke": {
559
- "default": "#dae6fc",
559
+ "default": "rgb(7.45% 35.7% 90.2% / 0.1)",
560
560
  "hover": "#b5cdf9",
561
561
  "active": "#91b3f6"
562
562
  }
@@ -597,13 +597,13 @@ declare const _default: {
597
597
  "default": "#302e32",
598
598
  "hover": "lch(27 3.82 267)",
599
599
  "active": "lch(5.68 1.13 305)",
600
- "disabled": "lch(81.3 0 0)"
600
+ "disabled": "rgb(80% 80% 80%)"
601
601
  },
602
602
  "action": {
603
- "default": "lch(6.24 1.29 305)",
603
+ "default": "rgb(7.76% 7.41% 8.12%)",
604
604
  "hover": "lch(25.6 3.63 267)",
605
605
  "active": "lch(3.47 0.72 305)",
606
- "disabled": "lch(77.2 0 0)"
606
+ "disabled": "lch(77.9 0 0)"
607
607
  }
608
608
  },
609
609
  "text": {
@@ -643,7 +643,7 @@ declare const _default: {
643
643
  "default": "#f6f7fa",
644
644
  "hover": "lch(94.8 1.53 272)",
645
645
  "active": "lch(92.9 1.5 272)",
646
- "disabled": "lch(77.2 0 0)"
646
+ "disabled": "lch(77.9 0 0)"
647
647
  }
648
648
  },
649
649
  "text": {
@@ -655,7 +655,7 @@ declare const _default: {
655
655
  "stroke": {
656
656
  "default": "#e6e7e9",
657
657
  "hover": "#e6e7e9",
658
- "active": "lch(84 2.28 258)",
658
+ "active": "rgb(81.2% 82.3% 83.8%)",
659
659
  "disabled": "rgba(0,0,0,0)"
660
660
  }
661
661
  }
@@ -883,7 +883,7 @@ declare const _default: {
883
883
  "background": {
884
884
  "default": "#ffffff",
885
885
  "hover": "#f6f7fa",
886
- "active": "lch(95 0 0)",
886
+ "active": "rgb(95% 95% 95%)",
887
887
  "disabled": "#dfdfdf"
888
888
  },
889
889
  "title": {
@@ -1023,8 +1023,8 @@ declare const _default: {
1023
1023
  "active": "#161517"
1024
1024
  },
1025
1025
  "background": {
1026
- "default": "lch(97.2 1.57 272 / 0.9)",
1027
- "hover": "lch(91.8 1.07 266)",
1026
+ "default": "rgb(96.5% 96.9% 98% / 0.9)",
1027
+ "hover": "rgb(90.4% 90.8% 91.6%)",
1028
1028
  "active": "lch(89.8 1.08 266)"
1029
1029
  },
1030
1030
  "stroke": {
@@ -1155,7 +1155,7 @@ declare const _default: {
1155
1155
  "monacoTheme": {
1156
1156
  "parameter": {
1157
1157
  "foreground": "#53575f",
1158
- "background": "#e6e7e9"
1158
+ "background": "rgb(41.2% 43.1% 47.5% / 0.1)"
1159
1159
  }
1160
1160
  }
1161
1161
  },
@@ -1270,8 +1270,8 @@ declare const _default: {
1270
1270
  },
1271
1271
  "color": {
1272
1272
  "background": {
1273
- "default": "lch(97.3 1.53 272)",
1274
- "hover": "lch(97.3 1.53 272)",
1273
+ "default": "rgb(96.6% 96.9% 98.1%)",
1274
+ "hover": "rgb(96.6% 96.9% 98.1%)",
1275
1275
  "active": "#ffffff",
1276
1276
  "disabled": "#dfdfdf",
1277
1277
  "error": "#ffffff"
@@ -1284,8 +1284,8 @@ declare const _default: {
1284
1284
  "error": "#c10000"
1285
1285
  },
1286
1286
  "stroke": {
1287
- "default": "lch(92 1.05 266)",
1288
- "hover": "lch(83.8 2.3 258)",
1287
+ "default": "rgb(90.7% 91.1% 91.8%)",
1288
+ "hover": "rgb(81% 82.1% 83.6%)",
1289
1289
  "active": "#161517",
1290
1290
  "disabled": "#dfdfdf",
1291
1291
  "error": "#c10000"
@@ -1366,7 +1366,7 @@ declare const _default: {
1366
1366
  },
1367
1367
  "background": {
1368
1368
  "default": "#ffffff",
1369
- "hover": "lch(97.5 1.43 272)",
1369
+ "hover": "rgb(96.8% 97.1% 98.2%)",
1370
1370
  "active": "#ffffff",
1371
1371
  "disabled": "#ffffff"
1372
1372
  },
@@ -2143,7 +2143,7 @@ declare const _default: {
2143
2143
  "background": {
2144
2144
  "default": "#f6f7fa",
2145
2145
  "hover": "#f6f7fa",
2146
- "active": "lch(90.3 11.8 266)"
2146
+ "active": "rgb(85% 89.5% 97.8%)"
2147
2147
  },
2148
2148
  "title": {
2149
2149
  "default": "#161517"
@@ -2201,7 +2201,7 @@ declare const _default: {
2201
2201
  "background": {
2202
2202
  "default": "#ffffff",
2203
2203
  "hover": "lch(90.9 12.2 266 / 0.2)",
2204
- "active": "lch(91.1 11.9 266 / 0.2)"
2204
+ "active": "rgb(85.9% 90.4% 98.9% / 0.2)"
2205
2205
  },
2206
2206
  "stroke": {
2207
2207
  "default": "#e6e7e9"
@@ -2689,23 +2689,23 @@ declare const _default: {
2689
2689
  "feedback": {
2690
2690
  "color": {
2691
2691
  "info": {
2692
- "background": "#dae6fc",
2692
+ "background": "rgb(7.45% 35.7% 90.2% / 0.1)",
2693
2693
  "foreground": "#135be6"
2694
2694
  },
2695
2695
  "success": {
2696
- "background": "#E5FFE8",
2696
+ "background": "rgb(20% 100% 26.7% / 0.1)",
2697
2697
  "foreground": "#00990D"
2698
2698
  },
2699
2699
  "warning": {
2700
- "background": "#ffedd8",
2700
+ "background": "rgb(100% 58% 8.63% / 0.1)",
2701
2701
  "foreground": "#9e5600"
2702
2702
  },
2703
2703
  "danger": {
2704
- "background": "#ffdddd",
2704
+ "background": "rgb(100% 13.7% 13.7% / 0.1)",
2705
2705
  "foreground": "#c10000"
2706
2706
  },
2707
2707
  "neutral": {
2708
- "background": "#e6e7e9",
2708
+ "background": "rgb(41.2% 43.1% 47.5% / 0.1)",
2709
2709
  "foreground": "#53575f",
2710
2710
  "stroke": "#e6e7e9"
2711
2711
  }
@@ -32,11 +32,11 @@ declare const _default: {
32
32
  "color": {
33
33
  "background": {
34
34
  "default": "#ffffff",
35
- "success": "#E5FFE8",
36
- "neutral": "#e6e7e9",
37
- "danger": "#ffdddd",
38
- "warning": "#ffedd8",
39
- "info": "#dae6fc"
35
+ "success": "rgb(20% 100% 26.7% / 0.1)",
36
+ "neutral": "rgb(41.2% 43.1% 47.5% / 0.1)",
37
+ "danger": "rgb(100% 13.7% 13.7% / 0.1)",
38
+ "warning": "rgb(100% 58% 8.63% / 0.1)",
39
+ "info": "rgb(7.45% 35.7% 90.2% / 0.1)"
40
40
  },
41
41
  "text": {
42
42
  "default": "#696e79",
@@ -48,11 +48,11 @@ declare const _default: {
48
48
  },
49
49
  "iconBackground": {
50
50
  "default": "#ffffff",
51
- "success": "#E5FFE8",
52
- "neutral": "#e6e7e9",
53
- "danger": "#ffdddd",
54
- "warning": "#ffedd8",
55
- "info": "#dae6fc"
51
+ "success": "rgb(20% 100% 26.7% / 0)",
52
+ "neutral": "rgb(41.2% 43.1% 47.5% / 0)",
53
+ "danger": "rgb(100% 13.7% 13.7% / 0)",
54
+ "warning": "rgb(100% 58% 8.63% / 0)",
55
+ "info": "rgb(7.45% 35.7% 90.2% / 0)"
56
56
  },
57
57
  "iconForeground": {
58
58
  "default": "#696e79",
@@ -81,13 +81,13 @@ declare const _default: {
81
81
  "badge": {
82
82
  "color": {
83
83
  "background": {
84
- "default": "#ffffff",
85
- "success": "#E5FFE8",
86
- "neutral": "#e6e7e9",
87
- "danger": "#ffdddd",
84
+ "default": "#f6f7fa",
85
+ "success": "rgb(20% 100% 26.7% / 0.1)",
86
+ "neutral": "rgb(41.2% 43.1% 47.5% / 0.1)",
87
+ "danger": "rgb(100% 13.7% 13.7% / 0.1)",
88
88
  "disabled": "#dfdfdf",
89
- "info": "#dae6fc",
90
- "warning": "#ffedd8"
89
+ "info": "rgb(7.45% 35.7% 90.2% / 0.1)",
90
+ "warning": "rgb(100% 58% 8.63% / 0.1)"
91
91
  },
92
92
  "text": {
93
93
  "default": "#696e79",
@@ -100,12 +100,12 @@ declare const _default: {
100
100
  },
101
101
  "stroke": {
102
102
  "default": "#e6e7e9",
103
- "success": "#E5FFE8",
104
- "neutral": "#e6e7e9",
105
- "danger": "#ffdddd",
106
- "disabled": "lch(84.4 0 0)",
107
- "info": "#dae6fc",
108
- "warning": "#ffedd8"
103
+ "success": "rgb(20% 100% 26.7% / 0.05)",
104
+ "neutral": "rgb(41.2% 43.1% 47.5% / 0.1)",
105
+ "danger": "rgb(100% 13.7% 13.7% / 0.05)",
106
+ "disabled": "rgb(83.1% 83.1% 83.1%)",
107
+ "info": "rgb(7.45% 35.7% 90.2% / 0.05)",
108
+ "warning": "rgb(100% 58% 8.63% / 0.05)"
109
109
  }
110
110
  }
111
111
  },
@@ -174,9 +174,9 @@ declare const _default: {
174
174
  },
175
175
  "danger": {
176
176
  "background": {
177
- "default": "#ffdddd",
178
- "hover": "#ffbaba",
179
- "active": "lch(70.3 41.1 23.9)",
177
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
178
+ "hover": "rgb(100% 13.7% 13.7% / 0.2)",
179
+ "active": "rgb(100% 13.7% 13.7% / 0.3)",
180
180
  "disabled": "#dfdfdf"
181
181
  },
182
182
  "text": {
@@ -186,9 +186,9 @@ declare const _default: {
186
186
  "disabled": "#a0a0a0"
187
187
  },
188
188
  "stroke": {
189
- "default": "#ffdddd",
190
- "hover": "#ffbaba",
191
- "active": "lch(70.3 41.1 23.9)",
189
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
190
+ "hover": "rgb(100% 13.7% 13.7% / 0.05)",
191
+ "active": "rgb(100% 13.7% 13.7% / 0.05)",
192
192
  "disabled": "#dfdfdf"
193
193
  }
194
194
  },
@@ -260,9 +260,9 @@ declare const _default: {
260
260
  },
261
261
  "danger": {
262
262
  "background": {
263
- "default": "#ffdddd",
264
- "hover": "#ffbaba",
265
- "active": "lch(70.3 41.1 23.9)"
263
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
264
+ "hover": "rgb(100% 13.7% 13.7% / 0.2)",
265
+ "active": "rgb(100% 13.7% 13.7% / 0.3)"
266
266
  },
267
267
  "text": {
268
268
  "default": "#c10000",
@@ -270,9 +270,9 @@ declare const _default: {
270
270
  "active": "#c10000"
271
271
  },
272
272
  "stroke": {
273
- "default": "#ffdddd",
274
- "hover": "#ffbaba",
275
- "active": "lch(70.3 41.1 23.9)"
273
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
274
+ "hover": "rgb(100% 13.7% 13.7% / 0.2)",
275
+ "active": "rgb(100% 13.7% 13.7% / 0.3)"
276
276
  }
277
277
  },
278
278
  "ghost": {
@@ -294,7 +294,7 @@ declare const _default: {
294
294
  },
295
295
  "info": {
296
296
  "background": {
297
- "default": "#dae6fc",
297
+ "default": "rgb(7.45% 35.7% 90.2% / 0.1)",
298
298
  "hover": "#b5cdf9",
299
299
  "active": "#91b3f6"
300
300
  },
@@ -304,7 +304,7 @@ declare const _default: {
304
304
  "active": "#135be6"
305
305
  },
306
306
  "stroke": {
307
- "default": "#dae6fc",
307
+ "default": "rgb(7.45% 35.7% 90.2% / 0.1)",
308
308
  "hover": "#b5cdf9",
309
309
  "active": "#91b3f6"
310
310
  }
@@ -318,13 +318,13 @@ declare const _default: {
318
318
  "default": "#302e32",
319
319
  "hover": "lch(27 3.82 267)",
320
320
  "active": "lch(5.68 1.13 305)",
321
- "disabled": "lch(81.3 0 0)"
321
+ "disabled": "rgb(80% 80% 80%)"
322
322
  },
323
323
  "action": {
324
- "default": "lch(6.24 1.29 305)",
324
+ "default": "rgb(7.76% 7.41% 8.12%)",
325
325
  "hover": "lch(25.6 3.63 267)",
326
326
  "active": "lch(3.47 0.72 305)",
327
- "disabled": "lch(77.2 0 0)"
327
+ "disabled": "lch(77.9 0 0)"
328
328
  }
329
329
  },
330
330
  "text": {
@@ -364,7 +364,7 @@ declare const _default: {
364
364
  "default": "#f6f7fa",
365
365
  "hover": "lch(94.8 1.53 272)",
366
366
  "active": "lch(92.9 1.5 272)",
367
- "disabled": "lch(77.2 0 0)"
367
+ "disabled": "lch(77.9 0 0)"
368
368
  }
369
369
  },
370
370
  "text": {
@@ -376,7 +376,7 @@ declare const _default: {
376
376
  "stroke": {
377
377
  "default": "#e6e7e9",
378
378
  "hover": "#e6e7e9",
379
- "active": "lch(84 2.28 258)",
379
+ "active": "rgb(81.2% 82.3% 83.8%)",
380
380
  "disabled": "rgba(0,0,0,0)"
381
381
  }
382
382
  }
@@ -474,7 +474,7 @@ declare const _default: {
474
474
  "background": {
475
475
  "default": "#ffffff",
476
476
  "hover": "#f6f7fa",
477
- "active": "lch(95 0 0)",
477
+ "active": "rgb(95% 95% 95%)",
478
478
  "disabled": "#dfdfdf"
479
479
  },
480
480
  "title": {
@@ -568,8 +568,8 @@ declare const _default: {
568
568
  "active": "#161517"
569
569
  },
570
570
  "background": {
571
- "default": "lch(97.2 1.57 272 / 0.9)",
572
- "hover": "lch(91.8 1.07 266)",
571
+ "default": "rgb(96.5% 96.9% 98% / 0.9)",
572
+ "hover": "rgb(90.4% 90.8% 91.6%)",
573
573
  "active": "lch(89.8 1.08 266)"
574
574
  },
575
575
  "stroke": {
@@ -657,7 +657,7 @@ declare const _default: {
657
657
  "monacoTheme": {
658
658
  "parameter": {
659
659
  "foreground": "#53575f",
660
- "background": "#e6e7e9"
660
+ "background": "rgb(41.2% 43.1% 47.5% / 0.1)"
661
661
  }
662
662
  }
663
663
  },
@@ -677,8 +677,8 @@ declare const _default: {
677
677
  "field": {
678
678
  "color": {
679
679
  "background": {
680
- "default": "lch(97.3 1.53 272)",
681
- "hover": "lch(97.3 1.53 272)",
680
+ "default": "rgb(96.6% 96.9% 98.1%)",
681
+ "hover": "rgb(96.6% 96.9% 98.1%)",
682
682
  "active": "#ffffff",
683
683
  "disabled": "#dfdfdf",
684
684
  "error": "#ffffff"
@@ -691,8 +691,8 @@ declare const _default: {
691
691
  "error": "#c10000"
692
692
  },
693
693
  "stroke": {
694
- "default": "lch(92 1.05 266)",
695
- "hover": "lch(83.8 2.3 258)",
694
+ "default": "rgb(90.7% 91.1% 91.8%)",
695
+ "hover": "rgb(81% 82.1% 83.6%)",
696
696
  "active": "#161517",
697
697
  "disabled": "#dfdfdf",
698
698
  "error": "#c10000"
@@ -735,7 +735,7 @@ declare const _default: {
735
735
  },
736
736
  "background": {
737
737
  "default": "#ffffff",
738
- "hover": "lch(97.5 1.43 272)",
738
+ "hover": "rgb(96.8% 97.1% 98.2%)",
739
739
  "active": "#ffffff",
740
740
  "disabled": "#ffffff"
741
741
  },
@@ -1089,7 +1089,7 @@ declare const _default: {
1089
1089
  "background": {
1090
1090
  "default": "#f6f7fa",
1091
1091
  "hover": "#f6f7fa",
1092
- "active": "lch(90.3 11.8 266)"
1092
+ "active": "rgb(85% 89.5% 97.8%)"
1093
1093
  },
1094
1094
  "title": {
1095
1095
  "default": "#161517"
@@ -1112,7 +1112,7 @@ declare const _default: {
1112
1112
  "background": {
1113
1113
  "default": "#ffffff",
1114
1114
  "hover": "lch(90.9 12.2 266 / 0.2)",
1115
- "active": "lch(91.1 11.9 266 / 0.2)"
1115
+ "active": "rgb(85.9% 90.4% 98.9% / 0.2)"
1116
1116
  },
1117
1117
  "stroke": {
1118
1118
  "default": "#e6e7e9"
@@ -1341,23 +1341,23 @@ declare const _default: {
1341
1341
  "feedback": {
1342
1342
  "color": {
1343
1343
  "info": {
1344
- "background": "#dae6fc",
1344
+ "background": "rgb(7.45% 35.7% 90.2% / 0.1)",
1345
1345
  "foreground": "#135be6"
1346
1346
  },
1347
1347
  "success": {
1348
- "background": "#E5FFE8",
1348
+ "background": "rgb(20% 100% 26.7% / 0.1)",
1349
1349
  "foreground": "#00990D"
1350
1350
  },
1351
1351
  "warning": {
1352
- "background": "#ffedd8",
1352
+ "background": "rgb(100% 58% 8.63% / 0.1)",
1353
1353
  "foreground": "#9e5600"
1354
1354
  },
1355
1355
  "danger": {
1356
- "background": "#ffdddd",
1356
+ "background": "rgb(100% 13.7% 13.7% / 0.1)",
1357
1357
  "foreground": "#c10000"
1358
1358
  },
1359
1359
  "neutral": {
1360
- "background": "#e6e7e9",
1360
+ "background": "rgb(41.2% 43.1% 47.5% / 0.1)",
1361
1361
  "foreground": "#53575f",
1362
1362
  "stroke": "#e6e7e9"
1363
1363
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.155",
3
+ "version": "0.0.157",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",