@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.
- package/README.md +81 -47
- package/es/assets/token.json +128 -102
- package/es/components/Accordion/designTokens.d.ts +3 -3
- package/es/components/Accordion/designTokens.js +22 -14
- package/es/components/Accordion/index.js +8 -4
- package/es/components/Amount/designTokens.d.ts +2 -2
- package/es/components/Amount/designTokens.js +12 -8
- package/es/components/Amount/index.d.ts +3 -10
- package/es/components/Amount/index.js +122 -136
- package/es/components/Button/designTokens.d.ts +18 -3
- package/es/components/Button/designTokens.js +136 -122
- package/es/components/Button/index.d.ts +16 -5
- package/es/components/Button/index.js +89 -94
- package/es/components/Button/style/index.less +1 -1
- package/es/components/Card/designTokens.d.ts +9 -0
- package/es/components/Card/designTokens.js +14 -0
- package/es/components/Card/index.d.ts +15 -0
- package/es/components/Card/index.js +66 -0
- package/es/components/Card/style/index.less +45 -0
- package/es/components/Card/style/variables.less +4 -0
- package/es/components/Chip/designTokens.d.ts +2 -2
- package/es/components/Chip/designTokens.js +25 -21
- package/es/components/Chip/index.js +9 -8
- package/es/components/Divider/designTokens.d.ts +4 -0
- package/es/components/Divider/designTokens.js +9 -0
- package/es/components/Divider/index.d.ts +3 -8
- package/es/components/Divider/index.js +31 -49
- package/es/components/Drawer/designTokens.d.ts +2 -2
- package/es/components/Drawer/designTokens.js +30 -26
- package/es/components/Drawer/index.d.ts +6 -2
- package/es/components/Drawer/index.js +71 -68
- package/es/components/Drawer/style/index.less +13 -7
- package/es/components/GlobalTokenProvider/index.d.ts +11 -0
- package/es/components/GlobalTokenProvider/index.js +16 -0
- package/es/components/Icon/designTokens.d.ts +3 -3
- package/es/components/Icon/designTokens.js +11 -6
- package/es/components/Icon/index.js +6 -2
- package/es/components/IconButton/designTokens.d.ts +3 -4
- package/es/components/IconButton/designTokens.js +38 -32
- package/es/components/IconButton/index.d.ts +1 -1
- package/es/components/IconButton/index.js +7 -7
- package/es/components/Image/index.d.ts +1 -1
- package/es/components/Image/index.js +4 -3
- package/es/components/ListItem/designTokens.d.ts +4 -2
- package/es/components/ListItem/designTokens.js +36 -30
- package/es/components/ListItem/index.d.ts +12 -2
- package/es/components/ListItem/index.js +95 -30
- package/es/components/ListItem/style/index.less +42 -9
- package/es/components/Modal/designTokens.d.ts +11 -20
- package/es/components/Modal/designTokens.js +39 -30
- package/es/components/Modal/index.js +24 -11
- package/es/components/Navigation/designTokens.d.ts +9 -8
- package/es/components/Navigation/designTokens.js +24 -18
- package/es/components/Navigation/index.d.ts +1 -0
- package/es/components/Navigation/index.js +14 -10
- package/es/components/Notification/designTokens.d.ts +9 -0
- package/es/components/Notification/designTokens.js +14 -0
- package/es/components/Notification/index.d.ts +12 -0
- package/es/components/Notification/index.js +54 -0
- package/es/components/Notification/style/index.less +45 -0
- package/es/components/Notification/style/variables.less +4 -0
- package/es/components/Search/designTokens.d.ts +4 -4
- package/es/components/Search/designTokens.js +57 -46
- package/es/components/Search/index.js +15 -9
- package/es/components/Stepper/designTokens.d.ts +4 -5
- package/es/components/Stepper/designTokens.js +48 -40
- package/es/components/Stepper/index.d.ts +9 -10
- package/es/components/Stepper/index.js +139 -135
- package/es/components/Stepper/style/index.less +27 -12
- package/es/components/StickyFooter/designTokens.d.ts +2 -2
- package/es/components/StickyFooter/designTokens.js +20 -16
- package/es/components/StickyFooter/index.d.ts +2 -2
- package/es/components/StickyFooter/index.js +68 -39
- package/es/components/StickyFooter/style/index.less +5 -3
- package/es/components/Tabs/designTokens.d.ts +6 -6
- package/es/components/Tabs/designTokens.js +77 -60
- package/es/components/Tabs/index.js +11 -6
- package/es/components/Tag/designTokens.d.ts +42 -42
- package/es/components/Tag/designTokens.js +139 -95
- package/es/components/Tag/index.d.ts +1 -1
- package/es/components/Tag/index.js +16 -3
- package/es/components/Text/designTokens.d.ts +19 -10
- package/es/components/Text/designTokens.js +65 -51
- package/es/components/Text/index.d.ts +2 -1
- package/es/components/Text/index.js +42 -12
- package/es/components/TextInputInside/designTokens.d.ts +3 -12
- package/es/components/TextInputInside/designTokens.js +59 -57
- package/es/components/TextInputInside/index.js +10 -7
- package/es/components/TextInputOutside/designTokens.d.ts +5 -5
- package/es/components/TextInputOutside/designTokens.js +77 -61
- package/es/components/TextInputOutside/index.js +12 -7
- package/es/components/TextLink/designTokens.d.ts +2 -2
- package/es/components/TextLink/designTokens.js +14 -10
- package/es/components/TextLink/index.js +2 -1
- package/es/components/Toast/designTokens.d.ts +2 -2
- package/es/components/Toast/designTokens.js +20 -19
- package/es/components/Toast/index.js +2 -1
- package/es/components/Toggle/designTokens.d.ts +2 -2
- package/es/components/Toggle/designTokens.js +16 -12
- package/es/components/Toggle/index.js +2 -1
- package/es/components/index.d.ts +7 -1
- package/es/components/index.js +6 -2
- package/es/constants/index.d.ts +4 -1
- package/es/constants/index.js +5 -1
- package/es/index.d.ts +2 -0
- package/es/index.js +4 -0
- package/es/tokens/DXPGlobal.d.ts +27 -19
- package/es/tokens/DXPGlobal.js +3 -2
- package/es/utils/TokenContext.d.ts +14 -0
- package/es/utils/TokenContext.js +91 -0
- package/es/utils/deviceType.d.ts +14 -0
- package/es/utils/deviceType.js +65 -0
- package/es/utils/index.d.ts +9 -0
- package/es/utils/index.js +9 -0
- package/es/utils/tokenHelper.js +2 -5
- package/es/utils/tokenManager.d.ts +82 -20
- package/es/utils/tokenManager.js +857 -779
- package/lib/assets/token.json +128 -102
- package/lib/components/Accordion/designTokens.d.ts +3 -3
- package/lib/components/Accordion/designTokens.js +25 -17
- package/lib/components/Accordion/index.js +8 -4
- package/lib/components/Amount/designTokens.d.ts +2 -2
- package/lib/components/Amount/designTokens.js +13 -9
- package/lib/components/Amount/index.d.ts +3 -10
- package/lib/components/Amount/index.js +84 -90
- package/lib/components/Button/designTokens.d.ts +18 -3
- package/lib/components/Button/designTokens.js +120 -114
- package/lib/components/Button/index.d.ts +16 -5
- package/lib/components/Button/index.js +59 -51
- package/lib/components/Button/style/index.less +1 -1
- package/lib/components/Card/designTokens.d.ts +9 -0
- package/lib/components/Card/designTokens.js +37 -0
- package/lib/components/Card/index.d.ts +15 -0
- package/lib/components/Card/index.js +156 -0
- package/lib/components/Card/style/index.less +45 -0
- package/lib/components/Card/style/variables.less +4 -0
- package/lib/components/Chip/designTokens.d.ts +2 -2
- package/lib/components/Chip/designTokens.js +25 -21
- package/lib/components/Chip/index.js +8 -5
- package/lib/components/Divider/designTokens.d.ts +4 -0
- package/lib/components/Divider/designTokens.js +32 -0
- package/lib/components/Divider/index.d.ts +3 -8
- package/lib/components/Divider/index.js +41 -43
- package/lib/components/Drawer/designTokens.d.ts +2 -2
- package/lib/components/Drawer/designTokens.js +31 -38
- package/lib/components/Drawer/index.d.ts +6 -2
- package/lib/components/Drawer/index.js +80 -53
- package/lib/components/Drawer/style/index.less +13 -7
- package/lib/components/GlobalTokenProvider/index.d.ts +11 -0
- package/lib/components/GlobalTokenProvider/index.js +40 -0
- package/lib/components/Icon/designTokens.d.ts +3 -3
- package/lib/components/Icon/designTokens.js +11 -17
- package/lib/components/Icon/index.js +5 -4
- package/lib/components/IconButton/designTokens.d.ts +3 -4
- package/lib/components/IconButton/designTokens.js +41 -34
- package/lib/components/IconButton/index.d.ts +1 -1
- package/lib/components/IconButton/index.js +25 -23
- package/lib/components/Image/index.d.ts +1 -1
- package/lib/components/Image/index.js +4 -4
- package/lib/components/ListItem/designTokens.d.ts +4 -2
- package/lib/components/ListItem/designTokens.js +36 -41
- package/lib/components/ListItem/index.d.ts +12 -2
- package/lib/components/ListItem/index.js +115 -46
- package/lib/components/ListItem/style/index.less +42 -9
- package/lib/components/Modal/designTokens.d.ts +11 -20
- package/lib/components/Modal/designTokens.js +44 -60
- package/lib/components/Modal/index.js +63 -16
- package/lib/components/Navigation/designTokens.d.ts +9 -8
- package/lib/components/Navigation/designTokens.js +24 -29
- package/lib/components/Navigation/index.d.ts +1 -0
- package/lib/components/Navigation/index.js +13 -12
- package/lib/components/Notification/designTokens.d.ts +9 -0
- package/lib/components/Notification/designTokens.js +37 -0
- package/lib/components/Notification/index.d.ts +12 -0
- package/lib/components/Notification/index.js +110 -0
- package/lib/components/Notification/style/index.less +45 -0
- package/lib/components/Notification/style/variables.less +4 -0
- package/lib/components/Search/designTokens.d.ts +4 -4
- package/lib/components/Search/designTokens.js +61 -49
- package/lib/components/Search/index.js +31 -9
- package/lib/components/Stepper/designTokens.d.ts +4 -5
- package/lib/components/Stepper/designTokens.js +70 -62
- package/lib/components/Stepper/index.d.ts +9 -10
- package/lib/components/Stepper/index.js +104 -53
- package/lib/components/Stepper/style/index.less +27 -12
- package/lib/components/StickyFooter/designTokens.d.ts +2 -2
- package/lib/components/StickyFooter/designTokens.js +21 -17
- package/lib/components/StickyFooter/index.d.ts +2 -2
- package/lib/components/StickyFooter/index.js +50 -18
- package/lib/components/StickyFooter/style/index.less +5 -3
- package/lib/components/Tabs/designTokens.d.ts +6 -6
- package/lib/components/Tabs/designTokens.js +80 -63
- package/lib/components/Tabs/index.js +19 -12
- package/lib/components/Tag/designTokens.d.ts +42 -42
- package/lib/components/Tag/designTokens.js +159 -115
- package/lib/components/Tag/index.d.ts +1 -1
- package/lib/components/Tag/index.js +27 -14
- package/lib/components/Text/designTokens.d.ts +19 -10
- package/lib/components/Text/designTokens.js +65 -51
- package/lib/components/Text/index.d.ts +2 -1
- package/lib/components/Text/index.js +407 -297
- package/lib/components/TextInputInside/designTokens.d.ts +3 -12
- package/lib/components/TextInputInside/designTokens.js +62 -75
- package/lib/components/TextInputInside/index.js +10 -7
- package/lib/components/TextInputOutside/designTokens.d.ts +5 -5
- package/lib/components/TextInputOutside/designTokens.js +82 -66
- package/lib/components/TextInputOutside/index.js +12 -8
- package/lib/components/TextLink/designTokens.d.ts +2 -2
- package/lib/components/TextLink/designTokens.js +14 -21
- package/lib/components/TextLink/index.js +3 -2
- package/lib/components/Toast/designTokens.d.ts +2 -2
- package/lib/components/Toast/designTokens.js +20 -16
- package/lib/components/Toast/index.js +7 -6
- package/lib/components/Toggle/designTokens.d.ts +2 -2
- package/lib/components/Toggle/designTokens.js +16 -23
- package/lib/components/Toggle/index.js +3 -2
- package/lib/components/index.d.ts +7 -1
- package/lib/components/index.js +10 -2
- package/lib/constants/index.d.ts +4 -1
- package/lib/constants/index.js +5 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +22 -0
- package/lib/tokens/DXPGlobal.d.ts +27 -19
- package/lib/tokens/DXPGlobal.js +1 -1
- package/lib/utils/TokenContext.d.ts +14 -0
- package/lib/utils/TokenContext.js +85 -0
- package/lib/utils/deviceType.d.ts +14 -0
- package/lib/utils/deviceType.js +56 -0
- package/lib/utils/index.d.ts +9 -0
- package/lib/utils/index.js +44 -0
- package/lib/utils/tokenHelper.js +2 -12
- package/lib/utils/tokenManager.d.ts +82 -20
- package/lib/utils/tokenManager.js +840 -777
- package/package.json +14 -11
- package/umd/dxp-ui.min.css +1 -1
- package/umd/dxp-ui.min.js +1 -1
- package/lib/components/Button/demo/index.d.ts +0 -3
- 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
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
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
|
|
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 =
|
|
896
|
+
var tokenManager_default = tokenManager;
|