@mich8060/unified-design-system 0.2.14 → 0.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/discovery.json +14 -0
- package/dist/ai/examples/training.examples.cjs +1 -1
- package/dist/ai/examples/training.examples.js +1 -1
- package/dist/ai/figma-make.contract.json +190 -0
- package/dist/ai/figma-make.md +71 -0
- package/dist/ai/icons/catalog.json +76 -0
- package/dist/ai/index.cjs +1 -1
- package/dist/ai/index.js +1 -1
- package/dist/ai/manifest/components.manifest.cjs +1 -1
- package/dist/ai/manifest/components.manifest.js +1 -1
- package/dist/ai/manifest/index.cjs +1 -1
- package/dist/ai/manifest/index.js +1 -1
- package/dist/ai/manifest/intent-mappings.manifest.cjs +1 -0
- package/dist/ai/manifest/intent-mappings.manifest.js +1 -0
- package/dist/ai/manifest/system.manifest.cjs +1 -1
- package/dist/ai/manifest/system.manifest.js +1 -1
- package/dist/ai/manifest.json +366 -2
- package/dist/ai/policies/policy.engine.cjs +1 -1
- package/dist/ai/policies/policy.engine.js +1 -1
- package/dist/ai/policies/rules/props.rules.cjs +1 -1
- package/dist/ai/policies/rules/props.rules.js +1 -1
- package/dist/ai/policies/rules/tailwind.rules.cjs +1 -0
- package/dist/ai/policies/rules/tailwind.rules.js +1 -0
- package/dist/ai/policies/rules/token-variable.rules.cjs +1 -0
- package/dist/ai/policies/rules/token-variable.rules.js +1 -0
- package/dist/ai/prompts/figma-make.prompt.md +59 -0
- package/dist/ai/prompts/repair.prompt.md +13 -0
- package/dist/ai/prompts/starter.prompt.md +59 -0
- package/dist/ai/prompts/system.prompt.md +33 -0
- package/dist/ai/templates/layouts.json +272 -37
- package/dist/ai/validation/deterministicFeedback.cjs +1 -1
- package/dist/ai/validation/deterministicFeedback.js +1 -1
- package/dist/ai/validation/driftDetection.cjs +1 -1
- package/dist/ai/validation/driftDetection.js +1 -1
- package/dist/app-shell/AppShell.d.ts +8 -0
- package/dist/charts/BizChartsAdapters.cjs +1 -0
- package/dist/charts/BizChartsAdapters.js +1 -0
- package/dist/charts-bizcharts/index.cjs +1 -0
- package/dist/charts-bizcharts/index.js +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.cjs +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.js +1 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.cjs +1 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.js +1 -0
- package/dist/components/Checklist/Checklist.cjs +1 -0
- package/dist/components/Checklist/Checklist.js +1 -0
- package/dist/components/Chip/Chip.cjs +1 -1
- package/dist/components/Chip/Chip.js +1 -1
- package/dist/components/CurrencyInput/CurrencyInput.cjs +1 -0
- package/dist/components/CurrencyInput/CurrencyInput.js +1 -0
- package/dist/components/DateInput/DateInput.cjs +1 -0
- package/dist/components/DateInput/DateInput.js +1 -0
- package/dist/components/DateRangeInput/DateRangeInput.cjs +1 -0
- package/dist/components/DateRangeInput/DateRangeInput.js +1 -0
- package/dist/components/Icon/Icon.cjs +1 -1
- package/dist/components/Icon/Icon.js +1 -1
- package/dist/components/Menu/Menu.cjs +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/NumberInput/NumberInput.cjs +1 -0
- package/dist/components/NumberInput/NumberInput.js +1 -0
- package/dist/components/PasswordInput/PasswordInput.cjs +1 -0
- package/dist/components/PasswordInput/PasswordInput.js +1 -0
- package/dist/components/PhoneInput/PhoneInput.cjs +1 -0
- package/dist/components/PhoneInput/PhoneInput.js +1 -0
- package/dist/components/RadioGroup/RadioGroup.cjs +1 -0
- package/dist/components/RadioGroup/RadioGroup.js +1 -0
- package/dist/components/SearchInput/SearchInput.cjs +1 -0
- package/dist/components/SearchInput/SearchInput.js +1 -0
- package/dist/components/SectionHeader/SectionHeader.cjs +1 -0
- package/dist/components/SectionHeader/SectionHeader.js +1 -0
- package/dist/components/Statistics/Statistics.cjs +1 -0
- package/dist/components/Statistics/Statistics.js +1 -0
- package/dist/components/Status/Status.cjs +1 -1
- package/dist/components/Status/Status.js +1 -1
- package/dist/components/Table/Table.cjs +1 -1
- package/dist/components/Table/Table.js +1 -1
- package/dist/components/Tabs/Tabs.cjs +1 -1
- package/dist/components/Tabs/Tabs.js +1 -1
- package/dist/components/TimeInput/TimeInput.cjs +1 -0
- package/dist/components/TimeInput/TimeInput.js +1 -0
- package/dist/components/TokenInput/TokenInput.cjs +1 -0
- package/dist/components/TokenInput/TokenInput.js +1 -0
- package/dist/components/Toolbar/Toolbar.cjs +1 -0
- package/dist/components/Toolbar/Toolbar.js +1 -0
- package/dist/design-system/ai/index.d.ts +2 -1
- package/dist/design-system/ai/manifest/index.d.ts +1 -0
- package/dist/design-system/ai/manifest/intent-mappings.manifest.d.ts +63 -0
- package/dist/design-system/ai/manifest/types.d.ts +8 -0
- package/dist/design-system/ai/policies/rules/tailwind.rules.d.ts +2 -0
- package/dist/design-system/ai/policies/rules/token-variable.rules.d.ts +2 -0
- package/dist/design-system/charts/BizChartsAdapters.d.ts +40 -0
- package/dist/design-system/charts/index.d.ts +1 -0
- package/dist/design-system/components/ButtonGroup/ButtonGroup.d.ts +3 -0
- package/dist/design-system/components/ButtonGroup/ButtonGroup.types.d.ts +19 -0
- package/dist/design-system/components/ButtonGroup/index.d.ts +2 -0
- package/dist/design-system/components/CheckboxGroup/CheckboxGroup.d.ts +3 -0
- package/dist/design-system/components/CheckboxGroup/CheckboxGroup.types.d.ts +15 -0
- package/dist/design-system/components/CheckboxGroup/index.d.ts +2 -0
- package/dist/design-system/components/Checklist/Checklist.d.ts +3 -0
- package/dist/design-system/components/Checklist/Checklist.types.d.ts +13 -0
- package/dist/design-system/components/Checklist/index.d.ts +2 -0
- package/dist/design-system/components/Chip/Chip.d.ts +1 -1
- package/dist/design-system/components/Chip/Chip.types.d.ts +1 -1
- package/dist/design-system/components/CurrencyInput/CurrencyInput.d.ts +2 -0
- package/dist/design-system/components/CurrencyInput/CurrencyInput.types.d.ts +3 -0
- package/dist/design-system/components/CurrencyInput/index.d.ts +2 -0
- package/dist/design-system/components/DateInput/DateInput.d.ts +2 -0
- package/dist/design-system/components/DateInput/DateInput.types.d.ts +3 -0
- package/dist/design-system/components/DateInput/index.d.ts +2 -0
- package/dist/design-system/components/DateRangeInput/DateRangeInput.d.ts +3 -0
- package/dist/design-system/components/DateRangeInput/DateRangeInput.types.d.ts +15 -0
- package/dist/design-system/components/DateRangeInput/index.d.ts +2 -0
- package/dist/design-system/components/Menu/index.d.ts +3 -0
- package/dist/design-system/components/NumberInput/NumberInput.d.ts +3 -0
- package/dist/design-system/components/NumberInput/NumberInput.types.d.ts +2 -0
- package/dist/design-system/components/NumberInput/index.d.ts +2 -0
- package/dist/design-system/components/PasswordInput/PasswordInput.d.ts +2 -0
- package/dist/design-system/components/PasswordInput/PasswordInput.types.d.ts +5 -0
- package/dist/design-system/components/PasswordInput/index.d.ts +2 -0
- package/dist/design-system/components/PhoneInput/PhoneInput.d.ts +2 -0
- package/dist/design-system/components/PhoneInput/PhoneInput.types.d.ts +5 -0
- package/dist/design-system/components/PhoneInput/index.d.ts +2 -0
- package/dist/design-system/components/RadioGroup/RadioGroup.d.ts +3 -0
- package/dist/design-system/components/RadioGroup/RadioGroup.types.d.ts +16 -0
- package/dist/design-system/components/RadioGroup/index.d.ts +2 -0
- package/dist/design-system/components/SearchInput/SearchInput.d.ts +2 -0
- package/dist/design-system/components/SearchInput/SearchInput.types.d.ts +3 -0
- package/dist/design-system/components/SearchInput/index.d.ts +2 -0
- package/dist/design-system/components/SectionHeader/SectionHeader.d.ts +3 -0
- package/dist/design-system/components/SectionHeader/SectionHeader.types.d.ts +9 -0
- package/dist/design-system/components/SectionHeader/index.d.ts +2 -0
- package/dist/design-system/components/Statistics/Statistics.d.ts +3 -0
- package/dist/design-system/components/Statistics/Statistics.types.d.ts +18 -0
- package/dist/design-system/components/Statistics/index.d.ts +2 -0
- package/dist/design-system/components/Status/Status.types.d.ts +4 -2
- package/dist/design-system/components/Tabs/Tabs.d.ts +1 -1
- package/dist/design-system/components/Tabs/Tabs.types.d.ts +4 -1
- package/dist/design-system/components/TimeInput/TimeInput.d.ts +2 -0
- package/dist/design-system/components/TimeInput/TimeInput.types.d.ts +3 -0
- package/dist/design-system/components/TimeInput/index.d.ts +2 -0
- package/dist/design-system/components/Toggle/index.d.ts +2 -0
- package/dist/design-system/components/TokenInput/TokenInput.d.ts +4 -0
- package/dist/design-system/components/TokenInput/TokenInput.types.d.ts +17 -0
- package/dist/design-system/components/TokenInput/index.d.ts +3 -0
- package/dist/design-system/components/Toolbar/Toolbar.d.ts +3 -0
- package/dist/design-system/components/Toolbar/Toolbar.types.d.ts +8 -0
- package/dist/design-system/components/Toolbar/index.d.ts +2 -0
- package/dist/design-system/figma-make/index.d.ts +42 -0
- package/dist/design-system/generated/component-api.d.ts +477 -2
- package/dist/design-system/index.d.ts +17 -0
- package/dist/figma-make/index.cjs +1 -0
- package/dist/figma-make/index.js +1 -0
- package/dist/generated/component-api.cjs +1 -1
- package/dist/generated/component-api.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/src/app-shell/AppShell.cjs +1 -1
- package/dist/src/app-shell/AppShell.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +52 -2
|
@@ -220,6 +220,47 @@ export declare const COMPONENT_API: {
|
|
|
220
220
|
};
|
|
221
221
|
readonly antiPatterns: readonly [];
|
|
222
222
|
};
|
|
223
|
+
readonly ButtonGroup: {
|
|
224
|
+
readonly name: "ButtonGroup";
|
|
225
|
+
readonly source: "src/design-system/components/ButtonGroup/ButtonGroup.spec.ts";
|
|
226
|
+
readonly tier: 2;
|
|
227
|
+
readonly purpose: "Groups related button actions with consistent spacing and orientation.";
|
|
228
|
+
readonly props: {
|
|
229
|
+
readonly orientation: {
|
|
230
|
+
readonly type: "enum";
|
|
231
|
+
readonly values: readonly ["horizontal", "vertical"];
|
|
232
|
+
readonly default: "horizontal";
|
|
233
|
+
};
|
|
234
|
+
readonly size: {
|
|
235
|
+
readonly type: "enum";
|
|
236
|
+
readonly values: readonly ["xsmall", "small", "default", "large"];
|
|
237
|
+
readonly default: "default";
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
readonly defaults: {
|
|
241
|
+
readonly orientation: "horizontal";
|
|
242
|
+
readonly size: "default";
|
|
243
|
+
};
|
|
244
|
+
readonly states: readonly ["default"];
|
|
245
|
+
readonly tokensUsed: readonly ["--uds-spacing-8", "--uds-spacing-16"];
|
|
246
|
+
readonly accessibility: {
|
|
247
|
+
readonly role: "group";
|
|
248
|
+
readonly keyboard: readonly ["Tab", "Enter", "Space"];
|
|
249
|
+
};
|
|
250
|
+
readonly composition: {
|
|
251
|
+
readonly allowedChildren: readonly [];
|
|
252
|
+
readonly allowedParents: readonly [];
|
|
253
|
+
readonly disallowedChildren: readonly [];
|
|
254
|
+
};
|
|
255
|
+
readonly aliases: {
|
|
256
|
+
readonly props: {};
|
|
257
|
+
};
|
|
258
|
+
readonly ambiguity: {
|
|
259
|
+
readonly propNameCollisions: readonly [];
|
|
260
|
+
readonly hadAliasNormalization: false;
|
|
261
|
+
};
|
|
262
|
+
readonly antiPatterns: readonly ["Do not set button appearances in ButtonGroup options; grouped buttons are outline only.", "Do not mix unrelated actions in one ButtonGroup."];
|
|
263
|
+
};
|
|
223
264
|
readonly Calendar: {
|
|
224
265
|
readonly name: "Calendar";
|
|
225
266
|
readonly source: "src/design-system/components/Calendar/Calendar.spec.ts";
|
|
@@ -292,6 +333,73 @@ export declare const COMPONENT_API: {
|
|
|
292
333
|
};
|
|
293
334
|
readonly antiPatterns: readonly [];
|
|
294
335
|
};
|
|
336
|
+
readonly CheckboxGroup: {
|
|
337
|
+
readonly name: "CheckboxGroup";
|
|
338
|
+
readonly source: "src/design-system/components/CheckboxGroup/CheckboxGroup.spec.ts";
|
|
339
|
+
readonly tier: 2;
|
|
340
|
+
readonly purpose: "Provides grouped multi-select choices using Checkbox controls.";
|
|
341
|
+
readonly props: {
|
|
342
|
+
readonly orientation: {
|
|
343
|
+
readonly type: "enum";
|
|
344
|
+
readonly values: readonly ["vertical", "horizontal"];
|
|
345
|
+
readonly default: "vertical";
|
|
346
|
+
};
|
|
347
|
+
readonly disabled: {
|
|
348
|
+
readonly type: "boolean";
|
|
349
|
+
readonly default: false;
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
readonly defaults: {
|
|
353
|
+
readonly orientation: "vertical";
|
|
354
|
+
readonly disabled: false;
|
|
355
|
+
};
|
|
356
|
+
readonly states: readonly ["default"];
|
|
357
|
+
readonly tokensUsed: readonly ["--uds-spacing-8", "--uds-spacing-16", "--uds-text-primary"];
|
|
358
|
+
readonly accessibility: {
|
|
359
|
+
readonly role: "group";
|
|
360
|
+
readonly keyboard: readonly ["Tab", "Space"];
|
|
361
|
+
};
|
|
362
|
+
readonly composition: {
|
|
363
|
+
readonly allowedChildren: readonly [];
|
|
364
|
+
readonly allowedParents: readonly [];
|
|
365
|
+
readonly disallowedChildren: readonly [];
|
|
366
|
+
};
|
|
367
|
+
readonly aliases: {
|
|
368
|
+
readonly props: {};
|
|
369
|
+
};
|
|
370
|
+
readonly ambiguity: {
|
|
371
|
+
readonly propNameCollisions: readonly [];
|
|
372
|
+
readonly hadAliasNormalization: false;
|
|
373
|
+
};
|
|
374
|
+
readonly antiPatterns: readonly ["Do not use CheckboxGroup when only one value may be selected.", "Do not hide option labels."];
|
|
375
|
+
};
|
|
376
|
+
readonly Checklist: {
|
|
377
|
+
readonly name: "Checklist";
|
|
378
|
+
readonly source: "src/design-system/components/Checklist/Checklist.spec.ts";
|
|
379
|
+
readonly tier: 2;
|
|
380
|
+
readonly purpose: "Sidebar checklist for multi-step flows with completion status.";
|
|
381
|
+
readonly props: {};
|
|
382
|
+
readonly defaults: {};
|
|
383
|
+
readonly states: readonly ["default", "active", "completed", "disabled"];
|
|
384
|
+
readonly tokensUsed: readonly ["--uds-surface-primary", "--uds-border-primary", "--uds-text-primary", "--uds-text-secondary", "--uds-surface-brand-primary", "--uds-spacing-8", "--uds-spacing-12", "--uds-spacing-20", "--uds-spacing-24"];
|
|
385
|
+
readonly accessibility: {
|
|
386
|
+
readonly role: "navigation";
|
|
387
|
+
readonly keyboard: readonly ["Tab", "Enter", "Space"];
|
|
388
|
+
};
|
|
389
|
+
readonly composition: {
|
|
390
|
+
readonly allowedChildren: readonly [];
|
|
391
|
+
readonly allowedParents: readonly [];
|
|
392
|
+
readonly disallowedChildren: readonly [];
|
|
393
|
+
};
|
|
394
|
+
readonly aliases: {
|
|
395
|
+
readonly props: {};
|
|
396
|
+
};
|
|
397
|
+
readonly ambiguity: {
|
|
398
|
+
readonly propNameCollisions: readonly [];
|
|
399
|
+
readonly hadAliasNormalization: false;
|
|
400
|
+
};
|
|
401
|
+
readonly antiPatterns: readonly [];
|
|
402
|
+
};
|
|
295
403
|
readonly Chip: {
|
|
296
404
|
readonly name: "Chip";
|
|
297
405
|
readonly source: "src/design-system/components/Chip/Chip.spec.ts";
|
|
@@ -307,7 +415,7 @@ export declare const COMPONENT_API: {
|
|
|
307
415
|
};
|
|
308
416
|
readonly size: {
|
|
309
417
|
readonly type: "enum";
|
|
310
|
-
readonly values: readonly ["default", "compact"];
|
|
418
|
+
readonly values: readonly ["default", "compact", "mini"];
|
|
311
419
|
readonly default: "default";
|
|
312
420
|
};
|
|
313
421
|
readonly iconPlacement: {
|
|
@@ -427,6 +535,60 @@ export declare const COMPONENT_API: {
|
|
|
427
535
|
};
|
|
428
536
|
readonly antiPatterns: readonly ["Do not use Container for semantic landmarks where <section>, <article>, or <aside> is required.", "Do not hardcode spacing values on top of Container padding variants."];
|
|
429
537
|
};
|
|
538
|
+
readonly CurrencyInput: {
|
|
539
|
+
readonly name: "CurrencyInput";
|
|
540
|
+
readonly source: "src/design-system/components/CurrencyInput/CurrencyInput.spec.ts";
|
|
541
|
+
readonly tier: 2;
|
|
542
|
+
readonly purpose: "Describe purpose.";
|
|
543
|
+
readonly props: {};
|
|
544
|
+
readonly defaults: {};
|
|
545
|
+
readonly states: readonly ["default"];
|
|
546
|
+
readonly tokensUsed: readonly [];
|
|
547
|
+
readonly accessibility: {
|
|
548
|
+
readonly role: "generic";
|
|
549
|
+
readonly keyboard: readonly [];
|
|
550
|
+
};
|
|
551
|
+
readonly composition: {
|
|
552
|
+
readonly allowedChildren: readonly [];
|
|
553
|
+
readonly allowedParents: readonly [];
|
|
554
|
+
readonly disallowedChildren: readonly [];
|
|
555
|
+
};
|
|
556
|
+
readonly aliases: {
|
|
557
|
+
readonly props: {};
|
|
558
|
+
};
|
|
559
|
+
readonly ambiguity: {
|
|
560
|
+
readonly propNameCollisions: readonly [];
|
|
561
|
+
readonly hadAliasNormalization: false;
|
|
562
|
+
};
|
|
563
|
+
readonly antiPatterns: readonly [];
|
|
564
|
+
};
|
|
565
|
+
readonly DateInput: {
|
|
566
|
+
readonly name: "DateInput";
|
|
567
|
+
readonly source: "src/design-system/components/DateInput/DateInput.spec.ts";
|
|
568
|
+
readonly tier: 2;
|
|
569
|
+
readonly purpose: "Describe purpose.";
|
|
570
|
+
readonly props: {};
|
|
571
|
+
readonly defaults: {};
|
|
572
|
+
readonly states: readonly ["default"];
|
|
573
|
+
readonly tokensUsed: readonly [];
|
|
574
|
+
readonly accessibility: {
|
|
575
|
+
readonly role: "generic";
|
|
576
|
+
readonly keyboard: readonly [];
|
|
577
|
+
};
|
|
578
|
+
readonly composition: {
|
|
579
|
+
readonly allowedChildren: readonly [];
|
|
580
|
+
readonly allowedParents: readonly [];
|
|
581
|
+
readonly disallowedChildren: readonly [];
|
|
582
|
+
};
|
|
583
|
+
readonly aliases: {
|
|
584
|
+
readonly props: {};
|
|
585
|
+
};
|
|
586
|
+
readonly ambiguity: {
|
|
587
|
+
readonly propNameCollisions: readonly [];
|
|
588
|
+
readonly hadAliasNormalization: false;
|
|
589
|
+
};
|
|
590
|
+
readonly antiPatterns: readonly [];
|
|
591
|
+
};
|
|
430
592
|
readonly Datepicker: {
|
|
431
593
|
readonly name: "Datepicker";
|
|
432
594
|
readonly source: "src/design-system/components/Datepicker/Datepicker.spec.ts";
|
|
@@ -458,6 +620,33 @@ export declare const COMPONENT_API: {
|
|
|
458
620
|
};
|
|
459
621
|
readonly antiPatterns: readonly [];
|
|
460
622
|
};
|
|
623
|
+
readonly DateRangeInput: {
|
|
624
|
+
readonly name: "DateRangeInput";
|
|
625
|
+
readonly source: "src/design-system/components/DateRangeInput/DateRangeInput.spec.ts";
|
|
626
|
+
readonly tier: 2;
|
|
627
|
+
readonly purpose: "Describe purpose.";
|
|
628
|
+
readonly props: {};
|
|
629
|
+
readonly defaults: {};
|
|
630
|
+
readonly states: readonly ["default"];
|
|
631
|
+
readonly tokensUsed: readonly [];
|
|
632
|
+
readonly accessibility: {
|
|
633
|
+
readonly role: "generic";
|
|
634
|
+
readonly keyboard: readonly [];
|
|
635
|
+
};
|
|
636
|
+
readonly composition: {
|
|
637
|
+
readonly allowedChildren: readonly [];
|
|
638
|
+
readonly allowedParents: readonly [];
|
|
639
|
+
readonly disallowedChildren: readonly [];
|
|
640
|
+
};
|
|
641
|
+
readonly aliases: {
|
|
642
|
+
readonly props: {};
|
|
643
|
+
};
|
|
644
|
+
readonly ambiguity: {
|
|
645
|
+
readonly propNameCollisions: readonly [];
|
|
646
|
+
readonly hadAliasNormalization: false;
|
|
647
|
+
};
|
|
648
|
+
readonly antiPatterns: readonly [];
|
|
649
|
+
};
|
|
461
650
|
readonly Dialog: {
|
|
462
651
|
readonly name: "Dialog";
|
|
463
652
|
readonly source: "src/design-system/components/Dialog/Dialog.spec.ts";
|
|
@@ -978,6 +1167,49 @@ export declare const COMPONENT_API: {
|
|
|
978
1167
|
};
|
|
979
1168
|
readonly antiPatterns: readonly [];
|
|
980
1169
|
};
|
|
1170
|
+
readonly NumberInput: {
|
|
1171
|
+
readonly name: "NumberInput";
|
|
1172
|
+
readonly source: "src/design-system/components/NumberInput/NumberInput.spec.ts";
|
|
1173
|
+
readonly props: {
|
|
1174
|
+
readonly size: {
|
|
1175
|
+
readonly type: "enum";
|
|
1176
|
+
readonly values: readonly ["compact", "default"];
|
|
1177
|
+
readonly default: "default";
|
|
1178
|
+
};
|
|
1179
|
+
readonly state: {
|
|
1180
|
+
readonly type: "enum";
|
|
1181
|
+
readonly values: readonly ["default", "focused", "error", "disabled"];
|
|
1182
|
+
readonly default: "default";
|
|
1183
|
+
};
|
|
1184
|
+
readonly type: {
|
|
1185
|
+
readonly type: "string";
|
|
1186
|
+
readonly default: "number";
|
|
1187
|
+
};
|
|
1188
|
+
};
|
|
1189
|
+
readonly defaults: {
|
|
1190
|
+
readonly size: "default";
|
|
1191
|
+
readonly state: "default";
|
|
1192
|
+
readonly type: "number";
|
|
1193
|
+
};
|
|
1194
|
+
readonly states: readonly ["default", "focused", "error", "disabled"];
|
|
1195
|
+
readonly tokensUsed: readonly [];
|
|
1196
|
+
readonly accessibility: {
|
|
1197
|
+
readonly keyboard: readonly [];
|
|
1198
|
+
};
|
|
1199
|
+
readonly composition: {
|
|
1200
|
+
readonly allowedChildren: readonly [];
|
|
1201
|
+
readonly allowedParents: readonly [];
|
|
1202
|
+
readonly disallowedChildren: readonly [];
|
|
1203
|
+
};
|
|
1204
|
+
readonly aliases: {
|
|
1205
|
+
readonly props: {};
|
|
1206
|
+
};
|
|
1207
|
+
readonly ambiguity: {
|
|
1208
|
+
readonly propNameCollisions: readonly [];
|
|
1209
|
+
readonly hadAliasNormalization: false;
|
|
1210
|
+
};
|
|
1211
|
+
readonly antiPatterns: readonly [];
|
|
1212
|
+
};
|
|
981
1213
|
readonly Pagination: {
|
|
982
1214
|
readonly name: "Pagination";
|
|
983
1215
|
readonly source: "src/design-system/components/Pagination/Pagination.spec.ts";
|
|
@@ -1009,6 +1241,60 @@ export declare const COMPONENT_API: {
|
|
|
1009
1241
|
};
|
|
1010
1242
|
readonly antiPatterns: readonly [];
|
|
1011
1243
|
};
|
|
1244
|
+
readonly PasswordInput: {
|
|
1245
|
+
readonly name: "PasswordInput";
|
|
1246
|
+
readonly source: "src/design-system/components/PasswordInput/PasswordInput.spec.ts";
|
|
1247
|
+
readonly tier: 2;
|
|
1248
|
+
readonly purpose: "Describe purpose.";
|
|
1249
|
+
readonly props: {};
|
|
1250
|
+
readonly defaults: {};
|
|
1251
|
+
readonly states: readonly ["default"];
|
|
1252
|
+
readonly tokensUsed: readonly [];
|
|
1253
|
+
readonly accessibility: {
|
|
1254
|
+
readonly role: "generic";
|
|
1255
|
+
readonly keyboard: readonly [];
|
|
1256
|
+
};
|
|
1257
|
+
readonly composition: {
|
|
1258
|
+
readonly allowedChildren: readonly [];
|
|
1259
|
+
readonly allowedParents: readonly [];
|
|
1260
|
+
readonly disallowedChildren: readonly [];
|
|
1261
|
+
};
|
|
1262
|
+
readonly aliases: {
|
|
1263
|
+
readonly props: {};
|
|
1264
|
+
};
|
|
1265
|
+
readonly ambiguity: {
|
|
1266
|
+
readonly propNameCollisions: readonly [];
|
|
1267
|
+
readonly hadAliasNormalization: false;
|
|
1268
|
+
};
|
|
1269
|
+
readonly antiPatterns: readonly [];
|
|
1270
|
+
};
|
|
1271
|
+
readonly PhoneInput: {
|
|
1272
|
+
readonly name: "PhoneInput";
|
|
1273
|
+
readonly source: "src/design-system/components/PhoneInput/PhoneInput.spec.ts";
|
|
1274
|
+
readonly tier: 2;
|
|
1275
|
+
readonly purpose: "Describe purpose.";
|
|
1276
|
+
readonly props: {};
|
|
1277
|
+
readonly defaults: {};
|
|
1278
|
+
readonly states: readonly ["default"];
|
|
1279
|
+
readonly tokensUsed: readonly [];
|
|
1280
|
+
readonly accessibility: {
|
|
1281
|
+
readonly role: "generic";
|
|
1282
|
+
readonly keyboard: readonly [];
|
|
1283
|
+
};
|
|
1284
|
+
readonly composition: {
|
|
1285
|
+
readonly allowedChildren: readonly [];
|
|
1286
|
+
readonly allowedParents: readonly [];
|
|
1287
|
+
readonly disallowedChildren: readonly [];
|
|
1288
|
+
};
|
|
1289
|
+
readonly aliases: {
|
|
1290
|
+
readonly props: {};
|
|
1291
|
+
};
|
|
1292
|
+
readonly ambiguity: {
|
|
1293
|
+
readonly propNameCollisions: readonly [];
|
|
1294
|
+
readonly hadAliasNormalization: false;
|
|
1295
|
+
};
|
|
1296
|
+
readonly antiPatterns: readonly [];
|
|
1297
|
+
};
|
|
1012
1298
|
readonly ProgressCircle: {
|
|
1013
1299
|
readonly name: "ProgressCircle";
|
|
1014
1300
|
readonly source: "src/design-system/components/ProgressCircle/ProgressCircle.spec.ts";
|
|
@@ -1115,6 +1401,100 @@ export declare const COMPONENT_API: {
|
|
|
1115
1401
|
};
|
|
1116
1402
|
readonly antiPatterns: readonly [];
|
|
1117
1403
|
};
|
|
1404
|
+
readonly RadioGroup: {
|
|
1405
|
+
readonly name: "RadioGroup";
|
|
1406
|
+
readonly source: "src/design-system/components/RadioGroup/RadioGroup.spec.ts";
|
|
1407
|
+
readonly tier: 2;
|
|
1408
|
+
readonly purpose: "Provides grouped single-select choices using Radio controls.";
|
|
1409
|
+
readonly props: {
|
|
1410
|
+
readonly orientation: {
|
|
1411
|
+
readonly type: "enum";
|
|
1412
|
+
readonly values: readonly ["vertical", "horizontal"];
|
|
1413
|
+
readonly default: "vertical";
|
|
1414
|
+
};
|
|
1415
|
+
readonly disabled: {
|
|
1416
|
+
readonly type: "boolean";
|
|
1417
|
+
readonly default: false;
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
readonly defaults: {
|
|
1421
|
+
readonly orientation: "vertical";
|
|
1422
|
+
readonly disabled: false;
|
|
1423
|
+
};
|
|
1424
|
+
readonly states: readonly ["default"];
|
|
1425
|
+
readonly tokensUsed: readonly ["--uds-spacing-8", "--uds-spacing-16", "--uds-text-primary"];
|
|
1426
|
+
readonly accessibility: {
|
|
1427
|
+
readonly role: "radiogroup";
|
|
1428
|
+
readonly keyboard: readonly ["Tab", "ArrowUp", "ArrowDown", "Space"];
|
|
1429
|
+
};
|
|
1430
|
+
readonly composition: {
|
|
1431
|
+
readonly allowedChildren: readonly [];
|
|
1432
|
+
readonly allowedParents: readonly [];
|
|
1433
|
+
readonly disallowedChildren: readonly [];
|
|
1434
|
+
};
|
|
1435
|
+
readonly aliases: {
|
|
1436
|
+
readonly props: {};
|
|
1437
|
+
};
|
|
1438
|
+
readonly ambiguity: {
|
|
1439
|
+
readonly propNameCollisions: readonly [];
|
|
1440
|
+
readonly hadAliasNormalization: false;
|
|
1441
|
+
};
|
|
1442
|
+
readonly antiPatterns: readonly ["Do not use RadioGroup when users can select more than one option.", "Do not omit visible labels when context is unclear."];
|
|
1443
|
+
};
|
|
1444
|
+
readonly SearchInput: {
|
|
1445
|
+
readonly name: "SearchInput";
|
|
1446
|
+
readonly source: "src/design-system/components/SearchInput/SearchInput.spec.ts";
|
|
1447
|
+
readonly tier: 2;
|
|
1448
|
+
readonly purpose: "Describe purpose.";
|
|
1449
|
+
readonly props: {};
|
|
1450
|
+
readonly defaults: {};
|
|
1451
|
+
readonly states: readonly ["default"];
|
|
1452
|
+
readonly tokensUsed: readonly [];
|
|
1453
|
+
readonly accessibility: {
|
|
1454
|
+
readonly role: "generic";
|
|
1455
|
+
readonly keyboard: readonly [];
|
|
1456
|
+
};
|
|
1457
|
+
readonly composition: {
|
|
1458
|
+
readonly allowedChildren: readonly [];
|
|
1459
|
+
readonly allowedParents: readonly [];
|
|
1460
|
+
readonly disallowedChildren: readonly [];
|
|
1461
|
+
};
|
|
1462
|
+
readonly aliases: {
|
|
1463
|
+
readonly props: {};
|
|
1464
|
+
};
|
|
1465
|
+
readonly ambiguity: {
|
|
1466
|
+
readonly propNameCollisions: readonly [];
|
|
1467
|
+
readonly hadAliasNormalization: false;
|
|
1468
|
+
};
|
|
1469
|
+
readonly antiPatterns: readonly [];
|
|
1470
|
+
};
|
|
1471
|
+
readonly SectionHeader: {
|
|
1472
|
+
readonly name: "SectionHeader";
|
|
1473
|
+
readonly source: "src/design-system/components/SectionHeader/SectionHeader.spec.ts";
|
|
1474
|
+
readonly tier: 2;
|
|
1475
|
+
readonly purpose: "Describe purpose.";
|
|
1476
|
+
readonly props: {};
|
|
1477
|
+
readonly defaults: {};
|
|
1478
|
+
readonly states: readonly ["default"];
|
|
1479
|
+
readonly tokensUsed: readonly [];
|
|
1480
|
+
readonly accessibility: {
|
|
1481
|
+
readonly role: "generic";
|
|
1482
|
+
readonly keyboard: readonly [];
|
|
1483
|
+
};
|
|
1484
|
+
readonly composition: {
|
|
1485
|
+
readonly allowedChildren: readonly [];
|
|
1486
|
+
readonly allowedParents: readonly [];
|
|
1487
|
+
readonly disallowedChildren: readonly [];
|
|
1488
|
+
};
|
|
1489
|
+
readonly aliases: {
|
|
1490
|
+
readonly props: {};
|
|
1491
|
+
};
|
|
1492
|
+
readonly ambiguity: {
|
|
1493
|
+
readonly propNameCollisions: readonly [];
|
|
1494
|
+
readonly hadAliasNormalization: false;
|
|
1495
|
+
};
|
|
1496
|
+
readonly antiPatterns: readonly [];
|
|
1497
|
+
};
|
|
1118
1498
|
readonly Slider: {
|
|
1119
1499
|
readonly name: "Slider";
|
|
1120
1500
|
readonly source: "src/design-system/components/Slider/Slider.spec.ts";
|
|
@@ -1139,13 +1519,48 @@ export declare const COMPONENT_API: {
|
|
|
1139
1519
|
};
|
|
1140
1520
|
readonly antiPatterns: readonly [];
|
|
1141
1521
|
};
|
|
1522
|
+
readonly Statistics: {
|
|
1523
|
+
readonly name: "Statistics";
|
|
1524
|
+
readonly source: "src/design-system/components/Statistics/Statistics.spec.ts";
|
|
1525
|
+
readonly tier: 2;
|
|
1526
|
+
readonly purpose: "Displays a KPI value with optional context, trend, and icon.";
|
|
1527
|
+
readonly props: {
|
|
1528
|
+
readonly trend: {
|
|
1529
|
+
readonly type: "enum";
|
|
1530
|
+
readonly values: readonly ["up", "down", "neutral"];
|
|
1531
|
+
readonly default: "neutral";
|
|
1532
|
+
};
|
|
1533
|
+
};
|
|
1534
|
+
readonly defaults: {
|
|
1535
|
+
readonly trend: "neutral";
|
|
1536
|
+
};
|
|
1537
|
+
readonly states: readonly ["default"];
|
|
1538
|
+
readonly tokensUsed: readonly ["--uds-surface-secondary", "--uds-surface-primary", "--uds-border-primary", "--uds-radius-8", "--uds-text-secondary", "--uds-system-success-primary", "--uds-system-destructive-primary"];
|
|
1539
|
+
readonly accessibility: {
|
|
1540
|
+
readonly role: "status";
|
|
1541
|
+
readonly keyboard: readonly [];
|
|
1542
|
+
};
|
|
1543
|
+
readonly composition: {
|
|
1544
|
+
readonly allowedChildren: readonly [];
|
|
1545
|
+
readonly allowedParents: readonly [];
|
|
1546
|
+
readonly disallowedChildren: readonly [];
|
|
1547
|
+
};
|
|
1548
|
+
readonly aliases: {
|
|
1549
|
+
readonly props: {};
|
|
1550
|
+
};
|
|
1551
|
+
readonly ambiguity: {
|
|
1552
|
+
readonly propNameCollisions: readonly [];
|
|
1553
|
+
readonly hadAliasNormalization: false;
|
|
1554
|
+
};
|
|
1555
|
+
readonly antiPatterns: readonly ["Do not use Statistics for interactive controls.", "Do not place long paragraph content inside helper text."];
|
|
1556
|
+
};
|
|
1142
1557
|
readonly Status: {
|
|
1143
1558
|
readonly name: "Status";
|
|
1144
1559
|
readonly source: "src/design-system/components/Status/Status.spec.ts";
|
|
1145
1560
|
readonly props: {
|
|
1146
1561
|
readonly appearance: {
|
|
1147
1562
|
readonly type: "enum";
|
|
1148
|
-
readonly values: readonly ["light-gray", "white"];
|
|
1563
|
+
readonly values: readonly ["light-gray", "white", "transparent"];
|
|
1149
1564
|
readonly default: "light-gray";
|
|
1150
1565
|
};
|
|
1151
1566
|
readonly shape: {
|
|
@@ -1252,6 +1667,11 @@ export declare const COMPONENT_API: {
|
|
|
1252
1667
|
readonly name: "Tabs";
|
|
1253
1668
|
readonly source: "src/design-system/components/Tabs/Tabs.spec.ts";
|
|
1254
1669
|
readonly props: {
|
|
1670
|
+
readonly orientation: {
|
|
1671
|
+
readonly type: "enum";
|
|
1672
|
+
readonly values: readonly ["horizontal", "vertical"];
|
|
1673
|
+
readonly default: "horizontal";
|
|
1674
|
+
};
|
|
1255
1675
|
readonly appearance: {
|
|
1256
1676
|
readonly type: "string";
|
|
1257
1677
|
readonly default: "underline";
|
|
@@ -1262,6 +1682,7 @@ export declare const COMPONENT_API: {
|
|
|
1262
1682
|
};
|
|
1263
1683
|
};
|
|
1264
1684
|
readonly defaults: {
|
|
1685
|
+
readonly orientation: "horizontal";
|
|
1265
1686
|
readonly appearance: "underline";
|
|
1266
1687
|
readonly tagVariant: "red";
|
|
1267
1688
|
};
|
|
@@ -1466,6 +1887,33 @@ export declare const COMPONENT_API: {
|
|
|
1466
1887
|
};
|
|
1467
1888
|
readonly antiPatterns: readonly [];
|
|
1468
1889
|
};
|
|
1890
|
+
readonly TimeInput: {
|
|
1891
|
+
readonly name: "TimeInput";
|
|
1892
|
+
readonly source: "src/design-system/components/TimeInput/TimeInput.spec.ts";
|
|
1893
|
+
readonly tier: 2;
|
|
1894
|
+
readonly purpose: "Describe purpose.";
|
|
1895
|
+
readonly props: {};
|
|
1896
|
+
readonly defaults: {};
|
|
1897
|
+
readonly states: readonly ["default"];
|
|
1898
|
+
readonly tokensUsed: readonly [];
|
|
1899
|
+
readonly accessibility: {
|
|
1900
|
+
readonly role: "generic";
|
|
1901
|
+
readonly keyboard: readonly [];
|
|
1902
|
+
};
|
|
1903
|
+
readonly composition: {
|
|
1904
|
+
readonly allowedChildren: readonly [];
|
|
1905
|
+
readonly allowedParents: readonly [];
|
|
1906
|
+
readonly disallowedChildren: readonly [];
|
|
1907
|
+
};
|
|
1908
|
+
readonly aliases: {
|
|
1909
|
+
readonly props: {};
|
|
1910
|
+
};
|
|
1911
|
+
readonly ambiguity: {
|
|
1912
|
+
readonly propNameCollisions: readonly [];
|
|
1913
|
+
readonly hadAliasNormalization: false;
|
|
1914
|
+
};
|
|
1915
|
+
readonly antiPatterns: readonly [];
|
|
1916
|
+
};
|
|
1469
1917
|
readonly Toast: {
|
|
1470
1918
|
readonly name: "Toast";
|
|
1471
1919
|
readonly source: "src/design-system/components/Toast/Toast.spec.ts";
|
|
@@ -1530,6 +1978,33 @@ export declare const COMPONENT_API: {
|
|
|
1530
1978
|
};
|
|
1531
1979
|
readonly antiPatterns: readonly [];
|
|
1532
1980
|
};
|
|
1981
|
+
readonly Toolbar: {
|
|
1982
|
+
readonly name: "Toolbar";
|
|
1983
|
+
readonly source: "src/design-system/components/Toolbar/Toolbar.spec.ts";
|
|
1984
|
+
readonly tier: 2;
|
|
1985
|
+
readonly purpose: "Top action bar with left and right action regions and centered title/branding.";
|
|
1986
|
+
readonly props: {};
|
|
1987
|
+
readonly defaults: {};
|
|
1988
|
+
readonly states: readonly ["default"];
|
|
1989
|
+
readonly tokensUsed: readonly ["--uds-surface-primary", "--uds-border-primary", "--uds-spacing-8", "--uds-spacing-12", "--uds-spacing-16"];
|
|
1990
|
+
readonly accessibility: {
|
|
1991
|
+
readonly role: "toolbar";
|
|
1992
|
+
readonly keyboard: readonly [];
|
|
1993
|
+
};
|
|
1994
|
+
readonly composition: {
|
|
1995
|
+
readonly allowedChildren: readonly [];
|
|
1996
|
+
readonly allowedParents: readonly [];
|
|
1997
|
+
readonly disallowedChildren: readonly [];
|
|
1998
|
+
};
|
|
1999
|
+
readonly aliases: {
|
|
2000
|
+
readonly props: {};
|
|
2001
|
+
};
|
|
2002
|
+
readonly ambiguity: {
|
|
2003
|
+
readonly propNameCollisions: readonly [];
|
|
2004
|
+
readonly hadAliasNormalization: false;
|
|
2005
|
+
};
|
|
2006
|
+
readonly antiPatterns: readonly [];
|
|
2007
|
+
};
|
|
1533
2008
|
readonly Tooltip: {
|
|
1534
2009
|
readonly name: "Tooltip";
|
|
1535
2010
|
readonly source: "src/design-system/components/Tooltip/Tooltip.spec.ts";
|
|
@@ -4,14 +4,20 @@ export * from "./components/Avatar";
|
|
|
4
4
|
export * from "./components/Badge";
|
|
5
5
|
export * from "./components/Branding";
|
|
6
6
|
export * from "./components/Breadcrumb";
|
|
7
|
+
export * from "./components/ButtonGroup";
|
|
7
8
|
export * from "./components/Text";
|
|
8
9
|
export * from "./components/Button";
|
|
9
10
|
export * from "./components/Calendar";
|
|
10
11
|
export * from "./components/Card";
|
|
11
12
|
export * from "./components/Checkbox";
|
|
13
|
+
export * from "./components/CheckboxGroup";
|
|
12
14
|
export * from "./components/Chip";
|
|
15
|
+
export * from "./components/Checklist";
|
|
13
16
|
export * from "./components/Code";
|
|
14
17
|
export * from "./components/Container";
|
|
18
|
+
export * from "./components/CurrencyInput";
|
|
19
|
+
export * from "./components/DateInput";
|
|
20
|
+
export * from "./components/DateRangeInput";
|
|
15
21
|
export * from "./components/Datepicker";
|
|
16
22
|
export * from "./components/Dialog";
|
|
17
23
|
export * from "./components/Divider";
|
|
@@ -27,12 +33,17 @@ export * from "./components/ImageAspect";
|
|
|
27
33
|
export * from "./components/Key";
|
|
28
34
|
export * from "./components/MicroCalendar";
|
|
29
35
|
export * from "./components/Modal";
|
|
36
|
+
export * from "./components/NumberInput";
|
|
30
37
|
export * from "./components/Pagination";
|
|
38
|
+
export * from "./components/PasswordInput";
|
|
39
|
+
export * from "./components/PhoneInput";
|
|
31
40
|
export * from "./components/ProgressCircle";
|
|
32
41
|
export * from "./components/ProgressIndicator";
|
|
33
42
|
export * from "./components/Radio";
|
|
43
|
+
export * from "./components/RadioGroup";
|
|
34
44
|
export * from "./components/Slider";
|
|
35
45
|
export * from "./components/Status";
|
|
46
|
+
export * from "./components/Statistics";
|
|
36
47
|
export * from "./components/Steps";
|
|
37
48
|
export * from "./components/Table";
|
|
38
49
|
export * from "./components/Tabs";
|
|
@@ -40,6 +51,11 @@ export * from "./components/Tag";
|
|
|
40
51
|
export * from "./components/TextInput";
|
|
41
52
|
export * from "./components/Textarea";
|
|
42
53
|
export * from "./components/Toast";
|
|
54
|
+
export * from "./components/SearchInput";
|
|
55
|
+
export * from "./components/SectionHeader";
|
|
56
|
+
export * from "./components/TokenInput";
|
|
57
|
+
export * from "./components/Toolbar";
|
|
58
|
+
export * from "./components/TimeInput";
|
|
43
59
|
export * from "./components/Tooltip";
|
|
44
60
|
export * from "./constants";
|
|
45
61
|
export { default as Toggle } from "./components/Toggle/Toggle";
|
|
@@ -49,5 +65,6 @@ export type { MenuProps, MenuNavItem, MenuChildItem, MenuMode } from "./componen
|
|
|
49
65
|
export { AppShell } from "../app-shell/AppShell";
|
|
50
66
|
export type { AppShellProps, AppShellSlots, AppShellSectionProps } from "../app-shell/AppShell";
|
|
51
67
|
export type { ShellLayoutConfig, ContainerMode, DensityMode, PaddingMode, } from "../app-shell/layout.types";
|
|
68
|
+
export * from "./charts";
|
|
52
69
|
export * from "./theme";
|
|
53
70
|
export * from "./generated/component-api";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../src/app-shell/AppShell.cjs"),r=require("../ai/validation/validateAIOutput.cjs"),u=require("../components/ActionMenu/ActionMenu.cjs"),a=require("../components/Avatar/Avatar.cjs"),n=require("../components/Badge/Badge.cjs"),i=require("../components/Button/Button.cjs"),o=require("../components/Card/Card.cjs"),c=require("../components/Checkbox/Checkbox.cjs"),l=require("../components/Code/Code.cjs"),s=require("../components/Divider/Divider.cjs"),d=require("../components/Field/Field.cjs"),T=require("../components/FileUpload/FileUpload.cjs"),q=require("../components/Pagination/Pagination.cjs"),p=require("../components/ProgressIndicator/ProgressIndicator.cjs"),f=require("../components/Slider/Slider.cjs"),I=require("../components/Status/Status.cjs"),m=require("../components/Steps/Steps.cjs"),h=require("../components/Table/Table.cjs"),g=require("../components/Tag/Tag.cjs"),A=require("../components/TextInput/TextInput.cjs"),S=require("../components/Textarea/Textarea.cjs"),C=require("../components/Toggle/Toggle.cjs"),M=require("../components/Tooltip/Tooltip.cjs"),P=require("../components/Checklist/Checklist.cjs"),D=require("../components/Container/Container.cjs"),R=require("../components/DateInput/DateInput.cjs"),x=require("../components/DateRangeInput/DateRangeInput.cjs"),O=require("../components/Dropdown/Dropdown.cjs"),_=require("../components/Flex/Flex.cjs"),b=require("../components/Icon/Icon.cjs"),v=require("../components/Menu/Menu.cjs"),F=require("../components/Modal/Modal.cjs"),N=require("../components/SearchInput/SearchInput.cjs"),k=require("../components/Tabs/Tabs.cjs"),E=require("../components/Text/Text.cjs"),e=require("../theme/ThemeProvider.cjs"),B=require("../components/TimeInput/TimeInput.cjs"),K=require("../components/Toolbar/Toolbar.cjs"),y=require("../theme/createBrand.cjs"),G=require("../theme/createTheme.cjs"),U=require("../ai/sdk/runtime-sdk.cjs"),Y="@mich8060/unified-design-system/ai/figma-make",w="@mich8060/unified-design-system/ai/prompts/figma-make";exports.AppShell=t.AppShell;exports.validateAIOutput=r.validateAIOutput;exports.ActionMenu=u.default;exports.Avatar=a.default;exports.Badge=n.default;exports.Button=i.default;exports.Card=o.default;exports.Checkbox=c.default;exports.Code=l.default;exports.Divider=s.default;exports.Field=d.default;exports.FileUpload=T.default;exports.Pagination=q.default;exports.ProgressIndicator=p.default;exports.Slider=f.default;exports.Status=I.default;exports.Steps=m.default;exports.Table=h.default;exports.Tag=g.default;exports.TextInput=A.default;exports.Textarea=S.default;exports.Toggle=C.default;exports.Tooltip=M.default;exports.Checklist=P.Checklist;exports.Container=D.Container;exports.DateInput=R.DateInput;exports.DateRangeInput=x.DateRangeInput;exports.Dropdown=O.default;exports.Flex=_.Flex;exports.Icon=b.default;exports.Menu=v.default;exports.Modal=F.default;exports.SearchInput=N.SearchInput;exports.Tabs=k.default;exports.Text=E.Text;exports.ThemeProvider=e.ThemeProvider;exports.useTheme=e.useTheme;exports.useThemeController=e.useThemeController;exports.TimeInput=B.TimeInput;exports.Toolbar=K.Toolbar;exports.createBrand=y.createBrand;exports.createTheme=G.createTheme;exports.createUDSRuntimeHelperSDK=U.createUDSRuntimeHelperSDK;exports.FIGMA_MAKE_CONTRACT_ENTRYPOINT=Y;exports.FIGMA_MAKE_PROMPT_ENTRYPOINT=w;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{AppShell as a}from"../src/app-shell/AppShell.js";import{validateAIOutput as p}from"../ai/validation/validateAIOutput.js";import{default as x}from"../components/ActionMenu/ActionMenu.js";import{default as l}from"../components/Avatar/Avatar.js";import{default as u}from"../components/Badge/Badge.js";import{default as n}from"../components/Button/Button.js";import{default as c}from"../components/Card/Card.js";import{default as g}from"../components/Checkbox/Checkbox.js";import{default as A}from"../components/Code/Code.js";import{default as M}from"../components/Divider/Divider.js";import{default as S}from"../components/Field/Field.js";import{default as R}from"../components/FileUpload/FileUpload.js";import{default as F}from"../components/Pagination/Pagination.js";import{default as O}from"../components/ProgressIndicator/ProgressIndicator.js";import{default as k}from"../components/Slider/Slider.js";import{default as E}from"../components/Status/Status.js";import{default as K}from"../components/Steps/Steps.js";import{default as G}from"../components/Table/Table.js";import{default as Y}from"../components/Tag/Tag.js";import{default as H}from"../components/TextInput/TextInput.js";import{default as q}from"../components/Textarea/Textarea.js";import{default as J}from"../components/Toggle/Toggle.js";import{default as Q}from"../components/Tooltip/Tooltip.js";import{Checklist as W}from"../components/Checklist/Checklist.js";import{Container as Z}from"../components/Container/Container.js";import{DateInput as ee}from"../components/DateInput/DateInput.js";import{DateRangeInput as re}from"../components/DateRangeInput/DateRangeInput.js";import{default as ae}from"../components/Dropdown/Dropdown.js";import{Flex as pe}from"../components/Flex/Flex.js";import{default as xe}from"../components/Icon/Icon.js";import{default as le}from"../components/Menu/Menu.js";import{default as ue}from"../components/Modal/Modal.js";import{SearchInput as ne}from"../components/SearchInput/SearchInput.js";import{default as ce}from"../components/Tabs/Tabs.js";import{Text as ge}from"../components/Text/Text.js";import{ThemeProvider as Ae,useTheme as Ce,useThemeController as Me}from"../theme/ThemeProvider.js";import{TimeInput as Se}from"../components/TimeInput/TimeInput.js";import{Toolbar as Re}from"../components/Toolbar/Toolbar.js";import{createBrand as Fe}from"../theme/createBrand.js";import{createTheme as Oe}from"../theme/createTheme.js";import{createUDSRuntimeHelperSDK as ke}from"../ai/sdk/runtime-sdk.js";const e="@mich8060/unified-design-system/ai/figma-make",o="@mich8060/unified-design-system/ai/prompts/figma-make";export{x as ActionMenu,a as AppShell,l as Avatar,u as Badge,n as Button,c as Card,g as Checkbox,W as Checklist,A as Code,Z as Container,ee as DateInput,re as DateRangeInput,M as Divider,ae as Dropdown,e as FIGMA_MAKE_CONTRACT_ENTRYPOINT,o as FIGMA_MAKE_PROMPT_ENTRYPOINT,S as Field,R as FileUpload,pe as Flex,xe as Icon,le as Menu,ue as Modal,F as Pagination,O as ProgressIndicator,ne as SearchInput,k as Slider,E as Status,K as Steps,G as Table,ce as Tabs,Y as Tag,ge as Text,H as TextInput,q as Textarea,Ae as ThemeProvider,Se as TimeInput,J as Toggle,Re as Toolbar,Q as Tooltip,Fe as createBrand,Oe as createTheme,ke as createUDSRuntimeHelperSDK,Ce as useTheme,Me as useThemeController,p as validateAIOutput};
|