@lofcz/pptist 2.0.5 → 2.0.7
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/embed/agentic-manifest.json +2 -2
- package/dist/embed/pptist-embed.css +1 -1
- package/dist/embed/pptist-embed.js +22811 -16301
- package/dist/types/components/FitText.vue.d.ts +25 -0
- package/dist/types/components/Select.vue.d.ts +3 -3
- package/dist/types/components/Tabs.vue.d.ts +1 -0
- package/dist/types/embed/createController.d.ts +1 -0
- package/dist/types/embed/types.d.ts +2 -0
- package/dist/types/i18n/i18n-types.d.ts +76 -0
- package/docs/EMBED.md +1 -0
- package/package.json +3 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"package": "@lofcz/pptist",
|
|
4
|
-
"packageVersion": "2.0.
|
|
5
|
-
"generatedAt": "2026-06-
|
|
4
|
+
"packageVersion": "2.0.7",
|
|
5
|
+
"generatedAt": "2026-06-01T03:15:10.005Z",
|
|
6
6
|
"summary": "Authoring guidance for the PPTist agentic bridge: the coordinate system, a default design system, per-domain and per-command notes, and reusable slide composition recipes. Pair this with the machine schema (command payload/return types) in the same manifest.",
|
|
7
7
|
"commandCount": 169,
|
|
8
8
|
"designSystem": {
|