@lls/vivi 24.34.0 → 24.35.0-161d4cb6
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/lib/assets/vivi.css +222 -222
- package/lib/builttypes/vivi/src/components/Alert.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/Audio.d.ts +5 -0
- package/lib/builttypes/vivi/src/components/HighlightedArea.d.ts +8 -0
- package/lib/builttypes/vivi/src/components/Rive.d.ts +11 -0
- package/lib/builttypes/vivi/src/components/Video.d.ts +5 -0
- package/lib/builttypes/vivi/src/components/ViewImage.d.ts +9 -0
- package/lib/builttypes/vivi/src/components/core/Document.d.ts +10 -0
- package/lib/builttypes/vivi/src/components/core/DocumentHtml.d.ts +11 -0
- package/lib/builttypes/vivi/src/components/core/DocumentToolbar.d.ts +10 -0
- package/lib/builttypes/vivi/src/components/core/ErrorBoundary.d.ts +24 -0
- package/lib/builttypes/vivi/src/components/core/editor/CodemirrorEditor.d.ts +3 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditViewerMd.d.ts +20 -0
- package/lib/builttypes/vivi/src/components/core/editor/Editor.d.ts +14 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorHeaderModal.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorListModal.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorMathsModal.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorOrderedListModal.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorQuestionModal.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorSsr.d.ts +2 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorStampModal.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorTableModal.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorTitleModal.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorToolbar.d.ts +4 -0
- package/lib/builttypes/vivi/src/components/core/editor/EditorView.d.ts +19 -0
- package/lib/builttypes/vivi/src/components/core/editor/MetadataEditor.d.ts +13 -0
- package/lib/builttypes/vivi/src/components/core/viewer/ViewerMd.d.ts +37 -0
- package/lib/builttypes/vivi/src/components/lazy/CodemirrorEditor.browser.d.ts +12 -0
- package/lib/builttypes/vivi/src/components/lazy/index.editor.d.ts +16 -0
- package/lib/builttypes/vivi/src/components/primarygrid/AudioWord.d.ts +8 -0
- package/lib/builttypes/vivi/src/components/primarygrid/Correction.d.ts +9 -0
- package/lib/builttypes/vivi/src/components/primarygrid/DefinitionWord.d.ts +10 -0
- package/lib/builttypes/vivi/src/components/primarygrid/EditGrid.d.ts +6 -0
- package/lib/builttypes/vivi/src/components/primarygrid/EditZoneModal.d.ts +19 -0
- package/lib/builttypes/vivi/src/components/primarygrid/FullscreenDocument.d.ts +8 -0
- package/lib/builttypes/vivi/src/components/primarygrid/Grid.d.ts +6 -0
- package/lib/builttypes/vivi/src/components/primarygrid/PicWord.d.ts +10 -0
- package/lib/builttypes/vivi/src/components/primarygrid/SubZone.d.ts +10 -0
- package/lib/builttypes/vivi/src/components/primarygrid/ViewGrid.d.ts +6 -0
- package/lib/builttypes/vivi/src/components/primarygrid/ZoneCoordinates.d.ts +8 -0
- package/lib/builttypes/vivi/src/components/primarygrid/ZoneMaker.d.ts +16 -0
- package/lib/builttypes/vivi/src/components/primarygrid/ZoomedPicture.d.ts +12 -0
- package/lib/builttypes/vivi/src/components/primarygrid/sortable/SortableGrid.d.ts +10 -0
- package/lib/builttypes/vivi/src/components/primarygrid/sortable/SortableItem.d.ts +7 -0
- package/lib/builttypes/vivi/src/config/development.d.ts +6 -0
- package/lib/builttypes/vivi/src/config/index.d.ts +6 -0
- package/lib/builttypes/vivi/src/config/preproduction.d.ts +6 -0
- package/lib/builttypes/vivi/src/config/production.d.ts +6 -0
- package/lib/builttypes/vivi/src/config/test.d.ts +6 -0
- package/lib/builttypes/vivi/src/constants/config.d.ts +1 -0
- package/lib/builttypes/vivi/src/constants/grid.d.ts +3 -0
- package/lib/builttypes/vivi/src/constants/index.d.ts +5 -0
- package/lib/builttypes/vivi/src/constants/template.d.ts +4 -0
- package/lib/builttypes/vivi/src/constants/zoneElements.d.ts +8 -0
- package/lib/builttypes/vivi/src/constants/zoneMaker.d.ts +35 -0
- package/lib/builttypes/vivi/src/hooks/useClientMounted.d.ts +2 -0
- package/lib/builttypes/vivi/src/hooks/useDragAndResize.d.ts +21 -0
- package/lib/builttypes/vivi/src/hooks/useEditor.d.ts +13 -0
- package/lib/builttypes/vivi/src/hooks/usePictureSource.d.ts +13 -0
- package/lib/builttypes/vivi/src/hooks/useScroll.d.ts +7 -0
- package/lib/builttypes/vivi/src/index.d.ts +2 -0
- package/lib/builttypes/vivi/src/index.editor.d.ts +3 -0
- package/lib/builttypes/vivi/src/index.viewer.d.ts +4 -0
- package/lib/builttypes/vivi/src/store/documentPropsSlice.d.ts +16 -0
- package/lib/builttypes/vivi/src/store/index.d.ts +15 -0
- package/lib/builttypes/vivi/src/store/mdRendererPropsSlice.d.ts +48 -0
- package/lib/builttypes/vivi/src/utils/css-bare.d.mts +2 -0
- package/lib/builttypes/vivi/src/utils/dom.d.ts +6 -0
- package/lib/builttypes/vivi/src/utils/layoutTemplate.d.ts +2 -0
- package/lib/builttypes/vivi/src/utils/lazy.d.ts +9 -0
- package/lib/builttypes/vivi/src/utils/memo.d.ts +14 -0
- package/lib/builttypes/vivi/src/utils/mode.d.ts +3 -0
- package/lib/builttypes/vivi/src/utils/string.d.ts +5 -0
- package/lib/builttypes/vivi/src/utils/table.d.ts +4 -0
- package/lib/builttypes/vivi/src/utils/template.d.ts +61 -0
- package/lib/builttypes/vivi/src/utils/url.d.ts +1 -0
- package/lib/builttypes/vivi/src/utils/zoneMaker.d.ts +45 -0
- package/lib/index.js +251 -257
- package/package.json +11 -11
package/lib/index.js
CHANGED
|
@@ -372,19 +372,19 @@ var init_constants = __esm({
|
|
|
372
372
|
}
|
|
373
373
|
});
|
|
374
374
|
|
|
375
|
-
// css-modules:css-modules://
|
|
376
|
-
var
|
|
377
|
-
"css-modules:css-modules://
|
|
375
|
+
// css-modules:css-modules://BphFlSR_Uq4TwnXHjphxgIosVEyc-gk5XfzC5K004yA.css
|
|
376
|
+
var init_BphFlSR_Uq4TwnXHjphxgIosVEyc_gk5XfzC5K004yA = __esm({
|
|
377
|
+
"css-modules:css-modules://BphFlSR_Uq4TwnXHjphxgIosVEyc-gk5XfzC5K004yA.css"() {
|
|
378
378
|
}
|
|
379
379
|
});
|
|
380
380
|
|
|
381
|
-
//
|
|
381
|
+
// tmp_esbuild1765874210295/_src_components_lazy_CodemirrorEditor.browser.module.css
|
|
382
382
|
var src_components_lazy_CodemirrorEditor_browser_default;
|
|
383
383
|
var init_src_components_lazy_CodemirrorEditor_browser = __esm({
|
|
384
|
-
"
|
|
384
|
+
"tmp_esbuild1765874210295/_src_components_lazy_CodemirrorEditor.browser.module.css"() {
|
|
385
385
|
"use strict";
|
|
386
|
-
|
|
387
|
-
src_components_lazy_CodemirrorEditor_browser_default = { "codemirrorWrapper": "vv-
|
|
386
|
+
init_BphFlSR_Uq4TwnXHjphxgIosVEyc_gk5XfzC5K004yA();
|
|
387
|
+
src_components_lazy_CodemirrorEditor_browser_default = { "codemirrorWrapper": "vv-XFhhZG-codemirrorWrapper" };
|
|
388
388
|
}
|
|
389
389
|
});
|
|
390
390
|
|
|
@@ -536,19 +536,19 @@ var init_CodemirrorEditor = __esm({
|
|
|
536
536
|
}
|
|
537
537
|
});
|
|
538
538
|
|
|
539
|
-
// css-modules:css-modules://
|
|
540
|
-
var
|
|
541
|
-
"css-modules:css-modules://
|
|
539
|
+
// css-modules:css-modules://y9PheVGnR7WMj8iML4OvpOhGzOOAj40clsA4gXcs0WA.css
|
|
540
|
+
var init_y9PheVGnR7WMj8iML4OvpOhGzOOAj40clsA4gXcs0WA = __esm({
|
|
541
|
+
"css-modules:css-modules://y9PheVGnR7WMj8iML4OvpOhGzOOAj40clsA4gXcs0WA.css"() {
|
|
542
542
|
}
|
|
543
543
|
});
|
|
544
544
|
|
|
545
|
-
//
|
|
545
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorHeaderModal.module.css
|
|
546
546
|
var src_components_core_editor_EditorHeaderModal_default;
|
|
547
547
|
var init_src_components_core_editor_EditorHeaderModal = __esm({
|
|
548
|
-
"
|
|
548
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorHeaderModal.module.css"() {
|
|
549
549
|
"use strict";
|
|
550
|
-
|
|
551
|
-
src_components_core_editor_EditorHeaderModal_default = { "header": "vv-
|
|
550
|
+
init_y9PheVGnR7WMj8iML4OvpOhGzOOAj40clsA4gXcs0WA();
|
|
551
|
+
src_components_core_editor_EditorHeaderModal_default = { "header": "vv-Bi-lTW-header" };
|
|
552
552
|
}
|
|
553
553
|
});
|
|
554
554
|
|
|
@@ -660,19 +660,19 @@ var init_EditorHeaderModal2 = __esm({
|
|
|
660
660
|
}
|
|
661
661
|
});
|
|
662
662
|
|
|
663
|
-
// css-modules:css-modules://
|
|
664
|
-
var
|
|
665
|
-
"css-modules:css-modules://
|
|
663
|
+
// css-modules:css-modules://OC3hZ95gfq5KOPtVYZeURB-y1GfdN-qiEANYPGcx5Vc.css
|
|
664
|
+
var init_OC3hZ95gfq5KOPtVYZeURB_y1GfdN_qiEANYPGcx5Vc = __esm({
|
|
665
|
+
"css-modules:css-modules://OC3hZ95gfq5KOPtVYZeURB-y1GfdN-qiEANYPGcx5Vc.css"() {
|
|
666
666
|
}
|
|
667
667
|
});
|
|
668
668
|
|
|
669
|
-
//
|
|
669
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorListModal.module.css
|
|
670
670
|
var src_components_core_editor_EditorListModal_default;
|
|
671
671
|
var init_src_components_core_editor_EditorListModal = __esm({
|
|
672
|
-
"
|
|
672
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorListModal.module.css"() {
|
|
673
673
|
"use strict";
|
|
674
|
-
|
|
675
|
-
src_components_core_editor_EditorListModal_default = { "ul": "vv-
|
|
674
|
+
init_OC3hZ95gfq5KOPtVYZeURB_y1GfdN_qiEANYPGcx5Vc();
|
|
675
|
+
src_components_core_editor_EditorListModal_default = { "ul": "vv-NZoIbG-ul" };
|
|
676
676
|
}
|
|
677
677
|
});
|
|
678
678
|
|
|
@@ -707,19 +707,19 @@ var init_EditorListModal2 = __esm({
|
|
|
707
707
|
}
|
|
708
708
|
});
|
|
709
709
|
|
|
710
|
-
// css-modules:css-modules://
|
|
711
|
-
var
|
|
712
|
-
"css-modules:css-modules://
|
|
710
|
+
// css-modules:css-modules://6wJ4vx4wmK5anLrwHj380lwsO2UWukyzlWxzoamZnz8.css
|
|
711
|
+
var init_wJ4vx4wmK5anLrwHj380lwsO2UWukyzlWxzoamZnz8 = __esm({
|
|
712
|
+
"css-modules:css-modules://6wJ4vx4wmK5anLrwHj380lwsO2UWukyzlWxzoamZnz8.css"() {
|
|
713
713
|
}
|
|
714
714
|
});
|
|
715
715
|
|
|
716
|
-
//
|
|
716
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorMathsModal.module.css
|
|
717
717
|
var src_components_core_editor_EditorMathsModal_default;
|
|
718
718
|
var init_src_components_core_editor_EditorMathsModal = __esm({
|
|
719
|
-
"
|
|
719
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorMathsModal.module.css"() {
|
|
720
720
|
"use strict";
|
|
721
|
-
|
|
722
|
-
src_components_core_editor_EditorMathsModal_default = { "mathsElement": "vv-
|
|
721
|
+
init_wJ4vx4wmK5anLrwHj380lwsO2UWukyzlWxzoamZnz8();
|
|
722
|
+
src_components_core_editor_EditorMathsModal_default = { "mathsElement": "vv-rVrh3a-mathsElement" };
|
|
723
723
|
}
|
|
724
724
|
});
|
|
725
725
|
|
|
@@ -762,19 +762,19 @@ var init_EditorMathsModal2 = __esm({
|
|
|
762
762
|
}
|
|
763
763
|
});
|
|
764
764
|
|
|
765
|
-
// css-modules:css-modules://
|
|
766
|
-
var
|
|
767
|
-
"css-modules:css-modules://
|
|
765
|
+
// css-modules:css-modules://DHFpOmt-eQc9TGd49FCQ6Os_cePdZK9We9ATpbDeWz0.css
|
|
766
|
+
var init_DHFpOmt_eQc9TGd49FCQ6Os_cePdZK9We9ATpbDeWz0 = __esm({
|
|
767
|
+
"css-modules:css-modules://DHFpOmt-eQc9TGd49FCQ6Os_cePdZK9We9ATpbDeWz0.css"() {
|
|
768
768
|
}
|
|
769
769
|
});
|
|
770
770
|
|
|
771
|
-
//
|
|
771
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorOrderedListModal.module.css
|
|
772
772
|
var src_components_core_editor_EditorOrderedListModal_default;
|
|
773
773
|
var init_src_components_core_editor_EditorOrderedListModal = __esm({
|
|
774
|
-
"
|
|
774
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorOrderedListModal.module.css"() {
|
|
775
775
|
"use strict";
|
|
776
|
-
|
|
777
|
-
src_components_core_editor_EditorOrderedListModal_default = { "ol": "vv-
|
|
776
|
+
init_DHFpOmt_eQc9TGd49FCQ6Os_cePdZK9We9ATpbDeWz0();
|
|
777
|
+
src_components_core_editor_EditorOrderedListModal_default = { "ol": "vv-c4U_PW-ol" };
|
|
778
778
|
}
|
|
779
779
|
});
|
|
780
780
|
|
|
@@ -831,19 +831,19 @@ var init_EditorOrderedListModal2 = __esm({
|
|
|
831
831
|
}
|
|
832
832
|
});
|
|
833
833
|
|
|
834
|
-
// css-modules:css-modules://
|
|
835
|
-
var
|
|
836
|
-
"css-modules:css-modules://
|
|
834
|
+
// css-modules:css-modules://z0dr7LnDKTwBCiiiGDouFSdE1-ttJiBCZoa_b_ZjnGE.css
|
|
835
|
+
var init_z0dr7LnDKTwBCiiiGDouFSdE1_ttJiBCZoa_b_ZjnGE = __esm({
|
|
836
|
+
"css-modules:css-modules://z0dr7LnDKTwBCiiiGDouFSdE1-ttJiBCZoa_b_ZjnGE.css"() {
|
|
837
837
|
}
|
|
838
838
|
});
|
|
839
839
|
|
|
840
|
-
//
|
|
840
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorQuestionModal.module.css
|
|
841
841
|
var src_components_core_editor_EditorQuestionModal_default;
|
|
842
842
|
var init_src_components_core_editor_EditorQuestionModal = __esm({
|
|
843
|
-
"
|
|
843
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorQuestionModal.module.css"() {
|
|
844
844
|
"use strict";
|
|
845
|
-
|
|
846
|
-
src_components_core_editor_EditorQuestionModal_default = { "question": "vv-
|
|
845
|
+
init_z0dr7LnDKTwBCiiiGDouFSdE1_ttJiBCZoa_b_ZjnGE();
|
|
846
|
+
src_components_core_editor_EditorQuestionModal_default = { "question": "vv-F-ZCLa-question" };
|
|
847
847
|
}
|
|
848
848
|
});
|
|
849
849
|
|
|
@@ -909,19 +909,19 @@ var init_EditorQuestionModal2 = __esm({
|
|
|
909
909
|
}
|
|
910
910
|
});
|
|
911
911
|
|
|
912
|
-
// css-modules:css-modules://
|
|
913
|
-
var
|
|
914
|
-
"css-modules:css-modules://
|
|
912
|
+
// css-modules:css-modules://Ae077K1ccoMx1gLqBqn6SsTO_9brsEQevFEZu_Eoy-s.css
|
|
913
|
+
var init_Ae077K1ccoMx1gLqBqn6SsTO_9brsEQevFEZu_Eoy_s = __esm({
|
|
914
|
+
"css-modules:css-modules://Ae077K1ccoMx1gLqBqn6SsTO_9brsEQevFEZu_Eoy-s.css"() {
|
|
915
915
|
}
|
|
916
916
|
});
|
|
917
917
|
|
|
918
|
-
//
|
|
918
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorStampModal.module.css
|
|
919
919
|
var src_components_core_editor_EditorStampModal_default;
|
|
920
920
|
var init_src_components_core_editor_EditorStampModal = __esm({
|
|
921
|
-
"
|
|
921
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorStampModal.module.css"() {
|
|
922
922
|
"use strict";
|
|
923
|
-
|
|
924
|
-
src_components_core_editor_EditorStampModal_default = { "stamp": "vv-
|
|
923
|
+
init_Ae077K1ccoMx1gLqBqn6SsTO_9brsEQevFEZu_Eoy_s();
|
|
924
|
+
src_components_core_editor_EditorStampModal_default = { "stamp": "vv-GCwblq-stamp" };
|
|
925
925
|
}
|
|
926
926
|
});
|
|
927
927
|
|
|
@@ -983,19 +983,19 @@ var init_table = __esm({
|
|
|
983
983
|
}
|
|
984
984
|
});
|
|
985
985
|
|
|
986
|
-
// css-modules:css-modules://
|
|
987
|
-
var
|
|
988
|
-
"css-modules:css-modules://
|
|
986
|
+
// css-modules:css-modules://3I-hM-Wj1KY42HYkXWDxAnoYXpD0CLp_A0iiJwh4PQQ.css
|
|
987
|
+
var init_I_hM_Wj1KY42HYkXWDxAnoYXpD0CLp_A0iiJwh4PQQ = __esm({
|
|
988
|
+
"css-modules:css-modules://3I-hM-Wj1KY42HYkXWDxAnoYXpD0CLp_A0iiJwh4PQQ.css"() {
|
|
989
989
|
}
|
|
990
990
|
});
|
|
991
991
|
|
|
992
|
-
//
|
|
992
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorTableModal.module.css
|
|
993
993
|
var src_components_core_editor_EditorTableModal_default;
|
|
994
994
|
var init_src_components_core_editor_EditorTableModal = __esm({
|
|
995
|
-
"
|
|
995
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorTableModal.module.css"() {
|
|
996
996
|
"use strict";
|
|
997
|
-
|
|
998
|
-
src_components_core_editor_EditorTableModal_default = { "
|
|
997
|
+
init_I_hM_Wj1KY42HYkXWDxAnoYXpD0CLp_A0iiJwh4PQQ();
|
|
998
|
+
src_components_core_editor_EditorTableModal_default = { "cell": "vv-ENPx4W-cell", "header": "vv-ENPx4W-header", "line": "vv-ENPx4W-line", "grid": "vv-ENPx4W-grid" };
|
|
999
999
|
}
|
|
1000
1000
|
});
|
|
1001
1001
|
|
|
@@ -1085,19 +1085,19 @@ var init_EditorTableModal2 = __esm({
|
|
|
1085
1085
|
}
|
|
1086
1086
|
});
|
|
1087
1087
|
|
|
1088
|
-
// css-modules:css-modules://
|
|
1089
|
-
var
|
|
1090
|
-
"css-modules:css-modules://
|
|
1088
|
+
// css-modules:css-modules://qggd_jlBVvDtRlPP7-l5DUL-cBIUtcIiTF48DQypxVE.css
|
|
1089
|
+
var init_qggd_jlBVvDtRlPP7_l5DUL_cBIUtcIiTF48DQypxVE = __esm({
|
|
1090
|
+
"css-modules:css-modules://qggd_jlBVvDtRlPP7-l5DUL-cBIUtcIiTF48DQypxVE.css"() {
|
|
1091
1091
|
}
|
|
1092
1092
|
});
|
|
1093
1093
|
|
|
1094
|
-
//
|
|
1094
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorTitleModal.module.css
|
|
1095
1095
|
var src_components_core_editor_EditorTitleModal_default;
|
|
1096
1096
|
var init_src_components_core_editor_EditorTitleModal = __esm({
|
|
1097
|
-
"
|
|
1097
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorTitleModal.module.css"() {
|
|
1098
1098
|
"use strict";
|
|
1099
|
-
|
|
1100
|
-
src_components_core_editor_EditorTitleModal_default = { "
|
|
1099
|
+
init_qggd_jlBVvDtRlPP7_l5DUL_cBIUtcIiTF48DQypxVE();
|
|
1100
|
+
src_components_core_editor_EditorTitleModal_default = { "h4": "vv-YxWYPa-h4", "body2": "vv-YxWYPa-body2", "body3": "vv-YxWYPa-body3", "title": "vv-YxWYPa-title", "body1": "vv-YxWYPa-body1", "h2": "vv-YxWYPa-h2", "h1": "vv-YxWYPa-h1", "h3": "vv-YxWYPa-h3" };
|
|
1101
1101
|
}
|
|
1102
1102
|
});
|
|
1103
1103
|
|
|
@@ -1179,19 +1179,19 @@ var init_EditorTitleModal2 = __esm({
|
|
|
1179
1179
|
}
|
|
1180
1180
|
});
|
|
1181
1181
|
|
|
1182
|
-
// css-modules:css-modules://
|
|
1183
|
-
var
|
|
1184
|
-
"css-modules:css-modules://
|
|
1182
|
+
// css-modules:css-modules://J7whePdvGhIu61gCtxurIF8hupG2W007l3xNGEJLBv4.css
|
|
1183
|
+
var init_J7whePdvGhIu61gCtxurIF8hupG2W007l3xNGEJLBv4 = __esm({
|
|
1184
|
+
"css-modules:css-modules://J7whePdvGhIu61gCtxurIF8hupG2W007l3xNGEJLBv4.css"() {
|
|
1185
1185
|
}
|
|
1186
1186
|
});
|
|
1187
1187
|
|
|
1188
|
-
//
|
|
1188
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorToolbar.module.css
|
|
1189
1189
|
var src_components_core_editor_EditorToolbar_default;
|
|
1190
1190
|
var init_src_components_core_editor_EditorToolbar = __esm({
|
|
1191
|
-
"
|
|
1191
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorToolbar.module.css"() {
|
|
1192
1192
|
"use strict";
|
|
1193
|
-
|
|
1194
|
-
src_components_core_editor_EditorToolbar_default = { "
|
|
1193
|
+
init_J7whePdvGhIu61gCtxurIF8hupG2W007l3xNGEJLBv4();
|
|
1194
|
+
src_components_core_editor_EditorToolbar_default = { "span": "vv-BO87Iq-span", "editorToolbar": "vv-BO87Iq-editorToolbar" };
|
|
1195
1195
|
}
|
|
1196
1196
|
});
|
|
1197
1197
|
|
|
@@ -1436,19 +1436,19 @@ ${selectedText}
|
|
|
1436
1436
|
}
|
|
1437
1437
|
});
|
|
1438
1438
|
|
|
1439
|
-
// css-modules:css-modules://
|
|
1440
|
-
var
|
|
1441
|
-
"css-modules:css-modules://
|
|
1439
|
+
// css-modules:css-modules://iR7zQ7tr8HXKff3abgiJxo6ulfYMsHatb2aO7olf-eA.css
|
|
1440
|
+
var init_iR7zQ7tr8HXKff3abgiJxo6ulfYMsHatb2aO7olf_eA = __esm({
|
|
1441
|
+
"css-modules:css-modules://iR7zQ7tr8HXKff3abgiJxo6ulfYMsHatb2aO7olf-eA.css"() {
|
|
1442
1442
|
}
|
|
1443
1443
|
});
|
|
1444
1444
|
|
|
1445
|
-
//
|
|
1445
|
+
// tmp_esbuild1765874210295/_src_hooks_useDragAndResize.module.css
|
|
1446
1446
|
var src_hooks_useDragAndResize_default;
|
|
1447
1447
|
var init_src_hooks_useDragAndResize = __esm({
|
|
1448
|
-
"
|
|
1448
|
+
"tmp_esbuild1765874210295/_src_hooks_useDragAndResize.module.css"() {
|
|
1449
1449
|
"use strict";
|
|
1450
|
-
|
|
1451
|
-
src_hooks_useDragAndResize_default = { "handle": "vv-
|
|
1450
|
+
init_iR7zQ7tr8HXKff3abgiJxo6ulfYMsHatb2aO7olf_eA();
|
|
1451
|
+
src_hooks_useDragAndResize_default = { "handle": "vv-jS6IOW-handle" };
|
|
1452
1452
|
}
|
|
1453
1453
|
});
|
|
1454
1454
|
|
|
@@ -1728,19 +1728,19 @@ var init_useDragAndResize2 = __esm({
|
|
|
1728
1728
|
}
|
|
1729
1729
|
});
|
|
1730
1730
|
|
|
1731
|
-
// css-modules:css-modules://
|
|
1732
|
-
var
|
|
1733
|
-
"css-modules:css-modules://
|
|
1731
|
+
// css-modules:css-modules://e7SEdr9QQD8k2YG9Sm9Y1SqtkQyfCK69wATWQJ5vKoo.css
|
|
1732
|
+
var init_e7SEdr9QQD8k2YG9Sm9Y1SqtkQyfCK69wATWQJ5vKoo = __esm({
|
|
1733
|
+
"css-modules:css-modules://e7SEdr9QQD8k2YG9Sm9Y1SqtkQyfCK69wATWQJ5vKoo.css"() {
|
|
1734
1734
|
}
|
|
1735
1735
|
});
|
|
1736
1736
|
|
|
1737
|
-
//
|
|
1737
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_Editor.module.css
|
|
1738
1738
|
var src_components_core_editor_Editor_default;
|
|
1739
1739
|
var init_src_components_core_editor_Editor = __esm({
|
|
1740
|
-
"
|
|
1740
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_Editor.module.css"() {
|
|
1741
1741
|
"use strict";
|
|
1742
|
-
|
|
1743
|
-
src_components_core_editor_Editor_default = { "
|
|
1742
|
+
init_e7SEdr9QQD8k2YG9Sm9Y1SqtkQyfCK69wATWQJ5vKoo();
|
|
1743
|
+
src_components_core_editor_Editor_default = { "header": "vv-jSV2zW-header", "errorBanner": "vv-jSV2zW-errorBanner", "wrapper": "vv-jSV2zW-wrapper", "rnd": "vv-jSV2zW-rnd" };
|
|
1744
1744
|
}
|
|
1745
1745
|
});
|
|
1746
1746
|
|
|
@@ -2012,19 +2012,19 @@ var init_mode = __esm({
|
|
|
2012
2012
|
}
|
|
2013
2013
|
});
|
|
2014
2014
|
|
|
2015
|
-
// css-modules:css-modules://
|
|
2016
|
-
var
|
|
2017
|
-
"css-modules:css-modules://
|
|
2015
|
+
// css-modules:css-modules://rpAIAuPpTFXRd1In-z7LVD8S-tWzFmbqWlEvLl0oDIY.css
|
|
2016
|
+
var init_rpAIAuPpTFXRd1In_z7LVD8S_tWzFmbqWlEvLl0oDIY = __esm({
|
|
2017
|
+
"css-modules:css-modules://rpAIAuPpTFXRd1In-z7LVD8S-tWzFmbqWlEvLl0oDIY.css"() {
|
|
2018
2018
|
}
|
|
2019
2019
|
});
|
|
2020
2020
|
|
|
2021
|
-
//
|
|
2021
|
+
// tmp_esbuild1765874210295/_src_components_core_DocumentToolbar.module.css
|
|
2022
2022
|
var src_components_core_DocumentToolbar_default;
|
|
2023
2023
|
var init_src_components_core_DocumentToolbar = __esm({
|
|
2024
|
-
"
|
|
2024
|
+
"tmp_esbuild1765874210295/_src_components_core_DocumentToolbar.module.css"() {
|
|
2025
2025
|
"use strict";
|
|
2026
|
-
|
|
2027
|
-
src_components_core_DocumentToolbar_default = { "
|
|
2026
|
+
init_rpAIAuPpTFXRd1In_z7LVD8S_tWzFmbqWlEvLl0oDIY();
|
|
2027
|
+
src_components_core_DocumentToolbar_default = { "toolbar": "vv-u8HsHq-toolbar", "toggleMenuButton": "vv-u8HsHq-toggleMenuButton", "parentToolbar": "vv-u8HsHq-parentToolbar" };
|
|
2028
2028
|
}
|
|
2029
2029
|
});
|
|
2030
2030
|
|
|
@@ -2081,19 +2081,19 @@ var init_DocumentToolbar2 = __esm({
|
|
|
2081
2081
|
}
|
|
2082
2082
|
});
|
|
2083
2083
|
|
|
2084
|
-
// css-modules:css-modules://
|
|
2085
|
-
var
|
|
2086
|
-
"css-modules:css-modules://
|
|
2084
|
+
// css-modules:css-modules://X4Bt9qNmNM2lt9l4H3GTutD7FAoRaiTV59QrH21oKnQ.css
|
|
2085
|
+
var init_X4Bt9qNmNM2lt9l4H3GTutD7FAoRaiTV59QrH21oKnQ = __esm({
|
|
2086
|
+
"css-modules:css-modules://X4Bt9qNmNM2lt9l4H3GTutD7FAoRaiTV59QrH21oKnQ.css"() {
|
|
2087
2087
|
}
|
|
2088
2088
|
});
|
|
2089
2089
|
|
|
2090
|
-
//
|
|
2090
|
+
// tmp_esbuild1765874210295/_src_components_core_ErrorBoundary.module.css
|
|
2091
2091
|
var src_components_core_ErrorBoundary_default;
|
|
2092
2092
|
var init_src_components_core_ErrorBoundary = __esm({
|
|
2093
|
-
"
|
|
2093
|
+
"tmp_esbuild1765874210295/_src_components_core_ErrorBoundary.module.css"() {
|
|
2094
2094
|
"use strict";
|
|
2095
|
-
|
|
2096
|
-
src_components_core_ErrorBoundary_default = { "errorBoundary": "vv-
|
|
2095
|
+
init_X4Bt9qNmNM2lt9l4H3GTutD7FAoRaiTV59QrH21oKnQ();
|
|
2096
|
+
src_components_core_ErrorBoundary_default = { "errorBoundary": "vv-cWBRha-errorBoundary" };
|
|
2097
2097
|
}
|
|
2098
2098
|
});
|
|
2099
2099
|
|
|
@@ -2246,19 +2246,19 @@ var init_config = __esm({
|
|
|
2246
2246
|
}
|
|
2247
2247
|
});
|
|
2248
2248
|
|
|
2249
|
-
// css-modules:css-modules://
|
|
2250
|
-
var
|
|
2251
|
-
"css-modules:css-modules://
|
|
2249
|
+
// css-modules:css-modules://cDxGodJhL3rmM0LerEmpMs9iQeJOdflryH449Ifds6c.css
|
|
2250
|
+
var init_cDxGodJhL3rmM0LerEmpMs9iQeJOdflryH449Ifds6c = __esm({
|
|
2251
|
+
"css-modules:css-modules://cDxGodJhL3rmM0LerEmpMs9iQeJOdflryH449Ifds6c.css"() {
|
|
2252
2252
|
}
|
|
2253
2253
|
});
|
|
2254
2254
|
|
|
2255
|
-
//
|
|
2255
|
+
// tmp_esbuild1765874210295/_src_components_primarygrid_EditGrid.module.css
|
|
2256
2256
|
var src_components_primarygrid_EditGrid_default;
|
|
2257
2257
|
var init_src_components_primarygrid_EditGrid = __esm({
|
|
2258
|
-
"
|
|
2258
|
+
"tmp_esbuild1765874210295/_src_components_primarygrid_EditGrid.module.css"() {
|
|
2259
2259
|
"use strict";
|
|
2260
|
-
|
|
2261
|
-
src_components_primarygrid_EditGrid_default = { "
|
|
2260
|
+
init_cDxGodJhL3rmM0LerEmpMs9iQeJOdflryH449Ifds6c();
|
|
2261
|
+
src_components_primarygrid_EditGrid_default = { "angleValue": "vv-8xrmQq-angleValue", "docs": "vv-8xrmQq-docs", "editGrid": "vv-8xrmQq-editGrid", "row": "vv-8xrmQq-row", "zonePicture": "vv-8xrmQq-zonePicture", "col": "vv-8xrmQq-col", "zone": "vv-8xrmQq-zone", "interface": "vv-8xrmQq-interface", "interfaceHeader": "vv-8xrmQq-interfaceHeader", "zonePictureInner": "vv-8xrmQq-zonePictureInner" };
|
|
2262
2262
|
}
|
|
2263
2263
|
});
|
|
2264
2264
|
|
|
@@ -2270,19 +2270,19 @@ var init_EditGrid = __esm({
|
|
|
2270
2270
|
}
|
|
2271
2271
|
});
|
|
2272
2272
|
|
|
2273
|
-
// css-modules:css-modules://
|
|
2274
|
-
var
|
|
2275
|
-
"css-modules:css-modules://
|
|
2273
|
+
// css-modules:css-modules://eP-_WP-7SlDNSrHF7b-dZsSBdVUxeJuMlavlS7dxjWQ.css
|
|
2274
|
+
var init_eP_WP_7SlDNSrHF7b_dZsSBdVUxeJuMlavlS7dxjWQ = __esm({
|
|
2275
|
+
"css-modules:css-modules://eP-_WP-7SlDNSrHF7b-dZsSBdVUxeJuMlavlS7dxjWQ.css"() {
|
|
2276
2276
|
}
|
|
2277
2277
|
});
|
|
2278
2278
|
|
|
2279
|
-
//
|
|
2279
|
+
// tmp_esbuild1765874210295/_src_components_Audio.module.css
|
|
2280
2280
|
var src_components_Audio_default;
|
|
2281
2281
|
var init_src_components_Audio = __esm({
|
|
2282
|
-
"
|
|
2282
|
+
"tmp_esbuild1765874210295/_src_components_Audio.module.css"() {
|
|
2283
2283
|
"use strict";
|
|
2284
|
-
|
|
2285
|
-
src_components_Audio_default = { "container": "vv-
|
|
2284
|
+
init_eP_WP_7SlDNSrHF7b_dZsSBdVUxeJuMlavlS7dxjWQ();
|
|
2285
|
+
src_components_Audio_default = { "container": "vv-2QI_IW-container", "audio": "vv-2QI_IW-audio" };
|
|
2286
2286
|
}
|
|
2287
2287
|
});
|
|
2288
2288
|
|
|
@@ -2325,19 +2325,19 @@ var init_Audio2 = __esm({
|
|
|
2325
2325
|
}
|
|
2326
2326
|
});
|
|
2327
2327
|
|
|
2328
|
-
// css-modules:css-modules://
|
|
2329
|
-
var
|
|
2330
|
-
"css-modules:css-modules://
|
|
2328
|
+
// css-modules:css-modules://cF9xNUs8p7YLQA0bAfjPsRsNG2i7RJg6Lw5-rRSkySQ.css
|
|
2329
|
+
var init_cF9xNUs8p7YLQA0bAfjPsRsNG2i7RJg6Lw5_rRSkySQ = __esm({
|
|
2330
|
+
"css-modules:css-modules://cF9xNUs8p7YLQA0bAfjPsRsNG2i7RJg6Lw5-rRSkySQ.css"() {
|
|
2331
2331
|
}
|
|
2332
2332
|
});
|
|
2333
2333
|
|
|
2334
|
-
//
|
|
2334
|
+
// tmp_esbuild1765874210295/_src_components_Rive.module.css
|
|
2335
2335
|
var src_components_Rive_default;
|
|
2336
2336
|
var init_src_components_Rive = __esm({
|
|
2337
|
-
"
|
|
2337
|
+
"tmp_esbuild1765874210295/_src_components_Rive.module.css"() {
|
|
2338
2338
|
"use strict";
|
|
2339
|
-
|
|
2340
|
-
src_components_Rive_default = { "container": "vv-
|
|
2339
|
+
init_cF9xNUs8p7YLQA0bAfjPsRsNG2i7RJg6Lw5_rRSkySQ();
|
|
2340
|
+
src_components_Rive_default = { "container": "vv-THp1Xa-container" };
|
|
2341
2341
|
}
|
|
2342
2342
|
});
|
|
2343
2343
|
|
|
@@ -2378,19 +2378,19 @@ var init_Rive2 = __esm({
|
|
|
2378
2378
|
}
|
|
2379
2379
|
});
|
|
2380
2380
|
|
|
2381
|
-
// css-modules:css-modules://
|
|
2382
|
-
var
|
|
2383
|
-
"css-modules:css-modules://
|
|
2381
|
+
// css-modules:css-modules://Gnn-g23IvMIE5NiJdNCbUiyvteYGSer8mGyiDiY8fSY.css
|
|
2382
|
+
var init_Gnn_g23IvMIE5NiJdNCbUiyvteYGSer8mGyiDiY8fSY = __esm({
|
|
2383
|
+
"css-modules:css-modules://Gnn-g23IvMIE5NiJdNCbUiyvteYGSer8mGyiDiY8fSY.css"() {
|
|
2384
2384
|
}
|
|
2385
2385
|
});
|
|
2386
2386
|
|
|
2387
|
-
//
|
|
2387
|
+
// tmp_esbuild1765874210295/_src_components_Video.module.css
|
|
2388
2388
|
var src_components_Video_default;
|
|
2389
2389
|
var init_src_components_Video = __esm({
|
|
2390
|
-
"
|
|
2390
|
+
"tmp_esbuild1765874210295/_src_components_Video.module.css"() {
|
|
2391
2391
|
"use strict";
|
|
2392
|
-
|
|
2393
|
-
src_components_Video_default = { "
|
|
2392
|
+
init_Gnn_g23IvMIE5NiJdNCbUiyvteYGSer8mGyiDiY8fSY();
|
|
2393
|
+
src_components_Video_default = { "container": "vv-KSVMxa-container", "video": "vv-KSVMxa-video" };
|
|
2394
2394
|
}
|
|
2395
2395
|
});
|
|
2396
2396
|
|
|
@@ -2403,31 +2403,20 @@ var init_Video = __esm({
|
|
|
2403
2403
|
});
|
|
2404
2404
|
|
|
2405
2405
|
// src/components/Video.tsx
|
|
2406
|
+
import { toNoCookie } from "@lls/utils";
|
|
2406
2407
|
import { useState as useState7 } from "react";
|
|
2407
|
-
import
|
|
2408
|
+
import ReactPlayer from "react-player";
|
|
2408
2409
|
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
2409
|
-
var
|
|
2410
|
+
var CONFIG_VIDEO, Video, Video_default;
|
|
2410
2411
|
var init_Video2 = __esm({
|
|
2411
2412
|
"src/components/Video.tsx"() {
|
|
2412
2413
|
"use strict";
|
|
2413
2414
|
init_useClientMounted();
|
|
2414
2415
|
init_Video();
|
|
2415
|
-
|
|
2416
|
-
CONFIG = {
|
|
2417
|
-
file: {
|
|
2418
|
-
attributes: {
|
|
2419
|
-
preload: "none",
|
|
2420
|
-
crossOrigin: "true",
|
|
2421
|
-
controlsList: "nodownload",
|
|
2422
|
-
disablePictureInPicture: true,
|
|
2423
|
-
onContextMenu: (e) => e.preventDefault()
|
|
2424
|
-
}
|
|
2425
|
-
},
|
|
2416
|
+
CONFIG_VIDEO = {
|
|
2426
2417
|
youtube: {
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
iv_load_policy: 3
|
|
2430
|
-
}
|
|
2418
|
+
enablejsapi: 1,
|
|
2419
|
+
iv_load_policy: 3
|
|
2431
2420
|
}
|
|
2432
2421
|
};
|
|
2433
2422
|
Video = ({ src }) => {
|
|
@@ -2442,13 +2431,18 @@ var init_Video2 = __esm({
|
|
|
2442
2431
|
ReactPlayer,
|
|
2443
2432
|
{
|
|
2444
2433
|
className: src_components_Video_default.video,
|
|
2445
|
-
|
|
2446
|
-
|
|
2434
|
+
src: toNoCookie(src),
|
|
2435
|
+
playsInline: true,
|
|
2447
2436
|
controls: true,
|
|
2448
2437
|
width: "100%",
|
|
2449
2438
|
height: "100%",
|
|
2439
|
+
preload: "none",
|
|
2440
|
+
crossOrigin: "anonymous",
|
|
2441
|
+
controlsList: "nodownload",
|
|
2442
|
+
disablePictureInPicture: true,
|
|
2443
|
+
onContextMenu: (e) => e.preventDefault(),
|
|
2450
2444
|
onError,
|
|
2451
|
-
config:
|
|
2445
|
+
config: CONFIG_VIDEO
|
|
2452
2446
|
}
|
|
2453
2447
|
) : null });
|
|
2454
2448
|
};
|
|
@@ -2743,19 +2737,19 @@ var init_zoneMaker2 = __esm({
|
|
|
2743
2737
|
}
|
|
2744
2738
|
});
|
|
2745
2739
|
|
|
2746
|
-
// css-modules:css-modules://
|
|
2747
|
-
var
|
|
2748
|
-
"css-modules:css-modules://
|
|
2740
|
+
// css-modules:css-modules://x7MyeIJnpuwCgzcfGnBnoQkX7tQ8KNy_-eJvjulJAWw.css
|
|
2741
|
+
var init_x7MyeIJnpuwCgzcfGnBnoQkX7tQ8KNy_eJvjulJAWw = __esm({
|
|
2742
|
+
"css-modules:css-modules://x7MyeIJnpuwCgzcfGnBnoQkX7tQ8KNy_-eJvjulJAWw.css"() {
|
|
2749
2743
|
}
|
|
2750
2744
|
});
|
|
2751
2745
|
|
|
2752
|
-
//
|
|
2746
|
+
// tmp_esbuild1765874210295/_src_components_primarygrid_EditZoneModal.module.css
|
|
2753
2747
|
var src_components_primarygrid_EditZoneModal_default;
|
|
2754
2748
|
var init_src_components_primarygrid_EditZoneModal = __esm({
|
|
2755
|
-
"
|
|
2749
|
+
"tmp_esbuild1765874210295/_src_components_primarygrid_EditZoneModal.module.css"() {
|
|
2756
2750
|
"use strict";
|
|
2757
|
-
|
|
2758
|
-
src_components_primarygrid_EditZoneModal_default = { "
|
|
2751
|
+
init_x7MyeIJnpuwCgzcfGnBnoQkX7tQ8KNy_eJvjulJAWw();
|
|
2752
|
+
src_components_primarygrid_EditZoneModal_default = { "zoneElements": "vv-mYFkyW-zoneElements", "zonePictureInner": "vv-mYFkyW-zonePictureInner", "row": "vv-mYFkyW-row", "zone": "vv-mYFkyW-zone", "zoneElementsList": "vv-mYFkyW-zoneElementsList", "zonePicture": "vv-mYFkyW-zonePicture", "contentMdDoc": "vv-mYFkyW-contentMdDoc", "stickyElementsList": "vv-mYFkyW-stickyElementsList", "col": "vv-mYFkyW-col", "addZone": "vv-mYFkyW-addZone", "rive": "vv-mYFkyW-rive", "rightButton": "vv-mYFkyW-rightButton", "properties": "vv-mYFkyW-properties", "angleValue": "vv-mYFkyW-angleValue", "addZoneButtons": "vv-mYFkyW-addZoneButtons", "mediaContainer": "vv-mYFkyW-mediaContainer", "leftButton": "vv-mYFkyW-leftButton" };
|
|
2759
2753
|
}
|
|
2760
2754
|
});
|
|
2761
2755
|
|
|
@@ -2793,19 +2787,19 @@ var init_ZoneCoordinates = __esm({
|
|
|
2793
2787
|
}
|
|
2794
2788
|
});
|
|
2795
2789
|
|
|
2796
|
-
// css-modules:css-modules://
|
|
2797
|
-
var
|
|
2798
|
-
"css-modules:css-modules://
|
|
2790
|
+
// css-modules:css-modules://braVNGJ5lM8XK8lo--yOB3Llp7sfsarYwGWxhCtKH00.css
|
|
2791
|
+
var init_braVNGJ5lM8XK8lo_yOB3Llp7sfsarYwGWxhCtKH00 = __esm({
|
|
2792
|
+
"css-modules:css-modules://braVNGJ5lM8XK8lo--yOB3Llp7sfsarYwGWxhCtKH00.css"() {
|
|
2799
2793
|
}
|
|
2800
2794
|
});
|
|
2801
2795
|
|
|
2802
|
-
//
|
|
2796
|
+
// tmp_esbuild1765874210295/_src_components_primarygrid_ZoneMaker.module.css
|
|
2803
2797
|
var src_components_primarygrid_ZoneMaker_default;
|
|
2804
2798
|
var init_src_components_primarygrid_ZoneMaker = __esm({
|
|
2805
|
-
"
|
|
2799
|
+
"tmp_esbuild1765874210295/_src_components_primarygrid_ZoneMaker.module.css"() {
|
|
2806
2800
|
"use strict";
|
|
2807
|
-
|
|
2808
|
-
src_components_primarygrid_ZoneMaker_default = { "
|
|
2801
|
+
init_braVNGJ5lM8XK8lo_yOB3Llp7sfsarYwGWxhCtKH00();
|
|
2802
|
+
src_components_primarygrid_ZoneMaker_default = { "mediaContainer": "vv-xgGkcG-mediaContainer", "zoneMaker": "vv-xgGkcG-zoneMaker", "pictureZone": "vv-xgGkcG-pictureZone", "settingsButton": "vv-xgGkcG-settingsButton", "handle": "vv-xgGkcG-handle", "pageDivider": "vv-xgGkcG-pageDivider", "zoneMakeContainer": "vv-xgGkcG-zoneMakeContainer" };
|
|
2809
2803
|
}
|
|
2810
2804
|
});
|
|
2811
2805
|
|
|
@@ -2827,19 +2821,19 @@ var init_url = __esm({
|
|
|
2827
2821
|
}
|
|
2828
2822
|
});
|
|
2829
2823
|
|
|
2830
|
-
// css-modules:css-modules://
|
|
2831
|
-
var
|
|
2832
|
-
"css-modules:css-modules://
|
|
2824
|
+
// css-modules:css-modules://GSaNs2GAxaRIpk1-UEGVHdLWlilMmCDAW5UdYHkINpg.css
|
|
2825
|
+
var init_GSaNs2GAxaRIpk1_UEGVHdLWlilMmCDAW5UdYHkINpg = __esm({
|
|
2826
|
+
"css-modules:css-modules://GSaNs2GAxaRIpk1-UEGVHdLWlilMmCDAW5UdYHkINpg.css"() {
|
|
2833
2827
|
}
|
|
2834
2828
|
});
|
|
2835
2829
|
|
|
2836
|
-
//
|
|
2830
|
+
// tmp_esbuild1765874210295/_src_components_primarygrid_ZoomedPicture.module.css
|
|
2837
2831
|
var src_components_primarygrid_ZoomedPicture_default;
|
|
2838
2832
|
var init_src_components_primarygrid_ZoomedPicture = __esm({
|
|
2839
|
-
"
|
|
2833
|
+
"tmp_esbuild1765874210295/_src_components_primarygrid_ZoomedPicture.module.css"() {
|
|
2840
2834
|
"use strict";
|
|
2841
|
-
|
|
2842
|
-
src_components_primarygrid_ZoomedPicture_default = { "
|
|
2835
|
+
init_GSaNs2GAxaRIpk1_UEGVHdLWlilMmCDAW5UdYHkINpg();
|
|
2836
|
+
src_components_primarygrid_ZoomedPicture_default = { "placeholder": "vv-lZynUa-placeholder", "emptyFrame": "vv-lZynUa-emptyFrame", "zoomedPicture": "vv-lZynUa-zoomedPicture", "generatedAsset": "vv-lZynUa-generatedAsset", "imgPicture": "vv-lZynUa-imgPicture" };
|
|
2843
2837
|
}
|
|
2844
2838
|
});
|
|
2845
2839
|
|
|
@@ -3527,19 +3521,19 @@ var init_SortableGrid = __esm({
|
|
|
3527
3521
|
}
|
|
3528
3522
|
});
|
|
3529
3523
|
|
|
3530
|
-
// css-modules:css-modules://
|
|
3531
|
-
var
|
|
3532
|
-
"css-modules:css-modules://
|
|
3524
|
+
// css-modules:css-modules://ENgjVHzSKY1vEBKKkm_FhlTcSZXlGvP0Q0OV4UrCSt0.css
|
|
3525
|
+
var init_ENgjVHzSKY1vEBKKkm_FhlTcSZXlGvP0Q0OV4UrCSt0 = __esm({
|
|
3526
|
+
"css-modules:css-modules://ENgjVHzSKY1vEBKKkm_FhlTcSZXlGvP0Q0OV4UrCSt0.css"() {
|
|
3533
3527
|
}
|
|
3534
3528
|
});
|
|
3535
3529
|
|
|
3536
|
-
//
|
|
3530
|
+
// tmp_esbuild1765874210295/_src_components_primarygrid_sortable_SortableItem.module.css
|
|
3537
3531
|
var src_components_primarygrid_sortable_SortableItem_default;
|
|
3538
3532
|
var init_src_components_primarygrid_sortable_SortableItem = __esm({
|
|
3539
|
-
"
|
|
3533
|
+
"tmp_esbuild1765874210295/_src_components_primarygrid_sortable_SortableItem.module.css"() {
|
|
3540
3534
|
"use strict";
|
|
3541
|
-
|
|
3542
|
-
src_components_primarygrid_sortable_SortableItem_default = { "
|
|
3535
|
+
init_ENgjVHzSKY1vEBKKkm_FhlTcSZXlGvP0Q0OV4UrCSt0();
|
|
3536
|
+
src_components_primarygrid_sortable_SortableItem_default = { "item": "vv-CDiXNa-item", "dragButton": "vv-CDiXNa-dragButton" };
|
|
3543
3537
|
}
|
|
3544
3538
|
});
|
|
3545
3539
|
|
|
@@ -3879,19 +3873,19 @@ var init_EditGrid2 = __esm({
|
|
|
3879
3873
|
}
|
|
3880
3874
|
});
|
|
3881
3875
|
|
|
3882
|
-
// css-modules:css-modules://
|
|
3883
|
-
var
|
|
3884
|
-
"css-modules:css-modules://
|
|
3876
|
+
// css-modules:css-modules://l-VLg4z9Rne3KhNc0L1-HkjYDGNHT4YzCY0hRkTz-mc.css
|
|
3877
|
+
var init_l_VLg4z9Rne3KhNc0L1_HkjYDGNHT4YzCY0hRkTz_mc = __esm({
|
|
3878
|
+
"css-modules:css-modules://l-VLg4z9Rne3KhNc0L1-HkjYDGNHT4YzCY0hRkTz-mc.css"() {
|
|
3885
3879
|
}
|
|
3886
3880
|
});
|
|
3887
3881
|
|
|
3888
|
-
//
|
|
3882
|
+
// tmp_esbuild1765874210295/_src_components_HighlightedArea.module.css
|
|
3889
3883
|
var src_components_HighlightedArea_default;
|
|
3890
3884
|
var init_src_components_HighlightedArea = __esm({
|
|
3891
|
-
"
|
|
3885
|
+
"tmp_esbuild1765874210295/_src_components_HighlightedArea.module.css"() {
|
|
3892
3886
|
"use strict";
|
|
3893
|
-
|
|
3894
|
-
src_components_HighlightedArea_default = { "highlight": "vv-
|
|
3887
|
+
init_l_VLg4z9Rne3KhNc0L1_HkjYDGNHT4YzCY0hRkTz_mc();
|
|
3888
|
+
src_components_HighlightedArea_default = { "highlight": "vv-4gu3QG-highlight" };
|
|
3895
3889
|
}
|
|
3896
3890
|
});
|
|
3897
3891
|
|
|
@@ -3942,19 +3936,19 @@ var init_HighlightedArea2 = __esm({
|
|
|
3942
3936
|
}
|
|
3943
3937
|
});
|
|
3944
3938
|
|
|
3945
|
-
// css-modules:css-modules://
|
|
3946
|
-
var
|
|
3947
|
-
"css-modules:css-modules://
|
|
3939
|
+
// css-modules:css-modules://XqVEpRBBHSeT4bktc536oyMmJ_L6rXdxuh9BAfSNFTY.css
|
|
3940
|
+
var init_XqVEpRBBHSeT4bktc536oyMmJ_L6rXdxuh9BAfSNFTY = __esm({
|
|
3941
|
+
"css-modules:css-modules://XqVEpRBBHSeT4bktc536oyMmJ_L6rXdxuh9BAfSNFTY.css"() {
|
|
3948
3942
|
}
|
|
3949
3943
|
});
|
|
3950
3944
|
|
|
3951
|
-
//
|
|
3945
|
+
// tmp_esbuild1765874210295/_src_components_primarygrid_FullscreenDocument.module.css
|
|
3952
3946
|
var src_components_primarygrid_FullscreenDocument_default;
|
|
3953
3947
|
var init_src_components_primarygrid_FullscreenDocument = __esm({
|
|
3954
|
-
"
|
|
3948
|
+
"tmp_esbuild1765874210295/_src_components_primarygrid_FullscreenDocument.module.css"() {
|
|
3955
3949
|
"use strict";
|
|
3956
|
-
|
|
3957
|
-
src_components_primarygrid_FullscreenDocument_default = { "
|
|
3950
|
+
init_XqVEpRBBHSeT4bktc536oyMmJ_L6rXdxuh9BAfSNFTY();
|
|
3951
|
+
src_components_primarygrid_FullscreenDocument_default = { "switchContent": "vv-VhM7Va-switchContent", "volumeIcon": "vv-VhM7Va-volumeIcon", "actions": "vv-VhM7Va-actions", "centeredContainer": "vv-VhM7Va-centeredContainer", "mask": "vv-VhM7Va-mask vv-VhM7Va-anyZone", "anyZone": "vv-VhM7Va-anyZone", "riveContainer": "vv-VhM7Va-riveContainer", "document": "vv-VhM7Va-document", "zoneContent": "vv-VhM7Va-zoneContent", "correctionZone": "vv-VhM7Va-correctionZone" };
|
|
3958
3952
|
}
|
|
3959
3953
|
});
|
|
3960
3954
|
|
|
@@ -6212,19 +6206,19 @@ var init_floating_ui_react = __esm({
|
|
|
6212
6206
|
}
|
|
6213
6207
|
});
|
|
6214
6208
|
|
|
6215
|
-
// css-modules:css-modules://
|
|
6216
|
-
var
|
|
6217
|
-
"css-modules:css-modules://
|
|
6209
|
+
// css-modules:css-modules://SfCesTsAjHii6KArVzjKhboGk19sYUYnA84cevUQ9O4.css
|
|
6210
|
+
var init_SfCesTsAjHii6KArVzjKhboGk19sYUYnA84cevUQ9O4 = __esm({
|
|
6211
|
+
"css-modules:css-modules://SfCesTsAjHii6KArVzjKhboGk19sYUYnA84cevUQ9O4.css"() {
|
|
6218
6212
|
}
|
|
6219
6213
|
});
|
|
6220
6214
|
|
|
6221
|
-
//
|
|
6215
|
+
// tmp_esbuild1765874210295/_src_components_ViewImage.module.css
|
|
6222
6216
|
var src_components_ViewImage_default;
|
|
6223
6217
|
var init_src_components_ViewImage = __esm({
|
|
6224
|
-
"
|
|
6218
|
+
"tmp_esbuild1765874210295/_src_components_ViewImage.module.css"() {
|
|
6225
6219
|
"use strict";
|
|
6226
|
-
|
|
6227
|
-
src_components_ViewImage_default = { "root": "vv-
|
|
6220
|
+
init_SfCesTsAjHii6KArVzjKhboGk19sYUYnA84cevUQ9O4();
|
|
6221
|
+
src_components_ViewImage_default = { "root": "vv-Kyhfra-root", "definition": "vv-Kyhfra-definition", "img": "vv-Kyhfra-img", "definitionTitle": "vv-Kyhfra-definitionTitle", "span": "vv-Kyhfra-span", "container": "vv-Kyhfra-container" };
|
|
6228
6222
|
}
|
|
6229
6223
|
});
|
|
6230
6224
|
|
|
@@ -6630,19 +6624,19 @@ var init_FullscreenDocument2 = __esm({
|
|
|
6630
6624
|
}
|
|
6631
6625
|
});
|
|
6632
6626
|
|
|
6633
|
-
// css-modules:css-modules://
|
|
6634
|
-
var
|
|
6635
|
-
"css-modules:css-modules://
|
|
6627
|
+
// css-modules:css-modules://JydF5XQCrelCu2IKJRRfk4MHeDXeygkXgrqLNvZlaZY.css
|
|
6628
|
+
var init_JydF5XQCrelCu2IKJRRfk4MHeDXeygkXgrqLNvZlaZY = __esm({
|
|
6629
|
+
"css-modules:css-modules://JydF5XQCrelCu2IKJRRfk4MHeDXeygkXgrqLNvZlaZY.css"() {
|
|
6636
6630
|
}
|
|
6637
6631
|
});
|
|
6638
6632
|
|
|
6639
|
-
//
|
|
6633
|
+
// tmp_esbuild1765874210295/_src_components_primarygrid_ViewGrid.module.css
|
|
6640
6634
|
var src_components_primarygrid_ViewGrid_default;
|
|
6641
6635
|
var init_src_components_primarygrid_ViewGrid = __esm({
|
|
6642
|
-
"
|
|
6636
|
+
"tmp_esbuild1765874210295/_src_components_primarygrid_ViewGrid.module.css"() {
|
|
6643
6637
|
"use strict";
|
|
6644
|
-
|
|
6645
|
-
src_components_primarygrid_ViewGrid_default = { "
|
|
6638
|
+
init_JydF5XQCrelCu2IKJRRfk4MHeDXeygkXgrqLNvZlaZY();
|
|
6639
|
+
src_components_primarygrid_ViewGrid_default = { "pictureZone": "vv-nxUAZW-pictureZone", "content": "vv-nxUAZW-content", "pageDivider": "vv-nxUAZW-pageDivider", "viewGrid": "vv-nxUAZW-viewGrid" };
|
|
6646
6640
|
}
|
|
6647
6641
|
});
|
|
6648
6642
|
|
|
@@ -6728,19 +6722,19 @@ var init_Grid = __esm({
|
|
|
6728
6722
|
}
|
|
6729
6723
|
});
|
|
6730
6724
|
|
|
6731
|
-
// css-modules:css-modules://
|
|
6732
|
-
var
|
|
6733
|
-
"css-modules:css-modules://
|
|
6725
|
+
// css-modules:css-modules://SF-XAEn-SDrUbp2Rpg0O-yBJPGsteBoNXqS0WTcvRXU.css
|
|
6726
|
+
var init_SF_XAEn_SDrUbp2Rpg0O_yBJPGsteBoNXqS0WTcvRXU = __esm({
|
|
6727
|
+
"css-modules:css-modules://SF-XAEn-SDrUbp2Rpg0O-yBJPGsteBoNXqS0WTcvRXU.css"() {
|
|
6734
6728
|
}
|
|
6735
6729
|
});
|
|
6736
6730
|
|
|
6737
|
-
//
|
|
6731
|
+
// tmp_esbuild1765874210295/_src_components_core_DocumentHtml.module.css
|
|
6738
6732
|
var src_components_core_DocumentHtml_default;
|
|
6739
6733
|
var init_src_components_core_DocumentHtml = __esm({
|
|
6740
|
-
"
|
|
6734
|
+
"tmp_esbuild1765874210295/_src_components_core_DocumentHtml.module.css"() {
|
|
6741
6735
|
"use strict";
|
|
6742
|
-
|
|
6743
|
-
src_components_core_DocumentHtml_default = { "document": "vv-
|
|
6736
|
+
init_SF_XAEn_SDrUbp2Rpg0O_yBJPGsteBoNXqS0WTcvRXU();
|
|
6737
|
+
src_components_core_DocumentHtml_default = { "document": "vv-UBF7dG-document" };
|
|
6744
6738
|
}
|
|
6745
6739
|
});
|
|
6746
6740
|
|
|
@@ -6857,19 +6851,19 @@ var init_DocumentHtml2 = __esm({
|
|
|
6857
6851
|
}
|
|
6858
6852
|
});
|
|
6859
6853
|
|
|
6860
|
-
// css-modules:css-modules://
|
|
6861
|
-
var
|
|
6862
|
-
"css-modules:css-modules://
|
|
6854
|
+
// css-modules:css-modules://Jfn7Xb2Gy6QkwDyYLRlOv9dnBojPD0X1rsl7Si3ek5E.css
|
|
6855
|
+
var init_Jfn7Xb2Gy6QkwDyYLRlOv9dnBojPD0X1rsl7Si3ek5E = __esm({
|
|
6856
|
+
"css-modules:css-modules://Jfn7Xb2Gy6QkwDyYLRlOv9dnBojPD0X1rsl7Si3ek5E.css"() {
|
|
6863
6857
|
}
|
|
6864
6858
|
});
|
|
6865
6859
|
|
|
6866
|
-
//
|
|
6860
|
+
// tmp_esbuild1765874210295/_src_components_core_Document.module.css
|
|
6867
6861
|
var src_components_core_Document_default;
|
|
6868
6862
|
var init_src_components_core_Document = __esm({
|
|
6869
|
-
"
|
|
6863
|
+
"tmp_esbuild1765874210295/_src_components_core_Document.module.css"() {
|
|
6870
6864
|
"use strict";
|
|
6871
|
-
|
|
6872
|
-
src_components_core_Document_default = { "divSearch": "vv-
|
|
6865
|
+
init_Jfn7Xb2Gy6QkwDyYLRlOv9dnBojPD0X1rsl7Si3ek5E();
|
|
6866
|
+
src_components_core_Document_default = { "divSearch": "vv-iSgnKq-divSearch", "rootDocument": "vv-iSgnKq-rootDocument" };
|
|
6873
6867
|
}
|
|
6874
6868
|
});
|
|
6875
6869
|
|
|
@@ -6923,17 +6917,17 @@ var init_Document2 = __esm({
|
|
|
6923
6917
|
}
|
|
6924
6918
|
});
|
|
6925
6919
|
|
|
6926
|
-
// css-modules:css-modules://
|
|
6927
|
-
var
|
|
6928
|
-
"css-modules:css-modules://
|
|
6920
|
+
// css-modules:css-modules://KFo69AYPDEXe9B0MwsQ2lTRe-_ikJVdCsOWgJOqFCmc.css
|
|
6921
|
+
var init_KFo69AYPDEXe9B0MwsQ2lTRe_ikJVdCsOWgJOqFCmc = __esm({
|
|
6922
|
+
"css-modules:css-modules://KFo69AYPDEXe9B0MwsQ2lTRe-_ikJVdCsOWgJOqFCmc.css"() {
|
|
6929
6923
|
}
|
|
6930
6924
|
});
|
|
6931
6925
|
|
|
6932
|
-
//
|
|
6926
|
+
// tmp_esbuild1765874210295/_src_styles_Codemirror.module.css
|
|
6933
6927
|
var init_src_styles_Codemirror = __esm({
|
|
6934
|
-
"
|
|
6928
|
+
"tmp_esbuild1765874210295/_src_styles_Codemirror.module.css"() {
|
|
6935
6929
|
"use strict";
|
|
6936
|
-
|
|
6930
|
+
init_KFo69AYPDEXe9B0MwsQ2lTRe_ikJVdCsOWgJOqFCmc();
|
|
6937
6931
|
}
|
|
6938
6932
|
});
|
|
6939
6933
|
|
|
@@ -6945,19 +6939,19 @@ var init_Codemirror = __esm({
|
|
|
6945
6939
|
}
|
|
6946
6940
|
});
|
|
6947
6941
|
|
|
6948
|
-
// css-modules:css-modules://
|
|
6949
|
-
var
|
|
6950
|
-
"css-modules:css-modules://
|
|
6942
|
+
// css-modules:css-modules://xg0Dje-JRjnuOwVbWs7byOkKyBJvfm9BBB4z8vN2Yx0.css
|
|
6943
|
+
var init_xg0Dje_JRjnuOwVbWs7byOkKyBJvfm9BBB4z8vN2Yx0 = __esm({
|
|
6944
|
+
"css-modules:css-modules://xg0Dje-JRjnuOwVbWs7byOkKyBJvfm9BBB4z8vN2Yx0.css"() {
|
|
6951
6945
|
}
|
|
6952
6946
|
});
|
|
6953
6947
|
|
|
6954
|
-
//
|
|
6948
|
+
// tmp_esbuild1765874210295/_src_components_core_viewer_ViewerMd.module.css
|
|
6955
6949
|
var src_components_core_viewer_ViewerMd_default;
|
|
6956
6950
|
var init_src_components_core_viewer_ViewerMd = __esm({
|
|
6957
|
-
"
|
|
6951
|
+
"tmp_esbuild1765874210295/_src_components_core_viewer_ViewerMd.module.css"() {
|
|
6958
6952
|
"use strict";
|
|
6959
|
-
|
|
6960
|
-
src_components_core_viewer_ViewerMd_default = { "
|
|
6953
|
+
init_xg0Dje_JRjnuOwVbWs7byOkKyBJvfm9BBB4z8vN2Yx0();
|
|
6954
|
+
src_components_core_viewer_ViewerMd_default = { "viewerInner": "vv-ihnwJa-viewerInner", "viewer": "vv-ihnwJa-viewer kit-themecss" };
|
|
6961
6955
|
}
|
|
6962
6956
|
});
|
|
6963
6957
|
|
|
@@ -7128,19 +7122,19 @@ var init_usePictureSource = __esm({
|
|
|
7128
7122
|
}
|
|
7129
7123
|
});
|
|
7130
7124
|
|
|
7131
|
-
// css-modules:css-modules://
|
|
7132
|
-
var
|
|
7133
|
-
"css-modules:css-modules://
|
|
7125
|
+
// css-modules:css-modules://0-p39oRmrknOKm4I_SNuZ3nueDEP51WddtkJHcgt8Tc.css
|
|
7126
|
+
var init_p39oRmrknOKm4I_SNuZ3nueDEP51WddtkJHcgt8Tc = __esm({
|
|
7127
|
+
"css-modules:css-modules://0-p39oRmrknOKm4I_SNuZ3nueDEP51WddtkJHcgt8Tc.css"() {
|
|
7134
7128
|
}
|
|
7135
7129
|
});
|
|
7136
7130
|
|
|
7137
|
-
//
|
|
7131
|
+
// tmp_esbuild1765874210295/_src_components_Alert.module.css
|
|
7138
7132
|
var src_components_Alert_default;
|
|
7139
7133
|
var init_src_components_Alert = __esm({
|
|
7140
|
-
"
|
|
7134
|
+
"tmp_esbuild1765874210295/_src_components_Alert.module.css"() {
|
|
7141
7135
|
"use strict";
|
|
7142
|
-
|
|
7143
|
-
src_components_Alert_default = { "
|
|
7136
|
+
init_p39oRmrknOKm4I_SNuZ3nueDEP51WddtkJHcgt8Tc();
|
|
7137
|
+
src_components_Alert_default = { "alert": "vv-gR-XxG-alert", "alertOpenedAnimation": "vv-gR-XxG-alertOpenedAnimation" };
|
|
7144
7138
|
}
|
|
7145
7139
|
});
|
|
7146
7140
|
|
|
@@ -7241,19 +7235,19 @@ var init_EditViewerMd = __esm({
|
|
|
7241
7235
|
}
|
|
7242
7236
|
});
|
|
7243
7237
|
|
|
7244
|
-
// css-modules:css-modules://
|
|
7245
|
-
var
|
|
7246
|
-
"css-modules:css-modules://
|
|
7238
|
+
// css-modules:css-modules://UXtrHjHwkOliIMS46zNcDMT1V7_nyo0NYBaGWZvcnnQ.css
|
|
7239
|
+
var init_UXtrHjHwkOliIMS46zNcDMT1V7_nyo0NYBaGWZvcnnQ = __esm({
|
|
7240
|
+
"css-modules:css-modules://UXtrHjHwkOliIMS46zNcDMT1V7_nyo0NYBaGWZvcnnQ.css"() {
|
|
7247
7241
|
}
|
|
7248
7242
|
});
|
|
7249
7243
|
|
|
7250
|
-
//
|
|
7244
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_EditorView.module.css
|
|
7251
7245
|
var src_components_core_editor_EditorView_default;
|
|
7252
7246
|
var init_src_components_core_editor_EditorView = __esm({
|
|
7253
|
-
"
|
|
7247
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_EditorView.module.css"() {
|
|
7254
7248
|
"use strict";
|
|
7255
|
-
|
|
7256
|
-
src_components_core_editor_EditorView_default = { "
|
|
7249
|
+
init_UXtrHjHwkOliIMS46zNcDMT1V7_nyo0NYBaGWZvcnnQ();
|
|
7250
|
+
src_components_core_editor_EditorView_default = { "fullscreenPrevButton": "vv-6S-ZdG-fullscreenPrevButton vv-6S-ZdG-fullscreenButton", "editorViewContainer": "vv-6S-ZdG-editorViewContainer", "book": "vv-6S-ZdG-book", "fullscreenExitButton": "vv-6S-ZdG-fullscreenExitButton vv-6S-ZdG-fullscreenButton", "bookInner": "vv-6S-ZdG-bookInner", "fullscreenNextButton": "vv-6S-ZdG-fullscreenNextButton vv-6S-ZdG-fullscreenButton", "viewTopBar": "vv-6S-ZdG-viewTopBar", "fullscreenButton": "vv-6S-ZdG-fullscreenButton" };
|
|
7257
7251
|
}
|
|
7258
7252
|
});
|
|
7259
7253
|
|
|
@@ -7380,19 +7374,19 @@ var init_EditorView2 = __esm({
|
|
|
7380
7374
|
}
|
|
7381
7375
|
});
|
|
7382
7376
|
|
|
7383
|
-
// css-modules:css-modules://
|
|
7384
|
-
var
|
|
7385
|
-
"css-modules:css-modules://
|
|
7377
|
+
// css-modules:css-modules://VK4uwyG4xVKgS6tSNK9k8g7VNcaAT1-0ZnA7_QA26k8.css
|
|
7378
|
+
var init_VK4uwyG4xVKgS6tSNK9k8g7VNcaAT1_0ZnA7_QA26k8 = __esm({
|
|
7379
|
+
"css-modules:css-modules://VK4uwyG4xVKgS6tSNK9k8g7VNcaAT1-0ZnA7_QA26k8.css"() {
|
|
7386
7380
|
}
|
|
7387
7381
|
});
|
|
7388
7382
|
|
|
7389
|
-
//
|
|
7383
|
+
// tmp_esbuild1765874210295/_src_components_core_editor_MetadataEditor.module.css
|
|
7390
7384
|
var src_components_core_editor_MetadataEditor_default;
|
|
7391
7385
|
var init_src_components_core_editor_MetadataEditor = __esm({
|
|
7392
|
-
"
|
|
7386
|
+
"tmp_esbuild1765874210295/_src_components_core_editor_MetadataEditor.module.css"() {
|
|
7393
7387
|
"use strict";
|
|
7394
|
-
|
|
7395
|
-
src_components_core_editor_MetadataEditor_default = { "
|
|
7388
|
+
init_VK4uwyG4xVKgS6tSNK9k8g7VNcaAT1_0ZnA7_QA26k8();
|
|
7389
|
+
src_components_core_editor_MetadataEditor_default = { "field": "vv-2KcxOG-field", "body": "vv-2KcxOG-body", "select": "vv-2KcxOG-select", "fieldWrapper": "vv-2KcxOG-fieldWrapper", "uuid": "vv-2KcxOG-uuid", "rnd": "vv-2KcxOG-rnd", "header": "vv-2KcxOG-header" };
|
|
7396
7390
|
}
|
|
7397
7391
|
});
|
|
7398
7392
|
|
|
@@ -7571,19 +7565,19 @@ var init_useScroll = __esm({
|
|
|
7571
7565
|
}
|
|
7572
7566
|
});
|
|
7573
7567
|
|
|
7574
|
-
// css-modules:css-modules://
|
|
7575
|
-
var
|
|
7576
|
-
"css-modules:css-modules://
|
|
7568
|
+
// css-modules:css-modules://AfryawhZi7AS4YmZ6UxkCIHUDH9afANXUsXQakVRFmc.css
|
|
7569
|
+
var init_AfryawhZi7AS4YmZ6UxkCIHUDH9afANXUsXQakVRFmc = __esm({
|
|
7570
|
+
"css-modules:css-modules://AfryawhZi7AS4YmZ6UxkCIHUDH9afANXUsXQakVRFmc.css"() {
|
|
7577
7571
|
}
|
|
7578
7572
|
});
|
|
7579
7573
|
|
|
7580
|
-
//
|
|
7574
|
+
// tmp_esbuild1765874210295/_src_components_lazy_index.editor.module.css
|
|
7581
7575
|
var src_components_lazy_index_editor_default;
|
|
7582
7576
|
var init_src_components_lazy_index_editor = __esm({
|
|
7583
|
-
"
|
|
7577
|
+
"tmp_esbuild1765874210295/_src_components_lazy_index.editor.module.css"() {
|
|
7584
7578
|
"use strict";
|
|
7585
|
-
|
|
7586
|
-
src_components_lazy_index_editor_default = { "
|
|
7579
|
+
init_AfryawhZi7AS4YmZ6UxkCIHUDH9afANXUsXQakVRFmc();
|
|
7580
|
+
src_components_lazy_index_editor_default = { "alert": "vv-Snoy_G-alert", "alertOpenedAnimation": "vv-Snoy_G-alertOpenedAnimation", "stickyBar": "vv-Snoy_G-stickyBar", "pageContainer": "vv-Snoy_G-pageContainer", "button": "vv-Snoy_G-button", "submit": "vv-Snoy_G-submit", "screen": "vv-Snoy_G-screen" };
|
|
7587
7581
|
}
|
|
7588
7582
|
});
|
|
7589
7583
|
|