@gobolt/genesis 0.0.7
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 +86 -0
- package/dist/AntdIcon-Bsnbyy6g.js +200 -0
- package/dist/CheckOutlined-DAynWe12.js +527 -0
- package/dist/CloseCircleFilled-ZIY-u-27.js +13 -0
- package/dist/Compact-CJBo3f0u.js +185 -0
- package/dist/ContextIsolator-CGkdKtc3.js +20 -0
- package/dist/ExclamationCircleFilled-BICVVQIg.js +21 -0
- package/dist/Form-Cylpi4M4.js +1815 -0
- package/dist/Overflow-CP1M4Z0s.js +369 -0
- package/dist/SearchOutlined-DuzJkIiQ.js +52 -0
- package/dist/TextArea-3MOYYuAQ.js +1680 -0
- package/dist/bundle.css +1 -0
- package/dist/button-BNV2qdrP.js +1392 -0
- package/dist/compact-item-DH13cl8A.js +61 -0
- package/dist/components/atoms/button/Button.d.ts +12 -0
- package/dist/components/atoms/button/Button.js +27 -0
- package/dist/components/atoms/button/__stories__/Button.stories.d.ts +13 -0
- package/dist/components/atoms/button/index.d.ts +2 -0
- package/dist/components/atoms/button/index.js +4 -0
- package/dist/components/atoms/button/styles.d.ts +12 -0
- package/dist/components/atoms/button/styles.js +71 -0
- package/dist/components/atoms/checkbox/Checkbox.d.ts +10 -0
- package/dist/components/atoms/checkbox/Checkbox.js +13 -0
- package/dist/components/atoms/checkbox/__stories__/Checkbox.stories.d.ts +8 -0
- package/dist/components/atoms/checkbox/__tests__/Checkbox.test.d.ts +1 -0
- package/dist/components/atoms/checkbox/__tests__/Checkbox.test.js +18 -0
- package/dist/components/atoms/checkbox/index.d.ts +2 -0
- package/dist/components/atoms/checkbox/index.js +4 -0
- package/dist/components/atoms/checkbox/styles.d.ts +11 -0
- package/dist/components/atoms/checkbox/styles.js +582 -0
- package/dist/components/atoms/index.d.ts +1 -0
- package/dist/components/atoms/index.js +3 -0
- package/dist/components/atoms/input/Input.d.ts +11 -0
- package/dist/components/atoms/input/Input.js +12 -0
- package/dist/components/atoms/input/__stories__/Input.stories.d.ts +10 -0
- package/dist/components/atoms/input/__tests__/Input.test.d.ts +1 -0
- package/dist/components/atoms/input/__tests__/Input.test.js +28 -0
- package/dist/components/atoms/input/index.d.ts +2 -0
- package/dist/components/atoms/input/index.js +4 -0
- package/dist/components/atoms/input/styles.d.ts +14 -0
- package/dist/components/atoms/input/styles.js +415 -0
- package/dist/components/atoms/select/Select.d.ts +11 -0
- package/dist/components/atoms/select/Select.js +24 -0
- package/dist/components/atoms/select/__stories__/Select.stories.d.ts +8 -0
- package/dist/components/atoms/select/__tests__/Select.test.d.ts +1 -0
- package/dist/components/atoms/select/__tests__/Select.test.js +10735 -0
- package/dist/components/atoms/select/index.d.ts +2 -0
- package/dist/components/atoms/select/index.js +4 -0
- package/dist/components/atoms/select/styles.d.ts +15 -0
- package/dist/components/atoms/select/styles.js +3868 -0
- package/dist/components/atoms/typography/Typography.d.ts +11 -0
- package/dist/components/atoms/typography/Typography.js +44 -0
- package/dist/components/atoms/typography/__stories__/Typography.stories.d.ts +12 -0
- package/dist/components/atoms/typography/__tests__/Typography.test.d.ts +1 -0
- package/dist/components/atoms/typography/__tests__/Typography.test.js +16 -0
- package/dist/components/atoms/typography/index.d.ts +2 -0
- package/dist/components/atoms/typography/index.js +4 -0
- package/dist/components/atoms/typography/styles.d.ts +11 -0
- package/dist/components/atoms/typography/styles.js +28 -0
- package/dist/components/index.d.js +1 -0
- package/dist/components/index.d.ts +14 -0
- package/dist/components/index.js +16 -0
- package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.d.ts +10 -0
- package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.js +35 -0
- package/dist/components/molecules/error-boundary-fallback/__stories__/ErrorBoundaryFallback.stories.d.ts +8 -0
- package/dist/components/molecules/error-boundary-fallback/index.d.ts +1 -0
- package/dist/components/molecules/error-boundary-fallback/index.js +4 -0
- package/dist/components/molecules/error-boundary-fallback/styles.d.ts +1 -0
- package/dist/components/molecules/error-boundary-fallback/styles.js +930 -0
- package/dist/components/molecules/form/Form.d.ts +15 -0
- package/dist/components/molecules/form/Form.js +7 -0
- package/dist/components/molecules/form/__stories__/Form.stories.d.ts +7 -0
- package/dist/components/molecules/form/__stories__/FormStory.d.ts +1 -0
- package/dist/components/molecules/form/__stories__/FormStory.js +90 -0
- package/dist/components/molecules/form/index.d.ts +2 -0
- package/dist/components/molecules/form/index.js +4 -0
- package/dist/constants/index.d.ts +51 -0
- package/dist/constants/index.js +54 -0
- package/dist/context-CZsFJmh6.js +2093 -0
- package/dist/declaration.d.js +1 -0
- package/dist/genesis/GenesisThemeBreakdown.d.ts +4 -0
- package/dist/genesis/GenesisThemeBreakdown.js +56 -0
- package/dist/genesis/GenesisThemeDemo.d.ts +8 -0
- package/dist/genesis/GenesisThemeDemo.js +8 -0
- package/dist/genesis/GenesisThemeDemo.stories.d.ts +7 -0
- package/dist/genesis/styles.d.ts +12 -0
- package/dist/genesis/styles.js +4038 -0
- package/dist/index-3MWkSVA1.js +96 -0
- package/dist/index-BPtFqhcp.js +19110 -0
- package/dist/index-BQO27mgE.js +402 -0
- package/dist/index-BWys7dkb.js +4462 -0
- package/dist/index-C7kFNqp2.js +276 -0
- package/dist/index-D1v_7IIx.js +1057 -0
- package/dist/index-SAAXFt-P.js +946 -0
- package/dist/index-VDH3iLaC.js +884 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +20 -0
- package/dist/isVisible-CNQjrJPN.js +366 -0
- package/dist/magic-string.es-BkUFmFT4.js +858 -0
- package/dist/presetColors-Cl8UP3Nw.js +4 -0
- package/dist/providers/GenesisProvider.d.ts +8 -0
- package/dist/providers/GenesisProvider.js +7 -0
- package/dist/providers/ThemeProvider.d.ts +9 -0
- package/dist/providers/ThemeProvider.js +18 -0
- package/dist/providers/index.d.ts +2 -0
- package/dist/providers/index.js +6 -0
- package/dist/reactNode-sKPeiqPL.js +12 -0
- package/dist/setup-CMYVZCPF.js +33883 -0
- package/dist/styled-components.browser.esm-CZ1XM4o4.js +1144 -0
- package/dist/styles/design-tokens/border-tokens/BorderTokenList.d.ts +1 -0
- package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +37 -0
- package/dist/styles/design-tokens/border-tokens/BorderTokens.stories.d.ts +6 -0
- package/dist/styles/design-tokens/color-tokens/ColorTokens.stories.d.ts +7 -0
- package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.d.ts +3 -0
- package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +36 -0
- package/dist/styles/design-tokens/sizing-tokens/index.stories.d.ts +7 -0
- package/dist/styles/design-tokens/typography/TypographyTokens.stories.d.ts +7 -0
- package/dist/styles/design-tokens/variables.d.ts +704 -0
- package/dist/styles/design-tokens/variables.js +697 -0
- package/dist/styles/global-styles.d.ts +1 -0
- package/dist/styles/global-styles.js +35 -0
- package/dist/styles/theme/genesis-theme.d.ts +75 -0
- package/dist/styles/theme/genesis-theme.js +896 -0
- package/dist/styles/theme/genesis-theme.types.d.ts +162 -0
- package/dist/styles/theme/genesis-theme.types.js +4 -0
- package/dist/styles/theme/global-styles.d.ts +1 -0
- package/dist/styles/theme/global-styles.js +35 -0
- package/dist/styles/theme/index.d.ts +1 -0
- package/dist/styles/theme/index.js +9 -0
- package/dist/test/setup.d.ts +5 -0
- package/dist/test/setup.js +7 -0
- package/dist/useVariants-CEpw6Ww6.js +29 -0
- package/dist/utils/getAppointmentColor.d.ts +4 -0
- package/dist/utils/getAppointmentColor.js +91 -0
- package/dist/utils/isAllEnglishString.d.ts +1 -0
- package/dist/utils/isAllEnglishString.js +8 -0
- package/dist/utils/isAllEnglishString.test.d.ts +1 -0
- package/dist/utils/isAllEnglishString.test.js +8 -0
- package/dist/utils/parseAddress.d.ts +3 -0
- package/dist/utils/parseAddress.js +19 -0
- package/dist/vite-env.d.js +1 -0
- package/package.json +115 -0
|
@@ -0,0 +1,697 @@
|
|
|
1
|
+
const k = "#f9d4d5", n = "#f3a9ab", v = "#ee7d81", t = "#e85257", H = "#cf3237", e = "#aa292d", N = "#842023", G = "#5f1719", R = "#3a0e0f", M = "#ffe9dc", a = "#ffd3b8", O = "#ffbc95", r = "#ffa671", F = "#ff904e", i = "#d17640", w = "#a35c32", A = "#754224", V = "#472816", E = "#fff2df", c = "#ffe5be", W = "#ffd79e", s = "#ffca7d", x = "#ffbd5d", S = "#e7a13c", U = "#b27330", _ = "#704819", X = "#442c0f", Y = "#d3efd7", l = "#a7dfaf", K = "#7ad086", u = "#5bc16b", j = "#32863e", g = "#296e33", q = "#205628", J = "#173e1d", Q = "#0e2511", Z = "#deeff3", $ = "#bcdfe7", d = "#9bcfdb", oo = "#79bfcf", m = "#58afc3", f = "#337e8e", no = "#30606b", to = "#214148", eo = "#00282b", ao = "#d7dbfd", C = "#afb8fb", ro = "#8894fa", p = "#6071f8", io = "#384df6", y = "#2e3fca", co = "#24319d", so = "#1a2371", So = "#101645", lo = "#f3e0f3", z = "#e7c1e7", uo = "#daa3da", h = "#ce84ce", go = "#c265c2", L = "#9f539f", mo = "#7c417c", fo = "#592e59", Co = "#361c36", o = "#f4f4f4", I = "#eeeeee", po = "#dfdfdf", yo = "#cbcbcb", zo = "#9a9a9a", b = "#7f7f7f", ho = "#6c6c6c", D = "#3e3e3e", T = "#222222", P = "#101010", B = "#ffffff", Lo = 0, Io = 1, bo = 4, Do = 6, To = 8, Po = 12, Bo = 16, ko = 24, vo = 999, Ho = "Inter", No = 4, Go = 8, Ro = 12, Mo = 16, Oo = 20, Fo = 24, wo = 28, Ao = 32, Vo = 40, Eo = 48, Wo = 52, xo = 56, Uo = 64, _o = 72, Xo = 80, Yo = 96, Ko = 108, jo = 112, qo = 120, Jo = 128, Qo = 136, Zo = 144, $o = 156, on = 172, nn = 200, tn = 256, en = 2, an = 6, rn = 1, cn = 10, sn = "#32863e", Sn = "#296e33", ln = "#d3efd7", un = "#205628", gn = "#a7dfaf", dn = "#337e8e", mn = "#205628", fn = "#a7dfaf", Cn = "#cf3237", pn = "#aa292d", yn = "#f9d4d5", zn = "#f3a9ab", hn = "#842023", Ln = "#f3a9ab", In = "#842023", bn = "#ffbd5d", Dn = "#fff2df", Tn = "#ffe5be", Pn = "#704819", Bn = "#442c0f", kn = "#ffe5be", vn = "#a35c32", Hn = "#384df6", Nn = "#d7dbfd", Gn = "#afb8fb", Rn = "#2e3fca", Mn = "#24319d", On = "#afb8fb", Fn = "#24319d", wn = "#9a9a9a", An = "#f4f4f4", Vn = "#3e3e3e", En = "#eeeeee", Wn = "#222222", xn = "#6c6c6c", Un = "#eeeeee", _n = "#30606b", Xn = "#00282b", Yn = "#214148", Kn = "#ffffff", jn = "#eeeeee", qn = "#9a9a9a", Jn = "#222222", Qn = "#101010", Zn = "#3e3e3e", $n = "#eeeeee", ot = "#ffca7d", nt = "#e7a13c", tt = "#b27330", et = "#222222", at = "#eeeeee", rt = "#ffffff", it = "#deeff3", ct = "#cbcbcb", st = "#cbcbcb", St = "#222222", lt = "#eeeeee", ut = "#30606b", gt = "#00282b", dt = "#9bcfdb", mt = "#79bfcf", ft = "#f4f4f4", Ct = "#ffffff", pt = "#deeff3", yt = "#9bcfdb", zt = "#eeeeee", ht = "#3e3e3e", Lt = "#deeff3", It = "#ffffff", bt = "#f4f4f4", Dt = "#eeeeee", Tt = "#cbcbcb", Pt = "#3e3e3e", Bt = "#222222", kt = "#101010", vt = "#3e3e3e", Ht = "#dfdfdf", Nt = "#3e3e3e", Gt = "#6c6c6c", Rt = "#6c6c6c", Mt = "#222222", Ot = "#3e3e3e", Ft = "#6c6c6c", wt = "#ffffff", At = "#f4f4f4", Vt = "#ffffff", Et = "#ffffff", Wt = "#384df6", xt = "#24319d", Ut = "#9a9a9a", _t = "#f4f4f4", Xt = "#222222", Yt = "#6c6c6c", Kt = "#6c6c6c", jt = "#384df6", qt = "#1a2371", Jt = "#dfdfdf", Qt = "#5bc16b", Zt = "#cf3237", $t = "#6071f8", oe = "#00282b", ne = "#30606b", te = "#ffbd5d", ee = "#b27330", ae = "#58afc3", re = "#5bc16b", ie = "#ffe5be", ce = "#e7c1e7", se = "#ffbd5d", Se = "#384df6", le = "#32863e", ue = "#cf3237", ge = "#3e3e3e", de = "#ffffff", me = "#3e3e3e", fe = "#d17640", Ce = "#ffe9dc", pe = "#d17640", ye = "#296e33", ze = "#d3efd7", he = "#296e33", Le = "#9f539f", Ie = "#f3e0f3", be = "#9f539f", De = "#32863e", Te = "#d3efd7", Pe = "#173e1d", Be = "#d3efd7", ke = "#205628", ve = "#337e8e", He = "#a7dfaf", Ne = "#205628", Ge = "#cf3237", Re = "#f9d4d5", Me = "#5f1719", Oe = "#842023", Fe = "#f9d4d5", we = "#842023", Ae = "#f3a9ab", Ve = "#ffbd5d", Ee = "#704819", We = "#b27330", xe = "#fff2df", Ue = "#ffe5be", _e = "#b27330", Xe = "#ffe5be", Ye = "#384df6", Ke = "#1a2371", je = "#24319d", qe = "#d7dbfd", Je = "#d7dbfd", Qe = "#24319d", Ze = "#afb8fb", $e = "#9a9a9a", oa = "#3e3e3e", na = "#f4f4f4", ta = "#6c6c6c", ea = "#eeeeee", aa = "#6c6c6c", ra = "#eeeeee", ia = "#30606b", ca = "#00282b", sa = "#214148", Sa = "#ffffff", la = "#6c6c6c", ua = "#eeeeee", ga = "#cbcbcb", da = "#ffffff", ma = "#f4f4f4", fa = "#6c6c6c", Ca = "#ffca7d", pa = "#e7a13c", ya = "#b27330", za = "#222222", ha = "#6c6c6c", La = "#222222", Ia = "#00282b", ba = "#3e3e3e", Da = "#3e3e3e", Ta = "#ffffff", Pa = "#6c6c6c", Ba = "#9bcfdb", ka = "#79bfcf", va = "#30606b", Ha = "#00282b", Na = "#f4f4f4", Ga = "#ffffff", Ra = "#deeff3", Ma = "#9bcfdb", Oa = "#6c6c6c", Fa = "#f4f4f4", wa = "#30606b", Aa = "#222222", Va = "#101010", Ea = "#3e3e3e", Wa = "#3e3e3e", xa = "#eeeeee", Ua = "#ffffff", _a = "#f4f4f4", Xa = "#eeeeee", Ya = "#3e3e3e", Ka = "#ffffff", ja = "#eeeeee", qa = "#dfdfdf", Ja = "#ffffff", Qa = "#ffffff", Za = "#dfdfdf", $a = "#222222", or = "#3e3e3e", nr = "#222222", tr = "#ffffff", er = "#384df6", ar = "#24319d", rr = "#9a9a9a", ir = "#f4f4f4", cr = "#f4f4f4", sr = "#9a9a9a", Sr = "#dfdfdf", lr = "#384df6", ur = "#1a2371", gr = "#222222", dr = "#205628", mr = "#842023", fr = "#24319d", Cr = "#00282b", pr = "#30606b", yr = "#ffbd5d", zr = "#b27330", hr = "#58afc3", Lr = "#5bc16b", Ir = "#ffe5be", br = "#e7c1e7", Dr = "#ffbd5d", Tr = "#384df6", Pr = "#32863e", Br = "#cf3237", kr = "#eeeeee", vr = "#101010", Hr = "#f4f4f4", Nr = "#ffd3b8", Gr = "#d17640", Rr = "#ffd3b8", Mr = "#a7dfaf", Or = "#296e33", Fr = "#a7dfaf", wr = "#e7c1e7", Ar = "#9f539f", Vr = "#e7c1e7", Er = 16, Wr = 20, xr = 24, Ur = 32, _r = 40, Xr = 48, Yr = 56, Kr = 48, jr = 72, qr = 108, Jr = 156, Qr = 200, Zr = 0.20000000298023224, $r = 0.33000001311302185, oi = 0.5, ni = 1, ti = 2, ei = 1, ai = 2, ri = 4, ii = 6, ci = { type: "number" }, si = 2, Si = 4, li = 6, ui = 8, gi = 12, di = 16, mi = 24, fi = 999, Ci = 6, pi = 24, yi = 10, zi = 8, hi = 4, Li = 12, Ii = 10, bi = 4, Di = 8, Ti = 10, Pi = 40, Bi = 6, ki = 8, vi = 8, Hi = 11, Ni = 24, Gi = 20, Ri = 8, Mi = 4, Oi = 24, Fi = 16, wi = 16, Ai = 8, Vi = 4, Ei = 4, Wi = 4, xi = 999, Ui = 16, _i = 16, Xi = 8, Yi = 4, Ki = 12, ji = 16, qi = 12, Ji = 8, Qi = 16, Zi = 16, $i = 8, oc = 16, nc = 16, tc = 8, ec = 16, ac = 8, rc = 32, ic = 32, cc = 6, sc = 40, Sc = 40, lc = 16, uc = { type: "number" }, gc = 12, dc = 64, mc = 2, fc = 2, Cc = 48, pc = 24, yc = 20, zc = 999, hc = 16, Lc = 24, Ic = 4, bc = 40, Dc = 48, Tc = 6, Pc = 16, Bc = 6, kc = 8, vc = 4, Hc = 8, Nc = 6, Gc = 4, Rc = 4, Mc = 10, Oc = 32, Fc = 4, wc = 8, Ac = 8, Vc = 7, Ec = 16, Wc = 12, xc = 8, Uc = 4, _c = 24, Xc = 16, Yc = 16, Kc = 8, jc = 4, qc = 4, Jc = 4, Qc = 999, Zc = 12, $c = 12, os = 8, ns = 4, ts = 12, es = 16, as = 12, rs = 8, is = 16, cs = 16, ss = 8, Ss = 12, ls = 16, us = 8, gs = 16, ds = 8, ms = 24, fs = 24, Cs = 6, ps = 24, ys = 24, zs = 8, hs = { type: "number" }, Ls = 8, Is = 48, bs = 2, Ds = 2, Ts = 48, Ps = 24, Bs = 20, ks = 999, vs = 12, Hs = 16, Ns = 4, Gs = 16, Rs = 16, Ms = 6, Os = 24, Fs = 10, ws = 8, As = 4, Vs = 12, Es = 10, Ws = 4, xs = 8, Us = 10, _s = 40, Xs = 6, Ys = 8, Ks = 8, js = 11, qs = 32, Js = 24, Qs = 8, Zs = 4, $s = 32, oS = 24, nS = 16, tS = 8, eS = 4, aS = 4, rS = 4, iS = 999, cS = 16, sS = 16, SS = 8, lS = 4, uS = 12, gS = 16, dS = 12, mS = 8, fS = 16, CS = 16, pS = 8, yS = 16, zS = 16, hS = 8, LS = 16, IS = 8, bS = 32, DS = 32, TS = 6, PS = 40, BS = 40, kS = 24, vS = { type: "number" }, HS = 16, NS = 80, GS = 2, RS = 2, MS = 48, OS = 24, FS = 20, wS = 999, AS = 16, VS = 24, ES = 4, WS = 48, xS = 56, US = 72, _S = 56, XS = 40, YS = 40, KS = 32, jS = 64, qS = 52, JS = 40, QS = 40, ZS = 24, $S = 48, ol = 40, nl = 32, tl = 32, el = 24, al = 16, rl = 16, il = 16, cl = 24, sl = 20, Sl = 16, ll = 14, ul = 14, gl = 12, dl = 12, ml = 12, fl = 14, Cl = 12, pl = 12, yl = 12, zl = 16, hl = 14, Ll = 12, Il = 16, bl = 14, Dl = 12, Tl = 16, Pl = 14, Bl = 12, kl = 24, vl = 20, Hl = 16, Nl = 14, Gl = 14, Rl = 12, Ml = 12, Ol = 12, Fl = 14, wl = 12, Al = 12, Vl = 12, El = 16, Wl = 14, xl = 12, Ul = 16, _l = 14, Xl = 12, Yl = 16, Kl = 14, jl = 12, ql = 24, Jl = 20, Ql = 16, Zl = 14, $l = 14, ou = 12, nu = 12, tu = 12, eu = 14, au = 12, ru = 12, iu = 12, cu = 16, su = 14, Su = 12, lu = 16, uu = 14, gu = 12, du = 16, mu = 14, fu = 12, Cu = {
|
|
2
|
+
PRIMARY: f,
|
|
3
|
+
// bolt green
|
|
4
|
+
PRIMARY_LIGHT: m,
|
|
5
|
+
PRIMARY_EXTRA_LIGHT: d,
|
|
6
|
+
BLUE: y,
|
|
7
|
+
BLUE_LIGHT: p,
|
|
8
|
+
BLUE_EXTRA_LIGHT: C,
|
|
9
|
+
RED: e,
|
|
10
|
+
RED_LIGHT: t,
|
|
11
|
+
RED_EXTRA_LIGHT: n,
|
|
12
|
+
YELLOW: S,
|
|
13
|
+
YELLOW_LIGHT: s,
|
|
14
|
+
YELLOW_EXTRA_LIGHT: c,
|
|
15
|
+
ORANGE: i,
|
|
16
|
+
ORANGE_LIGHT: r,
|
|
17
|
+
ORANGE_EXTRA_LIGHT: a,
|
|
18
|
+
GREEN: g,
|
|
19
|
+
GREEN_LIGHT: u,
|
|
20
|
+
GREEN_EXTRA_LIGHT: l,
|
|
21
|
+
PURPLE: L,
|
|
22
|
+
PURPLE_LIGHT: h,
|
|
23
|
+
PURPLE_EXTRA_LIGHT: z,
|
|
24
|
+
BLACK: P,
|
|
25
|
+
CHARCOAL: T,
|
|
26
|
+
GREY_DARK: D,
|
|
27
|
+
GREY: b,
|
|
28
|
+
GREY_LIGHT: o,
|
|
29
|
+
GREY_BACKGROUND: I,
|
|
30
|
+
WHITE: B,
|
|
31
|
+
WHITE_OFF: o
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
To as BorderRadiusLg,
|
|
35
|
+
Do as BorderRadiusMd,
|
|
36
|
+
Lo as BorderRadiusNone,
|
|
37
|
+
vo as BorderRadiusRounded,
|
|
38
|
+
bo as BorderRadiusSm,
|
|
39
|
+
Po as BorderRadiusXl,
|
|
40
|
+
Io as BorderRadiusXs,
|
|
41
|
+
Bo as BorderRadiusXxl,
|
|
42
|
+
ko as BorderRadiusXxxl,
|
|
43
|
+
ui as BordersMode1BorderRadiusLg,
|
|
44
|
+
li as BordersMode1BorderRadiusMd,
|
|
45
|
+
ci as BordersMode1BorderRadiusNone,
|
|
46
|
+
fi as BordersMode1BorderRadiusRounded,
|
|
47
|
+
Si as BordersMode1BorderRadiusSm,
|
|
48
|
+
gi as BordersMode1BorderRadiusXl,
|
|
49
|
+
si as BordersMode1BorderRadiusXs,
|
|
50
|
+
di as BordersMode1BorderRadiusXxl,
|
|
51
|
+
mi as BordersMode1BorderRadiusXxxl,
|
|
52
|
+
ei as BordersMode1BorderWidth1,
|
|
53
|
+
ai as BordersMode1BorderWidth2,
|
|
54
|
+
ri as BordersMode1BorderWidth3,
|
|
55
|
+
ii as BordersMode1BorderWidth4,
|
|
56
|
+
ao as ColorBlue100,
|
|
57
|
+
C as ColorBlue200,
|
|
58
|
+
ro as ColorBlue300,
|
|
59
|
+
p as ColorBlue400,
|
|
60
|
+
io as ColorBlue500,
|
|
61
|
+
y as ColorBlue600,
|
|
62
|
+
co as ColorBlue700,
|
|
63
|
+
so as ColorBlue800,
|
|
64
|
+
So as ColorBlue900,
|
|
65
|
+
o as ColorGray100,
|
|
66
|
+
I as ColorGray200,
|
|
67
|
+
po as ColorGray300,
|
|
68
|
+
yo as ColorGray400,
|
|
69
|
+
zo as ColorGray500,
|
|
70
|
+
b as ColorGray600,
|
|
71
|
+
ho as ColorGray700,
|
|
72
|
+
D as ColorGray800,
|
|
73
|
+
T as ColorGray900,
|
|
74
|
+
P as ColorGrayBlack,
|
|
75
|
+
B as ColorGrayWhite,
|
|
76
|
+
Y as ColorGreen100,
|
|
77
|
+
l as ColorGreen200,
|
|
78
|
+
K as ColorGreen300,
|
|
79
|
+
u as ColorGreen400,
|
|
80
|
+
j as ColorGreen500,
|
|
81
|
+
g as ColorGreen600,
|
|
82
|
+
q as ColorGreen700,
|
|
83
|
+
J as ColorGreen800,
|
|
84
|
+
Q as ColorGreen900,
|
|
85
|
+
M as ColorOrange100,
|
|
86
|
+
a as ColorOrange200,
|
|
87
|
+
O as ColorOrange300,
|
|
88
|
+
r as ColorOrange400,
|
|
89
|
+
F as ColorOrange500,
|
|
90
|
+
i as ColorOrange600,
|
|
91
|
+
w as ColorOrange700,
|
|
92
|
+
A as ColorOrange800,
|
|
93
|
+
V as ColorOrange900,
|
|
94
|
+
lo as ColorPurple100,
|
|
95
|
+
z as ColorPurple200,
|
|
96
|
+
uo as ColorPurple300,
|
|
97
|
+
h as ColorPurple400,
|
|
98
|
+
go as ColorPurple500,
|
|
99
|
+
L as ColorPurple600,
|
|
100
|
+
mo as ColorPurple700,
|
|
101
|
+
fo as ColorPurple800,
|
|
102
|
+
Co as ColorPurple900,
|
|
103
|
+
k as ColorRed100,
|
|
104
|
+
n as ColorRed200,
|
|
105
|
+
v as ColorRed300,
|
|
106
|
+
t as ColorRed400,
|
|
107
|
+
H as ColorRed500,
|
|
108
|
+
e as ColorRed600,
|
|
109
|
+
N as ColorRed700,
|
|
110
|
+
G as ColorRed800,
|
|
111
|
+
R as ColorRed900,
|
|
112
|
+
Z as ColorSky100,
|
|
113
|
+
$ as ColorSky200,
|
|
114
|
+
d as ColorSky300,
|
|
115
|
+
oo as ColorSky400,
|
|
116
|
+
m as ColorSky500,
|
|
117
|
+
f as ColorSky600,
|
|
118
|
+
no as ColorSky700,
|
|
119
|
+
to as ColorSky800,
|
|
120
|
+
eo as ColorSky900,
|
|
121
|
+
E as ColorYellow100,
|
|
122
|
+
c as ColorYellow200,
|
|
123
|
+
W as ColorYellow300,
|
|
124
|
+
s as ColorYellow400,
|
|
125
|
+
x as ColorYellow500,
|
|
126
|
+
S as ColorYellow600,
|
|
127
|
+
U as ColorYellow700,
|
|
128
|
+
_ as ColorYellow800,
|
|
129
|
+
X as ColorYellow900,
|
|
130
|
+
nS as ComponentSizingLargeActionRowGap,
|
|
131
|
+
$s as ComponentSizingLargeActionRowHorPadding,
|
|
132
|
+
oS as ComponentSizingLargeActionRowVerPadding,
|
|
133
|
+
DS as ComponentSizingLargeAvatarHeight,
|
|
134
|
+
TS as ComponentSizingLargeAvatarRadius,
|
|
135
|
+
bS as ComponentSizingLargeAvatarWidth,
|
|
136
|
+
rS as ComponentSizingLargeBadgeGap,
|
|
137
|
+
tS as ComponentSizingLargeBadgeLeftPadding,
|
|
138
|
+
iS as ComponentSizingLargeBadgeRadius,
|
|
139
|
+
eS as ComponentSizingLargeBadgeRightPadding,
|
|
140
|
+
aS as ComponentSizingLargeBadgeVerPadding,
|
|
141
|
+
SS as ComponentSizingLargeBreadcrumbGap,
|
|
142
|
+
cS as ComponentSizingLargeBreadcrumbHorPadding,
|
|
143
|
+
sS as ComponentSizingLargeBreadcrumbVerPadding,
|
|
144
|
+
ws as ComponentSizingLargeButtonGap,
|
|
145
|
+
Os as ComponentSizingLargeButtonHorPadding,
|
|
146
|
+
Ms as ComponentSizingLargeButtonRadius,
|
|
147
|
+
Fs as ComponentSizingLargeButtonVerPadding,
|
|
148
|
+
xS as ComponentSizingLargeHeaderHorPadding,
|
|
149
|
+
WS as ComponentSizingLargeHeaderVerPadding,
|
|
150
|
+
Ys as ComponentSizingLargeInputGap,
|
|
151
|
+
_s as ComponentSizingLargeInputHeight,
|
|
152
|
+
Us as ComponentSizingLargeInputHorPadding,
|
|
153
|
+
Xs as ComponentSizingLargeInputRadius,
|
|
154
|
+
Ks as ComponentSizingLargeInputSuffixPrefixHorPadding,
|
|
155
|
+
js as ComponentSizingLargeInputSuffixPrefixVerPadding,
|
|
156
|
+
dS as ComponentSizingLargeMenuItemGap,
|
|
157
|
+
gS as ComponentSizingLargeMenuItemHorPadding,
|
|
158
|
+
uS as ComponentSizingLargeMenuItemVerPadding,
|
|
159
|
+
lS as ComponentSizingLargeMenuVerPadding,
|
|
160
|
+
yS as ComponentSizingLargeMessageActionLeftPadding,
|
|
161
|
+
pS as ComponentSizingLargeMessageGap,
|
|
162
|
+
fS as ComponentSizingLargeMessageHorPadding,
|
|
163
|
+
CS as ComponentSizingLargeMessageVerPadding,
|
|
164
|
+
mS as ComponentSizingLargeProgressGap,
|
|
165
|
+
Qs as ComponentSizingLargeRowGap,
|
|
166
|
+
qs as ComponentSizingLargeRowHorPadding,
|
|
167
|
+
Zs as ComponentSizingLargeRowLabelGap,
|
|
168
|
+
Js as ComponentSizingLargeRowVerPadding,
|
|
169
|
+
OS as ComponentSizingLargeSwitchHeight,
|
|
170
|
+
RS as ComponentSizingLargeSwitchHorPadding,
|
|
171
|
+
wS as ComponentSizingLargeSwitchRadius,
|
|
172
|
+
FS as ComponentSizingLargeSwitchThumbDiameter,
|
|
173
|
+
GS as ComponentSizingLargeSwitchVerPadding,
|
|
174
|
+
MS as ComponentSizingLargeSwitchWidth,
|
|
175
|
+
ES as ComponentSizingLargeTabGap,
|
|
176
|
+
VS as ComponentSizingLargeTabHorPadding,
|
|
177
|
+
AS as ComponentSizingLargeTabVerPadding,
|
|
178
|
+
HS as ComponentSizingLargeTableCellGap,
|
|
179
|
+
vS as ComponentSizingLargeTableCellHorPadding,
|
|
180
|
+
PS as ComponentSizingLargeTableCellLeadPadding,
|
|
181
|
+
NS as ComponentSizingLargeTableCellMinHeight,
|
|
182
|
+
BS as ComponentSizingLargeTableCellTrailPadding,
|
|
183
|
+
kS as ComponentSizingLargeTableCellVerPadding,
|
|
184
|
+
IS as ComponentSizingLargeToastContentGap,
|
|
185
|
+
LS as ComponentSizingLargeToastGap,
|
|
186
|
+
zS as ComponentSizingLargeToastHorPadding,
|
|
187
|
+
hS as ComponentSizingLargeToastVerPadding,
|
|
188
|
+
Ws as ComponentSizingLargeUtilityButtonGap,
|
|
189
|
+
Vs as ComponentSizingLargeUtilityButtonHorPadding,
|
|
190
|
+
xs as ComponentSizingLargeUtilityButtonIconPadding,
|
|
191
|
+
As as ComponentSizingLargeUtilityButtonRadius,
|
|
192
|
+
Es as ComponentSizingLargeUtilityButtonVerPadding,
|
|
193
|
+
wi as ComponentSizingNormalActionRowGap,
|
|
194
|
+
Oi as ComponentSizingNormalActionRowHorPadding,
|
|
195
|
+
Fi as ComponentSizingNormalActionRowVerPadding,
|
|
196
|
+
ic as ComponentSizingNormalAvatarHeight,
|
|
197
|
+
cc as ComponentSizingNormalAvatarRadius,
|
|
198
|
+
rc as ComponentSizingNormalAvatarWidth,
|
|
199
|
+
Wi as ComponentSizingNormalBadgeGap,
|
|
200
|
+
Ai as ComponentSizingNormalBadgeLeftPadding,
|
|
201
|
+
xi as ComponentSizingNormalBadgeRadius,
|
|
202
|
+
Vi as ComponentSizingNormalBadgeRightPadding,
|
|
203
|
+
Ei as ComponentSizingNormalBadgeVerPadding,
|
|
204
|
+
Xi as ComponentSizingNormalBreadcrumbGap,
|
|
205
|
+
Ui as ComponentSizingNormalBreadcrumbHorPadding,
|
|
206
|
+
_i as ComponentSizingNormalBreadcrumbVerPadding,
|
|
207
|
+
zi as ComponentSizingNormalButtonGap,
|
|
208
|
+
pi as ComponentSizingNormalButtonHorPadding,
|
|
209
|
+
Ci as ComponentSizingNormalButtonRadius,
|
|
210
|
+
yi as ComponentSizingNormalButtonVerPadding,
|
|
211
|
+
Dc as ComponentSizingNormalHeaderHorPadding,
|
|
212
|
+
bc as ComponentSizingNormalHeaderVerPadding,
|
|
213
|
+
ki as ComponentSizingNormalInputGap,
|
|
214
|
+
Pi as ComponentSizingNormalInputHeight,
|
|
215
|
+
Ti as ComponentSizingNormalInputHorPadding,
|
|
216
|
+
Bi as ComponentSizingNormalInputRadius,
|
|
217
|
+
vi as ComponentSizingNormalInputSuffixPrefixHorPadding,
|
|
218
|
+
Hi as ComponentSizingNormalInputSuffixPrefixVerPadding,
|
|
219
|
+
qi as ComponentSizingNormalMenuItemGap,
|
|
220
|
+
ji as ComponentSizingNormalMenuItemHorPadding,
|
|
221
|
+
Ki as ComponentSizingNormalMenuItemVerPadding,
|
|
222
|
+
Yi as ComponentSizingNormalMenuVerPadding,
|
|
223
|
+
oc as ComponentSizingNormalMessageActionLeftPadding,
|
|
224
|
+
$i as ComponentSizingNormalMessageGap,
|
|
225
|
+
Qi as ComponentSizingNormalMessageHorPadding,
|
|
226
|
+
Zi as ComponentSizingNormalMessageVerPadding,
|
|
227
|
+
Ji as ComponentSizingNormalProgressGap,
|
|
228
|
+
Ri as ComponentSizingNormalRowGap,
|
|
229
|
+
Ni as ComponentSizingNormalRowHorPadding,
|
|
230
|
+
Mi as ComponentSizingNormalRowLabelGap,
|
|
231
|
+
Gi as ComponentSizingNormalRowVerPadding,
|
|
232
|
+
pc as ComponentSizingNormalSwitchHeight,
|
|
233
|
+
fc as ComponentSizingNormalSwitchHorPadding,
|
|
234
|
+
zc as ComponentSizingNormalSwitchRadius,
|
|
235
|
+
yc as ComponentSizingNormalSwitchThumbDiameter,
|
|
236
|
+
mc as ComponentSizingNormalSwitchVerPadding,
|
|
237
|
+
Cc as ComponentSizingNormalSwitchWidth,
|
|
238
|
+
Ic as ComponentSizingNormalTabGap,
|
|
239
|
+
Lc as ComponentSizingNormalTabHorPadding,
|
|
240
|
+
hc as ComponentSizingNormalTabVerPadding,
|
|
241
|
+
gc as ComponentSizingNormalTableCellGap,
|
|
242
|
+
uc as ComponentSizingNormalTableCellHorPadding,
|
|
243
|
+
sc as ComponentSizingNormalTableCellLeadPadding,
|
|
244
|
+
dc as ComponentSizingNormalTableCellMinHeight,
|
|
245
|
+
Sc as ComponentSizingNormalTableCellTrailPadding,
|
|
246
|
+
lc as ComponentSizingNormalTableCellVerPadding,
|
|
247
|
+
ac as ComponentSizingNormalToastContentGap,
|
|
248
|
+
ec as ComponentSizingNormalToastGap,
|
|
249
|
+
nc as ComponentSizingNormalToastHorPadding,
|
|
250
|
+
tc as ComponentSizingNormalToastVerPadding,
|
|
251
|
+
bi as ComponentSizingNormalUtilityButtonGap,
|
|
252
|
+
Li as ComponentSizingNormalUtilityButtonHorPadding,
|
|
253
|
+
Di as ComponentSizingNormalUtilityButtonIconPadding,
|
|
254
|
+
hi as ComponentSizingNormalUtilityButtonRadius,
|
|
255
|
+
Ii as ComponentSizingNormalUtilityButtonVerPadding,
|
|
256
|
+
Yc as ComponentSizingSmallActionRowGap,
|
|
257
|
+
_c as ComponentSizingSmallActionRowHorPadding,
|
|
258
|
+
Xc as ComponentSizingSmallActionRowVerPadding,
|
|
259
|
+
fs as ComponentSizingSmallAvatarHeight,
|
|
260
|
+
Cs as ComponentSizingSmallAvatarRadius,
|
|
261
|
+
ms as ComponentSizingSmallAvatarWidth,
|
|
262
|
+
Jc as ComponentSizingSmallBadgeGap,
|
|
263
|
+
Kc as ComponentSizingSmallBadgeLeftPadding,
|
|
264
|
+
Qc as ComponentSizingSmallBadgeRadius,
|
|
265
|
+
jc as ComponentSizingSmallBadgeRightPadding,
|
|
266
|
+
qc as ComponentSizingSmallBadgeVerPadding,
|
|
267
|
+
os as ComponentSizingSmallBreadcrumbGap,
|
|
268
|
+
Zc as ComponentSizingSmallBreadcrumbHorPadding,
|
|
269
|
+
$c as ComponentSizingSmallBreadcrumbVerPadding,
|
|
270
|
+
kc as ComponentSizingSmallButtonGap,
|
|
271
|
+
Pc as ComponentSizingSmallButtonHorPadding,
|
|
272
|
+
Tc as ComponentSizingSmallButtonRadius,
|
|
273
|
+
Bc as ComponentSizingSmallButtonVerPadding,
|
|
274
|
+
Rs as ComponentSizingSmallHeaderHorPadding,
|
|
275
|
+
Gs as ComponentSizingSmallHeaderVerPadding,
|
|
276
|
+
wc as ComponentSizingSmallInputGap,
|
|
277
|
+
Oc as ComponentSizingSmallInputHeight,
|
|
278
|
+
Mc as ComponentSizingSmallInputHorPadding,
|
|
279
|
+
Fc as ComponentSizingSmallInputRadius,
|
|
280
|
+
Ac as ComponentSizingSmallInputSuffixPrefixHorPadding,
|
|
281
|
+
Vc as ComponentSizingSmallInputSuffixPrefixVerPadding,
|
|
282
|
+
as as ComponentSizingSmallMenuItemGap,
|
|
283
|
+
es as ComponentSizingSmallMenuItemHorPadding,
|
|
284
|
+
ts as ComponentSizingSmallMenuItemVerPadding,
|
|
285
|
+
ns as ComponentSizingSmallMenuVerPadding,
|
|
286
|
+
Ss as ComponentSizingSmallMessageActionLeftPadding,
|
|
287
|
+
ss as ComponentSizingSmallMessageGap,
|
|
288
|
+
is as ComponentSizingSmallMessageHorPadding,
|
|
289
|
+
cs as ComponentSizingSmallMessageVerPadding,
|
|
290
|
+
rs as ComponentSizingSmallProgressGap,
|
|
291
|
+
xc as ComponentSizingSmallRowGap,
|
|
292
|
+
Ec as ComponentSizingSmallRowHorPadding,
|
|
293
|
+
Uc as ComponentSizingSmallRowLabelGap,
|
|
294
|
+
Wc as ComponentSizingSmallRowVerPadding,
|
|
295
|
+
Ps as ComponentSizingSmallSwitchHeight,
|
|
296
|
+
Ds as ComponentSizingSmallSwitchHorPadding,
|
|
297
|
+
ks as ComponentSizingSmallSwitchRadius,
|
|
298
|
+
Bs as ComponentSizingSmallSwitchThumbDiameter,
|
|
299
|
+
bs as ComponentSizingSmallSwitchVerPadding,
|
|
300
|
+
Ts as ComponentSizingSmallSwitchWidth,
|
|
301
|
+
Ns as ComponentSizingSmallTabGap,
|
|
302
|
+
Hs as ComponentSizingSmallTabHorPadding,
|
|
303
|
+
vs as ComponentSizingSmallTabVerPadding,
|
|
304
|
+
Ls as ComponentSizingSmallTableCellGap,
|
|
305
|
+
hs as ComponentSizingSmallTableCellHorPadding,
|
|
306
|
+
ps as ComponentSizingSmallTableCellLeadPadding,
|
|
307
|
+
Is as ComponentSizingSmallTableCellMinHeight,
|
|
308
|
+
ys as ComponentSizingSmallTableCellTrailPadding,
|
|
309
|
+
zs as ComponentSizingSmallTableCellVerPadding,
|
|
310
|
+
ds as ComponentSizingSmallToastContentGap,
|
|
311
|
+
gs as ComponentSizingSmallToastGap,
|
|
312
|
+
ls as ComponentSizingSmallToastHorPadding,
|
|
313
|
+
us as ComponentSizingSmallToastVerPadding,
|
|
314
|
+
Gc as ComponentSizingSmallUtilityButtonGap,
|
|
315
|
+
Hc as ComponentSizingSmallUtilityButtonHorPadding,
|
|
316
|
+
Rc as ComponentSizingSmallUtilityButtonIconPadding,
|
|
317
|
+
vc as ComponentSizingSmallUtilityButtonRadius,
|
|
318
|
+
Nc as ComponentSizingSmallUtilityButtonVerPadding,
|
|
319
|
+
Ur as IconsIllustrationsValueIconLg,
|
|
320
|
+
xr as IconsIllustrationsValueIconMed,
|
|
321
|
+
Wr as IconsIllustrationsValueIconSm,
|
|
322
|
+
_r as IconsIllustrationsValueIconXl,
|
|
323
|
+
Er as IconsIllustrationsValueIconXs,
|
|
324
|
+
Xr as IconsIllustrationsValueIconXxl,
|
|
325
|
+
Yr as IconsIllustrationsValueIconXxxl,
|
|
326
|
+
Jr as IconsIllustrationsValueIllustrationLg,
|
|
327
|
+
qr as IconsIllustrationsValueIllustrationMd,
|
|
328
|
+
jr as IconsIllustrationsValueIllustrationSm,
|
|
329
|
+
Qr as IconsIllustrationsValueIllustrationXl,
|
|
330
|
+
Kr as IconsIllustrationsValueIllustrationXs,
|
|
331
|
+
$r as MotionMode1Fast,
|
|
332
|
+
oi as MotionMode1Medium,
|
|
333
|
+
ni as MotionMode1Slow,
|
|
334
|
+
Zr as MotionMode1Veryfast,
|
|
335
|
+
ti as MotionMode1Veryslow,
|
|
336
|
+
yr as SemanticColoursDarkBrandPrimaryGoldrush,
|
|
337
|
+
Cr as SemanticColoursDarkBrandPrimaryShadyforest,
|
|
338
|
+
pr as SemanticColoursDarkBrandPrimaryShadyforestLight,
|
|
339
|
+
hr as SemanticColoursDarkBrandSecondaryGlacierlake,
|
|
340
|
+
Lr as SemanticColoursDarkBrandSecondaryNewleaf,
|
|
341
|
+
zr as SemanticColoursDarkBrandSecondaryTreetrunk,
|
|
342
|
+
Ir as SemanticColoursDarkHighlightsCopy,
|
|
343
|
+
br as SemanticColoursDarkHighlightsCopyAlt,
|
|
344
|
+
Tr as SemanticColoursDarkIllustrationShapesBlue,
|
|
345
|
+
Pr as SemanticColoursDarkIllustrationShapesGreen,
|
|
346
|
+
Br as SemanticColoursDarkIllustrationShapesRed,
|
|
347
|
+
Dr as SemanticColoursDarkIllustrationShapesYellow,
|
|
348
|
+
cr as SemanticColoursDarkInputsOnsurfaceActive,
|
|
349
|
+
Sr as SemanticColoursDarkInputsOnsurfaceDisabled,
|
|
350
|
+
lr as SemanticColoursDarkInputsOnsurfaceFocus,
|
|
351
|
+
ur as SemanticColoursDarkInputsOnsurfaceFocusBorder,
|
|
352
|
+
sr as SemanticColoursDarkInputsOnsurfacePlaceholder,
|
|
353
|
+
gr as SemanticColoursDarkInputsProgressEmpty,
|
|
354
|
+
mr as SemanticColoursDarkInputsProgressError,
|
|
355
|
+
fr as SemanticColoursDarkInputsProgressInfo,
|
|
356
|
+
dr as SemanticColoursDarkInputsProgressSuccess,
|
|
357
|
+
tr as SemanticColoursDarkInputsSurfaceActive,
|
|
358
|
+
rr as SemanticColoursDarkInputsSurfaceBorder,
|
|
359
|
+
er as SemanticColoursDarkInputsSurfaceChecked,
|
|
360
|
+
ar as SemanticColoursDarkInputsSurfaceCheckedHover,
|
|
361
|
+
ir as SemanticColoursDarkInputsSurfaceDisabled,
|
|
362
|
+
Oa as SemanticColoursDarkInteractiveDisabledSurface,
|
|
363
|
+
wa as SemanticColoursDarkInteractiveIconActive,
|
|
364
|
+
Fa as SemanticColoursDarkInteractiveIconOnsurface,
|
|
365
|
+
Ba as SemanticColoursDarkInteractiveLinkActive,
|
|
366
|
+
va as SemanticColoursDarkInteractiveLinkActiveInverse,
|
|
367
|
+
ka as SemanticColoursDarkInteractiveLinkHover,
|
|
368
|
+
Ha as SemanticColoursDarkInteractiveLinkHoverInverse,
|
|
369
|
+
Ma as SemanticColoursDarkInteractiveNotificationBorderHover,
|
|
370
|
+
Ga as SemanticColoursDarkInteractiveNotificationReadSurface,
|
|
371
|
+
Ra as SemanticColoursDarkInteractiveNotificationSurfaceHover,
|
|
372
|
+
Na as SemanticColoursDarkInteractiveNotificationUnreadSurface,
|
|
373
|
+
ia as SemanticColoursDarkInteractivePrimaryActive,
|
|
374
|
+
la as SemanticColoursDarkInteractivePrimaryDisabled,
|
|
375
|
+
ca as SemanticColoursDarkInteractivePrimaryHover,
|
|
376
|
+
Sa as SemanticColoursDarkInteractivePrimaryOnsurface,
|
|
377
|
+
sa as SemanticColoursDarkInteractivePrimaryPressed,
|
|
378
|
+
ua as SemanticColoursDarkInteractiveSecondaryActive,
|
|
379
|
+
fa as SemanticColoursDarkInteractiveSecondaryDisabled,
|
|
380
|
+
ga as SemanticColoursDarkInteractiveSecondaryHover,
|
|
381
|
+
ma as SemanticColoursDarkInteractiveSecondaryOnsurface,
|
|
382
|
+
da as SemanticColoursDarkInteractiveSecondaryPressed,
|
|
383
|
+
Ca as SemanticColoursDarkInteractiveTertiaryActive,
|
|
384
|
+
ha as SemanticColoursDarkInteractiveTertiaryDisabled,
|
|
385
|
+
pa as SemanticColoursDarkInteractiveTertiaryHover,
|
|
386
|
+
za as SemanticColoursDarkInteractiveTertiaryOnsurface,
|
|
387
|
+
ya as SemanticColoursDarkInteractiveTertiaryPressed,
|
|
388
|
+
La as SemanticColoursDarkInteractiveUtilityActive,
|
|
389
|
+
Da as SemanticColoursDarkInteractiveUtilityBorder,
|
|
390
|
+
Pa as SemanticColoursDarkInteractiveUtilityDisabled,
|
|
391
|
+
Ia as SemanticColoursDarkInteractiveUtilityHover,
|
|
392
|
+
Ta as SemanticColoursDarkInteractiveUtilityOnsurface,
|
|
393
|
+
ba as SemanticColoursDarkInteractiveUtilityPressed,
|
|
394
|
+
Ka as SemanticColoursDarkOnsurfaceCopy,
|
|
395
|
+
Ja as SemanticColoursDarkOnsurfaceCopyDark,
|
|
396
|
+
qa as SemanticColoursDarkOnsurfaceCopyDisabled,
|
|
397
|
+
$a as SemanticColoursDarkOnsurfaceCopyInvert,
|
|
398
|
+
ja as SemanticColoursDarkOnsurfaceCopyLight,
|
|
399
|
+
or as SemanticColoursDarkOnsurfaceCopyLightInvert,
|
|
400
|
+
Qa as SemanticColoursDarkOnsurfaceIcon,
|
|
401
|
+
Za as SemanticColoursDarkOnsurfaceIconDisabled,
|
|
402
|
+
nr as SemanticColoursDarkOnsurfaceIconInvert,
|
|
403
|
+
aa as SemanticColoursDarkStatusDisabledDefault,
|
|
404
|
+
ra as SemanticColoursDarkStatusDisabledSurface,
|
|
405
|
+
Ge as SemanticColoursDarkStatusErrorDefault,
|
|
406
|
+
Re as SemanticColoursDarkStatusErrorOnsurface,
|
|
407
|
+
Ae as SemanticColoursDarkStatusErrorOnsurfaceBorder,
|
|
408
|
+
Fe as SemanticColoursDarkStatusErrorOnsurfaceHover,
|
|
409
|
+
Me as SemanticColoursDarkStatusErrorSurface,
|
|
410
|
+
we as SemanticColoursDarkStatusErrorSurfaceBorder,
|
|
411
|
+
Oe as SemanticColoursDarkStatusErrorSurfaceHover,
|
|
412
|
+
$e as SemanticColoursDarkStatusGenericDefault,
|
|
413
|
+
na as SemanticColoursDarkStatusGenericOnsurface,
|
|
414
|
+
ea as SemanticColoursDarkStatusGenericOnsurfaceBorder,
|
|
415
|
+
oa as SemanticColoursDarkStatusGenericSurface,
|
|
416
|
+
ta as SemanticColoursDarkStatusGenericSurfaceBorder,
|
|
417
|
+
Ye as SemanticColoursDarkStatusInfoDefault,
|
|
418
|
+
qe as SemanticColoursDarkStatusInfoOnsurface,
|
|
419
|
+
Ze as SemanticColoursDarkStatusInfoOnsurfaceBorder,
|
|
420
|
+
Je as SemanticColoursDarkStatusInfoOnsurfaceHover,
|
|
421
|
+
Ke as SemanticColoursDarkStatusInfoSurface,
|
|
422
|
+
Qe as SemanticColoursDarkStatusInfoSurfaceBorder,
|
|
423
|
+
je as SemanticColoursDarkStatusInfoSurfaceHover,
|
|
424
|
+
De as SemanticColoursDarkStatusSuccessDefault,
|
|
425
|
+
Te as SemanticColoursDarkStatusSuccessOnsurface,
|
|
426
|
+
He as SemanticColoursDarkStatusSuccessOnsurfaceBorder,
|
|
427
|
+
Be as SemanticColoursDarkStatusSuccessOnsurfaceHover,
|
|
428
|
+
ve as SemanticColoursDarkStatusSuccessSecondary,
|
|
429
|
+
Pe as SemanticColoursDarkStatusSuccessSurface,
|
|
430
|
+
Ne as SemanticColoursDarkStatusSuccessSurfaceBorder,
|
|
431
|
+
ke as SemanticColoursDarkStatusSuccessSurfaceHover,
|
|
432
|
+
Ve as SemanticColoursDarkStatusWarningDefault,
|
|
433
|
+
xe as SemanticColoursDarkStatusWarningOnsurface,
|
|
434
|
+
Xe as SemanticColoursDarkStatusWarningOnsurfaceBorder,
|
|
435
|
+
Ue as SemanticColoursDarkStatusWarningOnsurfaceHover,
|
|
436
|
+
Ee as SemanticColoursDarkStatusWarningSurface,
|
|
437
|
+
_e as SemanticColoursDarkStatusWarningSurfaceBorder,
|
|
438
|
+
We as SemanticColoursDarkStatusWarningSurfaceHover,
|
|
439
|
+
Wa as SemanticColoursDarkSurfaceBorder,
|
|
440
|
+
xa as SemanticColoursDarkSurfaceBorderInvert,
|
|
441
|
+
Ya as SemanticColoursDarkSurfaceBorderLight,
|
|
442
|
+
Aa as SemanticColoursDarkSurfaceDefault,
|
|
443
|
+
Ua as SemanticColoursDarkSurfaceInvert,
|
|
444
|
+
Va as SemanticColoursDarkSurfaceSecondary,
|
|
445
|
+
_a as SemanticColoursDarkSurfaceSecondaryInvert,
|
|
446
|
+
Ea as SemanticColoursDarkSurfaceTertiary,
|
|
447
|
+
Xa as SemanticColoursDarkSurfaceTertiaryInvert,
|
|
448
|
+
Mr as SemanticColoursDarkTimeboxAfternoonDefault,
|
|
449
|
+
Or as SemanticColoursDarkTimeboxAfternoonSurface,
|
|
450
|
+
Fr as SemanticColoursDarkTimeboxAfternoonSurfaceAlt,
|
|
451
|
+
kr as SemanticColoursDarkTimeboxAlldayDefault,
|
|
452
|
+
vr as SemanticColoursDarkTimeboxAlldaySurface,
|
|
453
|
+
Hr as SemanticColoursDarkTimeboxAlldaySurfaceAlt,
|
|
454
|
+
wr as SemanticColoursDarkTimeboxEveningDefault,
|
|
455
|
+
Ar as SemanticColoursDarkTimeboxEveningSurface,
|
|
456
|
+
Vr as SemanticColoursDarkTimeboxEveningSurfaceAlt,
|
|
457
|
+
Nr as SemanticColoursDarkTimeboxMorningDefault,
|
|
458
|
+
Gr as SemanticColoursDarkTimeboxMorningSurface,
|
|
459
|
+
Rr as SemanticColoursDarkTimeboxMorningSurfaceAlt,
|
|
460
|
+
te as SemanticColoursLightBrandPrimaryGoldrush,
|
|
461
|
+
oe as SemanticColoursLightBrandPrimaryShadyforest,
|
|
462
|
+
ne as SemanticColoursLightBrandPrimaryShadyforestLight,
|
|
463
|
+
ae as SemanticColoursLightBrandSecondaryGlacierlake,
|
|
464
|
+
re as SemanticColoursLightBrandSecondaryNewleaf,
|
|
465
|
+
ee as SemanticColoursLightBrandSecondaryTreetrunk,
|
|
466
|
+
ie as SemanticColoursLightHighlightsCopy,
|
|
467
|
+
ce as SemanticColoursLightHighlightsCopyAlt,
|
|
468
|
+
Se as SemanticColoursLightIllustrationShapesBlue,
|
|
469
|
+
le as SemanticColoursLightIllustrationShapesGreen,
|
|
470
|
+
ue as SemanticColoursLightIllustrationShapesRed,
|
|
471
|
+
se as SemanticColoursLightIllustrationShapesYellow,
|
|
472
|
+
Xt as SemanticColoursLightInputsOnsurfaceActive,
|
|
473
|
+
Kt as SemanticColoursLightInputsOnsurfaceDisabled,
|
|
474
|
+
jt as SemanticColoursLightInputsOnsurfaceFocus,
|
|
475
|
+
qt as SemanticColoursLightInputsOnsurfaceFocusBorder,
|
|
476
|
+
Yt as SemanticColoursLightInputsOnsurfacePlaceholder,
|
|
477
|
+
Jt as SemanticColoursLightInputsProgressEmpty,
|
|
478
|
+
Zt as SemanticColoursLightInputsProgressError,
|
|
479
|
+
$t as SemanticColoursLightInputsProgressInfo,
|
|
480
|
+
Qt as SemanticColoursLightInputsProgressSuccess,
|
|
481
|
+
Et as SemanticColoursLightInputsSurfaceActive,
|
|
482
|
+
Ut as SemanticColoursLightInputsSurfaceBorder,
|
|
483
|
+
Wt as SemanticColoursLightInputsSurfaceChecked,
|
|
484
|
+
xt as SemanticColoursLightInputsSurfaceCheckedHover,
|
|
485
|
+
_t as SemanticColoursLightInputsSurfaceDisabled,
|
|
486
|
+
zt as SemanticColoursLightInteractiveDisabledSurface,
|
|
487
|
+
Lt as SemanticColoursLightInteractiveIconActive,
|
|
488
|
+
ht as SemanticColoursLightInteractiveIconOnsurface,
|
|
489
|
+
ut as SemanticColoursLightInteractiveLinkActive,
|
|
490
|
+
dt as SemanticColoursLightInteractiveLinkActiveInverse,
|
|
491
|
+
gt as SemanticColoursLightInteractiveLinkHover,
|
|
492
|
+
mt as SemanticColoursLightInteractiveLinkHoverInverse,
|
|
493
|
+
yt as SemanticColoursLightInteractiveNotificationBorderHover,
|
|
494
|
+
Ct as SemanticColoursLightInteractiveNotificationReadSurface,
|
|
495
|
+
pt as SemanticColoursLightInteractiveNotificationSurfaceHover,
|
|
496
|
+
ft as SemanticColoursLightInteractiveNotificationUnreadSurface,
|
|
497
|
+
_n as SemanticColoursLightInteractivePrimaryActive,
|
|
498
|
+
jn as SemanticColoursLightInteractivePrimaryDisabled,
|
|
499
|
+
Xn as SemanticColoursLightInteractivePrimaryHover,
|
|
500
|
+
Kn as SemanticColoursLightInteractivePrimaryOnsurface,
|
|
501
|
+
Yn as SemanticColoursLightInteractivePrimaryPressed,
|
|
502
|
+
qn as SemanticColoursLightInteractiveSecondaryActive,
|
|
503
|
+
$n as SemanticColoursLightInteractiveSecondaryDisabled,
|
|
504
|
+
Jn as SemanticColoursLightInteractiveSecondaryHover,
|
|
505
|
+
Zn as SemanticColoursLightInteractiveSecondaryOnsurface,
|
|
506
|
+
Qn as SemanticColoursLightInteractiveSecondaryPressed,
|
|
507
|
+
ot as SemanticColoursLightInteractiveTertiaryActive,
|
|
508
|
+
at as SemanticColoursLightInteractiveTertiaryDisabled,
|
|
509
|
+
nt as SemanticColoursLightInteractiveTertiaryHover,
|
|
510
|
+
et as SemanticColoursLightInteractiveTertiaryOnsurface,
|
|
511
|
+
tt as SemanticColoursLightInteractiveTertiaryPressed,
|
|
512
|
+
rt as SemanticColoursLightInteractiveUtilityActive,
|
|
513
|
+
st as SemanticColoursLightInteractiveUtilityBorder,
|
|
514
|
+
lt as SemanticColoursLightInteractiveUtilityDisabled,
|
|
515
|
+
it as SemanticColoursLightInteractiveUtilityHover,
|
|
516
|
+
St as SemanticColoursLightInteractiveUtilityOnsurface,
|
|
517
|
+
ct as SemanticColoursLightInteractiveUtilityPressed,
|
|
518
|
+
Nt as SemanticColoursLightOnsurfaceCopy,
|
|
519
|
+
Mt as SemanticColoursLightOnsurfaceCopyDark,
|
|
520
|
+
Rt as SemanticColoursLightOnsurfaceCopyDisabled,
|
|
521
|
+
wt as SemanticColoursLightOnsurfaceCopyInvert,
|
|
522
|
+
Gt as SemanticColoursLightOnsurfaceCopyLight,
|
|
523
|
+
At as SemanticColoursLightOnsurfaceCopyLightInvert,
|
|
524
|
+
Ot as SemanticColoursLightOnsurfaceIcon,
|
|
525
|
+
Ft as SemanticColoursLightOnsurfaceIconDisabled,
|
|
526
|
+
Vt as SemanticColoursLightOnsurfaceIconInvert,
|
|
527
|
+
xn as SemanticColoursLightStatusDisabledDefault,
|
|
528
|
+
Un as SemanticColoursLightStatusDisabledSurface,
|
|
529
|
+
Cn as SemanticColoursLightStatusErrorDefault,
|
|
530
|
+
pn as SemanticColoursLightStatusErrorOnsurface,
|
|
531
|
+
In as SemanticColoursLightStatusErrorOnsurfaceBorder,
|
|
532
|
+
hn as SemanticColoursLightStatusErrorOnsurfaceHover,
|
|
533
|
+
yn as SemanticColoursLightStatusErrorSurface,
|
|
534
|
+
Ln as SemanticColoursLightStatusErrorSurfaceBorder,
|
|
535
|
+
zn as SemanticColoursLightStatusErrorSurfaceHover,
|
|
536
|
+
wn as SemanticColoursLightStatusGenericDefault,
|
|
537
|
+
Vn as SemanticColoursLightStatusGenericOnsurface,
|
|
538
|
+
Wn as SemanticColoursLightStatusGenericOnsurfaceBorder,
|
|
539
|
+
An as SemanticColoursLightStatusGenericSurface,
|
|
540
|
+
En as SemanticColoursLightStatusGenericSurfaceBorder,
|
|
541
|
+
Hn as SemanticColoursLightStatusInfoDefault,
|
|
542
|
+
Rn as SemanticColoursLightStatusInfoOnsurface,
|
|
543
|
+
Fn as SemanticColoursLightStatusInfoOnsurfaceBorder,
|
|
544
|
+
Mn as SemanticColoursLightStatusInfoOnsurfaceHover,
|
|
545
|
+
Nn as SemanticColoursLightStatusInfoSurface,
|
|
546
|
+
On as SemanticColoursLightStatusInfoSurfaceBorder,
|
|
547
|
+
Gn as SemanticColoursLightStatusInfoSurfaceHover,
|
|
548
|
+
sn as SemanticColoursLightStatusSuccessDefault,
|
|
549
|
+
Sn as SemanticColoursLightStatusSuccessOnsurface,
|
|
550
|
+
mn as SemanticColoursLightStatusSuccessOnsurfaceBorder,
|
|
551
|
+
un as SemanticColoursLightStatusSuccessOnsurfaceHover,
|
|
552
|
+
dn as SemanticColoursLightStatusSuccessSecondary,
|
|
553
|
+
ln as SemanticColoursLightStatusSuccessSurface,
|
|
554
|
+
fn as SemanticColoursLightStatusSuccessSurfaceBorder,
|
|
555
|
+
gn as SemanticColoursLightStatusSuccessSurfaceHover,
|
|
556
|
+
bn as SemanticColoursLightStatusWarningDefault,
|
|
557
|
+
Pn as SemanticColoursLightStatusWarningOnsurface,
|
|
558
|
+
vn as SemanticColoursLightStatusWarningOnsurfaceBorder,
|
|
559
|
+
Bn as SemanticColoursLightStatusWarningOnsurfaceHover,
|
|
560
|
+
Dn as SemanticColoursLightStatusWarningSurface,
|
|
561
|
+
kn as SemanticColoursLightStatusWarningSurfaceBorder,
|
|
562
|
+
Tn as SemanticColoursLightStatusWarningSurfaceHover,
|
|
563
|
+
Tt as SemanticColoursLightSurfaceBorder,
|
|
564
|
+
Pt as SemanticColoursLightSurfaceBorderInvert,
|
|
565
|
+
Ht as SemanticColoursLightSurfaceBorderLight,
|
|
566
|
+
It as SemanticColoursLightSurfaceDefault,
|
|
567
|
+
Bt as SemanticColoursLightSurfaceInvert,
|
|
568
|
+
bt as SemanticColoursLightSurfaceSecondary,
|
|
569
|
+
kt as SemanticColoursLightSurfaceSecondaryInvert,
|
|
570
|
+
Dt as SemanticColoursLightSurfaceTertiary,
|
|
571
|
+
vt as SemanticColoursLightSurfaceTertiaryInvert,
|
|
572
|
+
ye as SemanticColoursLightTimeboxAfternoonDefault,
|
|
573
|
+
ze as SemanticColoursLightTimeboxAfternoonSurface,
|
|
574
|
+
he as SemanticColoursLightTimeboxAfternoonSurfaceAlt,
|
|
575
|
+
ge as SemanticColoursLightTimeboxAlldayDefault,
|
|
576
|
+
de as SemanticColoursLightTimeboxAlldaySurface,
|
|
577
|
+
me as SemanticColoursLightTimeboxAlldaySurfaceAlt,
|
|
578
|
+
Le as SemanticColoursLightTimeboxEveningDefault,
|
|
579
|
+
Ie as SemanticColoursLightTimeboxEveningSurface,
|
|
580
|
+
be as SemanticColoursLightTimeboxEveningSurfaceAlt,
|
|
581
|
+
fe as SemanticColoursLightTimeboxMorningDefault,
|
|
582
|
+
Ce as SemanticColoursLightTimeboxMorningSurface,
|
|
583
|
+
pe as SemanticColoursLightTimeboxMorningSurfaceAlt,
|
|
584
|
+
rn as Size025,
|
|
585
|
+
en as Size05,
|
|
586
|
+
No as Size1,
|
|
587
|
+
Vo as Size10,
|
|
588
|
+
Eo as Size12,
|
|
589
|
+
Wo as Size13,
|
|
590
|
+
xo as Size14,
|
|
591
|
+
an as Size15,
|
|
592
|
+
Uo as Size16,
|
|
593
|
+
_o as Size18,
|
|
594
|
+
Go as Size2,
|
|
595
|
+
Xo as Size20,
|
|
596
|
+
Yo as Size24,
|
|
597
|
+
cn as Size25,
|
|
598
|
+
Ko as Size27,
|
|
599
|
+
jo as Size28,
|
|
600
|
+
Ro as Size3,
|
|
601
|
+
qo as Size30,
|
|
602
|
+
Jo as Size32,
|
|
603
|
+
Qo as Size34,
|
|
604
|
+
Zo as Size35,
|
|
605
|
+
$o as Size39,
|
|
606
|
+
Mo as Size4,
|
|
607
|
+
on as Size43,
|
|
608
|
+
Oo as Size5,
|
|
609
|
+
nn as Size50,
|
|
610
|
+
Fo as Size6,
|
|
611
|
+
tn as Size64,
|
|
612
|
+
wo as Size7,
|
|
613
|
+
Ao as Size8,
|
|
614
|
+
rl as TypographyMediumFontSizeBody1,
|
|
615
|
+
Gl as TypographyMediumFontSizeBody2,
|
|
616
|
+
Rl as TypographyMediumFontSizeBody3,
|
|
617
|
+
Ml as TypographyMediumFontSizeBody4,
|
|
618
|
+
Ol as TypographyMediumFontSizeBody5,
|
|
619
|
+
Yl as TypographyMediumFontSizeDigits1,
|
|
620
|
+
Kl as TypographyMediumFontSizeDigits2,
|
|
621
|
+
jl as TypographyMediumFontSizeDigits3,
|
|
622
|
+
jS as TypographyMediumFontSizeDisplay1,
|
|
623
|
+
qS as TypographyMediumFontSizeDisplay2,
|
|
624
|
+
JS as TypographyMediumFontSizeDisplay3,
|
|
625
|
+
QS as TypographyMediumFontSizeHeading1,
|
|
626
|
+
ZS as TypographyMediumFontSizeHeading2,
|
|
627
|
+
kl as TypographyMediumFontSizeHeading3,
|
|
628
|
+
El as TypographyMediumFontSizeLabel1,
|
|
629
|
+
Wl as TypographyMediumFontSizeLabel2,
|
|
630
|
+
xl as TypographyMediumFontSizeLabel3,
|
|
631
|
+
Ul as TypographyMediumFontSizeLink1,
|
|
632
|
+
_l as TypographyMediumFontSizeLink2,
|
|
633
|
+
Xl as TypographyMediumFontSizeLink3,
|
|
634
|
+
Fl as TypographyMediumFontSizeMessage,
|
|
635
|
+
wl as TypographyMediumFontSizeOverline1,
|
|
636
|
+
Al as TypographyMediumFontSizeOverline2,
|
|
637
|
+
Vl as TypographyMediumFontSizeOverline3,
|
|
638
|
+
vl as TypographyMediumFontSizeSubHeading1,
|
|
639
|
+
Hl as TypographyMediumFontSizeSubHeading2,
|
|
640
|
+
Nl as TypographyMediumFontSizeSubHeading3,
|
|
641
|
+
il as TypographyNarrowFontSizeBody1,
|
|
642
|
+
$l as TypographyNarrowFontSizeBody2,
|
|
643
|
+
ou as TypographyNarrowFontSizeBody3,
|
|
644
|
+
nu as TypographyNarrowFontSizeBody4,
|
|
645
|
+
tu as TypographyNarrowFontSizeBody5,
|
|
646
|
+
du as TypographyNarrowFontSizeDigits1,
|
|
647
|
+
mu as TypographyNarrowFontSizeDigits2,
|
|
648
|
+
fu as TypographyNarrowFontSizeDigits3,
|
|
649
|
+
$S as TypographyNarrowFontSizeDisplay1,
|
|
650
|
+
ol as TypographyNarrowFontSizeDisplay2,
|
|
651
|
+
nl as TypographyNarrowFontSizeDisplay3,
|
|
652
|
+
tl as TypographyNarrowFontSizeHeading1,
|
|
653
|
+
el as TypographyNarrowFontSizeHeading2,
|
|
654
|
+
ql as TypographyNarrowFontSizeHeading3,
|
|
655
|
+
cu as TypographyNarrowFontSizeLabel1,
|
|
656
|
+
su as TypographyNarrowFontSizeLabel2,
|
|
657
|
+
Su as TypographyNarrowFontSizeLabel3,
|
|
658
|
+
lu as TypographyNarrowFontSizeLink1,
|
|
659
|
+
uu as TypographyNarrowFontSizeLink2,
|
|
660
|
+
gu as TypographyNarrowFontSizeLink3,
|
|
661
|
+
eu as TypographyNarrowFontSizeMessage,
|
|
662
|
+
au as TypographyNarrowFontSizeOverline1,
|
|
663
|
+
ru as TypographyNarrowFontSizeOverline2,
|
|
664
|
+
iu as TypographyNarrowFontSizeOverline3,
|
|
665
|
+
Jl as TypographyNarrowFontSizeSubHeading1,
|
|
666
|
+
Ql as TypographyNarrowFontSizeSubHeading2,
|
|
667
|
+
Zl as TypographyNarrowFontSizeSubHeading3,
|
|
668
|
+
Ho as TypographyPrimaryFontFamily,
|
|
669
|
+
al as TypographyWideFontSizeBody1,
|
|
670
|
+
ul as TypographyWideFontSizeBody2,
|
|
671
|
+
gl as TypographyWideFontSizeBody3,
|
|
672
|
+
dl as TypographyWideFontSizeBody4,
|
|
673
|
+
ml as TypographyWideFontSizeBody5,
|
|
674
|
+
Tl as TypographyWideFontSizeDigits1,
|
|
675
|
+
Pl as TypographyWideFontSizeDigits2,
|
|
676
|
+
Bl as TypographyWideFontSizeDigits3,
|
|
677
|
+
US as TypographyWideFontSizeDisplay1,
|
|
678
|
+
_S as TypographyWideFontSizeDisplay2,
|
|
679
|
+
XS as TypographyWideFontSizeDisplay3,
|
|
680
|
+
YS as TypographyWideFontSizeHeading1,
|
|
681
|
+
KS as TypographyWideFontSizeHeading2,
|
|
682
|
+
cl as TypographyWideFontSizeHeading3,
|
|
683
|
+
zl as TypographyWideFontSizeLabel1,
|
|
684
|
+
hl as TypographyWideFontSizeLabel2,
|
|
685
|
+
Ll as TypographyWideFontSizeLabel3,
|
|
686
|
+
Il as TypographyWideFontSizeLink1,
|
|
687
|
+
bl as TypographyWideFontSizeLink2,
|
|
688
|
+
Dl as TypographyWideFontSizeLink3,
|
|
689
|
+
fl as TypographyWideFontSizeMessage,
|
|
690
|
+
Cl as TypographyWideFontSizeOverline1,
|
|
691
|
+
pl as TypographyWideFontSizeOverline2,
|
|
692
|
+
yl as TypographyWideFontSizeOverline3,
|
|
693
|
+
sl as TypographyWideFontSizeSubHeading1,
|
|
694
|
+
Sl as TypographyWideFontSizeSubHeading2,
|
|
695
|
+
ll as TypographyWideFontSizeSubHeading3,
|
|
696
|
+
Cu as colors
|
|
697
|
+
};
|