@servicetitan/json-render-react 0.0.0-anvil2-kits-poc-20260717210733

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 (126) hide show
  1. package/README.md +335 -0
  2. package/dist/catalog/context/catalog-prompt.md +229 -0
  3. package/dist/catalog/context/schema.json +56 -0
  4. package/dist/catalog/core/catalog-prompt.md +306 -0
  5. package/dist/catalog/core/schema.json +64 -0
  6. package/dist/catalog/marketing/catalog-prompt.md +307 -0
  7. package/dist/catalog/marketing/schema.json +65 -0
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.js +2126 -0
  10. package/dist/index.js.map +1 -0
  11. package/dist/src/context/catalog/catalog-def.d.ts +50 -0
  12. package/dist/src/context/catalog/context-card.catalog.d.ts +19 -0
  13. package/dist/src/context/catalog/context-card.d.ts +8 -0
  14. package/dist/src/context/catalog/context-data-table.catalog.d.ts +34 -0
  15. package/dist/src/context/catalog/context-data-table.css.d.ts +2 -0
  16. package/dist/src/context/catalog/context-data-table.d.ts +6 -0
  17. package/dist/src/context/catalog/context-file-list.catalog.d.ts +11 -0
  18. package/dist/src/context/catalog/context-file-list.css.d.ts +16 -0
  19. package/dist/src/context/catalog/context-file-list.d.ts +6 -0
  20. package/dist/src/context/catalog/context-list.catalog.d.ts +48 -0
  21. package/dist/src/context/catalog/context-list.css.d.ts +16 -0
  22. package/dist/src/context/catalog/context-list.d.ts +6 -0
  23. package/dist/src/context/catalog/context-metric-grid.catalog.d.ts +22 -0
  24. package/dist/src/context/catalog/context-metric-grid.css.d.ts +13 -0
  25. package/dist/src/context/catalog/context-metric-grid.d.ts +6 -0
  26. package/dist/src/context/catalog/context-note-list.catalog.d.ts +15 -0
  27. package/dist/src/context/catalog/context-note-list.d.ts +6 -0
  28. package/dist/src/context/catalog/context-overview.catalog.d.ts +8 -0
  29. package/dist/src/context/catalog/context-overview.css.d.ts +2 -0
  30. package/dist/src/context/catalog/context-overview.d.ts +6 -0
  31. package/dist/src/context/catalog/context-panel.catalog.d.ts +6 -0
  32. package/dist/src/context/catalog/context-panel.css.d.ts +1 -0
  33. package/dist/src/context/catalog/context-panel.d.ts +6 -0
  34. package/dist/src/context/catalog/context-tabular-list.catalog.d.ts +19 -0
  35. package/dist/src/context/catalog/context-tabular-list.css.d.ts +17 -0
  36. package/dist/src/context/catalog/context-tabular-list.d.ts +6 -0
  37. package/dist/src/context/catalog/index.d.ts +10 -0
  38. package/dist/src/context/catalog/schemas.d.ts +151 -0
  39. package/dist/src/context/components/collapsible-card.css.d.ts +41 -0
  40. package/dist/src/context/components/collapsible-card.d.ts +14 -0
  41. package/dist/src/context/components/context-ai-summary.css.d.ts +7 -0
  42. package/dist/src/context/components/context-ai-summary.d.ts +4 -0
  43. package/dist/src/context/components/context-chip-tone.d.ts +10 -0
  44. package/dist/src/context/components/context-note-list.css.d.ts +10 -0
  45. package/dist/src/context/components/context-render-error-boundary.d.ts +21 -0
  46. package/dist/src/context/constants.d.ts +6 -0
  47. package/dist/src/context/index.d.ts +4 -0
  48. package/dist/src/context/validate-context-spec-deep.d.ts +9 -0
  49. package/dist/src/context/validate-context-spec.d.ts +11 -0
  50. package/dist/src/core/actions.d.ts +28 -0
  51. package/dist/src/core/catalog/alert.catalog.d.ts +17 -0
  52. package/dist/src/core/catalog/alert.d.ts +9 -0
  53. package/dist/src/core/catalog/bar-chart.catalog.d.ts +22 -0
  54. package/dist/src/core/catalog/bar-chart.d.ts +6 -0
  55. package/dist/src/core/catalog/button.catalog.d.ts +24 -0
  56. package/dist/src/core/catalog/button.d.ts +7 -0
  57. package/dist/src/core/catalog/card.catalog.d.ts +20 -0
  58. package/dist/src/core/catalog/card.d.ts +8 -0
  59. package/dist/src/core/catalog/catalog-def.d.ts +484 -0
  60. package/dist/src/core/catalog/chart-utils.d.ts +2 -0
  61. package/dist/src/core/catalog/chart.css.d.ts +1 -0
  62. package/dist/src/core/catalog/checkbox.catalog.d.ts +11 -0
  63. package/dist/src/core/catalog/checkbox.d.ts +8 -0
  64. package/dist/src/core/catalog/chip.catalog.d.ts +20 -0
  65. package/dist/src/core/catalog/chip.d.ts +7 -0
  66. package/dist/src/core/catalog/divider.catalog.d.ts +25 -0
  67. package/dist/src/core/catalog/divider.d.ts +6 -0
  68. package/dist/src/core/catalog/donut-chart.catalog.d.ts +19 -0
  69. package/dist/src/core/catalog/donut-chart.d.ts +6 -0
  70. package/dist/src/core/catalog/flex.catalog.d.ts +55 -0
  71. package/dist/src/core/catalog/flex.d.ts +8 -0
  72. package/dist/src/core/catalog/grid.catalog.d.ts +21 -0
  73. package/dist/src/core/catalog/grid.css.d.ts +4 -0
  74. package/dist/src/core/catalog/grid.d.ts +8 -0
  75. package/dist/src/core/catalog/guidance-card-column-width.d.ts +12 -0
  76. package/dist/src/core/catalog/guidance-card.catalog.d.ts +58 -0
  77. package/dist/src/core/catalog/guidance-card.d.ts +9 -0
  78. package/dist/src/core/catalog/icon.catalog.d.ts +19 -0
  79. package/dist/src/core/catalog/icon.d.ts +6 -0
  80. package/dist/src/core/catalog/index.d.ts +7 -0
  81. package/dist/src/core/catalog/input.catalog.d.ts +20 -0
  82. package/dist/src/core/catalog/input.d.ts +8 -0
  83. package/dist/src/core/catalog/line-chart.catalog.d.ts +18 -0
  84. package/dist/src/core/catalog/line-chart.d.ts +6 -0
  85. package/dist/src/core/catalog/link.catalog.d.ts +20 -0
  86. package/dist/src/core/catalog/link.d.ts +7 -0
  87. package/dist/src/core/catalog/listbox.catalog.d.ts +15 -0
  88. package/dist/src/core/catalog/listbox.css.d.ts +9 -0
  89. package/dist/src/core/catalog/listbox.d.ts +8 -0
  90. package/dist/src/core/catalog/progress-bar.catalog.d.ts +11 -0
  91. package/dist/src/core/catalog/progress-bar.d.ts +6 -0
  92. package/dist/src/core/catalog/radio-group.catalog.d.ts +15 -0
  93. package/dist/src/core/catalog/radio-group.d.ts +8 -0
  94. package/dist/src/core/catalog/schemas.d.ts +436 -0
  95. package/dist/src/core/catalog/switch.catalog.d.ts +11 -0
  96. package/dist/src/core/catalog/switch.d.ts +8 -0
  97. package/dist/src/core/catalog/text.catalog.d.ts +20 -0
  98. package/dist/src/core/catalog/text.d.ts +6 -0
  99. package/dist/src/core/catalog/textarea.catalog.d.ts +15 -0
  100. package/dist/src/core/catalog/textarea.d.ts +8 -0
  101. package/dist/src/generate.d.ts +9 -0
  102. package/dist/src/index.d.ts +9 -0
  103. package/dist/src/marketing/catalog/catalog.d.ts +1 -0
  104. package/dist/src/marketing/catalog/components/index.d.ts +14 -0
  105. package/dist/src/marketing/catalog/components/revenue-card.catalog.d.ts +15 -0
  106. package/dist/src/marketing/catalog/components/revenue-card.css.d.ts +15 -0
  107. package/dist/src/marketing/catalog/components/revenue-card.d.ts +6 -0
  108. package/dist/src/marketing/catalog/index.d.ts +6 -0
  109. package/dist/src/marketing/catalog/scoped-catalogs.d.ts +4 -0
  110. package/dist/src/registry-utils.d.ts +6 -0
  111. package/dist/src/registry.d.ts +9 -0
  112. package/dist/src/renderers/context-spec-renderer.d.ts +6 -0
  113. package/dist/src/renderers/internal/enrichments/button-actions.d.ts +7 -0
  114. package/dist/src/renderers/internal/enrichments/useEnrichedSpec.d.ts +3 -0
  115. package/dist/src/renderers/sectioned-context-renderer.css.d.ts +1 -0
  116. package/dist/src/renderers/sectioned-context-renderer.d.ts +36 -0
  117. package/dist/src/renderers/spec-renderer.d.ts +30 -0
  118. package/dist/src/renderers/types.d.ts +4 -0
  119. package/dist/src/renderers/wrap-context-registry.d.ts +3 -0
  120. package/dist/src/scoped-catalog.d.ts +64 -0
  121. package/dist/src/test/setup-dom.d.ts +1 -0
  122. package/dist/src/types.d.ts +17 -0
  123. package/dist/src/utils/cx.d.ts +2 -0
  124. package/dist/src/utils/defined-props.d.ts +6 -0
  125. package/dist/styles.css +1 -0
  126. package/package.json +92 -0
