@commercelayer/app-elements 1.12.4 → 1.12.6

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.
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { r as O, a as Rn, t as F, b as Ct, c as Te, d as _, g as Mr, _ as Vt, s as He, e as lr, f as ba, h as Y, i as R, j as N, k, l as C, m as I, n as ka, o as dr, p as Ln, q as Ca, u as Ma, v as xa, w as zr, x as Sa, y as Xr, z as Oa, A as Ta, B as _a, C as An, D as ae, E as Ae, F as nt, G as Ft, H as fr, I as xr, J as Ea, K as Gr, L as Pa, M as Na, N as Ia, O as Ya, P as Ht, Q as Ke, R as Ra, S as La, T as Aa, X as Fa } from "./main-a6ce8ff2.js";
2
+ import { r as O, a as Rn, t as F, b as Ct, c as Te, d as _, g as Mr, _ as Vt, s as He, e as lr, f as ba, h as Y, i as R, j as N, k, l as C, m as I, n as ka, o as dr, p as Ln, q as Ca, u as Ma, v as xa, w as zr, x as Sa, y as Xr, z as Oa, A as Ta, B as _a, C as An, D as ae, E as Ae, F as nt, G as Ft, H as fr, I as xr, J as Ea, K as Gr, L as Pa, M as Na, N as Ia, O as Ya, P as Ht, Q as Ke, R as Ra, S as La, T as Aa, X as Fa } from "./main-a4d55194.js";
3
3
  import * as j from "react";
4
4
  import v, { createElement as Ha, Component as Ba, createRef as Ua, forwardRef as ja } from "react";
5
5
  import * as Wa from "react-dom";
@@ -1,18 +1,5 @@
1
1
  /// <reference types="react" />
2
- interface OverlayProps {
3
- /**
4
- * The content of the overlay.
5
- **/
6
- children: React.ReactNode;
7
- /**
8
- * Footer element to be rendered at the bottom of the overlay.
9
- **/
10
- footer?: React.ReactNode;
11
- /**
12
- * Set a gray background color
13
- */
14
- backgroundColor?: 'light';
15
- }
2
+ import { type OverlayProps } from '../ui/internals/Overlay';
16
3
  interface OverlayOptions {
17
4
  /**
18
5
  * Optional query param to be used to control the overlay visibility.