@shuriken-ui/tailwind 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +2 -2
 - package/dist/index.d.mts +2 -2
 - package/dist/index.d.ts +2 -2
 - package/dist/plugins/index.cjs +472 -278
 - package/dist/plugins/index.d.cts +6 -1
 - package/dist/plugins/index.d.mts +6 -1
 - package/dist/plugins/index.d.ts +6 -1
 - package/dist/plugins/index.mjs +472 -279
 - package/dist/preset.d.cts +1 -1
 - package/dist/preset.d.mts +1 -1
 - package/dist/preset.d.ts +1 -1
 - package/dist/shared/{tailwind.a9f50d73.d.cts → tailwind.5bb8e37e.d.cts} +880 -145
 - package/dist/shared/{tailwind.a9f50d73.d.mts → tailwind.5bb8e37e.d.mts} +880 -145
 - package/dist/shared/{tailwind.a9f50d73.d.ts → tailwind.5bb8e37e.d.ts} +880 -145
 - package/package.json +9 -11
 
| 
         @@ -1277,20 +1277,7 @@ declare const defaultConfig$M: { 
     | 
|
| 
       1277 
1277 
     | 
    
         
             
                    duration: string;
         
     | 
| 
       1278 
1278 
     | 
    
         
             
                };
         
     | 
| 
       1279 
1279 
     | 
    
         
             
                size: {
         
     | 
| 
       1280 
     | 
    
         
            -
                     
     | 
| 
       1281 
     | 
    
         
            -
                        button: {
         
     | 
| 
       1282 
     | 
    
         
            -
                            text: string;
         
     | 
| 
       1283 
     | 
    
         
            -
                            height: string;
         
     | 
| 
       1284 
     | 
    
         
            -
                            padding: {
         
     | 
| 
       1285 
     | 
    
         
            -
                                x: string;
         
     | 
| 
       1286 
     | 
    
         
            -
                                y: string;
         
     | 
| 
       1287 
     | 
    
         
            -
                            };
         
     | 
| 
       1288 
     | 
    
         
            -
                        };
         
     | 
| 
       1289 
     | 
    
         
            -
                        icon: {
         
     | 
| 
       1290 
     | 
    
         
            -
                            size: string;
         
     | 
| 
       1291 
     | 
    
         
            -
                        };
         
     | 
| 
       1292 
     | 
    
         
            -
                    };
         
     | 
| 
       1293 
     | 
    
         
            -
                    medium: {
         
     | 
| 
      
 1280 
     | 
    
         
            +
                    sm: {
         
     | 
| 
       1294 
1281 
     | 
    
         
             
                        button: {
         
     | 
| 
       1295 
1282 
     | 
    
         
             
                            text: string;
         
     | 
| 
       1296 
1283 
     | 
    
         
             
                            height: string;
         
     | 
| 
         @@ -1303,7 +1290,7 @@ declare const defaultConfig$M: { 
     | 
|
| 
       1303 
1290 
     | 
    
         
             
                            size: string;
         
     | 
| 
       1304 
1291 
     | 
    
         
             
                        };
         
     | 
| 
       1305 
1292 
     | 
    
         
             
                    };
         
     | 
| 
       1306 
     | 
    
         
            -
                     
     | 
| 
      
 1293 
     | 
    
         
            +
                    md: {
         
     | 
| 
       1307 
1294 
     | 
    
         
             
                        button: {
         
     | 
| 
       1308 
1295 
     | 
    
         
             
                            text: string;
         
     | 
| 
       1309 
1296 
     | 
    
         
             
                            height: string;
         
     | 
| 
         @@ -1316,7 +1303,7 @@ declare const defaultConfig$M: { 
     | 
|
| 
       1316 
1303 
     | 
    
         
             
                            size: string;
         
     | 
| 
       1317 
1304 
     | 
    
         
             
                        };
         
     | 
| 
       1318 
1305 
     | 
    
         
             
                    };
         
     | 
| 
       1319 
     | 
    
         
            -
                     
     | 
| 
      
 1306 
     | 
    
         
            +
                    lg: {
         
     | 
| 
       1320 
1307 
     | 
    
         
             
                        button: {
         
     | 
| 
       1321 
1308 
     | 
    
         
             
                            text: string;
         
     | 
| 
       1322 
1309 
     | 
    
         
             
                            height: string;
         
     | 
| 
         @@ -1332,9 +1319,9 @@ declare const defaultConfig$M: { 
     | 
|
| 
       1332 
1319 
     | 
    
         
             
                };
         
     | 
| 
       1333 
1320 
     | 
    
         
             
                rounded: {
         
     | 
| 
       1334 
1321 
     | 
    
         
             
                    none: string;
         
     | 
| 
       1335 
     | 
    
         
            -
                     
     | 
| 
       1336 
     | 
    
         
            -
                     
     | 
| 
       1337 
     | 
    
         
            -
                     
     | 
| 
      
 1322 
     | 
    
         
            +
                    sm: string;
         
     | 
| 
      
 1323 
     | 
    
         
            +
                    md: string;
         
     | 
| 
      
 1324 
     | 
    
         
            +
                    lg: string;
         
     | 
| 
       1338 
1325 
     | 
    
         
             
                    full: string;
         
     | 
| 
       1339 
1326 
     | 
    
         
             
                };
         
     | 
| 
       1340 
1327 
     | 
    
         
             
                variant: {
         
     | 
| 
         @@ -2700,6 +2687,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2700 
2687 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2701 
2688 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2702 
2689 
     | 
    
         
             
                            };
         
     | 
| 
      
 2690 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2691 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2692 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2693 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2694 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2695 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2696 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2697 
     | 
    
         
            +
                            };
         
     | 
| 
       2703 
2698 
     | 
    
         
             
                        };
         
     | 
| 
       2704 
2699 
     | 
    
         
             
                        font: {
         
     | 
| 
       2705 
2700 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -2718,6 +2713,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2718 
2713 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2719 
2714 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2720 
2715 
     | 
    
         
             
                            };
         
     | 
| 
      
 2716 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2717 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2718 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2719 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2720 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2721 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2722 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2723 
     | 
    
         
            +
                            };
         
     | 
| 
       2721 
2724 
     | 
    
         
             
                        };
         
     | 
| 
       2722 
2725 
     | 
    
         
             
                        font: {
         
     | 
| 
       2723 
2726 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -2736,6 +2739,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2736 
2739 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2737 
2740 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2738 
2741 
     | 
    
         
             
                            };
         
     | 
| 
      
 2742 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2743 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2744 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2745 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2746 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2747 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2748 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2749 
     | 
    
         
            +
                            };
         
     | 
| 
       2739 
2750 
     | 
    
         
             
                        };
         
     | 
| 
       2740 
2751 
     | 
    
         
             
                        font: {
         
     | 
| 
       2741 
2752 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -2754,6 +2765,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2754 
2765 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2755 
2766 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2756 
2767 
     | 
    
         
             
                            };
         
     | 
| 
      
 2768 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2769 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2770 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2771 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2772 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2773 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2774 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2775 
     | 
    
         
            +
                            };
         
     | 
| 
       2757 
2776 
     | 
    
         
             
                        };
         
     | 
| 
       2758 
2777 
     | 
    
         
             
                        font: {
         
     | 
| 
       2759 
2778 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -2772,6 +2791,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2772 
2791 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2773 
2792 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2774 
2793 
     | 
    
         
             
                            };
         
     | 
| 
      
 2794 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2795 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2796 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2797 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2798 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2799 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2800 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2801 
     | 
    
         
            +
                            };
         
     | 
| 
       2775 
2802 
     | 
    
         
             
                        };
         
     | 
| 
       2776 
2803 
     | 
    
         
             
                        font: {
         
     | 
| 
       2777 
2804 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -2790,6 +2817,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2790 
2817 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2791 
2818 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2792 
2819 
     | 
    
         
             
                            };
         
     | 
| 
      
 2820 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2821 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2822 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2823 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2824 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2825 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2826 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2827 
     | 
    
         
            +
                            };
         
     | 
| 
       2793 
2828 
     | 
    
         
             
                        };
         
     | 
| 
       2794 
2829 
     | 
    
         
             
                        font: {
         
     | 
| 
       2795 
2830 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -2808,6 +2843,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2808 
2843 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2809 
2844 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2810 
2845 
     | 
    
         
             
                            };
         
     | 
| 
      
 2846 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2847 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2848 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2849 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2850 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2851 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2852 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2853 
     | 
    
         
            +
                            };
         
     | 
| 
       2811 
2854 
     | 
    
         
             
                        };
         
     | 
| 
       2812 
2855 
     | 
    
         
             
                        font: {
         
     | 
| 
       2813 
2856 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -2826,6 +2869,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2826 
2869 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2827 
2870 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2828 
2871 
     | 
    
         
             
                            };
         
     | 
| 
      
 2872 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2873 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2874 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2875 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2876 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2877 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2878 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2879 
     | 
    
         
            +
                            };
         
     | 
| 
       2829 
2880 
     | 
    
         
             
                        };
         
     | 
| 
       2830 
2881 
     | 
    
         
             
                        font: {
         
     | 
| 
       2831 
2882 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -2844,6 +2895,14 @@ declare const defaultConfig$K: { 
     | 
|
| 
       2844 
2895 
     | 
    
         
             
                                light: string;
         
     | 
| 
       2845 
2896 
     | 
    
         
             
                                dark: string;
         
     | 
| 
       2846 
2897 
     | 
    
         
             
                            };
         
     | 
| 
      
 2898 
     | 
    
         
            +
                            focus: {
         
     | 
| 
      
 2899 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2900 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2901 
     | 
    
         
            +
                            };
         
     | 
| 
      
 2902 
     | 
    
         
            +
                            active: {
         
     | 
| 
      
 2903 
     | 
    
         
            +
                                light: string;
         
     | 
| 
      
 2904 
     | 
    
         
            +
                                dark: string;
         
     | 
| 
      
 2905 
     | 
    
         
            +
                            };
         
     | 
| 
       2847 
2906 
     | 
    
         
             
                        };
         
     | 
| 
       2848 
