@empathyco/x-components 3.0.0-alpha.21 → 3.0.0-alpha.25

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.
Files changed (214) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/core/index.js +3 -1
  3. package/core/index.js.map +1 -1
  4. package/design-system/badge-default.css +46 -0
  5. package/design-system/base.css +4 -1
  6. package/design-system/button-primary.css +11 -2
  7. package/design-system/button-secondary.css +12 -3
  8. package/design-system/button-tertiary.css +11 -2
  9. package/design-system/default-theme.css +150 -42
  10. package/design-system/dropdown-default.css +68 -33
  11. package/design-system/dropdown-l.css +1 -1
  12. package/design-system/dropdown-m.css +1 -1
  13. package/design-system/dropdown-s.css +1 -1
  14. package/design-system/dropdown-xl.css +1 -1
  15. package/design-system/full-theme.css +2564 -194
  16. package/design-system/list-default.css +1 -0
  17. package/design-system/list-gap.css +61 -1
  18. package/design-system/list-padding.css +54 -1
  19. package/design-system/row-padding.css +2 -0
  20. package/design-system/utilities-background-color.css +20 -0
  21. package/design-system/utilities-border-color.css +20 -0
  22. package/design-system/utilities-border-radius.css +981 -0
  23. package/design-system/utilities-border-width.css +333 -0
  24. package/design-system/{shadow-shadow.css → utilities-box-shadow.css} +32 -23
  25. package/design-system/utilities-font-color.css +20 -0
  26. package/design-system/utilities-margin.css +435 -0
  27. package/design-system/utilities-padding.css +406 -0
  28. package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
  29. package/docs/API-reference/api/x-components.baseresultimage.md +1 -0
  30. package/docs/API-reference/api/x-components.capitalize.md +30 -0
  31. package/docs/API-reference/api/x-components.crossfade.md +15 -0
  32. package/docs/API-reference/api/x-components.md +10 -1
  33. package/docs/API-reference/api/{x-components.urlstate.filters.md → x-components.params.filters.md} +2 -2
  34. package/docs/API-reference/api/x-components.params.md +25 -0
  35. package/docs/API-reference/api/{x-components.urlstate.page.md → x-components.params.page.md} +2 -2
  36. package/docs/API-reference/api/{x-components.urlstate.query.md → x-components.params.query.md} +2 -2
  37. package/docs/API-reference/api/{x-components.urlstate.relatedtags.md → x-components.params.relatedtags.md} +2 -2
  38. package/docs/API-reference/api/x-components.params.scroll.md +11 -0
  39. package/docs/API-reference/api/{x-components.urlstate.sort.md → x-components.params.sort.md} +2 -2
  40. package/docs/API-reference/api/x-components.setquery.md +13 -0
  41. package/docs/API-reference/api/x-components.setqueryfromurl.md +13 -0
  42. package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
  43. package/docs/API-reference/api/x-components.setsearchqueryfromurl.md +13 -0
  44. package/docs/API-reference/api/x-components.translatefromleft.md +15 -0
  45. package/docs/API-reference/api/x-components.translatefromright.md +1 -1
  46. package/docs/API-reference/api/x-components.updatestoreurl.md +13 -0
  47. package/docs/API-reference/api/x-components.updateurl.md +13 -0
  48. package/docs/API-reference/api/x-components.urlactions.md +2 -1
  49. package/docs/API-reference/api/x-components.urlactions.updatestorefromurl.md +17 -0
  50. package/docs/API-reference/api/x-components.urlactions.updateurl.md +1 -1
  51. package/docs/API-reference/api/x-components.urlgetters.md +2 -2
  52. package/docs/API-reference/api/x-components.urlgetters.urlmappedparamnames.md +3 -1
  53. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +2 -0
  54. package/docs/API-reference/api/x-components.urlmutations.md +4 -1
  55. package/docs/API-reference/api/x-components.urlmutations.setextraparams.md +24 -0
  56. package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
  57. package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
  58. package/docs/API-reference/api/x-components.urlmutations.seturlconfig.md +3 -1
  59. package/docs/API-reference/api/x-components.urlparamkey.md +3 -1
  60. package/docs/API-reference/api/x-components.urlstate.md +1 -5
  61. package/docs/API-reference/api/x-components.urlstate.params.md +11 -0
  62. package/docs/API-reference/api/x-components.urlxevents.md +1 -0
  63. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
  64. package/docs/API-reference/api/x-types.banner.md +2 -2
  65. package/docs/API-reference/api/x-types.historyquery.md +2 -2
  66. package/docs/API-reference/api/x-types.nextqueries.md +2 -2
  67. package/docs/API-reference/api/x-types.nextquery.md +2 -2
  68. package/docs/API-reference/api/x-types.promoted.md +2 -2
  69. package/docs/API-reference/api/x-types.relatedtag.md +2 -2
  70. package/docs/API-reference/api/x-types.result.md +2 -2
  71. package/docs/API-reference/api/x-types.suggestion.md +2 -2
  72. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +30 -0
  73. package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +30 -0
  74. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +6 -5
  75. package/docs/API-reference/components/common/result/x-components.base-result-image.md +7 -6
  76. package/docs/API-reference/components/url/x-components.url-handler.md +86 -0
  77. package/docs/sidebar.json +1 -1
  78. package/js/components/animations/cross-fade.vue.js +58 -0
  79. package/js/components/animations/cross-fade.vue.js.map +1 -0
  80. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +23 -0
  81. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +1 -0
  82. package/js/components/animations/translate-from-left.vue.js +58 -0
  83. package/js/components/animations/translate-from-left.vue.js.map +1 -0
  84. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +23 -0
  85. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +1 -0
  86. package/js/components/animations/translate-from-right.vue.js +2 -2
  87. package/js/components/animations/translate-from-right.vue.js.map +1 -1
  88. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +2 -2
  89. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +1 -1
  90. package/js/components/base-dropdown.vue.js +2 -2
  91. package/js/components/base-dropdown.vue.js.map +1 -1
  92. package/js/components/base-rating.vue.js +1 -1
  93. package/js/components/column-picker/base-column-picker-list.vue.js +1 -1
  94. package/js/components/layouts/multi-column-max-width-layout.vue.js +1 -1
  95. package/js/components/layouts/single-column-layout.vue.js +1 -1
  96. package/js/components/modals/base-modal.vue.js +1 -1
  97. package/js/components/result/base-result-image.vue.js +40 -30
  98. package/js/components/result/base-result-image.vue.js.map +1 -1
  99. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +3 -0
  100. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +1 -1
  101. package/js/components/sliding-panel.vue.js +1 -1
  102. package/js/index.js +6 -4
  103. package/js/index.js.map +1 -1
  104. package/js/utils/string.js +16 -1
  105. package/js/utils/string.js.map +1 -1
  106. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +2 -0
  107. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  108. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +2 -0
  109. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
  110. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +2 -0
  111. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  112. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +2 -0
  113. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  114. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +2 -0
  115. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
  116. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +2 -0
  117. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  118. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +2 -0
  119. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  120. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +2 -0
  121. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  122. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +2 -0
  123. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  124. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +2 -0
  125. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  126. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +2 -0
  127. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  128. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +2 -0
  129. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
  130. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +2 -0
  131. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
  132. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +2 -0
  133. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
  134. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +2 -0
  135. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
  136. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +2 -0
  137. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  138. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +2 -0
  139. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  140. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +2 -0
  141. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  142. package/js/x-modules/related-tags/components/related-tags.vue.js +1 -1
  143. package/js/x-modules/search/components/banner.vue.js +1 -1
  144. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +2 -0
  145. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +1 -1
  146. package/js/x-modules/search/components/promoted.vue.js +1 -1
  147. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +2 -0
  148. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
  149. package/js/x-modules/search/components/sort.mixin.js +2 -0
  150. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  151. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +2 -0
  152. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +1 -1
  153. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +2 -0
  154. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
  155. package/js/x-modules/search/wiring.js +11 -1
  156. package/js/x-modules/search/wiring.js.map +1 -1
  157. package/js/x-modules/search-box/wiring.js +11 -1
  158. package/js/x-modules/search-box/wiring.js.map +1 -1
  159. package/js/x-modules/url/store/actions/update-store-from-url.action.js +76 -0
  160. package/js/x-modules/url/store/actions/update-store-from-url.action.js.map +1 -0
  161. package/js/x-modules/url/store/actions/update-url.action.js +22 -5
  162. package/js/x-modules/url/store/actions/update-url.action.js.map +1 -1
  163. package/js/x-modules/url/store/getters/{url-param-names.getter.js → url-mapped-param-names.getter.js} +4 -4
  164. package/js/x-modules/url/store/getters/url-mapped-param-names.getter.js.map +1 -0
  165. package/js/x-modules/url/store/getters/url-params.getter.js +5 -4
  166. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  167. package/js/x-modules/url/store/module.js +22 -7
  168. package/js/x-modules/url/store/module.js.map +1 -1
  169. package/js/x-modules/url/wiring.js +41 -2
  170. package/js/x-modules/url/wiring.js.map +1 -1
  171. package/package.json +5 -5
  172. package/report/tsdoc-metadata.json +1 -1
  173. package/report/x-adapter.api.json +1 -1
  174. package/report/x-components.api.json +749 -107
  175. package/report/x-components.api.md +72 -14
  176. package/report/x-types.api.json +51 -23
  177. package/search/index.js +1 -1
  178. package/search-box/index.js +1 -1
  179. package/types/components/animations/cross-fade.vue.d.ts +10 -0
  180. package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
  181. package/types/components/animations/index.d.ts +2 -0
  182. package/types/components/animations/index.d.ts.map +1 -1
  183. package/types/components/animations/translate-from-left.vue.d.ts +10 -0
  184. package/types/components/animations/translate-from-left.vue.d.ts.map +1 -0
  185. package/types/components/animations/translate-from-right.vue.d.ts +2 -2
  186. package/types/components/result/base-result-image.vue.d.ts +7 -0
  187. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  188. package/types/utils/string.d.ts +13 -0
  189. package/types/utils/string.d.ts.map +1 -1
  190. package/types/x-modules/search/wiring.d.ts +13 -2
  191. package/types/x-modules/search/wiring.d.ts.map +1 -1
  192. package/types/x-modules/search-box/wiring.d.ts +11 -0
  193. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  194. package/types/x-modules/url/components/index.d.ts +2 -0
  195. package/types/x-modules/url/components/index.d.ts.map +1 -0
  196. package/types/x-modules/url/events.types.d.ts +5 -0
  197. package/types/x-modules/url/events.types.d.ts.map +1 -1
  198. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts +11 -0
  199. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts.map +1 -0
  200. package/types/x-modules/url/store/actions/update-url.action.d.ts.map +1 -1
  201. package/types/x-modules/url/store/getters/{url-param-names.getter.d.ts → url-mapped-param-names.getter.d.ts} +1 -1
  202. package/types/x-modules/url/store/getters/url-mapped-param-names.getter.d.ts.map +1 -0
  203. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  204. package/types/x-modules/url/store/module.d.ts.map +1 -1
  205. package/types/x-modules/url/store/types.d.ts +44 -5
  206. package/types/x-modules/url/store/types.d.ts.map +1 -1
  207. package/types/x-modules/url/wiring.d.ts +33 -0
  208. package/types/x-modules/url/wiring.d.ts.map +1 -1
  209. package/url/index.js +1 -1
  210. package/design-system/list-background.css +0 -20
  211. package/design-system/list-border.css +0 -44
  212. package/design-system/row-background.css +0 -20
  213. package/js/x-modules/url/store/getters/url-param-names.getter.js.map +0 -1
  214. package/types/x-modules/url/store/getters/url-param-names.getter.d.ts.map +0 -1
