@redis-ui/styles 12.5.0 → 12.7.0
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.js +373 -340
- package/dist/index.umd.cjs +14 -14
- package/dist/themes/themeDark/theme/components/moreInfoIcon.d.ts +3 -0
- package/dist/themes/themeLight/theme/components/moreInfoIcon.d.ts +3 -0
- package/dist/themes/themeOld/components/moreInfoIcon.d.ts +3 -0
- package/dist/themes/types/theme/components/drawer.types.d.ts +4 -0
- package/dist/themes/types/theme/components/index.d.ts +1 -0
- package/dist/themes/types/theme/components/modal.types.d.ts +4 -0
- package/dist/themes/types/theme/components/moreInfoIcon.types.d.ts +3 -0
- package/dist/themes/types/theme/theme.types.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useTheme as To, css as $r, ThemeProvider as Fo, createGlobalStyle as
|
|
2
|
-
import Ae, { useRef as Ge, useCallback as wr, useState as Ce, useEffect as Dr, useLayoutEffect as
|
|
1
|
+
import { useTheme as To, css as $r, ThemeProvider as Fo, createGlobalStyle as Io } from "styled-components";
|
|
2
|
+
import Ae, { useRef as Ge, useCallback as wr, useState as Ce, useEffect as Dr, useLayoutEffect as Eo, createContext as Oo, useMemo as Mo, useContext as _o } from "react";
|
|
3
3
|
const l = {
|
|
4
4
|
transparent: "#00000000",
|
|
5
5
|
pink500: "#de47bb",
|
|
@@ -1927,8 +1927,8 @@ function Tt(t, a) {
|
|
|
1927
1927
|
lightness: cr(0, 1, s.lightness + parseFloat(t))
|
|
1928
1928
|
}));
|
|
1929
1929
|
}
|
|
1930
|
-
var Ft = H(Tt),
|
|
1931
|
-
function
|
|
1930
|
+
var Ft = H(Tt), It = Ft;
|
|
1931
|
+
function Et(t, a, s) {
|
|
1932
1932
|
if (a === "transparent") return s;
|
|
1933
1933
|
if (s === "transparent") return a;
|
|
1934
1934
|
if (t === 0) return s;
|
|
@@ -1944,7 +1944,7 @@ function It(t, a, s) {
|
|
|
1944
1944
|
};
|
|
1945
1945
|
return zr(R);
|
|
1946
1946
|
}
|
|
1947
|
-
var Ot = H(
|
|
1947
|
+
var Ot = H(Et), Ne = Ot;
|
|
1948
1948
|
function Mt(t, a) {
|
|
1949
1949
|
if (a === "transparent") return a;
|
|
1950
1950
|
var s = tr(a), u = typeof s.alpha == "number" ? s.alpha : 1, d = B({}, s, {
|
|
@@ -1996,9 +1996,9 @@ function At(t, a) {
|
|
|
1996
1996
|
}
|
|
1997
1997
|
H(At);
|
|
1998
1998
|
const F = (t, a) => Qo(t, a);
|
|
1999
|
-
function
|
|
1999
|
+
function _n(t) {
|
|
2000
2000
|
const a = Wt(t), s = Math.max(Math.abs(a - 0.5) * 1.2, 0.3);
|
|
2001
|
-
return a < 0.5 ?
|
|
2001
|
+
return a < 0.5 ? It(s, t) : Rt(s, t);
|
|
2002
2002
|
}
|
|
2003
2003
|
const Gt = {
|
|
2004
2004
|
shadow: o.core.shadow.shadow500,
|
|
@@ -2011,6 +2011,10 @@ const Gt = {
|
|
|
2011
2011
|
closeIconColor: o.semantic.color.icon.neutral800,
|
|
2012
2012
|
textColor: o.semantic.color.text.neutral800
|
|
2013
2013
|
},
|
|
2014
|
+
description: {
|
|
2015
|
+
blockPadding: "3rem 0",
|
|
2016
|
+
textColor: o.semantic.color.text.neutral800
|
|
2017
|
+
},
|
|
2014
2018
|
body: {
|
|
2015
2019
|
blockPadding: "4rem 1.6rem"
|
|
2016
2020
|
},
|
|
@@ -2396,6 +2400,10 @@ const Gt = {
|
|
|
2396
2400
|
textColor: o.semantic.color.text.neutral800,
|
|
2397
2401
|
gap: "0.8rem"
|
|
2398
2402
|
},
|
|
2403
|
+
description: {
|
|
2404
|
+
blockPadding: "0 1.2rem",
|
|
2405
|
+
textColor: o.semantic.color.text.neutral800
|
|
2406
|
+
},
|
|
2399
2407
|
body: {
|
|
2400
2408
|
minWidth: "30rem",
|
|
2401
2409
|
maxWidth: "50rem",
|
|
@@ -2407,6 +2415,8 @@ const Gt = {
|
|
|
2407
2415
|
},
|
|
2408
2416
|
overlay: { bgColor: F(o.semantic.color.background.neutral100, 0.9) }
|
|
2409
2417
|
}, Qt = {
|
|
2418
|
+
iconColor: o.semantic.color.icon.neutral700
|
|
2419
|
+
}, ra = {
|
|
2410
2420
|
bgColor: o.semantic.color.background.neutral100,
|
|
2411
2421
|
shadow: o.core.shadow.shadow400,
|
|
2412
2422
|
borderRadius: "0.8rem",
|
|
@@ -2419,7 +2429,7 @@ const Gt = {
|
|
|
2419
2429
|
height: "8px",
|
|
2420
2430
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
2421
2431
|
}
|
|
2422
|
-
},
|
|
2432
|
+
}, ea = {
|
|
2423
2433
|
closeButton: {
|
|
2424
2434
|
iconColor: o.semantic.color.icon.neutral700
|
|
2425
2435
|
},
|
|
@@ -2438,7 +2448,7 @@ const Gt = {
|
|
|
2438
2448
|
margin: "0 0 1.2rem 0",
|
|
2439
2449
|
padding: "1.6rem"
|
|
2440
2450
|
}
|
|
2441
|
-
},
|
|
2451
|
+
}, oa = {
|
|
2442
2452
|
textColor: o.semantic.color.text.neutral100,
|
|
2443
2453
|
border: "none",
|
|
2444
2454
|
colorGroups: [
|
|
@@ -2453,7 +2463,7 @@ const Gt = {
|
|
|
2453
2463
|
M: "3.2rem",
|
|
2454
2464
|
L: "4.4rem"
|
|
2455
2465
|
}
|
|
2456
|
-
},
|
|
2466
|
+
}, ta = {
|
|
2457
2467
|
borderRadius: "1px",
|
|
2458
2468
|
textPosition: {
|
|
2459
2469
|
left: {
|
|
@@ -2507,7 +2517,7 @@ const Gt = {
|
|
|
2507
2517
|
text: {
|
|
2508
2518
|
color: o.semantic.color.text.neutral800
|
|
2509
2519
|
}
|
|
2510
|
-
},
|
|
2520
|
+
}, aa = {
|
|
2511
2521
|
size: "1.8rem",
|
|
2512
2522
|
iconSize: "0.6rem",
|
|
2513
2523
|
padding: "0",
|
|
@@ -2556,7 +2566,7 @@ const Gt = {
|
|
|
2556
2566
|
}
|
|
2557
2567
|
}
|
|
2558
2568
|
}
|
|
2559
|
-
},
|
|
2569
|
+
}, na = {
|
|
2560
2570
|
bgColor: o.semantic.color.background.neutral100,
|
|
2561
2571
|
shadow: o.core.shadow.shadow200,
|
|
2562
2572
|
borderRadius: "0.8rem",
|
|
@@ -2576,7 +2586,7 @@ const Gt = {
|
|
|
2576
2586
|
},
|
|
2577
2587
|
customActions: { gap: "0.8rem" }
|
|
2578
2588
|
}
|
|
2579
|
-
},
|
|
2589
|
+
}, la = {
|
|
2580
2590
|
width: "100%",
|
|
2581
2591
|
height: "fit-content",
|
|
2582
2592
|
bgColor: o.semantic.color.background.neutral100,
|
|
@@ -2620,7 +2630,7 @@ const Gt = {
|
|
|
2620
2630
|
width: "1px",
|
|
2621
2631
|
color: o.semantic.color.border.neutral400
|
|
2622
2632
|
}
|
|
2623
|
-
},
|
|
2633
|
+
}, ca = {
|
|
2624
2634
|
padding: "0 1rem",
|
|
2625
2635
|
height: "3.6rem",
|
|
2626
2636
|
gap: "0.6rem",
|
|
@@ -2723,11 +2733,11 @@ const Gt = {
|
|
|
2723
2733
|
}, A = {
|
|
2724
2734
|
bgColor: { disabled: o.semantic.color.background.neutral400 },
|
|
2725
2735
|
textColor: { disabled: o.semantic.color.text.neutral600 }
|
|
2726
|
-
},
|
|
2736
|
+
}, E = {
|
|
2727
2737
|
borderColor: { disabled: o.semantic.color.border.neutral500 },
|
|
2728
2738
|
bgColor: { disabled: "transparent" },
|
|
2729
2739
|
textColor: { disabled: o.semantic.color.text.neutral500 }
|
|
2730
|
-
},
|
|
2740
|
+
}, ia = {
|
|
2731
2741
|
sizes: {
|
|
2732
2742
|
S: {
|
|
2733
2743
|
borderRadius: "99rem",
|
|
@@ -2766,9 +2776,9 @@ const Gt = {
|
|
|
2766
2776
|
bgColor: F(o.semantic.color.background.success700, 0.12)
|
|
2767
2777
|
},
|
|
2768
2778
|
disabled: {
|
|
2769
|
-
borderColor:
|
|
2770
|
-
bgColor:
|
|
2771
|
-
textColor:
|
|
2779
|
+
borderColor: E.borderColor.disabled,
|
|
2780
|
+
bgColor: E.bgColor.disabled,
|
|
2781
|
+
textColor: E.textColor.disabled
|
|
2772
2782
|
}
|
|
2773
2783
|
}
|
|
2774
2784
|
},
|
|
@@ -2802,9 +2812,9 @@ const Gt = {
|
|
|
2802
2812
|
bgColor: F(o.semantic.color.background.attention700, 0.12)
|
|
2803
2813
|
},
|
|
2804
2814
|
disabled: {
|
|
2805
|
-
borderColor:
|
|
2806
|
-
bgColor:
|
|
2807
|
-
textColor:
|
|
2815
|
+
borderColor: E.borderColor.disabled,
|
|
2816
|
+
bgColor: E.bgColor.disabled,
|
|
2817
|
+
textColor: E.textColor.disabled
|
|
2808
2818
|
}
|
|
2809
2819
|
}
|
|
2810
2820
|
},
|
|
@@ -2838,9 +2848,9 @@ const Gt = {
|
|
|
2838
2848
|
bgColor: F(o.semantic.color.background.danger700, 0.12)
|
|
2839
2849
|
},
|
|
2840
2850
|
disabled: {
|
|
2841
|
-
borderColor:
|
|
2842
|
-
bgColor:
|
|
2843
|
-
textColor:
|
|
2851
|
+
borderColor: E.borderColor.disabled,
|
|
2852
|
+
bgColor: E.bgColor.disabled,
|
|
2853
|
+
textColor: E.textColor.disabled
|
|
2844
2854
|
}
|
|
2845
2855
|
}
|
|
2846
2856
|
},
|
|
@@ -2874,9 +2884,9 @@ const Gt = {
|
|
|
2874
2884
|
bgColor: F(o.semantic.color.background.notice700, 0.12)
|
|
2875
2885
|
},
|
|
2876
2886
|
disabled: {
|
|
2877
|
-
borderColor:
|
|
2878
|
-
bgColor:
|
|
2879
|
-
textColor:
|
|
2887
|
+
borderColor: E.borderColor.disabled,
|
|
2888
|
+
bgColor: E.bgColor.disabled,
|
|
2889
|
+
textColor: E.textColor.disabled
|
|
2880
2890
|
}
|
|
2881
2891
|
}
|
|
2882
2892
|
},
|
|
@@ -2910,14 +2920,14 @@ const Gt = {
|
|
|
2910
2920
|
bgColor: F(o.semantic.color.background.informative700, 0.12)
|
|
2911
2921
|
},
|
|
2912
2922
|
disabled: {
|
|
2913
|
-
borderColor:
|
|
2914
|
-
bgColor:
|
|
2915
|
-
textColor:
|
|
2923
|
+
borderColor: E.borderColor.disabled,
|
|
2924
|
+
bgColor: E.bgColor.disabled,
|
|
2925
|
+
textColor: E.textColor.disabled
|
|
2916
2926
|
}
|
|
2917
2927
|
}
|
|
2918
2928
|
}
|
|
2919
2929
|
}
|
|
2920
|
-
},
|
|
2930
|
+
}, sa = {
|
|
2921
2931
|
sizes: {
|
|
2922
2932
|
M: {
|
|
2923
2933
|
borderRadius: o.core.space.space100,
|
|
@@ -2957,7 +2967,7 @@ const Gt = {
|
|
|
2957
2967
|
borderColor: o.semantic.color.border.attention300
|
|
2958
2968
|
}
|
|
2959
2969
|
}
|
|
2960
|
-
},
|
|
2970
|
+
}, da = {
|
|
2961
2971
|
variants: {
|
|
2962
2972
|
informative: { iconColor: o.semantic.color.icon.informative600 },
|
|
2963
2973
|
danger: { iconColor: o.semantic.color.icon.danger600 },
|
|
@@ -2965,7 +2975,7 @@ const Gt = {
|
|
|
2965
2975
|
notice: { iconColor: o.semantic.color.icon.notice600 },
|
|
2966
2976
|
success: { iconColor: o.semantic.color.icon.success600 }
|
|
2967
2977
|
}
|
|
2968
|
-
},
|
|
2978
|
+
}, ma = {
|
|
2969
2979
|
collapsed: {
|
|
2970
2980
|
bgColor: o.semantic.color.background.neutral100,
|
|
2971
2981
|
shadow: o.core.shadow.shadow100,
|
|
@@ -3069,7 +3079,7 @@ const Gt = {
|
|
|
3069
3079
|
}
|
|
3070
3080
|
}
|
|
3071
3081
|
}
|
|
3072
|
-
},
|
|
3082
|
+
}, ua = {
|
|
3073
3083
|
card: {
|
|
3074
3084
|
gap: "2.4rem",
|
|
3075
3085
|
bgColor: o.semantic.color.background.neutral100,
|
|
@@ -3096,7 +3106,7 @@ const Gt = {
|
|
|
3096
3106
|
grid: {
|
|
3097
3107
|
gap: "1.6rem"
|
|
3098
3108
|
}
|
|
3099
|
-
},
|
|
3109
|
+
}, ga = {
|
|
3100
3110
|
gap: "2.4rem",
|
|
3101
3111
|
step: {
|
|
3102
3112
|
gap: "0.8rem",
|
|
@@ -3140,7 +3150,7 @@ const Gt = {
|
|
|
3140
3150
|
}
|
|
3141
3151
|
}
|
|
3142
3152
|
}
|
|
3143
|
-
},
|
|
3153
|
+
}, ba = {
|
|
3144
3154
|
width: "3rem",
|
|
3145
3155
|
height: "1.8rem",
|
|
3146
3156
|
padding: "0.2rem",
|
|
@@ -3192,7 +3202,7 @@ const Gt = {
|
|
|
3192
3202
|
}
|
|
3193
3203
|
}
|
|
3194
3204
|
}
|
|
3195
|
-
},
|
|
3205
|
+
}, pa = {
|
|
3196
3206
|
table: {
|
|
3197
3207
|
tableContainer: {
|
|
3198
3208
|
backgroundColor: o.semantic.color.background.neutral100,
|
|
@@ -3237,7 +3247,7 @@ const Gt = {
|
|
|
3237
3247
|
}
|
|
3238
3248
|
}
|
|
3239
3249
|
}
|
|
3240
|
-
},
|
|
3250
|
+
}, fa = {
|
|
3241
3251
|
bgColor: "transparent",
|
|
3242
3252
|
padding: "1rem 1.6rem",
|
|
3243
3253
|
gap: "3.2rem",
|
|
@@ -3260,7 +3270,7 @@ const Gt = {
|
|
|
3260
3270
|
actionsBar: {
|
|
3261
3271
|
gap: "1.6rem"
|
|
3262
3272
|
}
|
|
3263
|
-
},
|
|
3273
|
+
}, xa = {
|
|
3264
3274
|
variants: {
|
|
3265
3275
|
default: {
|
|
3266
3276
|
gap: "4rem",
|
|
@@ -3335,7 +3345,7 @@ const Gt = {
|
|
|
3335
3345
|
}
|
|
3336
3346
|
}
|
|
3337
3347
|
}
|
|
3338
|
-
}, K = "transparent", $e = "0.4rem 0.6rem", ze = "0", Re = "0.4rem", Pe = "0",
|
|
3348
|
+
}, K = "transparent", $e = "0.4rem 0.6rem", ze = "0", Re = "0.4rem", Pe = "0", Ca = {
|
|
3339
3349
|
gap: "0.4rem",
|
|
3340
3350
|
height: "2.7rem",
|
|
3341
3351
|
lineHeight: "1.9rem",
|
|
@@ -3421,14 +3431,14 @@ const Gt = {
|
|
|
3421
3431
|
}
|
|
3422
3432
|
}
|
|
3423
3433
|
}
|
|
3424
|
-
},
|
|
3434
|
+
}, ha = {
|
|
3425
3435
|
width: "clamp(400px, 33vw, 640px)",
|
|
3426
3436
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
3427
3437
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
3428
3438
|
gap: "1.2rem",
|
|
3429
3439
|
actions: { gap: "0.8rem", inlineMargin: "2.4rem 0" },
|
|
3430
3440
|
toaster: { gap: "2rem" }
|
|
3431
|
-
}, We = "transparent",
|
|
3441
|
+
}, We = "transparent", ya = {
|
|
3432
3442
|
gap: "0.4rem",
|
|
3433
3443
|
height: "2.7rem",
|
|
3434
3444
|
lineHeight: "1.9rem",
|
|
@@ -3470,7 +3480,7 @@ const Gt = {
|
|
|
3470
3480
|
minWidth: "2rem",
|
|
3471
3481
|
borderRadius: "99rem"
|
|
3472
3482
|
}
|
|
3473
|
-
},
|
|
3483
|
+
}, ka = {
|
|
3474
3484
|
textColor: o.semantic.color.text.neutral800,
|
|
3475
3485
|
bgColor: o.semantic.color.background.neutral100,
|
|
3476
3486
|
shadow: o.core.shadow.shadow400,
|
|
@@ -3484,7 +3494,7 @@ const Gt = {
|
|
|
3484
3494
|
height: "8px",
|
|
3485
3495
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
3486
3496
|
}
|
|
3487
|
-
},
|
|
3497
|
+
}, va = {
|
|
3488
3498
|
levelOffset: "1.8rem",
|
|
3489
3499
|
item: {
|
|
3490
3500
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -3497,7 +3507,7 @@ const Gt = {
|
|
|
3497
3507
|
iconColor: o.semantic.color.icon.neutral800,
|
|
3498
3508
|
gap: "0.4rem"
|
|
3499
3509
|
}
|
|
3500
|
-
},
|
|
3510
|
+
}, wa = {
|
|
3501
3511
|
colors: {
|
|
3502
3512
|
primary: o.semantic.color.text.neutral800,
|
|
3503
3513
|
secondary: o.semantic.color.text.neutral700
|
|
@@ -3563,7 +3573,7 @@ const Gt = {
|
|
|
3563
3573
|
semiBold: "600"
|
|
3564
3574
|
}
|
|
3565
3575
|
}
|
|
3566
|
-
},
|
|
3576
|
+
}, Sa = {
|
|
3567
3577
|
gap: "1.6rem",
|
|
3568
3578
|
header: {
|
|
3569
3579
|
gap: "0.8rem"
|
|
@@ -3615,13 +3625,13 @@ const Gt = {
|
|
|
3615
3625
|
borderColor: o.semantic.color.border.neutral300
|
|
3616
3626
|
}
|
|
3617
3627
|
}
|
|
3618
|
-
},
|
|
3628
|
+
}, $a = {
|
|
3619
3629
|
bgColor: o.semantic.color.background.neutral100,
|
|
3620
3630
|
textColor: o.semantic.color.background.neutral700,
|
|
3621
3631
|
fontFamily: o.core.font.fontFamily.regular,
|
|
3622
3632
|
fontSize: o.core.font.fontSize.s14,
|
|
3623
3633
|
lineHeight: "1.4"
|
|
3624
|
-
},
|
|
3634
|
+
}, za = {
|
|
3625
3635
|
width: "0.5rem",
|
|
3626
3636
|
height: "0.5rem",
|
|
3627
3637
|
bgColor: o.semantic.color.background.neutral300,
|
|
@@ -3630,7 +3640,7 @@ const Gt = {
|
|
|
3630
3640
|
bgColor: o.semantic.color.background.neutral600,
|
|
3631
3641
|
borderRadius: "99rem"
|
|
3632
3642
|
}
|
|
3633
|
-
},
|
|
3643
|
+
}, Bn = {
|
|
3634
3644
|
name: "old",
|
|
3635
3645
|
...o,
|
|
3636
3646
|
components: {
|
|
@@ -3659,35 +3669,36 @@ const Gt = {
|
|
|
3659
3669
|
loader: Jt,
|
|
3660
3670
|
menu: Vt,
|
|
3661
3671
|
modal: Zt,
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3672
|
+
moreInfoIcon: Qt,
|
|
3673
|
+
popover: ra,
|
|
3674
|
+
popupCard: ea,
|
|
3675
|
+
profileIcon: oa,
|
|
3676
|
+
progressBar: ta,
|
|
3677
|
+
radio: aa,
|
|
3678
|
+
searchBar: na,
|
|
3679
|
+
section: la,
|
|
3680
|
+
select: ca,
|
|
3681
|
+
semanticButton: ia,
|
|
3682
|
+
semanticContainer: sa,
|
|
3683
|
+
semanticIcon: da,
|
|
3684
|
+
sideBar: ma,
|
|
3685
|
+
skeleton: ua,
|
|
3686
|
+
stepper: ga,
|
|
3687
|
+
switchButton: ba,
|
|
3688
|
+
table: pa,
|
|
3689
|
+
tableHeading: fa,
|
|
3690
|
+
tabs: xa,
|
|
3691
|
+
textButton: Ca,
|
|
3692
|
+
toast: ha,
|
|
3693
|
+
toggleButton: ya,
|
|
3694
|
+
tooltip: ka,
|
|
3695
|
+
treeView: va,
|
|
3696
|
+
typography: wa,
|
|
3697
|
+
windowBar: Sa
|
|
3687
3698
|
},
|
|
3688
3699
|
globals: {
|
|
3689
|
-
body:
|
|
3690
|
-
scrollbar:
|
|
3700
|
+
body: $a,
|
|
3701
|
+
scrollbar: za
|
|
3691
3702
|
}
|
|
3692
3703
|
}, c = {
|
|
3693
3704
|
transparent: "#00000000",
|
|
@@ -4080,7 +4091,7 @@ const Gt = {
|
|
|
4080
4091
|
color: c.blue600
|
|
4081
4092
|
}
|
|
4082
4093
|
}
|
|
4083
|
-
},
|
|
4094
|
+
}, Ra = {
|
|
4084
4095
|
sizes: {
|
|
4085
4096
|
L: {
|
|
4086
4097
|
size: "3rem",
|
|
@@ -4133,7 +4144,7 @@ const Gt = {
|
|
|
4133
4144
|
}
|
|
4134
4145
|
}
|
|
4135
4146
|
}
|
|
4136
|
-
},
|
|
4147
|
+
}, Pa = {
|
|
4137
4148
|
height: "7rem",
|
|
4138
4149
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
4139
4150
|
separator: `1px solid ${e.semantic.color.border.neutral400}`,
|
|
@@ -4151,7 +4162,7 @@ const Gt = {
|
|
|
4151
4162
|
color: e.semantic.color.text.neutral100
|
|
4152
4163
|
}
|
|
4153
4164
|
}
|
|
4154
|
-
},
|
|
4165
|
+
}, Wa = {
|
|
4155
4166
|
trigger: {
|
|
4156
4167
|
borderRadius: "0.4rem",
|
|
4157
4168
|
height: "3.2rem",
|
|
@@ -4188,12 +4199,12 @@ const Gt = {
|
|
|
4188
4199
|
color: e.semantic.color.text.neutral800
|
|
4189
4200
|
}
|
|
4190
4201
|
}
|
|
4191
|
-
},
|
|
4202
|
+
}, Ta = {
|
|
4192
4203
|
dropdown: {
|
|
4193
4204
|
screenMarginHeight: "6px",
|
|
4194
4205
|
maxHeight: "50vh"
|
|
4195
4206
|
}
|
|
4196
|
-
}, Te = "1px",
|
|
4207
|
+
}, Te = "1px", Fa = {
|
|
4197
4208
|
padding: `${e.core.space.space025} ${e.core.space.space050}`,
|
|
4198
4209
|
gap: e.core.space.space025,
|
|
4199
4210
|
borderRadius: "2px",
|
|
@@ -4256,7 +4267,7 @@ const Gt = {
|
|
|
4256
4267
|
iconColor: e.semantic.color.text.neutral500
|
|
4257
4268
|
}
|
|
4258
4269
|
}
|
|
4259
|
-
},
|
|
4270
|
+
}, Ia = {
|
|
4260
4271
|
sizes: {
|
|
4261
4272
|
S: {
|
|
4262
4273
|
gap: "0.8rem",
|
|
@@ -4314,7 +4325,7 @@ const Gt = {
|
|
|
4314
4325
|
defaultItem: {
|
|
4315
4326
|
gap: "0.4rem"
|
|
4316
4327
|
}
|
|
4317
|
-
},
|
|
4328
|
+
}, Oa = {
|
|
4318
4329
|
gap: "0.2rem",
|
|
4319
4330
|
sizes: {
|
|
4320
4331
|
small: {
|
|
@@ -4424,7 +4435,7 @@ const Gt = {
|
|
|
4424
4435
|
}
|
|
4425
4436
|
}
|
|
4426
4437
|
}
|
|
4427
|
-
},
|
|
4438
|
+
}, Ma = {
|
|
4428
4439
|
borderRadius: "0.4rem",
|
|
4429
4440
|
border: `1px solid ${e.semantic.color.border.neutral600}`,
|
|
4430
4441
|
fontSize: "1.4rem",
|
|
@@ -4467,13 +4478,13 @@ const Gt = {
|
|
|
4467
4478
|
}
|
|
4468
4479
|
}
|
|
4469
4480
|
}
|
|
4470
|
-
},
|
|
4481
|
+
}, _a = {
|
|
4471
4482
|
width: "100%",
|
|
4472
4483
|
height: "fit-content",
|
|
4473
4484
|
bgColor: e.semantic.color.background.neutral100,
|
|
4474
4485
|
shadow: e.core.shadow.shadow4,
|
|
4475
4486
|
borderRadius: "0.8rem"
|
|
4476
|
-
},
|
|
4487
|
+
}, Ba = {
|
|
4477
4488
|
width: "1.8rem",
|
|
4478
4489
|
height: "1.8rem",
|
|
4479
4490
|
padding: "0",
|
|
@@ -4537,7 +4548,7 @@ const Gt = {
|
|
|
4537
4548
|
}
|
|
4538
4549
|
}
|
|
4539
4550
|
}
|
|
4540
|
-
},
|
|
4551
|
+
}, Ha = {
|
|
4541
4552
|
sizes: {
|
|
4542
4553
|
M: {
|
|
4543
4554
|
height: "2.8rem",
|
|
@@ -4594,7 +4605,7 @@ const Gt = {
|
|
|
4594
4605
|
}
|
|
4595
4606
|
}
|
|
4596
4607
|
}
|
|
4597
|
-
},
|
|
4608
|
+
}, ja = {
|
|
4598
4609
|
sizes: {
|
|
4599
4610
|
M: {
|
|
4600
4611
|
gap: "0.8rem 5px"
|
|
@@ -4611,13 +4622,13 @@ const Gt = {
|
|
|
4611
4622
|
gap: "0.4rem",
|
|
4612
4623
|
padding: "1.2rem 1.6rem"
|
|
4613
4624
|
}
|
|
4614
|
-
},
|
|
4625
|
+
}, La = {
|
|
4615
4626
|
width: "2.7rem",
|
|
4616
4627
|
height: "2rem",
|
|
4617
4628
|
borderRadius: "5px",
|
|
4618
4629
|
borderWidth: "0.1px",
|
|
4619
4630
|
borderColor: e.semantic.color.border.neutral500
|
|
4620
|
-
},
|
|
4631
|
+
}, Da = {
|
|
4621
4632
|
fontSize: e.core.font.fontSize.s14,
|
|
4622
4633
|
fontWeight: "400",
|
|
4623
4634
|
fontFamily: e.core.font.fontFamily.regular,
|
|
@@ -4681,7 +4692,7 @@ const Gt = {
|
|
|
4681
4692
|
weekNumCell: {
|
|
4682
4693
|
fontSize: "1rem"
|
|
4683
4694
|
}
|
|
4684
|
-
},
|
|
4695
|
+
}, Aa = {
|
|
4685
4696
|
shadow: e.core.shadow.shadow500,
|
|
4686
4697
|
bgColor: e.semantic.color.background.neutral100,
|
|
4687
4698
|
sidePadding: "3.2rem",
|
|
@@ -4692,6 +4703,10 @@ const Gt = {
|
|
|
4692
4703
|
closeIconColor: e.semantic.color.icon.neutral800,
|
|
4693
4704
|
textColor: e.semantic.color.text.neutral800
|
|
4694
4705
|
},
|
|
4706
|
+
description: {
|
|
4707
|
+
blockPadding: "3rem 0",
|
|
4708
|
+
textColor: e.semantic.color.text.neutral800
|
|
4709
|
+
},
|
|
4695
4710
|
body: {
|
|
4696
4711
|
blockPadding: "4rem 1.6rem"
|
|
4697
4712
|
},
|
|
@@ -4701,7 +4716,7 @@ const Gt = {
|
|
|
4701
4716
|
buttonsGap: "1.6rem"
|
|
4702
4717
|
},
|
|
4703
4718
|
overlay: { bgColor: F(e.semantic.color.background.neutral100, 0.8) }
|
|
4704
|
-
},
|
|
4719
|
+
}, Ga = {
|
|
4705
4720
|
chipList: {
|
|
4706
4721
|
padding: "0.8rem 1.6rem",
|
|
4707
4722
|
border: `1px solid ${e.semantic.color.border.neutral400}`
|
|
@@ -4734,7 +4749,7 @@ const Gt = {
|
|
|
4734
4749
|
padding: "0.8rem 1.6rem"
|
|
4735
4750
|
}
|
|
4736
4751
|
}
|
|
4737
|
-
},
|
|
4752
|
+
}, Xa = {
|
|
4738
4753
|
columnGap: "1.6rem",
|
|
4739
4754
|
group: {
|
|
4740
4755
|
rowGap: "1rem"
|
|
@@ -4748,7 +4763,7 @@ const Gt = {
|
|
|
4748
4763
|
textColor: e.semantic.color.text.danger500
|
|
4749
4764
|
}
|
|
4750
4765
|
}
|
|
4751
|
-
},
|
|
4766
|
+
}, qa = {
|
|
4752
4767
|
sizes: {
|
|
4753
4768
|
XXL: {
|
|
4754
4769
|
width: "3.2rem",
|
|
@@ -4792,7 +4807,7 @@ const Gt = {
|
|
|
4792
4807
|
}
|
|
4793
4808
|
},
|
|
4794
4809
|
borderRadius: "0.4rem"
|
|
4795
|
-
},
|
|
4810
|
+
}, Na = {
|
|
4796
4811
|
padding: "0 0.8rem 0 1rem",
|
|
4797
4812
|
height: "3.6rem",
|
|
4798
4813
|
gap: "0.5rem",
|
|
@@ -4883,7 +4898,7 @@ const Gt = {
|
|
|
4883
4898
|
textColor: e.semantic.color.text.danger500
|
|
4884
4899
|
}
|
|
4885
4900
|
}
|
|
4886
|
-
},
|
|
4901
|
+
}, Ya = {
|
|
4887
4902
|
gap: "0.5rem",
|
|
4888
4903
|
margin: "0 0 0.2rem 0",
|
|
4889
4904
|
minHeight: "20px",
|
|
@@ -4904,7 +4919,7 @@ const Gt = {
|
|
|
4904
4919
|
required: {
|
|
4905
4920
|
textColor: e.semantic.color.text.danger500
|
|
4906
4921
|
}
|
|
4907
|
-
},
|
|
4922
|
+
}, Ua = {
|
|
4908
4923
|
variants: {
|
|
4909
4924
|
block: {
|
|
4910
4925
|
sizes: {
|
|
@@ -4975,7 +4990,7 @@ const Gt = {
|
|
|
4975
4990
|
}
|
|
4976
4991
|
}
|
|
4977
4992
|
}
|
|
4978
|
-
},
|
|
4993
|
+
}, Ka = {
|
|
4979
4994
|
size: "5rem",
|
|
4980
4995
|
gap: "0.5rem",
|
|
4981
4996
|
textColor: e.semantic.color.icon.neutral700,
|
|
@@ -4996,7 +5011,7 @@ const Gt = {
|
|
|
4996
5011
|
textColor: e.semantic.color.icon.neutral100
|
|
4997
5012
|
}
|
|
4998
5013
|
}
|
|
4999
|
-
},
|
|
5014
|
+
}, Ja = {
|
|
5000
5015
|
dropDown: {
|
|
5001
5016
|
minWidth: "16rem",
|
|
5002
5017
|
maxWidth: "40rem",
|
|
@@ -5067,7 +5082,7 @@ const Gt = {
|
|
|
5067
5082
|
}
|
|
5068
5083
|
}
|
|
5069
5084
|
}
|
|
5070
|
-
},
|
|
5085
|
+
}, Va = {
|
|
5071
5086
|
blockScreenMargin: "20px",
|
|
5072
5087
|
inlineScreenMargin: "20px",
|
|
5073
5088
|
inlinePadding: "4rem",
|
|
@@ -5081,6 +5096,10 @@ const Gt = {
|
|
|
5081
5096
|
textColor: e.semantic.color.text.neutral800,
|
|
5082
5097
|
gap: "0.8rem"
|
|
5083
5098
|
},
|
|
5099
|
+
description: {
|
|
5100
|
+
blockPadding: "0 1.2rem",
|
|
5101
|
+
textColor: e.semantic.color.text.neutral800
|
|
5102
|
+
},
|
|
5084
5103
|
body: {
|
|
5085
5104
|
minWidth: "30rem",
|
|
5086
5105
|
maxWidth: "50rem",
|
|
@@ -5091,7 +5110,9 @@ const Gt = {
|
|
|
5091
5110
|
buttonsGap: "0.8rem"
|
|
5092
5111
|
},
|
|
5093
5112
|
overlay: { bgColor: "rgba(255, 255, 255, 0.9)" }
|
|
5094
|
-
},
|
|
5113
|
+
}, Za = {
|
|
5114
|
+
iconColor: e.semantic.color.icon.neutral700
|
|
5115
|
+
}, Qa = {
|
|
5095
5116
|
bgColor: e.semantic.color.background.neutral100,
|
|
5096
5117
|
shadow: e.core.shadow.shadow400,
|
|
5097
5118
|
borderRadius: "0.8rem",
|
|
@@ -5104,7 +5125,7 @@ const Gt = {
|
|
|
5104
5125
|
height: "8px",
|
|
5105
5126
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
5106
5127
|
}
|
|
5107
|
-
},
|
|
5128
|
+
}, r0 = {
|
|
5108
5129
|
closeButton: {
|
|
5109
5130
|
iconColor: e.semantic.color.icon.neutral700
|
|
5110
5131
|
},
|
|
@@ -5123,7 +5144,7 @@ const Gt = {
|
|
|
5123
5144
|
margin: "0 0 1.2rem 0",
|
|
5124
5145
|
padding: "1.6rem"
|
|
5125
5146
|
}
|
|
5126
|
-
},
|
|
5147
|
+
}, e0 = {
|
|
5127
5148
|
textColor: e.semantic.color.text.primary600,
|
|
5128
5149
|
border: "solid 1px transparent",
|
|
5129
5150
|
colorGroups: [
|
|
@@ -5158,7 +5179,7 @@ const Gt = {
|
|
|
5158
5179
|
M: "3.2rem",
|
|
5159
5180
|
L: "4.4rem"
|
|
5160
5181
|
}
|
|
5161
|
-
},
|
|
5182
|
+
}, o0 = {
|
|
5162
5183
|
borderRadius: "1px",
|
|
5163
5184
|
textPosition: {
|
|
5164
5185
|
left: {
|
|
@@ -5212,7 +5233,7 @@ const Gt = {
|
|
|
5212
5233
|
text: {
|
|
5213
5234
|
color: e.semantic.color.text.neutral800
|
|
5214
5235
|
}
|
|
5215
|
-
},
|
|
5236
|
+
}, t0 = {
|
|
5216
5237
|
size: "1.8rem",
|
|
5217
5238
|
iconSize: "0.6rem",
|
|
5218
5239
|
padding: "0",
|
|
@@ -5261,7 +5282,7 @@ const Gt = {
|
|
|
5261
5282
|
}
|
|
5262
5283
|
}
|
|
5263
5284
|
}
|
|
5264
|
-
},
|
|
5285
|
+
}, a0 = {
|
|
5265
5286
|
bgColor: e.semantic.color.background.neutral100,
|
|
5266
5287
|
shadow: `0px 0px 0px 1px ${e.semantic.color.border.neutral600}`,
|
|
5267
5288
|
borderRadius: "0.8rem",
|
|
@@ -5281,7 +5302,7 @@ const Gt = {
|
|
|
5281
5302
|
},
|
|
5282
5303
|
customActions: { gap: "0.8rem" }
|
|
5283
5304
|
}
|
|
5284
|
-
},
|
|
5305
|
+
}, n0 = {
|
|
5285
5306
|
width: "100%",
|
|
5286
5307
|
height: "fit-content",
|
|
5287
5308
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -5325,7 +5346,7 @@ const Gt = {
|
|
|
5325
5346
|
width: "1px",
|
|
5326
5347
|
color: e.semantic.color.border.neutral600
|
|
5327
5348
|
}
|
|
5328
|
-
},
|
|
5349
|
+
}, l0 = {
|
|
5329
5350
|
padding: "0 1rem",
|
|
5330
5351
|
height: "3.6rem",
|
|
5331
5352
|
gap: "0.6rem",
|
|
@@ -5432,7 +5453,7 @@ const Gt = {
|
|
|
5432
5453
|
borderColor: { disabled: e.semantic.color.border.neutral500 },
|
|
5433
5454
|
bgColor: { disabled: "transparent" },
|
|
5434
5455
|
textColor: { disabled: e.semantic.color.text.neutral500 }
|
|
5435
|
-
}, X = (t, a) => `color-mix(in srgb-linear, ${t} ${a}%, transparent)`,
|
|
5456
|
+
}, X = (t, a) => `color-mix(in srgb-linear, ${t} ${a}%, transparent)`, c0 = {
|
|
5436
5457
|
sizes: {
|
|
5437
5458
|
S: {
|
|
5438
5459
|
borderRadius: "99rem",
|
|
@@ -5622,7 +5643,7 @@ const Gt = {
|
|
|
5622
5643
|
}
|
|
5623
5644
|
}
|
|
5624
5645
|
}
|
|
5625
|
-
},
|
|
5646
|
+
}, i0 = {
|
|
5626
5647
|
sizes: {
|
|
5627
5648
|
M: {
|
|
5628
5649
|
borderRadius: e.core.space.space100,
|
|
@@ -5662,7 +5683,7 @@ const Gt = {
|
|
|
5662
5683
|
borderColor: e.semantic.color.border.attention300
|
|
5663
5684
|
}
|
|
5664
5685
|
}
|
|
5665
|
-
},
|
|
5686
|
+
}, s0 = {
|
|
5666
5687
|
variants: {
|
|
5667
5688
|
informative: { iconColor: e.semantic.color.icon.informative600 },
|
|
5668
5689
|
danger: { iconColor: e.semantic.color.icon.danger600 },
|
|
@@ -5670,7 +5691,7 @@ const Gt = {
|
|
|
5670
5691
|
notice: { iconColor: e.semantic.color.icon.notice600 },
|
|
5671
5692
|
success: { iconColor: e.semantic.color.icon.success600 }
|
|
5672
5693
|
}
|
|
5673
|
-
},
|
|
5694
|
+
}, d0 = {
|
|
5674
5695
|
collapsed: {
|
|
5675
5696
|
bgColor: e.semantic.color.background.neutral300,
|
|
5676
5697
|
shadow: "none",
|
|
@@ -5775,7 +5796,7 @@ const Gt = {
|
|
|
5775
5796
|
}
|
|
5776
5797
|
}
|
|
5777
5798
|
}
|
|
5778
|
-
},
|
|
5799
|
+
}, m0 = {
|
|
5779
5800
|
card: {
|
|
5780
5801
|
gap: "2.4rem",
|
|
5781
5802
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -5802,7 +5823,7 @@ const Gt = {
|
|
|
5802
5823
|
grid: {
|
|
5803
5824
|
gap: "1.6rem"
|
|
5804
5825
|
}
|
|
5805
|
-
},
|
|
5826
|
+
}, u0 = {
|
|
5806
5827
|
gap: "2.4rem",
|
|
5807
5828
|
step: {
|
|
5808
5829
|
gap: "0.8rem",
|
|
@@ -5846,7 +5867,7 @@ const Gt = {
|
|
|
5846
5867
|
}
|
|
5847
5868
|
}
|
|
5848
5869
|
}
|
|
5849
|
-
},
|
|
5870
|
+
}, g0 = {
|
|
5850
5871
|
width: "3.2rem",
|
|
5851
5872
|
height: "1.8rem",
|
|
5852
5873
|
padding: "0.2rem",
|
|
@@ -5898,7 +5919,7 @@ const Gt = {
|
|
|
5898
5919
|
}
|
|
5899
5920
|
}
|
|
5900
5921
|
}
|
|
5901
|
-
},
|
|
5922
|
+
}, b0 = {
|
|
5902
5923
|
table: {
|
|
5903
5924
|
tableContainer: {
|
|
5904
5925
|
backgroundColor: e.semantic.color.background.neutral100,
|
|
@@ -5943,7 +5964,7 @@ const Gt = {
|
|
|
5943
5964
|
}
|
|
5944
5965
|
}
|
|
5945
5966
|
}
|
|
5946
|
-
},
|
|
5967
|
+
}, p0 = {
|
|
5947
5968
|
bgColor: "transparent",
|
|
5948
5969
|
padding: "1rem 1.6rem",
|
|
5949
5970
|
gap: "3.2rem",
|
|
@@ -5966,7 +5987,7 @@ const Gt = {
|
|
|
5966
5987
|
actionsBar: {
|
|
5967
5988
|
gap: "1.6rem"
|
|
5968
5989
|
}
|
|
5969
|
-
},
|
|
5990
|
+
}, f0 = {
|
|
5970
5991
|
variants: {
|
|
5971
5992
|
default: {
|
|
5972
5993
|
gap: "4rem",
|
|
@@ -6049,14 +6070,14 @@ const Gt = {
|
|
|
6049
6070
|
}
|
|
6050
6071
|
}
|
|
6051
6072
|
}
|
|
6052
|
-
}, J = "transparent", Fe = "0.4rem 0.6rem",
|
|
6073
|
+
}, J = "transparent", Fe = "0.4rem 0.6rem", Ie = "0", Ee = "0.4rem", Oe = "0", x0 = {
|
|
6053
6074
|
gap: "0.4rem",
|
|
6054
6075
|
height: "2.7rem",
|
|
6055
6076
|
lineHeight: "1.9rem",
|
|
6056
6077
|
variants: {
|
|
6057
6078
|
primary: {
|
|
6058
6079
|
padding: Fe,
|
|
6059
|
-
borderRadius:
|
|
6080
|
+
borderRadius: Ee,
|
|
6060
6081
|
states: {
|
|
6061
6082
|
normal: {
|
|
6062
6083
|
bgColor: J,
|
|
@@ -6077,7 +6098,7 @@ const Gt = {
|
|
|
6077
6098
|
},
|
|
6078
6099
|
destructive: {
|
|
6079
6100
|
padding: Fe,
|
|
6080
|
-
borderRadius:
|
|
6101
|
+
borderRadius: Ee,
|
|
6081
6102
|
states: {
|
|
6082
6103
|
normal: {
|
|
6083
6104
|
bgColor: J,
|
|
@@ -6096,7 +6117,7 @@ const Gt = {
|
|
|
6096
6117
|
}
|
|
6097
6118
|
},
|
|
6098
6119
|
"primary-inline": {
|
|
6099
|
-
padding:
|
|
6120
|
+
padding: Ie,
|
|
6100
6121
|
borderRadius: Oe,
|
|
6101
6122
|
states: {
|
|
6102
6123
|
normal: {
|
|
@@ -6116,7 +6137,7 @@ const Gt = {
|
|
|
6116
6137
|
}
|
|
6117
6138
|
},
|
|
6118
6139
|
"destructive-inline": {
|
|
6119
|
-
padding:
|
|
6140
|
+
padding: Ie,
|
|
6120
6141
|
borderRadius: Oe,
|
|
6121
6142
|
states: {
|
|
6122
6143
|
normal: {
|
|
@@ -6136,14 +6157,14 @@ const Gt = {
|
|
|
6136
6157
|
}
|
|
6137
6158
|
}
|
|
6138
6159
|
}
|
|
6139
|
-
},
|
|
6160
|
+
}, C0 = {
|
|
6140
6161
|
width: "clamp(400px, 33vw, 640px)",
|
|
6141
6162
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
6142
6163
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
6143
6164
|
gap: "1.2rem",
|
|
6144
6165
|
actions: { gap: "0.8rem", inlineMargin: "2.4rem 0" },
|
|
6145
6166
|
toaster: { gap: "2rem" }
|
|
6146
|
-
}, kr = "transparent",
|
|
6167
|
+
}, kr = "transparent", h0 = {
|
|
6147
6168
|
gap: "0.4rem",
|
|
6148
6169
|
height: "2.7rem",
|
|
6149
6170
|
lineHeight: "1.9rem",
|
|
@@ -6198,7 +6219,7 @@ const Gt = {
|
|
|
6198
6219
|
minWidth: "2rem",
|
|
6199
6220
|
borderRadius: "99rem"
|
|
6200
6221
|
}
|
|
6201
|
-
},
|
|
6222
|
+
}, y0 = {
|
|
6202
6223
|
textColor: e.semantic.color.text.neutral800,
|
|
6203
6224
|
bgColor: e.semantic.color.background.neutral100,
|
|
6204
6225
|
shadow: e.core.shadow.shadow400,
|
|
@@ -6212,7 +6233,7 @@ const Gt = {
|
|
|
6212
6233
|
height: "8px",
|
|
6213
6234
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
6214
6235
|
}
|
|
6215
|
-
},
|
|
6236
|
+
}, k0 = {
|
|
6216
6237
|
levelOffset: "1.8rem",
|
|
6217
6238
|
item: {
|
|
6218
6239
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -6225,7 +6246,7 @@ const Gt = {
|
|
|
6225
6246
|
iconColor: e.semantic.color.icon.neutral800,
|
|
6226
6247
|
gap: "0.4rem"
|
|
6227
6248
|
}
|
|
6228
|
-
},
|
|
6249
|
+
}, v0 = {
|
|
6229
6250
|
colors: {
|
|
6230
6251
|
primary: e.semantic.color.text.neutral800,
|
|
6231
6252
|
secondary: e.semantic.color.text.neutral700
|
|
@@ -6291,7 +6312,7 @@ const Gt = {
|
|
|
6291
6312
|
semiBold: "600"
|
|
6292
6313
|
}
|
|
6293
6314
|
}
|
|
6294
|
-
},
|
|
6315
|
+
}, w0 = {
|
|
6295
6316
|
gap: "1.6rem",
|
|
6296
6317
|
header: {
|
|
6297
6318
|
gap: "0.8rem"
|
|
@@ -6343,13 +6364,13 @@ const Gt = {
|
|
|
6343
6364
|
borderColor: e.semantic.color.border.neutral300
|
|
6344
6365
|
}
|
|
6345
6366
|
}
|
|
6346
|
-
},
|
|
6367
|
+
}, S0 = {
|
|
6347
6368
|
bgColor: e.semantic.color.background.neutral100,
|
|
6348
6369
|
textColor: e.semantic.color.background.neutral700,
|
|
6349
6370
|
fontFamily: e.core.font.fontFamily.regular,
|
|
6350
6371
|
fontSize: e.core.font.fontSize.s14,
|
|
6351
6372
|
lineHeight: "1.4"
|
|
6352
|
-
},
|
|
6373
|
+
}, $0 = {
|
|
6353
6374
|
width: "0.5rem",
|
|
6354
6375
|
height: "0.5rem",
|
|
6355
6376
|
bgColor: e.color.dusk100,
|
|
@@ -6358,64 +6379,65 @@ const Gt = {
|
|
|
6358
6379
|
bgColor: e.color.dusk400,
|
|
6359
6380
|
borderRadius: "99rem"
|
|
6360
6381
|
}
|
|
6361
|
-
},
|
|
6382
|
+
}, z0 = {
|
|
6362
6383
|
name: "light",
|
|
6363
6384
|
...e,
|
|
6364
6385
|
components: {
|
|
6365
|
-
actionIconButton:
|
|
6366
|
-
appBar:
|
|
6367
|
-
appSelectionMenu:
|
|
6368
|
-
autoComplete:
|
|
6369
|
-
badge:
|
|
6370
|
-
banner:
|
|
6386
|
+
actionIconButton: Ra,
|
|
6387
|
+
appBar: Pa,
|
|
6388
|
+
appSelectionMenu: Wa,
|
|
6389
|
+
autoComplete: Ta,
|
|
6390
|
+
badge: Fa,
|
|
6391
|
+
banner: Ia,
|
|
6371
6392
|
boxSelectionGroup: Ea,
|
|
6372
|
-
button:
|
|
6373
|
-
buttonGroup:
|
|
6374
|
-
card:
|
|
6375
|
-
checkbox:
|
|
6376
|
-
chip:
|
|
6377
|
-
chipList:
|
|
6378
|
-
countryFlag:
|
|
6379
|
-
datePicker:
|
|
6380
|
-
drawer:
|
|
6381
|
-
filters:
|
|
6382
|
-
formField:
|
|
6383
|
-
iconButton:
|
|
6384
|
-
input:
|
|
6385
|
-
label:
|
|
6386
|
-
link:
|
|
6387
|
-
loader:
|
|
6388
|
-
menu:
|
|
6389
|
-
modal:
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
|
|
6394
|
-
|
|
6395
|
-
|
|
6396
|
-
|
|
6397
|
-
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6393
|
+
button: Oa,
|
|
6394
|
+
buttonGroup: Ma,
|
|
6395
|
+
card: _a,
|
|
6396
|
+
checkbox: Ba,
|
|
6397
|
+
chip: Ha,
|
|
6398
|
+
chipList: ja,
|
|
6399
|
+
countryFlag: La,
|
|
6400
|
+
datePicker: Da,
|
|
6401
|
+
drawer: Aa,
|
|
6402
|
+
filters: Ga,
|
|
6403
|
+
formField: Xa,
|
|
6404
|
+
iconButton: qa,
|
|
6405
|
+
input: Na,
|
|
6406
|
+
label: Ya,
|
|
6407
|
+
link: Ua,
|
|
6408
|
+
loader: Ka,
|
|
6409
|
+
menu: Ja,
|
|
6410
|
+
modal: Va,
|
|
6411
|
+
moreInfoIcon: Za,
|
|
6412
|
+
popover: Qa,
|
|
6413
|
+
popupCard: r0,
|
|
6414
|
+
profileIcon: e0,
|
|
6415
|
+
progressBar: o0,
|
|
6416
|
+
radio: t0,
|
|
6417
|
+
searchBar: a0,
|
|
6418
|
+
section: n0,
|
|
6419
|
+
select: l0,
|
|
6420
|
+
semanticButton: c0,
|
|
6421
|
+
semanticContainer: i0,
|
|
6422
|
+
semanticIcon: s0,
|
|
6423
|
+
sideBar: d0,
|
|
6424
|
+
skeleton: m0,
|
|
6425
|
+
stepper: u0,
|
|
6426
|
+
switchButton: g0,
|
|
6427
|
+
table: b0,
|
|
6428
|
+
tableHeading: p0,
|
|
6429
|
+
tabs: f0,
|
|
6430
|
+
textButton: x0,
|
|
6431
|
+
toast: C0,
|
|
6432
|
+
toggleButton: h0,
|
|
6433
|
+
tooltip: y0,
|
|
6434
|
+
treeView: k0,
|
|
6435
|
+
typography: v0,
|
|
6436
|
+
windowBar: w0
|
|
6415
6437
|
},
|
|
6416
6438
|
globals: {
|
|
6417
|
-
body:
|
|
6418
|
-
scrollbar:
|
|
6439
|
+
body: S0,
|
|
6440
|
+
scrollbar: $0
|
|
6419
6441
|
}
|
|
6420
6442
|
}, i = {
|
|
6421
6443
|
transparent: "#00000000",
|
|
@@ -6808,7 +6830,7 @@ const Gt = {
|
|
|
6808
6830
|
color: i.blue600
|
|
6809
6831
|
}
|
|
6810
6832
|
}
|
|
6811
|
-
},
|
|
6833
|
+
}, R0 = {
|
|
6812
6834
|
sizes: {
|
|
6813
6835
|
L: {
|
|
6814
6836
|
size: "3rem",
|
|
@@ -6861,7 +6883,7 @@ const Gt = {
|
|
|
6861
6883
|
}
|
|
6862
6884
|
}
|
|
6863
6885
|
}
|
|
6864
|
-
},
|
|
6886
|
+
}, P0 = {
|
|
6865
6887
|
height: "7rem",
|
|
6866
6888
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
6867
6889
|
separator: `1px solid ${r.semantic.color.border.neutral400}`,
|
|
@@ -6879,7 +6901,7 @@ const Gt = {
|
|
|
6879
6901
|
color: r.semantic.color.text.neutral100
|
|
6880
6902
|
}
|
|
6881
6903
|
}
|
|
6882
|
-
},
|
|
6904
|
+
}, W0 = {
|
|
6883
6905
|
trigger: {
|
|
6884
6906
|
borderRadius: "0.4rem",
|
|
6885
6907
|
height: "3.2rem",
|
|
@@ -6916,12 +6938,12 @@ const Gt = {
|
|
|
6916
6938
|
color: r.semantic.color.text.neutral800
|
|
6917
6939
|
}
|
|
6918
6940
|
}
|
|
6919
|
-
},
|
|
6941
|
+
}, T0 = {
|
|
6920
6942
|
dropdown: {
|
|
6921
6943
|
screenMarginHeight: "6px",
|
|
6922
6944
|
maxHeight: "50vh"
|
|
6923
6945
|
}
|
|
6924
|
-
}, Me = "1px",
|
|
6946
|
+
}, Me = "1px", F0 = {
|
|
6925
6947
|
padding: `${r.core.space.space025} ${r.core.space.space050}`,
|
|
6926
6948
|
gap: r.core.space.space025,
|
|
6927
6949
|
borderRadius: "2px",
|
|
@@ -6984,7 +7006,7 @@ const Gt = {
|
|
|
6984
7006
|
iconColor: r.semantic.color.text.neutral500
|
|
6985
7007
|
}
|
|
6986
7008
|
}
|
|
6987
|
-
},
|
|
7009
|
+
}, I0 = {
|
|
6988
7010
|
sizes: {
|
|
6989
7011
|
S: {
|
|
6990
7012
|
gap: "0.8rem",
|
|
@@ -6996,7 +7018,7 @@ const Gt = {
|
|
|
6996
7018
|
}
|
|
6997
7019
|
},
|
|
6998
7020
|
split: { minWidth: "0.8rem" }
|
|
6999
|
-
},
|
|
7021
|
+
}, E0 = {
|
|
7000
7022
|
gap: r.core.space.space300,
|
|
7001
7023
|
item: {
|
|
7002
7024
|
borderRadius: "4px",
|
|
@@ -7042,7 +7064,7 @@ const Gt = {
|
|
|
7042
7064
|
defaultItem: {
|
|
7043
7065
|
gap: "0.4rem"
|
|
7044
7066
|
}
|
|
7045
|
-
},
|
|
7067
|
+
}, O0 = {
|
|
7046
7068
|
gap: "0.2rem",
|
|
7047
7069
|
sizes: {
|
|
7048
7070
|
small: {
|
|
@@ -7156,7 +7178,7 @@ const Gt = {
|
|
|
7156
7178
|
}
|
|
7157
7179
|
}
|
|
7158
7180
|
}
|
|
7159
|
-
},
|
|
7181
|
+
}, M0 = {
|
|
7160
7182
|
borderRadius: "0.4rem",
|
|
7161
7183
|
border: `1px solid ${r.semantic.color.border.neutral600}`,
|
|
7162
7184
|
fontSize: "1.4rem",
|
|
@@ -7199,13 +7221,13 @@ const Gt = {
|
|
|
7199
7221
|
}
|
|
7200
7222
|
}
|
|
7201
7223
|
}
|
|
7202
|
-
},
|
|
7224
|
+
}, _0 = {
|
|
7203
7225
|
width: "100%",
|
|
7204
7226
|
height: "fit-content",
|
|
7205
7227
|
bgColor: r.semantic.color.background.neutral100,
|
|
7206
7228
|
shadow: r.core.shadow.shadow4,
|
|
7207
7229
|
borderRadius: "0.8rem"
|
|
7208
|
-
},
|
|
7230
|
+
}, B0 = {
|
|
7209
7231
|
width: "1.8rem",
|
|
7210
7232
|
height: "1.8rem",
|
|
7211
7233
|
padding: "0",
|
|
@@ -7269,7 +7291,7 @@ const Gt = {
|
|
|
7269
7291
|
}
|
|
7270
7292
|
}
|
|
7271
7293
|
}
|
|
7272
|
-
},
|
|
7294
|
+
}, H0 = {
|
|
7273
7295
|
sizes: {
|
|
7274
7296
|
M: {
|
|
7275
7297
|
height: "2.8rem",
|
|
@@ -7326,7 +7348,7 @@ const Gt = {
|
|
|
7326
7348
|
}
|
|
7327
7349
|
}
|
|
7328
7350
|
}
|
|
7329
|
-
},
|
|
7351
|
+
}, j0 = {
|
|
7330
7352
|
sizes: {
|
|
7331
7353
|
M: {
|
|
7332
7354
|
gap: "0.8rem 5px"
|
|
@@ -7343,13 +7365,13 @@ const Gt = {
|
|
|
7343
7365
|
gap: "0.4rem",
|
|
7344
7366
|
padding: "1.2rem 1.6rem"
|
|
7345
7367
|
}
|
|
7346
|
-
},
|
|
7368
|
+
}, L0 = {
|
|
7347
7369
|
width: "2.7rem",
|
|
7348
7370
|
height: "2rem",
|
|
7349
7371
|
borderRadius: "5px",
|
|
7350
7372
|
borderWidth: "0.1px",
|
|
7351
7373
|
borderColor: r.semantic.color.border.neutral500
|
|
7352
|
-
},
|
|
7374
|
+
}, D0 = {
|
|
7353
7375
|
fontSize: r.core.font.fontSize.s14,
|
|
7354
7376
|
fontWeight: "400",
|
|
7355
7377
|
fontFamily: r.core.font.fontFamily.regular,
|
|
@@ -7413,7 +7435,7 @@ const Gt = {
|
|
|
7413
7435
|
weekNumCell: {
|
|
7414
7436
|
fontSize: "1rem"
|
|
7415
7437
|
}
|
|
7416
|
-
},
|
|
7438
|
+
}, A0 = {
|
|
7417
7439
|
shadow: `0 0 0.5px 1px ${r.color.dark600}, -8px 0 16px 0 ${r.color.dark900}`,
|
|
7418
7440
|
bgColor: r.color.dark700,
|
|
7419
7441
|
sidePadding: "3.2rem",
|
|
@@ -7424,6 +7446,10 @@ const Gt = {
|
|
|
7424
7446
|
closeIconColor: r.semantic.color.icon.neutral800,
|
|
7425
7447
|
textColor: r.semantic.color.text.neutral800
|
|
7426
7448
|
},
|
|
7449
|
+
description: {
|
|
7450
|
+
blockPadding: "3rem 0",
|
|
7451
|
+
textColor: r.semantic.color.text.neutral800
|
|
7452
|
+
},
|
|
7427
7453
|
body: {
|
|
7428
7454
|
blockPadding: "4rem 1.6rem"
|
|
7429
7455
|
},
|
|
@@ -7433,7 +7459,7 @@ const Gt = {
|
|
|
7433
7459
|
buttonsGap: "1.6rem"
|
|
7434
7460
|
},
|
|
7435
7461
|
overlay: { bgColor: F(r.color.dark900, 0.8) }
|
|
7436
|
-
},
|
|
7462
|
+
}, G0 = {
|
|
7437
7463
|
chipList: {
|
|
7438
7464
|
padding: "0.8rem 1.6rem",
|
|
7439
7465
|
border: `1px solid ${r.semantic.color.border.neutral400}`
|
|
@@ -7466,7 +7492,7 @@ const Gt = {
|
|
|
7466
7492
|
padding: "0.8rem 1.6rem"
|
|
7467
7493
|
}
|
|
7468
7494
|
}
|
|
7469
|
-
},
|
|
7495
|
+
}, X0 = {
|
|
7470
7496
|
columnGap: "1.6rem",
|
|
7471
7497
|
group: {
|
|
7472
7498
|
rowGap: "1rem"
|
|
@@ -7480,7 +7506,7 @@ const Gt = {
|
|
|
7480
7506
|
textColor: r.semantic.color.text.danger500
|
|
7481
7507
|
}
|
|
7482
7508
|
}
|
|
7483
|
-
},
|
|
7509
|
+
}, q0 = {
|
|
7484
7510
|
sizes: {
|
|
7485
7511
|
XXL: {
|
|
7486
7512
|
width: "3.2rem",
|
|
@@ -7524,7 +7550,7 @@ const Gt = {
|
|
|
7524
7550
|
}
|
|
7525
7551
|
},
|
|
7526
7552
|
borderRadius: "0.4rem"
|
|
7527
|
-
},
|
|
7553
|
+
}, N0 = {
|
|
7528
7554
|
padding: "0 0.8rem 0 1rem",
|
|
7529
7555
|
height: "3.6rem",
|
|
7530
7556
|
gap: "0.5rem",
|
|
@@ -7615,7 +7641,7 @@ const Gt = {
|
|
|
7615
7641
|
textColor: r.semantic.color.text.danger500
|
|
7616
7642
|
}
|
|
7617
7643
|
}
|
|
7618
|
-
},
|
|
7644
|
+
}, Y0 = {
|
|
7619
7645
|
gap: "0.5rem",
|
|
7620
7646
|
margin: "0 0 0.2rem 0",
|
|
7621
7647
|
minHeight: "20px",
|
|
@@ -7636,7 +7662,7 @@ const Gt = {
|
|
|
7636
7662
|
required: {
|
|
7637
7663
|
textColor: r.semantic.color.text.danger500
|
|
7638
7664
|
}
|
|
7639
|
-
},
|
|
7665
|
+
}, U0 = {
|
|
7640
7666
|
variants: {
|
|
7641
7667
|
block: {
|
|
7642
7668
|
sizes: {
|
|
@@ -7706,7 +7732,7 @@ const Gt = {
|
|
|
7706
7732
|
}
|
|
7707
7733
|
}
|
|
7708
7734
|
}
|
|
7709
|
-
},
|
|
7735
|
+
}, K0 = {
|
|
7710
7736
|
size: "5rem",
|
|
7711
7737
|
gap: "0.5rem",
|
|
7712
7738
|
textColor: r.semantic.color.icon.neutral700,
|
|
@@ -7727,7 +7753,7 @@ const Gt = {
|
|
|
7727
7753
|
textColor: r.semantic.color.icon.neutral100
|
|
7728
7754
|
}
|
|
7729
7755
|
}
|
|
7730
|
-
},
|
|
7756
|
+
}, J0 = {
|
|
7731
7757
|
dropDown: {
|
|
7732
7758
|
minWidth: "16rem",
|
|
7733
7759
|
maxWidth: "40rem",
|
|
@@ -7798,7 +7824,7 @@ const Gt = {
|
|
|
7798
7824
|
}
|
|
7799
7825
|
}
|
|
7800
7826
|
}
|
|
7801
|
-
},
|
|
7827
|
+
}, V0 = {
|
|
7802
7828
|
blockScreenMargin: "20px",
|
|
7803
7829
|
inlineScreenMargin: "20px",
|
|
7804
7830
|
inlinePadding: "4rem",
|
|
@@ -7812,6 +7838,10 @@ const Gt = {
|
|
|
7812
7838
|
textColor: r.semantic.color.text.neutral800,
|
|
7813
7839
|
gap: "0.8rem"
|
|
7814
7840
|
},
|
|
7841
|
+
description: {
|
|
7842
|
+
blockPadding: "0 1.2rem",
|
|
7843
|
+
textColor: r.semantic.color.text.neutral800
|
|
7844
|
+
},
|
|
7815
7845
|
body: {
|
|
7816
7846
|
minWidth: "30rem",
|
|
7817
7847
|
maxWidth: "50rem",
|
|
@@ -7822,7 +7852,9 @@ const Gt = {
|
|
|
7822
7852
|
buttonsGap: "0.8rem"
|
|
7823
7853
|
},
|
|
7824
7854
|
overlay: { bgColor: "rgba(0, 0, 0, 0.9)" }
|
|
7825
|
-
},
|
|
7855
|
+
}, Z0 = {
|
|
7856
|
+
iconColor: r.semantic.color.icon.neutral700
|
|
7857
|
+
}, Q0 = {
|
|
7826
7858
|
bgColor: r.color.dark700,
|
|
7827
7859
|
shadow: `0 0 0.5px 1px ${r.color.dark600}, 0 0 16px 8px ${r.color.dark900}`,
|
|
7828
7860
|
borderRadius: "0.8rem",
|
|
@@ -7835,7 +7867,7 @@ const Gt = {
|
|
|
7835
7867
|
height: "8px",
|
|
7836
7868
|
shadow: `${r.color.dark600} 0px 1.5px`
|
|
7837
7869
|
}
|
|
7838
|
-
},
|
|
7870
|
+
}, rn = {
|
|
7839
7871
|
closeButton: {
|
|
7840
7872
|
iconColor: r.semantic.color.icon.neutral700
|
|
7841
7873
|
},
|
|
@@ -7854,7 +7886,7 @@ const Gt = {
|
|
|
7854
7886
|
margin: "0 0 1.2rem 0",
|
|
7855
7887
|
padding: "1.6rem"
|
|
7856
7888
|
}
|
|
7857
|
-
},
|
|
7889
|
+
}, en = {
|
|
7858
7890
|
textColor: r.semantic.color.text.neutral100,
|
|
7859
7891
|
border: "solid 1px transparent",
|
|
7860
7892
|
colorGroups: [
|
|
@@ -7869,7 +7901,7 @@ const Gt = {
|
|
|
7869
7901
|
M: "3.2rem",
|
|
7870
7902
|
L: "4.4rem"
|
|
7871
7903
|
}
|
|
7872
|
-
},
|
|
7904
|
+
}, on = {
|
|
7873
7905
|
borderRadius: "1px",
|
|
7874
7906
|
textPosition: {
|
|
7875
7907
|
left: {
|
|
@@ -7923,7 +7955,7 @@ const Gt = {
|
|
|
7923
7955
|
text: {
|
|
7924
7956
|
color: r.semantic.color.text.neutral800
|
|
7925
7957
|
}
|
|
7926
|
-
},
|
|
7958
|
+
}, tn = {
|
|
7927
7959
|
size: "1.8rem",
|
|
7928
7960
|
iconSize: "0.6rem",
|
|
7929
7961
|
padding: "0",
|
|
@@ -7972,7 +8004,7 @@ const Gt = {
|
|
|
7972
8004
|
}
|
|
7973
8005
|
}
|
|
7974
8006
|
}
|
|
7975
|
-
},
|
|
8007
|
+
}, an = {
|
|
7976
8008
|
bgColor: r.semantic.color.background.neutral100,
|
|
7977
8009
|
shadow: `0px 0px 0px 1px ${r.semantic.color.border.neutral600}`,
|
|
7978
8010
|
borderRadius: "0.8rem",
|
|
@@ -7992,7 +8024,7 @@ const Gt = {
|
|
|
7992
8024
|
},
|
|
7993
8025
|
customActions: { gap: "0.8rem" }
|
|
7994
8026
|
}
|
|
7995
|
-
},
|
|
8027
|
+
}, nn = {
|
|
7996
8028
|
width: "100%",
|
|
7997
8029
|
height: "fit-content",
|
|
7998
8030
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -8036,7 +8068,7 @@ const Gt = {
|
|
|
8036
8068
|
width: "1px",
|
|
8037
8069
|
color: r.semantic.color.border.neutral600
|
|
8038
8070
|
}
|
|
8039
|
-
},
|
|
8071
|
+
}, ln = {
|
|
8040
8072
|
padding: "0 1rem",
|
|
8041
8073
|
height: "3.6rem",
|
|
8042
8074
|
gap: "0.6rem",
|
|
@@ -8143,7 +8175,7 @@ const Gt = {
|
|
|
8143
8175
|
borderColor: { disabled: r.semantic.color.border.neutral500 },
|
|
8144
8176
|
bgColor: { disabled: "transparent" },
|
|
8145
8177
|
textColor: { disabled: r.semantic.color.text.neutral500 }
|
|
8146
|
-
}, N = (t, a) => `color-mix(in srgb-linear, ${t} ${a}%, transparent)`,
|
|
8178
|
+
}, N = (t, a) => `color-mix(in srgb-linear, ${t} ${a}%, transparent)`, cn = {
|
|
8147
8179
|
sizes: {
|
|
8148
8180
|
S: {
|
|
8149
8181
|
borderRadius: "99rem",
|
|
@@ -8333,7 +8365,7 @@ const Gt = {
|
|
|
8333
8365
|
}
|
|
8334
8366
|
}
|
|
8335
8367
|
}
|
|
8336
|
-
},
|
|
8368
|
+
}, sn = {
|
|
8337
8369
|
sizes: {
|
|
8338
8370
|
M: {
|
|
8339
8371
|
borderRadius: r.core.space.space100,
|
|
@@ -8373,7 +8405,7 @@ const Gt = {
|
|
|
8373
8405
|
borderColor: r.semantic.color.border.attention300
|
|
8374
8406
|
}
|
|
8375
8407
|
}
|
|
8376
|
-
},
|
|
8408
|
+
}, dn = {
|
|
8377
8409
|
variants: {
|
|
8378
8410
|
informative: { iconColor: r.semantic.color.icon.informative600 },
|
|
8379
8411
|
danger: { iconColor: r.semantic.color.icon.danger600 },
|
|
@@ -8381,7 +8413,7 @@ const Gt = {
|
|
|
8381
8413
|
notice: { iconColor: r.semantic.color.icon.notice600 },
|
|
8382
8414
|
success: { iconColor: r.semantic.color.icon.success600 }
|
|
8383
8415
|
}
|
|
8384
|
-
},
|
|
8416
|
+
}, mn = {
|
|
8385
8417
|
collapsed: {
|
|
8386
8418
|
bgColor: r.semantic.color.background.neutral100,
|
|
8387
8419
|
shadow: "none",
|
|
@@ -8486,7 +8518,7 @@ const Gt = {
|
|
|
8486
8518
|
}
|
|
8487
8519
|
}
|
|
8488
8520
|
}
|
|
8489
|
-
},
|
|
8521
|
+
}, un = {
|
|
8490
8522
|
card: {
|
|
8491
8523
|
gap: "2.4rem",
|
|
8492
8524
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -8513,7 +8545,7 @@ const Gt = {
|
|
|
8513
8545
|
grid: {
|
|
8514
8546
|
gap: "1.6rem"
|
|
8515
8547
|
}
|
|
8516
|
-
},
|
|
8548
|
+
}, gn = {
|
|
8517
8549
|
gap: "2.4rem",
|
|
8518
8550
|
step: {
|
|
8519
8551
|
gap: "0.8rem",
|
|
@@ -8557,7 +8589,7 @@ const Gt = {
|
|
|
8557
8589
|
}
|
|
8558
8590
|
}
|
|
8559
8591
|
}
|
|
8560
|
-
},
|
|
8592
|
+
}, bn = {
|
|
8561
8593
|
width: "3.2rem",
|
|
8562
8594
|
height: "1.8rem",
|
|
8563
8595
|
padding: "0.2rem",
|
|
@@ -8609,7 +8641,7 @@ const Gt = {
|
|
|
8609
8641
|
}
|
|
8610
8642
|
}
|
|
8611
8643
|
}
|
|
8612
|
-
},
|
|
8644
|
+
}, pn = {
|
|
8613
8645
|
table: {
|
|
8614
8646
|
tableContainer: {
|
|
8615
8647
|
backgroundColor: r.semantic.color.background.neutral100,
|
|
@@ -8654,7 +8686,7 @@ const Gt = {
|
|
|
8654
8686
|
}
|
|
8655
8687
|
}
|
|
8656
8688
|
}
|
|
8657
|
-
},
|
|
8689
|
+
}, fn = {
|
|
8658
8690
|
bgColor: "transparent",
|
|
8659
8691
|
padding: "1rem 1.6rem",
|
|
8660
8692
|
gap: "3.2rem",
|
|
@@ -8677,7 +8709,7 @@ const Gt = {
|
|
|
8677
8709
|
actionsBar: {
|
|
8678
8710
|
gap: "1.6rem"
|
|
8679
8711
|
}
|
|
8680
|
-
},
|
|
8712
|
+
}, xn = {
|
|
8681
8713
|
variants: {
|
|
8682
8714
|
default: {
|
|
8683
8715
|
gap: "4rem",
|
|
@@ -8763,7 +8795,7 @@ const Gt = {
|
|
|
8763
8795
|
}
|
|
8764
8796
|
}
|
|
8765
8797
|
}
|
|
8766
|
-
}, V = "transparent", _e = "0.4rem 0.6rem", Be = "0", He = "0.4rem", je = "0",
|
|
8798
|
+
}, V = "transparent", _e = "0.4rem 0.6rem", Be = "0", He = "0.4rem", je = "0", Cn = {
|
|
8767
8799
|
gap: "0.4rem",
|
|
8768
8800
|
height: "2.7rem",
|
|
8769
8801
|
lineHeight: "1.9rem",
|
|
@@ -8850,14 +8882,14 @@ const Gt = {
|
|
|
8850
8882
|
}
|
|
8851
8883
|
}
|
|
8852
8884
|
}
|
|
8853
|
-
},
|
|
8885
|
+
}, hn = {
|
|
8854
8886
|
width: "clamp(400px, 33vw, 640px)",
|
|
8855
8887
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
8856
8888
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
8857
8889
|
gap: "1.2rem",
|
|
8858
8890
|
actions: { gap: "0.8rem", inlineMargin: "2.4rem 0" },
|
|
8859
8891
|
toaster: { gap: "2rem" }
|
|
8860
|
-
}, vr = "transparent",
|
|
8892
|
+
}, vr = "transparent", yn = {
|
|
8861
8893
|
gap: "0.4rem",
|
|
8862
8894
|
height: "2.7rem",
|
|
8863
8895
|
lineHeight: "1.9rem",
|
|
@@ -8912,7 +8944,7 @@ const Gt = {
|
|
|
8912
8944
|
minWidth: "2rem",
|
|
8913
8945
|
borderRadius: "99rem"
|
|
8914
8946
|
}
|
|
8915
|
-
},
|
|
8947
|
+
}, kn = {
|
|
8916
8948
|
textColor: r.semantic.color.text.neutral800,
|
|
8917
8949
|
bgColor: r.color.dark600,
|
|
8918
8950
|
shadow: `0 0 0.5px 1px ${r.color.dark700}`,
|
|
@@ -8926,7 +8958,7 @@ const Gt = {
|
|
|
8926
8958
|
height: "8px",
|
|
8927
8959
|
shadow: `${r.color.dark700} 0px 1.5px`
|
|
8928
8960
|
}
|
|
8929
|
-
},
|
|
8961
|
+
}, vn = {
|
|
8930
8962
|
levelOffset: "1.8rem",
|
|
8931
8963
|
item: {
|
|
8932
8964
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -8939,7 +8971,7 @@ const Gt = {
|
|
|
8939
8971
|
iconColor: r.semantic.color.icon.neutral800,
|
|
8940
8972
|
gap: "0.4rem"
|
|
8941
8973
|
}
|
|
8942
|
-
},
|
|
8974
|
+
}, wn = {
|
|
8943
8975
|
colors: {
|
|
8944
8976
|
primary: r.semantic.color.text.neutral800,
|
|
8945
8977
|
secondary: r.semantic.color.text.neutral700
|
|
@@ -9005,7 +9037,7 @@ const Gt = {
|
|
|
9005
9037
|
semiBold: "600"
|
|
9006
9038
|
}
|
|
9007
9039
|
}
|
|
9008
|
-
},
|
|
9040
|
+
}, Sn = {
|
|
9009
9041
|
gap: "1.6rem",
|
|
9010
9042
|
header: {
|
|
9011
9043
|
gap: "0.8rem"
|
|
@@ -9057,13 +9089,13 @@ const Gt = {
|
|
|
9057
9089
|
borderColor: r.semantic.color.border.neutral300
|
|
9058
9090
|
}
|
|
9059
9091
|
}
|
|
9060
|
-
},
|
|
9092
|
+
}, $n = {
|
|
9061
9093
|
bgColor: r.semantic.color.background.neutral100,
|
|
9062
9094
|
textColor: r.semantic.color.background.neutral700,
|
|
9063
9095
|
fontFamily: r.core.font.fontFamily.regular,
|
|
9064
9096
|
fontSize: r.core.font.fontSize.s14,
|
|
9065
9097
|
lineHeight: "1.4"
|
|
9066
|
-
},
|
|
9098
|
+
}, zn = {
|
|
9067
9099
|
width: "0.5rem",
|
|
9068
9100
|
height: "0.5rem",
|
|
9069
9101
|
bgColor: r.color.dark700,
|
|
@@ -9072,74 +9104,75 @@ const Gt = {
|
|
|
9072
9104
|
bgColor: r.color.dark300,
|
|
9073
9105
|
borderRadius: "99rem"
|
|
9074
9106
|
}
|
|
9075
|
-
},
|
|
9107
|
+
}, Hn = {
|
|
9076
9108
|
name: "dark",
|
|
9077
9109
|
...r,
|
|
9078
9110
|
components: {
|
|
9079
|
-
actionIconButton:
|
|
9080
|
-
appBar:
|
|
9081
|
-
appSelectionMenu:
|
|
9082
|
-
autoComplete:
|
|
9083
|
-
badge:
|
|
9084
|
-
banner:
|
|
9085
|
-
boxSelectionGroup:
|
|
9086
|
-
button:
|
|
9087
|
-
buttonGroup:
|
|
9088
|
-
card:
|
|
9089
|
-
checkbox:
|
|
9090
|
-
chip:
|
|
9091
|
-
chipList:
|
|
9092
|
-
countryFlag:
|
|
9093
|
-
datePicker:
|
|
9094
|
-
drawer:
|
|
9095
|
-
filters:
|
|
9096
|
-
formField:
|
|
9097
|
-
iconButton:
|
|
9098
|
-
input:
|
|
9099
|
-
label:
|
|
9100
|
-
link:
|
|
9101
|
-
loader:
|
|
9102
|
-
menu:
|
|
9103
|
-
modal:
|
|
9104
|
-
|
|
9105
|
-
|
|
9106
|
-
|
|
9107
|
-
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
9120
|
-
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9111
|
+
actionIconButton: R0,
|
|
9112
|
+
appBar: P0,
|
|
9113
|
+
appSelectionMenu: W0,
|
|
9114
|
+
autoComplete: T0,
|
|
9115
|
+
badge: F0,
|
|
9116
|
+
banner: I0,
|
|
9117
|
+
boxSelectionGroup: E0,
|
|
9118
|
+
button: O0,
|
|
9119
|
+
buttonGroup: M0,
|
|
9120
|
+
card: _0,
|
|
9121
|
+
checkbox: B0,
|
|
9122
|
+
chip: H0,
|
|
9123
|
+
chipList: j0,
|
|
9124
|
+
countryFlag: L0,
|
|
9125
|
+
datePicker: D0,
|
|
9126
|
+
drawer: A0,
|
|
9127
|
+
filters: G0,
|
|
9128
|
+
formField: X0,
|
|
9129
|
+
iconButton: q0,
|
|
9130
|
+
input: N0,
|
|
9131
|
+
label: Y0,
|
|
9132
|
+
link: U0,
|
|
9133
|
+
loader: K0,
|
|
9134
|
+
menu: J0,
|
|
9135
|
+
modal: V0,
|
|
9136
|
+
moreInfoIcon: Z0,
|
|
9137
|
+
popover: Q0,
|
|
9138
|
+
popupCard: rn,
|
|
9139
|
+
profileIcon: en,
|
|
9140
|
+
progressBar: on,
|
|
9141
|
+
radio: tn,
|
|
9142
|
+
searchBar: an,
|
|
9143
|
+
section: nn,
|
|
9144
|
+
select: ln,
|
|
9145
|
+
semanticButton: cn,
|
|
9146
|
+
semanticContainer: sn,
|
|
9147
|
+
semanticIcon: dn,
|
|
9148
|
+
sideBar: mn,
|
|
9149
|
+
skeleton: un,
|
|
9150
|
+
stepper: gn,
|
|
9151
|
+
switchButton: bn,
|
|
9152
|
+
table: pn,
|
|
9153
|
+
tableHeading: fn,
|
|
9154
|
+
tabs: xn,
|
|
9155
|
+
textButton: Cn,
|
|
9156
|
+
toast: hn,
|
|
9157
|
+
toggleButton: yn,
|
|
9158
|
+
tooltip: kn,
|
|
9159
|
+
treeView: vn,
|
|
9160
|
+
typography: wn,
|
|
9161
|
+
windowBar: Sn
|
|
9129
9162
|
},
|
|
9130
9163
|
globals: {
|
|
9131
|
-
body:
|
|
9132
|
-
scrollbar:
|
|
9164
|
+
body: $n,
|
|
9165
|
+
scrollbar: zn
|
|
9133
9166
|
}
|
|
9134
|
-
}, lr = () => To() ||
|
|
9167
|
+
}, lr = () => To() || z0, jn = (t) => $r`
|
|
9135
9168
|
&:focus-visible {
|
|
9136
9169
|
outline: ${() => lr().core.focus.size} solid ${() => lr().core.focus.color};
|
|
9137
9170
|
outline-offset: ${() => t || lr().core.focus.margin};
|
|
9138
9171
|
}
|
|
9139
|
-
`,
|
|
9172
|
+
`, Ln = (t) => $r`
|
|
9140
9173
|
outline: ${() => lr().core.focus.size} solid ${() => lr().core.focus.color};
|
|
9141
9174
|
outline-offset: ${() => t || lr().core.focus.margin};
|
|
9142
|
-
`, Lr = () => window.matchMedia("(prefers-color-scheme: dark)"),
|
|
9175
|
+
`, Lr = () => window.matchMedia("(prefers-color-scheme: dark)"), Rn = (t) => {
|
|
9143
9176
|
const a = Ge(t);
|
|
9144
9177
|
a.current = t;
|
|
9145
9178
|
const s = wr((y) => {
|
|
@@ -9169,13 +9202,13 @@ const Gt = {
|
|
|
9169
9202
|
currentTheme: g
|
|
9170
9203
|
// resolved theme (dark/light - selected or current system)
|
|
9171
9204
|
};
|
|
9172
|
-
},
|
|
9205
|
+
}, Pn = ({ value: t, ...a }) => {
|
|
9173
9206
|
const s = Ge(a);
|
|
9174
9207
|
s.current = a;
|
|
9175
9208
|
const u = wr(() => localStorage.getItem(s.current.storageKey) || "", []), d = wr((g) => {
|
|
9176
9209
|
localStorage.setItem(s.current.storageKey, g);
|
|
9177
9210
|
}, []);
|
|
9178
|
-
return
|
|
9211
|
+
return Eo(() => {
|
|
9179
9212
|
s.current.onChange(u());
|
|
9180
9213
|
}, [u]), Dr(() => {
|
|
9181
9214
|
t && d(t);
|
|
@@ -9201,7 +9234,7 @@ var Nr = { exports: {} }, mr = {};
|
|
|
9201
9234
|
* LICENSE file in the root directory of this source tree.
|
|
9202
9235
|
*/
|
|
9203
9236
|
var Le;
|
|
9204
|
-
function
|
|
9237
|
+
function Wn() {
|
|
9205
9238
|
if (Le) return mr;
|
|
9206
9239
|
Le = 1;
|
|
9207
9240
|
var t = Ae, a = Symbol.for("react.element"), s = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, d = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, g = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
@@ -9225,7 +9258,7 @@ var ur = {};
|
|
|
9225
9258
|
* LICENSE file in the root directory of this source tree.
|
|
9226
9259
|
*/
|
|
9227
9260
|
var De;
|
|
9228
|
-
function
|
|
9261
|
+
function Tn() {
|
|
9229
9262
|
return De || (De = 1, process.env.NODE_ENV !== "production" && function() {
|
|
9230
9263
|
var t = Ae, a = Symbol.for("react.element"), s = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), g = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), h = Symbol.for("react.context"), C = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), k = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), R = Symbol.for("react.offscreen"), U = Symbol.iterator, Rr = "@@iterator";
|
|
9231
9264
|
function pr(n) {
|
|
@@ -9446,14 +9479,14 @@ function Rn() {
|
|
|
9446
9479
|
} catch (_) {
|
|
9447
9480
|
if (_ && x && typeof _.stack == "string") {
|
|
9448
9481
|
for (var v = _.stack.split(`
|
|
9449
|
-
`),
|
|
9450
|
-
`), P = v.length - 1, W =
|
|
9482
|
+
`), I = x.stack.split(`
|
|
9483
|
+
`), P = v.length - 1, W = I.length - 1; P >= 1 && W >= 0 && v[P] !== I[W]; )
|
|
9451
9484
|
W--;
|
|
9452
9485
|
for (; P >= 1 && W >= 0; P--, W--)
|
|
9453
|
-
if (v[P] !==
|
|
9486
|
+
if (v[P] !== I[W]) {
|
|
9454
9487
|
if (P !== 1 || W !== 1)
|
|
9455
9488
|
do
|
|
9456
|
-
if (P--, W--, W < 0 || v[P] !==
|
|
9489
|
+
if (P--, W--, W < 0 || v[P] !== I[W]) {
|
|
9457
9490
|
var j = `
|
|
9458
9491
|
` + v[P].replace(" at new ", " at ");
|
|
9459
9492
|
return n.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", n.displayName)), typeof n == "function" && xr.set(n, j), j;
|
|
@@ -9520,8 +9553,8 @@ function Rn() {
|
|
|
9520
9553
|
var v = void 0;
|
|
9521
9554
|
try {
|
|
9522
9555
|
if (typeof n[w] != "function") {
|
|
9523
|
-
var
|
|
9524
|
-
throw
|
|
9556
|
+
var I = Error((x || "React class") + ": " + b + " type `" + w + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof n[w] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
9557
|
+
throw I.name = "Invariant Violation", I;
|
|
9525
9558
|
}
|
|
9526
9559
|
v = n[w](m, w, x, b, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
9527
9560
|
} catch (P) {
|
|
@@ -9560,8 +9593,8 @@ function Rn() {
|
|
|
9560
9593
|
ref: !0,
|
|
9561
9594
|
__self: !0,
|
|
9562
9595
|
__source: !0
|
|
9563
|
-
}, se, de,
|
|
9564
|
-
|
|
9596
|
+
}, se, de, Ir;
|
|
9597
|
+
Ir = {};
|
|
9565
9598
|
function go(n) {
|
|
9566
9599
|
if (sr.call(n, "ref")) {
|
|
9567
9600
|
var m = Object.getOwnPropertyDescriptor(n, "ref").get;
|
|
@@ -9581,7 +9614,7 @@ function Rn() {
|
|
|
9581
9614
|
function po(n, m) {
|
|
9582
9615
|
if (typeof n.ref == "string" && dr.current && m && dr.current.stateNode !== m) {
|
|
9583
9616
|
var b = D(dr.current.type);
|
|
9584
|
-
|
|
9617
|
+
Ir[b] || (T('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', D(dr.current.type), n.ref), Ir[b] = !0);
|
|
9585
9618
|
}
|
|
9586
9619
|
}
|
|
9587
9620
|
function fo(n, m) {
|
|
@@ -9637,8 +9670,8 @@ function Rn() {
|
|
|
9637
9670
|
};
|
|
9638
9671
|
function ho(n, m, b, x, $) {
|
|
9639
9672
|
{
|
|
9640
|
-
var z, w = {}, v = null,
|
|
9641
|
-
b !== void 0 && (ie(b), v = "" + b), bo(m) && (ie(m.key), v = "" + m.key), go(m) && (
|
|
9673
|
+
var z, w = {}, v = null, I = null;
|
|
9674
|
+
b !== void 0 && (ie(b), v = "" + b), bo(m) && (ie(m.key), v = "" + m.key), go(m) && (I = m.ref, po(m, $));
|
|
9642
9675
|
for (z in m)
|
|
9643
9676
|
sr.call(m, z) && !uo.hasOwnProperty(z) && (w[z] = m[z]);
|
|
9644
9677
|
if (n && n.defaultProps) {
|
|
@@ -9646,14 +9679,14 @@ function Rn() {
|
|
|
9646
9679
|
for (z in P)
|
|
9647
9680
|
w[z] === void 0 && (w[z] = P[z]);
|
|
9648
9681
|
}
|
|
9649
|
-
if (v ||
|
|
9682
|
+
if (v || I) {
|
|
9650
9683
|
var W = typeof n == "function" ? n.displayName || n.name || "Unknown" : n;
|
|
9651
|
-
v && fo(w, W),
|
|
9684
|
+
v && fo(w, W), I && xo(w, W);
|
|
9652
9685
|
}
|
|
9653
|
-
return Co(n, v,
|
|
9686
|
+
return Co(n, v, I, $, x, dr.current, w);
|
|
9654
9687
|
}
|
|
9655
9688
|
}
|
|
9656
|
-
var
|
|
9689
|
+
var Er = L.ReactCurrentOwner, me = L.ReactDebugCurrentFrame;
|
|
9657
9690
|
function ar(n) {
|
|
9658
9691
|
if (n) {
|
|
9659
9692
|
var m = n._owner, b = Cr(n.type, n._source, m ? m.type : null);
|
|
@@ -9668,8 +9701,8 @@ function Rn() {
|
|
|
9668
9701
|
}
|
|
9669
9702
|
function ue() {
|
|
9670
9703
|
{
|
|
9671
|
-
if (
|
|
9672
|
-
var n = D(
|
|
9704
|
+
if (Er.current) {
|
|
9705
|
+
var n = D(Er.current.type);
|
|
9673
9706
|
if (n)
|
|
9674
9707
|
return `
|
|
9675
9708
|
|
|
@@ -9704,7 +9737,7 @@ Check the top-level render call using <` + b + ">.");
|
|
|
9704
9737
|
return;
|
|
9705
9738
|
ge[b] = !0;
|
|
9706
9739
|
var x = "";
|
|
9707
|
-
n && n._owner && n._owner !==
|
|
9740
|
+
n && n._owner && n._owner !== Er.current && (x = " It was passed a child from " + D(n._owner.type) + "."), ar(n), T('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', b, x), ar(null);
|
|
9708
9741
|
}
|
|
9709
9742
|
}
|
|
9710
9743
|
function pe(n, m) {
|
|
@@ -9770,8 +9803,8 @@ Check the top-level render call using <` + b + ">.");
|
|
|
9770
9803
|
if (!w) {
|
|
9771
9804
|
var v = "";
|
|
9772
9805
|
(n === void 0 || typeof n == "object" && n !== null && Object.keys(n).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
9773
|
-
var
|
|
9774
|
-
|
|
9806
|
+
var I = yo();
|
|
9807
|
+
I ? v += I : v += ue();
|
|
9775
9808
|
var P;
|
|
9776
9809
|
n === null ? P = "null" : Fr(n) ? P = "array" : n !== void 0 && n.$$typeof === a ? (P = "<" + (D(n.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : P = typeof n, T("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", P, v);
|
|
9777
9810
|
}
|
|
@@ -9818,23 +9851,23 @@ React keys must be passed directly to JSX without using spread:
|
|
|
9818
9851
|
ur.Fragment = u, ur.jsx = zo, ur.jsxs = Ro;
|
|
9819
9852
|
}()), ur;
|
|
9820
9853
|
}
|
|
9821
|
-
process.env.NODE_ENV === "production" ? Nr.exports =
|
|
9854
|
+
process.env.NODE_ENV === "production" ? Nr.exports = Wn() : Nr.exports = Tn();
|
|
9822
9855
|
var Yr = Nr.exports;
|
|
9823
|
-
const Ye = Oo(null),
|
|
9856
|
+
const Ye = Oo(null), Fn = ({ children: t, selectedTheme: a, setSelectedTheme: s, lightThemeName: u, darkThemeName: d, systemThemeName: g }) => {
|
|
9824
9857
|
const f = Mo(() => ({ selectedTheme: a, setSelectedTheme: s, lightThemeName: u, darkThemeName: d, systemThemeName: g }), [a, s, u, d, g]);
|
|
9825
9858
|
return Yr.jsx(Ye.Provider, { value: f, children: t });
|
|
9826
|
-
},
|
|
9859
|
+
}, Dn = () => {
|
|
9827
9860
|
const t = _o(Ye);
|
|
9828
9861
|
if (!t)
|
|
9829
9862
|
throw new Error("Missing ThemeSwitchContext");
|
|
9830
9863
|
return t;
|
|
9831
|
-
},
|
|
9832
|
-
const f = a == null ? void 0 : a.name, h = s == null ? void 0 : s.name, C = { lightThemeName: f, darkThemeName: h, systemThemeName: u }, { selectedTheme: y, setSelectedTheme: k, currentTheme: S } =
|
|
9864
|
+
}, An = ({ children: t, lightTheme: a, darkTheme: s, systemThemeName: u, initialThemeName: d, storageKey: g }) => {
|
|
9865
|
+
const f = a == null ? void 0 : a.name, h = s == null ? void 0 : s.name, C = { lightThemeName: f, darkThemeName: h, systemThemeName: u }, { selectedTheme: y, setSelectedTheme: k, currentTheme: S } = Rn({
|
|
9833
9866
|
initialThemeName: d,
|
|
9834
9867
|
...C
|
|
9835
9868
|
});
|
|
9836
|
-
return
|
|
9837
|
-
},
|
|
9869
|
+
return Pn({ storageKey: g, value: y, onChange: k }), Yr.jsx(Fo, { theme: S === (s == null ? void 0 : s.name) ? s : a, children: Yr.jsx(Fn, { selectedTheme: y, setSelectedTheme: k, ...C, children: t }) });
|
|
9870
|
+
}, In = $r`
|
|
9838
9871
|
body {
|
|
9839
9872
|
background: ${({ theme: t }) => t.globals.body.bgColor};
|
|
9840
9873
|
color: ${({ theme: t }) => t.globals.body.textColor};
|
|
@@ -9844,7 +9877,7 @@ const Ye = Oo(null), Pn = ({ children: t, selectedTheme: a, setSelectedTheme: s,
|
|
|
9844
9877
|
|
|
9845
9878
|
color-scheme: only ${({ theme: t }) => t.name === "dark" ? "dark" : "light"};
|
|
9846
9879
|
}
|
|
9847
|
-
`,
|
|
9880
|
+
`, En = $r`
|
|
9848
9881
|
@media (pointer: fine) {
|
|
9849
9882
|
@-moz-document url-prefix() {
|
|
9850
9883
|
* {
|
|
@@ -9881,24 +9914,24 @@ const Ye = Oo(null), Pn = ({ children: t, selectedTheme: a, setSelectedTheme: s,
|
|
|
9881
9914
|
background-color: transparent;
|
|
9882
9915
|
}
|
|
9883
9916
|
}
|
|
9884
|
-
`,
|
|
9885
|
-
${
|
|
9886
|
-
${
|
|
9917
|
+
`, Gn = Io`
|
|
9918
|
+
${In};
|
|
9919
|
+
${En};
|
|
9887
9920
|
`;
|
|
9888
9921
|
export {
|
|
9889
|
-
|
|
9890
|
-
|
|
9891
|
-
|
|
9892
|
-
|
|
9893
|
-
|
|
9894
|
-
|
|
9895
|
-
|
|
9896
|
-
|
|
9897
|
-
|
|
9898
|
-
|
|
9922
|
+
Gn as CommonStyles,
|
|
9923
|
+
An as SwitchableThemeProvider,
|
|
9924
|
+
Fn as ThemeSwitchProvider,
|
|
9925
|
+
jn as getFocusStyle,
|
|
9926
|
+
Ln as getFocusStyleProperties,
|
|
9927
|
+
z0 as theme,
|
|
9928
|
+
Hn as themeDark,
|
|
9929
|
+
z0 as themeLight,
|
|
9930
|
+
Bn as themeOld,
|
|
9931
|
+
Pn as useStorage,
|
|
9899
9932
|
lr as useTheme,
|
|
9900
|
-
|
|
9901
|
-
|
|
9902
|
-
|
|
9933
|
+
Rn as useThemeSelector,
|
|
9934
|
+
Dn as useThemeSwitchContext,
|
|
9935
|
+
_n as withContrast,
|
|
9903
9936
|
F as withOpacity
|
|
9904
9937
|
};
|