@orion-studios/payload-studio 0.6.0-beta.171 → 0.6.0-beta.172
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.
|
@@ -1784,6 +1784,8 @@ var negativePaddingCss = `
|
|
|
1784
1784
|
margin-right: var(--orion-negative-padding-right, 0px) !important;
|
|
1785
1785
|
margin-bottom: var(--orion-negative-padding-bottom, 0px) !important;
|
|
1786
1786
|
margin-left: var(--orion-negative-padding-left, 0px) !important;
|
|
1787
|
+
max-width: none !important;
|
|
1788
|
+
width: calc(100% - var(--orion-negative-padding-left, 0px) - var(--orion-negative-padding-right, 0px)) !important;
|
|
1787
1789
|
}
|
|
1788
1790
|
`;
|
|
1789
1791
|
var canvasSelectionCss = `
|
|
@@ -1660,6 +1660,8 @@ var negativePaddingCss = `
|
|
|
1660
1660
|
margin-right: var(--orion-negative-padding-right, 0px) !important;
|
|
1661
1661
|
margin-bottom: var(--orion-negative-padding-bottom, 0px) !important;
|
|
1662
1662
|
margin-left: var(--orion-negative-padding-left, 0px) !important;
|
|
1663
|
+
max-width: none !important;
|
|
1664
|
+
width: calc(100% - var(--orion-negative-padding-left, 0px) - var(--orion-negative-padding-right, 0px)) !important;
|
|
1663
1665
|
}
|
|
1664
1666
|
`;
|
|
1665
1667
|
var canvasSelectionCss = `
|
package/dist/index.mjs
CHANGED
|
@@ -5,13 +5,6 @@ import {
|
|
|
5
5
|
nextjs_exports
|
|
6
6
|
} from "./chunk-ZADL33R6.mjs";
|
|
7
7
|
import "./chunk-ZTXJG4K5.mjs";
|
|
8
|
-
import {
|
|
9
|
-
blocks_exports
|
|
10
|
-
} from "./chunk-JQAHXYAM.mjs";
|
|
11
|
-
import {
|
|
12
|
-
admin_app_exports
|
|
13
|
-
} from "./chunk-RKTIFEUY.mjs";
|
|
14
|
-
import "./chunk-W2UOCJDX.mjs";
|
|
15
8
|
import {
|
|
16
9
|
studio_pages_exports
|
|
17
10
|
} from "./chunk-7HME6R2V.mjs";
|
|
@@ -19,7 +12,14 @@ import "./chunk-7ZMXZRBP.mjs";
|
|
|
19
12
|
import {
|
|
20
13
|
studio_exports
|
|
21
14
|
} from "./chunk-ADIIWIYL.mjs";
|
|
15
|
+
import {
|
|
16
|
+
blocks_exports
|
|
17
|
+
} from "./chunk-JQAHXYAM.mjs";
|
|
22
18
|
import "./chunk-OQSEJXC4.mjs";
|
|
19
|
+
import {
|
|
20
|
+
admin_app_exports
|
|
21
|
+
} from "./chunk-RKTIFEUY.mjs";
|
|
22
|
+
import "./chunk-W2UOCJDX.mjs";
|
|
23
23
|
import "./chunk-6BWS3CLP.mjs";
|
|
24
24
|
export {
|
|
25
25
|
admin_exports as admin,
|
package/package.json
CHANGED