2907 
     | 
    
         
             
                        font: {
         
     | 
| 
       2849 
2908 
     | 
    
         
             
                            color: {
         
     | 
| 
         @@ -3424,15 +3483,6 @@ declare const defaultConfig$F: { 
     | 
|
| 
       3424 
3483 
     | 
    
         
             
                            duration: string;
         
     | 
| 
       3425 
3484 
     | 
    
         
             
                        };
         
     | 
| 
       3426 
3485 
     | 
    
         
             
                    };
         
     | 
| 
       3427 
     | 
    
         
            -
                    text: {
         
     | 
| 
       3428 
     | 
    
         
            -
                        font: {
         
     | 
| 
       3429 
     | 
    
         
            -
                            family: string;
         
     | 
| 
       3430 
     | 
    
         
            -
                            color: {
         
     | 
| 
       3431 
     | 
    
         
            -
                                light: string;
         
     | 
| 
       3432 
     | 
    
         
            -
                                dark: string;
         
     | 
| 
       3433 
     | 
    
         
            -
                            };
         
     | 
| 
       3434 
     | 
    
         
            -
                        };
         
     | 
| 
       3435 
     | 
    
         
            -
                    };
         
     | 
| 
       3436 
3486 
     | 
    
         
             
                    chevron: {
         
     | 
| 
       3437 
3487 
     | 
    
         
             
                        size: string;
         
     | 
| 
       3438 
3488 
     | 
    
         
             
                        transition: {
         
     | 
| 
         @@ -3815,6 +3865,30 @@ declare const defaultConfig$z: { 
     | 
|
| 
       3815 
3865 
     | 
    
         
             
                                    };
         
     | 
| 
       3816 
3866 
     | 
    
         
             
                                };
         
     | 
| 
       3817 
3867 
     | 
    
         
             
                            };
         
     | 
| 
      
 3868 
     | 
    
         
            +
                            muted: {
         
     | 
| 
      
 3869 
     | 
    
         
            +
                                background: {
         
     | 
| 
      
 3870 
     | 
    
         
            +
                                    light: string;
         
     | 
| 
      
 3871 
     | 
    
         
            +
                                    dark: string;
         
     | 
| 
      
 3872 
     | 
    
         
            +
                                };
         
     | 
| 
      
 3873 
     | 
    
         
            +
                                font: {
         
     | 
| 
      
 3874 
     | 
    
         
            +
                                    color: {
         
     | 
| 
      
 3875 
     | 
    
         
            +
                                        light: string;
         
     | 
| 
      
 3876 
     | 
    
         
            +
                                        dark: string;
         
     | 
| 
      
 3877 
     | 
    
         
            +
                                    };
         
     | 
| 
      
 3878 
     | 
    
         
            +
                                };
         
     | 
| 
      
 3879 
     | 
    
         
            +
                            };
         
     | 
| 
      
 3880 
     | 
    
         
            +
                            mutedContrast: {
         
     | 
| 
      
 3881 
     | 
    
         
            +
                                background: {
         
     | 
| 
      
 3882 
     | 
    
         
            +
                                    light: string;
         
     | 
| 
      
 3883 
     | 
    
         
            +
                                    dark: string;
         
     | 
| 
      
 3884 
     | 
    
         
            +
                                };
         
     | 
| 
      
 3885 
     | 
    
         
            +
                                font: {
         
     | 
| 
      
 3886 
     | 
    
         
            +
                                    color: {
         
     | 
| 
      
 3887 
     | 
    
         
            +
                                        light: string;
         
     | 
| 
      
 3888 
     | 
    
         
            +
                                        dark: string;
         
     | 
| 
      
 3889 
     | 
    
         
            +
                                    };
         
     | 
| 
      
 3890 
     | 
    
         
            +
                                };
         
     | 
| 
      
 3891 
     | 
    
         
            +
                            };
         
     | 
| 
       3818 
3892 
     | 
    
         
             
                            light: {
         
     | 
| 
       3819 
3893 
     | 
    
         
             
                                background: {
         
     | 
| 
       3820 
3894 
     | 
    
         
             
                                    light: string;
         
     | 
| 
         @@ -3937,6 +4011,30 @@ declare const defaultConfig$z: { 
     | 
|
| 
       3937 
4011 
     | 
    
         
             
                                    };
         
     | 
| 
       3938 
4012 
     | 
    
         
             
                                };
         
     | 
| 
       3939 
4013 
     | 
    
         
             
                            };
         
     | 
| 
      
 4014 
     | 
    
         
            +
                            muted: {
         
     | 
| 
      
 4015 
     | 
    
         
            +
                                background: {
         
     | 
| 
      
 4016 
     | 
    
         
            +
                                    light: string;
         
     | 
| 
      
 4017 
     | 
    
         
            +
                                    dark: string;
         
     | 
| 
      
 4018 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4019 
     | 
    
         
            +
                                font: {
         
     | 
| 
      
 4020 
     | 
    
         
            +
                                    color: {
         
     | 
| 
      
 4021 
     | 
    
         
            +
                                        light: string;
         
     | 
| 
      
 4022 
     | 
    
         
            +
                                        dark: string;
         
     | 
| 
      
 4023 
     | 
    
         
            +
                                    };
         
     | 
| 
      
 4024 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4025 
     | 
    
         
            +
                            };
         
     | 
| 
      
 4026 
     | 
    
         
            +
                            mutedContrast: {
         
     | 
| 
      
 4027 
     | 
    
         
            +
                                background: {
         
     | 
| 
      
 4028 
     | 
    
         
            +
                                    light: string;
         
     | 
| 
      
 4029 
     | 
    
         
            +
                                    dark: string;
         
     | 
| 
      
 4030 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4031 
     | 
    
         
            +
                                font: {
         
     | 
| 
      
 4032 
     | 
    
         
            +
                                    color: {
         
     | 
| 
      
 4033 
     | 
    
         
            +
                                        light: string;
         
     | 
| 
      
 4034 
     | 
    
         
            +
                                        dark: string;
         
     | 
| 
      
 4035 
     | 
    
         
            +
                                    };
         
     | 
| 
      
 4036 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4037 
     | 
    
         
            +
                            };
         
     | 
| 
       3940 
4038 
     | 
    
         
             
                            light: {
         
     | 
| 
       3941 
4039 
     | 
    
         
             
                                background: {
         
     | 
| 
       3942 
4040 
     | 
    
         
             
                                    light: string;
         
     | 
| 
         @@ -4067,6 +4165,38 @@ declare const defaultConfig$z: { 
     | 
|
| 
       4067 
4165 
     | 
    
         
             
                                    };
         
     | 
| 
       4068 
4166 
     | 
    
         
             
                                };
         
     | 
| 
       4069 
4167 
     | 
    
         
             
                            };
         
     | 
| 
      
 4168 
     | 
    
         
            +
                            muted: {
         
     | 
| 
      
 4169 
     | 
    
         
            +
                                background: {
         
     | 
| 
      
 4170 
     | 
    
         
            +
                                    light: string;
         
     | 
| 
      
 4171 
     | 
    
         
            +
                                    dark: string;
         
     | 
| 
      
 4172 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4173 
     | 
    
         
            +
                                border: {
         
     | 
| 
      
 4174 
     | 
    
         
            +
                                    light: string;
         
     | 
| 
      
 4175 
     | 
    
         
            +
                                    dark: string;
         
     | 
| 
      
 4176 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4177 
     | 
    
         
            +
                                font: {
         
     | 
| 
      
 4178 
     | 
    
         
            +
                                    color: {
         
     | 
| 
      
 4179 
     | 
    
         
            +
                                        light: string;
         
     | 
| 
      
 4180 
     | 
    
         
            +
                                        dark: string;
         
     | 
| 
      
 4181 
     | 
    
         
            +
                                    };
         
     | 
| 
      
 4182 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4183 
     | 
    
         
            +
                            };
         
     | 
| 
      
 4184 
     | 
    
         
            +
                            mutedContrast: {
         
     | 
| 
      
 4185 
     | 
    
         
            +
                                background: {
         
     | 
| 
      
 4186 
     | 
    
         
            +
                                    light: string;
         
     | 
| 
      
 4187 
     | 
    
         
            +
                                    dark: string;
         
     | 
| 
      
 4188 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4189 
     | 
    
         
            +
                                border: {
         
     | 
| 
      
 4190 
     | 
    
         
            +
                                    light: string;
         
     | 
| 
      
 4191 
     | 
    
         
            +
                                    dark: string;
         
     | 
| 
      
 4192 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4193 
     | 
    
         
            +
                                font: {
         
     | 
| 
      
 4194 
     | 
    
         
            +
                                    color: {
         
     | 
| 
      
 4195 
     | 
    
         
            +
                                        light: string;
         
     | 
| 
      
 4196 
     | 
    
         
            +
                                        dark: string;
         
     | 
| 
      
 4197 
     | 
    
         
            +
                                    };
         
     | 
| 
      
 4198 
     | 
    
         
            +
                                };
         
     | 
| 
      
 4199 
     | 
    
         
            +
                            };
         
     | 
| 
       4070 
4200 
     | 
    
         
             
                            light: {
         
     | 
| 
       4071 
4201 
     | 
    
         
             
                                background: {
         
     | 
| 
       4072 
4202 
     | 
    
         
             
                                    light: string;
         
     | 
| 
         @@ -6163,6 +6293,9 @@ interface MaskPluginConfig { 
     | 
|
| 
       6163 
6293 
     | 
    
         | 
| 
       6164 
6294 
     | 
    
         
             
            declare const key$o: "message";
         
     | 
| 
       6165 
6295 
     | 
    
         
             
            declare const defaultConfig$n: {
         
     | 
| 
      
 6296 
     | 
    
         
            +
                safeArea: {
         
     | 
| 
      
 6297 
     | 
    
         
            +
                    end: string;
         
     | 
| 
      
 6298 
     | 
    
         
            +
                };
         
     | 
| 
       6166 
6299 
     | 
    
         
             
                icon: {
         
     | 
| 
       6167 
6300 
     | 
    
         
             
                    outer: {
         
     | 
| 
       6168 
6301 
     | 
    
         
             
                        size: string;
         
     | 
| 
         @@ -6193,8 +6326,21 @@ declare const defaultConfig$n: { 
     | 
|
| 
       6193 
6326 
     | 
    
         
             
                    icon: {
         
     | 
| 
       6194 
6327 
     | 
    
         
             
                        size: string;
         
     | 
| 
       6195 
6328 
     | 
    
         
             
                    };
         
     | 
| 
      
 6329 
     | 
    
         
            +
                    position: {
         
     | 
| 
      
 6330 
     | 
    
         
            +
                        top: string;
         
     | 
| 
      
 6331 
     | 
    
         
            +
                        end: string;
         
     | 
| 
      
 6332 
     | 
    
         
            +
                    };
         
     | 
| 
      
 6333 
     | 
    
         
            +
                    size: {
         
     | 
| 
      
 6334 
     | 
    
         
            +
                        outer: {
         
     | 
| 
      
 6335 
     | 
    
         
            +
                            width: string;
         
     | 
| 
      
 6336 
     | 
    
         
            +
                            height: string;
         
     | 
| 
      
 6337 
     | 
    
         
            +
                        };
         
     | 
| 
      
 6338 
     | 
    
         
            +
                        inner: {
         
     | 
| 
      
 6339 
     | 
    
         
            +
                            width: string;
         
     | 
| 
      
 6340 
     | 
    
         
            +
                            height: string;
         
     | 
| 
      
 6341 
     | 
    
         
            +
                        };
         
     | 
| 
      
 6342 
     | 
    
         
            +
                    };
         
     | 
| 
       6196 
6343 
     | 
    
         
             
                    rounded: string;
         
     | 
| 
       6197 
     | 
    
         
            -
                    padding: string;
         
     | 
| 
       6198 
6344 
     | 
    
         
             
                    transition: {
         
     | 
| 
       6199 
6345 
     | 
    
         
             
                        property: string;
         
     | 
| 
       6200 
6346 
     | 
    
         
             
                        duration: string;
         
     | 
| 
         @@ -7654,6 +7800,7 @@ interface SelectPluginConfig { 
     | 
|
| 
       7654 
7800 
     | 
    
         
             
            declare const key$c: "slimscroll";
         
     | 
| 
       7655 
7801 
     | 
    
         
             
            declare const defaultConfig$b: {
         
     | 
| 
       7656 
7802 
     | 
    
         
             
                width: string;
         
     | 
| 
      
 7803 
     | 
    
         
            +
                height: string;
         
     | 
| 
       7657 
7804 
     | 
    
         
             
                background: {
         
     | 
| 
       7658 
7805 
     | 
    
         
             
                    base: {
         
     | 
| 
       7659 
7806 
     | 
    
         
             
                        light: string;
         
     | 
| 
         @@ -11103,20 +11250,7 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       11103 
11250 
     | 
    
         
             
                                duration?: string | undefined;
         
     | 
| 
       11104 
11251 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       11105 
11252 
     | 
    
         
             
                            size?: {
         
     | 
| 
       11106 
     | 
    
         
            -
                                 
     | 
| 
       11107 
     | 
    
         
            -
                                    button?: {
         
     | 
| 
       11108 
     | 
    
         
            -
                                        text?: string | undefined;
         
     | 
| 
       11109 
     | 
    
         
            -
                                        height?: string | undefined;
         
     | 
| 
       11110 
     | 
    
         
            -
                                        padding?: {
         
     | 
| 
       11111 
     | 
    
         
            -
                                            x?: string | undefined;
         
     | 
| 
       11112 
     | 
    
         
            -
                                            y?: string | undefined;
         
     | 
| 
       11113 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       11114 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       11115 
     | 
    
         
            -
                                    icon?: {
         
     | 
| 
       11116 
     | 
    
         
            -
                                        size?: string | undefined;
         
     | 
| 
       11117 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       11118 
     | 
    
         
            -
                                } | undefined;
         
     | 
| 
       11119 
     | 
    
         
            -
                                medium?: {
         
     | 
| 
      
 11253 
     | 
    
         
            +
                                sm?: {
         
     | 
| 
       11120 
11254 
     | 
    
         
             
                                    button?: {
         
     | 
| 
       11121 
11255 
     | 
    
         
             
                                        text?: string | undefined;
         
     | 
| 
       11122 
11256 
     | 
    
         
             
                                        height?: string | undefined;
         
     | 
| 
         @@ -11129,7 +11263,7 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       11129 
11263 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
       11130 
11264 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       11131 
11265 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       11132 
     | 
    
         
            -
                                 
     | 
| 
      
 11266 
     | 
    
         
            +
                                md?: {
         
     | 
| 
       11133 
11267 
     | 
    
         
             
                                    button?: {
         
     | 
| 
       11134 
11268 
     | 
    
         
             
                                        text?: string | undefined;
         
     | 
| 
       11135 
11269 
     | 
    
         
             
                                        height?: string | undefined;
         
     | 
| 
         @@ -11142,7 +11276,7 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       11142 
11276 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
       11143 
11277 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       11144 
11278 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       11145 
     | 
    
         
            -
                                 
     | 
| 
      
 11279 
     | 
    
         
            +
                                lg?: {
         
     | 
| 
       11146 
11280 
     | 
    
         
             
                                    button?: {
         
     | 
| 
       11147 
11281 
     | 
    
         
             
                                        text?: string | undefined;
         
     | 
| 
       11148 
11282 
     | 
    
         
             
                                        height?: string | undefined;
         
     | 
| 
         @@ -11158,9 +11292,9 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       11158 
11292 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       11159 
11293 
     | 
    
         
             
                            rounded?: {
         
     | 
| 
       11160 
11294 
     | 
    
         
             
                                none?: string | undefined;
         
     | 
| 
       11161 
     | 
    
         
            -
                                 
     | 
| 
       11162 
     | 
    
         
            -
                                 
     | 
| 
       11163 
     | 
    
         
            -
                                 
     | 
| 
      
 11295 
     | 
    
         
            +
                                sm?: string | undefined;
         
     | 
| 
      
 11296 
     | 
    
         
            +
                                md?: string | undefined;
         
     | 
| 
      
 11297 
     | 
    
         
            +
                                lg?: string | undefined;
         
     | 
| 
       11164 
11298 
     | 
    
         
             
                                full?: string | undefined;
         
     | 
| 
       11165 
11299 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       11166 
11300 
     | 
    
         
             
                            variant?: {
         
     | 
| 
         @@ -12514,6 +12648,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12514 
12648 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12515 
12649 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12516 
12650 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12651 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12652 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12653 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12654 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12655 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12656 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12657 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12658 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12517 
12659 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12518 
12660 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12519 
12661 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -12532,6 +12674,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12532 
12674 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12533 
12675 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12534 
12676 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12677 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12678 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12679 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12680 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12681 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12682 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12683 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12684 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12535 
12685 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12536 
12686 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12537 
12687 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -12550,6 +12700,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12550 
12700 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12551 
12701 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12552 
12702 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12703 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12704 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12705 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12706 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12707 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12708 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12709 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12710 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12553 
12711 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12554 
12712 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12555 
12713 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -12568,6 +12726,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12568 
12726 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12569 
12727 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12570 
12728 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12729 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12730 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12731 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12732 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12733 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12734 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12735 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12736 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12571 
12737 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12572 
12738 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12573 
12739 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -12586,6 +12752,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12586 
12752 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12587 
12753 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12588 
12754 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12755 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12756 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12757 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12758 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12759 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12760 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12761 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12762 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12589 
12763 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12590 
12764 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12591 
12765 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -12604,6 +12778,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12604 
12778 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12605 
12779 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12606 
12780 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12781 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12782 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12783 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12784 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12785 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12786 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12787 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12788 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12607 
12789 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12608 
12790 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12609 
12791 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -12622,6 +12804,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12622 
12804 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12623 
12805 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12624 
12806 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12807 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12808 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12809 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12810 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12811 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12812 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12813 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12814 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12625 
12815 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12626 
12816 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12627 
12817 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -12640,6 +12830,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12640 
12830 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12641 
12831 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12642 
12832 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12833 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12834 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12835 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12836 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12837 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12838 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12839 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12840 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12643 
12841 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12644 
12842 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12645 
12843 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -12658,6 +12856,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       12658 
12856 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       12659 
12857 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       12660 
12858 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 12859 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 12860 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12861 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12862 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 12863 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 12864 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 12865 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 12866 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       12661 
12867 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       12662 
12868 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       12663 
12869 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -13207,15 +13413,6 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       13207 
13413 
     | 
    
         
             
                                        duration?: string | undefined;
         
     | 
| 
       13208 
13414 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       13209 
13415 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       13210 
     | 
    
         
            -
                                text?: {
         
     | 
| 
       13211 
     | 
    
         
            -
                                    font?: {
         
     | 
| 
       13212 
     | 
    
         
            -
                                        family?: string | undefined;
         
     | 
| 
       13213 
     | 
    
         
            -
                                        color?: {
         
     | 
| 
       13214 
     | 
    
         
            -
                                            light?: string | undefined;
         
     | 
| 
       13215 
     | 
    
         
            -
                                            dark?: string | undefined;
         
     | 
| 
       13216 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       13217 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       13218 
     | 
    
         
            -
                                } | undefined;
         
     | 
| 
       13219 
13416 
     | 
    
         
             
                                chevron?: {
         
     | 
| 
       13220 
13417 
     | 
    
         
             
                                    size?: string | undefined;
         
     | 
| 
       13221 
13418 
     | 
    
         
             
                                    transition?: {
         
     | 
| 
         @@ -13562,6 +13759,30 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       13562 
13759 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       13563 
13760 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
       13564 
13761 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 13762 
     | 
    
         
            +
                                        muted?: {
         
     | 
| 
      
 13763 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 13764 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 13765 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 13766 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 13767 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 13768 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 13769 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 13770 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 13771 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 13772 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 13773 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 13774 
     | 
    
         
            +
                                        mutedContrast?: {
         
     | 
| 
      
 13775 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 13776 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 13777 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 13778 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 13779 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 13780 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 13781 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 13782 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 13783 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 13784 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 13785 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       13565 
13786 
     | 
    
         
             
                                        light?: {
         
     | 
| 
       13566 
13787 
     | 
    
         
             
                                            background?: {
         
     | 
| 
       13567 
13788 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
         @@ -13684,6 +13905,30 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       13684 
13905 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       13685 
13906 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
       13686 
13907 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 13908 
     | 
    
         
            +
                                        muted?: {
         
     | 
| 
      
 13909 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 13910 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 13911 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 13912 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 13913 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 13914 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 13915 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 13916 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 13917 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 13918 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 13919 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 13920 
     | 
    
         
            +
                                        mutedContrast?: {
         
     | 
| 
      
 13921 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 13922 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 13923 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 13924 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 13925 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 13926 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 13927 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 13928 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 13929 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 13930 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 13931 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       13687 
13932 
     | 
    
         
             
                                        light?: {
         
     | 
| 
       13688 
13933 
     | 
    
         
             
                                            background?: {
         
     | 
| 
       13689 
13934 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
         @@ -13814,6 +14059,38 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       13814 
14059 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       13815 
14060 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
       13816 
14061 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 14062 
     | 
    
         
            +
                                        muted?: {
         
     | 
| 
      
 14063 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 14064 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 14065 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 14066 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 14067 
     | 
    
         
            +
                                            border?: {
         
     | 
| 
      
 14068 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 14069 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 14070 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 14071 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 14072 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 14073 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 14074 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 14075 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 14076 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 14077 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 14078 
     | 
    
         
            +
                                        mutedContrast?: {
         
     | 
| 
      
 14079 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 14080 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 14081 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 14082 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 14083 
     | 
    
         
            +
                                            border?: {
         
     | 
| 
      
 14084 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 14085 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 14086 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 14087 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 14088 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 14089 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 14090 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 14091 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 14092 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 14093 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       13817 
14094 
     | 
    
         
             
                                        light?: {
         
     | 
| 
       13818 
14095 
     | 
    
         
             
                                            background?: {
         
     | 
| 
       13819 
14096 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
         @@ -15839,6 +16116,9 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       15839 
16116 
     | 
    
         
             
                        } | undefined;
         
     | 
| 
       15840 
16117 
     | 
    
         
             
                        mask?: {} | undefined;
         
     | 
| 
       15841 
16118 
     | 
    
         
             
                        message?: {
         
     | 
| 
      
 16119 
     | 
    
         
            +
                            safeArea?: {
         
     | 
| 
      
 16120 
     | 
    
         
            +
                                end?: string | undefined;
         
     | 
| 
      
 16121 
     | 
    
         
            +
                            } | undefined;
         
     | 
| 
       15842 
16122 
     | 
    
         
             
                            icon?: {
         
     | 
| 
       15843 
16123 
     | 
    
         
             
                                outer?: {
         
     | 
| 
       15844 
16124 
     | 
    
         
             
                                    size?: string | undefined;
         
     | 
| 
         @@ -15869,8 +16149,21 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       15869 
16149 
     | 
    
         
             
                                icon?: {
         
     | 
| 
       15870 
16150 
     | 
    
         
             
                                    size?: string | undefined;
         
     | 
| 
       15871 
16151 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
      
 16152 
     | 
    
         
            +
                                position?: {
         
     | 
| 
      
 16153 
     | 
    
         
            +
                                    top?: string | undefined;
         
     | 
| 
      
 16154 
     | 
    
         
            +
                                    end?: string | undefined;
         
     | 
| 
      
 16155 
     | 
    
         
            +
                                } | undefined;
         
     | 
| 
      
 16156 
     | 
    
         
            +
                                size?: {
         
     | 
| 
      
 16157 
     | 
    
         
            +
                                    outer?: {
         
     | 
| 
      
 16158 
     | 
    
         
            +
                                        width?: string | undefined;
         
     | 
| 
      
 16159 
     | 
    
         
            +
                                        height?: string | undefined;
         
     | 
| 
      
 16160 
     | 
    
         
            +
                                    } | undefined;
         
     | 
| 
      
 16161 
     | 
    
         
            +
                                    inner?: {
         
     | 
| 
      
 16162 
     | 
    
         
            +
                                        width?: string | undefined;
         
     | 
| 
      
 16163 
     | 
    
         
            +
                                        height?: string | undefined;
         
     | 
| 
      
 16164 
     | 
    
         
            +
                                    } | undefined;
         
     | 
| 
      
 16165 
     | 
    
         
            +
                                } | undefined;
         
     | 
| 
       15872 
16166 
     | 
    
         
             
                                rounded?: string | undefined;
         
     | 
| 
       15873 
     | 
    
         
            -
                                padding?: string | undefined;
         
     | 
| 
       15874 
16167 
     | 
    
         
             
                                transition?: {
         
     | 
| 
       15875 
16168 
     | 
    
         
             
                                    property?: string | undefined;
         
     | 
| 
       15876 
16169 
     | 
    
         
             
                                    duration?: string | undefined;
         
     | 
| 
         @@ -17258,6 +17551,7 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       17258 
17551 
     | 
    
         
             
                        } | undefined;
         
     | 
| 
       17259 
17552 
     | 
    
         
             
                        slimscroll?: {
         
     | 
| 
       17260 
17553 
     | 
    
         
             
                            width?: string | undefined;
         
     | 
| 
      
 17554 
     | 
    
         
            +
                            height?: string | undefined;
         
     | 
| 
       17261 
17555 
     | 
    
         
             
                            background?: {
         
     | 
| 
       17262 
17556 
     | 
    
         
             
                                base?: {
         
     | 
| 
       17263 
17557 
     | 
    
         
             
                                    light?: string | undefined;
         
     | 
| 
         @@ -20595,20 +20889,7 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       20595 
20889 
     | 
    
         
             
                                    duration?: string | undefined;
         
     | 
| 
       20596 
20890 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       20597 
20891 
     | 
    
         
             
                                size?: {
         
     | 
| 
       20598 
     | 
    
         
            -
                                     
     | 
| 
       20599 
     | 
    
         
            -
                                        button?: {
         
     | 
| 
       20600 
     | 
    
         
            -
                                            text?: string | undefined;
         
     | 
| 
       20601 
     | 
    
         
            -
                                            height?: string | undefined;
         
     | 
| 
       20602 
     | 
    
         
            -
                                            padding?: {
         
     | 
| 
       20603 
     | 
    
         
            -
                                                x?: string | undefined;
         
     | 
| 
       20604 
     | 
    
         
            -
                                                y?: string | undefined;
         
     | 
| 
       20605 
     | 
    
         
            -
                                            } | undefined;
         
     | 
| 
       20606 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       20607 
     | 
    
         
            -
                                        icon?: {
         
     | 
| 
       20608 
     | 
    
         
            -
                                            size?: string | undefined;
         
     | 
| 
       20609 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       20610 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       20611 
     | 
    
         
            -
                                    medium?: {
         
     | 
| 
      
 20892 
     | 
    
         
            +
                                    sm?: {
         
     | 
| 
       20612 
20893 
     | 
    
         
             
                                        button?: {
         
     | 
| 
       20613 
20894 
     | 
    
         
             
                                            text?: string | undefined;
         
     | 
| 
       20614 
20895 
     | 
    
         
             
                                            height?: string | undefined;
         
     | 
| 
         @@ -20621,7 +20902,7 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       20621 
20902 
     | 
    
         
             
                                            size?: string | undefined;
         
     | 
| 
       20622 
20903 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       20623 
20904 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       20624 
     | 
    
         
            -
                                     
     | 
| 
      
 20905 
     | 
    
         
            +
                                    md?: {
         
     | 
| 
       20625 
20906 
     | 
    
         
             
                                        button?: {
         
     | 
| 
       20626 
20907 
     | 
    
         
             
                                            text?: string | undefined;
         
     | 
| 
       20627 
20908 
     | 
    
         
             
                                            height?: string | undefined;
         
     | 
| 
         @@ -20634,7 +20915,7 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       20634 
20915 
     | 
    
         
             
                                            size?: string | undefined;
         
     | 
| 
       20635 
20916 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       20636 
20917 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       20637 
     | 
    
         
            -
                                     
     | 
| 
      
 20918 
     | 
    
         
            +
                                    lg?: {
         
     | 
| 
       20638 
20919 
     | 
    
         
             
                                        button?: {
         
     | 
| 
       20639 
20920 
     | 
    
         
             
                                            text?: string | undefined;
         
     | 
| 
       20640 
20921 
     | 
    
         
             
                                            height?: string | undefined;
         
     | 
| 
         @@ -20650,9 +20931,9 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       20650 
20931 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       20651 
20932 
     | 
    
         
             
                                rounded?: {
         
     | 
| 
       20652 
20933 
     | 
    
         
             
                                    none?: string | undefined;
         
     | 
| 
       20653 
     | 
    
         
            -
                                     
     | 
| 
       20654 
     | 
    
         
            -
                                     
     | 
| 
       20655 
     | 
    
         
            -
                                     
     | 
| 
      
 20934 
     | 
    
         
            +
                                    sm?: string | undefined;
         
     | 
| 
      
 20935 
     | 
    
         
            +
                                    md?: string | undefined;
         
     | 
| 
      
 20936 
     | 
    
         
            +
                                    lg?: string | undefined;
         
     | 
| 
       20656 
20937 
     | 
    
         
             
                                    full?: string | undefined;
         
     | 
| 
       20657 
20938 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       20658 
20939 
     | 
    
         
             
                                variant?: {
         
     | 
| 
         @@ -22006,6 +22287,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22006 
22287 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22007 
22288 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22008 
22289 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22290 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22291 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22292 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22293 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22294 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22295 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22296 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22297 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22009 
22298 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22010 
22299 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22011 
22300 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22024,6 +22313,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22024 
22313 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22025 
22314 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22026 
22315 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22316 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22317 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22318 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22319 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22320 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22321 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22322 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22323 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22027 
22324 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22028 
22325 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22029 
22326 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22042,6 +22339,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22042 
22339 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22043 
22340 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22044 
22341 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22342 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22343 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22344 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22345 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22346 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22347 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22348 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22349 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22045 
22350 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22046 
22351 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22047 
22352 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22060,6 +22365,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22060 
22365 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22061 
22366 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22062 
22367 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22368 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22369 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22370 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22371 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22372 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22373 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22374 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22375 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22063 
22376 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22064 
22377 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22065 
22378 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22078,6 +22391,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22078 
22391 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22079 
22392 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22080 
22393 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22394 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22395 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22396 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22397 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22398 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22399 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22400 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22401 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22081 
22402 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22082 
22403 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22083 
22404 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22096,6 +22417,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22096 
22417 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22097 
22418 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22098 
22419 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22420 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22421 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22422 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22423 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22424 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22425 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22426 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22427 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22099 
22428 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22100 
22429 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22101 
22430 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22114,6 +22443,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22114 
22443 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22115 
22444 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22116 
22445 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22446 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22447 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22448 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22449 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22450 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22451 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22452 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22453 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22117 
22454 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22118 
22455 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22119 
22456 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22132,6 +22469,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22132 
22469 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22133 
22470 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22134 
22471 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22472 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22473 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22474 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22475 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22476 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22477 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22478 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22479 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22135 
22480 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22136 
22481 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22137 
22482 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22150,6 +22495,14 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22150 
22495 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       22151 
22496 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       22152 
22497 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 22498 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 22499 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22500 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22501 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 22502 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 22503 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 22504 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 22505 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       22153 
22506 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22154 
22507 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       22155 
22508 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -22699,15 +23052,6 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       22699 
23052 
     | 
    
         
             
                                            duration?: string | undefined;
         
     | 
| 
       22700 
23053 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       22701 
23054 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       22702 
     | 
    
         
            -
                                    text?: {
         
     | 
| 
       22703 
     | 
    
         
            -
                                        font?: {
         
     | 
| 
       22704 
     | 
    
         
            -
                                            family?: string | undefined;
         
     | 
| 
       22705 
     | 
    
         
            -
                                            color?: {
         
     | 
| 
       22706 
     | 
    
         
            -
                                                light?: string | undefined;
         
     | 
| 
       22707 
     | 
    
         
            -
                                                dark?: string | undefined;
         
     | 
| 
       22708 
     | 
    
         
            -
                                            } | undefined;
         
     | 
| 
       22709 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       22710 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       22711 
23055 
     | 
    
         
             
                                    chevron?: {
         
     | 
| 
       22712 
23056 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
       22713 
23057 
     | 
    
         
             
                                        transition?: {
         
     | 
| 
         @@ -23054,6 +23398,30 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       23054 
23398 
     | 
    
         
             
                                                    } | undefined;
         
     | 
| 
       23055 
23399 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       23056 
23400 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 23401 
     | 
    
         
            +
                                            muted?: {
         
     | 
| 
      
 23402 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 23403 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 23404 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 23405 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23406 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 23407 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 23408 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 23409 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 23410 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 23411 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23412 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 23413 
     | 
    
         
            +
                                            mutedContrast?: {
         
     | 
| 
      
 23414 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 23415 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 23416 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 23417 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23418 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 23419 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 23420 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 23421 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 23422 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 23423 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23424 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       23057 
23425 
     | 
    
         
             
                                            light?: {
         
     | 
| 
       23058 
23426 
     | 
    
         
             
                                                background?: {
         
     | 
| 
       23059 
23427 
     | 
    
         
             
                                                    light?: string | undefined;
         
     | 
| 
         @@ -23176,6 +23544,30 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       23176 
23544 
     | 
    
         
             
                                                    } | undefined;
         
     | 
| 
       23177 
23545 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       23178 
23546 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 23547 
     | 
    
         
            +
                                            muted?: {
         
     | 
| 
      
 23548 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 23549 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 23550 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 23551 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23552 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 23553 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 23554 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 23555 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 23556 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 23557 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23558 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 23559 
     | 
    
         
            +
                                            mutedContrast?: {
         
     | 
| 
      
 23560 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 23561 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 23562 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 23563 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23564 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 23565 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 23566 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 23567 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 23568 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 23569 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23570 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       23179 
23571 
     | 
    
         
             
                                            light?: {
         
     | 
| 
       23180 
23572 
     | 
    
         
             
                                                background?: {
         
     | 
| 
       23181 
23573 
     | 
    
         
             
                                                    light?: string | undefined;
         
     | 
| 
         @@ -23306,6 +23698,38 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       23306 
23698 
     | 
    
         
             
                                                    } | undefined;
         
     | 
| 
       23307 
23699 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       23308 
23700 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 23701 
     | 
    
         
            +
                                            muted?: {
         
     | 
| 
      
 23702 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 23703 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 23704 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 23705 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23706 
     | 
    
         
            +
                                                border?: {
         
     | 
| 
      
 23707 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 23708 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 23709 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23710 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 23711 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 23712 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 23713 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 23714 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 23715 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23716 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 23717 
     | 
    
         
            +
                                            mutedContrast?: {
         
     | 
| 
      
 23718 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 23719 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 23720 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 23721 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23722 
     | 
    
         
            +
                                                border?: {
         
     | 
| 
      
 23723 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 23724 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 23725 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23726 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 23727 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 23728 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 23729 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 23730 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 23731 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 23732 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       23309 
23733 
     | 
    
         
             
                                            light?: {
         
     | 
| 
       23310 
23734 
     | 
    
         
             
                                                background?: {
         
     | 
| 
       23311 
23735 
     | 
    
         
             
                                                    light?: string | undefined;
         
     | 
| 
         @@ -25331,6 +25755,9 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       25331 
25755 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       25332 
25756 
     | 
    
         
             
                            mask?: {} | undefined;
         
     | 
| 
       25333 
25757 
     | 
    
         
             
                            message?: {
         
     | 
| 
      
 25758 
     | 
    
         
            +
                                safeArea?: {
         
     | 
| 
      
 25759 
     | 
    
         
            +
                                    end?: string | undefined;
         
     | 
| 
      
 25760 
     | 
    
         
            +
                                } | undefined;
         
     | 
| 
       25334 
25761 
     | 
    
         
             
                                icon?: {
         
     | 
| 
       25335 
25762 
     | 
    
         
             
                                    outer?: {
         
     | 
| 
       25336 
25763 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
         @@ -25361,8 +25788,21 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       25361 
25788 
     | 
    
         
             
                                    icon?: {
         
     | 
| 
       25362 
25789 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
       25363 
25790 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
      
 25791 
     | 
    
         
            +
                                    position?: {
         
     | 
| 
      
 25792 
     | 
    
         
            +
                                        top?: string | undefined;
         
     | 
| 
      
 25793 
     | 
    
         
            +
                                        end?: string | undefined;
         
     | 
| 
      
 25794 
     | 
    
         
            +
                                    } | undefined;
         
     | 
| 
      
 25795 
     | 
    
         
            +
                                    size?: {
         
     | 
| 
      
 25796 
     | 
    
         
            +
                                        outer?: {
         
     | 
| 
      
 25797 
     | 
    
         
            +
                                            width?: string | undefined;
         
     | 
| 
      
 25798 
     | 
    
         
            +
                                            height?: string | undefined;
         
     | 
| 
      
 25799 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 25800 
     | 
    
         
            +
                                        inner?: {
         
     | 
| 
      
 25801 
     | 
    
         
            +
                                            width?: string | undefined;
         
     | 
| 
      
 25802 
     | 
    
         
            +
                                            height?: string | undefined;
         
     | 
| 
      
 25803 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 25804 
     | 
    
         
            +
                                    } | undefined;
         
     | 
| 
       25364 
25805 
     | 
    
         
             
                                    rounded?: string | undefined;
         
     | 
| 
       25365 
     | 
    
         
            -
                                    padding?: string | undefined;
         
     | 
| 
       25366 
25806 
     | 
    
         
             
                                    transition?: {
         
     | 
| 
       25367 
25807 
     | 
    
         
             
                                        property?: string | undefined;
         
     | 
| 
       25368 
25808 
     | 
    
         
             
                                        duration?: string | undefined;
         
     | 
| 
         @@ -26750,6 +27190,7 @@ declare function createPreset({ theme, plugins, }?: { 
     | 
|
| 
       26750 
27190 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       26751 
27191 
     | 
    
         
             
                            slimscroll?: {
         
     | 
| 
       26752 
27192 
     | 
    
         
             
                                width?: string | undefined;
         
     | 
| 
      
 27193 
     | 
    
         
            +
                                height?: string | undefined;
         
     | 
| 
       26753 
27194 
     | 
    
         
             
                                background?: {
         
     | 
| 
       26754 
27195 
     | 
    
         
             
                                    base?: {
         
     | 
| 
       26755 
27196 
     | 
    
         
             
                                        light?: string | undefined;
         
     | 
| 
         @@ -30105,20 +30546,7 @@ declare const preset: { 
     | 
|
| 
       30105 
30546 
     | 
    
         
             
                                duration?: string | undefined;
         
     | 
| 
       30106 
30547 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       30107 
30548 
     | 
    
         
             
                            size?: {
         
     | 
| 
       30108 
     | 
    
         
            -
                                 
     | 
| 
       30109 
     | 
    
         
            -
                                    button?: {
         
     | 
| 
       30110 
     | 
    
         
            -
                                        text?: string | undefined;
         
     | 
| 
       30111 
     | 
    
         
            -
                                        height?: string | undefined;
         
     | 
| 
       30112 
     | 
    
         
            -
                                        padding?: {
         
     | 
| 
       30113 
     | 
    
         
            -
                                            x?: string | undefined;
         
     | 
| 
       30114 
     | 
    
         
            -
                                            y?: string | undefined;
         
     | 
| 
       30115 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       30116 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       30117 
     | 
    
         
            -
                                    icon?: {
         
     | 
| 
       30118 
     | 
    
         
            -
                                        size?: string | undefined;
         
     | 
| 
       30119 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       30120 
     | 
    
         
            -
                                } | undefined;
         
     | 
| 
       30121 
     | 
    
         
            -
                                medium?: {
         
     | 
| 
      
 30549 
     | 
    
         
            +
                                sm?: {
         
     | 
| 
       30122 
30550 
     | 
    
         
             
                                    button?: {
         
     | 
| 
       30123 
30551 
     | 
    
         
             
                                        text?: string | undefined;
         
     | 
| 
       30124 
30552 
     | 
    
         
             
                                        height?: string | undefined;
         
     | 
| 
         @@ -30131,7 +30559,7 @@ declare const preset: { 
     | 
|
| 
       30131 
30559 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
       30132 
30560 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       30133 
30561 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       30134 
     | 
    
         
            -
                                 
     | 
| 
      
 30562 
     | 
    
         
            +
                                md?: {
         
     | 
| 
       30135 
30563 
     | 
    
         
             
                                    button?: {
         
     | 
| 
       30136 
30564 
     | 
    
         
             
                                        text?: string | undefined;
         
     | 
| 
       30137 
30565 
     | 
    
         
             
                                        height?: string | undefined;
         
     | 
| 
         @@ -30144,7 +30572,7 @@ declare const preset: { 
     | 
|
| 
       30144 
30572 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
       30145 
30573 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       30146 
30574 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       30147 
     | 
    
         
            -
                                 
     | 
| 
      
 30575 
     | 
    
         
            +
                                lg?: {
         
     | 
| 
       30148 
30576 
     | 
    
         
             
                                    button?: {
         
     | 
| 
       30149 
30577 
     | 
    
         
             
                                        text?: string | undefined;
         
     | 
| 
       30150 
30578 
     | 
    
         
             
                                        height?: string | undefined;
         
     | 
| 
         @@ -30160,9 +30588,9 @@ declare const preset: { 
     | 
|
| 
       30160 
30588 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       30161 
30589 
     | 
    
         
             
                            rounded?: {
         
     | 
| 
       30162 
30590 
     | 
    
         
             
                                none?: string | undefined;
         
     | 
| 
       30163 
     | 
    
         
            -
                                 
     | 
| 
       30164 
     | 
    
         
            -
                                 
     | 
| 
       30165 
     | 
    
         
            -
                                 
     | 
| 
      
 30591 
     | 
    
         
            +
                                sm?: string | undefined;
         
     | 
| 
      
 30592 
     | 
    
         
            +
                                md?: string | undefined;
         
     | 
| 
      
 30593 
     | 
    
         
            +
                                lg?: string | undefined;
         
     | 
| 
       30166 
30594 
     | 
    
         
             
                                full?: string | undefined;
         
     | 
| 
       30167 
30595 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       30168 
30596 
     | 
    
         
             
                            variant?: {
         
     | 
| 
         @@ -31516,6 +31944,14 @@ declare const preset: { 
     | 
|
| 
       31516 
31944 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31517 
31945 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31518 
31946 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 31947 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 31948 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 31949 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 31950 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 31951 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 31952 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 31953 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 31954 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31519 
31955 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31520 
31956 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31521 
31957 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -31534,6 +31970,14 @@ declare const preset: { 
     | 
|
| 
       31534 
31970 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31535 
31971 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31536 
31972 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 31973 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 31974 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 31975 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 31976 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 31977 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 31978 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 31979 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 31980 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31537 
31981 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31538 
31982 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31539 
31983 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -31552,6 +31996,14 @@ declare const preset: { 
     | 
|
| 
       31552 
31996 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31553 
31997 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31554 
31998 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 31999 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 32000 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32001 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32002 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 32003 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 32004 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32005 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32006 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31555 
32007 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31556 
32008 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31557 
32009 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -31570,6 +32022,14 @@ declare const preset: { 
     | 
|
| 
       31570 
32022 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31571 
32023 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31572 
32024 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 32025 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 32026 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32027 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32028 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 32029 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 32030 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32031 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32032 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31573 
32033 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31574 
32034 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31575 
32035 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -31588,6 +32048,14 @@ declare const preset: { 
     | 
|
| 
       31588 
32048 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31589 
32049 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31590 
32050 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 32051 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 32052 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32053 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32054 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 32055 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 32056 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32057 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32058 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31591 
32059 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31592 
32060 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31593 
32061 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -31606,6 +32074,14 @@ declare const preset: { 
     | 
|
| 
       31606 
32074 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31607 
32075 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31608 
32076 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 32077 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 32078 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32079 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32080 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 32081 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 32082 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32083 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32084 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31609 
32085 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31610 
32086 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31611 
32087 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -31624,6 +32100,14 @@ declare const preset: { 
     | 
|
| 
       31624 
32100 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31625 
32101 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31626 
32102 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 32103 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 32104 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32105 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32106 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 32107 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 32108 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32109 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32110 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31627 
32111 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31628 
32112 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31629 
32113 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -31642,6 +32126,14 @@ declare const preset: { 
     | 
|
| 
       31642 
32126 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31643 
32127 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31644 
32128 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 32129 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 32130 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32131 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32132 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 32133 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 32134 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32135 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32136 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31645 
32137 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31646 
32138 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31647 
32139 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -31660,6 +32152,14 @@ declare const preset: { 
     | 
|
| 
       31660 
32152 
     | 
    
         
             
                                            light?: string | undefined;
         
     | 
| 
       31661 
32153 
     | 
    
         
             
                                            dark?: string | undefined;
         
     | 
| 
       31662 
32154 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 32155 
     | 
    
         
            +
                                        focus?: {
         
     | 
| 
      
 32156 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32157 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32158 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 32159 
     | 
    
         
            +
                                        active?: {
         
     | 
| 
      
 32160 
     | 
    
         
            +
                                            light?: string | undefined;
         
     | 
| 
      
 32161 
     | 
    
         
            +
                                            dark?: string | undefined;
         
     | 
| 
      
 32162 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       31663 
32163 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       31664 
32164 
     | 
    
         
             
                                    font?: {
         
     | 
| 
       31665 
32165 
     | 
    
         
             
                                        color?: {
         
     | 
| 
         @@ -32209,15 +32709,6 @@ declare const preset: { 
     | 
|
| 
       32209 
32709 
     | 
    
         
             
                                        duration?: string | undefined;
         
     | 
| 
       32210 
32710 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       32211 
32711 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       32212 
     | 
    
         
            -
                                text?: {
         
     | 
| 
       32213 
     | 
    
         
            -
                                    font?: {
         
     | 
| 
       32214 
     | 
    
         
            -
                                        family?: string | undefined;
         
     | 
| 
       32215 
     | 
    
         
            -
                                        color?: {
         
     | 
| 
       32216 
     | 
    
         
            -
                                            light?: string | undefined;
         
     | 
| 
       32217 
     | 
    
         
            -
                                            dark?: string | undefined;
         
     | 
| 
       32218 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       32219 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       32220 
     | 
    
         
            -
                                } | undefined;
         
     | 
| 
       32221 
32712 
     | 
    
         
             
                                chevron?: {
         
     | 
| 
       32222 
32713 
     | 
    
         
             
                                    size?: string | undefined;
         
     | 
| 
       32223 
32714 
     | 
    
         
             
                                    transition?: {
         
     | 
| 
         @@ -32564,6 +33055,30 @@ declare const preset: { 
     | 
|
| 
       32564 
33055 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       32565 
33056 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
       32566 
33057 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 33058 
     | 
    
         
            +
                                        muted?: {
         
     | 
| 
      
 33059 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 33060 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 33061 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 33062 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33063 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 33064 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 33065 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 33066 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 33067 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 33068 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33069 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 33070 
     | 
    
         
            +
                                        mutedContrast?: {
         
     | 
| 
      
 33071 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 33072 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 33073 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 33074 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33075 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 33076 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 33077 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 33078 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 33079 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 33080 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33081 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       32567 
33082 
     | 
    
         
             
                                        light?: {
         
     | 
| 
       32568 
33083 
     | 
    
         
             
                                            background?: {
         
     | 
| 
       32569 
33084 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
         @@ -32686,6 +33201,30 @@ declare const preset: { 
     | 
|
| 
       32686 
33201 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       32687 
33202 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
       32688 
33203 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 33204 
     | 
    
         
            +
                                        muted?: {
         
     | 
| 
      
 33205 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 33206 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 33207 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 33208 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33209 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 33210 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 33211 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 33212 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 33213 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 33214 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33215 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 33216 
     | 
    
         
            +
                                        mutedContrast?: {
         
     | 
| 
      
 33217 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 33218 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 33219 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 33220 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33221 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 33222 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 33223 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 33224 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 33225 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 33226 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33227 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       32689 
33228 
     | 
    
         
             
                                        light?: {
         
     | 
| 
       32690 
33229 
     | 
    
         
             
                                            background?: {
         
     | 
| 
       32691 
33230 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
         @@ -32816,6 +33355,38 @@ declare const preset: { 
     | 
|
| 
       32816 
33355 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       32817 
33356 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
       32818 
33357 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
      
 33358 
     | 
    
         
            +
                                        muted?: {
         
     | 
| 
      
 33359 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 33360 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 33361 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 33362 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33363 
     | 
    
         
            +
                                            border?: {
         
     | 
| 
      
 33364 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 33365 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 33366 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33367 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 33368 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 33369 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 33370 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 33371 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 33372 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33373 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 33374 
     | 
    
         
            +
                                        mutedContrast?: {
         
     | 
| 
      
 33375 
     | 
    
         
            +
                                            background?: {
         
     | 
| 
      
 33376 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 33377 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 33378 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33379 
     | 
    
         
            +
                                            border?: {
         
     | 
| 
      
 33380 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 33381 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 33382 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33383 
     | 
    
         
            +
                                            font?: {
         
     | 
| 
      
 33384 
     | 
    
         
            +
                                                color?: {
         
     | 
| 
      
 33385 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 33386 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 33387 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 33388 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 33389 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
       32819 
33390 
     | 
    
         
             
                                        light?: {
         
     | 
| 
       32820 
33391 
     | 
    
         
             
                                            background?: {
         
     | 
| 
       32821 
33392 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
         @@ -34841,6 +35412,9 @@ declare const preset: { 
     | 
|
| 
       34841 
35412 
     | 
    
         
             
                        } | undefined;
         
     | 
| 
       34842 
35413 
     | 
    
         
             
                        mask?: {} | undefined;
         
     | 
| 
       34843 
35414 
     | 
    
         
             
                        message?: {
         
     | 
| 
      
 35415 
     | 
    
         
            +
                            safeArea?: {
         
     | 
| 
      
 35416 
     | 
    
         
            +
                                end?: string | undefined;
         
     | 
| 
      
 35417 
     | 
    
         
            +
                            } | undefined;
         
     | 
| 
       34844 
35418 
     | 
    
         
             
                            icon?: {
         
     | 
| 
       34845 
35419 
     | 
    
         
             
                                outer?: {
         
     | 
| 
       34846 
35420 
     | 
    
         
             
                                    size?: string | undefined;
         
     | 
| 
         @@ -34871,8 +35445,21 @@ declare const preset: { 
     | 
|
| 
       34871 
35445 
     | 
    
         
             
                                icon?: {
         
     | 
| 
       34872 
35446 
     | 
    
         
             
                                    size?: string | undefined;
         
     | 
| 
       34873 
35447 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
      
 35448 
     | 
    
         
            +
                                position?: {
         
     | 
| 
      
 35449 
     | 
    
         
            +
                                    top?: string | undefined;
         
     | 
| 
      
 35450 
     | 
    
         
            +
                                    end?: string | undefined;
         
     | 
| 
      
 35451 
     | 
    
         
            +
                                } | undefined;
         
     | 
| 
      
 35452 
     | 
    
         
            +
                                size?: {
         
     | 
| 
      
 35453 
     | 
    
         
            +
                                    outer?: {
         
     | 
| 
      
 35454 
     | 
    
         
            +
                                        width?: string | undefined;
         
     | 
| 
      
 35455 
     | 
    
         
            +
                                        height?: string | undefined;
         
     | 
| 
      
 35456 
     | 
    
         
            +
                                    } | undefined;
         
     | 
| 
      
 35457 
     | 
    
         
            +
                                    inner?: {
         
     | 
| 
      
 35458 
     | 
    
         
            +
                                        width?: string | undefined;
         
     | 
| 
      
 35459 
     | 
    
         
            +
                                        height?: string | undefined;
         
     | 
| 
      
 35460 
     | 
    
         
            +
                                    } | undefined;
         
     | 
| 
      
 35461 
     | 
    
         
            +
                                } | undefined;
         
     | 
| 
       34874 
35462 
     | 
    
         
             
                                rounded?: string | undefined;
         
     | 
| 
       34875 
     | 
    
         
            -
                                padding?: string | undefined;
         
     | 
| 
       34876 
35463 
     | 
    
         
             
                                transition?: {
         
     | 
| 
       34877 
35464 
     | 
    
         
             
                                    property?: string | undefined;
         
     | 
| 
       34878 
35465 
     | 
    
         
             
                                    duration?: string | undefined;
         
     | 
| 
         @@ -36260,6 +36847,7 @@ declare const preset: { 
     | 
|
| 
       36260 
36847 
     | 
    
         
             
                        } | undefined;
         
     | 
| 
       36261 
36848 
     | 
    
         
             
                        slimscroll?: {
         
     | 
| 
       36262 
36849 
     | 
    
         
             
                            width?: string | undefined;
         
     | 
| 
      
 36850 
     | 
    
         
            +
                            height?: string | undefined;
         
     | 
| 
       36263 
36851 
     | 
    
         
             
                            background?: {
         
     | 
| 
       36264 
36852 
     | 
    
         
             
                                base?: {
         
     | 
| 
       36265 
36853 
     | 
    
         
             
                                    light?: string | undefined;
         
     | 
| 
         @@ -39597,20 +40185,7 @@ declare const preset: { 
     | 
|
| 
       39597 
40185 
     | 
    
         
             
                                    duration?: string | undefined;
         
     | 
| 
       39598 
40186 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       39599 
40187 
     | 
    
         
             
                                size?: {
         
     | 
| 
       39600 
     | 
    
         
            -
                                     
     | 
| 
       39601 
     | 
    
         
            -
                                        button?: {
         
     | 
| 
       39602 
     | 
    
         
            -
                                            text?: string | undefined;
         
     | 
| 
       39603 
     | 
    
         
            -
                                            height?: string | undefined;
         
     | 
| 
       39604 
     | 
    
         
            -
                                            padding?: {
         
     | 
| 
       39605 
     | 
    
         
            -
                                                x?: string | undefined;
         
     | 
| 
       39606 
     | 
    
         
            -
                                                y?: string | undefined;
         
     | 
| 
       39607 
     | 
    
         
            -
                                            } | undefined;
         
     | 
| 
       39608 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       39609 
     | 
    
         
            -
                                        icon?: {
         
     | 
| 
       39610 
     | 
    
         
            -
                                            size?: string | undefined;
         
     | 
| 
       39611 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       39612 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       39613 
     | 
    
         
            -
                                    medium?: {
         
     | 
| 
      
 40188 
     | 
    
         
            +
                                    sm?: {
         
     | 
| 
       39614 
40189 
     | 
    
         
             
                                        button?: {
         
     | 
| 
       39615 
40190 
     | 
    
         
             
                                            text?: string | undefined;
         
     | 
| 
       39616 
40191 
     | 
    
         
             
                                            height?: string | undefined;
         
     | 
| 
         @@ -39623,7 +40198,7 @@ declare const preset: { 
     | 
|
| 
       39623 
40198 
     | 
    
         
             
                                            size?: string | undefined;
         
     | 
| 
       39624 
40199 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       39625 
40200 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       39626 
     | 
    
         
            -
                                     
     | 
| 
      
 40201 
     | 
    
         
            +
                                    md?: {
         
     | 
| 
       39627 
40202 
     | 
    
         
             
                                        button?: {
         
     | 
| 
       39628 
40203 
     | 
    
         
             
                                            text?: string | undefined;
         
     | 
| 
       39629 
40204 
     | 
    
         
             
                                            height?: string | undefined;
         
     | 
| 
         @@ -39636,7 +40211,7 @@ declare const preset: { 
     | 
|
| 
       39636 
40211 
     | 
    
         
             
                                            size?: string | undefined;
         
     | 
| 
       39637 
40212 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       39638 
40213 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       39639 
     | 
    
         
            -
                                     
     | 
| 
      
 40214 
     | 
    
         
            +
                                    lg?: {
         
     | 
| 
       39640 
40215 
     | 
    
         
             
                                        button?: {
         
     | 
| 
       39641 
40216 
     | 
    
         
             
                                            text?: string | undefined;
         
     | 
| 
       39642 
40217 
     | 
    
         
             
                                            height?: string | undefined;
         
     | 
| 
         @@ -39652,9 +40227,9 @@ declare const preset: { 
     | 
|
| 
       39652 
40227 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       39653 
40228 
     | 
    
         
             
                                rounded?: {
         
     | 
| 
       39654 
40229 
     | 
    
         
             
                                    none?: string | undefined;
         
     | 
| 
       39655 
     | 
    
         
            -
                                     
     | 
| 
       39656 
     | 
    
         
            -
                                     
     | 
| 
       39657 
     | 
    
         
            -
                                     
     | 
| 
      
 40230 
     | 
    
         
            +
                                    sm?: string | undefined;
         
     | 
| 
      
 40231 
     | 
    
         
            +
                                    md?: string | undefined;
         
     | 
| 
      
 40232 
     | 
    
         
            +
                                    lg?: string | undefined;
         
     | 
| 
       39658 
40233 
     | 
    
         
             
                                    full?: string | undefined;
         
     | 
| 
       39659 
40234 
     | 
    
         
             
                                } | undefined;
         
     | 
| 
       39660 
40235 
     | 
    
         
             
                                variant?: {
         
     | 
| 
         @@ -41008,6 +41583,14 @@ declare const preset: { 
     | 
|
| 
       41008 
41583 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41009 
41584 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41010 
41585 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41586 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41587 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41588 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41589 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41590 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41591 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41592 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41593 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41011 
41594 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41012 
41595 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41013 
41596 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41026,6 +41609,14 @@ declare const preset: { 
     | 
|
| 
       41026 
41609 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41027 
41610 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41028 
41611 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41612 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41613 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41614 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41615 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41616 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41617 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41618 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41619 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41029 
41620 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41030 
41621 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41031 
41622 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41044,6 +41635,14 @@ declare const preset: { 
     | 
|
| 
       41044 
41635 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41045 
41636 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41046 
41637 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41638 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41639 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41640 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41641 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41642 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41643 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41644 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41645 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41047 
41646 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41048 
41647 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41049 
41648 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41062,6 +41661,14 @@ declare const preset: { 
     | 
|
| 
       41062 
41661 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41063 
41662 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41064 
41663 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41664 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41665 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41666 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41667 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41668 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41669 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41670 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41671 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41065 
41672 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41066 
41673 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41067 
41674 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41080,6 +41687,14 @@ declare const preset: { 
     | 
|
| 
       41080 
41687 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41081 
41688 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41082 
41689 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41690 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41691 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41692 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41693 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41694 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41695 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41696 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41697 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41083 
41698 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41084 
41699 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41085 
41700 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41098,6 +41713,14 @@ declare const preset: { 
     | 
|
| 
       41098 
41713 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41099 
41714 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41100 
41715 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41716 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41717 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41718 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41719 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41720 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41721 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41722 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41723 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41101 
41724 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41102 
41725 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41103 
41726 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41116,6 +41739,14 @@ declare const preset: { 
     | 
|
| 
       41116 
41739 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41117 
41740 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41118 
41741 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41742 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41743 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41744 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41745 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41746 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41747 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41748 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41749 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41119 
41750 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41120 
41751 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41121 
41752 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41134,6 +41765,14 @@ declare const preset: { 
     | 
|
| 
       41134 
41765 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41135 
41766 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41136 
41767 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41768 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41769 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41770 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41771 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41772 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41773 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41774 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41775 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41137 
41776 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41138 
41777 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41139 
41778 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41152,6 +41791,14 @@ declare const preset: { 
     | 
|
| 
       41152 
41791 
     | 
    
         
             
                                                light?: string | undefined;
         
     | 
| 
       41153 
41792 
     | 
    
         
             
                                                dark?: string | undefined;
         
     | 
| 
       41154 
41793 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 41794 
     | 
    
         
            +
                                            focus?: {
         
     | 
| 
      
 41795 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41796 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41797 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 41798 
     | 
    
         
            +
                                            active?: {
         
     | 
| 
      
 41799 
     | 
    
         
            +
                                                light?: string | undefined;
         
     | 
| 
      
 41800 
     | 
    
         
            +
                                                dark?: string | undefined;
         
     | 
| 
      
 41801 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       41155 
41802 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41156 
41803 
     | 
    
         
             
                                        font?: {
         
     | 
| 
       41157 
41804 
     | 
    
         
             
                                            color?: {
         
     | 
| 
         @@ -41701,15 +42348,6 @@ declare const preset: { 
     | 
|
| 
       41701 
42348 
     | 
    
         
             
                                            duration?: string | undefined;
         
     | 
| 
       41702 
42349 
     | 
    
         
             
                                        } | undefined;
         
     | 
| 
       41703 
42350 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
       41704 
     | 
    
         
            -
                                    text?: {
         
     | 
| 
       41705 
     | 
    
         
            -
                                        font?: {
         
     | 
| 
       41706 
     | 
    
         
            -
                                            family?: string | undefined;
         
     | 
| 
       41707 
     | 
    
         
            -
                                            color?: {
         
     | 
| 
       41708 
     | 
    
         
            -
                                                light?: string | undefined;
         
     | 
| 
       41709 
     | 
    
         
            -
                                                dark?: string | undefined;
         
     | 
| 
       41710 
     | 
    
         
            -
                                            } | undefined;
         
     | 
| 
       41711 
     | 
    
         
            -
                                        } | undefined;
         
     | 
| 
       41712 
     | 
    
         
            -
                                    } | undefined;
         
     | 
| 
       41713 
42351 
     | 
    
         
             
                                    chevron?: {
         
     | 
| 
       41714 
42352 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
       41715 
42353 
     | 
    
         
             
                                        transition?: {
         
     | 
| 
         @@ -42056,6 +42694,30 @@ declare const preset: { 
     | 
|
| 
       42056 
42694 
     | 
    
         
             
                                                    } | undefined;
         
     | 
| 
       42057 
42695 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       42058 
42696 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 42697 
     | 
    
         
            +
                                            muted?: {
         
     | 
| 
      
 42698 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 42699 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 42700 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 42701 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 42702 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 42703 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 42704 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 42705 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 42706 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 42707 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 42708 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 42709 
     | 
    
         
            +
                                            mutedContrast?: {
         
     | 
| 
      
 42710 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 42711 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 42712 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 42713 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 42714 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 42715 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 42716 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 42717 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 42718 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 42719 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 42720 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       42059 
42721 
     | 
    
         
             
                                            light?: {
         
     | 
| 
       42060 
42722 
     | 
    
         
             
                                                background?: {
         
     | 
| 
       42061 
42723 
     | 
    
         
             
                                                    light?: string | undefined;
         
     | 
| 
         @@ -42178,6 +42840,30 @@ declare const preset: { 
     | 
|
| 
       42178 
42840 
     | 
    
         
             
                                                    } | undefined;
         
     | 
| 
       42179 
42841 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       42180 
42842 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 42843 
     | 
    
         
            +
                                            muted?: {
         
     | 
| 
      
 42844 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 42845 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 42846 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 42847 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 42848 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 42849 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 42850 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 42851 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 42852 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 42853 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 42854 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 42855 
     | 
    
         
            +
                                            mutedContrast?: {
         
     | 
| 
      
 42856 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 42857 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 42858 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 42859 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 42860 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 42861 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 42862 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 42863 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 42864 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 42865 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 42866 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       42181 
42867 
     | 
    
         
             
                                            light?: {
         
     | 
| 
       42182 
42868 
     | 
    
         
             
                                                background?: {
         
     | 
| 
       42183 
42869 
     | 
    
         
             
                                                    light?: string | undefined;
         
     | 
| 
         @@ -42308,6 +42994,38 @@ declare const preset: { 
     | 
|
| 
       42308 
42994 
     | 
    
         
             
                                                    } | undefined;
         
     | 
| 
       42309 
42995 
     | 
    
         
             
                                                } | undefined;
         
     | 
| 
       42310 
42996 
     | 
    
         
             
                                            } | undefined;
         
     | 
| 
      
 42997 
     | 
    
         
            +
                                            muted?: {
         
     | 
| 
      
 42998 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 42999 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 43000 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 43001 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 43002 
     | 
    
         
            +
                                                border?: {
         
     | 
| 
      
 43003 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 43004 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 43005 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 43006 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 43007 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 43008 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 43009 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 43010 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 43011 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 43012 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
      
 43013 
     | 
    
         
            +
                                            mutedContrast?: {
         
     | 
| 
      
 43014 
     | 
    
         
            +
                                                background?: {
         
     | 
| 
      
 43015 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 43016 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 43017 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 43018 
     | 
    
         
            +
                                                border?: {
         
     | 
| 
      
 43019 
     | 
    
         
            +
                                                    light?: string | undefined;
         
     | 
| 
      
 43020 
     | 
    
         
            +
                                                    dark?: string | undefined;
         
     | 
| 
      
 43021 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 43022 
     | 
    
         
            +
                                                font?: {
         
     | 
| 
      
 43023 
     | 
    
         
            +
                                                    color?: {
         
     | 
| 
      
 43024 
     | 
    
         
            +
                                                        light?: string | undefined;
         
     | 
| 
      
 43025 
     | 
    
         
            +
                                                        dark?: string | undefined;
         
     | 
| 
      
 43026 
     | 
    
         
            +
                                                    } | undefined;
         
     | 
| 
      
 43027 
     | 
    
         
            +
                                                } | undefined;
         
     | 
| 
      
 43028 
     | 
    
         
            +
                                            } | undefined;
         
     | 
| 
       42311 
43029 
     | 
    
         
             
                                            light?: {
         
     | 
| 
       42312 
43030 
     | 
    
         
             
                                                background?: {
         
     | 
| 
       42313 
43031 
     | 
    
         
             
                                                    light?: string | undefined;
         
     | 
| 
         @@ -44333,6 +45051,9 @@ declare const preset: { 
     | 
|
| 
       44333 
45051 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       44334 
45052 
     | 
    
         
             
                            mask?: {} | undefined;
         
     | 
| 
       44335 
45053 
     | 
    
         
             
                            message?: {
         
     | 
| 
      
 45054 
     | 
    
         
            +
                                safeArea?: {
         
     | 
| 
      
 45055 
     | 
    
         
            +
                                    end?: string | undefined;
         
     | 
| 
      
 45056 
     | 
    
         
            +
                                } | undefined;
         
     | 
| 
       44336 
45057 
     | 
    
         
             
                                icon?: {
         
     | 
| 
       44337 
45058 
     | 
    
         
             
                                    outer?: {
         
     | 
| 
       44338 
45059 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
         @@ -44363,8 +45084,21 @@ declare const preset: { 
     | 
|
| 
       44363 
45084 
     | 
    
         
             
                                    icon?: {
         
     | 
| 
       44364 
45085 
     | 
    
         
             
                                        size?: string | undefined;
         
     | 
| 
       44365 
45086 
     | 
    
         
             
                                    } | undefined;
         
     | 
| 
      
 45087 
     | 
    
         
            +
                                    position?: {
         
     | 
| 
      
 45088 
     | 
    
         
            +
                                        top?: string | undefined;
         
     | 
| 
      
 45089 
     | 
    
         
            +
                                        end?: string | undefined;
         
     | 
| 
      
 45090 
     | 
    
         
            +
                                    } | undefined;
         
     | 
| 
      
 45091 
     | 
    
         
            +
                                    size?: {
         
     | 
| 
      
 45092 
     | 
    
         
            +
                                        outer?: {
         
     | 
| 
      
 45093 
     | 
    
         
            +
                                            width?: string | undefined;
         
     | 
| 
      
 45094 
     | 
    
         
            +
                                            height?: string | undefined;
         
     | 
| 
      
 45095 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 45096 
     | 
    
         
            +
                                        inner?: {
         
     | 
| 
      
 45097 
     | 
    
         
            +
                                            width?: string | undefined;
         
     | 
| 
      
 45098 
     | 
    
         
            +
                                            height?: string | undefined;
         
     | 
| 
      
 45099 
     | 
    
         
            +
                                        } | undefined;
         
     | 
| 
      
 45100 
     | 
    
         
            +
                                    } | undefined;
         
     | 
| 
       44366 
45101 
     | 
    
         
             
                                    rounded?: string | undefined;
         
     | 
| 
       44367 
     | 
    
         
            -
                                    padding?: string | undefined;
         
     | 
| 
       44368 
45102 
     | 
    
         
             
                                    transition?: {
         
     | 
| 
       44369 
45103 
     | 
    
         
             
                                        property?: string | undefined;
         
     | 
| 
       44370 
45104 
     | 
    
         
             
                                        duration?: string | undefined;
         
     | 
| 
         @@ -45752,6 +46486,7 @@ declare const preset: { 
     | 
|
| 
       45752 
46486 
     | 
    
         
             
                            } | undefined;
         
     | 
| 
       45753 
46487 
     | 
    
         
             
                            slimscroll?: {
         
     | 
| 
       45754 
46488 
     | 
    
         
             
                                width?: string | undefined;
         
     | 
| 
      
 46489 
     | 
    
         
            +
                                height?: string | undefined;
         
     | 
| 
       45755 
46490 
     | 
    
         
             
                                background?: {
         
     | 
| 
       45756 
46491 
     | 
    
         
             
                                    base?: {
         
     | 
| 
       45757 
46492 
     | 
    
         
             
                                        light?: string | undefined;
         
     |