@digitalc/dxp-ui 0.0.5-alpha.15 → 0.0.5-alpha.17

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 (238) hide show
  1. package/README.md +81 -47
  2. package/es/assets/token.json +128 -102
  3. package/es/components/Accordion/designTokens.d.ts +3 -3
  4. package/es/components/Accordion/designTokens.js +22 -14
  5. package/es/components/Accordion/index.js +8 -4
  6. package/es/components/Amount/designTokens.d.ts +2 -2
  7. package/es/components/Amount/designTokens.js +12 -8
  8. package/es/components/Amount/index.d.ts +3 -10
  9. package/es/components/Amount/index.js +122 -136
  10. package/es/components/Button/designTokens.d.ts +18 -3
  11. package/es/components/Button/designTokens.js +136 -122
  12. package/es/components/Button/index.d.ts +16 -5
  13. package/es/components/Button/index.js +89 -94
  14. package/es/components/Button/style/index.less +1 -1
  15. package/es/components/Card/designTokens.d.ts +9 -0
  16. package/es/components/Card/designTokens.js +14 -0
  17. package/es/components/Card/index.d.ts +15 -0
  18. package/es/components/Card/index.js +66 -0
  19. package/es/components/Card/style/index.less +45 -0
  20. package/es/components/Card/style/variables.less +4 -0
  21. package/es/components/Chip/designTokens.d.ts +2 -2
  22. package/es/components/Chip/designTokens.js +25 -21
  23. package/es/components/Chip/index.js +9 -8
  24. package/es/components/Divider/designTokens.d.ts +4 -0
  25. package/es/components/Divider/designTokens.js +9 -0
  26. package/es/components/Divider/index.d.ts +3 -8
  27. package/es/components/Divider/index.js +31 -49
  28. package/es/components/Drawer/designTokens.d.ts +2 -2
  29. package/es/components/Drawer/designTokens.js +30 -26
  30. package/es/components/Drawer/index.d.ts +6 -2
  31. package/es/components/Drawer/index.js +71 -68
  32. package/es/components/Drawer/style/index.less +13 -7
  33. package/es/components/GlobalTokenProvider/index.d.ts +11 -0
  34. package/es/components/GlobalTokenProvider/index.js +16 -0
  35. package/es/components/Icon/designTokens.d.ts +3 -3
  36. package/es/components/Icon/designTokens.js +11 -6
  37. package/es/components/Icon/index.js +6 -2
  38. package/es/components/IconButton/designTokens.d.ts +3 -4
  39. package/es/components/IconButton/designTokens.js +38 -32
  40. package/es/components/IconButton/index.d.ts +1 -1
  41. package/es/components/IconButton/index.js +7 -7
  42. package/es/components/Image/index.d.ts +1 -1
  43. package/es/components/Image/index.js +4 -3
  44. package/es/components/ListItem/designTokens.d.ts +4 -2
  45. package/es/components/ListItem/designTokens.js +36 -30
  46. package/es/components/ListItem/index.d.ts +12 -2
  47. package/es/components/ListItem/index.js +95 -30
  48. package/es/components/ListItem/style/index.less +42 -9
  49. package/es/components/Modal/designTokens.d.ts +11 -20
  50. package/es/components/Modal/designTokens.js +39 -30
  51. package/es/components/Modal/index.js +24 -11
  52. package/es/components/Navigation/designTokens.d.ts +9 -8
  53. package/es/components/Navigation/designTokens.js +24 -18
  54. package/es/components/Navigation/index.d.ts +1 -0
  55. package/es/components/Navigation/index.js +14 -10
  56. package/es/components/Notification/designTokens.d.ts +9 -0
  57. package/es/components/Notification/designTokens.js +14 -0
  58. package/es/components/Notification/index.d.ts +12 -0
  59. package/es/components/Notification/index.js +54 -0
  60. package/es/components/Notification/style/index.less +45 -0
  61. package/es/components/Notification/style/variables.less +4 -0
  62. package/es/components/Search/designTokens.d.ts +4 -4
  63. package/es/components/Search/designTokens.js +57 -46
  64. package/es/components/Search/index.js +15 -9
  65. package/es/components/Stepper/designTokens.d.ts +4 -5
  66. package/es/components/Stepper/designTokens.js +48 -40
  67. package/es/components/Stepper/index.d.ts +9 -10
  68. package/es/components/Stepper/index.js +139 -135
  69. package/es/components/Stepper/style/index.less +27 -12
  70. package/es/components/StickyFooter/designTokens.d.ts +2 -2
  71. package/es/components/StickyFooter/designTokens.js +20 -16
  72. package/es/components/StickyFooter/index.d.ts +2 -2
  73. package/es/components/StickyFooter/index.js +68 -39
  74. package/es/components/StickyFooter/style/index.less +5 -3
  75. package/es/components/Tabs/designTokens.d.ts +6 -6
  76. package/es/components/Tabs/designTokens.js +77 -60
  77. package/es/components/Tabs/index.js +11 -6
  78. package/es/components/Tag/designTokens.d.ts +42 -42
  79. package/es/components/Tag/designTokens.js +139 -95
  80. package/es/components/Tag/index.d.ts +1 -1
  81. package/es/components/Tag/index.js +16 -3
  82. package/es/components/Text/designTokens.d.ts +19 -10
  83. package/es/components/Text/designTokens.js +65 -51
  84. package/es/components/Text/index.d.ts +2 -1
  85. package/es/components/Text/index.js +42 -12
  86. package/es/components/TextInputInside/designTokens.d.ts +3 -12
  87. package/es/components/TextInputInside/designTokens.js +59 -57
  88. package/es/components/TextInputInside/index.js +10 -7
  89. package/es/components/TextInputOutside/designTokens.d.ts +5 -5
  90. package/es/components/TextInputOutside/designTokens.js +77 -61
  91. package/es/components/TextInputOutside/index.js +12 -7
  92. package/es/components/TextLink/designTokens.d.ts +2 -2
  93. package/es/components/TextLink/designTokens.js +14 -10
  94. package/es/components/TextLink/index.js +2 -1
  95. package/es/components/Toast/designTokens.d.ts +2 -2
  96. package/es/components/Toast/designTokens.js +20 -19
  97. package/es/components/Toast/index.js +2 -1
  98. package/es/components/Toggle/designTokens.d.ts +2 -2
  99. package/es/components/Toggle/designTokens.js +16 -12
  100. package/es/components/Toggle/index.js +2 -1
  101. package/es/components/index.d.ts +7 -1
  102. package/es/components/index.js +6 -2
  103. package/es/constants/index.d.ts +4 -1
  104. package/es/constants/index.js +5 -1
  105. package/es/index.d.ts +2 -0
  106. package/es/index.js +4 -0
  107. package/es/tokens/DXPGlobal.d.ts +27 -19
  108. package/es/tokens/DXPGlobal.js +3 -2
  109. package/es/utils/TokenContext.d.ts +14 -0
  110. package/es/utils/TokenContext.js +91 -0
  111. package/es/utils/deviceType.d.ts +14 -0
  112. package/es/utils/deviceType.js +65 -0
  113. package/es/utils/index.d.ts +9 -0
  114. package/es/utils/index.js +9 -0
  115. package/es/utils/tokenHelper.js +2 -5
  116. package/es/utils/tokenManager.d.ts +82 -20
  117. package/es/utils/tokenManager.js +857 -779
  118. package/lib/assets/token.json +128 -102
  119. package/lib/components/Accordion/designTokens.d.ts +3 -3
  120. package/lib/components/Accordion/designTokens.js +25 -17
  121. package/lib/components/Accordion/index.js +8 -4
  122. package/lib/components/Amount/designTokens.d.ts +2 -2
  123. package/lib/components/Amount/designTokens.js +13 -9
  124. package/lib/components/Amount/index.d.ts +3 -10
  125. package/lib/components/Amount/index.js +84 -90
  126. package/lib/components/Button/designTokens.d.ts +18 -3
  127. package/lib/components/Button/designTokens.js +120 -114
  128. package/lib/components/Button/index.d.ts +16 -5
  129. package/lib/components/Button/index.js +59 -51
  130. package/lib/components/Button/style/index.less +1 -1
  131. package/lib/components/Card/designTokens.d.ts +9 -0
  132. package/lib/components/Card/designTokens.js +37 -0
  133. package/lib/components/Card/index.d.ts +15 -0
  134. package/lib/components/Card/index.js +156 -0
  135. package/lib/components/Card/style/index.less +45 -0
  136. package/lib/components/Card/style/variables.less +4 -0
  137. package/lib/components/Chip/designTokens.d.ts +2 -2
  138. package/lib/components/Chip/designTokens.js +25 -21
  139. package/lib/components/Chip/index.js +8 -5
  140. package/lib/components/Divider/designTokens.d.ts +4 -0
  141. package/lib/components/Divider/designTokens.js +32 -0
  142. package/lib/components/Divider/index.d.ts +3 -8
  143. package/lib/components/Divider/index.js +41 -43
  144. package/lib/components/Drawer/designTokens.d.ts +2 -2
  145. package/lib/components/Drawer/designTokens.js +31 -38
  146. package/lib/components/Drawer/index.d.ts +6 -2
  147. package/lib/components/Drawer/index.js +80 -53
  148. package/lib/components/Drawer/style/index.less +13 -7
  149. package/lib/components/GlobalTokenProvider/index.d.ts +11 -0
  150. package/lib/components/GlobalTokenProvider/index.js +40 -0
  151. package/lib/components/Icon/designTokens.d.ts +3 -3
  152. package/lib/components/Icon/designTokens.js +11 -17
  153. package/lib/components/Icon/index.js +5 -4
  154. package/lib/components/IconButton/designTokens.d.ts +3 -4
  155. package/lib/components/IconButton/designTokens.js +41 -34
  156. package/lib/components/IconButton/index.d.ts +1 -1
  157. package/lib/components/IconButton/index.js +25 -23
  158. package/lib/components/Image/index.d.ts +1 -1
  159. package/lib/components/Image/index.js +4 -4
  160. package/lib/components/ListItem/designTokens.d.ts +4 -2
  161. package/lib/components/ListItem/designTokens.js +36 -41
  162. package/lib/components/ListItem/index.d.ts +12 -2
  163. package/lib/components/ListItem/index.js +115 -46
  164. package/lib/components/ListItem/style/index.less +42 -9
  165. package/lib/components/Modal/designTokens.d.ts +11 -20
  166. package/lib/components/Modal/designTokens.js +44 -60
  167. package/lib/components/Modal/index.js +63 -16
  168. package/lib/components/Navigation/designTokens.d.ts +9 -8
  169. package/lib/components/Navigation/designTokens.js +24 -29
  170. package/lib/components/Navigation/index.d.ts +1 -0
  171. package/lib/components/Navigation/index.js +13 -12
  172. package/lib/components/Notification/designTokens.d.ts +9 -0
  173. package/lib/components/Notification/designTokens.js +37 -0
  174. package/lib/components/Notification/index.d.ts +12 -0
  175. package/lib/components/Notification/index.js +110 -0
  176. package/lib/components/Notification/style/index.less +45 -0
  177. package/lib/components/Notification/style/variables.less +4 -0
  178. package/lib/components/Search/designTokens.d.ts +4 -4
  179. package/lib/components/Search/designTokens.js +61 -49
  180. package/lib/components/Search/index.js +31 -9
  181. package/lib/components/Stepper/designTokens.d.ts +4 -5
  182. package/lib/components/Stepper/designTokens.js +70 -62
  183. package/lib/components/Stepper/index.d.ts +9 -10
  184. package/lib/components/Stepper/index.js +104 -53
  185. package/lib/components/Stepper/style/index.less +27 -12
  186. package/lib/components/StickyFooter/designTokens.d.ts +2 -2
  187. package/lib/components/StickyFooter/designTokens.js +21 -17
  188. package/lib/components/StickyFooter/index.d.ts +2 -2
  189. package/lib/components/StickyFooter/index.js +50 -18
  190. package/lib/components/StickyFooter/style/index.less +5 -3
  191. package/lib/components/Tabs/designTokens.d.ts +6 -6
  192. package/lib/components/Tabs/designTokens.js +80 -63
  193. package/lib/components/Tabs/index.js +19 -12
  194. package/lib/components/Tag/designTokens.d.ts +42 -42
  195. package/lib/components/Tag/designTokens.js +159 -115
  196. package/lib/components/Tag/index.d.ts +1 -1
  197. package/lib/components/Tag/index.js +27 -14
  198. package/lib/components/Text/designTokens.d.ts +19 -10
  199. package/lib/components/Text/designTokens.js +65 -51
  200. package/lib/components/Text/index.d.ts +2 -1
  201. package/lib/components/Text/index.js +407 -297
  202. package/lib/components/TextInputInside/designTokens.d.ts +3 -12
  203. package/lib/components/TextInputInside/designTokens.js +62 -75
  204. package/lib/components/TextInputInside/index.js +10 -7
  205. package/lib/components/TextInputOutside/designTokens.d.ts +5 -5
  206. package/lib/components/TextInputOutside/designTokens.js +82 -66
  207. package/lib/components/TextInputOutside/index.js +12 -8
  208. package/lib/components/TextLink/designTokens.d.ts +2 -2
  209. package/lib/components/TextLink/designTokens.js +14 -21
  210. package/lib/components/TextLink/index.js +3 -2
  211. package/lib/components/Toast/designTokens.d.ts +2 -2
  212. package/lib/components/Toast/designTokens.js +20 -16
  213. package/lib/components/Toast/index.js +7 -6
  214. package/lib/components/Toggle/designTokens.d.ts +2 -2
  215. package/lib/components/Toggle/designTokens.js +16 -23
  216. package/lib/components/Toggle/index.js +3 -2
  217. package/lib/components/index.d.ts +7 -1
  218. package/lib/components/index.js +10 -2
  219. package/lib/constants/index.d.ts +4 -1
  220. package/lib/constants/index.js +5 -1
  221. package/lib/index.d.ts +2 -0
  222. package/lib/index.js +22 -0
  223. package/lib/tokens/DXPGlobal.d.ts +27 -19
  224. package/lib/tokens/DXPGlobal.js +1 -1
  225. package/lib/utils/TokenContext.d.ts +14 -0
  226. package/lib/utils/TokenContext.js +85 -0
  227. package/lib/utils/deviceType.d.ts +14 -0
  228. package/lib/utils/deviceType.js +56 -0
  229. package/lib/utils/index.d.ts +9 -0
  230. package/lib/utils/index.js +44 -0
  231. package/lib/utils/tokenHelper.js +2 -12
  232. package/lib/utils/tokenManager.d.ts +82 -20
  233. package/lib/utils/tokenManager.js +840 -777
  234. package/package.json +14 -11
  235. package/umd/dxp-ui.min.css +1 -1
  236. package/umd/dxp-ui.min.js +1 -1
  237. package/lib/components/Button/demo/index.d.ts +0 -3
  238. package/lib/components/Button/demo/index.js +0 -138
@@ -2,8 +2,22 @@ var __create = Object.create;
2
2
  var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
6
  var __getProtoOf = Object.getPrototypeOf;
