@vanillaskyai/video 0.8.7 → 0.9.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.
Files changed (175) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/PUBLIC-API.md +5 -8
  3. package/dist/{builtin-server-CUYPIDE7.js → builtin-server-HW6HGXCZ.js} +2 -2
  4. package/dist/{catalog-types-BIhSpOWK.d.ts → catalog-types-WTbLP6Jh.d.ts} +5 -1
  5. package/dist/chapter-title-YRLIQY3V.js +7 -0
  6. package/dist/check-runtime.js +6 -15
  7. package/dist/{chunk-2USVB3CY.js → chunk-3ZTEFJIR.js} +285 -178
  8. package/dist/chunk-4YM2M62S.js +13 -0
  9. package/dist/chunk-77VY4O7A.js +390 -0
  10. package/dist/{chunk-MMUXVA47.js → chunk-7M56IUUX.js} +9 -8
  11. package/dist/chunk-7NZOMTAL.js +63 -0
  12. package/dist/{chunk-2DOLF4QN.js → chunk-AUPC6MDK.js} +12 -14
  13. package/dist/{chunk-352ZZCET.js → chunk-EGVQODKU.js} +2 -2
  14. package/dist/chunk-EWWCQFTI.js +18 -0
  15. package/dist/{chunk-MXZSDGZQ.js → chunk-G7IZBBWF.js} +14 -9
  16. package/dist/{chunk-KT3M7KDL.js → chunk-HKUI5BTB.js} +3 -3
  17. package/dist/{chunk-LMG3GHLL.js → chunk-IQMYK5DX.js} +29 -3
  18. package/dist/chunk-LH4BPALA.js +564 -0
  19. package/dist/{chunk-OWBT45EN.js → chunk-MQILEEXC.js} +1 -1
  20. package/dist/chunk-MXEYPK7M.js +552 -0
  21. package/dist/{chunk-AITKH6QT.js → chunk-OR52UMSF.js} +13 -39
  22. package/dist/{chunk-5SLENAJW.js → chunk-PAJ44TFW.js} +1 -2
  23. package/dist/{chunk-L7QGGKJ2.js → chunk-PDQFQIQW.js} +1 -1
  24. package/dist/{chunk-WJ6FLKNC.js → chunk-R3XAOMKP.js} +14 -0
  25. package/dist/{chunk-2OKB27TG.js → chunk-RXTN2CW6.js} +2 -2
  26. package/dist/{chunk-XWWLKRNU.js → chunk-TVIU23OM.js} +38 -49
  27. package/dist/{chunk-224QNWRA.js → chunk-UDIODEDK.js} +1 -5
  28. package/dist/{chunk-3VRMKFM7.js → chunk-ZDJNFA52.js} +11 -24
  29. package/dist/cinema-media-YQHSIFDA.js +11 -0
  30. package/dist/cli.js +18 -9
  31. package/dist/comparison-RZMMHZR2.js +27 -0
  32. package/dist/compose-video-TBFTONUC.js +12 -0
  33. package/dist/editorial-timeline-OZX7OS6G.js +36 -0
  34. package/dist/{events-BQ6z264n.d.ts → events-B4YCc4vc.d.ts} +1 -1
  35. package/dist/focus-cards-TJ72BT7U.js +20 -0
  36. package/dist/index.d.ts +4 -6
  37. package/dist/index.js +3 -7
  38. package/dist/key-figure-GYENXKH3.js +20 -0
  39. package/dist/{kit-tQnCPMOM.d.ts → kit-DrRpdn0p.d.ts} +2 -2
  40. package/dist/mobile-message-UZUPIKHD.js +49 -0
  41. package/dist/{preload-media-LJXWKTWG.js → preload-media-CFTZIMZL.js} +1 -1
  42. package/dist/quote-EW5HQA6H.js +23 -0
  43. package/dist/react.d.ts +21 -11
  44. package/dist/react.js +608 -851
  45. package/dist/scene-video-backdrop-PCTARAAJ.js +7 -0
  46. package/dist/server.d.ts +7 -8
  47. package/dist/server.js +91 -74
  48. package/dist/{system-prompt-RRXIWDDD.js → system-prompt-SYRT5DWM.js} +1 -1
  49. package/dist/template-catalog.d.ts +257 -16
  50. package/dist/template-catalog.js +1 -1
  51. package/dist/templates.d.ts +5 -5
  52. package/dist/test.d.ts +3 -3
  53. package/dist/test.js +18 -18
  54. package/dist/text-stream-LD364KBI.js +9 -0
  55. package/dist/{types-DWFO6qca.d.ts → types-CdBmNTGD.d.ts} +1 -1
  56. package/dist/{types-CEh9eUFu.d.ts → types-DdZw4GRQ.d.ts} +17 -48
  57. package/dist/validate-4OUD2CLX.js +10 -0
  58. package/docs/architecture.md +1 -1
  59. package/docs/concepts.md +1 -1
  60. package/docs/custom-templates.md +13 -28
  61. package/docs/customization.md +11 -59
  62. package/docs/getting-started.md +2 -2
  63. package/docs/immersive-interface.md +3 -4
  64. package/docs/maintainers/cinematic-migration.md +34 -0
  65. package/docs/media-and-audio.md +14 -14
  66. package/docs/motion-and-effects.md +6 -14
  67. package/docs/persistence.md +3 -3
  68. package/docs/production.md +11 -9
  69. package/docs/provider-integration.md +9 -16
  70. package/docs/reference/design-system.html +3 -3
  71. package/docs/reference/protocol.md +14 -4
  72. package/docs/testing.md +1 -1
  73. package/package.json +6 -3
  74. package/registry/items/backgrounds.json +1 -1
  75. package/registry/items/chapterTitle.json +80 -0
  76. package/registry/items/cinemaMedia.json +136 -0
  77. package/registry/items/comparison.json +101 -0
  78. package/registry/items/editorialTimeline.json +105 -0
  79. package/registry/items/focusCards.json +90 -0
  80. package/registry/items/keyFigure.json +97 -0
  81. package/registry/items/mobileMessage.json +153 -0
  82. package/registry/items/quote.json +94 -0
  83. package/registry/items/template-context.json +1 -1
  84. package/registry/items/theme.json +1 -1
  85. package/starters/video-chat/README.md +24 -26
  86. package/starters/video-chat/package.json +1 -1
  87. package/starters/video-chat/providers/video.ts +6 -5
  88. package/starters/video-chat/stock.ts +35 -151
  89. package/styles/fonts/OFL.txt +93 -0
  90. package/styles/fonts/manifest.json +66 -0
  91. package/styles/fonts/roboto-v51-cyrillic-ext.woff2 +0 -0
  92. package/styles/fonts/roboto-v51-cyrillic.woff2 +0 -0
  93. package/styles/fonts/roboto-v51-greek-ext.woff2 +0 -0
  94. package/styles/fonts/roboto-v51-greek.woff2 +0 -0
  95. package/styles/fonts/roboto-v51-latin-ext.woff2 +0 -0
  96. package/styles/fonts/roboto-v51-latin.woff2 +0 -0
  97. package/styles/fonts/roboto-v51-math.woff2 +0 -0
  98. package/styles/fonts/roboto-v51-symbols.woff2 +0 -0
  99. package/styles/fonts/roboto-v51-vietnamese.woff2 +0 -0
  100. package/styles/fonts/roboto.css +91 -0
  101. package/styles/video-chat.css +30 -23
  102. package/dist/bg-confetti-HITCGLGD.js +0 -89
  103. package/dist/bg-emoji-VU4UZYZN.js +0 -150
  104. package/dist/bg-media-L34PDQXJ.js +0 -106
  105. package/dist/brand-message-FUJ4STFO.js +0 -256
  106. package/dist/chart-bar-EGPHJATL.js +0 -310
  107. package/dist/chart-counter-5FFWQNZO.js +0 -306
  108. package/dist/chart-progress-ring-JMXQLMLC.js +0 -302
  109. package/dist/chunk-4UNKZEAT.js +0 -3575
  110. package/dist/chunk-5CDAM24P.js +0 -31
  111. package/dist/chunk-AOWSXU2K.js +0 -18
  112. package/dist/chunk-CJ7F2CE6.js +0 -104
  113. package/dist/chunk-FRN6WKHA.js +0 -185
  114. package/dist/chunk-G5JPHBX7.js +0 -336
  115. package/dist/chunk-L5BTTCZV.js +0 -97
  116. package/dist/chunk-P22HHFDK.js +0 -43
  117. package/dist/chunk-PP3MCPN4.js +0 -1998
  118. package/dist/chunk-QAAO7OAY.js +0 -19
  119. package/dist/chunk-S7HFLYNN.js +0 -35
  120. package/dist/chunk-W3VDIBGR.js +0 -217
  121. package/dist/chunk-XGRA2MUV.js +0 -242
  122. package/dist/chunk-XTOXFMLM.js +0 -105
  123. package/dist/chunk-YJJC4N4D.js +0 -761
  124. package/dist/compose-video-2NFH4DZY.js +0 -13
  125. package/dist/cta-logo-YR7LYUR5.js +0 -212
  126. package/dist/cta-media-DQJBKUO2.js +0 -221
  127. package/dist/incoming-call-54KQ7O5A.js +0 -323
  128. package/dist/infographic-before-after-ROS52GOW.js +0 -460
  129. package/dist/infographic-feature-list-E7MGUDAN.js +0 -272
  130. package/dist/infographic-problem-solution-3S6NGO5N.js +0 -343
  131. package/dist/infographic-stat-row-SYB7AB7H.js +0 -247
  132. package/dist/infographic-steps-KCE6JWE2.js +0 -406
  133. package/dist/prompt-input-MHX4O42G.js +0 -239
  134. package/dist/reaction-SLEGR3BE.js +0 -122
  135. package/dist/scene-video-backdrop-XFPX4O3I.js +0 -10
  136. package/dist/showcase-code-2HLAVKBM.js +0 -357
  137. package/dist/showcase-phone-Q4HEO4LH.js +0 -278
  138. package/dist/showcase-terminal-DL45LUFG.js +0 -312
  139. package/dist/showcase-web-2QZO73FZ.js +0 -396
  140. package/dist/social-conversation-75SD2637.js +0 -695
  141. package/dist/social-milestone-GEFUQSBF.js +0 -296
  142. package/dist/social-notification-FJ5VHVLK.js +0 -247
  143. package/dist/social-review-stack-KXQCKFRP.js +0 -242
  144. package/dist/social-testimonial-JZ7CHC7S.js +0 -287
  145. package/dist/social-tweet-UCDXM25F.js +0 -298
  146. package/dist/text-stream-54LXABJW.js +0 -10
  147. package/dist/validate-T7GBU2YF.js +0 -8
  148. package/registry/items/barChart.json +0 -245
  149. package/registry/items/beforeAfter.json +0 -180
  150. package/registry/items/bigNumber.json +0 -232
  151. package/registry/items/brandMessage.json +0 -164
  152. package/registry/items/cardList.json +0 -214
  153. package/registry/items/chatMessenger.json +0 -151
  154. package/registry/items/chatWhatsapp.json +0 -151
  155. package/registry/items/codeEditor.json +0 -191
  156. package/registry/items/confetti.json +0 -107
  157. package/registry/items/ctaLogo.json +0 -167
  158. package/registry/items/ctaMedia.json +0 -200
  159. package/registry/items/emojiBurst.json +0 -101
  160. package/registry/items/incomingCall.json +0 -177
  161. package/registry/items/media.json +0 -187
  162. package/registry/items/milestone.json +0 -212
  163. package/registry/items/notification.json +0 -189
  164. package/registry/items/phoneMockup.json +0 -261
  165. package/registry/items/problemSolution.json +0 -193
  166. package/registry/items/progressRing.json +0 -206
  167. package/registry/items/promptInput.json +0 -155
  168. package/registry/items/reaction.json +0 -176
  169. package/registry/items/reviewStack.json +0 -231
  170. package/registry/items/steps.json +0 -215
  171. package/registry/items/terminal.json +0 -219
  172. package/registry/items/testimonial.json +0 -171
  173. package/registry/items/tripleStats.json +0 -235
  174. package/registry/items/tweet.json +0 -210
  175. package/registry/items/webMockup.json +0 -280
