@empathyco/x-components 3.0.0-alpha.20 → 3.0.0-alpha.24
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 +48 -0
- package/core/index.js +3 -1
- package/core/index.js.map +1 -1
- package/design-system/base.css +4 -1
- package/design-system/button-secondary.css +1 -1
- package/design-system/default-theme.css +97 -42
- package/design-system/dropdown-default.css +68 -33
- package/design-system/dropdown-l.css +1 -1
- package/design-system/dropdown-m.css +1 -1
- package/design-system/dropdown-s.css +1 -1
- package/design-system/dropdown-xl.css +1 -1
- package/design-system/full-theme.css +2521 -129
- package/design-system/list-default.css +5 -0
- package/design-system/list-gap.css +121 -1
- package/design-system/list-padding.css +105 -1
- package/design-system/row-padding.css +2 -0
- package/design-system/utilities-background-color.css +20 -0
- package/design-system/utilities-border-color.css +20 -0
- package/design-system/utilities-border-radius.css +981 -0
- package/design-system/utilities-border-width.css +333 -0
- package/design-system/utilities-box-shadow.css +68 -0
- package/design-system/utilities-font-color.css +20 -0
- package/design-system/utilities-margin.css +380 -0
- package/design-system/utilities-padding.css +380 -0
- package/docs/API-reference/api/x-components.createfetchandsaveaction.md +26 -0
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.fetch.md +24 -0
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.md +23 -0
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.oncancel.md +17 -0
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.onerror.md +24 -0
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.onsuccess.md +25 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.md +21 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
- package/docs/API-reference/api/x-components.md +8 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
- package/docs/API-reference/api/{x-components.urlstate.filters.md → x-components.params.filters.md} +2 -2
- package/docs/API-reference/api/x-components.params.md +25 -0
- package/docs/API-reference/api/{x-components.urlstate.page.md → x-components.params.page.md} +2 -2
- package/docs/API-reference/api/{x-components.urlstate.query.md → x-components.params.query.md} +2 -2
- package/docs/API-reference/api/{x-components.urlstate.relatedtags.md → x-components.params.relatedtags.md} +2 -2
- package/docs/API-reference/api/x-components.params.scroll.md +11 -0
- package/docs/API-reference/api/{x-components.urlstate.sort.md → x-components.params.sort.md} +2 -2
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
- package/docs/API-reference/api/x-components.requeststatus.md +13 -0
- package/docs/API-reference/api/x-components.searchmutations.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.md +1 -1
- package/docs/API-reference/api/x-components.setstatus.md +25 -0
- package/docs/API-reference/api/x-components.statusmutations.md +20 -0
- package/docs/API-reference/api/x-components.statusmutations.setstatus.md +24 -0
- package/docs/API-reference/api/x-components.statusstate.md +20 -0
- package/docs/API-reference/api/x-components.statusstate.status.md +13 -0
- package/docs/API-reference/api/x-components.urlactions.md +2 -1
- package/docs/API-reference/api/x-components.urlactions.updatestorefromurl.md +17 -0
- package/docs/API-reference/api/x-components.urlactions.updateurl.md +1 -1
- package/docs/API-reference/api/x-components.urlgetters.md +2 -2
- package/docs/API-reference/api/x-components.urlgetters.urlmappedparamnames.md +3 -1
- package/docs/API-reference/api/x-components.urlgetters.urlparams.md +2 -0
- package/docs/API-reference/api/x-components.urlmutations.md +3 -1
- package/docs/API-reference/api/x-components.urlmutations.setextraparams.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.seturlconfig.md +3 -1
- package/docs/API-reference/api/x-components.urlparamkey.md +3 -1
- package/docs/API-reference/api/x-components.urlstate.md +1 -5
- package/docs/API-reference/api/x-components.urlstate.params.md +11 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +7 -7
- package/docs/API-reference/components/url/x-components.url-handler.md +84 -0
- package/docs/sidebar.json +1 -1
- package/js/components/base-dropdown.vue.js +2 -2
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +2 -2
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
- package/js/index.js +3 -1
- package/js/index.js.map +1 -1
- package/js/plugins/x-plugin.alias.js.map +1 -1
- package/js/plugins/x-plugin.js +1 -1
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/store/utils/{helpers/fetch-and-save-action.helpers.js → fetch-and-save-action.utils.js} +5 -5
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
- package/js/store/utils/{get-getters-proxy.js → getters-proxy.utils.js} +1 -1
- package/js/store/utils/getters-proxy.utils.js.map +1 -0
- package/js/store/utils/{helpers/status.helpers.js → status-store.utils.js} +1 -1
- package/js/store/utils/status-store.utils.js.map +1 -0
- package/js/store/{store.utils.js → utils/store-emitters.utils.js} +1 -1
- package/js/store/utils/store-emitters.utils.js.map +1 -0
- package/js/wiring/wiring.utils.js +1 -1
- package/js/wiring/wiring.utils.js.map +1 -1
- package/js/x-modules/device/store/emitters.js +3 -1
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/store/emitters.js +3 -1
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/extra-params/store/emitters.js +3 -1
- package/js/x-modules/extra-params/store/emitters.js.map +1 -1
- package/js/x-modules/facets/store/emitters.js +1 -1
- package/js/x-modules/facets/store/emitters.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js +3 -1
- package/js/x-modules/history-queries/store/emitters.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +3 -1
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
- package/js/x-modules/identifier-results/store/module.js +1 -1
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/emitters.js +3 -1
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +1 -1
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/emitters.js +1 -1
- package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
- package/js/x-modules/popular-searches/store/module.js +1 -1
- package/js/x-modules/popular-searches/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/emitters.js +3 -1
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +1 -1
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +3 -1
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/store/module.js +1 -1
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/emitters.js +3 -1
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +1 -1
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/emitters.js +3 -1
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/module.js +1 -1
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search-box/store/emitters.js +3 -1
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/emitters.js +3 -1
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/actions/update-store-from-url.action.js +76 -0
- package/js/x-modules/url/store/actions/update-store-from-url.action.js.map +1 -0
- package/js/x-modules/url/store/actions/update-url.action.js +22 -5
- package/js/x-modules/url/store/actions/update-url.action.js.map +1 -1
- package/js/x-modules/url/store/emitters.js +3 -1
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/{url-param-names.getter.js → url-mapped-param-names.getter.js} +4 -4
- package/js/x-modules/url/store/getters/url-mapped-param-names.getter.js.map +1 -0
- package/js/x-modules/url/store/getters/url-params.getter.js +5 -4
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/module.js +19 -7
- package/js/x-modules/url/store/module.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +1123 -196
- package/report/x-components.api.md +55 -19
- package/types/plugins/x-plugin.d.ts +1 -1
- package/types/plugins/x-plugin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +2 -2
- package/types/plugins/x-plugin.types.d.ts.map +1 -1
- package/types/router.d.ts.map +1 -1
- package/types/store/index.d.ts +3 -2
- package/types/store/index.d.ts.map +1 -1
- package/types/store/utils/{helpers/fetch-and-save-action.helpers.d.ts → fetch-and-save-action.utils.d.ts} +24 -16
- package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
- package/types/store/utils/{get-getters-proxy.d.ts → getters-proxy.utils.d.ts} +1 -1
- package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
- package/types/store/utils/{helpers/status.helpers.d.ts → status-store.utils.d.ts} +1 -1
- package/types/store/utils/status-store.utils.d.ts.map +1 -0
- package/types/store/{store-emitters.types.d.ts → utils/store-emitters.utils.d.ts} +13 -4
- package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/types.d.ts +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/types.d.ts +1 -1
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/types.d.ts +1 -1
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/types.d.ts +1 -1
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/types.d.ts +1 -1
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +1 -1
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/url/components/index.d.ts +2 -0
- package/types/x-modules/url/components/index.d.ts.map +1 -0
- package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts +11 -0
- package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts.map +1 -0
- package/types/x-modules/url/store/actions/update-url.action.d.ts.map +1 -1
- package/types/x-modules/url/store/getters/{url-param-names.getter.d.ts → url-mapped-param-names.getter.d.ts} +1 -1
- package/types/x-modules/url/store/getters/url-mapped-param-names.getter.d.ts.map +1 -0
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
- package/types/x-modules/url/store/module.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +38 -5
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +1 -1
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/design-system/list-background.css +0 -20
- package/design-system/list-border.css +0 -44
- package/design-system/row-background.css +0 -20
- package/js/store/store.utils.js.map +0 -1
- package/js/store/utils/get-getters-proxy.js.map +0 -1
- package/js/store/utils/helpers/fetch-and-save-action.helpers.js.map +0 -1
- package/js/store/utils/helpers/status.helpers.js.map +0 -1
- package/js/x-modules/url/store/getters/url-param-names.getter.js.map +0 -1
- package/types/store/store-emitters.types.d.ts.map +0 -1
- package/types/store/store.utils.d.ts +0 -12
- package/types/store/store.utils.d.ts.map +0 -1
- package/types/store/utils/get-getters-proxy.d.ts.map +0 -1
- package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts.map +0 -1
- package/types/store/utils/helpers/status.helpers.d.ts.map +0 -1
- package/types/x-modules/url/store/getters/url-param-names.getter.d.ts.map +0 -1
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
font-size: var(--x-size-font-text);
|
|
25
25
|
font-weight: var(--x-number-font-weight-text);
|
|
26
26
|
line-height: var(--x-size-line-height-text);
|
|
27
|
+
color: var(--x-color-text-default);
|
|
27
28
|
min-width: 0; }
|
|
28
29
|
@media not all and (min-resolution: 0.001dpcm) {
|
|
29
30
|
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
@@ -108,6 +109,10 @@
|
|
|
108
109
|
-ms-flex-item-align: stretch;
|
|
109
110
|
align-self: stretch; }
|
|
110
111
|
|
|
112
|
+
.x-list > .x-list__item--flex-none {
|
|
113
|
+
-ms-flex: none;
|
|
114
|
+
flex: none; }
|
|
115
|
+
|
|
111
116
|
.x-list > .x-list__item--01 {
|
|
112
117
|
-ms-flex: 1 12 auto;
|
|
113
118
|
flex: 1 12 auto; }
|
|
@@ -5,7 +5,13 @@
|
|
|
5
5
|
--x-size-gap-list-04: var(--x-size-base-04);
|
|
6
6
|
--x-size-gap-list-05: var(--x-size-base-05);
|
|
7
7
|
--x-size-gap-list-06: var(--x-size-base-06);
|
|
8
|
-
--x-size-gap-list-07: var(--x-size-base-07);
|
|
8
|
+
--x-size-gap-list-07: var(--x-size-base-07);
|
|
9
|
+
--x-size-gap-list-08: var(--x-size-base-08);
|
|
10
|
+
--x-size-gap-list-09: var(--x-size-base-09);
|
|
11
|
+
--x-size-gap-list-10: var(--x-size-base-10);
|
|
12
|
+
--x-size-gap-list-11: var(--x-size-base-11);
|
|
13
|
+
--x-size-gap-list-12: var(--x-size-base-12);
|
|
14
|
+
--x-size-gap-list-13: var(--x-size-base-13); }
|
|
9
15
|
|
|
10
16
|
@use 'sass:string';
|
|
11
17
|
.x-list--gap-01.x-list {
|
|
@@ -140,3 +146,117 @@
|
|
|
140
146
|
.x-list--gap-07.x-list.x-list--wrap > *:not(:last-child) {
|
|
141
147
|
margin-right: var(--x-size-gap-list-07);
|
|
142
148
|
margin-bottom: var(--x-size-gap-list-07); } }
|
|
149
|
+
|
|
150
|
+
.x-list--gap-08.x-list {
|
|
151
|
+
gap: var(--x-size-gap-list-08); }
|
|
152
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
153
|
+
.x-list--gap-08.x-list:not(.x-list--horizontal), .x-list--gap-08.x-list.x-list--vertical {
|
|
154
|
+
gap: 0; }
|
|
155
|
+
.x-list--gap-08.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-08.x-list.x-list--vertical > *:not(:last-child) {
|
|
156
|
+
margin-bottom: var(--x-size-gap-list-08); } }
|
|
157
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
158
|
+
.x-list--gap-08.x-list.x-list--horizontal {
|
|
159
|
+
gap: 0; }
|
|
160
|
+
.x-list--gap-08.x-list.x-list--horizontal > *:not(:last-child) {
|
|
161
|
+
margin-right: var(--x-size-gap-list-08); } }
|
|
162
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
163
|
+
.x-list--gap-08.x-list.x-list--wrap {
|
|
164
|
+
gap: 0; }
|
|
165
|
+
.x-list--gap-08.x-list.x-list--wrap > *:not(:last-child) {
|
|
166
|
+
margin-right: var(--x-size-gap-list-08);
|
|
167
|
+
margin-bottom: var(--x-size-gap-list-08); } }
|
|
168
|
+
|
|
169
|
+
.x-list--gap-09.x-list {
|
|
170
|
+
gap: var(--x-size-gap-list-09); }
|
|
171
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
172
|
+
.x-list--gap-09.x-list:not(.x-list--horizontal), .x-list--gap-09.x-list.x-list--vertical {
|
|
173
|
+
gap: 0; }
|
|
174
|
+
.x-list--gap-09.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-09.x-list.x-list--vertical > *:not(:last-child) {
|
|
175
|
+
margin-bottom: var(--x-size-gap-list-09); } }
|
|
176
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
177
|
+
.x-list--gap-09.x-list.x-list--horizontal {
|
|
178
|
+
gap: 0; }
|
|
179
|
+
.x-list--gap-09.x-list.x-list--horizontal > *:not(:last-child) {
|
|
180
|
+
margin-right: var(--x-size-gap-list-09); } }
|
|
181
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
182
|
+
.x-list--gap-09.x-list.x-list--wrap {
|
|
183
|
+
gap: 0; }
|
|
184
|
+
.x-list--gap-09.x-list.x-list--wrap > *:not(:last-child) {
|
|
185
|
+
margin-right: var(--x-size-gap-list-09);
|
|
186
|
+
margin-bottom: var(--x-size-gap-list-09); } }
|
|
187
|
+
|
|
188
|
+
.x-list--gap-10.x-list {
|
|
189
|
+
gap: var(--x-size-gap-list-10); }
|
|
190
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
191
|
+
.x-list--gap-10.x-list:not(.x-list--horizontal), .x-list--gap-10.x-list.x-list--vertical {
|
|
192
|
+
gap: 0; }
|
|
193
|
+
.x-list--gap-10.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-10.x-list.x-list--vertical > *:not(:last-child) {
|
|
194
|
+
margin-bottom: var(--x-size-gap-list-10); } }
|
|
195
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
196
|
+
.x-list--gap-10.x-list.x-list--horizontal {
|
|
197
|
+
gap: 0; }
|
|
198
|
+
.x-list--gap-10.x-list.x-list--horizontal > *:not(:last-child) {
|
|
199
|
+
margin-right: var(--x-size-gap-list-10); } }
|
|
200
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
201
|
+
.x-list--gap-10.x-list.x-list--wrap {
|
|
202
|
+
gap: 0; }
|
|
203
|
+
.x-list--gap-10.x-list.x-list--wrap > *:not(:last-child) {
|
|
204
|
+
margin-right: var(--x-size-gap-list-10);
|
|
205
|
+
margin-bottom: var(--x-size-gap-list-10); } }
|
|
206
|
+
|
|
207
|
+
.x-list--gap-11.x-list {
|
|
208
|
+
gap: var(--x-size-gap-list-11); }
|
|
209
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
210
|
+
.x-list--gap-11.x-list:not(.x-list--horizontal), .x-list--gap-11.x-list.x-list--vertical {
|
|
211
|
+
gap: 0; }
|
|
212
|
+
.x-list--gap-11.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-11.x-list.x-list--vertical > *:not(:last-child) {
|
|
213
|
+
margin-bottom: var(--x-size-gap-list-11); } }
|
|
214
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
215
|
+
.x-list--gap-11.x-list.x-list--horizontal {
|
|
216
|
+
gap: 0; }
|
|
217
|
+
.x-list--gap-11.x-list.x-list--horizontal > *:not(:last-child) {
|
|
218
|
+
margin-right: var(--x-size-gap-list-11); } }
|
|
219
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
220
|
+
.x-list--gap-11.x-list.x-list--wrap {
|
|
221
|
+
gap: 0; }
|
|
222
|
+
.x-list--gap-11.x-list.x-list--wrap > *:not(:last-child) {
|
|
223
|
+
margin-right: var(--x-size-gap-list-11);
|
|
224
|
+
margin-bottom: var(--x-size-gap-list-11); } }
|
|
225
|
+
|
|
226
|
+
.x-list--gap-12.x-list {
|
|
227
|
+
gap: var(--x-size-gap-list-12); }
|
|
228
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
229
|
+
.x-list--gap-12.x-list:not(.x-list--horizontal), .x-list--gap-12.x-list.x-list--vertical {
|
|
230
|
+
gap: 0; }
|
|
231
|
+
.x-list--gap-12.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-12.x-list.x-list--vertical > *:not(:last-child) {
|
|
232
|
+
margin-bottom: var(--x-size-gap-list-12); } }
|
|
233
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
234
|
+
.x-list--gap-12.x-list.x-list--horizontal {
|
|
235
|
+
gap: 0; }
|
|
236
|
+
.x-list--gap-12.x-list.x-list--horizontal > *:not(:last-child) {
|
|
237
|
+
margin-right: var(--x-size-gap-list-12); } }
|
|
238
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
239
|
+
.x-list--gap-12.x-list.x-list--wrap {
|
|
240
|
+
gap: 0; }
|
|
241
|
+
.x-list--gap-12.x-list.x-list--wrap > *:not(:last-child) {
|
|
242
|
+
margin-right: var(--x-size-gap-list-12);
|
|
243
|
+
margin-bottom: var(--x-size-gap-list-12); } }
|
|
244
|
+
|
|
245
|
+
.x-list--gap-13.x-list {
|
|
246
|
+
gap: var(--x-size-gap-list-13); }
|
|
247
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
248
|
+
.x-list--gap-13.x-list:not(.x-list--horizontal), .x-list--gap-13.x-list.x-list--vertical {
|
|
249
|
+
gap: 0; }
|
|
250
|
+
.x-list--gap-13.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list--gap-13.x-list.x-list--vertical > *:not(:last-child) {
|
|
251
|
+
margin-bottom: var(--x-size-gap-list-13); } }
|
|
252
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
253
|
+
.x-list--gap-13.x-list.x-list--horizontal {
|
|
254
|
+
gap: 0; }
|
|
255
|
+
.x-list--gap-13.x-list.x-list--horizontal > *:not(:last-child) {
|
|
256
|
+
margin-right: var(--x-size-gap-list-13); } }
|
|
257
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
258
|
+
.x-list--gap-13.x-list.x-list--wrap {
|
|
259
|
+
gap: 0; }
|
|
260
|
+
.x-list--gap-13.x-list.x-list--wrap > *:not(:last-child) {
|
|
261
|
+
margin-right: var(--x-size-gap-list-13);
|
|
262
|
+
margin-bottom: var(--x-size-gap-list-13); } }
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* @deprecated */
|
|
1
2
|
:root {
|
|
2
3
|
--x-size-padding-list-01: var(--x-size-base-01);
|
|
3
4
|
--x-size-padding-list-02: var(--x-size-base-02);
|
|
@@ -5,8 +6,15 @@
|
|
|
5
6
|
--x-size-padding-list-04: var(--x-size-base-04);
|
|
6
7
|
--x-size-padding-list-05: var(--x-size-base-05);
|
|
7
8
|
--x-size-padding-list-06: var(--x-size-base-06);
|
|
8
|
-
--x-size-padding-list-07: var(--x-size-base-07);
|
|
9
|
+
--x-size-padding-list-07: var(--x-size-base-07);
|
|
10
|
+
--x-size-padding-list-08: var(--x-size-base-08);
|
|
11
|
+
--x-size-padding-list-09: var(--x-size-base-09);
|
|
12
|
+
--x-size-padding-list-10: var(--x-size-base-10);
|
|
13
|
+
--x-size-padding-list-11: var(--x-size-base-11);
|
|
14
|
+
--x-size-padding-list-12: var(--x-size-base-12);
|
|
15
|
+
--x-size-padding-list-13: var(--x-size-base-13); }
|
|
9
16
|
|
|
17
|
+
/* @deprecated */
|
|
10
18
|
@use 'sass:string';
|
|
11
19
|
[class*='x-list--padding-'].x-list.x-list--padding-top:not(.x-list--padding-right) {
|
|
12
20
|
padding-right: 0; }
|
|
@@ -155,3 +163,99 @@
|
|
|
155
163
|
gap: 0; }
|
|
156
164
|
.x-list--gap-.x-list.x-list--horizontal > *:not(:last-child) {
|
|
157
165
|
margin-right: var(--x-size-gap-list-07); } }
|
|
166
|
+
|
|
167
|
+
.x-list--padding-08.x-list {
|
|
168
|
+
padding: var(--x-size-padding-list-08); }
|
|
169
|
+
|
|
170
|
+
.x-list--gap-.x-list {
|
|
171
|
+
gap: var(--x-size-gap-list-08); }
|
|
172
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
173
|
+
.x-list--gap-.x-list {
|
|
174
|
+
gap: 0; }
|
|
175
|
+
.x-list--gap-.x-list > *:not(:last-child) {
|
|
176
|
+
margin-bottom: var(--x-size-gap-list-08); } }
|
|
177
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
178
|
+
.x-list--gap-.x-list.x-list--horizontal {
|
|
179
|
+
gap: 0; }
|
|
180
|
+
.x-list--gap-.x-list.x-list--horizontal > *:not(:last-child) {
|
|
181
|
+
margin-right: var(--x-size-gap-list-08); } }
|
|
182
|
+
|
|
183
|
+
.x-list--padding-09.x-list {
|
|
184
|
+
padding: var(--x-size-padding-list-09); }
|
|
185
|
+
|
|
186
|
+
.x-list--gap-.x-list {
|
|
187
|
+
gap: var(--x-size-gap-list-09); }
|
|
188
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
189
|
+
.x-list--gap-.x-list {
|
|
190
|
+
gap: 0; }
|
|
191
|
+
.x-list--gap-.x-list > *:not(:last-child) {
|
|
192
|
+
margin-bottom: var(--x-size-gap-list-09); } }
|
|
193
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
194
|
+
.x-list--gap-.x-list.x-list--horizontal {
|
|
195
|
+
gap: 0; }
|
|
196
|
+
.x-list--gap-.x-list.x-list--horizontal > *:not(:last-child) {
|
|
197
|
+
margin-right: var(--x-size-gap-list-09); } }
|
|
198
|
+
|
|
199
|
+
.x-list--padding-10.x-list {
|
|
200
|
+
padding: var(--x-size-padding-list-10); }
|
|
201
|
+
|
|
202
|
+
.x-list--gap-.x-list {
|
|
203
|
+
gap: var(--x-size-gap-list-10); }
|
|
204
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
205
|
+
.x-list--gap-.x-list {
|
|
206
|
+
gap: 0; }
|
|
207
|
+
.x-list--gap-.x-list > *:not(:last-child) {
|
|
208
|
+
margin-bottom: var(--x-size-gap-list-10); } }
|
|
209
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
210
|
+
.x-list--gap-.x-list.x-list--horizontal {
|
|
211
|
+
gap: 0; }
|
|
212
|
+
.x-list--gap-.x-list.x-list--horizontal > *:not(:last-child) {
|
|
213
|
+
margin-right: var(--x-size-gap-list-10); } }
|
|
214
|
+
|
|
215
|
+
.x-list--padding-11.x-list {
|
|
216
|
+
padding: var(--x-size-padding-list-11); }
|
|
217
|
+
|
|
218
|
+
.x-list--gap-.x-list {
|
|
219
|
+
gap: var(--x-size-gap-list-11); }
|
|
220
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
221
|
+
.x-list--gap-.x-list {
|
|
222
|
+
gap: 0; }
|
|
223
|
+
.x-list--gap-.x-list > *:not(:last-child) {
|
|
224
|
+
margin-bottom: var(--x-size-gap-list-11); } }
|
|
225
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
226
|
+
.x-list--gap-.x-list.x-list--horizontal {
|
|
227
|
+
gap: 0; }
|
|
228
|
+
.x-list--gap-.x-list.x-list--horizontal > *:not(:last-child) {
|
|
229
|
+
margin-right: var(--x-size-gap-list-11); } }
|
|
230
|
+
|
|
231
|
+
.x-list--padding-12.x-list {
|
|
232
|
+
padding: var(--x-size-padding-list-12); }
|
|
233
|
+
|
|
234
|
+
.x-list--gap-.x-list {
|
|
235
|
+
gap: var(--x-size-gap-list-12); }
|
|
236
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
237
|
+
.x-list--gap-.x-list {
|
|
238
|
+
gap: 0; }
|
|
239
|
+
.x-list--gap-.x-list > *:not(:last-child) {
|
|
240
|
+
margin-bottom: var(--x-size-gap-list-12); } }
|
|
241
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
242
|
+
.x-list--gap-.x-list.x-list--horizontal {
|
|
243
|
+
gap: 0; }
|
|
244
|
+
.x-list--gap-.x-list.x-list--horizontal > *:not(:last-child) {
|
|
245
|
+
margin-right: var(--x-size-gap-list-12); } }
|
|
246
|
+
|
|
247
|
+
.x-list--padding-13.x-list {
|
|
248
|
+
padding: var(--x-size-padding-list-13); }
|
|
249
|
+
|
|
250
|
+
.x-list--gap-.x-list {
|
|
251
|
+
gap: var(--x-size-gap-list-13); }
|
|
252
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
253
|
+
.x-list--gap-.x-list {
|
|
254
|
+
gap: 0; }
|
|
255
|
+
.x-list--gap-.x-list > *:not(:last-child) {
|
|
256
|
+
margin-bottom: var(--x-size-gap-list-13); } }
|
|
257
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
258
|
+
.x-list--gap-.x-list.x-list--horizontal {
|
|
259
|
+
gap: 0; }
|
|
260
|
+
.x-list--gap-.x-list.x-list--horizontal > *:not(:last-child) {
|
|
261
|
+
margin-right: var(--x-size-gap-list-13); } }
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* @deprecated */
|
|
1
2
|
:root {
|
|
2
3
|
--x-size-padding-row-02: var(--x-size-base-02);
|
|
3
4
|
--x-size-padding-row-03: var(--x-size-base-03);
|
|
@@ -5,6 +6,7 @@
|
|
|
5
6
|
--x-size-padding-row-05: var(--x-size-base-05);
|
|
6
7
|
--x-size-padding-row-06: var(--x-size-base-06); }
|
|
7
8
|
|
|
9
|
+
/* @deprecated */
|
|
8
10
|
.x-row--padding-02 {
|
|
9
11
|
--x-size-padding-row: var(--x-size-padding-row-02); }
|
|
10
12
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.x-background--lead {
|
|
2
|
+
background-color: var(--x-color-base-lead) !important; }
|
|
3
|
+
|
|
4
|
+
.x-background--auxiliary {
|
|
5
|
+
background-color: var(--x-color-base-auxiliary) !important; }
|
|
6
|
+
|
|
7
|
+
.x-background--neutral-10 {
|
|
8
|
+
background-color: var(--x-color-base-neutral-10) !important; }
|
|
9
|
+
|
|
10
|
+
.x-background--neutral-35 {
|
|
11
|
+
background-color: var(--x-color-base-neutral-35) !important; }
|
|
12
|
+
|
|
13
|
+
.x-background--neutral-70 {
|
|
14
|
+
background-color: var(--x-color-base-neutral-70) !important; }
|
|
15
|
+
|
|
16
|
+
.x-background--neutral-95 {
|
|
17
|
+
background-color: var(--x-color-base-neutral-95) !important; }
|
|
18
|
+
|
|
19
|
+
.x-background--neutral-100 {
|
|
20
|
+
background-color: var(--x-color-base-neutral-100) !important; }
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.x-border-color--lead {
|
|
2
|
+
border-color: var(--x-color-base-lead) !important; }
|
|
3
|
+
|
|
4
|
+
.x-border-color--auxiliary {
|
|
5
|
+
border-color: var(--x-color-base-auxiliary) !important; }
|
|
6
|
+
|
|
7
|
+
.x-border-color--neutral-10 {
|
|
8
|
+
border-color: var(--x-color-base-neutral-10) !important; }
|
|
9
|
+
|
|
10
|
+
.x-border-color--neutral-35 {
|
|
11
|
+
border-color: var(--x-color-base-neutral-35) !important; }
|
|
12
|
+
|
|
13
|
+
.x-border-color--neutral-70 {
|
|
14
|
+
border-color: var(--x-color-base-neutral-70) !important; }
|
|
15
|
+
|
|
16
|
+
.x-border-color--neutral-95 {
|
|
17
|
+
border-color: var(--x-color-base-neutral-95) !important; }
|
|
18
|
+
|
|
19
|
+
.x-border-color--neutral-100 {
|
|
20
|
+
border-color: var(--x-color-base-neutral-100) !important; }
|