@orion-studios/payload-studio 0.6.0-beta.104 → 0.6.0-beta.106
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/admin/client.js +1 -1
- package/dist/admin/client.mjs +1 -1
- package/dist/admin/index.mjs +2 -2
- package/dist/builder-v2/styles.css +11 -2
- package/dist/index.mjs +7 -7
- package/dist/studio-pages/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-KHK6RTGC.mjs → chunk-JC3UV74N.mjs} +3 -3
- package/dist/{chunk-7HME6R2V.mjs → chunk-NGLIA2OE.mjs} +3 -3
package/dist/admin/client.js
CHANGED
|
@@ -4253,7 +4253,7 @@ function AdminStudioPageEditView(props) {
|
|
|
4253
4253
|
]
|
|
4254
4254
|
}
|
|
4255
4255
|
),
|
|
4256
|
-
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { style: { height: "
|
|
4256
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { style: { height: "100dvh", overflow: "hidden" }, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
4257
4257
|
"iframe",
|
|
4258
4258
|
{
|
|
4259
4259
|
ref: iframeRef,
|
package/dist/admin/client.mjs
CHANGED
|
@@ -2882,7 +2882,7 @@ function AdminStudioPageEditView(props) {
|
|
|
2882
2882
|
]
|
|
2883
2883
|
}
|
|
2884
2884
|
),
|
|
2885
|
-
/* @__PURE__ */ jsx19("div", { style: { height: "
|
|
2885
|
+
/* @__PURE__ */ jsx19("div", { style: { height: "100dvh", overflow: "hidden" }, children: /* @__PURE__ */ jsx19(
|
|
2886
2886
|
"iframe",
|
|
2887
2887
|
{
|
|
2888
2888
|
ref: iframeRef,
|
package/dist/admin/index.mjs
CHANGED
|
@@ -7,14 +7,14 @@ import {
|
|
|
7
7
|
socialMediaConnectionsField,
|
|
8
8
|
themePreferenceField,
|
|
9
9
|
withTooltips
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-JC3UV74N.mjs";
|
|
11
|
+
import "../chunk-W2UOCJDX.mjs";
|
|
11
12
|
import {
|
|
12
13
|
SOCIAL_MEDIA_DEFAULT_ICON_BY_PLATFORM,
|
|
13
14
|
SOCIAL_MEDIA_ICON_OPTIONS,
|
|
14
15
|
SOCIAL_MEDIA_PLATFORMS,
|
|
15
16
|
SOCIAL_MEDIA_PLATFORM_LABELS
|
|
16
17
|
} from "../chunk-ZTXJG4K5.mjs";
|
|
17
|
-
import "../chunk-W2UOCJDX.mjs";
|
|
18
18
|
import "../chunk-6BWS3CLP.mjs";
|
|
19
19
|
export {
|
|
20
20
|
SOCIAL_MEDIA_DEFAULT_ICON_BY_PLATFORM,
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
grid-template-columns: minmax(292px, 336px) minmax(0, 1fr) minmax(300px, 360px);
|
|
22
22
|
grid-template-rows: auto minmax(0, 1fr);
|
|
23
23
|
height: 100dvh;
|
|
24
|
-
min-height:
|
|
24
|
+
min-height: 0;
|
|
25
|
+
overflow: hidden;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
.orion-builder-v2-topbar {
|
|
@@ -159,6 +160,7 @@
|
|
|
159
160
|
display: grid;
|
|
160
161
|
gap: 14px;
|
|
161
162
|
grid-auto-rows: max-content;
|
|
163
|
+
min-height: 0;
|
|
162
164
|
overflow: auto;
|
|
163
165
|
padding: 14px;
|
|
164
166
|
}
|
|
@@ -303,12 +305,17 @@
|
|
|
303
305
|
}
|
|
304
306
|
|
|
305
307
|
.orion-builder-v2-main {
|
|
308
|
+
display: flex;
|
|
309
|
+
min-height: 0;
|
|
306
310
|
min-width: 0;
|
|
311
|
+
overflow: hidden;
|
|
307
312
|
position: relative;
|
|
308
313
|
}
|
|
309
314
|
|
|
310
315
|
.orion-builder-v2-canvas {
|
|
311
|
-
|
|
316
|
+
flex: 1 1 auto;
|
|
317
|
+
min-height: 0;
|
|
318
|
+
min-width: 0;
|
|
312
319
|
}
|
|
313
320
|
|
|
314
321
|
.orion-builder-v2-status,
|
|
@@ -483,6 +490,7 @@
|
|
|
483
490
|
|
|
484
491
|
.orion-builder-v2-editor .gjs-cv-canvas {
|
|
485
492
|
background: #ede4d8;
|
|
493
|
+
height: 100% !important;
|
|
486
494
|
top: 0;
|
|
487
495
|
width: 100%;
|
|
488
496
|
}
|
|
@@ -527,6 +535,7 @@
|
|
|
527
535
|
.orion-builder-v2-editor .gjs-cv-canvas__frames,
|
|
528
536
|
.orion-builder-v2-editor .gjs-frame-wrapper,
|
|
529
537
|
.orion-builder-v2-editor .gjs-frame {
|
|
538
|
+
height: 100% !important;
|
|
530
539
|
width: 100% !important;
|
|
531
540
|
}
|
|
532
541
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
admin_exports
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import {
|
|
5
|
-
nextjs_exports
|
|
6
|
-
} from "./chunk-ZADL33R6.mjs";
|
|
7
|
-
import "./chunk-ZTXJG4K5.mjs";
|
|
3
|
+
} from "./chunk-JC3UV74N.mjs";
|
|
8
4
|
import {
|
|
9
5
|
admin_app_exports
|
|
10
6
|
} from "./chunk-RKTIFEUY.mjs";
|
|
@@ -12,14 +8,18 @@ import "./chunk-W2UOCJDX.mjs";
|
|
|
12
8
|
import {
|
|
13
9
|
blocks_exports
|
|
14
10
|
} from "./chunk-JQAHXYAM.mjs";
|
|
11
|
+
import {
|
|
12
|
+
nextjs_exports
|
|
13
|
+
} from "./chunk-ZADL33R6.mjs";
|
|
14
|
+
import "./chunk-ZTXJG4K5.mjs";
|
|
15
15
|
import {
|
|
16
16
|
studio_pages_exports
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-NGLIA2OE.mjs";
|
|
18
|
+
import "./chunk-OQSEJXC4.mjs";
|
|
18
19
|
import "./chunk-7ZMXZRBP.mjs";
|
|
19
20
|
import {
|
|
20
21
|
studio_exports
|
|
21
22
|
} from "./chunk-ADIIWIYL.mjs";
|
|
22
|
-
import "./chunk-OQSEJXC4.mjs";
|
|
23
23
|
import "./chunk-6BWS3CLP.mjs";
|
|
24
24
|
export {
|
|
25
25
|
admin_exports as admin,
|
|
@@ -7,7 +7,8 @@ import {
|
|
|
7
7
|
pageStudioModuleManifest,
|
|
8
8
|
resolveBuilderThemeTokens,
|
|
9
9
|
toEditorInitialDoc
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-NGLIA2OE.mjs";
|
|
11
|
+
import "../chunk-OQSEJXC4.mjs";
|
|
11
12
|
import {
|
|
12
13
|
createDefaultStudioDocument,
|
|
13
14
|
defaultBuilderThemeTokens,
|
|
@@ -15,7 +16,6 @@ import {
|
|
|
15
16
|
studioDocumentToLayout
|
|
16
17
|
} from "../chunk-7ZMXZRBP.mjs";
|
|
17
18
|
import "../chunk-ADIIWIYL.mjs";
|
|
18
|
-
import "../chunk-OQSEJXC4.mjs";
|
|
19
19
|
import "../chunk-6BWS3CLP.mjs";
|
|
20
20
|
export {
|
|
21
21
|
createDefaultStudioDocument,
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
adminNavIcons
|
|
3
|
+
} from "./chunk-W2UOCJDX.mjs";
|
|
1
4
|
import {
|
|
2
5
|
SOCIAL_MEDIA_DEFAULT_ICON_BY_PLATFORM,
|
|
3
6
|
SOCIAL_MEDIA_ICON_OPTIONS,
|
|
4
7
|
SOCIAL_MEDIA_PLATFORMS,
|
|
5
8
|
SOCIAL_MEDIA_PLATFORM_LABELS
|
|
6
9
|
} from "./chunk-ZTXJG4K5.mjs";
|
|
7
|
-
import {
|
|
8
|
-
adminNavIcons
|
|
9
|
-
} from "./chunk-W2UOCJDX.mjs";
|
|
10
10
|
import {
|
|
11
11
|
__export,
|
|
12
12
|
__require
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
sectionStyleDefaults
|
|
3
|
+
} from "./chunk-OQSEJXC4.mjs";
|
|
1
4
|
import {
|
|
2
5
|
createDefaultStudioDocument,
|
|
3
6
|
defaultBuilderThemeTokens,
|
|
@@ -11,9 +14,6 @@ import {
|
|
|
11
14
|
createEmptyStudioDocument,
|
|
12
15
|
validateStudioDocument
|
|
13
16
|
} from "./chunk-ADIIWIYL.mjs";
|
|
14
|
-
import {
|
|
15
|
-
sectionStyleDefaults
|
|
16
|
-
} from "./chunk-OQSEJXC4.mjs";
|
|
17
17
|
import {
|
|
18
18
|
__export
|
|
19
19
|
} from "./chunk-6BWS3CLP.mjs";
|