@empathyco/x-components 3.0.0-alpha.41 → 3.0.0-alpha.45
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 +93 -0
- package/core/index.js +9 -1
- package/core/index.js.map +1 -1
- package/design-system/base.css +2 -1
- package/design-system/default-theme.css +216 -41
- package/design-system/full-theme.css +667 -53
- package/design-system/grid-default.css +6 -0
- package/design-system/input-group-default.css +16 -7
- package/design-system/list-default.css +0 -5
- package/design-system/list-gap.css +141 -1
- package/design-system/option-list-bottom.css +76 -10
- package/design-system/option-list-default.css +39 -2
- package/design-system/result-default.css +1 -1
- package/design-system/row-gap.css +61 -1
- package/design-system/sliding-panel-default.css +15 -17
- package/design-system/sliding-panel-default.token.css +0 -2
- package/design-system/suggestion-default.css +25 -2
- package/design-system/suggestion-group-default.css +27 -4
- package/design-system/tag-default.css +44 -0
- package/design-system/typography-default.css +1 -0
- package/design-system/utilities-background-color.css +3 -0
- package/design-system/utilities-border-color.css +3 -0
- package/design-system/utilities-flex.css +32 -0
- package/design-system/utilities-font-color.css +3 -0
- package/design-system/utilities-font-size.css +79 -0
- package/design-system/utilities-line-clamp.css +29 -0
- package/design-system/utilities-line-height.css +17 -0
- package/design-system/utilities-position.css +14 -0
- package/design-system/utilities-text-decoration.css +15 -0
- package/design-system/utilities-text-transform.css +11 -0
- package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
- package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
- package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
- package/docs/API-reference/api/{x-components.arrowicon.md → x-components.arrowupicon.md} +2 -2
- package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
- package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
- package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
- package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
- package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
- package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
- package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
- package/docs/API-reference/api/x-components.md +9 -1
- package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.md +1 -0
- package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlhandler.md +6 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
- package/docs/API-reference/components/common/x-components.base-rating.md +6 -6
- package/docs/API-reference/components/common/x-components.sliding-panel.md +1 -0
- package/js/components/base-rating.vue.js +4 -4
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue.js +2 -2
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/icons/arrow-down.vue.js +61 -0
- package/js/components/icons/arrow-down.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/{arrow.vue.js → arrow-left.vue.js} +2 -2
- package/js/components/icons/arrow-left.vue.js.map +1 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/arrow-right.vue.js +61 -0
- package/js/components/icons/arrow-right.vue.js.map +1 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/arrow-up.vue.js +61 -0
- package/js/components/icons/arrow-up.vue.js.map +1 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/curated-check.vue.js +60 -0
- package/js/components/icons/curated-check.vue.js.map +1 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue.js +65 -0
- package/js/components/icons/grid-2-rows.vue.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue.js +84 -0
- package/js/components/icons/light-bulb-off.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue.js +151 -0
- package/js/components/icons/light-bulb-on.vue.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/tag.vue.js +1 -1
- package/js/components/icons/tag.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue.js +99 -0
- package/js/components/result/base-result-rating.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue=script.js +42 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/sliding-panel.vue.js +6 -4
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +3 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue.js +3 -3
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/index.js +9 -1
- package/js/index.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/components/sort.mixin.js +9 -1
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +9 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +118 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +319 -2
- package/report/x-components.api.md +34 -1
- package/types/adapter/util.d.ts.map +1 -1
- package/types/components/icons/arrow-down.vue.d.ts +3 -0
- package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-left.vue.d.ts +3 -0
- package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-right.vue.d.ts +3 -0
- package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-up.vue.d.ts +3 -0
- package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check.vue.d.ts +3 -0
- package/types/components/icons/curated-check.vue.d.ts.map +1 -0
- package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
- package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
- package/types/components/icons/index.d.ts +8 -1
- package/types/components/icons/index.d.ts.map +1 -1
- package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
- package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
- package/types/components/result/base-result-rating.vue.d.ts +29 -0
- package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
- package/types/components/result/index.d.ts +1 -0
- package/types/components/result/index.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +6 -0
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/views/base-config.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +5 -0
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts +1 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -7
- package/js/components/icons/arrow.vue.js.map +0 -1
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
- package/types/components/icons/arrow.vue.d.ts +0 -3
- package/types/components/icons/arrow.vue.d.ts.map +0 -1
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
--x-color-base-neutral-100: #ffffff;
|
|
16
16
|
--x-color-base-accent: #b90276;
|
|
17
17
|
--x-color-base-enable: #00705c;
|
|
18
|
-
--x-color-base-disable: #e11f26;
|
|
18
|
+
--x-color-base-disable: #e11f26;
|
|
19
|
+
--x-color-base-transparent: transparent; }
|
|
19
20
|
|
|
20
21
|
:root {
|
|
21
22
|
--x-size-base-01: 2px;
|
|
@@ -976,9 +977,15 @@
|
|
|
976
977
|
display: grid;
|
|
977
978
|
grid-template-columns: repeat(auto-fill, minmax(var(--x-size-min-width-grid-item), auto));
|
|
978
979
|
grid-auto-flow: dense;
|
|
980
|
+
align-items: stretch;
|
|
979
981
|
list-style: none;
|
|
980
982
|
padding: var(--x-size-padding-grid);
|
|
981
983
|
gap: var(--x-size-gap-grid); }
|
|
984
|
+
.x-grid__item {
|
|
985
|
+
display: flex;
|
|
986
|
+
flex-flow: column nowrap; }
|
|
987
|
+
.x-grid__item > * {
|
|
988
|
+
flex-grow: 1; }
|
|
982
989
|
.x-grid--cols-auto .x-grid__item {
|
|
983
990
|
min-width: var(--x-size-min-width-grid-item); }
|
|
984
991
|
|
|
@@ -1148,22 +1155,31 @@
|
|
|
1148
1155
|
.x-input-group > .x-button {
|
|
1149
1156
|
height: var(--x-size-height-input-group-default);
|
|
1150
1157
|
min-height: var(--x-size-height-input-group-default);
|
|
1151
|
-
margin: calc(var(--x-size-border-width-input-group-default) * -1);
|
|
1152
|
-
|
|
1158
|
+
margin-top: calc(var(--x-size-border-width-top-input-group-default) * -1);
|
|
1159
|
+
margin-bottom: calc(var(--x-size-border-width-bottom-input-group-default) * -1); }
|
|
1160
|
+
.x-input-group > .x-button:not(.x-input-group__action) {
|
|
1161
|
+
font-weight: var(--x-number-font-weight-input-group-default-button); }
|
|
1162
|
+
[dir="ltr"] .x-input-group > .x-button:not(.x-input-group__action):first-child{
|
|
1153
1163
|
margin-right: 0; }
|
|
1154
|
-
[dir="rtl"] .x-input-group > .x-button:first-child{
|
|
1164
|
+
[dir="rtl"] .x-input-group > .x-button:not(.x-input-group__action):first-child{
|
|
1155
1165
|
margin-left: 0; }
|
|
1156
|
-
[dir="ltr"] .x-input-group > .x-button:last-child{
|
|
1166
|
+
[dir="ltr"] .x-input-group > .x-button:not(.x-input-group__action):last-child{
|
|
1157
1167
|
margin-left: 0; }
|
|
1158
|
-
[dir="rtl"] .x-input-group > .x-button:last-child{
|
|
1168
|
+
[dir="rtl"] .x-input-group > .x-button:not(.x-input-group__action):last-child{
|
|
1159
1169
|
margin-right: 0; }
|
|
1160
|
-
.x-input-group > .x-button:not(.x-input-group__action) {
|
|
1161
|
-
font-weight: var(--x-number-font-weight-input-group-default-button); }
|
|
1162
1170
|
.x-input-group > .x-input-group__action {
|
|
1163
1171
|
box-sizing: border-box;
|
|
1164
1172
|
padding: 0 calc(var(--x-size-padding-input-group-default-action) - 1px);
|
|
1165
1173
|
min-width: var(--x-size-height-input-group-default);
|
|
1166
1174
|
border-radius: var(--x-size-border-radius-top-left-input-group-default) var(--x-size-border-radius-top-right-input-group-default) var(--x-size-border-radius-bottom-right-input-group-default) var(--x-size-border-radius-bottom-left-input-group-default); }
|
|
1175
|
+
[dir="ltr"] .x-input-group > .x-input-group__action:first-child{
|
|
1176
|
+
margin-left: calc(var(--x-size-border-width-left-input-group-default) * -1); }
|
|
1177
|
+
[dir="rtl"] .x-input-group > .x-input-group__action:first-child{
|
|
1178
|
+
margin-right: calc(var(--x-size-border-width-left-input-group-default) * -1); }
|
|
1179
|
+
[dir="ltr"] .x-input-group > .x-input-group__action:last-child{
|
|
1180
|
+
margin-right: calc(var(--x-size-border-width-right-input-group-default) * -1); }
|
|
1181
|
+
[dir="rtl"] .x-input-group > .x-input-group__action:last-child{
|
|
1182
|
+
margin-left: calc(var(--x-size-border-width-right-input-group-default) * -1); }
|
|
1167
1183
|
|
|
1168
1184
|
:root {
|
|
1169
1185
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
@@ -1411,11 +1427,6 @@
|
|
|
1411
1427
|
padding: var(--x-size-padding-list);
|
|
1412
1428
|
justify-content: var(--x-size-justify-list);
|
|
1413
1429
|
align-items: var(--x-size-align-list);
|
|
1414
|
-
font-family: var(--x-font-family-text);
|
|
1415
|
-
font-size: var(--x-size-font-text);
|
|
1416
|
-
font-weight: var(--x-number-font-weight-text);
|
|
1417
|
-
line-height: var(--x-size-line-height-text);
|
|
1418
|
-
color: var(--x-color-text-default);
|
|
1419
1430
|
min-width: 0; }
|
|
1420
1431
|
@media not all and (min-resolution: 0.001dpcm) {
|
|
1421
1432
|
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
@@ -1783,6 +1794,139 @@
|
|
|
1783
1794
|
margin-right: var(--x-size-gap-list-13);
|
|
1784
1795
|
margin-bottom: var(--x-size-gap-list-13); } }
|
|
1785
1796
|
|
|
1797
|
+
.x-list--gap-14.x-list {
|
|
1798
|
+
gap: var(--x-size-gap-list-14); }
|
|
1799
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1800
|
+
.x-list--gap-14.x-list:not(.x-list--horizontal), .x-list--gap-14.x-list.x-list--vertical {
|
|
1801
|
+
gap: 0; }
|
|
1802
|
+
.x-list--gap-14.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-14.x-list.x-list--vertical > *:not(:last-child) {
|
|
1803
|
+
margin-bottom: var(--x-size-gap-list-14); } }
|
|
1804
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1805
|
+
.x-list--gap-14.x-list.x-list--horizontal {
|
|
1806
|
+
gap: 0; }
|
|
1807
|
+
.x-list--gap-14.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1808
|
+
margin-right: var(--x-size-gap-list-14); } }
|
|
1809
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1810
|
+
.x-list--gap-14.x-list.x-list--wrap {
|
|
1811
|
+
gap: 0; }
|
|
1812
|
+
.x-list--gap-14.x-list.x-list--wrap > *:not(:last-child) {
|
|
1813
|
+
margin-right: var(--x-size-gap-list-14);
|
|
1814
|
+
margin-bottom: var(--x-size-gap-list-14); } }
|
|
1815
|
+
|
|
1816
|
+
.x-list--gap-15.x-list {
|
|
1817
|
+
gap: var(--x-size-gap-list-15); }
|
|
1818
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1819
|
+
.x-list--gap-15.x-list:not(.x-list--horizontal), .x-list--gap-15.x-list.x-list--vertical {
|
|
1820
|
+
gap: 0; }
|
|
1821
|
+
.x-list--gap-15.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-15.x-list.x-list--vertical > *:not(:last-child) {
|
|
1822
|
+
margin-bottom: var(--x-size-gap-list-15); } }
|
|
1823
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1824
|
+
.x-list--gap-15.x-list.x-list--horizontal {
|
|
1825
|
+
gap: 0; }
|
|
1826
|
+
.x-list--gap-15.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1827
|
+
margin-right: var(--x-size-gap-list-15); } }
|
|
1828
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1829
|
+
.x-list--gap-15.x-list.x-list--wrap {
|
|
1830
|
+
gap: 0; }
|
|
1831
|
+
.x-list--gap-15.x-list.x-list--wrap > *:not(:last-child) {
|
|
1832
|
+
margin-right: var(--x-size-gap-list-15);
|
|
1833
|
+
margin-bottom: var(--x-size-gap-list-15); } }
|
|
1834
|
+
|
|
1835
|
+
.x-list--gap-16.x-list {
|
|
1836
|
+
gap: var(--x-size-gap-list-16); }
|
|
1837
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1838
|
+
.x-list--gap-16.x-list:not(.x-list--horizontal), .x-list--gap-16.x-list.x-list--vertical {
|
|
1839
|
+
gap: 0; }
|
|
1840
|
+
.x-list--gap-16.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-16.x-list.x-list--vertical > *:not(:last-child) {
|
|
1841
|
+
margin-bottom: var(--x-size-gap-list-16); } }
|
|
1842
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1843
|
+
.x-list--gap-16.x-list.x-list--horizontal {
|
|
1844
|
+
gap: 0; }
|
|
1845
|
+
.x-list--gap-16.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1846
|
+
margin-right: var(--x-size-gap-list-16); } }
|
|
1847
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1848
|
+
.x-list--gap-16.x-list.x-list--wrap {
|
|
1849
|
+
gap: 0; }
|
|
1850
|
+
.x-list--gap-16.x-list.x-list--wrap > *:not(:last-child) {
|
|
1851
|
+
margin-right: var(--x-size-gap-list-16);
|
|
1852
|
+
margin-bottom: var(--x-size-gap-list-16); } }
|
|
1853
|
+
|
|
1854
|
+
.x-list--gap-17.x-list {
|
|
1855
|
+
gap: var(--x-size-gap-list-17); }
|
|
1856
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1857
|
+
.x-list--gap-17.x-list:not(.x-list--horizontal), .x-list--gap-17.x-list.x-list--vertical {
|
|
1858
|
+
gap: 0; }
|
|
1859
|
+
.x-list--gap-17.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-17.x-list.x-list--vertical > *:not(:last-child) {
|
|
1860
|
+
margin-bottom: var(--x-size-gap-list-17); } }
|
|
1861
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1862
|
+
.x-list--gap-17.x-list.x-list--horizontal {
|
|
1863
|
+
gap: 0; }
|
|
1864
|
+
.x-list--gap-17.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1865
|
+
margin-right: var(--x-size-gap-list-17); } }
|
|
1866
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1867
|
+
.x-list--gap-17.x-list.x-list--wrap {
|
|
1868
|
+
gap: 0; }
|
|
1869
|
+
.x-list--gap-17.x-list.x-list--wrap > *:not(:last-child) {
|
|
1870
|
+
margin-right: var(--x-size-gap-list-17);
|
|
1871
|
+
margin-bottom: var(--x-size-gap-list-17); } }
|
|
1872
|
+
|
|
1873
|
+
.x-list--gap-18.x-list {
|
|
1874
|
+
gap: var(--x-size-gap-list-18); }
|
|
1875
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1876
|
+
.x-list--gap-18.x-list:not(.x-list--horizontal), .x-list--gap-18.x-list.x-list--vertical {
|
|
1877
|
+
gap: 0; }
|
|
1878
|
+
.x-list--gap-18.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-18.x-list.x-list--vertical > *:not(:last-child) {
|
|
1879
|
+
margin-bottom: var(--x-size-gap-list-18); } }
|
|
1880
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1881
|
+
.x-list--gap-18.x-list.x-list--horizontal {
|
|
1882
|
+
gap: 0; }
|
|
1883
|
+
.x-list--gap-18.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1884
|
+
margin-right: var(--x-size-gap-list-18); } }
|
|
1885
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1886
|
+
.x-list--gap-18.x-list.x-list--wrap {
|
|
1887
|
+
gap: 0; }
|
|
1888
|
+
.x-list--gap-18.x-list.x-list--wrap > *:not(:last-child) {
|
|
1889
|
+
margin-right: var(--x-size-gap-list-18);
|
|
1890
|
+
margin-bottom: var(--x-size-gap-list-18); } }
|
|
1891
|
+
|
|
1892
|
+
.x-list--gap-19.x-list {
|
|
1893
|
+
gap: var(--x-size-gap-list-19); }
|
|
1894
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1895
|
+
.x-list--gap-19.x-list:not(.x-list--horizontal), .x-list--gap-19.x-list.x-list--vertical {
|
|
1896
|
+
gap: 0; }
|
|
1897
|
+
.x-list--gap-19.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-19.x-list.x-list--vertical > *:not(:last-child) {
|
|
1898
|
+
margin-bottom: var(--x-size-gap-list-19); } }
|
|
1899
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1900
|
+
.x-list--gap-19.x-list.x-list--horizontal {
|
|
1901
|
+
gap: 0; }
|
|
1902
|
+
.x-list--gap-19.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1903
|
+
margin-right: var(--x-size-gap-list-19); } }
|
|
1904
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1905
|
+
.x-list--gap-19.x-list.x-list--wrap {
|
|
1906
|
+
gap: 0; }
|
|
1907
|
+
.x-list--gap-19.x-list.x-list--wrap > *:not(:last-child) {
|
|
1908
|
+
margin-right: var(--x-size-gap-list-19);
|
|
1909
|
+
margin-bottom: var(--x-size-gap-list-19); } }
|
|
1910
|
+
|
|
1911
|
+
.x-list--gap-20.x-list {
|
|
1912
|
+
gap: var(--x-size-gap-list-20); }
|
|
1913
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1914
|
+
.x-list--gap-20.x-list:not(.x-list--horizontal), .x-list--gap-20.x-list.x-list--vertical {
|
|
1915
|
+
gap: 0; }
|
|
1916
|
+
.x-list--gap-20.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-20.x-list.x-list--vertical > *:not(:last-child) {
|
|
1917
|
+
margin-bottom: var(--x-size-gap-list-20); } }
|
|
1918
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1919
|
+
.x-list--gap-20.x-list.x-list--horizontal {
|
|
1920
|
+
gap: 0; }
|
|
1921
|
+
.x-list--gap-20.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1922
|
+
margin-right: var(--x-size-gap-list-20); } }
|
|
1923
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1924
|
+
.x-list--gap-20.x-list.x-list--wrap {
|
|
1925
|
+
gap: 0; }
|
|
1926
|
+
.x-list--gap-20.x-list.x-list--wrap > *:not(:last-child) {
|
|
1927
|
+
margin-right: var(--x-size-gap-list-20);
|
|
1928
|
+
margin-bottom: var(--x-size-gap-list-20); } }
|
|
1929
|
+
|
|
1786
1930
|
:root {
|
|
1787
1931
|
--x-size-gap-list-01: var(--x-size-base-01);
|
|
1788
1932
|
--x-size-gap-list-02: var(--x-size-base-02);
|
|
@@ -1796,7 +1940,14 @@
|
|
|
1796
1940
|
--x-size-gap-list-10: var(--x-size-base-10);
|
|
1797
1941
|
--x-size-gap-list-11: var(--x-size-base-11);
|
|
1798
1942
|
--x-size-gap-list-12: var(--x-size-base-12);
|
|
1799
|
-
--x-size-gap-list-13: var(--x-size-base-13);
|
|
1943
|
+
--x-size-gap-list-13: var(--x-size-base-13);
|
|
1944
|
+
--x-size-gap-list-14: var(--x-size-base-14);
|
|
1945
|
+
--x-size-gap-list-15: var(--x-size-base-15);
|
|
1946
|
+
--x-size-gap-list-16: var(--x-size-base-16);
|
|
1947
|
+
--x-size-gap-list-17: var(--x-size-base-17);
|
|
1948
|
+
--x-size-gap-list-18: var(--x-size-base-18);
|
|
1949
|
+
--x-size-gap-list-19: var(--x-size-base-19);
|
|
1950
|
+
--x-size-gap-list-20: var(--x-size-base-20); }
|
|
1800
1951
|
|
|
1801
1952
|
/* @deprecated */
|
|
1802
1953
|
@use 'sass:string';
|
|
@@ -2120,10 +2271,19 @@
|
|
|
2120
2271
|
|
|
2121
2272
|
.x-option-list--bottom.x-option-list,
|
|
2122
2273
|
.x-option-list--bottom .x-option-list {
|
|
2123
|
-
--x-color-
|
|
2274
|
+
--x-color-text-option-list-button-default: var(--x-color-text-option-list-button-bottom);
|
|
2124
2275
|
--x-color-text-option-list-button-default-hover: var(
|
|
2125
2276
|
--x-color-text-option-list-button-bottom-hover
|
|
2126
2277
|
);
|
|
2278
|
+
--x-color-border-option-list-item-default: var(--x-color-border-option-list-item-bottom);
|
|
2279
|
+
--x-color-border-top-option-list-item-default: var(--x-color-border-top-option-list-item-bottom);
|
|
2280
|
+
--x-color-border-right-option-list-item-default: var(
|
|
2281
|
+
--x-color-border-top-option-list-item-bottom
|
|
2282
|
+
);
|
|
2283
|
+
--x-color-border-bottom-option-list-item-default: var(
|
|
2284
|
+
--x-color-border-top-option-list-item-bottom
|
|
2285
|
+
);
|
|
2286
|
+
--x-color-border-left-option-list-item-default: var(--x-color-border-top-option-list-item-bottom);
|
|
2127
2287
|
--x-size-border-width-option-list-item-default: var(
|
|
2128
2288
|
--x-size-border-width-option-list-item-bottom
|
|
2129
2289
|
);
|
|
@@ -2142,11 +2302,33 @@
|
|
|
2142
2302
|
--x-font-decoration-option-list-button-default-hover: var(
|
|
2143
2303
|
--x-font-decoration-option-list-button-bottom-hover
|
|
2144
2304
|
);
|
|
2145
|
-
--x-
|
|
2146
|
-
|
|
2305
|
+
--x-size-font-option-list-button-default: var(--x-size-font-option-list-button-bottom);
|
|
2306
|
+
--x-number-font-weight-option-list-button-default: var(
|
|
2307
|
+
--x-number-font-weight-option-list-button-bottom
|
|
2147
2308
|
); }
|
|
2148
2309
|
.x-option-list--bottom.x-option-list .x-option-list__item.x-option-list__item--is-selected,
|
|
2149
2310
|
.x-option-list--bottom .x-option-list .x-option-list__item.x-option-list__item--is-selected {
|
|
2311
|
+
--x-color-text-option-list-button-default-selected: var(
|
|
2312
|
+
--x-color-text-option-list-button-bottom-selected
|
|
2313
|
+
);
|
|
2314
|
+
--x-color-text-option-list-button-default-selected-hover: var(
|
|
2315
|
+
--x-color-text-option-list-button-bottom-selected-hover
|
|
2316
|
+
);
|
|
2317
|
+
--x-color-border-option-list-item-default-selected: var(
|
|
2318
|
+
--x-color-border-option-list-item-bottom-selected
|
|
2319
|
+
);
|
|
2320
|
+
--x-color-border-top-option-list-item-default-selected: var(
|
|
2321
|
+
--x-color-border-top-option-list-item-bottom-selected
|
|
2322
|
+
);
|
|
2323
|
+
--x-color-border-right-option-list-item-default-selected: var(
|
|
2324
|
+
--x-color-border-top-option-list-item-bottom-selected
|
|
2325
|
+
);
|
|
2326
|
+
--x-color-border-bottom-option-list-item-default-selected: var(
|
|
2327
|
+
--x-color-border-bottom-option-list-item-bottom-selected
|
|
2328
|
+
);
|
|
2329
|
+
--x-color-border-left-option-list-item-default-selected: var(
|
|
2330
|
+
--x-color-border-top-option-list-item-bottom-selected
|
|
2331
|
+
);
|
|
2150
2332
|
--x-size-border-width-top-option-list-item-default: var(
|
|
2151
2333
|
--x-size-border-width-top-option-list-item-bottom-selected
|
|
2152
2334
|
);
|
|
@@ -2158,27 +2340,62 @@
|
|
|
2158
2340
|
);
|
|
2159
2341
|
--x-size-border-width-left-option-list-item-default: var(
|
|
2160
2342
|
--x-size-border-width-left-option-list-item-bottom-selected
|
|
2343
|
+
);
|
|
2344
|
+
--x-number-font-weight-option-list-button-default-selected: var(
|
|
2345
|
+
--x-number-font-weight-option-list-button-bottom-selected
|
|
2161
2346
|
); }
|
|
2347
|
+
.x-option-list--bottom.x-option-list .x-option-list__item:last-child,
|
|
2348
|
+
.x-option-list--bottom .x-option-list .x-option-list__item:last-child {
|
|
2349
|
+
--x-size-border-width-option-list-item-default: inherit;
|
|
2350
|
+
--x-size-border-width-top-option-list-item-default: inherit;
|
|
2351
|
+
--x-size-border-width-right-option-list-item-default: inherit;
|
|
2352
|
+
--x-size-border-width-bottom-option-list-item-default: inherit;
|
|
2353
|
+
--x-size-border-width-left-option-list-item-default: inherit; }
|
|
2162
2354
|
|
|
2163
2355
|
:root {
|
|
2164
|
-
--x-color-border-option-list-item-bottom: var(--x-color-base-neutral-10);
|
|
2165
2356
|
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
2166
|
-
--x-
|
|
2167
|
-
|
|
2357
|
+
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
2358
|
+
--x-color-text-option-list-button-bottom-selected
|
|
2359
|
+
);
|
|
2360
|
+
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
2361
|
+
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
2362
|
+
--x-color-border-option-list-item-bottom: transparent;
|
|
2363
|
+
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
2364
|
+
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
2365
|
+
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
2366
|
+
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
2367
|
+
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
2368
|
+
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
2369
|
+
--x-color-border-option-list-item-bottom
|
|
2370
|
+
);
|
|
2371
|
+
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
2372
|
+
--x-color-border-option-list-item-bottom
|
|
2373
|
+
);
|
|
2374
|
+
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
2375
|
+
--x-color-border-option-list-item-bottom-selected
|
|
2376
|
+
);
|
|
2377
|
+
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
2378
|
+
--x-color-border-option-list-item-bottom
|
|
2379
|
+
);
|
|
2380
|
+
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
2168
2381
|
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
2169
|
-
--x-size-border-width-right-option-list-item-bottom:
|
|
2382
|
+
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
2383
|
+
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
2170
2384
|
--x-size-border-width-option-list-item-bottom
|
|
2171
2385
|
);
|
|
2172
|
-
--x-size-border-width-bottom-option-list-item-bottom: 0;
|
|
2173
2386
|
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
2174
2387
|
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
2175
2388
|
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
2176
2389
|
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
2177
|
-
--x-size-border-width-option-list-item-bottom
|
|
2390
|
+
--x-size-border-width-option-list-item-bottom
|
|
2178
2391
|
);
|
|
2179
2392
|
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
2393
|
+
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
2180
2394
|
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
2181
|
-
--x-number-font-weight-option-list-button-bottom
|
|
2395
|
+
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
2396
|
+
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
2397
|
+
--x-number-font-weight-base-regular
|
|
2398
|
+
); }
|
|
2182
2399
|
|
|
2183
2400
|
.x-option-list {
|
|
2184
2401
|
display: inline-flex;
|
|
@@ -2197,11 +2414,29 @@
|
|
|
2197
2414
|
[dir="rtl"] .x-option-list__item {
|
|
2198
2415
|
border-right-width: var(--x-size-border-width-left-option-list-item-default); }
|
|
2199
2416
|
.x-option-list__item {
|
|
2200
|
-
border-color: var(--x-color-border-option-list-item-default);
|
|
2417
|
+
border-top-color: var(--x-color-border-top-option-list-item-default);
|
|
2418
|
+
border-right-color: var(--x-color-border-right-option-list-item-default);
|
|
2419
|
+
border-bottom-color: var(--x-color-border-bottom-option-list-item-default);
|
|
2420
|
+
border-left-color: var(--x-color-border-left-option-list-item-default);
|
|
2201
2421
|
border-style: solid;
|
|
2202
2422
|
border-top-width: var(--x-size-border-width-top-option-list-item-default);
|
|
2203
2423
|
border-bottom-width: var(--x-size-border-width-bottom-option-list-item-default); }
|
|
2204
2424
|
.x-option-list__item.x-option-list__item--is-selected {
|
|
2425
|
+
--x-color-border-option-list-item-default: var(
|
|
2426
|
+
--x-color-border-option-list-item-default-selected
|
|
2427
|
+
);
|
|
2428
|
+
--x-color-border-top-option-list-item-default: var(
|
|
2429
|
+
--x-color-border-top-option-list-item-default-selected
|
|
2430
|
+
);
|
|
2431
|
+
--x-color-border-right-option-list-item-default: var(
|
|
2432
|
+
--x-color-border-right-option-list-item-default-selected
|
|
2433
|
+
);
|
|
2434
|
+
--x-color-border-bottom-option-list-item-default: var(
|
|
2435
|
+
--x-color-border-bottom-option-list-item-default-selected
|
|
2436
|
+
);
|
|
2437
|
+
--x-color-border-left-option-list-item-default: var(
|
|
2438
|
+
--x-color-border-left-option-list-item-default-selected
|
|
2439
|
+
);
|
|
2205
2440
|
--x-size-border-width-top-option-list-item-default: var(
|
|
2206
2441
|
--x-size-border-width-top-option-list-item-default-selected
|
|
2207
2442
|
);
|
|
@@ -2251,7 +2486,8 @@
|
|
|
2251
2486
|
--x-size-padding-bottom-option-list-button-default
|
|
2252
2487
|
);
|
|
2253
2488
|
--x-size-padding-left-button-default: var(--x-size-padding-left-option-list-button-default);
|
|
2254
|
-
--x-number-font-weight-button-default: var(--x-number-font-weight-option-list-button-default);
|
|
2489
|
+
--x-number-font-weight-button-default: var(--x-number-font-weight-option-list-button-default);
|
|
2490
|
+
--x-size-font-button-default: var(--x-size-font-option-list-button-default); }
|
|
2255
2491
|
.x-option-list__item .x-button:hover {
|
|
2256
2492
|
--x-color-background-button-default: var(
|
|
2257
2493
|
--x-color-background-option-list-button-default-hover
|
|
@@ -2289,6 +2525,23 @@
|
|
|
2289
2525
|
--x-color-text-option-list-button-default-selected
|
|
2290
2526
|
);
|
|
2291
2527
|
--x-color-border-option-list-item-default: var(--x-color-base-neutral-70);
|
|
2528
|
+
--x-color-border-top-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
2529
|
+
--x-color-border-right-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
2530
|
+
--x-color-border-bottom-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
2531
|
+
--x-color-border-left-option-list-item-default: var(--x-color-border-option-list-item-default);
|
|
2532
|
+
--x-color-border-option-list-item-default-selected: var(--x-color-base-neutral-70);
|
|
2533
|
+
--x-color-border-top-option-list-item-default-selected: var(
|
|
2534
|
+
--x-color-border-option-list-item-default-selected
|
|
2535
|
+
);
|
|
2536
|
+
--x-color-border-right-option-list-item-default-selected: var(
|
|
2537
|
+
--x-color-border-option-list-item-default-selected
|
|
2538
|
+
);
|
|
2539
|
+
--x-color-border-bottom-option-list-item-default-selected: var(
|
|
2540
|
+
--x-color-border-option-list-item-default-selected
|
|
2541
|
+
);
|
|
2542
|
+
--x-color-border-left-option-list-item-default-selected: var(
|
|
2543
|
+
--x-color-border-option-list-item-default-selected
|
|
2544
|
+
);
|
|
2292
2545
|
--x-size-border-width-option-list-item-default: var(--x-size-border-width-base);
|
|
2293
2546
|
--x-size-border-width-top-option-list-item-default: 0;
|
|
2294
2547
|
--x-size-border-width-right-option-list-item-default: var(
|
|
@@ -2320,6 +2573,7 @@
|
|
|
2320
2573
|
--x-size-padding-option-list-button-default
|
|
2321
2574
|
);
|
|
2322
2575
|
--x-font-decoration-option-list-button-default-hover: underline;
|
|
2576
|
+
--x-size-font-option-list-button-default: var(--x-size-font-text);
|
|
2323
2577
|
--x-number-font-weight-option-list-button-default: var(--x-number-font-weight-base-regular);
|
|
2324
2578
|
--x-number-font-weight-option-list-button-default-selected: var(--x-number-font-weight-base-bold); }
|
|
2325
2579
|
|
|
@@ -2470,7 +2724,7 @@
|
|
|
2470
2724
|
.x-result {
|
|
2471
2725
|
display: grid;
|
|
2472
2726
|
grid-template-columns: [result-start] 1fr [result-end];
|
|
2473
|
-
grid-template-rows: [picture-start] auto [overlay-start] auto [picture-end overlay-end description-start]
|
|
2727
|
+
grid-template-rows: [picture-start] auto [overlay-start] auto [picture-end overlay-end description-start] 1fr [description-end];
|
|
2474
2728
|
box-sizing: border-box;
|
|
2475
2729
|
background-color: var(--x-color-background-result-default);
|
|
2476
2730
|
border-color: var(--x-color-border-result-default);
|
|
@@ -2621,6 +2875,9 @@
|
|
|
2621
2875
|
--x-size-span-row-item: 1;
|
|
2622
2876
|
--x-size-start-row-item: 0; }
|
|
2623
2877
|
|
|
2878
|
+
.x-row--gap-01 {
|
|
2879
|
+
--x-size-gap-row: var(--x-size-gap-row-01); }
|
|
2880
|
+
|
|
2624
2881
|
.x-row--gap-02 {
|
|
2625
2882
|
--x-size-gap-row: var(--x-size-gap-row-02); }
|
|
2626
2883
|
|
|
@@ -2636,12 +2893,69 @@
|
|
|
2636
2893
|
.x-row--gap-06 {
|
|
2637
2894
|
--x-size-gap-row: var(--x-size-gap-row-06); }
|
|
2638
2895
|
|
|
2896
|
+
.x-row--gap-07 {
|
|
2897
|
+
--x-size-gap-row: var(--x-size-gap-row-07); }
|
|
2898
|
+
|
|
2899
|
+
.x-row--gap-08 {
|
|
2900
|
+
--x-size-gap-row: var(--x-size-gap-row-08); }
|
|
2901
|
+
|
|
2902
|
+
.x-row--gap-09 {
|
|
2903
|
+
--x-size-gap-row: var(--x-size-gap-row-09); }
|
|
2904
|
+
|
|
2905
|
+
.x-row--gap-10 {
|
|
2906
|
+
--x-size-gap-row: var(--x-size-gap-row-10); }
|
|
2907
|
+
|
|
2908
|
+
.x-row--gap-11 {
|
|
2909
|
+
--x-size-gap-row: var(--x-size-gap-row-11); }
|
|
2910
|
+
|
|
2911
|
+
.x-row--gap-12 {
|
|
2912
|
+
--x-size-gap-row: var(--x-size-gap-row-12); }
|
|
2913
|
+
|
|
2914
|
+
.x-row--gap-13 {
|
|
2915
|
+
--x-size-gap-row: var(--x-size-gap-row-13); }
|
|
2916
|
+
|
|
2917
|
+
.x-row--gap-14 {
|
|
2918
|
+
--x-size-gap-row: var(--x-size-gap-row-14); }
|
|
2919
|
+
|
|
2920
|
+
.x-row--gap-15 {
|
|
2921
|
+
--x-size-gap-row: var(--x-size-gap-row-15); }
|
|
2922
|
+
|
|
2923
|
+
.x-row--gap-16 {
|
|
2924
|
+
--x-size-gap-row: var(--x-size-gap-row-16); }
|
|
2925
|
+
|
|
2926
|
+
.x-row--gap-17 {
|
|
2927
|
+
--x-size-gap-row: var(--x-size-gap-row-17); }
|
|
2928
|
+
|
|
2929
|
+
.x-row--gap-18 {
|
|
2930
|
+
--x-size-gap-row: var(--x-size-gap-row-18); }
|
|
2931
|
+
|
|
2932
|
+
.x-row--gap-19 {
|
|
2933
|
+
--x-size-gap-row: var(--x-size-gap-row-19); }
|
|
2934
|
+
|
|
2935
|
+
.x-row--gap-20 {
|
|
2936
|
+
--x-size-gap-row: var(--x-size-gap-row-20); }
|
|
2937
|
+
|
|
2639
2938
|
:root {
|
|
2939
|
+
--x-size-gap-row-01: var(--x-size-base-01);
|
|
2640
2940
|
--x-size-gap-row-02: var(--x-size-base-02);
|
|
2641
2941
|
--x-size-gap-row-03: var(--x-size-base-03);
|
|
2642
2942
|
--x-size-gap-row-04: var(--x-size-base-04);
|
|
2643
2943
|
--x-size-gap-row-05: var(--x-size-base-05);
|
|
2644
|
-
--x-size-gap-row-06: var(--x-size-base-06);
|
|
2944
|
+
--x-size-gap-row-06: var(--x-size-base-06);
|
|
2945
|
+
--x-size-gap-row-07: var(--x-size-base-07);
|
|
2946
|
+
--x-size-gap-row-08: var(--x-size-base-08);
|
|
2947
|
+
--x-size-gap-row-09: var(--x-size-base-09);
|
|
2948
|
+
--x-size-gap-row-10: var(--x-size-base-10);
|
|
2949
|
+
--x-size-gap-row-11: var(--x-size-base-11);
|
|
2950
|
+
--x-size-gap-row-12: var(--x-size-base-12);
|
|
2951
|
+
--x-size-gap-row-13: var(--x-size-base-13);
|
|
2952
|
+
--x-size-gap-row-14: var(--x-size-base-14);
|
|
2953
|
+
--x-size-gap-row-15: var(--x-size-base-15);
|
|
2954
|
+
--x-size-gap-row-16: var(--x-size-base-16);
|
|
2955
|
+
--x-size-gap-row-17: var(--x-size-base-17);
|
|
2956
|
+
--x-size-gap-row-18: var(--x-size-base-18);
|
|
2957
|
+
--x-size-gap-row-19: var(--x-size-base-19);
|
|
2958
|
+
--x-size-gap-row-20: var(--x-size-base-20); }
|
|
2645
2959
|
|
|
2646
2960
|
/* @deprecated */
|
|
2647
2961
|
.x-row--padding-02 {
|
|
@@ -2695,9 +3009,11 @@
|
|
|
2695
3009
|
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70); }
|
|
2696
3010
|
|
|
2697
3011
|
.x-sliding-panel {
|
|
3012
|
+
z-index: 0;
|
|
2698
3013
|
background-color: var(--x-color-background-sliding-panel); }
|
|
2699
3014
|
.x-sliding-panel__button.x-button {
|
|
2700
|
-
--x-size-padding-button: var(--x-size-padding-sliding-panel-button);
|
|
3015
|
+
--x-size-padding-button: var(--x-size-padding-sliding-panel-button);
|
|
3016
|
+
pointer-events: none; }
|
|
2701
3017
|
.x-sliding-panel.x-sliding-panel--buttons-overflow .x-sliding-panel__button {
|
|
2702
3018
|
pointer-events: all; }
|
|
2703
3019
|
.x-sliding-panel.x-sliding-panel--buttons-overflow .x-sliding-panel__button-left {
|
|
@@ -2712,22 +3028,18 @@
|
|
|
2712
3028
|
.x-sliding-panel.x-sliding-panel--show-buttons-on-hover:not(.x-sliding-panel--at-end):hover .x-sliding-panel__button-right {
|
|
2713
3029
|
opacity: 1;
|
|
2714
3030
|
pointer-events: all; }
|
|
2715
|
-
.x-sliding-panel:not(.x-sliding-panel--no-gradient)
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
background: linear-gradient(to left, var(--x-color-background-sliding-panel) 43%, var(--x-color-background-sliding-panel-middle) 67%, var(--x-color-background-sliding-panel-end));
|
|
2728
|
-
right: 0; }
|
|
2729
|
-
.x-sliding-panel:not(.x-sliding-panel--no-gradient):not(.x-sliding-panel--at-start)::before, .x-sliding-panel:not(.x-sliding-panel--no-gradient):not(.x-sliding-panel--at-end)::after {
|
|
2730
|
-
opacity: 1; }
|
|
3031
|
+
.x-sliding-panel:not(.x-sliding-panel--no-gradient) .x-sliding-panel__scroll {
|
|
3032
|
+
-webkit-mask: linear-gradient(to right, transparent calc(0.43 * var(--x-size-width-sliding-panel-gradient)), rgba(0, 0, 0, 0.8) calc(0.67 * var(--x-size-width-sliding-panel-gradient)), black var(--x-size-width-sliding-panel-gradient), rgba(0, 0, 0, 0.8) calc(100% - 0.67 * var(--x-size-width-sliding-panel-gradient)), transparent calc(100% - 0.43 * var(--x-size-width-sliding-panel-gradient)));
|
|
3033
|
+
mask: linear-gradient(to right, transparent calc(0.43 * var(--x-size-width-sliding-panel-gradient)), rgba(0, 0, 0, 0.8) calc(0.67 * var(--x-size-width-sliding-panel-gradient)), black var(--x-size-width-sliding-panel-gradient), rgba(0, 0, 0, 0.8) calc(100% - 0.67 * var(--x-size-width-sliding-panel-gradient)), transparent calc(100% - 0.43 * var(--x-size-width-sliding-panel-gradient))); }
|
|
3034
|
+
.x-sliding-panel:not(.x-sliding-panel--no-gradient).x-sliding-panel--at-start .x-sliding-panel__scroll {
|
|
3035
|
+
-webkit-mask: linear-gradient(to left, transparent calc(0.43 * var(--x-size-width-sliding-panel-gradient)), rgba(0, 0, 0, 0.8) calc(0.67 * var(--x-size-width-sliding-panel-gradient)), black var(--x-size-width-sliding-panel-gradient));
|
|
3036
|
+
mask: linear-gradient(to left, transparent calc(0.43 * var(--x-size-width-sliding-panel-gradient)), rgba(0, 0, 0, 0.8) calc(0.67 * var(--x-size-width-sliding-panel-gradient)), black var(--x-size-width-sliding-panel-gradient)); }
|
|
3037
|
+
.x-sliding-panel:not(.x-sliding-panel--no-gradient).x-sliding-panel--at-end .x-sliding-panel__scroll {
|
|
3038
|
+
-webkit-mask: linear-gradient(to right, transparent calc(0.43 * var(--x-size-width-sliding-panel-gradient)), rgba(0, 0, 0, 0.8) calc(0.67 * var(--x-size-width-sliding-panel-gradient)), black var(--x-size-width-sliding-panel-gradient));
|
|
3039
|
+
mask: linear-gradient(to right, transparent calc(0.43 * var(--x-size-width-sliding-panel-gradient)), rgba(0, 0, 0, 0.8) calc(0.67 * var(--x-size-width-sliding-panel-gradient)), black var(--x-size-width-sliding-panel-gradient)); }
|
|
3040
|
+
.x-sliding-panel:not(.x-sliding-panel--no-gradient).x-sliding-panel--at-start.x-sliding-panel--at-end .x-sliding-panel__scroll {
|
|
3041
|
+
-webkit-mask: none;
|
|
3042
|
+
mask: none; }
|
|
2731
3043
|
.x-sliding-panel__scroll > * {
|
|
2732
3044
|
flex: 0 0 auto; }
|
|
2733
3045
|
.x-sliding-panel__scroll > .x-list {
|
|
@@ -2735,8 +3047,6 @@
|
|
|
2735
3047
|
|
|
2736
3048
|
:root {
|
|
2737
3049
|
--x-color-background-sliding-panel: var(--x-color-base-neutral-100);
|
|
2738
|
-
--x-color-background-sliding-panel-middle: rgba(255, 255, 255, 0.94);
|
|
2739
|
-
--x-color-background-sliding-panel-end: rgba(255, 255, 255, 0);
|
|
2740
3050
|
--x-size-width-sliding-panel-gradient: var(--x-size-base-09);
|
|
2741
3051
|
--x-size-padding-sliding-panel-button: var(--x-size-base-03);
|
|
2742
3052
|
--x-size-horizontal-margin-sliding-panel-button-overflow: var(--x-size-base-02); }
|
|
@@ -2750,14 +3060,21 @@
|
|
|
2750
3060
|
padding-right: var(--x-size-padding-right-suggestion-group-default); }
|
|
2751
3061
|
[dir="rtl"] .x-suggestion-group{
|
|
2752
3062
|
padding-left: var(--x-size-padding-right-suggestion-group-default); }
|
|
3063
|
+
[dir="ltr"] .x-suggestion-group{
|
|
3064
|
+
border-left-width: var(--x-size-border-width-left-suggestion-group-default); }
|
|
3065
|
+
[dir="rtl"] .x-suggestion-group{
|
|
3066
|
+
border-right-width: var(--x-size-border-width-left-suggestion-group-default); }
|
|
3067
|
+
[dir="ltr"] .x-suggestion-group{
|
|
3068
|
+
border-right-width: var(--x-size-border-width-right-suggestion-group-default); }
|
|
3069
|
+
[dir="rtl"] .x-suggestion-group{
|
|
3070
|
+
border-left-width: var(--x-size-border-width-right-suggestion-group-default); }
|
|
2753
3071
|
.x-suggestion-group {
|
|
2754
3072
|
display: flex;
|
|
2755
3073
|
flex-flow: row nowrap;
|
|
2756
|
-
align-items: flex-start;
|
|
2757
3074
|
box-sizing: border-box;
|
|
2758
|
-
border: none;
|
|
2759
3075
|
background-color: var(--x-color-background-suggestion-group-default);
|
|
2760
3076
|
color: var(--x-color-text-suggestion-group-default);
|
|
3077
|
+
border-color: var(--x-color-border-suggestion-group-default);
|
|
2761
3078
|
font-family: var(--x-font-family-suggestion-group-default);
|
|
2762
3079
|
font-size: var(--x-size-font-suggestion-group-default);
|
|
2763
3080
|
line-height: var(--x-size-line-height-suggestion-group-default);
|
|
@@ -2765,7 +3082,11 @@
|
|
|
2765
3082
|
cursor: pointer;
|
|
2766
3083
|
padding-top: var(--x-size-padding-top-suggestion-group-default);
|
|
2767
3084
|
padding-bottom: var(--x-size-padding-bottom-suggestion-group-default);
|
|
2768
|
-
gap: var(--x-size-gap-suggestion-group-default);
|
|
3085
|
+
gap: var(--x-size-gap-suggestion-group-default);
|
|
3086
|
+
border-style: solid;
|
|
3087
|
+
border-top-width: var(--x-size-border-width-top-suggestion-group-default);
|
|
3088
|
+
border-bottom-width: var(--x-size-border-width-bottom-suggestion-group-default);
|
|
3089
|
+
border-radius: var(--x-size-border-radius-top-left-suggestion-group-default) var(--x-size-border-radius-top-right-suggestion-group-default) var(--x-size-border-radius-bottom-right-suggestion-group-default) var(--x-size-border-radius-bottom-left-suggestion-group-default); }
|
|
2769
3090
|
@media not all and (min-resolution: 0.001dpcm) {
|
|
2770
3091
|
.x-suggestion-group {
|
|
2771
3092
|
gap: 0; }
|
|
@@ -2773,7 +3094,8 @@
|
|
|
2773
3094
|
margin-right: var(--x-size-gap-suggestion-group-default); } }
|
|
2774
3095
|
.x-suggestion-group .x-suggestion {
|
|
2775
3096
|
padding: 0;
|
|
2776
|
-
flex: 1 1 auto;
|
|
3097
|
+
flex: 1 1 auto;
|
|
3098
|
+
border: none; }
|
|
2777
3099
|
.x-suggestion-group .x-button {
|
|
2778
3100
|
--x-color-background-button-default: transparent;
|
|
2779
3101
|
--x-color-border-button-default: transparent;
|
|
@@ -2787,11 +3109,22 @@
|
|
|
2787
3109
|
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
2788
3110
|
--x-color-text-suggestion-group-matching-part-default: var(--x-color-text-suggestion-matching-part-default);
|
|
2789
3111
|
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
3112
|
+
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
2790
3113
|
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
2791
3114
|
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
2792
3115
|
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
2793
3116
|
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
2794
3117
|
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
3118
|
+
--x-size-border-width-suggestion-group-default: 0;
|
|
3119
|
+
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
3120
|
+
--x-size-border-width-right-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
3121
|
+
--x-size-border-width-bottom-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
3122
|
+
--x-size-border-width-left-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
3123
|
+
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
3124
|
+
--x-size-border-radius-top-left-suggestion-group-default: var(--x-size-border-radius-suggestion-default);
|
|
3125
|
+
--x-size-border-radius-top-right-suggestion-group-default: var(--x-size-border-radius-suggestion-default);
|
|
3126
|
+
--x-size-border-radius-bottom-right-suggestion-group-default: var(--x-size-border-radius-suggestion-default);
|
|
3127
|
+
--x-size-border-radius-bottom-left-suggestion-group-default: var(--x-size-border-radius-suggestion-default);
|
|
2795
3128
|
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
2796
3129
|
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
2797
3130
|
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
@@ -2810,14 +3143,22 @@
|
|
|
2810
3143
|
padding-right: var(--x-size-padding-right-suggestion-default); }
|
|
2811
3144
|
[dir="rtl"] .x-suggestion{
|
|
2812
3145
|
padding-left: var(--x-size-padding-right-suggestion-default); }
|
|
3146
|
+
[dir="ltr"] .x-suggestion{
|
|
3147
|
+
border-left-width: var(--x-size-border-width-left-suggestion-default); }
|
|
3148
|
+
[dir="rtl"] .x-suggestion{
|
|
3149
|
+
border-right-width: var(--x-size-border-width-left-suggestion-default); }
|
|
3150
|
+
[dir="ltr"] .x-suggestion{
|
|
3151
|
+
border-right-width: var(--x-size-border-width-right-suggestion-default); }
|
|
3152
|
+
[dir="rtl"] .x-suggestion{
|
|
3153
|
+
border-left-width: var(--x-size-border-width-right-suggestion-default); }
|
|
2813
3154
|
.x-suggestion {
|
|
2814
3155
|
display: flex;
|
|
2815
3156
|
flex-flow: row nowrap;
|
|
2816
3157
|
box-sizing: border-box;
|
|
2817
3158
|
align-items: var(--x-string-align-items-suggestion-default);
|
|
2818
|
-
border: none;
|
|
2819
3159
|
background-color: var(--x-color-background-suggestion-default);
|
|
2820
3160
|
color: var(--x-color-text-suggestion-default);
|
|
3161
|
+
border-color: var(--x-color-border-suggestion-default);
|
|
2821
3162
|
font-family: var(--x-font-family-suggestion-default);
|
|
2822
3163
|
font-size: var(--x-size-font-suggestion-default);
|
|
2823
3164
|
line-height: var(--x-size-line-height-suggestion-default);
|
|
@@ -2825,7 +3166,11 @@
|
|
|
2825
3166
|
cursor: pointer;
|
|
2826
3167
|
padding-top: var(--x-size-padding-top-suggestion-default);
|
|
2827
3168
|
padding-bottom: var(--x-size-padding-bottom-suggestion-default);
|
|
2828
|
-
gap: var(--x-size-gap-suggestion-default);
|
|
3169
|
+
gap: var(--x-size-gap-suggestion-default);
|
|
3170
|
+
border-style: solid;
|
|
3171
|
+
border-top-width: var(--x-size-border-width-top-suggestion-default);
|
|
3172
|
+
border-bottom-width: var(--x-size-border-width-bottom-suggestion-default);
|
|
3173
|
+
border-radius: var(--x-size-border-radius-top-left-suggestion-default) var(--x-size-border-radius-top-right-suggestion-default) var(--x-size-border-radius-bottom-right-suggestion-default) var(--x-size-border-radius-bottom-left-suggestion-default); }
|
|
2829
3174
|
@media not all and (min-resolution: 0.001dpcm) {
|
|
2830
3175
|
.x-suggestion {
|
|
2831
3176
|
gap: 0; }
|
|
@@ -2857,11 +3202,22 @@
|
|
|
2857
3202
|
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
2858
3203
|
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
2859
3204
|
--x-color-background-suggestion-default: transparent;
|
|
3205
|
+
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
2860
3206
|
--x-size-padding-top-suggestion-default: var(--x-size-base-01);
|
|
2861
3207
|
--x-size-padding-right-suggestion-default: 0;
|
|
2862
3208
|
--x-size-padding-bottom-suggestion-default: var(--x-size-base-02);
|
|
2863
3209
|
--x-size-padding-left-suggestion-default: 0;
|
|
2864
3210
|
--x-size-gap-suggestion-default: var(--x-size-base-03);
|
|
3211
|
+
--x-size-border-width-suggestion-default: 0;
|
|
3212
|
+
--x-size-border-width-top-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
3213
|
+
--x-size-border-width-right-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
3214
|
+
--x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
3215
|
+
--x-size-border-width-left-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
3216
|
+
--x-size-border-radius-suggestion-default: var(--x-size-border-radius-base-none);
|
|
3217
|
+
--x-size-border-radius-top-left-suggestion-default: var(--x-size-border-radius-suggestion-default);
|
|
3218
|
+
--x-size-border-radius-top-right-suggestion-default: var(--x-size-border-radius-suggestion-default);
|
|
3219
|
+
--x-size-border-radius-bottom-right-suggestion-default: var(--x-size-border-radius-suggestion-default);
|
|
3220
|
+
--x-size-border-radius-bottom-left-suggestion-default: var(--x-size-border-radius-suggestion-default);
|
|
2865
3221
|
--x-font-family-suggestion-default: var(--x-font-family-text);
|
|
2866
3222
|
--x-size-font-suggestion-default: var(--x-size-font-text);
|
|
2867
3223
|
--x-size-line-height-suggestion-default: var(--x-size-line-height-text);
|
|
@@ -2941,6 +3297,50 @@
|
|
|
2941
3297
|
gap: 0; }
|
|
2942
3298
|
.x-tag > *:not(:last-child) {
|
|
2943
3299
|
margin-right: var(--x-size-gap-tag-default); } }
|
|
3300
|
+
.x-tag.x-suggestion {
|
|
3301
|
+
--x-color-background-suggestion-default: var(--x-color-background-tag-default);
|
|
3302
|
+
--x-color-text-suggestion-default: var(--x-color-text-tag-default);
|
|
3303
|
+
--x-color-border-suggestion-default: var(--x-color-border-tag-default);
|
|
3304
|
+
--x-size-padding-top-suggestion-default: 0;
|
|
3305
|
+
--x-size-padding-right-suggestion-default: var(--x-size-padding-right-tag-default);
|
|
3306
|
+
--x-size-padding-bottom-suggestion-default: 0;
|
|
3307
|
+
--x-size-padding-left-suggestion-default: var(--x-size-padding-left-tag-default);
|
|
3308
|
+
--x-size-gap-suggestion-default: var(--x-size-gap-tag-default);
|
|
3309
|
+
--x-size-border-width-suggestion-default: var(--x-size-border-width-tag-default);
|
|
3310
|
+
--x-size-border-width-top-suggestion-default: var(--x-size-border-width-tag-default);
|
|
3311
|
+
--x-size-border-width-right-suggestion-default: var(--x-size-border-width-tag-default);
|
|
3312
|
+
--x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-tag-default);
|
|
3313
|
+
--x-size-border-width-left-suggestion-default: var(--x-size-border-width-tag-default);
|
|
3314
|
+
--x-size-border-radius-bottom-right-suggestion-default: var(--x-size-border-radius-bottom-right-tag-default);
|
|
3315
|
+
--x-size-border-radius-bottom-left-suggestion-default: var(--x-size-border-radius-bottom-leftt-tag-default);
|
|
3316
|
+
--x-size-border-radius-top-right-suggestion-default: var(--x-size-border-radius-top-right-tag-default);
|
|
3317
|
+
--x-size-border-radius-top-left-suggestion-default: var(--x-size-border-radius-top-left-tag-default);
|
|
3318
|
+
--x-font-family-suggestion-default: var(--x-font-family-tag-default);
|
|
3319
|
+
--x-size-font-suggestion-default: var(--x-size-font-tag-default);
|
|
3320
|
+
--x-size-line-height-suggestion-default: var(--x-size-line-height-tag-default);
|
|
3321
|
+
--x-number-font-weight-suggestion-default: var(--x-number-font-weight-tag-default); }
|
|
3322
|
+
.x-tag.x-suggestion-group {
|
|
3323
|
+
--x-color-background-suggestion-group-default: var(--x-color-background-tag-default);
|
|
3324
|
+
--x-color-text-suggestion-group-default: var(--x-color-text-tag-default);
|
|
3325
|
+
--x-color-border-suggestion-group-default: var(--x-color-border-tag-default);
|
|
3326
|
+
--x-size-padding-top-suggestion-group-default: 0;
|
|
3327
|
+
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-tag-default);
|
|
3328
|
+
--x-size-padding-bottom-suggestion-group-default: 0;
|
|
3329
|
+
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-tag-default);
|
|
3330
|
+
--x-size-gap-suggestion-group-default: var(--x-size-gap-tag-default);
|
|
3331
|
+
--x-size-border-width-suggestion-group-default: var(--x-size-border-width-tag-default);
|
|
3332
|
+
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-tag-default);
|
|
3333
|
+
--x-size-border-width-right-suggestion-group-default: var(--x-size-border-width-tag-default);
|
|
3334
|
+
--x-size-border-width-bottom-suggestion-group-default: var(--x-size-border-width-tag-default);
|
|
3335
|
+
--x-size-border-width-left-suggestion-group-default: var(--x-size-border-width-tag-default);
|
|
3336
|
+
--x-size-border-radius-bottom-right-suggestion-group-default: var(--x-size-border-radius-bottom-right-tag-default);
|
|
3337
|
+
--x-size-border-radius-bottom-left-suggestion-group-default: var(--x-size-border-radius-bottom-leftt-tag-default);
|
|
3338
|
+
--x-size-border-radius-top-right-suggestion-group-default: var(--x-size-border-radius-top-right-tag-default);
|
|
3339
|
+
--x-size-border-radius-top-left-suggestion-group-default: var(--x-size-border-radius-top-left-tag-default);
|
|
3340
|
+
--x-font-family-suggestion-group-default: var(--x-font-family-tag-default);
|
|
3341
|
+
--x-size-font-suggestion-group-default: var(--x-size-font-tag-default);
|
|
3342
|
+
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-tag-default);
|
|
3343
|
+
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-tag-default); }
|
|
2944
3344
|
.x-tag.x-filter {
|
|
2945
3345
|
--x-color-background-filter-default: transparent;
|
|
2946
3346
|
--x-size-border-width-filter-default: 0;
|
|
@@ -3054,6 +3454,7 @@
|
|
|
3054
3454
|
.x-text--bold.x-small {
|
|
3055
3455
|
--x-number-font-weight-small: var(--x-number-font-weight-base-bold); }
|
|
3056
3456
|
|
|
3457
|
+
.x,
|
|
3057
3458
|
.x-text {
|
|
3058
3459
|
font-family: var(--x-font-family-text);
|
|
3059
3460
|
font-size: var(--x-size-font-text);
|
|
@@ -3205,6 +3606,9 @@
|
|
|
3205
3606
|
.x-background--disable {
|
|
3206
3607
|
background-color: var(--x-color-base-disable) !important; }
|
|
3207
3608
|
|
|
3609
|
+
.x-background--transparent {
|
|
3610
|
+
background-color: var(--x-color-base-transparent) !important; }
|
|
3611
|
+
|
|
3208
3612
|
.x-border-color--lead {
|
|
3209
3613
|
border-color: var(--x-color-base-lead) !important; }
|
|
3210
3614
|
|
|
@@ -3235,6 +3639,9 @@
|
|
|
3235
3639
|
.x-border-color--disable {
|
|
3236
3640
|
border-color: var(--x-color-base-disable) !important; }
|
|
3237
3641
|
|
|
3642
|
+
.x-border-color--transparent {
|
|
3643
|
+
border-color: var(--x-color-base-transparent) !important; }
|
|
3644
|
+
|
|
3238
3645
|
.x-border-radius--00 {
|
|
3239
3646
|
border-radius: 0 !important; }
|
|
3240
3647
|
|
|
@@ -5219,6 +5626,39 @@
|
|
|
5219
5626
|
border: dashed 1px grey;
|
|
5220
5627
|
border-radius: 10px; }
|
|
5221
5628
|
|
|
5629
|
+
.x-flex-1 {
|
|
5630
|
+
flex: 1 1 0% !important; }
|
|
5631
|
+
|
|
5632
|
+
.x-flex-auto {
|
|
5633
|
+
flex: 1 1 auto !important; }
|
|
5634
|
+
|
|
5635
|
+
.x-flex-initial {
|
|
5636
|
+
flex: 0 1 auto !important; }
|
|
5637
|
+
|
|
5638
|
+
.x-flex-no-shrink {
|
|
5639
|
+
flex: 1 0 auto !important; }
|
|
5640
|
+
|
|
5641
|
+
.x-flex-none {
|
|
5642
|
+
flex: none !important; }
|
|
5643
|
+
|
|
5644
|
+
.x-self-auto {
|
|
5645
|
+
align-self: auto !important; }
|
|
5646
|
+
|
|
5647
|
+
.x-self-start {
|
|
5648
|
+
align-self: flex-start !important; }
|
|
5649
|
+
|
|
5650
|
+
.x-self-end {
|
|
5651
|
+
align-self: flex-end !important; }
|
|
5652
|
+
|
|
5653
|
+
.x-self-center {
|
|
5654
|
+
align-self: center !important; }
|
|
5655
|
+
|
|
5656
|
+
.x-self-stretch {
|
|
5657
|
+
align-self: stretch !important; }
|
|
5658
|
+
|
|
5659
|
+
.x-self-baseline {
|
|
5660
|
+
align-self: baseline !important; }
|
|
5661
|
+
|
|
5222
5662
|
.x-font-color--lead {
|
|
5223
5663
|
color: var(--x-color-base-lead) !important; }
|
|
5224
5664
|
|
|
@@ -5249,6 +5689,89 @@
|
|
|
5249
5689
|
.x-font-color--disable {
|
|
5250
5690
|
color: var(--x-color-base-disable) !important; }
|
|
5251
5691
|
|
|
5692
|
+
.x-font-color--transparent {
|
|
5693
|
+
color: var(--x-color-base-transparent) !important; }
|
|
5694
|
+
|
|
5695
|
+
.x-font-size--01 {
|
|
5696
|
+
font-size: var(--x-size-base-01) !important;
|
|
5697
|
+
line-height: 1.5; }
|
|
5698
|
+
|
|
5699
|
+
.x-font-size--02 {
|
|
5700
|
+
font-size: var(--x-size-base-02) !important;
|
|
5701
|
+
line-height: 1.5; }
|
|
5702
|
+
|
|
5703
|
+
.x-font-size--03 {
|
|
5704
|
+
font-size: var(--x-size-base-03) !important;
|
|
5705
|
+
line-height: 1.5; }
|
|
5706
|
+
|
|
5707
|
+
.x-font-size--04 {
|
|
5708
|
+
font-size: var(--x-size-base-04) !important;
|
|
5709
|
+
line-height: 1.5; }
|
|
5710
|
+
|
|
5711
|
+
.x-font-size--05 {
|
|
5712
|
+
font-size: var(--x-size-base-05) !important;
|
|
5713
|
+
line-height: 1.5; }
|
|
5714
|
+
|
|
5715
|
+
.x-font-size--06 {
|
|
5716
|
+
font-size: var(--x-size-base-06) !important;
|
|
5717
|
+
line-height: 1.5; }
|
|
5718
|
+
|
|
5719
|
+
.x-font-size--07 {
|
|
5720
|
+
font-size: var(--x-size-base-07) !important;
|
|
5721
|
+
line-height: 1.5; }
|
|
5722
|
+
|
|
5723
|
+
.x-font-size--08 {
|
|
5724
|
+
font-size: var(--x-size-base-08) !important;
|
|
5725
|
+
line-height: 1.5; }
|
|
5726
|
+
|
|
5727
|
+
.x-font-size--09 {
|
|
5728
|
+
font-size: var(--x-size-base-09) !important;
|
|
5729
|
+
line-height: 1.5; }
|
|
5730
|
+
|
|
5731
|
+
.x-font-size--10 {
|
|
5732
|
+
font-size: var(--x-size-base-10) !important;
|
|
5733
|
+
line-height: 1.5; }
|
|
5734
|
+
|
|
5735
|
+
.x-font-size--11 {
|
|
5736
|
+
font-size: var(--x-size-base-11) !important;
|
|
5737
|
+
line-height: 1.5; }
|
|
5738
|
+
|
|
5739
|
+
.x-font-size--12 {
|
|
5740
|
+
font-size: var(--x-size-base-12) !important;
|
|
5741
|
+
line-height: 1.5; }
|
|
5742
|
+
|
|
5743
|
+
.x-font-size--13 {
|
|
5744
|
+
font-size: var(--x-size-base-13) !important;
|
|
5745
|
+
line-height: 1.5; }
|
|
5746
|
+
|
|
5747
|
+
.x-font-size--14 {
|
|
5748
|
+
font-size: var(--x-size-base-14) !important;
|
|
5749
|
+
line-height: 1.5; }
|
|
5750
|
+
|
|
5751
|
+
.x-font-size--15 {
|
|
5752
|
+
font-size: var(--x-size-base-15) !important;
|
|
5753
|
+
line-height: 1.5; }
|
|
5754
|
+
|
|
5755
|
+
.x-font-size--16 {
|
|
5756
|
+
font-size: var(--x-size-base-16) !important;
|
|
5757
|
+
line-height: 1.5; }
|
|
5758
|
+
|
|
5759
|
+
.x-font-size--17 {
|
|
5760
|
+
font-size: var(--x-size-base-17) !important;
|
|
5761
|
+
line-height: 1.5; }
|
|
5762
|
+
|
|
5763
|
+
.x-font-size--18 {
|
|
5764
|
+
font-size: var(--x-size-base-18) !important;
|
|
5765
|
+
line-height: 1.5; }
|
|
5766
|
+
|
|
5767
|
+
.x-font-size--19 {
|
|
5768
|
+
font-size: var(--x-size-base-19) !important;
|
|
5769
|
+
line-height: 1.5; }
|
|
5770
|
+
|
|
5771
|
+
.x-font-size--20 {
|
|
5772
|
+
font-size: var(--x-size-base-20) !important;
|
|
5773
|
+
line-height: 1.5; }
|
|
5774
|
+
|
|
5252
5775
|
.x-font-weight--light {
|
|
5253
5776
|
font-weight: var(--x-number-font-weight-base-light) !important; }
|
|
5254
5777
|
|
|
@@ -5258,6 +5781,54 @@
|
|
|
5258
5781
|
.x-font-weight--bold {
|
|
5259
5782
|
font-weight: var(--x-number-font-weight-base-bold) !important; }
|
|
5260
5783
|
|
|
5784
|
+
.x-line-clamp--2 {
|
|
5785
|
+
overflow: hidden !important;
|
|
5786
|
+
display: -webkit-box !important;
|
|
5787
|
+
-webkit-box-orient: vertical !important;
|
|
5788
|
+
-webkit-line-clamp: 2 !important; }
|
|
5789
|
+
|
|
5790
|
+
.x-line-clamp--3 {
|
|
5791
|
+
overflow: hidden !important;
|
|
5792
|
+
display: -webkit-box !important;
|
|
5793
|
+
-webkit-box-orient: vertical !important;
|
|
5794
|
+
-webkit-line-clamp: 3 !important; }
|
|
5795
|
+
|
|
5796
|
+
.x-line-clamp--4 {
|
|
5797
|
+
overflow: hidden !important;
|
|
5798
|
+
display: -webkit-box !important;
|
|
5799
|
+
-webkit-box-orient: vertical !important;
|
|
5800
|
+
-webkit-line-clamp: 4 !important; }
|
|
5801
|
+
|
|
5802
|
+
.x-line-clamp--5 {
|
|
5803
|
+
overflow: hidden !important;
|
|
5804
|
+
display: -webkit-box !important;
|
|
5805
|
+
-webkit-box-orient: vertical !important;
|
|
5806
|
+
-webkit-line-clamp: 5 !important; }
|
|
5807
|
+
|
|
5808
|
+
.x-line-clamp--6 {
|
|
5809
|
+
overflow: hidden !important;
|
|
5810
|
+
display: -webkit-box !important;
|
|
5811
|
+
-webkit-box-orient: vertical !important;
|
|
5812
|
+
-webkit-line-clamp: 6 !important; }
|
|
5813
|
+
|
|
5814
|
+
.x-line-height--none {
|
|
5815
|
+
line-height: 1 !important; }
|
|
5816
|
+
|
|
5817
|
+
.x-line-height--tight {
|
|
5818
|
+
line-height: 1.25 !important; }
|
|
5819
|
+
|
|
5820
|
+
.x-line-height--snug {
|
|
5821
|
+
line-height: 1.375 !important; }
|
|
5822
|
+
|
|
5823
|
+
.x-line-height--normal {
|
|
5824
|
+
line-height: 1.5 !important; }
|
|
5825
|
+
|
|
5826
|
+
.x-line-height--relaxed {
|
|
5827
|
+
line-height: 1.625 !important; }
|
|
5828
|
+
|
|
5829
|
+
.x-line-height--loose {
|
|
5830
|
+
line-height: 2 !important; }
|
|
5831
|
+
|
|
5261
5832
|
.x-margin--auto {
|
|
5262
5833
|
margin: auto !important; }
|
|
5263
5834
|
|
|
@@ -6161,3 +6732,46 @@
|
|
|
6161
6732
|
[dir="rtl"] .x-padding--left-20 {
|
|
6162
6733
|
padding-right: var(--x-size-base-20) !important; }
|
|
6163
6734
|
|
|
6735
|
+
.x-static {
|
|
6736
|
+
position: static !important; }
|
|
6737
|
+
|
|
6738
|
+
.x-fixed {
|
|
6739
|
+
position: fixed !important; }
|
|
6740
|
+
|
|
6741
|
+
.x-absolute {
|
|
6742
|
+
position: absolute !important; }
|
|
6743
|
+
|
|
6744
|
+
.x-relative {
|
|
6745
|
+
position: relative !important; }
|
|
6746
|
+
|
|
6747
|
+
.x-sticky {
|
|
6748
|
+
position: sticky !important; }
|
|
6749
|
+
|
|
6750
|
+
.x-underline {
|
|
6751
|
+
-webkit-text-decoration-line: underline;
|
|
6752
|
+
text-decoration-line: underline; }
|
|
6753
|
+
|
|
6754
|
+
.x-overline {
|
|
6755
|
+
-webkit-text-decoration-line: overline;
|
|
6756
|
+
text-decoration-line: overline; }
|
|
6757
|
+
|
|
6758
|
+
.x-line-through {
|
|
6759
|
+
-webkit-text-decoration-line: line-through;
|
|
6760
|
+
text-decoration-line: line-through; }
|
|
6761
|
+
|
|
6762
|
+
.x-no-underline {
|
|
6763
|
+
-webkit-text-decoration-line: none;
|
|
6764
|
+
text-decoration-line: none; }
|
|
6765
|
+
|
|
6766
|
+
.x-uppercase {
|
|
6767
|
+
text-transform: uppercase; }
|
|
6768
|
+
|
|
6769
|
+
.x-lowercase {
|
|
6770
|
+
text-transform: lowercase; }
|
|
6771
|
+
|
|
6772
|
+
.x-capitalize {
|
|
6773
|
+
text-transform: capitalize; }
|
|
6774
|
+
|
|
6775
|
+
.x-normal-case {
|
|
6776
|
+
text-transform: none; }
|
|
6777
|
+
|