@@ -0,0 +1,484 @@
1
+ import { baseComponents } from './schemas';
2
+ export { baseComponents };
3
+ export declare const catalog: import('@json-render/core').Catalog<{
4
+ spec: import('@json-render/core').SchemaType<"object", {
5
+ root: import('@json-render/core').SchemaType<"string", unknown>;
6
+ elements: import('@json-render/core').SchemaType<"record", import('@json-render/core').SchemaType<"object", {
7
+ type: import('@json-render/core').SchemaType<"ref", string>;
8
+ props: import('@json-render/core').SchemaType<"propsOf", string>;
9
+ children: import('@json-render/core').SchemaType<"array", import('@json-render/core').SchemaType<"string", unknown>>;
10
+ visible: import('@json-render/core').SchemaType<"any", unknown>;
11
+ }>>;
12
+ }>;
13
+ catalog: import('@json-render/core').SchemaType<"object", {
14
+ components: import('@json-render/core').SchemaType<"map", {
15
+ props: import('@json-render/core').SchemaType<"zod", unknown>;
16
+ slots: import('@json-render/core').SchemaType<"array", import('@json-render/core').SchemaType<"string", unknown>>;
17
+ description: import('@json-render/core').SchemaType<"string", unknown>;
18
+ example: import('@json-render/core').SchemaType<"any", unknown>;
19
+ }>;
20
+ actions: import('@json-render/core').SchemaType<"map", {
21
+ params: import('@json-render/core').SchemaType<"zod", unknown>;
22
+ description: import('@json-render/core').SchemaType<"string", unknown>;
23
+ }>;
24
+ }>;
25
+ }, {
26
+ components: {
27
+ Text: {
28
+ props: import('zod').ZodObject<{
29
+ content: import('zod').ZodString;
30
+ variant: import('zod').ZodOptional<import('zod').ZodEnum<{
31
+ headline: "headline";
32
+ body: "body";
33
+ eyebrow: "eyebrow";
34
+ }>>;
35
+ size: import('zod').ZodOptional<import('zod').ZodEnum<{
36
+ small: "small";
37
+ medium: "medium";
38
+ large: "large";
39
+ xlarge: "xlarge";
40
+ }>>;
41
+ subdued: import('zod').ZodOptional<import('zod').ZodBoolean>;
42
+ }, import('zod/v4/core').$strip>;
43
+ slots: never[];
44
+ description: string;
45
+ };
46
+ Card: {
47
+ props: import('zod').ZodObject<{
48
+ title: import('zod').ZodOptional<import('zod').ZodString>;
49
+ description: import('zod').ZodOptional<import('zod').ZodString>;
50
+ background: import('zod').ZodOptional<import('zod').ZodEnum<{
51
+ strong: "strong";
52
+ stronger: "stronger";
53
+ }>>;
54
+ padding: import('zod').ZodOptional<import('zod').ZodEnum<{
55
+ 0: "0";
56
+ xsmall: "xsmall";
57
+ small: "small";
58
+ medium: "medium";
59
+ large: "large";
60
+ }>>;
61
+ }, import('zod/v4/core').$strip>;
62
+ slots: string[];
63
+ description: string;
64
+ };
65
+ Flex: {
66
+ props: import('zod').ZodObject<{
67
+ direction: import('zod').ZodOptional<import('zod').ZodEnum<{
68
+ row: "row";
69
+ column: "column";
70
+ }>>;
71
+ gap: import('zod').ZodOptional<import('zod').ZodEnum<{
72
+ 0: "0";
73
+ 1: "1";
74
+ 2: "2";
75
+ 3: "3";
76
+ 4: "4";
77
+ half: "half";
78
+ 5: "5";
79
+ 6: "6";
80
+ 8: "8";
81
+ 12: "12";
82
+ }>>;
83
+ alignItems: import('zod').ZodOptional<import('zod').ZodEnum<{
84
+ center: "center";
85
+ "flex-start": "flex-start";
86
+ "flex-end": "flex-end";
87
+ stretch: "stretch";
88
+ baseline: "baseline";
89
+ }>>;
90
+ justifyContent: import('zod').ZodOptional<import('zod').ZodEnum<{
91
+ center: "center";
92
+ "flex-start": "flex-start";
93
+ "flex-end": "flex-end";
94
+ "space-between": "space-between";
95
+ "space-around": "space-around";
96
+ "space-evenly": "space-evenly";
97
+ }>>;
98
+ alignSelf: import('zod').ZodOptional<import('zod').ZodEnum<{
99
+ center: "center";
100
+ "flex-start": "flex-start";
101
+ "flex-end": "flex-end";
102
+ stretch: "stretch";
103
+ baseline: "baseline";
104
+ auto: "auto";
105
+ }>>;
106
+ wrap: import('zod').ZodOptional<import('zod').ZodEnum<{
107
+ wrap: "wrap";
108
+ nowrap: "nowrap";
109
+ "wrap-reverse": "wrap-reverse";
110
+ }>>;
111
+ grow: import('zod').ZodOptional<import('zod').ZodNumber>;
112
+ shrink: import('zod').ZodOptional<import('zod').ZodNumber>;
113
+ basis: import('zod').ZodOptional<import('zod').ZodString>;
114
+ inline: import('zod').ZodOptional<import('zod').ZodBoolean>;
115
+ }, import('zod/v4/core').$strip>;
116
+ slots: string[];
117
+ description: string;
118
+ };
119
+ Grid: {
120
+ props: import('zod').ZodObject<{
121
+ templateColumns: import('zod').ZodOptional<import('zod').ZodString>;
122
+ gap: import('zod').ZodOptional<import('zod').ZodEnum<{
123
+ 0: "0";
124
+ 1: "1";
125
+ 2: "2";
126
+ 3: "3";
127
+ 4: "4";
128
+ half: "half";
129
+ 5: "5";
130
+ 6: "6";
131
+ 8: "8";
132
+ 12: "12";
133
+ }>>;
134
+ bordered: import('zod').ZodOptional<import('zod').ZodBoolean>;
135
+ }, import('zod/v4/core').$strip>;
136
+ slots: string[];
137
+ description: string;
138
+ };
139
+ Alert: {
140
+ props: import('zod').ZodObject<{
141
+ title: import('zod').ZodString;
142
+ status: import('zod').ZodOptional<import('zod').ZodEnum<{
143
+ success: "success";
144
+ info: "info";
145
+ warning: "warning";
146
+ danger: "danger";
147
+ }>>;
148
+ dismissible: import('zod').ZodOptional<import('zod').ZodBoolean>;
149
+ aiMark: import('zod').ZodOptional<import('zod').ZodBoolean>;
150
+ }, import('zod/v4/core').$strip>;
151
+ slots: string[];
152
+ events: string[];
153
+ description: string;
154
+ };
155
+ Divider: {
156
+ props: import('zod').ZodObject<{
157
+ vertical: import('zod').ZodOptional<import('zod').ZodBoolean>;
158
+ spacing: import('zod').ZodOptional<import('zod').ZodEnum<{
159
+ 0: "0";
160
+ 1: "1";
161
+ 2: "2";
162
+ 3: "3";
163
+ 4: "4";
164
+ half: "half";
165
+ 5: "5";
166
+ 6: "6";
167
+ 8: "8";
168
+ 12: "12";
169
+ }>>;
170
+ alignContent: import('zod').ZodOptional<import('zod').ZodEnum<{
171
+ start: "start";
172
+ center: "center";
173
+ end: "end";
174
+ }>>;
175
+ }, import('zod/v4/core').$strip>;
176
+ slots: never[];
177
+ description: string;
178
+ };
179
+ Icon: {
180
+ props: import('zod').ZodObject<{
181
+ name: import('zod').ZodEnum<{
182
+ "check-circle": "check-circle";
183
+ "in-progress": "in-progress";
184
+ "radio-button-unchecked": "radio-button-unchecked";
185
+ }>;
186
+ size: import('zod').ZodOptional<import('zod').ZodEnum<{
187
+ small: "small";
188
+ medium: "medium";
189
+ large: "large";
190
+ xlarge: "xlarge";
191
+ }>>;
192
+ color: import('zod').ZodOptional<import('zod').ZodString>;
193
+ }, import('zod/v4/core').$strip>;
194
+ slots: never[];
195
+ description: string;
196
+ };
197
+ Chip: {
198
+ props: import('zod').ZodObject<{
199
+ label: import('zod').ZodString;
200
+ size: import('zod').ZodOptional<import('zod').ZodEnum<{
201
+ small: "small";
202
+ medium: "medium";
203
+ }>>;
204
+ color: import('zod').ZodOptional<import('zod').ZodString>;
205
+ icon: import('zod').ZodOptional<import('zod').ZodEnum<{
206
+ "check-circle": "check-circle";
207
+ "in-progress": "in-progress";
208
+ "radio-button-unchecked": "radio-button-unchecked";
209
+ }>>;
210
+ removable: import('zod').ZodOptional<import('zod').ZodBoolean>;
211
+ }, import('zod/v4/core').$strip>;
212
+ slots: never[];
213
+ events: string[];
214
+ description: string;
215
+ };
216
+ Link: {
217
+ props: import('zod').ZodObject<{
218
+ label: import('zod').ZodString;
219
+ href: import('zod').ZodString;
220
+ appearance: import('zod').ZodOptional<import('zod').ZodEnum<{
221
+ primary: "primary";
222
+ secondary: "secondary";
223
+ }>>;
224
+ target: import('zod').ZodOptional<import('zod').ZodEnum<{
225
+ _blank: "_blank";
226
+ _self: "_self";
227
+ }>>;
228
+ ghost: import('zod').ZodOptional<import('zod').ZodBoolean>;
229
+ badge: import('zod').ZodOptional<import('zod').ZodString>;
230
+ }, import('zod/v4/core').$strip>;
231
+ slots: never[];
232
+ events: string[];
233
+ description: string;
234
+ };
235
+ ProgressBar: {
236
+ props: import('zod').ZodObject<{
237
+ label: import('zod').ZodString;
238
+ value: import('zod').ZodOptional<import('zod').ZodNumber>;
239
+ description: import('zod').ZodOptional<import('zod').ZodString>;
240
+ indeterminate: import('zod').ZodOptional<import('zod').ZodBoolean>;
241
+ }, import('zod/v4/core').$strip>;
242
+ slots: never[];
243
+ description: string;
244
+ };
245
+ BarChart: {
246
+ props: import('zod').ZodObject<{
247
+ data: import('zod').ZodArray<import('zod').ZodObject<{
248
+ category: import('zod').ZodString;
249
+ value: import('zod').ZodNumber;
250
+ }, import('zod/v4/core').$strip>>;
251
+ orientation: import('zod').ZodOptional<import('zod').ZodEnum<{
252
+ vertical: "vertical";
253
+ horizontal: "horizontal";
254
+ }>>;
255
+ theme: import('zod').ZodOptional<import('zod').ZodEnum<{
256
+ monochrome: "monochrome";
257
+ categorical: "categorical";
258
+ semantic: "semantic";
259
+ }>>;
260
+ height: import('zod').ZodOptional<import('zod').ZodNumber>;
261
+ unit: import('zod').ZodOptional<import('zod').ZodString>;
262
+ }, import('zod/v4/core').$strip>;
263
+ slots: never[];
264
+ description: string;
265
+ };
266
+ DonutChart: {
267
+ props: import('zod').ZodObject<{
268
+ data: import('zod').ZodArray<import('zod').ZodObject<{
269
+ category: import('zod').ZodString;
270
+ value: import('zod').ZodNumber;
271
+ }, import('zod/v4/core').$strip>>;
272
+ theme: import('zod').ZodOptional<import('zod').ZodEnum<{
273
+ monochrome: "monochrome";
274
+ categorical: "categorical";
275
+ semantic: "semantic";
276
+ }>>;
277
+ showLegend: import('zod').ZodOptional<import('zod').ZodBoolean>;
278
+ height: import('zod').ZodOptional<import('zod').ZodNumber>;
279
+ unit: import('zod').ZodOptional<import('zod').ZodString>;
280
+ }, import('zod/v4/core').$strip>;
281
+ slots: never[];
282
+ description: string;
283
+ };
284
+ LineChart: {
285
+ props: import('zod').ZodObject<{
286
+ data: import('zod').ZodArray<import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnion<readonly [import('zod').ZodString, import('zod').ZodNumber]>>>;
287
+ series: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
288
+ theme: import('zod').ZodOptional<import('zod').ZodEnum<{
289
+ monochrome: "monochrome";
290
+ categorical: "categorical";
291
+ semantic: "semantic";
292
+ }>>;
293
+ showLegend: import('zod').ZodOptional<import('zod').ZodBoolean>;
294
+ showDots: import('zod').ZodOptional<import('zod').ZodBoolean>;
295
+ height: import('zod').ZodOptional<import('zod').ZodNumber>;
296
+ unit: import('zod').ZodOptional<import('zod').ZodString>;
297
+ }, import('zod/v4/core').$strip>;
298
+ slots: never[];
299
+ description: string;
300
+ };
301
+ Button: {
302
+ props: import('zod').ZodObject<{
303
+ label: import('zod').ZodString;
304
+ appearance: import('zod').ZodOptional<import('zod').ZodEnum<{
305
+ danger: "danger";
306
+ primary: "primary";
307
+ secondary: "secondary";
308
+ ghost: "ghost";
309
+ }>>;
310
+ size: import('zod').ZodOptional<import('zod').ZodEnum<{
311
+ xsmall: "xsmall";
312
+ small: "small";
313
+ medium: "medium";
314
+ large: "large";
315
+ }>>;
316
+ loading: import('zod').ZodOptional<import('zod').ZodBoolean>;
317
+ disabled: import('zod').ZodOptional<import('zod').ZodBoolean>;
318
+ badge: import('zod').ZodOptional<import('zod').ZodString>;
319
+ }, import('zod/v4/core').$strip>;
320
+ slots: never[];
321
+ events: string[];
322
+ description: string;
323
+ };
324
+ Checkbox: {
325
+ props: import('zod').ZodObject<{
326
+ label: import('zod').ZodString;
327
+ checked: import('zod').ZodOptional<import('zod').ZodBoolean>;
328
+ disabled: import('zod').ZodOptional<import('zod').ZodBoolean>;
329
+ }, import('zod/v4/core').$strip>;
330
+ slots: never[];
331
+ events: string[];
332
+ description: string;
333
+ };
334
+ Input: {
335
+ props: import('zod').ZodObject<{
336
+ label: import('zod').ZodString;
337
+ placeholder: import('zod').ZodOptional<import('zod').ZodString>;
338
+ type: import('zod').ZodOptional<import('zod').ZodEnum<{
339
+ number: "number";
340
+ url: "url";
341
+ text: "text";
342
+ password: "password";
343
+ email: "email";
344
+ tel: "tel";
345
+ }>>;
346
+ value: import('zod').ZodOptional<import('zod').ZodString>;
347
+ disabled: import('zod').ZodOptional<import('zod').ZodBoolean>;
348
+ }, import('zod/v4/core').$strip>;
349
+ slots: never[];
350
+ events: string[];
351
+ description: string;
352
+ };
353
+ Textarea: {
354
+ props: import('zod').ZodObject<{
355
+ label: import('zod').ZodString;
356
+ placeholder: import('zod').ZodOptional<import('zod').ZodString>;
357
+ description: import('zod').ZodOptional<import('zod').ZodString>;
358
+ moreInfo: import('zod').ZodOptional<import('zod').ZodString>;
359
+ value: import('zod').ZodOptional<import('zod').ZodString>;
360
+ rows: import('zod').ZodOptional<import('zod').ZodNumber>;
361
+ disabled: import('zod').ZodOptional<import('zod').ZodBoolean>;
362
+ }, import('zod/v4/core').$strip>;
363
+ slots: never[];
364
+ events: string[];
365
+ description: string;
366
+ };
367
+ Listbox: {
368
+ props: import('zod').ZodObject<{
369
+ label: import('zod').ZodString;
370
+ options: import('zod').ZodArray<import('zod').ZodObject<{
371
+ value: import('zod').ZodString;
372
+ label: import('zod').ZodString;
373
+ }, import('zod/v4/core').$strip>>;
374
+ value: import('zod').ZodOptional<import('zod').ZodString>;
375
+ disabled: import('zod').ZodOptional<import('zod').ZodBoolean>;
376
+ }, import('zod/v4/core').$strip>;
377
+ slots: never[];
378
+ events: string[];
379
+ description: string;
380
+ };
381
+ RadioGroup: {
382
+ props: import('zod').ZodObject<{
383
+ label: import('zod').ZodString;
384
+ options: import('zod').ZodArray<import('zod').ZodObject<{
385
+ value: import('zod').ZodString;
386
+ label: import('zod').ZodString;
387
+ }, import('zod/v4/core').$strip>>;
388
+ value: import('zod').ZodOptional<import('zod').ZodString>;
389
+ disabled: import('zod').ZodOptional<import('zod').ZodBoolean>;
390
+ }, import('zod/v4/core').$strip>;
391
+ slots: never[];
392
+ events: string[];
393
+ description: string;
394
+ };
395
+ Switch: {
396
+ props: import('zod').ZodObject<{
397
+ label: import('zod').ZodString;
398
+ checked: import('zod').ZodOptional<import('zod').ZodBoolean>;
399
+ disabled: import('zod').ZodOptional<import('zod').ZodBoolean>;
400
+ }, import('zod/v4/core').$strip>;
401
+ slots: never[];
402
+ events: string[];
403
+ description: string;
404
+ };
405
+ GuidanceCard: {
406
+ props: import('zod').ZodObject<{
407
+ state: import('zod').ZodOptional<import('zod').ZodEnum<{
408
+ default: "default";
409
+ accepted: "accepted";
410
+ rejected: "rejected";
411
+ skipped: "skipped";
412
+ }>>;
413
+ referenceLabel: import('zod').ZodString;
414
+ referenceHref: import('zod').ZodOptional<import('zod').ZodString>;
415
+ changeSections: import('zod').ZodArray<import('zod').ZodDiscriminatedUnion<[import('zod').ZodObject<{
416
+ type: import('zod').ZodLiteral<"single">;
417
+ changes: import('zod').ZodArray<import('zod').ZodObject<{
418
+ id: import('zod').ZodString;
419
+ label: import('zod').ZodString;
420
+ from: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
421
+ to: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
422
+ reason: import('zod').ZodOptional<import('zod').ZodString>;
423
+ }, import('zod/v4/core').$strip>>;
424
+ }, import('zod/v4/core').$strip>, import('zod').ZodObject<{
425
+ type: import('zod').ZodLiteral<"table">;
426
+ label: import('zod').ZodString;
427
+ changeTables: import('zod').ZodArray<import('zod').ZodObject<{
428
+ label: import('zod').ZodString;
429
+ columns: import('zod').ZodArray<import('zod').ZodObject<{
430
+ key: import('zod').ZodString;
431
+ header: import('zod').ZodString;
432
+ minWidth: import('zod').ZodOptional<import('zod').ZodEnum<{
433
+ compact: "compact";
434
+ standard: "standard";
435
+ wide: "wide";
436
+ }>>;
437
+ }, import('zod/v4/core').$strip>>;
438
+ data: import('zod').ZodArray<import('zod').ZodIntersection<import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnion<readonly [import('zod').ZodString, import('zod').ZodDiscriminatedUnion<[import('zod').ZodObject<{
439
+ type: import('zod').ZodLiteral<"text">;
440
+ value: import('zod').ZodString;
441
+ }, import('zod/v4/core').$strip>, import('zod').ZodObject<{
442
+ type: import('zod').ZodLiteral<"diff">;
443
+ from: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
444
+ to: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
445
+ }, import('zod/v4/core').$strip>, import('zod').ZodObject<{
446
+ type: import('zod').ZodLiteral<"addition">;
447
+ value: import('zod').ZodString;
448
+ }, import('zod/v4/core').$strip>], "type">]>>, import('zod').ZodObject<{
449
+ id: import('zod').ZodString;
450
+ }, import('zod/v4/core').$strip>>>;
451
+ reason: import('zod').ZodOptional<import('zod').ZodString>;
452
+ }, import('zod/v4/core').$strip>>;
453
+ }, import('zod/v4/core').$strip>], "type">>;
454
+ appliedChangeIds: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
455
+ defaultExpanded: import('zod').ZodOptional<import('zod').ZodBoolean>;
456
+ }, import('zod/v4/core').$strip>;
457
+ slots: never[];
458
+ events: string[];
459
+ description: string;
460
+ };
461
+ };
462
+ actions: {
463
+ "atlas.submitUserAction": {
464
+ params: import('zod').ZodObject<{
465
+ data: import('zod').ZodOptional<import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>>;
466
+ actionId: import('zod').ZodOptional<import('zod').ZodString>;
467
+ }, import('zod/v4/core').$strip>;
468
+ description: string;
469
+ };
470
+ "atlas.navigate": {
471
+ params: import('zod').ZodObject<{
472
+ url: import('zod').ZodString;
473
+ }, import('zod/v4/core').$strip>;
474
+ description: string;
475
+ };
476
+ "atlas.artifactToolCall": {
477
+ params: import('zod').ZodObject<{
478
+ tool: import('zod').ZodString;
479
+ args: import('zod').ZodOptional<import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>>;
480
+ }, import('zod/v4/core').$strip>;
481
+ description: string;
482
+ };
483
+ };
484
+ }>;
@@ -0,0 +1,2 @@
1
+ import type * as am5 from "@amcharts/amcharts5";
2
+ export declare function applyChartTheme(root: am5.Root, theme?: string): void;
@@ -0,0 +1 @@
1
+ export declare const chartContainer: string;
@@ -0,0 +1,11 @@
1
+ import { z } from 'zod';
2
+ export declare const checkboxCatalog: {
3
+ props: z.ZodObject<{
4
+ label: z.ZodString;
5
+ checked: z.ZodOptional<z.ZodBoolean>;
6
+ disabled: z.ZodOptional<z.ZodBoolean>;
7
+ }, z.core.$strip>;
8
+ slots: never[];
9
+ events: string[];
10
+ description: string;
11
+ };
@@ -0,0 +1,8 @@
1
+ import { z } from 'zod';
2
+ import { checkboxCatalog } from './checkbox.catalog';
3
+ export { checkboxCatalog };
4
+ export declare const CheckboxRenderer: ({ props, bindings, emit, }: {
5
+ props: z.infer<typeof checkboxCatalog.props>;
6
+ bindings?: Record<string, string>;
7
+ emit: (event: string) => void;
8
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ import { z } from 'zod';
2
+ export declare const chipCatalog: {
3
+ props: z.ZodObject<{
4
+ label: z.ZodString;
5
+ size: z.ZodOptional<z.ZodEnum<{
6
+ small: "small";
7
+ medium: "medium";
8
+ }>>;
9
+ color: z.ZodOptional<z.ZodString>;
10
+ icon: z.ZodOptional<z.ZodEnum<{
11
+ "check-circle": "check-circle";
12
+ "in-progress": "in-progress";
13
+ "radio-button-unchecked": "radio-button-unchecked";
14
+ }>>;
15
+ removable: z.ZodOptional<z.ZodBoolean>;
16
+ }, z.core.$strip>;
17
+ slots: never[];
18
+ events: string[];
19
+ description: string;
20
+ };
@@ -0,0 +1,7 @@
1
+ import { z } from 'zod';
2
+ import { chipCatalog } from './chip.catalog';
3
+ export { chipCatalog };
4
+ export declare const ChipRenderer: ({ props, emit, }: {
5
+ props: z.infer<typeof chipCatalog.props>;
6
+ emit: (event: string) => void;
7
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { z } from 'zod';
2
+ export declare const dividerCatalog: {
3
+ props: z.ZodObject<{
4
+ vertical: z.ZodOptional<z.ZodBoolean>;
5
+ spacing: z.ZodOptional<z.ZodEnum<{
6
+ 0: "0";
7
+ 1: "1";
8
+ 2: "2";
9
+ 3: "3";
10
+ 4: "4";
11
+ half: "half";
12
+ 5: "5";
13
+ 6: "6";
14
+ 8: "8";
15
+ 12: "12";
16
+ }>>;
17
+ alignContent: z.ZodOptional<z.ZodEnum<{
18
+ start: "start";
19
+ center: "center";
20
+ end: "end";
21
+ }>>;
22
+ }, z.core.$strip>;
23
+ slots: never[];
24
+ description: string;
25
+ };
@@ -0,0 +1,6 @@
1
+ import { z } from 'zod';
2
+ import { dividerCatalog } from './divider.catalog';
3
+ export { dividerCatalog };
4
+ export declare const DividerRenderer: ({ props }: {
5
+ props: z.infer<typeof dividerCatalog.props>;
6
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,19 @@
1
+ import { z } from 'zod';
2
+ export declare const donutChartCatalog: {
3
+ props: z.ZodObject<{
4
+ data: z.ZodArray<z.ZodObject<{
5
+ category: z.ZodString;
6
+ value: z.ZodNumber;
7
+ }, z.core.$strip>>;
8
+ theme: z.ZodOptional<z.ZodEnum<{
9
+ monochrome: "monochrome";
10
+ categorical: "categorical";
11
+ semantic: "semantic";
12
+ }>>;
13
+ showLegend: z.ZodOptional<z.ZodBoolean>;
14
+ height: z.ZodOptional<z.ZodNumber>;
15
+ unit: z.ZodOptional<z.ZodString>;
16
+ }, z.core.$strip>;
17
+ slots: never[];
18
+ description: string;
19
+ };
@@ -0,0 +1,6 @@
1
+ import { z } from 'zod';
2
+ import { donutChartCatalog } from './donut-chart.catalog';
3
+ export { donutChartCatalog };
4
+ export declare const DonutChartRenderer: ({ props, }: {
5
+ props: z.infer<typeof donutChartCatalog.props>;
6
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,55 @@
1
+ import { z } from 'zod';
2
+ export declare const flexCatalog: {
3
+ props: z.ZodObject<{
4
+ direction: z.ZodOptional<z.ZodEnum<{
5
+ row: "row";
6
+ column: "column";
7
+ }>>;
8
+ gap: z.ZodOptional<z.ZodEnum<{
9
+ 0: "0";
10
+ 1: "1";
11
+ 2: "2";
12
+ 3: "3";
13
+ 4: "4";
14
+ half: "half";
15
+ 5: "5";
16
+ 6: "6";
17
+ 8: "8";
18
+ 12: "12";
19
+ }>>;
20
+ alignItems: z.ZodOptional<z.ZodEnum<{
21
+ center: "center";
22
+ "flex-start": "flex-start";
23
+ "flex-end": "flex-end";
24
+ stretch: "stretch";
25
+ baseline: "baseline";
26
+ }>>;
27
+ justifyContent: z.ZodOptional<z.ZodEnum<{
28
+ center: "center";
29
+ "flex-start": "flex-start";
30
+ "flex-end": "flex-end";
31
+ "space-between": "space-between";
32
+ "space-around": "space-around";
33
+ "space-evenly": "space-evenly";
34
+ }>>;
35
+ alignSelf: z.ZodOptional<z.ZodEnum<{
36
+ center: "center";
37
+ "flex-start": "flex-start";
38
+ "flex-end": "flex-end";
39
+ stretch: "stretch";
40
+ baseline: "baseline";
41
+ auto: "auto";
42
+ }>>;
43
+ wrap: z.ZodOptional<z.ZodEnum<{
44
+ wrap: "wrap";
45
+ nowrap: "nowrap";
46
+ "wrap-reverse": "wrap-reverse";
47
+ }>>;
48
+ grow: z.ZodOptional<z.ZodNumber>;
49
+ shrink: z.ZodOptional<z.ZodNumber>;
50
+ basis: z.ZodOptional<z.ZodString>;
51
+ inline: z.ZodOptional<z.ZodBoolean>;
52
+ }, z.core.$strip>;
53
+ slots: string[];
54
+ description: string;
55
+ };