@empathyco/x-components 6.0.0-alpha.16 → 6.0.0-alpha.17
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 +14 -0
- package/design-system/deprecated-full-theme.css +1261 -1261
- package/docs/API-reference/api/x-components.animationprop.md +6 -1
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.basedropdown.md +3 -3
- package/docs/API-reference/api/x-components.baseeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.basegrid.md +3 -3
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.basemodal.md +6 -6
- package/docs/API-reference/api/x-components.baseresultimage.md +9 -9
- package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
- package/docs/API-reference/api/x-components.basetabspanel.md +6 -6
- package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
- package/docs/API-reference/api/x-components.empathize.md +3 -3
- package/docs/API-reference/api/x-components.facets.md +3 -3
- package/docs/API-reference/api/x-components.filterslist.md +3 -3
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -2
- package/docs/API-reference/api/x-components.identifierresults.md +3 -3
- package/docs/API-reference/api/x-components.itemslist.md +3 -3
- package/docs/API-reference/api/x-components.mainmodal.md +2 -2
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +3 -3
- package/docs/API-reference/api/x-components.myhistory.md +3 -3
- package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
- package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
- package/docs/API-reference/api/x-components.promotedslist.md +3 -3
- package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
- package/docs/API-reference/api/x-components.recommendations.md +3 -3
- package/docs/API-reference/api/x-components.relatedpromptslist.md +3 -3
- package/docs/API-reference/api/x-components.relatedpromptsmutations.md +2 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +2 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.md +3 -3
- package/docs/API-reference/api/x-components.resultslist.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +3 -3
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
- package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
- package/docs/API-reference/components/common/x-components.items-list.md +1 -1
- package/docs/API-reference/components/facets/x-components.facets/facets.md +1 -1
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +1 -1
- package/docs/API-reference/components/search/x-components.results-list.md +1 -1
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue2.js +2 -2
- package/js/components/items-list.vue2.js.map +1 -1
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue2.js +3 -3
- package/js/components/result/base-result-image.vue2.js.map +1 -1
- package/js/types/animation-prop.js +5 -0
- package/js/types/animation-prop.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js +2 -2
- package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +2 -2
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/store/module.js +10 -0
- package/js/x-modules/related-prompts/store/module.js.map +1 -1
- package/js/x-modules/related-prompts/wiring.js +14 -0
- package/js/x-modules/related-prompts/wiring.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +2 -2
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +1723 -7412
- package/report/x-components.api.md +143 -133
- package/types/components/base-dropdown.vue.d.ts +3 -3
- package/types/components/base-grid.vue.d.ts +3 -3
- package/types/components/base-variable-column-grid.vue.d.ts +3 -3
- package/types/components/items-list.vue.d.ts +3 -3
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +3 -3
- package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
- package/types/components/modals/base-events-modal.vue.d.ts +2 -2
- package/types/components/modals/base-id-modal.vue.d.ts +2 -2
- package/types/components/modals/base-modal.vue.d.ts +6 -6
- package/types/components/modals/main-modal.vue.d.ts +2 -2
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +3 -3
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +3 -3
- package/types/components/panels/base-tabs-panel.vue.d.ts +6 -6
- package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
- package/types/components/result/base-result-image.vue.d.ts +10 -10
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
- package/types/types/animation-prop.d.ts +6 -2
- package/types/types/animation-prop.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +3 -3
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +3 -3
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -2
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +3 -3
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/store/module.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/types.d.ts +16 -0
- package/types/x-modules/related-prompts/store/types.d.ts.map +1 -1
- package/types/x-modules/related-prompts/wiring.d.ts +6 -0
- package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +3 -3
- package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
- package/js/utils/options-api.js +0 -4
- package/js/utils/options-api.js.map +0 -1
- package/types/utils/options-api.d.ts +0 -3
- package/types/utils/options-api.d.ts.map +0 -1
|
@@ -1,19 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.x-uppercase {
|
|
3
|
-
text-transform: uppercase;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.x-lowercase {
|
|
7
|
-
text-transform: lowercase;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.x-capitalize {
|
|
11
|
-
text-transform: capitalize;
|
|
12
|
-
}
|
|
13
2
|
|
|
14
|
-
.x-normal-case {
|
|
15
|
-
text-transform: none;
|
|
16
|
-
}
|
|
17
3
|
.x-underline {
|
|
18
4
|
-webkit-text-decoration-line: underline;
|
|
19
5
|
text-decoration-line: underline;
|
|
@@ -33,26 +19,21 @@
|
|
|
33
19
|
-webkit-text-decoration-line: none;
|
|
34
20
|
text-decoration-line: none;
|
|
35
21
|
}
|
|
36
|
-
.x-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.x-fixed {
|
|
41
|
-
position: fixed !important;
|
|
22
|
+
.x-uppercase {
|
|
23
|
+
text-transform: uppercase;
|
|
42
24
|
}
|
|
43
25
|
|
|
44
|
-
.x-
|
|
45
|
-
|
|
26
|
+
.x-lowercase {
|
|
27
|
+
text-transform: lowercase;
|
|
46
28
|
}
|
|
47
29
|
|
|
48
|
-
.x-
|
|
49
|
-
|
|
30
|
+
.x-capitalize {
|
|
31
|
+
text-transform: capitalize;
|
|
50
32
|
}
|
|
51
33
|
|
|
52
|
-
.x-
|
|
53
|
-
|
|
34
|
+
.x-normal-case {
|
|
35
|
+
text-transform: none;
|
|
54
36
|
}
|
|
55
|
-
|
|
56
37
|
.x-padding--00 {
|
|
57
38
|
padding: 0 !important;
|
|
58
39
|
}
|
|
@@ -956,6 +937,25 @@
|
|
|
956
937
|
[dir="rtl"] .x-margin--left-20 {
|
|
957
938
|
margin-right: var(--x-size-base-20) !important;
|
|
958
939
|
}
|
|
940
|
+
.x-static {
|
|
941
|
+
position: static !important;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.x-fixed {
|
|
945
|
+
position: fixed !important;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.x-absolute {
|
|
949
|
+
position: absolute !important;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.x-relative {
|
|
953
|
+
position: relative !important;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.x-sticky {
|
|
957
|
+
position: sticky !important;
|
|
958
|
+
}
|
|
959
959
|
.x-line-height--none {
|
|
960
960
|
line-height: 1 !important;
|
|
961
961
|
}
|
|
@@ -979,6 +979,15 @@
|
|
|
979
979
|
.x-line-height--loose {
|
|
980
980
|
line-height: 2 !important;
|
|
981
981
|
}
|
|
982
|
+
.x-font-weight--light {
|
|
983
|
+
font-weight: var(--x-number-font-weight-base-light) !important;
|
|
984
|
+
}
|
|
985
|
+
.x-font-weight--regular {
|
|
986
|
+
font-weight: var(--x-number-font-weight-base-regular) !important;
|
|
987
|
+
}
|
|
988
|
+
.x-font-weight--bold {
|
|
989
|
+
font-weight: var(--x-number-font-weight-base-bold) !important;
|
|
990
|
+
}
|
|
982
991
|
.x-line-clamp--2 {
|
|
983
992
|
overflow: hidden !important;
|
|
984
993
|
display: -webkit-box !important;
|
|
@@ -1013,15 +1022,6 @@
|
|
|
1013
1022
|
-webkit-box-orient: vertical !important;
|
|
1014
1023
|
-webkit-line-clamp: 6 !important;
|
|
1015
1024
|
}
|
|
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
|
-
}
|
|
1025
1025
|
.x-font-size--01 {
|
|
1026
1026
|
font-size: var(--x-size-base-01) !important;
|
|
1027
1027
|
line-height: 1.5;
|
|
@@ -1102,49 +1102,6 @@
|
|
|
1102
1102
|
font-size: var(--x-size-base-20) !important;
|
|
1103
1103
|
line-height: 1.5;
|
|
1104
1104
|
}
|
|
1105
|
-
.x-font-color--lead {
|
|
1106
|
-
color: var(--x-color-base-lead) !important;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
.x-font-color--auxiliary {
|
|
1110
|
-
color: var(--x-color-base-auxiliary) !important;
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
.x-font-color--neutral-10 {
|
|
1114
|
-
color: var(--x-color-base-neutral-10) !important;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
.x-font-color--neutral-35 {
|
|
1118
|
-
color: var(--x-color-base-neutral-35) !important;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
.x-font-color--neutral-70 {
|
|
1122
|
-
color: var(--x-color-base-neutral-70) !important;
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
.x-font-color--neutral-95 {
|
|
1126
|
-
color: var(--x-color-base-neutral-95) !important;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
.x-font-color--neutral-100 {
|
|
1130
|
-
color: var(--x-color-base-neutral-100) !important;
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
.x-font-color--accent {
|
|
1134
|
-
color: var(--x-color-base-accent) !important;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
.x-font-color--enable {
|
|
1138
|
-
color: var(--x-color-base-enable) !important;
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
.x-font-color--disable {
|
|
1142
|
-
color: var(--x-color-base-disable) !important;
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.x-font-color--transparent {
|
|
1146
|
-
color: var(--x-color-base-transparent) !important;
|
|
1147
|
-
}
|
|
1148
1105
|
.x-flex-1 {
|
|
1149
1106
|
flex: 1 1 0% !important;
|
|
1150
1107
|
}
|
|
@@ -1188,6 +1145,49 @@
|
|
|
1188
1145
|
.x-self-baseline {
|
|
1189
1146
|
align-self: baseline !important;
|
|
1190
1147
|
}
|
|
1148
|
+
.x-font-color--lead {
|
|
1149
|
+
color: var(--x-color-base-lead) !important;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.x-font-color--auxiliary {
|
|
1153
|
+
color: var(--x-color-base-auxiliary) !important;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.x-font-color--neutral-10 {
|
|
1157
|
+
color: var(--x-color-base-neutral-10) !important;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.x-font-color--neutral-35 {
|
|
1161
|
+
color: var(--x-color-base-neutral-35) !important;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.x-font-color--neutral-70 {
|
|
1165
|
+
color: var(--x-color-base-neutral-70) !important;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.x-font-color--neutral-95 {
|
|
1169
|
+
color: var(--x-color-base-neutral-95) !important;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.x-font-color--neutral-100 {
|
|
1173
|
+
color: var(--x-color-base-neutral-100) !important;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.x-font-color--accent {
|
|
1177
|
+
color: var(--x-color-base-accent) !important;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.x-font-color--enable {
|
|
1181
|
+
color: var(--x-color-base-enable) !important;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.x-font-color--disable {
|
|
1185
|
+
color: var(--x-color-base-disable) !important;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.x-font-color--transparent {
|
|
1189
|
+
color: var(--x-color-base-transparent) !important;
|
|
1190
|
+
}
|
|
1191
1191
|
.x-fill--lead {
|
|
1192
1192
|
fill: var(--x-color-base-lead) !important;
|
|
1193
1193
|
}
|
|
@@ -1364,74 +1364,6 @@
|
|
|
1364
1364
|
.x-shadow--bottom-10 {
|
|
1365
1365
|
box-shadow: var(--x-string-box-shadow-bottom-10) !important;
|
|
1366
1366
|
}
|
|
1367
|
-
/* Material Elevations extracted from:
|
|
1368
|
-
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
1369
|
-
*/
|
|
1370
|
-
:root {
|
|
1371
|
-
/* Shadow none */
|
|
1372
|
-
--x-string-box-shadow-00: none;
|
|
1373
|
-
/* Shadow 1dp */
|
|
1374
|
-
--x-string-box-shadow-01: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12),
|
|
1375
|
-
0 1px 3px 0 rgba(0, 0, 0, 0.2);
|
|
1376
|
-
/* Shadow 2dp */
|
|
1377
|
-
--x-string-box-shadow-02: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
|
|
1378
|
-
0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
|
1379
|
-
/* Shadow 3dp */
|
|
1380
|
-
--x-string-box-shadow-03: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12),
|
|
1381
|
-
0 1px 8px 0 rgba(0, 0, 0, 0.2);
|
|
1382
|
-
/* Shadow 4dp */
|
|
1383
|
-
--x-string-box-shadow-04: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
|
|
1384
|
-
0 2px 4px -1px rgba(0, 0, 0, 0.2);
|
|
1385
|
-
/* Shadow 6dp */
|
|
1386
|
-
--x-string-box-shadow-05: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
|
|
1387
|
-
0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1388
|
-
/* Shadow 8dp */
|
|
1389
|
-
--x-string-box-shadow-06: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12),
|
|
1390
|
-
0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
1391
|
-
/* Shadow 9dp */
|
|
1392
|
-
--x-string-box-shadow-07: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12),
|
|
1393
|
-
0 5px 6px -3px rgba(0, 0, 0, 0.2);
|
|
1394
|
-
/* Shadow 12dp */
|
|
1395
|
-
--x-string-box-shadow-08: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12),
|
|
1396
|
-
0 7px 8px -4px rgba(0, 0, 0, 0.2);
|
|
1397
|
-
/* Shadow 16dp */
|
|
1398
|
-
--x-string-box-shadow-09: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
|
|
1399
|
-
0 8px 10px -5px rgba(0, 0, 0, 0.2);
|
|
1400
|
-
/* Shadow 24dp */
|
|
1401
|
-
--x-string-box-shadow-10: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12),
|
|
1402
|
-
0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1403
|
-
/* BOTTOM ONLY SHADOW (not overflows on top of the element) */
|
|
1404
|
-
/* Shadow 1dp */
|
|
1405
|
-
--x-string-box-shadow-bottom-01: 0 2px 1px -1px rgba(0, 0, 0, 0.14),
|
|
1406
|
-
0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 4px 3px -3px rgba(0, 0, 0, 0.2);
|
|
1407
|
-
/* Shadow 2dp */
|
|
1408
|
-
--x-string-box-shadow-bottom-02: 0 4px 2px -2px rgba(0, 0, 0, 0.14),
|
|
1409
|
-
0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 6px 5px -5px rgba(0, 0, 0, 0.2);
|
|
1410
|
-
/* Shadow 3dp */
|
|
1411
|
-
--x-string-box-shadow-bottom-03: 0 7px 4px -4px rgba(0, 0, 0, 0.14),
|
|
1412
|
-
0 4px 3px -3px rgba(0, 0, 0, 0.12), 0 9px 8px -8px rgba(0, 0, 0, 0.2);
|
|
1413
|
-
/* Shadow 4dp */
|
|
1414
|
-
--x-string-box-shadow-bottom-04: 0 9px 5px -5px rgba(0, 0, 0, 0.14),
|
|
1415
|
-
0 11px 10px -10px rgba(0, 0, 0, 0.12), 0 5px 4px -4px rgba(0, 0, 0, 0.2);
|
|
1416
|
-
/* Shadow 6dp */
|
|
1417
|
-
--x-string-box-shadow-bottom-05: 0 16px 10px -10px rgba(0, 0, 0, 0.14),
|
|
1418
|
-
0 19px 18px -18px rgba(0, 0, 0, 0.12), 0 8px 5px -6px rgba(0, 0, 0, 0.2);
|
|
1419
|
-
/* Shadow 8dp */
|
|
1420
|
-
--x-string-box-shadow-bottom-06: 0 19px 10px -10px rgba(0, 0, 0, 0.14),
|
|
1421
|
-
0 19px 14px -14px rgba(0, 0, 0, 0.12), 0 7px 5px -5px rgba(0, 0, 0, 0.2);
|
|
1422
|
-
/* Shadow 9dp */
|
|
1423
|
-
--x-string-box-shadow-bottom-07: 0 22px 12px -12px rgba(0, 0, 0, 0.14),
|
|
1424
|
-
0 21px 16px -16px rgba(0, 0, 0, 0.12), 0 8px 6px -6px rgba(0, 0, 0, 0.2);
|
|
1425
|
-
/* Shadow 12dp */
|
|
1426
|
-
--x-string-box-shadow-bottom-08: 0 31px 17px -17px rgba(0, 0, 0, 0.14),
|
|
1427
|
-
0 27px 22px -22px rgba(0, 0, 0, 0.12), 0 11px 8px -8px rgba(0, 0, 0, 0.2);
|
|
1428
|
-
/* Shadow 16dp */
|
|
1429
|
-
--x-string-box-shadow-bottom-09: 0 22px 24px -4px rgba(0, 0, 0, 0.14),
|
|
1430
|
-
0 21px 30px -10px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
|
|
1431
|
-
/* Shadow 24dp */
|
|
1432
|
-
--x-string-box-shadow-bottom-10: 0 34px 38px -7px rgba(0, 0, 0, 0.14),
|
|
1433
|
-
0 29px 46px -12px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1434
|
-
}
|
|
1435
1367
|
*[class*=x-border-width--] {
|
|
1436
1368
|
border-width: 0;
|
|
1437
1369
|
}
|
|
@@ -1766,36 +1698,104 @@
|
|
|
1766
1698
|
.x-border-width--left-10 {
|
|
1767
1699
|
border-style: solid !important;
|
|
1768
1700
|
}
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
.
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1701
|
+
/* Material Elevations extracted from:
|
|
1702
|
+
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
1703
|
+
*/
|
|
1704
|
+
:root {
|
|
1705
|
+
/* Shadow none */
|
|
1706
|
+
--x-string-box-shadow-00: none;
|
|
1707
|
+
/* Shadow 1dp */
|
|
1708
|
+
--x-string-box-shadow-01: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12),
|
|
1709
|
+
0 1px 3px 0 rgba(0, 0, 0, 0.2);
|
|
1710
|
+
/* Shadow 2dp */
|
|
1711
|
+
--x-string-box-shadow-02: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
|
|
1712
|
+
0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
|
1713
|
+
/* Shadow 3dp */
|
|
1714
|
+
--x-string-box-shadow-03: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12),
|
|
1715
|
+
0 1px 8px 0 rgba(0, 0, 0, 0.2);
|
|
1716
|
+
/* Shadow 4dp */
|
|
1717
|
+
--x-string-box-shadow-04: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
|
|
1718
|
+
0 2px 4px -1px rgba(0, 0, 0, 0.2);
|
|
1719
|
+
/* Shadow 6dp */
|
|
1720
|
+
--x-string-box-shadow-05: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
|
|
1721
|
+
0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1722
|
+
/* Shadow 8dp */
|
|
1723
|
+
--x-string-box-shadow-06: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12),
|
|
1724
|
+
0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
1725
|
+
/* Shadow 9dp */
|
|
1726
|
+
--x-string-box-shadow-07: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12),
|
|
1727
|
+
0 5px 6px -3px rgba(0, 0, 0, 0.2);
|
|
1728
|
+
/* Shadow 12dp */
|
|
1729
|
+
--x-string-box-shadow-08: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12),
|
|
1730
|
+
0 7px 8px -4px rgba(0, 0, 0, 0.2);
|
|
1731
|
+
/* Shadow 16dp */
|
|
1732
|
+
--x-string-box-shadow-09: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12),
|
|
1733
|
+
0 8px 10px -5px rgba(0, 0, 0, 0.2);
|
|
1734
|
+
/* Shadow 24dp */
|
|
1735
|
+
--x-string-box-shadow-10: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12),
|
|
1736
|
+
0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1737
|
+
/* BOTTOM ONLY SHADOW (not overflows on top of the element) */
|
|
1738
|
+
/* Shadow 1dp */
|
|
1739
|
+
--x-string-box-shadow-bottom-01: 0 2px 1px -1px rgba(0, 0, 0, 0.14),
|
|
1740
|
+
0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 4px 3px -3px rgba(0, 0, 0, 0.2);
|
|
1741
|
+
/* Shadow 2dp */
|
|
1742
|
+
--x-string-box-shadow-bottom-02: 0 4px 2px -2px rgba(0, 0, 0, 0.14),
|
|
1743
|
+
0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 6px 5px -5px rgba(0, 0, 0, 0.2);
|
|
1744
|
+
/* Shadow 3dp */
|
|
1745
|
+
--x-string-box-shadow-bottom-03: 0 7px 4px -4px rgba(0, 0, 0, 0.14),
|
|
1746
|
+
0 4px 3px -3px rgba(0, 0, 0, 0.12), 0 9px 8px -8px rgba(0, 0, 0, 0.2);
|
|
1747
|
+
/* Shadow 4dp */
|
|
1748
|
+
--x-string-box-shadow-bottom-04: 0 9px 5px -5px rgba(0, 0, 0, 0.14),
|
|
1749
|
+
0 11px 10px -10px rgba(0, 0, 0, 0.12), 0 5px 4px -4px rgba(0, 0, 0, 0.2);
|
|
1750
|
+
/* Shadow 6dp */
|
|
1751
|
+
--x-string-box-shadow-bottom-05: 0 16px 10px -10px rgba(0, 0, 0, 0.14),
|
|
1752
|
+
0 19px 18px -18px rgba(0, 0, 0, 0.12), 0 8px 5px -6px rgba(0, 0, 0, 0.2);
|
|
1753
|
+
/* Shadow 8dp */
|
|
1754
|
+
--x-string-box-shadow-bottom-06: 0 19px 10px -10px rgba(0, 0, 0, 0.14),
|
|
1755
|
+
0 19px 14px -14px rgba(0, 0, 0, 0.12), 0 7px 5px -5px rgba(0, 0, 0, 0.2);
|
|
1756
|
+
/* Shadow 9dp */
|
|
1757
|
+
--x-string-box-shadow-bottom-07: 0 22px 12px -12px rgba(0, 0, 0, 0.14),
|
|
1758
|
+
0 21px 16px -16px rgba(0, 0, 0, 0.12), 0 8px 6px -6px rgba(0, 0, 0, 0.2);
|
|
1759
|
+
/* Shadow 12dp */
|
|
1760
|
+
--x-string-box-shadow-bottom-08: 0 31px 17px -17px rgba(0, 0, 0, 0.14),
|
|
1761
|
+
0 27px 22px -22px rgba(0, 0, 0, 0.12), 0 11px 8px -8px rgba(0, 0, 0, 0.2);
|
|
1762
|
+
/* Shadow 16dp */
|
|
1763
|
+
--x-string-box-shadow-bottom-09: 0 22px 24px -4px rgba(0, 0, 0, 0.14),
|
|
1764
|
+
0 21px 30px -10px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
|
|
1765
|
+
/* Shadow 24dp */
|
|
1766
|
+
--x-string-box-shadow-bottom-10: 0 34px 38px -7px rgba(0, 0, 0, 0.14),
|
|
1767
|
+
0 29px 46px -12px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1768
|
+
}
|
|
1769
|
+
.x-border-radius--00 {
|
|
1770
|
+
border-radius: 0 !important;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.x-border-radius--pill {
|
|
1774
|
+
border-radius: 99999px !important;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
.x-border-radius--01 {
|
|
1778
|
+
border-radius: var(--x-size-base-01) !important;
|
|
1779
|
+
}
|
|
1780
|
+
[dir="ltr"] .x-border-radius--top-01 {
|
|
1781
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1782
|
+
}
|
|
1783
|
+
[dir="rtl"] .x-border-radius--top-01 {
|
|
1784
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1785
|
+
}
|
|
1786
|
+
[dir="ltr"] .x-border-radius--top-01 {
|
|
1787
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1788
|
+
}
|
|
1789
|
+
[dir="rtl"] .x-border-radius--top-01 {
|
|
1790
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1791
|
+
}
|
|
1792
|
+
[dir="ltr"] .x-border-radius--bottom-01 {
|
|
1793
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1794
|
+
}
|
|
1795
|
+
[dir="rtl"] .x-border-radius--bottom-01 {
|
|
1796
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1797
|
+
}
|
|
1798
|
+
[dir="ltr"] .x-border-radius--bottom-01 {
|
|
1799
1799
|
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1800
1800
|
}
|
|
1801
1801
|
[dir="rtl"] .x-border-radius--bottom-01 {
|
|
@@ -3274,49 +3274,6 @@
|
|
|
3274
3274
|
[dir="rtl"] .x-border-radius--bottom-right-20 {
|
|
3275
3275
|
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3276
3276
|
}
|
|
3277
|
-
.x-border-color--lead {
|
|
3278
|
-
border-color: var(--x-color-base-lead) !important;
|
|
3279
|
-
}
|
|
3280
|
-
|
|
3281
|
-
.x-border-color--auxiliary {
|
|
3282
|
-
border-color: var(--x-color-base-auxiliary) !important;
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
.x-border-color--neutral-10 {
|
|
3286
|
-
border-color: var(--x-color-base-neutral-10) !important;
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
.x-border-color--neutral-35 {
|
|
3290
|
-
border-color: var(--x-color-base-neutral-35) !important;
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
|
-
.x-border-color--neutral-70 {
|
|
3294
|
-
border-color: var(--x-color-base-neutral-70) !important;
|
|
3295
|
-
}
|
|
3296
|
-
|
|
3297
|
-
.x-border-color--neutral-95 {
|
|
3298
|
-
border-color: var(--x-color-base-neutral-95) !important;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
.x-border-color--neutral-100 {
|
|
3302
|
-
border-color: var(--x-color-base-neutral-100) !important;
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
|
-
.x-border-color--accent {
|
|
3306
|
-
border-color: var(--x-color-base-accent) !important;
|
|
3307
|
-
}
|
|
3308
|
-
|
|
3309
|
-
.x-border-color--enable {
|
|
3310
|
-
border-color: var(--x-color-base-enable) !important;
|
|
3311
|
-
}
|
|
3312
|
-
|
|
3313
|
-
.x-border-color--disable {
|
|
3314
|
-
border-color: var(--x-color-base-disable) !important;
|
|
3315
|
-
}
|
|
3316
|
-
|
|
3317
|
-
.x-border-color--transparent {
|
|
3318
|
-
border-color: var(--x-color-base-transparent) !important;
|
|
3319
|
-
}
|
|
3320
3277
|
.x-background--lead {
|
|
3321
3278
|
background-color: var(--x-color-base-lead) !important;
|
|
3322
3279
|
}
|
|
@@ -3360,6 +3317,49 @@
|
|
|
3360
3317
|
.x-background--transparent {
|
|
3361
3318
|
background-color: var(--x-color-base-transparent) !important;
|
|
3362
3319
|
}
|
|
3320
|
+
.x-border-color--lead {
|
|
3321
|
+
border-color: var(--x-color-base-lead) !important;
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
.x-border-color--auxiliary {
|
|
3325
|
+
border-color: var(--x-color-base-auxiliary) !important;
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3328
|
+
.x-border-color--neutral-10 {
|
|
3329
|
+
border-color: var(--x-color-base-neutral-10) !important;
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
.x-border-color--neutral-35 {
|
|
3333
|
+
border-color: var(--x-color-base-neutral-35) !important;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
.x-border-color--neutral-70 {
|
|
3337
|
+
border-color: var(--x-color-base-neutral-70) !important;
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
.x-border-color--neutral-95 {
|
|
3341
|
+
border-color: var(--x-color-base-neutral-95) !important;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.x-border-color--neutral-100 {
|
|
3345
|
+
border-color: var(--x-color-base-neutral-100) !important;
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3348
|
+
.x-border-color--accent {
|
|
3349
|
+
border-color: var(--x-color-base-accent) !important;
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
|
+
.x-border-color--enable {
|
|
3353
|
+
border-color: var(--x-color-base-enable) !important;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.x-border-color--disable {
|
|
3357
|
+
border-color: var(--x-color-base-disable) !important;
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
.x-border-color--transparent {
|
|
3361
|
+
border-color: var(--x-color-base-transparent) !important;
|
|
3362
|
+
}
|
|
3363
3363
|
.x-text--stroke.x-text {
|
|
3364
3364
|
--x-string-text-decoration: line-through;
|
|
3365
3365
|
}
|
|
@@ -3375,9 +3375,6 @@
|
|
|
3375
3375
|
.x-text--stroke.x-small {
|
|
3376
3376
|
--x-string-text-decoration-small: line-through;
|
|
3377
3377
|
}
|
|
3378
|
-
:root {
|
|
3379
|
-
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3380
|
-
}
|
|
3381
3378
|
.x-text--secondary {
|
|
3382
3379
|
--x-color-text-default: var(--x-color-text-secondary);
|
|
3383
3380
|
}
|
|
@@ -3396,6 +3393,9 @@
|
|
|
3396
3393
|
.x-text--light.x-small {
|
|
3397
3394
|
--x-number-font-weight-small: var(--x-number-font-weight-base-light);
|
|
3398
3395
|
}
|
|
3396
|
+
:root {
|
|
3397
|
+
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3398
|
+
}
|
|
3399
3399
|
:root {
|
|
3400
3400
|
--x-font-family-base: "Montserrat", sans-serif;
|
|
3401
3401
|
--x-size-font-base-xs: 12px;
|
|
@@ -3436,6 +3436,21 @@
|
|
|
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
|
+
}
|
|
3439
3454
|
:root {
|
|
3440
3455
|
--x-font-family-base: "Montserrat", sans-serif;
|
|
3441
3456
|
--x-size-font-base-xs: 12px;
|
|
@@ -3538,34 +3553,9 @@
|
|
|
3538
3553
|
overflow: hidden;
|
|
3539
3554
|
white-space: nowrap;
|
|
3540
3555
|
}
|
|
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
3556
|
:root {
|
|
3557
3557
|
--x-color-text-accent: var(--x-color-base-accent);
|
|
3558
3558
|
}
|
|
3559
|
-
.x-text--accent {
|
|
3560
|
-
--x-color-text-default: var(--x-color-text-accent);
|
|
3561
|
-
}
|
|
3562
|
-
:root {
|
|
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
3559
|
:root {
|
|
3570
3560
|
--x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
|
|
3571
3561
|
--x-size-border-radius-top-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
@@ -3573,28 +3563,8 @@
|
|
|
3573
3563
|
--x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3574
3564
|
--x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3575
3565
|
}
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
.x-tag--pill .x-tag {
|
|
3579
|
-
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-pill);
|
|
3580
|
-
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-pill);
|
|
3581
|
-
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-pill);
|
|
3582
|
-
--x-size-border-radius-bottom-right-tag-default: var(
|
|
3583
|
-
--x-size-border-radius-bottom-right-tag-pill
|
|
3584
|
-
);
|
|
3585
|
-
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-pill);
|
|
3586
|
-
}
|
|
3587
|
-
:root {
|
|
3588
|
-
--x-color-background-tag-ghost: transparent;
|
|
3589
|
-
--x-color-border-tag-ghost: transparent;
|
|
3590
|
-
--x-color-background-tag-selected-ghost: transparent;
|
|
3591
|
-
--x-color-border-tag-selected-ghost: transparent;
|
|
3592
|
-
--x-color-background-tag-curated-ghost: transparent;
|
|
3593
|
-
--x-color-border-tag-curated-ghost: transparent;
|
|
3594
|
-
--x-color-background-tag-curated-selected-ghost: transparent;
|
|
3595
|
-
--x-color-border-tag-curated-selected-ghost: transparent;
|
|
3596
|
-
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3597
|
-
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3566
|
+
.x-text--accent {
|
|
3567
|
+
--x-color-text-default: var(--x-color-text-accent);
|
|
3598
3568
|
}
|
|
3599
3569
|
:root {
|
|
3600
3570
|
--x-color-background-tag-ghost: transparent;
|
|
@@ -4076,8 +4046,116 @@
|
|
|
4076
4046
|
border: none;
|
|
4077
4047
|
}
|
|
4078
4048
|
:root {
|
|
4079
|
-
--x-
|
|
4080
|
-
--x-color-
|
|
4049
|
+
--x-color-background-tag-ghost: transparent;
|
|
4050
|
+
--x-color-border-tag-ghost: transparent;
|
|
4051
|
+
--x-color-background-tag-selected-ghost: transparent;
|
|
4052
|
+
--x-color-border-tag-selected-ghost: transparent;
|
|
4053
|
+
--x-color-background-tag-curated-ghost: transparent;
|
|
4054
|
+
--x-color-border-tag-curated-ghost: transparent;
|
|
4055
|
+
--x-color-background-tag-curated-selected-ghost: transparent;
|
|
4056
|
+
--x-color-border-tag-curated-selected-ghost: transparent;
|
|
4057
|
+
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
4058
|
+
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
4059
|
+
}
|
|
4060
|
+
:root {
|
|
4061
|
+
--x-string-align-items-suggestion-default: center;
|
|
4062
|
+
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
4063
|
+
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
4064
|
+
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
4065
|
+
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
4066
|
+
--x-color-background-suggestion-default: transparent;
|
|
4067
|
+
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
4068
|
+
--x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
|
|
4069
|
+
--x-color-text-suggestion-matching-part-default-curated: var(
|
|
4070
|
+
--x-color-text-suggestion-matching-part-default
|
|
4071
|
+
);
|
|
4072
|
+
--x-color-text-suggestion-default-matching-curated: var(
|
|
4073
|
+
--x-color-text-suggestion-default-matching
|
|
4074
|
+
);
|
|
4075
|
+
--x-color-background-suggestion-default-curated: var(--x-color-background-suggestion-default);
|
|
4076
|
+
--x-color-border-suggestion-default-curated: var(--x-color-border-suggestion-default);
|
|
4077
|
+
--x-size-padding-top-suggestion-default: var(--x-size-base-01);
|
|
4078
|
+
--x-size-padding-right-suggestion-default: 0;
|
|
4079
|
+
--x-size-padding-bottom-suggestion-default: var(--x-size-base-02);
|
|
4080
|
+
--x-size-padding-left-suggestion-default: 0;
|
|
4081
|
+
--x-size-gap-suggestion-default: var(--x-size-base-03);
|
|
4082
|
+
--x-size-border-width-suggestion-default: 0;
|
|
4083
|
+
--x-size-border-width-top-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4084
|
+
--x-size-border-width-right-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4085
|
+
--x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4086
|
+
--x-size-border-width-left-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4087
|
+
--x-size-border-radius-suggestion-default: var(--x-size-border-radius-base-none);
|
|
4088
|
+
--x-size-border-radius-top-left-suggestion-default: var(
|
|
4089
|
+
--x-size-border-radius-suggestion-default
|
|
4090
|
+
);
|
|
4091
|
+
--x-size-border-radius-top-right-suggestion-default: var(
|
|
4092
|
+
--x-size-border-radius-suggestion-default
|
|
4093
|
+
);
|
|
4094
|
+
--x-size-border-radius-bottom-right-suggestion-default: var(
|
|
4095
|
+
--x-size-border-radius-suggestion-default
|
|
4096
|
+
);
|
|
4097
|
+
--x-size-border-radius-bottom-left-suggestion-default: var(
|
|
4098
|
+
--x-size-border-radius-suggestion-default
|
|
4099
|
+
);
|
|
4100
|
+
--x-font-family-suggestion-default: var(--x-font-family-text);
|
|
4101
|
+
--x-size-font-suggestion-default: var(--x-size-font-text);
|
|
4102
|
+
--x-size-line-height-suggestion-default: var(--x-size-line-height-text);
|
|
4103
|
+
--x-number-font-weight-suggestion-default: var(--x-number-font-weight-text);
|
|
4104
|
+
--x-font-family-suggestion-matching-part-default: var(--x-font-family-suggestion-default);
|
|
4105
|
+
--x-size-font-suggestion-matching-part-default: var(--x-size-font-suggestion-default);
|
|
4106
|
+
--x-size-line-height-suggestion-matching-part-default: var(
|
|
4107
|
+
--x-size-line-height-suggestion-default
|
|
4108
|
+
);
|
|
4109
|
+
--x-number-font-weight-suggestion-matching-part-default: var(
|
|
4110
|
+
--x-number-font-weight-suggestion-default
|
|
4111
|
+
);
|
|
4112
|
+
--x-font-family-suggestion-default-matching: var(--x-font-family-suggestion-default);
|
|
4113
|
+
--x-size-font-suggestion-default-matching: var(--x-size-font-suggestion-default);
|
|
4114
|
+
--x-size-line-height-suggestion-default-matching: var(--x-size-line-height-suggestion-default);
|
|
4115
|
+
--x-number-font-weight-suggestion-default-matching: var(
|
|
4116
|
+
--x-number-font-weight-suggestion-default
|
|
4117
|
+
);
|
|
4118
|
+
--x-font-family-suggestion-filter-default: var(--x-font-family-suggestion-default);
|
|
4119
|
+
--x-size-font-suggestion-filter-default: var(--x-size-font-suggestion-default);
|
|
4120
|
+
--x-size-line-height-suggestion-filter-default: var(--x-size-line-height-suggestion-default);
|
|
4121
|
+
--x-number-font-weight-suggestion-filter-default: var(--x-number-font-weight-suggestion-default);
|
|
4122
|
+
--x-text-transform-suggestion-filter-default: none;
|
|
4123
|
+
--x-font-family-suggestion-default-curated: var(--x-font-family-suggestion-default);
|
|
4124
|
+
--x-size-font-suggestion-default-curated: var(--x-size-font-suggestion-default);
|
|
4125
|
+
--x-size-line-height-suggestion-default-curated: var(--x-size-line-height-suggestion-default);
|
|
4126
|
+
--x-number-font-weight-suggestion-default-curated: var(--x-number-font-weight-suggestion-default);
|
|
4127
|
+
--x-font-family-suggestion-matching-part-default-curated: var(
|
|
4128
|
+
--x-font-family-suggestion-matching-part-default
|
|
4129
|
+
);
|
|
4130
|
+
--x-size-font-suggestion-matching-part-default-curated: var(
|
|
4131
|
+
--x-size-font-suggestion-matching-part-default
|
|
4132
|
+
);
|
|
4133
|
+
--x-size-line-height-suggestion-matching-part-default-curated: var(
|
|
4134
|
+
--x-size-line-height-suggestion-matching-part-default
|
|
4135
|
+
);
|
|
4136
|
+
--x-number-font-weight-suggestion-matching-part-default-curated: var(
|
|
4137
|
+
--x-number-font-weight-suggestion-matching-part-default
|
|
4138
|
+
);
|
|
4139
|
+
--x-font-family-suggestion-default-matching-curated: var(
|
|
4140
|
+
--x-font-family-suggestion-default-matching
|
|
4141
|
+
);
|
|
4142
|
+
--x-size-font-suggestion-default-matching-curated: var(--x-size-font-suggestion-default-matching);
|
|
4143
|
+
--x-size-line-height-suggestion-default-matching-curated: var(
|
|
4144
|
+
--x-size-line-height-suggestion-default-matching
|
|
4145
|
+
);
|
|
4146
|
+
--x-number-font-weight-suggestion-default-matching-curated: var(
|
|
4147
|
+
--x-number-font-weight-suggestion-default-matching
|
|
4148
|
+
);
|
|
4149
|
+
}
|
|
4150
|
+
:root {
|
|
4151
|
+
--x-color-background-sliding-panel: var(--x-color-base-neutral-100);
|
|
4152
|
+
--x-size-width-sliding-panel-gradient: var(--x-size-base-09);
|
|
4153
|
+
--x-size-padding-sliding-panel-button: var(--x-size-base-03);
|
|
4154
|
+
--x-size-horizontal-margin-sliding-panel-button-overflow: var(--x-size-base-02);
|
|
4155
|
+
}
|
|
4156
|
+
:root {
|
|
4157
|
+
--x-string-align-items-suggestion-default: center;
|
|
4158
|
+
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
4081
4159
|
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
4082
4160
|
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
4083
4161
|
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
@@ -4297,102 +4375,6 @@
|
|
|
4297
4375
|
--x-color-text-suggestion-default-matching-curated
|
|
4298
4376
|
);
|
|
4299
4377
|
}
|
|
4300
|
-
:root {
|
|
4301
|
-
--x-string-align-items-suggestion-default: center;
|
|
4302
|
-
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
4303
|
-
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
4304
|
-
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
4305
|
-
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
4306
|
-
--x-color-background-suggestion-default: transparent;
|
|
4307
|
-
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
4308
|
-
--x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
|
|
4309
|
-
--x-color-text-suggestion-matching-part-default-curated: var(
|
|
4310
|
-
--x-color-text-suggestion-matching-part-default
|
|
4311
|
-
);
|
|
4312
|
-
--x-color-text-suggestion-default-matching-curated: var(
|
|
4313
|
-
--x-color-text-suggestion-default-matching
|
|
4314
|
-
);
|
|
4315
|
-
--x-color-background-suggestion-default-curated: var(--x-color-background-suggestion-default);
|
|
4316
|
-
--x-color-border-suggestion-default-curated: var(--x-color-border-suggestion-default);
|
|
4317
|
-
--x-size-padding-top-suggestion-default: var(--x-size-base-01);
|
|
4318
|
-
--x-size-padding-right-suggestion-default: 0;
|
|
4319
|
-
--x-size-padding-bottom-suggestion-default: var(--x-size-base-02);
|
|
4320
|
-
--x-size-padding-left-suggestion-default: 0;
|
|
4321
|
-
--x-size-gap-suggestion-default: var(--x-size-base-03);
|
|
4322
|
-
--x-size-border-width-suggestion-default: 0;
|
|
4323
|
-
--x-size-border-width-top-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4324
|
-
--x-size-border-width-right-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4325
|
-
--x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4326
|
-
--x-size-border-width-left-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4327
|
-
--x-size-border-radius-suggestion-default: var(--x-size-border-radius-base-none);
|
|
4328
|
-
--x-size-border-radius-top-left-suggestion-default: var(
|
|
4329
|
-
--x-size-border-radius-suggestion-default
|
|
4330
|
-
);
|
|
4331
|
-
--x-size-border-radius-top-right-suggestion-default: var(
|
|
4332
|
-
--x-size-border-radius-suggestion-default
|
|
4333
|
-
);
|
|
4334
|
-
--x-size-border-radius-bottom-right-suggestion-default: var(
|
|
4335
|
-
--x-size-border-radius-suggestion-default
|
|
4336
|
-
);
|
|
4337
|
-
--x-size-border-radius-bottom-left-suggestion-default: var(
|
|
4338
|
-
--x-size-border-radius-suggestion-default
|
|
4339
|
-
);
|
|
4340
|
-
--x-font-family-suggestion-default: var(--x-font-family-text);
|
|
4341
|
-
--x-size-font-suggestion-default: var(--x-size-font-text);
|
|
4342
|
-
--x-size-line-height-suggestion-default: var(--x-size-line-height-text);
|
|
4343
|
-
--x-number-font-weight-suggestion-default: var(--x-number-font-weight-text);
|
|
4344
|
-
--x-font-family-suggestion-matching-part-default: var(--x-font-family-suggestion-default);
|
|
4345
|
-
--x-size-font-suggestion-matching-part-default: var(--x-size-font-suggestion-default);
|
|
4346
|
-
--x-size-line-height-suggestion-matching-part-default: var(
|
|
4347
|
-
--x-size-line-height-suggestion-default
|
|
4348
|
-
);
|
|
4349
|
-
--x-number-font-weight-suggestion-matching-part-default: var(
|
|
4350
|
-
--x-number-font-weight-suggestion-default
|
|
4351
|
-
);
|
|
4352
|
-
--x-font-family-suggestion-default-matching: var(--x-font-family-suggestion-default);
|
|
4353
|
-
--x-size-font-suggestion-default-matching: var(--x-size-font-suggestion-default);
|
|
4354
|
-
--x-size-line-height-suggestion-default-matching: var(--x-size-line-height-suggestion-default);
|
|
4355
|
-
--x-number-font-weight-suggestion-default-matching: var(
|
|
4356
|
-
--x-number-font-weight-suggestion-default
|
|
4357
|
-
);
|
|
4358
|
-
--x-font-family-suggestion-filter-default: var(--x-font-family-suggestion-default);
|
|
4359
|
-
--x-size-font-suggestion-filter-default: var(--x-size-font-suggestion-default);
|
|
4360
|
-
--x-size-line-height-suggestion-filter-default: var(--x-size-line-height-suggestion-default);
|
|
4361
|
-
--x-number-font-weight-suggestion-filter-default: var(--x-number-font-weight-suggestion-default);
|
|
4362
|
-
--x-text-transform-suggestion-filter-default: none;
|
|
4363
|
-
--x-font-family-suggestion-default-curated: var(--x-font-family-suggestion-default);
|
|
4364
|
-
--x-size-font-suggestion-default-curated: var(--x-size-font-suggestion-default);
|
|
4365
|
-
--x-size-line-height-suggestion-default-curated: var(--x-size-line-height-suggestion-default);
|
|
4366
|
-
--x-number-font-weight-suggestion-default-curated: var(--x-number-font-weight-suggestion-default);
|
|
4367
|
-
--x-font-family-suggestion-matching-part-default-curated: var(
|
|
4368
|
-
--x-font-family-suggestion-matching-part-default
|
|
4369
|
-
);
|
|
4370
|
-
--x-size-font-suggestion-matching-part-default-curated: var(
|
|
4371
|
-
--x-size-font-suggestion-matching-part-default
|
|
4372
|
-
);
|
|
4373
|
-
--x-size-line-height-suggestion-matching-part-default-curated: var(
|
|
4374
|
-
--x-size-line-height-suggestion-matching-part-default
|
|
4375
|
-
);
|
|
4376
|
-
--x-number-font-weight-suggestion-matching-part-default-curated: var(
|
|
4377
|
-
--x-number-font-weight-suggestion-matching-part-default
|
|
4378
|
-
);
|
|
4379
|
-
--x-font-family-suggestion-default-matching-curated: var(
|
|
4380
|
-
--x-font-family-suggestion-default-matching
|
|
4381
|
-
);
|
|
4382
|
-
--x-size-font-suggestion-default-matching-curated: var(--x-size-font-suggestion-default-matching);
|
|
4383
|
-
--x-size-line-height-suggestion-default-matching-curated: var(
|
|
4384
|
-
--x-size-line-height-suggestion-default-matching
|
|
4385
|
-
);
|
|
4386
|
-
--x-number-font-weight-suggestion-default-matching-curated: var(
|
|
4387
|
-
--x-number-font-weight-suggestion-default-matching
|
|
4388
|
-
);
|
|
4389
|
-
}
|
|
4390
|
-
:root {
|
|
4391
|
-
--x-color-background-sliding-panel: var(--x-color-base-neutral-100);
|
|
4392
|
-
--x-size-width-sliding-panel-gradient: var(--x-size-base-09);
|
|
4393
|
-
--x-size-padding-sliding-panel-button: var(--x-size-base-03);
|
|
4394
|
-
--x-size-horizontal-margin-sliding-panel-button-overflow: var(--x-size-base-02);
|
|
4395
|
-
}
|
|
4396
4378
|
.x-sliding-panel {
|
|
4397
4379
|
z-index: 0;
|
|
4398
4380
|
background-color: var(--x-color-background-sliding-panel);
|
|
@@ -4454,6 +4436,37 @@
|
|
|
4454
4436
|
--x-color-background-scroll-bar-hover: transparent;
|
|
4455
4437
|
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4456
4438
|
}
|
|
4439
|
+
|
|
4440
|
+
.x-scroll {
|
|
4441
|
+
overflow-y: var(--x-string-overflow-scroll);
|
|
4442
|
+
}
|
|
4443
|
+
@media (hover: hover) {
|
|
4444
|
+
.x-scroll {
|
|
4445
|
+
scrollbar-width: auto;
|
|
4446
|
+
scrollbar-color: var(--x-color-thumb-scroll-bar) var(--x-color-background-scroll-bar);
|
|
4447
|
+
}
|
|
4448
|
+
.x-scroll::-webkit-scrollbar {
|
|
4449
|
+
width: 17px;
|
|
4450
|
+
}
|
|
4451
|
+
.x-scroll::-webkit-scrollbar-track {
|
|
4452
|
+
background: var(--x-color-background-scroll-bar);
|
|
4453
|
+
}
|
|
4454
|
+
.x-scroll::-webkit-scrollbar-thumb {
|
|
4455
|
+
width: 5px;
|
|
4456
|
+
border-radius: 15px;
|
|
4457
|
+
background: var(--x-color-thumb-scroll-bar);
|
|
4458
|
+
background-clip: content-box;
|
|
4459
|
+
border: solid 4px rgba(0, 0, 0, 0.00001);
|
|
4460
|
+
}
|
|
4461
|
+
.x-scroll:hover {
|
|
4462
|
+
--x-color-background-scroll-bar: var(--x-color-background-scroll-bar-hover);
|
|
4463
|
+
--x-color-thumb-scroll-bar: var(--x-color-thumb-scroll-bar-hover);
|
|
4464
|
+
}
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4467
|
+
.x-base-scroll {
|
|
4468
|
+
overflow-y: var(--x-string-overflow-scroll, auto);
|
|
4469
|
+
}
|
|
4457
4470
|
/* @deprecated */
|
|
4458
4471
|
:root {
|
|
4459
4472
|
--x-size-padding-row-02: var(--x-size-base-02);
|
|
@@ -4462,6 +4475,13 @@
|
|
|
4462
4475
|
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4463
4476
|
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4464
4477
|
}
|
|
4478
|
+
:root {
|
|
4479
|
+
--x-string-overflow-scroll: auto;
|
|
4480
|
+
--x-color-background-scroll-bar: transparent;
|
|
4481
|
+
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
4482
|
+
--x-color-background-scroll-bar-hover: transparent;
|
|
4483
|
+
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4484
|
+
}
|
|
4465
4485
|
/* @deprecated */
|
|
4466
4486
|
:root {
|
|
4467
4487
|
--x-size-padding-row-02: var(--x-size-base-02);
|
|
@@ -4513,28 +4533,6 @@
|
|
|
4513
4533
|
--x-size-gap-row-19: var(--x-size-base-19);
|
|
4514
4534
|
--x-size-gap-row-20: var(--x-size-base-20);
|
|
4515
4535
|
}
|
|
4516
|
-
:root {
|
|
4517
|
-
--x-size-gap-row-01: var(--x-size-base-01);
|
|
4518
|
-
--x-size-gap-row-02: var(--x-size-base-02);
|
|
4519
|
-
--x-size-gap-row-03: var(--x-size-base-03);
|
|
4520
|
-
--x-size-gap-row-04: var(--x-size-base-04);
|
|
4521
|
-
--x-size-gap-row-05: var(--x-size-base-05);
|
|
4522
|
-
--x-size-gap-row-06: var(--x-size-base-06);
|
|
4523
|
-
--x-size-gap-row-07: var(--x-size-base-07);
|
|
4524
|
-
--x-size-gap-row-08: var(--x-size-base-08);
|
|
4525
|
-
--x-size-gap-row-09: var(--x-size-base-09);
|
|
4526
|
-
--x-size-gap-row-10: var(--x-size-base-10);
|
|
4527
|
-
--x-size-gap-row-11: var(--x-size-base-11);
|
|
4528
|
-
--x-size-gap-row-12: var(--x-size-base-12);
|
|
4529
|
-
--x-size-gap-row-13: var(--x-size-base-13);
|
|
4530
|
-
--x-size-gap-row-14: var(--x-size-base-14);
|
|
4531
|
-
--x-size-gap-row-15: var(--x-size-base-15);
|
|
4532
|
-
--x-size-gap-row-16: var(--x-size-base-16);
|
|
4533
|
-
--x-size-gap-row-17: var(--x-size-base-17);
|
|
4534
|
-
--x-size-gap-row-18: var(--x-size-base-18);
|
|
4535
|
-
--x-size-gap-row-19: var(--x-size-base-19);
|
|
4536
|
-
--x-size-gap-row-20: var(--x-size-base-20);
|
|
4537
|
-
}
|
|
4538
4536
|
|
|
4539
4537
|
.x-row--gap-01 {
|
|
4540
4538
|
--x-size-gap-row: var(--x-size-gap-row-01);
|
|
@@ -4615,6 +4613,28 @@
|
|
|
4615
4613
|
.x-row--gap-20 {
|
|
4616
4614
|
--x-size-gap-row: var(--x-size-gap-row-20);
|
|
4617
4615
|
}
|
|
4616
|
+
:root {
|
|
4617
|
+
--x-size-gap-row-01: var(--x-size-base-01);
|
|
4618
|
+
--x-size-gap-row-02: var(--x-size-base-02);
|
|
4619
|
+
--x-size-gap-row-03: var(--x-size-base-03);
|
|
4620
|
+
--x-size-gap-row-04: var(--x-size-base-04);
|
|
4621
|
+
--x-size-gap-row-05: var(--x-size-base-05);
|
|
4622
|
+
--x-size-gap-row-06: var(--x-size-base-06);
|
|
4623
|
+
--x-size-gap-row-07: var(--x-size-base-07);
|
|
4624
|
+
--x-size-gap-row-08: var(--x-size-base-08);
|
|
4625
|
+
--x-size-gap-row-09: var(--x-size-base-09);
|
|
4626
|
+
--x-size-gap-row-10: var(--x-size-base-10);
|
|
4627
|
+
--x-size-gap-row-11: var(--x-size-base-11);
|
|
4628
|
+
--x-size-gap-row-12: var(--x-size-base-12);
|
|
4629
|
+
--x-size-gap-row-13: var(--x-size-base-13);
|
|
4630
|
+
--x-size-gap-row-14: var(--x-size-base-14);
|
|
4631
|
+
--x-size-gap-row-15: var(--x-size-base-15);
|
|
4632
|
+
--x-size-gap-row-16: var(--x-size-base-16);
|
|
4633
|
+
--x-size-gap-row-17: var(--x-size-base-17);
|
|
4634
|
+
--x-size-gap-row-18: var(--x-size-base-18);
|
|
4635
|
+
--x-size-gap-row-19: var(--x-size-base-19);
|
|
4636
|
+
--x-size-gap-row-20: var(--x-size-base-20);
|
|
4637
|
+
}
|
|
4618
4638
|
:root {
|
|
4619
4639
|
--x-size-gap-row: 0;
|
|
4620
4640
|
--x-size-padding-row: 0;
|
|
@@ -4623,6 +4643,93 @@
|
|
|
4623
4643
|
--x-size-span-row-item: 1;
|
|
4624
4644
|
--x-size-start-row-item: 0;
|
|
4625
4645
|
}
|
|
4646
|
+
:root {
|
|
4647
|
+
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4648
|
+
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4649
|
+
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4650
|
+
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4651
|
+
--x-color-background-result-default: transparent;
|
|
4652
|
+
--x-size-padding-result-default: 0;
|
|
4653
|
+
--x-size-padding-result-overlay-default: 0;
|
|
4654
|
+
--x-size-padding-result-description-default: 0;
|
|
4655
|
+
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4656
|
+
--x-size-padding-result-picture-default: 0;
|
|
4657
|
+
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4658
|
+
--x-size-border-width-result-default: 0;
|
|
4659
|
+
--x-size-border-width-result-overlay-default: 0;
|
|
4660
|
+
--x-size-border-width-result-description-default: 0;
|
|
4661
|
+
--x-size-border-width-result-picture-default: 0;
|
|
4662
|
+
}
|
|
4663
|
+
:root {
|
|
4664
|
+
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4665
|
+
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4666
|
+
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4667
|
+
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4668
|
+
--x-color-background-result-default: transparent;
|
|
4669
|
+
--x-size-padding-result-default: 0;
|
|
4670
|
+
--x-size-padding-result-overlay-default: 0;
|
|
4671
|
+
--x-size-padding-result-description-default: 0;
|
|
4672
|
+
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4673
|
+
--x-size-padding-result-picture-default: 0;
|
|
4674
|
+
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4675
|
+
--x-size-border-width-result-default: 0;
|
|
4676
|
+
--x-size-border-width-result-overlay-default: 0;
|
|
4677
|
+
--x-size-border-width-result-description-default: 0;
|
|
4678
|
+
--x-size-border-width-result-picture-default: 0;
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
.x-result {
|
|
4682
|
+
display: grid;
|
|
4683
|
+
grid-template-columns: [result-start] 1fr [result-end];
|
|
4684
|
+
grid-template-rows: [picture-start] auto [overlay-start] auto [picture-end overlay-end description-start] 1fr [description-end];
|
|
4685
|
+
box-sizing: border-box;
|
|
4686
|
+
background-color: var(--x-color-background-result-default);
|
|
4687
|
+
border-color: var(--x-color-border-result-default);
|
|
4688
|
+
padding: var(--x-size-padding-result-default);
|
|
4689
|
+
gap: var(--x-size-gap-result-default);
|
|
4690
|
+
border-style: solid;
|
|
4691
|
+
border-width: var(--x-size-border-width-result-default);
|
|
4692
|
+
border-radius: var(--x-size-border-radius-result-default);
|
|
4693
|
+
}
|
|
4694
|
+
.x-result > * {
|
|
4695
|
+
min-width: 0;
|
|
4696
|
+
}
|
|
4697
|
+
.x-result__picture {
|
|
4698
|
+
grid-column: result;
|
|
4699
|
+
grid-row: picture;
|
|
4700
|
+
}
|
|
4701
|
+
.x-result__overlay {
|
|
4702
|
+
grid-column: result;
|
|
4703
|
+
grid-row: overlay;
|
|
4704
|
+
z-index: 1;
|
|
4705
|
+
border-color: var(--x-color-border-result-overlay-default);
|
|
4706
|
+
padding: var(--x-size-padding-result-overlay-default);
|
|
4707
|
+
border-style: solid;
|
|
4708
|
+
border-width: var(--x-size-border-width-result-overlay-default);
|
|
4709
|
+
opacity: 0;
|
|
4710
|
+
}
|
|
4711
|
+
.x-result__description {
|
|
4712
|
+
grid-column: result;
|
|
4713
|
+
grid-row: description;
|
|
4714
|
+
border-color: var(--x-color-border-result-description-default);
|
|
4715
|
+
padding: var(--x-size-padding-result-description-default);
|
|
4716
|
+
border-style: solid;
|
|
4717
|
+
border-width: var(--x-size-border-width-result-description-default);
|
|
4718
|
+
}
|
|
4719
|
+
.x-result__picture {
|
|
4720
|
+
border-color: var(--x-color-border-result-picture-default);
|
|
4721
|
+
padding: var(--x-size-padding-result-picture-default);
|
|
4722
|
+
border-style: solid;
|
|
4723
|
+
border-width: var(--x-size-border-width-result-picture-default);
|
|
4724
|
+
}
|
|
4725
|
+
.x-result:hover .x-result__overlay {
|
|
4726
|
+
opacity: 1;
|
|
4727
|
+
}
|
|
4728
|
+
@media (hover: none) {
|
|
4729
|
+
.x-result .x-result__overlay {
|
|
4730
|
+
opacity: 1;
|
|
4731
|
+
}
|
|
4732
|
+
}
|
|
4626
4733
|
:root {
|
|
4627
4734
|
--x-size-gap-row: 0;
|
|
4628
4735
|
--x-size-padding-row: 0;
|
|
@@ -4751,96 +4858,9 @@
|
|
|
4751
4858
|
.x-row--align-stretch {
|
|
4752
4859
|
--x-size-align-row: stretch;
|
|
4753
4860
|
}
|
|
4754
|
-
:root {
|
|
4755
|
-
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4756
|
-
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4757
|
-
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4758
|
-
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4759
|
-
--x-color-background-result-default: transparent;
|
|
4760
|
-
--x-size-padding-result-default: 0;
|
|
4761
|
-
--x-size-padding-result-overlay-default: 0;
|
|
4762
|
-
--x-size-padding-result-description-default: 0;
|
|
4763
|
-
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4764
|
-
--x-size-padding-result-picture-default: 0;
|
|
4765
|
-
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4766
|
-
--x-size-border-width-result-default: 0;
|
|
4767
|
-
--x-size-border-width-result-overlay-default: 0;
|
|
4768
|
-
--x-size-border-width-result-description-default: 0;
|
|
4769
|
-
--x-size-border-width-result-picture-default: 0;
|
|
4770
|
-
}
|
|
4771
4861
|
:root {
|
|
4772
4862
|
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4773
4863
|
}
|
|
4774
|
-
:root {
|
|
4775
|
-
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4776
|
-
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4777
|
-
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4778
|
-
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4779
|
-
--x-color-background-result-default: transparent;
|
|
4780
|
-
--x-size-padding-result-default: 0;
|
|
4781
|
-
--x-size-padding-result-overlay-default: 0;
|
|
4782
|
-
--x-size-padding-result-description-default: 0;
|
|
4783
|
-
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4784
|
-
--x-size-padding-result-picture-default: 0;
|
|
4785
|
-
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4786
|
-
--x-size-border-width-result-default: 0;
|
|
4787
|
-
--x-size-border-width-result-overlay-default: 0;
|
|
4788
|
-
--x-size-border-width-result-description-default: 0;
|
|
4789
|
-
--x-size-border-width-result-picture-default: 0;
|
|
4790
|
-
}
|
|
4791
|
-
|
|
4792
|
-
.x-result {
|
|
4793
|
-
display: grid;
|
|
4794
|
-
grid-template-columns: [result-start] 1fr [result-end];
|
|
4795
|
-
grid-template-rows: [picture-start] auto [overlay-start] auto [picture-end overlay-end description-start] 1fr [description-end];
|
|
4796
|
-
box-sizing: border-box;
|
|
4797
|
-
background-color: var(--x-color-background-result-default);
|
|
4798
|
-
border-color: var(--x-color-border-result-default);
|
|
4799
|
-
padding: var(--x-size-padding-result-default);
|
|
4800
|
-
gap: var(--x-size-gap-result-default);
|
|
4801
|
-
border-style: solid;
|
|
4802
|
-
border-width: var(--x-size-border-width-result-default);
|
|
4803
|
-
border-radius: var(--x-size-border-radius-result-default);
|
|
4804
|
-
}
|
|
4805
|
-
.x-result > * {
|
|
4806
|
-
min-width: 0;
|
|
4807
|
-
}
|
|
4808
|
-
.x-result__picture {
|
|
4809
|
-
grid-column: result;
|
|
4810
|
-
grid-row: picture;
|
|
4811
|
-
}
|
|
4812
|
-
.x-result__overlay {
|
|
4813
|
-
grid-column: result;
|
|
4814
|
-
grid-row: overlay;
|
|
4815
|
-
z-index: 1;
|
|
4816
|
-
border-color: var(--x-color-border-result-overlay-default);
|
|
4817
|
-
padding: var(--x-size-padding-result-overlay-default);
|
|
4818
|
-
border-style: solid;
|
|
4819
|
-
border-width: var(--x-size-border-width-result-overlay-default);
|
|
4820
|
-
opacity: 0;
|
|
4821
|
-
}
|
|
4822
|
-
.x-result__description {
|
|
4823
|
-
grid-column: result;
|
|
4824
|
-
grid-row: description;
|
|
4825
|
-
border-color: var(--x-color-border-result-description-default);
|
|
4826
|
-
padding: var(--x-size-padding-result-description-default);
|
|
4827
|
-
border-style: solid;
|
|
4828
|
-
border-width: var(--x-size-border-width-result-description-default);
|
|
4829
|
-
}
|
|
4830
|
-
.x-result__picture {
|
|
4831
|
-
border-color: var(--x-color-border-result-picture-default);
|
|
4832
|
-
padding: var(--x-size-padding-result-picture-default);
|
|
4833
|
-
border-style: solid;
|
|
4834
|
-
border-width: var(--x-size-border-width-result-picture-default);
|
|
4835
|
-
}
|
|
4836
|
-
.x-result:hover .x-result__overlay {
|
|
4837
|
-
opacity: 1;
|
|
4838
|
-
}
|
|
4839
|
-
@media (hover: none) {
|
|
4840
|
-
.x-result .x-result__overlay {
|
|
4841
|
-
opacity: 1;
|
|
4842
|
-
}
|
|
4843
|
-
}
|
|
4844
4864
|
:root {
|
|
4845
4865
|
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4846
4866
|
}
|
|
@@ -4858,6 +4878,10 @@
|
|
|
4858
4878
|
--x-size-border-radius-progress-bar-default: var(--x-size-border-radius-base-pill);
|
|
4859
4879
|
--x-size-border-width-progress-bar-default: 0;
|
|
4860
4880
|
}
|
|
4881
|
+
:root {
|
|
4882
|
+
--x-number-zoom-scale-picture: 1.1;
|
|
4883
|
+
--x-number-zoom-duration-picture: 0.3s;
|
|
4884
|
+
}
|
|
4861
4885
|
:root {
|
|
4862
4886
|
--x-size-height-progress-bar-line-default: var(--x-size-base-02);
|
|
4863
4887
|
--x-size-width-progress-bar-line-default: var(--x-size-base-20);
|
|
@@ -4887,10 +4911,6 @@
|
|
|
4887
4911
|
--x-number-zoom-scale-picture: 1.1;
|
|
4888
4912
|
--x-number-zoom-duration-picture: 0.3s;
|
|
4889
4913
|
}
|
|
4890
|
-
:root {
|
|
4891
|
-
--x-number-zoom-scale-picture: 1.1;
|
|
4892
|
-
--x-number-zoom-duration-picture: 0.3s;
|
|
4893
|
-
}
|
|
4894
4914
|
|
|
4895
4915
|
.x-picture--zoom .x-picture-image {
|
|
4896
4916
|
transition: transform var(--x-number-zoom-duration-picture) ease-out;
|
|
@@ -4901,13 +4921,55 @@
|
|
|
4901
4921
|
:root {
|
|
4902
4922
|
--x-number-aspect-ratio-picture: 1;
|
|
4903
4923
|
}
|
|
4924
|
+
|
|
4925
|
+
.x-picture--fixed-ratio.x-picture {
|
|
4926
|
+
aspect-ratio: var(--x-number-aspect-ratio-picture);
|
|
4927
|
+
width: 100%;
|
|
4928
|
+
}
|
|
4904
4929
|
:root {
|
|
4905
4930
|
--x-number-aspect-ratio-picture: 1;
|
|
4906
4931
|
}
|
|
4932
|
+
:root {
|
|
4933
|
+
--x-size-border-radius-picture-default: 0;
|
|
4934
|
+
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-picture-default);
|
|
4935
|
+
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-picture-default);
|
|
4936
|
+
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-picture-default);
|
|
4937
|
+
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-picture-default);
|
|
4938
|
+
--x-color-background-picture-default: transparent;
|
|
4939
|
+
--x-color-fill-picture-placeholder-path-default: var(--x-color-base-neutral-70);
|
|
4940
|
+
--x-color-fill-picture-placeholder-rect-default: var(--x-color-base-neutral-95);
|
|
4941
|
+
--x-color-fill-picture-fallback-path-default: var(--x-color-base-neutral-70);
|
|
4942
|
+
--x-color-fill-picture-fallback-rect-default: var(--x-color-base-neutral-95);
|
|
4943
|
+
--x-object-fit-picture-default: contain;
|
|
4944
|
+
--x-object-fit-picture-fallback-default: var(--x-object-fit-picture-default);
|
|
4945
|
+
--x-object-fit-picture-placeholder-default: var(--x-object-fit-picture-default);
|
|
4946
|
+
--x-mix-blend-mode-picture-default: normal;
|
|
4947
|
+
--x-mix-blend-mode-picture-fallback-default: var(--x-mix-blend-mode-picture-default);
|
|
4948
|
+
--x-mix-blend-mode-picture-placeholder-default: var(--x-mix-blend-mode-picture-default);
|
|
4949
|
+
}
|
|
4950
|
+
:root {
|
|
4951
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
4952
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
4953
|
+
}
|
|
4954
|
+
:root {
|
|
4955
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
4956
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
4957
|
+
}
|
|
4907
4958
|
|
|
4908
|
-
.x-picture--
|
|
4909
|
-
|
|
4959
|
+
.x-picture--cover.x-picture {
|
|
4960
|
+
position: relative;
|
|
4961
|
+
}
|
|
4962
|
+
|
|
4963
|
+
.x-result:hover .x-picture--cover:after,
|
|
4964
|
+
.x-picture--cover:hover:after {
|
|
4965
|
+
content: "";
|
|
4966
|
+
display: block;
|
|
4967
|
+
position: absolute;
|
|
4968
|
+
top: 0;
|
|
4969
|
+
left: 0;
|
|
4970
|
+
background: linear-gradient(to bottom, var(--x-color-background-picture-cover-hover-from) 50%, var(--x-color-background-picture-cover-hover-to) 100%);
|
|
4910
4971
|
width: 100%;
|
|
4972
|
+
height: 100%;
|
|
4911
4973
|
}
|
|
4912
4974
|
:root {
|
|
4913
4975
|
--x-size-border-radius-picture-default: 0;
|
|
@@ -4965,54 +5027,19 @@
|
|
|
4965
5027
|
.x-picture-image--placeholder > path {
|
|
4966
5028
|
fill: var(--x-color-fill-picture-placeholder-path-default) !important;
|
|
4967
5029
|
}
|
|
4968
|
-
:root {
|
|
4969
|
-
--x-size-border-radius-picture-default: 0;
|
|
4970
|
-
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-picture-default);
|
|
4971
|
-
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-picture-default);
|
|
4972
|
-
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-picture-default);
|
|
4973
|
-
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-picture-default);
|
|
4974
|
-
--x-color-background-picture-default: transparent;
|
|
4975
|
-
--x-color-fill-picture-placeholder-path-default: var(--x-color-base-neutral-70);
|
|
4976
|
-
--x-color-fill-picture-placeholder-rect-default: var(--x-color-base-neutral-95);
|
|
4977
|
-
--x-color-fill-picture-fallback-path-default: var(--x-color-base-neutral-70);
|
|
4978
|
-
--x-color-fill-picture-fallback-rect-default: var(--x-color-base-neutral-95);
|
|
4979
|
-
--x-object-fit-picture-default: contain;
|
|
4980
|
-
--x-object-fit-picture-fallback-default: var(--x-object-fit-picture-default);
|
|
4981
|
-
--x-object-fit-picture-placeholder-default: var(--x-object-fit-picture-default);
|
|
4982
|
-
--x-mix-blend-mode-picture-default: normal;
|
|
4983
|
-
--x-mix-blend-mode-picture-fallback-default: var(--x-mix-blend-mode-picture-default);
|
|
4984
|
-
--x-mix-blend-mode-picture-placeholder-default: var(--x-mix-blend-mode-picture-default);
|
|
4985
|
-
}
|
|
4986
|
-
:root {
|
|
4987
|
-
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
4988
|
-
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
4989
|
-
}
|
|
4990
|
-
:root {
|
|
4991
|
-
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
4992
|
-
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
4993
|
-
}
|
|
4994
|
-
|
|
4995
|
-
.x-picture--cover.x-picture {
|
|
4996
|
-
position: relative;
|
|
4997
|
-
}
|
|
4998
|
-
|
|
4999
|
-
.x-result:hover .x-picture--cover:after,
|
|
5000
|
-
.x-picture--cover:hover:after {
|
|
5001
|
-
content: "";
|
|
5002
|
-
display: block;
|
|
5003
|
-
position: absolute;
|
|
5004
|
-
top: 0;
|
|
5005
|
-
left: 0;
|
|
5006
|
-
background: linear-gradient(to bottom, var(--x-color-background-picture-cover-hover-from) 50%, var(--x-color-background-picture-cover-hover-to) 100%);
|
|
5007
|
-
width: 100%;
|
|
5008
|
-
height: 100%;
|
|
5009
|
-
}
|
|
5010
5030
|
:root {
|
|
5011
5031
|
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5012
5032
|
--x-mix-blend-mode-picture-colored: multiply;
|
|
5013
5033
|
--x-mix-blend-mode-picture-fallback-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5014
5034
|
--x-mix-blend-mode-picture-placeholder-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5015
5035
|
}
|
|
5036
|
+
:root {
|
|
5037
|
+
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5038
|
+
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5039
|
+
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5040
|
+
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5041
|
+
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5042
|
+
}
|
|
5016
5043
|
:root {
|
|
5017
5044
|
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5018
5045
|
--x-mix-blend-mode-picture-colored: multiply;
|
|
@@ -5039,13 +5066,6 @@
|
|
|
5039
5066
|
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5040
5067
|
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5041
5068
|
}
|
|
5042
|
-
:root {
|
|
5043
|
-
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5044
|
-
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5045
|
-
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5046
|
-
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5047
|
-
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5048
|
-
}
|
|
5049
5069
|
|
|
5050
5070
|
.x-picture--card.x-picture {
|
|
5051
5071
|
--x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
|
|
@@ -5134,86 +5154,6 @@
|
|
|
5134
5154
|
--x-number-font-weight-option-list-button-default: var(--x-number-font-weight-base-regular);
|
|
5135
5155
|
--x-number-font-weight-option-list-button-default-selected: var(--x-number-font-weight-base-bold);
|
|
5136
5156
|
}
|
|
5137
|
-
:root {
|
|
5138
|
-
--x-color-background-option-list-button-default: transparent;
|
|
5139
|
-
--x-color-border-option-list-button-default: transparent;
|
|
5140
|
-
--x-color-text-option-list-button-default: var(--x-color-base-neutral-35);
|
|
5141
|
-
--x-color-background-option-list-button-default-hover: var(
|
|
5142
|
-
--x-color-background-option-list-button-default
|
|
5143
|
-
);
|
|
5144
|
-
--x-color-border-option-list-button-default-hover: var(
|
|
5145
|
-
--x-color-border-option-list-button-default
|
|
5146
|
-
);
|
|
5147
|
-
--x-color-text-option-list-button-default-hover: var(--x-color-text-option-list-button-default);
|
|
5148
|
-
--x-color-background-option-list-button-default-selected: var(
|
|
5149
|
-
--x-color-background-option-list-button-default
|
|
5150
|
-
);
|
|
5151
|
-
--x-color-border-option-list-button-default-selected: var(
|
|
5152
|
-
--x-color-border-option-list-button-default
|
|
5153
|
-
);
|
|
5154
|
-
--x-color-text-option-list-button-default-selected: var(--x-color-text-default);
|
|
5155
|
-
--x-color-background-option-list-button-default-selected-hover: var(
|
|
5156
|
-
--x-color-background-option-list-button-default-selected
|
|
5157
|
-
);
|
|
5158
|
-
--x-color-border-option-list-button-default-selected-hover: var(
|
|
5159
|
-
--x-color-border-option-list-button-default-selected
|
|
5160
|
-
);
|
|
5161
|
-
--x-color-text-option-list-button-default-selected-hover: var(
|
|
5162
|
-
--x-color-text-option-list-button-default-selected
|
|
5163
|
-
);
|
|
5164
|
-
--x-color-border-option-list-item-default: var(--x-color-base-neutral-70);
|
|
5165
|
-
--x-color-border-top-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
5166
|
-
--x-color-border-right-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
5167
|
-
--x-color-border-bottom-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
5168
|
-
--x-color-border-left-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
5169
|
-
--x-color-border-option-list-item-default-selected: var(--x-color-base-neutral-70);
|
|
5170
|
-
--x-color-border-top-option-list-item-default-selected: var(
|
|
5171
|
-
--x-color-border-option-list-item-default-selected
|
|
5172
|
-
);
|
|
5173
|
-
--x-color-border-right-option-list-item-default-selected: var(
|
|
5174
|
-
--x-color-border-option-list-item-default-selected
|
|
5175
|
-
);
|
|
5176
|
-
--x-color-border-bottom-option-list-item-default-selected: var(
|
|
5177
|
-
--x-color-border-option-list-item-default-selected
|
|
5178
|
-
);
|
|
5179
|
-
--x-color-border-left-option-list-item-default-selected: var(
|
|
5180
|
-
--x-color-border-option-list-item-default-selected
|
|
5181
|
-
);
|
|
5182
|
-
--x-size-border-width-option-list-item-default: var(--x-size-border-width-base);
|
|
5183
|
-
--x-size-border-width-top-option-list-item-default: 0;
|
|
5184
|
-
--x-size-border-width-right-option-list-item-default: var(
|
|
5185
|
-
--x-size-border-width-option-list-item-default
|
|
5186
|
-
);
|
|
5187
|
-
--x-size-border-width-bottom-option-list-item-default: 0;
|
|
5188
|
-
--x-size-border-width-left-option-list-item-default: 0;
|
|
5189
|
-
--x-size-border-width-top-option-list-item-default-selected: var(
|
|
5190
|
-
--x-size-border-width-top-option-list-item-default
|
|
5191
|
-
);
|
|
5192
|
-
--x-size-border-width-right-option-list-item-default-selected: var(
|
|
5193
|
-
--x-size-border-width-right-option-list-item-default
|
|
5194
|
-
);
|
|
5195
|
-
--x-size-border-width-bottom-option-list-item-default-selected: var(
|
|
5196
|
-
--x-size-border-width-bottom-option-list-item-default
|
|
5197
|
-
);
|
|
5198
|
-
--x-size-border-width-left-option-list-item-default-selected: var(
|
|
5199
|
-
--x-size-border-width-left-option-list-item-default
|
|
5200
|
-
);
|
|
5201
|
-
--x-size-padding-option-list-button-default: var(--x-size-base-02);
|
|
5202
|
-
--x-size-padding-top-option-list-button-default: var(--x-size-padding-option-list-button-default);
|
|
5203
|
-
--x-size-padding-right-option-list-button-default: var(
|
|
5204
|
-
--x-size-padding-option-list-button-default
|
|
5205
|
-
);
|
|
5206
|
-
--x-size-padding-bottom-option-list-button-default: var(
|
|
5207
|
-
--x-size-padding-option-list-button-default
|
|
5208
|
-
);
|
|
5209
|
-
--x-size-padding-left-option-list-button-default: var(
|
|
5210
|
-
--x-size-padding-option-list-button-default
|
|
5211
|
-
);
|
|
5212
|
-
--x-font-decoration-option-list-button-default-hover: underline;
|
|
5213
|
-
--x-size-font-option-list-button-default: var(--x-size-font-text);
|
|
5214
|
-
--x-number-font-weight-option-list-button-default: var(--x-number-font-weight-base-regular);
|
|
5215
|
-
--x-number-font-weight-option-list-button-default-selected: var(--x-number-font-weight-base-bold);
|
|
5216
|
-
}
|
|
5217
5157
|
|
|
5218
5158
|
.x-option-list {
|
|
5219
5159
|
display: inline-flex;
|
|
@@ -5342,34 +5282,114 @@
|
|
|
5342
5282
|
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5343
5283
|
--x-color-border-option-list-item-bottom
|
|
5344
5284
|
);
|
|
5345
|
-
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5346
|
-
--x-color-border-option-list-item-bottom
|
|
5285
|
+
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5286
|
+
--x-color-border-option-list-item-bottom
|
|
5287
|
+
);
|
|
5288
|
+
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5289
|
+
--x-color-border-option-list-item-bottom-selected
|
|
5290
|
+
);
|
|
5291
|
+
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5292
|
+
--x-color-border-option-list-item-bottom
|
|
5293
|
+
);
|
|
5294
|
+
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5295
|
+
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5296
|
+
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5297
|
+
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5298
|
+
--x-size-border-width-option-list-item-bottom
|
|
5299
|
+
);
|
|
5300
|
+
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5301
|
+
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5302
|
+
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5303
|
+
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5304
|
+
--x-size-border-width-option-list-item-bottom
|
|
5305
|
+
);
|
|
5306
|
+
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5307
|
+
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5308
|
+
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5309
|
+
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5310
|
+
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5311
|
+
--x-number-font-weight-base-regular
|
|
5312
|
+
);
|
|
5313
|
+
}
|
|
5314
|
+
:root {
|
|
5315
|
+
--x-color-background-option-list-button-default: transparent;
|
|
5316
|
+
--x-color-border-option-list-button-default: transparent;
|
|
5317
|
+
--x-color-text-option-list-button-default: var(--x-color-base-neutral-35);
|
|
5318
|
+
--x-color-background-option-list-button-default-hover: var(
|
|
5319
|
+
--x-color-background-option-list-button-default
|
|
5320
|
+
);
|
|
5321
|
+
--x-color-border-option-list-button-default-hover: var(
|
|
5322
|
+
--x-color-border-option-list-button-default
|
|
5323
|
+
);
|
|
5324
|
+
--x-color-text-option-list-button-default-hover: var(--x-color-text-option-list-button-default);
|
|
5325
|
+
--x-color-background-option-list-button-default-selected: var(
|
|
5326
|
+
--x-color-background-option-list-button-default
|
|
5327
|
+
);
|
|
5328
|
+
--x-color-border-option-list-button-default-selected: var(
|
|
5329
|
+
--x-color-border-option-list-button-default
|
|
5330
|
+
);
|
|
5331
|
+
--x-color-text-option-list-button-default-selected: var(--x-color-text-default);
|
|
5332
|
+
--x-color-background-option-list-button-default-selected-hover: var(
|
|
5333
|
+
--x-color-background-option-list-button-default-selected
|
|
5334
|
+
);
|
|
5335
|
+
--x-color-border-option-list-button-default-selected-hover: var(
|
|
5336
|
+
--x-color-border-option-list-button-default-selected
|
|
5337
|
+
);
|
|
5338
|
+
--x-color-text-option-list-button-default-selected-hover: var(
|
|
5339
|
+
--x-color-text-option-list-button-default-selected
|
|
5340
|
+
);
|
|
5341
|
+
--x-color-border-option-list-item-default: var(--x-color-base-neutral-70);
|
|
5342
|
+
--x-color-border-top-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
5343
|
+
--x-color-border-right-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
5344
|
+
--x-color-border-bottom-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
5345
|
+
--x-color-border-left-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
5346
|
+
--x-color-border-option-list-item-default-selected: var(--x-color-base-neutral-70);
|
|
5347
|
+
--x-color-border-top-option-list-item-default-selected: var(
|
|
5348
|
+
--x-color-border-option-list-item-default-selected
|
|
5349
|
+
);
|
|
5350
|
+
--x-color-border-right-option-list-item-default-selected: var(
|
|
5351
|
+
--x-color-border-option-list-item-default-selected
|
|
5352
|
+
);
|
|
5353
|
+
--x-color-border-bottom-option-list-item-default-selected: var(
|
|
5354
|
+
--x-color-border-option-list-item-default-selected
|
|
5355
|
+
);
|
|
5356
|
+
--x-color-border-left-option-list-item-default-selected: var(
|
|
5357
|
+
--x-color-border-option-list-item-default-selected
|
|
5358
|
+
);
|
|
5359
|
+
--x-size-border-width-option-list-item-default: var(--x-size-border-width-base);
|
|
5360
|
+
--x-size-border-width-top-option-list-item-default: 0;
|
|
5361
|
+
--x-size-border-width-right-option-list-item-default: var(
|
|
5362
|
+
--x-size-border-width-option-list-item-default
|
|
5363
|
+
);
|
|
5364
|
+
--x-size-border-width-bottom-option-list-item-default: 0;
|
|
5365
|
+
--x-size-border-width-left-option-list-item-default: 0;
|
|
5366
|
+
--x-size-border-width-top-option-list-item-default-selected: var(
|
|
5367
|
+
--x-size-border-width-top-option-list-item-default
|
|
5347
5368
|
);
|
|
5348
|
-
--x-
|
|
5349
|
-
--x-
|
|
5369
|
+
--x-size-border-width-right-option-list-item-default-selected: var(
|
|
5370
|
+
--x-size-border-width-right-option-list-item-default
|
|
5350
5371
|
);
|
|
5351
|
-
--x-
|
|
5352
|
-
--x-
|
|
5372
|
+
--x-size-border-width-bottom-option-list-item-default-selected: var(
|
|
5373
|
+
--x-size-border-width-bottom-option-list-item-default
|
|
5353
5374
|
);
|
|
5354
|
-
--x-size-border-width-option-list-item-
|
|
5355
|
-
|
|
5356
|
-
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5357
|
-
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5358
|
-
--x-size-border-width-option-list-item-bottom
|
|
5375
|
+
--x-size-border-width-left-option-list-item-default-selected: var(
|
|
5376
|
+
--x-size-border-width-left-option-list-item-default
|
|
5359
5377
|
);
|
|
5360
|
-
--x-size-
|
|
5361
|
-
--x-size-
|
|
5362
|
-
--x-size-
|
|
5363
|
-
|
|
5364
|
-
--x-size-border-width-option-list-item-bottom
|
|
5378
|
+
--x-size-padding-option-list-button-default: var(--x-size-base-02);
|
|
5379
|
+
--x-size-padding-top-option-list-button-default: var(--x-size-padding-option-list-button-default);
|
|
5380
|
+
--x-size-padding-right-option-list-button-default: var(
|
|
5381
|
+
--x-size-padding-option-list-button-default
|
|
5365
5382
|
);
|
|
5366
|
-
--x-size-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
--x-
|
|
5370
|
-
|
|
5371
|
-
--x-number-font-weight-base-regular
|
|
5383
|
+
--x-size-padding-bottom-option-list-button-default: var(
|
|
5384
|
+
--x-size-padding-option-list-button-default
|
|
5385
|
+
);
|
|
5386
|
+
--x-size-padding-left-option-list-button-default: var(
|
|
5387
|
+
--x-size-padding-option-list-button-default
|
|
5372
5388
|
);
|
|
5389
|
+
--x-font-decoration-option-list-button-default-hover: underline;
|
|
5390
|
+
--x-size-font-option-list-button-default: var(--x-size-font-text);
|
|
5391
|
+
--x-number-font-weight-option-list-button-default: var(--x-number-font-weight-base-regular);
|
|
5392
|
+
--x-number-font-weight-option-list-button-default-selected: var(--x-number-font-weight-base-bold);
|
|
5373
5393
|
}
|
|
5374
5394
|
:root {
|
|
5375
5395
|
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
@@ -5506,6 +5526,15 @@
|
|
|
5506
5526
|
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5507
5527
|
--x-modal-overlay-opacity: 0.7;
|
|
5508
5528
|
}
|
|
5529
|
+
|
|
5530
|
+
.x-modal__overlay {
|
|
5531
|
+
background-color: var(--x-modal-overlay-color) !important;
|
|
5532
|
+
opacity: var(--x-modal-overlay-opacity) !important;
|
|
5533
|
+
}
|
|
5534
|
+
:root {
|
|
5535
|
+
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5536
|
+
--x-modal-overlay-opacity: 0.7;
|
|
5537
|
+
}
|
|
5509
5538
|
:root {
|
|
5510
5539
|
--x-string-justify-message-default: center;
|
|
5511
5540
|
--x-size-gap-message-default: var(--x-size-base-03);
|
|
@@ -5527,14 +5556,21 @@
|
|
|
5527
5556
|
--x-size-font-message-default: var(--x-size-font-title3);
|
|
5528
5557
|
--x-number-font-weight-message-default: var(--x-number-font-weight-title3);
|
|
5529
5558
|
}
|
|
5559
|
+
/* @deprecated */
|
|
5530
5560
|
:root {
|
|
5531
|
-
--x-
|
|
5532
|
-
--x-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5561
|
+
--x-size-padding-list-01: var(--x-size-base-01);
|
|
5562
|
+
--x-size-padding-list-02: var(--x-size-base-02);
|
|
5563
|
+
--x-size-padding-list-03: var(--x-size-base-03);
|
|
5564
|
+
--x-size-padding-list-04: var(--x-size-base-04);
|
|
5565
|
+
--x-size-padding-list-05: var(--x-size-base-05);
|
|
5566
|
+
--x-size-padding-list-06: var(--x-size-base-06);
|
|
5567
|
+
--x-size-padding-list-07: var(--x-size-base-07);
|
|
5568
|
+
--x-size-padding-list-08: var(--x-size-base-08);
|
|
5569
|
+
--x-size-padding-list-09: var(--x-size-base-09);
|
|
5570
|
+
--x-size-padding-list-10: var(--x-size-base-10);
|
|
5571
|
+
--x-size-padding-list-11: var(--x-size-base-11);
|
|
5572
|
+
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5573
|
+
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5538
5574
|
}
|
|
5539
5575
|
:root {
|
|
5540
5576
|
--x-string-justify-message-default: center;
|
|
@@ -5623,22 +5659,6 @@
|
|
|
5623
5659
|
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5624
5660
|
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5625
5661
|
}
|
|
5626
|
-
/* @deprecated */
|
|
5627
|
-
:root {
|
|
5628
|
-
--x-size-padding-list-01: var(--x-size-base-01);
|
|
5629
|
-
--x-size-padding-list-02: var(--x-size-base-02);
|
|
5630
|
-
--x-size-padding-list-03: var(--x-size-base-03);
|
|
5631
|
-
--x-size-padding-list-04: var(--x-size-base-04);
|
|
5632
|
-
--x-size-padding-list-05: var(--x-size-base-05);
|
|
5633
|
-
--x-size-padding-list-06: var(--x-size-base-06);
|
|
5634
|
-
--x-size-padding-list-07: var(--x-size-base-07);
|
|
5635
|
-
--x-size-padding-list-08: var(--x-size-base-08);
|
|
5636
|
-
--x-size-padding-list-09: var(--x-size-base-09);
|
|
5637
|
-
--x-size-padding-list-10: var(--x-size-base-10);
|
|
5638
|
-
--x-size-padding-list-11: var(--x-size-base-11);
|
|
5639
|
-
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5640
|
-
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5641
|
-
}
|
|
5642
5662
|
|
|
5643
5663
|
/* @deprecated */
|
|
5644
5664
|
[class*=x-list--padding-].x-list.x-list--padding-top:not(.x-list--padding-right) {
|
|
@@ -5963,6 +5983,14 @@
|
|
|
5963
5983
|
margin-right: var(--x-size-gap-list-13);
|
|
5964
5984
|
}
|
|
5965
5985
|
}
|
|
5986
|
+
:root {
|
|
5987
|
+
--x-string-flow-list: column nowrap;
|
|
5988
|
+
--x-size-padding-list: 0;
|
|
5989
|
+
--x-size-gap-list: 0;
|
|
5990
|
+
--x-size-justify-list: stretch;
|
|
5991
|
+
--x-size-align-list: stretch;
|
|
5992
|
+
--x-size-align-list-stretch: stretch;
|
|
5993
|
+
}
|
|
5966
5994
|
:root {
|
|
5967
5995
|
--x-size-gap-list-01: var(--x-size-base-01);
|
|
5968
5996
|
--x-size-gap-list-02: var(--x-size-base-02);
|
|
@@ -5985,6 +6013,163 @@
|
|
|
5985
6013
|
--x-size-gap-list-19: var(--x-size-base-19);
|
|
5986
6014
|
--x-size-gap-list-20: var(--x-size-base-20);
|
|
5987
6015
|
}
|
|
6016
|
+
:root {
|
|
6017
|
+
--x-string-flow-list: column nowrap;
|
|
6018
|
+
--x-size-padding-list: 0;
|
|
6019
|
+
--x-size-gap-list: 0;
|
|
6020
|
+
--x-size-justify-list: stretch;
|
|
6021
|
+
--x-size-align-list: stretch;
|
|
6022
|
+
--x-size-align-list-stretch: stretch;
|
|
6023
|
+
}
|
|
6024
|
+
|
|
6025
|
+
.x-list {
|
|
6026
|
+
display: flex;
|
|
6027
|
+
flex-flow: var(--x-string-flow-list);
|
|
6028
|
+
list-style: none;
|
|
6029
|
+
gap: var(--x-size-gap-list);
|
|
6030
|
+
margin: 0;
|
|
6031
|
+
padding: var(--x-size-padding-list);
|
|
6032
|
+
justify-content: var(--x-size-justify-list);
|
|
6033
|
+
align-items: var(--x-size-align-list);
|
|
6034
|
+
min-width: 0;
|
|
6035
|
+
}
|
|
6036
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
6037
|
+
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
6038
|
+
gap: 0;
|
|
6039
|
+
}
|
|
6040
|
+
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
6041
|
+
margin-bottom: var(--x-size-gap-list);
|
|
6042
|
+
}
|
|
6043
|
+
.x-list.x-list--horizontal {
|
|
6044
|
+
gap: 0;
|
|
6045
|
+
}
|
|
6046
|
+
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6047
|
+
margin-right: var(--x-size-gap-list);
|
|
6048
|
+
}
|
|
6049
|
+
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
6050
|
+
gap: 0;
|
|
6051
|
+
}
|
|
6052
|
+
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
6053
|
+
margin-right: var(--x-size-gap-list);
|
|
6054
|
+
margin-bottom: var(--x-size-gap-list);
|
|
6055
|
+
}
|
|
6056
|
+
}
|
|
6057
|
+
|
|
6058
|
+
.x-list--vertical.x-list {
|
|
6059
|
+
flex-flow: column nowrap;
|
|
6060
|
+
}
|
|
6061
|
+
|
|
6062
|
+
.x-list--horizontal.x-list {
|
|
6063
|
+
flex-flow: row nowrap;
|
|
6064
|
+
}
|
|
6065
|
+
|
|
6066
|
+
.x-list--wrap.x-list {
|
|
6067
|
+
flex-flow: row wrap;
|
|
6068
|
+
}
|
|
6069
|
+
|
|
6070
|
+
.x-list--wrap-reverse.x-list {
|
|
6071
|
+
flex-flow: row wrap-reverse;
|
|
6072
|
+
}
|
|
6073
|
+
|
|
6074
|
+
.x-list--justify-stretch.x-list {
|
|
6075
|
+
justify-content: stretch;
|
|
6076
|
+
}
|
|
6077
|
+
|
|
6078
|
+
.x-list--justify-center.x-list {
|
|
6079
|
+
justify-content: center;
|
|
6080
|
+
}
|
|
6081
|
+
|
|
6082
|
+
.x-list--justify-end.x-list {
|
|
6083
|
+
justify-content: flex-end;
|
|
6084
|
+
}
|
|
6085
|
+
|
|
6086
|
+
.x-list--justify-start.x-list {
|
|
6087
|
+
justify-content: flex-start;
|
|
6088
|
+
}
|
|
6089
|
+
|
|
6090
|
+
.x-list--align-stretch.x-list {
|
|
6091
|
+
align-items: stretch;
|
|
6092
|
+
}
|
|
6093
|
+
|
|
6094
|
+
.x-list--align-center.x-list {
|
|
6095
|
+
align-items: center;
|
|
6096
|
+
}
|
|
6097
|
+
|
|
6098
|
+
.x-list--align-baseline.x-list {
|
|
6099
|
+
align-items: baseline;
|
|
6100
|
+
}
|
|
6101
|
+
|
|
6102
|
+
.x-list--align-end.x-list {
|
|
6103
|
+
align-items: flex-end;
|
|
6104
|
+
}
|
|
6105
|
+
|
|
6106
|
+
.x-list--align-start.x-list {
|
|
6107
|
+
align-items: flex-start;
|
|
6108
|
+
}
|
|
6109
|
+
|
|
6110
|
+
.x-list > .x-list__item--expand {
|
|
6111
|
+
flex: 1 1 auto;
|
|
6112
|
+
}
|
|
6113
|
+
.x-list > .x-list__item--no-expand {
|
|
6114
|
+
flex: 0 0 auto;
|
|
6115
|
+
}
|
|
6116
|
+
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
6117
|
+
min-width: 0;
|
|
6118
|
+
}
|
|
6119
|
+
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
6120
|
+
min-height: 0;
|
|
6121
|
+
}
|
|
6122
|
+
.x-list > .x-list__item--stretch {
|
|
6123
|
+
align-self: stretch;
|
|
6124
|
+
}
|
|
6125
|
+
.x-list > .x-list__item--flex-none {
|
|
6126
|
+
flex: none;
|
|
6127
|
+
}
|
|
6128
|
+
.x-list > .x-list__item--01 {
|
|
6129
|
+
flex: 1 12 auto;
|
|
6130
|
+
}
|
|
6131
|
+
.x-list > .x-list__item--02 {
|
|
6132
|
+
flex: 2 11 auto;
|
|
6133
|
+
}
|
|
6134
|
+
.x-list > .x-list__item--03 {
|
|
6135
|
+
flex: 3 10 auto;
|
|
6136
|
+
}
|
|
6137
|
+
.x-list > .x-list__item--04 {
|
|
6138
|
+
flex: 4 9 auto;
|
|
6139
|
+
}
|
|
6140
|
+
.x-list > .x-list__item--05 {
|
|
6141
|
+
flex: 5 8 auto;
|
|
6142
|
+
}
|
|
6143
|
+
.x-list > .x-list__item--06 {
|
|
6144
|
+
flex: 6 7 auto;
|
|
6145
|
+
}
|
|
6146
|
+
.x-list > .x-list__item--07 {
|
|
6147
|
+
flex: 7 6 auto;
|
|
6148
|
+
}
|
|
6149
|
+
.x-list > .x-list__item--08 {
|
|
6150
|
+
flex: 8 5 auto;
|
|
6151
|
+
}
|
|
6152
|
+
.x-list > .x-list__item--09 {
|
|
6153
|
+
flex: 9 4 auto;
|
|
6154
|
+
}
|
|
6155
|
+
.x-list > .x-list__item--10 {
|
|
6156
|
+
flex: 10 3 auto;
|
|
6157
|
+
}
|
|
6158
|
+
.x-list > .x-list__item--11 {
|
|
6159
|
+
flex: 11 2 auto;
|
|
6160
|
+
}
|
|
6161
|
+
.x-list > .x-list__item--12 {
|
|
6162
|
+
flex: 12 1 auto;
|
|
6163
|
+
}
|
|
6164
|
+
:root {
|
|
6165
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6166
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6167
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6168
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6169
|
+
--x-size-border-radius-input-group-pill
|
|
6170
|
+
);
|
|
6171
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6172
|
+
}
|
|
5988
6173
|
:root {
|
|
5989
6174
|
--x-size-gap-list-01: var(--x-size-base-01);
|
|
5990
6175
|
--x-size-gap-list-02: var(--x-size-base-02);
|
|
@@ -6507,171 +6692,6 @@
|
|
|
6507
6692
|
margin-bottom: var(--x-size-gap-list-20);
|
|
6508
6693
|
}
|
|
6509
6694
|
}
|
|
6510
|
-
:root {
|
|
6511
|
-
--x-string-flow-list: column nowrap;
|
|
6512
|
-
--x-size-padding-list: 0;
|
|
6513
|
-
--x-size-gap-list: 0;
|
|
6514
|
-
--x-size-justify-list: stretch;
|
|
6515
|
-
--x-size-align-list: stretch;
|
|
6516
|
-
--x-size-align-list-stretch: stretch;
|
|
6517
|
-
}
|
|
6518
|
-
:root {
|
|
6519
|
-
--x-string-flow-list: column nowrap;
|
|
6520
|
-
--x-size-padding-list: 0;
|
|
6521
|
-
--x-size-gap-list: 0;
|
|
6522
|
-
--x-size-justify-list: stretch;
|
|
6523
|
-
--x-size-align-list: stretch;
|
|
6524
|
-
--x-size-align-list-stretch: stretch;
|
|
6525
|
-
}
|
|
6526
|
-
|
|
6527
|
-
.x-list {
|
|
6528
|
-
display: flex;
|
|
6529
|
-
flex-flow: var(--x-string-flow-list);
|
|
6530
|
-
list-style: none;
|
|
6531
|
-
gap: var(--x-size-gap-list);
|
|
6532
|
-
margin: 0;
|
|
6533
|
-
padding: var(--x-size-padding-list);
|
|
6534
|
-
justify-content: var(--x-size-justify-list);
|
|
6535
|
-
align-items: var(--x-size-align-list);
|
|
6536
|
-
min-width: 0;
|
|
6537
|
-
}
|
|
6538
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
6539
|
-
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
6540
|
-
gap: 0;
|
|
6541
|
-
}
|
|
6542
|
-
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
6543
|
-
margin-bottom: var(--x-size-gap-list);
|
|
6544
|
-
}
|
|
6545
|
-
.x-list.x-list--horizontal {
|
|
6546
|
-
gap: 0;
|
|
6547
|
-
}
|
|
6548
|
-
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6549
|
-
margin-right: var(--x-size-gap-list);
|
|
6550
|
-
}
|
|
6551
|
-
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
6552
|
-
gap: 0;
|
|
6553
|
-
}
|
|
6554
|
-
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
6555
|
-
margin-right: var(--x-size-gap-list);
|
|
6556
|
-
margin-bottom: var(--x-size-gap-list);
|
|
6557
|
-
}
|
|
6558
|
-
}
|
|
6559
|
-
|
|
6560
|
-
.x-list--vertical.x-list {
|
|
6561
|
-
flex-flow: column nowrap;
|
|
6562
|
-
}
|
|
6563
|
-
|
|
6564
|
-
.x-list--horizontal.x-list {
|
|
6565
|
-
flex-flow: row nowrap;
|
|
6566
|
-
}
|
|
6567
|
-
|
|
6568
|
-
.x-list--wrap.x-list {
|
|
6569
|
-
flex-flow: row wrap;
|
|
6570
|
-
}
|
|
6571
|
-
|
|
6572
|
-
.x-list--wrap-reverse.x-list {
|
|
6573
|
-
flex-flow: row wrap-reverse;
|
|
6574
|
-
}
|
|
6575
|
-
|
|
6576
|
-
.x-list--justify-stretch.x-list {
|
|
6577
|
-
justify-content: stretch;
|
|
6578
|
-
}
|
|
6579
|
-
|
|
6580
|
-
.x-list--justify-center.x-list {
|
|
6581
|
-
justify-content: center;
|
|
6582
|
-
}
|
|
6583
|
-
|
|
6584
|
-
.x-list--justify-end.x-list {
|
|
6585
|
-
justify-content: flex-end;
|
|
6586
|
-
}
|
|
6587
|
-
|
|
6588
|
-
.x-list--justify-start.x-list {
|
|
6589
|
-
justify-content: flex-start;
|
|
6590
|
-
}
|
|
6591
|
-
|
|
6592
|
-
.x-list--align-stretch.x-list {
|
|
6593
|
-
align-items: stretch;
|
|
6594
|
-
}
|
|
6595
|
-
|
|
6596
|
-
.x-list--align-center.x-list {
|
|
6597
|
-
align-items: center;
|
|
6598
|
-
}
|
|
6599
|
-
|
|
6600
|
-
.x-list--align-baseline.x-list {
|
|
6601
|
-
align-items: baseline;
|
|
6602
|
-
}
|
|
6603
|
-
|
|
6604
|
-
.x-list--align-end.x-list {
|
|
6605
|
-
align-items: flex-end;
|
|
6606
|
-
}
|
|
6607
|
-
|
|
6608
|
-
.x-list--align-start.x-list {
|
|
6609
|
-
align-items: flex-start;
|
|
6610
|
-
}
|
|
6611
|
-
|
|
6612
|
-
.x-list > .x-list__item--expand {
|
|
6613
|
-
flex: 1 1 auto;
|
|
6614
|
-
}
|
|
6615
|
-
.x-list > .x-list__item--no-expand {
|
|
6616
|
-
flex: 0 0 auto;
|
|
6617
|
-
}
|
|
6618
|
-
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
6619
|
-
min-width: 0;
|
|
6620
|
-
}
|
|
6621
|
-
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
6622
|
-
min-height: 0;
|
|
6623
|
-
}
|
|
6624
|
-
.x-list > .x-list__item--stretch {
|
|
6625
|
-
align-self: stretch;
|
|
6626
|
-
}
|
|
6627
|
-
.x-list > .x-list__item--flex-none {
|
|
6628
|
-
flex: none;
|
|
6629
|
-
}
|
|
6630
|
-
.x-list > .x-list__item--01 {
|
|
6631
|
-
flex: 1 12 auto;
|
|
6632
|
-
}
|
|
6633
|
-
.x-list > .x-list__item--02 {
|
|
6634
|
-
flex: 2 11 auto;
|
|
6635
|
-
}
|
|
6636
|
-
.x-list > .x-list__item--03 {
|
|
6637
|
-
flex: 3 10 auto;
|
|
6638
|
-
}
|
|
6639
|
-
.x-list > .x-list__item--04 {
|
|
6640
|
-
flex: 4 9 auto;
|
|
6641
|
-
}
|
|
6642
|
-
.x-list > .x-list__item--05 {
|
|
6643
|
-
flex: 5 8 auto;
|
|
6644
|
-
}
|
|
6645
|
-
.x-list > .x-list__item--06 {
|
|
6646
|
-
flex: 6 7 auto;
|
|
6647
|
-
}
|
|
6648
|
-
.x-list > .x-list__item--07 {
|
|
6649
|
-
flex: 7 6 auto;
|
|
6650
|
-
}
|
|
6651
|
-
.x-list > .x-list__item--08 {
|
|
6652
|
-
flex: 8 5 auto;
|
|
6653
|
-
}
|
|
6654
|
-
.x-list > .x-list__item--09 {
|
|
6655
|
-
flex: 9 4 auto;
|
|
6656
|
-
}
|
|
6657
|
-
.x-list > .x-list__item--10 {
|
|
6658
|
-
flex: 10 3 auto;
|
|
6659
|
-
}
|
|
6660
|
-
.x-list > .x-list__item--11 {
|
|
6661
|
-
flex: 11 2 auto;
|
|
6662
|
-
}
|
|
6663
|
-
.x-list > .x-list__item--12 {
|
|
6664
|
-
flex: 12 1 auto;
|
|
6665
|
-
}
|
|
6666
|
-
:root {
|
|
6667
|
-
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6668
|
-
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6669
|
-
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6670
|
-
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6671
|
-
--x-size-border-radius-input-group-pill
|
|
6672
|
-
);
|
|
6673
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6674
|
-
}
|
|
6675
6695
|
:root {
|
|
6676
6696
|
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6677
6697
|
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
@@ -6707,15 +6727,6 @@
|
|
|
6707
6727
|
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6708
6728
|
--x-size-border-width-left-input-group-line: 0;
|
|
6709
6729
|
}
|
|
6710
|
-
:root {
|
|
6711
|
-
--x-size-padding-left-input-group-line: 0;
|
|
6712
|
-
--x-size-padding-right-input-group-line: 0;
|
|
6713
|
-
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6714
|
-
--x-size-border-width-top-input-group-line: 0;
|
|
6715
|
-
--x-size-border-width-right-input-group-line: 0;
|
|
6716
|
-
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6717
|
-
--x-size-border-width-left-input-group-line: 0;
|
|
6718
|
-
}
|
|
6719
6730
|
|
|
6720
6731
|
.x-input-group--line .x-input-group,
|
|
6721
6732
|
.x-input-group--line.x-input-group {
|
|
@@ -6745,14 +6756,111 @@
|
|
|
6745
6756
|
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6746
6757
|
margin-left: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6747
6758
|
}
|
|
6748
|
-
[dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
|
|
6749
|
-
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6750
|
-
margin-right: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6759
|
+
[dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
|
|
6760
|
+
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6761
|
+
margin-right: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6762
|
+
}
|
|
6763
|
+
.x-input-group--line .x-input-group > .x-input-group__action,
|
|
6764
|
+
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6765
|
+
margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
|
|
6766
|
+
margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
|
|
6767
|
+
}
|
|
6768
|
+
:root {
|
|
6769
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6770
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6771
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6772
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6773
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6774
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6775
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6776
|
+
}
|
|
6777
|
+
:root {
|
|
6778
|
+
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6779
|
+
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
6780
|
+
--x-color-border-input-group-default-focus: var(--x-color-border-input-default-focus);
|
|
6781
|
+
--x-color-text-input-group-default: var(--x-color-text-input-default);
|
|
6782
|
+
--x-color-text-input-group-placeholder-default: var(--x-color-text-input-placeholder-default);
|
|
6783
|
+
--x-size-height-input-group-default: var(--x-size-height-input-default);
|
|
6784
|
+
--x-size-gap-input-group-default: var(--x-size-base-03);
|
|
6785
|
+
--x-size-padding-left-input-group-default: var(--x-size-base-06);
|
|
6786
|
+
--x-size-padding-right-input-group-default: var(--x-size-padding-left-input-group-default);
|
|
6787
|
+
--x-size-padding-input-group-default-action: var(--x-size-base-03);
|
|
6788
|
+
--x-size-border-width-input-group-default: var(--x-size-border-width-input-default);
|
|
6789
|
+
--x-size-border-width-top-input-group-default: var(--x-size-border-width-input-group-default);
|
|
6790
|
+
--x-size-border-width-right-input-group-default: var(--x-size-border-width-input-group-default);
|
|
6791
|
+
--x-size-border-width-bottom-input-group-default: var(--x-size-border-width-input-group-default);
|
|
6792
|
+
--x-size-border-width-left-input-group-default: var(--x-size-border-width-input-group-default);
|
|
6793
|
+
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-default);
|
|
6794
|
+
--x-size-border-radius-top-left-input-group-default: var(
|
|
6795
|
+
--x-size-border-radius-input-group-default
|
|
6796
|
+
);
|
|
6797
|
+
--x-size-border-radius-top-right-input-group-default: var(
|
|
6798
|
+
--x-size-border-radius-input-group-default
|
|
6799
|
+
);
|
|
6800
|
+
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
6801
|
+
--x-size-border-radius-input-group-default
|
|
6802
|
+
);
|
|
6803
|
+
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
6804
|
+
--x-size-border-radius-input-group-default
|
|
6805
|
+
);
|
|
6806
|
+
--x-font-family-input-group-default: var(--x-font-family-input-default);
|
|
6807
|
+
--x-size-font-input-group-default: var(--x-size-font-input-default);
|
|
6808
|
+
--x-size-line-height-input-group-default: var(--x-size-line-height-input-default);
|
|
6809
|
+
--x-number-font-weight-input-group-default: var(--x-number-font-weight-input-default);
|
|
6810
|
+
--x-font-family-input-group-placeholder-default: var(--x-font-family-input-group-default);
|
|
6811
|
+
--x-size-font-input-group-placeholder-default: var(--x-size-font-input-group-default);
|
|
6812
|
+
--x-size-line-height-input-group-placeholder-default: var(
|
|
6813
|
+
--x-size-line-height-input-group-default
|
|
6814
|
+
);
|
|
6815
|
+
--x-number-font-weight-input-group-placeholder-default: var(
|
|
6816
|
+
--x-number-font-weight-input-group-default
|
|
6817
|
+
);
|
|
6818
|
+
--x-number-font-weight-input-group-default-button: var(--x-number-font-weight-base-light);
|
|
6819
|
+
}
|
|
6820
|
+
:root {
|
|
6821
|
+
--x-size-border-radius-input-group-card: var(--x-size-border-radius-base-s);
|
|
6822
|
+
--x-size-border-radius-top-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6823
|
+
--x-size-border-radius-top-right-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6824
|
+
--x-size-border-radius-bottom-right-input-group-card: var(
|
|
6825
|
+
--x-size-border-radius-input-group-card
|
|
6826
|
+
);
|
|
6827
|
+
--x-size-border-radius-bottom-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6828
|
+
}
|
|
6829
|
+
:root {
|
|
6830
|
+
--x-size-border-radius-input-group-card: var(--x-size-border-radius-base-s);
|
|
6831
|
+
--x-size-border-radius-top-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6832
|
+
--x-size-border-radius-top-right-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6833
|
+
--x-size-border-radius-bottom-right-input-group-card: var(
|
|
6834
|
+
--x-size-border-radius-input-group-card
|
|
6835
|
+
);
|
|
6836
|
+
--x-size-border-radius-bottom-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6837
|
+
}
|
|
6838
|
+
|
|
6839
|
+
.x-input-group--card.x-input-group,
|
|
6840
|
+
.x-input-group--card .x-input-group {
|
|
6841
|
+
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-card);
|
|
6842
|
+
--x-size-border-radius-top-left-input-group-default: var(
|
|
6843
|
+
--x-size-border-radius-top-left-input-group-card
|
|
6844
|
+
);
|
|
6845
|
+
--x-size-border-radius-top-right-input-group-default: var(
|
|
6846
|
+
--x-size-border-radius-top-right-input-group-card
|
|
6847
|
+
);
|
|
6848
|
+
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
6849
|
+
--x-size-border-radius-bottom-right-input-group-card
|
|
6850
|
+
);
|
|
6851
|
+
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
6852
|
+
--x-size-border-radius-bottom-left-input-group-card
|
|
6853
|
+
);
|
|
6854
|
+
}
|
|
6855
|
+
.x-input-group--card.x-input-group__action:first-child,
|
|
6856
|
+
.x-input-group--card .x-input-group__action:first-child {
|
|
6857
|
+
--x-size-border-radius-top-right-input-group-default: 0;
|
|
6858
|
+
--x-size-border-radius-bottom-right-input-group-default: 0;
|
|
6751
6859
|
}
|
|
6752
|
-
.x-input-group--
|
|
6753
|
-
.x-input-group--
|
|
6754
|
-
|
|
6755
|
-
|
|
6860
|
+
.x-input-group--card.x-input-group__action:last-child,
|
|
6861
|
+
.x-input-group--card .x-input-group__action:last-child {
|
|
6862
|
+
--x-size-border-radius-top-left-input-group-default: 0;
|
|
6863
|
+
--x-size-border-radius-bottom-left-input-group-default: 0;
|
|
6756
6864
|
}
|
|
6757
6865
|
:root {
|
|
6758
6866
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
@@ -6931,94 +7039,6 @@
|
|
|
6931
7039
|
[dir="rtl"] .x-input-group > .x-input-group__action:last-child {
|
|
6932
7040
|
margin-left: calc(var(--x-size-border-width-right-input-group-default) * -1);
|
|
6933
7041
|
}
|
|
6934
|
-
:root {
|
|
6935
|
-
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6936
|
-
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
6937
|
-
--x-color-border-input-group-default-focus: var(--x-color-border-input-default-focus);
|
|
6938
|
-
--x-color-text-input-group-default: var(--x-color-text-input-default);
|
|
6939
|
-
--x-color-text-input-group-placeholder-default: var(--x-color-text-input-placeholder-default);
|
|
6940
|
-
--x-size-height-input-group-default: var(--x-size-height-input-default);
|
|
6941
|
-
--x-size-gap-input-group-default: var(--x-size-base-03);
|
|
6942
|
-
--x-size-padding-left-input-group-default: var(--x-size-base-06);
|
|
6943
|
-
--x-size-padding-right-input-group-default: var(--x-size-padding-left-input-group-default);
|
|
6944
|
-
--x-size-padding-input-group-default-action: var(--x-size-base-03);
|
|
6945
|
-
--x-size-border-width-input-group-default: var(--x-size-border-width-input-default);
|
|
6946
|
-
--x-size-border-width-top-input-group-default: var(--x-size-border-width-input-group-default);
|
|
6947
|
-
--x-size-border-width-right-input-group-default: var(--x-size-border-width-input-group-default);
|
|
6948
|
-
--x-size-border-width-bottom-input-group-default: var(--x-size-border-width-input-group-default);
|
|
6949
|
-
--x-size-border-width-left-input-group-default: var(--x-size-border-width-input-group-default);
|
|
6950
|
-
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-default);
|
|
6951
|
-
--x-size-border-radius-top-left-input-group-default: var(
|
|
6952
|
-
--x-size-border-radius-input-group-default
|
|
6953
|
-
);
|
|
6954
|
-
--x-size-border-radius-top-right-input-group-default: var(
|
|
6955
|
-
--x-size-border-radius-input-group-default
|
|
6956
|
-
);
|
|
6957
|
-
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
6958
|
-
--x-size-border-radius-input-group-default
|
|
6959
|
-
);
|
|
6960
|
-
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
6961
|
-
--x-size-border-radius-input-group-default
|
|
6962
|
-
);
|
|
6963
|
-
--x-font-family-input-group-default: var(--x-font-family-input-default);
|
|
6964
|
-
--x-size-font-input-group-default: var(--x-size-font-input-default);
|
|
6965
|
-
--x-size-line-height-input-group-default: var(--x-size-line-height-input-default);
|
|
6966
|
-
--x-number-font-weight-input-group-default: var(--x-number-font-weight-input-default);
|
|
6967
|
-
--x-font-family-input-group-placeholder-default: var(--x-font-family-input-group-default);
|
|
6968
|
-
--x-size-font-input-group-placeholder-default: var(--x-size-font-input-group-default);
|
|
6969
|
-
--x-size-line-height-input-group-placeholder-default: var(
|
|
6970
|
-
--x-size-line-height-input-group-default
|
|
6971
|
-
);
|
|
6972
|
-
--x-number-font-weight-input-group-placeholder-default: var(
|
|
6973
|
-
--x-number-font-weight-input-group-default
|
|
6974
|
-
);
|
|
6975
|
-
--x-number-font-weight-input-group-default-button: var(--x-number-font-weight-base-light);
|
|
6976
|
-
}
|
|
6977
|
-
:root {
|
|
6978
|
-
--x-size-border-radius-input-group-card: var(--x-size-border-radius-base-s);
|
|
6979
|
-
--x-size-border-radius-top-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6980
|
-
--x-size-border-radius-top-right-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6981
|
-
--x-size-border-radius-bottom-right-input-group-card: var(
|
|
6982
|
-
--x-size-border-radius-input-group-card
|
|
6983
|
-
);
|
|
6984
|
-
--x-size-border-radius-bottom-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6985
|
-
}
|
|
6986
|
-
:root {
|
|
6987
|
-
--x-size-border-radius-input-group-card: var(--x-size-border-radius-base-s);
|
|
6988
|
-
--x-size-border-radius-top-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6989
|
-
--x-size-border-radius-top-right-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6990
|
-
--x-size-border-radius-bottom-right-input-group-card: var(
|
|
6991
|
-
--x-size-border-radius-input-group-card
|
|
6992
|
-
);
|
|
6993
|
-
--x-size-border-radius-bottom-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6994
|
-
}
|
|
6995
|
-
|
|
6996
|
-
.x-input-group--card.x-input-group,
|
|
6997
|
-
.x-input-group--card .x-input-group {
|
|
6998
|
-
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-card);
|
|
6999
|
-
--x-size-border-radius-top-left-input-group-default: var(
|
|
7000
|
-
--x-size-border-radius-top-left-input-group-card
|
|
7001
|
-
);
|
|
7002
|
-
--x-size-border-radius-top-right-input-group-default: var(
|
|
7003
|
-
--x-size-border-radius-top-right-input-group-card
|
|
7004
|
-
);
|
|
7005
|
-
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
7006
|
-
--x-size-border-radius-bottom-right-input-group-card
|
|
7007
|
-
);
|
|
7008
|
-
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
7009
|
-
--x-size-border-radius-bottom-left-input-group-card
|
|
7010
|
-
);
|
|
7011
|
-
}
|
|
7012
|
-
.x-input-group--card.x-input-group__action:first-child,
|
|
7013
|
-
.x-input-group--card .x-input-group__action:first-child {
|
|
7014
|
-
--x-size-border-radius-top-right-input-group-default: 0;
|
|
7015
|
-
--x-size-border-radius-bottom-right-input-group-default: 0;
|
|
7016
|
-
}
|
|
7017
|
-
.x-input-group--card.x-input-group__action:last-child,
|
|
7018
|
-
.x-input-group--card .x-input-group__action:last-child {
|
|
7019
|
-
--x-size-border-radius-top-left-input-group-default: 0;
|
|
7020
|
-
--x-size-border-radius-bottom-left-input-group-default: 0;
|
|
7021
|
-
}
|
|
7022
7042
|
:root {
|
|
7023
7043
|
--x-size-border-radius-input-pill: var(--x-size-border-radius-base-pill);
|
|
7024
7044
|
--x-size-border-radius-top-left-input-pill: var(--x-size-border-radius-input-pill);
|
|
@@ -7026,6 +7046,28 @@
|
|
|
7026
7046
|
--x-size-border-radius-bottom-right-input-pill: var(--x-size-border-radius-input-pill);
|
|
7027
7047
|
--x-size-border-radius-bottom-left-input-pill: var(--x-size-border-radius-input-pill);
|
|
7028
7048
|
}
|
|
7049
|
+
:root {
|
|
7050
|
+
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7051
|
+
--x-size-padding-right-input-line: 0;
|
|
7052
|
+
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7053
|
+
--x-size-padding-left-input-line: 0;
|
|
7054
|
+
--x-size-border-width-top-input-line: 0;
|
|
7055
|
+
--x-size-border-width-right-input-line: 0;
|
|
7056
|
+
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7057
|
+
--x-size-border-width-left-input-line: 0;
|
|
7058
|
+
}
|
|
7059
|
+
|
|
7060
|
+
.x-input--line .x-input,
|
|
7061
|
+
.x-input--line.x-input {
|
|
7062
|
+
--x-size-padding-top-input-default: var(--x-size-padding-top-input-line);
|
|
7063
|
+
--x-size-padding-right-input-default: var(--x-size-padding-right-input-line);
|
|
7064
|
+
--x-size-padding-bottom-input-default: var(--x-size-padding-bottom-input-line);
|
|
7065
|
+
--x-size-padding-left-input-default: var(--x-size-padding-left-input-line);
|
|
7066
|
+
--x-size-border-width-top-input-default: var(--x-size-border-width-top-input-line);
|
|
7067
|
+
--x-size-border-width-right-input-default: var(--x-size-border-width-right-input-line);
|
|
7068
|
+
--x-size-border-width-bottom-input-default: var(--x-size-border-width-bottom-input-line);
|
|
7069
|
+
--x-size-border-width-left-input-default: var(--x-size-border-width-left-input-line);
|
|
7070
|
+
}
|
|
7029
7071
|
:root {
|
|
7030
7072
|
--x-size-border-radius-input-pill: var(--x-size-border-radius-base-pill);
|
|
7031
7073
|
--x-size-border-radius-top-left-input-pill: var(--x-size-border-radius-input-pill);
|
|
@@ -7052,56 +7094,6 @@
|
|
|
7052
7094
|
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7053
7095
|
--x-size-border-width-left-input-line: 0;
|
|
7054
7096
|
}
|
|
7055
|
-
:root {
|
|
7056
|
-
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7057
|
-
--x-size-padding-right-input-line: 0;
|
|
7058
|
-
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7059
|
-
--x-size-padding-left-input-line: 0;
|
|
7060
|
-
--x-size-border-width-top-input-line: 0;
|
|
7061
|
-
--x-size-border-width-right-input-line: 0;
|
|
7062
|
-
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7063
|
-
--x-size-border-width-left-input-line: 0;
|
|
7064
|
-
}
|
|
7065
|
-
|
|
7066
|
-
.x-input--line .x-input,
|
|
7067
|
-
.x-input--line.x-input {
|
|
7068
|
-
--x-size-padding-top-input-default: var(--x-size-padding-top-input-line);
|
|
7069
|
-
--x-size-padding-right-input-default: var(--x-size-padding-right-input-line);
|
|
7070
|
-
--x-size-padding-bottom-input-default: var(--x-size-padding-bottom-input-line);
|
|
7071
|
-
--x-size-padding-left-input-default: var(--x-size-padding-left-input-line);
|
|
7072
|
-
--x-size-border-width-top-input-default: var(--x-size-border-width-top-input-line);
|
|
7073
|
-
--x-size-border-width-right-input-default: var(--x-size-border-width-right-input-line);
|
|
7074
|
-
--x-size-border-width-bottom-input-default: var(--x-size-border-width-bottom-input-line);
|
|
7075
|
-
--x-size-border-width-left-input-default: var(--x-size-border-width-left-input-line);
|
|
7076
|
-
}
|
|
7077
|
-
:root {
|
|
7078
|
-
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7079
|
-
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
7080
|
-
--x-color-border-input-default-focus: var(--x-color-base-lead);
|
|
7081
|
-
--x-color-text-input-default: var(--x-color-text-default);
|
|
7082
|
-
--x-color-text-input-placeholder-default: var(--x-color-base-neutral-35);
|
|
7083
|
-
--x-size-border-width-input-default: var(--x-size-border-width-base);
|
|
7084
|
-
--x-size-border-width-top-input-default: var(--x-size-border-width-input-default);
|
|
7085
|
-
--x-size-border-width-right-input-default: var(--x-size-border-width-input-default);
|
|
7086
|
-
--x-size-border-width-bottom-input-default: var(--x-size-border-width-input-default);
|
|
7087
|
-
--x-size-border-width-left-input-default: var(--x-size-border-width-input-default);
|
|
7088
|
-
--x-size-border-radius-input-default: var(--x-size-border-radius-base-none);
|
|
7089
|
-
--x-size-border-radius-top-left-input-default: var(--x-size-border-radius-input-default);
|
|
7090
|
-
--x-size-border-radius-top-right-input-default: var(--x-size-border-radius-input-default);
|
|
7091
|
-
--x-size-border-radius-bottom-right-input-default: var(--x-size-border-radius-input-default);
|
|
7092
|
-
--x-size-border-radius-bottom-left-input-default: var(--x-size-border-radius-input-default);
|
|
7093
|
-
--x-size-height-input-default: var(--x-size-base-07);
|
|
7094
|
-
--x-size-padding-right-input-default: var(--x-size-base-04);
|
|
7095
|
-
--x-size-padding-left-input-default: var(--x-size-base-04);
|
|
7096
|
-
--x-font-family-input-default: var(--x-font-family-text);
|
|
7097
|
-
--x-size-font-input-default: var(--x-size-font-text);
|
|
7098
|
-
--x-size-line-height-input-default: var(--x-size-line-height-text);
|
|
7099
|
-
--x-number-font-weight-input-default: var(--x-number-font-weight-text);
|
|
7100
|
-
--x-font-family-input-placeholder-default: var(--x-font-family-input-default);
|
|
7101
|
-
--x-size-font-input-placeholder-default: var(--x-size-font-input-default);
|
|
7102
|
-
--x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
|
|
7103
|
-
--x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
|
|
7104
|
-
}
|
|
7105
7097
|
:root {
|
|
7106
7098
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7107
7099
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7210,6 +7202,34 @@
|
|
|
7210
7202
|
font-weight: var(--x-number-font-weight-input-placeholder-default);
|
|
7211
7203
|
line-height: var(--x-size-line-height-input-placeholder-default);
|
|
7212
7204
|
}
|
|
7205
|
+
:root {
|
|
7206
|
+
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7207
|
+
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
7208
|
+
--x-color-border-input-default-focus: var(--x-color-base-lead);
|
|
7209
|
+
--x-color-text-input-default: var(--x-color-text-default);
|
|
7210
|
+
--x-color-text-input-placeholder-default: var(--x-color-base-neutral-35);
|
|
7211
|
+
--x-size-border-width-input-default: var(--x-size-border-width-base);
|
|
7212
|
+
--x-size-border-width-top-input-default: var(--x-size-border-width-input-default);
|
|
7213
|
+
--x-size-border-width-right-input-default: var(--x-size-border-width-input-default);
|
|
7214
|
+
--x-size-border-width-bottom-input-default: var(--x-size-border-width-input-default);
|
|
7215
|
+
--x-size-border-width-left-input-default: var(--x-size-border-width-input-default);
|
|
7216
|
+
--x-size-border-radius-input-default: var(--x-size-border-radius-base-none);
|
|
7217
|
+
--x-size-border-radius-top-left-input-default: var(--x-size-border-radius-input-default);
|
|
7218
|
+
--x-size-border-radius-top-right-input-default: var(--x-size-border-radius-input-default);
|
|
7219
|
+
--x-size-border-radius-bottom-right-input-default: var(--x-size-border-radius-input-default);
|
|
7220
|
+
--x-size-border-radius-bottom-left-input-default: var(--x-size-border-radius-input-default);
|
|
7221
|
+
--x-size-height-input-default: var(--x-size-base-07);
|
|
7222
|
+
--x-size-padding-right-input-default: var(--x-size-base-04);
|
|
7223
|
+
--x-size-padding-left-input-default: var(--x-size-base-04);
|
|
7224
|
+
--x-font-family-input-default: var(--x-font-family-text);
|
|
7225
|
+
--x-size-font-input-default: var(--x-size-font-text);
|
|
7226
|
+
--x-size-line-height-input-default: var(--x-size-line-height-text);
|
|
7227
|
+
--x-number-font-weight-input-default: var(--x-number-font-weight-text);
|
|
7228
|
+
--x-font-family-input-placeholder-default: var(--x-font-family-input-default);
|
|
7229
|
+
--x-size-font-input-placeholder-default: var(--x-size-font-input-default);
|
|
7230
|
+
--x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
|
|
7231
|
+
--x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
|
|
7232
|
+
}
|
|
7213
7233
|
:root {
|
|
7214
7234
|
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
7215
7235
|
--x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
|
|
@@ -7217,6 +7237,10 @@
|
|
|
7217
7237
|
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7218
7238
|
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7219
7239
|
}
|
|
7240
|
+
:root {
|
|
7241
|
+
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7242
|
+
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7243
|
+
}
|
|
7220
7244
|
:root {
|
|
7221
7245
|
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
7222
7246
|
--x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
|
|
@@ -7241,10 +7265,6 @@
|
|
|
7241
7265
|
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7242
7266
|
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7243
7267
|
}
|
|
7244
|
-
:root {
|
|
7245
|
-
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7246
|
-
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7247
|
-
}
|
|
7248
7268
|
|
|
7249
7269
|
.x-icon--xl {
|
|
7250
7270
|
--x-size-width-icon-default: var(--x-size-width-icon-xl);
|
|
@@ -7267,10 +7287,6 @@
|
|
|
7267
7287
|
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7268
7288
|
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7269
7289
|
}
|
|
7270
|
-
:root {
|
|
7271
|
-
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7272
|
-
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7273
|
-
}
|
|
7274
7290
|
|
|
7275
7291
|
.x-icon--m {
|
|
7276
7292
|
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
@@ -7280,6 +7296,10 @@
|
|
|
7280
7296
|
--x-size-width-icon-l: var(--x-size-base-06);
|
|
7281
7297
|
--x-size-height-icon-l: var(--x-size-base-06);
|
|
7282
7298
|
}
|
|
7299
|
+
:root {
|
|
7300
|
+
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7301
|
+
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7302
|
+
}
|
|
7283
7303
|
:root {
|
|
7284
7304
|
--x-size-width-icon-l: var(--x-size-base-06);
|
|
7285
7305
|
--x-size-height-icon-l: var(--x-size-base-06);
|
|
@@ -7298,20 +7318,6 @@
|
|
|
7298
7318
|
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7299
7319
|
--x-size-stroke-width-icon-default: 1px;
|
|
7300
7320
|
}
|
|
7301
|
-
:root {
|
|
7302
|
-
--x-size-padding-grid: 0;
|
|
7303
|
-
--x-size-gap-grid: var(--x-size-base-03);
|
|
7304
|
-
--x-size-min-width-grid-item: 150px;
|
|
7305
|
-
}
|
|
7306
|
-
:root {
|
|
7307
|
-
--x-color-stroke-icon-default: currentColor;
|
|
7308
|
-
--x-color-fill-icon-default: none;
|
|
7309
|
-
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7310
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7311
|
-
--x-string-stroke-linecap-icon-default: butt;
|
|
7312
|
-
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7313
|
-
--x-size-stroke-width-icon-default: 1px;
|
|
7314
|
-
}
|
|
7315
7321
|
|
|
7316
7322
|
.x-icon {
|
|
7317
7323
|
stroke: var(--x-color-stroke-icon-default);
|
|
@@ -7329,9 +7335,29 @@
|
|
|
7329
7335
|
stroke-linejoin: var(--x-string-stroke-linejoin-icon-default);
|
|
7330
7336
|
stroke-width: var(--x-size-stroke-width-icon-default);
|
|
7331
7337
|
}
|
|
7332
|
-
.x-icon.x-filled {
|
|
7333
|
-
stroke: none;
|
|
7334
|
-
fill: var(--x-color-stroke-icon-default);
|
|
7338
|
+
.x-icon.x-filled {
|
|
7339
|
+
stroke: none;
|
|
7340
|
+
fill: var(--x-color-stroke-icon-default);
|
|
7341
|
+
}
|
|
7342
|
+
:root {
|
|
7343
|
+
--x-color-stroke-icon-default: currentColor;
|
|
7344
|
+
--x-color-fill-icon-default: none;
|
|
7345
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7346
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7347
|
+
--x-string-stroke-linecap-icon-default: butt;
|
|
7348
|
+
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7349
|
+
--x-size-stroke-width-icon-default: 1px;
|
|
7350
|
+
}
|
|
7351
|
+
:root {
|
|
7352
|
+
--x-size-padding-grid: 0;
|
|
7353
|
+
--x-size-gap-grid: var(--x-size-base-03);
|
|
7354
|
+
--x-size-min-width-grid-item: 150px;
|
|
7355
|
+
}
|
|
7356
|
+
.x-filter--justified.x-filter > *:last-child:not(.x-filter__label),
|
|
7357
|
+
.x-filter--justified.x-facet-filter > *:last-child:not(.x-filter__label),
|
|
7358
|
+
.x-filter--justified .x-filter > *:last-child:not(.x-filter__label),
|
|
7359
|
+
.x-filter--justified .x-facet-filter > *:last-child:not(.x-filter__label) {
|
|
7360
|
+
margin-left: auto;
|
|
7335
7361
|
}
|
|
7336
7362
|
:root {
|
|
7337
7363
|
--x-size-padding-grid: 0;
|
|
@@ -7359,12 +7385,6 @@
|
|
|
7359
7385
|
.x-grid-list--cols-auto .x-grid-list__item {
|
|
7360
7386
|
min-width: var(--x-size-min-width-grid-item);
|
|
7361
7387
|
}
|
|
7362
|
-
.x-filter--justified.x-filter > *:last-child:not(.x-filter__label),
|
|
7363
|
-
.x-filter--justified.x-facet-filter > *:last-child:not(.x-filter__label),
|
|
7364
|
-
.x-filter--justified .x-filter > *:last-child:not(.x-filter__label),
|
|
7365
|
-
.x-filter--justified .x-facet-filter > *:last-child:not(.x-filter__label) {
|
|
7366
|
-
margin-left: auto;
|
|
7367
|
-
}
|
|
7368
7388
|
:root {
|
|
7369
7389
|
--x-size-margin-filter-children: 0;
|
|
7370
7390
|
--x-size-padding-top-filter-children: 0;
|
|
@@ -7372,38 +7392,6 @@
|
|
|
7372
7392
|
--x-size-padding-bottom-filter-children: 0;
|
|
7373
7393
|
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7374
7394
|
}
|
|
7375
|
-
:root {
|
|
7376
|
-
--x-size-margin-filter-children: 0;
|
|
7377
|
-
--x-size-padding-top-filter-children: 0;
|
|
7378
|
-
--x-size-padding-right-filter-children: 0;
|
|
7379
|
-
--x-size-padding-bottom-filter-children: 0;
|
|
7380
|
-
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7381
|
-
}
|
|
7382
|
-
|
|
7383
|
-
.x-hierarchical-filter-container {
|
|
7384
|
-
list-style: none;
|
|
7385
|
-
}
|
|
7386
|
-
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7387
|
-
padding-left: var(--x-size-padding-left-filter-children);
|
|
7388
|
-
}
|
|
7389
|
-
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7390
|
-
padding-right: var(--x-size-padding-left-filter-children);
|
|
7391
|
-
}
|
|
7392
|
-
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7393
|
-
padding-right: var(--x-size-padding-right-filter-children);
|
|
7394
|
-
}
|
|
7395
|
-
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7396
|
-
padding-left: var(--x-size-padding-right-filter-children);
|
|
7397
|
-
}
|
|
7398
|
-
.x-hierarchical-filter-container .x-hierarchical-filter__children, .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7399
|
-
margin: var(--x-size-margin-filter-children);
|
|
7400
|
-
padding-top: var(--x-size-padding-top-filter-children);
|
|
7401
|
-
padding-bottom: var(--x-size-padding-bottom-filter-children);
|
|
7402
|
-
}
|
|
7403
|
-
.x-hierarchical-filter-container .x-hierarchical-filter-container,
|
|
7404
|
-
.x-hierarchical-filter-container .x-filter, .x-hierarchical-filter-container .x-facet-filter {
|
|
7405
|
-
width: 100%;
|
|
7406
|
-
}
|
|
7407
7395
|
:root {
|
|
7408
7396
|
--x-color-background-filter-default: transparent;
|
|
7409
7397
|
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
@@ -7436,6 +7424,38 @@
|
|
|
7436
7424
|
);
|
|
7437
7425
|
--x-size-line-height-filter-default: var(--x-size-line-height-text);
|
|
7438
7426
|
}
|
|
7427
|
+
:root {
|
|
7428
|
+
--x-size-margin-filter-children: 0;
|
|
7429
|
+
--x-size-padding-top-filter-children: 0;
|
|
7430
|
+
--x-size-padding-right-filter-children: 0;
|
|
7431
|
+
--x-size-padding-bottom-filter-children: 0;
|
|
7432
|
+
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7433
|
+
}
|
|
7434
|
+
|
|
7435
|
+
.x-hierarchical-filter-container {
|
|
7436
|
+
list-style: none;
|
|
7437
|
+
}
|
|
7438
|
+
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7439
|
+
padding-left: var(--x-size-padding-left-filter-children);
|
|
7440
|
+
}
|
|
7441
|
+
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7442
|
+
padding-right: var(--x-size-padding-left-filter-children);
|
|
7443
|
+
}
|
|
7444
|
+
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7445
|
+
padding-right: var(--x-size-padding-right-filter-children);
|
|
7446
|
+
}
|
|
7447
|
+
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7448
|
+
padding-left: var(--x-size-padding-right-filter-children);
|
|
7449
|
+
}
|
|
7450
|
+
.x-hierarchical-filter-container .x-hierarchical-filter__children, .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7451
|
+
margin: var(--x-size-margin-filter-children);
|
|
7452
|
+
padding-top: var(--x-size-padding-top-filter-children);
|
|
7453
|
+
padding-bottom: var(--x-size-padding-bottom-filter-children);
|
|
7454
|
+
}
|
|
7455
|
+
.x-hierarchical-filter-container .x-hierarchical-filter-container,
|
|
7456
|
+
.x-hierarchical-filter-container .x-filter, .x-hierarchical-filter-container .x-facet-filter {
|
|
7457
|
+
width: 100%;
|
|
7458
|
+
}
|
|
7439
7459
|
:root {
|
|
7440
7460
|
--x-color-background-filter-default: transparent;
|
|
7441
7461
|
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
@@ -7562,19 +7582,6 @@
|
|
|
7562
7582
|
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7563
7583
|
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7564
7584
|
}
|
|
7565
|
-
:root {
|
|
7566
|
-
--x-color-border-facet-outlined: var(--x-color-base-neutral-70);
|
|
7567
|
-
--x-size-border-width-facet-outlined: var(--x-size-border-width-base);
|
|
7568
|
-
--x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7569
|
-
--x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7570
|
-
--x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7571
|
-
--x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7572
|
-
--x-size-padding-facet-header-outlined: var(--x-size-base-03);
|
|
7573
|
-
--x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7574
|
-
--x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7575
|
-
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7576
|
-
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7577
|
-
}
|
|
7578
7585
|
|
|
7579
7586
|
.x-facet--outlined.x-facet,
|
|
7580
7587
|
.x-facet--outlined .x-facet {
|
|
@@ -7591,12 +7598,17 @@
|
|
|
7591
7598
|
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
|
|
7592
7599
|
}
|
|
7593
7600
|
:root {
|
|
7594
|
-
--x-color-border-facet-
|
|
7595
|
-
--x-size-border-width-facet-
|
|
7596
|
-
--x-size-border-width-top-facet-
|
|
7597
|
-
--x-size-border-width-right-facet-
|
|
7598
|
-
--x-size-border-width-bottom-facet-
|
|
7599
|
-
--x-size-border-width-left-facet-
|
|
7601
|
+
--x-color-border-facet-outlined: var(--x-color-base-neutral-70);
|
|
7602
|
+
--x-size-border-width-facet-outlined: var(--x-size-border-width-base);
|
|
7603
|
+
--x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7604
|
+
--x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7605
|
+
--x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7606
|
+
--x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7607
|
+
--x-size-padding-facet-header-outlined: var(--x-size-base-03);
|
|
7608
|
+
--x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7609
|
+
--x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7610
|
+
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7611
|
+
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7600
7612
|
}
|
|
7601
7613
|
:root {
|
|
7602
7614
|
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
@@ -7606,22 +7618,6 @@
|
|
|
7606
7618
|
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7607
7619
|
--x-size-border-width-left-facet-header-line: 0;
|
|
7608
7620
|
}
|
|
7609
|
-
|
|
7610
|
-
.x-facet--line.x-facet,
|
|
7611
|
-
.x-facet--line .x-facet {
|
|
7612
|
-
--x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
|
|
7613
|
-
--x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
|
|
7614
|
-
--x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
|
|
7615
|
-
--x-size-border-width-right-facet-header-default: var(
|
|
7616
|
-
--x-size-border-width-right-facet-header-line
|
|
7617
|
-
);
|
|
7618
|
-
--x-size-border-width-bottom-facet-header-default: var(
|
|
7619
|
-
--x-size-border-width-bottom-facet-header-line
|
|
7620
|
-
);
|
|
7621
|
-
--x-size-border-width-left-facet-header-default: var(
|
|
7622
|
-
--x-size-border-width-left-facet-header-line
|
|
7623
|
-
);
|
|
7624
|
-
}
|
|
7625
7621
|
:root {
|
|
7626
7622
|
--x-color-background-facet-default: transparent;
|
|
7627
7623
|
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
@@ -7782,6 +7778,30 @@
|
|
|
7782
7778
|
.x-facet > *:first-child .x-icon:last-child:not(:first-child), .x-facet__header .x-icon:last-child:not(:first-child) {
|
|
7783
7779
|
margin-left: auto;
|
|
7784
7780
|
}
|
|
7781
|
+
:root {
|
|
7782
|
+
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
7783
|
+
--x-size-border-width-facet-header-line: var(--x-size-border-width-base);
|
|
7784
|
+
--x-size-border-width-top-facet-header-line: 0;
|
|
7785
|
+
--x-size-border-width-right-facet-header-line: 0;
|
|
7786
|
+
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7787
|
+
--x-size-border-width-left-facet-header-line: 0;
|
|
7788
|
+
}
|
|
7789
|
+
|
|
7790
|
+
.x-facet--line.x-facet,
|
|
7791
|
+
.x-facet--line .x-facet {
|
|
7792
|
+
--x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
|
|
7793
|
+
--x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
|
|
7794
|
+
--x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
|
|
7795
|
+
--x-size-border-width-right-facet-header-default: var(
|
|
7796
|
+
--x-size-border-width-right-facet-header-line
|
|
7797
|
+
);
|
|
7798
|
+
--x-size-border-width-bottom-facet-header-default: var(
|
|
7799
|
+
--x-size-border-width-bottom-facet-header-line
|
|
7800
|
+
);
|
|
7801
|
+
--x-size-border-width-left-facet-header-default: var(
|
|
7802
|
+
--x-size-border-width-left-facet-header-line
|
|
7803
|
+
);
|
|
7804
|
+
}
|
|
7785
7805
|
:root {
|
|
7786
7806
|
--x-size-border-radius-facet-card: var(--x-size-border-radius-base-s);
|
|
7787
7807
|
--x-size-border-radius-top-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
@@ -7794,6 +7814,16 @@
|
|
|
7794
7814
|
--x-size-padding-bottom-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7795
7815
|
--x-size-padding-left-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7796
7816
|
}
|
|
7817
|
+
:root {
|
|
7818
|
+
--x-size-width-dropdown-xl: 282px;
|
|
7819
|
+
}
|
|
7820
|
+
|
|
7821
|
+
.x-dropdown.x-dropdown--xl {
|
|
7822
|
+
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
|
|
7823
|
+
}
|
|
7824
|
+
:root {
|
|
7825
|
+
--x-size-width-dropdown-xl: 282px;
|
|
7826
|
+
}
|
|
7797
7827
|
:root {
|
|
7798
7828
|
--x-size-border-radius-facet-card: var(--x-size-border-radius-base-s);
|
|
7799
7829
|
--x-size-border-radius-top-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
@@ -7821,17 +7851,14 @@
|
|
|
7821
7851
|
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-card);
|
|
7822
7852
|
}
|
|
7823
7853
|
:root {
|
|
7824
|
-
--x-size-width-dropdown-
|
|
7854
|
+
--x-size-width-dropdown-s: 74px;
|
|
7825
7855
|
}
|
|
7826
7856
|
:root {
|
|
7827
|
-
--x-size-width-dropdown-
|
|
7857
|
+
--x-size-width-dropdown-s: 74px;
|
|
7828
7858
|
}
|
|
7829
7859
|
|
|
7830
|
-
.x-dropdown.x-dropdown--
|
|
7831
|
-
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-
|
|
7832
|
-
}
|
|
7833
|
-
:root {
|
|
7834
|
-
--x-size-width-dropdown-s: 74px;
|
|
7860
|
+
.x-dropdown.x-dropdown--s {
|
|
7861
|
+
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-s);
|
|
7835
7862
|
}
|
|
7836
7863
|
:root {
|
|
7837
7864
|
--x-size-gap-dropdown-pill: var(--x-size-base-03);
|
|
@@ -7841,6 +7868,9 @@
|
|
|
7841
7868
|
--x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7842
7869
|
--x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7843
7870
|
}
|
|
7871
|
+
:root {
|
|
7872
|
+
--x-size-width-dropdown-m: 130px;
|
|
7873
|
+
}
|
|
7844
7874
|
:root {
|
|
7845
7875
|
--x-size-gap-dropdown-pill: var(--x-size-base-03);
|
|
7846
7876
|
--x-size-border-width-dropdown-list-pill: var(--x-size-border-width-base);
|
|
@@ -7874,87 +7904,22 @@
|
|
|
7874
7904
|
--x-size-border-width-top-dropdown-list-default: var(
|
|
7875
7905
|
--x-size-border-width-top-dropdown-list-pill
|
|
7876
7906
|
);
|
|
7877
|
-
--x-size-border-width-right-dropdown-list-default: var(
|
|
7878
|
-
--x-size-border-width-right-dropdown-list-pill
|
|
7879
|
-
);
|
|
7880
|
-
--x-size-border-width-bottom-dropdown-list-default: var(
|
|
7881
|
-
--x-size-border-width-bottom-dropdown-list-pill
|
|
7882
|
-
);
|
|
7883
|
-
--x-size-border-width-left-dropdown-list-default: var(
|
|
7884
|
-
--x-size-border-width-left-dropdown-list-pill
|
|
7885
|
-
);
|
|
7886
|
-
}
|
|
7887
|
-
:root {
|
|
7888
|
-
--x-string-overflow-scroll: auto;
|
|
7889
|
-
--x-color-background-scroll-bar: transparent;
|
|
7890
|
-
--x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
|
|
7891
|
-
--x-color-background-scroll-bar-hover: transparent;
|
|
7892
|
-
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
7893
|
-
}
|
|
7894
|
-
|
|
7895
|
-
.x-scroll {
|
|
7896
|
-
overflow-y: var(--x-string-overflow-scroll);
|
|
7897
|
-
}
|
|
7898
|
-
@media (hover: hover) {
|
|
7899
|
-
.x-scroll {
|
|
7900
|
-
scrollbar-width: auto;
|
|
7901
|
-
scrollbar-color: var(--x-color-thumb-scroll-bar) var(--x-color-background-scroll-bar);
|
|
7902
|
-
}
|
|
7903
|
-
.x-scroll::-webkit-scrollbar {
|
|
7904
|
-
width: 17px;
|
|
7905
|
-
}
|
|
7906
|
-
.x-scroll::-webkit-scrollbar-track {
|
|
7907
|
-
background: var(--x-color-background-scroll-bar);
|
|
7908
|
-
}
|
|
7909
|
-
.x-scroll::-webkit-scrollbar-thumb {
|
|
7910
|
-
width: 5px;
|
|
7911
|
-
border-radius: 15px;
|
|
7912
|
-
background: var(--x-color-thumb-scroll-bar);
|
|
7913
|
-
background-clip: content-box;
|
|
7914
|
-
border: solid 4px rgba(0, 0, 0, 0.00001);
|
|
7915
|
-
}
|
|
7916
|
-
.x-scroll:hover {
|
|
7917
|
-
--x-color-background-scroll-bar: var(--x-color-background-scroll-bar-hover);
|
|
7918
|
-
--x-color-thumb-scroll-bar: var(--x-color-thumb-scroll-bar-hover);
|
|
7919
|
-
}
|
|
7920
|
-
}
|
|
7921
|
-
|
|
7922
|
-
.x-base-scroll {
|
|
7923
|
-
overflow-y: var(--x-string-overflow-scroll, auto);
|
|
7924
|
-
}
|
|
7925
|
-
:root {
|
|
7926
|
-
--x-size-width-dropdown-m: 130px;
|
|
7927
|
-
}
|
|
7928
|
-
:root {
|
|
7929
|
-
--x-size-width-dropdown-m: 130px;
|
|
7930
|
-
}
|
|
7931
|
-
|
|
7932
|
-
.x-dropdown.x-dropdown--m {
|
|
7933
|
-
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-m);
|
|
7934
|
-
}
|
|
7935
|
-
:root {
|
|
7936
|
-
--x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
|
|
7937
|
-
--x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
|
|
7938
|
-
--x-size-padding-top-dropdown-item-line: var(--x-size-base-03);
|
|
7939
|
-
--x-size-padding-right-dropdown-item-line: 0;
|
|
7940
|
-
--x-size-padding-bottom-dropdown-item-line: var(--x-size-base-03);
|
|
7941
|
-
--x-size-padding-left-dropdown-item-line: 0;
|
|
7942
|
-
--x-size-padding-top-dropdown-toggle-line: var(--x-size-base-03);
|
|
7943
|
-
--x-size-padding-right-dropdown-toggle-line: 0;
|
|
7944
|
-
--x-size-padding-bottom-dropdown-toggle-line: var(--x-size-base-03);
|
|
7945
|
-
--x-size-padding-left-dropdown-toggle-line: 0;
|
|
7946
|
-
--x-size-border-width-dropdown-toggle-line: var(--x-size-border-width-base);
|
|
7947
|
-
--x-size-border-width-top-dropdown-toggle-line: 0;
|
|
7948
|
-
--x-size-border-width-right-dropdown-toggle-line: 0;
|
|
7949
|
-
--x-size-border-width-bottom-dropdown-toggle-line: var(
|
|
7950
|
-
--x-size-border-width-dropdown-toggle-line
|
|
7907
|
+
--x-size-border-width-right-dropdown-list-default: var(
|
|
7908
|
+
--x-size-border-width-right-dropdown-list-pill
|
|
7951
7909
|
);
|
|
7952
|
-
--x-size-border-width-
|
|
7953
|
-
|
|
7954
|
-
|
|
7955
|
-
--x-size-border-width-
|
|
7956
|
-
|
|
7957
|
-
|
|
7910
|
+
--x-size-border-width-bottom-dropdown-list-default: var(
|
|
7911
|
+
--x-size-border-width-bottom-dropdown-list-pill
|
|
7912
|
+
);
|
|
7913
|
+
--x-size-border-width-left-dropdown-list-default: var(
|
|
7914
|
+
--x-size-border-width-left-dropdown-list-pill
|
|
7915
|
+
);
|
|
7916
|
+
}
|
|
7917
|
+
:root {
|
|
7918
|
+
--x-size-width-dropdown-m: 130px;
|
|
7919
|
+
}
|
|
7920
|
+
|
|
7921
|
+
.x-dropdown.x-dropdown--m {
|
|
7922
|
+
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-m);
|
|
7958
7923
|
}
|
|
7959
7924
|
:root {
|
|
7960
7925
|
--x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
|
|
@@ -8020,15 +7985,32 @@
|
|
|
8020
7985
|
);
|
|
8021
7986
|
}
|
|
8022
7987
|
:root {
|
|
8023
|
-
--x-size-
|
|
7988
|
+
--x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
|
|
7989
|
+
--x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
|
|
7990
|
+
--x-size-padding-top-dropdown-item-line: var(--x-size-base-03);
|
|
7991
|
+
--x-size-padding-right-dropdown-item-line: 0;
|
|
7992
|
+
--x-size-padding-bottom-dropdown-item-line: var(--x-size-base-03);
|
|
7993
|
+
--x-size-padding-left-dropdown-item-line: 0;
|
|
7994
|
+
--x-size-padding-top-dropdown-toggle-line: var(--x-size-base-03);
|
|
7995
|
+
--x-size-padding-right-dropdown-toggle-line: 0;
|
|
7996
|
+
--x-size-padding-bottom-dropdown-toggle-line: var(--x-size-base-03);
|
|
7997
|
+
--x-size-padding-left-dropdown-toggle-line: 0;
|
|
7998
|
+
--x-size-border-width-dropdown-toggle-line: var(--x-size-border-width-base);
|
|
7999
|
+
--x-size-border-width-top-dropdown-toggle-line: 0;
|
|
8000
|
+
--x-size-border-width-right-dropdown-toggle-line: 0;
|
|
8001
|
+
--x-size-border-width-bottom-dropdown-toggle-line: var(
|
|
8002
|
+
--x-size-border-width-dropdown-toggle-line
|
|
8003
|
+
);
|
|
8004
|
+
--x-size-border-width-left-dropdown-toggle-line: 0;
|
|
8005
|
+
--x-size-border-width-dropdown-list-line: 0;
|
|
8006
|
+
--x-size-border-width-top-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
8007
|
+
--x-size-border-width-right-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
8008
|
+
--x-size-border-width-bottom-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
8009
|
+
--x-size-border-width-left-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
8024
8010
|
}
|
|
8025
8011
|
:root {
|
|
8026
8012
|
--x-size-width-dropdown-l: 202px;
|
|
8027
8013
|
}
|
|
8028
|
-
|
|
8029
|
-
.x-dropdown.x-dropdown--l {
|
|
8030
|
-
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-l);
|
|
8031
|
-
}
|
|
8032
8014
|
:root {
|
|
8033
8015
|
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
8034
8016
|
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
@@ -8102,6 +8084,13 @@
|
|
|
8102
8084
|
--x-string-overflow-dropdown-toggle-default: hidden;
|
|
8103
8085
|
--x-string-overflow-dropdown-list-default: hidden;
|
|
8104
8086
|
}
|
|
8087
|
+
:root {
|
|
8088
|
+
--x-size-width-dropdown-l: 202px;
|
|
8089
|
+
}
|
|
8090
|
+
|
|
8091
|
+
.x-dropdown.x-dropdown--l {
|
|
8092
|
+
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-l);
|
|
8093
|
+
}
|
|
8105
8094
|
:root {
|
|
8106
8095
|
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
8107
8096
|
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
@@ -8357,19 +8346,6 @@
|
|
|
8357
8346
|
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8358
8347
|
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8359
8348
|
}
|
|
8360
|
-
:root {
|
|
8361
|
-
--x-size-gap-dropdown-card: var(--x-size-base-03);
|
|
8362
|
-
--x-size-border-radius-dropdown-card: var(--x-size-border-radius-base-s);
|
|
8363
|
-
--x-size-border-radius-top-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8364
|
-
--x-size-border-radius-top-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8365
|
-
--x-size-border-radius-bottom-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8366
|
-
--x-size-border-radius-bottom-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8367
|
-
--x-size-border-width-dropdown-list-card: var(--x-size-border-width-base);
|
|
8368
|
-
--x-size-border-width-top-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8369
|
-
--x-size-border-width-right-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8370
|
-
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8371
|
-
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8372
|
-
}
|
|
8373
8349
|
|
|
8374
8350
|
.x-dropdown--card {
|
|
8375
8351
|
--x-size-gap-dropdown-default: var(--x-size-gap-dropdown-card);
|
|
@@ -8401,25 +8377,17 @@
|
|
|
8401
8377
|
);
|
|
8402
8378
|
}
|
|
8403
8379
|
:root {
|
|
8404
|
-
--x-
|
|
8405
|
-
--x-
|
|
8406
|
-
--x-
|
|
8407
|
-
--x-size-border-
|
|
8408
|
-
--x-size-border-
|
|
8409
|
-
--x-size-border-
|
|
8410
|
-
--x-size-border-width-
|
|
8411
|
-
--x-size-border-width-
|
|
8412
|
-
|
|
8413
|
-
|
|
8414
|
-
|
|
8415
|
-
.x-button--tertiary .x-button {
|
|
8416
|
-
--x-color-background-button-default: var(--x-color-background-button-tertiary);
|
|
8417
|
-
--x-color-border-button-default: var(--x-color-border-button-tertiary);
|
|
8418
|
-
--x-color-text-button-default: var(--x-color-text-button-tertiary);
|
|
8419
|
-
--x-size-border-width-top-button-default: var(--x-size-border-width-top-button-tertiary);
|
|
8420
|
-
--x-size-border-width-right-button-default: var(--x-size-border-width-right-button-tertiary);
|
|
8421
|
-
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-tertiary);
|
|
8422
|
-
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-tertiary);
|
|
8380
|
+
--x-size-gap-dropdown-card: var(--x-size-base-03);
|
|
8381
|
+
--x-size-border-radius-dropdown-card: var(--x-size-border-radius-base-s);
|
|
8382
|
+
--x-size-border-radius-top-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8383
|
+
--x-size-border-radius-top-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8384
|
+
--x-size-border-radius-bottom-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8385
|
+
--x-size-border-radius-bottom-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8386
|
+
--x-size-border-width-dropdown-list-card: var(--x-size-border-width-base);
|
|
8387
|
+
--x-size-border-width-top-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8388
|
+
--x-size-border-width-right-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8389
|
+
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8390
|
+
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8423
8391
|
}
|
|
8424
8392
|
:root {
|
|
8425
8393
|
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
@@ -8442,25 +8410,25 @@
|
|
|
8442
8410
|
--x-size-border-width-left-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8443
8411
|
}
|
|
8444
8412
|
:root {
|
|
8445
|
-
--x-color-background-button-
|
|
8446
|
-
--x-color-border-button-
|
|
8447
|
-
--x-color-text-button-
|
|
8448
|
-
--x-size-border-width-button-
|
|
8449
|
-
--x-size-border-width-top-button-
|
|
8450
|
-
--x-size-border-width-right-button-
|
|
8451
|
-
--x-size-border-width-bottom-button-
|
|
8452
|
-
--x-size-border-width-left-button-
|
|
8413
|
+
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
8414
|
+
--x-color-border-button-tertiary: var(--x-color-base-neutral-70);
|
|
8415
|
+
--x-color-text-button-tertiary: var(--x-color-text-default);
|
|
8416
|
+
--x-size-border-width-button-tertiary: var(--x-size-border-width-base);
|
|
8417
|
+
--x-size-border-width-top-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8418
|
+
--x-size-border-width-right-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8419
|
+
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8420
|
+
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8453
8421
|
}
|
|
8454
8422
|
|
|
8455
|
-
.x-button--
|
|
8456
|
-
.x-button--
|
|
8457
|
-
--x-color-background-button-default: var(--x-color-background-button-
|
|
8458
|
-
--x-color-border-button-default: var(--x-color-border-button-
|
|
8459
|
-
--x-color-text-button-default: var(--x-color-text-button-
|
|
8460
|
-
--x-size-border-width-top-button-default: var(--x-size-border-width-top-button-
|
|
8461
|
-
--x-size-border-width-right-button-default: var(--x-size-border-width-right-button-
|
|
8462
|
-
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-
|
|
8463
|
-
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-
|
|
8423
|
+
.x-button--tertiary.x-button,
|
|
8424
|
+
.x-button--tertiary .x-button {
|
|
8425
|
+
--x-color-background-button-default: var(--x-color-background-button-tertiary);
|
|
8426
|
+
--x-color-border-button-default: var(--x-color-border-button-tertiary);
|
|
8427
|
+
--x-color-text-button-default: var(--x-color-text-button-tertiary);
|
|
8428
|
+
--x-size-border-width-top-button-default: var(--x-size-border-width-top-button-tertiary);
|
|
8429
|
+
--x-size-border-width-right-button-default: var(--x-size-border-width-right-button-tertiary);
|
|
8430
|
+
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-tertiary);
|
|
8431
|
+
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-tertiary);
|
|
8464
8432
|
}
|
|
8465
8433
|
:root {
|
|
8466
8434
|
--x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
|
|
@@ -8469,16 +8437,6 @@
|
|
|
8469
8437
|
--x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
|
|
8470
8438
|
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8471
8439
|
}
|
|
8472
|
-
:root {
|
|
8473
|
-
--x-color-background-button-primary: var(--x-color-background-button-default);
|
|
8474
|
-
--x-color-border-button-primary: var(--x-color-border-button-default);
|
|
8475
|
-
--x-color-text-button-primary: var(--x-color-text-button-default);
|
|
8476
|
-
--x-size-border-width-button-primary: var(--x-size-border-width-base);
|
|
8477
|
-
--x-size-border-width-top-button-primary: var(--x-size-border-width-button-primary);
|
|
8478
|
-
--x-size-border-width-right-button-primary: var(--x-size-border-width-button-primary);
|
|
8479
|
-
--x-size-border-width-bottom-button-primary: var(--x-size-border-width-button-primary);
|
|
8480
|
-
--x-size-border-width-left-button-primary: var(--x-size-border-width-button-primary);
|
|
8481
|
-
}
|
|
8482
8440
|
:root {
|
|
8483
8441
|
--x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
|
|
8484
8442
|
--x-size-border-radius-top-left-button-round: var(--x-size-border-radius-button-round);
|
|
@@ -8504,6 +8462,27 @@
|
|
|
8504
8462
|
--x-size-padding-left-button-default: 0;
|
|
8505
8463
|
--x-size-padding-right-button-default: 0;
|
|
8506
8464
|
}
|
|
8465
|
+
:root {
|
|
8466
|
+
--x-color-background-button-secondary: transparent;
|
|
8467
|
+
--x-color-border-button-secondary: var(--x-color-border-button-default);
|
|
8468
|
+
--x-color-text-button-secondary: var(--x-color-border-button-default);
|
|
8469
|
+
--x-size-border-width-button-secondary: var(--x-size-border-width-base);
|
|
8470
|
+
--x-size-border-width-top-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8471
|
+
--x-size-border-width-right-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8472
|
+
--x-size-border-width-bottom-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8473
|
+
--x-size-border-width-left-button-secondary: var(--x-size-border-width-button-secondary);
|
|
8474
|
+
}
|
|
8475
|
+
|
|
8476
|
+
.x-button--secondary.x-button,
|
|
8477
|
+
.x-button--secondary .x-button {
|
|
8478
|
+
--x-color-background-button-default: var(--x-color-background-button-secondary);
|
|
8479
|
+
--x-color-border-button-default: var(--x-color-border-button-secondary);
|
|
8480
|
+
--x-color-text-button-default: var(--x-color-text-button-secondary);
|
|
8481
|
+
--x-size-border-width-top-button-default: var(--x-size-border-width-top-button-secondary);
|
|
8482
|
+
--x-size-border-width-right-button-default: var(--x-size-border-width-right-button-secondary);
|
|
8483
|
+
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-secondary);
|
|
8484
|
+
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-secondary);
|
|
8485
|
+
}
|
|
8507
8486
|
:root {
|
|
8508
8487
|
--x-color-background-button-primary: var(--x-color-background-button-default);
|
|
8509
8488
|
--x-color-border-button-primary: var(--x-color-border-button-default);
|
|
@@ -8532,6 +8511,16 @@
|
|
|
8532
8511
|
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8533
8512
|
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8534
8513
|
}
|
|
8514
|
+
:root {
|
|
8515
|
+
--x-color-background-button-primary: var(--x-color-background-button-default);
|
|
8516
|
+
--x-color-border-button-primary: var(--x-color-border-button-default);
|
|
8517
|
+
--x-color-text-button-primary: var(--x-color-text-button-default);
|
|
8518
|
+
--x-size-border-width-button-primary: var(--x-size-border-width-base);
|
|
8519
|
+
--x-size-border-width-top-button-primary: var(--x-size-border-width-button-primary);
|
|
8520
|
+
--x-size-border-width-right-button-primary: var(--x-size-border-width-button-primary);
|
|
8521
|
+
--x-size-border-width-bottom-button-primary: var(--x-size-border-width-button-primary);
|
|
8522
|
+
--x-size-border-width-left-button-primary: var(--x-size-border-width-button-primary);
|
|
8523
|
+
}
|
|
8535
8524
|
:root {
|
|
8536
8525
|
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8537
8526
|
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
@@ -8600,11 +8589,9 @@
|
|
|
8600
8589
|
--x-size-line-height-button-default: var(--x-size-line-height-text);
|
|
8601
8590
|
}
|
|
8602
8591
|
:root {
|
|
8603
|
-
--x-
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
.x-dropdown.x-dropdown--s {
|
|
8607
|
-
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-s);
|
|
8592
|
+
--x-color-background-button-ghost: transparent;
|
|
8593
|
+
--x-color-border-button-ghost: transparent;
|
|
8594
|
+
--x-color-text-button-ghost: var(--x-color-base-lead);
|
|
8608
8595
|
}
|
|
8609
8596
|
:root {
|
|
8610
8597
|
--x-color-background-button-default: var(--x-color-base-lead);
|
|
@@ -8698,13 +8685,6 @@
|
|
|
8698
8685
|
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8699
8686
|
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8700
8687
|
}
|
|
8701
|
-
:root {
|
|
8702
|
-
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8703
|
-
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8704
|
-
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8705
|
-
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8706
|
-
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8707
|
-
}
|
|
8708
8688
|
|
|
8709
8689
|
.x-button--card.x-button,
|
|
8710
8690
|
.x-button--card .x-button {
|
|
@@ -8730,6 +8710,23 @@
|
|
|
8730
8710
|
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8731
8711
|
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8732
8712
|
}
|
|
8713
|
+
:root {
|
|
8714
|
+
--x-size-border-radius-button-card: var(--x-size-border-radius-base-s);
|
|
8715
|
+
--x-size-border-radius-top-left-button-card: var(--x-size-border-radius-button-card);
|
|
8716
|
+
--x-size-border-radius-top-right-button-card: var(--x-size-border-radius-button-card);
|
|
8717
|
+
--x-size-border-radius-bottom-right-button-card: var(--x-size-border-radius-button-card);
|
|
8718
|
+
--x-size-border-radius-bottom-left-button-card: var(--x-size-border-radius-button-card);
|
|
8719
|
+
}
|
|
8720
|
+
:root {
|
|
8721
|
+
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8722
|
+
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8723
|
+
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8724
|
+
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8725
|
+
--x-size-border-width-badge-default: 0;
|
|
8726
|
+
--x-size-width-badge-default: 1.5em;
|
|
8727
|
+
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8728
|
+
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8729
|
+
}
|
|
8733
8730
|
|
|
8734
8731
|
[dir="ltr"] .x-badge {
|
|
8735
8732
|
right: calc(var(--x-size-width-badge-default) / 4);
|
|
@@ -8770,14 +8767,17 @@
|
|
|
8770
8767
|
position: relative;
|
|
8771
8768
|
}
|
|
8772
8769
|
:root {
|
|
8773
|
-
--x-color-
|
|
8774
|
-
--x-color-
|
|
8775
|
-
--x-color-
|
|
8776
|
-
--x-
|
|
8777
|
-
--x-
|
|
8778
|
-
--x-
|
|
8779
|
-
--x-
|
|
8780
|
-
--x-
|
|
8770
|
+
--x-color-base-lead: #243d48;
|
|
8771
|
+
--x-color-base-auxiliary: #bfe1ec;
|
|
8772
|
+
--x-color-base-neutral-10: #1a1a1a;
|
|
8773
|
+
--x-color-base-neutral-35: #595959;
|
|
8774
|
+
--x-color-base-neutral-70: #b3b3b3;
|
|
8775
|
+
--x-color-base-neutral-95: #f2f2f2;
|
|
8776
|
+
--x-color-base-neutral-100: #ffffff;
|
|
8777
|
+
--x-color-base-accent: #0086b2;
|
|
8778
|
+
--x-color-base-enable: #00705c;
|
|
8779
|
+
--x-color-base-disable: #e11f26;
|
|
8780
|
+
--x-color-base-transparent: transparent;
|
|
8781
8781
|
}
|
|
8782
8782
|
:root {
|
|
8783
8783
|
--x-size-base-01: 2px;
|
|
@@ -8801,19 +8801,6 @@
|
|
|
8801
8801
|
--x-size-base-19: 280px;
|
|
8802
8802
|
--x-size-base-20: 344px;
|
|
8803
8803
|
}
|
|
8804
|
-
:root {
|
|
8805
|
-
--x-color-base-lead: #243d48;
|
|
8806
|
-
--x-color-base-auxiliary: #bfe1ec;
|
|
8807
|
-
--x-color-base-neutral-10: #1a1a1a;
|
|
8808
|
-
--x-color-base-neutral-35: #595959;
|
|
8809
|
-
--x-color-base-neutral-70: #b3b3b3;
|
|
8810
|
-
--x-color-base-neutral-95: #f2f2f2;
|
|
8811
|
-
--x-color-base-neutral-100: #ffffff;
|
|
8812
|
-
--x-color-base-accent: #0086b2;
|
|
8813
|
-
--x-color-base-enable: #00705c;
|
|
8814
|
-
--x-color-base-disable: #e11f26;
|
|
8815
|
-
--x-color-base-transparent: transparent;
|
|
8816
|
-
}
|
|
8817
8804
|
:root {
|
|
8818
8805
|
--x-size-border-radius-base-none: 0;
|
|
8819
8806
|
--x-size-border-radius-base-s: var(--x-size-base-02);
|
|
@@ -8822,7 +8809,20 @@
|
|
|
8822
8809
|
--x-size-border-width-base: 1px;
|
|
8823
8810
|
}
|
|
8824
8811
|
:root {
|
|
8825
|
-
--x-
|
|
8826
|
-
--x-
|
|
8827
|
-
--x-
|
|
8812
|
+
--x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
|
|
8813
|
+
--x-size-border-radius-top-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
8814
|
+
--x-size-border-radius-top-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
8815
|
+
--x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
8816
|
+
--x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
8817
|
+
}
|
|
8818
|
+
|
|
8819
|
+
.x-tag--pill.x-tag,
|
|
8820
|
+
.x-tag--pill .x-tag {
|
|
8821
|
+
--x-size-border-radius-tag-default: var(--x-size-border-radius-tag-pill);
|
|
8822
|
+
--x-size-border-radius-top-left-tag-default: var(--x-size-border-radius-top-left-tag-pill);
|
|
8823
|
+
--x-size-border-radius-top-right-tag-default: var(--x-size-border-radius-top-right-tag-pill);
|
|
8824
|
+
--x-size-border-radius-bottom-right-tag-default: var(
|
|
8825
|
+
--x-size-border-radius-bottom-right-tag-pill
|
|
8826
|
+
);
|
|
8827
|
+
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-pill);
|
|
8828
8828
|
}
|