@muibook/components 19.6.0 → 20.1.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 (172) hide show
  1. package/AGENTS.md +67 -0
  2. package/DESIGN.md +358 -0
  3. package/README.md +53 -2
  4. package/dist/esm/agent/keywords/index.js +2 -173
  5. package/dist/esm/agent/prompts/index.js +6 -432
  6. package/dist/esm/components/mui-accordion/core/index.js +25 -17
  7. package/dist/esm/components/mui-addon/index.js +14 -14
  8. package/dist/esm/components/mui-avatar/index.js +103 -43
  9. package/dist/esm/components/mui-avatar-chip/index.js +158 -0
  10. package/dist/esm/components/mui-avatar-group/index.js +88 -0
  11. package/dist/esm/components/mui-badge/index.js +37 -20
  12. package/dist/esm/components/mui-body/index.js +20 -11
  13. package/dist/esm/components/mui-button/index.js +265 -78
  14. package/dist/esm/components/mui-calendar/index.js +199 -0
  15. package/dist/esm/components/mui-card/body/index.js +33 -18
  16. package/dist/esm/components/mui-card/footer/index.js +11 -9
  17. package/dist/esm/components/mui-carousel/controller/index.js +1 -1
  18. package/dist/esm/components/mui-checkbox/index.js +23 -18
  19. package/dist/esm/components/mui-chip/index.js +219 -73
  20. package/dist/esm/components/mui-chip-input/index.js +146 -137
  21. package/dist/esm/components/mui-chip-rail/index.js +342 -0
  22. package/dist/esm/components/mui-code/index.js +26 -7
  23. package/dist/esm/components/mui-container/index.js +68 -45
  24. package/dist/esm/components/mui-date-picker/index.js +169 -0
  25. package/dist/esm/components/mui-drawer/index.js +968 -100
  26. package/dist/esm/components/mui-dropdown/index.js +255 -59
  27. package/dist/esm/components/mui-field/index.js +1 -1
  28. package/dist/esm/components/mui-file-upload/index.js +14 -4
  29. package/dist/esm/components/mui-form-group/index.js +1 -2
  30. package/dist/esm/components/mui-form-message/index.js +4 -9
  31. package/dist/esm/components/mui-heading/index.js +3 -2
  32. package/dist/esm/components/mui-hint/index.js +178 -72
  33. package/dist/esm/components/mui-icons/copy/index.js +54 -0
  34. package/dist/esm/components/mui-icons/fullscreen/index.js +5 -0
  35. package/dist/esm/components/mui-icons/icon-helper/index.js +56 -0
  36. package/dist/esm/components/mui-icons/index.js +14 -1
  37. package/dist/esm/components/mui-icons/moon/index.js +3 -1
  38. package/dist/esm/components/mui-icons/{rectangle-bottom-panel → panel}/index.js +6 -6
  39. package/dist/esm/components/mui-icons/pause/index.js +5 -0
  40. package/dist/esm/components/mui-icons/picture-in-picture/index.js +5 -0
  41. package/dist/esm/components/mui-icons/play-fill/index.js +5 -0
  42. package/dist/esm/components/mui-icons/rectangle-right-drawer/index.js +56 -0
  43. package/dist/esm/components/mui-icons/reload/index.js +5 -0
  44. package/dist/esm/components/mui-icons/speaker-mute/index.js +5 -0
  45. package/dist/esm/components/mui-icons/speaker-one-wave/index.js +5 -0
  46. package/dist/esm/components/mui-icons/speaker-two-wave/index.js +5 -0
  47. package/dist/esm/components/mui-icons/spinner/index.js +7 -5
  48. package/dist/esm/components/mui-icons/stop-fill/index.js +5 -0
  49. package/dist/esm/components/mui-icons/sun/index.js +5 -5
  50. package/dist/esm/components/mui-icons/timer/index.js +54 -0
  51. package/dist/esm/components/mui-icons/toggle/index.js +16 -6
  52. package/dist/esm/components/mui-icons/vertical-ellipsis/index.js +5 -0
  53. package/dist/esm/components/mui-illustrations/trash/index.js +6 -5
  54. package/dist/esm/components/mui-input/index.js +96 -67
  55. package/dist/esm/components/mui-link/index.js +352 -96
  56. package/dist/esm/components/mui-media-player/index.js +1577 -83
  57. package/dist/esm/components/mui-message/index.js +7 -6
  58. package/dist/esm/components/mui-model-viewer/index.js +258 -0
  59. package/dist/esm/components/mui-progress-ring/index.js +349 -0
  60. package/dist/esm/components/mui-prompt/index.js +143 -115
  61. package/dist/esm/components/mui-prompt-preview/index.js +11 -23
  62. package/dist/esm/components/mui-radio/index.js +38 -17
  63. package/dist/esm/components/mui-range-input/index.js +9 -4
  64. package/dist/esm/components/mui-responsive/index.js +60 -27
  65. package/dist/esm/components/mui-search-input/index.js +300 -0
  66. package/dist/esm/components/mui-select/index.js +235 -46
  67. package/dist/esm/components/mui-slat/slat/index.js +40 -12
  68. package/dist/esm/components/mui-spinner/index.js +11 -9
  69. package/dist/esm/components/mui-stack/hstack/index.js +10 -5
  70. package/dist/esm/components/mui-status/index.js +239 -0
  71. package/dist/esm/components/mui-stepper/step/index.js +46 -32
  72. package/dist/esm/components/mui-switch/index.js +37 -26
  73. package/dist/esm/components/mui-table/row/index.js +2 -6
  74. package/dist/esm/components/mui-table/table/index.js +157 -14
  75. package/dist/esm/components/mui-tabs/controller/index.js +17 -6
  76. package/dist/esm/components/mui-tabs/item/index.js +17 -5
  77. package/dist/esm/components/mui-tabs/tab-bar/index.js +93 -39
  78. package/dist/esm/components/mui-textarea/index.js +43 -26
  79. package/dist/esm/components/mui-time/index/index.js +336 -0
  80. package/dist/esm/components/mui-time-picker/index.js +126 -0
  81. package/dist/esm/components/mui-video-thumbnail/index.js +205 -0
  82. package/dist/esm/css/mui-brand.css +12 -8
  83. package/dist/esm/css/mui-tokens.css +646 -344
  84. package/dist/esm/css/readme.md +2 -2
  85. package/dist/esm/custom-elements.json +4506 -1707
  86. package/dist/esm/dynamic-attrs.json +271 -54
  87. package/dist/esm/index.js +33 -6
  88. package/dist/esm/knowledge/compositions/index.js +1560 -0
  89. package/dist/esm/knowledge/index.js +28 -0
  90. package/dist/esm/knowledge/keywords/index.js +306 -0
  91. package/dist/esm/knowledge/rules/index.js +199 -0
  92. package/dist/esm/tokens/js/index.js +143 -139
  93. package/dist/types/agent/keywords/index.d.ts +1 -1
  94. package/dist/types/components/mui-avatar-chip/api.d.ts +28 -0
  95. package/dist/types/components/mui-avatar-chip/index.d.ts +18 -0
  96. package/dist/types/components/mui-avatar-group/api.d.ts +28 -0
  97. package/dist/types/components/mui-avatar-group/doc.d.ts +2 -0
  98. package/dist/types/components/mui-avatar-group/index.d.ts +1 -0
  99. package/dist/types/components/mui-button/api.d.ts +6 -2
  100. package/dist/types/components/mui-calendar/api.d.ts +41 -0
  101. package/dist/types/components/mui-calendar/doc.d.ts +2 -0
  102. package/dist/types/components/mui-calendar/index.d.ts +3 -0
  103. package/dist/types/components/mui-checkbox/api.d.ts +4 -0
  104. package/dist/types/components/mui-chip/api.d.ts +4 -0
  105. package/dist/types/components/mui-chip-input/api.d.ts +4 -0
  106. package/dist/types/components/mui-chip-rail/api.d.ts +21 -0
  107. package/dist/types/components/mui-chip-rail/doc.d.ts +2 -0
  108. package/dist/types/components/mui-chip-rail/index.d.ts +4 -0
  109. package/dist/types/components/mui-date-picker/api.d.ts +38 -0
  110. package/dist/types/components/mui-date-picker/doc.d.ts +2 -0
  111. package/dist/types/components/mui-date-picker/index.d.ts +6 -0
  112. package/dist/types/components/mui-drawer/api.d.ts +4 -0
  113. package/dist/types/components/mui-drawer/index.d.ts +2 -0
  114. package/dist/types/components/mui-file-upload/api.d.ts +4 -0
  115. package/dist/types/components/mui-icons/fullscreen.d.ts +1 -0
  116. package/dist/types/components/mui-icons/icon-helper.d.ts +1 -0
  117. package/dist/types/components/mui-icons/index.d.ts +14 -1
  118. package/dist/types/components/mui-icons/panel.d.ts +1 -0
  119. package/dist/types/components/mui-icons/pause.d.ts +1 -0
  120. package/dist/types/components/mui-icons/picture-in-picture.d.ts +1 -0
  121. package/dist/types/components/mui-icons/play-fill.d.ts +1 -0
  122. package/dist/types/components/mui-icons/rectangle-right-drawer.d.ts +1 -0
  123. package/dist/types/components/mui-icons/reload.d.ts +1 -0
  124. package/dist/types/components/mui-icons/speaker-mute.d.ts +1 -0
  125. package/dist/types/components/mui-icons/speaker-one-wave.d.ts +1 -0
  126. package/dist/types/components/mui-icons/speaker-two-wave.d.ts +1 -0
  127. package/dist/types/components/mui-icons/stop-fill.d.ts +1 -0
  128. package/dist/types/components/mui-icons/timer.d.ts +1 -0
  129. package/dist/types/components/mui-icons/vertical-ellipsis.d.ts +1 -0
  130. package/dist/types/components/mui-input/api.d.ts +12 -0
  131. package/dist/types/components/mui-link/api.d.ts +4 -0
  132. package/dist/types/components/mui-media-player/api.d.ts +4 -0
  133. package/dist/types/components/mui-media-player/index.d.ts +13 -4
  134. package/dist/types/components/mui-model-viewer/api.d.ts +28 -0
  135. package/dist/types/components/mui-model-viewer/doc.d.ts +2 -0
  136. package/dist/types/components/mui-model-viewer/index.d.ts +17 -0
  137. package/dist/types/components/mui-progress-ring/api.d.ts +24 -0
  138. package/dist/types/components/mui-progress-ring/doc.d.ts +2 -0
  139. package/dist/types/components/mui-progress-ring/index.d.ts +1 -0
  140. package/dist/types/components/mui-radio/api.d.ts +12 -0
  141. package/dist/types/components/mui-range-input/api.d.ts +4 -0
  142. package/dist/types/components/mui-responsive/api.d.ts +10 -2
  143. package/dist/types/components/mui-search-input/api.d.ts +40 -0
  144. package/dist/types/components/mui-search-input/doc.d.ts +2 -0
  145. package/dist/types/components/mui-search-input/index.d.ts +3 -0
  146. package/dist/types/components/mui-select/api.d.ts +12 -0
  147. package/dist/types/components/mui-status/api.d.ts +24 -0
  148. package/dist/types/components/mui-status/doc.d.ts +2 -0
  149. package/dist/types/components/mui-status/index.d.ts +1 -0
  150. package/dist/types/components/mui-switch/api.d.ts +4 -0
  151. package/dist/types/components/mui-table/api.d.ts +15 -0
  152. package/dist/types/components/mui-textarea/api.d.ts +12 -0
  153. package/dist/types/components/mui-time/api.d.ts +41 -0
  154. package/dist/types/components/mui-time/doc.d.ts +2 -0
  155. package/dist/types/components/mui-time/index.d.ts +1 -0
  156. package/dist/types/components/mui-time-picker/api.d.ts +38 -0
  157. package/dist/types/components/mui-time-picker/doc.d.ts +2 -0
  158. package/dist/types/components/mui-time-picker/index.d.ts +4 -0
  159. package/dist/types/components/mui-video-thumbnail/api.d.ts +28 -0
  160. package/dist/types/components/mui-video-thumbnail/doc.d.ts +2 -0
  161. package/dist/types/components/mui-video-thumbnail/index.d.ts +1 -0
  162. package/dist/types/index.d.ts +27 -2
  163. package/dist/types/knowledge/compositions.d.ts +4644 -0
  164. package/dist/types/knowledge/index.d.ts +4657 -0
  165. package/dist/types/knowledge/keywords.d.ts +4 -0
  166. package/dist/types/knowledge/rules.d.ts +1 -0
  167. package/dist/types/tokens/js/index.d.ts +11 -7
  168. package/package.json +131 -12
  169. package/dist/esm/components/mui-form-hint/index.js +0 -1
  170. package/dist/types/components/mui-form-hint/index.d.ts +0 -1
  171. /package/dist/types/components/{mui-form-hint → mui-avatar-chip}/doc.d.ts +0 -0
  172. /package/dist/types/components/mui-icons/{rectangle-bottom-panel.d.ts → copy.d.ts} +0 -0
