lumina-slides 8.2.0 → 8.2.1
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/README.md +45 -8
- package/dist/api-docs.json +2597 -988
- package/dist/demo.gif +0 -0
- package/dist/layout-embedded.png +0 -0
- package/dist/layout-features.png +0 -0
- package/dist/layout-half.png +0 -0
- package/dist/layout-statement.png +0 -0
- package/dist/layout-steps.png +0 -0
- package/dist/layout-timeline.png +0 -0
- package/package.json +7 -4
package/dist/demo.gif
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lumina-slides",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
|
+
"homepage": "https://pailletjuanpablo.github.io/lumina-slides/",
|
|
4
5
|
"description": "The interface layer for the agentic era. Turn text to UI with declarative JSON.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"files": [
|
|
@@ -25,12 +26,13 @@
|
|
|
25
26
|
"dev": "vite",
|
|
26
27
|
"build": "vite build",
|
|
27
28
|
"build:docs": "vite build -c vite.docs.config.ts",
|
|
28
|
-
"predeploy": "npm run build:docs",
|
|
29
|
+
"predeploy": "npm run docs:generate && npm run build:docs",
|
|
29
30
|
"deploy": "gh-pages -d docs-dist",
|
|
30
31
|
"prepublishOnly": "npm run build",
|
|
31
32
|
"docs:generate": "typedoc --json public/api-docs.json src/index.ts --skipErrorChecking",
|
|
32
33
|
"type-check": "vue-tsc --noEmit",
|
|
33
|
-
"preview": "vite preview"
|
|
34
|
+
"preview": "vite preview",
|
|
35
|
+
"screenshots": "node scripts/screenshot-decks.js"
|
|
34
36
|
},
|
|
35
37
|
"peerDependencies": {
|
|
36
38
|
"vue": "^3.3.0"
|
|
@@ -46,6 +48,7 @@
|
|
|
46
48
|
"autoprefixer": "^10.4.16",
|
|
47
49
|
"gh-pages": "^6.3.0",
|
|
48
50
|
"postcss": "^8.4.31",
|
|
51
|
+
"puppeteer": "^24.34.0",
|
|
49
52
|
"tailwindcss": "^3.3.5",
|
|
50
53
|
"typedoc": "^0.28.15",
|
|
51
54
|
"typescript": "^5.2.2",
|
|
@@ -65,4 +68,4 @@
|
|
|
65
68
|
"url": "https://pailletjp.com"
|
|
66
69
|
},
|
|
67
70
|
"license": "MIT"
|
|
68
|
-
}
|
|
71
|
+
}
|