|
| 1 | +export const components = { |
| 2 | + accordion: ['SAccordion'], |
| 3 | + alertDialog: ['SAlertDialog', 'SAlertDialogCancel', 'SAlertDialogAction'], |
| 4 | + alert: ['SAlert'], |
| 5 | + arrow: ['SArrow'], |
| 6 | + avatar: ['SAvatar'], |
| 7 | + card: ['SCard'], |
| 8 | + breadcrumb: ['SBreadcrumb', 'SBreadcrumbPage', 'SBreadcrumbEllipsis'], |
| 9 | + checkbox: ['SCheckboxGroup', 'SCheckbox', 'SCheckboxCardGroup', 'SCheckboxCard'], |
| 10 | + badge: ['SBadge'], |
| 11 | + collapsible: ['SCollapsible', 'SCollapsibleContent', 'SCollapsibleTrigger'], |
| 12 | + configProvider: ['SConfigProvider'], |
| 13 | + button: ['SButton', 'SButtonLoading', 'SButtonIcon', 'SButtonLink', 'SButtonGroup'], |
| 14 | + command: ['SCommand'], |
| 15 | + dialog: ['SDialog', 'SDialogClose', 'SDialogPure'], |
| 16 | + aspectRatio: ['SAspectRatio'], |
| 17 | + contextMenu: ['SContextMenu', 'SContextMenuCheckbox', 'SContextMenuRadio', 'SContextMenuWrapper'], |
| 18 | + drawer: ['SDrawer', 'SDrawerClose'], |
| 19 | + form: ['SForm', 'SFormField', 'SFormFieldArray'], |
| 20 | + dropdownMenu: ['SDropdownMenu', 'SDropdownMenuCheckbox', 'SDropdownMenuRadio', 'SDropdownMenuWrapper'], |
| 21 | + input: ['SInput'], |
| 22 | + kbd: ['SKbd'], |
| 23 | + label: ['SLabel'], |
| 24 | + icon: ['SIcon'], |
| 25 | + layout: ['SLayout', 'SLayoutTrigger'], |
| 26 | + link: ['SLink'], |
| 27 | + list: ['SList', 'SListItem'], |
| 28 | + menu: ['SMenuOption', 'SMenuOptions', 'SMenuCheckboxOptions', 'SMenuRadioOptions'], |
| 29 | + navigationMenu: ['SNavigationMenu'], |
| 30 | + pagination: ['SPagination'], |
| 31 | + numberInput: ['SNumberInput'], |
| 32 | + password: ['SPassword'], |
| 33 | + popover: ['SPopover'], |
| 34 | + radioGroup: ['SRadioGroup', 'SRadio', 'SRadioCard', 'SRadioCardGroup'], |
| 35 | + segment: ['SSegment'], |
| 36 | + separator: ['SSeparator'], |
| 37 | + switch: ['SSwitch'], |
| 38 | + tabs: ['STabs'], |
| 39 | + select: ['SSelect'], |
| 40 | + textarea: ['STextarea'], |
| 41 | + tag: ['STag'], |
| 42 | + tooltip: ['STooltip'], |
| 43 | + treeMenu: ['STreeMenu', 'STreeMenuItemWrapper'], |
| 44 | + tree: ['STree', 'STreeVirtualizer'], |
| 45 | + virtualizer: ['SVirtualizer'] |
| 46 | +}; |
0 commit comments