@@ -1,302 +0,0 @@
1
- import {
2
- getResponsiveFontSize,
3
- stripPipe
4
- } from "./chunk-S7HFLYNN.js";
5
- import {
6
- SceneBackground,
7
- getMediaBackgroundProps
8
- } from "./chunk-MXZSDGZQ.js";
9
- import {
10
- TemplateText
11
- } from "./chunk-YJJC4N4D.js";
12
- import "./chunk-L5BTTCZV.js";
13
- import "./chunk-FRN6WKHA.js";
14
- import {
15
- TOP_TEXT_AREA_RATIO,
16
- withOpacity
17
- } from "./chunk-W3VDIBGR.js";
18
- import {
19
- interpolate
20
- } from "./chunk-XTOXFMLM.js";
21
- import {
22
- hasSceneMedia
23
- } from "./chunk-224QNWRA.js";
24
- import "./chunk-5CDAM24P.js";
25
- import {
26
- TOKEN_DEFAULTS,
27
- resolveTokens
28
- } from "./chunk-XWWLKRNU.js";
29
-
30
- // src/visual-system/primitives/charts/ProgressRing.tsx
31
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
32
- var ProgressRing = ({
33
- progress,
34
- motionProgress = progress,
35
- targetValue,
36
- decimalPlaces,
37
- unit = "%",
38
- chartColor = "#ffffff",
39
- textColor = "#ffffff",
40
- label: rawLabel = "",
41
- font = TOKEN_DEFAULTS.font,
42
- width,
43
- height,
44
- beatIntensity = 0
45
- }) => {
46
- const s = Math.min(width, height) / 1080;
47
- const label = stripPipe(String(rawLabel || ""));
48
- const radius = Math.min(width, height) * 0.2;
49
- const circumference = 2 * Math.PI * radius;
50
- const cx = width / 2;
51
- const cy = height / 2;
52
- const strokeW = 34 * s;
53
- const fillPercent = interpolate(progress, [0.05, 0.75], [0, targetValue], {
54
- extrapolateLeft: "clamp",
55
- extrapolateRight: "clamp"
56
- });
57
- const dashOffset = circumference * (1 - fillPercent / 100);
58
- const targetDecimals = Number.isFinite(decimalPlaces) ? Math.max(0, Math.min(2, Math.trunc(decimalPlaces ?? 0))) : Number.isInteger(targetValue) ? 0 : Math.min(2, (String(targetValue).split(".")[1] || "1").length);
59
- const displayNumber = targetDecimals === 0 ? String(Math.round(fillPercent)) : fillPercent.toFixed(targetDecimals);
60
- const targetDisplayNumber = targetDecimals === 0 ? String(Math.round(targetValue)) : targetValue.toFixed(targetDecimals);
61
- const semanticValueIsTransient = displayNumber !== targetDisplayNumber;
62
- const beatStroke = strokeW + beatIntensity * 4 * s;
63
- const labelFontSize = getResponsiveFontSize(label, width, "subtitle", height) * 1.3;
64
- const labelOpacity = interpolate(motionProgress, [0.35, 0.55], [0, 1], {
65
- extrapolateLeft: "clamp",
66
- extrapolateRight: "clamp"
67
- });
68
- const labelRise = interpolate(motionProgress, [0.35, 0.55], [16 * s, 0], {
69
- extrapolateLeft: "clamp",
70
- extrapolateRight: "clamp"
71
- });
72
- return /* @__PURE__ */ jsxs(Fragment, { children: [
73
- /* @__PURE__ */ jsx(
74
- "div",
75
- {
76
- style: {
77
- position: "absolute",
78
- top: cy - radius * 1.2,
79
- left: cx - radius * 1.2,
80
- width: radius * 2.4,
81
- height: radius * 2.4,
82
- borderRadius: "50%",
83
- background: `radial-gradient(circle at 50% 50%, ${withOpacity(chartColor, 0.08)} 0%, transparent 70%)`,
84
- pointerEvents: "none"
85
- }
86
- }
87
- ),
88
- /* @__PURE__ */ jsxs(
89
- "svg",
90
- {
91
- viewBox: `0 0 ${width} ${height}`,
92
- style: {
93
- position: "absolute",
94
- inset: 0,
95
- width,
96
- height
97
- },
98
- children: [
99
- /* @__PURE__ */ jsx(
100
- "circle",
101
- {
102
- cx,
103
- cy,
104
- r: radius,
105
- fill: "none",
106
- stroke: withOpacity(chartColor, 0.1),
107
- strokeWidth: strokeW
108
- }
109
- ),
110
- /* @__PURE__ */ jsx(
111
- "circle",
112
- {
113
- cx,
114
- cy,
115
- r: radius,
116
- fill: "none",
117
- stroke: chartColor,
118
- strokeWidth: beatStroke,
119
- strokeLinecap: "round",
120
- strokeDasharray: circumference,
121
- strokeDashoffset: dashOffset,
122
- transform: `rotate(-90, ${cx}, ${cy})`,
123
- style: { transition: "none" }
124
- }
125
- )
126
- ]
127
- }
128
- ),
129
- /* @__PURE__ */ jsxs(
130
- "div",
131
- {
132
- "data-transition-semantic": semanticValueIsTransient ? "transient" : void 0,
133
- style: {
134
- position: "absolute",
135
- left: cx - radius,
136
- top: cy - radius,
137
- width: radius * 2,
138
- height: radius * 2,
139
- display: "flex",
140
- alignItems: "center",
141
- justifyContent: "center",
142
- pointerEvents: "none",
143
- ...semanticValueIsTransient ? { visibility: "var(--vanillasky-transition-semantic-visibility,visible)" } : {}
144
- },
145
- children: [
146
- /* @__PURE__ */ jsx(
147
- "span",
148
- {
149
- style: {
150
- fontSize: 120 * s,
151
- fontWeight: 800,
152
- color: textColor,
153
- lineHeight: 1
154
- },
155
- children: displayNumber
156
- }
157
- ),
158
- /* @__PURE__ */ jsx(
159
- "span",
160
- {
161
- style: {
162
- fontSize: 56 * s,
163
- fontWeight: 700,
164
- color: chartColor,
165
- marginLeft: 4 * s
166
- },
167
- children: unit
168
- }
169
- )
170
- ]
171
- }
172
- ),
173
- label && /* @__PURE__ */ jsx(
174
- "div",
175
- {
176
- style: {
177
- position: "absolute",
178
- top: cy + radius + 48 * s,
179
- left: 0,
180
- right: 0,
181
- display: "flex",
182
- justifyContent: "center",
183
- pointerEvents: "none"
184
- },
185
- children: /* @__PURE__ */ jsx(
186
- "div",
187
- {
188
- style: {
189
- fontSize: labelFontSize,
190
- color: withOpacity(textColor, 0.6),
191
- textTransform: "uppercase",
192
- letterSpacing: 2 * s,
193
- textAlign: "center",
194
- maxWidth: "80%",
195
- opacity: labelOpacity,
196
- transform: `translateY(${labelRise}px)`,
197
- fontFamily: font
198
- },
199
- children: label
200
- }
201
- )
202
- }
203
- )
204
- ] });
205
- };
206
-
207
- // src/visual-system/scene-templates/chart-progress-ring.tsx
208
- import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
209
- var ChartProgressRingTemplate = ({
210
- variables,
211
- style,
212
- progress,
213
- motionProgress = progress,
214
- beatIntensity,
215
- width,
216
- height,
217
- safeZone,
218
- sceneDuration,
219
- backgroundEffect,
220
- isPlaying = true
221
- }) => {
222
- const { primary, foreground, font } = resolveTokens(style);
223
- const chartColor = primary;
224
- const textColor = foreground;
225
- const textsRaw = String(variables.texts || "");
226
- const parsedValue = Number(variables.value);
227
- const targetValue = Math.max(0, Math.min(100, Number.isFinite(parsedValue) ? parsedValue : 75));
228
- const parsedDecimalPlaces = Number(variables.decimalPlaces);
229
- const decimalPlaces = Number.isFinite(parsedDecimalPlaces) ? Math.max(0, Math.min(2, Math.trunc(parsedDecimalPlaces))) : void 0;
230
- const unit = String(variables.unit ?? "%");
231
- const label = String(variables.label ?? "");
232
- return /* @__PURE__ */ jsxs2(
233
- "div",
234
- {
235
- style: {
236
- width,
237
- height,
238
- backgroundColor: "var(--vanillasky-template-surface, #000)",
239
- position: "relative",
240
- overflow: "hidden",
241
- fontFamily: font
242
- },
243
- children: [
244
- /* @__PURE__ */ jsx2(
245
- SceneBackground,
246
- {
247
- style,
248
- progress,
249
- sceneDuration,
250
- width,
251
- height,
252
- ...getMediaBackgroundProps(variables),
253
- backgroundEffect,
254
- seed: textsRaw,
255
- isPlaying,
256
- beatIntensity
257
- }
258
- ),
259
- /* @__PURE__ */ jsx2("div", { style: { position: "absolute", top: 0, left: 0, right: 0, height: height * TOP_TEXT_AREA_RATIO, overflow: "visible" }, children: /* @__PURE__ */ jsx2(
260
- TemplateText,
261
- {
262
- overMedia: hasSceneMedia(variables),
263
- motionProgress,
264
- typeTreatment: resolveTokens(style).preset.type,
265
- archetype: "subtle",
266
- text: String(variables.texts ?? ""),
267
- progress,
268
- sceneDuration: sceneDuration ?? 3,
269
- width,
270
- height,
271
- position: "top",
272
- sizeRole: "headline",
273
- safeZone,
274
- font,
275
- color: textColor,
276
- beatIntensity
277
- }
278
- ) }),
279
- /* @__PURE__ */ jsx2(
280
- ProgressRing,
281
- {
282
- progress,
283
- motionProgress,
284
- targetValue,
285
- decimalPlaces,
286
- unit,
287
- chartColor,
288
- textColor,
289
- label,
290
- font,
291
- width,
292
- height,
293
- beatIntensity
294
- }
295
- )
296
- ]
297
- }
298
- );
299
- };
300
- export {
301
- ChartProgressRingTemplate
302
- };