@@ -0,0 +1,4644 @@
1
+ export declare const compositions: {
2
+ readonly signupFlow: {
3
+ readonly type: "Container";
4
+ readonly id: "signup_container";
5
+ readonly props: {
6
+ readonly center: true;
7
+ readonly size: "medium";
8
+ readonly style: "padding-block: var(--space-800);";
9
+ };
10
+ readonly children: readonly [{
11
+ readonly type: "Card";
12
+ readonly id: "signup_card";
13
+ readonly props: {
14
+ readonly style: "width: 100%; max-width: 32rem; margin-inline: auto;";
15
+ };
16
+ readonly children: readonly [{
17
+ readonly type: "CardBody";
18
+ readonly id: "signup_card_body";
19
+ readonly props: {
20
+ readonly style: "padding: var(--space-500);";
21
+ };
22
+ readonly children: readonly [{
23
+ readonly type: "VStack";
24
+ readonly id: "signup_stack";
25
+ readonly props: {
26
+ readonly space: "var(--space-400)";
27
+ readonly alignX: "stretch";
28
+ };
29
+ readonly children: readonly [{
30
+ readonly type: "Heading";
31
+ readonly id: "signup_title";
32
+ readonly props: {
33
+ readonly text: "Create your account";
34
+ readonly size: "2";
35
+ readonly level: "1";
36
+ };
37
+ readonly children: readonly [];
38
+ }, {
39
+ readonly type: "Body";
40
+ readonly id: "signup_intro";
41
+ readonly props: {
42
+ readonly text: "Start with your work email and a secure password.";
43
+ readonly size: "small";
44
+ readonly variant: "optional";
45
+ };
46
+ readonly children: readonly [];
47
+ }, {
48
+ readonly type: "FormGroup";
49
+ readonly id: "signup_fields";
50
+ readonly props: {
51
+ readonly variant: "vertical";
52
+ readonly "hide-label": true;
53
+ };
54
+ readonly children: readonly [{
55
+ readonly type: "Field";
56
+ readonly id: "signup_name_field";
57
+ readonly props: {
58
+ readonly label: "Name";
59
+ };
60
+ readonly children: readonly [{
61
+ readonly type: "Input";
62
+ readonly id: "signup_name";
63
+ readonly props: {
64
+ readonly label: "Name";
65
+ readonly placeholder: "Jane Smith";
66
+ readonly name: "name";
67
+ };
68
+ readonly children: readonly [];
69
+ }];
70
+ }, {
71
+ readonly type: "Field";
72
+ readonly id: "signup_email_field";
73
+ readonly props: {
74
+ readonly label: "Email";
75
+ };
76
+ readonly children: readonly [{
77
+ readonly type: "Input";
78
+ readonly id: "signup_email";
79
+ readonly props: {
80
+ readonly label: "Email";
81
+ readonly type: "email";
82
+ readonly placeholder: "jane@company.com";
83
+ readonly name: "email";
84
+ };
85
+ readonly children: readonly [];
86
+ }];
87
+ }, {
88
+ readonly type: "Field";
89
+ readonly id: "signup_password_field";
90
+ readonly props: {
91
+ readonly label: "Password";
92
+ };
93
+ readonly children: readonly [{
94
+ readonly type: "Input";
95
+ readonly id: "signup_password";
96
+ readonly props: {
97
+ readonly label: "Password";
98
+ readonly type: "password";
99
+ readonly placeholder: "Create password";
100
+ readonly name: "password";
101
+ };
102
+ readonly children: readonly [];
103
+ }];
104
+ }, {
105
+ readonly type: "Checkbox";
106
+ readonly id: "signup_terms";
107
+ readonly props: {
108
+ readonly text: "I agree to the terms";
109
+ readonly size: "small";
110
+ };
111
+ readonly children: readonly [];
112
+ }];
113
+ }, {
114
+ readonly type: "Button";
115
+ readonly id: "signup_submit";
116
+ readonly props: {
117
+ readonly text: "Create account";
118
+ readonly variant: "primary";
119
+ readonly size: "large";
120
+ };
121
+ readonly children: readonly [];
122
+ }];
123
+ }];
124
+ }];
125
+ }];
126
+ };
127
+ readonly rewardsCard: {
128
+ readonly type: "Container";
129
+ readonly id: "root";
130
+ readonly props: {
131
+ readonly size: "medium";
132
+ readonly center: true;
133
+ };
134
+ readonly children: readonly [{
135
+ readonly type: "Card";
136
+ readonly id: "card";
137
+ readonly props: {};
138
+ readonly children: readonly [{
139
+ readonly type: "CardHeader";
140
+ readonly id: "header";
141
+ readonly props: {};
142
+ readonly children: readonly [{
143
+ readonly type: "Heading";
144
+ readonly id: "title";
145
+ readonly props: {
146
+ readonly text: "Rewards";
147
+ readonly size: "4";
148
+ readonly level: "4";
149
+ };
150
+ readonly children: readonly [];
151
+ }];
152
+ }, {
153
+ readonly type: "CardBody";
154
+ readonly id: "body";
155
+ readonly props: {};
156
+ readonly children: readonly [{
157
+ readonly type: "VStack";
158
+ readonly id: "content";
159
+ readonly props: {
160
+ readonly space: "var(--space-200)";
161
+ readonly alignX: "center";
162
+ };
163
+ readonly children: readonly [{
164
+ readonly type: "SmartCard";
165
+ readonly id: "smart-card";
166
+ readonly props: {
167
+ readonly inverted: true;
168
+ readonly "bg-image": "https://muibook.com/images/diamond.png";
169
+ readonly partner: "https://muibook.com/images/emerald.svg";
170
+ readonly number: "1234";
171
+ readonly type: "Rewards";
172
+ readonly variant: "plain";
173
+ readonly state: "default";
174
+ };
175
+ readonly children: readonly [];
176
+ }];
177
+ }];
178
+ }];
179
+ }];
180
+ };
181
+ readonly contactForm: {
182
+ readonly type: "VStack";
183
+ readonly id: "root";
184
+ readonly props: {
185
+ readonly space: "var(--space-300)";
186
+ readonly style: "width: 100%; max-width: 960px;";
187
+ };
188
+ readonly children: readonly [{
189
+ readonly type: "Heading";
190
+ readonly id: "title";
191
+ readonly props: {
192
+ readonly text: "Contact Us";
193
+ readonly size: "1";
194
+ readonly level: "1";
195
+ };
196
+ readonly children: readonly [];
197
+ }, {
198
+ readonly type: "Alert";
199
+ readonly id: "info";
200
+ readonly props: {
201
+ readonly variant: "info";
202
+ readonly label: "Info";
203
+ };
204
+ readonly children: readonly [{
205
+ readonly type: "Span";
206
+ readonly id: "copy";
207
+ readonly props: {
208
+ readonly text: "Reply in 24h.";
209
+ };
210
+ readonly children: readonly [];
211
+ }];
212
+ }, {
213
+ readonly type: "VStack";
214
+ readonly id: "form";
215
+ readonly props: {
216
+ readonly space: "var(--space-200)";
217
+ };
218
+ readonly children: readonly [{
219
+ readonly type: "Input";
220
+ readonly id: "email";
221
+ readonly props: {
222
+ readonly label: "Email";
223
+ readonly type: "email";
224
+ };
225
+ readonly children: readonly [];
226
+ }, {
227
+ readonly type: "Select";
228
+ readonly id: "subject";
229
+ readonly props: {
230
+ readonly label: "Subject";
231
+ readonly options: readonly [{
232
+ readonly value: "general";
233
+ readonly label: "General";
234
+ }, {
235
+ readonly value: "support";
236
+ readonly label: "Support";
237
+ }, {
238
+ readonly value: "billing";
239
+ readonly label: "Billing";
240
+ }];
241
+ };
242
+ readonly children: readonly [];
243
+ }, {
244
+ readonly type: "Input";
245
+ readonly id: "message";
246
+ readonly props: {
247
+ readonly label: "Message";
248
+ readonly type: "text";
249
+ readonly placeholder: "How can we help?";
250
+ };
251
+ readonly children: readonly [];
252
+ }];
253
+ }, {
254
+ readonly type: "Button";
255
+ readonly id: "submit";
256
+ readonly props: {
257
+ readonly text: "Send Message";
258
+ readonly variant: "primary";
259
+ };
260
+ readonly children: readonly [];
261
+ }];
262
+ };
263
+ readonly analyticsSummary: {
264
+ readonly type: "Container";
265
+ readonly id: "analytics_container";
266
+ readonly props: {
267
+ readonly center: true;
268
+ readonly size: "large";
269
+ readonly style: "padding-block: var(--space-700);";
270
+ };
271
+ readonly children: readonly [{
272
+ readonly type: "Card";
273
+ readonly id: "analytics_card";
274
+ readonly props: {};
275
+ readonly children: readonly [{
276
+ readonly type: "CardHeader";
277
+ readonly id: "analytics_header";
278
+ readonly props: {};
279
+ readonly children: readonly [{
280
+ readonly type: "Heading";
281
+ readonly id: "analytics_title";
282
+ readonly props: {
283
+ readonly text: "Weekly performance";
284
+ readonly size: "3";
285
+ readonly level: "2";
286
+ };
287
+ readonly children: readonly [];
288
+ }, {
289
+ readonly type: "Button";
290
+ readonly id: "analytics_export";
291
+ readonly props: {
292
+ readonly text: "Export";
293
+ readonly variant: "secondary";
294
+ readonly size: "small";
295
+ };
296
+ readonly children: readonly [];
297
+ }];
298
+ }, {
299
+ readonly type: "CardBody";
300
+ readonly id: "analytics_body";
301
+ readonly props: {};
302
+ readonly children: readonly [{
303
+ readonly type: "Grid";
304
+ readonly id: "analytics_metrics";
305
+ readonly props: {
306
+ readonly columns: "repeat(3, minmax(0, 1fr))";
307
+ readonly gap: "var(--space-300)";
308
+ };
309
+ readonly children: readonly [{
310
+ readonly type: "VStack";
311
+ readonly id: "metric_revenue";
312
+ readonly props: {
313
+ readonly space: "var(--space-050)";
314
+ };
315
+ readonly children: readonly [{
316
+ readonly type: "Body";
317
+ readonly id: "metric_revenue_label";
318
+ readonly props: {
319
+ readonly text: "Revenue";
320
+ readonly size: "small";
321
+ readonly variant: "optional";
322
+ };
323
+ readonly children: readonly [];
324
+ }, {
325
+ readonly type: "Heading";
326
+ readonly id: "metric_revenue_value";
327
+ readonly props: {
328
+ readonly text: "$42.8K";
329
+ readonly size: "4";
330
+ readonly level: "3";
331
+ };
332
+ readonly children: readonly [];
333
+ }];
334
+ }, {
335
+ readonly type: "VStack";
336
+ readonly id: "metric_orders";
337
+ readonly props: {
338
+ readonly space: "var(--space-050)";
339
+ };
340
+ readonly children: readonly [{
341
+ readonly type: "Body";
342
+ readonly id: "metric_orders_label";
343
+ readonly props: {
344
+ readonly text: "Orders";
345
+ readonly size: "small";
346
+ readonly variant: "optional";
347
+ };
348
+ readonly children: readonly [];
349
+ }, {
350
+ readonly type: "Heading";
351
+ readonly id: "metric_orders_value";
352
+ readonly props: {
353
+ readonly text: "1,284";
354
+ readonly size: "4";
355
+ readonly level: "3";
356
+ };
357
+ readonly children: readonly [];
358
+ }];
359
+ }, {
360
+ readonly type: "VStack";
361
+ readonly id: "metric_conversion";
362
+ readonly props: {
363
+ readonly space: "var(--space-050)";
364
+ };
365
+ readonly children: readonly [{
366
+ readonly type: "Body";
367
+ readonly id: "metric_conversion_label";
368
+ readonly props: {
369
+ readonly text: "Conversion";
370
+ readonly size: "small";
371
+ readonly variant: "optional";
372
+ };
373
+ readonly children: readonly [];
374
+ }, {
375
+ readonly type: "Heading";
376
+ readonly id: "metric_conversion_value";
377
+ readonly props: {
378
+ readonly text: "7.4%";
379
+ readonly size: "4";
380
+ readonly level: "3";
381
+ };
382
+ readonly children: readonly [];
383
+ }];
384
+ }];
385
+ }];
386
+ }];
387
+ }];
388
+ };
389
+ readonly onboarding: {
390
+ readonly type: "Container";
391
+ readonly id: "onboarding_container";
392
+ readonly props: {
393
+ readonly center: true;
394
+ readonly size: "small";
395
+ };
396
+ readonly children: readonly [{
397
+ readonly type: "Card";
398
+ readonly id: "signup_card";
399
+ readonly props: {};
400
+ readonly children: readonly [{
401
+ readonly type: "CardHeader";
402
+ readonly id: "signup_header";
403
+ readonly props: {};
404
+ readonly children: readonly [{
405
+ readonly type: "Heading";
406
+ readonly id: "signup_title";
407
+ readonly props: {
408
+ readonly text: "Sign up for our product!";
409
+ readonly size: "3";
410
+ };
411
+ readonly children: readonly [];
412
+ }];
413
+ }, {
414
+ readonly type: "CardBody";
415
+ readonly id: "signup_body";
416
+ readonly props: {};
417
+ readonly children: readonly [{
418
+ readonly type: "VStack";
419
+ readonly id: "signup_stack";
420
+ readonly props: {
421
+ readonly space: "var(--space-400)";
422
+ };
423
+ readonly children: readonly [{
424
+ readonly type: "Field";
425
+ readonly id: "firstNameField";
426
+ readonly props: {
427
+ readonly label: "First Name";
428
+ };
429
+ readonly children: readonly [{
430
+ readonly type: "Input";
431
+ readonly id: "firstName";
432
+ readonly props: {
433
+ readonly placeholder: "John";
434
+ };
435
+ readonly children: readonly [];
436
+ }];
437
+ }, {
438
+ readonly type: "Field";
439
+ readonly id: "lastNameField";
440
+ readonly props: {
441
+ readonly label: "Last Name";
442
+ };
443
+ readonly children: readonly [{
444
+ readonly type: "Input";
445
+ readonly id: "lastName";
446
+ readonly props: {
447
+ readonly placeholder: "Doe";
448
+ };
449
+ readonly children: readonly [];
450
+ }];
451
+ }, {
452
+ readonly type: "Field";
453
+ readonly id: "emailField";
454
+ readonly props: {
455
+ readonly label: "Email";
456
+ };
457
+ readonly children: readonly [{
458
+ readonly type: "Input";
459
+ readonly id: "email";
460
+ readonly props: {
461
+ readonly type: "email";
462
+ readonly placeholder: "john@example.com";
463
+ };
464
+ readonly children: readonly [];
465
+ }];
466
+ }, {
467
+ readonly type: "Field";
468
+ readonly id: "passwordField";
469
+ readonly props: {
470
+ readonly label: "Password";
471
+ };
472
+ readonly children: readonly [{
473
+ readonly type: "Input";
474
+ readonly id: "password";
475
+ readonly props: {
476
+ readonly type: "password";
477
+ };
478
+ readonly children: readonly [];
479
+ }];
480
+ }, {
481
+ readonly type: "Field";
482
+ readonly id: "confirmPasswordField";
483
+ readonly props: {
484
+ readonly label: "Confirm Password";
485
+ };
486
+ readonly children: readonly [{
487
+ readonly type: "Input";
488
+ readonly id: "confirmPassword";
489
+ readonly props: {
490
+ readonly type: "password";
491
+ };
492
+ readonly children: readonly [];
493
+ }];
494
+ }, {
495
+ readonly type: "Field";
496
+ readonly id: "termsField";
497
+ readonly props: {};
498
+ readonly children: readonly [{
499
+ readonly type: "Checkbox";
500
+ readonly id: "agreeTerms";
501
+ readonly props: {
502
+ readonly text: "I agree to the terms and conditions";
503
+ };
504
+ readonly children: readonly [];
505
+ }];
506
+ }, {
507
+ readonly type: "ButtonGroup";
508
+ readonly id: "signup_actions";
509
+ readonly props: {
510
+ readonly align: "right";
511
+ };
512
+ readonly children: readonly [{
513
+ readonly type: "Button";
514
+ readonly id: "signup_submit";
515
+ readonly props: {
516
+ readonly text: "Sign up";
517
+ readonly variant: "primary";
518
+ };
519
+ readonly children: readonly [];
520
+ }];
521
+ }];
522
+ }];
523
+ }];
524
+ }];
525
+ };
526
+ readonly wallet: {
527
+ readonly type: "VStack";
528
+ readonly id: "wallet_root";
529
+ readonly props: {
530
+ readonly alignX: "stretch";
531
+ readonly style: "max-width: 365px; margin: 0 auto; padding-top: var(--space-700); padding-bottom: var(--space-700)";
532
+ };
533
+ readonly children: readonly [{
534
+ readonly type: "SmartCard";
535
+ readonly id: "wallet_card";
536
+ readonly props: {
537
+ readonly variant: "animated";
538
+ readonly partner: "Visa";
539
+ readonly type: "Debit";
540
+ readonly number: "1234";
541
+ };
542
+ readonly children: readonly [];
543
+ }, {
544
+ readonly type: "TabController";
545
+ readonly id: "wallet_tabs";
546
+ readonly props: {};
547
+ readonly children: readonly [{
548
+ readonly type: "VStack";
549
+ readonly id: "tab_stack";
550
+ readonly props: {
551
+ readonly alignX: "stretch";
552
+ readonly space: "var(--space-300)";
553
+ };
554
+ readonly children: readonly [{
555
+ readonly type: "TabBar";
556
+ readonly id: "tab_bar";
557
+ readonly props: {
558
+ readonly inset: true;
559
+ readonly stroke: "none";
560
+ readonly radius: "500";
561
+ };
562
+ readonly children: readonly [{
563
+ readonly type: "TabItem";
564
+ readonly id: "tab_item_tx";
565
+ readonly props: {
566
+ readonly active: true;
567
+ readonly text: "Transactions";
568
+ };
569
+ readonly children: readonly [];
570
+ }, {
571
+ readonly type: "TabItem";
572
+ readonly id: "tab_item_st";
573
+ readonly props: {
574
+ readonly text: "Statements";
575
+ };
576
+ readonly children: readonly [];
577
+ }];
578
+ }, {
579
+ readonly type: "TabPanel";
580
+ readonly id: "panel_tx";
581
+ readonly props: {
582
+ readonly item: "tab_item_tx";
583
+ };
584
+ readonly children: readonly [{
585
+ readonly type: "SlatGroup";
586
+ readonly id: "tx_group";
587
+ readonly props: {};
588
+ readonly children: readonly [{
589
+ readonly type: "Slat";
590
+ readonly id: "tx_header";
591
+ readonly props: {
592
+ readonly variant: "header";
593
+ };
594
+ readonly children: readonly [{
595
+ readonly type: "Heading";
596
+ readonly id: "tx_header_title";
597
+ readonly props: {
598
+ readonly text: "Today";
599
+ readonly size: "6";
600
+ };
601
+ readonly children: readonly [];
602
+ }];
603
+ }, {
604
+ readonly type: "Slat";
605
+ readonly id: "tx_item_1";
606
+ readonly props: {
607
+ readonly variant: "row";
608
+ readonly col: "1fr auto";
609
+ };
610
+ readonly children: readonly [{
611
+ readonly type: "Avatar";
612
+ readonly id: "tx_item_1_icon";
613
+ readonly props: {};
614
+ readonly children: readonly [];
615
+ }, {
616
+ readonly type: "VStack";
617
+ readonly id: "tx_item_1_details";
618
+ readonly props: {};
619
+ readonly children: readonly [];
620
+ }];
621
+ }];
622
+ }];
623
+ }];
624
+ }];
625
+ }];
626
+ };
627
+ readonly muitube: {
628
+ readonly type: "VStack";
629
+ readonly id: "muitube_root";
630
+ readonly props: {
631
+ readonly alignX: "stretch";
632
+ readonly alignY: "start";
633
+ readonly space: "var(--space-000)";
634
+ readonly style: "background: var(--surface-elevated-100);";
635
+ };
636
+ readonly children: readonly [{
637
+ readonly type: "HStack";
638
+ readonly id: "muitube_header";
639
+ readonly props: {
640
+ readonly alignX: "space-between";
641
+ readonly alignY: "center";
642
+ readonly style: "padding: var(--space-400); background: var(--surface-elevated-100);";
643
+ };
644
+ readonly children: readonly [{
645
+ readonly type: "HStack";
646
+ readonly id: "header_left";
647
+ readonly props: {
648
+ readonly alignX: "start";
649
+ readonly alignY: "center";
650
+ readonly space: "var(--space-000)";
651
+ };
652
+ readonly children: readonly [{
653
+ readonly type: "Responsive";
654
+ readonly id: "muitube_menu_button";
655
+ readonly props: {
656
+ readonly breakpoint: "768";
657
+ };
658
+ readonly children: readonly [{
659
+ readonly type: "Button";
660
+ readonly id: "muitube_menu_toggle_desktop";
661
+ readonly slot: "showAbove";
662
+ readonly props: {
663
+ readonly variant: "tertiary";
664
+ readonly "aria-label": "Toggle menu";
665
+ readonly size: "medium";
666
+ };
667
+ readonly children: readonly [{
668
+ readonly type: "_Icon";
669
+ readonly id: "muitube_menu_icon_desktop";
670
+ readonly props: {
671
+ readonly icon: "mui-icon-menu";
672
+ readonly size: "medium";
673
+ };
674
+ readonly children: readonly [];
675
+ }];
676
+ }, {
677
+ readonly type: "Button";
678
+ readonly id: "muitube_menu_toggle_mobile";
679
+ readonly slot: "showBelow";
680
+ readonly props: {
681
+ readonly variant: "tertiary";
682
+ readonly "aria-label": "Open menu";
683
+ readonly size: "medium";
684
+ };
685
+ readonly children: readonly [{
686
+ readonly type: "_Icon";
687
+ readonly id: "muitube_menu_icon_mobile";
688
+ readonly props: {
689
+ readonly icon: "mui-icon-menu";
690
+ readonly size: "medium";
691
+ };
692
+ readonly children: readonly [];
693
+ }];
694
+ }];
695
+ }, {
696
+ readonly type: "HStack";
697
+ readonly id: "muitube_brand";
698
+ readonly props: {
699
+ readonly alignX: "start";
700
+ readonly alignY: "center";
701
+ readonly space: "var(--space-200)";
702
+ };
703
+ readonly children: readonly [{
704
+ readonly type: "Heading";
705
+ readonly id: "logo";
706
+ readonly props: {
707
+ readonly text: "Premium";
708
+ readonly size: "3";
709
+ readonly level: "1";
710
+ };
711
+ readonly children: readonly [];
712
+ }, {
713
+ readonly type: "Badge";
714
+ readonly id: "country";
715
+ readonly props: {
716
+ readonly text: "AU";
717
+ };
718
+ readonly children: readonly [];
719
+ }];
720
+ }];
721
+ }, {
722
+ readonly type: "Responsive";
723
+ readonly id: "header_search";
724
+ readonly props: {
725
+ readonly breakpoint: "768";
726
+ readonly style: "max-width: 70rem; width: 100%;";
727
+ };
728
+ readonly children: readonly [{
729
+ readonly type: "HStack";
730
+ readonly id: "header_search_desktop";
731
+ readonly slot: "showAbove";
732
+ readonly props: {
733
+ readonly alignX: "center";
734
+ readonly alignY: "center";
735
+ readonly space: "var(--space-300)";
736
+ readonly width: "100%";
737
+ };
738
+ readonly children: readonly [{
739
+ readonly type: "Input";
740
+ readonly id: "search_input";
741
+ readonly props: {
742
+ readonly placeholder: "Search";
743
+ };
744
+ readonly children: readonly [{
745
+ readonly type: "Button";
746
+ readonly id: "search_btn";
747
+ readonly slot: "after";
748
+ readonly props: {
749
+ readonly variant: "secondary";
750
+ readonly "aria-label": "Search";
751
+ };
752
+ readonly children: readonly [{
753
+ readonly type: "_Icon";
754
+ readonly id: "search_icon";
755
+ readonly props: {
756
+ readonly icon: "mui-icon-search";
757
+ readonly size: "medium";
758
+ };
759
+ readonly children: readonly [];
760
+ }];
761
+ }];
762
+ }, {
763
+ readonly type: "Button";
764
+ readonly id: "settings_btn";
765
+ readonly props: {
766
+ readonly variant: "tertiary";
767
+ readonly "aria-label": "Settings";
768
+ };
769
+ readonly children: readonly [{
770
+ readonly type: "_Icon";
771
+ readonly id: "settings_icon";
772
+ readonly props: {
773
+ readonly icon: "mui-icon-gear";
774
+ readonly size: "medium";
775
+ };
776
+ readonly children: readonly [];
777
+ }];
778
+ }];
779
+ }];
780
+ }, {
781
+ readonly type: "HStack";
782
+ readonly id: "header_actions";
783
+ readonly props: {
784
+ readonly alignX: "start";
785
+ readonly alignY: "center";
786
+ readonly space: "var(--space-300)";
787
+ };
788
+ readonly children: readonly [{
789
+ readonly type: "Responsive";
790
+ readonly id: "create_action";
791
+ readonly props: {
792
+ readonly breakpoint: "768";
793
+ };
794
+ readonly children: readonly [{
795
+ readonly type: "Button";
796
+ readonly id: "create_desktop";
797
+ readonly slot: "showAbove";
798
+ readonly props: {
799
+ readonly text: "Create";
800
+ readonly variant: "primary";
801
+ };
802
+ readonly children: readonly [];
803
+ }, {
804
+ readonly type: "Button";
805
+ readonly id: "create_mobile";
806
+ readonly slot: "showBelow";
807
+ readonly props: {
808
+ readonly variant: "primary";
809
+ readonly "aria-label": "Create";
810
+ };
811
+ readonly children: readonly [{
812
+ readonly type: "_Icon";
813
+ readonly id: "create_mobile_icon";
814
+ readonly props: {
815
+ readonly icon: "mui-icon-add";
816
+ readonly size: "medium";
817
+ };
818
+ readonly children: readonly [];
819
+ }];
820
+ }];
821
+ }, {
822
+ readonly type: "Button";
823
+ readonly id: "notifications";
824
+ readonly props: {
825
+ readonly variant: "tertiary";
826
+ readonly "aria-label": "Notifications";
827
+ };
828
+ readonly children: readonly [{
829
+ readonly type: "_Icon";
830
+ readonly id: "notification_icon";
831
+ readonly props: {
832
+ readonly icon: "mui-icon-notification";
833
+ readonly size: "medium";
834
+ };
835
+ readonly children: readonly [];
836
+ }];
837
+ }];
838
+ }];
839
+ }, {
840
+ readonly type: "Responsive";
841
+ readonly id: "muitube_layout";
842
+ readonly props: {
843
+ readonly breakpoint: "768";
844
+ };
845
+ readonly children: readonly [{
846
+ readonly type: "Drawer";
847
+ readonly id: "sidebar_drawer";
848
+ readonly slot: "showAbove";
849
+ readonly props: {
850
+ readonly width: "240px";
851
+ readonly variant: "push";
852
+ readonly open: true;
853
+ readonly side: "left";
854
+ readonly "drawer-space": "none";
855
+ };
856
+ readonly children: readonly [{
857
+ readonly type: "VStack";
858
+ readonly id: "sidebar_menu";
859
+ readonly props: {
860
+ readonly space: "var(--space-000)";
861
+ };
862
+ readonly children: readonly [{
863
+ readonly type: "Button";
864
+ readonly id: "menu_home";
865
+ readonly props: {
866
+ readonly text: "Home";
867
+ readonly variant: "tertiary";
868
+ };
869
+ readonly children: readonly [];
870
+ }, {
871
+ readonly type: "Button";
872
+ readonly id: "menu_shorts";
873
+ readonly props: {
874
+ readonly text: "Shorts";
875
+ readonly variant: "tertiary";
876
+ };
877
+ readonly children: readonly [];
878
+ }, {
879
+ readonly type: "Button";
880
+ readonly id: "menu_subscriptions";
881
+ readonly props: {
882
+ readonly text: "Subscriptions";
883
+ readonly variant: "tertiary";
884
+ };
885
+ readonly children: readonly [];
886
+ }];
887
+ }, {
888
+ readonly type: "VStack";
889
+ readonly id: "muitube_page_desktop";
890
+ readonly slot: "page";
891
+ readonly props: {
892
+ readonly space: "var(--space-000)";
893
+ readonly alignX: "stretch";
894
+ };
895
+ readonly children: readonly [{
896
+ readonly type: "ChipRail";
897
+ readonly id: "video_filters_desktop";
898
+ readonly props: {
899
+ readonly size: "medium";
900
+ readonly "aria-label": "Video filters";
901
+ };
902
+ readonly children: readonly [{
903
+ readonly type: "Chip";
904
+ readonly id: "filter_all";
905
+ readonly props: {
906
+ readonly text: "All";
907
+ readonly active: true;
908
+ readonly variant: "clickable";
909
+ };
910
+ readonly children: readonly [];
911
+ }, {
912
+ readonly type: "Chip";
913
+ readonly id: "filter_gaming";
914
+ readonly props: {
915
+ readonly text: "Gaming";
916
+ readonly variant: "clickable";
917
+ };
918
+ readonly children: readonly [];
919
+ }, {
920
+ readonly type: "Chip";
921
+ readonly id: "filter_music";
922
+ readonly props: {
923
+ readonly text: "Music";
924
+ readonly variant: "clickable";
925
+ };
926
+ readonly children: readonly [];
927
+ }, {
928
+ readonly type: "Chip";
929
+ readonly id: "filter_japan";
930
+ readonly props: {
931
+ readonly text: "Japan";
932
+ readonly variant: "clickable";
933
+ };
934
+ readonly children: readonly [];
935
+ }];
936
+ }, {
937
+ readonly type: "Grid";
938
+ readonly id: "video_grid_desktop";
939
+ readonly props: {
940
+ readonly col: "repeat(auto-fit, minmax(268px, 1fr))";
941
+ readonly space: "var(--space-600)";
942
+ readonly alignX: "start";
943
+ readonly alignY: "start";
944
+ };
945
+ readonly children: readonly [{
946
+ readonly type: "Link";
947
+ readonly id: "video_card_1";
948
+ readonly props: {
949
+ readonly href: "#";
950
+ readonly variant: "tertiary";
951
+ };
952
+ readonly children: readonly [{
953
+ readonly type: "VStack";
954
+ readonly id: "video_card_1_stack";
955
+ readonly props: {
956
+ readonly alignX: "start";
957
+ readonly alignY: "start";
958
+ readonly space: "var(--space-300)";
959
+ };
960
+ readonly children: readonly [{
961
+ readonly type: "VideoThumbnail";
962
+ readonly id: "video_card_1_thumbnail";
963
+ readonly props: {
964
+ readonly src: "/images/muitube/mui-video-light.png";
965
+ readonly "src-light": "/images/muitube/mui-video-light.png";
966
+ readonly "src-dark": "/images/muitube/mui-video-dark.png";
967
+ readonly "src-mui-light": "/images/muitube/mui-video-light.png";
968
+ readonly "src-mui-dark": "/images/muitube/mui-video-dark.png";
969
+ readonly alt: "Muibook video thumbnail";
970
+ };
971
+ readonly children: readonly [];
972
+ }, {
973
+ readonly type: "Body";
974
+ readonly id: "video_card_1_title";
975
+ readonly props: {
976
+ readonly text: "Designing with Muibook";
977
+ readonly size: "large";
978
+ readonly weight: "bold";
979
+ };
980
+ readonly children: readonly [];
981
+ }, {
982
+ readonly type: "Body";
983
+ readonly id: "video_card_1_author";
984
+ readonly props: {
985
+ readonly text: "Michael Trilford";
986
+ readonly size: "x-small";
987
+ readonly weight: "bold";
988
+ };
989
+ readonly children: readonly [];
990
+ }, {
991
+ readonly type: "Body";
992
+ readonly id: "video_card_1_meta";
993
+ readonly props: {
994
+ readonly text: "12K views · 4 days ago";
995
+ readonly size: "x-small";
996
+ readonly weight: "bold";
997
+ };
998
+ readonly children: readonly [];
999
+ }];
1000
+ }];
1001
+ }, {
1002
+ readonly type: "Link";
1003
+ readonly id: "video_card_2";
1004
+ readonly props: {
1005
+ readonly href: "#";
1006
+ readonly variant: "tertiary";
1007
+ };
1008
+ readonly children: readonly [{
1009
+ readonly type: "VStack";
1010
+ readonly id: "video_card_2_stack";
1011
+ readonly props: {
1012
+ readonly alignX: "start";
1013
+ readonly alignY: "start";
1014
+ readonly space: "var(--space-300)";
1015
+ };
1016
+ readonly children: readonly [{
1017
+ readonly type: "VideoThumbnail";
1018
+ readonly id: "video_card_2_thumbnail";
1019
+ readonly props: {
1020
+ readonly src: "/images/muitube/sensei-video-light.png";
1021
+ readonly "src-light": "/images/muitube/sensei-video-light.png";
1022
+ readonly "src-dark": "/images/muitube/sensei-video-dark.png";
1023
+ readonly alt: "Sensei video thumbnail";
1024
+ };
1025
+ readonly children: readonly [];
1026
+ }, {
1027
+ readonly type: "Body";
1028
+ readonly id: "video_card_2_title";
1029
+ readonly props: {
1030
+ readonly text: "Building design system flows";
1031
+ readonly size: "large";
1032
+ readonly weight: "bold";
1033
+ };
1034
+ readonly children: readonly [];
1035
+ }, {
1036
+ readonly type: "Body";
1037
+ readonly id: "video_card_2_author";
1038
+ readonly props: {
1039
+ readonly text: "Sensei";
1040
+ readonly size: "x-small";
1041
+ readonly weight: "bold";
1042
+ };
1043
+ readonly children: readonly [];
1044
+ }, {
1045
+ readonly type: "Body";
1046
+ readonly id: "video_card_2_meta";
1047
+ readonly props: {
1048
+ readonly text: "8.4K views · 1 week ago";
1049
+ readonly size: "x-small";
1050
+ readonly weight: "bold";
1051
+ };
1052
+ readonly children: readonly [];
1053
+ }];
1054
+ }];
1055
+ }];
1056
+ }];
1057
+ }];
1058
+ }, {
1059
+ readonly type: "VStack";
1060
+ readonly id: "muitube_mobile";
1061
+ readonly slot: "showBelow";
1062
+ readonly props: {
1063
+ readonly alignX: "stretch";
1064
+ readonly space: "var(--space-000)";
1065
+ };
1066
+ readonly children: readonly [{
1067
+ readonly type: "Drawer";
1068
+ readonly id: "sidebar_drawer_mobile";
1069
+ readonly props: {
1070
+ readonly variant: "overlay";
1071
+ readonly width: "260px";
1072
+ readonly side: "left";
1073
+ readonly "z-index": "200";
1074
+ readonly "drawer-space": "none";
1075
+ };
1076
+ readonly children: readonly [{
1077
+ readonly type: "VStack";
1078
+ readonly id: "mobile_sidebar_menu";
1079
+ readonly props: {
1080
+ readonly space: "var(--space-000)";
1081
+ };
1082
+ readonly children: readonly [{
1083
+ readonly type: "Button";
1084
+ readonly id: "mobile_menu_home";
1085
+ readonly props: {
1086
+ readonly text: "Home";
1087
+ readonly variant: "tertiary";
1088
+ };
1089
+ readonly children: readonly [];
1090
+ }, {
1091
+ readonly type: "Button";
1092
+ readonly id: "mobile_menu_shorts";
1093
+ readonly props: {
1094
+ readonly text: "Shorts";
1095
+ readonly variant: "tertiary";
1096
+ };
1097
+ readonly children: readonly [];
1098
+ }, {
1099
+ readonly type: "Button";
1100
+ readonly id: "mobile_menu_subscriptions";
1101
+ readonly props: {
1102
+ readonly text: "Subscriptions";
1103
+ readonly variant: "tertiary";
1104
+ };
1105
+ readonly children: readonly [];
1106
+ }];
1107
+ }];
1108
+ }, {
1109
+ readonly type: "VStack";
1110
+ readonly id: "muitube_page_mobile";
1111
+ readonly props: {
1112
+ readonly space: "var(--space-000)";
1113
+ readonly alignX: "stretch";
1114
+ };
1115
+ readonly children: readonly [{
1116
+ readonly type: "ChipRail";
1117
+ readonly id: "video_filters_mobile";
1118
+ readonly props: {
1119
+ readonly size: "medium";
1120
+ readonly "aria-label": "Video filters";
1121
+ };
1122
+ readonly children: readonly [{
1123
+ readonly type: "Chip";
1124
+ readonly id: "mobile_filter_all";
1125
+ readonly props: {
1126
+ readonly text: "All";
1127
+ readonly active: true;
1128
+ readonly variant: "clickable";
1129
+ };
1130
+ readonly children: readonly [];
1131
+ }, {
1132
+ readonly type: "Chip";
1133
+ readonly id: "mobile_filter_music";
1134
+ readonly props: {
1135
+ readonly text: "Music";
1136
+ readonly variant: "clickable";
1137
+ };
1138
+ readonly children: readonly [];
1139
+ }, {
1140
+ readonly type: "Chip";
1141
+ readonly id: "mobile_filter_japan";
1142
+ readonly props: {
1143
+ readonly text: "Japan";
1144
+ readonly variant: "clickable";
1145
+ };
1146
+ readonly children: readonly [];
1147
+ }];
1148
+ }, {
1149
+ readonly type: "Grid";
1150
+ readonly id: "video_grid_mobile";
1151
+ readonly props: {
1152
+ readonly col: "repeat(auto-fit, minmax(268px, 1fr))";
1153
+ readonly space: "var(--space-600)";
1154
+ };
1155
+ readonly children: readonly [{
1156
+ readonly type: "Link";
1157
+ readonly id: "mobile_video_card";
1158
+ readonly props: {
1159
+ readonly href: "#";
1160
+ readonly variant: "tertiary";
1161
+ };
1162
+ readonly children: readonly [{
1163
+ readonly type: "VideoThumbnail";
1164
+ readonly id: "mobile_video_thumbnail";
1165
+ readonly props: {
1166
+ readonly src: "/images/muitube/mui-video-light.png";
1167
+ readonly "src-light": "/images/muitube/mui-video-light.png";
1168
+ readonly "src-dark": "/images/muitube/mui-video-dark.png";
1169
+ readonly alt: "Muibook video thumbnail";
1170
+ };
1171
+ readonly children: readonly [];
1172
+ }, {
1173
+ readonly type: "Body";
1174
+ readonly id: "mobile_video_title";
1175
+ readonly props: {
1176
+ readonly text: "Designing with Muibook";
1177
+ readonly size: "large";
1178
+ readonly weight: "bold";
1179
+ };
1180
+ readonly children: readonly [];
1181
+ }];
1182
+ }];
1183
+ }];
1184
+ }];
1185
+ }];
1186
+ }];
1187
+ };
1188
+ readonly songPage: {
1189
+ readonly type: "Container";
1190
+ readonly id: "song_container";
1191
+ readonly props: {
1192
+ readonly size: "large";
1193
+ readonly center: true;
1194
+ };
1195
+ readonly children: readonly [{
1196
+ readonly type: "HStack";
1197
+ readonly id: "song_header";
1198
+ readonly props: {
1199
+ readonly alignX: "space-between";
1200
+ readonly alignY: "center";
1201
+ readonly style: "margin-block-end: var(--space-500);";
1202
+ };
1203
+ readonly children: readonly [{
1204
+ readonly type: "Heading";
1205
+ readonly id: "logo";
1206
+ readonly props: {
1207
+ readonly text: "SoundAmp";
1208
+ readonly size: "3";
1209
+ };
1210
+ readonly children: readonly [];
1211
+ }, {
1212
+ readonly type: "Dropdown";
1213
+ readonly id: "account_dropdown";
1214
+ readonly props: {};
1215
+ readonly children: readonly [{
1216
+ readonly type: "AvatarChip";
1217
+ readonly id: "user_avatar";
1218
+ readonly props: {
1219
+ readonly primary: "Mike Trilford";
1220
+ readonly secondary: "Creator";
1221
+ readonly image: "https://muibook.com/images/mui/avatar-mike.jpg";
1222
+ readonly label: "Mike Trilford";
1223
+ };
1224
+ readonly children: readonly [];
1225
+ }];
1226
+ }];
1227
+ }, {
1228
+ readonly type: "VStack";
1229
+ readonly id: "song_content";
1230
+ readonly props: {
1231
+ readonly space: "var(--space-500)";
1232
+ readonly alignX: "stretch";
1233
+ };
1234
+ readonly children: readonly [{
1235
+ readonly type: "MediaPlayer";
1236
+ readonly id: "song_player";
1237
+ readonly props: {
1238
+ readonly type: "audio";
1239
+ readonly src: "https://muibook.com/audio/twilight.m4a";
1240
+ readonly artwork: "https://muibook.com/audio/artwork-light.png";
1241
+ readonly waveform: true;
1242
+ readonly height: "14rem";
1243
+ };
1244
+ readonly children: readonly [{
1245
+ readonly type: "AvatarChip";
1246
+ readonly id: "player_meta";
1247
+ readonly props: {
1248
+ readonly slot: "meta-before";
1249
+ readonly href: "#creator-profile";
1250
+ readonly image: "https://muibook.com/images/mui/avatar-mike.jpg";
1251
+ readonly label: "Mike Trilford";
1252
+ };
1253
+ readonly children: readonly [{
1254
+ readonly type: "Body";
1255
+ readonly id: "song_title";
1256
+ readonly slot: "primary";
1257
+ readonly props: {
1258
+ readonly text: "Twilight";
1259
+ readonly weight: "bold";
1260
+ };
1261
+ readonly children: readonly [];
1262
+ }, {
1263
+ readonly type: "Link";
1264
+ readonly id: "song_creator";
1265
+ readonly slot: "secondary";
1266
+ readonly props: {
1267
+ readonly href: "#creator-profile";
1268
+ readonly text: "by Michael Trilford";
1269
+ readonly weight: "medium";
1270
+ };
1271
+ readonly children: readonly [];
1272
+ }];
1273
+ }, {
1274
+ readonly type: "Button";
1275
+ readonly id: "player_buy";
1276
+ readonly slot: "meta-after";
1277
+ readonly props: {
1278
+ readonly text: "Buy now";
1279
+ readonly variant: "overlay";
1280
+ };
1281
+ readonly children: readonly [];
1282
+ }];
1283
+ }];
1284
+ }];
1285
+ };
1286
+ readonly videoMetadataAction: {
1287
+ readonly type: "MediaPlayer";
1288
+ readonly id: "video_metadata_action";
1289
+ readonly props: {
1290
+ readonly type: "video";
1291
+ readonly src: "https://muibook.com/video/japan.mp4";
1292
+ readonly poster: "https://muibook.com/video/japan-poster.jpg";
1293
+ };
1294
+ readonly children: readonly [{
1295
+ readonly type: "AvatarChip";
1296
+ readonly id: "video_creator";
1297
+ readonly props: {
1298
+ readonly slot: "meta-before";
1299
+ readonly href: "#creator-profile";
1300
+ readonly image: "https://muibook.com/images/mui/avatar-mike.jpg";
1301
+ readonly label: "Mike Trilford";
1302
+ };
1303
+ readonly children: readonly [{
1304
+ readonly type: "Body";
1305
+ readonly id: "video_channel";
1306
+ readonly slot: "primary";
1307
+ readonly props: {
1308
+ readonly text: "Sugoi Travels";
1309
+ readonly weight: "bold";
1310
+ };
1311
+ readonly children: readonly [];
1312
+ }, {
1313
+ readonly type: "Link";
1314
+ readonly id: "video_subscribers";
1315
+ readonly slot: "secondary";
1316
+ readonly props: {
1317
+ readonly href: "#creator-profile";
1318
+ readonly text: "77k subscribers";
1319
+ readonly weight: "medium";
1320
+ };
1321
+ readonly children: readonly [];
1322
+ }];
1323
+ }, {
1324
+ readonly type: "Button";
1325
+ readonly id: "video_subscribe";
1326
+ readonly slot: "meta-after";
1327
+ readonly props: {
1328
+ readonly text: "Subscribe";
1329
+ readonly variant: "overlay";
1330
+ };
1331
+ readonly children: readonly [];
1332
+ }];
1333
+ };
1334
+ readonly customSelectWastePicker: {
1335
+ readonly type: "Select";
1336
+ readonly id: "waste_picker";
1337
+ readonly props: {
1338
+ readonly label: "Waste stream";
1339
+ readonly appearance: "custom";
1340
+ readonly "selected-content": "label";
1341
+ readonly col: "1fr 1fr";
1342
+ readonly space: "var(--space-100)";
1343
+ };
1344
+ readonly children: readonly [{
1345
+ readonly type: "Option";
1346
+ readonly id: "waste_recyclable";
1347
+ readonly props: {
1348
+ readonly value: "recyclable";
1349
+ readonly label: "Recyclable";
1350
+ };
1351
+ readonly children: readonly [{
1352
+ readonly type: "VStack";
1353
+ readonly id: "waste_recyclable_stack";
1354
+ readonly props: {
1355
+ readonly space: "var(--space-100)";
1356
+ readonly alignX: "center";
1357
+ };
1358
+ readonly children: readonly [{
1359
+ readonly type: "_Illustration";
1360
+ readonly id: "waste_recyclable_bin";
1361
+ readonly props: {
1362
+ readonly illustration: "mui-illustration-trash";
1363
+ readonly size: "medium";
1364
+ readonly color: "var(--feedback-positive-border-color)";
1365
+ };
1366
+ readonly children: readonly [];
1367
+ }, {
1368
+ readonly type: "Body";
1369
+ readonly id: "waste_recyclable_label";
1370
+ readonly props: {
1371
+ readonly text: "Recyclable";
1372
+ readonly weight: "bold";
1373
+ };
1374
+ readonly children: readonly [];
1375
+ }];
1376
+ }];
1377
+ }, {
1378
+ readonly type: "Option";
1379
+ readonly id: "waste_general";
1380
+ readonly props: {
1381
+ readonly value: "waste";
1382
+ readonly label: "Waste";
1383
+ };
1384
+ readonly children: readonly [{
1385
+ readonly type: "VStack";
1386
+ readonly id: "waste_general_stack";
1387
+ readonly props: {
1388
+ readonly space: "var(--space-100)";
1389
+ readonly alignX: "center";
1390
+ };
1391
+ readonly children: readonly [{
1392
+ readonly type: "_Illustration";
1393
+ readonly id: "waste_general_bin";
1394
+ readonly props: {
1395
+ readonly illustration: "mui-illustration-trash";
1396
+ readonly size: "medium";
1397
+ readonly color: "var(--feedback-info-border-color)";
1398
+ };
1399
+ readonly children: readonly [];
1400
+ }, {
1401
+ readonly type: "Body";
1402
+ readonly id: "waste_general_label";
1403
+ readonly props: {
1404
+ readonly text: "Waste";
1405
+ readonly weight: "bold";
1406
+ };
1407
+ readonly children: readonly [];
1408
+ }];
1409
+ }];
1410
+ }, {
1411
+ readonly type: "Option";
1412
+ readonly id: "waste_organic";
1413
+ readonly props: {
1414
+ readonly value: "organic";
1415
+ readonly label: "Organic";
1416
+ };
1417
+ readonly children: readonly [{
1418
+ readonly type: "VStack";
1419
+ readonly id: "waste_organic_stack";
1420
+ readonly props: {
1421
+ readonly space: "var(--space-100)";
1422
+ readonly alignX: "center";
1423
+ };
1424
+ readonly children: readonly [{
1425
+ readonly type: "_Illustration";
1426
+ readonly id: "waste_organic_bin";
1427
+ readonly props: {
1428
+ readonly illustration: "mui-illustration-trash";
1429
+ readonly size: "medium";
1430
+ readonly color: "var(--feedback-warning-border-color)";
1431
+ };
1432
+ readonly children: readonly [];
1433
+ }, {
1434
+ readonly type: "Body";
1435
+ readonly id: "waste_organic_label";
1436
+ readonly props: {
1437
+ readonly text: "Organic";
1438
+ readonly weight: "bold";
1439
+ };
1440
+ readonly children: readonly [];
1441
+ }];
1442
+ }];
1443
+ }, {
1444
+ readonly type: "Option";
1445
+ readonly id: "waste_burnable";
1446
+ readonly props: {
1447
+ readonly value: "burnable";
1448
+ readonly label: "Burnable";
1449
+ };
1450
+ readonly children: readonly [{
1451
+ readonly type: "VStack";
1452
+ readonly id: "waste_burnable_stack";
1453
+ readonly props: {
1454
+ readonly space: "var(--space-100)";
1455
+ readonly alignX: "center";
1456
+ };
1457
+ readonly children: readonly [{
1458
+ readonly type: "_Illustration";
1459
+ readonly id: "waste_burnable_bin";
1460
+ readonly props: {
1461
+ readonly illustration: "mui-illustration-trash";
1462
+ readonly size: "medium";
1463
+ readonly color: "var(--feedback-attention-border-color)";
1464
+ };
1465
+ readonly children: readonly [];
1466
+ }, {
1467
+ readonly type: "Body";
1468
+ readonly id: "waste_burnable_label";
1469
+ readonly props: {
1470
+ readonly text: "Burnable";
1471
+ readonly weight: "bold";
1472
+ };
1473
+ readonly children: readonly [];
1474
+ }];
1475
+ }];
1476
+ }];
1477
+ };
1478
+ readonly drawerWorkspace: {
1479
+ readonly type: "Drawer";
1480
+ readonly id: "workspace_drawer";
1481
+ readonly props: {
1482
+ readonly variant: "workspace";
1483
+ readonly "resize-rail": true;
1484
+ readonly "left-open": true;
1485
+ readonly "right-open": true;
1486
+ readonly "left-width": "24rem";
1487
+ readonly "right-width": "30rem";
1488
+ readonly "resize-min-left-width": "200";
1489
+ readonly "resize-min-right-width": "200";
1490
+ readonly "resize-min-page-width": "400";
1491
+ readonly "resize-close-threshold": "96";
1492
+ readonly breakpoint: "1400";
1493
+ readonly height: "80dvh";
1494
+ };
1495
+ readonly children: readonly [{
1496
+ readonly type: "VStack";
1497
+ readonly id: "workspace_left_panel";
1498
+ readonly slot: "left";
1499
+ readonly props: {
1500
+ readonly space: "var(--space-300)";
1501
+ readonly padding: "var(--space-400)";
1502
+ };
1503
+ readonly children: readonly [{
1504
+ readonly type: "Heading";
1505
+ readonly id: "workspace_left_heading";
1506
+ readonly props: {
1507
+ readonly text: "Components";
1508
+ readonly size: "4";
1509
+ readonly level: "2";
1510
+ };
1511
+ readonly children: readonly [];
1512
+ }, {
1513
+ readonly type: "Button";
1514
+ readonly id: "workspace_media_card";
1515
+ readonly props: {
1516
+ readonly text: "Media Card";
1517
+ readonly variant: "tertiary";
1518
+ };
1519
+ readonly children: readonly [];
1520
+ }, {
1521
+ readonly type: "Button";
1522
+ readonly id: "workspace_sidebar";
1523
+ readonly props: {
1524
+ readonly text: "Sidebar";
1525
+ readonly variant: "tertiary";
1526
+ };
1527
+ readonly children: readonly [];
1528
+ }];
1529
+ }, {
1530
+ readonly type: "VStack";
1531
+ readonly id: "workspace_canvas";
1532
+ readonly slot: "page";
1533
+ readonly props: {
1534
+ readonly space: "var(--space-400)";
1535
+ readonly padding: "var(--space-500)";
1536
+ readonly alignX: "center";
1537
+ };
1538
+ readonly children: readonly [{
1539
+ readonly type: "Heading";
1540
+ readonly id: "workspace_canvas_heading";
1541
+ readonly props: {
1542
+ readonly text: "Canvas";
1543
+ readonly size: "3";
1544
+ readonly level: "1";
1545
+ };
1546
+ readonly children: readonly [];
1547
+ }, {
1548
+ readonly type: "Card";
1549
+ readonly id: "workspace_selected_card";
1550
+ readonly props: {};
1551
+ readonly children: readonly [{
1552
+ readonly type: "CardBody";
1553
+ readonly id: "workspace_selected_body";
1554
+ readonly props: {};
1555
+ readonly children: readonly [{
1556
+ readonly type: "Heading";
1557
+ readonly id: "workspace_selected_title";
1558
+ readonly props: {
1559
+ readonly text: "Customer Portal";
1560
+ readonly size: "4";
1561
+ readonly level: "2";
1562
+ };
1563
+ readonly children: readonly [];
1564
+ }, {
1565
+ readonly type: "Body";
1566
+ readonly id: "workspace_selected_description";
1567
+ readonly props: {
1568
+ readonly text: "A selected page region sits between the component library and inspector panels.";
1569
+ };
1570
+ readonly children: readonly [];
1571
+ }];
1572
+ }];
1573
+ }];
1574
+ }, {
1575
+ readonly type: "VStack";
1576
+ readonly id: "workspace_right_panel";
1577
+ readonly slot: "right";
1578
+ readonly props: {
1579
+ readonly space: "var(--space-300)";
1580
+ readonly padding: "var(--space-400)";
1581
+ };
1582
+ readonly children: readonly [{
1583
+ readonly type: "Heading";
1584
+ readonly id: "workspace_right_heading";
1585
+ readonly props: {
1586
+ readonly text: "Inspector";
1587
+ readonly size: "4";
1588
+ readonly level: "2";
1589
+ };
1590
+ readonly children: readonly [];
1591
+ }, {
1592
+ readonly type: "AccordionBlock";
1593
+ readonly id: "workspace_styles";
1594
+ readonly props: {
1595
+ readonly heading: "Styles";
1596
+ };
1597
+ readonly children: readonly [];
1598
+ }, {
1599
+ readonly type: "AccordionBlock";
1600
+ readonly id: "workspace_layout";
1601
+ readonly props: {
1602
+ readonly heading: "Layout";
1603
+ };
1604
+ readonly children: readonly [];
1605
+ }];
1606
+ }];
1607
+ };
1608
+ readonly modelViewerProductPreview: {
1609
+ readonly type: "ModelViewer";
1610
+ readonly id: "model_viewer_product_preview";
1611
+ readonly props: {
1612
+ readonly src: "https://muibook.com/models/chair.glb";
1613
+ readonly "ios-src": "https://muibook.com/models/chair.usdz";
1614
+ readonly poster: "https://muibook.com/models/chair-poster.jpg";
1615
+ readonly alt: "Three dimensional preview of a lounge chair.";
1616
+ readonly controls: true;
1617
+ readonly ar: true;
1618
+ };
1619
+ readonly children: readonly [{
1620
+ readonly type: "Body";
1621
+ readonly id: "model_viewer_fallback";
1622
+ readonly props: {
1623
+ readonly text: "Download the product model or view the gallery if 3D preview is unavailable.";
1624
+ readonly size: "small";
1625
+ };
1626
+ readonly children: readonly [];
1627
+ }];
1628
+ };
1629
+ readonly dashboard: {
1630
+ readonly type: "VStack";
1631
+ readonly id: "dashboard_root";
1632
+ readonly props: {
1633
+ readonly space: "var(--space-500)";
1634
+ readonly alignX: "stretch";
1635
+ readonly style: "max-width: 112rem; margin: 0 auto;";
1636
+ };
1637
+ readonly children: readonly [{
1638
+ readonly type: "HStack";
1639
+ readonly id: "dashboard_header";
1640
+ readonly props: {
1641
+ readonly alignX: "space-between";
1642
+ readonly alignY: "center";
1643
+ };
1644
+ readonly children: readonly [{
1645
+ readonly type: "VStack";
1646
+ readonly id: "header_title_stack";
1647
+ readonly props: {
1648
+ readonly space: "var(--space-000)";
1649
+ };
1650
+ readonly children: readonly [{
1651
+ readonly type: "Heading";
1652
+ readonly id: "title";
1653
+ readonly props: {
1654
+ readonly text: "Revenue operations";
1655
+ readonly size: "2";
1656
+ };
1657
+ readonly children: readonly [];
1658
+ }, {
1659
+ readonly type: "Body";
1660
+ readonly id: "subtitle";
1661
+ readonly props: {
1662
+ readonly text: "Track activation health...";
1663
+ readonly size: "small";
1664
+ };
1665
+ readonly children: readonly [];
1666
+ }];
1667
+ }, {
1668
+ readonly type: "ButtonGroup";
1669
+ readonly id: "header_actions";
1670
+ readonly props: {
1671
+ readonly align: "right";
1672
+ };
1673
+ readonly children: readonly [{
1674
+ readonly type: "Button";
1675
+ readonly id: "export_btn";
1676
+ readonly props: {
1677
+ readonly text: "Export report";
1678
+ readonly variant: "secondary";
1679
+ };
1680
+ readonly children: readonly [];
1681
+ }, {
1682
+ readonly type: "Button";
1683
+ readonly id: "create_btn";
1684
+ readonly props: {
1685
+ readonly text: "Create task";
1686
+ readonly variant: "primary";
1687
+ };
1688
+ readonly children: readonly [];
1689
+ }];
1690
+ }];
1691
+ }, {
1692
+ readonly type: "Grid";
1693
+ readonly id: "dashboard_metric_grid";
1694
+ readonly props: {
1695
+ readonly col: "repeat(4, minmax(0, 1fr))";
1696
+ readonly space: "var(--space-300)";
1697
+ readonly alignX: "stretch";
1698
+ };
1699
+ readonly children: readonly [{
1700
+ readonly type: "Card";
1701
+ readonly id: "metric_revenue_card";
1702
+ readonly props: {};
1703
+ readonly children: readonly [{
1704
+ readonly type: "CardBody";
1705
+ readonly id: "metric_revenue_body";
1706
+ readonly props: {};
1707
+ readonly children: readonly [{
1708
+ readonly type: "VStack";
1709
+ readonly id: "metric_revenue_stack";
1710
+ readonly props: {
1711
+ readonly space: "var(--space-200)";
1712
+ readonly alignX: "stretch";
1713
+ };
1714
+ readonly children: readonly [{
1715
+ readonly type: "Body";
1716
+ readonly id: "metric_revenue_label";
1717
+ readonly props: {
1718
+ readonly text: "Monthly revenue";
1719
+ readonly size: "small";
1720
+ readonly variant: "optional";
1721
+ };
1722
+ readonly children: readonly [];
1723
+ }, {
1724
+ readonly type: "Heading";
1725
+ readonly id: "metric_revenue_value";
1726
+ readonly props: {
1727
+ readonly text: "$128.4K";
1728
+ readonly size: "3";
1729
+ readonly level: "2";
1730
+ };
1731
+ readonly children: readonly [];
1732
+ }, {
1733
+ readonly type: "Badge";
1734
+ readonly id: "metric_revenue_delta";
1735
+ readonly props: {
1736
+ readonly text: "+12.8%";
1737
+ readonly size: "small";
1738
+ readonly variant: "positive";
1739
+ };
1740
+ readonly children: readonly [];
1741
+ }];
1742
+ }];
1743
+ }];
1744
+ }, {
1745
+ readonly type: "Card";
1746
+ readonly id: "metric_accounts_card";
1747
+ readonly props: {};
1748
+ readonly children: readonly [{
1749
+ readonly type: "CardBody";
1750
+ readonly id: "metric_accounts_body";
1751
+ readonly props: {};
1752
+ readonly children: readonly [{
1753
+ readonly type: "VStack";
1754
+ readonly id: "metric_accounts_stack";
1755
+ readonly props: {
1756
+ readonly space: "var(--space-200)";
1757
+ readonly alignX: "stretch";
1758
+ };
1759
+ readonly children: readonly [{
1760
+ readonly type: "Body";
1761
+ readonly id: "metric_accounts_label";
1762
+ readonly props: {
1763
+ readonly text: "Active accounts";
1764
+ readonly size: "small";
1765
+ readonly variant: "optional";
1766
+ };
1767
+ readonly children: readonly [];
1768
+ }, {
1769
+ readonly type: "Heading";
1770
+ readonly id: "metric_accounts_value";
1771
+ readonly props: {
1772
+ readonly text: "24,892";
1773
+ readonly size: "3";
1774
+ readonly level: "2";
1775
+ };
1776
+ readonly children: readonly [];
1777
+ }, {
1778
+ readonly type: "Badge";
1779
+ readonly id: "metric_accounts_delta";
1780
+ readonly props: {
1781
+ readonly text: "+4.2%";
1782
+ readonly size: "small";
1783
+ readonly variant: "positive";
1784
+ };
1785
+ readonly children: readonly [];
1786
+ }];
1787
+ }];
1788
+ }];
1789
+ }, {
1790
+ readonly type: "Card";
1791
+ readonly id: "metric_conversion_card";
1792
+ readonly props: {};
1793
+ readonly children: readonly [{
1794
+ readonly type: "CardBody";
1795
+ readonly id: "metric_conversion_body";
1796
+ readonly props: {};
1797
+ readonly children: readonly [{
1798
+ readonly type: "VStack";
1799
+ readonly id: "metric_conversion_stack";
1800
+ readonly props: {
1801
+ readonly space: "var(--space-200)";
1802
+ readonly alignX: "stretch";
1803
+ };
1804
+ readonly children: readonly [{
1805
+ readonly type: "Body";
1806
+ readonly id: "metric_conversion_label";
1807
+ readonly props: {
1808
+ readonly text: "Trial conversion";
1809
+ readonly size: "small";
1810
+ readonly variant: "optional";
1811
+ };
1812
+ readonly children: readonly [];
1813
+ }, {
1814
+ readonly type: "Heading";
1815
+ readonly id: "metric_conversion_value";
1816
+ readonly props: {
1817
+ readonly text: "8.6%";
1818
+ readonly size: "3";
1819
+ readonly level: "2";
1820
+ };
1821
+ readonly children: readonly [];
1822
+ }, {
1823
+ readonly type: "Badge";
1824
+ readonly id: "metric_conversion_delta";
1825
+ readonly props: {
1826
+ readonly text: "-1.1%";
1827
+ readonly size: "small";
1828
+ readonly variant: "warning";
1829
+ };
1830
+ readonly children: readonly [];
1831
+ }];
1832
+ }];
1833
+ }];
1834
+ }, {
1835
+ readonly type: "Card";
1836
+ readonly id: "metric_uptime_card";
1837
+ readonly props: {};
1838
+ readonly children: readonly [{
1839
+ readonly type: "CardBody";
1840
+ readonly id: "metric_uptime_body";
1841
+ readonly props: {};
1842
+ readonly children: readonly [{
1843
+ readonly type: "VStack";
1844
+ readonly id: "metric_uptime_stack";
1845
+ readonly props: {
1846
+ readonly space: "var(--space-200)";
1847
+ readonly alignX: "stretch";
1848
+ };
1849
+ readonly children: readonly [{
1850
+ readonly type: "Body";
1851
+ readonly id: "metric_uptime_label";
1852
+ readonly props: {
1853
+ readonly text: "Platform uptime";
1854
+ readonly size: "small";
1855
+ readonly variant: "optional";
1856
+ };
1857
+ readonly children: readonly [];
1858
+ }, {
1859
+ readonly type: "Heading";
1860
+ readonly id: "metric_uptime_value";
1861
+ readonly props: {
1862
+ readonly text: "99.98%";
1863
+ readonly size: "3";
1864
+ readonly level: "2";
1865
+ };
1866
+ readonly children: readonly [];
1867
+ }, {
1868
+ readonly type: "Badge";
1869
+ readonly id: "metric_uptime_delta";
1870
+ readonly props: {
1871
+ readonly text: "Stable";
1872
+ readonly size: "small";
1873
+ readonly variant: "neutral";
1874
+ };
1875
+ readonly children: readonly [];
1876
+ }];
1877
+ }];
1878
+ }];
1879
+ }];
1880
+ }, {
1881
+ readonly type: "Grid";
1882
+ readonly id: "dashboard_main_grid";
1883
+ readonly props: {
1884
+ readonly col: "minmax(0, 1.55fr) minmax(26rem, 1fr)";
1885
+ readonly space: "var(--space-300)";
1886
+ readonly alignX: "stretch";
1887
+ };
1888
+ readonly children: readonly [{
1889
+ readonly type: "Card";
1890
+ readonly id: "activation_health_card";
1891
+ readonly props: {};
1892
+ readonly children: readonly [{
1893
+ readonly type: "CardHeader";
1894
+ readonly id: "activation_health_header";
1895
+ readonly props: {};
1896
+ readonly children: readonly [{
1897
+ readonly type: "Heading";
1898
+ readonly id: "activation_health_title";
1899
+ readonly props: {
1900
+ readonly text: "Activation health";
1901
+ readonly size: "3";
1902
+ readonly level: "2";
1903
+ };
1904
+ readonly children: readonly [];
1905
+ }, {
1906
+ readonly type: "Body";
1907
+ readonly id: "activation_health_description";
1908
+ readonly props: {
1909
+ readonly text: "Performance across the last 30 days.";
1910
+ readonly size: "small";
1911
+ readonly variant: "optional";
1912
+ };
1913
+ readonly children: readonly [];
1914
+ }];
1915
+ }, {
1916
+ readonly type: "CardBody";
1917
+ readonly id: "activation_health_body";
1918
+ readonly props: {};
1919
+ readonly children: readonly [{
1920
+ readonly type: "VStack";
1921
+ readonly id: "activation_health_stack";
1922
+ readonly props: {
1923
+ readonly space: "var(--space-400)";
1924
+ readonly alignX: "stretch";
1925
+ };
1926
+ readonly children: readonly [{
1927
+ readonly type: "VStack";
1928
+ readonly id: "feature_adoption";
1929
+ readonly props: {
1930
+ readonly space: "var(--space-100)";
1931
+ readonly alignX: "stretch";
1932
+ };
1933
+ readonly children: readonly [{
1934
+ readonly type: "HStack";
1935
+ readonly id: "feature_adoption_header";
1936
+ readonly props: {
1937
+ readonly alignX: "space-between";
1938
+ readonly alignY: "center";
1939
+ };
1940
+ readonly children: readonly [{
1941
+ readonly type: "Body";
1942
+ readonly id: "feature_adoption_label";
1943
+ readonly props: {
1944
+ readonly text: "Feature adoption";
1945
+ readonly size: "small";
1946
+ readonly weight: "bold";
1947
+ };
1948
+ readonly children: readonly [];
1949
+ }, {
1950
+ readonly type: "Badge";
1951
+ readonly id: "feature_adoption_delta";
1952
+ readonly props: {
1953
+ readonly text: "+15%";
1954
+ readonly size: "x-small";
1955
+ readonly variant: "positive";
1956
+ };
1957
+ readonly children: readonly [];
1958
+ }];
1959
+ }, {
1960
+ readonly type: "Progress";
1961
+ readonly id: "feature_adoption_progress";
1962
+ readonly props: {
1963
+ readonly progress: "45";
1964
+ };
1965
+ readonly children: readonly [];
1966
+ }];
1967
+ }, {
1968
+ readonly type: "VStack";
1969
+ readonly id: "retention";
1970
+ readonly props: {
1971
+ readonly space: "var(--space-100)";
1972
+ readonly alignX: "stretch";
1973
+ };
1974
+ readonly children: readonly [{
1975
+ readonly type: "HStack";
1976
+ readonly id: "retention_header";
1977
+ readonly props: {
1978
+ readonly alignX: "space-between";
1979
+ readonly alignY: "center";
1980
+ };
1981
+ readonly children: readonly [{
1982
+ readonly type: "Body";
1983
+ readonly id: "retention_label";
1984
+ readonly props: {
1985
+ readonly text: "30-day retention";
1986
+ readonly size: "small";
1987
+ readonly weight: "bold";
1988
+ };
1989
+ readonly children: readonly [];
1990
+ }, {
1991
+ readonly type: "Badge";
1992
+ readonly id: "retention_delta";
1993
+ readonly props: {
1994
+ readonly text: "+4%";
1995
+ readonly size: "x-small";
1996
+ readonly variant: "positive";
1997
+ };
1998
+ readonly children: readonly [];
1999
+ }];
2000
+ }, {
2001
+ readonly type: "Progress";
2002
+ readonly id: "retention_progress";
2003
+ readonly props: {
2004
+ readonly progress: "68";
2005
+ };
2006
+ readonly children: readonly [];
2007
+ }];
2008
+ }];
2009
+ }];
2010
+ }];
2011
+ }, {
2012
+ readonly type: "Card";
2013
+ readonly id: "priority_tasks_card";
2014
+ readonly props: {};
2015
+ readonly children: readonly [{
2016
+ readonly type: "CardHeader";
2017
+ readonly id: "priority_tasks_header";
2018
+ readonly props: {};
2019
+ readonly children: readonly [{
2020
+ readonly type: "Heading";
2021
+ readonly id: "priority_tasks_title";
2022
+ readonly props: {
2023
+ readonly text: "Priority tasks";
2024
+ readonly size: "3";
2025
+ readonly level: "2";
2026
+ };
2027
+ readonly children: readonly [];
2028
+ }];
2029
+ }, {
2030
+ readonly type: "CardBody";
2031
+ readonly id: "priority_tasks_body";
2032
+ readonly props: {};
2033
+ readonly children: readonly [{
2034
+ readonly type: "SlatGroup";
2035
+ readonly id: "priority_tasks";
2036
+ readonly props: {};
2037
+ readonly children: readonly [{
2038
+ readonly type: "Slat";
2039
+ readonly id: "billing_alerts_task";
2040
+ readonly props: {
2041
+ readonly variant: "action";
2042
+ };
2043
+ readonly children: readonly [{
2044
+ readonly type: "VStack";
2045
+ readonly id: "billing_alerts_copy";
2046
+ readonly slot: "start";
2047
+ readonly props: {
2048
+ readonly space: "var(--space-000)";
2049
+ };
2050
+ readonly children: readonly [{
2051
+ readonly type: "Body";
2052
+ readonly id: "billing_alerts_title";
2053
+ readonly props: {
2054
+ readonly text: "Review billing alerts";
2055
+ readonly size: "small";
2056
+ readonly weight: "bold";
2057
+ };
2058
+ readonly children: readonly [];
2059
+ }, {
2060
+ readonly type: "Body";
2061
+ readonly id: "billing_alerts_meta";
2062
+ readonly props: {
2063
+ readonly text: "Finance operations";
2064
+ readonly size: "x-small";
2065
+ readonly variant: "optional";
2066
+ };
2067
+ readonly children: readonly [];
2068
+ }];
2069
+ }, {
2070
+ readonly type: "Badge";
2071
+ readonly id: "billing_alerts_badge";
2072
+ readonly slot: "end";
2073
+ readonly props: {
2074
+ readonly text: "Urgent";
2075
+ readonly size: "x-small";
2076
+ readonly variant: "attention";
2077
+ };
2078
+ readonly children: readonly [];
2079
+ }];
2080
+ }, {
2081
+ readonly type: "Slat";
2082
+ readonly id: "campaign_task";
2083
+ readonly props: {
2084
+ readonly variant: "action";
2085
+ };
2086
+ readonly children: readonly [{
2087
+ readonly type: "VStack";
2088
+ readonly id: "campaign_copy";
2089
+ readonly slot: "start";
2090
+ readonly props: {
2091
+ readonly space: "var(--space-000)";
2092
+ };
2093
+ readonly children: readonly [{
2094
+ readonly type: "Body";
2095
+ readonly id: "campaign_title";
2096
+ readonly props: {
2097
+ readonly text: "Approve campaign launch";
2098
+ readonly size: "small";
2099
+ readonly weight: "bold";
2100
+ };
2101
+ readonly children: readonly [];
2102
+ }, {
2103
+ readonly type: "Body";
2104
+ readonly id: "campaign_meta";
2105
+ readonly props: {
2106
+ readonly text: "Growth team";
2107
+ readonly size: "x-small";
2108
+ readonly variant: "optional";
2109
+ };
2110
+ readonly children: readonly [];
2111
+ }];
2112
+ }, {
2113
+ readonly type: "Badge";
2114
+ readonly id: "campaign_badge";
2115
+ readonly slot: "end";
2116
+ readonly props: {
2117
+ readonly text: "Pending";
2118
+ readonly size: "x-small";
2119
+ readonly variant: "warning";
2120
+ };
2121
+ readonly children: readonly [];
2122
+ }];
2123
+ }];
2124
+ }];
2125
+ }];
2126
+ }];
2127
+ }, {
2128
+ readonly type: "Responsive";
2129
+ readonly id: "dashboard_activity";
2130
+ readonly props: {
2131
+ readonly breakpoint: "767";
2132
+ };
2133
+ readonly children: readonly [{
2134
+ readonly type: "Card";
2135
+ readonly id: "activity_table_card";
2136
+ readonly slot: "showAbove";
2137
+ readonly props: {};
2138
+ readonly children: readonly [{
2139
+ readonly type: "CardHeader";
2140
+ readonly id: "activity_table_header";
2141
+ readonly props: {};
2142
+ readonly children: readonly [{
2143
+ readonly type: "Heading";
2144
+ readonly id: "activity_table_title";
2145
+ readonly props: {
2146
+ readonly text: "Recent account activity";
2147
+ readonly size: "3";
2148
+ readonly level: "2";
2149
+ };
2150
+ readonly children: readonly [];
2151
+ }];
2152
+ }, {
2153
+ readonly type: "CardBody";
2154
+ readonly id: "activity_table_body";
2155
+ readonly props: {};
2156
+ readonly children: readonly [{
2157
+ readonly type: "Table";
2158
+ readonly id: "activity_table";
2159
+ readonly props: {};
2160
+ readonly children: readonly [{
2161
+ readonly type: "RowGroup";
2162
+ readonly id: "activity_rows";
2163
+ readonly props: {};
2164
+ readonly children: readonly [{
2165
+ readonly type: "Row";
2166
+ readonly id: "activity_acme";
2167
+ readonly props: {
2168
+ readonly columns: "1.5fr 1fr 1fr auto";
2169
+ readonly size: "small";
2170
+ };
2171
+ readonly children: readonly [{
2172
+ readonly type: "Cell";
2173
+ readonly id: "activity_acme_account";
2174
+ readonly props: {};
2175
+ readonly children: readonly [{
2176
+ readonly type: "Body";
2177
+ readonly id: "activity_acme_name";
2178
+ readonly props: {
2179
+ readonly text: "Acme Studios";
2180
+ readonly size: "small";
2181
+ };
2182
+ readonly children: readonly [];
2183
+ }];
2184
+ }, {
2185
+ readonly type: "Cell";
2186
+ readonly id: "activity_acme_event";
2187
+ readonly props: {};
2188
+ readonly children: readonly [{
2189
+ readonly type: "Body";
2190
+ readonly id: "activity_acme_event_text";
2191
+ readonly props: {
2192
+ readonly text: "Renewal";
2193
+ readonly size: "small";
2194
+ };
2195
+ readonly children: readonly [];
2196
+ }];
2197
+ }, {
2198
+ readonly type: "Cell";
2199
+ readonly id: "activity_acme_status";
2200
+ readonly props: {};
2201
+ readonly children: readonly [{
2202
+ readonly type: "Badge";
2203
+ readonly id: "activity_acme_paid";
2204
+ readonly props: {
2205
+ readonly text: "Paid";
2206
+ readonly size: "small";
2207
+ readonly variant: "positive";
2208
+ };
2209
+ readonly children: readonly [];
2210
+ }];
2211
+ }, {
2212
+ readonly type: "Cell";
2213
+ readonly id: "activity_acme_action";
2214
+ readonly props: {
2215
+ readonly action: true;
2216
+ };
2217
+ readonly children: readonly [{
2218
+ readonly type: "Button";
2219
+ readonly id: "activity_acme_view";
2220
+ readonly props: {
2221
+ readonly text: "View";
2222
+ readonly size: "small";
2223
+ readonly variant: "tertiary";
2224
+ };
2225
+ readonly children: readonly [];
2226
+ }];
2227
+ }];
2228
+ }];
2229
+ }];
2230
+ }];
2231
+ }];
2232
+ }, {
2233
+ readonly type: "Card";
2234
+ readonly id: "activity_slat_card";
2235
+ readonly slot: "showBelow";
2236
+ readonly props: {};
2237
+ readonly children: readonly [{
2238
+ readonly type: "CardBody";
2239
+ readonly id: "activity_slat_body";
2240
+ readonly props: {};
2241
+ readonly children: readonly [{
2242
+ readonly type: "SlatGroup";
2243
+ readonly id: "activity_mobile_slats";
2244
+ readonly props: {};
2245
+ readonly children: readonly [{
2246
+ readonly type: "Slat";
2247
+ readonly id: "activity_mobile_acme";
2248
+ readonly props: {
2249
+ readonly variant: "action";
2250
+ };
2251
+ readonly children: readonly [{
2252
+ readonly type: "VStack";
2253
+ readonly id: "activity_mobile_acme_copy";
2254
+ readonly slot: "start";
2255
+ readonly props: {
2256
+ readonly space: "var(--space-000)";
2257
+ };
2258
+ readonly children: readonly [{
2259
+ readonly type: "Body";
2260
+ readonly id: "activity_mobile_acme_title";
2261
+ readonly props: {
2262
+ readonly text: "Acme Studios";
2263
+ readonly size: "small";
2264
+ readonly weight: "bold";
2265
+ };
2266
+ readonly children: readonly [];
2267
+ }, {
2268
+ readonly type: "Body";
2269
+ readonly id: "activity_mobile_acme_meta";
2270
+ readonly props: {
2271
+ readonly text: "Renewal payment";
2272
+ readonly size: "x-small";
2273
+ readonly variant: "optional";
2274
+ };
2275
+ readonly children: readonly [];
2276
+ }];
2277
+ }, {
2278
+ readonly type: "Badge";
2279
+ readonly id: "activity_mobile_acme_status";
2280
+ readonly slot: "end";
2281
+ readonly props: {
2282
+ readonly text: "Paid";
2283
+ readonly size: "x-small";
2284
+ readonly variant: "positive";
2285
+ };
2286
+ readonly children: readonly [];
2287
+ }];
2288
+ }];
2289
+ }];
2290
+ }];
2291
+ }];
2292
+ }];
2293
+ };
2294
+ };
2295
+ export declare const compositionConfig: {
2296
+ signupFlow: {
2297
+ includeInAgent: true;
2298
+ detail: "compact";
2299
+ };
2300
+ rewardsCard: {
2301
+ includeInAgent: true;
2302
+ detail: "compact";
2303
+ };
2304
+ contactForm: {
2305
+ includeInAgent: true;
2306
+ detail: "compact";
2307
+ };
2308
+ analyticsSummary: {
2309
+ includeInAgent: false;
2310
+ detail: "full";
2311
+ };
2312
+ onboarding: {
2313
+ includeInAgent: false;
2314
+ detail: "full";
2315
+ };
2316
+ wallet: {
2317
+ includeInAgent: false;
2318
+ detail: "full";
2319
+ };
2320
+ muitube: {
2321
+ includeInAgent: false;
2322
+ detail: "full";
2323
+ };
2324
+ songPage: {
2325
+ includeInAgent: false;
2326
+ detail: "full";
2327
+ };
2328
+ videoMetadataAction: {
2329
+ includeInAgent: false;
2330
+ detail: "full";
2331
+ };
2332
+ customSelectWastePicker: {
2333
+ includeInAgent: false;
2334
+ detail: "full";
2335
+ };
2336
+ drawerWorkspace: {
2337
+ includeInAgent: false;
2338
+ detail: "full";
2339
+ };
2340
+ modelViewerProductPreview: {
2341
+ includeInAgent: false;
2342
+ detail: "full";
2343
+ };
2344
+ dashboard: {
2345
+ includeInAgent: false;
2346
+ detail: "full";
2347
+ };
2348
+ };
2349
+ export declare const agentCompositionKeys: ("signupFlow" | "rewardsCard" | "contactForm" | "analyticsSummary" | "onboarding" | "wallet" | "muitube" | "songPage" | "videoMetadataAction" | "customSelectWastePicker" | "drawerWorkspace" | "modelViewerProductPreview" | "dashboard")[];
2350
+ export type AgentCompositionKey = (typeof agentCompositionKeys)[number];
2351
+ export declare const agentCompositions: Pick<{
2352
+ readonly signupFlow: {
2353
+ readonly type: "Container";
2354
+ readonly id: "signup_container";
2355
+ readonly props: {
2356
+ readonly center: true;
2357
+ readonly size: "medium";
2358
+ readonly style: "padding-block: var(--space-800);";
2359
+ };
2360
+ readonly children: readonly [{
2361
+ readonly type: "Card";
2362
+ readonly id: "signup_card";
2363
+ readonly props: {
2364
+ readonly style: "width: 100%; max-width: 32rem; margin-inline: auto;";
2365
+ };
2366
+ readonly children: readonly [{
2367
+ readonly type: "CardBody";
2368
+ readonly id: "signup_card_body";
2369
+ readonly props: {
2370
+ readonly style: "padding: var(--space-500);";
2371
+ };
2372
+ readonly children: readonly [{
2373
+ readonly type: "VStack";
2374
+ readonly id: "signup_stack";
2375
+ readonly props: {
2376
+ readonly space: "var(--space-400)";
2377
+ readonly alignX: "stretch";
2378
+ };
2379
+ readonly children: readonly [{
2380
+ readonly type: "Heading";
2381
+ readonly id: "signup_title";
2382
+ readonly props: {
2383
+ readonly text: "Create your account";
2384
+ readonly size: "2";
2385
+ readonly level: "1";
2386
+ };
2387
+ readonly children: readonly [];
2388
+ }, {
2389
+ readonly type: "Body";
2390
+ readonly id: "signup_intro";
2391
+ readonly props: {
2392
+ readonly text: "Start with your work email and a secure password.";
2393
+ readonly size: "small";
2394
+ readonly variant: "optional";
2395
+ };
2396
+ readonly children: readonly [];
2397
+ }, {
2398
+ readonly type: "FormGroup";
2399
+ readonly id: "signup_fields";
2400
+ readonly props: {
2401
+ readonly variant: "vertical";
2402
+ readonly "hide-label": true;
2403
+ };
2404
+ readonly children: readonly [{
2405
+ readonly type: "Field";
2406
+ readonly id: "signup_name_field";
2407
+ readonly props: {
2408
+ readonly label: "Name";
2409
+ };
2410
+ readonly children: readonly [{
2411
+ readonly type: "Input";
2412
+ readonly id: "signup_name";
2413
+ readonly props: {
2414
+ readonly label: "Name";
2415
+ readonly placeholder: "Jane Smith";
2416
+ readonly name: "name";
2417
+ };
2418
+ readonly children: readonly [];
2419
+ }];
2420
+ }, {
2421
+ readonly type: "Field";
2422
+ readonly id: "signup_email_field";
2423
+ readonly props: {
2424
+ readonly label: "Email";
2425
+ };
2426
+ readonly children: readonly [{
2427
+ readonly type: "Input";
2428
+ readonly id: "signup_email";
2429
+ readonly props: {
2430
+ readonly label: "Email";
2431
+ readonly type: "email";
2432
+ readonly placeholder: "jane@company.com";
2433
+ readonly name: "email";
2434
+ };
2435
+ readonly children: readonly [];
2436
+ }];
2437
+ }, {
2438
+ readonly type: "Field";
2439
+ readonly id: "signup_password_field";
2440
+ readonly props: {
2441
+ readonly label: "Password";
2442
+ };
2443
+ readonly children: readonly [{
2444
+ readonly type: "Input";
2445
+ readonly id: "signup_password";
2446
+ readonly props: {
2447
+ readonly label: "Password";
2448
+ readonly type: "password";
2449
+ readonly placeholder: "Create password";
2450
+ readonly name: "password";
2451
+ };
2452
+ readonly children: readonly [];
2453
+ }];
2454
+ }, {
2455
+ readonly type: "Checkbox";
2456
+ readonly id: "signup_terms";
2457
+ readonly props: {
2458
+ readonly text: "I agree to the terms";
2459
+ readonly size: "small";
2460
+ };
2461
+ readonly children: readonly [];
2462
+ }];
2463
+ }, {
2464
+ readonly type: "Button";
2465
+ readonly id: "signup_submit";
2466
+ readonly props: {
2467
+ readonly text: "Create account";
2468
+ readonly variant: "primary";
2469
+ readonly size: "large";
2470
+ };
2471
+ readonly children: readonly [];
2472
+ }];
2473
+ }];
2474
+ }];
2475
+ }];
2476
+ };
2477
+ readonly rewardsCard: {
2478
+ readonly type: "Container";
2479
+ readonly id: "root";
2480
+ readonly props: {
2481
+ readonly size: "medium";
2482
+ readonly center: true;
2483
+ };
2484
+ readonly children: readonly [{
2485
+ readonly type: "Card";
2486
+ readonly id: "card";
2487
+ readonly props: {};
2488
+ readonly children: readonly [{
2489
+ readonly type: "CardHeader";
2490
+ readonly id: "header";
2491
+ readonly props: {};
2492
+ readonly children: readonly [{
2493
+ readonly type: "Heading";
2494
+ readonly id: "title";
2495
+ readonly props: {
2496
+ readonly text: "Rewards";
2497
+ readonly size: "4";
2498
+ readonly level: "4";
2499
+ };
2500
+ readonly children: readonly [];
2501
+ }];
2502
+ }, {
2503
+ readonly type: "CardBody";
2504
+ readonly id: "body";
2505
+ readonly props: {};
2506
+ readonly children: readonly [{
2507
+ readonly type: "VStack";
2508
+ readonly id: "content";
2509
+ readonly props: {
2510
+ readonly space: "var(--space-200)";
2511
+ readonly alignX: "center";
2512
+ };
2513
+ readonly children: readonly [{
2514
+ readonly type: "SmartCard";
2515
+ readonly id: "smart-card";
2516
+ readonly props: {
2517
+ readonly inverted: true;
2518
+ readonly "bg-image": "https://muibook.com/images/diamond.png";
2519
+ readonly partner: "https://muibook.com/images/emerald.svg";
2520
+ readonly number: "1234";
2521
+ readonly type: "Rewards";
2522
+ readonly variant: "plain";
2523
+ readonly state: "default";
2524
+ };
2525
+ readonly children: readonly [];
2526
+ }];
2527
+ }];
2528
+ }];
2529
+ }];
2530
+ };
2531
+ readonly contactForm: {
2532
+ readonly type: "VStack";
2533
+ readonly id: "root";
2534
+ readonly props: {
2535
+ readonly space: "var(--space-300)";
2536
+ readonly style: "width: 100%; max-width: 960px;";
2537
+ };
2538
+ readonly children: readonly [{
2539
+ readonly type: "Heading";
2540
+ readonly id: "title";
2541
+ readonly props: {
2542
+ readonly text: "Contact Us";
2543
+ readonly size: "1";
2544
+ readonly level: "1";
2545
+ };
2546
+ readonly children: readonly [];
2547
+ }, {
2548
+ readonly type: "Alert";
2549
+ readonly id: "info";
2550
+ readonly props: {
2551
+ readonly variant: "info";
2552
+ readonly label: "Info";
2553
+ };
2554
+ readonly children: readonly [{
2555
+ readonly type: "Span";
2556
+ readonly id: "copy";
2557
+ readonly props: {
2558
+ readonly text: "Reply in 24h.";
2559
+ };
2560
+ readonly children: readonly [];
2561
+ }];
2562
+ }, {
2563
+ readonly type: "VStack";
2564
+ readonly id: "form";
2565
+ readonly props: {
2566
+ readonly space: "var(--space-200)";
2567
+ };
2568
+ readonly children: readonly [{
2569
+ readonly type: "Input";
2570
+ readonly id: "email";
2571
+ readonly props: {
2572
+ readonly label: "Email";
2573
+ readonly type: "email";
2574
+ };
2575
+ readonly children: readonly [];
2576
+ }, {
2577
+ readonly type: "Select";
2578
+ readonly id: "subject";
2579
+ readonly props: {
2580
+ readonly label: "Subject";
2581
+ readonly options: readonly [{
2582
+ readonly value: "general";
2583
+ readonly label: "General";
2584
+ }, {
2585
+ readonly value: "support";
2586
+ readonly label: "Support";
2587
+ }, {
2588
+ readonly value: "billing";
2589
+ readonly label: "Billing";
2590
+ }];
2591
+ };
2592
+ readonly children: readonly [];
2593
+ }, {
2594
+ readonly type: "Input";
2595
+ readonly id: "message";
2596
+ readonly props: {
2597
+ readonly label: "Message";
2598
+ readonly type: "text";
2599
+ readonly placeholder: "How can we help?";
2600
+ };
2601
+ readonly children: readonly [];
2602
+ }];
2603
+ }, {
2604
+ readonly type: "Button";
2605
+ readonly id: "submit";
2606
+ readonly props: {
2607
+ readonly text: "Send Message";
2608
+ readonly variant: "primary";
2609
+ };
2610
+ readonly children: readonly [];
2611
+ }];
2612
+ };
2613
+ readonly analyticsSummary: {
2614
+ readonly type: "Container";
2615
+ readonly id: "analytics_container";
2616
+ readonly props: {
2617
+ readonly center: true;
2618
+ readonly size: "large";
2619
+ readonly style: "padding-block: var(--space-700);";
2620
+ };
2621
+ readonly children: readonly [{
2622
+ readonly type: "Card";
2623
+ readonly id: "analytics_card";
2624
+ readonly props: {};
2625
+ readonly children: readonly [{
2626
+ readonly type: "CardHeader";
2627
+ readonly id: "analytics_header";
2628
+ readonly props: {};
2629
+ readonly children: readonly [{
2630
+ readonly type: "Heading";
2631
+ readonly id: "analytics_title";
2632
+ readonly props: {
2633
+ readonly text: "Weekly performance";
2634
+ readonly size: "3";
2635
+ readonly level: "2";
2636
+ };
2637
+ readonly children: readonly [];
2638
+ }, {
2639
+ readonly type: "Button";
2640
+ readonly id: "analytics_export";
2641
+ readonly props: {
2642
+ readonly text: "Export";
2643
+ readonly variant: "secondary";
2644
+ readonly size: "small";
2645
+ };
2646
+ readonly children: readonly [];
2647
+ }];
2648
+ }, {
2649
+ readonly type: "CardBody";
2650
+ readonly id: "analytics_body";
2651
+ readonly props: {};
2652
+ readonly children: readonly [{
2653
+ readonly type: "Grid";
2654
+ readonly id: "analytics_metrics";
2655
+ readonly props: {
2656
+ readonly columns: "repeat(3, minmax(0, 1fr))";
2657
+ readonly gap: "var(--space-300)";
2658
+ };
2659
+ readonly children: readonly [{
2660
+ readonly type: "VStack";
2661
+ readonly id: "metric_revenue";
2662
+ readonly props: {
2663
+ readonly space: "var(--space-050)";
2664
+ };
2665
+ readonly children: readonly [{
2666
+ readonly type: "Body";
2667
+ readonly id: "metric_revenue_label";
2668
+ readonly props: {
2669
+ readonly text: "Revenue";
2670
+ readonly size: "small";
2671
+ readonly variant: "optional";
2672
+ };
2673
+ readonly children: readonly [];
2674
+ }, {
2675
+ readonly type: "Heading";
2676
+ readonly id: "metric_revenue_value";
2677
+ readonly props: {
2678
+ readonly text: "$42.8K";
2679
+ readonly size: "4";
2680
+ readonly level: "3";
2681
+ };
2682
+ readonly children: readonly [];
2683
+ }];
2684
+ }, {
2685
+ readonly type: "VStack";
2686
+ readonly id: "metric_orders";
2687
+ readonly props: {
2688
+ readonly space: "var(--space-050)";
2689
+ };
2690
+ readonly children: readonly [{
2691
+ readonly type: "Body";
2692
+ readonly id: "metric_orders_label";
2693
+ readonly props: {
2694
+ readonly text: "Orders";
2695
+ readonly size: "small";
2696
+ readonly variant: "optional";
2697
+ };
2698
+ readonly children: readonly [];
2699
+ }, {
2700
+ readonly type: "Heading";
2701
+ readonly id: "metric_orders_value";
2702
+ readonly props: {
2703
+ readonly text: "1,284";
2704
+ readonly size: "4";
2705
+ readonly level: "3";
2706
+ };
2707
+ readonly children: readonly [];
2708
+ }];
2709
+ }, {
2710
+ readonly type: "VStack";
2711
+ readonly id: "metric_conversion";
2712
+ readonly props: {
2713
+ readonly space: "var(--space-050)";
2714
+ };
2715
+ readonly children: readonly [{
2716
+ readonly type: "Body";
2717
+ readonly id: "metric_conversion_label";
2718
+ readonly props: {
2719
+ readonly text: "Conversion";
2720
+ readonly size: "small";
2721
+ readonly variant: "optional";
2722
+ };
2723
+ readonly children: readonly [];
2724
+ }, {
2725
+ readonly type: "Heading";
2726
+ readonly id: "metric_conversion_value";
2727
+ readonly props: {
2728
+ readonly text: "7.4%";
2729
+ readonly size: "4";
2730
+ readonly level: "3";
2731
+ };
2732
+ readonly children: readonly [];
2733
+ }];
2734
+ }];
2735
+ }];
2736
+ }];
2737
+ }];
2738
+ };
2739
+ readonly onboarding: {
2740
+ readonly type: "Container";
2741
+ readonly id: "onboarding_container";
2742
+ readonly props: {
2743
+ readonly center: true;
2744
+ readonly size: "small";
2745
+ };
2746
+ readonly children: readonly [{
2747
+ readonly type: "Card";
2748
+ readonly id: "signup_card";
2749
+ readonly props: {};
2750
+ readonly children: readonly [{
2751
+ readonly type: "CardHeader";
2752
+ readonly id: "signup_header";
2753
+ readonly props: {};
2754
+ readonly children: readonly [{
2755
+ readonly type: "Heading";
2756
+ readonly id: "signup_title";
2757
+ readonly props: {
2758
+ readonly text: "Sign up for our product!";
2759
+ readonly size: "3";
2760
+ };
2761
+ readonly children: readonly [];
2762
+ }];
2763
+ }, {
2764
+ readonly type: "CardBody";
2765
+ readonly id: "signup_body";
2766
+ readonly props: {};
2767
+ readonly children: readonly [{
2768
+ readonly type: "VStack";
2769
+ readonly id: "signup_stack";
2770
+ readonly props: {
2771
+ readonly space: "var(--space-400)";
2772
+ };
2773
+ readonly children: readonly [{
2774
+ readonly type: "Field";
2775
+ readonly id: "firstNameField";
2776
+ readonly props: {
2777
+ readonly label: "First Name";
2778
+ };
2779
+ readonly children: readonly [{
2780
+ readonly type: "Input";
2781
+ readonly id: "firstName";
2782
+ readonly props: {
2783
+ readonly placeholder: "John";
2784
+ };
2785
+ readonly children: readonly [];
2786
+ }];
2787
+ }, {
2788
+ readonly type: "Field";
2789
+ readonly id: "lastNameField";
2790
+ readonly props: {
2791
+ readonly label: "Last Name";
2792
+ };
2793
+ readonly children: readonly [{
2794
+ readonly type: "Input";
2795
+ readonly id: "lastName";
2796
+ readonly props: {
2797
+ readonly placeholder: "Doe";
2798
+ };
2799
+ readonly children: readonly [];
2800
+ }];
2801
+ }, {
2802
+ readonly type: "Field";
2803
+ readonly id: "emailField";
2804
+ readonly props: {
2805
+ readonly label: "Email";
2806
+ };
2807
+ readonly children: readonly [{
2808
+ readonly type: "Input";
2809
+ readonly id: "email";
2810
+ readonly props: {
2811
+ readonly type: "email";
2812
+ readonly placeholder: "john@example.com";
2813
+ };
2814
+ readonly children: readonly [];
2815
+ }];
2816
+ }, {
2817
+ readonly type: "Field";
2818
+ readonly id: "passwordField";
2819
+ readonly props: {
2820
+ readonly label: "Password";
2821
+ };
2822
+ readonly children: readonly [{
2823
+ readonly type: "Input";
2824
+ readonly id: "password";
2825
+ readonly props: {
2826
+ readonly type: "password";
2827
+ };
2828
+ readonly children: readonly [];
2829
+ }];
2830
+ }, {
2831
+ readonly type: "Field";
2832
+ readonly id: "confirmPasswordField";
2833
+ readonly props: {
2834
+ readonly label: "Confirm Password";
2835
+ };
2836
+ readonly children: readonly [{
2837
+ readonly type: "Input";
2838
+ readonly id: "confirmPassword";
2839
+ readonly props: {
2840
+ readonly type: "password";
2841
+ };
2842
+ readonly children: readonly [];
2843
+ }];
2844
+ }, {
2845
+ readonly type: "Field";
2846
+ readonly id: "termsField";
2847
+ readonly props: {};
2848
+ readonly children: readonly [{
2849
+ readonly type: "Checkbox";
2850
+ readonly id: "agreeTerms";
2851
+ readonly props: {
2852
+ readonly text: "I agree to the terms and conditions";
2853
+ };
2854
+ readonly children: readonly [];
2855
+ }];
2856
+ }, {
2857
+ readonly type: "ButtonGroup";
2858
+ readonly id: "signup_actions";
2859
+ readonly props: {
2860
+ readonly align: "right";
2861
+ };
2862
+ readonly children: readonly [{
2863
+ readonly type: "Button";
2864
+ readonly id: "signup_submit";
2865
+ readonly props: {
2866
+ readonly text: "Sign up";
2867
+ readonly variant: "primary";
2868
+ };
2869
+ readonly children: readonly [];
2870
+ }];
2871
+ }];
2872
+ }];
2873
+ }];
2874
+ }];
2875
+ };
2876
+ readonly wallet: {
2877
+ readonly type: "VStack";
2878
+ readonly id: "wallet_root";
2879
+ readonly props: {
2880
+ readonly alignX: "stretch";
2881
+ readonly style: "max-width: 365px; margin: 0 auto; padding-top: var(--space-700); padding-bottom: var(--space-700)";
2882
+ };
2883
+ readonly children: readonly [{
2884
+ readonly type: "SmartCard";
2885
+ readonly id: "wallet_card";
2886
+ readonly props: {
2887
+ readonly variant: "animated";
2888
+ readonly partner: "Visa";
2889
+ readonly type: "Debit";
2890
+ readonly number: "1234";
2891
+ };
2892
+ readonly children: readonly [];
2893
+ }, {
2894
+ readonly type: "TabController";
2895
+ readonly id: "wallet_tabs";
2896
+ readonly props: {};
2897
+ readonly children: readonly [{
2898
+ readonly type: "VStack";
2899
+ readonly id: "tab_stack";
2900
+ readonly props: {
2901
+ readonly alignX: "stretch";
2902
+ readonly space: "var(--space-300)";
2903
+ };
2904
+ readonly children: readonly [{
2905
+ readonly type: "TabBar";
2906
+ readonly id: "tab_bar";
2907
+ readonly props: {
2908
+ readonly inset: true;
2909
+ readonly stroke: "none";
2910
+ readonly radius: "500";
2911
+ };
2912
+ readonly children: readonly [{
2913
+ readonly type: "TabItem";
2914
+ readonly id: "tab_item_tx";
2915
+ readonly props: {
2916
+ readonly active: true;
2917
+ readonly text: "Transactions";
2918
+ };
2919
+ readonly children: readonly [];
2920
+ }, {
2921
+ readonly type: "TabItem";
2922
+ readonly id: "tab_item_st";
2923
+ readonly props: {
2924
+ readonly text: "Statements";
2925
+ };
2926
+ readonly children: readonly [];
2927
+ }];
2928
+ }, {
2929
+ readonly type: "TabPanel";
2930
+ readonly id: "panel_tx";
2931
+ readonly props: {
2932
+ readonly item: "tab_item_tx";
2933
+ };
2934
+ readonly children: readonly [{
2935
+ readonly type: "SlatGroup";
2936
+ readonly id: "tx_group";
2937
+ readonly props: {};
2938
+ readonly children: readonly [{
2939
+ readonly type: "Slat";
2940
+ readonly id: "tx_header";
2941
+ readonly props: {
2942
+ readonly variant: "header";
2943
+ };
2944
+ readonly children: readonly [{
2945
+ readonly type: "Heading";
2946
+ readonly id: "tx_header_title";
2947
+ readonly props: {
2948
+ readonly text: "Today";
2949
+ readonly size: "6";
2950
+ };
2951
+ readonly children: readonly [];
2952
+ }];
2953
+ }, {
2954
+ readonly type: "Slat";
2955
+ readonly id: "tx_item_1";
2956
+ readonly props: {
2957
+ readonly variant: "row";
2958
+ readonly col: "1fr auto";
2959
+ };
2960
+ readonly children: readonly [{
2961
+ readonly type: "Avatar";
2962
+ readonly id: "tx_item_1_icon";
2963
+ readonly props: {};
2964
+ readonly children: readonly [];
2965
+ }, {
2966
+ readonly type: "VStack";
2967
+ readonly id: "tx_item_1_details";
2968
+ readonly props: {};
2969
+ readonly children: readonly [];
2970
+ }];
2971
+ }];
2972
+ }];
2973
+ }];
2974
+ }];
2975
+ }];
2976
+ };
2977
+ readonly muitube: {
2978
+ readonly type: "VStack";
2979
+ readonly id: "muitube_root";
2980
+ readonly props: {
2981
+ readonly alignX: "stretch";
2982
+ readonly alignY: "start";
2983
+ readonly space: "var(--space-000)";
2984
+ readonly style: "background: var(--surface-elevated-100);";
2985
+ };
2986
+ readonly children: readonly [{
2987
+ readonly type: "HStack";
2988
+ readonly id: "muitube_header";
2989
+ readonly props: {
2990
+ readonly alignX: "space-between";
2991
+ readonly alignY: "center";
2992
+ readonly style: "padding: var(--space-400); background: var(--surface-elevated-100);";
2993
+ };
2994
+ readonly children: readonly [{
2995
+ readonly type: "HStack";
2996
+ readonly id: "header_left";
2997
+ readonly props: {
2998
+ readonly alignX: "start";
2999
+ readonly alignY: "center";
3000
+ readonly space: "var(--space-000)";
3001
+ };
3002
+ readonly children: readonly [{
3003
+ readonly type: "Responsive";
3004
+ readonly id: "muitube_menu_button";
3005
+ readonly props: {
3006
+ readonly breakpoint: "768";
3007
+ };
3008
+ readonly children: readonly [{
3009
+ readonly type: "Button";
3010
+ readonly id: "muitube_menu_toggle_desktop";
3011
+ readonly slot: "showAbove";
3012
+ readonly props: {
3013
+ readonly variant: "tertiary";
3014
+ readonly "aria-label": "Toggle menu";
3015
+ readonly size: "medium";
3016
+ };
3017
+ readonly children: readonly [{
3018
+ readonly type: "_Icon";
3019
+ readonly id: "muitube_menu_icon_desktop";
3020
+ readonly props: {
3021
+ readonly icon: "mui-icon-menu";
3022
+ readonly size: "medium";
3023
+ };
3024
+ readonly children: readonly [];
3025
+ }];
3026
+ }, {
3027
+ readonly type: "Button";
3028
+ readonly id: "muitube_menu_toggle_mobile";
3029
+ readonly slot: "showBelow";
3030
+ readonly props: {
3031
+ readonly variant: "tertiary";
3032
+ readonly "aria-label": "Open menu";
3033
+ readonly size: "medium";
3034
+ };
3035
+ readonly children: readonly [{
3036
+ readonly type: "_Icon";
3037
+ readonly id: "muitube_menu_icon_mobile";
3038
+ readonly props: {
3039
+ readonly icon: "mui-icon-menu";
3040
+ readonly size: "medium";
3041
+ };
3042
+ readonly children: readonly [];
3043
+ }];
3044
+ }];
3045
+ }, {
3046
+ readonly type: "HStack";
3047
+ readonly id: "muitube_brand";
3048
+ readonly props: {
3049
+ readonly alignX: "start";
3050
+ readonly alignY: "center";
3051
+ readonly space: "var(--space-200)";
3052
+ };
3053
+ readonly children: readonly [{
3054
+ readonly type: "Heading";
3055
+ readonly id: "logo";
3056
+ readonly props: {
3057
+ readonly text: "Premium";
3058
+ readonly size: "3";
3059
+ readonly level: "1";
3060
+ };
3061
+ readonly children: readonly [];
3062
+ }, {
3063
+ readonly type: "Badge";
3064
+ readonly id: "country";
3065
+ readonly props: {
3066
+ readonly text: "AU";
3067
+ };
3068
+ readonly children: readonly [];
3069
+ }];
3070
+ }];
3071
+ }, {
3072
+ readonly type: "Responsive";
3073
+ readonly id: "header_search";
3074
+ readonly props: {
3075
+ readonly breakpoint: "768";
3076
+ readonly style: "max-width: 70rem; width: 100%;";
3077
+ };
3078
+ readonly children: readonly [{
3079
+ readonly type: "HStack";
3080
+ readonly id: "header_search_desktop";
3081
+ readonly slot: "showAbove";
3082
+ readonly props: {
3083
+ readonly alignX: "center";
3084
+ readonly alignY: "center";
3085
+ readonly space: "var(--space-300)";
3086
+ readonly width: "100%";
3087
+ };
3088
+ readonly children: readonly [{
3089
+ readonly type: "Input";
3090
+ readonly id: "search_input";
3091
+ readonly props: {
3092
+ readonly placeholder: "Search";
3093
+ };
3094
+ readonly children: readonly [{
3095
+ readonly type: "Button";
3096
+ readonly id: "search_btn";
3097
+ readonly slot: "after";
3098
+ readonly props: {
3099
+ readonly variant: "secondary";
3100
+ readonly "aria-label": "Search";
3101
+ };
3102
+ readonly children: readonly [{
3103
+ readonly type: "_Icon";
3104
+ readonly id: "search_icon";
3105
+ readonly props: {
3106
+ readonly icon: "mui-icon-search";
3107
+ readonly size: "medium";
3108
+ };
3109
+ readonly children: readonly [];
3110
+ }];
3111
+ }];
3112
+ }, {
3113
+ readonly type: "Button";
3114
+ readonly id: "settings_btn";
3115
+ readonly props: {
3116
+ readonly variant: "tertiary";
3117
+ readonly "aria-label": "Settings";
3118
+ };
3119
+ readonly children: readonly [{
3120
+ readonly type: "_Icon";
3121
+ readonly id: "settings_icon";
3122
+ readonly props: {
3123
+ readonly icon: "mui-icon-gear";
3124
+ readonly size: "medium";
3125
+ };
3126
+ readonly children: readonly [];
3127
+ }];
3128
+ }];
3129
+ }];
3130
+ }, {
3131
+ readonly type: "HStack";
3132
+ readonly id: "header_actions";
3133
+ readonly props: {
3134
+ readonly alignX: "start";
3135
+ readonly alignY: "center";
3136
+ readonly space: "var(--space-300)";
3137
+ };
3138
+ readonly children: readonly [{
3139
+ readonly type: "Responsive";
3140
+ readonly id: "create_action";
3141
+ readonly props: {
3142
+ readonly breakpoint: "768";
3143
+ };
3144
+ readonly children: readonly [{
3145
+ readonly type: "Button";
3146
+ readonly id: "create_desktop";
3147
+ readonly slot: "showAbove";
3148
+ readonly props: {
3149
+ readonly text: "Create";
3150
+ readonly variant: "primary";
3151
+ };
3152
+ readonly children: readonly [];
3153
+ }, {
3154
+ readonly type: "Button";
3155
+ readonly id: "create_mobile";
3156
+ readonly slot: "showBelow";
3157
+ readonly props: {
3158
+ readonly variant: "primary";
3159
+ readonly "aria-label": "Create";
3160
+ };
3161
+ readonly children: readonly [{
3162
+ readonly type: "_Icon";
3163
+ readonly id: "create_mobile_icon";
3164
+ readonly props: {
3165
+ readonly icon: "mui-icon-add";
3166
+ readonly size: "medium";
3167
+ };
3168
+ readonly children: readonly [];
3169
+ }];
3170
+ }];
3171
+ }, {
3172
+ readonly type: "Button";
3173
+ readonly id: "notifications";
3174
+ readonly props: {
3175
+ readonly variant: "tertiary";
3176
+ readonly "aria-label": "Notifications";
3177
+ };
3178
+ readonly children: readonly [{
3179
+ readonly type: "_Icon";
3180
+ readonly id: "notification_icon";
3181
+ readonly props: {
3182
+ readonly icon: "mui-icon-notification";
3183
+ readonly size: "medium";
3184
+ };
3185
+ readonly children: readonly [];
3186
+ }];
3187
+ }];
3188
+ }];
3189
+ }, {
3190
+ readonly type: "Responsive";
3191
+ readonly id: "muitube_layout";
3192
+ readonly props: {
3193
+ readonly breakpoint: "768";
3194
+ };
3195
+ readonly children: readonly [{
3196
+ readonly type: "Drawer";
3197
+ readonly id: "sidebar_drawer";
3198
+ readonly slot: "showAbove";
3199
+ readonly props: {
3200
+ readonly width: "240px";
3201
+ readonly variant: "push";
3202
+ readonly open: true;
3203
+ readonly side: "left";
3204
+ readonly "drawer-space": "none";
3205
+ };
3206
+ readonly children: readonly [{
3207
+ readonly type: "VStack";
3208
+ readonly id: "sidebar_menu";
3209
+ readonly props: {
3210
+ readonly space: "var(--space-000)";
3211
+ };
3212
+ readonly children: readonly [{
3213
+ readonly type: "Button";
3214
+ readonly id: "menu_home";
3215
+ readonly props: {
3216
+ readonly text: "Home";
3217
+ readonly variant: "tertiary";
3218
+ };
3219
+ readonly children: readonly [];
3220
+ }, {
3221
+ readonly type: "Button";
3222
+ readonly id: "menu_shorts";
3223
+ readonly props: {
3224
+ readonly text: "Shorts";
3225
+ readonly variant: "tertiary";
3226
+ };
3227
+ readonly children: readonly [];
3228
+ }, {
3229
+ readonly type: "Button";
3230
+ readonly id: "menu_subscriptions";
3231
+ readonly props: {
3232
+ readonly text: "Subscriptions";
3233
+ readonly variant: "tertiary";
3234
+ };
3235
+ readonly children: readonly [];
3236
+ }];
3237
+ }, {
3238
+ readonly type: "VStack";
3239
+ readonly id: "muitube_page_desktop";
3240
+ readonly slot: "page";
3241
+ readonly props: {
3242
+ readonly space: "var(--space-000)";
3243
+ readonly alignX: "stretch";
3244
+ };
3245
+ readonly children: readonly [{
3246
+ readonly type: "ChipRail";
3247
+ readonly id: "video_filters_desktop";
3248
+ readonly props: {
3249
+ readonly size: "medium";
3250
+ readonly "aria-label": "Video filters";
3251
+ };
3252
+ readonly children: readonly [{
3253
+ readonly type: "Chip";
3254
+ readonly id: "filter_all";
3255
+ readonly props: {
3256
+ readonly text: "All";
3257
+ readonly active: true;
3258
+ readonly variant: "clickable";
3259
+ };
3260
+ readonly children: readonly [];
3261
+ }, {
3262
+ readonly type: "Chip";
3263
+ readonly id: "filter_gaming";
3264
+ readonly props: {
3265
+ readonly text: "Gaming";
3266
+ readonly variant: "clickable";
3267
+ };
3268
+ readonly children: readonly [];
3269
+ }, {
3270
+ readonly type: "Chip";
3271
+ readonly id: "filter_music";
3272
+ readonly props: {
3273
+ readonly text: "Music";
3274
+ readonly variant: "clickable";
3275
+ };
3276
+ readonly children: readonly [];
3277
+ }, {
3278
+ readonly type: "Chip";
3279
+ readonly id: "filter_japan";
3280
+ readonly props: {
3281
+ readonly text: "Japan";
3282
+ readonly variant: "clickable";
3283
+ };
3284
+ readonly children: readonly [];
3285
+ }];
3286
+ }, {
3287
+ readonly type: "Grid";
3288
+ readonly id: "video_grid_desktop";
3289
+ readonly props: {
3290
+ readonly col: "repeat(auto-fit, minmax(268px, 1fr))";
3291
+ readonly space: "var(--space-600)";
3292
+ readonly alignX: "start";
3293
+ readonly alignY: "start";
3294
+ };
3295
+ readonly children: readonly [{
3296
+ readonly type: "Link";
3297
+ readonly id: "video_card_1";
3298
+ readonly props: {
3299
+ readonly href: "#";
3300
+ readonly variant: "tertiary";
3301
+ };
3302
+ readonly children: readonly [{
3303
+ readonly type: "VStack";
3304
+ readonly id: "video_card_1_stack";
3305
+ readonly props: {
3306
+ readonly alignX: "start";
3307
+ readonly alignY: "start";
3308
+ readonly space: "var(--space-300)";
3309
+ };
3310
+ readonly children: readonly [{
3311
+ readonly type: "VideoThumbnail";
3312
+ readonly id: "video_card_1_thumbnail";
3313
+ readonly props: {
3314
+ readonly src: "/images/muitube/mui-video-light.png";
3315
+ readonly "src-light": "/images/muitube/mui-video-light.png";
3316
+ readonly "src-dark": "/images/muitube/mui-video-dark.png";
3317
+ readonly "src-mui-light": "/images/muitube/mui-video-light.png";
3318
+ readonly "src-mui-dark": "/images/muitube/mui-video-dark.png";
3319
+ readonly alt: "Muibook video thumbnail";
3320
+ };
3321
+ readonly children: readonly [];
3322
+ }, {
3323
+ readonly type: "Body";
3324
+ readonly id: "video_card_1_title";
3325
+ readonly props: {
3326
+ readonly text: "Designing with Muibook";
3327
+ readonly size: "large";
3328
+ readonly weight: "bold";
3329
+ };
3330
+ readonly children: readonly [];
3331
+ }, {
3332
+ readonly type: "Body";
3333
+ readonly id: "video_card_1_author";
3334
+ readonly props: {
3335
+ readonly text: "Michael Trilford";
3336
+ readonly size: "x-small";
3337
+ readonly weight: "bold";
3338
+ };
3339
+ readonly children: readonly [];
3340
+ }, {
3341
+ readonly type: "Body";
3342
+ readonly id: "video_card_1_meta";
3343
+ readonly props: {
3344
+ readonly text: "12K views · 4 days ago";
3345
+ readonly size: "x-small";
3346
+ readonly weight: "bold";
3347
+ };
3348
+ readonly children: readonly [];
3349
+ }];
3350
+ }];
3351
+ }, {
3352
+ readonly type: "Link";
3353
+ readonly id: "video_card_2";
3354
+ readonly props: {
3355
+ readonly href: "#";
3356
+ readonly variant: "tertiary";
3357
+ };
3358
+ readonly children: readonly [{
3359
+ readonly type: "VStack";
3360
+ readonly id: "video_card_2_stack";
3361
+ readonly props: {
3362
+ readonly alignX: "start";
3363
+ readonly alignY: "start";
3364
+ readonly space: "var(--space-300)";
3365
+ };
3366
+ readonly children: readonly [{
3367
+ readonly type: "VideoThumbnail";
3368
+ readonly id: "video_card_2_thumbnail";
3369
+ readonly props: {
3370
+ readonly src: "/images/muitube/sensei-video-light.png";
3371
+ readonly "src-light": "/images/muitube/sensei-video-light.png";
3372
+ readonly "src-dark": "/images/muitube/sensei-video-dark.png";
3373
+ readonly alt: "Sensei video thumbnail";
3374
+ };
3375
+ readonly children: readonly [];
3376
+ }, {
3377
+ readonly type: "Body";
3378
+ readonly id: "video_card_2_title";
3379
+ readonly props: {
3380
+ readonly text: "Building design system flows";
3381
+ readonly size: "large";
3382
+ readonly weight: "bold";
3383
+ };
3384
+ readonly children: readonly [];
3385
+ }, {
3386
+ readonly type: "Body";
3387
+ readonly id: "video_card_2_author";
3388
+ readonly props: {
3389
+ readonly text: "Sensei";
3390
+ readonly size: "x-small";
3391
+ readonly weight: "bold";
3392
+ };
3393
+ readonly children: readonly [];
3394
+ }, {
3395
+ readonly type: "Body";
3396
+ readonly id: "video_card_2_meta";
3397
+ readonly props: {
3398
+ readonly text: "8.4K views · 1 week ago";
3399
+ readonly size: "x-small";
3400
+ readonly weight: "bold";
3401
+ };
3402
+ readonly children: readonly [];
3403
+ }];
3404
+ }];
3405
+ }];
3406
+ }];
3407
+ }];
3408
+ }, {
3409
+ readonly type: "VStack";
3410
+ readonly id: "muitube_mobile";
3411
+ readonly slot: "showBelow";
3412
+ readonly props: {
3413
+ readonly alignX: "stretch";
3414
+ readonly space: "var(--space-000)";
3415
+ };
3416
+ readonly children: readonly [{
3417
+ readonly type: "Drawer";
3418
+ readonly id: "sidebar_drawer_mobile";
3419
+ readonly props: {
3420
+ readonly variant: "overlay";
3421
+ readonly width: "260px";
3422
+ readonly side: "left";
3423
+ readonly "z-index": "200";
3424
+ readonly "drawer-space": "none";
3425
+ };
3426
+ readonly children: readonly [{
3427
+ readonly type: "VStack";
3428
+ readonly id: "mobile_sidebar_menu";
3429
+ readonly props: {
3430
+ readonly space: "var(--space-000)";
3431
+ };
3432
+ readonly children: readonly [{
3433
+ readonly type: "Button";
3434
+ readonly id: "mobile_menu_home";
3435
+ readonly props: {
3436
+ readonly text: "Home";
3437
+ readonly variant: "tertiary";
3438
+ };
3439
+ readonly children: readonly [];
3440
+ }, {
3441
+ readonly type: "Button";
3442
+ readonly id: "mobile_menu_shorts";
3443
+ readonly props: {
3444
+ readonly text: "Shorts";
3445
+ readonly variant: "tertiary";
3446
+ };
3447
+ readonly children: readonly [];
3448
+ }, {
3449
+ readonly type: "Button";
3450
+ readonly id: "mobile_menu_subscriptions";
3451
+ readonly props: {
3452
+ readonly text: "Subscriptions";
3453
+ readonly variant: "tertiary";
3454
+ };
3455
+ readonly children: readonly [];
3456
+ }];
3457
+ }];
3458
+ }, {
3459
+ readonly type: "VStack";
3460
+ readonly id: "muitube_page_mobile";
3461
+ readonly props: {
3462
+ readonly space: "var(--space-000)";
3463
+ readonly alignX: "stretch";
3464
+ };
3465
+ readonly children: readonly [{
3466
+ readonly type: "ChipRail";
3467
+ readonly id: "video_filters_mobile";
3468
+ readonly props: {
3469
+ readonly size: "medium";
3470
+ readonly "aria-label": "Video filters";
3471
+ };
3472
+ readonly children: readonly [{
3473
+ readonly type: "Chip";
3474
+ readonly id: "mobile_filter_all";
3475
+ readonly props: {
3476
+ readonly text: "All";
3477
+ readonly active: true;
3478
+ readonly variant: "clickable";
3479
+ };
3480
+ readonly children: readonly [];
3481
+ }, {
3482
+ readonly type: "Chip";
3483
+ readonly id: "mobile_filter_music";
3484
+ readonly props: {
3485
+ readonly text: "Music";
3486
+ readonly variant: "clickable";
3487
+ };
3488
+ readonly children: readonly [];
3489
+ }, {
3490
+ readonly type: "Chip";
3491
+ readonly id: "mobile_filter_japan";
3492
+ readonly props: {
3493
+ readonly text: "Japan";
3494
+ readonly variant: "clickable";
3495
+ };
3496
+ readonly children: readonly [];
3497
+ }];
3498
+ }, {
3499
+ readonly type: "Grid";
3500
+ readonly id: "video_grid_mobile";
3501
+ readonly props: {
3502
+ readonly col: "repeat(auto-fit, minmax(268px, 1fr))";
3503
+ readonly space: "var(--space-600)";
3504
+ };
3505
+ readonly children: readonly [{
3506
+ readonly type: "Link";
3507
+ readonly id: "mobile_video_card";
3508
+ readonly props: {
3509
+ readonly href: "#";
3510
+ readonly variant: "tertiary";
3511
+ };
3512
+ readonly children: readonly [{
3513
+ readonly type: "VideoThumbnail";
3514
+ readonly id: "mobile_video_thumbnail";
3515
+ readonly props: {
3516
+ readonly src: "/images/muitube/mui-video-light.png";
3517
+ readonly "src-light": "/images/muitube/mui-video-light.png";
3518
+ readonly "src-dark": "/images/muitube/mui-video-dark.png";
3519
+ readonly alt: "Muibook video thumbnail";
3520
+ };
3521
+ readonly children: readonly [];
3522
+ }, {
3523
+ readonly type: "Body";
3524
+ readonly id: "mobile_video_title";
3525
+ readonly props: {
3526
+ readonly text: "Designing with Muibook";
3527
+ readonly size: "large";
3528
+ readonly weight: "bold";
3529
+ };
3530
+ readonly children: readonly [];
3531
+ }];
3532
+ }];
3533
+ }];
3534
+ }];
3535
+ }];
3536
+ }];
3537
+ };
3538
+ readonly songPage: {
3539
+ readonly type: "Container";
3540
+ readonly id: "song_container";
3541
+ readonly props: {
3542
+ readonly size: "large";
3543
+ readonly center: true;
3544
+ };
3545
+ readonly children: readonly [{
3546
+ readonly type: "HStack";
3547
+ readonly id: "song_header";
3548
+ readonly props: {
3549
+ readonly alignX: "space-between";
3550
+ readonly alignY: "center";
3551
+ readonly style: "margin-block-end: var(--space-500);";
3552
+ };
3553
+ readonly children: readonly [{
3554
+ readonly type: "Heading";
3555
+ readonly id: "logo";
3556
+ readonly props: {
3557
+ readonly text: "SoundAmp";
3558
+ readonly size: "3";
3559
+ };
3560
+ readonly children: readonly [];
3561
+ }, {
3562
+ readonly type: "Dropdown";
3563
+ readonly id: "account_dropdown";
3564
+ readonly props: {};
3565
+ readonly children: readonly [{
3566
+ readonly type: "AvatarChip";
3567
+ readonly id: "user_avatar";
3568
+ readonly props: {
3569
+ readonly primary: "Mike Trilford";
3570
+ readonly secondary: "Creator";
3571
+ readonly image: "https://muibook.com/images/mui/avatar-mike.jpg";
3572
+ readonly label: "Mike Trilford";
3573
+ };
3574
+ readonly children: readonly [];
3575
+ }];
3576
+ }];
3577
+ }, {
3578
+ readonly type: "VStack";
3579
+ readonly id: "song_content";
3580
+ readonly props: {
3581
+ readonly space: "var(--space-500)";
3582
+ readonly alignX: "stretch";
3583
+ };
3584
+ readonly children: readonly [{
3585
+ readonly type: "MediaPlayer";
3586
+ readonly id: "song_player";
3587
+ readonly props: {
3588
+ readonly type: "audio";
3589
+ readonly src: "https://muibook.com/audio/twilight.m4a";
3590
+ readonly artwork: "https://muibook.com/audio/artwork-light.png";
3591
+ readonly waveform: true;
3592
+ readonly height: "14rem";
3593
+ };
3594
+ readonly children: readonly [{
3595
+ readonly type: "AvatarChip";
3596
+ readonly id: "player_meta";
3597
+ readonly props: {
3598
+ readonly slot: "meta-before";
3599
+ readonly href: "#creator-profile";
3600
+ readonly image: "https://muibook.com/images/mui/avatar-mike.jpg";
3601
+ readonly label: "Mike Trilford";
3602
+ };
3603
+ readonly children: readonly [{
3604
+ readonly type: "Body";
3605
+ readonly id: "song_title";
3606
+ readonly slot: "primary";
3607
+ readonly props: {
3608
+ readonly text: "Twilight";
3609
+ readonly weight: "bold";
3610
+ };
3611
+ readonly children: readonly [];
3612
+ }, {
3613
+ readonly type: "Link";
3614
+ readonly id: "song_creator";
3615
+ readonly slot: "secondary";
3616
+ readonly props: {
3617
+ readonly href: "#creator-profile";
3618
+ readonly text: "by Michael Trilford";
3619
+ readonly weight: "medium";
3620
+ };
3621
+ readonly children: readonly [];
3622
+ }];
3623
+ }, {
3624
+ readonly type: "Button";
3625
+ readonly id: "player_buy";
3626
+ readonly slot: "meta-after";
3627
+ readonly props: {
3628
+ readonly text: "Buy now";
3629
+ readonly variant: "overlay";
3630
+ };
3631
+ readonly children: readonly [];
3632
+ }];
3633
+ }];
3634
+ }];
3635
+ };
3636
+ readonly videoMetadataAction: {
3637
+ readonly type: "MediaPlayer";
3638
+ readonly id: "video_metadata_action";
3639
+ readonly props: {
3640
+ readonly type: "video";
3641
+ readonly src: "https://muibook.com/video/japan.mp4";
3642
+ readonly poster: "https://muibook.com/video/japan-poster.jpg";
3643
+ };
3644
+ readonly children: readonly [{
3645
+ readonly type: "AvatarChip";
3646
+ readonly id: "video_creator";
3647
+ readonly props: {
3648
+ readonly slot: "meta-before";
3649
+ readonly href: "#creator-profile";
3650
+ readonly image: "https://muibook.com/images/mui/avatar-mike.jpg";
3651
+ readonly label: "Mike Trilford";
3652
+ };
3653
+ readonly children: readonly [{
3654
+ readonly type: "Body";
3655
+ readonly id: "video_channel";
3656
+ readonly slot: "primary";
3657
+ readonly props: {
3658
+ readonly text: "Sugoi Travels";
3659
+ readonly weight: "bold";
3660
+ };
3661
+ readonly children: readonly [];
3662
+ }, {
3663
+ readonly type: "Link";
3664
+ readonly id: "video_subscribers";
3665
+ readonly slot: "secondary";
3666
+ readonly props: {
3667
+ readonly href: "#creator-profile";
3668
+ readonly text: "77k subscribers";
3669
+ readonly weight: "medium";
3670
+ };
3671
+ readonly children: readonly [];
3672
+ }];
3673
+ }, {
3674
+ readonly type: "Button";
3675
+ readonly id: "video_subscribe";
3676
+ readonly slot: "meta-after";
3677
+ readonly props: {
3678
+ readonly text: "Subscribe";
3679
+ readonly variant: "overlay";
3680
+ };
3681
+ readonly children: readonly [];
3682
+ }];
3683
+ };
3684
+ readonly customSelectWastePicker: {
3685
+ readonly type: "Select";
3686
+ readonly id: "waste_picker";
3687
+ readonly props: {
3688
+ readonly label: "Waste stream";
3689
+ readonly appearance: "custom";
3690
+ readonly "selected-content": "label";
3691
+ readonly col: "1fr 1fr";
3692
+ readonly space: "var(--space-100)";
3693
+ };
3694
+ readonly children: readonly [{
3695
+ readonly type: "Option";
3696
+ readonly id: "waste_recyclable";
3697
+ readonly props: {
3698
+ readonly value: "recyclable";
3699
+ readonly label: "Recyclable";
3700
+ };
3701
+ readonly children: readonly [{
3702
+ readonly type: "VStack";
3703
+ readonly id: "waste_recyclable_stack";
3704
+ readonly props: {
3705
+ readonly space: "var(--space-100)";
3706
+ readonly alignX: "center";
3707
+ };
3708
+ readonly children: readonly [{
3709
+ readonly type: "_Illustration";
3710
+ readonly id: "waste_recyclable_bin";
3711
+ readonly props: {
3712
+ readonly illustration: "mui-illustration-trash";
3713
+ readonly size: "medium";
3714
+ readonly color: "var(--feedback-positive-border-color)";
3715
+ };
3716
+ readonly children: readonly [];
3717
+ }, {
3718
+ readonly type: "Body";
3719
+ readonly id: "waste_recyclable_label";
3720
+ readonly props: {
3721
+ readonly text: "Recyclable";
3722
+ readonly weight: "bold";
3723
+ };
3724
+ readonly children: readonly [];
3725
+ }];
3726
+ }];
3727
+ }, {
3728
+ readonly type: "Option";
3729
+ readonly id: "waste_general";
3730
+ readonly props: {
3731
+ readonly value: "waste";
3732
+ readonly label: "Waste";
3733
+ };
3734
+ readonly children: readonly [{
3735
+ readonly type: "VStack";
3736
+ readonly id: "waste_general_stack";
3737
+ readonly props: {
3738
+ readonly space: "var(--space-100)";
3739
+ readonly alignX: "center";
3740
+ };
3741
+ readonly children: readonly [{
3742
+ readonly type: "_Illustration";
3743
+ readonly id: "waste_general_bin";
3744
+ readonly props: {
3745
+ readonly illustration: "mui-illustration-trash";
3746
+ readonly size: "medium";
3747
+ readonly color: "var(--feedback-info-border-color)";
3748
+ };
3749
+ readonly children: readonly [];
3750
+ }, {
3751
+ readonly type: "Body";
3752
+ readonly id: "waste_general_label";
3753
+ readonly props: {
3754
+ readonly text: "Waste";
3755
+ readonly weight: "bold";
3756
+ };
3757
+ readonly children: readonly [];
3758
+ }];
3759
+ }];
3760
+ }, {
3761
+ readonly type: "Option";
3762
+ readonly id: "waste_organic";
3763
+ readonly props: {
3764
+ readonly value: "organic";
3765
+ readonly label: "Organic";
3766
+ };
3767
+ readonly children: readonly [{
3768
+ readonly type: "VStack";
3769
+ readonly id: "waste_organic_stack";
3770
+ readonly props: {
3771
+ readonly space: "var(--space-100)";
3772
+ readonly alignX: "center";
3773
+ };
3774
+ readonly children: readonly [{
3775
+ readonly type: "_Illustration";
3776
+ readonly id: "waste_organic_bin";
3777
+ readonly props: {
3778
+ readonly illustration: "mui-illustration-trash";
3779
+ readonly size: "medium";
3780
+ readonly color: "var(--feedback-warning-border-color)";
3781
+ };
3782
+ readonly children: readonly [];
3783
+ }, {
3784
+ readonly type: "Body";
3785
+ readonly id: "waste_organic_label";
3786
+ readonly props: {
3787
+ readonly text: "Organic";
3788
+ readonly weight: "bold";
3789
+ };
3790
+ readonly children: readonly [];
3791
+ }];
3792
+ }];
3793
+ }, {
3794
+ readonly type: "Option";
3795
+ readonly id: "waste_burnable";
3796
+ readonly props: {
3797
+ readonly value: "burnable";
3798
+ readonly label: "Burnable";
3799
+ };
3800
+ readonly children: readonly [{
3801
+ readonly type: "VStack";
3802
+ readonly id: "waste_burnable_stack";
3803
+ readonly props: {
3804
+ readonly space: "var(--space-100)";
3805
+ readonly alignX: "center";
3806
+ };
3807
+ readonly children: readonly [{
3808
+ readonly type: "_Illustration";
3809
+ readonly id: "waste_burnable_bin";
3810
+ readonly props: {
3811
+ readonly illustration: "mui-illustration-trash";
3812
+ readonly size: "medium";
3813
+ readonly color: "var(--feedback-attention-border-color)";
3814
+ };
3815
+ readonly children: readonly [];
3816
+ }, {
3817
+ readonly type: "Body";
3818
+ readonly id: "waste_burnable_label";
3819
+ readonly props: {
3820
+ readonly text: "Burnable";
3821
+ readonly weight: "bold";
3822
+ };
3823
+ readonly children: readonly [];
3824
+ }];
3825
+ }];
3826
+ }];
3827
+ };
3828
+ readonly drawerWorkspace: {
3829
+ readonly type: "Drawer";
3830
+ readonly id: "workspace_drawer";
3831
+ readonly props: {
3832
+ readonly variant: "workspace";
3833
+ readonly "resize-rail": true;
3834
+ readonly "left-open": true;
3835
+ readonly "right-open": true;
3836
+ readonly "left-width": "24rem";
3837
+ readonly "right-width": "30rem";
3838
+ readonly "resize-min-left-width": "200";
3839
+ readonly "resize-min-right-width": "200";
3840
+ readonly "resize-min-page-width": "400";
3841
+ readonly "resize-close-threshold": "96";
3842
+ readonly breakpoint: "1400";
3843
+ readonly height: "80dvh";
3844
+ };
3845
+ readonly children: readonly [{
3846
+ readonly type: "VStack";
3847
+ readonly id: "workspace_left_panel";
3848
+ readonly slot: "left";
3849
+ readonly props: {
3850
+ readonly space: "var(--space-300)";
3851
+ readonly padding: "var(--space-400)";
3852
+ };
3853
+ readonly children: readonly [{
3854
+ readonly type: "Heading";
3855
+ readonly id: "workspace_left_heading";
3856
+ readonly props: {
3857
+ readonly text: "Components";
3858
+ readonly size: "4";
3859
+ readonly level: "2";
3860
+ };
3861
+ readonly children: readonly [];
3862
+ }, {
3863
+ readonly type: "Button";
3864
+ readonly id: "workspace_media_card";
3865
+ readonly props: {
3866
+ readonly text: "Media Card";
3867
+ readonly variant: "tertiary";
3868
+ };
3869
+ readonly children: readonly [];
3870
+ }, {
3871
+ readonly type: "Button";
3872
+ readonly id: "workspace_sidebar";
3873
+ readonly props: {
3874
+ readonly text: "Sidebar";
3875
+ readonly variant: "tertiary";
3876
+ };
3877
+ readonly children: readonly [];
3878
+ }];
3879
+ }, {
3880
+ readonly type: "VStack";
3881
+ readonly id: "workspace_canvas";
3882
+ readonly slot: "page";
3883
+ readonly props: {
3884
+ readonly space: "var(--space-400)";
3885
+ readonly padding: "var(--space-500)";
3886
+ readonly alignX: "center";
3887
+ };
3888
+ readonly children: readonly [{
3889
+ readonly type: "Heading";
3890
+ readonly id: "workspace_canvas_heading";
3891
+ readonly props: {
3892
+ readonly text: "Canvas";
3893
+ readonly size: "3";
3894
+ readonly level: "1";
3895
+ };
3896
+ readonly children: readonly [];
3897
+ }, {
3898
+ readonly type: "Card";
3899
+ readonly id: "workspace_selected_card";
3900
+ readonly props: {};
3901
+ readonly children: readonly [{
3902
+ readonly type: "CardBody";
3903
+ readonly id: "workspace_selected_body";
3904
+ readonly props: {};
3905
+ readonly children: readonly [{
3906
+ readonly type: "Heading";
3907
+ readonly id: "workspace_selected_title";
3908
+ readonly props: {
3909
+ readonly text: "Customer Portal";
3910
+ readonly size: "4";
3911
+ readonly level: "2";
3912
+ };
3913
+ readonly children: readonly [];
3914
+ }, {
3915
+ readonly type: "Body";
3916
+ readonly id: "workspace_selected_description";
3917
+ readonly props: {
3918
+ readonly text: "A selected page region sits between the component library and inspector panels.";
3919
+ };
3920
+ readonly children: readonly [];
3921
+ }];
3922
+ }];
3923
+ }];
3924
+ }, {
3925
+ readonly type: "VStack";
3926
+ readonly id: "workspace_right_panel";
3927
+ readonly slot: "right";
3928
+ readonly props: {
3929
+ readonly space: "var(--space-300)";
3930
+ readonly padding: "var(--space-400)";
3931
+ };
3932
+ readonly children: readonly [{
3933
+ readonly type: "Heading";
3934
+ readonly id: "workspace_right_heading";
3935
+ readonly props: {
3936
+ readonly text: "Inspector";
3937
+ readonly size: "4";
3938
+ readonly level: "2";
3939
+ };
3940
+ readonly children: readonly [];
3941
+ }, {
3942
+ readonly type: "AccordionBlock";
3943
+ readonly id: "workspace_styles";
3944
+ readonly props: {
3945
+ readonly heading: "Styles";
3946
+ };
3947
+ readonly children: readonly [];
3948
+ }, {
3949
+ readonly type: "AccordionBlock";
3950
+ readonly id: "workspace_layout";
3951
+ readonly props: {
3952
+ readonly heading: "Layout";
3953
+ };
3954
+ readonly children: readonly [];
3955
+ }];
3956
+ }];
3957
+ };
3958
+ readonly modelViewerProductPreview: {
3959
+ readonly type: "ModelViewer";
3960
+ readonly id: "model_viewer_product_preview";
3961
+ readonly props: {
3962
+ readonly src: "https://muibook.com/models/chair.glb";
3963
+ readonly "ios-src": "https://muibook.com/models/chair.usdz";
3964
+ readonly poster: "https://muibook.com/models/chair-poster.jpg";
3965
+ readonly alt: "Three dimensional preview of a lounge chair.";
3966
+ readonly controls: true;
3967
+ readonly ar: true;
3968
+ };
3969
+ readonly children: readonly [{
3970
+ readonly type: "Body";
3971
+ readonly id: "model_viewer_fallback";
3972
+ readonly props: {
3973
+ readonly text: "Download the product model or view the gallery if 3D preview is unavailable.";
3974
+ readonly size: "small";
3975
+ };
3976
+ readonly children: readonly [];
3977
+ }];
3978
+ };
3979
+ readonly dashboard: {
3980
+ readonly type: "VStack";
3981
+ readonly id: "dashboard_root";
3982
+ readonly props: {
3983
+ readonly space: "var(--space-500)";
3984
+ readonly alignX: "stretch";
3985
+ readonly style: "max-width: 112rem; margin: 0 auto;";
3986
+ };
3987
+ readonly children: readonly [{
3988
+ readonly type: "HStack";
3989
+ readonly id: "dashboard_header";
3990
+ readonly props: {
3991
+ readonly alignX: "space-between";
3992
+ readonly alignY: "center";
3993
+ };
3994
+ readonly children: readonly [{
3995
+ readonly type: "VStack";
3996
+ readonly id: "header_title_stack";
3997
+ readonly props: {
3998
+ readonly space: "var(--space-000)";
3999
+ };
4000
+ readonly children: readonly [{
4001
+ readonly type: "Heading";
4002
+ readonly id: "title";
4003
+ readonly props: {
4004
+ readonly text: "Revenue operations";
4005
+ readonly size: "2";
4006
+ };
4007
+ readonly children: readonly [];
4008
+ }, {
4009
+ readonly type: "Body";
4010
+ readonly id: "subtitle";
4011
+ readonly props: {
4012
+ readonly text: "Track activation health...";
4013
+ readonly size: "small";
4014
+ };
4015
+ readonly children: readonly [];
4016
+ }];
4017
+ }, {
4018
+ readonly type: "ButtonGroup";
4019
+ readonly id: "header_actions";
4020
+ readonly props: {
4021
+ readonly align: "right";
4022
+ };
4023
+ readonly children: readonly [{
4024
+ readonly type: "Button";
4025
+ readonly id: "export_btn";
4026
+ readonly props: {
4027
+ readonly text: "Export report";
4028
+ readonly variant: "secondary";
4029
+ };
4030
+ readonly children: readonly [];
4031
+ }, {
4032
+ readonly type: "Button";
4033
+ readonly id: "create_btn";
4034
+ readonly props: {
4035
+ readonly text: "Create task";
4036
+ readonly variant: "primary";
4037
+ };
4038
+ readonly children: readonly [];
4039
+ }];
4040
+ }];
4041
+ }, {
4042
+ readonly type: "Grid";
4043
+ readonly id: "dashboard_metric_grid";
4044
+ readonly props: {
4045
+ readonly col: "repeat(4, minmax(0, 1fr))";
4046
+ readonly space: "var(--space-300)";
4047
+ readonly alignX: "stretch";
4048
+ };
4049
+ readonly children: readonly [{
4050
+ readonly type: "Card";
4051
+ readonly id: "metric_revenue_card";
4052
+ readonly props: {};
4053
+ readonly children: readonly [{
4054
+ readonly type: "CardBody";
4055
+ readonly id: "metric_revenue_body";
4056
+ readonly props: {};
4057
+ readonly children: readonly [{
4058
+ readonly type: "VStack";
4059
+ readonly id: "metric_revenue_stack";
4060
+ readonly props: {
4061
+ readonly space: "var(--space-200)";
4062
+ readonly alignX: "stretch";
4063
+ };
4064
+ readonly children: readonly [{
4065
+ readonly type: "Body";
4066
+ readonly id: "metric_revenue_label";
4067
+ readonly props: {
4068
+ readonly text: "Monthly revenue";
4069
+ readonly size: "small";
4070
+ readonly variant: "optional";
4071
+ };
4072
+ readonly children: readonly [];
4073
+ }, {
4074
+ readonly type: "Heading";
4075
+ readonly id: "metric_revenue_value";
4076
+ readonly props: {
4077
+ readonly text: "$128.4K";
4078
+ readonly size: "3";
4079
+ readonly level: "2";
4080
+ };
4081
+ readonly children: readonly [];
4082
+ }, {
4083
+ readonly type: "Badge";
4084
+ readonly id: "metric_revenue_delta";
4085
+ readonly props: {
4086
+ readonly text: "+12.8%";
4087
+ readonly size: "small";
4088
+ readonly variant: "positive";
4089
+ };
4090
+ readonly children: readonly [];
4091
+ }];
4092
+ }];
4093
+ }];
4094
+ }, {
4095
+ readonly type: "Card";
4096
+ readonly id: "metric_accounts_card";
4097
+ readonly props: {};
4098
+ readonly children: readonly [{
4099
+ readonly type: "CardBody";
4100
+ readonly id: "metric_accounts_body";
4101
+ readonly props: {};
4102
+ readonly children: readonly [{
4103
+ readonly type: "VStack";
4104
+ readonly id: "metric_accounts_stack";
4105
+ readonly props: {
4106
+ readonly space: "var(--space-200)";
4107
+ readonly alignX: "stretch";
4108
+ };
4109
+ readonly children: readonly [{
4110
+ readonly type: "Body";
4111
+ readonly id: "metric_accounts_label";
4112
+ readonly props: {
4113
+ readonly text: "Active accounts";
4114
+ readonly size: "small";
4115
+ readonly variant: "optional";
4116
+ };
4117
+ readonly children: readonly [];
4118
+ }, {
4119
+ readonly type: "Heading";
4120
+ readonly id: "metric_accounts_value";
4121
+ readonly props: {
4122
+ readonly text: "24,892";
4123
+ readonly size: "3";
4124
+ readonly level: "2";
4125
+ };
4126
+ readonly children: readonly [];
4127
+ }, {
4128
+ readonly type: "Badge";
4129
+ readonly id: "metric_accounts_delta";
4130
+ readonly props: {
4131
+ readonly text: "+4.2%";
4132
+ readonly size: "small";
4133
+ readonly variant: "positive";
4134
+ };
4135
+ readonly children: readonly [];
4136
+ }];
4137
+ }];
4138
+ }];
4139
+ }, {
4140
+ readonly type: "Card";
4141
+ readonly id: "metric_conversion_card";
4142
+ readonly props: {};
4143
+ readonly children: readonly [{
4144
+ readonly type: "CardBody";
4145
+ readonly id: "metric_conversion_body";
4146
+ readonly props: {};
4147
+ readonly children: readonly [{
4148
+ readonly type: "VStack";
4149
+ readonly id: "metric_conversion_stack";
4150
+ readonly props: {
4151
+ readonly space: "var(--space-200)";
4152
+ readonly alignX: "stretch";
4153
+ };
4154
+ readonly children: readonly [{
4155
+ readonly type: "Body";
4156
+ readonly id: "metric_conversion_label";
4157
+ readonly props: {
4158
+ readonly text: "Trial conversion";
4159
+ readonly size: "small";
4160
+ readonly variant: "optional";
4161
+ };
4162
+ readonly children: readonly [];
4163
+ }, {
4164
+ readonly type: "Heading";
4165
+ readonly id: "metric_conversion_value";
4166
+ readonly props: {
4167
+ readonly text: "8.6%";
4168
+ readonly size: "3";
4169
+ readonly level: "2";
4170
+ };
4171
+ readonly children: readonly [];
4172
+ }, {
4173
+ readonly type: "Badge";
4174
+ readonly id: "metric_conversion_delta";
4175
+ readonly props: {
4176
+ readonly text: "-1.1%";
4177
+ readonly size: "small";
4178
+ readonly variant: "warning";
4179
+ };
4180
+ readonly children: readonly [];
4181
+ }];
4182
+ }];
4183
+ }];
4184
+ }, {
4185
+ readonly type: "Card";
4186
+ readonly id: "metric_uptime_card";
4187
+ readonly props: {};
4188
+ readonly children: readonly [{
4189
+ readonly type: "CardBody";
4190
+ readonly id: "metric_uptime_body";
4191
+ readonly props: {};
4192
+ readonly children: readonly [{
4193
+ readonly type: "VStack";
4194
+ readonly id: "metric_uptime_stack";
4195
+ readonly props: {
4196
+ readonly space: "var(--space-200)";
4197
+ readonly alignX: "stretch";
4198
+ };
4199
+ readonly children: readonly [{
4200
+ readonly type: "Body";
4201
+ readonly id: "metric_uptime_label";
4202
+ readonly props: {
4203
+ readonly text: "Platform uptime";
4204
+ readonly size: "small";
4205
+ readonly variant: "optional";
4206
+ };
4207
+ readonly children: readonly [];
4208
+ }, {
4209
+ readonly type: "Heading";
4210
+ readonly id: "metric_uptime_value";
4211
+ readonly props: {
4212
+ readonly text: "99.98%";
4213
+ readonly size: "3";
4214
+ readonly level: "2";
4215
+ };
4216
+ readonly children: readonly [];
4217
+ }, {
4218
+ readonly type: "Badge";
4219
+ readonly id: "metric_uptime_delta";
4220
+ readonly props: {
4221
+ readonly text: "Stable";
4222
+ readonly size: "small";
4223
+ readonly variant: "neutral";
4224
+ };
4225
+ readonly children: readonly [];
4226
+ }];
4227
+ }];
4228
+ }];
4229
+ }];
4230
+ }, {
4231
+ readonly type: "Grid";
4232
+ readonly id: "dashboard_main_grid";
4233
+ readonly props: {
4234
+ readonly col: "minmax(0, 1.55fr) minmax(26rem, 1fr)";
4235
+ readonly space: "var(--space-300)";
4236
+ readonly alignX: "stretch";
4237
+ };
4238
+ readonly children: readonly [{
4239
+ readonly type: "Card";
4240
+ readonly id: "activation_health_card";
4241
+ readonly props: {};
4242
+ readonly children: readonly [{
4243
+ readonly type: "CardHeader";
4244
+ readonly id: "activation_health_header";
4245
+ readonly props: {};
4246
+ readonly children: readonly [{
4247
+ readonly type: "Heading";
4248
+ readonly id: "activation_health_title";
4249
+ readonly props: {
4250
+ readonly text: "Activation health";
4251
+ readonly size: "3";
4252
+ readonly level: "2";
4253
+ };
4254
+ readonly children: readonly [];
4255
+ }, {
4256
+ readonly type: "Body";
4257
+ readonly id: "activation_health_description";
4258
+ readonly props: {
4259
+ readonly text: "Performance across the last 30 days.";
4260
+ readonly size: "small";
4261
+ readonly variant: "optional";
4262
+ };
4263
+ readonly children: readonly [];
4264
+ }];
4265
+ }, {
4266
+ readonly type: "CardBody";
4267
+ readonly id: "activation_health_body";
4268
+ readonly props: {};
4269
+ readonly children: readonly [{
4270
+ readonly type: "VStack";
4271
+ readonly id: "activation_health_stack";
4272
+ readonly props: {
4273
+ readonly space: "var(--space-400)";
4274
+ readonly alignX: "stretch";
4275
+ };
4276
+ readonly children: readonly [{
4277
+ readonly type: "VStack";
4278
+ readonly id: "feature_adoption";
4279
+ readonly props: {
4280
+ readonly space: "var(--space-100)";
4281
+ readonly alignX: "stretch";
4282
+ };
4283
+ readonly children: readonly [{
4284
+ readonly type: "HStack";
4285
+ readonly id: "feature_adoption_header";
4286
+ readonly props: {
4287
+ readonly alignX: "space-between";
4288
+ readonly alignY: "center";
4289
+ };
4290
+ readonly children: readonly [{
4291
+ readonly type: "Body";
4292
+ readonly id: "feature_adoption_label";
4293
+ readonly props: {
4294
+ readonly text: "Feature adoption";
4295
+ readonly size: "small";
4296
+ readonly weight: "bold";
4297
+ };
4298
+ readonly children: readonly [];
4299
+ }, {
4300
+ readonly type: "Badge";
4301
+ readonly id: "feature_adoption_delta";
4302
+ readonly props: {
4303
+ readonly text: "+15%";
4304
+ readonly size: "x-small";
4305
+ readonly variant: "positive";
4306
+ };
4307
+ readonly children: readonly [];
4308
+ }];
4309
+ }, {
4310
+ readonly type: "Progress";
4311
+ readonly id: "feature_adoption_progress";
4312
+ readonly props: {
4313
+ readonly progress: "45";
4314
+ };
4315
+ readonly children: readonly [];
4316
+ }];
4317
+ }, {
4318
+ readonly type: "VStack";
4319
+ readonly id: "retention";
4320
+ readonly props: {
4321
+ readonly space: "var(--space-100)";
4322
+ readonly alignX: "stretch";
4323
+ };
4324
+ readonly children: readonly [{
4325
+ readonly type: "HStack";
4326
+ readonly id: "retention_header";
4327
+ readonly props: {
4328
+ readonly alignX: "space-between";
4329
+ readonly alignY: "center";
4330
+ };
4331
+ readonly children: readonly [{
4332
+ readonly type: "Body";
4333
+ readonly id: "retention_label";
4334
+ readonly props: {
4335
+ readonly text: "30-day retention";
4336
+ readonly size: "small";
4337
+ readonly weight: "bold";
4338
+ };
4339
+ readonly children: readonly [];
4340
+ }, {
4341
+ readonly type: "Badge";
4342
+ readonly id: "retention_delta";
4343
+ readonly props: {
4344
+ readonly text: "+4%";
4345
+ readonly size: "x-small";
4346
+ readonly variant: "positive";
4347
+ };
4348
+ readonly children: readonly [];
4349
+ }];
4350
+ }, {
4351
+ readonly type: "Progress";
4352
+ readonly id: "retention_progress";
4353
+ readonly props: {
4354
+ readonly progress: "68";
4355
+ };
4356
+ readonly children: readonly [];
4357
+ }];
4358
+ }];
4359
+ }];
4360
+ }];
4361
+ }, {
4362
+ readonly type: "Card";
4363
+ readonly id: "priority_tasks_card";
4364
+ readonly props: {};
4365
+ readonly children: readonly [{
4366
+ readonly type: "CardHeader";
4367
+ readonly id: "priority_tasks_header";
4368
+ readonly props: {};
4369
+ readonly children: readonly [{
4370
+ readonly type: "Heading";
4371
+ readonly id: "priority_tasks_title";
4372
+ readonly props: {
4373
+ readonly text: "Priority tasks";
4374
+ readonly size: "3";
4375
+ readonly level: "2";
4376
+ };
4377
+ readonly children: readonly [];
4378
+ }];
4379
+ }, {
4380
+ readonly type: "CardBody";
4381
+ readonly id: "priority_tasks_body";
4382
+ readonly props: {};
4383
+ readonly children: readonly [{
4384
+ readonly type: "SlatGroup";
4385
+ readonly id: "priority_tasks";
4386
+ readonly props: {};
4387
+ readonly children: readonly [{
4388
+ readonly type: "Slat";
4389
+ readonly id: "billing_alerts_task";
4390
+ readonly props: {
4391
+ readonly variant: "action";
4392
+ };
4393
+ readonly children: readonly [{
4394
+ readonly type: "VStack";
4395
+ readonly id: "billing_alerts_copy";
4396
+ readonly slot: "start";
4397
+ readonly props: {
4398
+ readonly space: "var(--space-000)";
4399
+ };
4400
+ readonly children: readonly [{
4401
+ readonly type: "Body";
4402
+ readonly id: "billing_alerts_title";
4403
+ readonly props: {
4404
+ readonly text: "Review billing alerts";
4405
+ readonly size: "small";
4406
+ readonly weight: "bold";
4407
+ };
4408
+ readonly children: readonly [];
4409
+ }, {
4410
+ readonly type: "Body";
4411
+ readonly id: "billing_alerts_meta";
4412
+ readonly props: {
4413
+ readonly text: "Finance operations";
4414
+ readonly size: "x-small";
4415
+ readonly variant: "optional";
4416
+ };
4417
+ readonly children: readonly [];
4418
+ }];
4419
+ }, {
4420
+ readonly type: "Badge";
4421
+ readonly id: "billing_alerts_badge";
4422
+ readonly slot: "end";
4423
+ readonly props: {
4424
+ readonly text: "Urgent";
4425
+ readonly size: "x-small";
4426
+ readonly variant: "attention";
4427
+ };
4428
+ readonly children: readonly [];
4429
+ }];
4430
+ }, {
4431
+ readonly type: "Slat";
4432
+ readonly id: "campaign_task";
4433
+ readonly props: {
4434
+ readonly variant: "action";
4435
+ };
4436
+ readonly children: readonly [{
4437
+ readonly type: "VStack";
4438
+ readonly id: "campaign_copy";
4439
+ readonly slot: "start";
4440
+ readonly props: {
4441
+ readonly space: "var(--space-000)";
4442
+ };
4443
+ readonly children: readonly [{
4444
+ readonly type: "Body";
4445
+ readonly id: "campaign_title";
4446
+ readonly props: {
4447
+ readonly text: "Approve campaign launch";
4448
+ readonly size: "small";
4449
+ readonly weight: "bold";
4450
+ };
4451
+ readonly children: readonly [];
4452
+ }, {
4453
+ readonly type: "Body";
4454
+ readonly id: "campaign_meta";
4455
+ readonly props: {
4456
+ readonly text: "Growth team";
4457
+ readonly size: "x-small";
4458
+ readonly variant: "optional";
4459
+ };
4460
+ readonly children: readonly [];
4461
+ }];
4462
+ }, {
4463
+ readonly type: "Badge";
4464
+ readonly id: "campaign_badge";
4465
+ readonly slot: "end";
4466
+ readonly props: {
4467
+ readonly text: "Pending";
4468
+ readonly size: "x-small";
4469
+ readonly variant: "warning";
4470
+ };
4471
+ readonly children: readonly [];
4472
+ }];
4473
+ }];
4474
+ }];
4475
+ }];
4476
+ }];
4477
+ }, {
4478
+ readonly type: "Responsive";
4479
+ readonly id: "dashboard_activity";
4480
+ readonly props: {
4481
+ readonly breakpoint: "767";
4482
+ };
4483
+ readonly children: readonly [{
4484
+ readonly type: "Card";
4485
+ readonly id: "activity_table_card";
4486
+ readonly slot: "showAbove";
4487
+ readonly props: {};
4488
+ readonly children: readonly [{
4489
+ readonly type: "CardHeader";
4490
+ readonly id: "activity_table_header";
4491
+ readonly props: {};
4492
+ readonly children: readonly [{
4493
+ readonly type: "Heading";
4494
+ readonly id: "activity_table_title";
4495
+ readonly props: {
4496
+ readonly text: "Recent account activity";
4497
+ readonly size: "3";
4498
+ readonly level: "2";
4499
+ };
4500
+ readonly children: readonly [];
4501
+ }];
4502
+ }, {
4503
+ readonly type: "CardBody";
4504
+ readonly id: "activity_table_body";
4505
+ readonly props: {};
4506
+ readonly children: readonly [{
4507
+ readonly type: "Table";
4508
+ readonly id: "activity_table";
4509
+ readonly props: {};
4510
+ readonly children: readonly [{
4511
+ readonly type: "RowGroup";
4512
+ readonly id: "activity_rows";
4513
+ readonly props: {};
4514
+ readonly children: readonly [{
4515
+ readonly type: "Row";
4516
+ readonly id: "activity_acme";
4517
+ readonly props: {
4518
+ readonly columns: "1.5fr 1fr 1fr auto";
4519
+ readonly size: "small";
4520
+ };
4521
+ readonly children: readonly [{
4522
+ readonly type: "Cell";
4523
+ readonly id: "activity_acme_account";
4524
+ readonly props: {};
4525
+ readonly children: readonly [{
4526
+ readonly type: "Body";
4527
+ readonly id: "activity_acme_name";
4528
+ readonly props: {
4529
+ readonly text: "Acme Studios";
4530
+ readonly size: "small";
4531
+ };
4532
+ readonly children: readonly [];
4533
+ }];
4534
+ }, {
4535
+ readonly type: "Cell";
4536
+ readonly id: "activity_acme_event";
4537
+ readonly props: {};
4538
+ readonly children: readonly [{
4539
+ readonly type: "Body";
4540
+ readonly id: "activity_acme_event_text";
4541
+ readonly props: {
4542
+ readonly text: "Renewal";
4543
+ readonly size: "small";
4544
+ };
4545
+ readonly children: readonly [];
4546
+ }];
4547
+ }, {
4548
+ readonly type: "Cell";
4549
+ readonly id: "activity_acme_status";
4550
+ readonly props: {};
4551
+ readonly children: readonly [{
4552
+ readonly type: "Badge";
4553
+ readonly id: "activity_acme_paid";
4554
+ readonly props: {
4555
+ readonly text: "Paid";
4556
+ readonly size: "small";
4557
+ readonly variant: "positive";
4558
+ };
4559
+ readonly children: readonly [];
4560
+ }];
4561
+ }, {
4562
+ readonly type: "Cell";
4563
+ readonly id: "activity_acme_action";
4564
+ readonly props: {
4565
+ readonly action: true;
4566
+ };
4567
+ readonly children: readonly [{
4568
+ readonly type: "Button";
4569
+ readonly id: "activity_acme_view";
4570
+ readonly props: {
4571
+ readonly text: "View";
4572
+ readonly size: "small";
4573
+ readonly variant: "tertiary";
4574
+ };
4575
+ readonly children: readonly [];
4576
+ }];
4577
+ }];
4578
+ }];
4579
+ }];
4580
+ }];
4581
+ }];
4582
+ }, {
4583
+ readonly type: "Card";
4584
+ readonly id: "activity_slat_card";
4585
+ readonly slot: "showBelow";
4586
+ readonly props: {};
4587
+ readonly children: readonly [{
4588
+ readonly type: "CardBody";
4589
+ readonly id: "activity_slat_body";
4590
+ readonly props: {};
4591
+ readonly children: readonly [{
4592
+ readonly type: "SlatGroup";
4593
+ readonly id: "activity_mobile_slats";
4594
+ readonly props: {};
4595
+ readonly children: readonly [{
4596
+ readonly type: "Slat";
4597
+ readonly id: "activity_mobile_acme";
4598
+ readonly props: {
4599
+ readonly variant: "action";
4600
+ };
4601
+ readonly children: readonly [{
4602
+ readonly type: "VStack";
4603
+ readonly id: "activity_mobile_acme_copy";
4604
+ readonly slot: "start";
4605
+ readonly props: {
4606
+ readonly space: "var(--space-000)";
4607
+ };
4608
+ readonly children: readonly [{
4609
+ readonly type: "Body";
4610
+ readonly id: "activity_mobile_acme_title";
4611
+ readonly props: {
4612
+ readonly text: "Acme Studios";
4613
+ readonly size: "small";
4614
+ readonly weight: "bold";
4615
+ };
4616
+ readonly children: readonly [];
4617
+ }, {
4618
+ readonly type: "Body";
4619
+ readonly id: "activity_mobile_acme_meta";
4620
+ readonly props: {
4621
+ readonly text: "Renewal payment";
4622
+ readonly size: "x-small";
4623
+ readonly variant: "optional";
4624
+ };
4625
+ readonly children: readonly [];
4626
+ }];
4627
+ }, {
4628
+ readonly type: "Badge";
4629
+ readonly id: "activity_mobile_acme_status";
4630
+ readonly slot: "end";
4631
+ readonly props: {
4632
+ readonly text: "Paid";
4633
+ readonly size: "x-small";
4634
+ readonly variant: "positive";
4635
+ };
4636
+ readonly children: readonly [];
4637
+ }];
4638
+ }];
4639
+ }];
4640
+ }];
4641
+ }];
4642
+ }];
4643
+ };
4644
+ }, "signupFlow" | "rewardsCard" | "contactForm" | "analyticsSummary" | "onboarding" | "wallet" | "muitube" | "songPage" | "videoMetadataAction" | "customSelectWastePicker" | "drawerWorkspace" | "modelViewerProductPreview" | "dashboard">;