@orion-studios/payload-studio 0.6.0-beta.103 → 0.6.0-beta.105
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/builder-v2/styles.css +11 -2
- package/package.json +1 -2
|
@@ -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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orion-studios/payload-studio",
|
|
3
|
-
"version": "0.6.0-beta.
|
|
3
|
+
"version": "0.6.0-beta.105",
|
|
4
4
|
"description": "Base CMS, builder, and custom admin toolkit for Orion Studios websites",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -139,7 +139,6 @@
|
|
|
139
139
|
"typescript": "^5.3.0"
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@orion-studios/payload-studio": "file:orion-studios-payload-studio-0.6.0-beta.103.tgz",
|
|
143
142
|
"grapesjs": "^0.22.16",
|
|
144
143
|
"sanitize-html": "^2.17.3"
|
|
145
144
|
}
|