@xsolla/xui-core 0.160.2 → 0.161.0-pr292.1779705307
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 +1030 -250
- package/index.d.ts +1030 -250
- package/index.js +257 -145
- package/index.js.map +1 -1
- package/index.mjs +254 -145
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -157,7 +157,7 @@ var overlay = {
|
|
|
157
157
|
};
|
|
158
158
|
var layer = {
|
|
159
159
|
scrim: "rgba(0, 0, 0, 0.5)",
|
|
160
|
-
float: "rgba(0, 0, 0, 0.
|
|
160
|
+
float: "rgba(0, 0, 0, 0.5)"
|
|
161
161
|
};
|
|
162
162
|
var control = {
|
|
163
163
|
brand: {
|
|
@@ -253,9 +253,9 @@ var control = {
|
|
|
253
253
|
borderPress: "rgba(255, 255, 255, 0)"
|
|
254
254
|
},
|
|
255
255
|
secondary: {
|
|
256
|
-
bg: "
|
|
257
|
-
bgHover: "
|
|
258
|
-
bgPress: "
|
|
256
|
+
bg: "rgba(80, 49, 232, 0.4)",
|
|
257
|
+
bgHover: "rgba(149, 128, 255, 0.4)",
|
|
258
|
+
bgPress: "rgba(80, 49, 232, 0.4)",
|
|
259
259
|
border: "#7055f6",
|
|
260
260
|
borderHover: "#9580ff",
|
|
261
261
|
borderPress: "rgba(255, 255, 255, 0)"
|
|
@@ -295,11 +295,11 @@ var control = {
|
|
|
295
295
|
borderPress: "rgba(255, 255, 255, 0)"
|
|
296
296
|
},
|
|
297
297
|
secondary: {
|
|
298
|
-
bg: "
|
|
299
|
-
bgHover: "
|
|
300
|
-
bgPress: "
|
|
301
|
-
border: "
|
|
302
|
-
borderHover: "
|
|
298
|
+
bg: "rgba(232, 79, 48, 0.4)",
|
|
299
|
+
bgHover: "rgba(246, 112, 85, 0.4)",
|
|
300
|
+
bgPress: "rgba(195, 61, 34, 0.4)",
|
|
301
|
+
border: "rgba(246, 112, 85, 0.32)",
|
|
302
|
+
borderHover: "rgba(246, 112, 85, 0.32)",
|
|
303
303
|
borderPress: "rgba(255, 255, 255, 0)"
|
|
304
304
|
},
|
|
305
305
|
tertiary: {
|
|
@@ -337,7 +337,7 @@ var control = {
|
|
|
337
337
|
textDisable: "rgba(255, 255, 255, 0.36)"
|
|
338
338
|
},
|
|
339
339
|
focus: {
|
|
340
|
-
bg: "rgba(0, 0, 0, 0.
|
|
340
|
+
bg: "rgba(0, 0, 0, 0.5)",
|
|
341
341
|
border: "#31cae8"
|
|
342
342
|
},
|
|
343
343
|
check: {
|
|
@@ -374,7 +374,7 @@ var control = {
|
|
|
374
374
|
bgActive: "#80eaff",
|
|
375
375
|
bgActiveHover: "#b2f2ff",
|
|
376
376
|
bgInactive: "#ffffff",
|
|
377
|
-
bgInactiveHover: "#
|
|
377
|
+
bgInactiveHover: "#f6f8f9",
|
|
378
378
|
bgDisable: "rgba(255, 255, 255, 0.4)"
|
|
379
379
|
},
|
|
380
380
|
text: {
|
|
@@ -419,8 +419,8 @@ var control = {
|
|
|
419
419
|
id: {
|
|
420
420
|
bg: "#34474b",
|
|
421
421
|
bgSeries: "#000000",
|
|
422
|
-
textSeries: "#
|
|
423
|
-
textNumber: "#
|
|
422
|
+
textSeries: "#4b6368",
|
|
423
|
+
textNumber: "#000000",
|
|
424
424
|
textCompact: "rgba(255, 255, 255, 0.48)"
|
|
425
425
|
},
|
|
426
426
|
subentity: {
|
|
@@ -433,9 +433,6 @@ var control = {
|
|
|
433
433
|
textCompact: "rgba(255, 255, 255, 0.48)"
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
|
-
toast: {
|
|
437
|
-
bg: "#34474b"
|
|
438
|
-
},
|
|
439
436
|
toggleButton: {
|
|
440
437
|
bg: "rgba(178, 242, 255, 0.1)",
|
|
441
438
|
bgHover: "rgba(178, 242, 255, 0.15)",
|
|
@@ -853,9 +850,6 @@ declare const colors: {
|
|
|
853
850
|
textCompact: string;
|
|
854
851
|
};
|
|
855
852
|
};
|
|
856
|
-
toast: {
|
|
857
|
-
bg: string;
|
|
858
|
-
};
|
|
859
853
|
toggleButton: {
|
|
860
854
|
bg: string;
|
|
861
855
|
bgHover: string;
|
|
@@ -1256,9 +1250,6 @@ declare const colors: {
|
|
|
1256
1250
|
textCompact: string;
|
|
1257
1251
|
};
|
|
1258
1252
|
};
|
|
1259
|
-
toast: {
|
|
1260
|
-
bg: string;
|
|
1261
|
-
};
|
|
1262
1253
|
toggleButton: {
|
|
1263
1254
|
bg: string;
|
|
1264
1255
|
bgHover: string;
|
|
@@ -1659,9 +1650,6 @@ declare const colors: {
|
|
|
1659
1650
|
textCompact: string;
|
|
1660
1651
|
};
|
|
1661
1652
|
};
|
|
1662
|
-
toast: {
|
|
1663
|
-
bg: string;
|
|
1664
|
-
};
|
|
1665
1653
|
toggleButton: {
|
|
1666
1654
|
bg: string;
|
|
1667
1655
|
bgHover: string;
|
|
@@ -2062,9 +2050,6 @@ declare const colors: {
|
|
|
2062
2050
|
textCompact: string;
|
|
2063
2051
|
};
|
|
2064
2052
|
};
|
|
2065
|
-
toast: {
|
|
2066
|
-
bg: string;
|
|
2067
|
-
};
|
|
2068
2053
|
toggleButton: {
|
|
2069
2054
|
bg: string;
|
|
2070
2055
|
bgHover: string;
|
|
@@ -2465,9 +2450,6 @@ declare const colors: {
|
|
|
2465
2450
|
textCompact: string;
|
|
2466
2451
|
};
|
|
2467
2452
|
};
|
|
2468
|
-
toast: {
|
|
2469
|
-
bg: string;
|
|
2470
|
-
};
|
|
2471
2453
|
toggleButton: {
|
|
2472
2454
|
bg: string;
|
|
2473
2455
|
bgHover: string;
|
|
@@ -2515,6 +2497,308 @@ declare const radius: {
|
|
|
2515
2497
|
avatarLarge: number;
|
|
2516
2498
|
avatarCircle: number;
|
|
2517
2499
|
};
|
|
2500
|
+
/** Primitive radius scale. Mirrors Figma "Scale / radius/*" variables. */
|
|
2501
|
+
declare const radiusScale: {
|
|
2502
|
+
readonly "25": 2;
|
|
2503
|
+
readonly "50": 4;
|
|
2504
|
+
readonly "75": 6;
|
|
2505
|
+
readonly "100": 8;
|
|
2506
|
+
readonly "150": 12;
|
|
2507
|
+
readonly "200": 16;
|
|
2508
|
+
readonly "250": 20;
|
|
2509
|
+
readonly "300": 24;
|
|
2510
|
+
readonly "350": 28;
|
|
2511
|
+
readonly "400": 32;
|
|
2512
|
+
readonly "999": 999;
|
|
2513
|
+
};
|
|
2514
|
+
/** Primitive border-width scale. Mirrors Figma "Scale / stroke/*" variables. */
|
|
2515
|
+
declare const stroke: {
|
|
2516
|
+
readonly "1": 1;
|
|
2517
|
+
readonly "2": 2;
|
|
2518
|
+
readonly "3": 3;
|
|
2519
|
+
};
|
|
2520
|
+
|
|
2521
|
+
/**
|
|
2522
|
+
* Semantic shape tokens. Mirrors Figma "Theme / Shape" variable collection,
|
|
2523
|
+
* Xsolla Default mode. Values alias into the radiusScale and stroke primitives.
|
|
2524
|
+
*/
|
|
2525
|
+
declare const shape: {
|
|
2526
|
+
readonly button: {
|
|
2527
|
+
readonly xl: {
|
|
2528
|
+
readonly borderRadius: 8;
|
|
2529
|
+
readonly borderWidth: 1;
|
|
2530
|
+
};
|
|
2531
|
+
readonly lg: {
|
|
2532
|
+
readonly borderRadius: 8;
|
|
2533
|
+
readonly borderWidth: 1;
|
|
2534
|
+
};
|
|
2535
|
+
readonly md: {
|
|
2536
|
+
readonly borderRadius: 6;
|
|
2537
|
+
readonly borderWidth: 1;
|
|
2538
|
+
};
|
|
2539
|
+
readonly sm: {
|
|
2540
|
+
readonly borderRadius: 4;
|
|
2541
|
+
readonly borderWidth: 1;
|
|
2542
|
+
};
|
|
2543
|
+
readonly xs: {
|
|
2544
|
+
readonly borderRadius: 4;
|
|
2545
|
+
readonly borderWidth: 1;
|
|
2546
|
+
};
|
|
2547
|
+
};
|
|
2548
|
+
readonly checkbox: {
|
|
2549
|
+
readonly xl: {
|
|
2550
|
+
readonly borderRadius: 4;
|
|
2551
|
+
readonly borderWidth: 1;
|
|
2552
|
+
};
|
|
2553
|
+
readonly lg: {
|
|
2554
|
+
readonly borderRadius: 4;
|
|
2555
|
+
readonly borderWidth: 1;
|
|
2556
|
+
};
|
|
2557
|
+
readonly md: {
|
|
2558
|
+
readonly borderRadius: 4;
|
|
2559
|
+
readonly borderWidth: 1;
|
|
2560
|
+
};
|
|
2561
|
+
readonly sm: {
|
|
2562
|
+
readonly borderRadius: 4;
|
|
2563
|
+
readonly borderWidth: 1;
|
|
2564
|
+
};
|
|
2565
|
+
};
|
|
2566
|
+
readonly input: {
|
|
2567
|
+
readonly xl: {
|
|
2568
|
+
readonly borderRadius: 8;
|
|
2569
|
+
readonly borderWidth: 1;
|
|
2570
|
+
};
|
|
2571
|
+
readonly lg: {
|
|
2572
|
+
readonly borderRadius: 8;
|
|
2573
|
+
readonly borderWidth: 1;
|
|
2574
|
+
};
|
|
2575
|
+
readonly md: {
|
|
2576
|
+
readonly borderRadius: 8;
|
|
2577
|
+
readonly borderWidth: 1;
|
|
2578
|
+
};
|
|
2579
|
+
readonly sm: {
|
|
2580
|
+
readonly borderRadius: 4;
|
|
2581
|
+
readonly borderWidth: 1;
|
|
2582
|
+
};
|
|
2583
|
+
readonly xs: {
|
|
2584
|
+
readonly borderRadius: 4;
|
|
2585
|
+
readonly borderWidth: 1;
|
|
2586
|
+
};
|
|
2587
|
+
};
|
|
2588
|
+
readonly segmented: {
|
|
2589
|
+
readonly xl: {
|
|
2590
|
+
readonly borderRadius: 8;
|
|
2591
|
+
readonly borderWidth: 1;
|
|
2592
|
+
};
|
|
2593
|
+
readonly lg: {
|
|
2594
|
+
readonly borderRadius: 8;
|
|
2595
|
+
readonly borderWidth: 1;
|
|
2596
|
+
};
|
|
2597
|
+
readonly md: {
|
|
2598
|
+
readonly borderRadius: 8;
|
|
2599
|
+
readonly borderWidth: 1;
|
|
2600
|
+
};
|
|
2601
|
+
readonly sm: {
|
|
2602
|
+
readonly borderRadius: 4;
|
|
2603
|
+
readonly borderWidth: 1;
|
|
2604
|
+
};
|
|
2605
|
+
};
|
|
2606
|
+
readonly segmentedItem: {
|
|
2607
|
+
readonly xl: {
|
|
2608
|
+
readonly borderRadius: 4;
|
|
2609
|
+
readonly borderWidth: 1;
|
|
2610
|
+
};
|
|
2611
|
+
readonly lg: {
|
|
2612
|
+
readonly borderRadius: 4;
|
|
2613
|
+
readonly borderWidth: 1;
|
|
2614
|
+
};
|
|
2615
|
+
readonly md: {
|
|
2616
|
+
readonly borderRadius: 4;
|
|
2617
|
+
readonly borderWidth: 1;
|
|
2618
|
+
};
|
|
2619
|
+
readonly sm: {
|
|
2620
|
+
readonly borderRadius: 2;
|
|
2621
|
+
readonly borderWidth: 1;
|
|
2622
|
+
};
|
|
2623
|
+
};
|
|
2624
|
+
readonly switch: {
|
|
2625
|
+
readonly xl: {
|
|
2626
|
+
readonly borderRadius: 4;
|
|
2627
|
+
readonly borderWidth: 1;
|
|
2628
|
+
};
|
|
2629
|
+
readonly lg: {
|
|
2630
|
+
readonly borderRadius: 4;
|
|
2631
|
+
readonly borderWidth: 1;
|
|
2632
|
+
};
|
|
2633
|
+
readonly md: {
|
|
2634
|
+
readonly borderRadius: 4;
|
|
2635
|
+
readonly borderWidth: 1;
|
|
2636
|
+
};
|
|
2637
|
+
readonly sm: {
|
|
2638
|
+
readonly borderRadius: 4;
|
|
2639
|
+
readonly borderWidth: 1;
|
|
2640
|
+
};
|
|
2641
|
+
};
|
|
2642
|
+
readonly knob: {
|
|
2643
|
+
readonly xl: {
|
|
2644
|
+
readonly borderRadius: 2;
|
|
2645
|
+
};
|
|
2646
|
+
readonly lg: {
|
|
2647
|
+
readonly borderRadius: 2;
|
|
2648
|
+
};
|
|
2649
|
+
readonly md: {
|
|
2650
|
+
readonly borderRadius: 2;
|
|
2651
|
+
};
|
|
2652
|
+
readonly sm: {
|
|
2653
|
+
readonly borderRadius: 2;
|
|
2654
|
+
};
|
|
2655
|
+
};
|
|
2656
|
+
readonly tabItem: {
|
|
2657
|
+
readonly xl: {
|
|
2658
|
+
readonly borderRadius: 8;
|
|
2659
|
+
};
|
|
2660
|
+
readonly lg: {
|
|
2661
|
+
readonly borderRadius: 8;
|
|
2662
|
+
};
|
|
2663
|
+
readonly md: {
|
|
2664
|
+
readonly borderRadius: 4;
|
|
2665
|
+
};
|
|
2666
|
+
readonly sm: {
|
|
2667
|
+
readonly borderRadius: 4;
|
|
2668
|
+
};
|
|
2669
|
+
};
|
|
2670
|
+
readonly tag: {
|
|
2671
|
+
readonly xl: {
|
|
2672
|
+
readonly borderRadius: 8;
|
|
2673
|
+
readonly borderWidth: 1;
|
|
2674
|
+
};
|
|
2675
|
+
readonly lg: {
|
|
2676
|
+
readonly borderRadius: 8;
|
|
2677
|
+
readonly borderWidth: 1;
|
|
2678
|
+
};
|
|
2679
|
+
readonly md: {
|
|
2680
|
+
readonly borderRadius: 6;
|
|
2681
|
+
readonly borderWidth: 1;
|
|
2682
|
+
};
|
|
2683
|
+
readonly sm: {
|
|
2684
|
+
readonly borderRadius: 4;
|
|
2685
|
+
readonly borderWidth: 1;
|
|
2686
|
+
};
|
|
2687
|
+
readonly xs: {
|
|
2688
|
+
readonly borderRadius: 4;
|
|
2689
|
+
readonly borderWidth: 1;
|
|
2690
|
+
};
|
|
2691
|
+
readonly label: {
|
|
2692
|
+
readonly borderRadius: 0;
|
|
2693
|
+
};
|
|
2694
|
+
};
|
|
2695
|
+
readonly tooltip: {
|
|
2696
|
+
readonly xl: {
|
|
2697
|
+
readonly borderRadius: 8;
|
|
2698
|
+
};
|
|
2699
|
+
readonly lg: {
|
|
2700
|
+
readonly borderRadius: 8;
|
|
2701
|
+
};
|
|
2702
|
+
readonly md: {
|
|
2703
|
+
readonly borderRadius: 8;
|
|
2704
|
+
};
|
|
2705
|
+
readonly sm: {
|
|
2706
|
+
readonly borderRadius: 4;
|
|
2707
|
+
};
|
|
2708
|
+
};
|
|
2709
|
+
readonly radio: {
|
|
2710
|
+
readonly xl: {
|
|
2711
|
+
readonly borderRadius: 999;
|
|
2712
|
+
readonly borderWidth: 1;
|
|
2713
|
+
};
|
|
2714
|
+
readonly lg: {
|
|
2715
|
+
readonly borderRadius: 999;
|
|
2716
|
+
readonly borderWidth: 1;
|
|
2717
|
+
};
|
|
2718
|
+
readonly md: {
|
|
2719
|
+
readonly borderRadius: 999;
|
|
2720
|
+
readonly borderWidth: 1;
|
|
2721
|
+
};
|
|
2722
|
+
readonly sm: {
|
|
2723
|
+
readonly borderRadius: 999;
|
|
2724
|
+
readonly borderWidth: 1;
|
|
2725
|
+
};
|
|
2726
|
+
};
|
|
2727
|
+
readonly contextMenu: {
|
|
2728
|
+
readonly xl: {
|
|
2729
|
+
readonly borderRadius: 8;
|
|
2730
|
+
};
|
|
2731
|
+
readonly lg: {
|
|
2732
|
+
readonly borderRadius: 8;
|
|
2733
|
+
};
|
|
2734
|
+
readonly md: {
|
|
2735
|
+
readonly borderRadius: 8;
|
|
2736
|
+
};
|
|
2737
|
+
readonly sm: {
|
|
2738
|
+
readonly borderRadius: 4;
|
|
2739
|
+
};
|
|
2740
|
+
readonly xs: {
|
|
2741
|
+
readonly borderRadius: 4;
|
|
2742
|
+
};
|
|
2743
|
+
};
|
|
2744
|
+
readonly avatar: {
|
|
2745
|
+
readonly xl: {
|
|
2746
|
+
readonly borderRadius: 8;
|
|
2747
|
+
readonly borderWidth: 2;
|
|
2748
|
+
};
|
|
2749
|
+
readonly lg: {
|
|
2750
|
+
readonly borderRadius: 6;
|
|
2751
|
+
readonly borderWidth: 2;
|
|
2752
|
+
};
|
|
2753
|
+
readonly md: {
|
|
2754
|
+
readonly borderRadius: 6;
|
|
2755
|
+
readonly borderWidth: 2;
|
|
2756
|
+
};
|
|
2757
|
+
readonly sm: {
|
|
2758
|
+
readonly borderRadius: 4;
|
|
2759
|
+
readonly borderWidth: 2;
|
|
2760
|
+
};
|
|
2761
|
+
readonly xs: {
|
|
2762
|
+
readonly borderRadius: 4;
|
|
2763
|
+
readonly borderWidth: 2;
|
|
2764
|
+
};
|
|
2765
|
+
readonly xxs: {
|
|
2766
|
+
readonly borderRadius: 2;
|
|
2767
|
+
readonly borderWidth: 2;
|
|
2768
|
+
};
|
|
2769
|
+
};
|
|
2770
|
+
readonly modal: {
|
|
2771
|
+
readonly borderRadius: 8;
|
|
2772
|
+
};
|
|
2773
|
+
readonly toast: {
|
|
2774
|
+
readonly borderRadius: 4;
|
|
2775
|
+
};
|
|
2776
|
+
readonly toggleButtonGroup: {
|
|
2777
|
+
readonly xl: {
|
|
2778
|
+
readonly borderRadius: 8;
|
|
2779
|
+
readonly borderWidth: 1;
|
|
2780
|
+
};
|
|
2781
|
+
readonly lg: {
|
|
2782
|
+
readonly borderRadius: 8;
|
|
2783
|
+
readonly borderWidth: 1;
|
|
2784
|
+
};
|
|
2785
|
+
readonly md: {
|
|
2786
|
+
readonly borderRadius: 6;
|
|
2787
|
+
readonly borderWidth: 1;
|
|
2788
|
+
};
|
|
2789
|
+
readonly sm: {
|
|
2790
|
+
readonly borderRadius: 4;
|
|
2791
|
+
readonly borderWidth: 1;
|
|
2792
|
+
};
|
|
2793
|
+
readonly xs: {
|
|
2794
|
+
readonly borderRadius: 4;
|
|
2795
|
+
readonly borderWidth: 1;
|
|
2796
|
+
};
|
|
2797
|
+
};
|
|
2798
|
+
readonly tagLabel: {
|
|
2799
|
+
readonly borderRadius: 0;
|
|
2800
|
+
};
|
|
2801
|
+
};
|
|
2518
2802
|
|
|
2519
2803
|
declare const shadow: {
|
|
2520
2804
|
active: string;
|
|
@@ -3073,9 +3357,6 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
3073
3357
|
textCompact: string;
|
|
3074
3358
|
};
|
|
3075
3359
|
};
|
|
3076
|
-
toast: {
|
|
3077
|
-
bg: string;
|
|
3078
|
-
};
|
|
3079
3360
|
toggleButton: {
|
|
3080
3361
|
bg: string;
|
|
3081
3362
|
bgHover: string;
|
|
@@ -3475,9 +3756,6 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
3475
3756
|
textCompact: string;
|
|
3476
3757
|
};
|
|
3477
3758
|
};
|
|
3478
|
-
toast: {
|
|
3479
|
-
bg: string;
|
|
3480
|
-
};
|
|
3481
3759
|
toggleButton: {
|
|
3482
3760
|
bg: string;
|
|
3483
3761
|
bgHover: string;
|
|
@@ -3877,9 +4155,6 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
3877
4155
|
textCompact: string;
|
|
3878
4156
|
};
|
|
3879
4157
|
};
|
|
3880
|
-
toast: {
|
|
3881
|
-
bg: string;
|
|
3882
|
-
};
|
|
3883
4158
|
toggleButton: {
|
|
3884
4159
|
bg: string;
|
|
3885
4160
|
bgHover: string;
|
|
@@ -3912,17 +4187,282 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
3912
4187
|
l: number;
|
|
3913
4188
|
xl: number;
|
|
3914
4189
|
};
|
|
3915
|
-
|
|
3916
|
-
button:
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
4190
|
+
shape: {
|
|
4191
|
+
readonly button: {
|
|
4192
|
+
readonly xl: {
|
|
4193
|
+
readonly borderRadius: 8;
|
|
4194
|
+
readonly borderWidth: 1;
|
|
4195
|
+
};
|
|
4196
|
+
readonly lg: {
|
|
4197
|
+
readonly borderRadius: 8;
|
|
4198
|
+
readonly borderWidth: 1;
|
|
4199
|
+
};
|
|
4200
|
+
readonly md: {
|
|
4201
|
+
readonly borderRadius: 6;
|
|
4202
|
+
readonly borderWidth: 1;
|
|
4203
|
+
};
|
|
4204
|
+
readonly sm: {
|
|
4205
|
+
readonly borderRadius: 4;
|
|
4206
|
+
readonly borderWidth: 1;
|
|
4207
|
+
};
|
|
4208
|
+
readonly xs: {
|
|
4209
|
+
readonly borderRadius: 4;
|
|
4210
|
+
readonly borderWidth: 1;
|
|
4211
|
+
};
|
|
4212
|
+
};
|
|
4213
|
+
readonly checkbox: {
|
|
4214
|
+
readonly xl: {
|
|
4215
|
+
readonly borderRadius: 4;
|
|
4216
|
+
readonly borderWidth: 1;
|
|
4217
|
+
};
|
|
4218
|
+
readonly lg: {
|
|
4219
|
+
readonly borderRadius: 4;
|
|
4220
|
+
readonly borderWidth: 1;
|
|
4221
|
+
};
|
|
4222
|
+
readonly md: {
|
|
4223
|
+
readonly borderRadius: 4;
|
|
4224
|
+
readonly borderWidth: 1;
|
|
4225
|
+
};
|
|
4226
|
+
readonly sm: {
|
|
4227
|
+
readonly borderRadius: 4;
|
|
4228
|
+
readonly borderWidth: 1;
|
|
4229
|
+
};
|
|
4230
|
+
};
|
|
4231
|
+
readonly input: {
|
|
4232
|
+
readonly xl: {
|
|
4233
|
+
readonly borderRadius: 8;
|
|
4234
|
+
readonly borderWidth: 1;
|
|
4235
|
+
};
|
|
4236
|
+
readonly lg: {
|
|
4237
|
+
readonly borderRadius: 8;
|
|
4238
|
+
readonly borderWidth: 1;
|
|
4239
|
+
};
|
|
4240
|
+
readonly md: {
|
|
4241
|
+
readonly borderRadius: 8;
|
|
4242
|
+
readonly borderWidth: 1;
|
|
4243
|
+
};
|
|
4244
|
+
readonly sm: {
|
|
4245
|
+
readonly borderRadius: 4;
|
|
4246
|
+
readonly borderWidth: 1;
|
|
4247
|
+
};
|
|
4248
|
+
readonly xs: {
|
|
4249
|
+
readonly borderRadius: 4;
|
|
4250
|
+
readonly borderWidth: 1;
|
|
4251
|
+
};
|
|
4252
|
+
};
|
|
4253
|
+
readonly segmented: {
|
|
4254
|
+
readonly xl: {
|
|
4255
|
+
readonly borderRadius: 8;
|
|
4256
|
+
readonly borderWidth: 1;
|
|
4257
|
+
};
|
|
4258
|
+
readonly lg: {
|
|
4259
|
+
readonly borderRadius: 8;
|
|
4260
|
+
readonly borderWidth: 1;
|
|
4261
|
+
};
|
|
4262
|
+
readonly md: {
|
|
4263
|
+
readonly borderRadius: 8;
|
|
4264
|
+
readonly borderWidth: 1;
|
|
4265
|
+
};
|
|
4266
|
+
readonly sm: {
|
|
4267
|
+
readonly borderRadius: 4;
|
|
4268
|
+
readonly borderWidth: 1;
|
|
4269
|
+
};
|
|
4270
|
+
};
|
|
4271
|
+
readonly segmentedItem: {
|
|
4272
|
+
readonly xl: {
|
|
4273
|
+
readonly borderRadius: 4;
|
|
4274
|
+
readonly borderWidth: 1;
|
|
4275
|
+
};
|
|
4276
|
+
readonly lg: {
|
|
4277
|
+
readonly borderRadius: 4;
|
|
4278
|
+
readonly borderWidth: 1;
|
|
4279
|
+
};
|
|
4280
|
+
readonly md: {
|
|
4281
|
+
readonly borderRadius: 4;
|
|
4282
|
+
readonly borderWidth: 1;
|
|
4283
|
+
};
|
|
4284
|
+
readonly sm: {
|
|
4285
|
+
readonly borderRadius: 2;
|
|
4286
|
+
readonly borderWidth: 1;
|
|
4287
|
+
};
|
|
4288
|
+
};
|
|
4289
|
+
readonly switch: {
|
|
4290
|
+
readonly xl: {
|
|
4291
|
+
readonly borderRadius: 4;
|
|
4292
|
+
readonly borderWidth: 1;
|
|
4293
|
+
};
|
|
4294
|
+
readonly lg: {
|
|
4295
|
+
readonly borderRadius: 4;
|
|
4296
|
+
readonly borderWidth: 1;
|
|
4297
|
+
};
|
|
4298
|
+
readonly md: {
|
|
4299
|
+
readonly borderRadius: 4;
|
|
4300
|
+
readonly borderWidth: 1;
|
|
4301
|
+
};
|
|
4302
|
+
readonly sm: {
|
|
4303
|
+
readonly borderRadius: 4;
|
|
4304
|
+
readonly borderWidth: 1;
|
|
4305
|
+
};
|
|
4306
|
+
};
|
|
4307
|
+
readonly knob: {
|
|
4308
|
+
readonly xl: {
|
|
4309
|
+
readonly borderRadius: 2;
|
|
4310
|
+
};
|
|
4311
|
+
readonly lg: {
|
|
4312
|
+
readonly borderRadius: 2;
|
|
4313
|
+
};
|
|
4314
|
+
readonly md: {
|
|
4315
|
+
readonly borderRadius: 2;
|
|
4316
|
+
};
|
|
4317
|
+
readonly sm: {
|
|
4318
|
+
readonly borderRadius: 2;
|
|
4319
|
+
};
|
|
4320
|
+
};
|
|
4321
|
+
readonly tabItem: {
|
|
4322
|
+
readonly xl: {
|
|
4323
|
+
readonly borderRadius: 8;
|
|
4324
|
+
};
|
|
4325
|
+
readonly lg: {
|
|
4326
|
+
readonly borderRadius: 8;
|
|
4327
|
+
};
|
|
4328
|
+
readonly md: {
|
|
4329
|
+
readonly borderRadius: 4;
|
|
4330
|
+
};
|
|
4331
|
+
readonly sm: {
|
|
4332
|
+
readonly borderRadius: 4;
|
|
4333
|
+
};
|
|
4334
|
+
};
|
|
4335
|
+
readonly tag: {
|
|
4336
|
+
readonly xl: {
|
|
4337
|
+
readonly borderRadius: 8;
|
|
4338
|
+
readonly borderWidth: 1;
|
|
4339
|
+
};
|
|
4340
|
+
readonly lg: {
|
|
4341
|
+
readonly borderRadius: 8;
|
|
4342
|
+
readonly borderWidth: 1;
|
|
4343
|
+
};
|
|
4344
|
+
readonly md: {
|
|
4345
|
+
readonly borderRadius: 6;
|
|
4346
|
+
readonly borderWidth: 1;
|
|
4347
|
+
};
|
|
4348
|
+
readonly sm: {
|
|
4349
|
+
readonly borderRadius: 4;
|
|
4350
|
+
readonly borderWidth: 1;
|
|
4351
|
+
};
|
|
4352
|
+
readonly xs: {
|
|
4353
|
+
readonly borderRadius: 4;
|
|
4354
|
+
readonly borderWidth: 1;
|
|
4355
|
+
};
|
|
4356
|
+
readonly label: {
|
|
4357
|
+
readonly borderRadius: 0;
|
|
4358
|
+
};
|
|
4359
|
+
};
|
|
4360
|
+
readonly tooltip: {
|
|
4361
|
+
readonly xl: {
|
|
4362
|
+
readonly borderRadius: 8;
|
|
4363
|
+
};
|
|
4364
|
+
readonly lg: {
|
|
4365
|
+
readonly borderRadius: 8;
|
|
4366
|
+
};
|
|
4367
|
+
readonly md: {
|
|
4368
|
+
readonly borderRadius: 8;
|
|
4369
|
+
};
|
|
4370
|
+
readonly sm: {
|
|
4371
|
+
readonly borderRadius: 4;
|
|
4372
|
+
};
|
|
4373
|
+
};
|
|
4374
|
+
readonly radio: {
|
|
4375
|
+
readonly xl: {
|
|
4376
|
+
readonly borderRadius: 999;
|
|
4377
|
+
readonly borderWidth: 1;
|
|
4378
|
+
};
|
|
4379
|
+
readonly lg: {
|
|
4380
|
+
readonly borderRadius: 999;
|
|
4381
|
+
readonly borderWidth: 1;
|
|
4382
|
+
};
|
|
4383
|
+
readonly md: {
|
|
4384
|
+
readonly borderRadius: 999;
|
|
4385
|
+
readonly borderWidth: 1;
|
|
4386
|
+
};
|
|
4387
|
+
readonly sm: {
|
|
4388
|
+
readonly borderRadius: 999;
|
|
4389
|
+
readonly borderWidth: 1;
|
|
4390
|
+
};
|
|
4391
|
+
};
|
|
4392
|
+
readonly contextMenu: {
|
|
4393
|
+
readonly xl: {
|
|
4394
|
+
readonly borderRadius: 8;
|
|
4395
|
+
};
|
|
4396
|
+
readonly lg: {
|
|
4397
|
+
readonly borderRadius: 8;
|
|
4398
|
+
};
|
|
4399
|
+
readonly md: {
|
|
4400
|
+
readonly borderRadius: 8;
|
|
4401
|
+
};
|
|
4402
|
+
readonly sm: {
|
|
4403
|
+
readonly borderRadius: 4;
|
|
4404
|
+
};
|
|
4405
|
+
readonly xs: {
|
|
4406
|
+
readonly borderRadius: 4;
|
|
4407
|
+
};
|
|
4408
|
+
};
|
|
4409
|
+
readonly avatar: {
|
|
4410
|
+
readonly xl: {
|
|
4411
|
+
readonly borderRadius: 8;
|
|
4412
|
+
readonly borderWidth: 2;
|
|
4413
|
+
};
|
|
4414
|
+
readonly lg: {
|
|
4415
|
+
readonly borderRadius: 6;
|
|
4416
|
+
readonly borderWidth: 2;
|
|
4417
|
+
};
|
|
4418
|
+
readonly md: {
|
|
4419
|
+
readonly borderRadius: 6;
|
|
4420
|
+
readonly borderWidth: 2;
|
|
4421
|
+
};
|
|
4422
|
+
readonly sm: {
|
|
4423
|
+
readonly borderRadius: 4;
|
|
4424
|
+
readonly borderWidth: 2;
|
|
4425
|
+
};
|
|
4426
|
+
readonly xs: {
|
|
4427
|
+
readonly borderRadius: 4;
|
|
4428
|
+
readonly borderWidth: 2;
|
|
4429
|
+
};
|
|
4430
|
+
readonly xxs: {
|
|
4431
|
+
readonly borderRadius: 2;
|
|
4432
|
+
readonly borderWidth: 2;
|
|
4433
|
+
};
|
|
4434
|
+
};
|
|
4435
|
+
readonly modal: {
|
|
4436
|
+
readonly borderRadius: 8;
|
|
4437
|
+
};
|
|
4438
|
+
readonly toast: {
|
|
4439
|
+
readonly borderRadius: 4;
|
|
4440
|
+
};
|
|
4441
|
+
readonly toggleButtonGroup: {
|
|
4442
|
+
readonly xl: {
|
|
4443
|
+
readonly borderRadius: 8;
|
|
4444
|
+
readonly borderWidth: 1;
|
|
4445
|
+
};
|
|
4446
|
+
readonly lg: {
|
|
4447
|
+
readonly borderRadius: 8;
|
|
4448
|
+
readonly borderWidth: 1;
|
|
4449
|
+
};
|
|
4450
|
+
readonly md: {
|
|
4451
|
+
readonly borderRadius: 6;
|
|
4452
|
+
readonly borderWidth: 1;
|
|
4453
|
+
};
|
|
4454
|
+
readonly sm: {
|
|
4455
|
+
readonly borderRadius: 4;
|
|
4456
|
+
readonly borderWidth: 1;
|
|
4457
|
+
};
|
|
4458
|
+
readonly xs: {
|
|
4459
|
+
readonly borderRadius: 4;
|
|
4460
|
+
readonly borderWidth: 1;
|
|
4461
|
+
};
|
|
4462
|
+
};
|
|
4463
|
+
readonly tagLabel: {
|
|
4464
|
+
readonly borderRadius: 0;
|
|
4465
|
+
};
|
|
3926
4466
|
};
|
|
3927
4467
|
shadow: {
|
|
3928
4468
|
active: string;
|
|
@@ -3956,7 +4496,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
3956
4496
|
iconContainerSize: number;
|
|
3957
4497
|
iconPadding: number;
|
|
3958
4498
|
loadingPadding: number;
|
|
3959
|
-
borderRadius:
|
|
4499
|
+
borderRadius: 8;
|
|
3960
4500
|
labelIconSize: number;
|
|
3961
4501
|
labelIconGap: number;
|
|
3962
4502
|
} | {
|
|
@@ -3969,7 +4509,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
3969
4509
|
iconContainerSize: number;
|
|
3970
4510
|
iconPadding: number;
|
|
3971
4511
|
loadingPadding: number;
|
|
3972
|
-
borderRadius:
|
|
4512
|
+
borderRadius: 8;
|
|
3973
4513
|
labelIconSize: number;
|
|
3974
4514
|
labelIconGap: number;
|
|
3975
4515
|
} | {
|
|
@@ -3982,7 +4522,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
3982
4522
|
iconContainerSize: number;
|
|
3983
4523
|
iconPadding: number;
|
|
3984
4524
|
loadingPadding: number;
|
|
3985
|
-
borderRadius:
|
|
4525
|
+
borderRadius: 6;
|
|
3986
4526
|
labelIconSize: number;
|
|
3987
4527
|
labelIconGap: number;
|
|
3988
4528
|
} | {
|
|
@@ -3995,7 +4535,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
3995
4535
|
iconContainerSize: number;
|
|
3996
4536
|
iconPadding: number;
|
|
3997
4537
|
loadingPadding: number;
|
|
3998
|
-
borderRadius:
|
|
4538
|
+
borderRadius: 4;
|
|
3999
4539
|
labelIconSize: number;
|
|
4000
4540
|
labelIconGap: number;
|
|
4001
4541
|
} | {
|
|
@@ -4008,7 +4548,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4008
4548
|
iconContainerSize: number;
|
|
4009
4549
|
iconPadding: number;
|
|
4010
4550
|
loadingPadding: number;
|
|
4011
|
-
borderRadius:
|
|
4551
|
+
borderRadius: 4;
|
|
4012
4552
|
labelIconSize: number;
|
|
4013
4553
|
labelIconGap: number;
|
|
4014
4554
|
};
|
|
@@ -4018,35 +4558,35 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4018
4558
|
fontSize: number;
|
|
4019
4559
|
spinnerSize: number;
|
|
4020
4560
|
iconSize: number;
|
|
4021
|
-
borderRadius:
|
|
4561
|
+
borderRadius: 4;
|
|
4022
4562
|
} | {
|
|
4023
4563
|
height: number;
|
|
4024
4564
|
padding: number;
|
|
4025
4565
|
fontSize: number;
|
|
4026
4566
|
spinnerSize: number;
|
|
4027
4567
|
iconSize: number;
|
|
4028
|
-
borderRadius:
|
|
4568
|
+
borderRadius: 4;
|
|
4029
4569
|
} | {
|
|
4030
4570
|
height: number;
|
|
4031
4571
|
padding: number;
|
|
4032
4572
|
fontSize: number;
|
|
4033
4573
|
spinnerSize: number;
|
|
4034
4574
|
iconSize: number;
|
|
4035
|
-
borderRadius:
|
|
4575
|
+
borderRadius: 2;
|
|
4036
4576
|
} | {
|
|
4037
4577
|
height: number;
|
|
4038
4578
|
padding: number;
|
|
4039
4579
|
fontSize: number;
|
|
4040
4580
|
spinnerSize: number;
|
|
4041
4581
|
iconSize: number;
|
|
4042
|
-
borderRadius:
|
|
4582
|
+
borderRadius: 2;
|
|
4043
4583
|
} | {
|
|
4044
4584
|
height: number;
|
|
4045
4585
|
padding: number;
|
|
4046
4586
|
fontSize: number;
|
|
4047
4587
|
spinnerSize: number;
|
|
4048
4588
|
iconSize: number;
|
|
4049
|
-
borderRadius:
|
|
4589
|
+
borderRadius: 2;
|
|
4050
4590
|
};
|
|
4051
4591
|
checkbox: (size: "xl" | "lg" | "md" | "sm") => {
|
|
4052
4592
|
size: number;
|
|
@@ -4054,28 +4594,28 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4054
4594
|
descriptionFontSize: number;
|
|
4055
4595
|
labelGap: number;
|
|
4056
4596
|
textGap: number;
|
|
4057
|
-
borderRadius:
|
|
4597
|
+
borderRadius: 4;
|
|
4058
4598
|
} | {
|
|
4059
4599
|
size: number;
|
|
4060
4600
|
fontSize: number;
|
|
4061
4601
|
descriptionFontSize: number;
|
|
4062
4602
|
labelGap: number;
|
|
4063
4603
|
textGap: number;
|
|
4064
|
-
borderRadius:
|
|
4604
|
+
borderRadius: 4;
|
|
4065
4605
|
} | {
|
|
4066
4606
|
size: number;
|
|
4067
4607
|
fontSize: number;
|
|
4068
4608
|
descriptionFontSize: number;
|
|
4069
4609
|
labelGap: number;
|
|
4070
4610
|
textGap: number;
|
|
4071
|
-
borderRadius:
|
|
4611
|
+
borderRadius: 4;
|
|
4072
4612
|
} | {
|
|
4073
4613
|
size: number;
|
|
4074
4614
|
fontSize: number;
|
|
4075
4615
|
descriptionFontSize: number;
|
|
4076
4616
|
labelGap: number;
|
|
4077
4617
|
textGap: number;
|
|
4078
|
-
borderRadius:
|
|
4618
|
+
borderRadius: 4;
|
|
4079
4619
|
};
|
|
4080
4620
|
radio: (size: "xl" | "lg" | "md" | "sm") => {
|
|
4081
4621
|
size: number;
|
|
@@ -4124,7 +4664,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4124
4664
|
paddingHorizontal: number;
|
|
4125
4665
|
fontSize: number;
|
|
4126
4666
|
iconSize: number;
|
|
4127
|
-
radius:
|
|
4667
|
+
radius: 8;
|
|
4128
4668
|
borderWidth: number;
|
|
4129
4669
|
fieldGap: number;
|
|
4130
4670
|
lineHeight: number;
|
|
@@ -4134,7 +4674,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4134
4674
|
paddingHorizontal: number;
|
|
4135
4675
|
fontSize: number;
|
|
4136
4676
|
iconSize: number;
|
|
4137
|
-
radius:
|
|
4677
|
+
radius: 8;
|
|
4138
4678
|
borderWidth: number;
|
|
4139
4679
|
fieldGap: number;
|
|
4140
4680
|
lineHeight: number;
|
|
@@ -4144,7 +4684,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4144
4684
|
paddingHorizontal: number;
|
|
4145
4685
|
fontSize: number;
|
|
4146
4686
|
iconSize: number;
|
|
4147
|
-
radius:
|
|
4687
|
+
radius: 8;
|
|
4148
4688
|
borderWidth: number;
|
|
4149
4689
|
fieldGap: number;
|
|
4150
4690
|
lineHeight: number;
|
|
@@ -4154,7 +4694,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4154
4694
|
paddingHorizontal: number;
|
|
4155
4695
|
fontSize: number;
|
|
4156
4696
|
iconSize: number;
|
|
4157
|
-
radius:
|
|
4697
|
+
radius: 4;
|
|
4158
4698
|
borderWidth: number;
|
|
4159
4699
|
fieldGap: number;
|
|
4160
4700
|
lineHeight: number;
|
|
@@ -4164,7 +4704,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4164
4704
|
paddingHorizontal: number;
|
|
4165
4705
|
fontSize: number;
|
|
4166
4706
|
iconSize: number;
|
|
4167
|
-
radius:
|
|
4707
|
+
radius: 4;
|
|
4168
4708
|
borderWidth: number;
|
|
4169
4709
|
fieldGap: number;
|
|
4170
4710
|
lineHeight: number;
|
|
@@ -4181,7 +4721,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4181
4721
|
errorFontSize: number;
|
|
4182
4722
|
errorLineHeight: number;
|
|
4183
4723
|
errorGap: number;
|
|
4184
|
-
radius:
|
|
4724
|
+
radius: 8;
|
|
4185
4725
|
borderWidth: number;
|
|
4186
4726
|
} | {
|
|
4187
4727
|
box: number;
|
|
@@ -4195,7 +4735,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4195
4735
|
errorFontSize: number;
|
|
4196
4736
|
errorLineHeight: number;
|
|
4197
4737
|
errorGap: number;
|
|
4198
|
-
radius:
|
|
4738
|
+
radius: 8;
|
|
4199
4739
|
borderWidth: number;
|
|
4200
4740
|
} | {
|
|
4201
4741
|
box: number;
|
|
@@ -4209,7 +4749,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4209
4749
|
errorFontSize: number;
|
|
4210
4750
|
errorLineHeight: number;
|
|
4211
4751
|
errorGap: number;
|
|
4212
|
-
radius:
|
|
4752
|
+
radius: 8;
|
|
4213
4753
|
borderWidth: number;
|
|
4214
4754
|
} | {
|
|
4215
4755
|
box: number;
|
|
@@ -4223,7 +4763,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4223
4763
|
errorFontSize: number;
|
|
4224
4764
|
errorLineHeight: number;
|
|
4225
4765
|
errorGap: number;
|
|
4226
|
-
radius:
|
|
4766
|
+
radius: 4;
|
|
4227
4767
|
borderWidth: number;
|
|
4228
4768
|
} | {
|
|
4229
4769
|
box: number;
|
|
@@ -4237,7 +4777,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4237
4777
|
errorFontSize: number;
|
|
4238
4778
|
errorLineHeight: number;
|
|
4239
4779
|
errorGap: number;
|
|
4240
|
-
radius:
|
|
4780
|
+
radius: 4;
|
|
4241
4781
|
borderWidth: number;
|
|
4242
4782
|
};
|
|
4243
4783
|
dragDropUploader: (size: "xl" | "lg" | "md" | "sm" | "xs") => {
|
|
@@ -4385,35 +4925,35 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4385
4925
|
size: number;
|
|
4386
4926
|
gap: number;
|
|
4387
4927
|
fontSize: number;
|
|
4388
|
-
radius:
|
|
4928
|
+
radius: 8;
|
|
4389
4929
|
borderWidth: number;
|
|
4390
4930
|
fieldGap: number;
|
|
4391
4931
|
} | {
|
|
4392
4932
|
size: number;
|
|
4393
4933
|
gap: number;
|
|
4394
4934
|
fontSize: number;
|
|
4395
|
-
radius:
|
|
4935
|
+
radius: 8;
|
|
4396
4936
|
borderWidth: number;
|
|
4397
4937
|
fieldGap: number;
|
|
4398
4938
|
} | {
|
|
4399
4939
|
size: number;
|
|
4400
4940
|
gap: number;
|
|
4401
4941
|
fontSize: number;
|
|
4402
|
-
radius:
|
|
4942
|
+
radius: 8;
|
|
4403
4943
|
borderWidth: number;
|
|
4404
4944
|
fieldGap: number;
|
|
4405
4945
|
} | {
|
|
4406
4946
|
size: number;
|
|
4407
4947
|
gap: number;
|
|
4408
4948
|
fontSize: number;
|
|
4409
|
-
radius:
|
|
4949
|
+
radius: 4;
|
|
4410
4950
|
borderWidth: number;
|
|
4411
4951
|
fieldGap: number;
|
|
4412
4952
|
} | {
|
|
4413
4953
|
size: number;
|
|
4414
4954
|
gap: number;
|
|
4415
4955
|
fontSize: number;
|
|
4416
|
-
radius:
|
|
4956
|
+
radius: 4;
|
|
4417
4957
|
borderWidth: number;
|
|
4418
4958
|
fieldGap: number;
|
|
4419
4959
|
};
|
|
@@ -4422,31 +4962,31 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4422
4962
|
padding: number;
|
|
4423
4963
|
fontSize: number;
|
|
4424
4964
|
iconSize: number;
|
|
4425
|
-
radius:
|
|
4965
|
+
radius: 8;
|
|
4426
4966
|
} | {
|
|
4427
4967
|
height: number;
|
|
4428
4968
|
padding: number;
|
|
4429
4969
|
fontSize: number;
|
|
4430
4970
|
iconSize: number;
|
|
4431
|
-
radius:
|
|
4971
|
+
radius: 8;
|
|
4432
4972
|
} | {
|
|
4433
4973
|
height: number;
|
|
4434
4974
|
padding: number;
|
|
4435
4975
|
fontSize: number;
|
|
4436
4976
|
iconSize: number;
|
|
4437
|
-
radius:
|
|
4977
|
+
radius: 8;
|
|
4438
4978
|
} | {
|
|
4439
4979
|
height: number;
|
|
4440
4980
|
padding: number;
|
|
4441
4981
|
fontSize: number;
|
|
4442
4982
|
iconSize: number;
|
|
4443
|
-
radius:
|
|
4983
|
+
radius: 4;
|
|
4444
4984
|
} | {
|
|
4445
4985
|
height: number;
|
|
4446
4986
|
padding: number;
|
|
4447
4987
|
fontSize: number;
|
|
4448
4988
|
iconSize: number;
|
|
4449
|
-
radius:
|
|
4989
|
+
radius: 4;
|
|
4450
4990
|
};
|
|
4451
4991
|
switch: (size: "xl" | "lg" | "md" | "sm") => {
|
|
4452
4992
|
width: number;
|
|
@@ -4458,8 +4998,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4458
4998
|
descriptionLineHeight: number;
|
|
4459
4999
|
labelGap: number;
|
|
4460
5000
|
textGap: number;
|
|
4461
|
-
frameBorderRadius:
|
|
4462
|
-
knobBorderRadius:
|
|
5001
|
+
frameBorderRadius: 4;
|
|
5002
|
+
knobBorderRadius: 2;
|
|
4463
5003
|
} | {
|
|
4464
5004
|
width: number;
|
|
4465
5005
|
height: number;
|
|
@@ -4470,8 +5010,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4470
5010
|
descriptionLineHeight: number;
|
|
4471
5011
|
labelGap: number;
|
|
4472
5012
|
textGap: number;
|
|
4473
|
-
frameBorderRadius:
|
|
4474
|
-
knobBorderRadius:
|
|
5013
|
+
frameBorderRadius: 4;
|
|
5014
|
+
knobBorderRadius: 2;
|
|
4475
5015
|
} | {
|
|
4476
5016
|
width: number;
|
|
4477
5017
|
height: number;
|
|
@@ -4482,8 +5022,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4482
5022
|
descriptionLineHeight: number;
|
|
4483
5023
|
labelGap: number;
|
|
4484
5024
|
textGap: number;
|
|
4485
|
-
frameBorderRadius:
|
|
4486
|
-
knobBorderRadius:
|
|
5025
|
+
frameBorderRadius: 4;
|
|
5026
|
+
knobBorderRadius: 2;
|
|
4487
5027
|
} | {
|
|
4488
5028
|
width: number;
|
|
4489
5029
|
height: number;
|
|
@@ -4494,8 +5034,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4494
5034
|
descriptionLineHeight: number;
|
|
4495
5035
|
labelGap: number;
|
|
4496
5036
|
textGap: number;
|
|
4497
|
-
frameBorderRadius:
|
|
4498
|
-
knobBorderRadius:
|
|
5037
|
+
frameBorderRadius: 4;
|
|
5038
|
+
knobBorderRadius: 2;
|
|
4499
5039
|
};
|
|
4500
5040
|
avatar: (size: "xl" | "lg" | "md" | "sm" | "xs" | "xxs") => {
|
|
4501
5041
|
size: number;
|
|
@@ -4510,8 +5050,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4510
5050
|
right: number;
|
|
4511
5051
|
top: number;
|
|
4512
5052
|
};
|
|
4513
|
-
borderRadiusSquare:
|
|
4514
|
-
borderRadiusCircle:
|
|
5053
|
+
borderRadiusSquare: 8;
|
|
5054
|
+
borderRadiusCircle: 999;
|
|
4515
5055
|
} | {
|
|
4516
5056
|
size: number;
|
|
4517
5057
|
fontSize: number;
|
|
@@ -4525,8 +5065,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4525
5065
|
right: number;
|
|
4526
5066
|
top: number;
|
|
4527
5067
|
};
|
|
4528
|
-
borderRadiusSquare:
|
|
4529
|
-
borderRadiusCircle:
|
|
5068
|
+
borderRadiusSquare: 6;
|
|
5069
|
+
borderRadiusCircle: 999;
|
|
4530
5070
|
} | {
|
|
4531
5071
|
size: number;
|
|
4532
5072
|
fontSize: number;
|
|
@@ -4540,8 +5080,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4540
5080
|
right: number;
|
|
4541
5081
|
top: number;
|
|
4542
5082
|
};
|
|
4543
|
-
borderRadiusSquare:
|
|
4544
|
-
borderRadiusCircle:
|
|
5083
|
+
borderRadiusSquare: 6;
|
|
5084
|
+
borderRadiusCircle: 999;
|
|
4545
5085
|
} | {
|
|
4546
5086
|
size: number;
|
|
4547
5087
|
fontSize: number;
|
|
@@ -4555,8 +5095,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4555
5095
|
right: number;
|
|
4556
5096
|
top: number;
|
|
4557
5097
|
};
|
|
4558
|
-
borderRadiusSquare:
|
|
4559
|
-
borderRadiusCircle:
|
|
5098
|
+
borderRadiusSquare: 4;
|
|
5099
|
+
borderRadiusCircle: 999;
|
|
4560
5100
|
} | {
|
|
4561
5101
|
size: number;
|
|
4562
5102
|
fontSize: number;
|
|
@@ -4570,8 +5110,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4570
5110
|
right: number;
|
|
4571
5111
|
top: number;
|
|
4572
5112
|
};
|
|
4573
|
-
borderRadiusSquare:
|
|
4574
|
-
borderRadiusCircle:
|
|
5113
|
+
borderRadiusSquare: 4;
|
|
5114
|
+
borderRadiusCircle: 999;
|
|
4575
5115
|
} | {
|
|
4576
5116
|
size: number;
|
|
4577
5117
|
fontSize: number;
|
|
@@ -4585,8 +5125,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4585
5125
|
right: number;
|
|
4586
5126
|
top: number;
|
|
4587
5127
|
};
|
|
4588
|
-
borderRadiusSquare:
|
|
4589
|
-
borderRadiusCircle:
|
|
5128
|
+
borderRadiusSquare: 2;
|
|
5129
|
+
borderRadiusCircle: 999;
|
|
4590
5130
|
};
|
|
4591
5131
|
tag: (size: "xl" | "lg" | "md" | "sm" | "xs") => {
|
|
4592
5132
|
height: number;
|
|
@@ -4595,7 +5135,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4595
5135
|
lineHeight: number;
|
|
4596
5136
|
gap: number;
|
|
4597
5137
|
iconSize: number;
|
|
4598
|
-
radius:
|
|
5138
|
+
radius: 8;
|
|
4599
5139
|
borderWidth: number;
|
|
4600
5140
|
} | {
|
|
4601
5141
|
height: number;
|
|
@@ -4604,7 +5144,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4604
5144
|
lineHeight: number;
|
|
4605
5145
|
gap: number;
|
|
4606
5146
|
iconSize: number;
|
|
4607
|
-
radius:
|
|
5147
|
+
radius: 8;
|
|
4608
5148
|
borderWidth: number;
|
|
4609
5149
|
} | {
|
|
4610
5150
|
height: number;
|
|
@@ -4613,7 +5153,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4613
5153
|
lineHeight: number;
|
|
4614
5154
|
gap: number;
|
|
4615
5155
|
iconSize: number;
|
|
4616
|
-
radius:
|
|
5156
|
+
radius: 6;
|
|
4617
5157
|
borderWidth: number;
|
|
4618
5158
|
} | {
|
|
4619
5159
|
height: number;
|
|
@@ -4622,7 +5162,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4622
5162
|
lineHeight: number;
|
|
4623
5163
|
gap: number;
|
|
4624
5164
|
iconSize: number;
|
|
4625
|
-
radius:
|
|
5165
|
+
radius: 4;
|
|
4626
5166
|
borderWidth: number;
|
|
4627
5167
|
} | {
|
|
4628
5168
|
height: number;
|
|
@@ -4631,7 +5171,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4631
5171
|
lineHeight: number;
|
|
4632
5172
|
gap: number;
|
|
4633
5173
|
iconSize: number;
|
|
4634
|
-
radius:
|
|
5174
|
+
radius: 4;
|
|
4635
5175
|
borderWidth: number;
|
|
4636
5176
|
};
|
|
4637
5177
|
divider: (size: "lg" | "md" | "sm") => {
|
|
@@ -4695,11 +5235,11 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4695
5235
|
segmented: (size: "xl" | "lg" | "md" | "sm") => {
|
|
4696
5236
|
height: number;
|
|
4697
5237
|
containerPadding: number;
|
|
4698
|
-
containerRadius:
|
|
5238
|
+
containerRadius: 8;
|
|
4699
5239
|
itemHeight: number;
|
|
4700
5240
|
itemPaddingHorizontal: number;
|
|
4701
5241
|
itemPaddingVertical: number;
|
|
4702
|
-
itemRadius:
|
|
5242
|
+
itemRadius: 4;
|
|
4703
5243
|
fontSize: number;
|
|
4704
5244
|
lineHeight: number;
|
|
4705
5245
|
iconSize: number;
|
|
@@ -4707,11 +5247,11 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4707
5247
|
} | {
|
|
4708
5248
|
height: number;
|
|
4709
5249
|
containerPadding: number;
|
|
4710
|
-
containerRadius:
|
|
5250
|
+
containerRadius: 8;
|
|
4711
5251
|
itemHeight: number;
|
|
4712
5252
|
itemPaddingHorizontal: number;
|
|
4713
5253
|
itemPaddingVertical: number;
|
|
4714
|
-
itemRadius:
|
|
5254
|
+
itemRadius: 4;
|
|
4715
5255
|
fontSize: number;
|
|
4716
5256
|
lineHeight: number;
|
|
4717
5257
|
iconSize: number;
|
|
@@ -4719,11 +5259,11 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4719
5259
|
} | {
|
|
4720
5260
|
height: number;
|
|
4721
5261
|
containerPadding: number;
|
|
4722
|
-
containerRadius:
|
|
5262
|
+
containerRadius: 8;
|
|
4723
5263
|
itemHeight: number;
|
|
4724
5264
|
itemPaddingHorizontal: number;
|
|
4725
5265
|
itemPaddingVertical: number;
|
|
4726
|
-
itemRadius:
|
|
5266
|
+
itemRadius: 4;
|
|
4727
5267
|
fontSize: number;
|
|
4728
5268
|
lineHeight: number;
|
|
4729
5269
|
iconSize: number;
|
|
@@ -4731,11 +5271,11 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4731
5271
|
} | {
|
|
4732
5272
|
height: number;
|
|
4733
5273
|
containerPadding: number;
|
|
4734
|
-
containerRadius:
|
|
5274
|
+
containerRadius: 4;
|
|
4735
5275
|
itemHeight: number;
|
|
4736
5276
|
itemPaddingHorizontal: number;
|
|
4737
5277
|
itemPaddingVertical: number;
|
|
4738
|
-
itemRadius:
|
|
5278
|
+
itemRadius: 2;
|
|
4739
5279
|
fontSize: number;
|
|
4740
5280
|
lineHeight: number;
|
|
4741
5281
|
iconSize: number;
|
|
@@ -4744,10 +5284,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4744
5284
|
tabsSegmented: (size: "xl" | "lg" | "md" | "sm") => {
|
|
4745
5285
|
height: number;
|
|
4746
5286
|
containerPadding: number;
|
|
4747
|
-
containerRadius: number;
|
|
4748
5287
|
itemPaddingHorizontal: number;
|
|
4749
5288
|
itemPaddingVertical: number;
|
|
4750
|
-
itemRadius: number;
|
|
4751
5289
|
fontSize: number;
|
|
4752
5290
|
lineHeight: number;
|
|
4753
5291
|
iconSize: number;
|
|
@@ -4755,10 +5293,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4755
5293
|
} | {
|
|
4756
5294
|
height: number;
|
|
4757
5295
|
containerPadding: number;
|
|
4758
|
-
containerRadius: number;
|
|
4759
5296
|
itemPaddingHorizontal: number;
|
|
4760
5297
|
itemPaddingVertical: number;
|
|
4761
|
-
itemRadius: number;
|
|
4762
5298
|
fontSize: number;
|
|
4763
5299
|
lineHeight: number;
|
|
4764
5300
|
iconSize: number;
|
|
@@ -4766,10 +5302,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4766
5302
|
} | {
|
|
4767
5303
|
height: number;
|
|
4768
5304
|
containerPadding: number;
|
|
4769
|
-
containerRadius: number;
|
|
4770
5305
|
itemPaddingHorizontal: number;
|
|
4771
5306
|
itemPaddingVertical: number;
|
|
4772
|
-
itemRadius: number;
|
|
4773
5307
|
fontSize: number;
|
|
4774
5308
|
lineHeight: number;
|
|
4775
5309
|
iconSize: number;
|
|
@@ -4777,10 +5311,8 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4777
5311
|
} | {
|
|
4778
5312
|
height: number;
|
|
4779
5313
|
containerPadding: number;
|
|
4780
|
-
containerRadius: number;
|
|
4781
5314
|
itemPaddingHorizontal: number;
|
|
4782
5315
|
itemPaddingVertical: number;
|
|
4783
|
-
itemRadius: number;
|
|
4784
5316
|
fontSize: number;
|
|
4785
5317
|
lineHeight: number;
|
|
4786
5318
|
iconSize: number;
|
|
@@ -4793,7 +5325,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4793
5325
|
fontSize: number;
|
|
4794
5326
|
lineHeight: number;
|
|
4795
5327
|
gap: number;
|
|
4796
|
-
borderRadius:
|
|
5328
|
+
borderRadius: 4;
|
|
4797
5329
|
} | {
|
|
4798
5330
|
height: number;
|
|
4799
5331
|
paddingHorizontal: number;
|
|
@@ -4801,7 +5333,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4801
5333
|
fontSize: number;
|
|
4802
5334
|
lineHeight: number;
|
|
4803
5335
|
gap: number;
|
|
4804
|
-
borderRadius:
|
|
5336
|
+
borderRadius: 4;
|
|
4805
5337
|
} | {
|
|
4806
5338
|
height: number;
|
|
4807
5339
|
paddingHorizontal: number;
|
|
@@ -4809,7 +5341,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4809
5341
|
fontSize: number;
|
|
4810
5342
|
lineHeight: number;
|
|
4811
5343
|
gap: number;
|
|
4812
|
-
borderRadius:
|
|
5344
|
+
borderRadius: 2;
|
|
4813
5345
|
} | {
|
|
4814
5346
|
height: number;
|
|
4815
5347
|
paddingHorizontal: number;
|
|
@@ -4817,7 +5349,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4817
5349
|
fontSize: number;
|
|
4818
5350
|
lineHeight: number;
|
|
4819
5351
|
gap: number;
|
|
4820
|
-
borderRadius:
|
|
5352
|
+
borderRadius: 2;
|
|
4821
5353
|
};
|
|
4822
5354
|
badge: (size: "xl" | "lg" | "md" | "sm" | "xs") => {
|
|
4823
5355
|
size: number;
|
|
@@ -4859,7 +5391,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4859
5391
|
messageSize: number;
|
|
4860
5392
|
iconSize: number;
|
|
4861
5393
|
iconWrapperSize: number;
|
|
4862
|
-
radius:
|
|
5394
|
+
radius: 4;
|
|
4863
5395
|
} | {
|
|
4864
5396
|
width: string;
|
|
4865
5397
|
paddingHorizontal: number;
|
|
@@ -4869,13 +5401,13 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
4869
5401
|
messageSize: number;
|
|
4870
5402
|
iconSize: number;
|
|
4871
5403
|
iconWrapperSize: number;
|
|
4872
|
-
radius:
|
|
5404
|
+
radius: 8;
|
|
4873
5405
|
};
|
|
4874
5406
|
notificationPanel: () => {
|
|
4875
5407
|
minHeight: number;
|
|
4876
5408
|
iconFrameWidth: number;
|
|
4877
5409
|
iconSize: number;
|
|
4878
|
-
borderRadius:
|
|
5410
|
+
borderRadius: 8;
|
|
4879
5411
|
bodyPaddingHorizontal: number;
|
|
4880
5412
|
bodyPaddingVertical: number;
|
|
4881
5413
|
textGap: number;
|
|
@@ -5089,7 +5621,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
5089
5621
|
searchIconSize: number;
|
|
5090
5622
|
};
|
|
5091
5623
|
modal: () => {
|
|
5092
|
-
borderRadius:
|
|
5624
|
+
borderRadius: 8;
|
|
5093
5625
|
headerPadding: string;
|
|
5094
5626
|
contentPadding: number;
|
|
5095
5627
|
headerButtonSize: "xs";
|
|
@@ -5217,7 +5749,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
5217
5749
|
minHeight: number;
|
|
5218
5750
|
paddingHorizontal: number;
|
|
5219
5751
|
paddingVertical: number;
|
|
5220
|
-
borderRadius:
|
|
5752
|
+
borderRadius: 4;
|
|
5221
5753
|
gap: number;
|
|
5222
5754
|
iconSize: number;
|
|
5223
5755
|
closeButtonSize: number;
|
|
@@ -5235,7 +5767,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
5235
5767
|
lineHeight: number;
|
|
5236
5768
|
iconSize: number;
|
|
5237
5769
|
gap: number;
|
|
5238
|
-
borderRadius:
|
|
5770
|
+
borderRadius: 8;
|
|
5239
5771
|
itemGap: number;
|
|
5240
5772
|
} | {
|
|
5241
5773
|
height: number;
|
|
@@ -5244,7 +5776,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
5244
5776
|
lineHeight: number;
|
|
5245
5777
|
iconSize: number;
|
|
5246
5778
|
gap: number;
|
|
5247
|
-
borderRadius:
|
|
5779
|
+
borderRadius: 8;
|
|
5248
5780
|
itemGap: number;
|
|
5249
5781
|
} | {
|
|
5250
5782
|
height: number;
|
|
@@ -5253,7 +5785,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
5253
5785
|
lineHeight: number;
|
|
5254
5786
|
iconSize: number;
|
|
5255
5787
|
gap: number;
|
|
5256
|
-
borderRadius:
|
|
5788
|
+
borderRadius: 6;
|
|
5257
5789
|
itemGap: number;
|
|
5258
5790
|
} | {
|
|
5259
5791
|
height: number;
|
|
@@ -5262,7 +5794,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
5262
5794
|
lineHeight: number;
|
|
5263
5795
|
iconSize: number;
|
|
5264
5796
|
gap: number;
|
|
5265
|
-
borderRadius:
|
|
5797
|
+
borderRadius: 4;
|
|
5266
5798
|
itemGap: number;
|
|
5267
5799
|
} | {
|
|
5268
5800
|
height: number;
|
|
@@ -5271,7 +5803,7 @@ declare const themeConfig: (mode?: ThemeMode, productContext?: ProductContext) =
|
|
|
5271
5803
|
lineHeight: number;
|
|
5272
5804
|
iconSize: number;
|
|
5273
5805
|
gap: number;
|
|
5274
|
-
borderRadius:
|
|
5806
|
+
borderRadius: 4;
|
|
5275
5807
|
itemGap: number;
|
|
5276
5808
|
};
|
|
5277
5809
|
table: {
|
|
@@ -5697,9 +6229,6 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
5697
6229
|
textCompact: string;
|
|
5698
6230
|
};
|
|
5699
6231
|
};
|
|
5700
|
-
toast: {
|
|
5701
|
-
bg: string;
|
|
5702
|
-
};
|
|
5703
6232
|
toggleButton: {
|
|
5704
6233
|
bg: string;
|
|
5705
6234
|
bgHover: string;
|
|
@@ -6099,9 +6628,6 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6099
6628
|
textCompact: string;
|
|
6100
6629
|
};
|
|
6101
6630
|
};
|
|
6102
|
-
toast: {
|
|
6103
|
-
bg: string;
|
|
6104
|
-
};
|
|
6105
6631
|
toggleButton: {
|
|
6106
6632
|
bg: string;
|
|
6107
6633
|
bgHover: string;
|
|
@@ -6501,9 +7027,6 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6501
7027
|
textCompact: string;
|
|
6502
7028
|
};
|
|
6503
7029
|
};
|
|
6504
|
-
toast: {
|
|
6505
|
-
bg: string;
|
|
6506
|
-
};
|
|
6507
7030
|
toggleButton: {
|
|
6508
7031
|
bg: string;
|
|
6509
7032
|
bgHover: string;
|
|
@@ -6536,17 +7059,282 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6536
7059
|
l: number;
|
|
6537
7060
|
xl: number;
|
|
6538
7061
|
};
|
|
6539
|
-
|
|
6540
|
-
button:
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
7062
|
+
shape: {
|
|
7063
|
+
readonly button: {
|
|
7064
|
+
readonly xl: {
|
|
7065
|
+
readonly borderRadius: 8;
|
|
7066
|
+
readonly borderWidth: 1;
|
|
7067
|
+
};
|
|
7068
|
+
readonly lg: {
|
|
7069
|
+
readonly borderRadius: 8;
|
|
7070
|
+
readonly borderWidth: 1;
|
|
7071
|
+
};
|
|
7072
|
+
readonly md: {
|
|
7073
|
+
readonly borderRadius: 6;
|
|
7074
|
+
readonly borderWidth: 1;
|
|
7075
|
+
};
|
|
7076
|
+
readonly sm: {
|
|
7077
|
+
readonly borderRadius: 4;
|
|
7078
|
+
readonly borderWidth: 1;
|
|
7079
|
+
};
|
|
7080
|
+
readonly xs: {
|
|
7081
|
+
readonly borderRadius: 4;
|
|
7082
|
+
readonly borderWidth: 1;
|
|
7083
|
+
};
|
|
7084
|
+
};
|
|
7085
|
+
readonly checkbox: {
|
|
7086
|
+
readonly xl: {
|
|
7087
|
+
readonly borderRadius: 4;
|
|
7088
|
+
readonly borderWidth: 1;
|
|
7089
|
+
};
|
|
7090
|
+
readonly lg: {
|
|
7091
|
+
readonly borderRadius: 4;
|
|
7092
|
+
readonly borderWidth: 1;
|
|
7093
|
+
};
|
|
7094
|
+
readonly md: {
|
|
7095
|
+
readonly borderRadius: 4;
|
|
7096
|
+
readonly borderWidth: 1;
|
|
7097
|
+
};
|
|
7098
|
+
readonly sm: {
|
|
7099
|
+
readonly borderRadius: 4;
|
|
7100
|
+
readonly borderWidth: 1;
|
|
7101
|
+
};
|
|
7102
|
+
};
|
|
7103
|
+
readonly input: {
|
|
7104
|
+
readonly xl: {
|
|
7105
|
+
readonly borderRadius: 8;
|
|
7106
|
+
readonly borderWidth: 1;
|
|
7107
|
+
};
|
|
7108
|
+
readonly lg: {
|
|
7109
|
+
readonly borderRadius: 8;
|
|
7110
|
+
readonly borderWidth: 1;
|
|
7111
|
+
};
|
|
7112
|
+
readonly md: {
|
|
7113
|
+
readonly borderRadius: 8;
|
|
7114
|
+
readonly borderWidth: 1;
|
|
7115
|
+
};
|
|
7116
|
+
readonly sm: {
|
|
7117
|
+
readonly borderRadius: 4;
|
|
7118
|
+
readonly borderWidth: 1;
|
|
7119
|
+
};
|
|
7120
|
+
readonly xs: {
|
|
7121
|
+
readonly borderRadius: 4;
|
|
7122
|
+
readonly borderWidth: 1;
|
|
7123
|
+
};
|
|
7124
|
+
};
|
|
7125
|
+
readonly segmented: {
|
|
7126
|
+
readonly xl: {
|
|
7127
|
+
readonly borderRadius: 8;
|
|
7128
|
+
readonly borderWidth: 1;
|
|
7129
|
+
};
|
|
7130
|
+
readonly lg: {
|
|
7131
|
+
readonly borderRadius: 8;
|
|
7132
|
+
readonly borderWidth: 1;
|
|
7133
|
+
};
|
|
7134
|
+
readonly md: {
|
|
7135
|
+
readonly borderRadius: 8;
|
|
7136
|
+
readonly borderWidth: 1;
|
|
7137
|
+
};
|
|
7138
|
+
readonly sm: {
|
|
7139
|
+
readonly borderRadius: 4;
|
|
7140
|
+
readonly borderWidth: 1;
|
|
7141
|
+
};
|
|
7142
|
+
};
|
|
7143
|
+
readonly segmentedItem: {
|
|
7144
|
+
readonly xl: {
|
|
7145
|
+
readonly borderRadius: 4;
|
|
7146
|
+
readonly borderWidth: 1;
|
|
7147
|
+
};
|
|
7148
|
+
readonly lg: {
|
|
7149
|
+
readonly borderRadius: 4;
|
|
7150
|
+
readonly borderWidth: 1;
|
|
7151
|
+
};
|
|
7152
|
+
readonly md: {
|
|
7153
|
+
readonly borderRadius: 4;
|
|
7154
|
+
readonly borderWidth: 1;
|
|
7155
|
+
};
|
|
7156
|
+
readonly sm: {
|
|
7157
|
+
readonly borderRadius: 2;
|
|
7158
|
+
readonly borderWidth: 1;
|
|
7159
|
+
};
|
|
7160
|
+
};
|
|
7161
|
+
readonly switch: {
|
|
7162
|
+
readonly xl: {
|
|
7163
|
+
readonly borderRadius: 4;
|
|
7164
|
+
readonly borderWidth: 1;
|
|
7165
|
+
};
|
|
7166
|
+
readonly lg: {
|
|
7167
|
+
readonly borderRadius: 4;
|
|
7168
|
+
readonly borderWidth: 1;
|
|
7169
|
+
};
|
|
7170
|
+
readonly md: {
|
|
7171
|
+
readonly borderRadius: 4;
|
|
7172
|
+
readonly borderWidth: 1;
|
|
7173
|
+
};
|
|
7174
|
+
readonly sm: {
|
|
7175
|
+
readonly borderRadius: 4;
|
|
7176
|
+
readonly borderWidth: 1;
|
|
7177
|
+
};
|
|
7178
|
+
};
|
|
7179
|
+
readonly knob: {
|
|
7180
|
+
readonly xl: {
|
|
7181
|
+
readonly borderRadius: 2;
|
|
7182
|
+
};
|
|
7183
|
+
readonly lg: {
|
|
7184
|
+
readonly borderRadius: 2;
|
|
7185
|
+
};
|
|
7186
|
+
readonly md: {
|
|
7187
|
+
readonly borderRadius: 2;
|
|
7188
|
+
};
|
|
7189
|
+
readonly sm: {
|
|
7190
|
+
readonly borderRadius: 2;
|
|
7191
|
+
};
|
|
7192
|
+
};
|
|
7193
|
+
readonly tabItem: {
|
|
7194
|
+
readonly xl: {
|
|
7195
|
+
readonly borderRadius: 8;
|
|
7196
|
+
};
|
|
7197
|
+
readonly lg: {
|
|
7198
|
+
readonly borderRadius: 8;
|
|
7199
|
+
};
|
|
7200
|
+
readonly md: {
|
|
7201
|
+
readonly borderRadius: 4;
|
|
7202
|
+
};
|
|
7203
|
+
readonly sm: {
|
|
7204
|
+
readonly borderRadius: 4;
|
|
7205
|
+
};
|
|
7206
|
+
};
|
|
7207
|
+
readonly tag: {
|
|
7208
|
+
readonly xl: {
|
|
7209
|
+
readonly borderRadius: 8;
|
|
7210
|
+
readonly borderWidth: 1;
|
|
7211
|
+
};
|
|
7212
|
+
readonly lg: {
|
|
7213
|
+
readonly borderRadius: 8;
|
|
7214
|
+
readonly borderWidth: 1;
|
|
7215
|
+
};
|
|
7216
|
+
readonly md: {
|
|
7217
|
+
readonly borderRadius: 6;
|
|
7218
|
+
readonly borderWidth: 1;
|
|
7219
|
+
};
|
|
7220
|
+
readonly sm: {
|
|
7221
|
+
readonly borderRadius: 4;
|
|
7222
|
+
readonly borderWidth: 1;
|
|
7223
|
+
};
|
|
7224
|
+
readonly xs: {
|
|
7225
|
+
readonly borderRadius: 4;
|
|
7226
|
+
readonly borderWidth: 1;
|
|
7227
|
+
};
|
|
7228
|
+
readonly label: {
|
|
7229
|
+
readonly borderRadius: 0;
|
|
7230
|
+
};
|
|
7231
|
+
};
|
|
7232
|
+
readonly tooltip: {
|
|
7233
|
+
readonly xl: {
|
|
7234
|
+
readonly borderRadius: 8;
|
|
7235
|
+
};
|
|
7236
|
+
readonly lg: {
|
|
7237
|
+
readonly borderRadius: 8;
|
|
7238
|
+
};
|
|
7239
|
+
readonly md: {
|
|
7240
|
+
readonly borderRadius: 8;
|
|
7241
|
+
};
|
|
7242
|
+
readonly sm: {
|
|
7243
|
+
readonly borderRadius: 4;
|
|
7244
|
+
};
|
|
7245
|
+
};
|
|
7246
|
+
readonly radio: {
|
|
7247
|
+
readonly xl: {
|
|
7248
|
+
readonly borderRadius: 999;
|
|
7249
|
+
readonly borderWidth: 1;
|
|
7250
|
+
};
|
|
7251
|
+
readonly lg: {
|
|
7252
|
+
readonly borderRadius: 999;
|
|
7253
|
+
readonly borderWidth: 1;
|
|
7254
|
+
};
|
|
7255
|
+
readonly md: {
|
|
7256
|
+
readonly borderRadius: 999;
|
|
7257
|
+
readonly borderWidth: 1;
|
|
7258
|
+
};
|
|
7259
|
+
readonly sm: {
|
|
7260
|
+
readonly borderRadius: 999;
|
|
7261
|
+
readonly borderWidth: 1;
|
|
7262
|
+
};
|
|
7263
|
+
};
|
|
7264
|
+
readonly contextMenu: {
|
|
7265
|
+
readonly xl: {
|
|
7266
|
+
readonly borderRadius: 8;
|
|
7267
|
+
};
|
|
7268
|
+
readonly lg: {
|
|
7269
|
+
readonly borderRadius: 8;
|
|
7270
|
+
};
|
|
7271
|
+
readonly md: {
|
|
7272
|
+
readonly borderRadius: 8;
|
|
7273
|
+
};
|
|
7274
|
+
readonly sm: {
|
|
7275
|
+
readonly borderRadius: 4;
|
|
7276
|
+
};
|
|
7277
|
+
readonly xs: {
|
|
7278
|
+
readonly borderRadius: 4;
|
|
7279
|
+
};
|
|
7280
|
+
};
|
|
7281
|
+
readonly avatar: {
|
|
7282
|
+
readonly xl: {
|
|
7283
|
+
readonly borderRadius: 8;
|
|
7284
|
+
readonly borderWidth: 2;
|
|
7285
|
+
};
|
|
7286
|
+
readonly lg: {
|
|
7287
|
+
readonly borderRadius: 6;
|
|
7288
|
+
readonly borderWidth: 2;
|
|
7289
|
+
};
|
|
7290
|
+
readonly md: {
|
|
7291
|
+
readonly borderRadius: 6;
|
|
7292
|
+
readonly borderWidth: 2;
|
|
7293
|
+
};
|
|
7294
|
+
readonly sm: {
|
|
7295
|
+
readonly borderRadius: 4;
|
|
7296
|
+
readonly borderWidth: 2;
|
|
7297
|
+
};
|
|
7298
|
+
readonly xs: {
|
|
7299
|
+
readonly borderRadius: 4;
|
|
7300
|
+
readonly borderWidth: 2;
|
|
7301
|
+
};
|
|
7302
|
+
readonly xxs: {
|
|
7303
|
+
readonly borderRadius: 2;
|
|
7304
|
+
readonly borderWidth: 2;
|
|
7305
|
+
};
|
|
7306
|
+
};
|
|
7307
|
+
readonly modal: {
|
|
7308
|
+
readonly borderRadius: 8;
|
|
7309
|
+
};
|
|
7310
|
+
readonly toast: {
|
|
7311
|
+
readonly borderRadius: 4;
|
|
7312
|
+
};
|
|
7313
|
+
readonly toggleButtonGroup: {
|
|
7314
|
+
readonly xl: {
|
|
7315
|
+
readonly borderRadius: 8;
|
|
7316
|
+
readonly borderWidth: 1;
|
|
7317
|
+
};
|
|
7318
|
+
readonly lg: {
|
|
7319
|
+
readonly borderRadius: 8;
|
|
7320
|
+
readonly borderWidth: 1;
|
|
7321
|
+
};
|
|
7322
|
+
readonly md: {
|
|
7323
|
+
readonly borderRadius: 6;
|
|
7324
|
+
readonly borderWidth: 1;
|
|
7325
|
+
};
|
|
7326
|
+
readonly sm: {
|
|
7327
|
+
readonly borderRadius: 4;
|
|
7328
|
+
readonly borderWidth: 1;
|
|
7329
|
+
};
|
|
7330
|
+
readonly xs: {
|
|
7331
|
+
readonly borderRadius: 4;
|
|
7332
|
+
readonly borderWidth: 1;
|
|
7333
|
+
};
|
|
7334
|
+
};
|
|
7335
|
+
readonly tagLabel: {
|
|
7336
|
+
readonly borderRadius: 0;
|
|
7337
|
+
};
|
|
6550
7338
|
};
|
|
6551
7339
|
shadow: {
|
|
6552
7340
|
active: string;
|
|
@@ -6580,7 +7368,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6580
7368
|
iconContainerSize: number;
|
|
6581
7369
|
iconPadding: number;
|
|
6582
7370
|
loadingPadding: number;
|
|
6583
|
-
borderRadius:
|
|
7371
|
+
borderRadius: 8;
|
|
6584
7372
|
labelIconSize: number;
|
|
6585
7373
|
labelIconGap: number;
|
|
6586
7374
|
} | {
|
|
@@ -6593,7 +7381,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6593
7381
|
iconContainerSize: number;
|
|
6594
7382
|
iconPadding: number;
|
|
6595
7383
|
loadingPadding: number;
|
|
6596
|
-
borderRadius:
|
|
7384
|
+
borderRadius: 8;
|
|
6597
7385
|
labelIconSize: number;
|
|
6598
7386
|
labelIconGap: number;
|
|
6599
7387
|
} | {
|
|
@@ -6606,7 +7394,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6606
7394
|
iconContainerSize: number;
|
|
6607
7395
|
iconPadding: number;
|
|
6608
7396
|
loadingPadding: number;
|
|
6609
|
-
borderRadius:
|
|
7397
|
+
borderRadius: 6;
|
|
6610
7398
|
labelIconSize: number;
|
|
6611
7399
|
labelIconGap: number;
|
|
6612
7400
|
} | {
|
|
@@ -6619,7 +7407,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6619
7407
|
iconContainerSize: number;
|
|
6620
7408
|
iconPadding: number;
|
|
6621
7409
|
loadingPadding: number;
|
|
6622
|
-
borderRadius:
|
|
7410
|
+
borderRadius: 4;
|
|
6623
7411
|
labelIconSize: number;
|
|
6624
7412
|
labelIconGap: number;
|
|
6625
7413
|
} | {
|
|
@@ -6632,7 +7420,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6632
7420
|
iconContainerSize: number;
|
|
6633
7421
|
iconPadding: number;
|
|
6634
7422
|
loadingPadding: number;
|
|
6635
|
-
borderRadius:
|
|
7423
|
+
borderRadius: 4;
|
|
6636
7424
|
labelIconSize: number;
|
|
6637
7425
|
labelIconGap: number;
|
|
6638
7426
|
};
|
|
@@ -6642,35 +7430,35 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6642
7430
|
fontSize: number;
|
|
6643
7431
|
spinnerSize: number;
|
|
6644
7432
|
iconSize: number;
|
|
6645
|
-
borderRadius:
|
|
7433
|
+
borderRadius: 4;
|
|
6646
7434
|
} | {
|
|
6647
7435
|
height: number;
|
|
6648
7436
|
padding: number;
|
|
6649
7437
|
fontSize: number;
|
|
6650
7438
|
spinnerSize: number;
|
|
6651
7439
|
iconSize: number;
|
|
6652
|
-
borderRadius:
|
|
7440
|
+
borderRadius: 4;
|
|
6653
7441
|
} | {
|
|
6654
7442
|
height: number;
|
|
6655
7443
|
padding: number;
|
|
6656
7444
|
fontSize: number;
|
|
6657
7445
|
spinnerSize: number;
|
|
6658
7446
|
iconSize: number;
|
|
6659
|
-
borderRadius:
|
|
7447
|
+
borderRadius: 2;
|
|
6660
7448
|
} | {
|
|
6661
7449
|
height: number;
|
|
6662
7450
|
padding: number;
|
|
6663
7451
|
fontSize: number;
|
|
6664
7452
|
spinnerSize: number;
|
|
6665
7453
|
iconSize: number;
|
|
6666
|
-
borderRadius:
|
|
7454
|
+
borderRadius: 2;
|
|
6667
7455
|
} | {
|
|
6668
7456
|
height: number;
|
|
6669
7457
|
padding: number;
|
|
6670
7458
|
fontSize: number;
|
|
6671
7459
|
spinnerSize: number;
|
|
6672
7460
|
iconSize: number;
|
|
6673
|
-
borderRadius:
|
|
7461
|
+
borderRadius: 2;
|
|
6674
7462
|
};
|
|
6675
7463
|
checkbox: (size: "xl" | "lg" | "md" | "sm") => {
|
|
6676
7464
|
size: number;
|
|
@@ -6678,28 +7466,28 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6678
7466
|
descriptionFontSize: number;
|
|
6679
7467
|
labelGap: number;
|
|
6680
7468
|
textGap: number;
|
|
6681
|
-
borderRadius:
|
|
7469
|
+
borderRadius: 4;
|
|
6682
7470
|
} | {
|
|
6683
7471
|
size: number;
|
|
6684
7472
|
fontSize: number;
|
|
6685
7473
|
descriptionFontSize: number;
|
|
6686
7474
|
labelGap: number;
|
|
6687
7475
|
textGap: number;
|
|
6688
|
-
borderRadius:
|
|
7476
|
+
borderRadius: 4;
|
|
6689
7477
|
} | {
|
|
6690
7478
|
size: number;
|
|
6691
7479
|
fontSize: number;
|
|
6692
7480
|
descriptionFontSize: number;
|
|
6693
7481
|
labelGap: number;
|
|
6694
7482
|
textGap: number;
|
|
6695
|
-
borderRadius:
|
|
7483
|
+
borderRadius: 4;
|
|
6696
7484
|
} | {
|
|
6697
7485
|
size: number;
|
|
6698
7486
|
fontSize: number;
|
|
6699
7487
|
descriptionFontSize: number;
|
|
6700
7488
|
labelGap: number;
|
|
6701
7489
|
textGap: number;
|
|
6702
|
-
borderRadius:
|
|
7490
|
+
borderRadius: 4;
|
|
6703
7491
|
};
|
|
6704
7492
|
radio: (size: "xl" | "lg" | "md" | "sm") => {
|
|
6705
7493
|
size: number;
|
|
@@ -6748,7 +7536,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6748
7536
|
paddingHorizontal: number;
|
|
6749
7537
|
fontSize: number;
|
|
6750
7538
|
iconSize: number;
|
|
6751
|
-
radius:
|
|
7539
|
+
radius: 8;
|
|
6752
7540
|
borderWidth: number;
|
|
6753
7541
|
fieldGap: number;
|
|
6754
7542
|
lineHeight: number;
|
|
@@ -6758,7 +7546,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6758
7546
|
paddingHorizontal: number;
|
|
6759
7547
|
fontSize: number;
|
|
6760
7548
|
iconSize: number;
|
|
6761
|
-
radius:
|
|
7549
|
+
radius: 8;
|
|
6762
7550
|
borderWidth: number;
|
|
6763
7551
|
fieldGap: number;
|
|
6764
7552
|
lineHeight: number;
|
|
@@ -6768,7 +7556,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6768
7556
|
paddingHorizontal: number;
|
|
6769
7557
|
fontSize: number;
|
|
6770
7558
|
iconSize: number;
|
|
6771
|
-
radius:
|
|
7559
|
+
radius: 8;
|
|
6772
7560
|
borderWidth: number;
|
|
6773
7561
|
fieldGap: number;
|
|
6774
7562
|
lineHeight: number;
|
|
@@ -6778,7 +7566,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6778
7566
|
paddingHorizontal: number;
|
|
6779
7567
|
fontSize: number;
|
|
6780
7568
|
iconSize: number;
|
|
6781
|
-
radius:
|
|
7569
|
+
radius: 4;
|
|
6782
7570
|
borderWidth: number;
|
|
6783
7571
|
fieldGap: number;
|
|
6784
7572
|
lineHeight: number;
|
|
@@ -6788,7 +7576,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6788
7576
|
paddingHorizontal: number;
|
|
6789
7577
|
fontSize: number;
|
|
6790
7578
|
iconSize: number;
|
|
6791
|
-
radius:
|
|
7579
|
+
radius: 4;
|
|
6792
7580
|
borderWidth: number;
|
|
6793
7581
|
fieldGap: number;
|
|
6794
7582
|
lineHeight: number;
|
|
@@ -6805,7 +7593,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6805
7593
|
errorFontSize: number;
|
|
6806
7594
|
errorLineHeight: number;
|
|
6807
7595
|
errorGap: number;
|
|
6808
|
-
radius:
|
|
7596
|
+
radius: 8;
|
|
6809
7597
|
borderWidth: number;
|
|
6810
7598
|
} | {
|
|
6811
7599
|
box: number;
|
|
@@ -6819,7 +7607,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6819
7607
|
errorFontSize: number;
|
|
6820
7608
|
errorLineHeight: number;
|
|
6821
7609
|
errorGap: number;
|
|
6822
|
-
radius:
|
|
7610
|
+
radius: 8;
|
|
6823
7611
|
borderWidth: number;
|
|
6824
7612
|
} | {
|
|
6825
7613
|
box: number;
|
|
@@ -6833,7 +7621,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6833
7621
|
errorFontSize: number;
|
|
6834
7622
|
errorLineHeight: number;
|
|
6835
7623
|
errorGap: number;
|
|
6836
|
-
radius:
|
|
7624
|
+
radius: 8;
|
|
6837
7625
|
borderWidth: number;
|
|
6838
7626
|
} | {
|
|
6839
7627
|
box: number;
|
|
@@ -6847,7 +7635,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6847
7635
|
errorFontSize: number;
|
|
6848
7636
|
errorLineHeight: number;
|
|
6849
7637
|
errorGap: number;
|
|
6850
|
-
radius:
|
|
7638
|
+
radius: 4;
|
|
6851
7639
|
borderWidth: number;
|
|
6852
7640
|
} | {
|
|
6853
7641
|
box: number;
|
|
@@ -6861,7 +7649,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
6861
7649
|
errorFontSize: number;
|
|
6862
7650
|
errorLineHeight: number;
|
|
6863
7651
|
errorGap: number;
|
|
6864
|
-
radius:
|
|
7652
|
+
radius: 4;
|
|
6865
7653
|
borderWidth: number;
|
|
6866
7654
|
};
|
|
6867
7655
|
dragDropUploader: (size: "xl" | "lg" | "md" | "sm" | "xs") => {
|
|
@@ -7009,35 +7797,35 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7009
7797
|
size: number;
|
|
7010
7798
|
gap: number;
|
|
7011
7799
|
fontSize: number;
|
|
7012
|
-
radius:
|
|
7800
|
+
radius: 8;
|
|
7013
7801
|
borderWidth: number;
|
|
7014
7802
|
fieldGap: number;
|
|
7015
7803
|
} | {
|
|
7016
7804
|
size: number;
|
|
7017
7805
|
gap: number;
|
|
7018
7806
|
fontSize: number;
|
|
7019
|
-
radius:
|
|
7807
|
+
radius: 8;
|
|
7020
7808
|
borderWidth: number;
|
|
7021
7809
|
fieldGap: number;
|
|
7022
7810
|
} | {
|
|
7023
7811
|
size: number;
|
|
7024
7812
|
gap: number;
|
|
7025
7813
|
fontSize: number;
|
|
7026
|
-
radius:
|
|
7814
|
+
radius: 8;
|
|
7027
7815
|
borderWidth: number;
|
|
7028
7816
|
fieldGap: number;
|
|
7029
7817
|
} | {
|
|
7030
7818
|
size: number;
|
|
7031
7819
|
gap: number;
|
|
7032
7820
|
fontSize: number;
|
|
7033
|
-
radius:
|
|
7821
|
+
radius: 4;
|
|
7034
7822
|
borderWidth: number;
|
|
7035
7823
|
fieldGap: number;
|
|
7036
7824
|
} | {
|
|
7037
7825
|
size: number;
|
|
7038
7826
|
gap: number;
|
|
7039
7827
|
fontSize: number;
|
|
7040
|
-
radius:
|
|
7828
|
+
radius: 4;
|
|
7041
7829
|
borderWidth: number;
|
|
7042
7830
|
fieldGap: number;
|
|
7043
7831
|
};
|
|
@@ -7046,31 +7834,31 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7046
7834
|
padding: number;
|
|
7047
7835
|
fontSize: number;
|
|
7048
7836
|
iconSize: number;
|
|
7049
|
-
radius:
|
|
7837
|
+
radius: 8;
|
|
7050
7838
|
} | {
|
|
7051
7839
|
height: number;
|
|
7052
7840
|
padding: number;
|
|
7053
7841
|
fontSize: number;
|
|
7054
7842
|
iconSize: number;
|
|
7055
|
-
radius:
|
|
7843
|
+
radius: 8;
|
|
7056
7844
|
} | {
|
|
7057
7845
|
height: number;
|
|
7058
7846
|
padding: number;
|
|
7059
7847
|
fontSize: number;
|
|
7060
7848
|
iconSize: number;
|
|
7061
|
-
radius:
|
|
7849
|
+
radius: 8;
|
|
7062
7850
|
} | {
|
|
7063
7851
|
height: number;
|
|
7064
7852
|
padding: number;
|
|
7065
7853
|
fontSize: number;
|
|
7066
7854
|
iconSize: number;
|
|
7067
|
-
radius:
|
|
7855
|
+
radius: 4;
|
|
7068
7856
|
} | {
|
|
7069
7857
|
height: number;
|
|
7070
7858
|
padding: number;
|
|
7071
7859
|
fontSize: number;
|
|
7072
7860
|
iconSize: number;
|
|
7073
|
-
radius:
|
|
7861
|
+
radius: 4;
|
|
7074
7862
|
};
|
|
7075
7863
|
switch: (size: "xl" | "lg" | "md" | "sm") => {
|
|
7076
7864
|
width: number;
|
|
@@ -7082,8 +7870,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7082
7870
|
descriptionLineHeight: number;
|
|
7083
7871
|
labelGap: number;
|
|
7084
7872
|
textGap: number;
|
|
7085
|
-
frameBorderRadius:
|
|
7086
|
-
knobBorderRadius:
|
|
7873
|
+
frameBorderRadius: 4;
|
|
7874
|
+
knobBorderRadius: 2;
|
|
7087
7875
|
} | {
|
|
7088
7876
|
width: number;
|
|
7089
7877
|
height: number;
|
|
@@ -7094,8 +7882,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7094
7882
|
descriptionLineHeight: number;
|
|
7095
7883
|
labelGap: number;
|
|
7096
7884
|
textGap: number;
|
|
7097
|
-
frameBorderRadius:
|
|
7098
|
-
knobBorderRadius:
|
|
7885
|
+
frameBorderRadius: 4;
|
|
7886
|
+
knobBorderRadius: 2;
|
|
7099
7887
|
} | {
|
|
7100
7888
|
width: number;
|
|
7101
7889
|
height: number;
|
|
@@ -7106,8 +7894,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7106
7894
|
descriptionLineHeight: number;
|
|
7107
7895
|
labelGap: number;
|
|
7108
7896
|
textGap: number;
|
|
7109
|
-
frameBorderRadius:
|
|
7110
|
-
knobBorderRadius:
|
|
7897
|
+
frameBorderRadius: 4;
|
|
7898
|
+
knobBorderRadius: 2;
|
|
7111
7899
|
} | {
|
|
7112
7900
|
width: number;
|
|
7113
7901
|
height: number;
|
|
@@ -7118,8 +7906,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7118
7906
|
descriptionLineHeight: number;
|
|
7119
7907
|
labelGap: number;
|
|
7120
7908
|
textGap: number;
|
|
7121
|
-
frameBorderRadius:
|
|
7122
|
-
knobBorderRadius:
|
|
7909
|
+
frameBorderRadius: 4;
|
|
7910
|
+
knobBorderRadius: 2;
|
|
7123
7911
|
};
|
|
7124
7912
|
avatar: (size: "xl" | "lg" | "md" | "sm" | "xs" | "xxs") => {
|
|
7125
7913
|
size: number;
|
|
@@ -7134,8 +7922,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7134
7922
|
right: number;
|
|
7135
7923
|
top: number;
|
|
7136
7924
|
};
|
|
7137
|
-
borderRadiusSquare:
|
|
7138
|
-
borderRadiusCircle:
|
|
7925
|
+
borderRadiusSquare: 8;
|
|
7926
|
+
borderRadiusCircle: 999;
|
|
7139
7927
|
} | {
|
|
7140
7928
|
size: number;
|
|
7141
7929
|
fontSize: number;
|
|
@@ -7149,8 +7937,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7149
7937
|
right: number;
|
|
7150
7938
|
top: number;
|
|
7151
7939
|
};
|
|
7152
|
-
borderRadiusSquare:
|
|
7153
|
-
borderRadiusCircle:
|
|
7940
|
+
borderRadiusSquare: 6;
|
|
7941
|
+
borderRadiusCircle: 999;
|
|
7154
7942
|
} | {
|
|
7155
7943
|
size: number;
|
|
7156
7944
|
fontSize: number;
|
|
@@ -7164,8 +7952,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7164
7952
|
right: number;
|
|
7165
7953
|
top: number;
|
|
7166
7954
|
};
|
|
7167
|
-
borderRadiusSquare:
|
|
7168
|
-
borderRadiusCircle:
|
|
7955
|
+
borderRadiusSquare: 6;
|
|
7956
|
+
borderRadiusCircle: 999;
|
|
7169
7957
|
} | {
|
|
7170
7958
|
size: number;
|
|
7171
7959
|
fontSize: number;
|
|
@@ -7179,8 +7967,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7179
7967
|
right: number;
|
|
7180
7968
|
top: number;
|
|
7181
7969
|
};
|
|
7182
|
-
borderRadiusSquare:
|
|
7183
|
-
borderRadiusCircle:
|
|
7970
|
+
borderRadiusSquare: 4;
|
|
7971
|
+
borderRadiusCircle: 999;
|
|
7184
7972
|
} | {
|
|
7185
7973
|
size: number;
|
|
7186
7974
|
fontSize: number;
|
|
@@ -7194,8 +7982,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7194
7982
|
right: number;
|
|
7195
7983
|
top: number;
|
|
7196
7984
|
};
|
|
7197
|
-
borderRadiusSquare:
|
|
7198
|
-
borderRadiusCircle:
|
|
7985
|
+
borderRadiusSquare: 4;
|
|
7986
|
+
borderRadiusCircle: 999;
|
|
7199
7987
|
} | {
|
|
7200
7988
|
size: number;
|
|
7201
7989
|
fontSize: number;
|
|
@@ -7209,8 +7997,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7209
7997
|
right: number;
|
|
7210
7998
|
top: number;
|
|
7211
7999
|
};
|
|
7212
|
-
borderRadiusSquare:
|
|
7213
|
-
borderRadiusCircle:
|
|
8000
|
+
borderRadiusSquare: 2;
|
|
8001
|
+
borderRadiusCircle: 999;
|
|
7214
8002
|
};
|
|
7215
8003
|
tag: (size: "xl" | "lg" | "md" | "sm" | "xs") => {
|
|
7216
8004
|
height: number;
|
|
@@ -7219,7 +8007,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7219
8007
|
lineHeight: number;
|
|
7220
8008
|
gap: number;
|
|
7221
8009
|
iconSize: number;
|
|
7222
|
-
radius:
|
|
8010
|
+
radius: 8;
|
|
7223
8011
|
borderWidth: number;
|
|
7224
8012
|
} | {
|
|
7225
8013
|
height: number;
|
|
@@ -7228,7 +8016,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7228
8016
|
lineHeight: number;
|
|
7229
8017
|
gap: number;
|
|
7230
8018
|
iconSize: number;
|
|
7231
|
-
radius:
|
|
8019
|
+
radius: 8;
|
|
7232
8020
|
borderWidth: number;
|
|
7233
8021
|
} | {
|
|
7234
8022
|
height: number;
|
|
@@ -7237,7 +8025,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7237
8025
|
lineHeight: number;
|
|
7238
8026
|
gap: number;
|
|
7239
8027
|
iconSize: number;
|
|
7240
|
-
radius:
|
|
8028
|
+
radius: 6;
|
|
7241
8029
|
borderWidth: number;
|
|
7242
8030
|
} | {
|
|
7243
8031
|
height: number;
|
|
@@ -7246,7 +8034,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7246
8034
|
lineHeight: number;
|
|
7247
8035
|
gap: number;
|
|
7248
8036
|
iconSize: number;
|
|
7249
|
-
radius:
|
|
8037
|
+
radius: 4;
|
|
7250
8038
|
borderWidth: number;
|
|
7251
8039
|
} | {
|
|
7252
8040
|
height: number;
|
|
@@ -7255,7 +8043,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7255
8043
|
lineHeight: number;
|
|
7256
8044
|
gap: number;
|
|
7257
8045
|
iconSize: number;
|
|
7258
|
-
radius:
|
|
8046
|
+
radius: 4;
|
|
7259
8047
|
borderWidth: number;
|
|
7260
8048
|
};
|
|
7261
8049
|
divider: (size: "lg" | "md" | "sm") => {
|
|
@@ -7319,11 +8107,11 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7319
8107
|
segmented: (size: "xl" | "lg" | "md" | "sm") => {
|
|
7320
8108
|
height: number;
|
|
7321
8109
|
containerPadding: number;
|
|
7322
|
-
containerRadius:
|
|
8110
|
+
containerRadius: 8;
|
|
7323
8111
|
itemHeight: number;
|
|
7324
8112
|
itemPaddingHorizontal: number;
|
|
7325
8113
|
itemPaddingVertical: number;
|
|
7326
|
-
itemRadius:
|
|
8114
|
+
itemRadius: 4;
|
|
7327
8115
|
fontSize: number;
|
|
7328
8116
|
lineHeight: number;
|
|
7329
8117
|
iconSize: number;
|
|
@@ -7331,11 +8119,11 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7331
8119
|
} | {
|
|
7332
8120
|
height: number;
|
|
7333
8121
|
containerPadding: number;
|
|
7334
|
-
containerRadius:
|
|
8122
|
+
containerRadius: 8;
|
|
7335
8123
|
itemHeight: number;
|
|
7336
8124
|
itemPaddingHorizontal: number;
|
|
7337
8125
|
itemPaddingVertical: number;
|
|
7338
|
-
itemRadius:
|
|
8126
|
+
itemRadius: 4;
|
|
7339
8127
|
fontSize: number;
|
|
7340
8128
|
lineHeight: number;
|
|
7341
8129
|
iconSize: number;
|
|
@@ -7343,11 +8131,11 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7343
8131
|
} | {
|
|
7344
8132
|
height: number;
|
|
7345
8133
|
containerPadding: number;
|
|
7346
|
-
containerRadius:
|
|
8134
|
+
containerRadius: 8;
|
|
7347
8135
|
itemHeight: number;
|
|
7348
8136
|
itemPaddingHorizontal: number;
|
|
7349
8137
|
itemPaddingVertical: number;
|
|
7350
|
-
itemRadius:
|
|
8138
|
+
itemRadius: 4;
|
|
7351
8139
|
fontSize: number;
|
|
7352
8140
|
lineHeight: number;
|
|
7353
8141
|
iconSize: number;
|
|
@@ -7355,11 +8143,11 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7355
8143
|
} | {
|
|
7356
8144
|
height: number;
|
|
7357
8145
|
containerPadding: number;
|
|
7358
|
-
containerRadius:
|
|
8146
|
+
containerRadius: 4;
|
|
7359
8147
|
itemHeight: number;
|
|
7360
8148
|
itemPaddingHorizontal: number;
|
|
7361
8149
|
itemPaddingVertical: number;
|
|
7362
|
-
itemRadius:
|
|
8150
|
+
itemRadius: 2;
|
|
7363
8151
|
fontSize: number;
|
|
7364
8152
|
lineHeight: number;
|
|
7365
8153
|
iconSize: number;
|
|
@@ -7368,10 +8156,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7368
8156
|
tabsSegmented: (size: "xl" | "lg" | "md" | "sm") => {
|
|
7369
8157
|
height: number;
|
|
7370
8158
|
containerPadding: number;
|
|
7371
|
-
containerRadius: number;
|
|
7372
8159
|
itemPaddingHorizontal: number;
|
|
7373
8160
|
itemPaddingVertical: number;
|
|
7374
|
-
itemRadius: number;
|
|
7375
8161
|
fontSize: number;
|
|
7376
8162
|
lineHeight: number;
|
|
7377
8163
|
iconSize: number;
|
|
@@ -7379,10 +8165,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7379
8165
|
} | {
|
|
7380
8166
|
height: number;
|
|
7381
8167
|
containerPadding: number;
|
|
7382
|
-
containerRadius: number;
|
|
7383
8168
|
itemPaddingHorizontal: number;
|
|
7384
8169
|
itemPaddingVertical: number;
|
|
7385
|
-
itemRadius: number;
|
|
7386
8170
|
fontSize: number;
|
|
7387
8171
|
lineHeight: number;
|
|
7388
8172
|
iconSize: number;
|
|
@@ -7390,10 +8174,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7390
8174
|
} | {
|
|
7391
8175
|
height: number;
|
|
7392
8176
|
containerPadding: number;
|
|
7393
|
-
containerRadius: number;
|
|
7394
8177
|
itemPaddingHorizontal: number;
|
|
7395
8178
|
itemPaddingVertical: number;
|
|
7396
|
-
itemRadius: number;
|
|
7397
8179
|
fontSize: number;
|
|
7398
8180
|
lineHeight: number;
|
|
7399
8181
|
iconSize: number;
|
|
@@ -7401,10 +8183,8 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7401
8183
|
} | {
|
|
7402
8184
|
height: number;
|
|
7403
8185
|
containerPadding: number;
|
|
7404
|
-
containerRadius: number;
|
|
7405
8186
|
itemPaddingHorizontal: number;
|
|
7406
8187
|
itemPaddingVertical: number;
|
|
7407
|
-
itemRadius: number;
|
|
7408
8188
|
fontSize: number;
|
|
7409
8189
|
lineHeight: number;
|
|
7410
8190
|
iconSize: number;
|
|
@@ -7417,7 +8197,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7417
8197
|
fontSize: number;
|
|
7418
8198
|
lineHeight: number;
|
|
7419
8199
|
gap: number;
|
|
7420
|
-
borderRadius:
|
|
8200
|
+
borderRadius: 4;
|
|
7421
8201
|
} | {
|
|
7422
8202
|
height: number;
|
|
7423
8203
|
paddingHorizontal: number;
|
|
@@ -7425,7 +8205,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7425
8205
|
fontSize: number;
|
|
7426
8206
|
lineHeight: number;
|
|
7427
8207
|
gap: number;
|
|
7428
|
-
borderRadius:
|
|
8208
|
+
borderRadius: 4;
|
|
7429
8209
|
} | {
|
|
7430
8210
|
height: number;
|
|
7431
8211
|
paddingHorizontal: number;
|
|
@@ -7433,7 +8213,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7433
8213
|
fontSize: number;
|
|
7434
8214
|
lineHeight: number;
|
|
7435
8215
|
gap: number;
|
|
7436
|
-
borderRadius:
|
|
8216
|
+
borderRadius: 2;
|
|
7437
8217
|
} | {
|
|
7438
8218
|
height: number;
|
|
7439
8219
|
paddingHorizontal: number;
|
|
@@ -7441,7 +8221,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7441
8221
|
fontSize: number;
|
|
7442
8222
|
lineHeight: number;
|
|
7443
8223
|
gap: number;
|
|
7444
|
-
borderRadius:
|
|
8224
|
+
borderRadius: 2;
|
|
7445
8225
|
};
|
|
7446
8226
|
badge: (size: "xl" | "lg" | "md" | "sm" | "xs") => {
|
|
7447
8227
|
size: number;
|
|
@@ -7483,7 +8263,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7483
8263
|
messageSize: number;
|
|
7484
8264
|
iconSize: number;
|
|
7485
8265
|
iconWrapperSize: number;
|
|
7486
|
-
radius:
|
|
8266
|
+
radius: 4;
|
|
7487
8267
|
} | {
|
|
7488
8268
|
width: string;
|
|
7489
8269
|
paddingHorizontal: number;
|
|
@@ -7493,13 +8273,13 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7493
8273
|
messageSize: number;
|
|
7494
8274
|
iconSize: number;
|
|
7495
8275
|
iconWrapperSize: number;
|
|
7496
|
-
radius:
|
|
8276
|
+
radius: 8;
|
|
7497
8277
|
};
|
|
7498
8278
|
notificationPanel: () => {
|
|
7499
8279
|
minHeight: number;
|
|
7500
8280
|
iconFrameWidth: number;
|
|
7501
8281
|
iconSize: number;
|
|
7502
|
-
borderRadius:
|
|
8282
|
+
borderRadius: 8;
|
|
7503
8283
|
bodyPaddingHorizontal: number;
|
|
7504
8284
|
bodyPaddingVertical: number;
|
|
7505
8285
|
textGap: number;
|
|
@@ -7713,7 +8493,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7713
8493
|
searchIconSize: number;
|
|
7714
8494
|
};
|
|
7715
8495
|
modal: () => {
|
|
7716
|
-
borderRadius:
|
|
8496
|
+
borderRadius: 8;
|
|
7717
8497
|
headerPadding: string;
|
|
7718
8498
|
contentPadding: number;
|
|
7719
8499
|
headerButtonSize: "xs";
|
|
@@ -7841,7 +8621,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7841
8621
|
minHeight: number;
|
|
7842
8622
|
paddingHorizontal: number;
|
|
7843
8623
|
paddingVertical: number;
|
|
7844
|
-
borderRadius:
|
|
8624
|
+
borderRadius: 4;
|
|
7845
8625
|
gap: number;
|
|
7846
8626
|
iconSize: number;
|
|
7847
8627
|
closeButtonSize: number;
|
|
@@ -7859,7 +8639,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7859
8639
|
lineHeight: number;
|
|
7860
8640
|
iconSize: number;
|
|
7861
8641
|
gap: number;
|
|
7862
|
-
borderRadius:
|
|
8642
|
+
borderRadius: 8;
|
|
7863
8643
|
itemGap: number;
|
|
7864
8644
|
} | {
|
|
7865
8645
|
height: number;
|
|
@@ -7868,7 +8648,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7868
8648
|
lineHeight: number;
|
|
7869
8649
|
iconSize: number;
|
|
7870
8650
|
gap: number;
|
|
7871
|
-
borderRadius:
|
|
8651
|
+
borderRadius: 8;
|
|
7872
8652
|
itemGap: number;
|
|
7873
8653
|
} | {
|
|
7874
8654
|
height: number;
|
|
@@ -7877,7 +8657,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7877
8657
|
lineHeight: number;
|
|
7878
8658
|
iconSize: number;
|
|
7879
8659
|
gap: number;
|
|
7880
|
-
borderRadius:
|
|
8660
|
+
borderRadius: 6;
|
|
7881
8661
|
itemGap: number;
|
|
7882
8662
|
} | {
|
|
7883
8663
|
height: number;
|
|
@@ -7886,7 +8666,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7886
8666
|
lineHeight: number;
|
|
7887
8667
|
iconSize: number;
|
|
7888
8668
|
gap: number;
|
|
7889
|
-
borderRadius:
|
|
8669
|
+
borderRadius: 4;
|
|
7890
8670
|
itemGap: number;
|
|
7891
8671
|
} | {
|
|
7892
8672
|
height: number;
|
|
@@ -7895,7 +8675,7 @@ declare const useResolvedTheme: (overrides?: ThemeOverrideProps) => {
|
|
|
7895
8675
|
lineHeight: number;
|
|
7896
8676
|
iconSize: number;
|
|
7897
8677
|
gap: number;
|
|
7898
|
-
borderRadius:
|
|
8678
|
+
borderRadius: 4;
|
|
7899
8679
|
itemGap: number;
|
|
7900
8680
|
};
|
|
7901
8681
|
table: {
|
|
@@ -7936,4 +8716,4 @@ declare const ModalIdContext: React.Context<string | null>;
|
|
|
7936
8716
|
*/
|
|
7937
8717
|
declare const useModalId: () => string | null;
|
|
7938
8718
|
|
|
7939
|
-
export { type BreakpointKey, FontLoader, MOBILE_MAX_WIDTH, ModalIdContext, type ProductContext, type ResponsiveValue, SCALE_STEPS, type ScaleStep, type ThemeColors, type ThemeMode, type ThemeOverrideProps, type TypographyBodyVariant, TypographyStyleLoader, type TypographyTokens, type TypographyVariant, XUIProvider, breakpoints, colors, cssVar, defaultProductContext, fontFacesCSS, fontSize, fonts, generateTypographyCSS, getFonts, getTypographyTokens, getTypographyVariant, isAndroid, isIOS, isNative, isWeb, lineHeightCompact, lineHeightDisplay, lineHeightText, radius, responsiveTypographyScale, shadow, spacing, themeConfig, typography, typographyTokens, useDesignSystem, useId, useModalId, useResolvedTheme };
|
|
8719
|
+
export { type BreakpointKey, FontLoader, MOBILE_MAX_WIDTH, ModalIdContext, type ProductContext, type ResponsiveValue, SCALE_STEPS, type ScaleStep, type ThemeColors, type ThemeMode, type ThemeOverrideProps, type TypographyBodyVariant, TypographyStyleLoader, type TypographyTokens, type TypographyVariant, XUIProvider, breakpoints, colors, cssVar, defaultProductContext, fontFacesCSS, fontSize, fonts, generateTypographyCSS, getFonts, getTypographyTokens, getTypographyVariant, isAndroid, isIOS, isNative, isWeb, lineHeightCompact, lineHeightDisplay, lineHeightText, radius, radiusScale, responsiveTypographyScale, shadow, shape, spacing, stroke, themeConfig, typography, typographyTokens, useDesignSystem, useId, useModalId, useResolvedTheme };
|