@scbt-ecom/ui 0.5.2 → 0.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/dist/{Notification-D96eGdIz.js → Notification-BjaLuRjD.js} +6 -1
- package/dist/Notification-BjaLuRjD.js.map +1 -0
- package/dist/client.js +1 -1
- package/dist/hybrid.js +249 -248
- package/dist/hybrid.js.map +1 -1
- package/dist/shared/ui/icon/sprite.gen.d.ts +1 -1
- package/dist/sprites/info.svg +1 -1
- package/dist/style.css +1 -1
- package/dist/widgets/banner/ui/banners/BannerWithSeparateImg.d.ts +1 -1
- package/dist/widgets/longBanner/LongBanner.d.ts +10 -0
- package/dist/widgets/longBanner/index.d.ts +1 -0
- package/dist/widgets/longBanner/model/cva.d.ts +16 -0
- package/dist/widgets/longBanner/model/helpers.d.ts +5 -0
- package/dist/widgets/longBanner/model/types.d.ts +29 -0
- package/dist/widgets/longBanner/ui/TextItem.d.ts +2 -0
- package/dist/widgets/longBanner/ui/TextList.d.ts +8 -0
- package/dist/widgets/longBanner/ui/Title.d.ts +10 -0
- package/dist/widgets/longBanner/ui/index.d.ts +3 -0
- package/package.json +1 -1
- package/dist/Notification-D96eGdIz.js.map +0 -1
package/dist/client.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as lr, e as Ci, f as VA, h as Hm, m as LA, k as F0, l as BA, n as jA, o as GA, q as _A, r as zA, i as HA, s as WA, u as $A, w as XA, v as YA, x as $d, j as C, c as M, I as Ve, b as ZA, H as UA, y as JA, _ as KA, A as qA, B as QA, a as Ip, D as Wm, d as eT, C as vu, E as Go, F as tT, G as _o, p as nT, g as rT, N as rs, L as iT, z as oT } from "./Notification-
|
|
1
|
+
import { t as lr, e as Ci, f as VA, h as Hm, m as LA, k as F0, l as BA, n as jA, o as GA, q as _A, r as zA, i as HA, s as WA, u as $A, w as XA, v as YA, x as $d, j as C, c as M, I as Ve, b as ZA, H as UA, y as JA, _ as KA, A as qA, B as QA, a as Ip, D as Wm, d as eT, C as vu, E as Go, F as tT, G as _o, p as nT, g as rT, N as rs, L as iT, z as oT } from "./Notification-BjaLuRjD.js";
|
|
2
2
|
import * as w from "react";
|
|
3
3
|
import U, { useLayoutEffect as To, useEffect as De, useCallback as pe, useSyncExternalStore as Xd, useState as Pe, createContext as Qe, useContext as Me, useId as Hn, Component as V0, useRef as de, useInsertionEffect as L0, useMemo as we, forwardRef as Mi, Fragment as $t, createElement as B0, Children as sT, isValidElement as j0, cloneElement as aT, useReducer as Ap, createRef as lT, useImperativeHandle as cT, useDebugValue as G0 } from "react";
|
|
4
4
|
import * as ys from "react-dom";
|