@lls/vivi 24.29.0 → 24.30.0-18b9c8ac
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/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lls/vivi",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.30.0-18b9c8ac",
|
|
4
4
|
"description": "renderer de page primaire de manuel",
|
|
5
5
|
"author": "",
|
|
6
6
|
"exports": {
|
|
7
|
-
".":
|
|
7
|
+
".": {
|
|
8
|
+
"import": "./lib/index.js",
|
|
9
|
+
"types": "./lib/builttypes/vivi/src/index.d.ts"
|
|
10
|
+
},
|
|
8
11
|
"./vivi.css": "./lib/assets/vivi.css",
|
|
9
12
|
"./clientImports": "./lib/assets/clientImports.js"
|
|
10
13
|
},
|
|
@@ -29,34 +32,34 @@
|
|
|
29
32
|
"@biomejs/biome": "1.9.4",
|
|
30
33
|
"@floating-ui/react": "0.26.24",
|
|
31
34
|
"@happy-dom/global-registrator": "15.11.0",
|
|
32
|
-
"@ladle/react": "5.0
|
|
33
|
-
"@playwright/test": "1.
|
|
34
|
-
"@rive-app/react-canvas": "4.
|
|
35
|
+
"@ladle/react": "5.1.0",
|
|
36
|
+
"@playwright/test": "1.56.0",
|
|
37
|
+
"@rive-app/react-canvas": "4.23.4",
|
|
35
38
|
"@testing-library/react": "16.3.0",
|
|
36
39
|
"@types/axios": "0.14.4",
|
|
37
40
|
"@types/codemirror": "5.60.16",
|
|
38
41
|
"@types/domhandler": "2.4.5",
|
|
39
|
-
"@types/lodash": "4.17.
|
|
42
|
+
"@types/lodash": "4.17.20",
|
|
40
43
|
"@types/node": "22.15.30",
|
|
41
44
|
"@types/react": "18.3.12",
|
|
42
45
|
"@types/react-dom": "18.3.1",
|
|
43
46
|
"@vitejs/plugin-react-swc": "3.10.1",
|
|
44
|
-
"axios": "1.
|
|
47
|
+
"axios": "1.12.2",
|
|
45
48
|
"esbuild": "0.24.0",
|
|
46
49
|
"get-port": "7.1.0",
|
|
47
50
|
"happy-dom": "15.11.0",
|
|
48
51
|
"jsdom": "25.0.1",
|
|
49
52
|
"mockdate": "3.0.5",
|
|
50
|
-
"nock": "14.0.
|
|
53
|
+
"nock": "14.0.10",
|
|
51
54
|
"react": "18.3.1",
|
|
52
55
|
"react-dom": "18.3.1",
|
|
53
56
|
"sharp": "0.33.5",
|
|
54
57
|
"typescript": "5.8.3",
|
|
55
|
-
"vite": "7.
|
|
58
|
+
"vite": "7.1.10",
|
|
56
59
|
"vite-tsconfig-paths": "5.1.4",
|
|
57
|
-
"@lls/lls-kit": "24.
|
|
58
|
-
"@lls/utils": "24.
|
|
59
|
-
"@lls/vitescripts": "24.
|
|
60
|
+
"@lls/lls-kit": "24.30.0-18b9c8ac",
|
|
61
|
+
"@lls/utils": "24.30.0-18b9c8ac",
|
|
62
|
+
"@lls/vitescripts": "24.30.0-18b9c8ac"
|
|
60
63
|
},
|
|
61
64
|
"dependencies": {
|
|
62
65
|
"@dnd-kit/core": "6.3.1",
|
|
@@ -64,10 +67,10 @@
|
|
|
64
67
|
"@dnd-kit/utilities": "3.2.2",
|
|
65
68
|
"codemirror": "5.65.18",
|
|
66
69
|
"html-to-react": "1.7.0",
|
|
67
|
-
"nanoid": "5.1.
|
|
70
|
+
"nanoid": "5.1.6",
|
|
68
71
|
"react-player": "2.16.0",
|
|
69
|
-
"react-select": "5.10.
|
|
70
|
-
"xml-formatter": "3.6.
|
|
72
|
+
"react-select": "5.10.2",
|
|
73
|
+
"xml-formatter": "3.6.7",
|
|
71
74
|
"zustand": "4.5.4"
|
|
72
75
|
},
|
|
73
76
|
"peerDependencies": {
|
|
@@ -95,5 +98,8 @@
|
|
|
95
98
|
"uitest": "pnpm playwright test __tests__/ui",
|
|
96
99
|
"lint": "pnpm biome check --apply src __tests__ stories",
|
|
97
100
|
"stats": "STATS=1 npm run build"
|
|
101
|
+
},
|
|
102
|
+
"imports": {
|
|
103
|
+
"#vivi/*": "./lib/builttypes/vivi/src/*.d.ts"
|
|
98
104
|
}
|
|
99
105
|
}
|