6
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
9
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
10
+ var __spreadValues = (a, b) => {
11
+ for (var prop in b || (b = {}))
12
+ if (__hasOwnProp.call(b, prop))
13
+ __defNormalProp(a, prop, b[prop]);
14
+ if (__getOwnPropSymbols)
15
+ for (var prop of __getOwnPropSymbols(b)) {
16
+ if (__propIsEnum.call(b, prop))
17
+ __defNormalProp(a, prop, b[prop]);
18
+ }
19
+ return a;
20
+ };
7
21
  var __export = (target, all) => {
8
22
  for (var name in all)
9
23
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -39,783 +53,831 @@ var tokenRef = { root: null };
39
53
  var setTokenRef = (value) => {
40
54
  tokenRef.root = JSON.parse(JSON.stringify(value));
41
55
  };
56
+ var debounceDispatchEvent = (() => {
57
+ let timer = null;
58
+ return () => {
59
+ if (timer)
60
+ clearTimeout(timer);
61
+ timer = setTimeout(() => {
62
+ if (typeof window !== "undefined") {
63
+ const event = new CustomEvent("dxp-token-updated");
64
+ window.dispatchEvent(event);
65
+ }
66
+ timer = null;
67
+ }, 160);
68
+ };
69
+ })();
70
+ var loadExternalToken = (externalToken) => {
71
+ if (externalToken && typeof externalToken === "object") {
72
+ setTokenRef(__spreadValues(__spreadValues({}, import_DXPGlobal.default), externalToken));
73
+ debounceDispatchEvent();
74
+ return true;
75
+ }
76
+ return false;
77
+ };
42
78
  setTokenRef(import_DXPGlobal.default);
43
79
  var getComponentToken = () => {
44
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb, _Ub, _Vb, _Wb, _Xb, _Yb, _Zb, __b, _$b, _ac, _bc, _cc, _dc, _ec, _fc, _gc, _hc, _ic, _jc, _kc, _lc, _mc, _nc, _oc, _pc, _qc, _rc, _sc, _tc, _uc, _vc, _wc, _xc, _yc, _zc, _Ac, _Bc, _Cc, _Dc, _Ec, _Fc, _Gc, _Hc, _Ic, _Jc, _Kc, _Lc, _Mc, _Nc, _Oc, _Pc, _Qc, _Rc, _Sc, _Tc, _Uc, _Vc, _Wc, _Xc, _Yc, _Zc, __c, _$c, _ad, _bd, _cd, _dd, _ed, _fd, _gd, _hd, _id, _jd, _kd, _ld, _md, _nd, _od, _pd, _qd, _rd, _sd, _td, _ud, _vd, _wd, _xd, _yd, _zd, _Ad, _Bd, _Cd, _Dd, _Ed, _Fd, _Gd, _Hd, _Id, _Jd, _Kd, _Ld, _Md, _Nd, _Od, _Pd, _Qd, _Rd, _Sd, _Td, _Ud, _Vd, _Wd, _Xd, _Yd, _Zd, __d, _$d, _ae, _be, _ce, _de, _ee, _fe, _ge, _he, _ie, _je, _ke, _le, _me, _ne, _oe, _pe, _qe, _re, _se, _te, _ue, _ve, _we, _xe, _ye, _ze, _Ae, _Be, _Ce, _De, _Ee, _Fe, _Ge, _He, _Ie, _Je, _Ke, _Le, _Me, _Ne, _Oe, _Pe, _Qe, _Re, _Se, _Te, _Ue, _Ve, _We, _Xe, _Ye, _Ze, __e, _$e, _af, _bf, _cf, _df, _ef, _ff, _gf, _hf, _if, _jf, _kf, _lf, _mf, _nf, _of, _pf, _qf, _rf, _sf, _tf, _uf, _vf, _wf, _xf, _yf, _zf, _Af, _Bf, _Cf, _Df, _Ef, _Ff, _Gf, _Hf, _If, _Jf, _Kf, _Lf, _Mf, _Nf, _Of, _Pf, _Qf, _Rf, _Sf, _Tf, _Uf, _Vf, _Wf, _Xf, _Yf, _Zf, __f, _$f, _ag, _bg, _cg, _dg, _eg, _fg, _gg, _hg, _ig, _jg, _kg, _lg, _mg, _ng, _og, _pg, _qg, _rg, _sg, _tg, _ug, _vg, _wg, _xg, _yg, _zg, _Ag, _Bg, _Cg, _Dg, _Eg, _Fg, _Gg, _Hg, _Ig, _Jg, _Kg, _Lg, _Mg, _Ng, _Og, _Pg, _Qg, _Rg, _Sg, _Tg, _Ug, _Vg, _Wg, _Xg, _Yg, _Zg, __g, _$g, _ah, _bh, _ch, _dh, _eh, _fh, _gh, _hh, _ih, _jh, _kh, _lh, _mh, _nh, _oh, _ph, _qh, _rh, _sh, _th, _uh, _vh, _wh, _xh, _yh, _zh, _Ah, _Bh, _Ch, _Dh, _Eh, _Fh, _Gh, _Hh, _Ih, _Jh, _Kh, _Lh, _Mh, _Nh, _Oh, _Ph, _Qh, _Rh, _Sh, _Th, _Uh, _Vh, _Wh, _Xh, _Yh, _Zh, __h, _$h, _ai, _bi, _ci, _di, _ei, _fi, _gi, _hi, _ii, _ji, _ki, _li, _mi, _ni, _oi, _pi, _qi, _ri, _si, _ti, _ui, _vi, _wi, _xi, _yi, _zi, _Ai, _Bi, _Ci, _Di, _Ei, _Fi, _Gi, _Hi, _Ii, _Ji, _Ki, _Li, _Mi, _Ni, _Oi, _Pi, _Qi, _Ri, _Si, _Ti, _Ui, _Vi, _Wi, _Xi, _Yi, _Zi, __i, _$i, _aj, _bj, _cj, _dj, _ej, _fj, _gj, _hj, _ij, _jj, _kj, _lj, _mj, _nj, _oj, _pj, _qj, _rj, _sj, _tj, _uj, _vj, _wj, _xj, _yj, _zj, _Aj, _Bj, _Cj, _Dj, _Ej, _Fj, _Gj, _Hj, _Ij, _Jj, _Kj, _Lj, _Mj, _Nj, _Oj, _Pj, _Qj, _Rj, _Sj, _Tj, _Uj, _Vj, _Wj, _Xj, _Yj, _Zj, __j, _$j, _ak, _bk, _ck, _dk, _ek, _fk, _gk, _hk, _ik, _jk, _kk, _lk, _mk, _nk, _ok, _pk, _qk, _rk, _sk, _tk, _uk, _vk, _wk, _xk, _yk, _zk, _Ak, _Bk, _Ck, _Dk, _Ek, _Fk, _Gk, _Hk, _Ik, _Jk, _Kk, _Lk, _Mk, _Nk, _Ok, _Pk, _Qk, _Rk, _Sk, _Tk, _Uk, _Vk, _Wk, _Xk, _Yk, _Zk, __k, _$k, _al, _bl, _cl, _dl, _el, _fl, _gl, _hl, _il, _jl, _kl, _ll, _ml, _nl, _ol, _pl, _ql, _rl, _sl, _tl, _ul, _vl, _wl, _xl, _yl, _zl, _Al, _Bl, _Cl, _Dl, _El, _Fl, _Gl, _Hl, _Il, _Jl, _Kl, _Ll, _Ml, _Nl, _Ol, _Pl, _Ql, _Rl, _Sl, _Tl, _Ul, _Vl, _Wl, _Xl, _Yl, _Zl, __l, _$l, _am, _bm, _cm, _dm, _em, _fm, _gm, _hm, _im, _jm, _km, _lm, _mm, _nm, _om, _pm, _qm, _rm, _sm, _tm, _um, _vm, _wm, _xm, _ym, _zm, _Am, _Bm, _Cm, _Dm, _Em, _Fm, _Gm, _Hm, _Im, _Jm, _Km, _Lm, _Mm, _Nm, _Om, _Pm, _Qm, _Rm, _Sm, _Tm, _Um, _Vm, _Wm, _Xm, _Ym, _Zm, __m, _$m, _an, _bn, _cn, _dn, _en, _fn, _gn, _hn, _in, _jn, _kn, _ln, _mn, _nn, _on, _pn, _qn, _rn;
80
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb, _Ub, _Vb, _Wb, _Xb, _Yb, _Zb, __b, _$b, _ac, _bc, _cc, _dc, _ec, _fc, _gc, _hc, _ic, _jc, _kc, _lc, _mc, _nc, _oc, _pc, _qc, _rc, _sc, _tc, _uc, _vc, _wc, _xc, _yc, _zc, _Ac, _Bc, _Cc, _Dc, _Ec, _Fc, _Gc, _Hc, _Ic, _Jc, _Kc, _Lc, _Mc, _Nc, _Oc, _Pc, _Qc, _Rc, _Sc, _Tc, _Uc, _Vc, _Wc, _Xc, _Yc, _Zc, __c, _$c, _ad, _bd, _cd, _dd, _ed, _fd, _gd, _hd, _id, _jd, _kd, _ld, _md, _nd, _od, _pd, _qd, _rd, _sd, _td, _ud, _vd, _wd, _xd, _yd, _zd, _Ad, _Bd, _Cd, _Dd, _Ed, _Fd, _Gd, _Hd, _Id, _Jd, _Kd, _Ld, _Md, _Nd, _Od, _Pd, _Qd, _Rd, _Sd, _Td, _Ud, _Vd, _Wd, _Xd, _Yd, _Zd, __d, _$d, _ae, _be, _ce, _de, _ee, _fe, _ge, _he, _ie, _je, _ke, _le, _me, _ne, _oe, _pe, _qe, _re, _se, _te, _ue, _ve, _we, _xe, _ye, _ze, _Ae, _Be, _Ce, _De, _Ee, _Fe, _Ge, _He, _Ie, _Je, _Ke, _Le, _Me, _Ne, _Oe, _Pe, _Qe, _Re, _Se, _Te, _Ue, _Ve, _We, _Xe, _Ye, _Ze, __e, _$e, _af, _bf, _cf, _df, _ef, _ff, _gf, _hf, _if, _jf, _kf, _lf, _mf, _nf, _of, _pf, _qf, _rf, _sf, _tf, _uf, _vf, _wf, _xf, _yf, _zf, _Af, _Bf, _Cf, _Df, _Ef, _Ff, _Gf, _Hf, _If, _Jf, _Kf, _Lf, _Mf, _Nf, _Of, _Pf, _Qf, _Rf, _Sf, _Tf, _Uf, _Vf, _Wf, _Xf, _Yf, _Zf, __f, _$f, _ag, _bg, _cg, _dg, _eg, _fg, _gg, _hg, _ig, _jg, _kg, _lg, _mg, _ng, _og, _pg, _qg, _rg, _sg, _tg, _ug, _vg, _wg, _xg, _yg, _zg, _Ag, _Bg, _Cg, _Dg, _Eg, _Fg, _Gg, _Hg, _Ig, _Jg, _Kg, _Lg, _Mg, _Ng, _Og, _Pg, _Qg, _Rg, _Sg, _Tg, _Ug, _Vg, _Wg, _Xg, _Yg, _Zg, __g, _$g, _ah, _bh, _ch, _dh, _eh, _fh, _gh, _hh, _ih, _jh, _kh, _lh, _mh, _nh, _oh, _ph, _qh, _rh, _sh, _th, _uh, _vh, _wh, _xh, _yh, _zh, _Ah, _Bh, _Ch, _Dh, _Eh, _Fh, _Gh, _Hh, _Ih, _Jh, _Kh, _Lh, _Mh, _Nh, _Oh, _Ph, _Qh, _Rh, _Sh, _Th, _Uh, _Vh, _Wh, _Xh, _Yh, _Zh, __h, _$h, _ai, _bi, _ci, _di, _ei, _fi, _gi, _hi, _ii, _ji, _ki, _li, _mi, _ni, _oi, _pi, _qi, _ri, _si, _ti, _ui, _vi, _wi, _xi, _yi, _zi, _Ai, _Bi, _Ci, _Di, _Ei, _Fi, _Gi, _Hi, _Ii, _Ji, _Ki, _Li, _Mi, _Ni, _Oi, _Pi, _Qi, _Ri, _Si, _Ti, _Ui, _Vi, _Wi, _Xi, _Yi, _Zi, __i, _$i, _aj, _bj, _cj, _dj, _ej, _fj, _gj, _hj, _ij, _jj, _kj, _lj, _mj, _nj, _oj, _pj, _qj, _rj, _sj, _tj, _uj, _vj, _wj, _xj, _yj, _zj, _Aj, _Bj, _Cj, _Dj, _Ej, _Fj, _Gj, _Hj, _Ij, _Jj, _Kj, _Lj, _Mj, _Nj, _Oj, _Pj, _Qj, _Rj, _Sj, _Tj, _Uj, _Vj, _Wj, _Xj, _Yj, _Zj, __j, _$j, _ak, _bk, _ck, _dk, _ek, _fk, _gk, _hk, _ik, _jk, _kk, _lk, _mk, _nk, _ok, _pk, _qk, _rk, _sk, _tk, _uk, _vk, _wk, _xk, _yk, _zk, _Ak, _Bk, _Ck, _Dk, _Ek, _Fk, _Gk, _Hk, _Ik, _Jk, _Kk, _Lk, _Mk, _Nk, _Ok, _Pk, _Qk, _Rk, _Sk, _Tk, _Uk, _Vk, _Wk, _Xk, _Yk, _Zk, __k, _$k, _al, _bl, _cl, _dl, _el, _fl, _gl, _hl, _il, _jl, _kl, _ll, _ml, _nl, _ol, _pl, _ql, _rl, _sl, _tl, _ul, _vl, _wl, _xl, _yl, _zl, _Al, _Bl, _Cl, _Dl, _El, _Fl, _Gl, _Hl, _Il, _Jl, _Kl, _Ll, _Ml, _Nl, _Ol, _Pl, _Ql, _Rl, _Sl, _Tl, _Ul, _Vl, _Wl, _Xl, _Yl, _Zl, __l, _$l, _am, _bm, _cm, _dm, _em, _fm, _gm, _hm, _im, _jm, _km, _lm, _mm, _nm, _om, _pm, _qm, _rm, _sm, _tm, _um, _vm, _wm, _xm, _ym, _zm, _Am, _Bm, _Cm, _Dm, _Em, _Fm, _Gm, _Hm, _Im, _Jm, _Km, _Lm, _Mm, _Nm, _Om, _Pm, _Qm, _Rm, _Sm, _Tm, _Um, _Vm, _Wm, _Xm, _Ym, _Zm, __m, _$m, _an, _bn, _cn, _dn, _en, _fn, _gn, _hn, _in, _jn, _kn, _ln, _mn, _nn, _on, _pn, _qn, _rn, _sn, _tn, _un, _vn, _wn, _xn, _yn, _zn, _An, _Bn, _Cn, _Dn, _En, _Fn, _Gn, _Hn, _In, _Jn, _Kn, _Ln, _Mn, _Nn, _On, _Pn, _Qn;
45
81
  return {
46
- spacinginputpaddingVerticalM: (0, import_scaleTool.wSacle)(typeof ((_a = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _a.spacingInputMd) === "number" ? (_b = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _b.spacingInputMd : 0),
47
- fontSizeDesktopTitleT23: (_c = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _c.fontSizeDesktopTitleT23,
48
- fontSizeDesktopContentC15: (_d = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _d.fontSizeDesktopContentC15,
49
- fontSizeDesktopContentC21: (_e = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _e.fontSizeDesktopContentC21,
50
- fontSizeDesktopTitleT21: (_f = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _f.fontSizeDesktopTitleT21,
51
- fontSizeDesktopTitleT15: (_g = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _g.fontSizeDesktopTitleT15,
52
- fontSizeDesktopContentC13: (_h = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _h.fontSizeDesktopContentC13,
53
- fontSizeDesktopContentC11: (_i = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _i.fontSizeDesktopContentC11,
54
- fontSizeDesktopContentC12: (_j = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _j.fontSizeDesktopContentC12,
55
- fontSizeDesktopContentC14: (_k = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _k.fontSizeDesktopContentC14,
56
- fontSizeDesktopTitleT1: (_l = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _l.fontSizeDesktopTitleT1,
57
- fontSizeDesktopTitleT32: (_m = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _m.fontSizeDesktopTitleT32,
58
- fontSizeDesktopTitleT41: (_n = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _n.fontSizeDesktopTitleT41,
59
- fontSizeDesktopContentC05: (_o = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _o.fontSizeDesktopContentC05,
60
- fontSizeDesktopContentC04: (_p = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _p.fontSizeDesktopContentC04,
61
- fontSizeDesktopTitleT7: (_q = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _q.fontSizeDesktopTitleT7,
62
- fontSizeDesktopTitleT8: (_r = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _r.fontSizeDesktopTitleT8,
63
- fontSizeDesktopTitleT2: (_s = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _s.fontSizeDesktopTitleT2,
64
- fontSizeDesktopTitleT5: (_t = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _t.fontSizeDesktopTitleT5,
65
- fontSizeDesktopTitleT3: (_u = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _u.fontSizeDesktopTitleT3,
66
- fontSizeDesktopTitleT4: (_v = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _v.fontSizeDesktopTitleT4,
67
- fontSizeDesktopTitleT10: (_w = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _w.fontSizeDesktopTitleT10,
68
- fontSizeMobileContentC04: (_x = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _x.fontSizeMobileContentC04,
69
- fontSizeMobileContentC05: (_y = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _y.fontSizeMobileContentC05,
70
- fontSizeMobileContentC11: (_z = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _z.fontSizeMobileContentC11,
71
- fontSizeMobileContentC12: (_A = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _A.fontSizeMobileContentC12,
72
- fontSizeMobileContentC13: (_B = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _B.fontSizeMobileContentC13,
73
- fontSizeMobileContentC14: (_C = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _C.fontSizeMobileContentC14,
74
- fontSizeMobileContentC15: (_D = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _D.fontSizeMobileContentC15,
75
- fontSizeMobileContentC21: (_E = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _E.fontSizeMobileContentC21,
76
- fontSizeMobileTitleT12: (_F = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _F.fontSizeMobileTitleT12,
77
- fontSizeMobileTitleT13: (_G = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _G.fontSizeMobileTitleT13,
78
- fontSizeMobileTitleT14: (_H = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _H.fontSizeMobileTitleT14,
79
- fontSizeMobileTitleT15: (_I = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _I.fontSizeMobileTitleT15,
80
- fontSizeMobileTitleT21: (_J = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _J.fontSizeMobileTitleT21,
81
- fontSizeMobileTitleT23: (_K = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _K.fontSizeMobileTitleT23,
82
- fontSizeMobileTitleT24: (_L = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _L.fontSizeMobileTitleT24,
83
- fontSizeMobileTitleT25: (_M = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _M.fontSizeMobileTitleT25,
84
- fontSizeMobileTitleT32: (_N = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _N.fontSizeMobileTitleT32,
85
- fontSizeMobileTitleT34: (_O = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _O.fontSizeMobileTitleT34,
86
- fontSizeMobileTitleT41: (_P = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _P.fontSizeMobileTitleT41,
87
- fontSizeMobileTitleT45: (_Q = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Q.fontSizeMobileTitleT45,
88
- fontSizeMobileNavigation: (_R = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _R.fontSizeMobileNavigation,
89
- sizingVoucherImage: (_S = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _S.sizingVoucherSm,
90
- sizingVoucherImageLg: (_T = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _T.sizingVoucherMd,
91
- sizingVoucherHeight: (_U = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _U.sizingVoucherSm,
92
- sizingVoucherHeightLg: (_V = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _V.sizingVoucherMd,
93
- sizingVoucherIcon: (_W = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _W.sizingIconGeneralXs,
94
- sizingVoucherIconLg: (_X = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _X.sizingIconGeneralSm,
95
- sizingRibbonIconBackground: (_Y = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Y.sizingIconGeneralLg,
96
- sizingRibbonIcon: (_Z = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Z.sizingIconGeneralSm,
97
- sizingDrawerImageFlag: (__ = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __.sizingImageXxs,
98
- sizingDrawerImageThumbnail: (_$ = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$.sizingImageLg,
99
- sizingDrawerHandle: (_aa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _aa.sizingIconGeneralXl,
100
- sizingInputIcon: (_ba = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ba.sizingIconUtilityXs,
101
- sizingInputIconLg: (_ca = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ca.sizingIconGeneralSm,
102
- sizingInputIconUtilityLg: (_da = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _da.sizingIconGeneralSm,
103
- sizingInputThumbnail: (_ea = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ea.sizingImageSm,
104
- sizingInputIconUtility: (_fa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fa.sizingIconUtilityXs,
105
- sizingInputImageFlag: (_ga = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ga.sizingImageXxs,
106
- sizingInputImageFlagLg: (_ha = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ha.sizingImageXs,
107
- sizingSearchInputIcon: (_ia = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ia.sizingIconUtilityXs,
108
- sizingSearchInputIconLg: (_ja = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ja.sizingIconGeneralSm,
109
- sizingSelectorThumbnail: (_ka = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ka.sizingImageSm,
110
- sizingSelectorVariant6Thumbnail: (_la = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _la.sizingImageMd,
111
- sizingToastIcon: (_ma = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ma.sizingIconUtilitySm,
112
- sizingToastTextHeight: (_na = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _na.sizingTextBoxSm,
113
- sizingTextLinkIconLeft: (_oa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oa.sizingIconGeneralSm,
114
- sizingTextLinkIconRight: (_pa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pa.sizingIconUtilityXs,
115
- sizingTextLinkIconRightLg: (_qa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qa.sizingIconUtilityXs2,
116
- sizingTagShort: (_ra = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ra.sizingTagSm,
117
- sizingTagTall: (_sa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sa.sizingTagMd,
118
- sizingTagTallLg: (_ta = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ta.sizingTagLg,
119
- sizingTabsIcon: (_ua = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ua.sizingIconGeneralSm,
120
- sizingStepperInner: (_va = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _va.sizingIconGeneralSm,
121
- sizingStepperOuter: (_wa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wa.sizingIconGeneralMd,
122
- sizingStepperOuterLg: (_xa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xa.sizingIconGeneralLg,
123
- sizingStepperInnerLg: (_ya = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ya.sizingIconGeneralMd,
124
- sizingPaginationIcon: (_za = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _za.sizingIconUtilitySm,
125
- sizingPaginationIconXs: (_Aa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Aa.sizingIconUtilityXs,
126
- sizingPaginationBackground: (_Ba = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ba.sizingIconGeneralMd,
127
- sizingPaginationBackgroundLg: (_Ca = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ca.sizingIconGeneralLg,
128
- sizingNotificationIcon: (_Da = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Da.sizingIconUtilitySm,
129
- sizingBottomNavigationIcon: (_Ea = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ea.sizingIconGeneralSm,
130
- sizingModalIcon: (_Fa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fa.sizingIconUtilitySm,
131
- sizingLocationPinDefault: (_Ga = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ga.sizingIconUtilitySm,
132
- sizingLocationPinActive: (_Ha = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ha.sizingIconUtilityLg,
133
- sizingButtonIcon: (_Ia = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ia.sizingIconGeneralSm,
134
- sizingListItemIconImage: (_Ja = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ja.sizingImageMd,
135
- sizingListItemIconIcon: (_Ka = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ka.sizingIconGeneralMd,
136
- sizingListItemIconIconStatus: (_La = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _La.sizingIconGeneralSm,
137
- sizingListItemImageImage: (_Ma = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ma.sizingImageXxl,
138
- sizingListItemImageIcon: (_Na = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Na.sizingIconGeneralXs,
139
- sizingListItemImageIconLg: (_Oa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oa.sizingIconGeneralXs2,
140
- sizingListItemImageThumbnail: (_Pa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pa.sizingImageLg,
141
- sizingListItemIcon: (_Qa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qa.sizingIconUtilityXs,
142
- sizingListItemIconLg: (_Ra = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ra.sizingIconUtilitySm,
143
- sizingCirclePatternVariant1: (_Sa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sa.sizingCirclePatternMd,
144
- sizingCirclePatternVariant1Lg: (_Ta = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ta.sizingCirclePatternLg,
145
- sizingCirclePatternVariant2: (_Ua = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ua.sizingCirclePatternXs,
146
- sizingCirclePatternVariant2Lg: (_Va = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Va.sizingCirclePatternSm,
147
- sizingCarouselIcon: (_Wa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wa.sizingIconUtilitySm,
148
- sizingCarouselIconBackground: (_Xa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xa.sizingIconUtilityLg,
149
- sizingBannerIcon: (_Ya = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ya.sizingIconSpotXs,
150
- sizingBannerIconLg: (_Za = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Za.sizingIconSpotLg,
151
- sizingBulletListIcon: (__a = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __a.sizingBullet,
152
- sizingBulletListIconSm: (_$a = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$a.sizingBulletSm,
153
- sizingAccordionIcon: (_ab = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ab.sizingIconUtilityXs,
154
- sizingAccordionIconLg: (_bb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bb.sizingIconUtilitySm,
155
- sizingCardIconSubtitle: (_cb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cb.sizingIconGeneralXs,
156
- sizingCardIconSubtitleLg: (_db = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _db.sizingIconGeneralXs2,
157
- sizingCardIconTitle: (_eb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _eb.sizingIconGeneralXs,
158
- sizingCardIconTitleLg: (_fb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fb.sizingIconGeneralSm,
159
- sizingCardThumbnailMd: (_gb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gb.sizingImageMd,
160
- sizingCardThumbnailLg: (_hb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hb.sizingImageLg,
161
- sizingCardThumbnailXl: (_ib = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ib.sizingImageXl,
162
- sizingCardColorListSm: (_jb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jb.sizingColorList,
163
- sizingCalendarDate: (_kb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kb.sizingTextBoxXs,
164
- sizingCalendarDay: (_lb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lb.sizingTextBoxXs,
165
- sizingChipIconClose: (_mb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mb.sizingIconUtilityXxs,
166
- sizingIconButtonIconMedium: (_nb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nb.sizingIconGeneralSm,
167
- sizingIconButtonIconSmall: (_ob = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ob.sizingIconGeneralXs,
168
- sizingDateTimePickerDate: (_pb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pb.sizingTextBoxXs,
169
- sizingDateTimePickerIcon: (_qb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qb.sizingIconUtilitySm,
170
- sizingDateTimePickerIconXs: (_rb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rb.sizingIconUtilityXs,
171
- sizingDateTimePickerDay: (_sb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sb.sizingTextBoxXs,
172
- sizingDateTimePickerTimeXs: (_tb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tb.sizingTextBoxXs,
173
- sizingDateTimePickerTime: (_ub = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ub.sizingTextBoxLg,
174
- sizingDateTimePickerDayXs: (_vb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vb.sizingTextBoxXxs,
175
- spacingVoucherListViewTextPaddingHorizontal: (_wb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wb.spacingGapMd,
176
- spacingVoucherListViewTextVerticalGap: (_xb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xb.spacingTextXs,
177
- spacingVoucherListViewTextPointsPaddingLeft: (_yb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yb.spacingTextXs,
178
- spacingVoucherListViewNoImageTextPaddingHorizontal: (_zb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zb.spacingGapMd,
179
- spacingVoucherListViewNoImageTextVerticalGap: (_Ab = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ab.spacingTextXs,
180
- spacingVoucherListViewNoImageCheckboxPaddingHorizontal: (_Bb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bb.spacingGapXxl,
181
- spacingRibbonHorizontalGap: (_Cb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cb.spacingGapSm,
182
- spacingVoucherGridViewPaddingHorizontal: (_Db = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Db.spacingGapMd,
183
- spacingVoucherGridViewPaddingVertical: (_Eb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Eb.spacingGapMd,
184
- spacingVoucherGridViewTextVerticalGap: (_Fb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fb.spacingTextXs,
185
- spacingVoucherGridViewTextHorizontalGap: (_Gb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gb.spacingTextXs,
186
- spacingVoucherGridViewLabelPaddingBottom: (_Hb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hb.spacingTextMd,
187
- spacingVoucherGridViewLabelPaddingTop: (_Ib = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ib.spacingTextXs,
188
- spacingDrawerPaddingHorizontal: (_Jb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jb.spacingGapMd,
189
- spacingDrawerPaddingBottom: (_Kb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kb.spacingGapLg,
190
- spacingDrawerPaddingTop: (_Lb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lb.spacingGapLg,
191
- spacingDrawerVerticalGap: (_Mb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mb.spacingGapMd,
192
- spacingDrawerListOptionPaddingVertical: (_Nb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nb.spacingGapSm,
193
- spacingDrawerListOptionPaddingHorizontal: (_Ob = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ob.spacingGapMd,
194
- spacingDrawerListOptionHorizontalGap: (_Pb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pb.spacingGapMd,
195
- spacingDrawerListVerticalGap: (_Qb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qb.spacingGapSm,
196
- spacingDrawerImageFlagPaddingRight: (_Rb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rb.spacingGapSm,
197
- spacingDrawerImageThumbnailPaddingRight: (_Sb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sb.spacingGapMd,
198
- spacingDrawerHeaderPaddingHorizontal: (_Tb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tb.spacingGapMd,
199
- spacingDrawerHeaderPaddingTop: (_Ub = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ub.spacingGapLg,
200
- spacingDrawerSearchPaddingHorizontal: (_Vb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vb.spacingGapMd,
201
- spacingDrawerLabelPaddingHorizontal: (_Wb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wb.spacingGapLg,
202
- spacingDrawerLabelPaddingVertical: (_Xb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xb.spacingGapMd,
203
- spacingDrawerHandlePaddingTop: (_Yb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yb.spacingGapSm,
204
- spacingDrawerHandlePaddingBottom: (_Zb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zb.spacingGapLg,
205
- spacingDrawerChipGroupVerticalGap: (__b = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __b.spacingGapMd,
206
- spacingDrawerChipGroupHorizontalGap: (_$b = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$b.spacingGapSm,
207
- spacingDrawerChipVerticalGap: (_ac = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ac.spacingGapMd,
208
- spacingDrawerChipPaddingBottom: (_bc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bc.spacingGapSm,
209
- spacingStickyFooterPaddingHorizontal: (_cc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cc.spacingGapMd,
210
- spacingStickyFooterPaddingVertical: (_dc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dc.spacingGapMd,
211
- spacingStickyFooterPaddingBottom: (_ec = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ec.spacingGapLg,
212
- spacingStickyFooterPaddingTop: (_fc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fc.spacingGapMd,
213
- spacingStickyFooterHorizontalGap: (_gc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gc.spacingGapMd,
214
- spacingStickyFooterVerticalGap: (_hc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hc.spacingGapSm,
215
- spacingStickyFooterTextLinkVerticalGap: (_ic = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ic.spacingGapMd,
216
- spacingInputPaddingVertical: (_jc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jc.spacingInputMd2,
217
- spacingInputPaddingVerticalLg: (_kc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kc.spacingInputMd3,
218
- spacingInputPaddingVerticalActive: (_lc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lc.spacingInputSm,
219
- spacingInputPaddingVerticalLgActive: (_mc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mc.spacingInputSm3,
220
- spacingInputPaddingHorizontal: (_nc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nc.spacingInputMd,
221
- spacingInputVerticalGap: (_oc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oc.spacingGapSm,
222
- spacingInputHorizontalGap: (_pc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pc.spacingTextSm,
223
- spacingInputTextHintMessagePaddingTop: (_qc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qc.spacingTextXs,
224
- spacingInputTextCounterPaddingTop: (_rc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rc.spacingTextXs,
225
- spacingInputTextCounterPaddingLeft: (_sc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sc.spacingTextMd,
226
- spacingInputTextLabelPaddingRight: (_tc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tc.spacingTextMd,
227
- spacingInputTextPointsPaddingHorizontal: (_uc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uc.spacingTextMd,
228
- spacingInputTextLinkPaddingLeft: (_vc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vc.spacingTextMd,
229
- spacingInputTextNumberPaddingHorizontal: (_wc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wc.spacingTextMd,
230
- spacingInputThumbnailPaddingLeft: (_xc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xc.spacingIconMd,
231
- spacingInputIconPaddingLeft: (_yc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yc.spacingIconMd,
232
- spacingInputIconPaddingRight: (_zc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zc.spacingGapSm,
233
- spacingInputListOptionsPaddingHorizontal: (_Ac = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ac.spacingInputMd,
234
- spacingInputListOptionsPaddingVertical: (_Bc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bc.spacingInputSm,
235
- spacingInputListOptionsHorizontalGap: (_Cc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cc.spacingGapMd,
236
- spacingInputListOptionsVerticalGap: (_Dc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dc.spacingInputMd,
237
- spacingInputOptionsPaddingVertical: (_Ec = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ec.spacingInputSm,
238
- spacingInputImageFlagPaddingRight: (_Fc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fc.spacingInputSm,
239
- spacingSearchInputPaddingVertical: (_Gc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gc.spacingInputSm2,
240
- spacingSearchInputPaddingVerticalLg: (_Hc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hc.spacingInputSm3,
241
- spacingSearchInputVerticalGap: (_Ic = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ic.spacingGapSm,
242
- spacingSearchInputPaddingHorizontal: (_Jc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jc.spacingInputMd,
243
- spacingSearchInputIconPaddingRight: (_Kc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kc.spacingGapSm,
244
- spacingSearchInputIconPaddingLeft: (_Lc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lc.spacingGapMd,
245
- spacingSearchInputResultLabelPaddingHorizontal: (_Mc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mc.spacingGapMd,
246
- spacingSearchInputResultListPaddingLeft: (_Nc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nc.spacingGapXxl,
247
- spacingSearchInputResultListPaddingRight: (_Oc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oc.spacingGapMd,
248
- spacingSearchInputResultPaddingVertical: (_Pc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pc.spacingInputSm,
249
- spacingFileInputTextLabelPaddingBottom: (_Qc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qc.spacingInputXs,
250
- spacingFileInputTextVerticalGap: (_Rc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rc.spacingInputSm,
251
- spacingFileInputTextLinkPaddingBottom: (_Sc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sc.spacingInputXs,
252
- spacingFileInputTextLinkPaddingLeft: (_Tc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tc.spacingInputMd,
253
- spacingRatingIconHorizontalGap: (_Uc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uc.spacingIconXs,
254
- spacingRatingHorizontalGap: (_Vc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vc.spacingGapSm,
255
- spacingSelectorPaddingHorizontal: (_Wc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wc.spacingGapMd,
256
- spacingSelectorPaddingVertical: (_Xc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xc.spacingGapMd,
257
- spacingSelectorVerticalGap: (_Yc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yc.spacingGapMd,
258
- spacingSelectorHorizontalGap: (_Zc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zc.spacingGapMd,
259
- spacingSelectorVariant6PaddingHorizontal: (__c = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __c.spacingGapSm,
260
- spacingSelectorVariant6VerticalGap: (_$c = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$c.spacingGapXs,
261
- spacingSelectorVariant6SubtitlePaddingTop: (_ad = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ad.spacingTextXs,
262
- spacingSelectorThumbnailPaddingLeft: (_bd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bd.spacingIconMd,
263
- spacingSelectorVariant7PaddingHorizontal: (_cd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cd.spacingGapSm,
264
- spacingSelectorTextUnavailablePaddingTop: (_dd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dd.spacingTextXs,
265
- spacingSelectorTextSubtitlePaddingTop: (_ed = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ed.spacingTextXs,
266
- spacingSelectorTextPointsPaddingLeft: (_fd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fd.spacingTextMd,
267
- spacingSelectorTextTagPaddingLeft: (_gd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gd.spacingTextSm,
268
- spacingToastHorizontalGap: (_hd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hd.spacingGapMd,
269
- spacingToastPaddingHorizontal: (_id = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _id.spacingGapMd,
270
- spacingToastPaddingVertical: (_jd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jd.spacingGapMd,
271
- spacingToastPaddingHorizontalLg: (_kd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kd.spacingGapLg,
272
- spacingToastPaddingVerticalLg: (_ld = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ld.spacingGapLg,
273
- spacingTextLinkHorizontalGap: (_md = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _md.spacingGapSm,
274
- spacingTagPaddingHorizontal: (_nd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nd.spacingGapMd,
275
- spacingTabsVerticalGap: (_od = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _od.spacingGapSm,
276
- spacingTabsPaddingHorizontal: (_pd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pd.spacingGapLg,
277
- spacingTabsIconVerticalGap: (_qd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qd.spacingIconXs,
278
- spacingTablePaddingHorizontal: (_rd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rd.spacingGapMd,
279
- spacingTablePaddingHorizontalLg: (_sd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sd.spacingGapLg,
280
- spacingTableCellPaddingVertical: (_td = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _td.spacingGapSm,
281
- spacingTableCellPaddingVerticalLg: (_ud = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ud.spacingGapLg,
282
- spacingTableCellHorizontalGap: (_vd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vd.spacingGapMd,
283
- spacingPaginationHorizontalGapSm: (_wd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wd.spacingGapMd,
284
- spacingPaginationHorizontalGapLg: (_xd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xd.spacingGapLg,
285
- spacingPaginationIconPaddingHorizontal: (_yd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yd.spacingGapSm2,
286
- spacingPaginationIconPaddingHorizontalLg: (_zd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zd.spacingGapSm,
287
- spacingPaginationIconHorizontalGap: (_Ad = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ad.spacingGapMd,
288
- spacingPaginationIconHorizontalGapLg: (_Bd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bd.spacingGapSm,
289
- spacingPaginationIconPaddingVertical: (_Cd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cd.spacingGapSm2,
290
- spacingPaginationIconPaddingVerticalLg: (_Dd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dd.spacingGapSm,
291
- spacingPaginationTextInputHorizontalGap: (_Ed = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ed.spacingGapSm,
292
- spacingNumberedListHorizontalGap: (_Fd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fd.spacingGapSm,
293
- spacingNumberedListHorizontalGapXs: (_Gd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gd.spacingGapXs,
294
- spacingNumberedListVerticalGap: (_Hd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hd.spacingGapSm,
295
- spacingNotificationPaddingHorizontal: (_Id = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Id.spacingGapMd,
296
- spacingNotificationPaddingVertical: (_Jd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jd.spacingGapMd,
297
- spacingNotificationVerticalGap: (_Kd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kd.spacingGapSm,
298
- spacingNotificationHorizontalGap: (_Ld = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ld.spacingGapSm,
299
- spacingNotificationPaddingHorizontalLg: (_Md = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Md.spacingGapLg,
300
- spacingNotificationPaddingVerticalLg: (_Nd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nd.spacingGapLg,
301
- spacingNotificationTextLinkPaddingTop: (_Od = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Od.spacingTextSm,
302
- spacingTopNavigationPaddingHorizontal: (_Pd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pd.spacingGapSm,
303
- spacingTopNavigationPaddingBottom: (_Qd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qd.spacingGapSm,
304
- spacingTopNavigationHorizontalGap: (_Rd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rd.spacingGapMd,
305
- spacingTopNavigationIconButtonHorizontalGap: (_Sd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sd.spacingIconSm,
306
- spacingTopNavigationTextLinkPaddingRight: (_Td = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Td.spacingIconSm,
307
- spacingTopNavigationTitlePaddingVertical: (_Ud = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ud.spacingIconSm,
308
- spacingBottomNavigationPaddingVertical: (_Vd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vd.spacingGapSm,
309
- spacingBottomNavigationPaddingHorizontal: (_Wd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wd.spacingGapSm,
310
- spacingModalPaddingHorizontal: (_Xd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xd.spacingGapMd,
311
- spacingModalCardVerticalGap: (_Yd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yd.spacingGapMd,
312
- spacingModalCardPaddingHorizontal: (_Zd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zd.spacingGapLg,
313
- spacingModalCardPaddingTop: (__d = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __d.spacingGapLg,
314
- spacingModalCardPaddingBottom: (_$d = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$d.spacingGapXl,
315
- spacingModalCardPaddingHorizontalLg: (_ae = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ae.spacingGapXl,
316
- spacingModalCardPaddingHorizontalSm: (_be = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _be.spacingGapXl,
317
- spacingModalCardPaddingTopLg: (_ce = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ce.spacingGapXl,
318
- spacingModalCardPaddingTopSm: (_de = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _de.spacingGapXl,
319
- spacingModalCardPaddingBottomLg: (_ee = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ee.spacingGapXxl,
320
- spacingModalCardPaddingBottomSm: (_fe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fe.spacingGapXxl,
321
- spacingModalIconPaddingLeft: (_ge = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ge.spacingIconMd,
322
- spacingModalButtonPaddingTop: (_he = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _he.spacingGapSm,
323
- spacingModalButtonStickyPaddingHorizontal: (_ie = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ie.spacingGapLg,
324
- spacingModalButtonStickyPaddingVertical: (_je = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _je.spacingGapLg,
325
- spacingButtonIconPaddingVerticalLg: (_ke = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ke.spacingIconXxs,
326
- spacingButtonPaddingHorizontal: (_le = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _le.spacingGapLg,
327
- spacingButtonPaddingVertical: (_me = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _me.spacingGapSm,
328
- spacingButtonMiniPaddingHorizontal: (_ne = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ne.spacingGapMd,
329
- spacingButtonMiniPaddingVertical: (_oe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oe.spacingGapXs,
330
- spacingDividerHorizontalGap: (_pe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pe.spacingGapMd,
331
- spacingListItemTextPaddingHorizontal: (_qe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qe.spacingTextMd,
332
- spacingListItemIconStatusPaddingRight: (_re = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _re.spacingGapMd,
333
- spacingListItemLinkPaddingRight: (_se = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _se.spacingGapMd,
334
- spacingListItemTogglePaddingRight: (_te = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _te.spacingGapMd,
335
- spacingListItemButtonPaddingLeft: (_ue = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ue.spacingGapSm,
336
- spacingListItemIconPaddingLeft: (_ve = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ve.spacingIconSm,
337
- spacingListItemImagePaddingRight: (_we = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _we.spacingImageMd,
338
- spacingListItemIconImagePaddingVertical: (_xe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xe.spacingImageMd,
339
- spacingListItemIconImagePaddingHorizontal: (_ye = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ye.spacingImageMd,
340
- spacingListItemIconIconPaddingVertical: (_ze = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ze.spacingIconLg,
341
- spacingListItemIconIconPaddingHorizontal: (_Ae = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ae.spacingIconLg,
342
- spacingListItemImageIconPaddingRight: (_Be = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Be.spacingIconXs,
343
- spacingListItemImagePointsPaddingTop: (_Ce = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ce.spacingIconXs,
344
- spacingHeroBannerIndicatorPaddingBottom: (_De = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _De.spacingGapMd,
345
- spacingHeroBannerIndicatorHorizontalGap: (_Ee = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ee.spacingGapSm,
346
- spacingHeroBannerTextPaddingHorizontal: (_Fe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fe.spacingGapLg,
347
- spacingCirclePatternVariant1TextPaddingTop: (_Ge = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ge.spacingTextMd,
348
- spacingCirclePatternVariant1VerticalGap: (_He = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _He.spacingGapXxl,
349
- spacingCirclePatternVariant2TextPaddingLeft: (_Ie = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ie.spacingTextMd,
350
- spacingCirclePatternVariant2VerticalGap: (_Je = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Je.spacingGapLg,
351
- spacingCirclePatternVariant2VerticalGapLg: (_Ke = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ke.spacingGapXl,
352
- spacingCirclePatternVariant2HorizontalGapLg: (_Le = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Le.spacingGapXxxl,
353
- spacingCarouselIndicatorPaddingTop: (_Me = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Me.spacingGapSm,
354
- spacingCarouselIndicatorHorizontalGap: (_Ne = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ne.spacingGapSm,
355
- spacingCarouselIndicatorPaddingTopLg: (_Oe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oe.spacingGapMd,
356
- spacingCarouselPaddingTop: (_Pe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pe.spacingGapXxl,
357
- spacingCarouselPaddingHorizontal: (_Qe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qe.spacingGapLg,
358
- spacingCarouselPaddingHorizontalLg: (_Re = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Re.spacingGapXl,
359
- spacingCarouselTextVerticalGap: (_Se = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Se.spacingGapMd,
360
- spacingBannerPaddingTop: (_Te = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Te.spacingGapXl,
361
- spacingBannerPaddingBottom: (_Ue = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ue.spacingGapXl,
362
- spacingBannerPaddingHorizontal: (_Ve = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ve.spacingGapLg,
363
- spacingBannerVerticalGap: (_We = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _We.spacingGapSm,
364
- spacingBannerVerticalGapLg: (_Xe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xe.spacingGapMd,
365
- spacingBannerButtonPaddingTop: (_Ye = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ye.spacingGapSm,
366
- spacingBreadcrumbsHorizontalGap: (_Ze = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ze.spacingGapSm,
367
- spacingBreadcrumbsDividerPaddingRight: (__e = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __e.spacingGapSm,
368
- spacingBulletListHorizontalGapSm: (_$e = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$e.spacingGapSm,
369
- spacingBulletListHorizontalGap: (_af = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _af.spacingGapSm2,
370
- spacingBulletListPaddingLeft: (_bf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bf.spacingGapSm,
371
- spacingBulletListVerticalGap: (_cf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cf.spacingGapSm,
372
- spacingBulletListIconPaddingTopXs: (_df = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _df.spacingBulletXs,
373
- spacingBulletListIconPaddingTopSm: (_ef = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ef.spacingBulletSm,
374
- spacingBulletListIconPaddingTopMd: (_ff = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ff.spacingBulletMd,
375
- spacingAccordionHorizontalGap: (_gf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gf.spacingGapMd,
376
- spacingAccordionTitlePaddingVertical: (_hf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hf.spacingTextMd,
377
- spacingAccordionBodyPaddingBottom: (_if = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _if.spacingTextMd,
378
- spacingAccordionIconPaddingTop: (_jf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jf.spacingIconXs,
379
- spacingCardTitleImagePaddingRight: (_kf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kf.spacingGapMd,
380
- spacingCardPaddingHorizontal: (_lf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lf.spacingGapMd,
381
- spacingCardPaddingVertical: (_mf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mf.spacingGapMd,
382
- spacingCardPaddingBottom: (_nf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nf.spacingGapMd,
383
- spacingCardButtonPaddingLeft: (_of = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _of.spacingGapMd,
384
- spacingCardTagPaddingBottom: (_pf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pf.spacingGapSm,
385
- spacingCardTitleVerticalGap: (_qf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qf.spacingGapSm,
386
- spacingCardTitleHorizontalGap: (_rf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rf.spacingGapMd,
387
- spacingCardTitleHorizontalGapXs: (_sf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sf.spacingGapXs,
388
- spacingCalendarMonthPaddingVertical: (_tf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tf.spacingGapMd,
389
- spacingCalendarMonthPaddingBottomLg: (_uf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uf.spacingGapSm,
390
- spacingCalendarDayPaddingVertical: (_vf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vf.spacingGapMd,
391
- spacingCalendarPaddingVerticalLg: (_wf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wf.spacingGapMd,
392
- spacingCalendarPaddingHorizontalLg: (_xf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xf.spacingGapMd,
393
- spacingCalendarPaddingHorizontal: (_yf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yf.spacingGapLg,
394
- spacingCalendarDatesVerticalGap: (_zf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zf.spacingGapSm,
395
- spacingCalendarButtonPaddingLeft: (_Af = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Af.spacingGapLg,
396
- spacingChipPaddingHorizontal: (_Bf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bf.spacingGapMd,
397
- spacingChipPaddingVertical: (_Cf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cf.spacingGapXs,
398
- spacingChipTextLinkPaddingVertical: (_Df = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Df.spacingGapXs,
399
- spacingChipTextLinkPaddingHorizontal: (_Ef = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ef.spacingGapSm,
400
- spacingIconButtonPaddingHorizontal: (_Ff = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ff.spacingGapSm,
401
- spacingIconButtonHorizontalGap: (_Gf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gf.spacingGapSm,
402
- spacingIconButtonPaddingVertical: (_Hf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hf.spacingGapSm,
403
- spacingIconButtonPaddingHorizontalSm: (_If = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _If.spacingGapXs,
404
- spacingIconButtonHorizontalGapSm: (_Jf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jf.spacingGapMd,
405
- spacingIconButtonPaddingVerticalSm: (_Kf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kf.spacingGapXs,
406
- spacingCardIconListHorizontalGap: (_Lf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lf.spacingGapSm,
407
- spacingCardFooterVerticalGap: (_Mf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mf.spacingGapMd,
408
- spacingCardFooterHorizontalGap: (_Nf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nf.spacingGapMd,
409
- spacingCardBodyVerticalGap: (_Of = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Of.spacingGapSm,
410
- spacingSwimlaneHorizontalGapSm: (_Pf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pf.spacingGapSm,
411
- spacingSwimlaneHorizontalGapMd: (_Qf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qf.spacingGapMd,
412
- spacingDateTimePickerMonthPaddingBottom: (_Rf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rf.spacingGapSm,
413
- spacingDateTimePickerPaddingTop: (_Sf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sf.spacingGapMd,
414
- spacingDateTimePickerPaddingBottom: (_Tf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tf.spacingGapMd,
415
- spacingDateTimePickerPaddingHorizontal: (_Uf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uf.spacingGapMd,
416
- spacingDateTimePickerVerticalGap: (_Vf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vf.spacingGapMd,
417
- spacingDateTimePickerButtonPaddingLeft: (_Wf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wf.spacingGapLg,
418
- spacingDateTimePickerTimePaddingVertical: (_Xf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xf.spacingGapSm,
419
- spacingDateTimePickerTimePaddingBottom: (_Yf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yf.spacingGapSm,
420
- spacingDateTimePickerYearPaddingVertical: (_Zf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zf.spacingGapSm,
421
- spacingRadioInputVerticalGap: (__f = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __f.spacingGapMd,
422
- spacingRadioInputHorizontalGap: (_$f = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$f.spacingGapMd,
423
- spacingCardColorListHorizontalGap: (_ag = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ag.spacingGapXs,
424
- spacingCoachmarkVerticalGap: (_bg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bg.spacingGapSm,
425
- spacingCoachmarkPaddingHorizontal: (_cg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cg.spacingGapMd,
426
- spacingCoachmarkPaddingVertical: (_dg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dg.spacingGapMd,
427
- spacingCoachmarkIndicatorPaddingLeft: (_eg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _eg.spacingGapSm2,
428
- spacingCoachmarkIndicatorPaddingRight: (_fg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fg.spacingGapSm2,
429
- colorVoucherBackground: (_gg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gg.colorBackgroundStandard,
430
- colorVoucherBackgroundRedeemed: (_hg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hg.colorBackgroundDisabled,
431
- colorVoucherTextTitle: (_ig = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ig.colorTextNeutral,
432
- colorVoucherTextSubtitle: (_jg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jg.colorTextSubtle,
433
- colorVoucherTextPoints: (_kg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kg.colorTextNeutral,
434
- colorVoucherTextPointsRedeemed: (_lg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lg.colorTextSubtle,
435
- colorVoucherTextTitleRedeemed: (_mg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mg.colorTextNeutral,
436
- colorVoucherTextSubtitleRedeemed: (_ng = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ng.colorTextSubtle,
437
- colorVoucherTextSubtitleExpiring: (_og = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _og.colorTextAlert,
438
- colorVoucherTextPointsStrikethrough: (_pg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pg.colorTextStrikethrough,
439
- colorVoucherIcon: (_qg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qg.colorIconSubtle,
440
- colorRibbonIconBackgroundPrimary: (_rg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rg.colorRibbonPrimary2,
441
- colorRibbonIconBackgroundSecondary: (_sg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sg.colorRibbonSecondary2,
442
- colorRibbonIconPrimary: (_tg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tg.colorRibbonPrimary3,
443
- colorRibbonIconSecondary: (_ug = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ug.colorRibbonSecondary,
444
- colorRibbonTextPrimary: (_vg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vg.colorRibbonPrimary,
445
- colorRibbonTextPrimaryDark: (_wg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wg.colorRibbonPrimaryDark,
446
- colorRibbonTextSecondary: (_xg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xg.colorRibbonSecondary,
447
- colorRibbonTextSecondaryDark: (_yg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yg.colorRibbonSecondaryDark,
448
- colorDrawerBackgroundOverlay: (_zg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zg.colorBackgroundOverlay,
449
- colorDrawerBackgroundStandard: (_Ag = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ag.colorBackgroundStandard,
450
- colorDrawerBackgroundSelected: (_Bg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bg.colorBackgroundSelected,
451
- colorDrawerBackgroundLabel: (_Cg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cg.colorBackgroundSubtle,
452
- colorDrawerTextHeader: (_Dg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dg.colorTextNeutral,
453
- colorDrawerTextHint: (_Eg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Eg.colorTextLabel,
454
- colorDrawerTextTitlePinned: (_Fg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fg.colorTextNeutral,
455
- colorDrawerTextTitle: (_Gg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gg.colorTextNeutral,
456
- colorDrawerTextSubtitle: (_Hg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hg.colorTextSubtle,
457
- colorDrawerTextStrikethrough: (_Ig = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ig.colorTextStrikethrough,
458
- colorDrawerTextLabel: (_Jg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jg.colorTextLabel,
459
- colorDrawerTextError: (_Kg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kg.colorTextAlert,
460
- colorDrawerTextLink: (_Lg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lg.colorTextLink,
461
- colorDrawerIcon: (_Mg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mg.colorIconSubtle,
462
- colorDrawerHandle: (_Ng = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ng.colorIconWeak,
463
- colorButtonSecondaryBorderInverse: (_Og = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Og.colorBorderCtaInverse,
464
- colorButtonSecondaryBorder: (_Pg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pg.colorBorderCta,
465
- colorButtonIconPrimary: (_Qg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qg.colorIconCta,
466
- colorButtonIconPrimaryInverse: (_Rg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rg.colorIconCtaInverse,
467
- colorButtonIconSecondaryInverse: (_Sg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sg.colorIconCtaInverse,
468
- colorButtonIconSecondary: (_Tg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tg.colorIconCta,
469
- colorButtonIconSuccess: (_Ug = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ug.colorIconInverse,
470
- colorButtonTextPrimary: (_Vg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vg.colorTextCtaInverse,
471
- colorButtonTextSecondary: (_Wg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wg.colorTextCta,
472
- colorButtonTextPrimaryInverse: (_Xg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xg.colorTextCta,
473
- colorButtonTextSecondaryInverse: (_Yg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yg.colorTextCtaInverse,
474
- colorButtonBackgroundPrimary: (_Zg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zg.colorBackgroundCta,
475
- colorButtonBackgroundPrimaryInverse: (__g = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __g.colorBackgroundCtaInverse,
476
- colorButtonBackgroundPrimaryPressed: (_$g = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$g.colorBackgroundCtaPressed,
477
- colorButtonBackgroundPrimaryInversePressed: (_ah = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ah.colorBackgroundCtaInversePressed,
478
- colorButtonBackgroundSuccess: (_bh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bh.colorBackgroundCtaSuccess,
479
- colorStickyFooterText: (_ch = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ch.colorTextNeutral,
480
- colorStickyFooterText2: (_dh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dh.colorRibbonPrimary,
481
- colorStickyFooterPrice: (_eh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _eh.colorTextNeutral,
482
- colorStickyFooterPriceStrikethrough: (_fh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fh.colorTextStrikethrough,
483
- colorStickyFooterBorderTop: (_gh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gh.colorBorderWeak,
484
- colorStickyFooterBackground: (_hh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hh.colorBackgroundStandard,
485
- colorInputBackground: (_ih = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ih.colorBackgroundStandard,
486
- colorInputBackgroundHaze: (_jh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jh.colorBackgroundSubtle,
487
- colorInputBackgroundSelected: (_kh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kh.colorBackgroundSelected,
488
- colorInputBackgroundHover: (_lh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lh.colorBackgroundHover,
489
- colorInputBorderActive: (_mh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mh.colorBorderActive,
490
- colorInputBorderError: (_nh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nh.colorBorderError,
491
- colorInputBorderStandard: (_oh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oh.colorBorderStandard,
492
- colorInputTextLabel: (_ph = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ph.colorTextNeutral,
493
- colorInputTextHintMessage: (_qh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qh.colorTextNeutral,
494
- colorInputTextLabelActive: (_rh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rh.colorTextLabel,
495
- colorInputTextPlaceholder: (_sh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sh.colorTextLabel,
496
- colorInputTextActive: (_th = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _th.colorTextNeutral,
497
- colorInputTextLink: (_uh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uh.colorTextLink,
498
- colorInputTextError: (_vh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vh.colorTextAlert,
499
- colorInputTextCounter: (_wh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wh.colorTextLabel,
500
- colorInputTextSuccess: (_xh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xh.colorTextSuccess,
501
- colorInputTextLoading: (_yh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yh.colorTextDisabled,
502
- colorInputTextOptions: (_zh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zh.colorTextNeutral,
503
- colorInputTextSearchString: (_Ah = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ah.colorTextNeutral,
504
- colorInputTextNonsearchString: (_Bh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bh.colorTextLabel,
505
- colorInputTextNumber: (_Ch = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ch.colorTextNeutral,
506
- colorInputTextDocumentName: (_Dh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dh.colorTextNeutral,
507
- colorInputIconLoader: (_Eh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Eh.colorIconLoader,
508
- colorInputIconSuccess: (_Fh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fh.colorIconSuccess,
509
- colorInputIconInverse: (_Gh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gh.colorIconInverse,
510
- colorInputIconBackgroundActive: (_Hh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hh.colorIconCta,
511
- colorInputIconStandard: (_Ih = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ih.colorIconSubtle,
512
- colorInputIconBackgroundDisabled: (_Jh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jh.colorIconDisabled,
513
- colorSearchInputBackground: (_Kh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kh.colorBackgroundStandard,
514
- colorSearchInputBackgroundHaze: (_Lh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lh.colorBackgroundSubtle,
515
- colorSearchInputBackgroundHover: (_Mh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mh.colorBackgroundHover,
516
- colorSearchInputBorderActive: (_Nh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nh.colorBorderActive,
517
- colorSearchInputBorderStandard: (_Oh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oh.colorBorderStandard,
518
- colorSearchInputTextPlaceholder: (_Ph = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ph.colorTextLabel,
519
- colorSearchInputTextLabel: (_Qh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qh.colorTextLabel,
520
- colorSearchInputTextActive: (_Rh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rh.colorTextNeutral,
521
- colorSearchInputTextResults: (_Sh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sh.colorTextNeutral,
522
- colorSearchInputIconLoader: (_Th = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Th.colorIconLoader,
523
- colorSearchInputIconStandard: (_Uh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uh.colorIconSubtle,
524
- colorToggleOn: (_Vh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vh.colorToggleActiveWeak,
525
- colorToggleBaseActive: (_Wh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wh.colorToggleActiveStrong,
526
- colorToggleOff: (_Xh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xh.colorToggleInactiveWeak,
527
- colorToggleBase: (_Yh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yh.colorToggleInactiveStrong,
528
- colorToggleIndicatorHover: (_Zh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zh.colorToggleIndicator,
529
- colorRatingText: (__h = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __h.colorTextLabel,
530
- colorRatingIconActive: (_$h = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$h.colorIconRating,
531
- colorRatingIconBase: (_ai = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ai.colorIconDisabled,
532
- colorCheckboxInputBorderError: (_bi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bi.colorBorderError,
533
- colorCheckboxInputBorderStandard: (_ci = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ci.colorBorderStandard,
534
- colorCheckboxInputBorderHover: (_di = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _di.colorBorderActive,
535
- colorCheckboxInputBackgroundStandard: (_ei = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ei.colorBackgroundStandard,
536
- colorCheckboxInputBackgroundActive: (_fi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fi.colorBackgroundActive,
537
- colorRadioInputBackgroundStandard: (_gi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gi.colorBackgroundStandard,
538
- colorRadioInputBackgroundActive: (_hi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hi.colorBackgroundActive,
539
- colorRadioInputBorderError: (_ii = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ii.colorBorderError,
540
- colorRadioInputBorderStandard: (_ji = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ji.colorBorderStandard,
541
- colorRadioInputBorderHover: (_ki = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ki.colorBorderActive,
542
- colorSelectorBackground: (_li = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _li.colorBackgroundStandard,
543
- colorSelectorBackgroundSubtle: (_mi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mi.colorBackgroundSubtle,
544
- colorSelectorBorderActive: (_ni = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ni.colorBorderActive,
545
- colorSelectorBorderStandard: (_oi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oi.colorBorderStandard,
546
- colorSelectorBorderDisabled: (_pi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pi.colorBorderDisabled,
547
- colorSelectorTextTitle: (_qi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qi.colorTextNeutral,
548
- colorSelectorTextBody: (_ri = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ri.colorTextNeutral,
549
- colorSelectorTextPrice: (_si = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _si.colorTextNeutral,
550
- colorSelectorTextSubtitle: (_ti = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ti.colorTextSubtle,
551
- colorSelectorTextStrikethrough: (_ui = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ui.colorTextStrikethrough,
552
- colorSelectorTextDisabled: (_vi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vi.colorTextDisabled,
553
- colorSelectorTextUnavailable: (_wi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wi.colorTextNeutral,
554
- colorSelectorColorIndicatorBorderInner: (_xi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xi.colorBorderWeak,
555
- colorSelectorColorIndicatorBorderOuter: (_yi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yi.colorBorderStandard,
556
- colorSelectorColorIndicatorStrikeout: (_zi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zi.colorBorderStrikeout,
557
- colorSelectorColorIndicatorStrikeoutInverse: (_Ai = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ai.colorBorderStrikeoutInverse,
558
- colorToastTextInverse: (_Bi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bi.colorTextInverse,
559
- colorToastIconAlert: (_Ci = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ci.colorIconAlertInverse,
560
- colorToastIconSuccess: (_Di = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Di.colorIconSuccess,
561
- colorToastIconPending: (_Ei = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ei.colorIconPending,
562
- colorToastTextLinkInverse: (_Fi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fi.colorTextLinkInverse,
563
- colorToastBackground: (_Gi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gi.colorBackgroundDark,
564
- colorTextLinkText: (_Hi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hi.colorTextLink,
565
- colorTextLinkTextInverse: (_Ii = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ii.colorTextLinkInverse,
566
- colorTextLinkHeaderStandard: (_Ji = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ji.colorTextSubtle,
567
- colorTextLinkHeaderStandardInverse: (_Ki = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ki.colorTextInverse,
568
- colorTextLinkHeaderHover: (_Li = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Li.colorTextHeaderHighlight,
569
- colorTextLinkHeaderHoverInverse: (_Mi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mi.colorTextHeaderHighlightInverse,
570
- colorTextLinkHeaderActive: (_Ni = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ni.colorTextHeaderHighlight,
571
- colorTextLinkHeaderActiveInverse: (_Oi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oi.colorTextHeaderHighlightInverse,
572
- colorTextLinkHeaderActiveMain: (_Pi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pi.colorTextHeaderActive,
573
- colorTextLinkIcon: (_Qi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qi.colorIconLink,
574
- colorTextLinkIconInverse: (_Ri = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ri.colorIconLinkInverse,
575
- colorTagText: (_Si = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Si.colorTextInverse,
576
- colorTagBackgroundPrimary: (_Ti = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ti.colorTagPrimary,
577
- colorTagBackgroundSecondary: (_Ui = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ui.colorTagSecondary,
578
- colorTabsTextTitle: (_Vi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vi.colorTextLink,
579
- colorTabsTextTitleInverse: (_Wi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wi.colorTextCtaInverse,
580
- colorTabsTextSubtitle: (_Xi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xi.colorTextLink,
581
- colorTabsTextSubtitleInverse: (_Yi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yi.colorTextCtaInverse,
582
- colorTabsTextTitleInactive: (_Zi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zi.colorTextSubtle,
583
- colorTabsTextTitleInverseInactive: (__i = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __i.colorTextSubtleInverse,
584
- colorTabsTextSubtitleInactive: (_$i = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$i.colorTextSubtle,
585
- colorTabsTextSubtitleInverseInactive: (_aj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _aj.colorTextSubtleInverse,
586
- colorTabsBorderActive: (_bj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bj.colorBorderActive,
587
- colorTabsBorderActiveInverse: (_cj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cj.colorBorderActiveInverse,
588
- colorTabsBorderInactive: (_dj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dj.colorBorderWeak,
589
- colorTabsBorderInactiveInverse: (_ej = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ej.colorBorderWeakInverse,
590
- colorTabsIconActive: (_fj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fj.colorIconLink,
591
- colorTabsIconActiveInverse: (_gj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gj.colorIconCtaInverse,
592
- colorTabsIconInactive: (_hj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hj.colorIconSubtle,
593
- colorTabsIconInactiveInverse: (_ij = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ij.colorIconSubtleInverse,
594
- colorTableText: (_jj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jj.colorTextNeutral,
595
- colorTableBackground: (_kj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kj.colorBackgroundStandard,
596
- colorTableCellHover: (_lj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lj.colorBackgroundHover,
597
- colorTableCellSelected: (_mj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mj.colorBackgroundSelected,
598
- colorStepperTextInactive: (_nj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nj.colorTextLabel,
599
- colorStepperTextActive: (_oj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oj.colorTextInverse,
600
- colorStepperTextLabel: (_pj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pj.colorTextSubtle,
601
- colorStepperBackgroundActive: (_qj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qj.colorBackgroundActive,
602
- colorStepperBackgroundInactive: (_rj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rj.colorIconInactive,
603
- colorStepperBackgroundSuccess: (_sj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sj.colorIconActive,
604
- colorStepperIconSuccess: (_tj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tj.colorIconInverse,
605
- colorStepperBorderActive: (_uj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uj.colorBorderActive,
606
- colorStepperConnectorSuccess: (_vj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vj.colorBorderStrong,
607
- colorStepperConnectorInactive: (_wj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wj.colorBorderWeak,
608
- colorStepperTextNeutral: (_xj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xj.colorTextNeutral,
609
- colorStepperTextLabel2: (_yj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yj.colorTextLabel,
610
- colorStepperBackgroundActiveWeak: (_zj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zj.colorBackgroundActiveWeak,
611
- colorPaginationText: (_Aj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Aj.colorTextNeutral,
612
- colorPaginationIcon: (_Bj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bj.colorIconSubtle,
613
- colorPaginationBackgroundHover: (_Cj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cj.colorBackgroundHover,
614
- colorNumberedListText: (_Dj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dj.colorTextNeutral,
615
- colorTopNavigationTitleStandard: (_Ej = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ej.colorTextNeutral,
616
- colorTopNavigationTitleInverse: (_Fj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fj.colorTextInverse,
617
- colorTopNavigationGradient: (_Gj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gj.colorGradientNeutral,
618
- colorTopNavigationBackground: (_Hj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hj.colorBackgroundStandard,
619
- colorTopNavigationBackgroundHaze: (_Ij = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ij.colorBackgroundSubtle,
620
- colorTopNavigationBackgroundInverse: (_Jj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jj.colorBackgroundActive,
621
- colorTopNavigationBorderBottom: (_Kj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kj.colorBorderWeak,
622
- colorBottomNavigationTextActive: (_Lj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lj.colorTextNavigationActive,
623
- colorBottomNavigationTextInactive: (_Mj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mj.colorTextLabel,
624
- colorBottomNavigationIconInactive: (_Nj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nj.colorIconBottomNavigationInactive,
625
- colorBottomNavigationIconActive: (_Oj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oj.colorIconBottomNavigationActive,
626
- colorBottomNavigationBackground: (_Pj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pj.colorBackgroundStandard,
627
- colorBottomNavigationBorderTop: (_Qj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qj.colorBorderWeak,
628
- colorModalTextHeader: (_Rj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rj.colorTextNeutral,
629
- colorModalTextBody: (_Sj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sj.colorTextNeutral,
630
- colorModalBackground: (_Tj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tj.colorBackgroundStandard,
631
- colorModalOverlay: (_Uj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uj.colorBackgroundOverlay,
632
- colorModalIcon: (_Vj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vj.colorIconNeutral,
633
- colorLocationPinDefault: (_Wj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wj.colorIconLocationPin,
634
- colorLocationPinActive: (_Xj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xj.colorIconLocationPinActive,
635
- colorLocationPinText: (_Yj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yj.colorTextNeutral,
636
- colorLocationPinTextBorder: (_Zj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zj.colorTextInverse,
637
- colorListItemBackground: (__j = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __j.colorBackgroundStandard,
638
- colorListItemIconBackground: (_$j = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$j.colorBackgroundSubtle,
639
- colorListItemTextTitle: (_ak = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ak.colorTextNeutral,
640
- colorListItemTextSubtitle: (_bk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bk.colorTextSubtle,
641
- colorListItemTextPoints: (_ck = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ck.colorTextNeutral,
642
- colorListItemIconSubtle: (_dk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dk.colorIconSubtle,
643
- colorListItemIcon: (_ek = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ek.colorIconNeutral,
644
- colorHeroBannerTextTitle: (_fk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fk.colorTextNeutral,
645
- colorHeroBannerTextTitleInverse: (_gk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gk.colorTextInverse,
646
- colorHeroBannerTextSubtitle: (_hk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hk.colorTextNeutral,
647
- colorHeroBannerTextSubtitleInverse: (_ik = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ik.colorTextInverse,
648
- colorHeroBannerIndicatorInactive: (_jk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jk.colorIconInactive,
649
- colorHeroBannerIndicatorActive: (_kk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kk.colorIconActive,
650
- colorCirclePatternTextHeader: (_lk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lk.colorTextNeutral,
651
- colorCirclePatternTextTitle: (_mk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mk.colorTextNeutral,
652
- colorCirclePatternTextBody: (_nk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nk.colorTextNeutral,
653
- colorCarouselTextTitle: (_ok = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ok.colorTextNeutral,
654
- colorCarouselTextBody: (_pk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pk.colorTextNeutral,
655
- colorCarouselTextTitleInverse: (_qk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qk.colorTextInverse,
656
- colorCarouselTextBodyInverse: (_rk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rk.colorTextInverse,
657
- colorCarouselIndicatorActive: (_sk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sk.colorIconActive,
658
- colorCarouselIndicatorInactive: (_tk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tk.colorIconInactive,
659
- colorCarouselArrowIcon: (_uk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uk.colorIconNeutral,
660
- colorCarouselArrowBackground: (_vk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vk.colorIconInactive,
661
- colorCarouselOverlay: (_wk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wk.colorBackgroundOverlayLight,
662
- colorBannerBackground: (_xk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xk.colorBackgroundStandard,
663
- colorBannerBackgroundLight: (_yk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yk.colorBackgroundSubtle,
664
- colorBannerBackgroundDark: (_zk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zk.colorBackgroundDark2,
665
- colorBannerTextTitle: (_Ak = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ak.colorTextNeutral,
666
- colorBannerTextBody: (_Bk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bk.colorTextNeutral,
667
- colorBannerTextTitleInverse: (_Ck = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ck.colorTextInverse,
668
- colorBannerTextBodyInverse: (_Dk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dk.colorTextInverse,
669
- colorBreadcrumbsTextCurrentPage: (_Ek = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ek.colorTextNeutral,
670
- colorBreadcrumbsTextPages: (_Fk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fk.colorTextLabel,
671
- colorBreadcrumbsTextTruncation: (_Gk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gk.colorTextLabel,
672
- colorBreadcrumbsDivider: (_Hk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hk.colorTextLabel,
673
- colorBulletListText: (_Ik = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ik.colorTextNeutral,
674
- colorBulletListIcon: (_Jk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jk.colorTextNeutral,
675
- colorAccordionIcon: (_Kk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kk.colorIconSubtle,
676
- colorAccordionIconInverse: (_Lk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lk.colorIconInverse,
677
- colorAccordionTextTitle: (_Mk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mk.colorTextNeutral,
678
- colorAccordionTextTitleInverse: (_Nk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nk.colorTextInverse,
679
- colorAccordionTextBody: (_Ok = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ok.colorTextNeutral,
680
- colorAccordionTextBodyInverse: (_Pk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pk.colorTextInverse,
681
- colorCardTextTitle: (_Qk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qk.colorTextNeutral,
682
- colorCardTextTitleInverse: (_Rk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rk.colorTextInverse,
683
- colorCardTextSubtitle: (_Sk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sk.colorTextSubtle,
684
- colorCardTextSubtitleInverse: (_Tk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tk.colorTextInverse,
685
- colorCardTextBody: (_Uk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uk.colorTextNeutral,
686
- colorCardTextBodyInverse: (_Vk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vk.colorTextInverse,
687
- colorCardTextPrice: (_Wk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wk.colorTextNeutral,
688
- colorCardTextPriceInverse: (_Xk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xk.colorTextSubtleInverse,
689
- colorCardTextPriceStrikethrough: (_Yk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yk.colorTextStrikethrough,
690
- colorCardTextPriceStrikethroughInverse: (_Zk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zk.colorTextSubtleInverse,
691
- colorCardTextLink: (__k = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __k.colorTextLink,
692
- colorCardTextHeader: (_$k = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$k.colorTextNeutral,
693
- colorCardTextHeaderInverse: (_al = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _al.colorTextInverse,
694
- colorCardTextSubheader: (_bl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bl.colorTextSubtle,
695
- colorCardTextSubheaderInverse: (_cl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cl.colorTextInverse,
696
- colorCardTextHeaderDark: (_dl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dl.colorTextNeutral,
697
- colorCardIconSubtitle: (_el = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _el.colorIconSubtle,
698
- colorCardIconTitle: (_fl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fl.colorIconNeutral,
699
- colorCardBackground: (_gl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gl.colorBackgroundStandard,
700
- colorCardBackgroundDark: (_hl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hl.colorBackgroundDark2,
701
- colorCardOverlay: (_il = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _il.colorGradientNeutral,
702
- colorCardOverlayLight: (_jl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jl.colorBackgroundOverlayLight,
703
- colorCardBorder: (_kl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kl.colorBorderWeak,
704
- colorCardHeaderTitle: (_ll = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ll.colorTextNeutral,
705
- colorCardHeaderSubtitle: (_ml = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ml.colorTextSubtle,
706
- colorCalendarTextDay: (_nl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nl.colorTextNeutral,
707
- colorCalendarTextMonth: (_ol = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ol.colorTextNeutral,
708
- colorCalendarTextDate: (_pl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pl.colorTextNeutral,
709
- colorCalendarTextDateStrikethrough: (_ql = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ql.colorTextDisabled,
710
- colorCalendarTextDateSelected: (_rl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rl.colorTextInverse,
711
- colorCalendarBackgroundSelected: (_sl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sl.colorBackgroundActive,
712
- colorCalendarBackgroundSelectedRange: (_tl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tl.colorBackgroundSelected,
713
- colorCalendarBackgroundDay: (_ul = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ul.colorBackgroundSubtle,
714
- colorCalendarBackgroundHover: (_vl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vl.colorBackgroundHover,
715
- colorCalendarIcon: (_wl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wl.colorIconSubtle,
716
- colorNotificationTextTitle: (_xl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xl.colorTextNeutral,
717
- colorNotificationTextBody: (_yl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yl.colorTextNeutral,
718
- colorNotificationBackgroundAlert: (_zl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zl.colorNotificationAlert,
719
- colorNotificationBackgroundInfo: (_Al = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Al.colorNotificationDefault,
720
- colorNotificationBackgroundPromo: (_Bl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bl.colorNotificationPromo,
721
- colorNotificationIcon: (_Cl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cl.colorIconNeutral,
722
- colorChipBackgroundStandard: (_Dl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dl.colorBackgroundStandard,
723
- colorChipBackgroundHover: (_El = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _El.colorBackgroundHoverNeutral,
724
- colorChipBackgroundActive: (_Fl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fl.colorBackgroundSelected,
725
- colorChipBorderActive: (_Gl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gl.colorBorderActive,
726
- colorChipBorderStandard: (_Hl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hl.colorBorderStandard,
727
- colorChipTextActive: (_Il = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Il.colorTextNeutral,
728
- colorChipTextInactive: (_Jl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jl.colorTextSubtle,
729
- colorChipIcon: (_Kl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kl.colorIconSubtle,
730
- colorGraphBackgroundActiveStrong: (_Ll = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ll.colorBackgroundActive,
731
- colorGraphBackgroundActiveWeak: (_Ml = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ml.colorBackgroundActiveWeak,
732
- colorGraphBackgroundData: (_Nl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nl.colorBackgroundDark,
733
- colorGraphBackgroundDataInverse: (_Ol = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ol.colorBackgroundStandard,
734
- colorGraphBackgroundActiveStrongInverse: (_Pl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pl.colorBackgroundActiveInverse,
735
- colorGraphBackgroundActiveWeakInverse: (_Ql = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ql.colorBackgroundActiveWeakInverse,
736
- colorGraphBorderBenchmark: (_Rl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rl.colorBorderBenchmark,
737
- colorGraphBorderBenchmarkInverse: (_Sl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sl.colorBorderBenchmarkInverse,
738
- colorGraphBorderAxis: (_Tl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tl.colorBorderStandard,
739
- colorGraphBorderGridLine: (_Ul = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ul.colorBorderStandard,
740
- colorGraphTextData: (_Vl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vl.colorTextInverse,
741
- colorGraphTextDataInverse: (_Wl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wl.colorTextNeutral,
742
- colorGraphTextAxisLabel: (_Xl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xl.colorTextSubtle,
743
- colorGraphTextAxisLabelInverse: (_Yl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yl.colorTextSubtleInverse,
744
- colorCardIconListThumbnailBorder: (_Zl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zl.colorBorderStandard,
745
- colorCardIconListThumbnailBackground: (__l = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __l.colorBackgroundSubtle,
746
- colorIconButtonNeutral: (_$l = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$l.colorIconNeutral,
747
- colorIconButtonInverse: (_am = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _am.colorIconInverse,
748
- colorButtonTextDisabled: (_bm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bm.colorTextDisabled,
749
- colorDateTimePickerTextDay: (_cm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cm.colorTextNeutral,
750
- colorDateTimePickerTextDate: (_dm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dm.colorTextNeutral,
751
- colorDateTimePickerTextMonth: (_em = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _em.colorTextNeutral,
752
- colorDateTimePickerTextDateStrikethrough: (_fm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fm.colorTextDisabled,
753
- colorDateTimePickerTextDateSelected: (_gm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gm.colorTextInverse,
754
- colorDateTimePickerIcon: (_hm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hm.colorIconSubtle,
755
- colorDateTimePickerBorder: (_im = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _im.colorBorderStandard,
756
- colorDateTimePickerBackgroundSelected: (_jm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jm.colorBackgroundActive,
757
- colorDateTimePickerBackgroundHover: (_km = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _km.colorBackgroundHover,
758
- colorHeaderBackground: (_lm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lm.colorBackgroundHeader,
759
- colorHeaderBorder: (_mm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mm.colorBorderWeak,
760
- colorCardColorListBorder: (_nm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nm.colorBorderWeak,
761
- colorFooterBackground: (_om = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _om.colorBackgroundFooter,
762
- colorCoachmarkBackground: (_pm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pm.colorBackgroundCoachmark,
763
- colorCoachmarkIndicator: (_qm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qm.colorBackgroundCoachmark,
764
- colorCoachmarkText: (_rm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rm.colorTextInverse,
765
- colorCoachmarkBackgroundCircle: (_sm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sm.colorBackgroundCtaInverse,
766
- shadowVoucherLow: (_tm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tm.shadowLow,
767
- shadowTable: (_um = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _um.shadowLow,
768
- shadowToggle: (_vm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vm.shadowLow,
769
- shadowTopNavigation: (_wm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wm.shadowLow,
770
- shadowListItem: (_xm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xm.shadowLow,
771
- shadowCardLow: (_ym = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ym.shadowLow,
772
- shadowCardHigh: (_zm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zm.shadowHigh,
773
- borderWidthInputStandard: (_Am = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Am.borderWidthStandard,
774
- borderWidthDividerStandard: (_Bm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bm.borderWidthStandard,
775
- borderWidthSelectorStandard: (_Cm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cm.borderWidthStandard,
776
- borderWidthSelectorActive: (_Dm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dm.borderWidthSelected,
777
- borderWidthSelectorStrikeout: (_Em = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Em.borderWidthStrikeout,
778
- borderWidthTabsStandard: (_Fm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fm.borderWidthSelected,
779
- borderWidthTabsActive: (_Gm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gm.borderWidthSelected,
780
- borderWidthStepperActive: (_Hm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hm.borderWidthSelected,
781
- borderWidthStepperConnector: (_Im = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Im.borderWidthStandard,
782
- borderWidthButtonSecondary: (_Jm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jm.borderWidthCta,
783
- borderWidthChip: (_Km = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Km.borderWidthStandard,
784
- borderRadiusDrawerTopLeft: (_Lm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lm.borderRadiusMd,
785
- borderRadiusDrawerTopRight: (_Mm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mm.borderRadiusMd,
786
- borderRadiusButton: (_Nm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nm.borderRadiusButton,
787
- borderRadiusCarouselFixed: (_Om = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Om.borderRadiusSm,
788
- borderRadiusInput: (_Pm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pm.borderRadiusSm,
789
- borderRadiusSearchInput: (_Qm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qm.borderRadiusSm,
790
- borderRadiusCarouselFixedLg: (_Rm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rm.borderRadiusMd,
791
- borderRadiusSelector: (_Sm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sm.borderRadiusSm,
792
- borderRadiusToast: (_Tm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tm.borderRadiusSm,
793
- borderRadiusTag: (_Um = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Um.borderRadiusSm,
794
- borderRadiusTable: (_Vm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vm.borderRadiusSm,
795
- borderRadiusTableLg: (_Wm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wm.borderRadiusMd,
796
- borderRadiusNotification: (_Xm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xm.borderRadiusSm,
797
- borderRadiusModal: (_Ym = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ym.borderRadiusMd,
798
- borderRadiusVoucher: (_Zm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zm.borderRadiusSm,
799
- borderRadiusChip: (__m = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __m.borderRadiusXl,
800
- borderRadiusCardSm: (_$m = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$m.borderRadiusSm,
801
- borderRadiusListItem: (_an = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _an.borderRadiusSm,
802
- borderRadiusDatetimepicker: (_bn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bn.borderRadiusInput,
803
- borderFileInput: (_cn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cn.borderUpload,
804
- opacitySelectorTextDisabled: (_dn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dn.opacityDisabled,
805
- opacitySelectorImageDisabled: (_en = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _en.opacityDisabled,
806
- colorBackgroundDisabled: (_fn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fn.opacityOverlay,
807
- colorDivider10Horizontal: (_gn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gn.colorDivider,
808
- colorDivider10Text: (_hn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hn.colorTextSubtle,
809
- opacityButtonHover: (_in = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _in.opacityHover,
810
- opacityButtonPressed: (_jn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jn.opacityPressed,
811
- colorButtonBackgroundPrimaryDisable: (_kn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kn.colorBackgroundDisabled,
812
- colorButtonTextDisable: (_ln = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ln.colorTextInverse,
813
- fontFamilyPromaryBold: (_mn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mn.fontFamilyPromaryBold,
814
- fontFamilyPromaryRegular: (_nn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nn.fontFamilyPromaryRegular,
815
- fontFamilyPromarySemiBold: (_on = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _on.fontFamilyPromarySemiBold,
816
- fontFamilySecondaryBold: (_pn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pn.fontFamilySecondaryBold,
817
- fontFamilySecondaryRegular: (_qn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qn.fontFamilySecondaryRegular,
818
- fontFamilySecondarySemiBold: (_rn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rn.fontFamilySecondarySemiBold
82
+ colorTagTextGreen: (_a = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _a.colorTagGreen,
83
+ colorTagTextYellow: (_b = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _b.colorTagYellow,
84
+ colorTagTextGrey: (_c = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _c.colorTagBlack,
85
+ colorTagTextRed: (_d = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _d.colorTagRed,
86
+ colorTagTextOrange: (_e = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _e.colorTagOrange,
87
+ colorTagTextLakeBlue: (_f = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _f.colorTagCyan,
88
+ colorTagBackGroundPrimaryLight: (_g = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _g.colorTagPrimaryLight,
89
+ colorTagBackGroundSecondaryLight: (_h = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _h.colorTagSecondaryLight,
90
+ colorTagBackGroundGreen: (_i = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _i.colorTagGreen,
91
+ colorTagBackGroundYellow: (_j = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _j.colorTagYellow,
92
+ colorTagBackGroundGrey: (_k = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _k.colorTagGrey,
93
+ colorTagBackGroundRed: (_l = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _l.colorTagRed,
94
+ colorTagBackGroundOrange: (_m = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _m.colorTagOrange,
95
+ colorTagBackGroundLakeBlue: (_n = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _n.colorTagCyan,
96
+ colorTagGreyLight: (_o = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _o.colorTagGreyLight,
97
+ colorTagRedLight: (_p = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _p.colorTagRedLight,
98
+ colorTagYellowLight: (_q = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _q.colorTagYellowLight,
99
+ colorTagGreenLight: (_r = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _r.colorTagGreenLight,
100
+ colorTagOrangeLight: (_s = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _s.colorTagOrangeLight,
101
+ colorTagLakeBlueLight: (_t = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _t.colorTagCyanLight,
102
+ colorTextAmount: (_u = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _u.colorTextAmount,
103
+ fontSizeMobileContentC23: (_v = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _v.fontSizeMobileContentC23,
104
+ fontSizeDesktopContentC23: (_w = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _w.fontSizeDesktopContentC23,
105
+ spacingListItemTextVerticalGapMd: (_x = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _x.spacingTextMd,
106
+ spacingListItemTextVerticalGapSm: (_y = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _y.spacingTextSm,
107
+ colorBackgroundSubtle2: (_z = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _z.colorBackgroundSubtle2,
108
+ colorDividerHorizontal: (_A = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _A.colorBorderDivider,
109
+ spacinginputpaddingVerticalM: (0, import_scaleTool.wSacle)(typeof ((_B = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _B.spacingInputMd) === "number" ? (_C = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _C.spacingInputMd : 0),
110
+ fontSizeDesktopTitleT23: (_D = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _D.fontSizeDesktopTitleT23,
111
+ fontSizeDesktopContentC15: (_E = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _E.fontSizeDesktopContentC15,
112
+ fontSizeDesktopContentC21: (_F = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _F.fontSizeDesktopContentC21,
113
+ fontSizeDesktopTitleT21: (_G = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _G.fontSizeDesktopTitleT21,
114
+ fontSizeDesktopTitleT12: (_H = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _H.fontSizeDesktopTitleT12,
115
+ fontSizeDesktopTitleT13: (_I = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _I.fontSizeDesktopTitleT13,
116
+ fontSizeDesktopTitleT14: (_J = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _J.fontSizeDesktopTitleT14,
117
+ fontSizeDesktopTitleT15: (_K = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _K.fontSizeDesktopTitleT15,
118
+ fontSizeDesktopTitleT16: (_L = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _L.fontSizeDesktopTitleT16,
119
+ fontSizeDesktopContentC13: (_M = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _M.fontSizeDesktopContentC13,
120
+ fontSizeDesktopContentC11: (_N = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _N.fontSizeDesktopContentC11,
121
+ fontSizeDesktopContentC12: (_O = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _O.fontSizeDesktopContentC12,
122
+ fontSizeDesktopContentC14: (_P = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _P.fontSizeDesktopContentC14,
123
+ fontSizeDesktopTitleT34: (_Q = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Q.fontSizeDesktopTitleT34,
124
+ fontSizeDesktopTitleT32: (_R = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _R.fontSizeDesktopTitleT32,
125
+ fontSizeDesktopTitleT41: (_S = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _S.fontSizeDesktopTitleT41,
126
+ fontSizeDesktopContentC05: (_T = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _T.fontSizeDesktopContentC05,
127
+ fontSizeDesktopContentC04: (_U = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _U.fontSizeDesktopContentC04,
128
+ fontSizeMobileContentC04: (_V = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _V.fontSizeMobileContentC04,
129
+ fontSizeMobileContentC05: (_W = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _W.fontSizeMobileContentC05,
130
+ fontSizeMobileContentC11: (_X = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _X.fontSizeMobileContentC11,
131
+ fontSizeMobileContentC12: (_Y = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Y.fontSizeMobileContentC12,
132
+ fontSizeMobileContentC13: (_Z = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Z.fontSizeMobileContentC13,
133
+ fontSizeMobileContentC14: (__ = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __.fontSizeMobileContentC14,
134
+ fontSizeMobileContentC15: (_$ = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$.fontSizeMobileContentC15,
135
+ fontSizeMobileContentC21: (_aa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _aa.fontSizeMobileContentC21,
136
+ fontSizeMobileTitleT12: (_ba = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ba.fontSizeMobileTitleT12,
137
+ fontSizeMobileTitleT13: (_ca = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ca.fontSizeMobileTitleT13,
138
+ fontSizeMobileTitleT14: (_da = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _da.fontSizeMobileTitleT14,
139
+ fontSizeMobileTitleT15: (_ea = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ea.fontSizeMobileTitleT15,
140
+ fontSizeMobileTitleT21: (_fa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fa.fontSizeMobileTitleT21,
141
+ fontSizeMobileTitleT23: (_ga = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ga.fontSizeMobileTitleT23,
142
+ fontSizeMobileTitleT24: (_ha = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ha.fontSizeMobileTitleT24,
143
+ fontSizeMobileTitleT25: (_ia = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ia.fontSizeMobileTitleT25,
144
+ fontSizeMobileTitleT32: (_ja = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ja.fontSizeMobileTitleT32,
145
+ fontSizeMobileTitleT34: (_ka = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ka.fontSizeMobileTitleT34,
146
+ fontSizeMobileTitleT41: (_la = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _la.fontSizeMobileTitleT41,
147
+ fontSizeMobileTitleT45: (_ma = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ma.fontSizeMobileTitleT45,
148
+ fontSizeMobileNavigation: (_na = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _na.fontSizeMobileNavigation,
149
+ sizingVoucherImage: (_oa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oa.sizingVoucherSm,
150
+ sizingVoucherImageLg: (_pa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pa.sizingVoucherMd,
151
+ sizingVoucherHeight: (_qa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qa.sizingVoucherSm,
152
+ sizingVoucherHeightLg: (_ra = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ra.sizingVoucherMd,
153
+ sizingVoucherIcon: (_sa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sa.sizingIconGeneralXs,
154
+ sizingVoucherIconLg: (_ta = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ta.sizingIconGeneralSm,
155
+ sizingRibbonIconBackground: (_ua = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ua.sizingIconGeneralLg,
156
+ sizingRibbonIcon: (_va = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _va.sizingIconGeneralSm,
157
+ sizingDrawerImageFlag: (_wa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wa.sizingImageXxs,
158
+ sizingDrawerImageThumbnail: (_xa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xa.sizingImageLg,
159
+ sizingDrawerHandle: (_ya = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ya.sizingIconGeneralXl,
160
+ sizingInputIcon: (_za = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _za.sizingIconUtilityXs,
161
+ sizingInputIconLg: (_Aa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Aa.sizingIconGeneralSm,
162
+ sizingInputIconUtilityLg: (_Ba = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ba.sizingIconGeneralSm,
163
+ sizingInputThumbnail: (_Ca = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ca.sizingImageSm,
164
+ sizingInputIconUtility: (_Da = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Da.sizingIconUtilityXs,
165
+ sizingInputImageFlag: (_Ea = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ea.sizingImageXxs,
166
+ sizingInputImageFlagLg: (_Fa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fa.sizingImageXs,
167
+ sizingSearchInputIcon: (_Ga = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ga.sizingIconUtilityXs,
168
+ sizingSearchInputIconLg: (_Ha = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ha.sizingIconGeneralSm,
169
+ sizingSelectorThumbnail: (_Ia = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ia.sizingImageSm,
170
+ sizingSelectorVariant6Thumbnail: (_Ja = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ja.sizingImageMd,
171
+ sizingToastIcon: (_Ka = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ka.sizingIconUtilitySm,
172
+ sizingToastTextHeight: (_La = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _La.sizingTextBoxSm,
173
+ sizingTextLinkIconLeft: (_Ma = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ma.sizingIconGeneralSm,
174
+ sizingTextLinkIconRight: (_Na = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Na.sizingIconUtilityXs,
175
+ sizingTextLinkIconRightLg: (_Oa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oa.sizingIconUtilityXs2,
176
+ sizingTagShort: (_Pa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pa.sizingTagSm,
177
+ sizingTagTall: (_Qa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qa.sizingTagMd,
178
+ sizingTagTallLg: (_Ra = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ra.sizingTagLg,
179
+ sizingTabsIcon: (_Sa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sa.sizingIconGeneralSm,
180
+ sizingStepperInner: (_Ta = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ta.sizingIconGeneralSm,
181
+ sizingStepperOuter: (_Ua = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ua.sizingIconGeneralMd,
182
+ sizingStepperOuterLg: (_Va = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Va.sizingIconGeneralLg,
183
+ sizingStepperInnerLg: (_Wa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wa.sizingIconGeneralMd,
184
+ sizingPaginationIcon: (_Xa = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xa.sizingIconUtilitySm,
185
+ sizingPaginationIconXs: (_Ya = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ya.sizingIconUtilityXs,
186
+ sizingPaginationBackground: (_Za = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Za.sizingIconGeneralMd,
187
+ sizingPaginationBackgroundLg: (__a = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __a.sizingIconGeneralLg,
188
+ sizingNotificationIcon: (_$a = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$a.sizingIconUtilitySm,
189
+ sizingBottomNavigationIcon: (_ab = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ab.sizingIconGeneralSm,
190
+ sizingModalIcon: (_bb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bb.sizingIconUtilitySm,
191
+ sizingLocationPinDefault: (_cb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cb.sizingIconUtilitySm,
192
+ sizingLocationPinActive: (_db = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _db.sizingIconUtilityLg,
193
+ sizingButtonIcon: (_eb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _eb.sizingIconGeneralSm,
194
+ sizingListItemIconImage: (_fb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fb.sizingImageMd,
195
+ sizingListItemIconIcon: (_gb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gb.sizingIconGeneralMd,
196
+ sizingListItemIconIconStatus: (_hb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hb.sizingIconGeneralSm,
197
+ sizingListItemImageImage: (_ib = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ib.sizingImageXxl,
198
+ sizingListItemImageIcon: (_jb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jb.sizingIconGeneralXs,
199
+ sizingListItemImageIconLg: (_kb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kb.sizingIconGeneralXs2,
200
+ sizingListItemImageThumbnail: (_lb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lb.sizingImageLg,
201
+ sizingListItemIcon: (_mb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mb.sizingIconUtilityXs,
202
+ sizingListItemIconLg: (_nb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nb.sizingIconUtilitySm,
203
+ sizingCirclePatternVariant1: (_ob = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ob.sizingCirclePatternMd,
204
+ sizingCirclePatternVariant1Lg: (_pb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pb.sizingCirclePatternLg,
205
+ sizingCirclePatternVariant2: (_qb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qb.sizingCirclePatternXs,
206
+ sizingCirclePatternVariant2Lg: (_rb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rb.sizingCirclePatternSm,
207
+ sizingCarouselIcon: (_sb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sb.sizingIconUtilitySm,
208
+ sizingCarouselIconBackground: (_tb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tb.sizingIconUtilityLg,
209
+ sizingBannerIcon: (_ub = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ub.sizingIconSpotXs,
210
+ sizingBannerIconLg: (_vb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vb.sizingIconSpotLg,
211
+ sizingBulletListIcon: (_wb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wb.sizingBullet,
212
+ sizingBulletListIconSm: (_xb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xb.sizingBulletSm,
213
+ sizingAccordionIcon: (_yb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yb.sizingIconUtilityXs,
214
+ sizingAccordionIconLg: (_zb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zb.sizingIconUtilitySm,
215
+ sizingCardIconSubtitle: (_Ab = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ab.sizingIconGeneralXs,
216
+ sizingCardIconSubtitleLg: (_Bb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bb.sizingIconGeneralXs2,
217
+ sizingCardIconTitle: (_Cb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cb.sizingIconGeneralXs,
218
+ sizingCardIconTitleLg: (_Db = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Db.sizingIconGeneralSm,
219
+ sizingCardThumbnailMd: (_Eb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Eb.sizingImageMd,
220
+ sizingCardThumbnailLg: (_Fb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fb.sizingImageLg,
221
+ sizingCardThumbnailXl: (_Gb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gb.sizingImageXl,
222
+ sizingCardColorListSm: (_Hb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hb.sizingColorList,
223
+ sizingCalendarDate: (_Ib = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ib.sizingTextBoxXs,
224
+ sizingCalendarDay: (_Jb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jb.sizingTextBoxXs,
225
+ sizingChipIconClose: (_Kb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kb.sizingIconUtilityXxs,
226
+ sizingIconButtonIconMedium: (_Lb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lb.sizingIconGeneralSm,
227
+ sizingIconButtonIconSmall: (_Mb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mb.sizingIconGeneralXs,
228
+ sizingDateTimePickerDate: (_Nb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nb.sizingTextBoxXs,
229
+ sizingDateTimePickerIcon: (_Ob = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ob.sizingIconUtilitySm,
230
+ sizingDateTimePickerIconXs: (_Pb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pb.sizingIconUtilityXs,
231
+ sizingDateTimePickerDay: (_Qb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qb.sizingTextBoxXs,
232
+ sizingDateTimePickerTimeXs: (_Rb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rb.sizingTextBoxXs,
233
+ sizingDateTimePickerTime: (_Sb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sb.sizingTextBoxLg,
234
+ sizingDateTimePickerDayXs: (_Tb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tb.sizingTextBoxXxs,
235
+ spacingVoucherListViewTextPaddingHorizontal: (_Ub = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ub.spacingGapMd,
236
+ spacingVoucherListViewTextVerticalGap: (_Vb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vb.spacingTextXs,
237
+ spacingVoucherListViewTextPointsPaddingLeft: (_Wb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wb.spacingTextXs,
238
+ spacingVoucherListViewNoImageTextPaddingHorizontal: (_Xb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xb.spacingGapMd,
239
+ spacingVoucherListViewNoImageTextVerticalGap: (_Yb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yb.spacingTextXs,
240
+ spacingVoucherListViewNoImageCheckboxPaddingHorizontal: (_Zb = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zb.spacingGapXxl,
241
+ spacingRibbonHorizontalGap: (__b = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __b.spacingGapSm,
242
+ spacingVoucherGridViewPaddingHorizontal: (_$b = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$b.spacingGapMd,
243
+ spacingVoucherGridViewPaddingVertical: (_ac = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ac.spacingGapMd,
244
+ spacingVoucherGridViewTextVerticalGap: (_bc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bc.spacingTextXs,
245
+ spacingVoucherGridViewTextHorizontalGap: (_cc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cc.spacingTextXs,
246
+ spacingVoucherGridViewLabelPaddingBottom: (_dc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dc.spacingTextMd,
247
+ spacingVoucherGridViewLabelPaddingTop: (_ec = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ec.spacingTextXs,
248
+ spacingDrawerPaddingHorizontal: (_fc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fc.spacingGapMd,
249
+ spacingDrawerPaddingBottom: (_gc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gc.spacingGapLg,
250
+ spacingDrawerPaddingTop: (_hc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hc.spacingGapLg,
251
+ spacingDrawerVerticalGap: (_ic = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ic.spacingGapMd,
252
+ spacingDrawerListOptionPaddingVertical: (_jc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jc.spacingGapSm,
253
+ spacingDrawerListOptionPaddingHorizontal: (_kc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kc.spacingGapMd,
254
+ spacingDrawerListOptionHorizontalGap: (_lc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lc.spacingGapMd,
255
+ spacingDrawerListVerticalGap: (_mc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mc.spacingGapSm,
256
+ spacingDrawerImageFlagPaddingRight: (_nc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nc.spacingGapSm,
257
+ spacingDrawerImageThumbnailPaddingRight: (_oc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oc.spacingGapMd,
258
+ spacingDrawerHeaderPaddingHorizontal: (_pc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pc.spacingGapMd,
259
+ spacingDrawerHeaderPaddingTop: (_qc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qc.spacingGapLg,
260
+ spacingDrawerSearchPaddingHorizontal: (_rc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rc.spacingGapMd,
261
+ spacingDrawerLabelPaddingHorizontal: (_sc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sc.spacingGapLg,
262
+ spacingDrawerLabelPaddingVertical: (_tc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tc.spacingGapMd,
263
+ spacingDrawerHandlePaddingTop: (_uc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uc.spacingGapSm,
264
+ spacingDrawerHandlePaddingBottom: (_vc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vc.spacingGapLg,
265
+ spacingDrawerChipGroupVerticalGap: (_wc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wc.spacingGapMd,
266
+ spacingDrawerChipGroupHorizontalGap: (_xc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xc.spacingGapSm,
267
+ spacingDrawerChipVerticalGap: (_yc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yc.spacingGapMd,
268
+ spacingDrawerChipPaddingBottom: (_zc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zc.spacingGapSm,
269
+ spacingStickyFooterPaddingHorizontal: (_Ac = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ac.spacingGapMd,
270
+ spacingStickyFooterPaddingVertical: (_Bc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bc.spacingGapMd,
271
+ spacingStickyFooterPaddingBottom: (_Cc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cc.spacingGapLg,
272
+ spacingStickyFooterPaddingTop: (_Dc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dc.spacingGapMd,
273
+ spacingStickyFooterHorizontalGap: (_Ec = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ec.spacingGapMd,
274
+ spacingStickyFooterVerticalGap: (_Fc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fc.spacingGapSm,
275
+ spacingStickyFooterTextLinkVerticalGap: (_Gc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gc.spacingGapMd,
276
+ spacingInputPaddingVertical: (_Hc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hc.spacingInputMd2,
277
+ spacingInputPaddingVerticalLg: (_Ic = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ic.spacingInputMd3,
278
+ spacingInputPaddingVerticalActive: (_Jc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jc.spacingInputSm,
279
+ spacingInputPaddingVerticalLgActive: (_Kc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kc.spacingInputSm3,
280
+ spacingInputPaddingHorizontal: (_Lc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lc.spacingInputMd,
281
+ spacingInputVerticalGap: (_Mc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mc.spacingGapSm,
282
+ spacingInputHorizontalGap: (_Nc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nc.spacingTextSm,
283
+ spacingInputTextHintMessagePaddingTop: (_Oc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oc.spacingTextXs,
284
+ spacingInputTextCounterPaddingTop: (_Pc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pc.spacingTextXs,
285
+ spacingInputTextCounterPaddingLeft: (_Qc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qc.spacingTextMd,
286
+ spacingInputTextLabelPaddingRight: (_Rc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rc.spacingTextMd,
287
+ spacingInputTextPointsPaddingHorizontal: (_Sc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sc.spacingTextMd,
288
+ spacingInputTextLinkPaddingLeft: (_Tc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tc.spacingTextMd,
289
+ spacingInputTextNumberPaddingHorizontal: (_Uc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uc.spacingTextMd,
290
+ spacingInputThumbnailPaddingLeft: (_Vc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vc.spacingIconMd,
291
+ spacingInputIconPaddingLeft: (_Wc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wc.spacingIconMd,
292
+ spacingInputIconPaddingRight: (_Xc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xc.spacingGapSm,
293
+ spacingInputListOptionsPaddingHorizontal: (_Yc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yc.spacingInputMd,
294
+ spacingInputListOptionsPaddingVertical: (_Zc = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zc.spacingInputSm,
295
+ spacingInputListOptionsHorizontalGap: (__c = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __c.spacingGapMd,
296
+ spacingInputListOptionsVerticalGap: (_$c = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$c.spacingInputMd,
297
+ spacingInputOptionsPaddingVertical: (_ad = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ad.spacingInputSm,
298
+ spacingInputImageFlagPaddingRight: (_bd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bd.spacingInputSm,
299
+ spacingSearchInputPaddingVertical: (_cd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cd.spacingInputSm2,
300
+ spacingSearchInputPaddingVerticalLg: (_dd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dd.spacingInputSm3,
301
+ spacingSearchInputVerticalGap: (_ed = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ed.spacingGapSm,
302
+ spacingSearchInputPaddingHorizontal: (_fd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fd.spacingInputMd,
303
+ spacingSearchInputIconPaddingRight: (_gd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gd.spacingGapSm,
304
+ spacingSearchInputIconPaddingLeft: (_hd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hd.spacingGapMd,
305
+ spacingSearchInputResultLabelPaddingHorizontal: (_id = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _id.spacingGapMd,
306
+ spacingSearchInputResultListPaddingLeft: (_jd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jd.spacingGapXxl,
307
+ spacingSearchInputResultListPaddingRight: (_kd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kd.spacingGapMd,
308
+ spacingSearchInputResultPaddingVertical: (_ld = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ld.spacingInputSm,
309
+ spacingFileInputTextLabelPaddingBottom: (_md = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _md.spacingInputXs,
310
+ spacingFileInputTextVerticalGap: (_nd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nd.spacingInputSm,
311
+ spacingFileInputTextLinkPaddingBottom: (_od = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _od.spacingInputXs,
312
+ spacingFileInputTextLinkPaddingLeft: (_pd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pd.spacingInputMd,
313
+ spacingRatingIconHorizontalGap: (_qd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qd.spacingIconXs,
314
+ spacingRatingHorizontalGap: (_rd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rd.spacingGapSm,
315
+ spacingSelectorPaddingHorizontal: (_sd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sd.spacingGapMd,
316
+ spacingSelectorPaddingVertical: (_td = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _td.spacingGapMd,
317
+ spacingSelectorVerticalGap: (_ud = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ud.spacingGapMd,
318
+ spacingSelectorHorizontalGap: (_vd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vd.spacingGapMd,
319
+ spacingSelectorVariant6PaddingHorizontal: (_wd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wd.spacingGapSm,
320
+ spacingSelectorVariant6VerticalGap: (_xd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xd.spacingGapXs,
321
+ spacingSelectorVariant6SubtitlePaddingTop: (_yd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yd.spacingTextXs,
322
+ spacingSelectorThumbnailPaddingLeft: (_zd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zd.spacingIconMd,
323
+ spacingSelectorVariant7PaddingHorizontal: (_Ad = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ad.spacingGapSm,
324
+ spacingSelectorTextUnavailablePaddingTop: (_Bd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bd.spacingTextXs,
325
+ spacingSelectorTextSubtitlePaddingTop: (_Cd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cd.spacingTextXs,
326
+ spacingSelectorTextPointsPaddingLeft: (_Dd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dd.spacingTextMd,
327
+ spacingSelectorTextTagPaddingLeft: (_Ed = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ed.spacingTextSm,
328
+ spacingToastHorizontalGap: (_Fd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fd.spacingGapMd,
329
+ spacingToastPaddingHorizontal: (_Gd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gd.spacingGapMd,
330
+ spacingToastPaddingVertical: (_Hd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hd.spacingGapMd,
331
+ spacingToastPaddingHorizontalLg: (_Id = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Id.spacingGapLg,
332
+ spacingToastPaddingVerticalLg: (_Jd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jd.spacingGapLg,
333
+ spacingTextLinkHorizontalGap: (_Kd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kd.spacingGapSm,
334
+ spacingTagPaddingHorizontal: (_Ld = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ld.spacingGapMd,
335
+ spacingTabsVerticalGap: (_Md = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Md.spacingGapSm,
336
+ spacingTabsPaddingHorizontal: (_Nd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nd.spacingGapLg,
337
+ spacingTabsIconVerticalGap: (_Od = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Od.spacingIconXs,
338
+ spacingTablePaddingHorizontal: (_Pd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pd.spacingGapMd,
339
+ spacingTablePaddingHorizontalLg: (_Qd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qd.spacingGapLg,
340
+ spacingTableCellPaddingVertical: (_Rd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rd.spacingGapSm,
341
+ spacingTableCellPaddingVerticalLg: (_Sd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sd.spacingGapLg,
342
+ spacingTableCellHorizontalGap: (_Td = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Td.spacingGapMd,
343
+ spacingPaginationHorizontalGapSm: (_Ud = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ud.spacingGapMd,
344
+ spacingPaginationHorizontalGapLg: (_Vd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vd.spacingGapLg,
345
+ spacingPaginationIconPaddingHorizontal: (_Wd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wd.spacingGapSm2,
346
+ spacingPaginationIconPaddingHorizontalLg: (_Xd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xd.spacingGapSm,
347
+ spacingPaginationIconHorizontalGap: (_Yd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yd.spacingGapMd,
348
+ spacingPaginationIconHorizontalGapLg: (_Zd = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zd.spacingGapSm,
349
+ spacingPaginationIconPaddingVertical: (__d = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __d.spacingGapSm2,
350
+ spacingPaginationIconPaddingVerticalLg: (_$d = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$d.spacingGapSm,
351
+ spacingPaginationTextInputHorizontalGap: (_ae = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ae.spacingGapSm,
352
+ spacingNumberedListHorizontalGap: (_be = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _be.spacingGapSm,
353
+ spacingNumberedListHorizontalGapXs: (_ce = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ce.spacingGapXs,
354
+ spacingNumberedListVerticalGap: (_de = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _de.spacingGapSm,
355
+ spacingNotificationPaddingHorizontal: (_ee = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ee.spacingGapMd,
356
+ spacingNotificationPaddingVertical: (_fe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fe.spacingGapMd,
357
+ spacingNotificationVerticalGap: (_ge = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ge.spacingGapSm,
358
+ spacingNotificationHorizontalGap: (_he = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _he.spacingGapSm,
359
+ spacingNotificationPaddingHorizontalLg: (_ie = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ie.spacingGapLg,
360
+ spacingNotificationPaddingVerticalLg: (_je = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _je.spacingGapLg,
361
+ spacingNotificationTextLinkPaddingTop: (_ke = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ke.spacingTextSm,
362
+ spacingTopNavigationPaddingHorizontal: (_le = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _le.spacingGapSm,
363
+ spacingTopNavigationPaddingBottom: (_me = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _me.spacingTopNavigationPaddingBottom,
364
+ spacingTopNavigationPaddingTop: (_ne = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ne.spacingTopNavigationPaddingTop,
365
+ spacingTopNavigationHorizontalGap: (_oe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oe.spacingGapMd,
366
+ spacingTopNavigationIconButtonHorizontalGap: (_pe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pe.spacingIconSm,
367
+ spacingTopNavigationTextLinkPaddingRight: (_qe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qe.spacingIconSm,
368
+ spacingTopNavigationTitlePaddingVertical: (_re = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _re.spacingIconSm,
369
+ spacingBottomNavigationPaddingVertical: (_se = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _se.spacingGapSm,
370
+ spacingBottomNavigationPaddingHorizontal: (_te = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _te.spacingGapSm,
371
+ spacingModalPaddingHorizontal: (_ue = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ue.spacingGapMd,
372
+ spacingModalCardVerticalGap: (_ve = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ve.spacingGapMd,
373
+ spacingModalCardPaddingHorizontal: (_we = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _we.spacingGapLg,
374
+ spacingModalCardPaddingTop: (_xe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xe.spacingGapLg,
375
+ spacingModalCardPaddingBottom: (_ye = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ye.spacingGapXl,
376
+ spacingModalCardPaddingHorizontalLg: (_ze = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ze.spacingGapXl,
377
+ spacingModalCardPaddingHorizontalSm: (_Ae = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ae.spacingGapXl,
378
+ spacingModalCardPaddingTopLg: (_Be = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Be.spacingGapXl,
379
+ spacingModalCardPaddingTopSm: (_Ce = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ce.spacingGapXl,
380
+ spacingModalCardPaddingBottomLg: (_De = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _De.spacingGapXxl,
381
+ spacingModalCardPaddingBottomSm: (_Ee = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ee.spacingGapXxl,
382
+ spacingModalIconPaddingLeft: (_Fe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fe.spacingIconMd,
383
+ spacingModalButtonPaddingTop: (_Ge = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ge.spacingGapSm,
384
+ spacingModalButtonStickyPaddingHorizontal: (_He = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _He.spacingGapLg,
385
+ spacingModalButtonStickyPaddingVertical: (_Ie = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ie.spacingGapLg,
386
+ spacingButtonIconPaddingVerticalLg: (_Je = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Je.spacingIconXxs,
387
+ spacingButtonPaddingHorizontal: (_Ke = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ke.spacingGapLg,
388
+ spacingButtonPaddingVertical: (_Le = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Le.spacingGapSm,
389
+ spacingButtonMiniPaddingHorizontal: (_Me = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Me.spacingGapMd,
390
+ spacingButtonMiniPaddingVertical: (_Ne = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ne.spacingGapXs,
391
+ spacingDividerHorizontalGap: (_Oe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oe.spacingGapMd,
392
+ spacingListItemTextPaddingHorizontal: (_Pe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pe.spacingTextMd,
393
+ spacingListItemIconStatusPaddingRight: (_Qe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qe.spacingGapMd,
394
+ spacingListItemLinkPaddingRight: (_Re = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Re.spacingGapMd,
395
+ spacingListItemTogglePaddingRight: (_Se = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Se.spacingGapMd,
396
+ spacingListItemButtonPaddingLeft: (_Te = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Te.spacingGapSm,
397
+ spacingListItemIconPaddingLeft: (_Ue = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ue.spacingIconSm,
398
+ spacingListItemImagePaddingRight: (_Ve = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ve.spacingImageMd,
399
+ spacingListItemIconImagePaddingVertical: (_We = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _We.spacingImageMd,
400
+ spacingListItemIconImagePaddingHorizontal: (_Xe = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xe.spacingImageMd,
401
+ spacingListItemIconIconPaddingVertical: (_Ye = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ye.spacingIconLg,
402
+ spacingListItemIconIconPaddingHorizontal: (_Ze = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ze.spacingIconLg,
403
+ spacingListItemImageIconPaddingRight: (__e = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __e.spacingIconXs,
404
+ spacingListItemImagePointsPaddingTop: (_$e = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$e.spacingIconXs,
405
+ spacingHeroBannerIndicatorPaddingBottom: (_af = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _af.spacingGapMd,
406
+ spacingHeroBannerIndicatorHorizontalGap: (_bf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bf.spacingGapSm,
407
+ spacingHeroBannerTextPaddingHorizontal: (_cf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cf.spacingGapLg,
408
+ spacingCirclePatternVariant1TextPaddingTop: (_df = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _df.spacingTextMd,
409
+ spacingCirclePatternVariant1VerticalGap: (_ef = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ef.spacingGapXxl,
410
+ spacingCirclePatternVariant2TextPaddingLeft: (_ff = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ff.spacingTextMd,
411
+ spacingCirclePatternVariant2VerticalGap: (_gf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gf.spacingGapLg,
412
+ spacingCirclePatternVariant2VerticalGapLg: (_hf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hf.spacingGapXl,
413
+ spacingCirclePatternVariant2HorizontalGapLg: (_if = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _if.spacingGapXxxl,
414
+ spacingCarouselIndicatorPaddingTop: (_jf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jf.spacingGapSm,
415
+ spacingCarouselIndicatorHorizontalGap: (_kf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kf.spacingGapSm,
416
+ spacingCarouselIndicatorPaddingTopLg: (_lf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lf.spacingGapMd,
417
+ spacingCarouselPaddingTop: (_mf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mf.spacingGapXxl,
418
+ spacingCarouselPaddingHorizontal: (_nf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nf.spacingGapLg,
419
+ spacingCarouselPaddingHorizontalLg: (_of = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _of.spacingGapXl,
420
+ spacingCarouselTextVerticalGap: (_pf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pf.spacingGapMd,
421
+ spacingBannerPaddingTop: (_qf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qf.spacingGapXl,
422
+ spacingBannerPaddingBottom: (_rf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rf.spacingGapXl,
423
+ spacingBannerPaddingHorizontal: (_sf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sf.spacingGapLg,
424
+ spacingBannerVerticalGap: (_tf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tf.spacingGapSm,
425
+ spacingBannerVerticalGapLg: (_uf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uf.spacingGapMd,
426
+ spacingBannerButtonPaddingTop: (_vf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vf.spacingGapSm,
427
+ spacingBreadcrumbsHorizontalGap: (_wf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wf.spacingGapSm,
428
+ spacingBreadcrumbsDividerPaddingRight: (_xf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xf.spacingGapSm,
429
+ spacingBulletListHorizontalGapSm: (_yf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yf.spacingGapSm,
430
+ spacingBulletListHorizontalGap: (_zf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zf.spacingGapSm2,
431
+ spacingBulletListPaddingLeft: (_Af = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Af.spacingGapSm,
432
+ spacingBulletListVerticalGap: (_Bf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bf.spacingGapSm,
433
+ spacingBulletListIconPaddingTopXs: (_Cf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cf.spacingBulletXs,
434
+ spacingBulletListIconPaddingTopSm: (_Df = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Df.spacingBulletSm,
435
+ spacingBulletListIconPaddingTopMd: (_Ef = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ef.spacingBulletMd,
436
+ spacingAccordionHorizontalGap: (_Ff = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ff.spacingGapMd,
437
+ spacingAccordionTitlePaddingVertical: (_Gf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gf.spacingTextMd,
438
+ spacingAccordionBodyPaddingBottom: (_Hf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hf.spacingTextMd,
439
+ spacingAccordionIconPaddingTop: (_If = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _If.spacingIconXs,
440
+ spacingCardTitleImagePaddingRight: (_Jf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jf.spacingGapMd,
441
+ spacingCardPaddingHorizontal: (_Kf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kf.spacingGapMd,
442
+ spacingCardPaddingVertical: (_Lf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lf.spacingGapMd,
443
+ spacingCardPaddingBottom: (_Mf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mf.spacingGapMd,
444
+ spacingCardButtonPaddingLeft: (_Nf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nf.spacingGapMd,
445
+ spacingCardTagPaddingBottom: (_Of = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Of.spacingGapSm,
446
+ spacingCardTitleVerticalGap: (_Pf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pf.spacingGapSm,
447
+ spacingCardTitleHorizontalGap: (_Qf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qf.spacingGapMd,
448
+ spacingCardTitleHorizontalGapXs: (_Rf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rf.spacingGapXs,
449
+ spacingCalendarMonthPaddingVertical: (_Sf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sf.spacingGapMd,
450
+ spacingCalendarMonthPaddingBottomLg: (_Tf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tf.spacingGapSm,
451
+ spacingCalendarDayPaddingVertical: (_Uf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uf.spacingGapMd,
452
+ spacingCalendarPaddingVerticalLg: (_Vf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vf.spacingGapMd,
453
+ spacingCalendarPaddingHorizontalLg: (_Wf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wf.spacingGapMd,
454
+ spacingCalendarPaddingHorizontal: (_Xf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xf.spacingGapLg,
455
+ spacingCalendarDatesVerticalGap: (_Yf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yf.spacingGapSm,
456
+ spacingCalendarButtonPaddingLeft: (_Zf = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zf.spacingGapLg,
457
+ spacingChipPaddingHorizontal: (__f = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __f.spacingGapMd,
458
+ spacingChipPaddingVertical: (_$f = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$f.spacingGapXs,
459
+ spacingChipTextLinkPaddingVertical: (_ag = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ag.spacingGapXs,
460
+ spacingChipTextLinkPaddingHorizontal: (_bg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bg.spacingGapSm,
461
+ spacingIconButtonPaddingHorizontal: (_cg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cg.spacingGapSm,
462
+ spacingIconButtonHorizontalGap: (_dg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dg.spacingGapSm,
463
+ spacingIconButtonPaddingVertical: (_eg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _eg.spacingGapSm,
464
+ spacingIconButtonPaddingHorizontalSm: (_fg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fg.spacingGapXs,
465
+ spacingIconButtonHorizontalGapSm: (_gg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gg.spacingGapMd,
466
+ spacingIconButtonPaddingVerticalSm: (_hg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hg.spacingGapXs,
467
+ spacingCardIconListHorizontalGap: (_ig = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ig.spacingGapSm,
468
+ spacingCardFooterVerticalGap: (_jg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jg.spacingGapMd,
469
+ spacingCardFooterHorizontalGap: (_kg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kg.spacingGapMd,
470
+ spacingCardBodyVerticalGap: (_lg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lg.spacingGapSm,
471
+ spacingSwimlaneHorizontalGapSm: (_mg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mg.spacingGapSm,
472
+ spacingSwimlaneHorizontalGapMd: (_ng = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ng.spacingGapMd,
473
+ spacingDateTimePickerMonthPaddingBottom: (_og = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _og.spacingGapSm,
474
+ spacingDateTimePickerPaddingTop: (_pg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pg.spacingGapMd,
475
+ spacingDateTimePickerPaddingBottom: (_qg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qg.spacingGapMd,
476
+ spacingDateTimePickerPaddingHorizontal: (_rg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rg.spacingGapMd,
477
+ spacingDateTimePickerVerticalGap: (_sg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sg.spacingGapMd,
478
+ spacingDateTimePickerButtonPaddingLeft: (_tg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tg.spacingGapLg,
479
+ spacingDateTimePickerTimePaddingVertical: (_ug = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ug.spacingGapSm,
480
+ spacingDateTimePickerTimePaddingBottom: (_vg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vg.spacingGapSm,
481
+ spacingDateTimePickerYearPaddingVertical: (_wg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wg.spacingGapSm,
482
+ spacingRadioInputVerticalGap: (_xg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xg.spacingGapMd,
483
+ spacingRadioInputHorizontalGap: (_yg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yg.spacingGapMd,
484
+ spacingCardColorListHorizontalGap: (_zg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zg.spacingGapXs,
485
+ spacingCoachmarkVerticalGap: (_Ag = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ag.spacingGapSm,
486
+ spacingCoachmarkPaddingHorizontal: (_Bg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bg.spacingGapMd,
487
+ spacingCoachmarkPaddingVertical: (_Cg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cg.spacingGapMd,
488
+ spacingCoachmarkIndicatorPaddingLeft: (_Dg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dg.spacingGapSm2,
489
+ spacingCoachmarkIndicatorPaddingRight: (_Eg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Eg.spacingGapSm2,
490
+ colorVoucherBackground: (_Fg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fg.colorBackgroundStandard,
491
+ colorVoucherBackgroundRedeemed: (_Gg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gg.colorBackgroundDisabled,
492
+ colorVoucherTextTitle: (_Hg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hg.colorTextNeutral,
493
+ colorVoucherTextSubtitle: (_Ig = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ig.colorTextSubtle,
494
+ colorVoucherTextPoints: (_Jg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jg.colorTextNeutral,
495
+ colorVoucherTextPointsRedeemed: (_Kg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kg.colorTextSubtle,
496
+ colorVoucherTextTitleRedeemed: (_Lg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lg.colorTextNeutral,
497
+ colorVoucherTextSubtitleRedeemed: (_Mg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mg.colorTextSubtle,
498
+ colorVoucherTextSubtitleExpiring: (_Ng = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ng.colorTextAlert,
499
+ colorVoucherTextPointsStrikethrough: (_Og = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Og.colorTextStrikethrough,
500
+ colorVoucherIcon: (_Pg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pg.colorIconSubtle,
501
+ colorRibbonIconBackgroundPrimary: (_Qg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qg.colorRibbonPrimary2,
502
+ colorRibbonIconBackgroundSecondary: (_Rg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rg.colorRibbonSecondary2,
503
+ colorRibbonIconPrimary: (_Sg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sg.colorRibbonPrimary3,
504
+ colorRibbonIconSecondary: (_Tg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tg.colorRibbonSecondary,
505
+ colorRibbonTextPrimary: (_Ug = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ug.colorRibbonPrimary,
506
+ colorRibbonTextPrimaryDark: (_Vg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vg.colorRibbonPrimaryDark,
507
+ colorRibbonTextSecondary: (_Wg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wg.colorRibbonSecondary,
508
+ colorRibbonTextSecondaryDark: (_Xg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xg.colorRibbonSecondaryDark,
509
+ colorDrawerBackgroundOverlay: (_Yg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yg.colorBackgroundOverlay,
510
+ colorDrawerBackgroundStandard: (_Zg = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zg.colorBackgroundStandard,
511
+ colorDrawerBackgroundSelected: (__g = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __g.colorBackgroundSelected,
512
+ colorDrawerBackgroundLabel: (_$g = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$g.colorBackgroundSubtle,
513
+ colorDrawerTextHeader: (_ah = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ah.colorTextNeutral,
514
+ colorDrawerTextHint: (_bh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bh.colorTextLabel,
515
+ colorDrawerTextTitlePinned: (_ch = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ch.colorTextNeutral,
516
+ colorDrawerTextTitle: (_dh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dh.colorTextNeutral,
517
+ colorDrawerTextSubtitle: (_eh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _eh.colorTextSubtle,
518
+ colorDrawerTextStrikethrough: (_fh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fh.colorTextStrikethrough,
519
+ colorDrawerTextLabel: (_gh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gh.colorTextLabel,
520
+ colorDrawerTextError: (_hh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hh.colorTextAlert,
521
+ colorDrawerTextLink: (_ih = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ih.colorTextLink,
522
+ colorDrawerIcon: (_jh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jh.colorIconSubtle,
523
+ colorDrawerHandle: (_kh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kh.colorIconWeak,
524
+ colorButtonSecondaryBorderInverse: (_lh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lh.colorBorderCtaInverse,
525
+ colorButtonSecondaryBorder: (_mh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mh.colorBorderCta,
526
+ colorButtonIconPrimary: (_nh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nh.colorIconCta,
527
+ colorButtonIconPrimaryInverse: (_oh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oh.colorIconCtaInverse,
528
+ colorButtonIconSecondaryInverse: (_ph = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ph.colorIconCtaInverse,
529
+ colorButtonIconSecondary: (_qh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qh.colorIconCta,
530
+ colorButtonIconSuccess: (_rh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rh.colorIconInverse,
531
+ colorButtonTextPrimary: (_sh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sh.colorTextCtaInverse,
532
+ colorButtonTextSecondary: (_th = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _th.colorTextCta,
533
+ colorButtonTextPrimaryInverse: (_uh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uh.colorTextCta,
534
+ colorButtonTextSecondaryInverse: (_vh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vh.colorTextCtaInverse,
535
+ colorButtonBackgroundPrimary: (_wh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wh.colorBackgroundCta,
536
+ colorButtonBackgroundPrimaryInverse: (_xh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xh.colorBackgroundCtaInverse,
537
+ colorButtonBackgroundPrimaryPressed: (_yh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yh.colorBackgroundCtaPressed,
538
+ colorButtonBackgroundPrimaryInversePressed: (_zh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zh.colorBackgroundCtaInversePressed,
539
+ colorButtonBackgroundSuccess: (_Ah = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ah.colorBackgroundCtaSuccess,
540
+ colorStickyFooterText: (_Bh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bh.colorTextNeutral,
541
+ colorStickyFooterText2: (_Ch = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ch.colorRibbonPrimary,
542
+ colorStickyFooterPrice: (_Dh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dh.colorTextNeutral,
543
+ colorStickyFooterPriceStrikethrough: (_Eh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Eh.colorTextStrikethrough,
544
+ colorStickyFooterBorderTop: (_Fh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fh.colorBorderWeak,
545
+ colorStickyFooterBackground: (_Gh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gh.colorBackgroundStandard,
546
+ colorInputBackground: (_Hh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hh.colorBackgroundStandard,
547
+ colorInputBackgroundHaze: (_Ih = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ih.colorBackgroundSubtle,
548
+ colorInputBackgroundSelected: (_Jh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jh.colorBackgroundSelected,
549
+ colorInputBackgroundHover: (_Kh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kh.colorBackgroundHover,
550
+ colorInputBorderActive: (_Lh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lh.colorBorderActive,
551
+ colorInputBorderError: (_Mh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mh.colorBorderError,
552
+ colorInputBorderStandard: (_Nh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nh.colorBorderStandard,
553
+ colorInputTextLabel: (_Oh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oh.colorTextNeutral,
554
+ colorInputTextHintMessage: (_Ph = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ph.colorTextNeutral,
555
+ colorInputTextLabelActive: (_Qh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qh.colorTextLabel,
556
+ colorInputTextPlaceholder: (_Rh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rh.colorTextLabel,
557
+ colorInputTextActive: (_Sh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sh.colorTextNeutral,
558
+ colorInputTextLink: (_Th = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Th.colorTextLink,
559
+ colorInputTextError: (_Uh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uh.colorTextAlert,
560
+ colorInputTextCounter: (_Vh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vh.colorTextLabel,
561
+ colorInputTextSuccess: (_Wh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wh.colorTextSuccess,
562
+ colorInputTextLoading: (_Xh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xh.colorTextDisabled,
563
+ colorInputTextOptions: (_Yh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yh.colorTextNeutral,
564
+ colorInputTextSearchString: (_Zh = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zh.colorTextNeutral,
565
+ colorInputTextNonsearchString: (__h = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __h.colorTextLabel,
566
+ colorInputTextNumber: (_$h = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$h.colorTextNeutral,
567
+ colorInputTextDocumentName: (_ai = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ai.colorTextNeutral,
568
+ colorInputIconLoader: (_bi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bi.colorIconLoader,
569
+ colorInputIconSuccess: (_ci = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ci.colorIconSuccess,
570
+ colorInputIconInverse: (_di = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _di.colorIconInverse,
571
+ colorInputIconBackgroundActive: (_ei = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ei.colorIconCta,
572
+ colorInputIconStandard: (_fi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fi.colorIconSubtle,
573
+ colorInputIconBackgroundDisabled: (_gi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gi.colorIconDisabled,
574
+ colorSearchInputBackground: (_hi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hi.colorBackgroundStandard,
575
+ colorSearchInputBackgroundHaze: (_ii = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ii.colorBackgroundSubtle,
576
+ colorSearchInputBackgroundHover: (_ji = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ji.colorBackgroundHover,
577
+ colorSearchInputBorderActive: (_ki = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ki.colorBorderActive,
578
+ colorSearchInputBorderStandard: (_li = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _li.colorBorderStandard,
579
+ colorSearchInputTextPlaceholder: (_mi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mi.colorTextLabel,
580
+ colorSearchInputTextLabel: (_ni = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ni.colorTextLabel,
581
+ colorSearchInputTextActive: (_oi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oi.colorTextNeutral,
582
+ colorSearchInputTextResults: (_pi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pi.colorTextNeutral,
583
+ colorSearchInputIconLoader: (_qi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qi.colorIconLoader,
584
+ colorSearchInputIconStandard: (_ri = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ri.colorIconSubtle,
585
+ colorToggleOn: (_si = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _si.colorToggleActiveWeak,
586
+ colorToggleBaseActive: (_ti = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ti.colorToggleActiveStrong,
587
+ colorToggleOff: (_ui = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ui.colorToggleInactiveWeak,
588
+ colorToggleBase: (_vi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vi.colorToggleInactiveStrong,
589
+ colorToggleIndicatorHover: (_wi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wi.colorToggleIndicator,
590
+ colorRatingText: (_xi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xi.colorTextLabel,
591
+ colorRatingIconActive: (_yi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yi.colorIconRating,
592
+ colorRatingIconBase: (_zi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zi.colorIconDisabled,
593
+ colorCheckboxInputBorderError: (_Ai = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ai.colorBorderError,
594
+ colorCheckboxInputBorderStandard: (_Bi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bi.colorBorderStandard,
595
+ colorCheckboxInputBorderHover: (_Ci = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ci.colorBorderActive,
596
+ colorCheckboxInputBackgroundStandard: (_Di = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Di.colorBackgroundStandard,
597
+ colorCheckboxInputBackgroundActive: (_Ei = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ei.colorBackgroundActive,
598
+ colorRadioInputBackgroundStandard: (_Fi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fi.colorBackgroundStandard,
599
+ colorRadioInputBackgroundActive: (_Gi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gi.colorBackgroundActive,
600
+ colorRadioInputBorderError: (_Hi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hi.colorBorderError,
601
+ colorRadioInputBorderStandard: (_Ii = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ii.colorBorderStandard,
602
+ colorRadioInputBorderHover: (_Ji = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ji.colorBorderActive,
603
+ colorSelectorBackground: (_Ki = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ki.colorBackgroundStandard,
604
+ colorSelectorBackgroundSubtle: (_Li = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Li.colorBackgroundSubtle,
605
+ colorSelectorBorderActive: (_Mi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mi.colorBorderActive,
606
+ colorSelectorBorderStandard: (_Ni = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ni.colorBorderStandard,
607
+ colorSelectorBorderDisabled: (_Oi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oi.colorBorderDisabled,
608
+ colorSelectorTextTitle: (_Pi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pi.colorTextNeutral,
609
+ colorSelectorTextBody: (_Qi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qi.colorTextNeutral,
610
+ colorSelectorTextPrice: (_Ri = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ri.colorTextNeutral,
611
+ colorSelectorTextSubtitle: (_Si = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Si.colorTextSubtle,
612
+ colorSelectorTextStrikethrough: (_Ti = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ti.colorTextStrikethrough,
613
+ colorSelectorTextDisabled: (_Ui = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ui.colorTextDisabled,
614
+ colorSelectorTextUnavailable: (_Vi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vi.colorTextNeutral,
615
+ colorSelectorColorIndicatorBorderInner: (_Wi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wi.colorBorderWeak,
616
+ colorSelectorColorIndicatorBorderOuter: (_Xi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xi.colorBorderStandard,
617
+ colorSelectorColorIndicatorStrikeout: (_Yi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yi.colorBorderStrikeout,
618
+ colorSelectorColorIndicatorStrikeoutInverse: (_Zi = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zi.colorBorderStrikeoutInverse,
619
+ colorToastTextInverse: (__i = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __i.colorTextInverse,
620
+ colorToastIconAlert: (_$i = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$i.colorIconAlertInverse,
621
+ colorToastIconSuccess: (_aj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _aj.colorIconSuccess,
622
+ colorToastIconPending: (_bj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bj.colorIconPending,
623
+ colorToastTextLinkInverse: (_cj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cj.colorTextLinkInverse,
624
+ colorToastBackground: (_dj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dj.colorBackgroundDark,
625
+ colorTextLinkText: (_ej = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ej.colorTextLink,
626
+ colorTextLinkTextInverse: (_fj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fj.colorTextLinkInverse,
627
+ colorTextLinkHeaderStandard: (_gj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gj.colorTextSubtle,
628
+ colorTextLinkHeaderStandardInverse: (_hj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hj.colorTextInverse,
629
+ colorTextLinkHeaderHover: (_ij = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ij.colorTextHeaderHighlight,
630
+ colorTextLinkHeaderHoverInverse: (_jj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jj.colorTextHeaderHighlightInverse,
631
+ colorTextLinkHeaderActive: (_kj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kj.colorTextHeaderHighlight,
632
+ colorTextLinkHeaderActiveInverse: (_lj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lj.colorTextHeaderHighlightInverse,
633
+ colorTextLinkHeaderActiveMain: (_mj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mj.colorTextHeaderActive,
634
+ colorTextLinkIcon: (_nj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nj.colorIconLink,
635
+ colorTextLinkIconInverse: (_oj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _oj.colorIconLinkInverse,
636
+ colorTagText: (_pj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pj.colorTextInverse,
637
+ colorTagBackgroundPrimary: (_qj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qj.colorTagPrimary,
638
+ colorTagBackgroundSecondary: (_rj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rj.colorTagSecondary,
639
+ colorTabsTextTitle: (_sj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sj.colorTextLink,
640
+ colorTabsTextTitleInverse: (_tj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tj.colorTextCtaInverse,
641
+ colorTabsTextSubtitle: (_uj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uj.colorTextLink,
642
+ colorTabsTextSubtitleInverse: (_vj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vj.colorTextCtaInverse,
643
+ colorTabsTextTitleInactive: (_wj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wj.colorTextSubtle,
644
+ colorTabsTextTitleInverseInactive: (_xj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xj.colorTextSubtleInverse,
645
+ colorTabsTextSubtitleInactive: (_yj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yj.colorTextSubtle,
646
+ colorTabsTextSubtitleInverseInactive: (_zj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zj.colorTextSubtleInverse,
647
+ colorTabsBorderActive: (_Aj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Aj.colorBorderActive,
648
+ colorTabsBorderActiveInverse: (_Bj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bj.colorBorderActiveInverse,
649
+ colorTabsBorderInactive: (_Cj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cj.colorBorderWeak,
650
+ colorTabsBorderInactiveInverse: (_Dj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dj.colorBorderWeakInverse,
651
+ colorTabsIconActive: (_Ej = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ej.colorIconLink,
652
+ colorTabsIconActiveInverse: (_Fj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fj.colorIconCtaInverse,
653
+ colorTabsIconInactive: (_Gj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gj.colorIconSubtle,
654
+ colorTabsIconInactiveInverse: (_Hj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hj.colorIconSubtleInverse,
655
+ colorTableText: (_Ij = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ij.colorTextNeutral,
656
+ colorTableBackground: (_Jj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jj.colorBackgroundStandard,
657
+ colorTableCellHover: (_Kj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kj.colorBackgroundHover,
658
+ colorTableCellSelected: (_Lj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lj.colorBackgroundSelected,
659
+ colorStepperTextInactive: (_Mj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mj.colorTextLabel,
660
+ colorStepperTextActive: (_Nj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nj.colorTextInverse,
661
+ colorStepperTextLabel: (_Oj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Oj.colorTextSubtle,
662
+ colorStepperBackgroundActive: (_Pj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pj.colorBackgroundActive,
663
+ colorStepperBackgroundInactive: (_Qj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qj.colorIconInactive,
664
+ colorStepperBackgroundSuccess: (_Rj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rj.colorIconActive,
665
+ colorStepperIconSuccess: (_Sj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sj.colorIconInverse,
666
+ colorStepperBorderActive: (_Tj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tj.colorBorderActive,
667
+ colorStepperConnectorSuccess: (_Uj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uj.colorBorderStrong,
668
+ colorStepperConnectorInactive: (_Vj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vj.colorBorderWeak,
669
+ colorStepperTextNeutral: (_Wj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wj.colorTextNeutral,
670
+ colorStepperTextLabel2: (_Xj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xj.colorTextLabel,
671
+ colorStepperBackgroundActiveWeak: (_Yj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yj.colorBackgroundActiveWeak,
672
+ colorPaginationText: (_Zj = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zj.colorTextNeutral,
673
+ colorPaginationIcon: (__j = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __j.colorIconSubtle,
674
+ colorPaginationBackgroundHover: (_$j = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$j.colorBackgroundHover,
675
+ colorNumberedListText: (_ak = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ak.colorTextNeutral,
676
+ colorTopNavigationTitleStandard: (_bk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bk.colorTextNeutral,
677
+ colorTopNavigationTitleInverse: (_ck = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ck.colorTextInverse,
678
+ colorTopNavigationGradient: "linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%)",
679
+ colorTopNavigationBackground: (_dk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dk.colorBackgroundStandard,
680
+ colorTopNavigationBackgroundHaze: (_ek = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ek.colorBackgroundSubtle,
681
+ colorTopNavigationBackgroundInverse: (_fk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fk.colorBackgroundActive,
682
+ colorTopNavigationBorderBottom: (_gk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gk.colorBorderWeak,
683
+ colorBottomNavigationTextActive: (_hk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hk.colorTextNavigationActive,
684
+ colorBottomNavigationTextInactive: (_ik = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ik.colorTextLabel,
685
+ colorBottomNavigationIconInactive: (_jk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jk.colorIconBottomNavigationInactive,
686
+ colorBottomNavigationIconActive: (_kk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kk.colorIconBottomNavigationActive,
687
+ colorBottomNavigationBackground: (_lk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lk.colorBackgroundStandard,
688
+ colorBottomNavigationBorderTop: (_mk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mk.colorBorderWeak,
689
+ colorModalTextHeader: (_nk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nk.colorTextNeutral,
690
+ colorModalTextBody: (_ok = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ok.colorTextNeutral,
691
+ colorModalBackground: (_pk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pk.colorBackgroundStandard,
692
+ colorModalOverlay: (_qk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qk.colorBackgroundOverlay,
693
+ colorModalIcon: (_rk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rk.colorIconNeutral,
694
+ colorLocationPinDefault: (_sk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sk.colorIconLocationPin,
695
+ colorLocationPinActive: (_tk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tk.colorIconLocationPinActive,
696
+ colorLocationPinText: (_uk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _uk.colorTextNeutral,
697
+ colorLocationPinTextBorder: (_vk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vk.colorTextInverse,
698
+ colorListItemBackground: (_wk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wk.colorBackgroundStandard,
699
+ colorListItemIconBackground: (_xk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xk.colorBackgroundSubtle,
700
+ colorListItemTextTitle: (_yk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yk.colorTextNeutral,
701
+ colorListItemTextSubtitle: (_zk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zk.colorTextSubtle,
702
+ colorListItemTextPoints: (_Ak = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ak.colorTextNeutral,
703
+ colorListItemIconSubtle: (_Bk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bk.colorIconSubtle,
704
+ colorListItemIcon: (_Ck = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ck.colorIconNeutral,
705
+ colorHeroBannerTextTitle: (_Dk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dk.colorTextNeutral,
706
+ colorHeroBannerTextTitleInverse: (_Ek = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ek.colorTextInverse,
707
+ colorHeroBannerTextSubtitle: (_Fk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fk.colorTextNeutral,
708
+ colorHeroBannerTextSubtitleInverse: (_Gk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gk.colorTextInverse,
709
+ colorHeroBannerIndicatorInactive: (_Hk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hk.colorIconInactive,
710
+ colorHeroBannerIndicatorActive: (_Ik = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ik.colorIconActive,
711
+ colorCirclePatternTextHeader: (_Jk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jk.colorTextNeutral,
712
+ colorCirclePatternTextTitle: (_Kk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kk.colorTextNeutral,
713
+ colorCirclePatternTextBody: (_Lk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lk.colorTextNeutral,
714
+ colorCarouselTextTitle: (_Mk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mk.colorTextNeutral,
715
+ colorCarouselTextBody: (_Nk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nk.colorTextNeutral,
716
+ colorCarouselTextTitleInverse: (_Ok = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ok.colorTextInverse,
717
+ colorCarouselTextBodyInverse: (_Pk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pk.colorTextInverse,
718
+ colorCarouselIndicatorActive: (_Qk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qk.colorIconActive,
719
+ colorCarouselIndicatorInactive: (_Rk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rk.colorIconInactive,
720
+ colorCarouselArrowIcon: (_Sk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sk.colorIconNeutral,
721
+ colorCarouselArrowBackground: (_Tk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tk.colorIconInactive,
722
+ colorCarouselOverlay: (_Uk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Uk.colorBackgroundOverlayLight,
723
+ colorBannerBackground: (_Vk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vk.colorBackgroundStandard,
724
+ colorBannerBackgroundLight: (_Wk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wk.colorBackgroundSubtle,
725
+ colorBannerBackgroundDark: (_Xk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xk.colorBackgroundDark2,
726
+ colorBannerTextTitle: (_Yk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yk.colorTextNeutral,
727
+ colorBannerTextBody: (_Zk = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zk.colorTextNeutral,
728
+ colorBannerTextTitleInverse: (__k = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __k.colorTextInverse,
729
+ colorBannerTextBodyInverse: (_$k = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$k.colorTextInverse,
730
+ colorBreadcrumbsTextCurrentPage: (_al = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _al.colorTextNeutral,
731
+ colorBreadcrumbsTextPages: (_bl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bl.colorTextLabel,
732
+ colorBreadcrumbsTextTruncation: (_cl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cl.colorTextLabel,
733
+ colorBreadcrumbsDivider: (_dl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dl.colorTextLabel,
734
+ colorBulletListText: (_el = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _el.colorTextNeutral,
735
+ colorBulletListIcon: (_fl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fl.colorTextNeutral,
736
+ colorAccordionIcon: (_gl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gl.colorIconSubtle,
737
+ colorAccordionIconInverse: (_hl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hl.colorIconInverse,
738
+ colorAccordionTextTitle: (_il = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _il.colorTextNeutral,
739
+ colorAccordionTextTitleInverse: (_jl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jl.colorTextInverse,
740
+ colorAccordionTextBody: (_kl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kl.colorTextNeutral,
741
+ colorAccordionTextBodyInverse: (_ll = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ll.colorTextInverse,
742
+ colorCardTextTitle: (_ml = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ml.colorTextNeutral,
743
+ colorCardTextTitleInverse: (_nl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nl.colorTextInverse,
744
+ colorCardTextSubtitle: (_ol = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ol.colorTextSubtle,
745
+ colorCardTextSubtitleInverse: (_pl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pl.colorTextInverse,
746
+ colorCardTextBody: (_ql = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ql.colorTextNeutral,
747
+ colorCardTextBodyInverse: (_rl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rl.colorTextInverse,
748
+ colorCardTextPrice: (_sl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sl.colorTextNeutral,
749
+ colorCardTextPriceInverse: (_tl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tl.colorTextSubtleInverse,
750
+ colorCardTextPriceStrikethrough: (_ul = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ul.colorTextStrikethrough,
751
+ colorCardTextPriceStrikethroughInverse: (_vl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vl.colorTextSubtleInverse,
752
+ colorCardTextLink: (_wl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wl.colorTextLink,
753
+ colorCardTextHeader: (_xl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xl.colorTextNeutral,
754
+ colorCardTextHeaderInverse: (_yl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yl.colorTextInverse,
755
+ colorCardTextSubheader: (_zl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zl.colorTextSubtle,
756
+ colorCardTextSubheaderInverse: (_Al = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Al.colorTextInverse,
757
+ colorCardTextHeaderDark: (_Bl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bl.colorTextNeutral,
758
+ colorCardIconSubtitle: (_Cl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cl.colorIconSubtle,
759
+ colorCardIconTitle: (_Dl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dl.colorIconNeutral,
760
+ colorCardBackground: (_El = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _El.colorBackgroundStandard,
761
+ colorCardBackgroundDark: (_Fl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fl.colorBackgroundDark2,
762
+ colorCardOverlay: (_Gl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gl.colorGradientNeutral,
763
+ colorCardOverlayLight: (_Hl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hl.colorBackgroundOverlayLight,
764
+ colorCardBorder: (_Il = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Il.colorBorderWeak,
765
+ colorCardHeaderTitle: (_Jl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jl.colorTextNeutral,
766
+ colorCardHeaderSubtitle: (_Kl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kl.colorTextSubtle,
767
+ colorCalendarTextDay: (_Ll = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ll.colorTextNeutral,
768
+ colorCalendarTextMonth: (_Ml = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ml.colorTextNeutral,
769
+ colorCalendarTextDate: (_Nl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nl.colorTextNeutral,
770
+ colorCalendarTextDateStrikethrough: (_Ol = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ol.colorTextDisabled,
771
+ colorCalendarTextDateSelected: (_Pl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pl.colorTextInverse,
772
+ colorCalendarBackgroundSelected: (_Ql = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ql.colorBackgroundActive,
773
+ colorCalendarBackgroundSelectedRange: (_Rl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rl.colorBackgroundSelected,
774
+ colorCalendarBackgroundDay: (_Sl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sl.colorBackgroundSubtle,
775
+ colorCalendarBackgroundHover: (_Tl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tl.colorBackgroundHover,
776
+ colorCalendarIcon: (_Ul = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ul.colorIconSubtle,
777
+ colorNotificationTextTitle: (_Vl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vl.colorTextNeutral,
778
+ colorNotificationTextBody: (_Wl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wl.colorTextNeutral,
779
+ colorNotificationBackgroundAlert: (_Xl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xl.colorNotificationAlert,
780
+ colorNotificationBackgroundInfo: (_Yl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Yl.colorNotificationDefault,
781
+ colorNotificationBackgroundPromo: (_Zl = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zl.colorNotificationPromo,
782
+ colorNotificationIcon: (__l = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __l.colorIconNeutral,
783
+ colorChipBackgroundStandard: (_$l = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$l.colorBackgroundStandard,
784
+ colorChipBackgroundHover: (_am = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _am.colorBackgroundHoverNeutral,
785
+ colorChipBackgroundActive: (_bm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bm.colorBackgroundSelected,
786
+ colorChipBorderActive: (_cm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cm.colorBorderActive,
787
+ colorChipBorderStandard: (_dm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dm.colorBorderStandard,
788
+ colorChipTextActive: (_em = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _em.colorTextNeutral,
789
+ colorChipTextInactive: (_fm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fm.colorTextSubtle,
790
+ colorChipIcon: (_gm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gm.colorIconSubtle,
791
+ colorGraphBackgroundActiveStrong: (_hm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hm.colorBackgroundActive,
792
+ colorGraphBackgroundActiveWeak: (_im = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _im.colorBackgroundActiveWeak,
793
+ colorGraphBackgroundData: (_jm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jm.colorBackgroundDark,
794
+ colorGraphBackgroundDataInverse: (_km = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _km.colorBackgroundStandard,
795
+ colorGraphBackgroundActiveStrongInverse: (_lm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _lm.colorBackgroundActiveInverse,
796
+ colorGraphBackgroundActiveWeakInverse: (_mm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mm.colorBackgroundActiveWeakInverse,
797
+ colorGraphBorderBenchmark: (_nm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nm.colorBorderBenchmark,
798
+ colorGraphBorderBenchmarkInverse: (_om = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _om.colorBorderBenchmarkInverse,
799
+ colorGraphBorderAxis: (_pm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pm.colorBorderStandard,
800
+ colorGraphBorderGridLine: (_qm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qm.colorBorderStandard,
801
+ colorGraphTextData: (_rm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rm.colorTextInverse,
802
+ colorGraphTextDataInverse: (_sm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sm.colorTextNeutral,
803
+ colorGraphTextAxisLabel: (_tm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tm.colorTextSubtle,
804
+ colorGraphTextAxisLabelInverse: (_um = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _um.colorTextSubtleInverse,
805
+ colorCardIconListThumbnailBorder: (_vm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vm.colorBorderStandard,
806
+ colorCardIconListThumbnailBackground: (_wm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wm.colorBackgroundSubtle,
807
+ colorIconButtonNeutral: (_xm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xm.colorIconNeutral,
808
+ colorIconButtonInverse: (_ym = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ym.colorIconInverse,
809
+ colorButtonTextDisabled: (_zm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zm.colorTextDisabled,
810
+ colorDateTimePickerTextDay: (_Am = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Am.colorTextNeutral,
811
+ colorDateTimePickerTextDate: (_Bm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bm.colorTextNeutral,
812
+ colorDateTimePickerTextMonth: (_Cm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cm.colorTextNeutral,
813
+ colorDateTimePickerTextDateStrikethrough: (_Dm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dm.colorTextDisabled,
814
+ colorDateTimePickerTextDateSelected: (_Em = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Em.colorTextInverse,
815
+ colorDateTimePickerIcon: (_Fm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fm.colorIconSubtle,
816
+ colorDateTimePickerBorder: (_Gm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gm.colorBorderStandard,
817
+ colorDateTimePickerBackgroundSelected: (_Hm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hm.colorBackgroundActive,
818
+ colorDateTimePickerBackgroundHover: (_Im = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Im.colorBackgroundHover,
819
+ colorHeaderBackground: (_Jm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jm.colorBackgroundHeader,
820
+ colorHeaderBorder: (_Km = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Km.colorBorderWeak,
821
+ colorCardColorListBorder: (_Lm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Lm.colorBorderWeak,
822
+ colorFooterBackground: (_Mm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mm.colorBackgroundFooter,
823
+ colorCoachmarkBackground: (_Nm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nm.colorBackgroundCoachmark,
824
+ colorCoachmarkIndicator: (_Om = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Om.colorBackgroundCoachmark,
825
+ colorCoachmarkText: (_Pm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pm.colorTextInverse,
826
+ colorCoachmarkBackgroundCircle: (_Qm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qm.colorBackgroundCtaInverse,
827
+ shadowVoucherLow: (_Rm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Rm.shadowLow,
828
+ shadowTable: (_Sm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Sm.shadowLow,
829
+ shadowToggle: (_Tm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Tm.shadowLow,
830
+ shadowTopNavigation: (_Um = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Um.shadowLow,
831
+ shadowListItem: (_Vm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Vm.shadowLow,
832
+ shadowCardLow: (_Wm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Wm.shadowLow,
833
+ shadowCardHigh: (_Xm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Xm.shadowHigh,
834
+ borderWidthInputStandard: (_Ym = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ym.borderWidthStandard,
835
+ borderWidthDividerStandard: (_Zm = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Zm.borderWidthStandard,
836
+ borderWidthSelectorStandard: (__m = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : __m.borderWidthStandard,
837
+ borderWidthSelectorActive: (_$m = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _$m.borderWidthSelected,
838
+ borderWidthSelectorStrikeout: (_an = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _an.borderWidthStrikeout,
839
+ borderWidthTabsStandard: (_bn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _bn.borderWidthSelected,
840
+ borderWidthTabsActive: (_cn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _cn.borderWidthSelected,
841
+ borderWidthStepperActive: (_dn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _dn.borderWidthSelected,
842
+ borderWidthStepperConnector: (_en = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _en.borderWidthStandard,
843
+ borderWidthButtonSecondary: (_fn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _fn.borderWidthCta,
844
+ borderWidthChip: (_gn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _gn.borderWidthStandard,
845
+ borderRadiusDrawerTopLeft: (_hn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _hn.borderRadiusMd,
846
+ borderRadiusDrawerTopRight: (_in = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _in.borderRadiusMd,
847
+ borderRadiusButton: (_jn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _jn.borderRadiusButton,
848
+ borderRadiusCarouselFixed: (_kn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _kn.borderRadiusSm,
849
+ borderRadiusInput: (_ln = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _ln.borderRadiusSm,
850
+ borderRadiusSearchInput: (_mn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _mn.borderRadiusSm,
851
+ borderRadiusCarouselFixedLg: (_nn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _nn.borderRadiusMd,
852
+ borderRadiusSelector: (_on = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _on.borderRadiusSm,
853
+ borderRadiusToast: (_pn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _pn.borderRadiusSm,
854
+ borderRadiusTag: (_qn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _qn.borderRadiusSm,
855
+ borderRadiusTable: (_rn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _rn.borderRadiusSm,
856
+ borderRadiusTableLg: (_sn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _sn.borderRadiusMd,
857
+ borderRadiusNotification: (_tn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _tn.borderRadiusSm,
858
+ borderRadiusModal: (_un = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _un.borderRadiusMd,
859
+ borderRadiusVoucher: (_vn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _vn.borderRadiusSm,
860
+ borderRadiusChip: (_wn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _wn.borderRadiusXl,
861
+ borderRadiusCardSm: (_xn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _xn.borderRadiusSm,
862
+ borderRadiusCardMd: (_yn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _yn.borderRadiusMd,
863
+ borderRadiusListItem: (_zn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _zn.borderRadiusSm,
864
+ borderRadiusDatetimepicker: (_An = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _An.borderRadiusInput,
865
+ borderFileInput: (_Bn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Bn.borderUpload,
866
+ opacitySelectorTextDisabled: (_Cn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Cn.opacityDisabled,
867
+ opacitySelectorImageDisabled: (_Dn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Dn.opacityDisabled,
868
+ colorBackgroundDisabled: (_En = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _En.opacityOverlay,
869
+ colorDivider10Horizontal: (_Fn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Fn.colorDivider,
870
+ colorDivider10Text: (_Gn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Gn.colorTextSubtle,
871
+ opacityButtonHover: (_Hn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Hn.opacityHover,
872
+ opacityButtonPressed: (_In = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _In.opacityPressed,
873
+ colorButtonBackgroundPrimaryDisable: (_Jn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Jn.colorBackgroundDisabled,
874
+ colorButtonTextDisable: (_Kn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Kn.colorTextInverse,
875
+ fontFamilyPromaryBold: (_Ln = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Ln.fontFamilyPromaryBold,
876
+ fontFamilyPromaryRegular: (_Mn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Mn.fontFamilyPromaryRegular,
877
+ fontFamilyPromarySemiBold: (_Nn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Nn.fontFamilyPromarySemiBold,
878
+ fontFamilySecondaryBold: (_On = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _On.fontFamilySecondaryBold,
879
+ fontFamilySecondaryRegular: (_Pn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Pn.fontFamilySecondaryRegular,
880
+ fontFamilySecondarySemiBold: (_Qn = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _Qn.fontFamilySecondarySemiBold
819
881
  };
820
882
  };
821
883
  var tokenKey = (key) => getComponentToken()[key] || "";
@@ -823,11 +885,12 @@ var designTokenKey = (key) => {
823
885
  var _a;
824
886
  return ((_a = tokenRef == null ? void 0 : tokenRef.root) == null ? void 0 : _a[key]) || "#fff";
825
887
  };
826
- var TokenManager = {
888
+ var tokenManager = {
827
889
  tokenRef,
828
890
  tokenKey,
829
891
  designTokenKey,
830
892
  setTokenRef,
831
- getComponentToken
893
+ getComponentToken,
894
+ loadExternalToken
832
895
  };
833
- var tokenManager_default = TokenManager;
896
+ var tokenManager_default = tokenManager;