@orion-studios/payload-studio 0.6.0-beta.152 → 0.6.0-beta.153
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.
|
@@ -1396,6 +1396,8 @@ var decorateBuilderNumericSteppers = (root = document) => {
|
|
|
1396
1396
|
return;
|
|
1397
1397
|
}
|
|
1398
1398
|
field.classList.add("has-orion-builder-stepper");
|
|
1399
|
+
input.type = "text";
|
|
1400
|
+
input.inputMode = "decimal";
|
|
1399
1401
|
field.querySelector("select")?.setAttribute("tabindex", "-1");
|
|
1400
1402
|
const stepper = document.createElement("span");
|
|
1401
1403
|
stepper.className = "orion-builder-v2-stepper";
|
|
@@ -1272,6 +1272,8 @@ var decorateBuilderNumericSteppers = (root = document) => {
|
|
|
1272
1272
|
return;
|
|
1273
1273
|
}
|
|
1274
1274
|
field.classList.add("has-orion-builder-stepper");
|
|
1275
|
+
input.type = "text";
|
|
1276
|
+
input.inputMode = "decimal";
|
|
1275
1277
|
field.querySelector("select")?.setAttribute("tabindex", "-1");
|
|
1276
1278
|
const stepper = document.createElement("span");
|
|
1277
1279
|
stepper.className = "orion-builder-v2-stepper";
|
package/dist/index.mjs
CHANGED
|
@@ -8,18 +8,18 @@ import "./chunk-ZTXJG4K5.mjs";
|
|
|
8
8
|
import {
|
|
9
9
|
blocks_exports
|
|
10
10
|
} from "./chunk-JQAHXYAM.mjs";
|
|
11
|
-
import {
|
|
12
|
-
admin_app_exports
|
|
13
|
-
} from "./chunk-RKTIFEUY.mjs";
|
|
14
|
-
import "./chunk-W2UOCJDX.mjs";
|
|
15
11
|
import {
|
|
16
12
|
studio_pages_exports
|
|
17
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-7HME6R2V.mjs";
|
|
18
14
|
import "./chunk-7ZMXZRBP.mjs";
|
|
19
|
-
import "./chunk-OQSEJXC4.mjs";
|
|
20
15
|
import {
|
|
21
16
|
studio_exports
|
|
22
17
|
} from "./chunk-ADIIWIYL.mjs";
|
|
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,
|
|
@@ -7,15 +7,15 @@ import {
|
|
|
7
7
|
pageStudioModuleManifest,
|
|
8
8
|
resolveBuilderThemeTokens,
|
|
9
9
|
toEditorInitialDoc
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-7HME6R2V.mjs";
|
|
11
11
|
import {
|
|
12
12
|
createDefaultStudioDocument,
|
|
13
13
|
defaultBuilderThemeTokens,
|
|
14
14
|
layoutToStudioDocument,
|
|
15
15
|
studioDocumentToLayout
|
|
16
16
|
} from "../chunk-7ZMXZRBP.mjs";
|
|
17
|
-
import "../chunk-OQSEJXC4.mjs";
|
|
18
17
|
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
|
@@ -5,15 +5,15 @@ import {
|
|
|
5
5
|
migrateBlockToSettingsV2,
|
|
6
6
|
studioDocumentToLayout
|
|
7
7
|
} from "./chunk-7ZMXZRBP.mjs";
|
|
8
|
-
import {
|
|
9
|
-
sectionStyleDefaults
|
|
10
|
-
} from "./chunk-OQSEJXC4.mjs";
|
|
11
8
|
import {
|
|
12
9
|
assertStudioDocumentV1,
|
|
13
10
|
compileStudioDocument,
|
|
14
11
|
createEmptyStudioDocument,
|
|
15
12
|
validateStudioDocument
|
|
16
13
|
} 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";
|