@scbt-ecom/ui 0.7.29 → 0.7.30
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/client.js +7 -3
- package/dist/client.js.map +1 -1
- package/dist/hybrid.js +91 -86
- package/dist/hybrid.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/{utils-tailwind-D31aoXaK.js → utils-tailwind-Bxkz2BJY.js} +2 -2
- package/dist/{utils-tailwind-D31aoXaK.js.map → utils-tailwind-Bxkz2BJY.js.map} +1 -1
- package/dist/widgets/banner/Banner.d.ts +2 -2
- package/dist/widgets/banner/ui/banners/BannerWithSeparateImg.d.ts +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as Jn, d as ri, e as ZS, f as xh, m as JS, h as Wb, k as US, l as KS, n as qS, o as QS, q as eI, i as tI, r as nI, s as rI, w as iI, v as oI, x as _u, j as C, y as kt, S as Ch, A as Un, C as Nn, D as ps, E as Ze, F as _e, G as hs, J as sI, c as O, I as Fe, K as $b, M as aI, O as lI, Q as cI, R as uI, T as dI, U as fI, b as pI, u as hI, V as mI, H as gI, W as vI, _ as bI, X as yI, B as xI, a as mf, Y as kl, Z as wc, $ as co, a0 as CI, a1 as uo, p as wI, g as SI, a2 as di, N as Mo, L as II, a3 as Xb, P as Yb, z as EI, a4 as AI, a5 as Co, a6 as TI, a7 as Zb, a8 as Sc, a9 as Ic, aa as kI, ab as MI, ac as OI, ad as PI, ae as RI } from "./utils-tailwind-
|
|
1
|
+
import { t as Jn, d as ri, e as ZS, f as xh, m as JS, h as Wb, k as US, l as KS, n as qS, o as QS, q as eI, i as tI, r as nI, s as rI, w as iI, v as oI, x as _u, j as C, y as kt, S as Ch, A as Un, C as Nn, D as ps, E as Ze, F as _e, G as hs, J as sI, c as O, I as Fe, K as $b, M as aI, O as lI, Q as cI, R as uI, T as dI, U as fI, b as pI, u as hI, V as mI, H as gI, W as vI, _ as bI, X as yI, B as xI, a as mf, Y as kl, Z as wc, $ as co, a0 as CI, a1 as uo, p as wI, g as SI, a2 as di, N as Mo, L as II, a3 as Xb, P as Yb, z as EI, a4 as AI, a5 as Co, a6 as TI, a7 as Zb, a8 as Sc, a9 as Ic, aa as kI, ab as MI, ac as OI, ad as PI, ae as RI } from "./utils-tailwind-Bxkz2BJY.js";
|
|
2
2
|
import * as I from "react";
|
|
3
3
|
import $, { useCallback as fe, createContext as qe, useContext as Me, useId as Fn, useEffect as Pe, Component as Jb, useLayoutEffect as Qi, useRef as de, useInsertionEffect as Ub, useMemo as we, forwardRef as fi, Fragment as Ht, createElement as Kb, Children as DI, isValidElement as qb, useState as Oe, useReducer as gf, useImperativeHandle as NI, useDebugValue as Qb, cloneElement as FI, useSyncExternalStore as VI, createRef as BI } from "react";
|
|
4
4
|
import * as Hu from "react-dom";
|
|
@@ -1147,7 +1147,10 @@ const gy = I.forwardRef(
|
|
|
1147
1147
|
Fe,
|
|
1148
1148
|
{
|
|
1149
1149
|
name: "arrows/arrowCircle",
|
|
1150
|
-
className: O(
|
|
1150
|
+
className: O(
|
|
1151
|
+
"size-8 rotate-180 text-icon-blue-grey-800 transition-all group-data-[state=open]:rotate-0",
|
|
1152
|
+
e == null ? void 0 : e.icon
|
|
1153
|
+
)
|
|
1151
1154
|
}
|
|
1152
1155
|
)
|
|
1153
1156
|
]
|
|
@@ -7943,7 +7946,7 @@ const Rx = ({ children: t, exitBeforeEnter: e, custom: n, initial: r = !0, onExi
|
|
|
7943
7946
|
r == null ? void 0 : r.field
|
|
7944
7947
|
),
|
|
7945
7948
|
children: [
|
|
7946
|
-
/* @__PURE__ */ C.jsx(Dx, { ...i }),
|
|
7949
|
+
/* @__PURE__ */ C.jsx(Dx, { classes: r, ...i }),
|
|
7947
7950
|
t
|
|
7948
7951
|
]
|
|
7949
7952
|
}
|
|
@@ -9977,6 +9980,7 @@ const h$ = ({
|
|
|
9977
9980
|
"bg-color-white hover:bg-color-blue-grey-200 focus-within:bg-color-blue-grey-200 focus:bg-color-blue-grey-200 border-blue-grey-500",
|
|
9978
9981
|
i == null ? void 0 : i.field
|
|
9979
9982
|
),
|
|
9983
|
+
label: O("text-color-dark desk-body-regular-m", i == null ? void 0 : i.label),
|
|
9980
9984
|
...i
|
|
9981
9985
|
},
|
|
9982
9986
|
disabled: a,
|