@lls/vivi 24.29.0 → 24.30.0-1b29fb7c
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 +7 -0
- package/lib/builttypes/vivi/src/utils/event.d.ts +1 -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 +240 -240
- package/package.json +21 -15
package/lib/index.js
CHANGED
|
@@ -382,19 +382,19 @@ var init_constants = __esm({
|
|
|
382
382
|
}
|
|
383
383
|
});
|
|
384
384
|
|
|
385
|
-
// css-modules:css-modules://
|
|
386
|
-
var
|
|
387
|
-
"css-modules:css-modules://
|
|
385
|
+
// css-modules:css-modules://BhjkYrgMI_sQSVqa1LSRANJ4eCXhbONuVwU3aUWmJAM.css
|
|
386
|
+
var init_BhjkYrgMI_sQSVqa1LSRANJ4eCXhbONuVwU3aUWmJAM = __esm({
|
|
387
|
+
"css-modules:css-modules://BhjkYrgMI_sQSVqa1LSRANJ4eCXhbONuVwU3aUWmJAM.css"() {
|
|
388
388
|
}
|
|
389
389
|
});
|
|
390
390
|
|
|
391
|
-
//
|
|
391
|
+
// tmp_esbuild1760913317649/_src_components_lazy_CodemirrorEditor.browser.module.css
|
|
392
392
|
var src_components_lazy_CodemirrorEditor_browser_default;
|
|
393
393
|
var init_src_components_lazy_CodemirrorEditor_browser = __esm({
|
|
394
|
-
"
|
|
394
|
+
"tmp_esbuild1760913317649/_src_components_lazy_CodemirrorEditor.browser.module.css"() {
|
|
395
395
|
"use strict";
|
|
396
|
-
|
|
397
|
-
src_components_lazy_CodemirrorEditor_browser_default = { "codemirrorWrapper": "vv-
|
|
396
|
+
init_BhjkYrgMI_sQSVqa1LSRANJ4eCXhbONuVwU3aUWmJAM();
|
|
397
|
+
src_components_lazy_CodemirrorEditor_browser_default = { "codemirrorWrapper": "vv-uP4s5a-codemirrorWrapper" };
|
|
398
398
|
}
|
|
399
399
|
});
|
|
400
400
|
|
|
@@ -546,19 +546,19 @@ var init_CodemirrorEditor = __esm({
|
|
|
546
546
|
}
|
|
547
547
|
});
|
|
548
548
|
|
|
549
|
-
// css-modules:css-modules://
|
|
550
|
-
var
|
|
551
|
-
"css-modules:css-modules://
|
|
549
|
+
// css-modules:css-modules://EEP4zMyW8D-Yq6KnipOcIytN0WQcLAJ-fmjfMwnf6gQ.css
|
|
550
|
+
var init_EEP4zMyW8D_Yq6KnipOcIytN0WQcLAJ_fmjfMwnf6gQ = __esm({
|
|
551
|
+
"css-modules:css-modules://EEP4zMyW8D-Yq6KnipOcIytN0WQcLAJ-fmjfMwnf6gQ.css"() {
|
|
552
552
|
}
|
|
553
553
|
});
|
|
554
554
|
|
|
555
|
-
//
|
|
555
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorHeaderModal.module.css
|
|
556
556
|
var src_components_core_editor_EditorHeaderModal_default;
|
|
557
557
|
var init_src_components_core_editor_EditorHeaderModal = __esm({
|
|
558
|
-
"
|
|
558
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorHeaderModal.module.css"() {
|
|
559
559
|
"use strict";
|
|
560
|
-
|
|
561
|
-
src_components_core_editor_EditorHeaderModal_default = { "header": "vv-
|
|
560
|
+
init_EEP4zMyW8D_Yq6KnipOcIytN0WQcLAJ_fmjfMwnf6gQ();
|
|
561
|
+
src_components_core_editor_EditorHeaderModal_default = { "header": "vv--6XlTa-header" };
|
|
562
562
|
}
|
|
563
563
|
});
|
|
564
564
|
|
|
@@ -670,19 +670,19 @@ var init_EditorHeaderModal2 = __esm({
|
|
|
670
670
|
}
|
|
671
671
|
});
|
|
672
672
|
|
|
673
|
-
// css-modules:css-modules://
|
|
674
|
-
var
|
|
675
|
-
"css-modules:css-modules://
|
|
673
|
+
// css-modules:css-modules://h670-tLXP9J9YVKHNo1DEPh0PQ1uKSazXKR2JNouV6M.css
|
|
674
|
+
var init_h670_tLXP9J9YVKHNo1DEPh0PQ1uKSazXKR2JNouV6M = __esm({
|
|
675
|
+
"css-modules:css-modules://h670-tLXP9J9YVKHNo1DEPh0PQ1uKSazXKR2JNouV6M.css"() {
|
|
676
676
|
}
|
|
677
677
|
});
|
|
678
678
|
|
|
679
|
-
//
|
|
679
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorListModal.module.css
|
|
680
680
|
var src_components_core_editor_EditorListModal_default;
|
|
681
681
|
var init_src_components_core_editor_EditorListModal = __esm({
|
|
682
|
-
"
|
|
682
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorListModal.module.css"() {
|
|
683
683
|
"use strict";
|
|
684
|
-
|
|
685
|
-
src_components_core_editor_EditorListModal_default = { "ul": "vv-
|
|
684
|
+
init_h670_tLXP9J9YVKHNo1DEPh0PQ1uKSazXKR2JNouV6M();
|
|
685
|
+
src_components_core_editor_EditorListModal_default = { "ul": "vv-w1BxPa-ul" };
|
|
686
686
|
}
|
|
687
687
|
});
|
|
688
688
|
|
|
@@ -717,19 +717,19 @@ var init_EditorListModal2 = __esm({
|
|
|
717
717
|
}
|
|
718
718
|
});
|
|
719
719
|
|
|
720
|
-
// css-modules:css-modules://
|
|
721
|
-
var
|
|
722
|
-
"css-modules:css-modules://
|
|
720
|
+
// css-modules:css-modules://UmLQn5Q9Pz9Dyjb_O7LfR7cCLKAcyQPOyxl2nDE207Y.css
|
|
721
|
+
var init_UmLQn5Q9Pz9Dyjb_O7LfR7cCLKAcyQPOyxl2nDE207Y = __esm({
|
|
722
|
+
"css-modules:css-modules://UmLQn5Q9Pz9Dyjb_O7LfR7cCLKAcyQPOyxl2nDE207Y.css"() {
|
|
723
723
|
}
|
|
724
724
|
});
|
|
725
725
|
|
|
726
|
-
//
|
|
726
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorMathsModal.module.css
|
|
727
727
|
var src_components_core_editor_EditorMathsModal_default;
|
|
728
728
|
var init_src_components_core_editor_EditorMathsModal = __esm({
|
|
729
|
-
"
|
|
729
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorMathsModal.module.css"() {
|
|
730
730
|
"use strict";
|
|
731
|
-
|
|
732
|
-
src_components_core_editor_EditorMathsModal_default = { "mathsElement": "vv-
|
|
731
|
+
init_UmLQn5Q9Pz9Dyjb_O7LfR7cCLKAcyQPOyxl2nDE207Y();
|
|
732
|
+
src_components_core_editor_EditorMathsModal_default = { "mathsElement": "vv--238VG-mathsElement" };
|
|
733
733
|
}
|
|
734
734
|
});
|
|
735
735
|
|
|
@@ -772,19 +772,19 @@ var init_EditorMathsModal2 = __esm({
|
|
|
772
772
|
}
|
|
773
773
|
});
|
|
774
774
|
|
|
775
|
-
// css-modules:css-modules://
|
|
776
|
-
var
|
|
777
|
-
"css-modules:css-modules://
|
|
775
|
+
// css-modules:css-modules://u208oqX93BW3S8l_8dDa3D_hnI1jJPsIVA6EBpta4Co.css
|
|
776
|
+
var init_u208oqX93BW3S8l_8dDa3D_hnI1jJPsIVA6EBpta4Co = __esm({
|
|
777
|
+
"css-modules:css-modules://u208oqX93BW3S8l_8dDa3D_hnI1jJPsIVA6EBpta4Co.css"() {
|
|
778
778
|
}
|
|
779
779
|
});
|
|
780
780
|
|
|
781
|
-
//
|
|
781
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorOrderedListModal.module.css
|
|
782
782
|
var src_components_core_editor_EditorOrderedListModal_default;
|
|
783
783
|
var init_src_components_core_editor_EditorOrderedListModal = __esm({
|
|
784
|
-
"
|
|
784
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorOrderedListModal.module.css"() {
|
|
785
785
|
"use strict";
|
|
786
|
-
|
|
787
|
-
src_components_core_editor_EditorOrderedListModal_default = { "ol": "vv-
|
|
786
|
+
init_u208oqX93BW3S8l_8dDa3D_hnI1jJPsIVA6EBpta4Co();
|
|
787
|
+
src_components_core_editor_EditorOrderedListModal_default = { "ol": "vv-q9Q7ia-ol" };
|
|
788
788
|
}
|
|
789
789
|
});
|
|
790
790
|
|
|
@@ -841,19 +841,19 @@ var init_EditorOrderedListModal2 = __esm({
|
|
|
841
841
|
}
|
|
842
842
|
});
|
|
843
843
|
|
|
844
|
-
// css-modules:css-modules://
|
|
845
|
-
var
|
|
846
|
-
"css-modules:css-modules://
|
|
844
|
+
// css-modules:css-modules://ak5g1j9TlFb96qB2RYZhKonGHzuir_JRkamgCZxzrtA.css
|
|
845
|
+
var init_ak5g1j9TlFb96qB2RYZhKonGHzuir_JRkamgCZxzrtA = __esm({
|
|
846
|
+
"css-modules:css-modules://ak5g1j9TlFb96qB2RYZhKonGHzuir_JRkamgCZxzrtA.css"() {
|
|
847
847
|
}
|
|
848
848
|
});
|
|
849
849
|
|
|
850
|
-
//
|
|
850
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorQuestionModal.module.css
|
|
851
851
|
var src_components_core_editor_EditorQuestionModal_default;
|
|
852
852
|
var init_src_components_core_editor_EditorQuestionModal = __esm({
|
|
853
|
-
"
|
|
853
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorQuestionModal.module.css"() {
|
|
854
854
|
"use strict";
|
|
855
|
-
|
|
856
|
-
src_components_core_editor_EditorQuestionModal_default = { "question": "vv-
|
|
855
|
+
init_ak5g1j9TlFb96qB2RYZhKonGHzuir_JRkamgCZxzrtA();
|
|
856
|
+
src_components_core_editor_EditorQuestionModal_default = { "question": "vv-zrJIAa-question" };
|
|
857
857
|
}
|
|
858
858
|
});
|
|
859
859
|
|
|
@@ -919,19 +919,19 @@ var init_EditorQuestionModal2 = __esm({
|
|
|
919
919
|
}
|
|
920
920
|
});
|
|
921
921
|
|
|
922
|
-
// css-modules:css-modules
|
|
923
|
-
var
|
|
924
|
-
"css-modules:css-modules
|
|
922
|
+
// css-modules:css-modules://O8X7t-jhietKF-8952FqT0bgwS1SLmBU3hxHwKJ9qio.css
|
|
923
|
+
var init_O8X7t_jhietKF_8952FqT0bgwS1SLmBU3hxHwKJ9qio = __esm({
|
|
924
|
+
"css-modules:css-modules://O8X7t-jhietKF-8952FqT0bgwS1SLmBU3hxHwKJ9qio.css"() {
|
|
925
925
|
}
|
|
926
926
|
});
|
|
927
927
|
|
|
928
|
-
//
|
|
928
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorStampModal.module.css
|
|
929
929
|
var src_components_core_editor_EditorStampModal_default;
|
|
930
930
|
var init_src_components_core_editor_EditorStampModal = __esm({
|
|
931
|
-
"
|
|
931
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorStampModal.module.css"() {
|
|
932
932
|
"use strict";
|
|
933
|
-
|
|
934
|
-
src_components_core_editor_EditorStampModal_default = { "stamp": "vv-
|
|
933
|
+
init_O8X7t_jhietKF_8952FqT0bgwS1SLmBU3hxHwKJ9qio();
|
|
934
|
+
src_components_core_editor_EditorStampModal_default = { "stamp": "vv-QBq27W-stamp" };
|
|
935
935
|
}
|
|
936
936
|
});
|
|
937
937
|
|
|
@@ -993,19 +993,19 @@ var init_table = __esm({
|
|
|
993
993
|
}
|
|
994
994
|
});
|
|
995
995
|
|
|
996
|
-
// css-modules:css-modules://
|
|
997
|
-
var
|
|
998
|
-
"css-modules:css-modules://
|
|
996
|
+
// css-modules:css-modules://qrJfBuD3HtDw1Mjiqf6rHguryoktWO14_QEqsgi8cqw.css
|
|
997
|
+
var init_qrJfBuD3HtDw1Mjiqf6rHguryoktWO14_QEqsgi8cqw = __esm({
|
|
998
|
+
"css-modules:css-modules://qrJfBuD3HtDw1Mjiqf6rHguryoktWO14_QEqsgi8cqw.css"() {
|
|
999
999
|
}
|
|
1000
1000
|
});
|
|
1001
1001
|
|
|
1002
|
-
//
|
|
1002
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorTableModal.module.css
|
|
1003
1003
|
var src_components_core_editor_EditorTableModal_default;
|
|
1004
1004
|
var init_src_components_core_editor_EditorTableModal = __esm({
|
|
1005
|
-
"
|
|
1005
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorTableModal.module.css"() {
|
|
1006
1006
|
"use strict";
|
|
1007
|
-
|
|
1008
|
-
src_components_core_editor_EditorTableModal_default = { "header": "vv-
|
|
1007
|
+
init_qrJfBuD3HtDw1Mjiqf6rHguryoktWO14_QEqsgi8cqw();
|
|
1008
|
+
src_components_core_editor_EditorTableModal_default = { "header": "vv-ASu1Pa-header", "cell": "vv-ASu1Pa-cell", "line": "vv-ASu1Pa-line", "grid": "vv-ASu1Pa-grid" };
|
|
1009
1009
|
}
|
|
1010
1010
|
});
|
|
1011
1011
|
|
|
@@ -1095,19 +1095,19 @@ var init_EditorTableModal2 = __esm({
|
|
|
1095
1095
|
}
|
|
1096
1096
|
});
|
|
1097
1097
|
|
|
1098
|
-
// css-modules:css-modules://
|
|
1099
|
-
var
|
|
1100
|
-
"css-modules:css-modules://
|
|
1098
|
+
// css-modules:css-modules://nn1iZHOVN2vg2_DFxrWItuBBsSBm3e1dyiwNeZuu0qc.css
|
|
1099
|
+
var init_nn1iZHOVN2vg2_DFxrWItuBBsSBm3e1dyiwNeZuu0qc = __esm({
|
|
1100
|
+
"css-modules:css-modules://nn1iZHOVN2vg2_DFxrWItuBBsSBm3e1dyiwNeZuu0qc.css"() {
|
|
1101
1101
|
}
|
|
1102
1102
|
});
|
|
1103
1103
|
|
|
1104
|
-
//
|
|
1104
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorTitleModal.module.css
|
|
1105
1105
|
var src_components_core_editor_EditorTitleModal_default;
|
|
1106
1106
|
var init_src_components_core_editor_EditorTitleModal = __esm({
|
|
1107
|
-
"
|
|
1107
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorTitleModal.module.css"() {
|
|
1108
1108
|
"use strict";
|
|
1109
|
-
|
|
1110
|
-
src_components_core_editor_EditorTitleModal_default = { "
|
|
1109
|
+
init_nn1iZHOVN2vg2_DFxrWItuBBsSBm3e1dyiwNeZuu0qc();
|
|
1110
|
+
src_components_core_editor_EditorTitleModal_default = { "body1": "vv-h9UYRq-body1", "h1": "vv-h9UYRq-h1", "body2": "vv-h9UYRq-body2", "title": "vv-h9UYRq-title", "h2": "vv-h9UYRq-h2", "h3": "vv-h9UYRq-h3", "body3": "vv-h9UYRq-body3", "h4": "vv-h9UYRq-h4" };
|
|
1111
1111
|
}
|
|
1112
1112
|
});
|
|
1113
1113
|
|
|
@@ -1189,19 +1189,19 @@ var init_EditorTitleModal2 = __esm({
|
|
|
1189
1189
|
}
|
|
1190
1190
|
});
|
|
1191
1191
|
|
|
1192
|
-
// css-modules:css-modules://
|
|
1193
|
-
var
|
|
1194
|
-
"css-modules:css-modules://
|
|
1192
|
+
// css-modules:css-modules://rNE-UwWkH62B-HWCbFTAbjte4fiwE-DmysKpeAPoj4s.css
|
|
1193
|
+
var init_rNE_UwWkH62B_HWCbFTAbjte4fiwE_DmysKpeAPoj4s = __esm({
|
|
1194
|
+
"css-modules:css-modules://rNE-UwWkH62B-HWCbFTAbjte4fiwE-DmysKpeAPoj4s.css"() {
|
|
1195
1195
|
}
|
|
1196
1196
|
});
|
|
1197
1197
|
|
|
1198
|
-
//
|
|
1198
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorToolbar.module.css
|
|
1199
1199
|
var src_components_core_editor_EditorToolbar_default;
|
|
1200
1200
|
var init_src_components_core_editor_EditorToolbar = __esm({
|
|
1201
|
-
"
|
|
1201
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorToolbar.module.css"() {
|
|
1202
1202
|
"use strict";
|
|
1203
|
-
|
|
1204
|
-
src_components_core_editor_EditorToolbar_default = { "
|
|
1203
|
+
init_rNE_UwWkH62B_HWCbFTAbjte4fiwE_DmysKpeAPoj4s();
|
|
1204
|
+
src_components_core_editor_EditorToolbar_default = { "span": "vv-ovgb2a-span", "editorToolbar": "vv-ovgb2a-editorToolbar" };
|
|
1205
1205
|
}
|
|
1206
1206
|
});
|
|
1207
1207
|
|
|
@@ -1446,19 +1446,19 @@ ${selectedText}
|
|
|
1446
1446
|
}
|
|
1447
1447
|
});
|
|
1448
1448
|
|
|
1449
|
-
// css-modules:css-modules://
|
|
1450
|
-
var
|
|
1451
|
-
"css-modules:css-modules://
|
|
1449
|
+
// css-modules:css-modules://sqkp_18D7gtJPs4204MD3LYWBd23IUEkLUlFXEQ6hqU.css
|
|
1450
|
+
var init_sqkp_18D7gtJPs4204MD3LYWBd23IUEkLUlFXEQ6hqU = __esm({
|
|
1451
|
+
"css-modules:css-modules://sqkp_18D7gtJPs4204MD3LYWBd23IUEkLUlFXEQ6hqU.css"() {
|
|
1452
1452
|
}
|
|
1453
1453
|
});
|
|
1454
1454
|
|
|
1455
|
-
//
|
|
1455
|
+
// tmp_esbuild1760913317649/_src_hooks_useDragAndResize.module.css
|
|
1456
1456
|
var src_hooks_useDragAndResize_default;
|
|
1457
1457
|
var init_src_hooks_useDragAndResize = __esm({
|
|
1458
|
-
"
|
|
1458
|
+
"tmp_esbuild1760913317649/_src_hooks_useDragAndResize.module.css"() {
|
|
1459
1459
|
"use strict";
|
|
1460
|
-
|
|
1461
|
-
src_hooks_useDragAndResize_default = { "handle": "vv-
|
|
1460
|
+
init_sqkp_18D7gtJPs4204MD3LYWBd23IUEkLUlFXEQ6hqU();
|
|
1461
|
+
src_hooks_useDragAndResize_default = { "handle": "vv-RtQEDG-handle" };
|
|
1462
1462
|
}
|
|
1463
1463
|
});
|
|
1464
1464
|
|
|
@@ -1738,19 +1738,19 @@ var init_useDragAndResize2 = __esm({
|
|
|
1738
1738
|
}
|
|
1739
1739
|
});
|
|
1740
1740
|
|
|
1741
|
-
// css-modules:css-modules://
|
|
1742
|
-
var
|
|
1743
|
-
"css-modules:css-modules://
|
|
1741
|
+
// css-modules:css-modules://2uWyFj1B8U7iUoE2fq2OWD2P5mdH16LvjAhYf-YLmeg.css
|
|
1742
|
+
var init_uWyFj1B8U7iUoE2fq2OWD2P5mdH16LvjAhYf_YLmeg = __esm({
|
|
1743
|
+
"css-modules:css-modules://2uWyFj1B8U7iUoE2fq2OWD2P5mdH16LvjAhYf-YLmeg.css"() {
|
|
1744
1744
|
}
|
|
1745
1745
|
});
|
|
1746
1746
|
|
|
1747
|
-
//
|
|
1747
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_Editor.module.css
|
|
1748
1748
|
var src_components_core_editor_Editor_default;
|
|
1749
1749
|
var init_src_components_core_editor_Editor = __esm({
|
|
1750
|
-
"
|
|
1750
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_Editor.module.css"() {
|
|
1751
1751
|
"use strict";
|
|
1752
|
-
|
|
1753
|
-
src_components_core_editor_Editor_default = { "
|
|
1752
|
+
init_uWyFj1B8U7iUoE2fq2OWD2P5mdH16LvjAhYf_YLmeg();
|
|
1753
|
+
src_components_core_editor_Editor_default = { "wrapper": "vv-UUsjjW-wrapper", "header": "vv-UUsjjW-header", "rnd": "vv-UUsjjW-rnd", "errorBanner": "vv-UUsjjW-errorBanner" };
|
|
1754
1754
|
}
|
|
1755
1755
|
});
|
|
1756
1756
|
|
|
@@ -2022,19 +2022,19 @@ var init_mode = __esm({
|
|
|
2022
2022
|
}
|
|
2023
2023
|
});
|
|
2024
2024
|
|
|
2025
|
-
// css-modules:css-modules://
|
|
2026
|
-
var
|
|
2027
|
-
"css-modules:css-modules://
|
|
2025
|
+
// css-modules:css-modules://eR68Qi8v4SLbrsWKlVQtKArnU2-nxZumrlwC2xA-qJE.css
|
|
2026
|
+
var init_eR68Qi8v4SLbrsWKlVQtKArnU2_nxZumrlwC2xA_qJE = __esm({
|
|
2027
|
+
"css-modules:css-modules://eR68Qi8v4SLbrsWKlVQtKArnU2-nxZumrlwC2xA-qJE.css"() {
|
|
2028
2028
|
}
|
|
2029
2029
|
});
|
|
2030
2030
|
|
|
2031
|
-
//
|
|
2031
|
+
// tmp_esbuild1760913317649/_src_components_core_DocumentToolbar.module.css
|
|
2032
2032
|
var src_components_core_DocumentToolbar_default;
|
|
2033
2033
|
var init_src_components_core_DocumentToolbar = __esm({
|
|
2034
|
-
"
|
|
2034
|
+
"tmp_esbuild1760913317649/_src_components_core_DocumentToolbar.module.css"() {
|
|
2035
2035
|
"use strict";
|
|
2036
|
-
|
|
2037
|
-
src_components_core_DocumentToolbar_default = { "toolbar": "vv-
|
|
2036
|
+
init_eR68Qi8v4SLbrsWKlVQtKArnU2_nxZumrlwC2xA_qJE();
|
|
2037
|
+
src_components_core_DocumentToolbar_default = { "toolbar": "vv-wXMhWq-toolbar", "toggleMenuButton": "vv-wXMhWq-toggleMenuButton", "parentToolbar": "vv-wXMhWq-parentToolbar" };
|
|
2038
2038
|
}
|
|
2039
2039
|
});
|
|
2040
2040
|
|
|
@@ -2091,19 +2091,19 @@ var init_DocumentToolbar2 = __esm({
|
|
|
2091
2091
|
}
|
|
2092
2092
|
});
|
|
2093
2093
|
|
|
2094
|
-
// css-modules:css-modules://
|
|
2095
|
-
var
|
|
2096
|
-
"css-modules:css-modules://
|
|
2094
|
+
// css-modules:css-modules://CoDn2EDDHZ-N9kE4UxF40E1LGZEJ5U8hPb7paX8jg5k.css
|
|
2095
|
+
var init_CoDn2EDDHZ_N9kE4UxF40E1LGZEJ5U8hPb7paX8jg5k = __esm({
|
|
2096
|
+
"css-modules:css-modules://CoDn2EDDHZ-N9kE4UxF40E1LGZEJ5U8hPb7paX8jg5k.css"() {
|
|
2097
2097
|
}
|
|
2098
2098
|
});
|
|
2099
2099
|
|
|
2100
|
-
//
|
|
2100
|
+
// tmp_esbuild1760913317649/_src_components_core_ErrorBoundary.module.css
|
|
2101
2101
|
var src_components_core_ErrorBoundary_default;
|
|
2102
2102
|
var init_src_components_core_ErrorBoundary = __esm({
|
|
2103
|
-
"
|
|
2103
|
+
"tmp_esbuild1760913317649/_src_components_core_ErrorBoundary.module.css"() {
|
|
2104
2104
|
"use strict";
|
|
2105
|
-
|
|
2106
|
-
src_components_core_ErrorBoundary_default = { "errorBoundary": "vv-
|
|
2105
|
+
init_CoDn2EDDHZ_N9kE4UxF40E1LGZEJ5U8hPb7paX8jg5k();
|
|
2106
|
+
src_components_core_ErrorBoundary_default = { "errorBoundary": "vv-iDj7Ha-errorBoundary" };
|
|
2107
2107
|
}
|
|
2108
2108
|
});
|
|
2109
2109
|
|
|
@@ -2256,19 +2256,19 @@ var init_config = __esm({
|
|
|
2256
2256
|
}
|
|
2257
2257
|
});
|
|
2258
2258
|
|
|
2259
|
-
// css-modules:css-modules://
|
|
2260
|
-
var
|
|
2261
|
-
"css-modules:css-modules://
|
|
2259
|
+
// css-modules:css-modules://BJIpkLLGaQ2cGZ5FqGqIkhIRL8MCuvts9R_irhxAgbc.css
|
|
2260
|
+
var init_BJIpkLLGaQ2cGZ5FqGqIkhIRL8MCuvts9R_irhxAgbc = __esm({
|
|
2261
|
+
"css-modules:css-modules://BJIpkLLGaQ2cGZ5FqGqIkhIRL8MCuvts9R_irhxAgbc.css"() {
|
|
2262
2262
|
}
|
|
2263
2263
|
});
|
|
2264
2264
|
|
|
2265
|
-
//
|
|
2265
|
+
// tmp_esbuild1760913317649/_src_components_primarygrid_EditGrid.module.css
|
|
2266
2266
|
var src_components_primarygrid_EditGrid_default;
|
|
2267
2267
|
var init_src_components_primarygrid_EditGrid = __esm({
|
|
2268
|
-
"
|
|
2268
|
+
"tmp_esbuild1760913317649/_src_components_primarygrid_EditGrid.module.css"() {
|
|
2269
2269
|
"use strict";
|
|
2270
|
-
|
|
2271
|
-
src_components_primarygrid_EditGrid_default = { "
|
|
2270
|
+
init_BJIpkLLGaQ2cGZ5FqGqIkhIRL8MCuvts9R_irhxAgbc();
|
|
2271
|
+
src_components_primarygrid_EditGrid_default = { "zone": "vv-omMO0W-zone", "interface": "vv-omMO0W-interface", "interfaceHeader": "vv-omMO0W-interfaceHeader", "docs": "vv-omMO0W-docs", "zonePicture": "vv-omMO0W-zonePicture", "angleValue": "vv-omMO0W-angleValue", "col": "vv-omMO0W-col", "row": "vv-omMO0W-row", "zonePictureInner": "vv-omMO0W-zonePictureInner", "editGrid": "vv-omMO0W-editGrid" };
|
|
2272
2272
|
}
|
|
2273
2273
|
});
|
|
2274
2274
|
|
|
@@ -2280,19 +2280,19 @@ var init_EditGrid = __esm({
|
|
|
2280
2280
|
}
|
|
2281
2281
|
});
|
|
2282
2282
|
|
|
2283
|
-
// css-modules:css-modules://
|
|
2284
|
-
var
|
|
2285
|
-
"css-modules:css-modules://
|
|
2283
|
+
// css-modules:css-modules://P1dKkdpbzLduXtUbc4ynJNP1YQPYk0Zgh7IwH2-IIj8.css
|
|
2284
|
+
var init_P1dKkdpbzLduXtUbc4ynJNP1YQPYk0Zgh7IwH2_IIj8 = __esm({
|
|
2285
|
+
"css-modules:css-modules://P1dKkdpbzLduXtUbc4ynJNP1YQPYk0Zgh7IwH2-IIj8.css"() {
|
|
2286
2286
|
}
|
|
2287
2287
|
});
|
|
2288
2288
|
|
|
2289
|
-
//
|
|
2289
|
+
// tmp_esbuild1760913317649/_src_components_Audio.module.css
|
|
2290
2290
|
var src_components_Audio_default;
|
|
2291
2291
|
var init_src_components_Audio = __esm({
|
|
2292
|
-
"
|
|
2292
|
+
"tmp_esbuild1760913317649/_src_components_Audio.module.css"() {
|
|
2293
2293
|
"use strict";
|
|
2294
|
-
|
|
2295
|
-
src_components_Audio_default = { "
|
|
2294
|
+
init_P1dKkdpbzLduXtUbc4ynJNP1YQPYk0Zgh7IwH2_IIj8();
|
|
2295
|
+
src_components_Audio_default = { "audio": "vv-zSCyHG-audio", "container": "vv-zSCyHG-container" };
|
|
2296
2296
|
}
|
|
2297
2297
|
});
|
|
2298
2298
|
|
|
@@ -2335,19 +2335,19 @@ var init_Audio2 = __esm({
|
|
|
2335
2335
|
}
|
|
2336
2336
|
});
|
|
2337
2337
|
|
|
2338
|
-
// css-modules:css-modules://
|
|
2339
|
-
var
|
|
2340
|
-
"css-modules:css-modules://
|
|
2338
|
+
// css-modules:css-modules://qBFuw2fUngKWbnY01BDbm9yGh5OqjhAMC3iTeosXS10.css
|
|
2339
|
+
var init_qBFuw2fUngKWbnY01BDbm9yGh5OqjhAMC3iTeosXS10 = __esm({
|
|
2340
|
+
"css-modules:css-modules://qBFuw2fUngKWbnY01BDbm9yGh5OqjhAMC3iTeosXS10.css"() {
|
|
2341
2341
|
}
|
|
2342
2342
|
});
|
|
2343
2343
|
|
|
2344
|
-
//
|
|
2344
|
+
// tmp_esbuild1760913317649/_src_components_Rive.module.css
|
|
2345
2345
|
var src_components_Rive_default;
|
|
2346
2346
|
var init_src_components_Rive = __esm({
|
|
2347
|
-
"
|
|
2347
|
+
"tmp_esbuild1760913317649/_src_components_Rive.module.css"() {
|
|
2348
2348
|
"use strict";
|
|
2349
|
-
|
|
2350
|
-
src_components_Rive_default = { "container": "vv-
|
|
2349
|
+
init_qBFuw2fUngKWbnY01BDbm9yGh5OqjhAMC3iTeosXS10();
|
|
2350
|
+
src_components_Rive_default = { "container": "vv-2m0VrG-container" };
|
|
2351
2351
|
}
|
|
2352
2352
|
});
|
|
2353
2353
|
|
|
@@ -2388,19 +2388,19 @@ var init_Rive2 = __esm({
|
|
|
2388
2388
|
}
|
|
2389
2389
|
});
|
|
2390
2390
|
|
|
2391
|
-
// css-modules:css-modules://
|
|
2392
|
-
var
|
|
2393
|
-
"css-modules:css-modules://
|
|
2391
|
+
// css-modules:css-modules://cE6CLnYWcQ4xtyHNxTP8aZTL-FUJ6a1lO5TOhbDbXJM.css
|
|
2392
|
+
var init_cE6CLnYWcQ4xtyHNxTP8aZTL_FUJ6a1lO5TOhbDbXJM = __esm({
|
|
2393
|
+
"css-modules:css-modules://cE6CLnYWcQ4xtyHNxTP8aZTL-FUJ6a1lO5TOhbDbXJM.css"() {
|
|
2394
2394
|
}
|
|
2395
2395
|
});
|
|
2396
2396
|
|
|
2397
|
-
//
|
|
2397
|
+
// tmp_esbuild1760913317649/_src_components_Video.module.css
|
|
2398
2398
|
var src_components_Video_default;
|
|
2399
2399
|
var init_src_components_Video = __esm({
|
|
2400
|
-
"
|
|
2400
|
+
"tmp_esbuild1760913317649/_src_components_Video.module.css"() {
|
|
2401
2401
|
"use strict";
|
|
2402
|
-
|
|
2403
|
-
src_components_Video_default = { "container": "vv-
|
|
2402
|
+
init_cE6CLnYWcQ4xtyHNxTP8aZTL_FUJ6a1lO5TOhbDbXJM();
|
|
2403
|
+
src_components_Video_default = { "container": "vv-JD8t-G-container", "video": "vv-JD8t-G-video" };
|
|
2404
2404
|
}
|
|
2405
2405
|
});
|
|
2406
2406
|
|
|
@@ -2753,19 +2753,19 @@ var init_zoneMaker2 = __esm({
|
|
|
2753
2753
|
}
|
|
2754
2754
|
});
|
|
2755
2755
|
|
|
2756
|
-
// css-modules:css-modules://
|
|
2757
|
-
var
|
|
2758
|
-
"css-modules:css-modules://
|
|
2756
|
+
// css-modules:css-modules://tUp9a7kXIP6FYxGJcElsqwwBPPcyjGbrwQPkO0jM0QE.css
|
|
2757
|
+
var init_tUp9a7kXIP6FYxGJcElsqwwBPPcyjGbrwQPkO0jM0QE = __esm({
|
|
2758
|
+
"css-modules:css-modules://tUp9a7kXIP6FYxGJcElsqwwBPPcyjGbrwQPkO0jM0QE.css"() {
|
|
2759
2759
|
}
|
|
2760
2760
|
});
|
|
2761
2761
|
|
|
2762
|
-
//
|
|
2762
|
+
// tmp_esbuild1760913317649/_src_components_primarygrid_EditZoneModal.module.css
|
|
2763
2763
|
var src_components_primarygrid_EditZoneModal_default;
|
|
2764
2764
|
var init_src_components_primarygrid_EditZoneModal = __esm({
|
|
2765
|
-
"
|
|
2765
|
+
"tmp_esbuild1760913317649/_src_components_primarygrid_EditZoneModal.module.css"() {
|
|
2766
2766
|
"use strict";
|
|
2767
|
-
|
|
2768
|
-
src_components_primarygrid_EditZoneModal_default = { "
|
|
2767
|
+
init_tUp9a7kXIP6FYxGJcElsqwwBPPcyjGbrwQPkO0jM0QE();
|
|
2768
|
+
src_components_primarygrid_EditZoneModal_default = { "zonePicture": "vv-kzOhHq-zonePicture", "properties": "vv-kzOhHq-properties", "contentMdDoc": "vv-kzOhHq-contentMdDoc", "rive": "vv-kzOhHq-rive", "zone": "vv-kzOhHq-zone", "row": "vv-kzOhHq-row", "zoneElements": "vv-kzOhHq-zoneElements", "stickyElementsList": "vv-kzOhHq-stickyElementsList", "col": "vv-kzOhHq-col", "leftButton": "vv-kzOhHq-leftButton", "addZoneButtons": "vv-kzOhHq-addZoneButtons", "mediaContainer": "vv-kzOhHq-mediaContainer", "rightButton": "vv-kzOhHq-rightButton", "zonePictureInner": "vv-kzOhHq-zonePictureInner", "addZone": "vv-kzOhHq-addZone", "zoneElementsList": "vv-kzOhHq-zoneElementsList", "angleValue": "vv-kzOhHq-angleValue" };
|
|
2769
2769
|
}
|
|
2770
2770
|
});
|
|
2771
2771
|
|
|
@@ -2803,19 +2803,19 @@ var init_ZoneCoordinates = __esm({
|
|
|
2803
2803
|
}
|
|
2804
2804
|
});
|
|
2805
2805
|
|
|
2806
|
-
// css-modules:css-modules://
|
|
2807
|
-
var
|
|
2808
|
-
"css-modules:css-modules://
|
|
2806
|
+
// css-modules:css-modules://nJI3N1QkQLtC4X9Pk7Jh7_b-7fjgiwQyfWhNbbecsec.css
|
|
2807
|
+
var init_nJI3N1QkQLtC4X9Pk7Jh7_b_7fjgiwQyfWhNbbecsec = __esm({
|
|
2808
|
+
"css-modules:css-modules://nJI3N1QkQLtC4X9Pk7Jh7_b-7fjgiwQyfWhNbbecsec.css"() {
|
|
2809
2809
|
}
|
|
2810
2810
|
});
|
|
2811
2811
|
|
|
2812
|
-
//
|
|
2812
|
+
// tmp_esbuild1760913317649/_src_components_primarygrid_ZoneMaker.module.css
|
|
2813
2813
|
var src_components_primarygrid_ZoneMaker_default;
|
|
2814
2814
|
var init_src_components_primarygrid_ZoneMaker = __esm({
|
|
2815
|
-
"
|
|
2815
|
+
"tmp_esbuild1760913317649/_src_components_primarygrid_ZoneMaker.module.css"() {
|
|
2816
2816
|
"use strict";
|
|
2817
|
-
|
|
2818
|
-
src_components_primarygrid_ZoneMaker_default = { "
|
|
2817
|
+
init_nJI3N1QkQLtC4X9Pk7Jh7_b_7fjgiwQyfWhNbbecsec();
|
|
2818
|
+
src_components_primarygrid_ZoneMaker_default = { "handle": "vv-96ancW-handle", "pictureZone": "vv-96ancW-pictureZone", "zoneMakeContainer": "vv-96ancW-zoneMakeContainer", "zoneMaker": "vv-96ancW-zoneMaker", "mediaContainer": "vv-96ancW-mediaContainer", "pageDivider": "vv-96ancW-pageDivider", "settingsButton": "vv-96ancW-settingsButton" };
|
|
2819
2819
|
}
|
|
2820
2820
|
});
|
|
2821
2821
|
|
|
@@ -2837,19 +2837,19 @@ var init_url = __esm({
|
|
|
2837
2837
|
}
|
|
2838
2838
|
});
|
|
2839
2839
|
|
|
2840
|
-
// css-modules:css-modules://
|
|
2841
|
-
var
|
|
2842
|
-
"css-modules:css-modules://
|
|
2840
|
+
// css-modules:css-modules://tjjEeCiCG4Gaz4Tf7LKudZFjDS10D-dMu9zN1fDHSuc.css
|
|
2841
|
+
var init_tjjEeCiCG4Gaz4Tf7LKudZFjDS10D_dMu9zN1fDHSuc = __esm({
|
|
2842
|
+
"css-modules:css-modules://tjjEeCiCG4Gaz4Tf7LKudZFjDS10D-dMu9zN1fDHSuc.css"() {
|
|
2843
2843
|
}
|
|
2844
2844
|
});
|
|
2845
2845
|
|
|
2846
|
-
//
|
|
2846
|
+
// tmp_esbuild1760913317649/_src_components_primarygrid_ZoomedPicture.module.css
|
|
2847
2847
|
var src_components_primarygrid_ZoomedPicture_default;
|
|
2848
2848
|
var init_src_components_primarygrid_ZoomedPicture = __esm({
|
|
2849
|
-
"
|
|
2849
|
+
"tmp_esbuild1760913317649/_src_components_primarygrid_ZoomedPicture.module.css"() {
|
|
2850
2850
|
"use strict";
|
|
2851
|
-
|
|
2852
|
-
src_components_primarygrid_ZoomedPicture_default = { "
|
|
2851
|
+
init_tjjEeCiCG4Gaz4Tf7LKudZFjDS10D_dMu9zN1fDHSuc();
|
|
2852
|
+
src_components_primarygrid_ZoomedPicture_default = { "generatedAsset": "vv-IE2Wha-generatedAsset", "placeholder": "vv-IE2Wha-placeholder", "imgPicture": "vv-IE2Wha-imgPicture", "emptyFrame": "vv-IE2Wha-emptyFrame", "zoomedPicture": "vv-IE2Wha-zoomedPicture" };
|
|
2853
2853
|
}
|
|
2854
2854
|
});
|
|
2855
2855
|
|
|
@@ -3537,19 +3537,19 @@ var init_SortableGrid = __esm({
|
|
|
3537
3537
|
}
|
|
3538
3538
|
});
|
|
3539
3539
|
|
|
3540
|
-
// css-modules:css-modules://
|
|
3541
|
-
var
|
|
3542
|
-
"css-modules:css-modules://
|
|
3540
|
+
// css-modules:css-modules://__ysRWGgEK2KEQKfonrH1aBkIhqPE80V6qaWFkcNvME.css
|
|
3541
|
+
var init_ysRWGgEK2KEQKfonrH1aBkIhqPE80V6qaWFkcNvME = __esm({
|
|
3542
|
+
"css-modules:css-modules://__ysRWGgEK2KEQKfonrH1aBkIhqPE80V6qaWFkcNvME.css"() {
|
|
3543
3543
|
}
|
|
3544
3544
|
});
|
|
3545
3545
|
|
|
3546
|
-
//
|
|
3546
|
+
// tmp_esbuild1760913317649/_src_components_primarygrid_sortable_SortableItem.module.css
|
|
3547
3547
|
var src_components_primarygrid_sortable_SortableItem_default;
|
|
3548
3548
|
var init_src_components_primarygrid_sortable_SortableItem = __esm({
|
|
3549
|
-
"
|
|
3549
|
+
"tmp_esbuild1760913317649/_src_components_primarygrid_sortable_SortableItem.module.css"() {
|
|
3550
3550
|
"use strict";
|
|
3551
|
-
|
|
3552
|
-
src_components_primarygrid_sortable_SortableItem_default = { "
|
|
3551
|
+
init_ysRWGgEK2KEQKfonrH1aBkIhqPE80V6qaWFkcNvME();
|
|
3552
|
+
src_components_primarygrid_sortable_SortableItem_default = { "item": "vv-Kvv26q-item", "dragButton": "vv-Kvv26q-dragButton" };
|
|
3553
3553
|
}
|
|
3554
3554
|
});
|
|
3555
3555
|
|
|
@@ -3889,19 +3889,19 @@ var init_EditGrid2 = __esm({
|
|
|
3889
3889
|
}
|
|
3890
3890
|
});
|
|
3891
3891
|
|
|
3892
|
-
// css-modules:css-modules://
|
|
3893
|
-
var
|
|
3894
|
-
"css-modules:css-modules://
|
|
3892
|
+
// css-modules:css-modules://JxwpxVRu4l6BMBzYtZwin_Op9fQPI60YOueUp862LgY.css
|
|
3893
|
+
var init_JxwpxVRu4l6BMBzYtZwin_Op9fQPI60YOueUp862LgY = __esm({
|
|
3894
|
+
"css-modules:css-modules://JxwpxVRu4l6BMBzYtZwin_Op9fQPI60YOueUp862LgY.css"() {
|
|
3895
3895
|
}
|
|
3896
3896
|
});
|
|
3897
3897
|
|
|
3898
|
-
//
|
|
3898
|
+
// tmp_esbuild1760913317649/_src_components_HighlightedArea.module.css
|
|
3899
3899
|
var src_components_HighlightedArea_default;
|
|
3900
3900
|
var init_src_components_HighlightedArea = __esm({
|
|
3901
|
-
"
|
|
3901
|
+
"tmp_esbuild1760913317649/_src_components_HighlightedArea.module.css"() {
|
|
3902
3902
|
"use strict";
|
|
3903
|
-
|
|
3904
|
-
src_components_HighlightedArea_default = { "highlight": "vv-
|
|
3903
|
+
init_JxwpxVRu4l6BMBzYtZwin_Op9fQPI60YOueUp862LgY();
|
|
3904
|
+
src_components_HighlightedArea_default = { "highlight": "vv-hxN2Va-highlight" };
|
|
3905
3905
|
}
|
|
3906
3906
|
});
|
|
3907
3907
|
|
|
@@ -3952,19 +3952,19 @@ var init_HighlightedArea2 = __esm({
|
|
|
3952
3952
|
}
|
|
3953
3953
|
});
|
|
3954
3954
|
|
|
3955
|
-
// css-modules:css-modules://
|
|
3956
|
-
var
|
|
3957
|
-
"css-modules:css-modules://
|
|
3955
|
+
// css-modules:css-modules://fFwogLwhXU1AiIAKskfKULmWQk7p_pqg206DKyn0RjQ.css
|
|
3956
|
+
var init_fFwogLwhXU1AiIAKskfKULmWQk7p_pqg206DKyn0RjQ = __esm({
|
|
3957
|
+
"css-modules:css-modules://fFwogLwhXU1AiIAKskfKULmWQk7p_pqg206DKyn0RjQ.css"() {
|
|
3958
3958
|
}
|
|
3959
3959
|
});
|
|
3960
3960
|
|
|
3961
|
-
//
|
|
3961
|
+
// tmp_esbuild1760913317649/_src_components_primarygrid_FullscreenDocument.module.css
|
|
3962
3962
|
var src_components_primarygrid_FullscreenDocument_default;
|
|
3963
3963
|
var init_src_components_primarygrid_FullscreenDocument = __esm({
|
|
3964
|
-
"
|
|
3964
|
+
"tmp_esbuild1760913317649/_src_components_primarygrid_FullscreenDocument.module.css"() {
|
|
3965
3965
|
"use strict";
|
|
3966
|
-
|
|
3967
|
-
src_components_primarygrid_FullscreenDocument_default = { "
|
|
3966
|
+
init_fFwogLwhXU1AiIAKskfKULmWQk7p_pqg206DKyn0RjQ();
|
|
3967
|
+
src_components_primarygrid_FullscreenDocument_default = { "riveContainer": "vv-MPJD0a-riveContainer", "correctionZone": "vv-MPJD0a-correctionZone", "anyZone": "vv-MPJD0a-anyZone", "zoneContent": "vv-MPJD0a-zoneContent", "actions": "vv-MPJD0a-actions", "switchContent": "vv-MPJD0a-switchContent", "centeredContainer": "vv-MPJD0a-centeredContainer", "mask": "vv-MPJD0a-mask vv-MPJD0a-anyZone", "volumeIcon": "vv-MPJD0a-volumeIcon", "document": "vv-MPJD0a-document" };
|
|
3968
3968
|
}
|
|
3969
3969
|
});
|
|
3970
3970
|
|
|
@@ -3992,7 +3992,7 @@ var init_AudioWord = __esm({
|
|
|
3992
3992
|
gridItem,
|
|
3993
3993
|
zoneVisibilityCounter
|
|
3994
3994
|
}) => {
|
|
3995
|
-
const audioSrc = audioWord.zoneElement.word
|
|
3995
|
+
const audioSrc = audioWord.zoneElement.word?.audio;
|
|
3996
3996
|
const { onPlay, isPlaying } = useAudio({ src: audioSrc });
|
|
3997
3997
|
const onAudioClick = () => {
|
|
3998
3998
|
if (isPlaying) return;
|
|
@@ -6222,19 +6222,19 @@ var init_floating_ui_react = __esm({
|
|
|
6222
6222
|
}
|
|
6223
6223
|
});
|
|
6224
6224
|
|
|
6225
|
-
// css-modules:css-modules://
|
|
6226
|
-
var
|
|
6227
|
-
"css-modules:css-modules://
|
|
6225
|
+
// css-modules:css-modules://r8g7wax59zyoTIpWd-a3f5qgrK5kdKOA1LeRbFmT4Dk.css
|
|
6226
|
+
var init_r8g7wax59zyoTIpWd_a3f5qgrK5kdKOA1LeRbFmT4Dk = __esm({
|
|
6227
|
+
"css-modules:css-modules://r8g7wax59zyoTIpWd-a3f5qgrK5kdKOA1LeRbFmT4Dk.css"() {
|
|
6228
6228
|
}
|
|
6229
6229
|
});
|
|
6230
6230
|
|
|
6231
|
-
//
|
|
6231
|
+
// tmp_esbuild1760913317649/_src_components_ViewImage.module.css
|
|
6232
6232
|
var src_components_ViewImage_default;
|
|
6233
6233
|
var init_src_components_ViewImage = __esm({
|
|
6234
|
-
"
|
|
6234
|
+
"tmp_esbuild1760913317649/_src_components_ViewImage.module.css"() {
|
|
6235
6235
|
"use strict";
|
|
6236
|
-
|
|
6237
|
-
src_components_ViewImage_default = { "
|
|
6236
|
+
init_r8g7wax59zyoTIpWd_a3f5qgrK5kdKOA1LeRbFmT4Dk();
|
|
6237
|
+
src_components_ViewImage_default = { "definition": "vv--7ANSG-definition", "container": "vv--7ANSG-container", "definitionTitle": "vv--7ANSG-definitionTitle", "root": "vv--7ANSG-root", "img": "vv--7ANSG-img", "span": "vv--7ANSG-span" };
|
|
6238
6238
|
}
|
|
6239
6239
|
});
|
|
6240
6240
|
|
|
@@ -6358,7 +6358,7 @@ var init_DefinitionWord = __esm({
|
|
|
6358
6358
|
return /* @__PURE__ */ jsx31(
|
|
6359
6359
|
ViewImage_default,
|
|
6360
6360
|
{
|
|
6361
|
-
word: definitionWord.zoneElement.word,
|
|
6361
|
+
word: definitionWord.zoneElement.word || { id: 0, title: "" },
|
|
6362
6362
|
onShow: () => dispatchAnalyticsEvent3(ANALYTICS_LINK_CLICKED3, {
|
|
6363
6363
|
featureName: "subzone|word-definition",
|
|
6364
6364
|
resourceId: [pageId ? `${pageId}|${docId}` : ""],
|
|
@@ -6400,7 +6400,7 @@ var init_PicWord = __esm({
|
|
|
6400
6400
|
}) => /* @__PURE__ */ jsx32(
|
|
6401
6401
|
ViewImage_default,
|
|
6402
6402
|
{
|
|
6403
|
-
word: picWord.zoneElement.word,
|
|
6403
|
+
word: picWord.zoneElement.word || { id: 0, title: "" },
|
|
6404
6404
|
onShow: () => dispatchAnalyticsEvent4(ANALYTICS_LINK_CLICKED4, {
|
|
6405
6405
|
featureName: "subzone|word-image",
|
|
6406
6406
|
resourceId: [pageId ? `${pageId}|${docId}` : ""],
|
|
@@ -6640,19 +6640,19 @@ var init_FullscreenDocument2 = __esm({
|
|
|
6640
6640
|
}
|
|
6641
6641
|
});
|
|
6642
6642
|
|
|
6643
|
-
// css-modules:css-modules://
|
|
6644
|
-
var
|
|
6645
|
-
"css-modules:css-modules://
|
|
6643
|
+
// css-modules:css-modules://KQ5R6Y-SH9PLknX8ZFHc92qvtAgh85Dr3fylvVawZws.css
|
|
6644
|
+
var init_KQ5R6Y_SH9PLknX8ZFHc92qvtAgh85Dr3fylvVawZws = __esm({
|
|
6645
|
+
"css-modules:css-modules://KQ5R6Y-SH9PLknX8ZFHc92qvtAgh85Dr3fylvVawZws.css"() {
|
|
6646
6646
|
}
|
|
6647
6647
|
});
|
|
6648
6648
|
|
|
6649
|
-
//
|
|
6649
|
+
// tmp_esbuild1760913317649/_src_components_primarygrid_ViewGrid.module.css
|
|
6650
6650
|
var src_components_primarygrid_ViewGrid_default;
|
|
6651
6651
|
var init_src_components_primarygrid_ViewGrid = __esm({
|
|
6652
|
-
"
|
|
6652
|
+
"tmp_esbuild1760913317649/_src_components_primarygrid_ViewGrid.module.css"() {
|
|
6653
6653
|
"use strict";
|
|
6654
|
-
|
|
6655
|
-
src_components_primarygrid_ViewGrid_default = { "
|
|
6654
|
+
init_KQ5R6Y_SH9PLknX8ZFHc92qvtAgh85Dr3fylvVawZws();
|
|
6655
|
+
src_components_primarygrid_ViewGrid_default = { "content": "vv-FKRxWq-content", "pageDivider": "vv-FKRxWq-pageDivider", "pictureZone": "vv-FKRxWq-pictureZone", "viewGrid": "vv-FKRxWq-viewGrid" };
|
|
6656
6656
|
}
|
|
6657
6657
|
});
|
|
6658
6658
|
|
|
@@ -6738,19 +6738,19 @@ var init_Grid = __esm({
|
|
|
6738
6738
|
}
|
|
6739
6739
|
});
|
|
6740
6740
|
|
|
6741
|
-
// css-modules:css-modules://
|
|
6742
|
-
var
|
|
6743
|
-
"css-modules:css-modules://
|
|
6741
|
+
// css-modules:css-modules://5KWaD7U8bj1XVSq-dP3d3SdYi5l1zF6Psup4vjN1-8s.css
|
|
6742
|
+
var init_KWaD7U8bj1XVSq_dP3d3SdYi5l1zF6Psup4vjN1_8s = __esm({
|
|
6743
|
+
"css-modules:css-modules://5KWaD7U8bj1XVSq-dP3d3SdYi5l1zF6Psup4vjN1-8s.css"() {
|
|
6744
6744
|
}
|
|
6745
6745
|
});
|
|
6746
6746
|
|
|
6747
|
-
//
|
|
6747
|
+
// tmp_esbuild1760913317649/_src_components_core_DocumentHtml.module.css
|
|
6748
6748
|
var src_components_core_DocumentHtml_default;
|
|
6749
6749
|
var init_src_components_core_DocumentHtml = __esm({
|
|
6750
|
-
"
|
|
6750
|
+
"tmp_esbuild1760913317649/_src_components_core_DocumentHtml.module.css"() {
|
|
6751
6751
|
"use strict";
|
|
6752
|
-
|
|
6753
|
-
src_components_core_DocumentHtml_default = { "document": "vv-
|
|
6752
|
+
init_KWaD7U8bj1XVSq_dP3d3SdYi5l1zF6Psup4vjN1_8s();
|
|
6753
|
+
src_components_core_DocumentHtml_default = { "document": "vv-FSj4Eq-document" };
|
|
6754
6754
|
}
|
|
6755
6755
|
});
|
|
6756
6756
|
|
|
@@ -6867,19 +6867,19 @@ var init_DocumentHtml2 = __esm({
|
|
|
6867
6867
|
}
|
|
6868
6868
|
});
|
|
6869
6869
|
|
|
6870
|
-
// css-modules:css-modules://
|
|
6871
|
-
var
|
|
6872
|
-
"css-modules:css-modules://
|
|
6870
|
+
// css-modules:css-modules://25b2fUC0evpbYorM48VCb7q_hhpeG_7w6wcG_gclxyc.css
|
|
6871
|
+
var init_b2fUC0evpbYorM48VCb7q_hhpeG_7w6wcG_gclxyc = __esm({
|
|
6872
|
+
"css-modules:css-modules://25b2fUC0evpbYorM48VCb7q_hhpeG_7w6wcG_gclxyc.css"() {
|
|
6873
6873
|
}
|
|
6874
6874
|
});
|
|
6875
6875
|
|
|
6876
|
-
//
|
|
6876
|
+
// tmp_esbuild1760913317649/_src_components_core_Document.module.css
|
|
6877
6877
|
var src_components_core_Document_default;
|
|
6878
6878
|
var init_src_components_core_Document = __esm({
|
|
6879
|
-
"
|
|
6879
|
+
"tmp_esbuild1760913317649/_src_components_core_Document.module.css"() {
|
|
6880
6880
|
"use strict";
|
|
6881
|
-
|
|
6882
|
-
src_components_core_Document_default = { "
|
|
6881
|
+
init_b2fUC0evpbYorM48VCb7q_hhpeG_7w6wcG_gclxyc();
|
|
6882
|
+
src_components_core_Document_default = { "rootDocument": "vv-g8I97G-rootDocument", "divSearch": "vv-g8I97G-divSearch" };
|
|
6883
6883
|
}
|
|
6884
6884
|
});
|
|
6885
6885
|
|
|
@@ -6933,17 +6933,17 @@ var init_Document2 = __esm({
|
|
|
6933
6933
|
}
|
|
6934
6934
|
});
|
|
6935
6935
|
|
|
6936
|
-
// css-modules:css-modules://
|
|
6937
|
-
var
|
|
6938
|
-
"css-modules:css-modules://
|
|
6936
|
+
// css-modules:css-modules://n7jldxZWtY6qErmw9rSZLyXARff9ldDHgBeMMqJBAdU.css
|
|
6937
|
+
var init_n7jldxZWtY6qErmw9rSZLyXARff9ldDHgBeMMqJBAdU = __esm({
|
|
6938
|
+
"css-modules:css-modules://n7jldxZWtY6qErmw9rSZLyXARff9ldDHgBeMMqJBAdU.css"() {
|
|
6939
6939
|
}
|
|
6940
6940
|
});
|
|
6941
6941
|
|
|
6942
|
-
//
|
|
6942
|
+
// tmp_esbuild1760913317649/_src_styles_Codemirror.module.css
|
|
6943
6943
|
var init_src_styles_Codemirror = __esm({
|
|
6944
|
-
"
|
|
6944
|
+
"tmp_esbuild1760913317649/_src_styles_Codemirror.module.css"() {
|
|
6945
6945
|
"use strict";
|
|
6946
|
-
|
|
6946
|
+
init_n7jldxZWtY6qErmw9rSZLyXARff9ldDHgBeMMqJBAdU();
|
|
6947
6947
|
}
|
|
6948
6948
|
});
|
|
6949
6949
|
|
|
@@ -6955,19 +6955,19 @@ var init_Codemirror = __esm({
|
|
|
6955
6955
|
}
|
|
6956
6956
|
});
|
|
6957
6957
|
|
|
6958
|
-
// css-modules:css-modules://
|
|
6959
|
-
var
|
|
6960
|
-
"css-modules:css-modules://
|
|
6958
|
+
// css-modules:css-modules://mQBqleJCsCWDphnRwrzjgVMSyh9D-jCuEd2izUDkEGM.css
|
|
6959
|
+
var init_mQBqleJCsCWDphnRwrzjgVMSyh9D_jCuEd2izUDkEGM = __esm({
|
|
6960
|
+
"css-modules:css-modules://mQBqleJCsCWDphnRwrzjgVMSyh9D-jCuEd2izUDkEGM.css"() {
|
|
6961
6961
|
}
|
|
6962
6962
|
});
|
|
6963
6963
|
|
|
6964
|
-
//
|
|
6964
|
+
// tmp_esbuild1760913317649/_src_components_core_viewer_ViewerMd.module.css
|
|
6965
6965
|
var src_components_core_viewer_ViewerMd_default;
|
|
6966
6966
|
var init_src_components_core_viewer_ViewerMd = __esm({
|
|
6967
|
-
"
|
|
6967
|
+
"tmp_esbuild1760913317649/_src_components_core_viewer_ViewerMd.module.css"() {
|
|
6968
6968
|
"use strict";
|
|
6969
|
-
|
|
6970
|
-
src_components_core_viewer_ViewerMd_default = { "
|
|
6969
|
+
init_mQBqleJCsCWDphnRwrzjgVMSyh9D_jCuEd2izUDkEGM();
|
|
6970
|
+
src_components_core_viewer_ViewerMd_default = { "viewer": "vv-hknz1a-viewer kit-themecss", "viewerInner": "vv-hknz1a-viewerInner" };
|
|
6971
6971
|
}
|
|
6972
6972
|
});
|
|
6973
6973
|
|
|
@@ -7138,19 +7138,19 @@ var init_usePictureSource = __esm({
|
|
|
7138
7138
|
}
|
|
7139
7139
|
});
|
|
7140
7140
|
|
|
7141
|
-
// css-modules:css-modules://
|
|
7142
|
-
var
|
|
7143
|
-
"css-modules:css-modules://
|
|
7141
|
+
// css-modules:css-modules://hji3c58xPKEeoy1nvkdLLSLN36nsmtB2fQMadw1jFoU.css
|
|
7142
|
+
var init_hji3c58xPKEeoy1nvkdLLSLN36nsmtB2fQMadw1jFoU = __esm({
|
|
7143
|
+
"css-modules:css-modules://hji3c58xPKEeoy1nvkdLLSLN36nsmtB2fQMadw1jFoU.css"() {
|
|
7144
7144
|
}
|
|
7145
7145
|
});
|
|
7146
7146
|
|
|
7147
|
-
//
|
|
7147
|
+
// tmp_esbuild1760913317649/_src_components_Alert.module.css
|
|
7148
7148
|
var src_components_Alert_default;
|
|
7149
7149
|
var init_src_components_Alert = __esm({
|
|
7150
|
-
"
|
|
7150
|
+
"tmp_esbuild1760913317649/_src_components_Alert.module.css"() {
|
|
7151
7151
|
"use strict";
|
|
7152
|
-
|
|
7153
|
-
src_components_Alert_default = { "alert": "vv-
|
|
7152
|
+
init_hji3c58xPKEeoy1nvkdLLSLN36nsmtB2fQMadw1jFoU();
|
|
7153
|
+
src_components_Alert_default = { "alert": "vv-Hxq-qq-alert", "alertOpenedAnimation": "vv-Hxq-qq-alertOpenedAnimation" };
|
|
7154
7154
|
}
|
|
7155
7155
|
});
|
|
7156
7156
|
|
|
@@ -7251,19 +7251,19 @@ var init_EditViewerMd = __esm({
|
|
|
7251
7251
|
}
|
|
7252
7252
|
});
|
|
7253
7253
|
|
|
7254
|
-
// css-modules:css-modules://
|
|
7255
|
-
var
|
|
7256
|
-
"css-modules:css-modules://
|
|
7254
|
+
// css-modules:css-modules://Y2a0awXxQexVbSLf7X59SJY2hMukcArDjTIthVWG2b8.css
|
|
7255
|
+
var init_Y2a0awXxQexVbSLf7X59SJY2hMukcArDjTIthVWG2b8 = __esm({
|
|
7256
|
+
"css-modules:css-modules://Y2a0awXxQexVbSLf7X59SJY2hMukcArDjTIthVWG2b8.css"() {
|
|
7257
7257
|
}
|
|
7258
7258
|
});
|
|
7259
7259
|
|
|
7260
|
-
//
|
|
7260
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_EditorView.module.css
|
|
7261
7261
|
var src_components_core_editor_EditorView_default;
|
|
7262
7262
|
var init_src_components_core_editor_EditorView = __esm({
|
|
7263
|
-
"
|
|
7263
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_EditorView.module.css"() {
|
|
7264
7264
|
"use strict";
|
|
7265
|
-
|
|
7266
|
-
src_components_core_editor_EditorView_default = { "
|
|
7265
|
+
init_Y2a0awXxQexVbSLf7X59SJY2hMukcArDjTIthVWG2b8();
|
|
7266
|
+
src_components_core_editor_EditorView_default = { "viewTopBar": "vv-mGLV0G-viewTopBar", "book": "vv-mGLV0G-book", "fullscreenPrevButton": "vv-mGLV0G-fullscreenPrevButton vv-mGLV0G-fullscreenButton", "fullscreenNextButton": "vv-mGLV0G-fullscreenNextButton vv-mGLV0G-fullscreenButton", "editorViewContainer": "vv-mGLV0G-editorViewContainer", "fullscreenExitButton": "vv-mGLV0G-fullscreenExitButton vv-mGLV0G-fullscreenButton", "bookInner": "vv-mGLV0G-bookInner", "fullscreenButton": "vv-mGLV0G-fullscreenButton" };
|
|
7267
7267
|
}
|
|
7268
7268
|
});
|
|
7269
7269
|
|
|
@@ -7390,19 +7390,19 @@ var init_EditorView2 = __esm({
|
|
|
7390
7390
|
}
|
|
7391
7391
|
});
|
|
7392
7392
|
|
|
7393
|
-
// css-modules:css-modules://
|
|
7394
|
-
var
|
|
7395
|
-
"css-modules:css-modules://
|
|
7393
|
+
// css-modules:css-modules://XWw5sPyxC6vgX9cnec6bceuaNtgwCagRQH4px_JQtUM.css
|
|
7394
|
+
var init_XWw5sPyxC6vgX9cnec6bceuaNtgwCagRQH4px_JQtUM = __esm({
|
|
7395
|
+
"css-modules:css-modules://XWw5sPyxC6vgX9cnec6bceuaNtgwCagRQH4px_JQtUM.css"() {
|
|
7396
7396
|
}
|
|
7397
7397
|
});
|
|
7398
7398
|
|
|
7399
|
-
//
|
|
7399
|
+
// tmp_esbuild1760913317649/_src_components_core_editor_MetadataEditor.module.css
|
|
7400
7400
|
var src_components_core_editor_MetadataEditor_default;
|
|
7401
7401
|
var init_src_components_core_editor_MetadataEditor = __esm({
|
|
7402
|
-
"
|
|
7402
|
+
"tmp_esbuild1760913317649/_src_components_core_editor_MetadataEditor.module.css"() {
|
|
7403
7403
|
"use strict";
|
|
7404
|
-
|
|
7405
|
-
src_components_core_editor_MetadataEditor_default = { "
|
|
7404
|
+
init_XWw5sPyxC6vgX9cnec6bceuaNtgwCagRQH4px_JQtUM();
|
|
7405
|
+
src_components_core_editor_MetadataEditor_default = { "field": "vv-J5AaCW-field", "header": "vv-J5AaCW-header", "fieldWrapper": "vv-J5AaCW-fieldWrapper", "select": "vv-J5AaCW-select", "body": "vv-J5AaCW-body", "uuid": "vv-J5AaCW-uuid", "rnd": "vv-J5AaCW-rnd" };
|
|
7406
7406
|
}
|
|
7407
7407
|
});
|
|
7408
7408
|
|
|
@@ -7581,19 +7581,19 @@ var init_useScroll = __esm({
|
|
|
7581
7581
|
}
|
|
7582
7582
|
});
|
|
7583
7583
|
|
|
7584
|
-
// css-modules:css-modules://
|
|
7585
|
-
var
|
|
7586
|
-
"css-modules:css-modules://
|
|
7584
|
+
// css-modules:css-modules://crbXadlsNpyFQWDdekSxyYmeFmLEb-kg3mlyXxFM_Xw.css
|
|
7585
|
+
var init_crbXadlsNpyFQWDdekSxyYmeFmLEb_kg3mlyXxFM_Xw = __esm({
|
|
7586
|
+
"css-modules:css-modules://crbXadlsNpyFQWDdekSxyYmeFmLEb-kg3mlyXxFM_Xw.css"() {
|
|
7587
7587
|
}
|
|
7588
7588
|
});
|
|
7589
7589
|
|
|
7590
|
-
//
|
|
7590
|
+
// tmp_esbuild1760913317649/_src_components_lazy_index.editor.module.css
|
|
7591
7591
|
var src_components_lazy_index_editor_default;
|
|
7592
7592
|
var init_src_components_lazy_index_editor = __esm({
|
|
7593
|
-
"
|
|
7593
|
+
"tmp_esbuild1760913317649/_src_components_lazy_index.editor.module.css"() {
|
|
7594
7594
|
"use strict";
|
|
7595
|
-
|
|
7596
|
-
src_components_lazy_index_editor_default = { "
|
|
7595
|
+
init_crbXadlsNpyFQWDdekSxyYmeFmLEb_kg3mlyXxFM_Xw();
|
|
7596
|
+
src_components_lazy_index_editor_default = { "alertOpenedAnimation": "vv-8OGIWG-alertOpenedAnimation", "submit": "vv-8OGIWG-submit", "button": "vv-8OGIWG-button", "screen": "vv-8OGIWG-screen", "alert": "vv-8OGIWG-alert", "stickyBar": "vv-8OGIWG-stickyBar", "pageContainer": "vv-8OGIWG-pageContainer" };
|
|
7597
7597
|
}
|
|
7598
7598
|
});
|
|
7599
7599
|
|