@xsolla/xui-core 0.111.0 → 0.112.0-pr178.1773103324

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/index.d.mts CHANGED
@@ -116,26 +116,26 @@ var control = {
116
116
  borderPress: "rgba(255, 255, 255, 0)"
117
117
  },
118
118
  tertiary: {
119
- bg: "#34474b",
120
- bgHover: "#3d5256",
121
- bgPress: "#2b3b3e",
122
- border: "rgba(255, 255, 255, 0.12)",
123
- borderHover: "rgba(255, 255, 255, 0.18)",
124
- borderPress: "rgba(255, 255, 255, 0.12)"
119
+ bg: "rgba(85, 220, 246, 0)",
120
+ bgHover: "rgba(85, 220, 246, 0.07)",
121
+ bgPress: "rgba(85, 220, 246, 0.12)",
122
+ border: "rgba(255, 255, 255, 0)",
123
+ borderHover: "rgba(255, 255, 255, 0)",
124
+ borderPress: "rgba(255, 255, 255, 0)"
125
125
  },
126
126
  ghost: {
127
127
  bg: "rgba(255, 255, 255, 0)",
128
- bgHover: "rgba(255, 255, 255, 0.04)",
129
- bgPress: "rgba(255, 255, 255, 0.08)",
130
- border: "rgba(255, 255, 255, 0.16)",
131
- borderHover: "rgba(255, 255, 255, 0.24)",
132
- borderPress: "rgba(255, 255, 255, 0.16)"
128
+ bgHover: "rgba(85, 220, 246, 0.04)",
129
+ bgPress: "rgba(85, 220, 246, 0.08)",
130
+ border: "rgba(85, 220, 246, 0.16)",
131
+ borderHover: "rgba(85, 220, 246, 0.24)",
132
+ borderPress: "rgba(85, 220, 246, 0.16)"
133
133
  },
134
134
  text: {
135
135
  primary: "#000000",
136
136
  secondary: "#ffffff",
137
- tertiary: "#b7c5c8",
138
- ghost: "#ffffff",
137
+ tertiary: "#55dcf6",
138
+ ghost: "#55dcf6",
139
139
  disable: "#b3b3b3"
140
140
  }
141
141
  },
@@ -206,17 +206,17 @@ var control = {
206
206
  },
207
207
  ghost: {
208
208
  bg: "rgba(255, 255, 255, 0)",
209
- bgHover: "rgba(255, 255, 255, 0.04)",
210
- bgPress: "rgba(255, 255, 255, 0.08)",
211
- border: "rgba(255, 255, 255, 0.16)",
212
- borderHover: "rgba(255, 255, 255, 0.24)",
213
- borderPress: "rgba(255, 255, 255, 0.16)"
209
+ bgHover: "rgba(206, 246, 85, 0.04)",
210
+ bgPress: "rgba(206, 246, 85, 0.08)",
211
+ border: "rgba(206, 246, 85, 0.16)",
212
+ borderHover: "rgba(206, 246, 85, 0.24)",
213
+ borderPress: "rgba(206, 246, 85, 0.16)"
214
214
  },
215
215
  text: {
216
216
  primary: "#000000",
217
217
  secondary: "#ffffff",
218
218
  tertiary: "#cef655",
219
- ghost: "#ffffff"
219
+ ghost: "#cef655"
220
220
  }
221
221
  },
222
222
  alert: {
@@ -248,19 +248,29 @@ var control = {
248
248
  },
249
249
  ghost: {
250
250
  bg: "rgba(255, 255, 255, 0)",
251
- bgHover: "rgba(255, 255, 255, 0.04)",
252
- bgPress: "rgba(255, 255, 255, 0.08)",
253
- border: "rgba(255, 255, 255, 0.16)",
254
- borderHover: "rgba(255, 255, 255, 0.24)",
255
- borderPress: "rgba(255, 255, 255, 0.16)"
251
+ bgHover: "rgba(246, 112, 85, 0.04)",
252
+ bgPress: "rgba(246, 112, 85, 0.08)",
253
+ border: "rgba(246, 112, 85, 0.16)",
254
+ borderHover: "rgba(246, 112, 85, 0.24)",
255
+ borderPress: "rgba(246, 112, 85, 0.16)"
256
256
  },
257
257
  text: {
258
258
  primary: "#ffffff",
259
259
  secondary: "#ffffff",
260
260
  tertiary: "#f67055",
261
- ghost: "#ffffff"
261
+ ghost: "#f67055"
262
262
  }
263
263
  },
