@velumo/theme-show-engine 0.1.0-beta.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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fonts.generated.js","sourceRoot":"","sources":["../src/fonts.generated.ts"],"names":[],"mappings":"AAKA,MAAM,CAAC,MAAM,eAAe,GAA6B;IACvD;QACE,MAAM,EAAE,YAAY;QACpB,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,QAAQ;QACf,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,i9jBAAi9jB;KAC19jB;IACD;QACE,MAAM,EAAE,OAAO;QACf,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,QAAQ;QACf,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,y19BAAy19B;KACl29B;IACD;QACE,MAAM,EAAE,OAAO;QACf,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,QAAQ;QACf,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,qo/BAAqo/B;KAC9o/B;IACD;QACE,MAAM,EAAE,OAAO;QACf,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,QAAQ;QACf,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,q3/BAAq3/B;KAC93/B;IACD;QACE,MAAM,EAAE,OAAO;QACf,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,QAAQ;QACf,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,qv/BAAqv/B;KAC9v/B;IACD;QACE,MAAM,EAAE,gBAAgB;QACxB,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,QAAQ;QACf,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,yl3BAAyl3B;KAClm3B;IACD;QACE,MAAM,EAAE,gBAAgB;QACxB,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,QAAQ;QACf,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,i94BAAi94B;KAC194B;IACD;QACE,MAAM,EAAE,gBAAgB;QACxB,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,QAAQ;QACf,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,qj5BAAqj5B;KAC9j5B;CACF,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { Theme } from "@velumo/core";
2
+ export declare const showEngineThemeId: "show-engine";
3
+ export type ShowEngineThemeId = typeof showEngineThemeId;
4
+ /**
5
+ * Theme-root-scoped CSS for what tokens cannot express, injected by the DOM
6
+ * renderer at mount (deduped per theme id). The palette flows through
7
+ * `--velumo-*` variables (emitted by the renderer and consumed by the
8
+ * default-theme CSS rules); this string adds what those cannot: it pins the
9
+ * deck-root background to the theme background, lays an additive ambient glow
10
+ * over each slide/spatial viewport, and raises layout/world content above it.
11
+ * Every rule is scoped to `[data-velumo-theme="show-engine"]` so it stays
12
+ * inert if multiple themes coexist on one page. The fonts the typography tokens
13
+ * name (Bebas Neue / Inter / JetBrains Mono) ship as self-contained woff2
14
+ * data-URIs in `theme.fonts` (see `fonts.generated.ts`); the DOM renderer
15
+ * compiles them to `@font-face` and injects them on every surface.
16
+ */
17
+ export declare const showEngineThemeCss: string;
18
+ export declare const showEngineTheme: Theme;
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAG1C,eAAO,MAAM,iBAAiB,EAAG,aAAsB,CAAC;AACxD,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AAEzD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,kBAAkB,QAscvB,CAAC;AAET,eAAO,MAAM,eAAe,EAAE,KA2E7B,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,547 @@
1
+ import { showEngineFonts } from "./fonts.generated.js";
2
+ export const showEngineThemeId = "show-engine";
3
+ /**
4
+ * Theme-root-scoped CSS for what tokens cannot express, injected by the DOM
5
+ * renderer at mount (deduped per theme id). The palette flows through
6
+ * `--velumo-*` variables (emitted by the renderer and consumed by the
7
+ * default-theme CSS rules); this string adds what those cannot: it pins the
8
+ * deck-root background to the theme background, lays an additive ambient glow
9
+ * over each slide/spatial viewport, and raises layout/world content above it.
10
+ * Every rule is scoped to `[data-velumo-theme="show-engine"]` so it stays
11
+ * inert if multiple themes coexist on one page. The fonts the typography tokens
12
+ * name (Bebas Neue / Inter / JetBrains Mono) ship as self-contained woff2
13
+ * data-URIs in `theme.fonts` (see `fonts.generated.ts`); the DOM renderer
14
+ * compiles them to `@font-face` and injects them on every surface.
15
+ */
16
+ export const showEngineThemeCss = `
17
+ [data-velumo-renderer="dom"][data-velumo-theme="show-engine"],
18
+ [data-velumo-renderer="dom"] [data-velumo-theme="show-engine"] {
19
+ background: var(--velumo-color-background, #020203);
20
+ }
21
+
22
+ [data-velumo-renderer="dom"][data-velumo-theme="show-engine"] [data-velumo-slide-id]::before,
23
+ [data-velumo-renderer="dom"] [data-velumo-theme="show-engine"] [data-velumo-slide-id]::before,
24
+ [data-velumo-renderer="dom"][data-velumo-theme="show-engine"] [data-velumo-spatial="viewport"]::before,
25
+ [data-velumo-renderer="dom"] [data-velumo-theme="show-engine"] [data-velumo-spatial="viewport"]::before {
26
+ content: "";
27
+ position: absolute;
28
+ inset: 0;
29
+ z-index: 0;
30
+ pointer-events: none;
31
+ opacity: var(--velumo-ambient-strength, 0.55);
32
+ background:
33
+ radial-gradient(72% 56% at 50% 34%, rgba(255, 209, 102, 0.10), transparent 62%),
34
+ radial-gradient(90% 72% at 80% 90%, rgba(46, 232, 255, 0.07), transparent 60%);
35
+ mix-blend-mode: screen;
36
+ }
37
+
38
+ [data-velumo-renderer="dom"][data-velumo-theme="show-engine"] [data-velumo-layout-root],
39
+ [data-velumo-renderer="dom"] [data-velumo-theme="show-engine"] [data-velumo-layout-root],
40
+ [data-velumo-renderer="dom"][data-velumo-theme="show-engine"] [data-velumo-spatial="world"],
41
+ [data-velumo-renderer="dom"] [data-velumo-theme="show-engine"] [data-velumo-spatial="world"] {
42
+ position: relative;
43
+ z-index: 1;
44
+ }
45
+
46
+ /* Interactive demo controls (Ward 044+). Scoped to the show-engine theme.
47
+ Determinism slide: two columns — content left, interactive panel right. */
48
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="determinism"] [data-velumo-layout-root] {
49
+ max-width: 52cqw;
50
+ }
51
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] {
52
+ position: absolute;
53
+ right: clamp(2.5rem, 6cqw, 5rem);
54
+ bottom: clamp(7.5rem, 19cqh, 12.5rem);
55
+ z-index: 3;
56
+ width: min(40cqw, 27rem);
57
+ display: flex;
58
+ flex-direction: column;
59
+ gap: 0.9rem;
60
+ padding: 1.5rem 1.6rem 1.7rem;
61
+ border-radius: 1.1rem;
62
+ background: rgba(4, 8, 10, 0.66);
63
+ border: 1px solid rgba(85, 255, 153, 0.3);
64
+ box-shadow: 0 26px 80px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.04);
65
+ font-family: "JetBrains Mono", ui-monospace, monospace;
66
+ }
67
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] .demo-stepper-head {
68
+ display: flex;
69
+ align-items: baseline;
70
+ gap: 0.6rem;
71
+ }
72
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] .demo-stepper-frame-label {
73
+ color: var(--velumo-color-green, #55ff99);
74
+ font-size: clamp(1.4rem, 3cqw, 2.1rem);
75
+ }
76
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] .demo-stepper-frame {
77
+ color: var(--velumo-color-green, #55ff99);
78
+ font-size: clamp(1.9rem, 4.4cqw, 3rem);
79
+ font-weight: 700;
80
+ font-variant-numeric: tabular-nums;
81
+ }
82
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] .demo-stepper-ms {
83
+ margin-left: auto;
84
+ color: var(--velumo-color-muted, rgba(255, 247, 232, 0.55));
85
+ font-size: clamp(0.85rem, 1.8cqw, 1.1rem);
86
+ font-variant-numeric: tabular-nums;
87
+ }
88
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] .demo-stepper-ms::after {
89
+ content: " ms";
90
+ }
91
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] .demo-stepper-track {
92
+ height: 0.4rem;
93
+ border-radius: 999px;
94
+ background: rgba(255, 255, 255, 0.08);
95
+ overflow: hidden;
96
+ }
97
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] .demo-stepper-bar {
98
+ height: 100%;
99
+ width: 0%;
100
+ background: linear-gradient(90deg, #2ee8ff, #55ff99);
101
+ transition: width 0.12s linear;
102
+ }
103
+ [data-velumo-theme="show-engine"] [data-velumo-demo="stepper"] .demo-stepper-eased {
104
+ color: var(--velumo-color-muted, rgba(255, 247, 232, 0.55));
105
+ font-size: clamp(0.85rem, 1.8cqw, 1.05rem);
106
+ font-variant-numeric: tabular-nums;
107
+ }
108
+
109
+ /* Positioning is scoped to the determinism slide so other slides' control
110
+ buttons (Wards 045/046) are not forced absolute. The button APPEARANCE below
111
+ stays theme-global for a consistent look. */
112
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="determinism"] [data-velumo-layer-type="control.button"] {
113
+ position: absolute;
114
+ bottom: clamp(2.75rem, 7cqh, 4.5rem);
115
+ z-index: 3;
116
+ }
117
+ [data-velumo-theme="show-engine"] [data-velumo-layer-id="demo-advance"] {
118
+ right: clamp(9.5rem, 20cqw, 15rem);
119
+ }
120
+ [data-velumo-theme="show-engine"] [data-velumo-layer-id="demo-reset"] {
121
+ right: clamp(2.5rem, 6cqw, 5rem);
122
+ }
123
+ [data-velumo-theme="show-engine"] [data-velumo-control="button"] {
124
+ cursor: pointer;
125
+ font-family: "Bebas Neue", Impact, sans-serif;
126
+ letter-spacing: 0.06em;
127
+ text-transform: uppercase;
128
+ font-size: clamp(1rem, 2.2cqw, 1.35rem);
129
+ padding: 0.55rem 1.3rem;
130
+ border-radius: 0.6rem;
131
+ border: 1px solid rgba(85, 255, 153, 0.4);
132
+ background: rgba(85, 255, 153, 0.14);
133
+ color: #eafff2;
134
+ }
135
+ [data-velumo-theme="show-engine"] [data-velumo-control-variant="ghost"] {
136
+ background: transparent;
137
+ border-color: rgba(255, 255, 255, 0.22);
138
+ color: var(--velumo-color-muted, rgba(255, 247, 232, 0.55));
139
+ }
140
+ [data-velumo-theme="show-engine"] [data-velumo-control="button"]:hover {
141
+ filter: brightness(1.2);
142
+ }
143
+
144
+ /* Spatial slide (Ward 045): a framed camera world + a row of camera.seek buttons. */
145
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] {
146
+ /* world-inset-x reuses the SAME token (with the SAME fallback) the renderer's
147
+ own slide padding reads (default-theme.ts), so world's left/right edges are
148
+ always flush with the slide's standard content margin, never a coincidence. */
149
+ --spatial-world-inset-x: var(--velumo-margin-frame-x, clamp(4rem, 8cqw, 8.5rem));
150
+ --spatial-world-inset-top: clamp(13rem, 44cqh, 26rem);
151
+ --spatial-world-inset-bottom: clamp(6rem, 14cqh, 9.5rem);
152
+ /* Single source for layout-root's own max-width, so the canvas overlay's
153
+ right formula below can never drift from it if this is retuned. */
154
+ --spatial-layout-max-width: 60cqw;
155
+ }
156
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-layout-root] {
157
+ max-width: var(--spatial-layout-max-width);
158
+ }
159
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-demo="camera-world"] {
160
+ position: absolute;
161
+ left: var(--spatial-world-inset-x);
162
+ right: var(--spatial-world-inset-x);
163
+ top: var(--spatial-world-inset-top);
164
+ bottom: var(--spatial-world-inset-bottom);
165
+ z-index: 2;
166
+ border: 1px solid rgba(255, 255, 255, 0.12);
167
+ border-radius: 1rem;
168
+ overflow: hidden;
169
+ background: rgba(4, 8, 12, 0.4);
170
+ }
171
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-layout="canvas"] {
172
+ /* The renderer sets position:relative inline on every canvas element
173
+ (packages/renderer-dom layout-renderer.ts); only !important can override
174
+ an inline style, so it is scoped to this single property.
175
+ Unlike [data-velumo-demo="camera-world"] (a LAYER, positioned relative
176
+ to the slide root), this canvas is part of layout, so its containing
177
+ block is [data-velumo-layout-root] (position:relative; see the ambient
178
+ ::before stacking rule above) -- a DIFFERENT box, inset from the slide by
179
+ the renderer's own --velumo-margin-frame(-x) padding and narrowed to
180
+ max-width:60cqw. left:0 lines up exactly with camera-world's left because
181
+ --spatial-world-inset-x reuses that same padding token. top/bottom/right
182
+ are re-derived (world's inset MINUS layout-root's own offset on that side)
183
+ so the canvas box still lands exactly on camera-world's box despite the
184
+ different containing block -- not copy-pasted clamp values that would
185
+ silently drift out of alignment. */
186
+ /* The renderer also sets width:100%/height:100% inline, which over-
187
+ constrains an absolutely positioned box with both left+right (or
188
+ top+bottom) set -- the browser then honors the explicit width/height and
189
+ silently ignores right/bottom. auto releases that so left+right and
190
+ top+bottom actually determine the box, matching camera-world's size. */
191
+ position: absolute !important;
192
+ width: auto !important;
193
+ height: auto !important;
194
+ left: 0;
195
+ right: calc(
196
+ 2 * var(--spatial-world-inset-x) - (100cqw - var(--spatial-layout-max-width))
197
+ );
198
+ top: calc(
199
+ var(--spatial-world-inset-top) -
200
+ var(--velumo-margin-frame, clamp(2.5rem, 4.5cqh, 4rem))
201
+ );
202
+ bottom: calc(
203
+ var(--spatial-world-inset-bottom) -
204
+ var(--velumo-margin-frame, clamp(2.5rem, 4.5cqh, 4rem))
205
+ );
206
+ pointer-events: none;
207
+ }
208
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-demo="camera-view"] {
209
+ position: absolute;
210
+ inset: 0;
211
+ transform-origin: 0 0;
212
+ transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
213
+ }
214
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-grid {
215
+ position: absolute;
216
+ inset: 0;
217
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
218
+ linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
219
+ background-size: 8% 12%;
220
+ }
221
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card {
222
+ position: absolute;
223
+ transform: translate(-50%, -50%);
224
+ width: 24%;
225
+ padding: 0.7rem 0.9rem;
226
+ border-radius: 0.7rem;
227
+ border: 1px solid rgba(255, 255, 255, 0.18);
228
+ background: rgba(4, 8, 12, 0.78);
229
+ box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
230
+ }
231
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card[data-tone="accent"] {
232
+ border-color: rgba(255, 209, 102, 0.55);
233
+ }
234
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card[data-tone="cyan"] {
235
+ border-color: rgba(46, 232, 255, 0.55);
236
+ }
237
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card[data-tone="magenta"] {
238
+ border-color: rgba(255, 61, 127, 0.55);
239
+ }
240
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card-title {
241
+ font-family: "Bebas Neue", Impact, sans-serif;
242
+ font-size: clamp(1.1rem, 2.4cqw, 1.7rem);
243
+ letter-spacing: 0.04em;
244
+ }
245
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card[data-tone="accent"] .demo-camera-card-title {
246
+ color: var(--velumo-color-accent, #ffd166);
247
+ }
248
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card[data-tone="cyan"] .demo-camera-card-title {
249
+ color: var(--velumo-color-cyan, #2ee8ff);
250
+ }
251
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card[data-tone="magenta"] .demo-camera-card-title {
252
+ color: var(--velumo-color-magenta, #ff3d7f);
253
+ }
254
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] .demo-camera-card-sub {
255
+ color: var(--velumo-color-muted, rgba(255, 247, 232, 0.55));
256
+ font-size: clamp(0.7rem, 1.4cqw, 0.95rem);
257
+ }
258
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-layer-type="control.button"] {
259
+ position: absolute;
260
+ bottom: clamp(2rem, 5cqh, 3.5rem);
261
+ z-index: 3;
262
+ }
263
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-control="button"] {
264
+ min-width: 5.5rem;
265
+ text-align: center;
266
+ }
267
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-layer-id="camera-wide"] {
268
+ left: clamp(4rem, 8cqw, 8.5rem);
269
+ }
270
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-layer-id="camera-intro"] {
271
+ left: calc(clamp(4rem, 8cqw, 8.5rem) + 7rem);
272
+ }
273
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-layer-id="camera-data"] {
274
+ left: calc(clamp(4rem, 8cqw, 8.5rem) + 14rem);
275
+ }
276
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="spatial"] [data-velumo-layer-id="camera-finale"] {
277
+ left: calc(clamp(4rem, 8cqw, 8.5rem) + 21rem);
278
+ }
279
+
280
+ /* Fidelity slide (Ward 046): code card left, mode panel right, SHOW treatment
281
+ keyed on data-velumo-demo-mode. All rules slide-scoped. */
282
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-layout-root] {
283
+ max-width: 50cqw;
284
+ }
285
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo="fidelity"] {
286
+ position: absolute;
287
+ right: clamp(2.5rem, 6cqw, 5rem);
288
+ top: 50%;
289
+ transform: translateY(-44%);
290
+ z-index: 3;
291
+ width: min(42cqw, 30rem);
292
+ display: flex;
293
+ flex-direction: column;
294
+ gap: 1rem;
295
+ padding: 1.6rem 1.8rem 1.9rem;
296
+ border-radius: 1.1rem;
297
+ overflow: hidden;
298
+ border: 1px solid rgba(255, 255, 255, 0.12);
299
+ background: rgba(4, 8, 12, 0.5);
300
+ transition: border-color 0.35s, box-shadow 0.35s, background 0.35s;
301
+ }
302
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] .demo-fidelity-moderow {
303
+ display: flex;
304
+ gap: 0.4rem;
305
+ font-family: "JetBrains Mono", ui-monospace, monospace;
306
+ font-size: clamp(0.72rem, 1.5cqw, 0.92rem);
307
+ text-transform: uppercase;
308
+ letter-spacing: 0.14em;
309
+ color: var(--velumo-color-muted, rgba(255, 247, 232, 0.55));
310
+ }
311
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] .demo-fidelity-mode {
312
+ color: var(--velumo-color-cyan, #2ee8ff);
313
+ }
314
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] .demo-fidelity-headline {
315
+ font-family: "Bebas Neue", Impact, sans-serif;
316
+ font-size: clamp(1.8rem, 4.6cqw, 3.1rem);
317
+ letter-spacing: 0.02em;
318
+ color: var(--velumo-color-foreground, #fff7e8);
319
+ transition: color 0.35s, text-shadow 0.35s;
320
+ }
321
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] .demo-fidelity-pills {
322
+ display: flex;
323
+ gap: 0.5rem;
324
+ flex-wrap: wrap;
325
+ }
326
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] .demo-fidelity-pill {
327
+ font-family: "JetBrains Mono", ui-monospace, monospace;
328
+ font-size: clamp(0.68rem, 1.4cqw, 0.88rem);
329
+ padding: 0.3rem 0.7rem;
330
+ border-radius: 999px;
331
+ border: 1px solid rgba(255, 255, 255, 0.14);
332
+ color: var(--velumo-color-muted, rgba(255, 247, 232, 0.55));
333
+ opacity: 0.5;
334
+ transition: opacity 0.35s, border-color 0.35s, color 0.35s;
335
+ }
336
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] .demo-fidelity-beams {
337
+ position: absolute;
338
+ inset: -40% -10% auto -10%;
339
+ height: 80%;
340
+ pointer-events: none;
341
+ opacity: 0;
342
+ background: linear-gradient(115deg, transparent 30%, rgba(255, 209, 102, 0.14) 48%, rgba(46, 232, 255, 0.12) 56%, transparent 74%);
343
+ transition: opacity 0.5s;
344
+ }
345
+ /* SHOW treatment */
346
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo-mode="SHOW"] {
347
+ border-color: rgba(255, 209, 102, 0.5);
348
+ box-shadow: 0 0 60px rgba(255, 209, 102, 0.18);
349
+ background: rgba(8, 8, 6, 0.6);
350
+ }
351
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo-mode="SHOW"] .demo-fidelity-mode {
352
+ color: var(--velumo-color-accent, #ffd166);
353
+ }
354
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo-mode="SHOW"] .demo-fidelity-headline {
355
+ color: var(--velumo-color-accent, #ffd166);
356
+ text-shadow: 0 0 26px rgba(255, 209, 102, 0.6);
357
+ }
358
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo-mode="SHOW"] .demo-fidelity-pill {
359
+ opacity: 1;
360
+ }
361
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo-mode="SHOW"] .demo-fidelity-pill[data-tone="magenta"] {
362
+ border-color: rgba(255, 61, 127, 0.6);
363
+ color: #ff9ec0;
364
+ }
365
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo-mode="SHOW"] .demo-fidelity-pill[data-tone="cyan"] {
366
+ border-color: rgba(46, 232, 255, 0.6);
367
+ color: #9becff;
368
+ }
369
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo-mode="SHOW"] .demo-fidelity-pill[data-tone="accent"] {
370
+ border-color: rgba(255, 209, 102, 0.6);
371
+ color: #ffe4a3;
372
+ }
373
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-demo-mode="SHOW"] .demo-fidelity-beams {
374
+ opacity: 0.55;
375
+ }
376
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="fidelity"] [data-velumo-layer-id="fidelity-toggle"] {
377
+ position: absolute;
378
+ right: clamp(2.5rem, 6cqw, 5rem);
379
+ bottom: clamp(2rem, 5cqh, 3.5rem);
380
+ z-index: 4;
381
+ }
382
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-layout-root] {
383
+ justify-content: flex-start;
384
+ gap: clamp(0.5rem, 1.5cqh, 1rem);
385
+ }
386
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-element="heading"][data-velumo-heading-size="display"] {
387
+ font-size: clamp(2.5rem, 7cqw, 5.25rem);
388
+ line-height: 0.92;
389
+ margin: 0;
390
+ }
391
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-frame-tone="accent"] {
392
+ flex: none;
393
+ align-self: center;
394
+ padding: 0.9rem 1.4rem;
395
+ }
396
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-layout="stack"] > [data-velumo-layout="grid"] {
397
+ flex: 1;
398
+ min-height: 0;
399
+ align-items: stretch;
400
+ }
401
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-layout="frame"][data-velumo-frame-tone] {
402
+ gap: 0.75rem;
403
+ justify-content: flex-start;
404
+ }
405
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-layout="frame"][data-velumo-frame-tone] > [data-velumo-layout="frame"] {
406
+ flex: 1;
407
+ min-height: 0;
408
+ justify-content: center;
409
+ gap: 0.7rem;
410
+ }
411
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-canvas-item] {
412
+ transform: translateY(-50%);
413
+ }
414
+ @media (prefers-reduced-motion: no-preference) {
415
+ @keyframes velumo-one-source-playhead {
416
+ from { left: 6%; }
417
+ to { left: 76%; }
418
+ }
419
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-frame-tone="magenta"] [data-velumo-canvas-item]:has([data-velumo-rule-tone="cyan"]) {
420
+ animation: velumo-one-source-playhead 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
421
+ }
422
+ }
423
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="one-source"] [data-velumo-frame-tone="green"] [data-velumo-layout="grid"] {
424
+ flex: 1;
425
+ min-height: 0;
426
+ gap: 0.5rem;
427
+ }
428
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="authoring"] [data-velumo-layout-root] {
429
+ justify-content: flex-start;
430
+ gap: clamp(1rem, 2.5cqh, 1.75rem);
431
+ }
432
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="authoring"] [data-velumo-element="heading"][data-velumo-heading-size="display"] {
433
+ font-size: clamp(2rem, 6cqw, 4.75rem);
434
+ line-height: 0.95;
435
+ margin: 0;
436
+ }
437
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="authoring"] pre[data-velumo-element="code"] {
438
+ font-size: 0.82rem;
439
+ }
440
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="authoring"] [data-velumo-layout="grid"] {
441
+ align-items: start;
442
+ gap: 1.5rem;
443
+ }
444
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="authoring"] [data-velumo-element="badge"] {
445
+ width: 100%;
446
+ border-radius: 0.7rem;
447
+ justify-content: center;
448
+ padding: 0.75em 1em;
449
+ }
450
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="closer"] [data-velumo-element="heading"][data-velumo-heading-size="hero"] {
451
+ max-width: none;
452
+ margin: 0;
453
+ }
454
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="closer"] [data-velumo-element="heading"][data-velumo-heading-size="hero"][data-velumo-text-tone="muted"] {
455
+ font-size: clamp(2.25rem, 7.8cqw, 6.5rem);
456
+ line-height: 0.9;
457
+ }
458
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="closer"] [data-velumo-element="heading"][data-velumo-heading-size="hero"][data-velumo-text-tone="accent"] {
459
+ font-size: clamp(2.75rem, 9.6cqw, 8rem);
460
+ line-height: 0.9;
461
+ }
462
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="closer"] [data-velumo-element="badge"] {
463
+ font-size: clamp(0.95rem, 1.6cqw, 1.4rem);
464
+ padding: 0.7em 1.2em;
465
+ }
466
+ [data-velumo-theme="show-engine"] [data-velumo-slide-id="closer"] [data-velumo-element="text"] {
467
+ font-size: clamp(0.85rem, 1.2cqw, 1.1rem);
468
+ letter-spacing: 0.22em;
469
+ }
470
+ `.trim();
471
+ export const showEngineTheme = {
472
+ id: showEngineThemeId,
473
+ css: showEngineThemeCss,
474
+ fonts: showEngineFonts,
475
+ tokens: {
476
+ colors: {
477
+ background: "#020203",
478
+ foreground: "#fff7e8",
479
+ muted: "rgba(255, 247, 232, 0.55)",
480
+ accent: "#ffd166",
481
+ danger: "#ff3048",
482
+ magenta: "#ff3d7f",
483
+ cyan: "#2ee8ff",
484
+ purple: "#8d5cff",
485
+ green: "#55ff99",
486
+ },
487
+ typography: {
488
+ heading: {
489
+ fontFamily: '"Bebas Neue", Impact, sans-serif',
490
+ fontSize: "clamp(2.75rem, 6.5cqw, 6rem)",
491
+ lineHeight: 0.95,
492
+ fontWeight: 700,
493
+ letterSpacing: "0.02em",
494
+ },
495
+ body: {
496
+ fontFamily: "Inter, ui-sans-serif, system-ui, sans-serif",
497
+ fontSize: "clamp(1.05rem, 1.7cqw, 1.35rem)",
498
+ lineHeight: 1.55,
499
+ fontWeight: 450,
500
+ },
501
+ caption: {
502
+ fontFamily: '"JetBrains Mono", ui-monospace, SFMono-Regular, monospace',
503
+ fontSize: "0.9rem",
504
+ lineHeight: 1.45,
505
+ fontWeight: 500,
506
+ letterSpacing: "0.18em",
507
+ },
508
+ },
509
+ spacing: {
510
+ xs: "0.375rem",
511
+ sm: "0.75rem",
512
+ md: "1.25rem",
513
+ lg: "2rem",
514
+ xl: "3rem",
515
+ },
516
+ radii: {
517
+ card: "1rem",
518
+ pill: "999px",
519
+ },
520
+ shadows: {
521
+ card: "0 22px 80px rgba(0, 0, 0, 0.5)",
522
+ },
523
+ motion: {
524
+ quick: { duration: "160ms", easing: "ease-out" },
525
+ standard: {
526
+ duration: "1100ms",
527
+ easing: "cubic-bezier(0.15, 0.8, 0.25, 1)",
528
+ },
529
+ },
530
+ surfaces: {
531
+ default: "#0a0810",
532
+ muted: "#11101a",
533
+ card: "rgba(9, 8, 13, 0.62)",
534
+ accent: "rgba(255, 209, 102, 0.12)",
535
+ inverse: "#fff7e8",
536
+ danger: "rgba(255, 48, 72, 0.14)",
537
+ },
538
+ text: {
539
+ default: "#fff7e8",
540
+ muted: "rgba(255, 247, 232, 0.55)",
541
+ accent: "#ffd166",
542
+ inverse: "#020203",
543
+ danger: "#ff6b6b",
544
+ },
545
+ },
546
+ };
547
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAsB,CAAC;AAGxD;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAscjC,CAAC,IAAI,EAAE,CAAC;AAET,MAAM,CAAC,MAAM,eAAe,GAAU;IACpC,EAAE,EAAE,iBAAiB;IACrB,GAAG,EAAE,kBAAkB;IACvB,KAAK,EAAE,eAAe;IACtB,MAAM,EAAE;QACN,MAAM,EAAE;YACN,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,KAAK,EAAE,2BAA2B;YAClC,MAAM,EAAE,SAAS;YACjB,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,SAAS;YACjB,KAAK,EAAE,SAAS;SACjB;QACD,UAAU,EAAE;YACV,OAAO,EAAE;gBACP,UAAU,EAAE,kCAAkC;gBAC9C,QAAQ,EAAE,8BAA8B;gBACxC,UAAU,EAAE,IAAI;gBAChB,UAAU,EAAE,GAAG;gBACf,aAAa,EAAE,QAAQ;aACxB;YACD,IAAI,EAAE;gBACJ,UAAU,EAAE,6CAA6C;gBACzD,QAAQ,EAAE,iCAAiC;gBAC3C,UAAU,EAAE,IAAI;gBAChB,UAAU,EAAE,GAAG;aAChB;YACD,OAAO,EAAE;gBACP,UAAU,EAAE,2DAA2D;gBACvE,QAAQ,EAAE,QAAQ;gBAClB,UAAU,EAAE,IAAI;gBAChB,UAAU,EAAE,GAAG;gBACf,aAAa,EAAE,QAAQ;aACxB;SACF;QACD,OAAO,EAAE;YACP,EAAE,EAAE,UAAU;YACd,EAAE,EAAE,SAAS;YACb,EAAE,EAAE,SAAS;YACb,EAAE,EAAE,MAAM;YACV,EAAE,EAAE,MAAM;SACX;QACD,KAAK,EAAE;YACL,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,OAAO;SACd;QACD,OAAO,EAAE;YACP,IAAI,EAAE,gCAAgC;SACvC;QACD,MAAM,EAAE;YACN,KAAK,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE;YAChD,QAAQ,EAAE;gBACR,QAAQ,EAAE,QAAQ;gBAClB,MAAM,EAAE,kCAAkC;aAC3C;SACF;QACD,QAAQ,EAAE;YACR,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,SAAS;YAChB,IAAI,EAAE,sBAAsB;YAC5B,MAAM,EAAE,2BAA2B;YACnC,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,yBAAyB;SAClC;QACD,IAAI,EAAE;YACJ,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,2BAA2B;YAClC,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,SAAS;SAClB;KACF;CACF,CAAC"}
@@ -0,0 +1 @@
1
+ {"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/typescript/lib/lib.es2022.full.d.ts","../../core/dist/types.d.ts","../../core/dist/builders.d.ts","../../core/dist/manifest-schema.d.ts","../../core/dist/layout-validation.d.ts","../../core/dist/capabilities.d.ts","../../core/dist/validation.d.ts","../../core/dist/index.d.ts","../src/fonts.generated.ts","../src/index.ts"],"fileIdsList":[[64],[64,65,66,67,68,69],[70],[70,71]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"2a2de5b9459b3fc44decd9ce6100b72f1b002ef523126c1d3d8b2a4a63d74d78","affectsGlobalScope":true,"impliedFormat":1},{"version":"f13f4b465c99041e912db5c44129a94588e1aafee35a50eab51044833f50b4ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"01a30f9e8582b369075c0808df71121e6855cb06fd8d3d39511d9ebb66405205","impliedFormat":1},{"version":"8877805003603477c63696f8af86eb14be659de3027a597617e7a95ca9250a92","impliedFormat":99},{"version":"a2c4bcfeeaf83801774f8c21daf4c18b15fd9da4469e222a6708a58d235bb286","impliedFormat":99},{"version":"163a1497b249fb8ac3eac7710af6df75222a21b20434ec35d4489c85f18a397b","impliedFormat":99},{"version":"b1d091ebe44dc4eb7ba1535c76bcbf15df97a0cde19fda1bbd34e1503df10e95","impliedFormat":99},{"version":"baeb0570658dce9269d3a5dabb44a1e6e11d8712f45750ca80885fd0e2dab38e","impliedFormat":99},{"version":"def8ed8b7980dbad419047252c19812799dbf761e797d624a9a030fb318a27ee","impliedFormat":99},{"version":"09451d1bdb65b1b10cafbccc4c762f9181609881ba078e4aabfbb7c6d4effe17","impliedFormat":99},{"version":"8d36fd9cf050ad4a4e30281d2969a760b0f0bf0af2e9e5102a5e6082d1cc84bf","signature":"636f6c66c976ca9ada21b1b691d3b170f3d920b777958a80c1481e32fd2558e0","impliedFormat":99},{"version":"7a9851bcf04e1a87411fb269a3f4130a30dcf941100cd6c05e21dceef4e0ea60","signature":"5405f944a8940670fb6616ab10ebdb46705f78d3114b7f20a8e7879978cbefeb","impliedFormat":99}],"root":[71,72],"options":{"composite":true,"declaration":true,"declarationMap":true,"module":199,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./tsconfig.tsbuildinfo"},"referencedMap":[[65,1],[68,1],[70,2],[67,1],[69,1],[71,3],[72,4]],"latestChangedDtsFile":"./fonts.generated.d.ts","version":"6.0.3"}
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@velumo/theme-show-engine",
3
+ "version": "0.1.0-beta.0",
4
+ "type": "module",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "default": "./dist/index.js"
11
+ }
12
+ },
13
+ "dependencies": {
14
+ "@velumo/core": "0.0.0"
15
+ },
16
+ "scripts": {
17
+ "build": "tsc -b",
18
+ "embed-fonts": "node scripts/embed-fonts.mjs",
19
+ "embed-fonts:check": "node scripts/embed-fonts.mjs --check"
20
+ }
21
+ }