@saleor/macaw-ui 1.1.15 → 1.1.16
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/LICENSE +401 -0
- package/dist/components/Modal/Content.d.ts +4 -1
- package/dist/components/Modal/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -10152,12 +10152,18 @@ const vh = (s) => s ? {
|
|
10152
10152
|
onOpenAutoFocus: (e) => {
|
10153
10153
|
e.preventDefault();
|
10154
10154
|
}
|
10155
|
-
} : {}, o1 = ({
|
10155
|
+
} : {}, o1 = ({
|
10156
|
+
children: s,
|
10157
|
+
disableAutofocus: e,
|
10158
|
+
container: t,
|
10159
|
+
dialogContentProps: o
|
10160
|
+
}) => /* @__PURE__ */ c.jsx(ga, { container: t, children: /* @__PURE__ */ c.jsx(ya, { asChild: !0, className: Yi, children: /* @__PURE__ */ c.jsx($n, { children: /* @__PURE__ */ c.jsx(
|
10156
10161
|
xa,
|
10157
10162
|
{
|
10158
10163
|
asChild: !0,
|
10159
10164
|
className: Yi,
|
10160
10165
|
...vh(e),
|
10166
|
+
...o,
|
10161
10167
|
children: s
|
10162
10168
|
}
|
10163
10169
|
) }) }) });
|