@empathyco/x-components 6.0.0-alpha.54 → 6.0.0-alpha.55
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/CHANGELOG.md +8 -0
- package/design-system/deprecated-full-theme.css +604 -604
- package/package.json +3 -3
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
.x-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.x-fixed {
|
|
8
|
-
position: fixed !important;
|
|
3
|
+
.x-uppercase {
|
|
4
|
+
text-transform: uppercase;
|
|
9
5
|
}
|
|
10
6
|
|
|
11
|
-
.x-
|
|
12
|
-
|
|
7
|
+
.x-lowercase {
|
|
8
|
+
text-transform: lowercase;
|
|
13
9
|
}
|
|
14
10
|
|
|
15
|
-
.x-
|
|
16
|
-
|
|
11
|
+
.x-capitalize {
|
|
12
|
+
text-transform: capitalize;
|
|
17
13
|
}
|
|
18
14
|
|
|
19
|
-
.x-
|
|
20
|
-
|
|
15
|
+
.x-normal-case {
|
|
16
|
+
text-transform: none;
|
|
21
17
|
}
|
|
22
18
|
.x-underline {
|
|
23
19
|
-webkit-text-decoration-line: underline;
|
|
@@ -38,6 +34,25 @@
|
|
|
38
34
|
-webkit-text-decoration-line: none;
|
|
39
35
|
text-decoration-line: none;
|
|
40
36
|
}
|
|
37
|
+
.x-static {
|
|
38
|
+
position: static !important;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.x-fixed {
|
|
42
|
+
position: fixed !important;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.x-absolute {
|
|
46
|
+
position: absolute !important;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.x-relative {
|
|
50
|
+
position: relative !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.x-sticky {
|
|
54
|
+
position: sticky !important;
|
|
55
|
+
}
|
|
41
56
|
.x-padding--00 {
|
|
42
57
|
padding: 0 !important;
|
|
43
58
|
}
|
|
@@ -941,29 +956,6 @@
|
|
|
941
956
|
[dir="rtl"] .x-margin--left-20 {
|
|
942
957
|
margin-right: var(--x-size-base-20) !important;
|
|
943
958
|
}
|
|
944
|
-
.x-line-height--none {
|
|
945
|
-
line-height: 1 !important;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.x-line-height--tight {
|
|
949
|
-
line-height: 1.25 !important;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.x-line-height--snug {
|
|
953
|
-
line-height: 1.375 !important;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
.x-line-height--normal {
|
|
957
|
-
line-height: 1.5 !important;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
.x-line-height--relaxed {
|
|
961
|
-
line-height: 1.625 !important;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.x-line-height--loose {
|
|
965
|
-
line-height: 2 !important;
|
|
966
|
-
}
|
|
967
959
|
.x-line-clamp--2 {
|
|
968
960
|
overflow: hidden !important;
|
|
969
961
|
display: -webkit-box !important;
|
|
@@ -998,29 +990,37 @@
|
|
|
998
990
|
-webkit-box-orient: vertical !important;
|
|
999
991
|
-webkit-line-clamp: 6 !important;
|
|
1000
992
|
}
|
|
1001
|
-
.x-
|
|
1002
|
-
|
|
1003
|
-
}
|
|
1004
|
-
.x-font-weight--regular {
|
|
1005
|
-
font-weight: var(--x-number-font-weight-base-regular) !important;
|
|
993
|
+
.x-line-height--none {
|
|
994
|
+
line-height: 1 !important;
|
|
1006
995
|
}
|
|
1007
|
-
|
|
1008
|
-
|
|
996
|
+
|
|
997
|
+
.x-line-height--tight {
|
|
998
|
+
line-height: 1.25 !important;
|
|
1009
999
|
}
|
|
1010
|
-
|
|
1011
|
-
|
|
1000
|
+
|
|
1001
|
+
.x-line-height--snug {
|
|
1002
|
+
line-height: 1.375 !important;
|
|
1012
1003
|
}
|
|
1013
1004
|
|
|
1014
|
-
.x-
|
|
1015
|
-
|
|
1005
|
+
.x-line-height--normal {
|
|
1006
|
+
line-height: 1.5 !important;
|
|
1016
1007
|
}
|
|
1017
1008
|
|
|
1018
|
-
.x-
|
|
1019
|
-
|
|
1009
|
+
.x-line-height--relaxed {
|
|
1010
|
+
line-height: 1.625 !important;
|
|
1020
1011
|
}
|
|
1021
1012
|
|
|
1022
|
-
.x-
|
|
1023
|
-
|
|
1013
|
+
.x-line-height--loose {
|
|
1014
|
+
line-height: 2 !important;
|
|
1015
|
+
}
|
|
1016
|
+
.x-font-weight--light {
|
|
1017
|
+
font-weight: var(--x-number-font-weight-base-light) !important;
|
|
1018
|
+
}
|
|
1019
|
+
.x-font-weight--regular {
|
|
1020
|
+
font-weight: var(--x-number-font-weight-base-regular) !important;
|
|
1021
|
+
}
|
|
1022
|
+
.x-font-weight--bold {
|
|
1023
|
+
font-weight: var(--x-number-font-weight-base-bold) !important;
|
|
1024
1024
|
}
|
|
1025
1025
|
.x-font-size--01 {
|
|
1026
1026
|
font-size: var(--x-size-base-01) !important;
|
|
@@ -1188,6 +1188,49 @@
|
|
|
1188
1188
|
.x-self-baseline {
|
|
1189
1189
|
align-self: baseline !important;
|
|
1190
1190
|
}
|
|
1191
|
+
.x-fill--lead {
|
|
1192
|
+
fill: var(--x-color-base-lead) !important;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.x-fill--auxiliary {
|
|
1196
|
+
fill: var(--x-color-base-auxiliary) !important;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.x-fill--neutral-10 {
|
|
1200
|
+
fill: var(--x-color-base-neutral-10) !important;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.x-fill--neutral-35 {
|
|
1204
|
+
fill: var(--x-color-base-neutral-35) !important;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.x-fill--neutral-70 {
|
|
1208
|
+
fill: var(--x-color-base-neutral-70) !important;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.x-fill--neutral-95 {
|
|
1212
|
+
fill: var(--x-color-base-neutral-95) !important;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.x-fill--neutral-100 {
|
|
1216
|
+
fill: var(--x-color-base-neutral-100) !important;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.x-fill--accent {
|
|
1220
|
+
fill: var(--x-color-base-accent) !important;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.x-fill--enable {
|
|
1224
|
+
fill: var(--x-color-base-enable) !important;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.x-fill--disable {
|
|
1228
|
+
fill: var(--x-color-base-disable) !important;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.x-fill--transparent {
|
|
1232
|
+
fill: var(--x-color-base-transparent) !important;
|
|
1233
|
+
}
|
|
1191
1234
|
/* Material Elevations extracted from:
|
|
1192
1235
|
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
1193
1236
|
*/
|
|
@@ -1256,49 +1299,6 @@
|
|
|
1256
1299
|
--x-string-box-shadow-bottom-10: 0 34px 38px -7px rgba(0, 0, 0, 0.14),
|
|
1257
1300
|
0 29px 46px -12px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1258
1301
|
}
|
|
1259
|
-
.x-fill--lead {
|
|
1260
|
-
fill: var(--x-color-base-lead) !important;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
.x-fill--auxiliary {
|
|
1264
|
-
fill: var(--x-color-base-auxiliary) !important;
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
.x-fill--neutral-10 {
|
|
1268
|
-
fill: var(--x-color-base-neutral-10) !important;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
.x-fill--neutral-35 {
|
|
1272
|
-
fill: var(--x-color-base-neutral-35) !important;
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
.x-fill--neutral-70 {
|
|
1276
|
-
fill: var(--x-color-base-neutral-70) !important;
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
.x-fill--neutral-95 {
|
|
1280
|
-
fill: var(--x-color-base-neutral-95) !important;
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
.x-fill--neutral-100 {
|
|
1284
|
-
fill: var(--x-color-base-neutral-100) !important;
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
.x-fill--accent {
|
|
1288
|
-
fill: var(--x-color-base-accent) !important;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
.x-fill--enable {
|
|
1292
|
-
fill: var(--x-color-base-enable) !important;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
.x-fill--disable {
|
|
1296
|
-
fill: var(--x-color-base-disable) !important;
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
.x-fill--transparent {
|
|
1300
|
-
fill: var(--x-color-base-transparent) !important;
|
|
1301
|
-
}
|
|
1302
1302
|
/* Material Elevations extracted from:
|
|
1303
1303
|
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
1304
1304
|
*/
|
|
@@ -3360,9 +3360,6 @@
|
|
|
3360
3360
|
.x-background--transparent {
|
|
3361
3361
|
background-color: var(--x-color-base-transparent) !important;
|
|
3362
3362
|
}
|
|
3363
|
-
:root {
|
|
3364
|
-
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3365
|
-
}
|
|
3366
3363
|
.x-text--stroke.x-text {
|
|
3367
3364
|
--x-string-text-decoration: line-through;
|
|
3368
3365
|
}
|
|
@@ -3378,6 +3375,9 @@
|
|
|
3378
3375
|
.x-text--stroke.x-small {
|
|
3379
3376
|
--x-string-text-decoration-small: line-through;
|
|
3380
3377
|
}
|
|
3378
|
+
:root {
|
|
3379
|
+
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3380
|
+
}
|
|
3381
3381
|
.x-text--secondary {
|
|
3382
3382
|
--x-color-text-default: var(--x-color-text-secondary);
|
|
3383
3383
|
}
|
|
@@ -3436,21 +3436,6 @@
|
|
|
3436
3436
|
--x-size-line-height-small: var(--x-size-line-height-base-s);
|
|
3437
3437
|
--x-string-text-decoration-small: none;
|
|
3438
3438
|
}
|
|
3439
|
-
.x-text--bold.x-text {
|
|
3440
|
-
--x-number-font-weight-text: var(--x-number-font-weight-base-bold);
|
|
3441
|
-
}
|
|
3442
|
-
.x-text--bold.x-title1 {
|
|
3443
|
-
--x-number-font-weight-title1: var(--x-number-font-weight-base-bold);
|
|
3444
|
-
}
|
|
3445
|
-
.x-text--bold.x-title2 {
|
|
3446
|
-
--x-number-font-weight-title2: var(--x-number-font-weight-base-bold);
|
|
3447
|
-
}
|
|
3448
|
-
.x-text--bold.x-title3 {
|
|
3449
|
-
--x-number-font-weight-title3: var(--x-number-font-weight-base-bold);
|
|
3450
|
-
}
|
|
3451
|
-
.x-text--bold.x-small {
|
|
3452
|
-
--x-number-font-weight-small: var(--x-number-font-weight-base-bold);
|
|
3453
|
-
}
|
|
3454
3439
|
:root {
|
|
3455
3440
|
--x-font-family-base: "Montserrat", sans-serif;
|
|
3456
3441
|
--x-size-font-base-xs: 12px;
|
|
@@ -3553,11 +3538,44 @@
|
|
|
3553
3538
|
overflow: hidden;
|
|
3554
3539
|
white-space: nowrap;
|
|
3555
3540
|
}
|
|
3541
|
+
.x-text--bold.x-text {
|
|
3542
|
+
--x-number-font-weight-text: var(--x-number-font-weight-base-bold);
|
|
3543
|
+
}
|
|
3544
|
+
.x-text--bold.x-title1 {
|
|
3545
|
+
--x-number-font-weight-title1: var(--x-number-font-weight-base-bold);
|
|
3546
|
+
}
|
|
3547
|
+
.x-text--bold.x-title2 {
|
|
3548
|
+
--x-number-font-weight-title2: var(--x-number-font-weight-base-bold);
|
|
3549
|
+
}
|
|
3550
|
+
.x-text--bold.x-title3 {
|
|
3551
|
+
--x-number-font-weight-title3: var(--x-number-font-weight-base-bold);
|
|
3552
|
+
}
|
|
3553
|
+
.x-text--bold.x-small {
|
|
3554
|
+
--x-number-font-weight-small: var(--x-number-font-weight-base-bold);
|
|
3555
|
+
}
|
|
3556
|
+
:root {
|
|
3557
|
+
--x-color-text-accent: var(--x-color-base-accent);
|
|
3558
|
+
}
|
|
3556
3559
|
.x-text--accent {
|
|
3557
3560
|
--x-color-text-default: var(--x-color-text-accent);
|
|
3558
3561
|
}
|
|
3559
3562
|
:root {
|
|
3560
|
-
--x-
|
|
3563
|
+
--x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
|
|
3564
|
+
--x-size-border-radius-top-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3565
|
+
--x-size-border-radius-top-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3566
|
+
--x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3567
|
+
--x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3568
|
+
}
|
|
3569
|
+
|
|
3570
|
+
.x-tag--pill.x-tag,
|
|
3571
|
+
.x-tag--pill .x-tag {
|
|
3572
|
+
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-pill);
|
|
3573
|
+
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-pill);
|
|
3574
|
+
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-pill);
|
|
3575
|
+
--x-size-border-radius-bottom-right-tag-default: var(
|
|
3576
|
+
--x-size-border-radius-bottom-right-tag-pill
|
|
3577
|
+
);
|
|
3578
|
+
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-pill);
|
|
3561
3579
|
}
|
|
3562
3580
|
:root {
|
|
3563
3581
|
--x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
|
|
@@ -3876,22 +3894,11 @@
|
|
|
3876
3894
|
--x-size-line-height-filter-default-selected: var(--x-size-line-height-tag-default-selected);
|
|
3877
3895
|
}
|
|
3878
3896
|
:root {
|
|
3879
|
-
--x-size-border-radius-tag-
|
|
3880
|
-
--x-size-border-radius-top-left-tag-
|
|
3881
|
-
--x-size-border-radius-top-right-tag-
|
|
3882
|
-
--x-size-border-radius-bottom-right-tag-
|
|
3883
|
-
--x-size-border-radius-bottom-left-tag-
|
|
3884
|
-
}
|
|
3885
|
-
|
|
3886
|
-
.x-tag--pill.x-tag,
|
|
3887
|
-
.x-tag--pill .x-tag {
|
|
3888
|
-
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-pill);
|
|
3889
|
-
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-pill);
|
|
3890
|
-
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-pill);
|
|
3891
|
-
--x-size-border-radius-bottom-right-tag-default: var(
|
|
3892
|
-
--x-size-border-radius-bottom-right-tag-pill
|
|
3893
|
-
);
|
|
3894
|
-
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-pill);
|
|
3897
|
+
--x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
|
|
3898
|
+
--x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3899
|
+
--x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3900
|
+
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3901
|
+
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3895
3902
|
}
|
|
3896
3903
|
:root {
|
|
3897
3904
|
--x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
|
|
@@ -3900,6 +3907,58 @@
|
|
|
3900
3907
|
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3901
3908
|
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3902
3909
|
}
|
|
3910
|
+
|
|
3911
|
+
.x-tag--card.x-tag,
|
|
3912
|
+
.x-tag--card .x-tag {
|
|
3913
|
+
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-card);
|
|
3914
|
+
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-card);
|
|
3915
|
+
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-card);
|
|
3916
|
+
--x-size-border-radius-bottom-right-tag-default: var(
|
|
3917
|
+
--x-size-border-radius-bottom-right-tag-card
|
|
3918
|
+
);
|
|
3919
|
+
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
|
|
3920
|
+
}
|
|
3921
|
+
:root {
|
|
3922
|
+
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3923
|
+
--x-color-text-suggestion-group-matching-part-default: var(
|
|
3924
|
+
--x-color-text-suggestion-matching-part-default
|
|
3925
|
+
);
|
|
3926
|
+
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
3927
|
+
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
3928
|
+
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
3929
|
+
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
3930
|
+
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
3931
|
+
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
3932
|
+
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
3933
|
+
--x-size-border-width-suggestion-group-default: 0;
|
|
3934
|
+
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
3935
|
+
--x-size-border-width-right-suggestion-group-default: var(
|
|
3936
|
+
--x-size-border-width-suggestion-default
|
|
3937
|
+
);
|
|
3938
|
+
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
3939
|
+
--x-size-border-width-suggestion-default
|
|
3940
|
+
);
|
|
3941
|
+
--x-size-border-width-left-suggestion-group-default: var(
|
|
3942
|
+
--x-size-border-width-suggestion-default
|
|
3943
|
+
);
|
|
3944
|
+
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
3945
|
+
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
3946
|
+
--x-size-border-radius-suggestion-default
|
|
3947
|
+
);
|
|
3948
|
+
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
3949
|
+
--x-size-border-radius-suggestion-default
|
|
3950
|
+
);
|
|
3951
|
+
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
3952
|
+
--x-size-border-radius-suggestion-default
|
|
3953
|
+
);
|
|
3954
|
+
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
3955
|
+
--x-size-border-radius-suggestion-default
|
|
3956
|
+
);
|
|
3957
|
+
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
3958
|
+
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
3959
|
+
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
3960
|
+
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
3961
|
+
}
|
|
3903
3962
|
:root {
|
|
3904
3963
|
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3905
3964
|
--x-color-text-suggestion-group-matching-part-default: var(
|
|
@@ -4016,65 +4075,6 @@
|
|
|
4016
4075
|
--x-size-padding-left-button-default: 0;
|
|
4017
4076
|
border: none;
|
|
4018
4077
|
}
|
|
4019
|
-
:root {
|
|
4020
|
-
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
4021
|
-
--x-color-text-suggestion-group-matching-part-default: var(
|
|
4022
|
-
--x-color-text-suggestion-matching-part-default
|
|
4023
|
-
);
|
|
4024
|
-
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
4025
|
-
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
4026
|
-
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
4027
|
-
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
4028
|
-
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
4029
|
-
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
4030
|
-
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
4031
|
-
--x-size-border-width-suggestion-group-default: 0;
|
|
4032
|
-
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
4033
|
-
--x-size-border-width-right-suggestion-group-default: var(
|
|
4034
|
-
--x-size-border-width-suggestion-default
|
|
4035
|
-
);
|
|
4036
|
-
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
4037
|
-
--x-size-border-width-suggestion-default
|
|
4038
|
-
);
|
|
4039
|
-
--x-size-border-width-left-suggestion-group-default: var(
|
|
4040
|
-
--x-size-border-width-suggestion-default
|
|
4041
|
-
);
|
|
4042
|
-
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
4043
|
-
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
4044
|
-
--x-size-border-radius-suggestion-default
|
|
4045
|
-
);
|
|
4046
|
-
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
4047
|
-
--x-size-border-radius-suggestion-default
|
|
4048
|
-
);
|
|
4049
|
-
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
4050
|
-
--x-size-border-radius-suggestion-default
|
|
4051
|
-
);
|
|
4052
|
-
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
4053
|
-
--x-size-border-radius-suggestion-default
|
|
4054
|
-
);
|
|
4055
|
-
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
4056
|
-
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
4057
|
-
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4058
|
-
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4059
|
-
}
|
|
4060
|
-
:root {
|
|
4061
|
-
--x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
|
|
4062
|
-
--x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
4063
|
-
--x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
4064
|
-
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
4065
|
-
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
4066
|
-
}
|
|
4067
|
-
|
|
4068
|
-
.x-tag--card.x-tag,
|
|
4069
|
-
.x-tag--card .x-tag {
|
|
4070
|
-
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-card);
|
|
4071
|
-
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-card);
|
|
4072
|
-
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-card);
|
|
4073
|
-
--x-size-border-radius-bottom-right-tag-default: var(
|
|
4074
|
-
--x-size-border-radius-bottom-right-tag-card
|
|
4075
|
-
);
|
|
4076
|
-
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
|
|
4077
|
-
}
|
|
4078
4078
|
:root {
|
|
4079
4079
|
--x-string-align-items-suggestion-default: center;
|
|
4080
4080
|
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
@@ -4454,14 +4454,6 @@
|
|
|
4454
4454
|
--x-color-background-scroll-bar-hover: transparent;
|
|
4455
4455
|
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4456
4456
|
}
|
|
4457
|
-
/* @deprecated */
|
|
4458
|
-
:root {
|
|
4459
|
-
--x-size-padding-row-02: var(--x-size-base-02);
|
|
4460
|
-
--x-size-padding-row-03: var(--x-size-base-03);
|
|
4461
|
-
--x-size-padding-row-04: var(--x-size-base-04);
|
|
4462
|
-
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4463
|
-
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4464
|
-
}
|
|
4465
4457
|
:root {
|
|
4466
4458
|
--x-string-overflow-scroll: auto;
|
|
4467
4459
|
--x-color-background-scroll-bar: transparent;
|
|
@@ -4508,6 +4500,14 @@
|
|
|
4508
4500
|
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4509
4501
|
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4510
4502
|
}
|
|
4503
|
+
/* @deprecated */
|
|
4504
|
+
:root {
|
|
4505
|
+
--x-size-padding-row-02: var(--x-size-base-02);
|
|
4506
|
+
--x-size-padding-row-03: var(--x-size-base-03);
|
|
4507
|
+
--x-size-padding-row-04: var(--x-size-base-04);
|
|
4508
|
+
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4509
|
+
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4510
|
+
}
|
|
4511
4511
|
|
|
4512
4512
|
/* @deprecated */
|
|
4513
4513
|
.x-row--padding-02 {
|
|
@@ -4806,6 +4806,26 @@
|
|
|
4806
4806
|
--x-size-border-width-result-description-default: 0;
|
|
4807
4807
|
--x-size-border-width-result-picture-default: 0;
|
|
4808
4808
|
}
|
|
4809
|
+
:root {
|
|
4810
|
+
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4811
|
+
}
|
|
4812
|
+
:root {
|
|
4813
|
+
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4814
|
+
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4815
|
+
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4816
|
+
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4817
|
+
--x-color-background-result-default: transparent;
|
|
4818
|
+
--x-size-padding-result-default: 0;
|
|
4819
|
+
--x-size-padding-result-overlay-default: 0;
|
|
4820
|
+
--x-size-padding-result-description-default: 0;
|
|
4821
|
+
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4822
|
+
--x-size-padding-result-picture-default: 0;
|
|
4823
|
+
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4824
|
+
--x-size-border-width-result-default: 0;
|
|
4825
|
+
--x-size-border-width-result-overlay-default: 0;
|
|
4826
|
+
--x-size-border-width-result-description-default: 0;
|
|
4827
|
+
--x-size-border-width-result-picture-default: 0;
|
|
4828
|
+
}
|
|
4809
4829
|
|
|
4810
4830
|
.x-result {
|
|
4811
4831
|
display: grid;
|
|
@@ -4859,26 +4879,6 @@
|
|
|
4859
4879
|
opacity: 1;
|
|
4860
4880
|
}
|
|
4861
4881
|
}
|
|
4862
|
-
:root {
|
|
4863
|
-
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4864
|
-
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4865
|
-
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4866
|
-
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4867
|
-
--x-color-background-result-default: transparent;
|
|
4868
|
-
--x-size-padding-result-default: 0;
|
|
4869
|
-
--x-size-padding-result-overlay-default: 0;
|
|
4870
|
-
--x-size-padding-result-description-default: 0;
|
|
4871
|
-
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4872
|
-
--x-size-padding-result-picture-default: 0;
|
|
4873
|
-
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4874
|
-
--x-size-border-width-result-default: 0;
|
|
4875
|
-
--x-size-border-width-result-overlay-default: 0;
|
|
4876
|
-
--x-size-border-width-result-description-default: 0;
|
|
4877
|
-
--x-size-border-width-result-picture-default: 0;
|
|
4878
|
-
}
|
|
4879
|
-
:root {
|
|
4880
|
-
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4881
|
-
}
|
|
4882
4882
|
:root {
|
|
4883
4883
|
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4884
4884
|
}
|
|
@@ -4965,10 +4965,6 @@
|
|
|
4965
4965
|
--x-mix-blend-mode-picture-fallback-default: var(--x-mix-blend-mode-picture-default);
|
|
4966
4966
|
--x-mix-blend-mode-picture-placeholder-default: var(--x-mix-blend-mode-picture-default);
|
|
4967
4967
|
}
|
|
4968
|
-
:root {
|
|
4969
|
-
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
4970
|
-
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
4971
|
-
}
|
|
4972
4968
|
:root {
|
|
4973
4969
|
--x-size-border-radius-picture-default: 0;
|
|
4974
4970
|
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-picture-default);
|
|
@@ -5029,6 +5025,10 @@
|
|
|
5029
5025
|
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5030
5026
|
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5031
5027
|
}
|
|
5028
|
+
:root {
|
|
5029
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5030
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5031
|
+
}
|
|
5032
5032
|
|
|
5033
5033
|
.x-picture--cover.x-picture {
|
|
5034
5034
|
position: relative;
|
|
@@ -5409,51 +5409,6 @@
|
|
|
5409
5409
|
--x-number-font-weight-base-regular
|
|
5410
5410
|
);
|
|
5411
5411
|
}
|
|
5412
|
-
:root {
|
|
5413
|
-
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5414
|
-
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
5415
|
-
--x-color-text-option-list-button-bottom-selected
|
|
5416
|
-
);
|
|
5417
|
-
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5418
|
-
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5419
|
-
--x-color-border-option-list-item-bottom: transparent;
|
|
5420
|
-
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5421
|
-
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5422
|
-
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5423
|
-
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5424
|
-
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5425
|
-
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5426
|
-
--x-color-border-option-list-item-bottom
|
|
5427
|
-
);
|
|
5428
|
-
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5429
|
-
--x-color-border-option-list-item-bottom
|
|
5430
|
-
);
|
|
5431
|
-
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5432
|
-
--x-color-border-option-list-item-bottom-selected
|
|
5433
|
-
);
|
|
5434
|
-
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5435
|
-
--x-color-border-option-list-item-bottom
|
|
5436
|
-
);
|
|
5437
|
-
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5438
|
-
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5439
|
-
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5440
|
-
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5441
|
-
--x-size-border-width-option-list-item-bottom
|
|
5442
|
-
);
|
|
5443
|
-
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5444
|
-
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5445
|
-
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5446
|
-
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5447
|
-
--x-size-border-width-option-list-item-bottom
|
|
5448
|
-
);
|
|
5449
|
-
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5450
|
-
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5451
|
-
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5452
|
-
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5453
|
-
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5454
|
-
--x-number-font-weight-base-regular
|
|
5455
|
-
);
|
|
5456
|
-
}
|
|
5457
5412
|
|
|
5458
5413
|
.x-option-list--bottom.x-option-list,
|
|
5459
5414
|
.x-option-list--bottom .x-option-list {
|
|
@@ -5541,35 +5496,80 @@
|
|
|
5541
5496
|
--x-size-border-width-left-option-list-item-default: inherit;
|
|
5542
5497
|
}
|
|
5543
5498
|
:root {
|
|
5544
|
-
--x-
|
|
5545
|
-
--x-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
--x-
|
|
5549
|
-
--x-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
:
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
--x-
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
--x-color-
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
--x-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
--x-size-border-width-
|
|
5569
|
-
--x-size-border-width-top-
|
|
5570
|
-
--x-size-border-width-right-
|
|
5571
|
-
--x-size-border-width-bottom-
|
|
5572
|
-
|
|
5499
|
+
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5500
|
+
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
5501
|
+
--x-color-text-option-list-button-bottom-selected
|
|
5502
|
+
);
|
|
5503
|
+
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5504
|
+
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5505
|
+
--x-color-border-option-list-item-bottom: transparent;
|
|
5506
|
+
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5507
|
+
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5508
|
+
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5509
|
+
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5510
|
+
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5511
|
+
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5512
|
+
--x-color-border-option-list-item-bottom
|
|
5513
|
+
);
|
|
5514
|
+
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5515
|
+
--x-color-border-option-list-item-bottom
|
|
5516
|
+
);
|
|
5517
|
+
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5518
|
+
--x-color-border-option-list-item-bottom-selected
|
|
5519
|
+
);
|
|
5520
|
+
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5521
|
+
--x-color-border-option-list-item-bottom
|
|
5522
|
+
);
|
|
5523
|
+
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5524
|
+
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5525
|
+
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5526
|
+
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5527
|
+
--x-size-border-width-option-list-item-bottom
|
|
5528
|
+
);
|
|
5529
|
+
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5530
|
+
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5531
|
+
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5532
|
+
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5533
|
+
--x-size-border-width-option-list-item-bottom
|
|
5534
|
+
);
|
|
5535
|
+
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5536
|
+
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5537
|
+
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5538
|
+
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5539
|
+
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5540
|
+
--x-number-font-weight-base-regular
|
|
5541
|
+
);
|
|
5542
|
+
}
|
|
5543
|
+
:root {
|
|
5544
|
+
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5545
|
+
--x-modal-overlay-opacity: 0.7;
|
|
5546
|
+
}
|
|
5547
|
+
:root {
|
|
5548
|
+
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5549
|
+
--x-modal-overlay-opacity: 0.7;
|
|
5550
|
+
}
|
|
5551
|
+
|
|
5552
|
+
.x-modal__overlay {
|
|
5553
|
+
background-color: var(--x-modal-overlay-color) !important;
|
|
5554
|
+
opacity: var(--x-modal-overlay-opacity) !important;
|
|
5555
|
+
}
|
|
5556
|
+
:root {
|
|
5557
|
+
--x-string-justify-message-default: center;
|
|
5558
|
+
--x-size-gap-message-default: var(--x-size-base-03);
|
|
5559
|
+
--x-size-padding-message-default: var(--x-size-base-06);
|
|
5560
|
+
--x-color-background-message-default: var(--x-color-base-neutral-95);
|
|
5561
|
+
--x-color-border-message-default: var(--x-color-background-message-default);
|
|
5562
|
+
--x-color-text-message-default: var(--x-color-text-default);
|
|
5563
|
+
--x-size-border-radius-message-default: var(--x-size-border-radius-base-m);
|
|
5564
|
+
--x-size-border-radius-top-left-message-default: var(--x-size-border-radius-message-default);
|
|
5565
|
+
--x-size-border-radius-top-right-message-default: var(--x-size-border-radius-message-default);
|
|
5566
|
+
--x-size-border-radius-bottom-right-message-default: var(--x-size-border-radius-message-default);
|
|
5567
|
+
--x-size-border-radius-bottom-left-message-default: var(--x-size-border-radius-message-default);
|
|
5568
|
+
--x-size-border-width-message-default: var(--x-size-border-width-base);
|
|
5569
|
+
--x-size-border-width-top-message-default: var(--x-size-border-width-message-default);
|
|
5570
|
+
--x-size-border-width-right-message-default: var(--x-size-border-width-message-default);
|
|
5571
|
+
--x-size-border-width-bottom-message-default: var(--x-size-border-width-message-default);
|
|
5572
|
+
--x-size-border-width-left-message-default: var(--x-size-border-width-message-default);
|
|
5573
5573
|
--x-font-family-message-default: var(--x-font-family-title3);
|
|
5574
5574
|
--x-size-font-message-default: var(--x-size-font-title3);
|
|
5575
5575
|
--x-number-font-weight-message-default: var(--x-number-font-weight-title3);
|
|
@@ -6023,162 +6023,6 @@
|
|
|
6023
6023
|
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6024
6024
|
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6025
6025
|
}
|
|
6026
|
-
:root {
|
|
6027
|
-
--x-string-flow-list: column nowrap;
|
|
6028
|
-
--x-size-padding-list: 0;
|
|
6029
|
-
--x-size-gap-list: 0;
|
|
6030
|
-
--x-size-justify-list: stretch;
|
|
6031
|
-
--x-size-align-list: stretch;
|
|
6032
|
-
--x-size-align-list-stretch: stretch;
|
|
6033
|
-
}
|
|
6034
|
-
:root {
|
|
6035
|
-
--x-string-flow-list: column nowrap;
|
|
6036
|
-
--x-size-padding-list: 0;
|
|
6037
|
-
--x-size-gap-list: 0;
|
|
6038
|
-
--x-size-justify-list: stretch;
|
|
6039
|
-
--x-size-align-list: stretch;
|
|
6040
|
-
--x-size-align-list-stretch: stretch;
|
|
6041
|
-
}
|
|
6042
|
-
|
|
6043
|
-
.x-list {
|
|
6044
|
-
display: flex;
|
|
6045
|
-
flex-flow: var(--x-string-flow-list);
|
|
6046
|
-
list-style: none;
|
|
6047
|
-
gap: var(--x-size-gap-list);
|
|
6048
|
-
margin: 0;
|
|
6049
|
-
padding: var(--x-size-padding-list);
|
|
6050
|
-
justify-content: var(--x-size-justify-list);
|
|
6051
|
-
align-items: var(--x-size-align-list);
|
|
6052
|
-
min-width: 0;
|
|
6053
|
-
}
|
|
6054
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
6055
|
-
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
6056
|
-
gap: 0;
|
|
6057
|
-
}
|
|
6058
|
-
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
6059
|
-
margin-bottom: var(--x-size-gap-list);
|
|
6060
|
-
}
|
|
6061
|
-
.x-list.x-list--horizontal {
|
|
6062
|
-
gap: 0;
|
|
6063
|
-
}
|
|
6064
|
-
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6065
|
-
margin-right: var(--x-size-gap-list);
|
|
6066
|
-
}
|
|
6067
|
-
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
6068
|
-
gap: 0;
|
|
6069
|
-
}
|
|
6070
|
-
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
6071
|
-
margin-right: var(--x-size-gap-list);
|
|
6072
|
-
margin-bottom: var(--x-size-gap-list);
|
|
6073
|
-
}
|
|
6074
|
-
}
|
|
6075
|
-
|
|
6076
|
-
.x-list--vertical.x-list {
|
|
6077
|
-
flex-flow: column nowrap;
|
|
6078
|
-
}
|
|
6079
|
-
|
|
6080
|
-
.x-list--horizontal.x-list {
|
|
6081
|
-
flex-flow: row nowrap;
|
|
6082
|
-
}
|
|
6083
|
-
|
|
6084
|
-
.x-list--wrap.x-list {
|
|
6085
|
-
flex-flow: row wrap;
|
|
6086
|
-
}
|
|
6087
|
-
|
|
6088
|
-
.x-list--wrap-reverse.x-list {
|
|
6089
|
-
flex-flow: row wrap-reverse;
|
|
6090
|
-
}
|
|
6091
|
-
|
|
6092
|
-
.x-list--justify-stretch.x-list {
|
|
6093
|
-
justify-content: stretch;
|
|
6094
|
-
}
|
|
6095
|
-
|
|
6096
|
-
.x-list--justify-center.x-list {
|
|
6097
|
-
justify-content: center;
|
|
6098
|
-
}
|
|
6099
|
-
|
|
6100
|
-
.x-list--justify-end.x-list {
|
|
6101
|
-
justify-content: flex-end;
|
|
6102
|
-
}
|
|
6103
|
-
|
|
6104
|
-
.x-list--justify-start.x-list {
|
|
6105
|
-
justify-content: flex-start;
|
|
6106
|
-
}
|
|
6107
|
-
|
|
6108
|
-
.x-list--align-stretch.x-list {
|
|
6109
|
-
align-items: stretch;
|
|
6110
|
-
}
|
|
6111
|
-
|
|
6112
|
-
.x-list--align-center.x-list {
|
|
6113
|
-
align-items: center;
|
|
6114
|
-
}
|
|
6115
|
-
|
|
6116
|
-
.x-list--align-baseline.x-list {
|
|
6117
|
-
align-items: baseline;
|
|
6118
|
-
}
|
|
6119
|
-
|
|
6120
|
-
.x-list--align-end.x-list {
|
|
6121
|
-
align-items: flex-end;
|
|
6122
|
-
}
|
|
6123
|
-
|
|
6124
|
-
.x-list--align-start.x-list {
|
|
6125
|
-
align-items: flex-start;
|
|
6126
|
-
}
|
|
6127
|
-
|
|
6128
|
-
.x-list > .x-list__item--expand {
|
|
6129
|
-
flex: 1 1 auto;
|
|
6130
|
-
}
|
|
6131
|
-
.x-list > .x-list__item--no-expand {
|
|
6132
|
-
flex: 0 0 auto;
|
|
6133
|
-
}
|
|
6134
|
-
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
6135
|
-
min-width: 0;
|
|
6136
|
-
}
|
|
6137
|
-
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
6138
|
-
min-height: 0;
|
|
6139
|
-
}
|
|
6140
|
-
.x-list > .x-list__item--stretch {
|
|
6141
|
-
align-self: stretch;
|
|
6142
|
-
}
|
|
6143
|
-
.x-list > .x-list__item--flex-none {
|
|
6144
|
-
flex: none;
|
|
6145
|
-
}
|
|
6146
|
-
.x-list > .x-list__item--01 {
|
|
6147
|
-
flex: 1 12 auto;
|
|
6148
|
-
}
|
|
6149
|
-
.x-list > .x-list__item--02 {
|
|
6150
|
-
flex: 2 11 auto;
|
|
6151
|
-
}
|
|
6152
|
-
.x-list > .x-list__item--03 {
|
|
6153
|
-
flex: 3 10 auto;
|
|
6154
|
-
}
|
|
6155
|
-
.x-list > .x-list__item--04 {
|
|
6156
|
-
flex: 4 9 auto;
|
|
6157
|
-
}
|
|
6158
|
-
.x-list > .x-list__item--05 {
|
|
6159
|
-
flex: 5 8 auto;
|
|
6160
|
-
}
|
|
6161
|
-
.x-list > .x-list__item--06 {
|
|
6162
|
-
flex: 6 7 auto;
|
|
6163
|
-
}
|
|
6164
|
-
.x-list > .x-list__item--07 {
|
|
6165
|
-
flex: 7 6 auto;
|
|
6166
|
-
}
|
|
6167
|
-
.x-list > .x-list__item--08 {
|
|
6168
|
-
flex: 8 5 auto;
|
|
6169
|
-
}
|
|
6170
|
-
.x-list > .x-list__item--09 {
|
|
6171
|
-
flex: 9 4 auto;
|
|
6172
|
-
}
|
|
6173
|
-
.x-list > .x-list__item--10 {
|
|
6174
|
-
flex: 10 3 auto;
|
|
6175
|
-
}
|
|
6176
|
-
.x-list > .x-list__item--11 {
|
|
6177
|
-
flex: 11 2 auto;
|
|
6178
|
-
}
|
|
6179
|
-
.x-list > .x-list__item--12 {
|
|
6180
|
-
flex: 12 1 auto;
|
|
6181
|
-
}
|
|
6182
6026
|
:root {
|
|
6183
6027
|
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6184
6028
|
--x-size-gap-list-02: var(--x-size-base-02);
|
|
@@ -6701,6 +6545,162 @@
|
|
|
6701
6545
|
margin-bottom: var(--x-size-gap-list-20);
|
|
6702
6546
|
}
|
|
6703
6547
|
}
|
|
6548
|
+
:root {
|
|
6549
|
+
--x-string-flow-list: column nowrap;
|
|
6550
|
+
--x-size-padding-list: 0;
|
|
6551
|
+
--x-size-gap-list: 0;
|
|
6552
|
+
--x-size-justify-list: stretch;
|
|
6553
|
+
--x-size-align-list: stretch;
|
|
6554
|
+
--x-size-align-list-stretch: stretch;
|
|
6555
|
+
}
|
|
6556
|
+
:root {
|
|
6557
|
+
--x-string-flow-list: column nowrap;
|
|
6558
|
+
--x-size-padding-list: 0;
|
|
6559
|
+
--x-size-gap-list: 0;
|
|
6560
|
+
--x-size-justify-list: stretch;
|
|
6561
|
+
--x-size-align-list: stretch;
|
|
6562
|
+
--x-size-align-list-stretch: stretch;
|
|
6563
|
+
}
|
|
6564
|
+
|
|
6565
|
+
.x-list {
|
|
6566
|
+
display: flex;
|
|
6567
|
+
flex-flow: var(--x-string-flow-list);
|
|
6568
|
+
list-style: none;
|
|
6569
|
+
gap: var(--x-size-gap-list);
|
|
6570
|
+
margin: 0;
|
|
6571
|
+
padding: var(--x-size-padding-list);
|
|
6572
|
+
justify-content: var(--x-size-justify-list);
|
|
6573
|
+
align-items: var(--x-size-align-list);
|
|
6574
|
+
min-width: 0;
|
|
6575
|
+
}
|
|
6576
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
6577
|
+
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
6578
|
+
gap: 0;
|
|
6579
|
+
}
|
|
6580
|
+
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
6581
|
+
margin-bottom: var(--x-size-gap-list);
|
|
6582
|
+
}
|
|
6583
|
+
.x-list.x-list--horizontal {
|
|
6584
|
+
gap: 0;
|
|
6585
|
+
}
|
|
6586
|
+
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6587
|
+
margin-right: var(--x-size-gap-list);
|
|
6588
|
+
}
|
|
6589
|
+
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
6590
|
+
gap: 0;
|
|
6591
|
+
}
|
|
6592
|
+
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
6593
|
+
margin-right: var(--x-size-gap-list);
|
|
6594
|
+
margin-bottom: var(--x-size-gap-list);
|
|
6595
|
+
}
|
|
6596
|
+
}
|
|
6597
|
+
|
|
6598
|
+
.x-list--vertical.x-list {
|
|
6599
|
+
flex-flow: column nowrap;
|
|
6600
|
+
}
|
|
6601
|
+
|
|
6602
|
+
.x-list--horizontal.x-list {
|
|
6603
|
+
flex-flow: row nowrap;
|
|
6604
|
+
}
|
|
6605
|
+
|
|
6606
|
+
.x-list--wrap.x-list {
|
|
6607
|
+
flex-flow: row wrap;
|
|
6608
|
+
}
|
|
6609
|
+
|
|
6610
|
+
.x-list--wrap-reverse.x-list {
|
|
6611
|
+
flex-flow: row wrap-reverse;
|
|
6612
|
+
}
|
|
6613
|
+
|
|
6614
|
+
.x-list--justify-stretch.x-list {
|
|
6615
|
+
justify-content: stretch;
|
|
6616
|
+
}
|
|
6617
|
+
|
|
6618
|
+
.x-list--justify-center.x-list {
|
|
6619
|
+
justify-content: center;
|
|
6620
|
+
}
|
|
6621
|
+
|
|
6622
|
+
.x-list--justify-end.x-list {
|
|
6623
|
+
justify-content: flex-end;
|
|
6624
|
+
}
|
|
6625
|
+
|
|
6626
|
+
.x-list--justify-start.x-list {
|
|
6627
|
+
justify-content: flex-start;
|
|
6628
|
+
}
|
|
6629
|
+
|
|
6630
|
+
.x-list--align-stretch.x-list {
|
|
6631
|
+
align-items: stretch;
|
|
6632
|
+
}
|
|
6633
|
+
|
|
6634
|
+
.x-list--align-center.x-list {
|
|
6635
|
+
align-items: center;
|
|
6636
|
+
}
|
|
6637
|
+
|
|
6638
|
+
.x-list--align-baseline.x-list {
|
|
6639
|
+
align-items: baseline;
|
|
6640
|
+
}
|
|
6641
|
+
|
|
6642
|
+
.x-list--align-end.x-list {
|
|
6643
|
+
align-items: flex-end;
|
|
6644
|
+
}
|
|
6645
|
+
|
|
6646
|
+
.x-list--align-start.x-list {
|
|
6647
|
+
align-items: flex-start;
|
|
6648
|
+
}
|
|
6649
|
+
|
|
6650
|
+
.x-list > .x-list__item--expand {
|
|
6651
|
+
flex: 1 1 auto;
|
|
6652
|
+
}
|
|
6653
|
+
.x-list > .x-list__item--no-expand {
|
|
6654
|
+
flex: 0 0 auto;
|
|
6655
|
+
}
|
|
6656
|
+
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
6657
|
+
min-width: 0;
|
|
6658
|
+
}
|
|
6659
|
+
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
6660
|
+
min-height: 0;
|
|
6661
|
+
}
|
|
6662
|
+
.x-list > .x-list__item--stretch {
|
|
6663
|
+
align-self: stretch;
|
|
6664
|
+
}
|
|
6665
|
+
.x-list > .x-list__item--flex-none {
|
|
6666
|
+
flex: none;
|
|
6667
|
+
}
|
|
6668
|
+
.x-list > .x-list__item--01 {
|
|
6669
|
+
flex: 1 12 auto;
|
|
6670
|
+
}
|
|
6671
|
+
.x-list > .x-list__item--02 {
|
|
6672
|
+
flex: 2 11 auto;
|
|
6673
|
+
}
|
|
6674
|
+
.x-list > .x-list__item--03 {
|
|
6675
|
+
flex: 3 10 auto;
|
|
6676
|
+
}
|
|
6677
|
+
.x-list > .x-list__item--04 {
|
|
6678
|
+
flex: 4 9 auto;
|
|
6679
|
+
}
|
|
6680
|
+
.x-list > .x-list__item--05 {
|
|
6681
|
+
flex: 5 8 auto;
|
|
6682
|
+
}
|
|
6683
|
+
.x-list > .x-list__item--06 {
|
|
6684
|
+
flex: 6 7 auto;
|
|
6685
|
+
}
|
|
6686
|
+
.x-list > .x-list__item--07 {
|
|
6687
|
+
flex: 7 6 auto;
|
|
6688
|
+
}
|
|
6689
|
+
.x-list > .x-list__item--08 {
|
|
6690
|
+
flex: 8 5 auto;
|
|
6691
|
+
}
|
|
6692
|
+
.x-list > .x-list__item--09 {
|
|
6693
|
+
flex: 9 4 auto;
|
|
6694
|
+
}
|
|
6695
|
+
.x-list > .x-list__item--10 {
|
|
6696
|
+
flex: 10 3 auto;
|
|
6697
|
+
}
|
|
6698
|
+
.x-list > .x-list__item--11 {
|
|
6699
|
+
flex: 11 2 auto;
|
|
6700
|
+
}
|
|
6701
|
+
.x-list > .x-list__item--12 {
|
|
6702
|
+
flex: 12 1 auto;
|
|
6703
|
+
}
|
|
6704
6704
|
:root {
|
|
6705
6705
|
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6706
6706
|
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
@@ -7090,6 +7090,28 @@
|
|
|
7090
7090
|
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7091
7091
|
--x-size-border-width-left-input-line: 0;
|
|
7092
7092
|
}
|
|
7093
|
+
:root {
|
|
7094
|
+
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7095
|
+
--x-size-padding-right-input-line: 0;
|
|
7096
|
+
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7097
|
+
--x-size-padding-left-input-line: 0;
|
|
7098
|
+
--x-size-border-width-top-input-line: 0;
|
|
7099
|
+
--x-size-border-width-right-input-line: 0;
|
|
7100
|
+
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7101
|
+
--x-size-border-width-left-input-line: 0;
|
|
7102
|
+
}
|
|
7103
|
+
|
|
7104
|
+
.x-input--line .x-input,
|
|
7105
|
+
.x-input--line.x-input {
|
|
7106
|
+
--x-size-padding-top-input-default: var(--x-size-padding-top-input-line);
|
|
7107
|
+
--x-size-padding-right-input-default: var(--x-size-padding-right-input-line);
|
|
7108
|
+
--x-size-padding-bottom-input-default: var(--x-size-padding-bottom-input-line);
|
|
7109
|
+
--x-size-padding-left-input-default: var(--x-size-padding-left-input-line);
|
|
7110
|
+
--x-size-border-width-top-input-default: var(--x-size-border-width-top-input-line);
|
|
7111
|
+
--x-size-border-width-right-input-default: var(--x-size-border-width-right-input-line);
|
|
7112
|
+
--x-size-border-width-bottom-input-default: var(--x-size-border-width-bottom-input-line);
|
|
7113
|
+
--x-size-border-width-left-input-default: var(--x-size-border-width-left-input-line);
|
|
7114
|
+
}
|
|
7093
7115
|
:root {
|
|
7094
7116
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7095
7117
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7118,28 +7140,6 @@
|
|
|
7118
7140
|
--x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
|
|
7119
7141
|
--x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
|
|
7120
7142
|
}
|
|
7121
|
-
:root {
|
|
7122
|
-
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7123
|
-
--x-size-padding-right-input-line: 0;
|
|
7124
|
-
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7125
|
-
--x-size-padding-left-input-line: 0;
|
|
7126
|
-
--x-size-border-width-top-input-line: 0;
|
|
7127
|
-
--x-size-border-width-right-input-line: 0;
|
|
7128
|
-
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7129
|
-
--x-size-border-width-left-input-line: 0;
|
|
7130
|
-
}
|
|
7131
|
-
|
|
7132
|
-
.x-input--line .x-input,
|
|
7133
|
-
.x-input--line.x-input {
|
|
7134
|
-
--x-size-padding-top-input-default: var(--x-size-padding-top-input-line);
|
|
7135
|
-
--x-size-padding-right-input-default: var(--x-size-padding-right-input-line);
|
|
7136
|
-
--x-size-padding-bottom-input-default: var(--x-size-padding-bottom-input-line);
|
|
7137
|
-
--x-size-padding-left-input-default: var(--x-size-padding-left-input-line);
|
|
7138
|
-
--x-size-border-width-top-input-default: var(--x-size-border-width-top-input-line);
|
|
7139
|
-
--x-size-border-width-right-input-default: var(--x-size-border-width-right-input-line);
|
|
7140
|
-
--x-size-border-width-bottom-input-default: var(--x-size-border-width-bottom-input-line);
|
|
7141
|
-
--x-size-border-width-left-input-default: var(--x-size-border-width-left-input-line);
|
|
7142
|
-
}
|
|
7143
7143
|
:root {
|
|
7144
7144
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7145
7145
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7279,19 +7279,23 @@
|
|
|
7279
7279
|
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7280
7280
|
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7281
7281
|
}
|
|
7282
|
+
:root {
|
|
7283
|
+
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7284
|
+
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7285
|
+
}
|
|
7282
7286
|
|
|
7283
7287
|
.x-icon--xl {
|
|
7284
7288
|
--x-size-width-icon-default: var(--x-size-width-icon-xl);
|
|
7285
7289
|
--x-size-height-icon-default: var(--x-size-height-icon-xl);
|
|
7286
7290
|
}
|
|
7287
|
-
:root {
|
|
7288
|
-
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7289
|
-
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7290
|
-
}
|
|
7291
7291
|
:root {
|
|
7292
7292
|
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7293
7293
|
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7294
7294
|
}
|
|
7295
|
+
:root {
|
|
7296
|
+
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7297
|
+
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7298
|
+
}
|
|
7295
7299
|
:root {
|
|
7296
7300
|
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7297
7301
|
--x-size-height-icon-s: var(--x-size-base-03);
|
|
@@ -7323,10 +7327,6 @@
|
|
|
7323
7327
|
--x-size-width-icon-default: var(--x-size-width-icon-l);
|
|
7324
7328
|
--x-size-height-icon-default: var(--x-size-height-icon-l);
|
|
7325
7329
|
}
|
|
7326
|
-
:root {
|
|
7327
|
-
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7328
|
-
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7329
|
-
}
|
|
7330
7330
|
:root {
|
|
7331
7331
|
--x-color-stroke-icon-default: currentColor;
|
|
7332
7332
|
--x-color-fill-icon-default: none;
|
|
@@ -7336,11 +7336,6 @@
|
|
|
7336
7336
|
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7337
7337
|
--x-size-stroke-width-icon-default: 1px;
|
|
7338
7338
|
}
|
|
7339
|
-
:root {
|
|
7340
|
-
--x-size-padding-grid: 0;
|
|
7341
|
-
--x-size-gap-grid: var(--x-size-base-03);
|
|
7342
|
-
--x-size-min-width-grid-item: 150px;
|
|
7343
|
-
}
|
|
7344
7339
|
:root {
|
|
7345
7340
|
--x-color-stroke-icon-default: currentColor;
|
|
7346
7341
|
--x-color-fill-icon-default: none;
|
|
@@ -7376,6 +7371,11 @@
|
|
|
7376
7371
|
--x-size-gap-grid: var(--x-size-base-03);
|
|
7377
7372
|
--x-size-min-width-grid-item: 150px;
|
|
7378
7373
|
}
|
|
7374
|
+
:root {
|
|
7375
|
+
--x-size-padding-grid: 0;
|
|
7376
|
+
--x-size-gap-grid: var(--x-size-base-03);
|
|
7377
|
+
--x-size-min-width-grid-item: 150px;
|
|
7378
|
+
}
|
|
7379
7379
|
|
|
7380
7380
|
.x-grid-list {
|
|
7381
7381
|
margin: 0;
|
|
@@ -7410,38 +7410,6 @@
|
|
|
7410
7410
|
--x-size-padding-bottom-filter-children: 0;
|
|
7411
7411
|
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7412
7412
|
}
|
|
7413
|
-
:root {
|
|
7414
|
-
--x-size-margin-filter-children: 0;
|
|
7415
|
-
--x-size-padding-top-filter-children: 0;
|
|
7416
|
-
--x-size-padding-right-filter-children: 0;
|
|
7417
|
-
--x-size-padding-bottom-filter-children: 0;
|
|
7418
|
-
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7419
|
-
}
|
|
7420
|
-
|
|
7421
|
-
.x-hierarchical-filter-container {
|
|
7422
|
-
list-style: none;
|
|
7423
|
-
}
|
|
7424
|
-
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7425
|
-
padding-left: var(--x-size-padding-left-filter-children);
|
|
7426
|
-
}
|
|
7427
|
-
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7428
|
-
padding-right: var(--x-size-padding-left-filter-children);
|
|
7429
|
-
}
|
|
7430
|
-
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7431
|
-
padding-right: var(--x-size-padding-right-filter-children);
|
|
7432
|
-
}
|
|
7433
|
-
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7434
|
-
padding-left: var(--x-size-padding-right-filter-children);
|
|
7435
|
-
}
|
|
7436
|
-
.x-hierarchical-filter-container .x-hierarchical-filter__children, .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7437
|
-
margin: var(--x-size-margin-filter-children);
|
|
7438
|
-
padding-top: var(--x-size-padding-top-filter-children);
|
|
7439
|
-
padding-bottom: var(--x-size-padding-bottom-filter-children);
|
|
7440
|
-
}
|
|
7441
|
-
.x-hierarchical-filter-container .x-hierarchical-filter-container,
|
|
7442
|
-
.x-hierarchical-filter-container .x-filter, .x-hierarchical-filter-container .x-facet-filter {
|
|
7443
|
-
width: 100%;
|
|
7444
|
-
}
|
|
7445
7413
|
:root {
|
|
7446
7414
|
--x-color-background-filter-default: transparent;
|
|
7447
7415
|
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
@@ -7474,6 +7442,38 @@
|
|
|
7474
7442
|
);
|
|
7475
7443
|
--x-size-line-height-filter-default: var(--x-size-line-height-text);
|
|
7476
7444
|
}
|
|
7445
|
+
:root {
|
|
7446
|
+
--x-size-margin-filter-children: 0;
|
|
7447
|
+
--x-size-padding-top-filter-children: 0;
|
|
7448
|
+
--x-size-padding-right-filter-children: 0;
|
|
7449
|
+
--x-size-padding-bottom-filter-children: 0;
|
|
7450
|
+
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7451
|
+
}
|
|
7452
|
+
|
|
7453
|
+
.x-hierarchical-filter-container {
|
|
7454
|
+
list-style: none;
|
|
7455
|
+
}
|
|
7456
|
+
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7457
|
+
padding-left: var(--x-size-padding-left-filter-children);
|
|
7458
|
+
}
|
|
7459
|
+
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7460
|
+
padding-right: var(--x-size-padding-left-filter-children);
|
|
7461
|
+
}
|
|
7462
|
+
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7463
|
+
padding-right: var(--x-size-padding-right-filter-children);
|
|
7464
|
+
}
|
|
7465
|
+
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7466
|
+
padding-left: var(--x-size-padding-right-filter-children);
|
|
7467
|
+
}
|
|
7468
|
+
.x-hierarchical-filter-container .x-hierarchical-filter__children, .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7469
|
+
margin: var(--x-size-margin-filter-children);
|
|
7470
|
+
padding-top: var(--x-size-padding-top-filter-children);
|
|
7471
|
+
padding-bottom: var(--x-size-padding-bottom-filter-children);
|
|
7472
|
+
}
|
|
7473
|
+
.x-hierarchical-filter-container .x-hierarchical-filter-container,
|
|
7474
|
+
.x-hierarchical-filter-container .x-filter, .x-hierarchical-filter-container .x-facet-filter {
|
|
7475
|
+
width: 100%;
|
|
7476
|
+
}
|
|
7477
7477
|
:root {
|
|
7478
7478
|
--x-color-background-filter-default: transparent;
|
|
7479
7479
|
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
@@ -7600,6 +7600,19 @@
|
|
|
7600
7600
|
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7601
7601
|
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7602
7602
|
}
|
|
7603
|
+
:root {
|
|
7604
|
+
--x-color-border-facet-outlined: var(--x-color-base-neutral-70);
|
|
7605
|
+
--x-size-border-width-facet-outlined: var(--x-size-border-width-base);
|
|
7606
|
+
--x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7607
|
+
--x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7608
|
+
--x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7609
|
+
--x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7610
|
+
--x-size-padding-facet-header-outlined: var(--x-size-base-03);
|
|
7611
|
+
--x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7612
|
+
--x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7613
|
+
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7614
|
+
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7615
|
+
}
|
|
7603
7616
|
|
|
7604
7617
|
.x-facet--outlined.x-facet,
|
|
7605
7618
|
.x-facet--outlined .x-facet {
|
|
@@ -7615,19 +7628,6 @@
|
|
|
7615
7628
|
--x-size-padding-bottom-facet-header-default: var(--x-size-padding-bottom-facet-header-outlined);
|
|
7616
7629
|
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
|
|
7617
7630
|
}
|
|
7618
|
-
:root {
|
|
7619
|
-
--x-color-border-facet-outlined: var(--x-color-base-neutral-70);
|
|
7620
|
-
--x-size-border-width-facet-outlined: var(--x-size-border-width-base);
|
|
7621
|
-
--x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7622
|
-
--x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7623
|
-
--x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7624
|
-
--x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7625
|
-
--x-size-padding-facet-header-outlined: var(--x-size-base-03);
|
|
7626
|
-
--x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7627
|
-
--x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7628
|
-
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7629
|
-
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7630
|
-
}
|
|
7631
7631
|
:root {
|
|
7632
7632
|
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
7633
7633
|
--x-size-border-width-facet-header-line: var(--x-size-border-width-base);
|
|
@@ -7693,6 +7693,39 @@
|
|
|
7693
7693
|
--x-number-font-weight-facet-default: var(--x-number-font-weight-title3);
|
|
7694
7694
|
--x-size-line-height-facet-default: var(--x-size-line-height-title3);
|
|
7695
7695
|
}
|
|
7696
|
+
:root {
|
|
7697
|
+
--x-color-background-facet-default: transparent;
|
|
7698
|
+
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
7699
|
+
--x-color-text-facet-default: var(--x-color-text-default);
|
|
7700
|
+
--x-color-background-facet-header-default: var(--x-color-background-facet-default);
|
|
7701
|
+
--x-color-border-facet-header-default: var(--x-color-background-facet-default);
|
|
7702
|
+
--x-size-border-width-facet-default: var(--x-size-border-width-base);
|
|
7703
|
+
--x-size-border-width-top-facet-default: var(--x-size-border-width-facet-default);
|
|
7704
|
+
--x-size-border-width-right-facet-default: var(--x-size-border-width-facet-default);
|
|
7705
|
+
--x-size-border-width-bottom-facet-default: var(--x-size-border-width-facet-default);
|
|
7706
|
+
--x-size-border-width-left-facet-default: var(--x-size-border-width-facet-default);
|
|
7707
|
+
--x-size-border-width-facet-header-default: var(--x-size-border-width-base);
|
|
7708
|
+
--x-size-border-width-top-facet-header-default: var(--x-size-border-width-facet-header-default);
|
|
7709
|
+
--x-size-border-width-right-facet-header-default: var(--x-size-border-width-facet-header-default);
|
|
7710
|
+
--x-size-border-width-bottom-facet-header-default: var(
|
|
7711
|
+
--x-size-border-width-facet-header-default
|
|
7712
|
+
);
|
|
7713
|
+
--x-size-border-width-left-facet-header-default: var(--x-size-border-width-facet-header-default);
|
|
7714
|
+
--x-size-border-radius-facet-default: var(--x-size-border-radius-base-none);
|
|
7715
|
+
--x-size-border-radius-top-left-facet-default: var(--x-size-border-radius-facet-default);
|
|
7716
|
+
--x-size-border-radius-top-right-facet-default: var(--x-size-border-radius-facet-default);
|
|
7717
|
+
--x-size-border-radius-bottom-right-facet-default: var(--x-size-border-radius-facet-default);
|
|
7718
|
+
--x-size-border-radius-bottom-left-facet-default: var(--x-size-border-radius-facet-default);
|
|
7719
|
+
--x-size-padding-top-facet-header-default: var(--x-size-base-03);
|
|
7720
|
+
--x-size-padding-right-facet-header-default: 0;
|
|
7721
|
+
--x-size-padding-bottom-facet-header-default: var(--x-size-base-03);
|
|
7722
|
+
--x-size-padding-left-facet-header-default: 0;
|
|
7723
|
+
--x-size-gap-facet-header-default: var(--x-size-base-03);
|
|
7724
|
+
--x-font-family-facet-default: var(--x-font-family-title3);
|
|
7725
|
+
--x-size-font-facet-default: var(--x-size-font-title3);
|
|
7726
|
+
--x-number-font-weight-facet-default: var(--x-number-font-weight-title3);
|
|
7727
|
+
--x-size-line-height-facet-default: var(--x-size-line-height-title3);
|
|
7728
|
+
}
|
|
7696
7729
|
|
|
7697
7730
|
[dir="ltr"] .x-facet {
|
|
7698
7731
|
border-right-width: var(--x-size-border-width-right-facet-default);
|
|
@@ -7787,39 +7820,6 @@
|
|
|
7787
7820
|
.x-facet > *:first-child .x-icon:last-child:not(:first-child), .x-facet__header .x-icon:last-child:not(:first-child) {
|
|
7788
7821
|
margin-left: auto;
|
|
7789
7822
|
}
|
|
7790
|
-
:root {
|
|
7791
|
-
--x-color-background-facet-default: transparent;
|
|
7792
|
-
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
7793
|
-
--x-color-text-facet-default: var(--x-color-text-default);
|
|
7794
|
-
--x-color-background-facet-header-default: var(--x-color-background-facet-default);
|
|
7795
|
-
--x-color-border-facet-header-default: var(--x-color-background-facet-default);
|
|
7796
|
-
--x-size-border-width-facet-default: var(--x-size-border-width-base);
|
|
7797
|
-
--x-size-border-width-top-facet-default: var(--x-size-border-width-facet-default);
|
|
7798
|
-
--x-size-border-width-right-facet-default: var(--x-size-border-width-facet-default);
|
|
7799
|
-
--x-size-border-width-bottom-facet-default: var(--x-size-border-width-facet-default);
|
|
7800
|
-
--x-size-border-width-left-facet-default: var(--x-size-border-width-facet-default);
|
|
7801
|
-
--x-size-border-width-facet-header-default: var(--x-size-border-width-base);
|
|
7802
|
-
--x-size-border-width-top-facet-header-default: var(--x-size-border-width-facet-header-default);
|
|
7803
|
-
--x-size-border-width-right-facet-header-default: var(--x-size-border-width-facet-header-default);
|
|
7804
|
-
--x-size-border-width-bottom-facet-header-default: var(
|
|
7805
|
-
--x-size-border-width-facet-header-default
|
|
7806
|
-
);
|
|
7807
|
-
--x-size-border-width-left-facet-header-default: var(--x-size-border-width-facet-header-default);
|
|
7808
|
-
--x-size-border-radius-facet-default: var(--x-size-border-radius-base-none);
|
|
7809
|
-
--x-size-border-radius-top-left-facet-default: var(--x-size-border-radius-facet-default);
|
|
7810
|
-
--x-size-border-radius-top-right-facet-default: var(--x-size-border-radius-facet-default);
|
|
7811
|
-
--x-size-border-radius-bottom-right-facet-default: var(--x-size-border-radius-facet-default);
|
|
7812
|
-
--x-size-border-radius-bottom-left-facet-default: var(--x-size-border-radius-facet-default);
|
|
7813
|
-
--x-size-padding-top-facet-header-default: var(--x-size-base-03);
|
|
7814
|
-
--x-size-padding-right-facet-header-default: 0;
|
|
7815
|
-
--x-size-padding-bottom-facet-header-default: var(--x-size-base-03);
|
|
7816
|
-
--x-size-padding-left-facet-header-default: 0;
|
|
7817
|
-
--x-size-gap-facet-header-default: var(--x-size-base-03);
|
|
7818
|
-
--x-font-family-facet-default: var(--x-font-family-title3);
|
|
7819
|
-
--x-size-font-facet-default: var(--x-size-font-title3);
|
|
7820
|
-
--x-number-font-weight-facet-default: var(--x-number-font-weight-title3);
|
|
7821
|
-
--x-size-line-height-facet-default: var(--x-size-line-height-title3);
|
|
7822
|
-
}
|
|
7823
7823
|
:root {
|
|
7824
7824
|
--x-size-border-radius-facet-card: var(--x-size-border-radius-base-s);
|
|
7825
7825
|
--x-size-border-radius-top-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
@@ -7861,9 +7861,6 @@
|
|
|
7861
7861
|
:root {
|
|
7862
7862
|
--x-size-width-dropdown-xl: 282px;
|
|
7863
7863
|
}
|
|
7864
|
-
:root {
|
|
7865
|
-
--x-size-width-dropdown-s: 74px;
|
|
7866
|
-
}
|
|
7867
7864
|
:root {
|
|
7868
7865
|
--x-size-width-dropdown-xl: 282px;
|
|
7869
7866
|
}
|
|
@@ -7874,6 +7871,9 @@
|
|
|
7874
7871
|
:root {
|
|
7875
7872
|
--x-size-width-dropdown-s: 74px;
|
|
7876
7873
|
}
|
|
7874
|
+
:root {
|
|
7875
|
+
--x-size-width-dropdown-s: 74px;
|
|
7876
|
+
}
|
|
7877
7877
|
|
|
7878
7878
|
.x-dropdown.x-dropdown--s {
|
|
7879
7879
|
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-s);
|
|
@@ -7886,14 +7886,6 @@
|
|
|
7886
7886
|
--x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7887
7887
|
--x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7888
7888
|
}
|
|
7889
|
-
:root {
|
|
7890
|
-
--x-size-gap-dropdown-pill: var(--x-size-base-03);
|
|
7891
|
-
--x-size-border-width-dropdown-list-pill: var(--x-size-border-width-base);
|
|
7892
|
-
--x-size-border-width-top-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7893
|
-
--x-size-border-width-right-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7894
|
-
--x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7895
|
-
--x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7896
|
-
}
|
|
7897
7889
|
|
|
7898
7890
|
.x-dropdown--pill {
|
|
7899
7891
|
--x-size-gap-dropdown-default: var(--x-size-gap-dropdown-pill);
|
|
@@ -7929,6 +7921,14 @@
|
|
|
7929
7921
|
--x-size-border-width-left-dropdown-list-pill
|
|
7930
7922
|
);
|
|
7931
7923
|
}
|
|
7924
|
+
:root {
|
|
7925
|
+
--x-size-gap-dropdown-pill: var(--x-size-base-03);
|
|
7926
|
+
--x-size-border-width-dropdown-list-pill: var(--x-size-border-width-base);
|
|
7927
|
+
--x-size-border-width-top-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7928
|
+
--x-size-border-width-right-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7929
|
+
--x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7930
|
+
--x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7931
|
+
}
|
|
7932
7932
|
:root {
|
|
7933
7933
|
--x-size-width-dropdown-m: 130px;
|
|
7934
7934
|
}
|
|
@@ -8448,13 +8448,6 @@
|
|
|
8448
8448
|
--x-size-border-width-bottom-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8449
8449
|
--x-size-border-width-left-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8450
8450
|
}
|
|
8451
|
-
:root {
|
|
8452
|
-
--x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
|
|
8453
|
-
--x-size-border-radius-top-left-button-round: var(--x-size-border-radius-button-round);
|
|
8454
|
-
--x-size-border-radius-top-right-button-round: var(--x-size-border-radius-button-round);
|
|
8455
|
-
--x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
|
|
8456
|
-
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8457
|
-
}
|
|
8458
8451
|
:root {
|
|
8459
8452
|
--x-color-background-button-secondary: transparent;
|
|
8460
8453
|
--x-color-border-button-secondary: var(--x-color-border-button-default);
|
|
@@ -8483,6 +8476,13 @@
|
|
|
8483
8476
|
--x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
|
|
8484
8477
|
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8485
8478
|
}
|
|
8479
|
+
:root {
|
|
8480
|
+
--x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
|
|
8481
|
+
--x-size-border-radius-top-left-button-round: var(--x-size-border-radius-button-round);
|
|
8482
|
+
--x-size-border-radius-top-right-button-round: var(--x-size-border-radius-button-round);
|
|
8483
|
+
--x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
|
|
8484
|
+
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8485
|
+
}
|
|
8486
8486
|
|
|
8487
8487
|
.x-button--round.x-button,
|
|
8488
8488
|
.x-button--round .x-button {
|
|
@@ -8511,13 +8511,6 @@
|
|
|
8511
8511
|
--x-size-border-width-bottom-button-primary: var(--x-size-border-width-button-primary);
|
|
8512
8512
|
--x-size-border-width-left-button-primary: var(--x-size-border-width-button-primary);
|
|
8513
8513
|
}
|
|
8514
|
-
:root {
|
|
8515
|
-
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8516
|
-
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8517
|
-
--x-size-border-radius-top-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8518
|
-
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8519
|
-
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8520
|
-
}
|
|
8521
8514
|
:root {
|
|
8522
8515
|
--x-color-background-button-primary: var(--x-color-background-button-default);
|
|
8523
8516
|
--x-color-border-button-primary: var(--x-color-border-button-default);
|
|
@@ -8546,6 +8539,13 @@
|
|
|
8546
8539
|
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8547
8540
|
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8548
8541
|
}
|
|
8542
|
+
:root {
|
|
8543
|
+
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8544
|
+
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8545
|
+
--x-size-border-radius-top-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8546
|
+
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8547
|
+
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8548
|
+
}
|
|
8549
8549
|
|
|
8550
8550
|
.x-button--pill.x-button,
|
|
8551
8551
|
.x-button--pill .x-button {
|
|
@@ -8611,6 +8611,13 @@
|
|
|
8611
8611
|
--x-number-font-weight-button-default: var(--x-number-font-weight-base-bold);
|
|
8612
8612
|
--x-size-line-height-button-default: var(--x-size-line-height-text);
|
|
8613
8613
|
}
|
|
8614
|
+
:root {
|
|
8615
|
+
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8616
|
+
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8617
|
+
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8618
|
+
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8619
|
+
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8620
|
+
}
|
|
8614
8621
|
:root {
|
|
8615
8622
|
--x-color-background-button-default: var(--x-color-base-lead);
|
|
8616
8623
|
--x-color-border-button-default: var(--x-color-background-button-default);
|
|
@@ -8696,6 +8703,16 @@
|
|
|
8696
8703
|
margin-right: var(--x-size-gap-button-default);
|
|
8697
8704
|
}
|
|
8698
8705
|
}
|
|
8706
|
+
:root {
|
|
8707
|
+
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8708
|
+
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8709
|
+
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8710
|
+
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8711
|
+
--x-size-border-width-badge-default: 0;
|
|
8712
|
+
--x-size-width-badge-default: 1.5em;
|
|
8713
|
+
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8714
|
+
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8715
|
+
}
|
|
8699
8716
|
:root {
|
|
8700
8717
|
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8701
8718
|
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
@@ -8728,23 +8745,6 @@
|
|
|
8728
8745
|
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8729
8746
|
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8730
8747
|
}
|
|
8731
|
-
:root {
|
|
8732
|
-
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8733
|
-
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8734
|
-
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8735
|
-
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8736
|
-
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8737
|
-
}
|
|
8738
|
-
:root {
|
|
8739
|
-
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8740
|
-
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8741
|
-
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8742
|
-
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8743
|
-
--x-size-border-width-badge-default: 0;
|
|
8744
|
-
--x-size-width-badge-default: 1.5em;
|
|
8745
|
-
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8746
|
-
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8747
|
-
}
|
|
8748
8748
|
|
|
8749
8749
|
[dir="ltr"] .x-badge {
|
|
8750
8750
|
right: calc(var(--x-size-width-badge-default) / 4);
|