@streamoid/photogenix-chat 0.2.4 → 0.2.5
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51820,7 +51820,7 @@ var StudioEditorLayout = ({
|
|
|
51820
51820
|
modal,
|
|
51821
51821
|
header
|
|
51822
51822
|
}) => {
|
|
51823
|
-
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "flex-1 flex flex-col h-full bg-gray-50/50", children: [
|
|
51823
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "flex-1 flex flex-col h-full bg-gray-50/50 relative", children: [
|
|
51824
51824
|
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "flex-1 overflow-y-auto p-4 md:p-8 flex flex-col items-center min-h-0", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "max-w-6xl w-full", children: [
|
|
51825
51825
|
header && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "mb-6", children: header }),
|
|
51826
51826
|
children
|
|
@@ -51874,7 +51874,7 @@ var SelectionModal = ({
|
|
|
51874
51874
|
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(AnimatePresence, { children: isOpen && /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
51875
51875
|
"div",
|
|
51876
51876
|
{
|
|
51877
|
-
className: "
|
|
51877
|
+
className: "absolute inset-0 flex items-center justify-center p-4 sm:p-6",
|
|
51878
51878
|
style: { zIndex },
|
|
51879
51879
|
children: [
|
|
51880
51880
|
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamoid/photogenix-chat",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Photogenix editor components for the Streamoid chat host — packaged as a Web Component with React 19 bundled internally",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|