@mich8060/unified-design-system 0.2.13 → 0.2.14
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 +33 -0
- package/dist/ai/examples/index.cjs +1 -0
- package/dist/ai/examples/index.js +1 -0
- package/dist/ai/examples/training.examples.cjs +1 -0
- package/dist/ai/examples/training.examples.js +1 -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/composition.manifest.cjs +1 -0
- package/dist/ai/manifest/composition.manifest.js +1 -0
- package/dist/ai/manifest/governance.manifest.cjs +1 -1
- package/dist/ai/manifest/governance.manifest.js +1 -1
- package/dist/ai/manifest/index.cjs +1 -0
- package/dist/ai/manifest/index.js +1 -0
- package/dist/ai/manifest/layout.manifest.cjs +1 -1
- package/dist/ai/manifest/layout.manifest.js +1 -1
- package/dist/ai/manifest/prop-aliases.manifest.cjs +1 -0
- package/dist/ai/manifest/prop-aliases.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 +2801 -0
- package/dist/ai/policies/policy.engine.cjs +1 -1
- package/dist/ai/policies/policy.engine.js +1 -1
- package/dist/ai/policies/rules/composition.rules.cjs +1 -1
- package/dist/ai/policies/rules/composition.rules.js +1 -1
- package/dist/ai/policies/rules/props.rules.cjs +1 -0
- package/dist/ai/policies/rules/props.rules.js +1 -0
- package/dist/ai/schemas/ai-output.schema.json +71 -0
- package/dist/ai/sdk/index.cjs +1 -0
- package/dist/ai/sdk/index.js +1 -0
- package/dist/ai/sdk/runtime-sdk.cjs +2 -0
- package/dist/ai/sdk/runtime-sdk.js +2 -0
- package/dist/ai/templates/layouts.json +181 -0
- package/dist/ai/validation/deterministicFeedback.cjs +1 -0
- package/dist/ai/validation/deterministicFeedback.js +1 -0
- package/dist/ai/validation/index.cjs +1 -0
- package/dist/ai/validation/index.js +1 -0
- package/dist/ai/validation/validateAIOutput.cjs +1 -1
- package/dist/ai/validation/validateAIOutput.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.cjs +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/components/Button/Button.cjs +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Chip/Chip.cjs +1 -1
- package/dist/components/Chip/Chip.js +1 -1
- package/dist/components/Dialog/Dialog.cjs +1 -1
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/DotStatus/DotStatus.cjs +1 -1
- package/dist/components/DotStatus/DotStatus.js +1 -1
- package/dist/components/EmptyState/EmptyState.cjs +1 -1
- package/dist/components/EmptyState/EmptyState.js +1 -1
- package/dist/components/Field/Field.cjs +1 -1
- package/dist/components/Field/Field.js +1 -1
- package/dist/components/FileUpload/FileUpload.cjs +1 -1
- package/dist/components/FileUpload/FileUpload.js +1 -1
- package/dist/components/Menu/Menu.cjs +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Pagination/Pagination.cjs +1 -1
- package/dist/components/Pagination/Pagination.js +1 -1
- package/dist/components/ProgressCircle/ProgressCircle.cjs +1 -1
- package/dist/components/ProgressCircle/ProgressCircle.js +1 -1
- package/dist/components/ProgressIndicator/ProgressIndicator.cjs +1 -1
- package/dist/components/ProgressIndicator/ProgressIndicator.js +1 -1
- package/dist/components/Steps/Steps.cjs +1 -1
- package/dist/components/Steps/Steps.js +1 -1
- package/dist/components/Text/Text.cjs +1 -1
- package/dist/components/Text/Text.js +1 -1
- package/dist/components/Tooltip/Tooltip.cjs +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -1
- package/dist/design-system/ai/audit/audit.types.d.ts +1 -0
- package/dist/design-system/ai/examples/index.d.ts +4 -0
- package/dist/design-system/ai/examples/training.examples.d.ts +22 -0
- package/dist/design-system/ai/index.d.ts +9 -3
- package/dist/design-system/ai/manifest/composition.manifest.d.ts +11 -0
- package/dist/design-system/ai/manifest/governance.manifest.d.ts +5 -0
- package/dist/design-system/ai/manifest/index.d.ts +9 -0
- package/dist/design-system/ai/manifest/prop-aliases.manifest.d.ts +10 -0
- package/dist/design-system/ai/manifest/system.manifest.d.ts +2 -0
- package/dist/design-system/ai/manifest/types.d.ts +3 -0
- package/dist/design-system/ai/policies/rules/props.rules.d.ts +2 -0
- package/dist/design-system/ai/sdk/index.d.ts +1 -0
- package/dist/design-system/ai/sdk/runtime-sdk.d.ts +21 -0
- package/dist/design-system/ai/validation/deterministicFeedback.d.ts +15 -0
- package/dist/design-system/ai/validation/index.d.ts +5 -0
- package/dist/design-system/ai/validation/validateAIOutput.d.ts +13 -0
- package/dist/design-system/components/Button/Button.d.ts +1 -1
- package/dist/design-system/components/Button/Button.types.d.ts +1 -0
- package/dist/design-system/components/Chip/Chip.d.ts +4 -3
- package/dist/design-system/components/Chip/Chip.types.d.ts +13 -9
- package/dist/design-system/components/Dialog/Dialog.types.d.ts +9 -8
- package/dist/design-system/components/Field/Field.d.ts +1 -1
- package/dist/design-system/components/Field/Field.types.d.ts +11 -9
- package/dist/design-system/components/FileUpload/FileUpload.d.ts +1 -1
- package/dist/design-system/components/FileUpload/FileUpload.types.d.ts +2 -0
- package/dist/design-system/components/Pagination/Pagination.d.ts +5 -3
- package/dist/design-system/components/Pagination/Pagination.types.d.ts +4 -1
- package/dist/design-system/components/ProgressCircle/ProgressCircle.d.ts +3 -2
- package/dist/design-system/components/ProgressCircle/ProgressCircle.types.d.ts +7 -3
- package/dist/design-system/components/ProgressIndicator/ProgressIndicator.d.ts +2 -1
- package/dist/design-system/components/ProgressIndicator/ProgressIndicator.types.d.ts +8 -4
- package/dist/design-system/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/design-system/components/Tooltip/Tooltip.types.d.ts +1 -0
- package/dist/design-system/generated/component-api.d.ts +1568 -0
- package/dist/design-system/index.d.ts +1 -2
- package/dist/generated/component-api.cjs +1 -0
- package/dist/generated/component-api.js +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +23 -19
- package/dist/components/Accordion/Accordion.spec.cjs +0 -1
- package/dist/components/Accordion/Accordion.spec.js +0 -1
- package/dist/components/ActionMenu/ActionMenu.spec.cjs +0 -1
- package/dist/components/ActionMenu/ActionMenu.spec.js +0 -1
- package/dist/components/Avatar/Avatar.spec.cjs +0 -1
- package/dist/components/Avatar/Avatar.spec.js +0 -1
- package/dist/components/Badge/Badge.spec.cjs +0 -1
- package/dist/components/Badge/Badge.spec.js +0 -1
- package/dist/components/Branding/Branding.spec.cjs +0 -1
- package/dist/components/Branding/Branding.spec.js +0 -1
- package/dist/components/Breadcrumb/Breadcrumb.spec.cjs +0 -1
- package/dist/components/Breadcrumb/Breadcrumb.spec.js +0 -1
- package/dist/components/Button/Button.spec.cjs +0 -1
- package/dist/components/Button/Button.spec.js +0 -1
- package/dist/components/Calendar/Calendar.spec.cjs +0 -1
- package/dist/components/Calendar/Calendar.spec.js +0 -1
- package/dist/components/Card/Card.spec.cjs +0 -1
- package/dist/components/Card/Card.spec.js +0 -1
- package/dist/components/Checkbox/Checkbox.spec.cjs +0 -1
- package/dist/components/Checkbox/Checkbox.spec.js +0 -1
- package/dist/components/Chip/Chip.spec.cjs +0 -1
- package/dist/components/Chip/Chip.spec.js +0 -1
- package/dist/components/Code/Code.spec.cjs +0 -1
- package/dist/components/Code/Code.spec.js +0 -1
- package/dist/components/Container/Container.spec.cjs +0 -1
- package/dist/components/Container/Container.spec.js +0 -1
- package/dist/components/Datepicker/Datepicker.spec.cjs +0 -1
- package/dist/components/Datepicker/Datepicker.spec.js +0 -1
- package/dist/components/Dialog/Dialog.spec.cjs +0 -1
- package/dist/components/Dialog/Dialog.spec.js +0 -1
- package/dist/components/Divider/Divider.spec.cjs +0 -1
- package/dist/components/Divider/Divider.spec.js +0 -1
- package/dist/components/DotStatus/DotStatus.spec.cjs +0 -1
- package/dist/components/DotStatus/DotStatus.spec.js +0 -1
- package/dist/components/Dropdown/Dropdown.spec.cjs +0 -1
- package/dist/components/Dropdown/Dropdown.spec.js +0 -1
- package/dist/components/EmptyState/EmptyState.spec.cjs +0 -1
- package/dist/components/EmptyState/EmptyState.spec.js +0 -1
- package/dist/components/EventCard/EventCard.spec.cjs +0 -1
- package/dist/components/EventCard/EventCard.spec.js +0 -1
- package/dist/components/Field/Field.spec.cjs +0 -1
- package/dist/components/Field/Field.spec.js +0 -1
- package/dist/components/FileUpload/FileUpload.spec.cjs +0 -1
- package/dist/components/FileUpload/FileUpload.spec.js +0 -1
- package/dist/components/Flex/Flex.spec.cjs +0 -1
- package/dist/components/Flex/Flex.spec.js +0 -1
- package/dist/components/Icon/Icon.spec.cjs +0 -1
- package/dist/components/Icon/Icon.spec.js +0 -1
- package/dist/components/ImageAspect/ImageAspect.spec.cjs +0 -1
- package/dist/components/ImageAspect/ImageAspect.spec.js +0 -1
- package/dist/components/Key/Key.spec.cjs +0 -1
- package/dist/components/Key/Key.spec.js +0 -1
- package/dist/components/Menu/Menu.spec.cjs +0 -1
- package/dist/components/Menu/Menu.spec.js +0 -1
- package/dist/components/MicroCalendar/MicroCalendar.spec.cjs +0 -1
- package/dist/components/MicroCalendar/MicroCalendar.spec.js +0 -1
- package/dist/components/Modal/Modal.spec.cjs +0 -1
- package/dist/components/Modal/Modal.spec.js +0 -1
- package/dist/components/Pagination/Pagination.spec.cjs +0 -1
- package/dist/components/Pagination/Pagination.spec.js +0 -1
- package/dist/components/PillToggle/PillToggle.cjs +0 -1
- package/dist/components/PillToggle/PillToggle.js +0 -1
- package/dist/components/PillToggle/PillToggle.spec.cjs +0 -1
- package/dist/components/PillToggle/PillToggle.spec.js +0 -1
- package/dist/components/Playground/Playground.cjs +0 -9
- package/dist/components/Playground/Playground.js +0 -9
- package/dist/components/Playground/Playground.spec.cjs +0 -1
- package/dist/components/Playground/Playground.spec.js +0 -1
- package/dist/components/ProgressCircle/ProgressCircle.spec.cjs +0 -1
- package/dist/components/ProgressCircle/ProgressCircle.spec.js +0 -1
- package/dist/components/ProgressIndicator/ProgressIndicator.spec.cjs +0 -1
- package/dist/components/ProgressIndicator/ProgressIndicator.spec.js +0 -1
- package/dist/components/Radio/Radio.spec.cjs +0 -1
- package/dist/components/Radio/Radio.spec.js +0 -1
- package/dist/components/Slider/Slider.spec.cjs +0 -1
- package/dist/components/Slider/Slider.spec.js +0 -1
- package/dist/components/Status/Status.spec.cjs +0 -1
- package/dist/components/Status/Status.spec.js +0 -1
- package/dist/components/Steps/Steps.spec.cjs +0 -1
- package/dist/components/Steps/Steps.spec.js +0 -1
- package/dist/components/Table/Table.spec.cjs +0 -1
- package/dist/components/Table/Table.spec.js +0 -1
- package/dist/components/Tabs/Tabs.spec.cjs +0 -1
- package/dist/components/Tabs/Tabs.spec.js +0 -1
- package/dist/components/Tag/Tag.spec.cjs +0 -1
- package/dist/components/Tag/Tag.spec.js +0 -1
- package/dist/components/Text/Text.spec.cjs +0 -1
- package/dist/components/Text/Text.spec.js +0 -1
- package/dist/components/TextInput/TextInput.spec.cjs +0 -1
- package/dist/components/TextInput/TextInput.spec.js +0 -1
- package/dist/components/Textarea/Textarea.spec.cjs +0 -1
- package/dist/components/Textarea/Textarea.spec.js +0 -1
- package/dist/components/Toast/Toast.spec.cjs +0 -1
- package/dist/components/Toast/Toast.spec.js +0 -1
- package/dist/components/Toggle/Toggle.spec.cjs +0 -1
- package/dist/components/Toggle/Toggle.spec.js +0 -1
- package/dist/components/Tooltip/Tooltip.spec.cjs +0 -1
- package/dist/components/Tooltip/Tooltip.spec.js +0 -1
- package/dist/design-system/components/Accordion/Accordion.spec.d.ts +0 -4
- package/dist/design-system/components/ActionMenu/ActionMenu.spec.d.ts +0 -4
- package/dist/design-system/components/Avatar/Avatar.spec.d.ts +0 -6
- package/dist/design-system/components/Badge/Badge.spec.d.ts +0 -12
- package/dist/design-system/components/Branding/Branding.spec.d.ts +0 -6
- package/dist/design-system/components/Breadcrumb/Breadcrumb.spec.d.ts +0 -4
- package/dist/design-system/components/Button/Button.spec.d.ts +0 -12
- package/dist/design-system/components/Calendar/Calendar.spec.d.ts +0 -4
- package/dist/design-system/components/Card/Card.spec.d.ts +0 -4
- package/dist/design-system/components/Checkbox/Checkbox.spec.d.ts +0 -4
- package/dist/design-system/components/Chip/Chip.spec.d.ts +0 -13
- package/dist/design-system/components/Code/Code.spec.d.ts +0 -10
- package/dist/design-system/components/Container/Container.spec.d.ts +0 -2
- package/dist/design-system/components/Datepicker/Datepicker.spec.d.ts +0 -6
- package/dist/design-system/components/Dialog/Dialog.spec.d.ts +0 -8
- package/dist/design-system/components/Divider/Divider.spec.d.ts +0 -10
- package/dist/design-system/components/DotStatus/DotStatus.spec.d.ts +0 -10
- package/dist/design-system/components/Dropdown/Dropdown.spec.d.ts +0 -12
- package/dist/design-system/components/EmptyState/EmptyState.spec.d.ts +0 -2
- package/dist/design-system/components/EventCard/EventCard.spec.d.ts +0 -8
- package/dist/design-system/components/Field/Field.spec.d.ts +0 -4
- package/dist/design-system/components/FileUpload/FileUpload.spec.d.ts +0 -6
- package/dist/design-system/components/Flex/Flex.spec.d.ts +0 -2
- package/dist/design-system/components/Icon/Icon.spec.d.ts +0 -6
- package/dist/design-system/components/ImageAspect/ImageAspect.spec.d.ts +0 -8
- package/dist/design-system/components/Key/Key.spec.d.ts +0 -8
- package/dist/design-system/components/Menu/Menu.spec.d.ts +0 -6
- package/dist/design-system/components/MicroCalendar/MicroCalendar.spec.d.ts +0 -4
- package/dist/design-system/components/Modal/Modal.spec.d.ts +0 -8
- package/dist/design-system/components/Pagination/Pagination.spec.d.ts +0 -6
- package/dist/design-system/components/PillToggle/PillToggle.d.ts +0 -13
- package/dist/design-system/components/PillToggle/PillToggle.spec.d.ts +0 -6
- package/dist/design-system/components/PillToggle/PillToggle.types.d.ts +0 -9
- package/dist/design-system/components/PillToggle/index.d.ts +0 -3
- package/dist/design-system/components/Playground/Playground.d.ts +0 -12
- package/dist/design-system/components/Playground/Playground.spec.d.ts +0 -6
- package/dist/design-system/components/Playground/Playground.types.d.ts +0 -7
- package/dist/design-system/components/Playground/index.d.ts +0 -3
- package/dist/design-system/components/ProgressCircle/ProgressCircle.spec.d.ts +0 -10
- package/dist/design-system/components/ProgressIndicator/ProgressIndicator.spec.d.ts +0 -10
- package/dist/design-system/components/Radio/Radio.spec.d.ts +0 -4
- package/dist/design-system/components/Slider/Slider.spec.d.ts +0 -4
- package/dist/design-system/components/Status/Status.spec.d.ts +0 -11
- package/dist/design-system/components/Steps/Steps.spec.d.ts +0 -11
- package/dist/design-system/components/Table/Table.spec.d.ts +0 -4
- package/dist/design-system/components/Tabs/Tabs.spec.d.ts +0 -7
- package/dist/design-system/components/Tag/Tag.spec.d.ts +0 -13
- package/dist/design-system/components/Text/Text.spec.d.ts +0 -2
- package/dist/design-system/components/TextInput/TextInput.spec.d.ts +0 -12
- package/dist/design-system/components/Textarea/Textarea.spec.d.ts +0 -10
- package/dist/design-system/components/Toast/Toast.spec.d.ts +0 -8
- package/dist/design-system/components/Toggle/Toggle.spec.d.ts +0 -8
- package/dist/design-system/components/Tooltip/Tooltip.spec.d.ts +0 -8
- package/dist/design-system/specs/spec.types.d.ts +0 -18
|
@@ -0,0 +1,1568 @@
|
|
|
1
|
+
export declare const COMPONENT_API: {
|
|
2
|
+
readonly Accordion: {
|
|
3
|
+
readonly name: "Accordion";
|
|
4
|
+
readonly source: "src/design-system/components/Accordion/Accordion.spec.ts";
|
|
5
|
+
readonly props: {};
|
|
6
|
+
readonly defaults: {};
|
|
7
|
+
readonly states: readonly [];
|
|
8
|
+
readonly tokensUsed: readonly [];
|
|
9
|
+
readonly accessibility: {
|
|
10
|
+
readonly keyboard: readonly [];
|
|
11
|
+
};
|
|
12
|
+
readonly composition: {
|
|
13
|
+
readonly allowedChildren: readonly [];
|
|
14
|
+
readonly allowedParents: readonly [];
|
|
15
|
+
readonly disallowedChildren: readonly [];
|
|
16
|
+
};
|
|
17
|
+
readonly aliases: {
|
|
18
|
+
readonly props: {};
|
|
19
|
+
};
|
|
20
|
+
readonly ambiguity: {
|
|
21
|
+
readonly propNameCollisions: readonly [];
|
|
22
|
+
readonly hadAliasNormalization: false;
|
|
23
|
+
};
|
|
24
|
+
readonly antiPatterns: readonly [];
|
|
25
|
+
};
|
|
26
|
+
readonly ActionMenu: {
|
|
27
|
+
readonly name: "ActionMenu";
|
|
28
|
+
readonly source: "src/design-system/components/ActionMenu/ActionMenu.spec.ts";
|
|
29
|
+
readonly props: {};
|
|
30
|
+
readonly defaults: {};
|
|
31
|
+
readonly states: readonly [];
|
|
32
|
+
readonly tokensUsed: readonly [];
|
|
33
|
+
readonly accessibility: {
|
|
34
|
+
readonly keyboard: readonly [];
|
|
35
|
+
};
|
|
36
|
+
readonly composition: {
|
|
37
|
+
readonly allowedChildren: readonly [];
|
|
38
|
+
readonly allowedParents: readonly ["Card", "Menu", "Table"];
|
|
39
|
+
readonly disallowedChildren: readonly [];
|
|
40
|
+
};
|
|
41
|
+
readonly aliases: {
|
|
42
|
+
readonly props: {};
|
|
43
|
+
};
|
|
44
|
+
readonly ambiguity: {
|
|
45
|
+
readonly propNameCollisions: readonly [];
|
|
46
|
+
readonly hadAliasNormalization: false;
|
|
47
|
+
};
|
|
48
|
+
readonly antiPatterns: readonly [];
|
|
49
|
+
};
|
|
50
|
+
readonly Avatar: {
|
|
51
|
+
readonly name: "Avatar";
|
|
52
|
+
readonly source: "src/design-system/components/Avatar/Avatar.spec.ts";
|
|
53
|
+
readonly props: {
|
|
54
|
+
readonly size: {
|
|
55
|
+
readonly type: "string";
|
|
56
|
+
readonly default: "default";
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
readonly defaults: {
|
|
60
|
+
readonly size: "default";
|
|
61
|
+
};
|
|
62
|
+
readonly states: readonly [];
|
|
63
|
+
readonly tokensUsed: readonly [];
|
|
64
|
+
readonly accessibility: {
|
|
65
|
+
readonly keyboard: readonly [];
|
|
66
|
+
};
|
|
67
|
+
readonly composition: {
|
|
68
|
+
readonly allowedChildren: readonly [];
|
|
69
|
+
readonly allowedParents: readonly ["Card", "Table"];
|
|
70
|
+
readonly disallowedChildren: readonly [];
|
|
71
|
+
};
|
|
72
|
+
readonly aliases: {
|
|
73
|
+
readonly props: {};
|
|
74
|
+
};
|
|
75
|
+
readonly ambiguity: {
|
|
76
|
+
readonly propNameCollisions: readonly [];
|
|
77
|
+
readonly hadAliasNormalization: false;
|
|
78
|
+
};
|
|
79
|
+
readonly antiPatterns: readonly [];
|
|
80
|
+
};
|
|
81
|
+
readonly Badge: {
|
|
82
|
+
readonly name: "Badge";
|
|
83
|
+
readonly source: "src/design-system/components/Badge/Badge.spec.ts";
|
|
84
|
+
readonly props: {
|
|
85
|
+
readonly variant: {
|
|
86
|
+
readonly type: "enum";
|
|
87
|
+
readonly values: readonly ["blue", "cyan", "green", "magenta", "indigo", "rose", "neutral", "orange", "purple", "red", "sky", "yellow", "inverse", "lime"];
|
|
88
|
+
readonly default: "red";
|
|
89
|
+
};
|
|
90
|
+
readonly appearance: {
|
|
91
|
+
readonly type: "enum";
|
|
92
|
+
readonly values: readonly ["solid", "outlined"];
|
|
93
|
+
readonly default: "solid";
|
|
94
|
+
};
|
|
95
|
+
readonly rounded: {
|
|
96
|
+
readonly type: "boolean";
|
|
97
|
+
readonly default: true;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
readonly defaults: {
|
|
101
|
+
readonly variant: "red";
|
|
102
|
+
readonly appearance: "solid";
|
|
103
|
+
readonly rounded: true;
|
|
104
|
+
};
|
|
105
|
+
readonly states: readonly [];
|
|
106
|
+
readonly tokensUsed: readonly [];
|
|
107
|
+
readonly accessibility: {
|
|
108
|
+
readonly keyboard: readonly [];
|
|
109
|
+
};
|
|
110
|
+
readonly composition: {
|
|
111
|
+
readonly allowedChildren: readonly [];
|
|
112
|
+
readonly allowedParents: readonly [];
|
|
113
|
+
readonly disallowedChildren: readonly [];
|
|
114
|
+
};
|
|
115
|
+
readonly aliases: {
|
|
116
|
+
readonly props: {};
|
|
117
|
+
};
|
|
118
|
+
readonly ambiguity: {
|
|
119
|
+
readonly propNameCollisions: readonly [];
|
|
120
|
+
readonly hadAliasNormalization: false;
|
|
121
|
+
};
|
|
122
|
+
readonly antiPatterns: readonly [];
|
|
123
|
+
};
|
|
124
|
+
readonly Branding: {
|
|
125
|
+
readonly name: "Branding";
|
|
126
|
+
readonly source: "src/design-system/components/Branding/Branding.spec.ts";
|
|
127
|
+
readonly props: {
|
|
128
|
+
readonly size: {
|
|
129
|
+
readonly type: "string";
|
|
130
|
+
readonly default: "default";
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
readonly defaults: {
|
|
134
|
+
readonly size: "default";
|
|
135
|
+
};
|
|
136
|
+
readonly states: readonly [];
|
|
137
|
+
readonly tokensUsed: readonly [];
|
|
138
|
+
readonly accessibility: {
|
|
139
|
+
readonly keyboard: readonly [];
|
|
140
|
+
};
|
|
141
|
+
readonly composition: {
|
|
142
|
+
readonly allowedChildren: readonly [];
|
|
143
|
+
readonly allowedParents: readonly [];
|
|
144
|
+
readonly disallowedChildren: readonly [];
|
|
145
|
+
};
|
|
146
|
+
readonly aliases: {
|
|
147
|
+
readonly props: {};
|
|
148
|
+
};
|
|
149
|
+
readonly ambiguity: {
|
|
150
|
+
readonly propNameCollisions: readonly [];
|
|
151
|
+
readonly hadAliasNormalization: false;
|
|
152
|
+
};
|
|
153
|
+
readonly antiPatterns: readonly [];
|
|
154
|
+
};
|
|
155
|
+
readonly Breadcrumb: {
|
|
156
|
+
readonly name: "Breadcrumb";
|
|
157
|
+
readonly source: "src/design-system/components/Breadcrumb/Breadcrumb.spec.ts";
|
|
158
|
+
readonly props: {};
|
|
159
|
+
readonly defaults: {};
|
|
160
|
+
readonly states: readonly [];
|
|
161
|
+
readonly tokensUsed: readonly [];
|
|
162
|
+
readonly accessibility: {
|
|
163
|
+
readonly keyboard: readonly [];
|
|
164
|
+
};
|
|
165
|
+
readonly composition: {
|
|
166
|
+
readonly allowedChildren: readonly [];
|
|
167
|
+
readonly allowedParents: readonly [];
|
|
168
|
+
readonly disallowedChildren: readonly [];
|
|
169
|
+
};
|
|
170
|
+
readonly aliases: {
|
|
171
|
+
readonly props: {};
|
|
172
|
+
};
|
|
173
|
+
readonly ambiguity: {
|
|
174
|
+
readonly propNameCollisions: readonly [];
|
|
175
|
+
readonly hadAliasNormalization: false;
|
|
176
|
+
};
|
|
177
|
+
readonly antiPatterns: readonly [];
|
|
178
|
+
};
|
|
179
|
+
readonly Button: {
|
|
180
|
+
readonly name: "Button";
|
|
181
|
+
readonly source: "src/design-system/components/Button/Button.spec.ts";
|
|
182
|
+
readonly props: {
|
|
183
|
+
readonly layout: {
|
|
184
|
+
readonly type: "enum";
|
|
185
|
+
readonly values: readonly ["label-only", "icon-left", "icon-right", "icon-only", "only"];
|
|
186
|
+
readonly default: "label-only";
|
|
187
|
+
};
|
|
188
|
+
readonly appearance: {
|
|
189
|
+
readonly type: "enum";
|
|
190
|
+
readonly values: readonly ["primary", "soft", "outline", "text", "ghost", "disabled", "destructive"];
|
|
191
|
+
readonly default: "primary";
|
|
192
|
+
};
|
|
193
|
+
readonly size: {
|
|
194
|
+
readonly type: "enum";
|
|
195
|
+
readonly values: readonly ["large", "default", "small", "xsmall"];
|
|
196
|
+
readonly default: "default";
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
readonly defaults: {
|
|
200
|
+
readonly layout: "label-only";
|
|
201
|
+
readonly appearance: "primary";
|
|
202
|
+
readonly size: "default";
|
|
203
|
+
};
|
|
204
|
+
readonly states: readonly [];
|
|
205
|
+
readonly tokensUsed: readonly [];
|
|
206
|
+
readonly accessibility: {
|
|
207
|
+
readonly keyboard: readonly [];
|
|
208
|
+
};
|
|
209
|
+
readonly composition: {
|
|
210
|
+
readonly allowedChildren: readonly [];
|
|
211
|
+
readonly allowedParents: readonly ["AppShell", "Card", "Container", "Flex", "Modal", "Table", "Tabs"];
|
|
212
|
+
readonly disallowedChildren: readonly ["Button"];
|
|
213
|
+
};
|
|
214
|
+
readonly aliases: {
|
|
215
|
+
readonly props: {};
|
|
216
|
+
};
|
|
217
|
+
readonly ambiguity: {
|
|
218
|
+
readonly propNameCollisions: readonly [];
|
|
219
|
+
readonly hadAliasNormalization: false;
|
|
220
|
+
};
|
|
221
|
+
readonly antiPatterns: readonly [];
|
|
222
|
+
};
|
|
223
|
+
readonly Calendar: {
|
|
224
|
+
readonly name: "Calendar";
|
|
225
|
+
readonly source: "src/design-system/components/Calendar/Calendar.spec.ts";
|
|
226
|
+
readonly props: {};
|
|
227
|
+
readonly defaults: {};
|
|
228
|
+
readonly states: readonly [];
|
|
229
|
+
readonly tokensUsed: readonly [];
|
|
230
|
+
readonly accessibility: {
|
|
231
|
+
readonly keyboard: readonly [];
|
|
232
|
+
};
|
|
233
|
+
readonly composition: {
|
|
234
|
+
readonly allowedChildren: readonly [];
|
|
235
|
+
readonly allowedParents: readonly [];
|
|
236
|
+
readonly disallowedChildren: readonly [];
|
|
237
|
+
};
|
|
238
|
+
readonly aliases: {
|
|
239
|
+
readonly props: {};
|
|
240
|
+
};
|
|
241
|
+
readonly ambiguity: {
|
|
242
|
+
readonly propNameCollisions: readonly [];
|
|
243
|
+
readonly hadAliasNormalization: false;
|
|
244
|
+
};
|
|
245
|
+
readonly antiPatterns: readonly [];
|
|
246
|
+
};
|
|
247
|
+
readonly Card: {
|
|
248
|
+
readonly name: "Card";
|
|
249
|
+
readonly source: "src/design-system/components/Card/Card.spec.ts";
|
|
250
|
+
readonly props: {};
|
|
251
|
+
readonly defaults: {};
|
|
252
|
+
readonly states: readonly [];
|
|
253
|
+
readonly tokensUsed: readonly [];
|
|
254
|
+
readonly accessibility: {
|
|
255
|
+
readonly keyboard: readonly [];
|
|
256
|
+
};
|
|
257
|
+
readonly composition: {
|
|
258
|
+
readonly allowedChildren: readonly ["Text", "Flex", "Button", "Tag", "Status", "Table", "Divider", "Avatar", "ActionMenu", "Field"];
|
|
259
|
+
readonly allowedParents: readonly ["AppShell", "Container", "Tabs"];
|
|
260
|
+
readonly disallowedChildren: readonly [];
|
|
261
|
+
};
|
|
262
|
+
readonly aliases: {
|
|
263
|
+
readonly props: {};
|
|
264
|
+
};
|
|
265
|
+
readonly ambiguity: {
|
|
266
|
+
readonly propNameCollisions: readonly [];
|
|
267
|
+
readonly hadAliasNormalization: false;
|
|
268
|
+
};
|
|
269
|
+
readonly antiPatterns: readonly [];
|
|
270
|
+
};
|
|
271
|
+
readonly Checkbox: {
|
|
272
|
+
readonly name: "Checkbox";
|
|
273
|
+
readonly source: "src/design-system/components/Checkbox/Checkbox.spec.ts";
|
|
274
|
+
readonly props: {};
|
|
275
|
+
readonly defaults: {};
|
|
276
|
+
readonly states: readonly [];
|
|
277
|
+
readonly tokensUsed: readonly [];
|
|
278
|
+
readonly accessibility: {
|
|
279
|
+
readonly keyboard: readonly [];
|
|
280
|
+
};
|
|
281
|
+
readonly composition: {
|
|
282
|
+
readonly allowedChildren: readonly [];
|
|
283
|
+
readonly allowedParents: readonly ["Field"];
|
|
284
|
+
readonly disallowedChildren: readonly [];
|
|
285
|
+
};
|
|
286
|
+
readonly aliases: {
|
|
287
|
+
readonly props: {};
|
|
288
|
+
};
|
|
289
|
+
readonly ambiguity: {
|
|
290
|
+
readonly propNameCollisions: readonly [];
|
|
291
|
+
readonly hadAliasNormalization: false;
|
|
292
|
+
};
|
|
293
|
+
readonly antiPatterns: readonly [];
|
|
294
|
+
};
|
|
295
|
+
readonly Chip: {
|
|
296
|
+
readonly name: "Chip";
|
|
297
|
+
readonly source: "src/design-system/components/Chip/Chip.spec.ts";
|
|
298
|
+
readonly props: {
|
|
299
|
+
readonly selected: {
|
|
300
|
+
readonly type: "boolean";
|
|
301
|
+
readonly default: false;
|
|
302
|
+
};
|
|
303
|
+
readonly shape: {
|
|
304
|
+
readonly type: "enum";
|
|
305
|
+
readonly values: readonly ["pill", "rounded"];
|
|
306
|
+
readonly default: "pill";
|
|
307
|
+
};
|
|
308
|
+
readonly size: {
|
|
309
|
+
readonly type: "enum";
|
|
310
|
+
readonly values: readonly ["default", "compact"];
|
|
311
|
+
readonly default: "default";
|
|
312
|
+
};
|
|
313
|
+
readonly iconPlacement: {
|
|
314
|
+
readonly type: "enum";
|
|
315
|
+
readonly values: readonly ["both", "left", "right", "none"];
|
|
316
|
+
readonly default: "none";
|
|
317
|
+
};
|
|
318
|
+
readonly badgeVariant: {
|
|
319
|
+
readonly type: "string";
|
|
320
|
+
readonly default: "sky";
|
|
321
|
+
};
|
|
322
|
+
};
|
|
323
|
+
readonly defaults: {
|
|
324
|
+
readonly selected: false;
|
|
325
|
+
readonly shape: "pill";
|
|
326
|
+
readonly size: "default";
|
|
327
|
+
readonly iconPlacement: "none";
|
|
328
|
+
readonly badgeVariant: "sky";
|
|
329
|
+
};
|
|
330
|
+
readonly states: readonly [];
|
|
331
|
+
readonly tokensUsed: readonly [];
|
|
332
|
+
readonly accessibility: {
|
|
333
|
+
readonly keyboard: readonly [];
|
|
334
|
+
};
|
|
335
|
+
readonly composition: {
|
|
336
|
+
readonly allowedChildren: readonly [];
|
|
337
|
+
readonly allowedParents: readonly [];
|
|
338
|
+
readonly disallowedChildren: readonly [];
|
|
339
|
+
};
|
|
340
|
+
readonly aliases: {
|
|
341
|
+
readonly props: {
|
|
342
|
+
readonly iconplacement: "iconPlacement";
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
readonly ambiguity: {
|
|
346
|
+
readonly propNameCollisions: readonly [];
|
|
347
|
+
readonly hadAliasNormalization: false;
|
|
348
|
+
};
|
|
349
|
+
readonly antiPatterns: readonly [];
|
|
350
|
+
};
|
|
351
|
+
readonly Code: {
|
|
352
|
+
readonly name: "Code";
|
|
353
|
+
readonly source: "src/design-system/components/Code/Code.spec.ts";
|
|
354
|
+
readonly props: {
|
|
355
|
+
readonly language: {
|
|
356
|
+
readonly type: "enum";
|
|
357
|
+
readonly values: readonly ["markup", "css", "clike", "javascript", "typescript", "tsx", "jsx", "json", "bash", "sql"];
|
|
358
|
+
readonly default: "javascript";
|
|
359
|
+
};
|
|
360
|
+
readonly inline: {
|
|
361
|
+
readonly type: "enum";
|
|
362
|
+
readonly values: readonly [true, false];
|
|
363
|
+
readonly default: false;
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
readonly defaults: {
|
|
367
|
+
readonly language: "javascript";
|
|
368
|
+
readonly inline: false;
|
|
369
|
+
};
|
|
370
|
+
readonly states: readonly [];
|
|
371
|
+
readonly tokensUsed: readonly [];
|
|
372
|
+
readonly accessibility: {
|
|
373
|
+
readonly keyboard: readonly [];
|
|
374
|
+
};
|
|
375
|
+
readonly composition: {
|
|
376
|
+
readonly allowedChildren: readonly [];
|
|
377
|
+
readonly allowedParents: readonly [];
|
|
378
|
+
readonly disallowedChildren: readonly [];
|
|
379
|
+
};
|
|
380
|
+
readonly aliases: {
|
|
381
|
+
readonly props: {};
|
|
382
|
+
};
|
|
383
|
+
readonly ambiguity: {
|
|
384
|
+
readonly propNameCollisions: readonly [];
|
|
385
|
+
readonly hadAliasNormalization: false;
|
|
386
|
+
};
|
|
387
|
+
readonly antiPatterns: readonly [];
|
|
388
|
+
};
|
|
389
|
+
readonly Container: {
|
|
390
|
+
readonly name: "Container";
|
|
391
|
+
readonly source: "src/design-system/components/Container/Container.spec.ts";
|
|
392
|
+
readonly tier: 2;
|
|
393
|
+
readonly purpose: "Provides a reusable content wrapper with optional filled or transparent surface styles and standardized padding.";
|
|
394
|
+
readonly props: {
|
|
395
|
+
readonly appearance: {
|
|
396
|
+
readonly type: "enum";
|
|
397
|
+
readonly values: readonly ["default", "transparent"];
|
|
398
|
+
readonly default: "default";
|
|
399
|
+
};
|
|
400
|
+
readonly padding: {
|
|
401
|
+
readonly type: "enum";
|
|
402
|
+
readonly values: readonly ["none", "xsmall", "small", "default", "large", "xlarge"];
|
|
403
|
+
readonly default: "default";
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
readonly defaults: {
|
|
407
|
+
readonly appearance: "default";
|
|
408
|
+
readonly padding: "default";
|
|
409
|
+
};
|
|
410
|
+
readonly states: readonly ["default"];
|
|
411
|
+
readonly tokensUsed: readonly ["--uds-surface-secondary", "--uds-border-width-1", "--uds-border-primary", "--uds-radius-8", "--uds-spacing-0", "--uds-spacing-8", "--uds-spacing-12", "--uds-spacing-16", "--uds-spacing-24", "--uds-spacing-32"];
|
|
412
|
+
readonly accessibility: {
|
|
413
|
+
readonly role: "generic";
|
|
414
|
+
readonly keyboard: readonly [];
|
|
415
|
+
};
|
|
416
|
+
readonly composition: {
|
|
417
|
+
readonly allowedChildren: readonly ["Flex", "Card", "Table", "Text", "Button", "Field", "Divider", "Tag"];
|
|
418
|
+
readonly allowedParents: readonly ["AppShell", "root"];
|
|
419
|
+
readonly disallowedChildren: readonly [];
|
|
420
|
+
};
|
|
421
|
+
readonly aliases: {
|
|
422
|
+
readonly props: {};
|
|
423
|
+
};
|
|
424
|
+
readonly ambiguity: {
|
|
425
|
+
readonly propNameCollisions: readonly [];
|
|
426
|
+
readonly hadAliasNormalization: false;
|
|
427
|
+
};
|
|
428
|
+
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
|
+
};
|
|
430
|
+
readonly Datepicker: {
|
|
431
|
+
readonly name: "Datepicker";
|
|
432
|
+
readonly source: "src/design-system/components/Datepicker/Datepicker.spec.ts";
|
|
433
|
+
readonly props: {
|
|
434
|
+
readonly size: {
|
|
435
|
+
readonly type: "string";
|
|
436
|
+
readonly default: "desktop";
|
|
437
|
+
};
|
|
438
|
+
};
|
|
439
|
+
readonly defaults: {
|
|
440
|
+
readonly size: "desktop";
|
|
441
|
+
};
|
|
442
|
+
readonly states: readonly [];
|
|
443
|
+
readonly tokensUsed: readonly [];
|
|
444
|
+
readonly accessibility: {
|
|
445
|
+
readonly keyboard: readonly [];
|
|
446
|
+
};
|
|
447
|
+
readonly composition: {
|
|
448
|
+
readonly allowedChildren: readonly [];
|
|
449
|
+
readonly allowedParents: readonly ["Field", "Modal"];
|
|
450
|
+
readonly disallowedChildren: readonly [];
|
|
451
|
+
};
|
|
452
|
+
readonly aliases: {
|
|
453
|
+
readonly props: {};
|
|
454
|
+
};
|
|
455
|
+
readonly ambiguity: {
|
|
456
|
+
readonly propNameCollisions: readonly [];
|
|
457
|
+
readonly hadAliasNormalization: false;
|
|
458
|
+
};
|
|
459
|
+
readonly antiPatterns: readonly [];
|
|
460
|
+
};
|
|
461
|
+
readonly Dialog: {
|
|
462
|
+
readonly name: "Dialog";
|
|
463
|
+
readonly source: "src/design-system/components/Dialog/Dialog.spec.ts";
|
|
464
|
+
readonly props: {
|
|
465
|
+
readonly intent: {
|
|
466
|
+
readonly type: "string";
|
|
467
|
+
readonly default: "info";
|
|
468
|
+
};
|
|
469
|
+
readonly confirmLabel: {
|
|
470
|
+
readonly type: "string";
|
|
471
|
+
readonly default: "Confirm";
|
|
472
|
+
};
|
|
473
|
+
readonly cancelLabel: {
|
|
474
|
+
readonly type: "string";
|
|
475
|
+
readonly default: "Cancel";
|
|
476
|
+
};
|
|
477
|
+
};
|
|
478
|
+
readonly defaults: {
|
|
479
|
+
readonly intent: "info";
|
|
480
|
+
readonly confirmLabel: "Confirm";
|
|
481
|
+
readonly cancelLabel: "Cancel";
|
|
482
|
+
};
|
|
483
|
+
readonly states: readonly [];
|
|
484
|
+
readonly tokensUsed: readonly [];
|
|
485
|
+
readonly accessibility: {
|
|
486
|
+
readonly keyboard: readonly [];
|
|
487
|
+
};
|
|
488
|
+
readonly composition: {
|
|
489
|
+
readonly allowedChildren: readonly [];
|
|
490
|
+
readonly allowedParents: readonly [];
|
|
491
|
+
readonly disallowedChildren: readonly ["Dialog"];
|
|
492
|
+
};
|
|
493
|
+
readonly aliases: {
|
|
494
|
+
readonly props: {};
|
|
495
|
+
};
|
|
496
|
+
readonly ambiguity: {
|
|
497
|
+
readonly propNameCollisions: readonly [];
|
|
498
|
+
readonly hadAliasNormalization: false;
|
|
499
|
+
};
|
|
500
|
+
readonly antiPatterns: readonly [];
|
|
501
|
+
};
|
|
502
|
+
readonly Divider: {
|
|
503
|
+
readonly name: "Divider";
|
|
504
|
+
readonly source: "src/design-system/components/Divider/Divider.spec.ts";
|
|
505
|
+
readonly props: {
|
|
506
|
+
readonly alignment: {
|
|
507
|
+
readonly type: "enum";
|
|
508
|
+
readonly values: readonly ["left", "center", "right"];
|
|
509
|
+
readonly default: "center";
|
|
510
|
+
};
|
|
511
|
+
readonly variant: {
|
|
512
|
+
readonly type: "enum";
|
|
513
|
+
readonly values: readonly ["line", "solid"];
|
|
514
|
+
readonly default: "line";
|
|
515
|
+
};
|
|
516
|
+
};
|
|
517
|
+
readonly defaults: {
|
|
518
|
+
readonly alignment: "center";
|
|
519
|
+
readonly variant: "line";
|
|
520
|
+
};
|
|
521
|
+
readonly states: readonly [];
|
|
522
|
+
readonly tokensUsed: readonly [];
|
|
523
|
+
readonly accessibility: {
|
|
524
|
+
readonly keyboard: readonly [];
|
|
525
|
+
};
|
|
526
|
+
readonly composition: {
|
|
527
|
+
readonly allowedChildren: readonly [];
|
|
528
|
+
readonly allowedParents: readonly ["Card", "Container", "Modal"];
|
|
529
|
+
readonly disallowedChildren: readonly [];
|
|
530
|
+
};
|
|
531
|
+
readonly aliases: {
|
|
532
|
+
readonly props: {};
|
|
533
|
+
};
|
|
534
|
+
readonly ambiguity: {
|
|
535
|
+
readonly propNameCollisions: readonly [];
|
|
536
|
+
readonly hadAliasNormalization: false;
|
|
537
|
+
};
|
|
538
|
+
readonly antiPatterns: readonly [];
|
|
539
|
+
};
|
|
540
|
+
readonly DotStatus: {
|
|
541
|
+
readonly name: "DotStatus";
|
|
542
|
+
readonly source: "src/design-system/components/DotStatus/DotStatus.spec.ts";
|
|
543
|
+
readonly props: {
|
|
544
|
+
readonly variant: {
|
|
545
|
+
readonly type: "enum";
|
|
546
|
+
readonly values: readonly ["red", "blue", "inverse", "orange", "sky", "indigo", "rose", "neutral", "celery", "lime", "yellow", "green", "cyan", "purple", "fuchsia"];
|
|
547
|
+
readonly default: "blue";
|
|
548
|
+
};
|
|
549
|
+
readonly size: {
|
|
550
|
+
readonly type: "enum";
|
|
551
|
+
readonly values: readonly ["small", "medium", "large"];
|
|
552
|
+
readonly default: "medium";
|
|
553
|
+
};
|
|
554
|
+
readonly outline: {
|
|
555
|
+
readonly type: "boolean";
|
|
556
|
+
readonly default: false;
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
readonly defaults: {
|
|
560
|
+
readonly variant: "blue";
|
|
561
|
+
readonly size: "medium";
|
|
562
|
+
readonly outline: false;
|
|
563
|
+
};
|
|
564
|
+
readonly states: readonly [];
|
|
565
|
+
readonly tokensUsed: readonly [];
|
|
566
|
+
readonly accessibility: {
|
|
567
|
+
readonly keyboard: readonly [];
|
|
568
|
+
};
|
|
569
|
+
readonly composition: {
|
|
570
|
+
readonly allowedChildren: readonly [];
|
|
571
|
+
readonly allowedParents: readonly ["Table"];
|
|
572
|
+
readonly disallowedChildren: readonly [];
|
|
573
|
+
};
|
|
574
|
+
readonly aliases: {
|
|
575
|
+
readonly props: {};
|
|
576
|
+
};
|
|
577
|
+
readonly ambiguity: {
|
|
578
|
+
readonly propNameCollisions: readonly [];
|
|
579
|
+
readonly hadAliasNormalization: false;
|
|
580
|
+
};
|
|
581
|
+
readonly antiPatterns: readonly [];
|
|
582
|
+
};
|
|
583
|
+
readonly Dropdown: {
|
|
584
|
+
readonly name: "Dropdown";
|
|
585
|
+
readonly source: "src/design-system/components/Dropdown/Dropdown.spec.ts";
|
|
586
|
+
readonly props: {
|
|
587
|
+
readonly size: {
|
|
588
|
+
readonly type: "enum";
|
|
589
|
+
readonly values: readonly ["compact", "default"];
|
|
590
|
+
readonly default: "default";
|
|
591
|
+
};
|
|
592
|
+
readonly state: {
|
|
593
|
+
readonly type: "enum";
|
|
594
|
+
readonly values: readonly ["default", "focused", "error", "disabled"];
|
|
595
|
+
readonly default: "default";
|
|
596
|
+
};
|
|
597
|
+
readonly placeholder: {
|
|
598
|
+
readonly type: "string";
|
|
599
|
+
readonly default: "Select an option";
|
|
600
|
+
};
|
|
601
|
+
readonly placement: {
|
|
602
|
+
readonly type: "string";
|
|
603
|
+
readonly default: "bottom-start";
|
|
604
|
+
};
|
|
605
|
+
};
|
|
606
|
+
readonly defaults: {
|
|
607
|
+
readonly size: "default";
|
|
608
|
+
readonly state: "default";
|
|
609
|
+
readonly placeholder: "Select an option";
|
|
610
|
+
readonly placement: "bottom-start";
|
|
611
|
+
};
|
|
612
|
+
readonly states: readonly ["default", "focused", "error", "disabled"];
|
|
613
|
+
readonly tokensUsed: readonly [];
|
|
614
|
+
readonly accessibility: {
|
|
615
|
+
readonly keyboard: readonly [];
|
|
616
|
+
};
|
|
617
|
+
readonly composition: {
|
|
618
|
+
readonly allowedChildren: readonly [];
|
|
619
|
+
readonly allowedParents: readonly ["Field", "Menu", "Modal"];
|
|
620
|
+
readonly disallowedChildren: readonly [];
|
|
621
|
+
};
|
|
622
|
+
readonly aliases: {
|
|
623
|
+
readonly props: {};
|
|
624
|
+
};
|
|
625
|
+
readonly ambiguity: {
|
|
626
|
+
readonly propNameCollisions: readonly [];
|
|
627
|
+
readonly hadAliasNormalization: false;
|
|
628
|
+
};
|
|
629
|
+
readonly antiPatterns: readonly [];
|
|
630
|
+
};
|
|
631
|
+
readonly EmptyState: {
|
|
632
|
+
readonly name: "EmptyState";
|
|
633
|
+
readonly source: "src/design-system/components/EmptyState/EmptyState.spec.ts";
|
|
634
|
+
readonly tier: 2;
|
|
635
|
+
readonly purpose: "Provide a clear, branded fallback when a section has no content, data, or search results.";
|
|
636
|
+
readonly props: {
|
|
637
|
+
readonly align: {
|
|
638
|
+
readonly type: "enum";
|
|
639
|
+
readonly values: readonly ["left", "center"];
|
|
640
|
+
readonly default: "center";
|
|
641
|
+
};
|
|
642
|
+
};
|
|
643
|
+
readonly defaults: {
|
|
644
|
+
readonly align: "center";
|
|
645
|
+
};
|
|
646
|
+
readonly states: readonly ["default"];
|
|
647
|
+
readonly tokensUsed: readonly ["--uds-surface-secondary", "--uds-border-primary", "--uds-radius-8", "--uds-text-primary", "--uds-text-secondary", "--uds-spacing-24"];
|
|
648
|
+
readonly accessibility: {
|
|
649
|
+
readonly role: "region";
|
|
650
|
+
readonly keyboard: readonly [];
|
|
651
|
+
};
|
|
652
|
+
readonly composition: {
|
|
653
|
+
readonly allowedChildren: readonly [];
|
|
654
|
+
readonly allowedParents: readonly [];
|
|
655
|
+
readonly disallowedChildren: readonly [];
|
|
656
|
+
};
|
|
657
|
+
readonly aliases: {
|
|
658
|
+
readonly props: {};
|
|
659
|
+
};
|
|
660
|
+
readonly ambiguity: {
|
|
661
|
+
readonly propNameCollisions: readonly [];
|
|
662
|
+
readonly hadAliasNormalization: false;
|
|
663
|
+
};
|
|
664
|
+
readonly antiPatterns: readonly ["Do not use EmptyState when content is loading; use a loading indicator instead.", "Do not place multiple primary actions inside a single EmptyState."];
|
|
665
|
+
};
|
|
666
|
+
readonly EventCard: {
|
|
667
|
+
readonly name: "EventCard";
|
|
668
|
+
readonly source: "src/design-system/components/EventCard/EventCard.spec.ts";
|
|
669
|
+
readonly props: {
|
|
670
|
+
readonly title: {
|
|
671
|
+
readonly type: "string";
|
|
672
|
+
readonly default: "Title";
|
|
673
|
+
};
|
|
674
|
+
readonly type: {
|
|
675
|
+
readonly type: "string";
|
|
676
|
+
readonly default: "travel";
|
|
677
|
+
};
|
|
678
|
+
readonly status: {
|
|
679
|
+
readonly type: "string";
|
|
680
|
+
readonly default: "active";
|
|
681
|
+
};
|
|
682
|
+
};
|
|
683
|
+
readonly defaults: {
|
|
684
|
+
readonly title: "Title";
|
|
685
|
+
readonly type: "travel";
|
|
686
|
+
readonly status: "active";
|
|
687
|
+
};
|
|
688
|
+
readonly states: readonly [];
|
|
689
|
+
readonly tokensUsed: readonly [];
|
|
690
|
+
readonly accessibility: {
|
|
691
|
+
readonly keyboard: readonly [];
|
|
692
|
+
};
|
|
693
|
+
readonly composition: {
|
|
694
|
+
readonly allowedChildren: readonly [];
|
|
695
|
+
readonly allowedParents: readonly [];
|
|
696
|
+
readonly disallowedChildren: readonly [];
|
|
697
|
+
};
|
|
698
|
+
readonly aliases: {
|
|
699
|
+
readonly props: {};
|
|
700
|
+
};
|
|
701
|
+
readonly ambiguity: {
|
|
702
|
+
readonly propNameCollisions: readonly [];
|
|
703
|
+
readonly hadAliasNormalization: false;
|
|
704
|
+
};
|
|
705
|
+
readonly antiPatterns: readonly [];
|
|
706
|
+
};
|
|
707
|
+
readonly Field: {
|
|
708
|
+
readonly name: "Field";
|
|
709
|
+
readonly source: "src/design-system/components/Field/Field.spec.ts";
|
|
710
|
+
readonly props: {};
|
|
711
|
+
readonly defaults: {};
|
|
712
|
+
readonly states: readonly [];
|
|
713
|
+
readonly tokensUsed: readonly [];
|
|
714
|
+
readonly accessibility: {
|
|
715
|
+
readonly keyboard: readonly [];
|
|
716
|
+
};
|
|
717
|
+
readonly composition: {
|
|
718
|
+
readonly allowedChildren: readonly ["TextInput", "Input", "Dropdown", "Datepicker", "Textarea", "Checkbox", "Radio", "Toggle", "Slider", "FileUpload"];
|
|
719
|
+
readonly allowedParents: readonly ["Card", "Container", "Modal", "Tabs"];
|
|
720
|
+
readonly disallowedChildren: readonly [];
|
|
721
|
+
};
|
|
722
|
+
readonly aliases: {
|
|
723
|
+
readonly props: {};
|
|
724
|
+
};
|
|
725
|
+
readonly ambiguity: {
|
|
726
|
+
readonly propNameCollisions: readonly [];
|
|
727
|
+
readonly hadAliasNormalization: false;
|
|
728
|
+
};
|
|
729
|
+
readonly antiPatterns: readonly [];
|
|
730
|
+
};
|
|
731
|
+
readonly FileUpload: {
|
|
732
|
+
readonly name: "FileUpload";
|
|
733
|
+
readonly source: "src/design-system/components/FileUpload/FileUpload.spec.ts";
|
|
734
|
+
readonly props: {
|
|
735
|
+
readonly instructionText: {
|
|
736
|
+
readonly type: "string";
|
|
737
|
+
readonly default: "Drop files here or click to upload";
|
|
738
|
+
};
|
|
739
|
+
};
|
|
740
|
+
readonly defaults: {
|
|
741
|
+
readonly instructionText: "Drop files here or click to upload";
|
|
742
|
+
};
|
|
743
|
+
readonly states: readonly [];
|
|
744
|
+
readonly tokensUsed: readonly [];
|
|
745
|
+
readonly accessibility: {
|
|
746
|
+
readonly keyboard: readonly [];
|
|
747
|
+
};
|
|
748
|
+
readonly composition: {
|
|
749
|
+
readonly allowedChildren: readonly [];
|
|
750
|
+
readonly allowedParents: readonly ["Field"];
|
|
751
|
+
readonly disallowedChildren: readonly [];
|
|
752
|
+
};
|
|
753
|
+
readonly aliases: {
|
|
754
|
+
readonly props: {};
|
|
755
|
+
};
|
|
756
|
+
readonly ambiguity: {
|
|
757
|
+
readonly propNameCollisions: readonly [];
|
|
758
|
+
readonly hadAliasNormalization: false;
|
|
759
|
+
};
|
|
760
|
+
readonly antiPatterns: readonly [];
|
|
761
|
+
};
|
|
762
|
+
readonly Flex: {
|
|
763
|
+
readonly name: "Flex";
|
|
764
|
+
readonly source: "src/design-system/components/Flex/Flex.spec.ts";
|
|
765
|
+
readonly tier: 2;
|
|
766
|
+
readonly purpose: "Creates token-driven flexbox layouts with controlled direction, alignment, wrapping, and width behavior.";
|
|
767
|
+
readonly props: {
|
|
768
|
+
readonly fullWidth: {
|
|
769
|
+
readonly type: "boolean";
|
|
770
|
+
readonly default: false;
|
|
771
|
+
};
|
|
772
|
+
};
|
|
773
|
+
readonly defaults: {
|
|
774
|
+
readonly fullWidth: false;
|
|
775
|
+
};
|
|
776
|
+
readonly states: readonly ["default"];
|
|
777
|
+
readonly tokensUsed: readonly [];
|
|
778
|
+
readonly accessibility: {
|
|
779
|
+
readonly role: "generic";
|
|
780
|
+
readonly keyboard: readonly [];
|
|
781
|
+
};
|
|
782
|
+
readonly composition: {
|
|
783
|
+
readonly allowedChildren: readonly [];
|
|
784
|
+
readonly allowedParents: readonly ["AppShell", "Card", "Container"];
|
|
785
|
+
readonly disallowedChildren: readonly [];
|
|
786
|
+
};
|
|
787
|
+
readonly aliases: {
|
|
788
|
+
readonly props: {};
|
|
789
|
+
};
|
|
790
|
+
readonly ambiguity: {
|
|
791
|
+
readonly propNameCollisions: readonly [];
|
|
792
|
+
readonly hadAliasNormalization: false;
|
|
793
|
+
};
|
|
794
|
+
readonly antiPatterns: readonly [];
|
|
795
|
+
};
|
|
796
|
+
readonly Icon: {
|
|
797
|
+
readonly name: "Icon";
|
|
798
|
+
readonly source: "src/design-system/components/Icon/Icon.spec.ts";
|
|
799
|
+
readonly props: {
|
|
800
|
+
readonly appearance: {
|
|
801
|
+
readonly type: "string";
|
|
802
|
+
readonly default: "regular";
|
|
803
|
+
};
|
|
804
|
+
};
|
|
805
|
+
readonly defaults: {
|
|
806
|
+
readonly appearance: "regular";
|
|
807
|
+
};
|
|
808
|
+
readonly states: readonly [];
|
|
809
|
+
readonly tokensUsed: readonly [];
|
|
810
|
+
readonly accessibility: {
|
|
811
|
+
readonly keyboard: readonly [];
|
|
812
|
+
};
|
|
813
|
+
readonly composition: {
|
|
814
|
+
readonly allowedChildren: readonly [];
|
|
815
|
+
readonly allowedParents: readonly ["Menu"];
|
|
816
|
+
readonly disallowedChildren: readonly [];
|
|
817
|
+
};
|
|
818
|
+
readonly aliases: {
|
|
819
|
+
readonly props: {};
|
|
820
|
+
};
|
|
821
|
+
readonly ambiguity: {
|
|
822
|
+
readonly propNameCollisions: readonly [];
|
|
823
|
+
readonly hadAliasNormalization: false;
|
|
824
|
+
};
|
|
825
|
+
readonly antiPatterns: readonly [];
|
|
826
|
+
};
|
|
827
|
+
readonly ImageAspect: {
|
|
828
|
+
readonly name: "ImageAspect";
|
|
829
|
+
readonly source: "src/design-system/components/ImageAspect/ImageAspect.spec.ts";
|
|
830
|
+
readonly props: {
|
|
831
|
+
readonly aspectratio: {
|
|
832
|
+
readonly type: "enum";
|
|
833
|
+
readonly values: readonly ["square", "video", "4-3", "3-2", "21-9", "portrait", "auto"];
|
|
834
|
+
};
|
|
835
|
+
readonly ratio: {
|
|
836
|
+
readonly type: "string";
|
|
837
|
+
readonly default: "square";
|
|
838
|
+
};
|
|
839
|
+
};
|
|
840
|
+
readonly defaults: {
|
|
841
|
+
readonly ratio: "square";
|
|
842
|
+
};
|
|
843
|
+
readonly states: readonly [];
|
|
844
|
+
readonly tokensUsed: readonly [];
|
|
845
|
+
readonly accessibility: {
|
|
846
|
+
readonly keyboard: readonly [];
|
|
847
|
+
};
|
|
848
|
+
readonly composition: {
|
|
849
|
+
readonly allowedChildren: readonly [];
|
|
850
|
+
readonly allowedParents: readonly [];
|
|
851
|
+
readonly disallowedChildren: readonly [];
|
|
852
|
+
};
|
|
853
|
+
readonly aliases: {
|
|
854
|
+
readonly props: {};
|
|
855
|
+
};
|
|
856
|
+
readonly ambiguity: {
|
|
857
|
+
readonly propNameCollisions: readonly [];
|
|
858
|
+
readonly hadAliasNormalization: false;
|
|
859
|
+
};
|
|
860
|
+
readonly antiPatterns: readonly [];
|
|
861
|
+
};
|
|
862
|
+
readonly Key: {
|
|
863
|
+
readonly name: "Key";
|
|
864
|
+
readonly source: "src/design-system/components/Key/Key.spec.ts";
|
|
865
|
+
readonly props: {
|
|
866
|
+
readonly appearance: {
|
|
867
|
+
readonly type: "enum";
|
|
868
|
+
readonly values: readonly ["light", "dark"];
|
|
869
|
+
readonly default: "light";
|
|
870
|
+
};
|
|
871
|
+
};
|
|
872
|
+
readonly defaults: {
|
|
873
|
+
readonly appearance: "light";
|
|
874
|
+
};
|
|
875
|
+
readonly states: readonly [];
|
|
876
|
+
readonly tokensUsed: readonly [];
|
|
877
|
+
readonly accessibility: {
|
|
878
|
+
readonly keyboard: readonly [];
|
|
879
|
+
};
|
|
880
|
+
readonly composition: {
|
|
881
|
+
readonly allowedChildren: readonly [];
|
|
882
|
+
readonly allowedParents: readonly [];
|
|
883
|
+
readonly disallowedChildren: readonly [];
|
|
884
|
+
};
|
|
885
|
+
readonly aliases: {
|
|
886
|
+
readonly props: {};
|
|
887
|
+
};
|
|
888
|
+
readonly ambiguity: {
|
|
889
|
+
readonly propNameCollisions: readonly [];
|
|
890
|
+
readonly hadAliasNormalization: false;
|
|
891
|
+
};
|
|
892
|
+
readonly antiPatterns: readonly [];
|
|
893
|
+
};
|
|
894
|
+
readonly Menu: {
|
|
895
|
+
readonly name: "Menu";
|
|
896
|
+
readonly source: "src/design-system/components/Menu/Menu.spec.ts";
|
|
897
|
+
readonly props: {
|
|
898
|
+
readonly identity: {
|
|
899
|
+
readonly type: "string";
|
|
900
|
+
readonly default: "design-system";
|
|
901
|
+
};
|
|
902
|
+
};
|
|
903
|
+
readonly defaults: {
|
|
904
|
+
readonly identity: "design-system";
|
|
905
|
+
};
|
|
906
|
+
readonly states: readonly [];
|
|
907
|
+
readonly tokensUsed: readonly [];
|
|
908
|
+
readonly accessibility: {
|
|
909
|
+
readonly keyboard: readonly [];
|
|
910
|
+
};
|
|
911
|
+
readonly composition: {
|
|
912
|
+
readonly allowedChildren: readonly ["ActionMenu", "Dropdown", "Toggle", "Text", "Icon"];
|
|
913
|
+
readonly allowedParents: readonly ["AppShell", "root"];
|
|
914
|
+
readonly disallowedChildren: readonly [];
|
|
915
|
+
};
|
|
916
|
+
readonly aliases: {
|
|
917
|
+
readonly props: {};
|
|
918
|
+
};
|
|
919
|
+
readonly ambiguity: {
|
|
920
|
+
readonly propNameCollisions: readonly [];
|
|
921
|
+
readonly hadAliasNormalization: false;
|
|
922
|
+
};
|
|
923
|
+
readonly antiPatterns: readonly [];
|
|
924
|
+
};
|
|
925
|
+
readonly MicroCalendar: {
|
|
926
|
+
readonly name: "MicroCalendar";
|
|
927
|
+
readonly source: "src/design-system/components/MicroCalendar/MicroCalendar.spec.ts";
|
|
928
|
+
readonly props: {};
|
|
929
|
+
readonly defaults: {};
|
|
930
|
+
readonly states: readonly [];
|
|
931
|
+
readonly tokensUsed: readonly [];
|
|
932
|
+
readonly accessibility: {
|
|
933
|
+
readonly keyboard: readonly [];
|
|
934
|
+
};
|
|
935
|
+
readonly composition: {
|
|
936
|
+
readonly allowedChildren: readonly [];
|
|
937
|
+
readonly allowedParents: readonly [];
|
|
938
|
+
readonly disallowedChildren: readonly [];
|
|
939
|
+
};
|
|
940
|
+
readonly aliases: {
|
|
941
|
+
readonly props: {};
|
|
942
|
+
};
|
|
943
|
+
readonly ambiguity: {
|
|
944
|
+
readonly propNameCollisions: readonly [];
|
|
945
|
+
readonly hadAliasNormalization: false;
|
|
946
|
+
};
|
|
947
|
+
readonly antiPatterns: readonly [];
|
|
948
|
+
};
|
|
949
|
+
readonly Modal: {
|
|
950
|
+
readonly name: "Modal";
|
|
951
|
+
readonly source: "src/design-system/components/Modal/Modal.spec.ts";
|
|
952
|
+
readonly props: {
|
|
953
|
+
readonly size: {
|
|
954
|
+
readonly type: "enum";
|
|
955
|
+
readonly values: readonly ["small", "default", "large", "fullscreen"];
|
|
956
|
+
readonly default: "default";
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
readonly defaults: {
|
|
960
|
+
readonly size: "default";
|
|
961
|
+
};
|
|
962
|
+
readonly states: readonly [];
|
|
963
|
+
readonly tokensUsed: readonly [];
|
|
964
|
+
readonly accessibility: {
|
|
965
|
+
readonly keyboard: readonly [];
|
|
966
|
+
};
|
|
967
|
+
readonly composition: {
|
|
968
|
+
readonly allowedChildren: readonly ["Text", "Button", "Divider", "Field", "TextInput", "Dropdown", "Datepicker", "Textarea", "Tag"];
|
|
969
|
+
readonly allowedParents: readonly ["AppShell", "Container", "root"];
|
|
970
|
+
readonly disallowedChildren: readonly ["Modal"];
|
|
971
|
+
};
|
|
972
|
+
readonly aliases: {
|
|
973
|
+
readonly props: {};
|
|
974
|
+
};
|
|
975
|
+
readonly ambiguity: {
|
|
976
|
+
readonly propNameCollisions: readonly [];
|
|
977
|
+
readonly hadAliasNormalization: false;
|
|
978
|
+
};
|
|
979
|
+
readonly antiPatterns: readonly [];
|
|
980
|
+
};
|
|
981
|
+
readonly Pagination: {
|
|
982
|
+
readonly name: "Pagination";
|
|
983
|
+
readonly source: "src/design-system/components/Pagination/Pagination.spec.ts";
|
|
984
|
+
readonly props: {
|
|
985
|
+
readonly variant: {
|
|
986
|
+
readonly type: "string";
|
|
987
|
+
readonly default: "default";
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
readonly defaults: {
|
|
991
|
+
readonly variant: "default";
|
|
992
|
+
};
|
|
993
|
+
readonly states: readonly [];
|
|
994
|
+
readonly tokensUsed: readonly [];
|
|
995
|
+
readonly accessibility: {
|
|
996
|
+
readonly keyboard: readonly [];
|
|
997
|
+
};
|
|
998
|
+
readonly composition: {
|
|
999
|
+
readonly allowedChildren: readonly [];
|
|
1000
|
+
readonly allowedParents: readonly [];
|
|
1001
|
+
readonly disallowedChildren: readonly [];
|
|
1002
|
+
};
|
|
1003
|
+
readonly aliases: {
|
|
1004
|
+
readonly props: {};
|
|
1005
|
+
};
|
|
1006
|
+
readonly ambiguity: {
|
|
1007
|
+
readonly propNameCollisions: readonly [];
|
|
1008
|
+
readonly hadAliasNormalization: false;
|
|
1009
|
+
};
|
|
1010
|
+
readonly antiPatterns: readonly [];
|
|
1011
|
+
};
|
|
1012
|
+
readonly ProgressCircle: {
|
|
1013
|
+
readonly name: "ProgressCircle";
|
|
1014
|
+
readonly source: "src/design-system/components/ProgressCircle/ProgressCircle.spec.ts";
|
|
1015
|
+
readonly props: {
|
|
1016
|
+
readonly shape: {
|
|
1017
|
+
readonly type: "enum";
|
|
1018
|
+
readonly values: readonly ["circle", "half-circle"];
|
|
1019
|
+
readonly default: "circle";
|
|
1020
|
+
};
|
|
1021
|
+
readonly size: {
|
|
1022
|
+
readonly type: "enum";
|
|
1023
|
+
readonly values: readonly ["xxs", "xs", "sm", "md", "lg"];
|
|
1024
|
+
readonly default: "md";
|
|
1025
|
+
};
|
|
1026
|
+
};
|
|
1027
|
+
readonly defaults: {
|
|
1028
|
+
readonly shape: "circle";
|
|
1029
|
+
readonly size: "md";
|
|
1030
|
+
};
|
|
1031
|
+
readonly states: readonly [];
|
|
1032
|
+
readonly tokensUsed: readonly [];
|
|
1033
|
+
readonly accessibility: {
|
|
1034
|
+
readonly keyboard: readonly [];
|
|
1035
|
+
};
|
|
1036
|
+
readonly composition: {
|
|
1037
|
+
readonly allowedChildren: readonly [];
|
|
1038
|
+
readonly allowedParents: readonly [];
|
|
1039
|
+
readonly disallowedChildren: readonly [];
|
|
1040
|
+
};
|
|
1041
|
+
readonly aliases: {
|
|
1042
|
+
readonly props: {};
|
|
1043
|
+
};
|
|
1044
|
+
readonly ambiguity: {
|
|
1045
|
+
readonly propNameCollisions: readonly [];
|
|
1046
|
+
readonly hadAliasNormalization: false;
|
|
1047
|
+
};
|
|
1048
|
+
readonly antiPatterns: readonly [];
|
|
1049
|
+
};
|
|
1050
|
+
readonly ProgressIndicator: {
|
|
1051
|
+
readonly name: "ProgressIndicator";
|
|
1052
|
+
readonly source: "src/design-system/components/ProgressIndicator/ProgressIndicator.spec.ts";
|
|
1053
|
+
readonly props: {
|
|
1054
|
+
readonly labelPosition: {
|
|
1055
|
+
readonly type: "enum";
|
|
1056
|
+
readonly values: readonly ["false", "right", "bottom", "top-floating", "bottom-floating"];
|
|
1057
|
+
readonly default: false;
|
|
1058
|
+
};
|
|
1059
|
+
readonly variant: {
|
|
1060
|
+
readonly type: "enum";
|
|
1061
|
+
readonly values: readonly ["default", "blue", "green", "success", "orange", "warning", "red", "error", "purple"];
|
|
1062
|
+
readonly default: "default";
|
|
1063
|
+
};
|
|
1064
|
+
readonly size: {
|
|
1065
|
+
readonly type: "enum";
|
|
1066
|
+
readonly values: readonly ["small", "medium", "large"];
|
|
1067
|
+
readonly default: "medium";
|
|
1068
|
+
};
|
|
1069
|
+
};
|
|
1070
|
+
readonly defaults: {
|
|
1071
|
+
readonly labelPosition: false;
|
|
1072
|
+
readonly variant: "default";
|
|
1073
|
+
readonly size: "medium";
|
|
1074
|
+
};
|
|
1075
|
+
readonly states: readonly [];
|
|
1076
|
+
readonly tokensUsed: readonly [];
|
|
1077
|
+
readonly accessibility: {
|
|
1078
|
+
readonly keyboard: readonly [];
|
|
1079
|
+
};
|
|
1080
|
+
readonly composition: {
|
|
1081
|
+
readonly allowedChildren: readonly [];
|
|
1082
|
+
readonly allowedParents: readonly ["Table"];
|
|
1083
|
+
readonly disallowedChildren: readonly [];
|
|
1084
|
+
};
|
|
1085
|
+
readonly aliases: {
|
|
1086
|
+
readonly props: {};
|
|
1087
|
+
};
|
|
1088
|
+
readonly ambiguity: {
|
|
1089
|
+
readonly propNameCollisions: readonly [];
|
|
1090
|
+
readonly hadAliasNormalization: false;
|
|
1091
|
+
};
|
|
1092
|
+
readonly antiPatterns: readonly [];
|
|
1093
|
+
};
|
|
1094
|
+
readonly Radio: {
|
|
1095
|
+
readonly name: "Radio";
|
|
1096
|
+
readonly source: "src/design-system/components/Radio/Radio.spec.ts";
|
|
1097
|
+
readonly props: {};
|
|
1098
|
+
readonly defaults: {};
|
|
1099
|
+
readonly states: readonly [];
|
|
1100
|
+
readonly tokensUsed: readonly [];
|
|
1101
|
+
readonly accessibility: {
|
|
1102
|
+
readonly keyboard: readonly [];
|
|
1103
|
+
};
|
|
1104
|
+
readonly composition: {
|
|
1105
|
+
readonly allowedChildren: readonly [];
|
|
1106
|
+
readonly allowedParents: readonly ["Field"];
|
|
1107
|
+
readonly disallowedChildren: readonly [];
|
|
1108
|
+
};
|
|
1109
|
+
readonly aliases: {
|
|
1110
|
+
readonly props: {};
|
|
1111
|
+
};
|
|
1112
|
+
readonly ambiguity: {
|
|
1113
|
+
readonly propNameCollisions: readonly [];
|
|
1114
|
+
readonly hadAliasNormalization: false;
|
|
1115
|
+
};
|
|
1116
|
+
readonly antiPatterns: readonly [];
|
|
1117
|
+
};
|
|
1118
|
+
readonly Slider: {
|
|
1119
|
+
readonly name: "Slider";
|
|
1120
|
+
readonly source: "src/design-system/components/Slider/Slider.spec.ts";
|
|
1121
|
+
readonly props: {};
|
|
1122
|
+
readonly defaults: {};
|
|
1123
|
+
readonly states: readonly [];
|
|
1124
|
+
readonly tokensUsed: readonly [];
|
|
1125
|
+
readonly accessibility: {
|
|
1126
|
+
readonly keyboard: readonly [];
|
|
1127
|
+
};
|
|
1128
|
+
readonly composition: {
|
|
1129
|
+
readonly allowedChildren: readonly [];
|
|
1130
|
+
readonly allowedParents: readonly ["Field"];
|
|
1131
|
+
readonly disallowedChildren: readonly [];
|
|
1132
|
+
};
|
|
1133
|
+
readonly aliases: {
|
|
1134
|
+
readonly props: {};
|
|
1135
|
+
};
|
|
1136
|
+
readonly ambiguity: {
|
|
1137
|
+
readonly propNameCollisions: readonly [];
|
|
1138
|
+
readonly hadAliasNormalization: false;
|
|
1139
|
+
};
|
|
1140
|
+
readonly antiPatterns: readonly [];
|
|
1141
|
+
};
|
|
1142
|
+
readonly Status: {
|
|
1143
|
+
readonly name: "Status";
|
|
1144
|
+
readonly source: "src/design-system/components/Status/Status.spec.ts";
|
|
1145
|
+
readonly props: {
|
|
1146
|
+
readonly appearance: {
|
|
1147
|
+
readonly type: "enum";
|
|
1148
|
+
readonly values: readonly ["light-gray", "white"];
|
|
1149
|
+
readonly default: "light-gray";
|
|
1150
|
+
};
|
|
1151
|
+
readonly shape: {
|
|
1152
|
+
readonly type: "enum";
|
|
1153
|
+
readonly values: readonly ["pill", "rounded"];
|
|
1154
|
+
readonly default: "pill";
|
|
1155
|
+
};
|
|
1156
|
+
readonly variant: {
|
|
1157
|
+
readonly type: "string";
|
|
1158
|
+
readonly default: "blue";
|
|
1159
|
+
};
|
|
1160
|
+
};
|
|
1161
|
+
readonly defaults: {
|
|
1162
|
+
readonly appearance: "light-gray";
|
|
1163
|
+
readonly shape: "pill";
|
|
1164
|
+
readonly variant: "blue";
|
|
1165
|
+
};
|
|
1166
|
+
readonly states: readonly [];
|
|
1167
|
+
readonly tokensUsed: readonly [];
|
|
1168
|
+
readonly accessibility: {
|
|
1169
|
+
readonly keyboard: readonly [];
|
|
1170
|
+
};
|
|
1171
|
+
readonly composition: {
|
|
1172
|
+
readonly allowedChildren: readonly [];
|
|
1173
|
+
readonly allowedParents: readonly ["Card", "Table"];
|
|
1174
|
+
readonly disallowedChildren: readonly [];
|
|
1175
|
+
};
|
|
1176
|
+
readonly aliases: {
|
|
1177
|
+
readonly props: {};
|
|
1178
|
+
};
|
|
1179
|
+
readonly ambiguity: {
|
|
1180
|
+
readonly propNameCollisions: readonly [];
|
|
1181
|
+
readonly hadAliasNormalization: false;
|
|
1182
|
+
};
|
|
1183
|
+
readonly antiPatterns: readonly [];
|
|
1184
|
+
};
|
|
1185
|
+
readonly Steps: {
|
|
1186
|
+
readonly name: "Steps";
|
|
1187
|
+
readonly source: "src/design-system/components/Steps/Steps.spec.ts";
|
|
1188
|
+
readonly props: {
|
|
1189
|
+
readonly orientation: {
|
|
1190
|
+
readonly type: "enum";
|
|
1191
|
+
readonly values: readonly ["horizontal", "vertical"];
|
|
1192
|
+
readonly default: "horizontal";
|
|
1193
|
+
};
|
|
1194
|
+
readonly status: {
|
|
1195
|
+
readonly type: "enum";
|
|
1196
|
+
readonly values: readonly ["complete", "active", "incomplete", "disabled", "error"];
|
|
1197
|
+
};
|
|
1198
|
+
readonly size: {
|
|
1199
|
+
readonly type: "enum";
|
|
1200
|
+
readonly values: readonly ["default", "compact"];
|
|
1201
|
+
readonly default: "default";
|
|
1202
|
+
};
|
|
1203
|
+
};
|
|
1204
|
+
readonly defaults: {
|
|
1205
|
+
readonly orientation: "horizontal";
|
|
1206
|
+
readonly size: "default";
|
|
1207
|
+
};
|
|
1208
|
+
readonly states: readonly [];
|
|
1209
|
+
readonly tokensUsed: readonly [];
|
|
1210
|
+
readonly accessibility: {
|
|
1211
|
+
readonly keyboard: readonly [];
|
|
1212
|
+
};
|
|
1213
|
+
readonly composition: {
|
|
1214
|
+
readonly allowedChildren: readonly [];
|
|
1215
|
+
readonly allowedParents: readonly [];
|
|
1216
|
+
readonly disallowedChildren: readonly [];
|
|
1217
|
+
};
|
|
1218
|
+
readonly aliases: {
|
|
1219
|
+
readonly props: {};
|
|
1220
|
+
};
|
|
1221
|
+
readonly ambiguity: {
|
|
1222
|
+
readonly propNameCollisions: readonly [];
|
|
1223
|
+
readonly hadAliasNormalization: false;
|
|
1224
|
+
};
|
|
1225
|
+
readonly antiPatterns: readonly [];
|
|
1226
|
+
};
|
|
1227
|
+
readonly Table: {
|
|
1228
|
+
readonly name: "Table";
|
|
1229
|
+
readonly source: "src/design-system/components/Table/Table.spec.ts";
|
|
1230
|
+
readonly props: {};
|
|
1231
|
+
readonly defaults: {};
|
|
1232
|
+
readonly states: readonly [];
|
|
1233
|
+
readonly tokensUsed: readonly [];
|
|
1234
|
+
readonly accessibility: {
|
|
1235
|
+
readonly keyboard: readonly [];
|
|
1236
|
+
};
|
|
1237
|
+
readonly composition: {
|
|
1238
|
+
readonly allowedChildren: readonly ["Tag", "Status", "Avatar", "Button", "ActionMenu", "ProgressIndicator", "DotStatus"];
|
|
1239
|
+
readonly allowedParents: readonly ["Card", "Container", "Tabs"];
|
|
1240
|
+
readonly disallowedChildren: readonly ["Table"];
|
|
1241
|
+
};
|
|
1242
|
+
readonly aliases: {
|
|
1243
|
+
readonly props: {};
|
|
1244
|
+
};
|
|
1245
|
+
readonly ambiguity: {
|
|
1246
|
+
readonly propNameCollisions: readonly [];
|
|
1247
|
+
readonly hadAliasNormalization: false;
|
|
1248
|
+
};
|
|
1249
|
+
readonly antiPatterns: readonly [];
|
|
1250
|
+
};
|
|
1251
|
+
readonly Tabs: {
|
|
1252
|
+
readonly name: "Tabs";
|
|
1253
|
+
readonly source: "src/design-system/components/Tabs/Tabs.spec.ts";
|
|
1254
|
+
readonly props: {
|
|
1255
|
+
readonly appearance: {
|
|
1256
|
+
readonly type: "string";
|
|
1257
|
+
readonly default: "underline";
|
|
1258
|
+
};
|
|
1259
|
+
readonly tagVariant: {
|
|
1260
|
+
readonly type: "string";
|
|
1261
|
+
readonly default: "red";
|
|
1262
|
+
};
|
|
1263
|
+
};
|
|
1264
|
+
readonly defaults: {
|
|
1265
|
+
readonly appearance: "underline";
|
|
1266
|
+
readonly tagVariant: "red";
|
|
1267
|
+
};
|
|
1268
|
+
readonly states: readonly [];
|
|
1269
|
+
readonly tokensUsed: readonly [];
|
|
1270
|
+
readonly accessibility: {
|
|
1271
|
+
readonly keyboard: readonly [];
|
|
1272
|
+
};
|
|
1273
|
+
readonly composition: {
|
|
1274
|
+
readonly allowedChildren: readonly ["Text", "Tag", "Button", "Card", "Table", "Field"];
|
|
1275
|
+
readonly allowedParents: readonly [];
|
|
1276
|
+
readonly disallowedChildren: readonly [];
|
|
1277
|
+
};
|
|
1278
|
+
readonly aliases: {
|
|
1279
|
+
readonly props: {};
|
|
1280
|
+
};
|
|
1281
|
+
readonly ambiguity: {
|
|
1282
|
+
readonly propNameCollisions: readonly [];
|
|
1283
|
+
readonly hadAliasNormalization: false;
|
|
1284
|
+
};
|
|
1285
|
+
readonly antiPatterns: readonly [];
|
|
1286
|
+
};
|
|
1287
|
+
readonly Tag: {
|
|
1288
|
+
readonly name: "Tag";
|
|
1289
|
+
readonly source: "src/design-system/components/Tag/Tag.spec.ts";
|
|
1290
|
+
readonly props: {
|
|
1291
|
+
readonly appearance: {
|
|
1292
|
+
readonly type: "enum";
|
|
1293
|
+
readonly values: readonly ["label-only", "icon-left"];
|
|
1294
|
+
readonly default: "label-only";
|
|
1295
|
+
};
|
|
1296
|
+
readonly size: {
|
|
1297
|
+
readonly type: "enum";
|
|
1298
|
+
readonly values: readonly ["compact", "default"];
|
|
1299
|
+
readonly default: "compact";
|
|
1300
|
+
};
|
|
1301
|
+
readonly color: {
|
|
1302
|
+
readonly type: "enum";
|
|
1303
|
+
readonly values: readonly ["transparent", "neutral", "red", "orange", "yellow", "emerald", "green", "sky", "cyan", "blue", "indigo", "purple", "fuchsia", "magenta", "inverse"];
|
|
1304
|
+
readonly default: "transparent";
|
|
1305
|
+
};
|
|
1306
|
+
readonly label: {
|
|
1307
|
+
readonly type: "string";
|
|
1308
|
+
readonly default: "Label";
|
|
1309
|
+
};
|
|
1310
|
+
};
|
|
1311
|
+
readonly defaults: {
|
|
1312
|
+
readonly appearance: "label-only";
|
|
1313
|
+
readonly size: "compact";
|
|
1314
|
+
readonly color: "transparent";
|
|
1315
|
+
readonly label: "Label";
|
|
1316
|
+
};
|
|
1317
|
+
readonly states: readonly [];
|
|
1318
|
+
readonly tokensUsed: readonly [];
|
|
1319
|
+
readonly accessibility: {
|
|
1320
|
+
readonly keyboard: readonly [];
|
|
1321
|
+
};
|
|
1322
|
+
readonly composition: {
|
|
1323
|
+
readonly allowedChildren: readonly [];
|
|
1324
|
+
readonly allowedParents: readonly ["Card", "Container", "Modal", "Table", "Tabs"];
|
|
1325
|
+
readonly disallowedChildren: readonly [];
|
|
1326
|
+
};
|
|
1327
|
+
readonly aliases: {
|
|
1328
|
+
readonly props: {};
|
|
1329
|
+
};
|
|
1330
|
+
readonly ambiguity: {
|
|
1331
|
+
readonly propNameCollisions: readonly [];
|
|
1332
|
+
readonly hadAliasNormalization: false;
|
|
1333
|
+
};
|
|
1334
|
+
readonly antiPatterns: readonly [];
|
|
1335
|
+
};
|
|
1336
|
+
readonly Text: {
|
|
1337
|
+
readonly name: "Text";
|
|
1338
|
+
readonly source: "src/design-system/components/Text/Text.spec.ts";
|
|
1339
|
+
readonly tier: 2;
|
|
1340
|
+
readonly purpose: "Applies UDS typography variants with governed weight and leading options while preserving semantic tags via `as`.";
|
|
1341
|
+
readonly props: {
|
|
1342
|
+
readonly variant: {
|
|
1343
|
+
readonly type: "enum";
|
|
1344
|
+
readonly values: readonly ["display-128", "display-96", "display-72", "display-60", "display-48", "display-36", "heading-32", "heading-28", "heading-24", "body-20", "body-16", "body-14", "body-12"];
|
|
1345
|
+
readonly default: "body-16";
|
|
1346
|
+
};
|
|
1347
|
+
readonly weight: {
|
|
1348
|
+
readonly type: "enum";
|
|
1349
|
+
readonly values: readonly ["regular", "medium", "semibold", "bold"];
|
|
1350
|
+
readonly default: "regular";
|
|
1351
|
+
};
|
|
1352
|
+
readonly leading: {
|
|
1353
|
+
readonly type: "enum";
|
|
1354
|
+
readonly values: readonly ["tight", "regular", "loose"];
|
|
1355
|
+
readonly default: "regular";
|
|
1356
|
+
};
|
|
1357
|
+
};
|
|
1358
|
+
readonly defaults: {
|
|
1359
|
+
readonly variant: "body-16";
|
|
1360
|
+
readonly weight: "regular";
|
|
1361
|
+
readonly leading: "regular";
|
|
1362
|
+
};
|
|
1363
|
+
readonly states: readonly ["default"];
|
|
1364
|
+
readonly tokensUsed: readonly ["--uds-font-family", "--uds-font-size-*", "--uds-line-*", "--uds-font-weight*", "--uds-type-*"];
|
|
1365
|
+
readonly accessibility: {
|
|
1366
|
+
readonly role: "text";
|
|
1367
|
+
readonly keyboard: readonly [];
|
|
1368
|
+
};
|
|
1369
|
+
readonly composition: {
|
|
1370
|
+
readonly allowedChildren: readonly [];
|
|
1371
|
+
readonly allowedParents: readonly ["AppShell", "Card", "Container", "Flex", "Menu", "Modal", "Tabs"];
|
|
1372
|
+
readonly disallowedChildren: readonly [];
|
|
1373
|
+
};
|
|
1374
|
+
readonly aliases: {
|
|
1375
|
+
readonly props: {};
|
|
1376
|
+
};
|
|
1377
|
+
readonly ambiguity: {
|
|
1378
|
+
readonly propNameCollisions: readonly [];
|
|
1379
|
+
readonly hadAliasNormalization: false;
|
|
1380
|
+
};
|
|
1381
|
+
readonly antiPatterns: readonly ["Do not set font-size/line-height directly on consumer elements; use Text variant + leading.", "Do not reintroduce tailwind-like typography utilities that bypass semantic tokens."];
|
|
1382
|
+
};
|
|
1383
|
+
readonly Textarea: {
|
|
1384
|
+
readonly name: "Textarea";
|
|
1385
|
+
readonly source: "src/design-system/components/Textarea/Textarea.spec.ts";
|
|
1386
|
+
readonly props: {
|
|
1387
|
+
readonly size: {
|
|
1388
|
+
readonly type: "enum";
|
|
1389
|
+
readonly values: readonly ["compact", "default"];
|
|
1390
|
+
readonly default: "default";
|
|
1391
|
+
};
|
|
1392
|
+
readonly state: {
|
|
1393
|
+
readonly type: "enum";
|
|
1394
|
+
readonly values: readonly ["default", "focused", "error", "disabled"];
|
|
1395
|
+
readonly default: "default";
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
readonly defaults: {
|
|
1399
|
+
readonly size: "default";
|
|
1400
|
+
readonly state: "default";
|
|
1401
|
+
};
|
|
1402
|
+
readonly states: readonly ["default", "focused", "error", "disabled"];
|
|
1403
|
+
readonly tokensUsed: readonly [];
|
|
1404
|
+
readonly accessibility: {
|
|
1405
|
+
readonly keyboard: readonly [];
|
|
1406
|
+
};
|
|
1407
|
+
readonly composition: {
|
|
1408
|
+
readonly allowedChildren: readonly [];
|
|
1409
|
+
readonly allowedParents: readonly ["Field", "Modal"];
|
|
1410
|
+
readonly disallowedChildren: readonly [];
|
|
1411
|
+
};
|
|
1412
|
+
readonly aliases: {
|
|
1413
|
+
readonly props: {};
|
|
1414
|
+
};
|
|
1415
|
+
readonly ambiguity: {
|
|
1416
|
+
readonly propNameCollisions: readonly [];
|
|
1417
|
+
readonly hadAliasNormalization: false;
|
|
1418
|
+
};
|
|
1419
|
+
readonly antiPatterns: readonly [];
|
|
1420
|
+
};
|
|
1421
|
+
readonly TextInput: {
|
|
1422
|
+
readonly name: "TextInput";
|
|
1423
|
+
readonly source: "src/design-system/components/TextInput/TextInput.spec.ts";
|
|
1424
|
+
readonly props: {
|
|
1425
|
+
readonly size: {
|
|
1426
|
+
readonly type: "enum";
|
|
1427
|
+
readonly values: readonly ["compact", "default"];
|
|
1428
|
+
readonly default: "default";
|
|
1429
|
+
};
|
|
1430
|
+
readonly state: {
|
|
1431
|
+
readonly type: "enum";
|
|
1432
|
+
readonly values: readonly ["default", "focused", "error", "disabled"];
|
|
1433
|
+
readonly default: "default";
|
|
1434
|
+
};
|
|
1435
|
+
readonly type: {
|
|
1436
|
+
readonly type: "string";
|
|
1437
|
+
readonly default: "text";
|
|
1438
|
+
};
|
|
1439
|
+
readonly iconPosition: {
|
|
1440
|
+
readonly type: "string";
|
|
1441
|
+
readonly default: "right";
|
|
1442
|
+
};
|
|
1443
|
+
};
|
|
1444
|
+
readonly defaults: {
|
|
1445
|
+
readonly size: "default";
|
|
1446
|
+
readonly state: "default";
|
|
1447
|
+
readonly type: "text";
|
|
1448
|
+
readonly iconPosition: "right";
|
|
1449
|
+
};
|
|
1450
|
+
readonly states: readonly ["default", "focused", "error", "disabled"];
|
|
1451
|
+
readonly tokensUsed: readonly [];
|
|
1452
|
+
readonly accessibility: {
|
|
1453
|
+
readonly keyboard: readonly [];
|
|
1454
|
+
};
|
|
1455
|
+
readonly composition: {
|
|
1456
|
+
readonly allowedChildren: readonly [];
|
|
1457
|
+
readonly allowedParents: readonly ["Field", "Modal"];
|
|
1458
|
+
readonly disallowedChildren: readonly [];
|
|
1459
|
+
};
|
|
1460
|
+
readonly aliases: {
|
|
1461
|
+
readonly props: {};
|
|
1462
|
+
};
|
|
1463
|
+
readonly ambiguity: {
|
|
1464
|
+
readonly propNameCollisions: readonly [];
|
|
1465
|
+
readonly hadAliasNormalization: false;
|
|
1466
|
+
};
|
|
1467
|
+
readonly antiPatterns: readonly [];
|
|
1468
|
+
};
|
|
1469
|
+
readonly Toast: {
|
|
1470
|
+
readonly name: "Toast";
|
|
1471
|
+
readonly source: "src/design-system/components/Toast/Toast.spec.ts";
|
|
1472
|
+
readonly props: {
|
|
1473
|
+
readonly variant: {
|
|
1474
|
+
readonly type: "enum";
|
|
1475
|
+
readonly values: readonly ["success", "error", "warning", "info"];
|
|
1476
|
+
readonly default: "info";
|
|
1477
|
+
};
|
|
1478
|
+
};
|
|
1479
|
+
readonly defaults: {
|
|
1480
|
+
readonly variant: "info";
|
|
1481
|
+
};
|
|
1482
|
+
readonly states: readonly [];
|
|
1483
|
+
readonly tokensUsed: readonly [];
|
|
1484
|
+
readonly accessibility: {
|
|
1485
|
+
readonly keyboard: readonly [];
|
|
1486
|
+
};
|
|
1487
|
+
readonly composition: {
|
|
1488
|
+
readonly allowedChildren: readonly [];
|
|
1489
|
+
readonly allowedParents: readonly [];
|
|
1490
|
+
readonly disallowedChildren: readonly ["Modal", "Dialog"];
|
|
1491
|
+
};
|
|
1492
|
+
readonly aliases: {
|
|
1493
|
+
readonly props: {};
|
|
1494
|
+
};
|
|
1495
|
+
readonly ambiguity: {
|
|
1496
|
+
readonly propNameCollisions: readonly [];
|
|
1497
|
+
readonly hadAliasNormalization: false;
|
|
1498
|
+
};
|
|
1499
|
+
readonly antiPatterns: readonly [];
|
|
1500
|
+
};
|
|
1501
|
+
readonly Toggle: {
|
|
1502
|
+
readonly name: "Toggle";
|
|
1503
|
+
readonly source: "src/design-system/components/Toggle/Toggle.spec.ts";
|
|
1504
|
+
readonly props: {
|
|
1505
|
+
readonly size: {
|
|
1506
|
+
readonly type: "enum";
|
|
1507
|
+
readonly values: readonly ["large", "small"];
|
|
1508
|
+
readonly default: "large";
|
|
1509
|
+
};
|
|
1510
|
+
};
|
|
1511
|
+
readonly defaults: {
|
|
1512
|
+
readonly size: "large";
|
|
1513
|
+
};
|
|
1514
|
+
readonly states: readonly [];
|
|
1515
|
+
readonly tokensUsed: readonly [];
|
|
1516
|
+
readonly accessibility: {
|
|
1517
|
+
readonly keyboard: readonly [];
|
|
1518
|
+
};
|
|
1519
|
+
readonly composition: {
|
|
1520
|
+
readonly allowedChildren: readonly [];
|
|
1521
|
+
readonly allowedParents: readonly ["Field", "Menu"];
|
|
1522
|
+
readonly disallowedChildren: readonly [];
|
|
1523
|
+
};
|
|
1524
|
+
readonly aliases: {
|
|
1525
|
+
readonly props: {};
|
|
1526
|
+
};
|
|
1527
|
+
readonly ambiguity: {
|
|
1528
|
+
readonly propNameCollisions: readonly [];
|
|
1529
|
+
readonly hadAliasNormalization: false;
|
|
1530
|
+
};
|
|
1531
|
+
readonly antiPatterns: readonly [];
|
|
1532
|
+
};
|
|
1533
|
+
readonly Tooltip: {
|
|
1534
|
+
readonly name: "Tooltip";
|
|
1535
|
+
readonly source: "src/design-system/components/Tooltip/Tooltip.spec.ts";
|
|
1536
|
+
readonly props: {
|
|
1537
|
+
readonly placement: {
|
|
1538
|
+
readonly type: "enum";
|
|
1539
|
+
readonly values: readonly ["top", "bottom", "left", "right"];
|
|
1540
|
+
readonly default: "top";
|
|
1541
|
+
};
|
|
1542
|
+
};
|
|
1543
|
+
readonly defaults: {
|
|
1544
|
+
readonly placement: "top";
|
|
1545
|
+
};
|
|
1546
|
+
readonly states: readonly [];
|
|
1547
|
+
readonly tokensUsed: readonly [];
|
|
1548
|
+
readonly accessibility: {
|
|
1549
|
+
readonly keyboard: readonly [];
|
|
1550
|
+
};
|
|
1551
|
+
readonly composition: {
|
|
1552
|
+
readonly allowedChildren: readonly [];
|
|
1553
|
+
readonly allowedParents: readonly [];
|
|
1554
|
+
readonly disallowedChildren: readonly [];
|
|
1555
|
+
};
|
|
1556
|
+
readonly aliases: {
|
|
1557
|
+
readonly props: {};
|
|
1558
|
+
};
|
|
1559
|
+
readonly ambiguity: {
|
|
1560
|
+
readonly propNameCollisions: readonly [];
|
|
1561
|
+
readonly hadAliasNormalization: false;
|
|
1562
|
+
};
|
|
1563
|
+
readonly antiPatterns: readonly [];
|
|
1564
|
+
};
|
|
1565
|
+
};
|
|
1566
|
+
export type ComponentApiMap = typeof COMPONENT_API;
|
|
1567
|
+
export type ComponentName = keyof ComponentApiMap;
|
|
1568
|
+
export type ComponentApi = ComponentApiMap[ComponentName];
|