264
+ appButton: {
265
+ bg: "#34474b",
266
+ bgHover: "#3d5256",
267
+ bgPress: "#2b3b3e",
268
+ border: "rgba(255, 255, 255, 0.12)",
269
+ borderHover: "rgba(255, 255, 255, 0.18)",
270
+ borderPress: "rgba(255, 255, 255, 0.12)",
271
+ text: "#b7c5c8",
272
+ textDisable: "#b3b3b3"
273
+ },
264
274
  input: {
265
275
  bg: "rgba(255, 255, 255, 0.12)",
266
276
  bgHover: "rgba(255, 255, 255, 0.15)",
@@ -318,13 +328,14 @@ var control = {
318
328
  toggleButton: {
319
329
  bg: "rgba(255, 255, 255, 0.1)",
320
330
  bgHover: "rgba(255, 255, 255, 0.15)",
321
- bgPress: "#000000",
331
+ bgActive: "#000000",
322
332
  bgDisable: "rgba(255, 255, 255, 0.06)",
323
333
  border: "rgba(255, 255, 255, 0.16)",
324
334
  borderHover: "rgba(255, 255, 255, 0.16)",
325
- borderPress: "rgba(255, 255, 255, 0)",
335
+ borderActive: "rgba(255, 255, 255, 0)",
326
336
  borderDisable: "rgba(255, 255, 255, 0.16)",
327
337
  text: "#e8eced",
338
+ textActive: "#e8eced",
328
339
  textDisable: "rgba(255, 255, 255, 0.4)"
329
340
  }
330
341
  };
@@ -342,7 +353,6 @@ declare const colors: {
342
353
  background: {
343
354
  primary: string;
344
355
  secondary: string;
345
- inverse: string;
346
356
  brand: {
347
357
  primary: string;
348
358
  secondary: string;
@@ -351,6 +361,7 @@ declare const colors: {
351
361
  primary: string;
352
362
  secondary: string;
353
363
  };
364
+ inverse: string;
354
365
  success: {
355
366
  primary: string;
356
367
  secondary: string;
@@ -372,7 +383,6 @@ declare const colors: {
372
383
  primary: string;
373
384
  secondary: string;
374
385
  tertiary: string;
375
- inverse: string;
376
386
  brand: {
377
387
  primary: string;
378
388
  secondary: string;
@@ -381,6 +391,11 @@ declare const colors: {
381
391
  primary: string;
382
392
  secondary: string;
383
393
  };
394
+ inverse: string;
395
+ static: {
396
+ light: string;
397
+ dark: string;
398
+ };
384
399
  success: {
385
400
  primary: string;
386
401
  secondary: string;
@@ -405,17 +420,13 @@ declare const colors: {
405
420
  alert: string;
406
421
  neutral: string;
407
422
  };
408
- static: {
409
- light: string;
410
- dark: string;
411
- };
412
423
  };
413
424
  border: {
414
425
  primary: string;
415
426
  secondary: string;
416
- inverse: string;
417
427
  brand: string;
418
428
  brandExtra: string;
429
+ inverse: string;
419
430
  success: string;
420
431
  warning: string;
421
432
  alert: string;
@@ -600,6 +611,16 @@ declare const colors: {
600
611
  ghost: string;
601
612
  };
602
613
  };
614
+ appButton: {
615
+ bg: string;
616
+ bgHover: string;
617
+ bgPress: string;
618
+ border: string;
619
+ borderHover: string;
620
+ borderPress: string;
621
+ text: string;
622
+ textDisable: string;
623
+ };
603
624
  input: {
604
625
  bg: string;
605
626
  bgHover: string;
@@ -630,9 +651,23 @@ declare const colors: {
630
651
  border: string;
631
652
  borderHover: string;
632
653
  };
654
+ slider: {
655
+ bg: string;
656
+ bgHover: string;
657
+ bgDisable: string;
658
+ };
633
659
  switch: {
634
660
  bg: string;
635
661
  bgHover: string;
662
+ bgDisable: string;
663
+ border: string;
664
+ borderHover: string;
665
+ borderDisable: string;
666
+ };
667
+ knob: {
668
+ bg: string;
669
+ bgHover: string;
670
+ bgInactive: string;
636
671
  };
637
672
  text: {
638
673
  primary: string;
@@ -657,13 +692,14 @@ declare const colors: {
657
692
  toggleButton: {
658
693
  bg: string;
659
694
  bgHover: string;
660
- bgPress: string;
695
+ bgActive: string;
661
696
  bgDisable: string;
662
697
  border: string;
663
698
  borderHover: string;
664
- borderPress: string;
699
+ borderActive: string;
665
700
  borderDisable: string;
666
701
  text: string;
702
+ textActive: string;
667
703
  textDisable: string;
668
704
  };
669
705
  };
@@ -672,7 +708,6 @@ declare const colors: {
672
708
  background: {
673
709
  primary: string;
674
710
  secondary: string;
675
- inverse: string;
676
711
  brand: {
677
712
  primary: string;
678
713
  secondary: string;
@@ -681,6 +716,7 @@ declare const colors: {
681
716
  primary: string;
682
717
  secondary: string;
683
718
  };
719
+ inverse: string;
684
720
  success: {
685
721
  primary: string;
686
722
  secondary: string;
@@ -702,7 +738,6 @@ declare const colors: {
702
738
  primary: string;
703
739
  secondary: string;
704
740
  tertiary: string;
705
- inverse: string;
706
741
  brand: {
707
742
  primary: string;
708
743
  secondary: string;
@@ -711,6 +746,11 @@ declare const colors: {
711
746
  primary: string;
712
747
  secondary: string;
713
748
  };
749
+ inverse: string;
750
+ static: {
751
+ light: string;
752
+ dark: string;
753
+ };
714
754
  success: {
715
755
  primary: string;
716
756
  secondary: string;
@@ -735,17 +775,13 @@ declare const colors: {
735
775
  alert: string;
736
776
  neutral: string;
737
777
  };
738
- static: {
739
- light: string;
740
- dark: string;
741
- };
742
778
  };
743
779
  border: {
744
780
  primary: string;
745
781
  secondary: string;
746
- inverse: string;
747
782
  brand: string;
748
783
  brandExtra: string;
784
+ inverse: string;
749
785
  success: string;
750
786
  warning: string;
751
787
  alert: string;
@@ -930,6 +966,16 @@ declare const colors: {
930
966
  ghost: string;
931
967
  };
932
968
  };
969
+ appButton: {
970
+ bg: string;
971
+ bgHover: string;
972
+ bgPress: string;
973
+ border: string;
974
+ borderHover: string;
975
+ borderPress: string;
976
+ text: string;
977
+ textDisable: string;
978
+ };
933
979
  input: {
934
980
  bg: string;
935
981
  bgHover: string;
@@ -960,9 +1006,23 @@ declare const colors: {
960
1006
  border: string;
961
1007
  borderHover: string;
962
1008
  };
1009
+ slider: {
1010
+ bg: string;
1011
+ bgHover: string;
1012
+ bgDisable: string;
1013
+ };
963
1014
  switch: {
964
1015
  bg: string;
965
1016
  bgHover: string;
1017
+ bgDisable: string;
1018
+ border: string;
1019
+ borderHover: string;
1020
+ borderDisable: string;
1021
+ };
1022
+ knob: {
1023
+ bg: string;
1024
+ bgHover: string;
1025
+ bgInactive: string;
966
1026
  };
967
1027
  text: {
968
1028
  primary: string;
@@ -987,13 +1047,14 @@ declare const colors: {
987
1047
  toggleButton: {
988
1048
  bg: string;
989
1049
  bgHover: string;
990
- bgPress: string;
1050
+ bgActive: string;
991
1051
  bgDisable: string;
992
1052
  border: string;
993
1053
  borderHover: string;
994
- borderPress: string;
1054
+ borderActive: string;
995
1055
  borderDisable: string;
996
1056
  text: string;
1057
+ textActive: string;
997
1058
  textDisable: string;
998
1059
  };
999
1060
  };
@@ -1002,7 +1063,6 @@ declare const colors: {
1002
1063
  background: {
1003
1064
  primary: string;
1004
1065
  secondary: string;
1005
- inverse: string;
1006
1066
  brand: {
1007
1067
  primary: string;
1008
1068
  secondary: string;
@@ -1011,6 +1071,7 @@ declare const colors: {
1011
1071
  primary: string;
1012
1072
  secondary: string;
1013
1073
  };
1074
+ inverse: string;
1014
1075
  success: {
1015
1076
  primary: string;
1016
1077
  secondary: string;
@@ -1032,7 +1093,6 @@ declare const colors: {
1032
1093
  primary: string;
1033
1094
  secondary: string;
1034
1095
  tertiary: string;
1035
- inverse: string;
1036
1096
  brand: {
1037
1097
  primary: string;
1038
1098
  secondary: string;
@@ -1041,6 +1101,11 @@ declare const colors: {
1041
1101
  primary: string;
1042
1102
  secondary: string;
1043
1103
  };
1104
+ inverse: string;
1105
+ static: {
1106
+ light: string;
1107
+ dark: string;
1108
+ };
1044
1109
  success: {
1045
1110
  primary: string;
1046
1111
  secondary: string;
@@ -1065,17 +1130,13 @@ declare const colors: {
1065
1130
  alert: string;
1066
1131
  neutral: string;
1067
1132
  };
1068
- static: {
1069
- light: string;
1070
- dark: string;
1071
- };
1072
1133
  };
1073
1134
  border: {
1074
1135
  primary: string;
1075
1136
  secondary: string;
1076
- inverse: string;
1077
1137
  brand: string;
1078
1138
  brandExtra: string;
1139
+ inverse: string;
1079
1140
  success: string;
1080
1141
  warning: string;
1081
1142
  alert: string;
@@ -1260,6 +1321,16 @@ declare const colors: {
1260
1321
  ghost: string;
1261
1322
  };
1262
1323
  };
1324
+ appButton: {
1325
+ bg: string;
1326
+ bgHover: string;
1327
+ bgPress: string;
1328
+ border: string;
1329
+ borderHover: string;
1330
+ borderPress: string;
1331
+ text: string;
1332
+ textDisable: string;
1333
+ };
1263
1334
  input: {
1264
1335
  bg: string;
1265
1336
  bgHover: string;
@@ -1290,9 +1361,23 @@ declare const colors: {
1290
1361
  border: string;
1291
1362
  borderHover: string;
1292
1363
  };
1364
+ slider: {
1365
+ bg: string;
1366
+ bgHover: string;
1367
+ bgDisable: string;
1368
+ };
1293
1369
  switch: {
1294
1370
  bg: string;
1295
1371
  bgHover: string;
1372
+ bgDisable: string;
1373
+ border: string;
1374
+ borderHover: string;
1375
+ borderDisable: string;
1376
+ };
1377
+ knob: {
1378
+ bg: string;
1379
+ bgHover: string;
1380
+ bgInactive: string;
1296
1381
  };
1297
1382
  text: {
1298
1383
  primary: string;
@@ -1317,13 +1402,14 @@ declare const colors: {
1317
1402
  toggleButton: {
1318
1403
  bg: string;
1319
1404
  bgHover: string;
1320
- bgPress: string;
1405
+ bgActive: string;
1321
1406
  bgDisable: string;
1322
1407
  border: string;
1323
1408
  borderHover: string;
1324
- borderPress: string;
1409
+ borderActive: string;
1325
1410
  borderDisable: string;
1326
1411
  text: string;
1412
+ textActive: string;
1327
1413
  textDisable: string;
1328
1414
  };
1329
1415
  };
@@ -1332,7 +1418,6 @@ declare const colors: {
1332
1418
  background: {
1333
1419
  primary: string;
1334
1420
  secondary: string;
1335
- inverse: string;
1336
1421
  brand: {
1337
1422
  primary: string;
1338
1423
  secondary: string;
@@ -1341,6 +1426,7 @@ declare const colors: {
1341
1426
  primary: string;
1342
1427
  secondary: string;
1343
1428
  };
1429
+ inverse: string;
1344
1430
  success: {
1345
1431
  primary: string;
1346
1432
  secondary: string;
@@ -1362,7 +1448,6 @@ declare const colors: {
1362
1448
  primary: string;
1363
1449
  secondary: string;
1364
1450
  tertiary: string;
1365
- inverse: string;
1366
1451
  brand: {
1367
1452
  primary: string;
1368
1453
  secondary: string;
@@ -1371,6 +1456,11 @@ declare const colors: {
1371
1456
  primary: string;
1372
1457
  secondary: string;
1373
1458
  };
1459
+ inverse: string;
1460
+ static: {
1461
+ light: string;
1462
+ dark: string;
1463
+ };
1374
1464
  success: {
1375
1465
  primary: string;
1376
1466
  secondary: string;
@@ -1395,17 +1485,13 @@ declare const colors: {
1395
1485
  alert: string;
1396
1486
  neutral: string;
1397
1487
  };
1398
- static: {
1399
- light: string;
1400
- dark: string;
1401
- };
1402
1488
  };
1403
1489
  border: {
1404
1490
  primary: string;
1405
1491
  secondary: string;
1406
- inverse: string;
1407
1492
  brand: string;
1408
1493
  brandExtra: string;
1494
+ inverse: string;
1409
1495
  success: string;
1410
1496
  warning: string;
1411
1497
  alert: string;
@@ -1590,6 +1676,16 @@ declare const colors: {
1590
1676
  ghost: string;
1591
1677
  };
1592
1678
  };
1679
+ appButton: {
1680
+ bg: string;
1681
+ bgHover: string;
1682
+ bgPress: string;
1683
+ border: string;
1684
+ borderHover: string;
1685
+ borderPress: string;
1686
+ text: string;
1687
+ textDisable: string;
1688
+ };
1593
1689
  input: {
1594
1690
  bg: string;
1595
1691
  bgHover: string;
@@ -1620,9 +1716,23 @@ declare const colors: {
1620
1716
  border: string;
1621
1717
  borderHover: string;
1622
1718
  };
1719
+ slider: {
1720
+ bg: string;
1721
+ bgHover: string;
1722
+ bgDisable: string;
1723
+ };
1623
1724
  switch: {
1624
1725
  bg: string;
1625
1726
  bgHover: string;
1727
+ bgDisable: string;
1728
+ border: string;
1729
+ borderHover: string;
1730
+ borderDisable: string;
1731
+ };
1732
+ knob: {
1733
+ bg: string;
1734
+ bgHover: string;
1735
+ bgInactive: string;
1626
1736
  };
1627
1737
  text: {
1628
1738
  primary: string;
@@ -1647,13 +1757,14 @@ declare const colors: {
1647
1757
  toggleButton: {
1648
1758
  bg: string;
1649
1759
  bgHover: string;
1650
- bgPress: string;
1760
+ bgActive: string;
1651
1761
  bgDisable: string;
1652
1762
  border: string;
1653
1763
  borderHover: string;
1654
- borderPress: string;
1764
+ borderActive: string;
1655
1765
  borderDisable: string;
1656
1766
  text: string;
1767
+ textActive: string;
1657
1768
  textDisable: string;
1658
1769
  };
1659
1770
  };
@@ -1920,6 +2031,16 @@ declare const colors: {
1920
2031
  ghost: string;
1921
2032
  };
1922
2033
  };
2034
+ appButton: {
2035
+ bg: string;
2036
+ bgHover: string;
2037
+ bgPress: string;
2038
+ border: string;
2039
+ borderHover: string;
2040
+ borderPress: string;
2041
+ text: string;
2042
+ textDisable: string;
2043
+ };
1923
2044
  input: {
1924
2045
  bg: string;
1925
2046
  bgHover: string;
@@ -1977,13 +2098,14 @@ declare const colors: {
1977
2098
  toggleButton: {
1978
2099
  bg: string;
1979
2100
  bgHover: string;
1980
- bgPress: string;
2101
+ bgActive: string;
1981
2102
  bgDisable: string;
1982
2103
  border: string;
1983
2104
  borderHover: string;
1984
- borderPress: string;
2105
+ borderActive: string;
1985
2106
  borderDisable: string;
1986
2107
  text: string;
2108
+ textActive: string;
1987
2109
  textDisable: string;
1988
2110
  };
1989
2111
  };
@@ -2250,6 +2372,16 @@ declare const colors: {
2250
2372
  ghost: string;
2251
2373
  };
2252
2374
  };
2375
+ appButton: {
2376
+ bg: string;
2377
+ bgHover: string;
2378
+ bgPress: string;
2379
+ border: string;
2380
+ borderHover: string;
2381
+ borderPress: string;
2382
+ text: string;
2383
+ textDisable: string;
2384
+ };
2253
2385
  input: {
2254
2386
  bg: string;
2255
2387
  bgHover: string;
@@ -2307,13 +2439,14 @@ declare const colors: {
2307
2439
  toggleButton: {
2308
2440
  bg: string;
2309
2441
  bgHover: string;
2310
- bgPress: string;
2442
+ bgActive: string;
2311
2443
  bgDisable: string;
2312
2444
  border: string;
2313
2445
  borderHover: string;
2314
- borderPress: string;
2446
+ borderActive: string;
2315
2447
  borderDisable: string;
2316
2448
  text: string;
2449
+ textActive: string;
2317
2450
  textDisable: string;
2318
2451
  };
2319
2452
  };
@@ -2580,6 +2713,16 @@ declare const colors: {
2580
2713
  ghost: string;
2581
2714
  };
2582
2715
  };
2716
+ appButton: {
2717
+ bg: string;
2718
+ bgHover: string;
2719
+ bgPress: string;
2720
+ border: string;
2721
+ borderHover: string;
2722
+ borderPress: string;
2723
+ text: string;
2724
+ textDisable: string;
2725
+ };
2583
2726
  input: {
2584
2727
  bg: string;
2585
2728
  bgHover: string;
@@ -2637,13 +2780,14 @@ declare const colors: {
2637
2780
  toggleButton: {
2638
2781
  bg: string;
2639
2782
  bgHover: string;
2640
- bgPress: string;
2783
+ bgActive: string;
2641
2784
  bgDisable: string;
2642
2785
  border: string;
2643
2786
  borderHover: string;
2644
- borderPress: string;
2787
+ borderActive: string;
2645
2788
  borderDisable: string;
2646
2789
  text: string;
2790
+ textActive: string;
2647
2791
  textDisable: string;
2648
2792
  };
2649
2793
  };
@@ -2910,6 +3054,16 @@ declare const colors: {
2910
3054
  ghost: string;
2911
3055
  };
2912
3056
  };
3057
+ appButton: {
3058
+ bg: string;
3059
+ bgHover: string;
3060
+ bgPress: string;
3061
+ border: string;
3062
+ borderHover: string;
3063
+ borderPress: string;
3064
+ text: string;
3065
+ textDisable: string;
3066
+ };
2913
3067
  input: {
2914
3068
  bg: string;
2915
3069
  bgHover: string;
@@ -2967,13 +3121,14 @@ declare const colors: {
2967
3121
  toggleButton: {
2968
3122
  bg: string;
2969
3123
  bgHover: string;
2970
- bgPress: string;
3124
+ bgActive: string;
2971
3125
  bgDisable: string;
2972
3126
  border: string;
2973
3127
  borderHover: string;
2974
- borderPress: string;
3128
+ borderActive: string;
2975
3129
  borderDisable: string;
2976
3130
  text: string;
3131
+ textActive: string;
2977
3132
  textDisable: string;
2978
3133
  };
2979
3134
  };
@@ -3240,6 +3395,16 @@ declare const colors: {
3240
3395
  ghost: string;
3241
3396
  };
3242
3397
  };
3398
+ appButton: {
3399
+ bg: string;
3400
+ bgHover: string;
3401
+ bgPress: string;
3402
+ border: string;
3403
+ borderHover: string;
3404
+ borderPress: string;
3405
+ text: string;
3406
+ textDisable: string;
3407
+ };
3243
3408
  input: {
3244
3409
  bg: string;
3245
3410
  bgHover: string;
@@ -3297,13 +3462,14 @@ declare const colors: {
3297
3462
  toggleButton: {
3298
3463
  bg: string;
3299
3464
  bgHover: string;
3300
- bgPress: string;
3465
+ bgActive: string;
3301
3466
  bgDisable: string;
3302
3467
  border: string;
3303
3468
  borderHover: string;
3304
- borderPress: string;
3469
+ borderActive: string;
3305
3470
  borderDisable: string;
3306
3471
  text: string;
3472
+ textActive: string;
3307
3473
  textDisable: string;
3308
3474
  };
3309
3475
  };
@@ -3379,7 +3545,6 @@ declare const themeConfig: (mode?: ThemeMode) => {
3379
3545
  background: {
3380
3546
  primary: string;
3381
3547
  secondary: string;
3382
- inverse: string;
3383
3548
  brand: {
3384
3549
  primary: string;
3385
3550
  secondary: string;
@@ -3388,6 +3553,7 @@ declare const themeConfig: (mode?: ThemeMode) => {
3388
3553
  primary: string;
3389
3554
  secondary: string;
3390
3555
  };
3556
+ inverse: string;
3391
3557
  success: {
3392
3558
  primary: string;
3393
3559
  secondary: string;
@@ -3409,7 +3575,6 @@ declare const themeConfig: (mode?: ThemeMode) => {
3409
3575
  primary: string;
3410
3576
  secondary: string;
3411
3577
  tertiary: string;
3412
- inverse: string;
3413
3578
  brand: {
3414
3579
  primary: string;
3415
3580
  secondary: string;
@@ -3418,6 +3583,11 @@ declare const themeConfig: (mode?: ThemeMode) => {
3418
3583
  primary: string;
3419
3584
  secondary: string;
3420
3585
  };
3586
+ inverse: string;
3587
+ static: {
3588
+ light: string;
3589
+ dark: string;
3590
+ };
3421
3591
  success: {
3422
3592
  primary: string;
3423
3593
  secondary: string;
@@ -3442,17 +3612,13 @@ declare const themeConfig: (mode?: ThemeMode) => {
3442
3612
  alert: string;
3443
3613
  neutral: string;
3444
3614
  };
3445
- static: {
3446
- light: string;
3447
- dark: string;
3448
- };
3449
3615
  };
3450
3616
  border: {
3451
3617
  primary: string;
3452
3618
  secondary: string;
3453
- inverse: string;
3454
3619
  brand: string;
3455
3620
  brandExtra: string;
3621
+ inverse: string;
3456
3622
  success: string;
3457
3623
  warning: string;
3458
3624
  alert: string;
@@ -3637,6 +3803,16 @@ declare const themeConfig: (mode?: ThemeMode) => {
3637
3803
  ghost: string;
3638
3804
  };
3639
3805
  };
3806
+ appButton: {
3807
+ bg: string;
3808
+ bgHover: string;
3809
+ bgPress: string;
3810
+ border: string;
3811
+ borderHover: string;
3812
+ borderPress: string;
3813
+ text: string;
3814
+ textDisable: string;
3815
+ };
3640
3816
  input: {
3641
3817
  bg: string;
3642
3818
  bgHover: string;
@@ -3667,9 +3843,23 @@ declare const themeConfig: (mode?: ThemeMode) => {
3667
3843
  border: string;
3668
3844
  borderHover: string;
3669
3845
  };
3846
+ slider: {
3847
+ bg: string;
3848
+ bgHover: string;
3849
+ bgDisable: string;
3850
+ };
3670
3851
  switch: {
3671
3852
  bg: string;
3672
3853
  bgHover: string;
3854
+ bgDisable: string;
3855
+ border: string;
3856
+ borderHover: string;
3857
+ borderDisable: string;
3858
+ };
3859
+ knob: {
3860
+ bg: string;
3861
+ bgHover: string;
3862
+ bgInactive: string;
3673
3863
  };
3674
3864
  text: {
3675
3865
  primary: string;
@@ -3694,13 +3884,14 @@ declare const themeConfig: (mode?: ThemeMode) => {
3694
3884
  toggleButton: {
3695
3885
  bg: string;
3696
3886
  bgHover: string;
3697
- bgPress: string;
3887
+ bgActive: string;
3698
3888
  bgDisable: string;
3699
3889
  border: string;
3700
3890
  borderHover: string;
3701
- borderPress: string;
3891
+ borderActive: string;
3702
3892
  borderDisable: string;
3703
3893
  text: string;
3894
+ textActive: string;
3704
3895
  textDisable: string;
3705
3896
  };
3706
3897
  };
@@ -3708,7 +3899,6 @@ declare const themeConfig: (mode?: ThemeMode) => {
3708
3899
  background: {
3709
3900
  primary: string;
3710
3901
  secondary: string;
3711
- inverse: string;
3712
3902
  brand: {
3713
3903
  primary: string;
3714
3904
  secondary: string;
@@ -3717,6 +3907,7 @@ declare const themeConfig: (mode?: ThemeMode) => {
3717
3907
  primary: string;
3718
3908
  secondary: string;
3719
3909
  };
3910
+ inverse: string;
3720
3911
  success: {
3721
3912
  primary: string;
3722
3913
  secondary: string;
@@ -3738,7 +3929,6 @@ declare const themeConfig: (mode?: ThemeMode) => {
3738
3929
  primary: string;
3739
3930
  secondary: string;
3740
3931
  tertiary: string;
3741
- inverse: string;
3742
3932
  brand: {
3743
3933
  primary: string;
3744
3934
  secondary: string;
@@ -3747,6 +3937,11 @@ declare const themeConfig: (mode?: ThemeMode) => {
3747
3937
  primary: string;
3748
3938
  secondary: string;
3749
3939
  };
3940
+ inverse: string;
3941
+ static: {
3942
+ light: string;
3943
+ dark: string;
3944
+ };
3750
3945
  success: {
3751
3946
  primary: string;
3752
3947
  secondary: string;
@@ -3771,17 +3966,13 @@ declare const themeConfig: (mode?: ThemeMode) => {
3771
3966
  alert: string;
3772
3967
  neutral: string;
3773
3968
  };
3774
- static: {
3775
- light: string;
3776
- dark: string;
3777
- };
3778
3969
  };
3779
3970
  border: {
3780
3971
  primary: string;
3781
3972
  secondary: string;
3782
- inverse: string;
3783
3973
  brand: string;
3784
3974
  brandExtra: string;
3975
+ inverse: string;
3785
3976
  success: string;
3786
3977
  warning: string;
3787
3978
  alert: string;
@@ -3966,6 +4157,16 @@ declare const themeConfig: (mode?: ThemeMode) => {
3966
4157
  ghost: string;
3967
4158
  };
3968
4159
  };
4160
+ appButton: {
4161
+ bg: string;
4162
+ bgHover: string;
4163
+ bgPress: string;
4164
+ border: string;
4165
+ borderHover: string;
4166
+ borderPress: string;
4167
+ text: string;
4168
+ textDisable: string;
4169
+ };
3969
4170
  input: {
3970
4171
  bg: string;
3971
4172
  bgHover: string;
@@ -3996,9 +4197,23 @@ declare const themeConfig: (mode?: ThemeMode) => {
3996
4197
  border: string;
3997
4198
  borderHover: string;
3998
4199
  };
4200
+ slider: {
4201
+ bg: string;
4202
+ bgHover: string;
4203
+ bgDisable: string;
4204
+ };
3999
4205
  switch: {
4000
4206
  bg: string;
4001
4207
  bgHover: string;
4208
+ bgDisable: string;
4209
+ border: string;
4210
+ borderHover: string;
4211
+ borderDisable: string;
4212
+ };
4213
+ knob: {
4214
+ bg: string;
4215
+ bgHover: string;
4216
+ bgInactive: string;
4002
4217
  };
4003
4218
  text: {
4004
4219
  primary: string;
@@ -4023,13 +4238,14 @@ declare const themeConfig: (mode?: ThemeMode) => {
4023
4238
  toggleButton: {
4024
4239
  bg: string;
4025
4240
  bgHover: string;
4026
- bgPress: string;
4241
+ bgActive: string;
4027
4242
  bgDisable: string;
4028
4243
  border: string;
4029
4244
  borderHover: string;
4030
- borderPress: string;
4245
+ borderActive: string;
4031
4246
  borderDisable: string;
4032
4247
  text: string;
4248
+ textActive: string;
4033
4249
  textDisable: string;
4034
4250
  };
4035
4251
  };
@@ -4295,6 +4511,16 @@ declare const themeConfig: (mode?: ThemeMode) => {
4295
4511
  ghost: string;
4296
4512
  };
4297
4513
  };
4514
+ appButton: {
4515
+ bg: string;
4516
+ bgHover: string;
4517
+ bgPress: string;
4518
+ border: string;
4519
+ borderHover: string;
4520
+ borderPress: string;
4521
+ text: string;
4522
+ textDisable: string;
4523
+ };
4298
4524
  input: {
4299
4525
  bg: string;
4300
4526
  bgHover: string;
@@ -4352,13 +4578,14 @@ declare const themeConfig: (mode?: ThemeMode) => {
4352
4578
  toggleButton: {
4353
4579
  bg: string;
4354
4580
  bgHover: string;
4355
- bgPress: string;
4581
+ bgActive: string;
4356
4582
  bgDisable: string;
4357
4583
  border: string;
4358
4584
  borderHover: string;
4359
- borderPress: string;
4585
+ borderActive: string;
4360
4586
  borderDisable: string;
4361
4587
  text: string;
4588
+ textActive: string;
4362
4589
  textDisable: string;
4363
4590
  };
4364
4591
  };
@@ -4624,6 +4851,16 @@ declare const themeConfig: (mode?: ThemeMode) => {
4624
4851
  ghost: string;
4625
4852
  };
4626
4853
  };
4854
+ appButton: {
4855
+ bg: string;
4856
+ bgHover: string;
4857
+ bgPress: string;
4858
+ border: string;
4859
+ borderHover: string;
4860
+ borderPress: string;
4861
+ text: string;
4862
+ textDisable: string;
4863
+ };
4627
4864
  input: {
4628
4865
  bg: string;
4629
4866
  bgHover: string;
@@ -4681,13 +4918,14 @@ declare const themeConfig: (mode?: ThemeMode) => {
4681
4918
  toggleButton: {
4682
4919
  bg: string;
4683
4920
  bgHover: string;
4684
- bgPress: string;
4921
+ bgActive: string;
4685
4922
  bgDisable: string;
4686
4923
  border: string;
4687
4924
  borderHover: string;
4688
- borderPress: string;
4925
+ borderActive: string;
4689
4926
  borderDisable: string;
4690
4927
  text: string;
4928
+ textActive: string;
4691
4929
  textDisable: string;
4692
4930
  };
4693
4931
  };
@@ -4953,6 +5191,16 @@ declare const themeConfig: (mode?: ThemeMode) => {
4953
5191
  ghost: string;
4954
5192
  };
4955
5193
  };
5194
+ appButton: {
5195
+ bg: string;
5196
+ bgHover: string;
5197
+ bgPress: string;
5198
+ border: string;
5199
+ borderHover: string;
5200
+ borderPress: string;
5201
+ text: string;
5202
+ textDisable: string;
5203
+ };
4956
5204
  input: {
4957
5205
  bg: string;
4958
5206
  bgHover: string;
@@ -5010,13 +5258,14 @@ declare const themeConfig: (mode?: ThemeMode) => {
5010
5258
  toggleButton: {
5011
5259
  bg: string;
5012
5260
  bgHover: string;
5013
- bgPress: string;
5261
+ bgActive: string;
5014
5262
  bgDisable: string;
5015
5263
  border: string;
5016
5264
  borderHover: string;
5017
- borderPress: string;
5265
+ borderActive: string;
5018
5266
  borderDisable: string;
5019
5267
  text: string;
5268
+ textActive: string;
5020
5269
  textDisable: string;
5021
5270
  };
5022
5271
  };