@redis-ui/styles 11.0.2 → 11.4.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.d.ts +4 -3
- package/dist/index.js +118 -105
- package/dist/index.umd.cjs +2 -2
- package/dist/themes/hooks/useTheme.d.ts +1 -1
- package/dist/themes/themeDark/theme.d.ts +1 -1
- package/dist/themes/themeDark/tokens.d.ts +1 -1
- package/dist/themes/themeLight/theme.d.ts +1 -1
- package/dist/themes/themeLight/tokens.d.ts +1 -1
- package/dist/themes/themeOld/components/select.d.ts +1 -1
- package/dist/themes/themeOld/components/semanticButton.d.ts +1 -13
- package/dist/themes/themeOld/theme.d.ts +2 -445
- package/dist/themes/themeOld/tokens.d.ts +2 -392
- package/dist/themes/types/index.d.ts +2 -0
- package/dist/themes/types/theme/components/index.d.ts +50 -0
- package/dist/themes/types/theme/components/typography.types.d.ts +2 -0
- package/dist/themes/types/theme/theme.types.d.ts +57 -50
- package/dist/themes/types/theme/tokens.types.d.ts +392 -0
- package/package.json +2 -1
- package/dist/themes/types/theme.types.d.ts +0 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { theme } from './themes/themeOld/theme';
|
|
1
|
+
export { theme as themeOld } from './themes/themeOld/theme';
|
|
2
|
+
export { theme } from './themes/themeLight/theme';
|
|
2
3
|
export { theme as themeLight } from './themes/themeLight/theme';
|
|
3
4
|
export { theme as themeDark } from './themes/themeDark/theme';
|
|
4
|
-
export * from './themes/types
|
|
5
|
-
export * from './themes/types/theme/
|
|
5
|
+
export * from './themes/types';
|
|
6
|
+
export * from './themes/types/theme/components';
|
|
6
7
|
export * from './themes/hooks/useTheme';
|
|
7
8
|
export * from './utils';
|
|
8
9
|
export * from './focus-indicator';
|
package/dist/index.js
CHANGED
|
@@ -2687,6 +2687,10 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
2687
2687
|
gap: "0.4rem"
|
|
2688
2688
|
}
|
|
2689
2689
|
}, ro = {
|
|
2690
|
+
colors: {
|
|
2691
|
+
primary: e.semantic.color.text.neutral800,
|
|
2692
|
+
secondary: e.semantic.color.text.neutral700
|
|
2693
|
+
},
|
|
2690
2694
|
heading: {
|
|
2691
2695
|
fontFamily: e.core.font.fontFamily.regular,
|
|
2692
2696
|
sizes: {
|
|
@@ -2800,7 +2804,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
2800
2804
|
borderColor: e.semantic.color.border.neutral300
|
|
2801
2805
|
}
|
|
2802
2806
|
}
|
|
2803
|
-
},
|
|
2807
|
+
}, Ye = {
|
|
2804
2808
|
name: "old",
|
|
2805
2809
|
...e,
|
|
2806
2810
|
components: {
|
|
@@ -3246,7 +3250,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3246
3250
|
color: a.blue600
|
|
3247
3251
|
}
|
|
3248
3252
|
}
|
|
3249
|
-
},
|
|
3253
|
+
}, eo = {
|
|
3250
3254
|
sizes: {
|
|
3251
3255
|
L: {
|
|
3252
3256
|
size: "3rem",
|
|
@@ -3299,7 +3303,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3299
3303
|
}
|
|
3300
3304
|
}
|
|
3301
3305
|
}
|
|
3302
|
-
},
|
|
3306
|
+
}, to = {
|
|
3303
3307
|
height: "7rem",
|
|
3304
3308
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
3305
3309
|
separator: `1px solid ${r.semantic.color.border.neutral400}`,
|
|
@@ -3317,7 +3321,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3317
3321
|
color: r.semantic.color.text.neutral100
|
|
3318
3322
|
}
|
|
3319
3323
|
}
|
|
3320
|
-
},
|
|
3324
|
+
}, ao = {
|
|
3321
3325
|
trigger: {
|
|
3322
3326
|
borderRadius: "0.4rem",
|
|
3323
3327
|
height: "3.2rem",
|
|
@@ -3354,12 +3358,12 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3354
3358
|
color: r.semantic.color.text.neutral800
|
|
3355
3359
|
}
|
|
3356
3360
|
}
|
|
3357
|
-
},
|
|
3361
|
+
}, no = {
|
|
3358
3362
|
dropdown: {
|
|
3359
3363
|
screenMarginHeight: "6px",
|
|
3360
3364
|
maxHeight: "50vh"
|
|
3361
3365
|
}
|
|
3362
|
-
}, A = "1px",
|
|
3366
|
+
}, A = "1px", lo = {
|
|
3363
3367
|
padding: `${r.core.space.space025} ${r.core.space.space050}`,
|
|
3364
3368
|
gap: r.core.space.space025,
|
|
3365
3369
|
borderRadius: "2px",
|
|
@@ -3422,7 +3426,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3422
3426
|
iconColor: r.semantic.color.text.neutral500
|
|
3423
3427
|
}
|
|
3424
3428
|
}
|
|
3425
|
-
},
|
|
3429
|
+
}, co = {
|
|
3426
3430
|
sizes: {
|
|
3427
3431
|
S: {
|
|
3428
3432
|
gap: "0.8rem",
|
|
@@ -3434,7 +3438,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3434
3438
|
}
|
|
3435
3439
|
},
|
|
3436
3440
|
split: { minWidth: "0.8rem" }
|
|
3437
|
-
},
|
|
3441
|
+
}, io = {
|
|
3438
3442
|
gap: r.core.space.space300,
|
|
3439
3443
|
item: {
|
|
3440
3444
|
borderRadius: "4px",
|
|
@@ -3478,7 +3482,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3478
3482
|
defaultItem: {
|
|
3479
3483
|
gap: "0.4rem"
|
|
3480
3484
|
}
|
|
3481
|
-
},
|
|
3485
|
+
}, so = {
|
|
3482
3486
|
gap: "0.2rem",
|
|
3483
3487
|
sizes: {
|
|
3484
3488
|
small: {
|
|
@@ -3588,7 +3592,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3588
3592
|
}
|
|
3589
3593
|
}
|
|
3590
3594
|
}
|
|
3591
|
-
},
|
|
3595
|
+
}, mo = {
|
|
3592
3596
|
borderRadius: "0.4rem",
|
|
3593
3597
|
border: `1px solid ${r.semantic.color.border.neutral600}`,
|
|
3594
3598
|
fontSize: "1.4rem",
|
|
@@ -3631,13 +3635,13 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3631
3635
|
}
|
|
3632
3636
|
}
|
|
3633
3637
|
}
|
|
3634
|
-
},
|
|
3638
|
+
}, go = {
|
|
3635
3639
|
width: "100%",
|
|
3636
3640
|
height: "fit-content",
|
|
3637
3641
|
bgColor: r.semantic.color.background.neutral100,
|
|
3638
3642
|
shadow: r.core.shadow.shadow4,
|
|
3639
3643
|
borderRadius: "0.8rem"
|
|
3640
|
-
},
|
|
3644
|
+
}, bo = {
|
|
3641
3645
|
width: "1.8rem",
|
|
3642
3646
|
height: "1.8rem",
|
|
3643
3647
|
padding: "0",
|
|
@@ -3701,7 +3705,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3701
3705
|
}
|
|
3702
3706
|
}
|
|
3703
3707
|
}
|
|
3704
|
-
},
|
|
3708
|
+
}, uo = {
|
|
3705
3709
|
sizes: {
|
|
3706
3710
|
M: {
|
|
3707
3711
|
height: "2.8rem",
|
|
@@ -3758,7 +3762,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3758
3762
|
}
|
|
3759
3763
|
}
|
|
3760
3764
|
}
|
|
3761
|
-
},
|
|
3765
|
+
}, po = {
|
|
3762
3766
|
sizes: {
|
|
3763
3767
|
M: {
|
|
3764
3768
|
gap: "0.8rem 5px"
|
|
@@ -3775,13 +3779,13 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3775
3779
|
gap: "0.4rem",
|
|
3776
3780
|
padding: "1.2rem 1.6rem"
|
|
3777
3781
|
}
|
|
3778
|
-
},
|
|
3782
|
+
}, Co = {
|
|
3779
3783
|
width: "2.7rem",
|
|
3780
3784
|
height: "2rem",
|
|
3781
3785
|
borderRadius: "5px",
|
|
3782
3786
|
borderWidth: "0.1px",
|
|
3783
3787
|
borderColor: r.semantic.color.border.neutral500
|
|
3784
|
-
},
|
|
3788
|
+
}, xo = {
|
|
3785
3789
|
fontSize: r.core.font.fontSize.s14,
|
|
3786
3790
|
fontWeight: "400",
|
|
3787
3791
|
fontFamily: r.core.font.fontFamily.regular,
|
|
@@ -3845,7 +3849,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3845
3849
|
weekNumCell: {
|
|
3846
3850
|
fontSize: "1rem"
|
|
3847
3851
|
}
|
|
3848
|
-
},
|
|
3852
|
+
}, ho = {
|
|
3849
3853
|
shadow: r.core.shadow.shadow500,
|
|
3850
3854
|
bgColor: r.semantic.color.background.neutral100,
|
|
3851
3855
|
sidePadding: "3.2rem",
|
|
@@ -3865,7 +3869,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3865
3869
|
buttonsGap: "1.6rem"
|
|
3866
3870
|
},
|
|
3867
3871
|
overlay: { bgColor: m(r.semantic.color.background.neutral100, 0.8) }
|
|
3868
|
-
},
|
|
3872
|
+
}, fo = {
|
|
3869
3873
|
chipList: {
|
|
3870
3874
|
padding: "0.8rem 1.6rem",
|
|
3871
3875
|
border: `1px solid ${r.semantic.color.border.neutral400}`
|
|
@@ -3898,7 +3902,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3898
3902
|
padding: "0.8rem 1.6rem"
|
|
3899
3903
|
}
|
|
3900
3904
|
}
|
|
3901
|
-
},
|
|
3905
|
+
}, ko = {
|
|
3902
3906
|
columnGap: "1.6rem",
|
|
3903
3907
|
group: {
|
|
3904
3908
|
rowGap: "1rem"
|
|
@@ -3912,7 +3916,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3912
3916
|
textColor: r.semantic.color.text.danger500
|
|
3913
3917
|
}
|
|
3914
3918
|
}
|
|
3915
|
-
},
|
|
3919
|
+
}, yo = {
|
|
3916
3920
|
sizes: {
|
|
3917
3921
|
XXL: {
|
|
3918
3922
|
width: "3.2rem",
|
|
@@ -3956,7 +3960,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
3956
3960
|
}
|
|
3957
3961
|
},
|
|
3958
3962
|
borderRadius: "0.4rem"
|
|
3959
|
-
},
|
|
3963
|
+
}, vo = {
|
|
3960
3964
|
padding: "0 0.8rem 0 1rem",
|
|
3961
3965
|
height: "3.6rem",
|
|
3962
3966
|
gap: "0.5rem",
|
|
@@ -4047,7 +4051,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4047
4051
|
textColor: r.semantic.color.text.danger500
|
|
4048
4052
|
}
|
|
4049
4053
|
}
|
|
4050
|
-
},
|
|
4054
|
+
}, wo = {
|
|
4051
4055
|
gap: "0.5rem",
|
|
4052
4056
|
margin: "0 0 0.2rem 0",
|
|
4053
4057
|
minHeight: "20px",
|
|
@@ -4068,7 +4072,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4068
4072
|
required: {
|
|
4069
4073
|
textColor: r.semantic.color.text.danger500
|
|
4070
4074
|
}
|
|
4071
|
-
},
|
|
4075
|
+
}, zo = {
|
|
4072
4076
|
variants: {
|
|
4073
4077
|
block: {
|
|
4074
4078
|
sizes: {
|
|
@@ -4131,7 +4135,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4131
4135
|
}
|
|
4132
4136
|
}
|
|
4133
4137
|
}
|
|
4134
|
-
},
|
|
4138
|
+
}, $o = {
|
|
4135
4139
|
size: "5rem",
|
|
4136
4140
|
gap: "0.5rem",
|
|
4137
4141
|
textColor: r.semantic.color.icon.neutral700,
|
|
@@ -4152,7 +4156,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4152
4156
|
textColor: r.semantic.color.icon.neutral100
|
|
4153
4157
|
}
|
|
4154
4158
|
}
|
|
4155
|
-
},
|
|
4159
|
+
}, So = {
|
|
4156
4160
|
dropDown: {
|
|
4157
4161
|
minWidth: "16rem",
|
|
4158
4162
|
maxWidth: "40rem",
|
|
@@ -4216,7 +4220,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4216
4220
|
}
|
|
4217
4221
|
}
|
|
4218
4222
|
}
|
|
4219
|
-
},
|
|
4223
|
+
}, Ro = {
|
|
4220
4224
|
blockScreenMargin: "20px",
|
|
4221
4225
|
inlineScreenMargin: "20px",
|
|
4222
4226
|
inlinePadding: "4rem",
|
|
@@ -4240,7 +4244,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4240
4244
|
buttonsGap: "0.8rem"
|
|
4241
4245
|
},
|
|
4242
4246
|
overlay: { bgColor: "rgba(255, 255, 255, 0.9)" }
|
|
4243
|
-
},
|
|
4247
|
+
}, Wo = {
|
|
4244
4248
|
bgColor: r.semantic.color.background.neutral100,
|
|
4245
4249
|
shadow: r.core.shadow.shadow400,
|
|
4246
4250
|
borderRadius: "0.8rem",
|
|
@@ -4253,7 +4257,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4253
4257
|
height: "8px",
|
|
4254
4258
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
4255
4259
|
}
|
|
4256
|
-
},
|
|
4260
|
+
}, Po = {
|
|
4257
4261
|
closeButton: {
|
|
4258
4262
|
iconColor: r.semantic.color.icon.neutral700
|
|
4259
4263
|
},
|
|
@@ -4272,7 +4276,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4272
4276
|
margin: "0 0 1.2rem 0",
|
|
4273
4277
|
padding: "1.6rem"
|
|
4274
4278
|
}
|
|
4275
|
-
},
|
|
4279
|
+
}, Bo = {
|
|
4276
4280
|
textColor: r.semantic.color.text.primary600,
|
|
4277
4281
|
border: "solid 1px transparent",
|
|
4278
4282
|
colorGroups: [
|
|
@@ -4307,7 +4311,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4307
4311
|
M: "3.2rem",
|
|
4308
4312
|
L: "4.4rem"
|
|
4309
4313
|
}
|
|
4310
|
-
},
|
|
4314
|
+
}, Mo = {
|
|
4311
4315
|
borderRadius: "1px",
|
|
4312
4316
|
textPosition: {
|
|
4313
4317
|
left: {
|
|
@@ -4361,7 +4365,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4361
4365
|
text: {
|
|
4362
4366
|
color: r.semantic.color.text.neutral800
|
|
4363
4367
|
}
|
|
4364
|
-
},
|
|
4368
|
+
}, Io = {
|
|
4365
4369
|
size: "1.8rem",
|
|
4366
4370
|
iconSize: "0.6rem",
|
|
4367
4371
|
padding: "0",
|
|
@@ -4410,7 +4414,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4410
4414
|
}
|
|
4411
4415
|
}
|
|
4412
4416
|
}
|
|
4413
|
-
},
|
|
4417
|
+
}, Ho = {
|
|
4414
4418
|
bgColor: r.semantic.color.background.neutral100,
|
|
4415
4419
|
shadow: `0px 0px 0px 1px ${r.semantic.color.border.neutral600}`,
|
|
4416
4420
|
borderRadius: "0.8rem",
|
|
@@ -4430,7 +4434,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4430
4434
|
},
|
|
4431
4435
|
customActions: { gap: "0.8rem" }
|
|
4432
4436
|
}
|
|
4433
|
-
},
|
|
4437
|
+
}, Lo = {
|
|
4434
4438
|
width: "100%",
|
|
4435
4439
|
height: "fit-content",
|
|
4436
4440
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -4474,7 +4478,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4474
4478
|
width: "1px",
|
|
4475
4479
|
color: r.semantic.color.border.neutral600
|
|
4476
4480
|
}
|
|
4477
|
-
},
|
|
4481
|
+
}, Fo = {
|
|
4478
4482
|
padding: "0 1rem",
|
|
4479
4483
|
height: "3.6rem",
|
|
4480
4484
|
gap: "0.6rem",
|
|
@@ -4581,7 +4585,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4581
4585
|
borderColor: { disabled: r.semantic.color.border.neutral500 },
|
|
4582
4586
|
bgColor: { disabled: "transparent" },
|
|
4583
4587
|
textColor: { disabled: r.semantic.color.text.neutral500 }
|
|
4584
|
-
}, f = (l, p) => `color-mix(in srgb-linear, ${l} ${p}%, transparent)`,
|
|
4588
|
+
}, f = (l, p) => `color-mix(in srgb-linear, ${l} ${p}%, transparent)`, To = {
|
|
4585
4589
|
sizes: {
|
|
4586
4590
|
S: {
|
|
4587
4591
|
borderRadius: "99rem",
|
|
@@ -4771,7 +4775,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4771
4775
|
}
|
|
4772
4776
|
}
|
|
4773
4777
|
}
|
|
4774
|
-
},
|
|
4778
|
+
}, Xo = {
|
|
4775
4779
|
sizes: {
|
|
4776
4780
|
M: {
|
|
4777
4781
|
borderRadius: r.core.space.space100,
|
|
@@ -4811,7 +4815,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4811
4815
|
borderColor: r.semantic.color.border.attention300
|
|
4812
4816
|
}
|
|
4813
4817
|
}
|
|
4814
|
-
},
|
|
4818
|
+
}, Go = {
|
|
4815
4819
|
variants: {
|
|
4816
4820
|
informative: { iconColor: r.semantic.color.icon.informative600 },
|
|
4817
4821
|
danger: { iconColor: r.semantic.color.icon.danger600 },
|
|
@@ -4819,7 +4823,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4819
4823
|
notice: { iconColor: r.semantic.color.icon.notice600 },
|
|
4820
4824
|
success: { iconColor: r.semantic.color.icon.success600 }
|
|
4821
4825
|
}
|
|
4822
|
-
},
|
|
4826
|
+
}, Do = {
|
|
4823
4827
|
collapsed: {
|
|
4824
4828
|
bgColor: r.semantic.color.background.neutral300,
|
|
4825
4829
|
shadow: "none",
|
|
@@ -4924,7 +4928,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4924
4928
|
}
|
|
4925
4929
|
}
|
|
4926
4930
|
}
|
|
4927
|
-
},
|
|
4931
|
+
}, Oo = {
|
|
4928
4932
|
card: {
|
|
4929
4933
|
gap: "2.4rem",
|
|
4930
4934
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -4951,7 +4955,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4951
4955
|
grid: {
|
|
4952
4956
|
gap: "1.6rem"
|
|
4953
4957
|
}
|
|
4954
|
-
},
|
|
4958
|
+
}, qo = {
|
|
4955
4959
|
gap: "2.4rem",
|
|
4956
4960
|
step: {
|
|
4957
4961
|
gap: "0.8rem",
|
|
@@ -4995,7 +4999,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
4995
4999
|
}
|
|
4996
5000
|
}
|
|
4997
5001
|
}
|
|
4998
|
-
},
|
|
5002
|
+
}, Vo = {
|
|
4999
5003
|
width: "3rem",
|
|
5000
5004
|
height: "1.8rem",
|
|
5001
5005
|
padding: "0.2rem",
|
|
@@ -5047,7 +5051,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5047
5051
|
}
|
|
5048
5052
|
}
|
|
5049
5053
|
}
|
|
5050
|
-
},
|
|
5054
|
+
}, Ao = {
|
|
5051
5055
|
table: {
|
|
5052
5056
|
tableContainer: {
|
|
5053
5057
|
backgroundColor: r.semantic.color.background.neutral100,
|
|
@@ -5092,7 +5096,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5092
5096
|
}
|
|
5093
5097
|
}
|
|
5094
5098
|
}
|
|
5095
|
-
},
|
|
5099
|
+
}, Eo = {
|
|
5096
5100
|
bgColor: "transparent",
|
|
5097
5101
|
padding: "1rem 1.6rem",
|
|
5098
5102
|
gap: "3.2rem",
|
|
@@ -5115,7 +5119,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5115
5119
|
actionsBar: {
|
|
5116
5120
|
gap: "1.6rem"
|
|
5117
5121
|
}
|
|
5118
|
-
},
|
|
5122
|
+
}, No = {
|
|
5119
5123
|
variants: {
|
|
5120
5124
|
default: {
|
|
5121
5125
|
gap: "4rem",
|
|
@@ -5198,7 +5202,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5198
5202
|
}
|
|
5199
5203
|
}
|
|
5200
5204
|
}
|
|
5201
|
-
}, w = "transparent", E = "0.4rem 0.6rem", N = "0", j = "0.4rem", J = "0",
|
|
5205
|
+
}, w = "transparent", E = "0.4rem 0.6rem", N = "0", j = "0.4rem", J = "0", jo = {
|
|
5202
5206
|
gap: "0.4rem",
|
|
5203
5207
|
height: "2.7rem",
|
|
5204
5208
|
lineHeight: "1.9rem",
|
|
@@ -5285,14 +5289,14 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5285
5289
|
}
|
|
5286
5290
|
}
|
|
5287
5291
|
}
|
|
5288
|
-
},
|
|
5292
|
+
}, Jo = {
|
|
5289
5293
|
width: "clamp(400px, 33vw, 640px)",
|
|
5290
5294
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
5291
5295
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
5292
5296
|
gap: "1.2rem",
|
|
5293
5297
|
actions: { gap: "0.8rem", inlineMargin: "2.4rem 0" },
|
|
5294
5298
|
toaster: { gap: "2rem" }
|
|
5295
|
-
}, W = "transparent",
|
|
5299
|
+
}, W = "transparent", Ko = {
|
|
5296
5300
|
gap: "0.4rem",
|
|
5297
5301
|
height: "2.7rem",
|
|
5298
5302
|
lineHeight: "1.9rem",
|
|
@@ -5347,7 +5351,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5347
5351
|
minWidth: "2rem",
|
|
5348
5352
|
borderRadius: "99rem"
|
|
5349
5353
|
}
|
|
5350
|
-
},
|
|
5354
|
+
}, Qo = {
|
|
5351
5355
|
textColor: r.semantic.color.text.neutral800,
|
|
5352
5356
|
bgColor: r.semantic.color.background.neutral100,
|
|
5353
5357
|
shadow: r.core.shadow.shadow400,
|
|
@@ -5361,7 +5365,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5361
5365
|
height: "8px",
|
|
5362
5366
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
5363
5367
|
}
|
|
5364
|
-
},
|
|
5368
|
+
}, Uo = {
|
|
5365
5369
|
bgColor: r.semantic.color.background.neutral100,
|
|
5366
5370
|
levelOffset: "1.8rem",
|
|
5367
5371
|
item: {
|
|
@@ -5375,7 +5379,11 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5375
5379
|
iconColor: r.semantic.color.icon.neutral800,
|
|
5376
5380
|
gap: "0.4rem"
|
|
5377
5381
|
}
|
|
5378
|
-
},
|
|
5382
|
+
}, Yo = {
|
|
5383
|
+
colors: {
|
|
5384
|
+
primary: r.semantic.color.text.neutral800,
|
|
5385
|
+
secondary: r.semantic.color.text.neutral700
|
|
5386
|
+
},
|
|
5379
5387
|
heading: {
|
|
5380
5388
|
fontFamily: r.core.font.fontFamily.regular,
|
|
5381
5389
|
sizes: {
|
|
@@ -5437,7 +5445,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5437
5445
|
semiBold: "600"
|
|
5438
5446
|
}
|
|
5439
5447
|
}
|
|
5440
|
-
},
|
|
5448
|
+
}, Zo = {
|
|
5441
5449
|
gap: "1.6rem",
|
|
5442
5450
|
header: {
|
|
5443
5451
|
gap: "0.8rem"
|
|
@@ -5489,60 +5497,60 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
5489
5497
|
borderColor: r.semantic.color.border.neutral300
|
|
5490
5498
|
}
|
|
5491
5499
|
}
|
|
5492
|
-
},
|
|
5500
|
+
}, _o = {
|
|
5493
5501
|
name: "light",
|
|
5494
5502
|
...r,
|
|
5495
5503
|
components: {
|
|
5496
|
-
actionIconButton:
|
|
5497
|
-
appBar:
|
|
5498
|
-
appSelectionMenu:
|
|
5499
|
-
autoComplete:
|
|
5500
|
-
badge:
|
|
5501
|
-
banner:
|
|
5502
|
-
boxSelectionGroup:
|
|
5503
|
-
button:
|
|
5504
|
-
buttonGroup:
|
|
5505
|
-
card:
|
|
5506
|
-
checkbox:
|
|
5507
|
-
chip:
|
|
5508
|
-
chipList:
|
|
5509
|
-
countryFlag:
|
|
5510
|
-
datePicker:
|
|
5511
|
-
drawer:
|
|
5512
|
-
filters:
|
|
5513
|
-
formField:
|
|
5514
|
-
iconButton:
|
|
5515
|
-
input:
|
|
5516
|
-
label:
|
|
5517
|
-
link:
|
|
5518
|
-
loader:
|
|
5519
|
-
menu:
|
|
5520
|
-
modal:
|
|
5521
|
-
popover:
|
|
5522
|
-
popupCard:
|
|
5523
|
-
profileIcon:
|
|
5524
|
-
progressBar:
|
|
5525
|
-
radio:
|
|
5526
|
-
searchBar:
|
|
5527
|
-
section:
|
|
5528
|
-
select:
|
|
5529
|
-
semanticButton:
|
|
5530
|
-
semanticContainer:
|
|
5531
|
-
semanticIcon:
|
|
5532
|
-
sideBar:
|
|
5533
|
-
skeleton:
|
|
5534
|
-
stepper:
|
|
5535
|
-
switchButton:
|
|
5536
|
-
table:
|
|
5537
|
-
tableHeading:
|
|
5538
|
-
tabs:
|
|
5539
|
-
textButton:
|
|
5540
|
-
toast:
|
|
5541
|
-
toggleButton:
|
|
5542
|
-
tooltip:
|
|
5543
|
-
treeView:
|
|
5544
|
-
typography:
|
|
5545
|
-
windowBar:
|
|
5504
|
+
actionIconButton: eo,
|
|
5505
|
+
appBar: to,
|
|
5506
|
+
appSelectionMenu: ao,
|
|
5507
|
+
autoComplete: no,
|
|
5508
|
+
badge: lo,
|
|
5509
|
+
banner: co,
|
|
5510
|
+
boxSelectionGroup: io,
|
|
5511
|
+
button: so,
|
|
5512
|
+
buttonGroup: mo,
|
|
5513
|
+
card: go,
|
|
5514
|
+
checkbox: bo,
|
|
5515
|
+
chip: uo,
|
|
5516
|
+
chipList: po,
|
|
5517
|
+
countryFlag: Co,
|
|
5518
|
+
datePicker: xo,
|
|
5519
|
+
drawer: ho,
|
|
5520
|
+
filters: fo,
|
|
5521
|
+
formField: ko,
|
|
5522
|
+
iconButton: yo,
|
|
5523
|
+
input: vo,
|
|
5524
|
+
label: wo,
|
|
5525
|
+
link: zo,
|
|
5526
|
+
loader: $o,
|
|
5527
|
+
menu: So,
|
|
5528
|
+
modal: Ro,
|
|
5529
|
+
popover: Wo,
|
|
5530
|
+
popupCard: Po,
|
|
5531
|
+
profileIcon: Bo,
|
|
5532
|
+
progressBar: Mo,
|
|
5533
|
+
radio: Io,
|
|
5534
|
+
searchBar: Ho,
|
|
5535
|
+
section: Lo,
|
|
5536
|
+
select: Fo,
|
|
5537
|
+
semanticButton: To,
|
|
5538
|
+
semanticContainer: Xo,
|
|
5539
|
+
semanticIcon: Go,
|
|
5540
|
+
sideBar: Do,
|
|
5541
|
+
skeleton: Oo,
|
|
5542
|
+
stepper: qo,
|
|
5543
|
+
switchButton: Vo,
|
|
5544
|
+
table: Ao,
|
|
5545
|
+
tableHeading: Eo,
|
|
5546
|
+
tabs: No,
|
|
5547
|
+
textButton: jo,
|
|
5548
|
+
toast: Jo,
|
|
5549
|
+
toggleButton: Ko,
|
|
5550
|
+
tooltip: Qo,
|
|
5551
|
+
treeView: Uo,
|
|
5552
|
+
typography: Yo,
|
|
5553
|
+
windowBar: Zo
|
|
5546
5554
|
}
|
|
5547
5555
|
}, n = {
|
|
5548
5556
|
transparent: "#00000000",
|
|
@@ -8052,6 +8060,10 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
8052
8060
|
gap: "0.4rem"
|
|
8053
8061
|
}
|
|
8054
8062
|
}, Ke = {
|
|
8063
|
+
colors: {
|
|
8064
|
+
primary: o.semantic.color.text.neutral800,
|
|
8065
|
+
secondary: o.semantic.color.text.neutral700
|
|
8066
|
+
},
|
|
8055
8067
|
heading: {
|
|
8056
8068
|
fontFamily: o.core.font.fontFamily.regular,
|
|
8057
8069
|
sizes: {
|
|
@@ -8220,7 +8232,7 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
8220
8232
|
typography: Ke,
|
|
8221
8233
|
windowBar: Qe
|
|
8222
8234
|
}
|
|
8223
|
-
}, S = () => tr() ||
|
|
8235
|
+
}, S = () => tr() || _o, _e = (l) => _`
|
|
8224
8236
|
&:focus-visible {
|
|
8225
8237
|
outline: ${() => S().core.focus.size} solid ${() => S().core.focus.color};
|
|
8226
8238
|
outline-offset: ${() => l || S().core.focus.margin};
|
|
@@ -8232,9 +8244,10 @@ const m = (l, p) => kr(l, p), yr = {
|
|
|
8232
8244
|
export {
|
|
8233
8245
|
_e as getFocusStyle,
|
|
8234
8246
|
r0 as getFocusStyleProperties,
|
|
8235
|
-
|
|
8247
|
+
_o as theme,
|
|
8236
8248
|
Ze as themeDark,
|
|
8237
|
-
|
|
8249
|
+
_o as themeLight,
|
|
8250
|
+
Ye as themeOld,
|
|
8238
8251
|
S as useTheme,
|
|
8239
8252
|
m as withOpacity
|
|
8240
8253
|
};
|