@purpur/library 9.5.0 → 9.6.0
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/CHANGELOG.json +21 -0
- package/CHANGELOG.md +11 -1
- package/dist/LICENSE.txt +23 -2
- package/dist/avatar-CYnD57o4.js +2 -0
- package/dist/avatar-CYnD57o4.js.map +1 -0
- package/dist/avatar-CzbDD1MK.mjs +27 -0
- package/dist/avatar-CzbDD1MK.mjs.map +1 -0
- package/dist/avatar.cjs.js +2 -0
- package/dist/avatar.cjs.js.map +1 -0
- package/dist/avatar.es.js +5 -0
- package/dist/avatar.es.js.map +1 -0
- package/dist/color-dot-BEE5rKco.js +2 -0
- package/dist/color-dot-BEE5rKco.js.map +1 -0
- package/dist/color-dot-Dz9yzVX3.mjs +28 -0
- package/dist/color-dot-Dz9yzVX3.mjs.map +1 -0
- package/dist/color-dot.cjs.js +1 -1
- package/dist/color-dot.es.js +4 -3
- package/dist/comparison-table-CZMKl1TX.mjs +292 -0
- package/dist/comparison-table-CZMKl1TX.mjs.map +1 -0
- package/dist/comparison-table-Nhp5W6Yc.js +2 -0
- package/dist/comparison-table-Nhp5W6Yc.js.map +1 -0
- package/dist/comparison-table.cjs.js +1 -1
- package/dist/comparison-table.es.js +1 -1
- package/dist/components/avatar/src/avatar-constants.d.ts +2 -0
- package/dist/components/avatar/src/avatar-constants.d.ts.map +1 -0
- package/dist/components/avatar/src/avatar.d.ts +26 -0
- package/dist/components/avatar/src/avatar.d.ts.map +1 -0
- package/dist/components/color-dot/src/color-dot.d.ts +18 -8
- package/dist/components/color-dot/src/color-dot.d.ts.map +1 -1
- package/dist/components/comparison-table/src/components/OptionCard/option-card.d.ts.map +1 -1
- package/dist/components/loading/src/loading-dots.d.ts +19 -0
- package/dist/components/loading/src/loading-dots.d.ts.map +1 -0
- package/dist/components/loading/src/loading-text.d.ts +21 -0
- package/dist/components/loading/src/loading-text.d.ts.map +1 -0
- package/dist/components/loading/src/loading.d.ts +10 -0
- package/dist/components/loading/src/loading.d.ts.map +1 -0
- package/dist/components/message/src/message-bubble.d.ts +22 -0
- package/dist/components/message/src/message-bubble.d.ts.map +1 -0
- package/dist/components/message/src/message-stamp.d.ts +26 -0
- package/dist/components/message/src/message-stamp.d.ts.map +1 -0
- package/dist/components/message/src/message-utils.d.ts +3 -0
- package/dist/components/message/src/message-utils.d.ts.map +1 -0
- package/dist/components/message/src/message.d.ts +42 -0
- package/dist/components/message/src/message.d.ts.map +1 -0
- package/dist/components-metadata.js +33 -2
- package/dist/libraries/library/src/avatar.d.ts +6 -0
- package/dist/libraries/library/src/avatar.d.ts.map +1 -0
- package/dist/libraries/library/src/library.d.ts +3 -0
- package/dist/libraries/library/src/library.d.ts.map +1 -1
- package/dist/libraries/library/src/loading.d.ts +6 -0
- package/dist/libraries/library/src/loading.d.ts.map +1 -0
- package/dist/libraries/library/src/message.d.ts +6 -0
- package/dist/libraries/library/src/message.d.ts.map +1 -0
- package/dist/library.cjs.js +1 -1
- package/dist/library.es.js +632 -625
- package/dist/library.es.js.map +1 -1
- package/dist/loading-Dwtkjstg.js +2 -0
- package/dist/loading-Dwtkjstg.js.map +1 -0
- package/dist/loading-r23nxJSz.mjs +107 -0
- package/dist/loading-r23nxJSz.mjs.map +1 -0
- package/dist/loading.cjs.js +2 -0
- package/dist/loading.cjs.js.map +1 -0
- package/dist/loading.es.js +5 -0
- package/dist/loading.es.js.map +1 -0
- package/dist/message-0yTS5pOF.js +3 -0
- package/dist/message-0yTS5pOF.js.map +1 -0
- package/dist/message-D9CDwcw9.mjs +132 -0
- package/dist/message-D9CDwcw9.mjs.map +1 -0
- package/dist/message.cjs.js +2 -0
- package/dist/message.cjs.js.map +1 -0
- package/dist/message.es.js +5 -0
- package/dist/message.es.js.map +1 -0
- package/dist/{product-card-CoY1KggV.js → product-card-8X-Ld2d_.js} +2 -2
- package/dist/{product-card-CoY1KggV.js.map → product-card-8X-Ld2d_.js.map} +1 -1
- package/dist/{product-card-C3_N0t-R.mjs → product-card-Bt-F0wKr.mjs} +10 -10
- package/dist/{product-card-C3_N0t-R.mjs.map → product-card-Bt-F0wKr.mjs.map} +1 -1
- package/dist/product-card.cjs.js +1 -1
- package/dist/product-card.es.js +1 -1
- package/dist/purpur.css +1 -1
- package/package.json +24 -21
- package/src/aliases.ts +12 -0
- package/src/avatar.ts +6 -0
- package/src/entries.js +3 -0
- package/src/library.ts +6 -0
- package/src/loading.ts +6 -0
- package/src/message.ts +6 -0
- package/dist/color-dot-6Mxngvce.mjs +0 -34
- package/dist/color-dot-6Mxngvce.mjs.map +0 -1
- package/dist/color-dot-B9w_ucWb.js +0 -2
- package/dist/color-dot-B9w_ucWb.js.map +0 -1
- package/dist/comparison-table-C74IAVqz.js +0 -2
- package/dist/comparison-table-C74IAVqz.js.map +0 -1
- package/dist/comparison-table-DctKxmX9.mjs +0 -267
- package/dist/comparison-table-DctKxmX9.mjs.map +0 -1
package/dist/library.es.js
CHANGED
|
@@ -2,638 +2,645 @@
|
|
|
2
2
|
import { A as p, a as e } from "./accordion-CIU4U8-4.mjs";
|
|
3
3
|
import { A as s, a as t, b as i } from "./alert-badge-DR8cigWu.mjs";
|
|
4
4
|
import { A as l, u as c } from "./autocomplete-BEGRn-Wh.mjs";
|
|
5
|
-
import {
|
|
6
|
-
import { B,
|
|
7
|
-
import { B as
|
|
8
|
-
import {
|
|
9
|
-
import { C as N } from "./
|
|
10
|
-
import { C as
|
|
11
|
-
import { C as R } from "./
|
|
12
|
-
import { C as
|
|
13
|
-
import { C as M } from "./
|
|
14
|
-
import { C as H
|
|
15
|
-
import { C as V } from "./
|
|
16
|
-
import { C as
|
|
17
|
-
import { C as q } from "./
|
|
18
|
-
import { C as
|
|
19
|
-
import { C as
|
|
20
|
-
import { C as
|
|
21
|
-
import {
|
|
22
|
-
import { D as
|
|
23
|
-
import { D as
|
|
24
|
-
import { D as
|
|
25
|
-
import { D as dr } from "./
|
|
26
|
-
import { D as vr
|
|
27
|
-
import {
|
|
28
|
-
import { F as yr } from "./field-
|
|
29
|
-
import { F as
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import { H as Er, T as Dr } from "./
|
|
33
|
-
import {
|
|
34
|
-
import { L as
|
|
35
|
-
import { L as
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import { P as la } from "./
|
|
43
|
-
import { P as Ca,
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import { S as
|
|
52
|
-
import { S as Ua
|
|
53
|
-
import { S as
|
|
54
|
-
import { S as
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import { T as
|
|
59
|
-
import {
|
|
60
|
-
import { T as
|
|
61
|
-
import { T as
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import { u as
|
|
69
|
-
import { a as
|
|
70
|
-
import {
|
|
5
|
+
import { A as g } from "./avatar-CzbDD1MK.mjs";
|
|
6
|
+
import { B as T, a as B, b as v } from "./badge-DalD-yqG.mjs";
|
|
7
|
+
import { B as m, I as x } from "./breadcrumbs-BtA7VLmX.mjs";
|
|
8
|
+
import { B as y, a as k, b, c as f } from "./button-4-yWOgtD.mjs";
|
|
9
|
+
import { C as N } from "./calendar-d53vgYqR.mjs";
|
|
10
|
+
import { C as P } from "./card-C2mdp-ur.mjs";
|
|
11
|
+
import { C as R } from "./carousel-DLkTL9sj.mjs";
|
|
12
|
+
import { C as G } from "./chat-field-CVF4DooY.mjs";
|
|
13
|
+
import { C as L, c as M } from "./checkbox-BHTx89JQ.mjs";
|
|
14
|
+
import { C as H } from "./chip-group-xuOe7nL3.mjs";
|
|
15
|
+
import { B as F, C as V, S as U } from "./color-dot-Dz9yzVX3.mjs";
|
|
16
|
+
import { C as w } from "./comparison-table-CZMKl1TX.mjs";
|
|
17
|
+
import { C as X, a as q, W as j } from "./container-DLjBTB_w.mjs";
|
|
18
|
+
import { C as K } from "./content-block-CakKeJtN.mjs";
|
|
19
|
+
import { C as J } from "./countdown-BsLsEZBv.mjs";
|
|
20
|
+
import { C as rr } from "./counter-badge-C6yuD7se.mjs";
|
|
21
|
+
import { C as or, c as pr } from "./cta-link-pwva2f2r.mjs";
|
|
22
|
+
import { D as ur } from "./date-field-Cv5CKR1y.mjs";
|
|
23
|
+
import { D as tr } from "./date-picker-CzxhZxsw.mjs";
|
|
24
|
+
import { D as nr } from "./date-range-field-CFcjprIl.mjs";
|
|
25
|
+
import { D as cr, a as Cr, b as gr, c as dr, s as Tr } from "./dismissable-chip-group-Cfs2s2BH.mjs";
|
|
26
|
+
import { D as vr } from "./drawer-8Acg4wkV.mjs";
|
|
27
|
+
import { D as mr, u as xr } from "./dropdown-CMO_VD5e.mjs";
|
|
28
|
+
import { F as yr, a as kr } from "./field-error-text-CBSX8dGx.mjs";
|
|
29
|
+
import { F as fr } from "./field-helper-text-C5ee4SFV.mjs";
|
|
30
|
+
import { F as Nr } from "./footer-BLPlXaZK.mjs";
|
|
31
|
+
import { G as Pr } from "./grid-DGnCQgwf.mjs";
|
|
32
|
+
import { D as Rr, H as Er, a as Gr, T as Dr } from "./heading-xwBuT_-9.mjs";
|
|
33
|
+
import { H as Mr, T as Wr } from "./hero-banner-DkC_BqM7.mjs";
|
|
34
|
+
import { L as _r } from "./label-7sJe5-pX.mjs";
|
|
35
|
+
import { L as Vr, a as Ur, l as zr } from "./link-DY5WLpyc.mjs";
|
|
36
|
+
import { L as Zr, a as Xr } from "./listbox-i6BQQ-NZ.mjs";
|
|
37
|
+
import { L as jr } from "./loading-r23nxJSz.mjs";
|
|
38
|
+
import { M as Kr } from "./message-D9CDwcw9.mjs";
|
|
39
|
+
import { M as Jr } from "./modal-fp37VbrH.mjs";
|
|
40
|
+
import { N as ra, a as aa, b as oa, c as pa, n as ea, d as ua, e as sa } from "./notification-BbQCmsnY.mjs";
|
|
41
|
+
import { N as ia } from "./notification-banner-CZTQZ5Le.mjs";
|
|
42
|
+
import { P as la } from "./pagination-Cc_4zCQA.mjs";
|
|
43
|
+
import { P as Ca, a as ga } from "./paragraph-DSxXmX_0.mjs";
|
|
44
|
+
import { P as Ta } from "./popover-I26xNbTz.mjs";
|
|
45
|
+
import { P as va } from "./product-card-Bt-F0wKr.mjs";
|
|
46
|
+
import { P as ma, p as xa } from "./promotion-card-BiHnQvhn.mjs";
|
|
47
|
+
import { Q as ya, q as ka, a as ba } from "./quantity-selector-CvBvnMeB.mjs";
|
|
48
|
+
import { R as ha, a as Na, b as Aa } from "./radio-button-group-CFqPsu5A.mjs";
|
|
49
|
+
import { R as Oa, a as Ra, b as Ea, c as Ga } from "./radio-card-group-CneOprGY.mjs";
|
|
50
|
+
import { R as La, r as Ma } from "./RichText-jZ-sHV-u.mjs";
|
|
51
|
+
import { S as Ha, a as _a, s as Fa } from "./search-field-CpkHGIYi.mjs";
|
|
52
|
+
import { S as Ua } from "./select-BEmu_fh9.mjs";
|
|
53
|
+
import { S as wa, r as Za } from "./skeleton-CDGzLI-T.mjs";
|
|
54
|
+
import { S as qa, a as ja } from "./slider-CDOrFmK-.mjs";
|
|
55
|
+
import { S as Ka, a as Ya } from "./spacer-4im7q6p0.mjs";
|
|
56
|
+
import { S as $a, a as ro, s as ao } from "./spinner-DRQN6YdK.mjs";
|
|
57
|
+
import { S as po } from "./stepper-CWR2vGPj.mjs";
|
|
58
|
+
import { T as uo, c as so } from "./table-g_n68i4s.mjs";
|
|
59
|
+
import { T as io, c as no, t as lo } from "./tabs-Bye5lgZ1.mjs";
|
|
60
|
+
import { R as Co, T as go } from "./text-area-kJvg6cFp.mjs";
|
|
61
|
+
import { T as Bo, i as vo, t as So } from "./text-field-BQfxJobW.mjs";
|
|
62
|
+
import { E as xo, T as Io } from "./text-spacing-BU0mkEf9.mjs";
|
|
63
|
+
import { T as ko } from "./toggle-CY3J8BRX.mjs";
|
|
64
|
+
import { T as fo, a as ho, b as No } from "./tooltip-LU2Cy-QC.mjs";
|
|
65
|
+
import { V as Po } from "./visually-hidden-BYFkJEp1.mjs";
|
|
66
|
+
import { purpurBorderRadiusFull as Ro, purpurBorderRadiusLg as Eo, purpurBorderRadiusMd as Go, purpurBorderRadiusSm as Do, purpurBorderRadiusXl as Lo, purpurBorderRadiusXs as Mo, purpurBorderWidthLg as Wo, purpurBorderWidthMd as Ho, purpurBorderWidthSm as _o, purpurBorderWidthXs as Fo, purpurFilterBlurOnImage as Vo, purpurGradientAiBackgroundInteractiveExpressive as Uo, purpurGradientAiBackgroundInteractiveExpressiveNegative as zo, purpurGradientAiBackgroundInteractivePrimary as wo, purpurGradientAiBackgroundInteractivePrimaryNegative as Zo, purpurGradientAiBackgroundPrimaryNegative as Xo, purpurGradientAiBorderInteractivePrimary as qo, purpurGradientAiBorderInteractivePrimaryNegative as jo, purpurGradientAiTextInteractivePrimary as Qo, purpurGradientAiTextInteractivePrimaryNegative as Ko, purpurShadowLg as Yo, purpurShadowMd as Jo, purpurShadowNone as $o, purpurShadowSm as rp, purpurSpacing0 as ap, purpurSpacing10 as op, purpurSpacing100 as pp, purpurSpacing1000 as ep, purpurSpacing1200 as up, purpurSpacing150 as sp, purpurSpacing1600 as tp, purpurSpacing200 as ip, purpurSpacing25 as np, purpurSpacing250 as lp, purpurSpacing300 as cp, purpurSpacing400 as Cp, purpurSpacing50 as gp, purpurSpacing600 as dp, purpurSpacing800 as Tp, purpurSpacingGutterLg as Bp, purpurSpacingGutterMd as vp, purpurSpacingGutterSm as Sp, purpurSpacingGutterXl as mp, purpurSpacingPagePaddingLg as xp, purpurSpacingPagePaddingMd as Ip, purpurSpacingPagePaddingSm as yp, purpurSpacingPagePaddingXl as kp, purpurTypographyFamilyDefault as bp, purpurTypographyFamilyDisplay as fp, purpurTypographyLineHeightDefault as hp, purpurTypographyLineHeightLoose as Np, purpurTypographyLineHeightLooser as Ap, purpurTypographyLineHeightSnug as Pp, purpurTypographyLineHeightTight as Op, purpurTypographyScale100 as Rp, purpurTypographyScale1000 as Ep, purpurTypographyScale1100 as Gp, purpurTypographyScale150 as Dp, purpurTypographyScale200 as Lp, purpurTypographyScale300 as Mp, purpurTypographyScale400 as Wp, purpurTypographyScale50 as Hp, purpurTypographyScale500 as _p, purpurTypographyScale600 as Fp, purpurTypographyScale650 as Vp, purpurTypographyScale700 as Up, purpurTypographyScale75 as zp, purpurTypographyScale800 as wp, purpurTypographyScale850 as Zp, purpurTypographyScale900 as Xp, purpurTypographyWeightBold as qp, purpurTypographyWeightMedium as jp, purpurTypographyWeightNormal as Qp } from "./tokens.es.js";
|
|
67
|
+
import { p as Yp, a as Jp, b as $p, c as re, d as ae, e as oe, f as pe, g as ee } from "./variables-DkCN2x27.mjs";
|
|
68
|
+
import { p as se, a as te, b as ie, c as ne, d as le, e as ce, f as Ce, g as ge, h as de, i as Te, j as Be, k as ve, l as Se, m as me, n as xe, o as Ie, q as ye, r as ke, s as be, t as fe, u as he, v as Ne, w as Ae, x as Pe, y as Oe, z as Re, A as Ee, B as Ge, C as De, D as Le, E as Me, F as We, G as He, H as _e, I as Fe, J as Ve, K as Ue, L as ze, M as we, N as Ze, O as Xe, P as qe, Q as je, R as Qe, S as Ke, T as Ye, U as Je, V as $e, W as ru, X as au, Y as ou, Z as pu, _ as eu, $ as uu, a0 as su, a1 as tu, a2 as iu, a3 as nu, a4 as lu, a5 as cu, a6 as Cu, a7 as gu, a8 as du, a9 as Tu, aa as Bu, ab as vu, ac as Su, ad as mu, ae as xu, af as Iu, ag as yu, ah as ku, ai as bu, aj as fu, ak as hu, al as Nu, am as Au, an as Pu, ao as Ou, ap as Ru, aq as Eu, ar as Gu, as as Du, at as Lu, au as Mu, av as Wu, aw as Hu, ax as _u, ay as Fu, az as Vu, aA as Uu, aB as zu, aC as wu, aD as Zu, aE as Xu, aF as qu, aG as ju, aH as Qu, aI as Ku, aJ as Yu, aK as Ju, aL as $u, aM as rs, aN as as, aO as os, aP as ps, aQ as es, aR as us, aS as ss, aT as ts, aU as is, aV as ns, aW as ls, aX as cs, aY as Cs, aZ as gs, a_ as ds, a$ as Ts, b0 as Bs, b1 as vs, b2 as Ss, b3 as ms, b4 as xs, b5 as Is, b6 as ys, b7 as ks, b8 as bs, b9 as fs, ba as hs, bb as Ns, bc as As, bd as Ps, be as Os, bf as Rs, bg as Es, bh as Gs, bi as Ds, bj as Ls, bk as Ms, bl as Ws, bm as Hs, bn as _s, bo as Fs, bp as Vs, bq as Us, br as zs, bs as ws, bt as Zs, bu as Xs, bv as qs, bw as js, bx as Qs, by as Ks, bz as Ys, bA as Js, bB as $s, bC as rt, bD as at, bE as ot, bF as pt, bG as et, bH as ut, bI as st, bJ as tt, bK as it, bL as nt, bM as lt, bN as ct, bO as Ct, bP as gt, bQ as dt, bR as Tt, bS as Bt, bT as vt, bU as St, bV as mt, bW as xt, bX as It, bY as yt, bZ as kt, b_ as bt, b$ as ft, c0 as ht, c1 as Nt, c2 as At, c3 as Pt, c4 as Ot, c5 as Rt, c6 as Et, c7 as Gt, c8 as Dt, c9 as Lt, ca as Mt, cb as Wt, cc as Ht, cd as _t, ce as Ft, cf as Vt, cg as Ut, ch as zt, ci as wt, cj as Zt, ck as Xt, cl as qt, cm as jt, cn as Qt, co as Kt, cp as Yt, cq as Jt, cr as $t, cs as ri, ct as ai, cu as oi, cv as pi, cw as ei, cx as ui, cy as si, cz as ti, cA as ii, cB as ni, cC as li, cD as ci, cE as Ci, cF as gi, cG as di, cH as Ti, cI as Bi, cJ as vi, cK as Si, cL as mi, cM as xi, cN as Ii, cO as yi, cP as ki, cQ as bi, cR as fi, cS as hi, cT as Ni, cU as Ai, cV as Pi, cW as Oi, cX as Ri, cY as Ei, cZ as Gi, c_ as Di, c$ as Li, d0 as Mi, d1 as Wi, d2 as Hi, d3 as _i, d4 as Fi, d5 as Vi, d6 as Ui } from "./variables-B5hbV0Uy.mjs";
|
|
69
|
+
import { p as wi, a as Zi, b as Xi, c as qi, d as ji, e as Qi, f as Ki, g as Yi, h as Ji, i as $i, j as rn } from "./variables-Dr3Hsdn-.mjs";
|
|
70
|
+
import { T as on, t as pn, u as en, a as un } from "./ThemeProvider-CkX-BNWN.mjs";
|
|
71
|
+
import { u as tn } from "./useColorScheme-tAkY9LHt.mjs";
|
|
72
|
+
import { a as ln, b as cn, c as Cn, d as gn, e as dn, f as Tn, g as Bn, h as vn, i as Sn, j as mn, k as xn, l as In, m as yn, n as kn, o as bn, p as fn, q as hn, r as Nn, s as An, t as Pn, u as On, v as Rn, w as En, x as Gn, y as Dn, z as Ln, A as Mn, B as Wn, C as Hn, D as _n, E as Fn, F as Vn, G as Un, H as zn, I as wn, J as Zn, K as Xn, L as qn, M as jn, N as Qn, O as Kn, P as Yn, Q as Jn, R as $n, S as rl, T as al, U as ol, V as pl, W as el, X as ul, Y as sl, Z as tl, _ as il, $ as nl, a0 as ll, a1 as cl, a2 as Cl, a3 as gl, a4 as dl, a5 as Tl, a6 as Bl, a7 as vl, a8 as Sl, a9 as ml, aa as xl, ab as Il, ac as yl, ad as kl, ae as bl, af as fl, ag as hl, ah as Nl, ai as Al, aj as Pl, ak as Ol, al as Rl, am as El, an as Gl, ao as Dl, ap as Ll, aq as Ml, ar as Wl, as as Hl, at as _l, au as Fl, av as Vl, aw as Ul, ax as zl, ay as wl, az as Zl, aA as Xl, aB as ql, aC as jl, aD as Ql } from "./zh-TW-DrQ6h7hA.mjs";
|
|
73
|
+
import { e as Yl } from "./format-CWOXI-dC.mjs";
|
|
71
74
|
export {
|
|
72
75
|
s as ALERT_BADGE_VARIANT,
|
|
73
76
|
p as Accordion,
|
|
74
77
|
e as AccordionNegativeContext,
|
|
75
78
|
t as AlertBadge,
|
|
76
79
|
l as Autocomplete,
|
|
77
|
-
g as
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
N as
|
|
87
|
-
|
|
88
|
-
R as
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
V as
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
q as
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
nr as
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
vr as
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
yr as
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
Xr as
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
aa as
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
Ta as
|
|
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
|
-
|
|
80
|
+
g as Avatar,
|
|
81
|
+
T as BADGE_VARIANT,
|
|
82
|
+
F as BUTTON_COLOR_DOT_SIZE,
|
|
83
|
+
y as BUTTON_TYPES,
|
|
84
|
+
k as BUTTON_VARIANT,
|
|
85
|
+
B as Badge,
|
|
86
|
+
m as Breadcrumbs,
|
|
87
|
+
x as BreadcrumbsItem,
|
|
88
|
+
b as Button,
|
|
89
|
+
N as Calendar,
|
|
90
|
+
P as Card,
|
|
91
|
+
R as Carousel,
|
|
92
|
+
G as ChatField,
|
|
93
|
+
L as Checkbox,
|
|
94
|
+
H as ChipGroup,
|
|
95
|
+
V as ColorDot,
|
|
96
|
+
w as ComparisonTable,
|
|
97
|
+
X as Container,
|
|
98
|
+
q as ContainerElement,
|
|
99
|
+
K as ContentBlock,
|
|
100
|
+
J as Countdown,
|
|
101
|
+
rr as CounterBadge,
|
|
102
|
+
or as CtaLink,
|
|
103
|
+
cr as DEFAULT_SIZE,
|
|
104
|
+
ur as DateField,
|
|
105
|
+
tr as DatePicker,
|
|
106
|
+
nr as DateRangeField,
|
|
107
|
+
Cr as DismissableChipGroup,
|
|
108
|
+
gr as DismissableChipGroupNegativeContext,
|
|
109
|
+
dr as DismissableChipGroupSizeContext,
|
|
110
|
+
Rr as DisplayVariant,
|
|
111
|
+
vr as Drawer,
|
|
112
|
+
mr as Dropdown,
|
|
113
|
+
xo as Element,
|
|
114
|
+
yr as FieldErrorText,
|
|
115
|
+
fr as FieldHelperText,
|
|
116
|
+
Nr as Footer,
|
|
117
|
+
Pr as Grid,
|
|
118
|
+
Er as Heading,
|
|
119
|
+
Gr as HeadingTag,
|
|
120
|
+
Mr as HeroBanner,
|
|
121
|
+
Vr as LINK_VARIANT,
|
|
122
|
+
_r as Label,
|
|
123
|
+
Ur as Link,
|
|
124
|
+
Zr as Listbox,
|
|
125
|
+
Xr as ListboxNegativeContext,
|
|
126
|
+
jr as Loading,
|
|
127
|
+
Kr as Message,
|
|
128
|
+
Jr as Modal,
|
|
129
|
+
ra as NOTIFICATION_ARIA_LIVE,
|
|
130
|
+
aa as NOTIFICATION_ROLE,
|
|
131
|
+
oa as NOTIFICATION_STATUS,
|
|
132
|
+
pa as Notification,
|
|
133
|
+
ia as NotificationBanner,
|
|
134
|
+
la as Pagination,
|
|
135
|
+
Ca as Paragraph,
|
|
136
|
+
ga as ParagraphVariant,
|
|
137
|
+
Ta as Popover,
|
|
138
|
+
va as ProductCard,
|
|
139
|
+
ma as PromotionCard,
|
|
140
|
+
ya as QuantitySelector,
|
|
141
|
+
ha as RADIO_BUTTON_GROUP_DIRECTION,
|
|
142
|
+
Na as RADIO_BUTTON_GROUP_ORIENTATION,
|
|
143
|
+
Oa as RADIO_CARD_GROUP_ORIENTATION,
|
|
144
|
+
Ra as RADIO_POSITION,
|
|
145
|
+
Aa as RadioButtonGroup,
|
|
146
|
+
Ea as RadioCardGroup,
|
|
147
|
+
Ga as RadioCardItem,
|
|
148
|
+
Co as ResizeOption,
|
|
149
|
+
La as RichText,
|
|
150
|
+
qa as SLIDER_ORIENTATION,
|
|
151
|
+
Ka as SPACER_SIZE,
|
|
152
|
+
$a as SPINNER_SIZE,
|
|
153
|
+
U as STATIC_COLOR_DOT_SIZE,
|
|
154
|
+
Ha as SearchField,
|
|
155
|
+
_a as SearchFieldAutocomplete,
|
|
156
|
+
Ua as Select,
|
|
157
|
+
wa as Skeleton,
|
|
158
|
+
ja as Slider,
|
|
159
|
+
Ya as Spacer,
|
|
160
|
+
ro as Spinner,
|
|
161
|
+
po as Stepper,
|
|
162
|
+
fo as TOOLTIP_ALIGN,
|
|
163
|
+
ho as TOOLTIP_POSITION,
|
|
164
|
+
uo as Table,
|
|
165
|
+
io as Tabs,
|
|
166
|
+
go as TextArea,
|
|
167
|
+
Bo as TextField,
|
|
168
|
+
Io as TextSpacing,
|
|
169
|
+
on as ThemeProvider,
|
|
170
|
+
Wr as TitleHyphenVariant,
|
|
171
|
+
Dr as TitleVariant,
|
|
172
|
+
ko as Toggle,
|
|
173
|
+
No as Tooltip,
|
|
174
|
+
Po as VisuallyHidden,
|
|
175
|
+
j as Width,
|
|
176
|
+
ln as af,
|
|
170
177
|
i as alertBadgeVariants,
|
|
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
|
-
|
|
178
|
+
cn as ar,
|
|
179
|
+
Cn as arDZ,
|
|
180
|
+
gn as arEG,
|
|
181
|
+
dn as arMA,
|
|
182
|
+
Tn as arSA,
|
|
183
|
+
Bn as arTN,
|
|
184
|
+
kr as ariaRelevantValues,
|
|
185
|
+
vn as az,
|
|
186
|
+
v as badgeVariants,
|
|
187
|
+
Sn as be,
|
|
188
|
+
mn as beTarask,
|
|
189
|
+
xn as bg,
|
|
190
|
+
In as bn,
|
|
191
|
+
yn as bs,
|
|
192
|
+
f as buttonVariants,
|
|
193
|
+
kn as ca,
|
|
194
|
+
M as checkedState,
|
|
195
|
+
bn as ckb,
|
|
196
|
+
so as createColumnHelper,
|
|
197
|
+
no as createTabChangeDetailEvent,
|
|
198
|
+
fn as cs,
|
|
199
|
+
pr as ctaLinkIcons,
|
|
200
|
+
hn as cy,
|
|
201
|
+
Nn as da,
|
|
202
|
+
An as de,
|
|
203
|
+
Pn as deAT,
|
|
204
|
+
On as el,
|
|
205
|
+
Rn as enAU,
|
|
206
|
+
En as enCA,
|
|
207
|
+
Gn as enGB,
|
|
208
|
+
Dn as enIE,
|
|
209
|
+
Ln as enIN,
|
|
210
|
+
Mn as enNZ,
|
|
211
|
+
Yl as enUS,
|
|
212
|
+
Wn as enZA,
|
|
213
|
+
Hn as eo,
|
|
214
|
+
_n as es,
|
|
215
|
+
Fn as et,
|
|
216
|
+
Vn as eu,
|
|
217
|
+
Un as faIR,
|
|
218
|
+
zn as fi,
|
|
219
|
+
wn as fr,
|
|
220
|
+
Zn as frCA,
|
|
221
|
+
Xn as frCH,
|
|
222
|
+
qn as fy,
|
|
223
|
+
jn as gd,
|
|
224
|
+
Qn as gl,
|
|
225
|
+
Kn as gu,
|
|
226
|
+
Yn as he,
|
|
227
|
+
Jn as hi,
|
|
228
|
+
$n as hr,
|
|
229
|
+
rl as ht,
|
|
230
|
+
al as hu,
|
|
231
|
+
ol as hy,
|
|
232
|
+
pl as id,
|
|
233
|
+
el as is,
|
|
234
|
+
vo as isTextField,
|
|
235
|
+
ul as it,
|
|
236
|
+
sl as itCH,
|
|
237
|
+
tl as ja,
|
|
238
|
+
il as jaHira,
|
|
239
|
+
nl as ka,
|
|
240
|
+
ll as kk,
|
|
241
|
+
cl as km,
|
|
242
|
+
Cl as kn,
|
|
243
|
+
gl as ko,
|
|
244
|
+
dl as lb,
|
|
245
|
+
zr as linkVariants,
|
|
246
|
+
Tl as lt,
|
|
247
|
+
Bl as lv,
|
|
248
|
+
vl as mk,
|
|
249
|
+
Sl as mn,
|
|
250
|
+
ml as ms,
|
|
251
|
+
xl as mt,
|
|
252
|
+
Il as nb,
|
|
253
|
+
yl as nl,
|
|
254
|
+
kl as nlBE,
|
|
255
|
+
bl as nn,
|
|
256
|
+
ea as notificationAriaLiveValues,
|
|
257
|
+
ua as notificationRoles,
|
|
258
|
+
sa as notificationStatuses,
|
|
259
|
+
fl as oc,
|
|
260
|
+
hl as pl,
|
|
261
|
+
xa as promotionCardVariants,
|
|
262
|
+
Nl as pt,
|
|
263
|
+
Al as ptBR,
|
|
264
|
+
Ro as purpurBorderRadiusFull,
|
|
265
|
+
Eo as purpurBorderRadiusLg,
|
|
266
|
+
Go as purpurBorderRadiusMd,
|
|
267
|
+
Do as purpurBorderRadiusSm,
|
|
268
|
+
Lo as purpurBorderRadiusXl,
|
|
269
|
+
Mo as purpurBorderRadiusXs,
|
|
270
|
+
Wo as purpurBorderWidthLg,
|
|
271
|
+
Ho as purpurBorderWidthMd,
|
|
272
|
+
_o as purpurBorderWidthSm,
|
|
273
|
+
Fo as purpurBorderWidthXs,
|
|
274
|
+
Yp as purpurBreakpointLg,
|
|
275
|
+
Jp as purpurBreakpointMd,
|
|
276
|
+
$p as purpurBreakpointRelativeLg,
|
|
277
|
+
re as purpurBreakpointRelativeMd,
|
|
278
|
+
ae as purpurBreakpointRelativeSm,
|
|
279
|
+
oe as purpurBreakpointRelativeXl,
|
|
280
|
+
pe as purpurBreakpointSm,
|
|
281
|
+
ee as purpurBreakpointXl,
|
|
282
|
+
se as purpurColorBackgroundInteractiveAutoFill,
|
|
283
|
+
te as purpurColorBackgroundInteractiveDestructive,
|
|
284
|
+
ie as purpurColorBackgroundInteractiveDestructiveActive,
|
|
285
|
+
ne as purpurColorBackgroundInteractiveDestructiveHover,
|
|
286
|
+
le as purpurColorBackgroundInteractiveDisabled,
|
|
287
|
+
ce as purpurColorBackgroundInteractiveDisabledNegative,
|
|
288
|
+
Ce as purpurColorBackgroundInteractiveExpressive,
|
|
289
|
+
ge as purpurColorBackgroundInteractiveExpressiveActive,
|
|
290
|
+
de as purpurColorBackgroundInteractiveExpressiveActiveNegative,
|
|
291
|
+
Te as purpurColorBackgroundInteractiveExpressiveHover,
|
|
292
|
+
Be as purpurColorBackgroundInteractiveExpressiveHoverNegative,
|
|
293
|
+
ve as purpurColorBackgroundInteractiveExpressiveNegative,
|
|
294
|
+
Se as purpurColorBackgroundInteractiveInactive,
|
|
295
|
+
me as purpurColorBackgroundInteractiveInactiveNegative,
|
|
296
|
+
xe as purpurColorBackgroundInteractivePrimary,
|
|
297
|
+
Ie as purpurColorBackgroundInteractivePrimaryActive,
|
|
298
|
+
ye as purpurColorBackgroundInteractivePrimaryActiveNegative,
|
|
299
|
+
ke as purpurColorBackgroundInteractivePrimaryHover,
|
|
300
|
+
be as purpurColorBackgroundInteractivePrimaryHoverNegative,
|
|
301
|
+
fe as purpurColorBackgroundInteractivePrimaryNegative,
|
|
302
|
+
he as purpurColorBackgroundInteractiveReadOnly,
|
|
303
|
+
Ne as purpurColorBackgroundInteractiveReadOnlyNegative,
|
|
304
|
+
Ae as purpurColorBackgroundInteractiveTransparentActive,
|
|
305
|
+
Pe as purpurColorBackgroundInteractiveTransparentActiveNegative,
|
|
306
|
+
Oe as purpurColorBackgroundInteractiveTransparentHover,
|
|
307
|
+
Re as purpurColorBackgroundInteractiveTransparentHoverNegative,
|
|
308
|
+
Ee as purpurColorBackgroundOnImage,
|
|
309
|
+
Ge as purpurColorBackgroundOnImageNegative,
|
|
310
|
+
De as purpurColorBackgroundPrimary,
|
|
311
|
+
Le as purpurColorBackgroundPrimaryNegative,
|
|
312
|
+
Me as purpurColorBackgroundSecondary,
|
|
313
|
+
We as purpurColorBackgroundSecondaryNegative,
|
|
314
|
+
He as purpurColorBackgroundStatusAttention,
|
|
315
|
+
_e as purpurColorBackgroundStatusBlackFriday,
|
|
316
|
+
Fe as purpurColorBackgroundStatusErrorMedium,
|
|
317
|
+
Ve as purpurColorBackgroundStatusErrorStrong,
|
|
318
|
+
Ue as purpurColorBackgroundStatusErrorStrongNegative,
|
|
319
|
+
ze as purpurColorBackgroundStatusInfoMedium,
|
|
320
|
+
we as purpurColorBackgroundStatusInfoStrong,
|
|
321
|
+
Ze as purpurColorBackgroundStatusNeutral,
|
|
322
|
+
Xe as purpurColorBackgroundStatusSpecial,
|
|
323
|
+
qe as purpurColorBackgroundStatusSuccessMedium,
|
|
324
|
+
je as purpurColorBackgroundStatusSuccessStrong,
|
|
325
|
+
Qe as purpurColorBackgroundStatusSuccessStrongNegative,
|
|
326
|
+
Ke as purpurColorBackgroundStatusWarningMedium,
|
|
327
|
+
Ye as purpurColorBackgroundStatusWarningStrong,
|
|
328
|
+
Je as purpurColorBackgroundStatusWarningStrongNegative,
|
|
329
|
+
$e as purpurColorBackgroundToneOnTonePrimary,
|
|
330
|
+
ru as purpurColorBackgroundToneOnToneQuaternary,
|
|
331
|
+
au as purpurColorBackgroundToneOnToneSecondary,
|
|
332
|
+
ou as purpurColorBackgroundToneOnToneTertiary,
|
|
333
|
+
pu as purpurColorBeige100,
|
|
334
|
+
eu as purpurColorBeige200,
|
|
335
|
+
uu as purpurColorBeige300,
|
|
336
|
+
su as purpurColorBeige400,
|
|
337
|
+
tu as purpurColorBeige50,
|
|
338
|
+
iu as purpurColorBeige500,
|
|
339
|
+
nu as purpurColorBeige600,
|
|
340
|
+
lu as purpurColorBeige700,
|
|
341
|
+
cu as purpurColorBeige800,
|
|
342
|
+
Cu as purpurColorBeige900,
|
|
343
|
+
gu as purpurColorBeige950,
|
|
344
|
+
du as purpurColorBlue100,
|
|
345
|
+
Tu as purpurColorBlue200,
|
|
346
|
+
Bu as purpurColorBlue300,
|
|
347
|
+
vu as purpurColorBlue400,
|
|
348
|
+
Su as purpurColorBlue50,
|
|
349
|
+
mu as purpurColorBlue500,
|
|
350
|
+
xu as purpurColorBlue600,
|
|
351
|
+
Iu as purpurColorBlue700,
|
|
352
|
+
yu as purpurColorBlue800,
|
|
353
|
+
ku as purpurColorBlue900,
|
|
354
|
+
bu as purpurColorBlue950,
|
|
355
|
+
fu as purpurColorBorderInteractiveExpressive,
|
|
356
|
+
hu as purpurColorBorderInteractiveFocus,
|
|
357
|
+
Nu as purpurColorBorderInteractivePrimary,
|
|
358
|
+
Au as purpurColorBorderInteractivePrimaryActive,
|
|
359
|
+
Pu as purpurColorBorderInteractivePrimaryActiveNegative,
|
|
360
|
+
Ou as purpurColorBorderInteractivePrimaryHover,
|
|
361
|
+
Ru as purpurColorBorderInteractivePrimaryHoverNegative,
|
|
362
|
+
Eu as purpurColorBorderInteractivePrimaryNegative,
|
|
363
|
+
Gu as purpurColorBorderInteractiveSelected,
|
|
364
|
+
Du as purpurColorBorderInteractiveSubtle,
|
|
365
|
+
Lu as purpurColorBorderInteractiveSubtleHover,
|
|
366
|
+
Mu as purpurColorBorderInteractiveSubtleHoverNegative,
|
|
367
|
+
Wu as purpurColorBorderInteractiveSubtleNegative,
|
|
368
|
+
Hu as purpurColorBorderMedium,
|
|
369
|
+
_u as purpurColorBorderMediumNegative,
|
|
370
|
+
Fu as purpurColorBorderStatusError,
|
|
371
|
+
Vu as purpurColorBorderStatusErrorNegative,
|
|
372
|
+
Uu as purpurColorBorderStatusInfo,
|
|
373
|
+
zu as purpurColorBorderStatusSuccess,
|
|
374
|
+
wu as purpurColorBorderStatusSuccessNegative,
|
|
375
|
+
Zu as purpurColorBorderStatusWarning,
|
|
376
|
+
Xu as purpurColorBorderStrong,
|
|
377
|
+
qu as purpurColorBorderStrongNegative,
|
|
378
|
+
ju as purpurColorBorderWeak,
|
|
379
|
+
Qu as purpurColorBorderWeakNegative,
|
|
380
|
+
Ku as purpurColorBrandBeige,
|
|
381
|
+
Yu as purpurColorBrandCorePurple,
|
|
382
|
+
Ju as purpurColorBrandDeepBeige,
|
|
383
|
+
$u as purpurColorBrandDeepPurple,
|
|
384
|
+
rs as purpurColorBrandLightBeige,
|
|
385
|
+
as as purpurColorBrandLightPurple,
|
|
386
|
+
os as purpurColorBrandOffBlack,
|
|
387
|
+
ps as purpurColorBrandWhite,
|
|
388
|
+
es as purpurColorFunctionalBlack,
|
|
389
|
+
us as purpurColorFunctionalTransparent,
|
|
390
|
+
ss as purpurColorFunctionalWhite,
|
|
391
|
+
ts as purpurColorGradientAiBottom,
|
|
392
|
+
is as purpurColorGradientAiBottomNegative,
|
|
393
|
+
ns as purpurColorGradientAiTop,
|
|
394
|
+
ls as purpurColorGradientAiTopNegative,
|
|
395
|
+
cs as purpurColorGray100,
|
|
396
|
+
Cs as purpurColorGray150,
|
|
397
|
+
gs as purpurColorGray200,
|
|
398
|
+
ds as purpurColorGray300,
|
|
399
|
+
Ts as purpurColorGray400,
|
|
400
|
+
Bs as purpurColorGray50,
|
|
401
|
+
vs as purpurColorGray500,
|
|
402
|
+
Ss as purpurColorGray600,
|
|
403
|
+
ms as purpurColorGray700,
|
|
404
|
+
xs as purpurColorGray800,
|
|
405
|
+
Is as purpurColorGray850,
|
|
406
|
+
ys as purpurColorGray900,
|
|
407
|
+
ks as purpurColorGray950,
|
|
408
|
+
bs as purpurColorGreen100,
|
|
409
|
+
fs as purpurColorGreen200,
|
|
410
|
+
hs as purpurColorGreen300,
|
|
411
|
+
Ns as purpurColorGreen400,
|
|
412
|
+
As as purpurColorGreen50,
|
|
413
|
+
Ps as purpurColorGreen500,
|
|
414
|
+
Os as purpurColorGreen600,
|
|
415
|
+
Rs as purpurColorGreen700,
|
|
416
|
+
Es as purpurColorGreen800,
|
|
417
|
+
Gs as purpurColorGreen900,
|
|
418
|
+
Ds as purpurColorGreen950,
|
|
419
|
+
Ls as purpurColorOrange100,
|
|
420
|
+
Ms as purpurColorOrange200,
|
|
421
|
+
Ws as purpurColorOrange300,
|
|
422
|
+
Hs as purpurColorOrange400,
|
|
423
|
+
_s as purpurColorOrange50,
|
|
424
|
+
Fs as purpurColorOrange500,
|
|
425
|
+
Vs as purpurColorOrange600,
|
|
426
|
+
Us as purpurColorOrange700,
|
|
427
|
+
zs as purpurColorOrange800,
|
|
428
|
+
ws as purpurColorOrange900,
|
|
429
|
+
Zs as purpurColorOrange950,
|
|
430
|
+
Xs as purpurColorOverlayDefault,
|
|
431
|
+
qs as purpurColorPurple100,
|
|
432
|
+
js as purpurColorPurple200,
|
|
433
|
+
Qs as purpurColorPurple300,
|
|
434
|
+
Ks as purpurColorPurple400,
|
|
435
|
+
Ys as purpurColorPurple50,
|
|
436
|
+
Js as purpurColorPurple500,
|
|
437
|
+
$s as purpurColorPurple550,
|
|
438
|
+
rt as purpurColorPurple600,
|
|
439
|
+
at as purpurColorPurple700,
|
|
440
|
+
ot as purpurColorPurple800,
|
|
441
|
+
pt as purpurColorPurple900,
|
|
442
|
+
et as purpurColorPurple950,
|
|
443
|
+
ut as purpurColorRed100,
|
|
444
|
+
st as purpurColorRed200,
|
|
445
|
+
tt as purpurColorRed300,
|
|
446
|
+
it as purpurColorRed400,
|
|
447
|
+
nt as purpurColorRed50,
|
|
448
|
+
lt as purpurColorRed500,
|
|
449
|
+
ct as purpurColorRed600,
|
|
450
|
+
Ct as purpurColorRed700,
|
|
451
|
+
gt as purpurColorRed800,
|
|
452
|
+
dt as purpurColorRed900,
|
|
453
|
+
Tt as purpurColorRed950,
|
|
454
|
+
Bt as purpurColorTeal100,
|
|
455
|
+
vt as purpurColorTeal200,
|
|
456
|
+
St as purpurColorTeal300,
|
|
457
|
+
mt as purpurColorTeal400,
|
|
458
|
+
xt as purpurColorTeal50,
|
|
459
|
+
It as purpurColorTeal500,
|
|
460
|
+
yt as purpurColorTeal600,
|
|
461
|
+
kt as purpurColorTeal700,
|
|
462
|
+
bt as purpurColorTeal800,
|
|
463
|
+
ft as purpurColorTeal900,
|
|
464
|
+
ht as purpurColorTeal950,
|
|
465
|
+
Nt as purpurColorTextDefault,
|
|
466
|
+
At as purpurColorTextDefaultNegative,
|
|
467
|
+
Pt as purpurColorTextInteractiveOnDestructive,
|
|
468
|
+
Ot as purpurColorTextInteractiveOnExpressive,
|
|
469
|
+
Rt as purpurColorTextInteractiveOnExpressiveActive,
|
|
470
|
+
Et as purpurColorTextInteractiveOnExpressiveActiveNegative,
|
|
471
|
+
Gt as purpurColorTextInteractiveOnExpressiveHover,
|
|
472
|
+
Dt as purpurColorTextInteractiveOnExpressiveHoverNegative,
|
|
473
|
+
Lt as purpurColorTextInteractiveOnExpressiveNegative,
|
|
474
|
+
Mt as purpurColorTextInteractiveOnPrimary,
|
|
475
|
+
Wt as purpurColorTextInteractiveOnPrimaryNegative,
|
|
476
|
+
Ht as purpurColorTextInteractivePrimary,
|
|
477
|
+
_t as purpurColorTextInteractivePrimaryActive,
|
|
478
|
+
Ft as purpurColorTextInteractivePrimaryActiveNegative,
|
|
479
|
+
Vt as purpurColorTextInteractivePrimaryHover,
|
|
480
|
+
Ut as purpurColorTextInteractivePrimaryHoverNegative,
|
|
481
|
+
zt as purpurColorTextInteractivePrimaryNegative,
|
|
482
|
+
wt as purpurColorTextInteractiveSelected,
|
|
483
|
+
Zt as purpurColorTextInteractiveSelectedNegative,
|
|
484
|
+
Xt as purpurColorTextMedium,
|
|
485
|
+
qt as purpurColorTextMediumNegative,
|
|
486
|
+
jt as purpurColorTextStatusAttention,
|
|
487
|
+
Qt as purpurColorTextStatusBlackFriday,
|
|
488
|
+
Kt as purpurColorTextStatusDiscount,
|
|
489
|
+
Yt as purpurColorTextStatusErrorMedium,
|
|
490
|
+
Jt as purpurColorTextStatusErrorMediumNegative,
|
|
491
|
+
$t as purpurColorTextStatusErrorStrong,
|
|
492
|
+
ri as purpurColorTextStatusErrorStrongNegative,
|
|
493
|
+
ai as purpurColorTextStatusInfoMedium,
|
|
494
|
+
oi as purpurColorTextStatusInfoStrong,
|
|
495
|
+
pi as purpurColorTextStatusNeutral,
|
|
496
|
+
ei as purpurColorTextStatusSpecial,
|
|
497
|
+
ui as purpurColorTextStatusSuccessMedium,
|
|
498
|
+
si as purpurColorTextStatusSuccessMediumNegative,
|
|
499
|
+
ti as purpurColorTextStatusSuccessStrong,
|
|
500
|
+
ii as purpurColorTextStatusSuccessStrongNegative,
|
|
501
|
+
ni as purpurColorTextStatusWarningMedium,
|
|
502
|
+
li as purpurColorTextStatusWarningMediumNegative,
|
|
503
|
+
ci as purpurColorTextStatusWarningStrong,
|
|
504
|
+
Ci as purpurColorTextToneOnTonePrimary,
|
|
505
|
+
gi as purpurColorTextToneOnToneSecondary,
|
|
506
|
+
di as purpurColorTextToneOnToneTertiary,
|
|
507
|
+
Ti as purpurColorTextWeak,
|
|
508
|
+
Bi as purpurColorTextWeakNegative,
|
|
509
|
+
vi as purpurColorTransparentBlack100,
|
|
510
|
+
Si as purpurColorTransparentBlack150,
|
|
511
|
+
mi as purpurColorTransparentBlack200,
|
|
512
|
+
xi as purpurColorTransparentBlack300,
|
|
513
|
+
Ii as purpurColorTransparentBlack400,
|
|
514
|
+
yi as purpurColorTransparentBlack50,
|
|
515
|
+
ki as purpurColorTransparentBlack500,
|
|
516
|
+
bi as purpurColorTransparentBlack600,
|
|
517
|
+
fi as purpurColorTransparentBlack700,
|
|
518
|
+
hi as purpurColorTransparentBlack800,
|
|
519
|
+
Ni as purpurColorTransparentBlack850,
|
|
520
|
+
Ai as purpurColorTransparentBlack900,
|
|
521
|
+
Pi as purpurColorTransparentBlack950,
|
|
522
|
+
Oi as purpurColorTransparentWhite100,
|
|
523
|
+
Ri as purpurColorTransparentWhite150,
|
|
524
|
+
Ei as purpurColorTransparentWhite200,
|
|
525
|
+
Gi as purpurColorTransparentWhite300,
|
|
526
|
+
Di as purpurColorTransparentWhite400,
|
|
527
|
+
Li as purpurColorTransparentWhite50,
|
|
528
|
+
Mi as purpurColorTransparentWhite500,
|
|
529
|
+
Wi as purpurColorTransparentWhite600,
|
|
530
|
+
Hi as purpurColorTransparentWhite700,
|
|
531
|
+
_i as purpurColorTransparentWhite800,
|
|
532
|
+
Fi as purpurColorTransparentWhite850,
|
|
533
|
+
Vi as purpurColorTransparentWhite900,
|
|
534
|
+
Ui as purpurColorTransparentWhite950,
|
|
535
|
+
Vo as purpurFilterBlurOnImage,
|
|
536
|
+
Uo as purpurGradientAiBackgroundInteractiveExpressive,
|
|
537
|
+
zo as purpurGradientAiBackgroundInteractiveExpressiveNegative,
|
|
538
|
+
wo as purpurGradientAiBackgroundInteractivePrimary,
|
|
539
|
+
Zo as purpurGradientAiBackgroundInteractivePrimaryNegative,
|
|
540
|
+
Xo as purpurGradientAiBackgroundPrimaryNegative,
|
|
541
|
+
qo as purpurGradientAiBorderInteractivePrimary,
|
|
542
|
+
jo as purpurGradientAiBorderInteractivePrimaryNegative,
|
|
543
|
+
Qo as purpurGradientAiTextInteractivePrimary,
|
|
544
|
+
Ko as purpurGradientAiTextInteractivePrimaryNegative,
|
|
545
|
+
wi as purpurMotionDuration100,
|
|
546
|
+
Zi as purpurMotionDuration150,
|
|
547
|
+
Xi as purpurMotionDuration1500,
|
|
548
|
+
qi as purpurMotionDuration200,
|
|
549
|
+
ji as purpurMotionDuration2000,
|
|
550
|
+
Qi as purpurMotionDuration300,
|
|
551
|
+
Ki as purpurMotionDuration400,
|
|
552
|
+
Yi as purpurMotionDuration500,
|
|
553
|
+
Ji as purpurMotionEasingEaseIn,
|
|
554
|
+
$i as purpurMotionEasingEaseInOut,
|
|
555
|
+
rn as purpurMotionEasingEaseOut,
|
|
556
|
+
Yo as purpurShadowLg,
|
|
557
|
+
Jo as purpurShadowMd,
|
|
558
|
+
$o as purpurShadowNone,
|
|
559
|
+
rp as purpurShadowSm,
|
|
560
|
+
ap as purpurSpacing0,
|
|
561
|
+
op as purpurSpacing10,
|
|
562
|
+
pp as purpurSpacing100,
|
|
563
|
+
ep as purpurSpacing1000,
|
|
564
|
+
up as purpurSpacing1200,
|
|
565
|
+
sp as purpurSpacing150,
|
|
566
|
+
tp as purpurSpacing1600,
|
|
567
|
+
ip as purpurSpacing200,
|
|
568
|
+
np as purpurSpacing25,
|
|
569
|
+
lp as purpurSpacing250,
|
|
570
|
+
cp as purpurSpacing300,
|
|
571
|
+
Cp as purpurSpacing400,
|
|
572
|
+
gp as purpurSpacing50,
|
|
573
|
+
dp as purpurSpacing600,
|
|
574
|
+
Tp as purpurSpacing800,
|
|
575
|
+
Bp as purpurSpacingGutterLg,
|
|
576
|
+
vp as purpurSpacingGutterMd,
|
|
577
|
+
Sp as purpurSpacingGutterSm,
|
|
578
|
+
mp as purpurSpacingGutterXl,
|
|
579
|
+
xp as purpurSpacingPagePaddingLg,
|
|
580
|
+
Ip as purpurSpacingPagePaddingMd,
|
|
581
|
+
yp as purpurSpacingPagePaddingSm,
|
|
582
|
+
kp as purpurSpacingPagePaddingXl,
|
|
583
|
+
bp as purpurTypographyFamilyDefault,
|
|
584
|
+
fp as purpurTypographyFamilyDisplay,
|
|
585
|
+
hp as purpurTypographyLineHeightDefault,
|
|
586
|
+
Np as purpurTypographyLineHeightLoose,
|
|
587
|
+
Ap as purpurTypographyLineHeightLooser,
|
|
588
|
+
Pp as purpurTypographyLineHeightSnug,
|
|
589
|
+
Op as purpurTypographyLineHeightTight,
|
|
590
|
+
Rp as purpurTypographyScale100,
|
|
591
|
+
Ep as purpurTypographyScale1000,
|
|
592
|
+
Gp as purpurTypographyScale1100,
|
|
593
|
+
Dp as purpurTypographyScale150,
|
|
594
|
+
Lp as purpurTypographyScale200,
|
|
595
|
+
Mp as purpurTypographyScale300,
|
|
596
|
+
Wp as purpurTypographyScale400,
|
|
597
|
+
Hp as purpurTypographyScale50,
|
|
598
|
+
_p as purpurTypographyScale500,
|
|
599
|
+
Fp as purpurTypographyScale600,
|
|
600
|
+
Vp as purpurTypographyScale650,
|
|
601
|
+
Up as purpurTypographyScale700,
|
|
602
|
+
zp as purpurTypographyScale75,
|
|
603
|
+
wp as purpurTypographyScale800,
|
|
604
|
+
Zp as purpurTypographyScale850,
|
|
605
|
+
Xp as purpurTypographyScale900,
|
|
606
|
+
qp as purpurTypographyWeightBold,
|
|
607
|
+
jp as purpurTypographyWeightMedium,
|
|
608
|
+
Qp as purpurTypographyWeightNormal,
|
|
609
|
+
ka as quantitySelectorButtonVariants,
|
|
610
|
+
ba as quantitySelectorVariants,
|
|
611
|
+
Za as radii,
|
|
612
|
+
Ma as richToPlainText,
|
|
613
|
+
Pl as ro,
|
|
614
|
+
Ol as ru,
|
|
615
|
+
Rl as se,
|
|
616
|
+
Fa as searchFieldVariants,
|
|
617
|
+
Tr as sizes,
|
|
618
|
+
El as sk,
|
|
619
|
+
Gl as sl,
|
|
620
|
+
ao as spinnerSizes,
|
|
621
|
+
Dl as sq,
|
|
622
|
+
Ll as sr,
|
|
623
|
+
Ml as srLatn,
|
|
624
|
+
Wl as sv,
|
|
625
|
+
Hl as ta,
|
|
626
|
+
lo as tabsVariants,
|
|
627
|
+
_l as te,
|
|
628
|
+
pn as teliaTheme,
|
|
629
|
+
So as textFieldVariants,
|
|
630
|
+
Fl as th,
|
|
631
|
+
Vl as tr,
|
|
632
|
+
Ul as ug,
|
|
633
|
+
zl as uk,
|
|
634
|
+
en as useApplyTheme,
|
|
628
635
|
c as useAutocomplete,
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
636
|
+
tn as useColorScheme,
|
|
637
|
+
xr as useDropdown,
|
|
638
|
+
un as useTheme,
|
|
639
|
+
wl as uz,
|
|
640
|
+
Zl as uzCyrl,
|
|
641
|
+
Xl as vi,
|
|
642
|
+
ql as zhCN,
|
|
643
|
+
jl as zhHK,
|
|
644
|
+
Ql as zhTW
|
|
638
645
|
};
|
|
639
646
|
//# sourceMappingURL=library.es.js.map
|