@empathyco/x-components 3.0.0-alpha.19 → 3.0.0-alpha.23
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 +50 -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-adapter.empathydirect.md +0 -1
- 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 -11
- 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 +2 -1
- package/docs/API-reference/api/x-components.searchmutations.setredirections.md +24 -0
- package/docs/API-reference/api/x-components.searchstate.md +2 -1
- package/docs/API-reference/api/x-components.searchstate.redirections.md +13 -0
- 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 +8 -0
- package/docs/API-reference/api/x-components.urlactions.updatestorefromurl.md +17 -0
- package/docs/API-reference/api/x-components.urlactions.updateurl.md +17 -0
- package/docs/API-reference/api/x-components.urlgetters.md +2 -1
- package/docs/API-reference/api/x-components.urlgetters.urlmappedparamnames.md +13 -0
- package/docs/API-reference/api/x-components.urlgetters.urlparams.md +3 -1
- 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.extraparams.md +1 -1
- package/docs/API-reference/api/x-components.urlstate.md +2 -6
- package/docs/API-reference/api/{x-components.nosuggestions.query.md → x-components.urlstate.params.md} +3 -3
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +7 -7
- package/docs/API-reference/api/x-components.xmodulestree.md +0 -1
- package/docs/API-reference/api/x-types.modelnametype.md +1 -1
- package/docs/API-reference/api/x-types.redirection.md +2 -3
- 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 -5
- 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/store/x.module.js +0 -1
- package/js/store/x.module.js.map +1 -1
- 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 +3 -2
- 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 +6 -2
- 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 +52 -0
- package/js/x-modules/url/store/actions/update-url.action.js.map +1 -0
- 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-mapped-param-names.getter.js +23 -0
- 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 +23 -10
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/module.js +24 -7
- package/js/x-modules/url/store/module.js.map +1 -1
- package/package.json +4 -4
- package/report/x-adapter.api.json +0 -26
- package/report/x-components.api.json +1178 -756
- package/report/x-components.api.md +62 -106
- package/report/x-types.api.json +18 -27
- package/types/index.d.ts +0 -1
- package/types/index.d.ts.map +1 -1
- 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/store/x.module.d.ts.map +1 -1
- 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/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +26 -18
- 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 +11 -0
- package/types/x-modules/url/store/actions/update-url.action.d.ts.map +1 -0
- package/types/x-modules/url/store/emitters.d.ts +1 -1
- package/types/x-modules/url/store/getters/url-mapped-param-names.getter.d.ts +12 -0
- 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 +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 +46 -3
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +1 -3
- 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/docs/API-reference/api/x-adapter.empathydirect.title.md +0 -11
- package/docs/API-reference/api/x-components.clearnosuggestionsquery.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestions.beforedestroy.md +0 -15
- package/docs/API-reference/api/x-components.nosuggestions.created.md +0 -15
- package/docs/API-reference/api/x-components.nosuggestions.eventstorender.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestions.eventsubscriptions.md +0 -11
- package/docs/API-reference/api/x-components.nosuggestions.md +0 -32
- package/docs/API-reference/api/x-components.nosuggestions.message.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestions.suggestionsevents.md +0 -11
- package/docs/API-reference/api/x-components.nosuggestionsactions.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestionsgetters.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestionsmutations.md +0 -20
- package/docs/API-reference/api/x-components.nosuggestionsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.nosuggestionsstate.md +0 -20
- package/docs/API-reference/api/x-components.nosuggestionsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestionsxmodule.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestionsxstoremodule.md +0 -15
- package/docs/API-reference/api/x-components.setnosuggestionsquery.md +0 -13
- package/docs/API-reference/api/x-components.xeventarraypayload.md +0 -15
- package/docs/API-reference/api/x-components.xmodulestree.nosuggestions.md +0 -11
- package/docs/API-reference/api/x-types.redirection.title.md +0 -13
- package/docs/API-reference/components/no-suggestions/x-components.no-suggestions.md +0 -49
- 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/no-suggestions/components/no-suggestions.vue.js +0 -70
- package/js/x-modules/no-suggestions/components/no-suggestions.vue.js.map +0 -1
- package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js +0 -160
- package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/no-suggestions/store/module.js +0 -20
- package/js/x-modules/no-suggestions/store/module.js.map +0 -1
- package/js/x-modules/no-suggestions/wiring.js +0 -46
- package/js/x-modules/no-suggestions/wiring.js.map +0 -1
- package/js/x-modules/no-suggestions/x-module.js +0 -18
- package/js/x-modules/no-suggestions/x-module.js.map +0 -1
- package/no-suggestions/index.d.ts +0 -1
- package/no-suggestions/index.js +0 -4
- 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/no-suggestions/components/index.d.ts +0 -2
- package/types/x-modules/no-suggestions/components/index.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts +0 -90
- package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/config.types.d.ts +0 -9
- package/types/x-modules/no-suggestions/config.types.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/index.d.ts +0 -6
- package/types/x-modules/no-suggestions/index.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/store/index.d.ts +0 -3
- package/types/x-modules/no-suggestions/store/index.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/store/module.d.ts +0 -8
- package/types/x-modules/no-suggestions/store/module.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/store/types.d.ts +0 -44
- package/types/x-modules/no-suggestions/store/types.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/wiring.d.ts +0 -29
- package/types/x-modules/no-suggestions/wiring.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/x-module.d.ts +0 -16
- package/types/x-modules/no-suggestions/x-module.d.ts.map +0 -1
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
@use 'sass:string';
|
|
2
|
+
.x-margin--00 {
|
|
3
|
+
margin: 0 !important; }
|
|
4
|
+
|
|
5
|
+
.x-margin--01 {
|
|
6
|
+
margin: var(--x-size-base-01) !important; }
|
|
7
|
+
|
|
8
|
+
.x-margin--02 {
|
|
9
|
+
margin: var(--x-size-base-02) !important; }
|
|
10
|
+
|
|
11
|
+
.x-margin--03 {
|
|
12
|
+
margin: var(--x-size-base-03) !important; }
|
|
13
|
+
|
|
14
|
+
.x-margin--04 {
|
|
15
|
+
margin: var(--x-size-base-04) !important; }
|
|
16
|
+
|
|
17
|
+
.x-margin--05 {
|
|
18
|
+
margin: var(--x-size-base-05) !important; }
|
|
19
|
+
|
|
20
|
+
.x-margin--06 {
|
|
21
|
+
margin: var(--x-size-base-06) !important; }
|
|
22
|
+
|
|
23
|
+
.x-margin--07 {
|
|
24
|
+
margin: var(--x-size-base-07) !important; }
|
|
25
|
+
|
|
26
|
+
.x-margin--08 {
|
|
27
|
+
margin: var(--x-size-base-08) !important; }
|
|
28
|
+
|
|
29
|
+
.x-margin--09 {
|
|
30
|
+
margin: var(--x-size-base-09) !important; }
|
|
31
|
+
|
|
32
|
+
.x-margin--10 {
|
|
33
|
+
margin: var(--x-size-base-10) !important; }
|
|
34
|
+
|
|
35
|
+
.x-margin--11 {
|
|
36
|
+
margin: var(--x-size-base-11) !important; }
|
|
37
|
+
|
|
38
|
+
.x-margin--12 {
|
|
39
|
+
margin: var(--x-size-base-12) !important; }
|
|
40
|
+
|
|
41
|
+
.x-margin--13 {
|
|
42
|
+
margin: var(--x-size-base-13) !important; }
|
|
43
|
+
|
|
44
|
+
.x-margin--top-01 {
|
|
45
|
+
-webkit-margin-before: var(--x-size-base-01) !important;
|
|
46
|
+
margin-top: var(--x-size-base-01) !important; }
|
|
47
|
+
|
|
48
|
+
.x-margin--bottom-01 {
|
|
49
|
+
-webkit-margin-after: var(--x-size-base-01) !important;
|
|
50
|
+
margin-bottom: var(--x-size-base-01) !important; }
|
|
51
|
+
|
|
52
|
+
[dir="ltr"] .x-margin--right-01{
|
|
53
|
+
margin-right: var(--x-size-base-01) !important; }
|
|
54
|
+
|
|
55
|
+
[dir="rtl"] .x-margin--right-01{
|
|
56
|
+
margin-left: var(--x-size-base-01) !important; }
|
|
57
|
+
|
|
58
|
+
.x-margin--right-01 {
|
|
59
|
+
-webkit-margin-end: var(--x-size-base-01) !important; }
|
|
60
|
+
|
|
61
|
+
[dir="ltr"] .x-margin--left-01{
|
|
62
|
+
margin-left: var(--x-size-base-01) !important; }
|
|
63
|
+
|
|
64
|
+
[dir="rtl"] .x-margin--left-01{
|
|
65
|
+
margin-right: var(--x-size-base-01) !important; }
|
|
66
|
+
|
|
67
|
+
.x-margin--left-01 {
|
|
68
|
+
-webkit-margin-start: var(--x-size-base-01) !important; }
|
|
69
|
+
|
|
70
|
+
.x-margin--top-02 {
|
|
71
|
+
-webkit-margin-before: var(--x-size-base-02) !important;
|
|
72
|
+
margin-top: var(--x-size-base-02) !important; }
|
|
73
|
+
|
|
74
|
+
.x-margin--bottom-02 {
|
|
75
|
+
-webkit-margin-after: var(--x-size-base-02) !important;
|
|
76
|
+
margin-bottom: var(--x-size-base-02) !important; }
|
|
77
|
+
|
|
78
|
+
[dir="ltr"] .x-margin--right-02{
|
|
79
|
+
margin-right: var(--x-size-base-02) !important; }
|
|
80
|
+
|
|
81
|
+
[dir="rtl"] .x-margin--right-02{
|
|
82
|
+
margin-left: var(--x-size-base-02) !important; }
|
|
83
|
+
|
|
84
|
+
.x-margin--right-02 {
|
|
85
|
+
-webkit-margin-end: var(--x-size-base-02) !important; }
|
|
86
|
+
|
|
87
|
+
[dir="ltr"] .x-margin--left-02{
|
|
88
|
+
margin-left: var(--x-size-base-02) !important; }
|
|
89
|
+
|
|
90
|
+
[dir="rtl"] .x-margin--left-02{
|
|
91
|
+
margin-right: var(--x-size-base-02) !important; }
|
|
92
|
+
|
|
93
|
+
.x-margin--left-02 {
|
|
94
|
+
-webkit-margin-start: var(--x-size-base-02) !important; }
|
|
95
|
+
|
|
96
|
+
.x-margin--top-03 {
|
|
97
|
+
-webkit-margin-before: var(--x-size-base-03) !important;
|
|
98
|
+
margin-top: var(--x-size-base-03) !important; }
|
|
99
|
+
|
|
100
|
+
.x-margin--bottom-03 {
|
|
101
|
+
-webkit-margin-after: var(--x-size-base-03) !important;
|
|
102
|
+
margin-bottom: var(--x-size-base-03) !important; }
|
|
103
|
+
|
|
104
|
+
[dir="ltr"] .x-margin--right-03{
|
|
105
|
+
margin-right: var(--x-size-base-03) !important; }
|
|
106
|
+
|
|
107
|
+
[dir="rtl"] .x-margin--right-03{
|
|
108
|
+
margin-left: var(--x-size-base-03) !important; }
|
|
109
|
+
|
|
110
|
+
.x-margin--right-03 {
|
|
111
|
+
-webkit-margin-end: var(--x-size-base-03) !important; }
|
|
112
|
+
|
|
113
|
+
[dir="ltr"] .x-margin--left-03{
|
|
114
|
+
margin-left: var(--x-size-base-03) !important; }
|
|
115
|
+
|
|
116
|
+
[dir="rtl"] .x-margin--left-03{
|
|
117
|
+
margin-right: var(--x-size-base-03) !important; }
|
|
118
|
+
|
|
119
|
+
.x-margin--left-03 {
|
|
120
|
+
-webkit-margin-start: var(--x-size-base-03) !important; }
|
|
121
|
+
|
|
122
|
+
.x-margin--top-04 {
|
|
123
|
+
-webkit-margin-before: var(--x-size-base-04) !important;
|
|
124
|
+
margin-top: var(--x-size-base-04) !important; }
|
|
125
|
+
|
|
126
|
+
.x-margin--bottom-04 {
|
|
127
|
+
-webkit-margin-after: var(--x-size-base-04) !important;
|
|
128
|
+
margin-bottom: var(--x-size-base-04) !important; }
|
|
129
|
+
|
|
130
|
+
[dir="ltr"] .x-margin--right-04{
|
|
131
|
+
margin-right: var(--x-size-base-04) !important; }
|
|
132
|
+
|
|
133
|
+
[dir="rtl"] .x-margin--right-04{
|
|
134
|
+
margin-left: var(--x-size-base-04) !important; }
|
|
135
|
+
|
|
136
|
+
.x-margin--right-04 {
|
|
137
|
+
-webkit-margin-end: var(--x-size-base-04) !important; }
|
|
138
|
+
|
|
139
|
+
[dir="ltr"] .x-margin--left-04{
|
|
140
|
+
margin-left: var(--x-size-base-04) !important; }
|
|
141
|
+
|
|
142
|
+
[dir="rtl"] .x-margin--left-04{
|
|
143
|
+
margin-right: var(--x-size-base-04) !important; }
|
|
144
|
+
|
|
145
|
+
.x-margin--left-04 {
|
|
146
|
+
-webkit-margin-start: var(--x-size-base-04) !important; }
|
|
147
|
+
|
|
148
|
+
.x-margin--top-05 {
|
|
149
|
+
-webkit-margin-before: var(--x-size-base-05) !important;
|
|
150
|
+
margin-top: var(--x-size-base-05) !important; }
|
|
151
|
+
|
|
152
|
+
.x-margin--bottom-05 {
|
|
153
|
+
-webkit-margin-after: var(--x-size-base-05) !important;
|
|
154
|
+
margin-bottom: var(--x-size-base-05) !important; }
|
|
155
|
+
|
|
156
|
+
[dir="ltr"] .x-margin--right-05{
|
|
157
|
+
margin-right: var(--x-size-base-05) !important; }
|
|
158
|
+
|
|
159
|
+
[dir="rtl"] .x-margin--right-05{
|
|
160
|
+
margin-left: var(--x-size-base-05) !important; }
|
|
161
|
+
|
|
162
|
+
.x-margin--right-05 {
|
|
163
|
+
-webkit-margin-end: var(--x-size-base-05) !important; }
|
|
164
|
+
|
|
165
|
+
[dir="ltr"] .x-margin--left-05{
|
|
166
|
+
margin-left: var(--x-size-base-05) !important; }
|
|
167
|
+
|
|
168
|
+
[dir="rtl"] .x-margin--left-05{
|
|
169
|
+
margin-right: var(--x-size-base-05) !important; }
|
|
170
|
+
|
|
171
|
+
.x-margin--left-05 {
|
|
172
|
+
-webkit-margin-start: var(--x-size-base-05) !important; }
|
|
173
|
+
|
|
174
|
+
.x-margin--top-06 {
|
|
175
|
+
-webkit-margin-before: var(--x-size-base-06) !important;
|
|
176
|
+
margin-top: var(--x-size-base-06) !important; }
|
|
177
|
+
|
|
178
|
+
.x-margin--bottom-06 {
|
|
179
|
+
-webkit-margin-after: var(--x-size-base-06) !important;
|
|
180
|
+
margin-bottom: var(--x-size-base-06) !important; }
|
|
181
|
+
|
|
182
|
+
[dir="ltr"] .x-margin--right-06{
|
|
183
|
+
margin-right: var(--x-size-base-06) !important; }
|
|
184
|
+
|
|
185
|
+
[dir="rtl"] .x-margin--right-06{
|
|
186
|
+
margin-left: var(--x-size-base-06) !important; }
|
|
187
|
+
|
|
188
|
+
.x-margin--right-06 {
|
|
189
|
+
-webkit-margin-end: var(--x-size-base-06) !important; }
|
|
190
|
+
|
|
191
|
+
[dir="ltr"] .x-margin--left-06{
|
|
192
|
+
margin-left: var(--x-size-base-06) !important; }
|
|
193
|
+
|
|
194
|
+
[dir="rtl"] .x-margin--left-06{
|
|
195
|
+
margin-right: var(--x-size-base-06) !important; }
|
|
196
|
+
|
|
197
|
+
.x-margin--left-06 {
|
|
198
|
+
-webkit-margin-start: var(--x-size-base-06) !important; }
|
|
199
|
+
|
|
200
|
+
.x-margin--top-07 {
|
|
201
|
+
-webkit-margin-before: var(--x-size-base-07) !important;
|
|
202
|
+
margin-top: var(--x-size-base-07) !important; }
|
|
203
|
+
|
|
204
|
+
.x-margin--bottom-07 {
|
|
205
|
+
-webkit-margin-after: var(--x-size-base-07) !important;
|
|
206
|
+
margin-bottom: var(--x-size-base-07) !important; }
|
|
207
|
+
|
|
208
|
+
[dir="ltr"] .x-margin--right-07{
|
|
209
|
+
margin-right: var(--x-size-base-07) !important; }
|
|
210
|
+
|
|
211
|
+
[dir="rtl"] .x-margin--right-07{
|
|
212
|
+
margin-left: var(--x-size-base-07) !important; }
|
|
213
|
+
|
|
214
|
+
.x-margin--right-07 {
|
|
215
|
+
-webkit-margin-end: var(--x-size-base-07) !important; }
|
|
216
|
+
|
|
217
|
+
[dir="ltr"] .x-margin--left-07{
|
|
218
|
+
margin-left: var(--x-size-base-07) !important; }
|
|
219
|
+
|
|
220
|
+
[dir="rtl"] .x-margin--left-07{
|
|
221
|
+
margin-right: var(--x-size-base-07) !important; }
|
|
222
|
+
|
|
223
|
+
.x-margin--left-07 {
|
|
224
|
+
-webkit-margin-start: var(--x-size-base-07) !important; }
|
|
225
|
+
|
|
226
|
+
.x-margin--top-08 {
|
|
227
|
+
-webkit-margin-before: var(--x-size-base-08) !important;
|
|
228
|
+
margin-top: var(--x-size-base-08) !important; }
|
|
229
|
+
|
|
230
|
+
.x-margin--bottom-08 {
|
|
231
|
+
-webkit-margin-after: var(--x-size-base-08) !important;
|
|
232
|
+
margin-bottom: var(--x-size-base-08) !important; }
|
|
233
|
+
|
|
234
|
+
[dir="ltr"] .x-margin--right-08{
|
|
235
|
+
margin-right: var(--x-size-base-08) !important; }
|
|
236
|
+
|
|
237
|
+
[dir="rtl"] .x-margin--right-08{
|
|
238
|
+
margin-left: var(--x-size-base-08) !important; }
|
|
239
|
+
|
|
240
|
+
.x-margin--right-08 {
|
|
241
|
+
-webkit-margin-end: var(--x-size-base-08) !important; }
|
|
242
|
+
|
|
243
|
+
[dir="ltr"] .x-margin--left-08{
|
|
244
|
+
margin-left: var(--x-size-base-08) !important; }
|
|
245
|
+
|
|
246
|
+
[dir="rtl"] .x-margin--left-08{
|
|
247
|
+
margin-right: var(--x-size-base-08) !important; }
|
|
248
|
+
|
|
249
|
+
.x-margin--left-08 {
|
|
250
|
+
-webkit-margin-start: var(--x-size-base-08) !important; }
|
|
251
|
+
|
|
252
|
+
.x-margin--top-09 {
|
|
253
|
+
-webkit-margin-before: var(--x-size-base-09) !important;
|
|
254
|
+
margin-top: var(--x-size-base-09) !important; }
|
|
255
|
+
|
|
256
|
+
.x-margin--bottom-09 {
|
|
257
|
+
-webkit-margin-after: var(--x-size-base-09) !important;
|
|
258
|
+
margin-bottom: var(--x-size-base-09) !important; }
|
|
259
|
+
|
|
260
|
+
[dir="ltr"] .x-margin--right-09{
|
|
261
|
+
margin-right: var(--x-size-base-09) !important; }
|
|
262
|
+
|
|
263
|
+
[dir="rtl"] .x-margin--right-09{
|
|
264
|
+
margin-left: var(--x-size-base-09) !important; }
|
|
265
|
+
|
|
266
|
+
.x-margin--right-09 {
|
|
267
|
+
-webkit-margin-end: var(--x-size-base-09) !important; }
|
|
268
|
+
|
|
269
|
+
[dir="ltr"] .x-margin--left-09{
|
|
270
|
+
margin-left: var(--x-size-base-09) !important; }
|
|
271
|
+
|
|
272
|
+
[dir="rtl"] .x-margin--left-09{
|
|
273
|
+
margin-right: var(--x-size-base-09) !important; }
|
|
274
|
+
|
|
275
|
+
.x-margin--left-09 {
|
|
276
|
+
-webkit-margin-start: var(--x-size-base-09) !important; }
|
|
277
|
+
|
|
278
|
+
.x-margin--top-10 {
|
|
279
|
+
-webkit-margin-before: var(--x-size-base-10) !important;
|
|
280
|
+
margin-top: var(--x-size-base-10) !important; }
|
|
281
|
+
|
|
282
|
+
.x-margin--bottom-10 {
|
|
283
|
+
-webkit-margin-after: var(--x-size-base-10) !important;
|
|
284
|
+
margin-bottom: var(--x-size-base-10) !important; }
|
|
285
|
+
|
|
286
|
+
[dir="ltr"] .x-margin--right-10{
|
|
287
|
+
margin-right: var(--x-size-base-10) !important; }
|
|
288
|
+
|
|
289
|
+
[dir="rtl"] .x-margin--right-10{
|
|
290
|
+
margin-left: var(--x-size-base-10) !important; }
|
|
291
|
+
|
|
292
|
+
.x-margin--right-10 {
|
|
293
|
+
-webkit-margin-end: var(--x-size-base-10) !important; }
|
|
294
|
+
|
|
295
|
+
[dir="ltr"] .x-margin--left-10{
|
|
296
|
+
margin-left: var(--x-size-base-10) !important; }
|
|
297
|
+
|
|
298
|
+
[dir="rtl"] .x-margin--left-10{
|
|
299
|
+
margin-right: var(--x-size-base-10) !important; }
|
|
300
|
+
|
|
301
|
+
.x-margin--left-10 {
|
|
302
|
+
-webkit-margin-start: var(--x-size-base-10) !important; }
|
|
303
|
+
|
|
304
|
+
.x-margin--top-11 {
|
|
305
|
+
-webkit-margin-before: var(--x-size-base-11) !important;
|
|
306
|
+
margin-top: var(--x-size-base-11) !important; }
|
|
307
|
+
|
|
308
|
+
.x-margin--bottom-11 {
|
|
309
|
+
-webkit-margin-after: var(--x-size-base-11) !important;
|
|
310
|
+
margin-bottom: var(--x-size-base-11) !important; }
|
|
311
|
+
|
|
312
|
+
[dir="ltr"] .x-margin--right-11{
|
|
313
|
+
margin-right: var(--x-size-base-11) !important; }
|
|
314
|
+
|
|
315
|
+
[dir="rtl"] .x-margin--right-11{
|
|
316
|
+
margin-left: var(--x-size-base-11) !important; }
|
|
317
|
+
|
|
318
|
+
.x-margin--right-11 {
|
|
319
|
+
-webkit-margin-end: var(--x-size-base-11) !important; }
|
|
320
|
+
|
|
321
|
+
[dir="ltr"] .x-margin--left-11{
|
|
322
|
+
margin-left: var(--x-size-base-11) !important; }
|
|
323
|
+
|
|
324
|
+
[dir="rtl"] .x-margin--left-11{
|
|
325
|
+
margin-right: var(--x-size-base-11) !important; }
|
|
326
|
+
|
|
327
|
+
.x-margin--left-11 {
|
|
328
|
+
-webkit-margin-start: var(--x-size-base-11) !important; }
|
|
329
|
+
|
|
330
|
+
.x-margin--top-12 {
|
|
331
|
+
-webkit-margin-before: var(--x-size-base-12) !important;
|
|
332
|
+
margin-top: var(--x-size-base-12) !important; }
|
|
333
|
+
|
|
334
|
+
.x-margin--bottom-12 {
|
|
335
|
+
-webkit-margin-after: var(--x-size-base-12) !important;
|
|
336
|
+
margin-bottom: var(--x-size-base-12) !important; }
|
|
337
|
+
|
|
338
|
+
[dir="ltr"] .x-margin--right-12{
|
|
339
|
+
margin-right: var(--x-size-base-12) !important; }
|
|
340
|
+
|
|
341
|
+
[dir="rtl"] .x-margin--right-12{
|
|
342
|
+
margin-left: var(--x-size-base-12) !important; }
|
|
343
|
+
|
|
344
|
+
.x-margin--right-12 {
|
|
345
|
+
-webkit-margin-end: var(--x-size-base-12) !important; }
|
|
346
|
+
|
|
347
|
+
[dir="ltr"] .x-margin--left-12{
|
|
348
|
+
margin-left: var(--x-size-base-12) !important; }
|
|
349
|
+
|
|
350
|
+
[dir="rtl"] .x-margin--left-12{
|
|
351
|
+
margin-right: var(--x-size-base-12) !important; }
|
|
352
|
+
|
|
353
|
+
.x-margin--left-12 {
|
|
354
|
+
-webkit-margin-start: var(--x-size-base-12) !important; }
|
|
355
|
+
|
|
356
|
+
.x-margin--top-13 {
|
|
357
|
+
-webkit-margin-before: var(--x-size-base-13) !important;
|
|
358
|
+
margin-top: var(--x-size-base-13) !important; }
|
|
359
|
+
|
|
360
|
+
.x-margin--bottom-13 {
|
|
361
|
+
-webkit-margin-after: var(--x-size-base-13) !important;
|
|
362
|
+
margin-bottom: var(--x-size-base-13) !important; }
|
|
363
|
+
|
|
364
|
+
[dir="ltr"] .x-margin--right-13{
|
|
365
|
+
margin-right: var(--x-size-base-13) !important; }
|
|
366
|
+
|
|
367
|
+
[dir="rtl"] .x-margin--right-13{
|
|
368
|
+
margin-left: var(--x-size-base-13) !important; }
|
|
369
|
+
|
|
370
|
+
.x-margin--right-13 {
|
|
371
|
+
-webkit-margin-end: var(--x-size-base-13) !important; }
|
|
372
|
+
|
|
373
|
+
[dir="ltr"] .x-margin--left-13{
|
|
374
|
+
margin-left: var(--x-size-base-13) !important; }
|
|
375
|
+
|
|
376
|
+
[dir="rtl"] .x-margin--left-13{
|
|
377
|
+
margin-right: var(--x-size-base-13) !important; }
|
|
378
|
+
|
|
379
|
+
.x-margin--left-13 {
|
|
380
|
+
-webkit-margin-start: var(--x-size-base-13) !important; }
|