@scbt-ecom/ui 0.76.3 → 0.77.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/dist/{index-F-RYAmDP.js → index-CRB6VnF-.js} +1802 -1800
- package/dist/index-CRB6VnF-.js.map +1 -0
- package/dist/lib/shared/ui/dialog/Dialog.d.ts +6 -0
- package/dist/lib/shared/ui/dialog/index.d.ts +1 -0
- package/dist/lib/shared/ui/icon/allowedIcons.d.ts +2 -1
- package/dist/lib/shared/ui/icon/iconsMap.d.ts +12 -0
- package/dist/lib/shared/ui/icon/sprite.gen.d.ts +1 -0
- package/dist/lib/shared/ui/index.d.ts +1 -0
- package/dist/sprites/media.svg +1 -0
- package/dist/static/static/media/desktop.svg +3 -0
- package/dist/static/static/media/mobile.svg +4 -0
- package/dist/ui.js +562 -522
- package/dist/ui.js.map +1 -1
- package/dist/widget.js +1 -1
- package/package.json +1 -1
- package/dist/index-F-RYAmDP.js.map +0 -1
package/dist/widget.js
CHANGED
|
@@ -13,7 +13,7 @@ var ce = (t, e, r, o) => ({
|
|
|
13
13
|
return x(t, e, o);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
|
-
import { S as mt, x as ht, Q as Bt, y as _, z as Re, E as Pt, F as Rt, G as He, J as Q, T as Ht, W as Dt, X as zt, Y as Lt, Z as De, _ as ze, $ as Qt, a0 as Le, a1 as Qe, a2 as Vt, j as n, B as Oe, c as M, R as E, n as xt, s as $t, H as z, i as f, t as je, q as _e, L as At, o as Me, A as ie, v as pt, a3 as qt, r as Ut, U as Se, a4 as Ee, a5 as Wt, M as Kt } from "./index-
|
|
16
|
+
import { S as mt, x as ht, Q as Bt, y as _, z as Re, E as Pt, F as Rt, G as He, J as Q, T as Ht, W as Dt, X as zt, Y as Lt, Z as De, _ as ze, $ as Qt, a0 as Le, a1 as Qe, a2 as Vt, j as n, B as Oe, c as M, R as E, n as xt, s as $t, H as z, i as f, t as je, q as _e, L as At, o as Me, A as ie, v as pt, a3 as qt, r as Ut, U as Se, a4 as Ee, a5 as Wt, M as Kt } from "./index-CRB6VnF-.js";
|
|
17
17
|
import { c as l, T as s } from "./typeGuards-CSiImkUY.js";
|
|
18
18
|
import * as ue from "react";
|
|
19
19
|
import { lazy as F, useCallback as ct, useState as L, useMemo as ye, createElement as ft, Fragment as Zt, useEffect as se, useRef as Fe, useReducer as Xt, memo as Be, forwardRef as Yt } from "react";
|