@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260713054521 → 0.8.1-dev.20260713054732
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/{InputControlClient-HSPSCMLF.mjs → InputControlClient-QAZKQLFO.mjs} +5 -96
- package/dist/{InputControlClient-BO7WPPVX.mjs → InputControlClient-QQCQD4EG.mjs} +5 -96
- package/dist/{chunk-6NCGSAPP.mjs → chunk-7ZFZLN56.mjs} +0 -82
- package/dist/{chunk-NT56SZOV.mjs → chunk-YG6FKKQJ.mjs} +0 -82
- package/dist/index.js +624 -812
- package/dist/index.mjs +3 -5
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -18,9 +18,8 @@ import {
|
|
|
18
18
|
PercentageInput_default,
|
|
19
19
|
PhoneInput_default,
|
|
20
20
|
SelectWithSearchInput_default,
|
|
21
|
-
TimeInput_default
|
|
22
|
-
|
|
23
|
-
} from "./chunk-6NCGSAPP.mjs";
|
|
21
|
+
TimeInput_default
|
|
22
|
+
} from "./chunk-7ZFZLN56.mjs";
|
|
24
23
|
import {
|
|
25
24
|
Constants,
|
|
26
25
|
Hyperlink,
|
|
@@ -381,7 +380,6 @@ var ViewControl = (props) => {
|
|
|
381
380
|
[ViewControlTypes_default.lineText]: LineTextView_default,
|
|
382
381
|
[ViewControlTypes_default.emailText]: EmailTextView_default,
|
|
383
382
|
[ViewControlTypes_default.asset]: Asset_default,
|
|
384
|
-
[ViewControlTypes_default.video]: VideoView_default,
|
|
385
383
|
[ViewControlTypes_default.multilineTextBullets]: MultilineTextBulletsView_default,
|
|
386
384
|
[ViewControlTypes_default.boolean]: BooleanView_default,
|
|
387
385
|
[ViewControlTypes_default.checkboxInput]: BooleanView_default,
|
|
@@ -411,7 +409,7 @@ var ViewControl_default = ViewControl;
|
|
|
411
409
|
|
|
412
410
|
// src/components/controls/edit/InputControl.tsx
|
|
413
411
|
import dynamic4 from "next/dynamic";
|
|
414
|
-
var InputControl = dynamic4(() => import("./InputControlClient-
|
|
412
|
+
var InputControl = dynamic4(() => import("./InputControlClient-QAZKQLFO.mjs"), {
|
|
415
413
|
ssr: false
|
|
416
414
|
});
|
|
417
415
|
var InputControl_default = InputControl;
|
package/package.json
CHANGED