@scbt-ecom/ui 0.7.1 → 0.7.3
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 +1 -1
- package/dist/client.js.map +1 -1
- package/dist/hybrid.js +193 -194
- package/dist/hybrid.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/widgets/banner/index.d.ts +1 -0
- package/dist/widgets/banner/ui/banners/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -10720,7 +10720,7 @@ const xw = ({ children: t, exitBeforeEnter: e, custom: n, initial: r = !0, onExi
|
|
|
10720
10720
|
tabIndex: -1,
|
|
10721
10721
|
onClick: o,
|
|
10722
10722
|
className: M(
|
|
10723
|
-
"fixed inset-0
|
|
10723
|
+
"z-1000 fixed inset-0 flex h-screen w-screen items-center justify-center bg-color-overlay",
|
|
10724
10724
|
s == null ? void 0 : s.overlay
|
|
10725
10725
|
),
|
|
10726
10726
|
onKeyDown: (c) => {
|