@orion-studios/payload-studio 0.6.0-beta.154 → 0.6.0-beta.155
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.
|
@@ -1414,6 +1414,7 @@ var decorateBuilderNumericSteppers = (root = document) => {
|
|
|
1414
1414
|
input.value = nextValue;
|
|
1415
1415
|
const nextCursor = Math.min(selectionStart + 1, nextValue.length);
|
|
1416
1416
|
input.setSelectionRange(nextCursor, nextCursor);
|
|
1417
|
+
input.dispatchEvent(new InputEvent("input", { bubbles: true, inputType: "insertText" }));
|
|
1417
1418
|
},
|
|
1418
1419
|
true
|
|
1419
1420
|
);
|
|
@@ -1290,6 +1290,7 @@ var decorateBuilderNumericSteppers = (root = document) => {
|
|
|
1290
1290
|
input.value = nextValue;
|
|
1291
1291
|
const nextCursor = Math.min(selectionStart + 1, nextValue.length);
|
|
1292
1292
|
input.setSelectionRange(nextCursor, nextCursor);
|
|
1293
|
+
input.dispatchEvent(new InputEvent("input", { bubbles: true, inputType: "insertText" }));
|
|
1293
1294
|
},
|
|
1294
1295
|
true
|
|
1295
1296
|
);
|
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,
|