@particle-academy/fancy-slides 0.1.7 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +156 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -5
- package/dist/index.d.ts +12 -5
- package/dist/index.js +157 -4
- package/dist/index.js.map +1 -1
- package/dist/registry.d.cts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/{types-Bc-psiRF.d.cts → types-B2ecrEAz.d.cts} +4 -0
- package/dist/{types-Bc-psiRF.d.ts → types-B2ecrEAz.d.ts} +4 -0
- package/package.json +1 -1
package/dist/registry.d.cts
CHANGED
package/dist/registry.d.ts
CHANGED
|
@@ -260,6 +260,10 @@ type DeckOp = {
|
|
|
260
260
|
kind: "slide_set_background";
|
|
261
261
|
id: string;
|
|
262
262
|
background?: SlideBackground;
|
|
263
|
+
} | {
|
|
264
|
+
kind: "slide_set_transition";
|
|
265
|
+
id: string;
|
|
266
|
+
transition?: SlideTransition;
|
|
263
267
|
} | {
|
|
264
268
|
kind: "element_add";
|
|
265
269
|
slideId: string;
|
|
@@ -260,6 +260,10 @@ type DeckOp = {
|
|
|
260
260
|
kind: "slide_set_background";
|
|
261
261
|
id: string;
|
|
262
262
|
background?: SlideBackground;
|
|
263
|
+
} | {
|
|
264
|
+
kind: "slide_set_transition";
|
|
265
|
+
id: string;
|
|
266
|
+
transition?: SlideTransition;
|
|
263
267
|
} | {
|
|
264
268
|
kind: "element_add";
|
|
265
269
|
slideId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-academy/fancy-slides",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Presentation editor + web viewer for the fancy UI set — Google-Slides-style deck authoring with a JSON-friendly schema, full keyboard-driven viewer, and an agent bridge so LLMs can compose decks directly.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|