@orion-studios/payload-studio 0.6.0-beta.163 → 0.6.0-beta.164
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.
|
@@ -1786,6 +1786,14 @@ var canvasSelectionCss = `
|
|
|
1786
1786
|
position: relative;
|
|
1787
1787
|
}
|
|
1788
1788
|
|
|
1789
|
+
.orion-builder-v2-has-negative-padding > .xo-builder-preview,
|
|
1790
|
+
.orion-builder-v2-runtime .orion-builder-v2-has-negative-padding > * {
|
|
1791
|
+
margin-top: calc(var(--orion-builder-negative-padding-top, 0px) * -1) !important;
|
|
1792
|
+
margin-right: calc(var(--orion-builder-negative-padding-right, 0px) * -1) !important;
|
|
1793
|
+
margin-bottom: calc(var(--orion-builder-negative-padding-bottom, 0px) * -1) !important;
|
|
1794
|
+
margin-left: calc(var(--orion-builder-negative-padding-left, 0px) * -1) !important;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1789
1797
|
.xo-builder-preview-grid {
|
|
1790
1798
|
display: grid;
|
|
1791
1799
|
gap: 22px;
|
|
@@ -1662,6 +1662,14 @@ var canvasSelectionCss = `
|
|
|
1662
1662
|
position: relative;
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
|
+
.orion-builder-v2-has-negative-padding > .xo-builder-preview,
|
|
1666
|
+
.orion-builder-v2-runtime .orion-builder-v2-has-negative-padding > * {
|
|
1667
|
+
margin-top: calc(var(--orion-builder-negative-padding-top, 0px) * -1) !important;
|
|
1668
|
+
margin-right: calc(var(--orion-builder-negative-padding-right, 0px) * -1) !important;
|
|
1669
|
+
margin-bottom: calc(var(--orion-builder-negative-padding-bottom, 0px) * -1) !important;
|
|
1670
|
+
margin-left: calc(var(--orion-builder-negative-padding-left, 0px) * -1) !important;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1665
1673
|
.xo-builder-preview-grid {
|
|
1666
1674
|
display: grid;
|
|
1667
1675
|
gap: 22px;
|
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
admin_exports
|
|
3
3
|
} from "./chunk-KHK6RTGC.mjs";
|
|
4
|
-
import {
|
|
5
|
-
blocks_exports
|
|
6
|
-
} from "./chunk-JQAHXYAM.mjs";
|
|
7
4
|
import {
|
|
8
5
|
nextjs_exports
|
|
9
6
|
} from "./chunk-ZADL33R6.mjs";
|
|
10
7
|
import "./chunk-ZTXJG4K5.mjs";
|
|
8
|
+
import {
|
|
9
|
+
blocks_exports
|
|
10
|
+
} from "./chunk-JQAHXYAM.mjs";
|
|
11
11
|
import {
|
|
12
12
|
studio_pages_exports
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-OQSEJXC4.mjs";
|
|
13
|
+
} from "./chunk-276KAPGM.mjs";
|
|
15
14
|
import "./chunk-7ZMXZRBP.mjs";
|
|
15
|
+
import "./chunk-OQSEJXC4.mjs";
|
|
16
16
|
import {
|
|
17
17
|
studio_exports
|
|
18
18
|
} from "./chunk-ADIIWIYL.mjs";
|
|
@@ -7,14 +7,14 @@ import {
|
|
|
7
7
|
pageStudioModuleManifest,
|
|
8
8
|
resolveBuilderThemeTokens,
|
|
9
9
|
toEditorInitialDoc
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-OQSEJXC4.mjs";
|
|
10
|
+
} from "../chunk-276KAPGM.mjs";
|
|
12
11
|
import {
|
|
13
12
|
createDefaultStudioDocument,
|
|
14
13
|
defaultBuilderThemeTokens,
|
|
15
14
|
layoutToStudioDocument,
|
|
16
15
|
studioDocumentToLayout
|
|
17
16
|
} from "../chunk-7ZMXZRBP.mjs";
|
|
17
|
+
import "../chunk-OQSEJXC4.mjs";
|
|
18
18
|
import "../chunk-ADIIWIYL.mjs";
|
|
19
19
|
import "../chunk-6BWS3CLP.mjs";
|
|
20
20
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
sectionStyleDefaults
|
|
3
|
-
} from "./chunk-OQSEJXC4.mjs";
|
|
4
1
|
import {
|
|
5
2
|
createDefaultStudioDocument,
|
|
6
3
|
defaultBuilderThemeTokens,
|
|
@@ -8,6 +5,9 @@ import {
|
|
|
8
5
|
migrateBlockToSettingsV2,
|
|
9
6
|
studioDocumentToLayout
|
|
10
7
|
} from "./chunk-7ZMXZRBP.mjs";
|
|
8
|
+
import {
|
|
9
|
+
sectionStyleDefaults
|
|
10
|
+
} from "./chunk-OQSEJXC4.mjs";
|
|
11
11
|
import {
|
|
12
12
|
assertStudioDocumentV1,
|
|
13
13
|
compileStudioDocument,
|