@@ -0,0 +1,435 @@
1
+ @use 'sass:string';
2
+ .x-margin--auto {
3
+ margin: auto !important; }
4
+
5
+ .x-margin--00 {
6
+ margin: 0 !important; }
7
+
8
+ .x-margin--01 {
9
+ margin: var(--x-size-base-01) !important; }
10
+
11
+ .x-margin--02 {
12
+ margin: var(--x-size-base-02) !important; }
13
+
14
+ .x-margin--03 {
15
+ margin: var(--x-size-base-03) !important; }
16
+
17
+ .x-margin--04 {
18
+ margin: var(--x-size-base-04) !important; }
19
+
20
+ .x-margin--05 {
21
+ margin: var(--x-size-base-05) !important; }
22
+
23
+ .x-margin--06 {
24
+ margin: var(--x-size-base-06) !important; }
25
+
26
+ .x-margin--07 {
27
+ margin: var(--x-size-base-07) !important; }
28
+
29
+ .x-margin--08 {
30
+ margin: var(--x-size-base-08) !important; }
31
+
32
+ .x-margin--09 {
33
+ margin: var(--x-size-base-09) !important; }
34
+
35
+ .x-margin--10 {
36
+ margin: var(--x-size-base-10) !important; }
37
+
38
+ .x-margin--11 {
39
+ margin: var(--x-size-base-11) !important; }
40
+
41
+ .x-margin--12 {
42
+ margin: var(--x-size-base-12) !important; }
43
+
44
+ .x-margin--13 {
45
+ margin: var(--x-size-base-13) !important; }
46
+
47
+ .x-margin--top-auto {
48
+ -webkit-margin-before: auto !important;
49
+ margin-top: auto !important; }
50
+
51
+ .x-margin--bottom-auto {
52
+ -webkit-margin-after: auto !important;
53
+ margin-bottom: auto !important; }
54
+
55
+ [dir="ltr"] .x-margin--right-auto{
56
+ margin-right: auto !important; }
57
+
58
+ [dir="rtl"] .x-margin--right-auto{
59
+ margin-left: auto !important; }
60
+
61
+ .x-margin--right-auto {
62
+ -webkit-margin-end: auto !important; }
63
+
64
+ [dir="ltr"] .x-margin--left-auto{
65
+ margin-left: auto !important; }
66
+
67
+ [dir="rtl"] .x-margin--left-auto{
68
+ margin-right: auto !important; }
69
+
70
+ .x-margin--left-auto {
71
+ -webkit-margin-start: auto !important; }
72
+
73
+ .x-margin--top-00 {
74
+ -webkit-margin-before: 0 !important;
75
+ margin-top: 0 !important; }
76
+
77
+ .x-margin--bottom-00 {
78
+ -webkit-margin-after: 0 !important;
79
+ margin-bottom: 0 !important; }
80
+
81
+ [dir="ltr"] .x-margin--right-00{
82
+ margin-right: 0 !important; }
83
+
84
+ [dir="rtl"] .x-margin--right-00{
85
+ margin-left: 0 !important; }
86
+
87
+ .x-margin--right-00 {
88
+ -webkit-margin-end: 0 !important; }
89
+
90
+ [dir="ltr"] .x-margin--left-00{
91
+ margin-left: 0 !important; }
92
+
93
+ [dir="rtl"] .x-margin--left-00{
94
+ margin-right: 0 !important; }
95
+
96
+ .x-margin--left-00 {
97
+ -webkit-margin-start: 0 !important; }
98
+
99
+ .x-margin--top-01 {
100
+ -webkit-margin-before: var(--x-size-base-01) !important;
101
+ margin-top: var(--x-size-base-01) !important; }
102
+
103
+ .x-margin--bottom-01 {
104
+ -webkit-margin-after: var(--x-size-base-01) !important;
105
+ margin-bottom: var(--x-size-base-01) !important; }
106
+
107
+ [dir="ltr"] .x-margin--right-01{
108
+ margin-right: var(--x-size-base-01) !important; }
109
+
110
+ [dir="rtl"] .x-margin--right-01{
111
+ margin-left: var(--x-size-base-01) !important; }
112
+
113
+ .x-margin--right-01 {
114
+ -webkit-margin-end: var(--x-size-base-01) !important; }
115
+
116
+ [dir="ltr"] .x-margin--left-01{
117
+ margin-left: var(--x-size-base-01) !important; }
118
+
119
+ [dir="rtl"] .x-margin--left-01{
120
+ margin-right: var(--x-size-base-01) !important; }
121
+
122
+ .x-margin--left-01 {
123
+ -webkit-margin-start: var(--x-size-base-01) !important; }
124
+
125
+ .x-margin--top-02 {
126
+ -webkit-margin-before: var(--x-size-base-02) !important;
127
+ margin-top: var(--x-size-base-02) !important; }
128
+
129
+ .x-margin--bottom-02 {
130
+ -webkit-margin-after: var(--x-size-base-02) !important;
131
+ margin-bottom: var(--x-size-base-02) !important; }
132
+
133
+ [dir="ltr"] .x-margin--right-02{
134
+ margin-right: var(--x-size-base-02) !important; }
135
+
136
+ [dir="rtl"] .x-margin--right-02{
137
+ margin-left: var(--x-size-base-02) !important; }
138
+
139
+ .x-margin--right-02 {
140
+ -webkit-margin-end: var(--x-size-base-02) !important; }
141
+
142
+ [dir="ltr"] .x-margin--left-02{
143
+ margin-left: var(--x-size-base-02) !important; }
144
+
145
+ [dir="rtl"] .x-margin--left-02{
146
+ margin-right: var(--x-size-base-02) !important; }
147
+
148
+ .x-margin--left-02 {
149
+ -webkit-margin-start: var(--x-size-base-02) !important; }
150
+
151
+ .x-margin--top-03 {
152
+ -webkit-margin-before: var(--x-size-base-03) !important;
153
+ margin-top: var(--x-size-base-03) !important; }
154
+
155
+ .x-margin--bottom-03 {
156
+ -webkit-margin-after: var(--x-size-base-03) !important;
157
+ margin-bottom: var(--x-size-base-03) !important; }
158
+
159
+ [dir="ltr"] .x-margin--right-03{
160
+ margin-right: var(--x-size-base-03) !important; }
161
+
162
+ [dir="rtl"] .x-margin--right-03{
163
+ margin-left: var(--x-size-base-03) !important; }
164
+
165
+ .x-margin--right-03 {
166
+ -webkit-margin-end: var(--x-size-base-03) !important; }
167
+
168
+ [dir="ltr"] .x-margin--left-03{
169
+ margin-left: var(--x-size-base-03) !important; }
170
+
171
+ [dir="rtl"] .x-margin--left-03{
172
+ margin-right: var(--x-size-base-03) !important; }
173
+
174
+ .x-margin--left-03 {
175
+ -webkit-margin-start: var(--x-size-base-03) !important; }
176
+
177
+ .x-margin--top-04 {
178
+ -webkit-margin-before: var(--x-size-base-04) !important;
179
+ margin-top: var(--x-size-base-04) !important; }
180
+
181
+ .x-margin--bottom-04 {
182
+ -webkit-margin-after: var(--x-size-base-04) !important;
183
+ margin-bottom: var(--x-size-base-04) !important; }
184
+
185
+ [dir="ltr"] .x-margin--right-04{
186
+ margin-right: var(--x-size-base-04) !important; }
187
+
188
+ [dir="rtl"] .x-margin--right-04{
189
+ margin-left: var(--x-size-base-04) !important; }
190
+
191
+ .x-margin--right-04 {
192
+ -webkit-margin-end: var(--x-size-base-04) !important; }
193
+
194
+ [dir="ltr"] .x-margin--left-04{
195
+ margin-left: var(--x-size-base-04) !important; }
196
+
197
+ [dir="rtl"] .x-margin--left-04{
198
+ margin-right: var(--x-size-base-04) !important; }
199
+
200
+ .x-margin--left-04 {
201
+ -webkit-margin-start: var(--x-size-base-04) !important; }
202
+
203
+ .x-margin--top-05 {
204
+ -webkit-margin-before: var(--x-size-base-05) !important;
205
+ margin-top: var(--x-size-base-05) !important; }
206
+
207
+ .x-margin--bottom-05 {
208
+ -webkit-margin-after: var(--x-size-base-05) !important;
209
+ margin-bottom: var(--x-size-base-05) !important; }
210
+
211
+ [dir="ltr"] .x-margin--right-05{
212
+ margin-right: var(--x-size-base-05) !important; }
213
+
214
+ [dir="rtl"] .x-margin--right-05{
215
+ margin-left: var(--x-size-base-05) !important; }
216
+
217
+ .x-margin--right-05 {
218
+ -webkit-margin-end: var(--x-size-base-05) !important; }
219
+
220
+ [dir="ltr"] .x-margin--left-05{
221
+ margin-left: var(--x-size-base-05) !important; }
222
+
223
+ [dir="rtl"] .x-margin--left-05{
224
+ margin-right: var(--x-size-base-05) !important; }
225
+
226
+ .x-margin--left-05 {
227
+ -webkit-margin-start: var(--x-size-base-05) !important; }
228
+
229
+ .x-margin--top-06 {
230
+ -webkit-margin-before: var(--x-size-base-06) !important;
231
+ margin-top: var(--x-size-base-06) !important; }
232
+
233
+ .x-margin--bottom-06 {
234
+ -webkit-margin-after: var(--x-size-base-06) !important;
235
+ margin-bottom: var(--x-size-base-06) !important; }
236
+
237
+ [dir="ltr"] .x-margin--right-06{
238
+ margin-right: var(--x-size-base-06) !important; }
239
+
240
+ [dir="rtl"] .x-margin--right-06{
241
+ margin-left: var(--x-size-base-06) !important; }
242
+
243
+ .x-margin--right-06 {
244
+ -webkit-margin-end: var(--x-size-base-06) !important; }
245
+
246
+ [dir="ltr"] .x-margin--left-06{
247
+ margin-left: var(--x-size-base-06) !important; }
248
+
249
+ [dir="rtl"] .x-margin--left-06{
250
+ margin-right: var(--x-size-base-06) !important; }
251
+
252
+ .x-margin--left-06 {
253
+ -webkit-margin-start: var(--x-size-base-06) !important; }
254
+
255
+ .x-margin--top-07 {
256
+ -webkit-margin-before: var(--x-size-base-07) !important;
257
+ margin-top: var(--x-size-base-07) !important; }
258
+
259
+ .x-margin--bottom-07 {
260
+ -webkit-margin-after: var(--x-size-base-07) !important;
261
+ margin-bottom: var(--x-size-base-07) !important; }
262
+
263
+ [dir="ltr"] .x-margin--right-07{
264
+ margin-right: var(--x-size-base-07) !important; }
265
+
266
+ [dir="rtl"] .x-margin--right-07{
267
+ margin-left: var(--x-size-base-07) !important; }
268
+
269
+ .x-margin--right-07 {
270
+ -webkit-margin-end: var(--x-size-base-07) !important; }
271
+
272
+ [dir="ltr"] .x-margin--left-07{
273
+ margin-left: var(--x-size-base-07) !important; }
274
+
275
+ [dir="rtl"] .x-margin--left-07{
276
+ margin-right: var(--x-size-base-07) !important; }
277
+
278
+ .x-margin--left-07 {
279
+ -webkit-margin-start: var(--x-size-base-07) !important; }
280
+
281
+ .x-margin--top-08 {
282
+ -webkit-margin-before: var(--x-size-base-08) !important;
283
+ margin-top: var(--x-size-base-08) !important; }
284
+
285
+ .x-margin--bottom-08 {
286
+ -webkit-margin-after: var(--x-size-base-08) !important;
287
+ margin-bottom: var(--x-size-base-08) !important; }
288
+
289
+ [dir="ltr"] .x-margin--right-08{
290
+ margin-right: var(--x-size-base-08) !important; }
291
+
292
+ [dir="rtl"] .x-margin--right-08{
293
+ margin-left: var(--x-size-base-08) !important; }
294
+
295
+ .x-margin--right-08 {
296
+ -webkit-margin-end: var(--x-size-base-08) !important; }
297
+
298
+ [dir="ltr"] .x-margin--left-08{
299
+ margin-left: var(--x-size-base-08) !important; }
300
+
301
+ [dir="rtl"] .x-margin--left-08{
302
+ margin-right: var(--x-size-base-08) !important; }
303
+
304
+ .x-margin--left-08 {
305
+ -webkit-margin-start: var(--x-size-base-08) !important; }
306
+
307
+ .x-margin--top-09 {
308
+ -webkit-margin-before: var(--x-size-base-09) !important;
309
+ margin-top: var(--x-size-base-09) !important; }
310
+
311
+ .x-margin--bottom-09 {
312
+ -webkit-margin-after: var(--x-size-base-09) !important;
313
+ margin-bottom: var(--x-size-base-09) !important; }
314
+
315
+ [dir="ltr"] .x-margin--right-09{
316
+ margin-right: var(--x-size-base-09) !important; }
317
+
318
+ [dir="rtl"] .x-margin--right-09{
319
+ margin-left: var(--x-size-base-09) !important; }
320
+
321
+ .x-margin--right-09 {
322
+ -webkit-margin-end: var(--x-size-base-09) !important; }
323
+
324
+ [dir="ltr"] .x-margin--left-09{
325
+ margin-left: var(--x-size-base-09) !important; }
326
+
327
+ [dir="rtl"] .x-margin--left-09{
328
+ margin-right: var(--x-size-base-09) !important; }
329
+
330
+ .x-margin--left-09 {
331
+ -webkit-margin-start: var(--x-size-base-09) !important; }
332
+
333
+ .x-margin--top-10 {
334
+ -webkit-margin-before: var(--x-size-base-10) !important;
335
+ margin-top: var(--x-size-base-10) !important; }
336
+
337
+ .x-margin--bottom-10 {
338
+ -webkit-margin-after: var(--x-size-base-10) !important;
339
+ margin-bottom: var(--x-size-base-10) !important; }
340
+
341
+ [dir="ltr"] .x-margin--right-10{
342
+ margin-right: var(--x-size-base-10) !important; }
343
+
344
+ [dir="rtl"] .x-margin--right-10{
345
+ margin-left: var(--x-size-base-10) !important; }
346
+
347
+ .x-margin--right-10 {
348
+ -webkit-margin-end: var(--x-size-base-10) !important; }
349
+
350
+ [dir="ltr"] .x-margin--left-10{
351
+ margin-left: var(--x-size-base-10) !important; }
352
+
353
+ [dir="rtl"] .x-margin--left-10{
354
+ margin-right: var(--x-size-base-10) !important; }
355
+
356
+ .x-margin--left-10 {
357
+ -webkit-margin-start: var(--x-size-base-10) !important; }
358
+
359
+ .x-margin--top-11 {
360
+ -webkit-margin-before: var(--x-size-base-11) !important;
361
+ margin-top: var(--x-size-base-11) !important; }
362
+
363
+ .x-margin--bottom-11 {
364
+ -webkit-margin-after: var(--x-size-base-11) !important;
365
+ margin-bottom: var(--x-size-base-11) !important; }
366
+
367
+ [dir="ltr"] .x-margin--right-11{
368
+ margin-right: var(--x-size-base-11) !important; }
369
+
370
+ [dir="rtl"] .x-margin--right-11{
371
+ margin-left: var(--x-size-base-11) !important; }
372
+
373
+ .x-margin--right-11 {
374
+ -webkit-margin-end: var(--x-size-base-11) !important; }
375
+
376
+ [dir="ltr"] .x-margin--left-11{
377
+ margin-left: var(--x-size-base-11) !important; }
378
+
379
+ [dir="rtl"] .x-margin--left-11{
380
+ margin-right: var(--x-size-base-11) !important; }
381
+
382
+ .x-margin--left-11 {
383
+ -webkit-margin-start: var(--x-size-base-11) !important; }
384
+
385
+ .x-margin--top-12 {
386
+ -webkit-margin-before: var(--x-size-base-12) !important;
387
+ margin-top: var(--x-size-base-12) !important; }
388
+
389
+ .x-margin--bottom-12 {
390
+ -webkit-margin-after: var(--x-size-base-12) !important;
391
+ margin-bottom: var(--x-size-base-12) !important; }
392
+
393
+ [dir="ltr"] .x-margin--right-12{
394
+ margin-right: var(--x-size-base-12) !important; }
395
+
396
+ [dir="rtl"] .x-margin--right-12{
397
+ margin-left: var(--x-size-base-12) !important; }
398
+
399
+ .x-margin--right-12 {
400
+ -webkit-margin-end: var(--x-size-base-12) !important; }
401
+
402
+ [dir="ltr"] .x-margin--left-12{
403
+ margin-left: var(--x-size-base-12) !important; }
404
+
405
+ [dir="rtl"] .x-margin--left-12{
406
+ margin-right: var(--x-size-base-12) !important; }
407
+
408
+ .x-margin--left-12 {
409
+ -webkit-margin-start: var(--x-size-base-12) !important; }
410
+
411
+ .x-margin--top-13 {
412
+ -webkit-margin-before: var(--x-size-base-13) !important;
413
+ margin-top: var(--x-size-base-13) !important; }
414
+
415
+ .x-margin--bottom-13 {
416
+ -webkit-margin-after: var(--x-size-base-13) !important;
417
+ margin-bottom: var(--x-size-base-13) !important; }
418
+
419
+ [dir="ltr"] .x-margin--right-13{
420
+ margin-right: var(--x-size-base-13) !important; }
421
+
422
+ [dir="rtl"] .x-margin--right-13{
423
+ margin-left: var(--x-size-base-13) !important; }
424
+
425
+ .x-margin--right-13 {
426
+ -webkit-margin-end: var(--x-size-base-13) !important; }
427
+
428
+ [dir="ltr"] .x-margin--left-13{
429
+ margin-left: var(--x-size-base-13) !important; }
430
+
431
+ [dir="rtl"] .x-margin--left-13{
432
+ margin-right: var(--x-size-base-13) !important; }
433
+
434
+ .x-margin--left-13 {
435
+ -webkit-margin-start: var(--x-size-base-13) !important; }