@select-org/select-post-builder 1.1.30 → 1.1.31
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/post-builder.cjs.js
CHANGED
|
@@ -33831,7 +33831,7 @@ const PostBuilderEditorInstanceWithDialog = ({
|
|
|
33831
33831
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
33832
33832
|
"div",
|
|
33833
33833
|
{
|
|
33834
|
-
className: "z-
|
|
33834
|
+
className: "z-999 fixed inset-0 bg-black/50 backdrop-blur-sm",
|
|
33835
33835
|
onClick: () => handleOpenChange(false)
|
|
33836
33836
|
}
|
|
33837
33837
|
),
|
|
@@ -33840,7 +33840,7 @@ const PostBuilderEditorInstanceWithDialog = ({
|
|
|
33840
33840
|
{
|
|
33841
33841
|
onInteractOutside: (e2) => e2.preventDefault(),
|
|
33842
33842
|
onOpenAutoFocus: (e2) => e2.preventDefault(),
|
|
33843
|
-
className: "z-
|
|
33843
|
+
className: "z-9999 bg-transparent shadow-none border-0 p-3 lg:max-w-4xl shrink-0 max-h-[calc(100dvh-7rem)]! flex flex-col overflow-y-auto -translate-1/2",
|
|
33844
33844
|
showCloseButton: false,
|
|
33845
33845
|
children: [
|
|
33846
33846
|
/* @__PURE__ */ jsxRuntime.jsxs(DialogHeader, { children: [
|
package/dist/post-builder.css
CHANGED
package/dist/post-builder.js
CHANGED
|
@@ -33801,7 +33801,7 @@ const PostBuilderEditorInstanceWithDialog = ({
|
|
|
33801
33801
|
/* @__PURE__ */ jsx(
|
|
33802
33802
|
"div",
|
|
33803
33803
|
{
|
|
33804
|
-
className: "z-
|
|
33804
|
+
className: "z-999 fixed inset-0 bg-black/50 backdrop-blur-sm",
|
|
33805
33805
|
onClick: () => handleOpenChange(false)
|
|
33806
33806
|
}
|
|
33807
33807
|
),
|
|
@@ -33810,7 +33810,7 @@ const PostBuilderEditorInstanceWithDialog = ({
|
|
|
33810
33810
|
{
|
|
33811
33811
|
onInteractOutside: (e2) => e2.preventDefault(),
|
|
33812
33812
|
onOpenAutoFocus: (e2) => e2.preventDefault(),
|
|
33813
|
-
className: "z-
|
|
33813
|
+
className: "z-9999 bg-transparent shadow-none border-0 p-3 lg:max-w-4xl shrink-0 max-h-[calc(100dvh-7rem)]! flex flex-col overflow-y-auto -translate-1/2",
|
|
33814
33814
|
showCloseButton: false,
|
|
33815
33815
|
children: [
|
|
33816
33816
|
/* @__PURE__ */ jsxs(DialogHeader, { children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@select-org/select-post-builder",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.31",
|
|
4
4
|
"description": "A reusable, extensible Post Builder widget for the Select platform and beyond.",
|
|
5
5
|
"main": "./dist/post-builder.cjs.js",
|
|
6
6
|
"module": "./dist/post-builder.js",
|