@empathyco/x-components 3.0.0-alpha.40 → 3.0.0-alpha.44
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 +81 -0
- package/core/index.js +6 -1
- package/core/index.js.map +1 -1
- package/design-system/base.css +2 -1
- package/design-system/default-theme.css +98 -35
- package/design-system/full-theme.css +571 -47
- 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/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.grid2rowsicon.md +11 -0
- package/docs/API-reference/api/x-components.md +6 -1
- package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextquery.md +1 -0
- 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.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.grid-2-rows.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/docs/API-reference/components/next-queries/x-components.next-queries.md +17 -11
- package/docs/API-reference/components/next-queries/x-components.next-query.md +16 -7
- 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/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/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/index.js +6 -1
- package/js/index.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue.js +15 -4
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +3 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue.js +6 -1
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +18 -0
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +6 -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 +6 -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 +6 -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 +6 -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 +6 -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 +6 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +278 -2
- package/report/x-components.api.md +27 -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/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 +5 -1
- package/types/components/icons/index.d.ts.map +1 -1
- 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/next-queries/components/next-queries.vue.d.ts +6 -0
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
- package/types/x-modules/next-queries/components/next-query.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); }
|
|
@@ -3054,6 +3364,7 @@
|
|
|
3054
3364
|
.x-text--bold.x-small {
|
|
3055
3365
|
--x-number-font-weight-small: var(--x-number-font-weight-base-bold); }
|
|
3056
3366
|
|
|
3367
|
+
.x,
|
|
3057
3368
|
.x-text {
|
|
3058
3369
|
font-family: var(--x-font-family-text);
|
|
3059
3370
|
font-size: var(--x-size-font-text);
|
|
@@ -3205,6 +3516,9 @@
|
|
|
3205
3516
|
.x-background--disable {
|
|
3206
3517
|
background-color: var(--x-color-base-disable) !important; }
|
|
3207
3518
|
|
|
3519
|
+
.x-background--transparent {
|
|
3520
|
+
background-color: var(--x-color-base-transparent) !important; }
|
|
3521
|
+
|
|
3208
3522
|
.x-border-color--lead {
|
|
3209
3523
|
border-color: var(--x-color-base-lead) !important; }
|
|
3210
3524
|
|
|
@@ -3235,6 +3549,9 @@
|
|
|
3235
3549
|
.x-border-color--disable {
|
|
3236
3550
|
border-color: var(--x-color-base-disable) !important; }
|
|
3237
3551
|
|
|
3552
|
+
.x-border-color--transparent {
|
|
3553
|
+
border-color: var(--x-color-base-transparent) !important; }
|
|
3554
|
+
|
|
3238
3555
|
.x-border-radius--00 {
|
|
3239
3556
|
border-radius: 0 !important; }
|
|
3240
3557
|
|
|
@@ -5219,6 +5536,39 @@
|
|
|
5219
5536
|
border: dashed 1px grey;
|
|
5220
5537
|
border-radius: 10px; }
|
|
5221
5538
|
|
|
5539
|
+
.x-flex-1 {
|
|
5540
|
+
flex: 1 1 0% !important; }
|
|
5541
|
+
|
|
5542
|
+
.x-flex-auto {
|
|
5543
|
+
flex: 1 1 auto !important; }
|
|
5544
|
+
|
|
5545
|
+
.x-flex-initial {
|
|
5546
|
+
flex: 0 1 auto !important; }
|
|
5547
|
+
|
|
5548
|
+
.x-flex-no-shrink {
|
|
5549
|
+
flex: 1 0 auto !important; }
|
|
5550
|
+
|
|
5551
|
+
.x-flex-none {
|
|
5552
|
+
flex: none !important; }
|
|
5553
|
+
|
|
5554
|
+
.x-self-auto {
|
|
5555
|
+
align-self: auto !important; }
|
|
5556
|
+
|
|
5557
|
+
.x-self-start {
|
|
5558
|
+
align-self: flex-start !important; }
|
|
5559
|
+
|
|
5560
|
+
.x-self-end {
|
|
5561
|
+
align-self: flex-end !important; }
|
|
5562
|
+
|
|
5563
|
+
.x-self-center {
|
|
5564
|
+
align-self: center !important; }
|
|
5565
|
+
|
|
5566
|
+
.x-self-stretch {
|
|
5567
|
+
align-self: stretch !important; }
|
|
5568
|
+
|
|
5569
|
+
.x-self-baseline {
|
|
5570
|
+
align-self: baseline !important; }
|
|
5571
|
+
|
|
5222
5572
|
.x-font-color--lead {
|
|
5223
5573
|
color: var(--x-color-base-lead) !important; }
|
|
5224
5574
|
|
|
@@ -5249,6 +5599,89 @@
|
|
|
5249
5599
|
.x-font-color--disable {
|
|
5250
5600
|
color: var(--x-color-base-disable) !important; }
|
|
5251
5601
|
|
|
5602
|
+
.x-font-color--transparent {
|
|
5603
|
+
color: var(--x-color-base-transparent) !important; }
|
|
5604
|
+
|
|
5605
|
+
.x-font-size--01 {
|
|
5606
|
+
font-size: var(--x-size-base-01) !important;
|
|
5607
|
+
line-height: 1.5; }
|
|
5608
|
+
|
|
5609
|
+
.x-font-size--02 {
|
|
5610
|
+
font-size: var(--x-size-base-02) !important;
|
|
5611
|
+
line-height: 1.5; }
|
|
5612
|
+
|
|
5613
|
+
.x-font-size--03 {
|
|
5614
|
+
font-size: var(--x-size-base-03) !important;
|
|
5615
|
+
line-height: 1.5; }
|
|
5616
|
+
|
|
5617
|
+
.x-font-size--04 {
|
|
5618
|
+
font-size: var(--x-size-base-04) !important;
|
|
5619
|
+
line-height: 1.5; }
|
|
5620
|
+
|
|
5621
|
+
.x-font-size--05 {
|
|
5622
|
+
font-size: var(--x-size-base-05) !important;
|
|
5623
|
+
line-height: 1.5; }
|
|
5624
|
+
|
|
5625
|
+
.x-font-size--06 {
|
|
5626
|
+
font-size: var(--x-size-base-06) !important;
|
|
5627
|
+
line-height: 1.5; }
|
|
5628
|
+
|
|
5629
|
+
.x-font-size--07 {
|
|
5630
|
+
font-size: var(--x-size-base-07) !important;
|
|
5631
|
+
line-height: 1.5; }
|
|
5632
|
+
|
|
5633
|
+
.x-font-size--08 {
|
|
5634
|
+
font-size: var(--x-size-base-08) !important;
|
|
5635
|
+
line-height: 1.5; }
|
|
5636
|
+
|
|
5637
|
+
.x-font-size--09 {
|
|
5638
|
+
font-size: var(--x-size-base-09) !important;
|
|
5639
|
+
line-height: 1.5; }
|
|
5640
|
+
|
|
5641
|
+
.x-font-size--10 {
|
|
5642
|
+
font-size: var(--x-size-base-10) !important;
|
|
5643
|
+
line-height: 1.5; }
|
|
5644
|
+
|
|
5645
|
+
.x-font-size--11 {
|
|
5646
|
+
font-size: var(--x-size-base-11) !important;
|
|
5647
|
+
line-height: 1.5; }
|
|
5648
|
+
|
|
5649
|
+
.x-font-size--12 {
|
|
5650
|
+
font-size: var(--x-size-base-12) !important;
|
|
5651
|
+
line-height: 1.5; }
|
|
5652
|
+
|
|
5653
|
+
.x-font-size--13 {
|
|
5654
|
+
font-size: var(--x-size-base-13) !important;
|
|
5655
|
+
line-height: 1.5; }
|
|
5656
|
+
|
|
5657
|
+
.x-font-size--14 {
|
|
5658
|
+
font-size: var(--x-size-base-14) !important;
|
|
5659
|
+
line-height: 1.5; }
|
|
5660
|
+
|
|
5661
|
+
.x-font-size--15 {
|
|
5662
|
+
font-size: var(--x-size-base-15) !important;
|
|
5663
|
+
line-height: 1.5; }
|
|
5664
|
+
|
|
5665
|
+
.x-font-size--16 {
|
|
5666
|
+
font-size: var(--x-size-base-16) !important;
|
|
5667
|
+
line-height: 1.5; }
|
|
5668
|
+
|
|
5669
|
+
.x-font-size--17 {
|
|
5670
|
+
font-size: var(--x-size-base-17) !important;
|
|
5671
|
+
line-height: 1.5; }
|
|
5672
|
+
|
|
5673
|
+
.x-font-size--18 {
|
|
5674
|
+
font-size: var(--x-size-base-18) !important;
|
|
5675
|
+
line-height: 1.5; }
|
|
5676
|
+
|
|
5677
|
+
.x-font-size--19 {
|
|
5678
|
+
font-size: var(--x-size-base-19) !important;
|
|
5679
|
+
line-height: 1.5; }
|
|
5680
|
+
|
|
5681
|
+
.x-font-size--20 {
|
|
5682
|
+
font-size: var(--x-size-base-20) !important;
|
|
5683
|
+
line-height: 1.5; }
|
|
5684
|
+
|
|
5252
5685
|
.x-font-weight--light {
|
|
5253
5686
|
font-weight: var(--x-number-font-weight-base-light) !important; }
|
|
5254
5687
|
|
|
@@ -5258,6 +5691,54 @@
|
|
|
5258
5691
|
.x-font-weight--bold {
|
|
5259
5692
|
font-weight: var(--x-number-font-weight-base-bold) !important; }
|
|
5260
5693
|
|
|
5694
|
+
.x-line-clamp--2 {
|
|
5695
|
+
overflow: hidden !important;
|
|
5696
|
+
display: -webkit-box !important;
|
|
5697
|
+
-webkit-box-orient: vertical !important;
|
|
5698
|
+
-webkit-line-clamp: 2 !important; }
|
|
5699
|
+
|
|
5700
|
+
.x-line-clamp--3 {
|
|
5701
|
+
overflow: hidden !important;
|
|
5702
|
+
display: -webkit-box !important;
|
|
5703
|
+
-webkit-box-orient: vertical !important;
|
|
5704
|
+
-webkit-line-clamp: 3 !important; }
|
|
5705
|
+
|
|
5706
|
+
.x-line-clamp--4 {
|
|
5707
|
+
overflow: hidden !important;
|
|
5708
|
+
display: -webkit-box !important;
|
|
5709
|
+
-webkit-box-orient: vertical !important;
|
|
5710
|
+
-webkit-line-clamp: 4 !important; }
|
|
5711
|
+
|
|
5712
|
+
.x-line-clamp--5 {
|
|
5713
|
+
overflow: hidden !important;
|
|
5714
|
+
display: -webkit-box !important;
|
|
5715
|
+
-webkit-box-orient: vertical !important;
|
|
5716
|
+
-webkit-line-clamp: 5 !important; }
|
|
5717
|
+
|
|
5718
|
+
.x-line-clamp--6 {
|
|
5719
|
+
overflow: hidden !important;
|
|
5720
|
+
display: -webkit-box !important;
|
|
5721
|
+
-webkit-box-orient: vertical !important;
|
|
5722
|
+
-webkit-line-clamp: 6 !important; }
|
|
5723
|
+
|
|
5724
|
+
.x-line-height--none {
|
|
5725
|
+
line-height: 1 !important; }
|
|
5726
|
+
|
|
5727
|
+
.x-line-height--tight {
|
|
5728
|
+
line-height: 1.25 !important; }
|
|
5729
|
+
|
|
5730
|
+
.x-line-height--snug {
|
|
5731
|
+
line-height: 1.375 !important; }
|
|
5732
|
+
|
|
5733
|
+
.x-line-height--normal {
|
|
5734
|
+
line-height: 1.5 !important; }
|
|
5735
|
+
|
|
5736
|
+
.x-line-height--relaxed {
|
|
5737
|
+
line-height: 1.625 !important; }
|
|
5738
|
+
|
|
5739
|
+
.x-line-height--loose {
|
|
5740
|
+
line-height: 2 !important; }
|
|
5741
|
+
|
|
5261
5742
|
.x-margin--auto {
|
|
5262
5743
|
margin: auto !important; }
|
|
5263
5744
|
|
|
@@ -6161,3 +6642,46 @@
|
|
|
6161
6642
|
[dir="rtl"] .x-padding--left-20 {
|
|
6162
6643
|
padding-right: var(--x-size-base-20) !important; }
|
|
6163
6644
|
|
|
6645
|
+
.x-static {
|
|
6646
|
+
position: static !important; }
|
|
6647
|
+
|
|
6648
|
+
.x-fixed {
|
|
6649
|
+
position: fixed !important; }
|
|
6650
|
+
|
|
6651
|
+
.x-absolute {
|
|
6652
|
+
position: absolute !important; }
|
|
6653
|
+
|
|
6654
|
+
.x-relative {
|
|
6655
|
+
position: relative !important; }
|
|
6656
|
+
|
|
6657
|
+
.x-sticky {
|
|
6658
|
+
position: sticky !important; }
|
|
6659
|
+
|
|
6660
|
+
.x-underline {
|
|
6661
|
+
-webkit-text-decoration-line: underline;
|
|
6662
|
+
text-decoration-line: underline; }
|
|
6663
|
+
|
|
6664
|
+
.x-overline {
|
|
6665
|
+
-webkit-text-decoration-line: overline;
|
|
6666
|
+
text-decoration-line: overline; }
|
|
6667
|
+
|
|
6668
|
+
.x-line-through {
|
|
6669
|
+
-webkit-text-decoration-line: line-through;
|
|
6670
|
+
text-decoration-line: line-through; }
|
|
6671
|
+
|
|
6672
|
+
.x-no-underline {
|
|
6673
|
+
-webkit-text-decoration-line: none;
|
|
6674
|
+
text-decoration-line: none; }
|
|
6675
|
+
|
|
6676
|
+
.x-uppercase {
|
|
6677
|
+
text-transform: uppercase; }
|
|
6678
|
+
|
|
6679
|
+
.x-lowercase {
|
|
6680
|
+
text-transform: lowercase; }
|
|
6681
|
+
|
|
6682
|
+
.x-capitalize {
|
|
6683
|
+
text-transform: capitalize; }
|
|
6684
|
+
|
|
6685
|
+
.x-normal-case {
|
|
6686
|
+
text-transform: none; }
|
|
6687
|
+
|