@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.
Files changed (293) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/core/index.js +3 -1
  3. package/core/index.js.map +1 -1
  4. package/design-system/base.css +4 -1
  5. package/design-system/button-secondary.css +1 -1
  6. package/design-system/default-theme.css +97 -42
  7. package/design-system/dropdown-default.css +68 -33
  8. package/design-system/dropdown-l.css +1 -1
  9. package/design-system/dropdown-m.css +1 -1
  10. package/design-system/dropdown-s.css +1 -1
  11. package/design-system/dropdown-xl.css +1 -1
  12. package/design-system/full-theme.css +2521 -129
  13. package/design-system/list-default.css +5 -0
  14. package/design-system/list-gap.css +121 -1
  15. package/design-system/list-padding.css +105 -1
  16. package/design-system/row-padding.css +2 -0
  17. package/design-system/utilities-background-color.css +20 -0
  18. package/design-system/utilities-border-color.css +20 -0
  19. package/design-system/utilities-border-radius.css +981 -0
  20. package/design-system/utilities-border-width.css +333 -0
  21. package/design-system/utilities-box-shadow.css +68 -0
  22. package/design-system/utilities-font-color.css +20 -0
  23. package/design-system/utilities-margin.css +380 -0
  24. package/design-system/utilities-padding.css +380 -0
  25. package/docs/API-reference/api/x-adapter.empathydirect.md +0 -1
  26. package/docs/API-reference/api/x-components.createfetchandsaveaction.md +26 -0
  27. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.fetch.md +24 -0
  28. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.md +23 -0
  29. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.oncancel.md +17 -0
  30. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.onerror.md +24 -0
  31. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.onsuccess.md +25 -0
  32. package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +13 -0
  33. package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +13 -0
  34. package/docs/API-reference/api/x-components.fetchandsaveactions.md +21 -0
  35. package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -1
  36. package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
  37. package/docs/API-reference/api/x-components.md +8 -11
  38. package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
  39. package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
  40. package/docs/API-reference/api/{x-components.urlstate.filters.md → x-components.params.filters.md} +2 -2
  41. package/docs/API-reference/api/x-components.params.md +25 -0
  42. package/docs/API-reference/api/{x-components.urlstate.page.md → x-components.params.page.md} +2 -2
  43. package/docs/API-reference/api/{x-components.urlstate.query.md → x-components.params.query.md} +2 -2
  44. package/docs/API-reference/api/{x-components.urlstate.relatedtags.md → x-components.params.relatedtags.md} +2 -2
  45. package/docs/API-reference/api/x-components.params.scroll.md +11 -0
  46. package/docs/API-reference/api/{x-components.urlstate.sort.md → x-components.params.sort.md} +2 -2
  47. package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
  48. package/docs/API-reference/api/x-components.popularsearchesstate.md +1 -1
  49. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
  50. package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
  51. package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
  52. package/docs/API-reference/api/x-components.recommendationsstate.md +1 -1
  53. package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
  54. package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
  55. package/docs/API-reference/api/x-components.requeststatus.md +13 -0
  56. package/docs/API-reference/api/x-components.searchmutations.md +2 -1
  57. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +24 -0
  58. package/docs/API-reference/api/x-components.searchstate.md +2 -1
  59. package/docs/API-reference/api/x-components.searchstate.redirections.md +13 -0
  60. package/docs/API-reference/api/x-components.setstatus.md +25 -0
  61. package/docs/API-reference/api/x-components.statusmutations.md +20 -0
  62. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +24 -0
  63. package/docs/API-reference/api/x-components.statusstate.md +20 -0
  64. package/docs/API-reference/api/x-components.statusstate.status.md +13 -0
  65. package/docs/API-reference/api/x-components.urlactions.md +8 -0
  66. package/docs/API-reference/api/x-components.urlactions.updatestorefromurl.md +17 -0
  67. package/docs/API-reference/api/x-components.urlactions.updateurl.md +17 -0
  68. package/docs/API-reference/api/x-components.urlgetters.md +2 -1
  69. package/docs/API-reference/api/x-components.urlgetters.urlmappedparamnames.md +13 -0
  70. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +3 -1
  71. package/docs/API-reference/api/x-components.urlmutations.md +3 -1
  72. package/docs/API-reference/api/x-components.urlmutations.setextraparams.md +24 -0
  73. package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
  74. package/docs/API-reference/api/x-components.urlmutations.seturlconfig.md +3 -1
  75. package/docs/API-reference/api/x-components.urlparamkey.md +3 -1
  76. package/docs/API-reference/api/x-components.urlstate.extraparams.md +1 -1
  77. package/docs/API-reference/api/x-components.urlstate.md +2 -6
  78. package/docs/API-reference/api/{x-components.nosuggestions.query.md → x-components.urlstate.params.md} +3 -3
  79. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +7 -7
  80. package/docs/API-reference/api/x-components.xmodulestree.md +0 -1
  81. package/docs/API-reference/api/x-types.modelnametype.md +1 -1
  82. package/docs/API-reference/api/x-types.redirection.md +2 -3
  83. package/docs/API-reference/components/url/x-components.url-handler.md +84 -0
  84. package/docs/sidebar.json +1 -1
  85. package/js/components/base-dropdown.vue.js +2 -2
  86. package/js/components/base-dropdown.vue.js.map +1 -1
  87. package/js/components/layouts/multi-column-max-width-layout.vue.js +2 -2
  88. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  89. package/js/index.js +3 -5
  90. package/js/index.js.map +1 -1
  91. package/js/plugins/x-plugin.alias.js.map +1 -1
  92. package/js/plugins/x-plugin.js +1 -1
  93. package/js/plugins/x-plugin.js.map +1 -1
  94. package/js/store/utils/{helpers/fetch-and-save-action.helpers.js → fetch-and-save-action.utils.js} +5 -5
  95. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
  96. package/js/store/utils/{get-getters-proxy.js → getters-proxy.utils.js} +1 -1
  97. package/js/store/utils/getters-proxy.utils.js.map +1 -0
  98. package/js/store/utils/{helpers/status.helpers.js → status-store.utils.js} +1 -1
  99. package/js/store/utils/status-store.utils.js.map +1 -0
  100. package/js/store/{store.utils.js → utils/store-emitters.utils.js} +1 -1
  101. package/js/store/utils/store-emitters.utils.js.map +1 -0
  102. package/js/store/x.module.js +0 -1
  103. package/js/store/x.module.js.map +1 -1
  104. package/js/wiring/wiring.utils.js +1 -1
  105. package/js/wiring/wiring.utils.js.map +1 -1
  106. package/js/x-modules/device/store/emitters.js +3 -1
  107. package/js/x-modules/device/store/emitters.js.map +1 -1
  108. package/js/x-modules/empathize/store/emitters.js +3 -1
  109. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  110. package/js/x-modules/extra-params/store/emitters.js +3 -1
  111. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  112. package/js/x-modules/facets/store/emitters.js +1 -1
  113. package/js/x-modules/facets/store/emitters.js.map +1 -1
  114. package/js/x-modules/history-queries/store/emitters.js +3 -1
  115. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  116. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +1 -1
  117. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  118. package/js/x-modules/identifier-results/store/emitters.js +3 -1
  119. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  120. package/js/x-modules/identifier-results/store/module.js +1 -1
  121. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  122. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +1 -1
  123. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  124. package/js/x-modules/next-queries/store/emitters.js +3 -1
  125. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  126. package/js/x-modules/next-queries/store/module.js +1 -1
  127. package/js/x-modules/next-queries/store/module.js.map +1 -1
  128. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +1 -1
  129. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  130. package/js/x-modules/popular-searches/store/emitters.js +1 -1
  131. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  132. package/js/x-modules/popular-searches/store/module.js +1 -1
  133. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  134. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +1 -1
  135. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  136. package/js/x-modules/query-suggestions/store/emitters.js +3 -1
  137. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  138. package/js/x-modules/query-suggestions/store/module.js +1 -1
  139. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  140. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +1 -1
  141. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  142. package/js/x-modules/recommendations/store/emitters.js +3 -1
  143. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  144. package/js/x-modules/recommendations/store/module.js +1 -1
  145. package/js/x-modules/recommendations/store/module.js.map +1 -1
  146. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +1 -1
  147. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  148. package/js/x-modules/related-tags/store/emitters.js +3 -1
  149. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  150. package/js/x-modules/related-tags/store/module.js +1 -1
  151. package/js/x-modules/related-tags/store/module.js.map +1 -1
  152. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +3 -2
  153. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  154. package/js/x-modules/search/store/emitters.js +3 -1
  155. package/js/x-modules/search/store/emitters.js.map +1 -1
  156. package/js/x-modules/search/store/module.js +6 -2
  157. package/js/x-modules/search/store/module.js.map +1 -1
  158. package/js/x-modules/search-box/store/emitters.js +3 -1
  159. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  160. package/js/x-modules/tagging/store/emitters.js +3 -1
  161. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  162. package/js/x-modules/url/store/actions/update-store-from-url.action.js +76 -0
  163. package/js/x-modules/url/store/actions/update-store-from-url.action.js.map +1 -0
  164. package/js/x-modules/url/store/actions/update-url.action.js +52 -0
  165. package/js/x-modules/url/store/actions/update-url.action.js.map +1 -0
  166. package/js/x-modules/url/store/emitters.js +3 -1
  167. package/js/x-modules/url/store/emitters.js.map +1 -1
  168. package/js/x-modules/url/store/getters/url-mapped-param-names.getter.js +23 -0
  169. package/js/x-modules/url/store/getters/url-mapped-param-names.getter.js.map +1 -0
  170. package/js/x-modules/url/store/getters/url-params.getter.js +23 -10
  171. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  172. package/js/x-modules/url/store/module.js +24 -7
  173. package/js/x-modules/url/store/module.js.map +1 -1
  174. package/package.json +4 -4
  175. package/report/x-adapter.api.json +0 -26
  176. package/report/x-components.api.json +1178 -756
  177. package/report/x-components.api.md +62 -106
  178. package/report/x-types.api.json +18 -27
  179. package/types/index.d.ts +0 -1
  180. package/types/index.d.ts.map +1 -1
  181. package/types/plugins/x-plugin.d.ts +1 -1
  182. package/types/plugins/x-plugin.d.ts.map +1 -1
  183. package/types/plugins/x-plugin.types.d.ts +2 -2
  184. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  185. package/types/router.d.ts.map +1 -1
  186. package/types/store/index.d.ts +3 -2
  187. package/types/store/index.d.ts.map +1 -1
  188. package/types/store/utils/{helpers/fetch-and-save-action.helpers.d.ts → fetch-and-save-action.utils.d.ts} +24 -16
  189. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
  190. package/types/store/utils/{get-getters-proxy.d.ts → getters-proxy.utils.d.ts} +1 -1
  191. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
  192. package/types/store/utils/{helpers/status.helpers.d.ts → status-store.utils.d.ts} +1 -1
  193. package/types/store/utils/status-store.utils.d.ts.map +1 -0
  194. package/types/store/{store-emitters.types.d.ts → utils/store-emitters.utils.d.ts} +13 -4
  195. package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
  196. package/types/store/x.module.d.ts.map +1 -1
  197. package/types/x-modules/identifier-results/store/types.d.ts +1 -1
  198. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  199. package/types/x-modules/next-queries/store/types.d.ts +1 -1
  200. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  201. package/types/x-modules/popular-searches/store/types.d.ts +1 -1
  202. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  203. package/types/x-modules/query-suggestions/store/types.d.ts +1 -1
  204. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  205. package/types/x-modules/recommendations/store/types.d.ts +1 -1
  206. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  207. package/types/x-modules/related-tags/store/types.d.ts +1 -1
  208. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  209. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  210. package/types/x-modules/search/store/module.d.ts.map +1 -1
  211. package/types/x-modules/search/store/types.d.ts +26 -18
  212. package/types/x-modules/search/store/types.d.ts.map +1 -1
  213. package/types/x-modules/url/components/index.d.ts +2 -0
  214. package/types/x-modules/url/components/index.d.ts.map +1 -0
  215. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts +11 -0
  216. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts.map +1 -0
  217. package/types/x-modules/url/store/actions/update-url.action.d.ts +11 -0
  218. package/types/x-modules/url/store/actions/update-url.action.d.ts.map +1 -0
  219. package/types/x-modules/url/store/emitters.d.ts +1 -1
  220. package/types/x-modules/url/store/getters/url-mapped-param-names.getter.d.ts +12 -0
  221. package/types/x-modules/url/store/getters/url-mapped-param-names.getter.d.ts.map +1 -0
  222. package/types/x-modules/url/store/getters/url-params.getter.d.ts +1 -0
  223. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  224. package/types/x-modules/url/store/module.d.ts.map +1 -1
  225. package/types/x-modules/url/store/types.d.ts +46 -3
  226. package/types/x-modules/url/store/types.d.ts.map +1 -1
  227. package/types/x-modules/x-modules.types.d.ts +1 -3
  228. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  229. package/design-system/list-background.css +0 -20
  230. package/design-system/list-border.css +0 -44
  231. package/design-system/row-background.css +0 -20
  232. package/docs/API-reference/api/x-adapter.empathydirect.title.md +0 -11
  233. package/docs/API-reference/api/x-components.clearnosuggestionsquery.md +0 -13
  234. package/docs/API-reference/api/x-components.nosuggestions.beforedestroy.md +0 -15
  235. package/docs/API-reference/api/x-components.nosuggestions.created.md +0 -15
  236. package/docs/API-reference/api/x-components.nosuggestions.eventstorender.md +0 -13
  237. package/docs/API-reference/api/x-components.nosuggestions.eventsubscriptions.md +0 -11
  238. package/docs/API-reference/api/x-components.nosuggestions.md +0 -32
  239. package/docs/API-reference/api/x-components.nosuggestions.message.md +0 -13
  240. package/docs/API-reference/api/x-components.nosuggestions.suggestionsevents.md +0 -11
  241. package/docs/API-reference/api/x-components.nosuggestionsactions.md +0 -13
  242. package/docs/API-reference/api/x-components.nosuggestionsgetters.md +0 -13
  243. package/docs/API-reference/api/x-components.nosuggestionsmutations.md +0 -20
  244. package/docs/API-reference/api/x-components.nosuggestionsmutations.setquery.md +0 -24
  245. package/docs/API-reference/api/x-components.nosuggestionsstate.md +0 -20
  246. package/docs/API-reference/api/x-components.nosuggestionsstate.query.md +0 -13
  247. package/docs/API-reference/api/x-components.nosuggestionsxmodule.md +0 -13
  248. package/docs/API-reference/api/x-components.nosuggestionsxstoremodule.md +0 -15
  249. package/docs/API-reference/api/x-components.setnosuggestionsquery.md +0 -13
  250. package/docs/API-reference/api/x-components.xeventarraypayload.md +0 -15
  251. package/docs/API-reference/api/x-components.xmodulestree.nosuggestions.md +0 -11
  252. package/docs/API-reference/api/x-types.redirection.title.md +0 -13
  253. package/docs/API-reference/components/no-suggestions/x-components.no-suggestions.md +0 -49
  254. package/js/store/store.utils.js.map +0 -1
  255. package/js/store/utils/get-getters-proxy.js.map +0 -1
  256. package/js/store/utils/helpers/fetch-and-save-action.helpers.js.map +0 -1
  257. package/js/store/utils/helpers/status.helpers.js.map +0 -1
  258. package/js/x-modules/no-suggestions/components/no-suggestions.vue.js +0 -70
  259. package/js/x-modules/no-suggestions/components/no-suggestions.vue.js.map +0 -1
  260. package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js +0 -160
  261. package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  262. package/js/x-modules/no-suggestions/store/module.js +0 -20
  263. package/js/x-modules/no-suggestions/store/module.js.map +0 -1
  264. package/js/x-modules/no-suggestions/wiring.js +0 -46
  265. package/js/x-modules/no-suggestions/wiring.js.map +0 -1
  266. package/js/x-modules/no-suggestions/x-module.js +0 -18
  267. package/js/x-modules/no-suggestions/x-module.js.map +0 -1
  268. package/no-suggestions/index.d.ts +0 -1
  269. package/no-suggestions/index.js +0 -4
  270. package/types/store/store-emitters.types.d.ts.map +0 -1
  271. package/types/store/store.utils.d.ts +0 -12
  272. package/types/store/store.utils.d.ts.map +0 -1
  273. package/types/store/utils/get-getters-proxy.d.ts.map +0 -1
  274. package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts.map +0 -1
  275. package/types/store/utils/helpers/status.helpers.d.ts.map +0 -1
  276. package/types/x-modules/no-suggestions/components/index.d.ts +0 -2
  277. package/types/x-modules/no-suggestions/components/index.d.ts.map +0 -1
  278. package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts +0 -90
  279. package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts.map +0 -1
  280. package/types/x-modules/no-suggestions/config.types.d.ts +0 -9
  281. package/types/x-modules/no-suggestions/config.types.d.ts.map +0 -1
  282. package/types/x-modules/no-suggestions/index.d.ts +0 -6
  283. package/types/x-modules/no-suggestions/index.d.ts.map +0 -1
  284. package/types/x-modules/no-suggestions/store/index.d.ts +0 -3
  285. package/types/x-modules/no-suggestions/store/index.d.ts.map +0 -1
  286. package/types/x-modules/no-suggestions/store/module.d.ts +0 -8
  287. package/types/x-modules/no-suggestions/store/module.d.ts.map +0 -1
  288. package/types/x-modules/no-suggestions/store/types.d.ts +0 -44
  289. package/types/x-modules/no-suggestions/store/types.d.ts.map +0 -1
  290. package/types/x-modules/no-suggestions/wiring.d.ts +0 -29
  291. package/types/x-modules/no-suggestions/wiring.d.ts.map +0 -1
  292. package/types/x-modules/no-suggestions/x-module.d.ts +0 -16
  293. 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; }