gd-design-library 1.8.2 → 1.8.3
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/README.md +121 -478
- package/ai/README.md +119 -64
- package/ai/a2ui/component-map.cjs +1 -1
- package/ai/a2ui/component-map.d.cts +138 -0
- package/ai/a2ui/component-map.d.ts +1 -1
- package/ai/a2ui/image-policy.d.cts +7 -0
- package/ai/a2ui/index.d.cts +22 -0
- package/ai/a2ui/index.d.ts +4 -4
- package/ai/a2ui/spec-schema.cjs +1 -1
- package/ai/a2ui/spec-schema.d.cts +2220 -0
- package/ai/a2ui/spec-schema.d.ts +10 -2
- package/ai/a2ui/spec-schema.js +6 -1
- package/ai/a2ui/system-prompt.cjs +11 -10
- package/ai/a2ui/system-prompt.d.cts +86 -0
- package/ai/a2ui/system-prompt.d.ts +2 -2
- package/ai/a2ui/system-prompt.js +152 -30
- package/ai/a2ui/ui-specification-schema.json +7 -2
- package/ai/discovery.cjs +1 -1
- package/ai/discovery.d.cts +48 -0
- package/ai/discovery.d.ts +1 -1
- package/ai/figma-maps/figma-color-map.cjs +1 -0
- package/ai/figma-maps/figma-color-map.js +601 -0
- package/ai/figma-maps/figma-color-map.json +1037 -0
- package/ai/figma-maps/figma-color-map.json.d.cts +1040 -0
- package/ai/figma-maps/figma-color-map.json.d.ts +1040 -0
- package/ai/figma-maps/figma-font-map.cjs +1 -0
- package/ai/figma-maps/figma-font-map.js +331 -0
- package/ai/figma-maps/figma-font-map.json +329 -0
- package/ai/figma-maps/figma-font-map.json.d.cts +332 -0
- package/ai/figma-maps/figma-font-map.json.d.ts +332 -0
- package/ai/figma-maps/figma-icon-map.cjs +1 -0
- package/ai/figma-maps/figma-icon-map.js +415 -0
- package/ai/figma-maps/figma-icon-map.json +404 -0
- package/ai/figma-maps/figma-icon-map.json.d.cts +407 -0
- package/ai/figma-maps/figma-icon-map.json.d.ts +407 -0
- package/ai/figma-maps/figma-radius-map.cjs +1 -0
- package/ai/figma-maps/figma-radius-map.js +96 -0
- package/ai/figma-maps/figma-radius-map.json +97 -0
- package/ai/figma-maps/figma-radius-map.json.d.cts +100 -0
- package/ai/figma-maps/figma-radius-map.json.d.ts +100 -0
- package/ai/figma-maps/figma-shadow-map.cjs +1 -0
- package/ai/figma-maps/figma-shadow-map.js +169 -0
- package/ai/figma-maps/figma-shadow-map.json +167 -0
- package/ai/figma-maps/figma-shadow-map.json.d.cts +170 -0
- package/ai/figma-maps/figma-shadow-map.json.d.ts +170 -0
- package/ai/figma-maps/figma-spacing-map.cjs +1 -0
- package/ai/figma-maps/figma-spacing-map.js +249 -0
- package/ai/figma-maps/figma-spacing-map.json +247 -0
- package/ai/figma-maps/figma-spacing-map.json.d.cts +250 -0
- package/ai/figma-maps/figma-spacing-map.json.d.ts +250 -0
- package/ai/figma-maps/index.cjs +1 -0
- package/ai/figma-maps/index.d.cts +4458 -0
- package/ai/figma-maps/index.d.ts +4458 -0
- package/ai/figma-maps/index.js +17 -0
- package/ai/index.cjs +1 -1
- package/ai/index.d.cts +8 -0
- package/ai/index.d.ts +8 -7
- package/ai/index.js +3 -2
- package/ai/prompts.cjs +1 -1
- package/ai/prompts.d.cts +49 -0
- package/ai/prompts.d.ts +1 -1
- package/ai/schemas/components/Accordion.d.cts +191 -0
- package/ai/schemas/components/AttachmentFile.cjs +1 -1
- package/ai/schemas/components/AttachmentFile.d.cts +45 -0
- package/ai/schemas/components/AttachmentFile.js +21 -22
- package/ai/schemas/components/Avatar.cjs +1 -1
- package/ai/schemas/components/Avatar.d.cts +71 -0
- package/ai/schemas/components/Avatar.js +26 -9
- package/ai/schemas/components/AvatarUser.cjs +1 -1
- package/ai/schemas/components/AvatarUser.d.cts +51 -0
- package/ai/schemas/components/AvatarUser.js +25 -2
- package/ai/schemas/components/Badge.d.cts +53 -0
- package/ai/schemas/components/Box.d.cts +95 -0
- package/ai/schemas/components/Breadcrumbs.d.cts +69 -0
- package/ai/schemas/components/Button.cjs +1 -1
- package/ai/schemas/components/Button.d.cts +94 -0
- package/ai/schemas/components/Button.js +12 -2
- package/ai/schemas/components/Card.d.cts +294 -0
- package/ai/schemas/components/Carousel.d.cts +60 -0
- package/ai/schemas/components/Chart.d.cts +49 -0
- package/ai/schemas/components/ChatBubble.cjs +1 -1
- package/ai/schemas/components/ChatBubble.d.cts +103 -0
- package/ai/schemas/components/ChatBubble.d.ts +24 -0
- package/ai/schemas/components/ChatBubble.js +27 -0
- package/ai/schemas/components/ChatContainer.d.cts +27 -0
- package/ai/schemas/components/Checkbox.cjs +1 -1
- package/ai/schemas/components/Checkbox.d.cts +37 -0
- package/ai/schemas/components/Checkbox.d.ts +0 -1
- package/ai/schemas/components/Checkbox.js +2 -3
- package/ai/schemas/components/Column.d.cts +65 -0
- package/ai/schemas/components/ContentCarousel.d.cts +96 -0
- package/ai/schemas/components/Counter.d.cts +27 -0
- package/ai/schemas/components/DragAndDrop.d.cts +50 -0
- package/ai/schemas/components/DragAndDropFiles.d.cts +27 -0
- package/ai/schemas/components/Dropdown.d.cts +24 -0
- package/ai/schemas/components/DropdownItem.d.cts +24 -0
- package/ai/schemas/components/FlexContainer.d.cts +44 -0
- package/ai/schemas/components/Form.d.cts +33 -0
- package/ai/schemas/components/Header.d.cts +19 -0
- package/ai/schemas/components/Icon.d.cts +117 -0
- package/ai/schemas/components/Image.d.cts +41 -0
- package/ai/schemas/components/ImagePreview.d.cts +39 -0
- package/ai/schemas/components/InlineNotification.d.cts +35 -0
- package/ai/schemas/components/Input.cjs +1 -1
- package/ai/schemas/components/Input.d.cts +38 -0
- package/ai/schemas/components/Input.js +14 -2
- package/ai/schemas/components/InputArea.d.cts +51 -0
- package/ai/schemas/components/InputFile.d.cts +27 -0
- package/ai/schemas/components/Label.d.cts +33 -0
- package/ai/schemas/components/Link.cjs +1 -1
- package/ai/schemas/components/Link.d.cts +65 -0
- package/ai/schemas/components/Link.d.ts +6 -0
- package/ai/schemas/components/Link.js +41 -4
- package/ai/schemas/components/List.d.cts +38 -0
- package/ai/schemas/components/Loader.d.cts +59 -0
- package/ai/schemas/components/Menu.d.cts +58 -0
- package/ai/schemas/components/Modal.d.cts +33 -0
- package/ai/schemas/components/Portal.d.cts +58 -0
- package/ai/schemas/components/Price.d.cts +41 -0
- package/ai/schemas/components/ProgressBar.d.cts +27 -0
- package/ai/schemas/components/RadioGroup.d.cts +51 -0
- package/ai/schemas/components/Rating.d.cts +33 -0
- package/ai/schemas/components/Row.d.cts +65 -0
- package/ai/schemas/components/Scroll.d.cts +51 -0
- package/ai/schemas/components/Search.d.cts +27 -0
- package/ai/schemas/components/SearchModal.d.cts +19 -0
- package/ai/schemas/components/Select.d.cts +41 -0
- package/ai/schemas/components/Separator.d.cts +59 -0
- package/ai/schemas/components/Sidebar.d.cts +25 -0
- package/ai/schemas/components/Skeleton.d.cts +33 -0
- package/ai/schemas/components/Slider.d.cts +27 -0
- package/ai/schemas/components/SliderDots.d.cts +41 -0
- package/ai/schemas/components/Snackbar.d.cts +47 -0
- package/ai/schemas/components/SnackbarManager.d.cts +22 -0
- package/ai/schemas/components/Stepper.d.cts +33 -0
- package/ai/schemas/components/Switch.cjs +1 -1
- package/ai/schemas/components/Switch.d.cts +35 -0
- package/ai/schemas/components/Switch.js +12 -13
- package/ai/schemas/components/Table.d.cts +47 -0
- package/ai/schemas/components/Tabs.d.cts +33 -0
- package/ai/schemas/components/Textarea.d.cts +60 -0
- package/ai/schemas/components/Toggle.d.cts +33 -0
- package/ai/schemas/components/Tooltip.d.cts +44 -0
- package/ai/schemas/components/Truncate.d.cts +33 -0
- package/ai/schemas/components/Typography.cjs +1 -1
- package/ai/schemas/components/Typography.d.cts +59 -0
- package/ai/schemas/components/Typography.js +1 -1
- package/ai/schemas/components/Wrapper.d.cts +35 -0
- package/ai/schemas/components.cjs +1 -1
- package/ai/schemas/components.d.cts +51 -0
- package/ai/schemas/hooks/useTheme.d.cts +47 -0
- package/ai/schemas/index.cjs +1 -1
- package/ai/schemas/index.d.cts +28 -0
- package/ai/testing_prompts/atomic_prompts.md +84 -65
- package/ai/testing_prompts/index.d.cts +1139 -0
- package/ai/testing_prompts/index.d.ts +1139 -0
- package/ai/testing_prompts/layouts_template_prompts.md +39 -33
- package/ai/testing_prompts/molecular_prompts.md +63 -21
- package/ai/testing_prompts/organisms_prompts.md +68 -66
- package/ai/validation.cjs +1 -1
- package/ai/validation.d.cts +35 -0
- package/ai/validation.d.ts +1 -1
- package/ai/validation.js +1 -1
- package/assets/icons/account_circle.cjs +1 -1
- package/assets/icons/account_circle.d.cts +5 -0
- package/assets/icons/arrow-down.cjs +1 -1
- package/assets/icons/arrow-down.d.cts +5 -0
- package/assets/icons/arrow-forward.cjs +1 -1
- package/assets/icons/arrow-forward.d.cts +5 -0
- package/assets/icons/attachment.cjs +1 -1
- package/assets/icons/attachment.d.cts +5 -0
- package/assets/icons/chat-bubble.cjs +1 -1
- package/assets/icons/chat-bubble.d.cts +5 -0
- package/assets/icons/chat.cjs +1 -1
- package/assets/icons/chat.d.cts +5 -0
- package/assets/icons/check.cjs +1 -1
- package/assets/icons/check.d.cts +5 -0
- package/assets/icons/chevron-left.cjs +1 -1
- package/assets/icons/chevron-left.d.cts +5 -0
- package/assets/icons/chevron-right.cjs +1 -1
- package/assets/icons/chevron-right.d.cts +5 -0
- package/assets/icons/content-copy.cjs +1 -1
- package/assets/icons/content-copy.d.cts +5 -0
- package/assets/icons/cross.cjs +1 -1
- package/assets/icons/cross.d.cts +5 -0
- package/assets/icons/delete_outlined.cjs +1 -1
- package/assets/icons/delete_outlined.d.cts +5 -0
- package/assets/icons/dot.cjs +1 -1
- package/assets/icons/dot.d.cts +5 -0
- package/assets/icons/edit.cjs +1 -1
- package/assets/icons/edit.d.cts +5 -0
- package/assets/icons/error_outline.cjs +1 -1
- package/assets/icons/error_outline.d.cts +5 -0
- package/assets/icons/eye.cjs +1 -1
- package/assets/icons/eye.d.cts +5 -0
- package/assets/icons/favorite.cjs +1 -1
- package/assets/icons/favorite.d.cts +5 -0
- package/assets/icons/favorite_outlined.cjs +1 -1
- package/assets/icons/favorite_outlined.d.cts +5 -0
- package/assets/icons/file-copy.cjs +1 -1
- package/assets/icons/file-copy.d.cts +5 -0
- package/assets/icons/filter.cjs +1 -1
- package/assets/icons/filter.d.cts +5 -0
- package/assets/icons/folder.cjs +1 -1
- package/assets/icons/folder.d.cts +5 -0
- package/assets/icons/folderOpen.cjs +1 -1
- package/assets/icons/folderOpen.d.cts +5 -0
- package/assets/icons/fullscreen-exit.cjs +1 -1
- package/assets/icons/fullscreen-exit.d.cts +4 -0
- package/assets/icons/fullscreen.cjs +1 -1
- package/assets/icons/fullscreen.d.cts +4 -0
- package/assets/icons/home.cjs +1 -1
- package/assets/icons/home.d.cts +5 -0
- package/assets/icons/keyboard_arrow_down.cjs +1 -1
- package/assets/icons/keyboard_arrow_down.d.cts +5 -0
- package/assets/icons/keyboard_arrow_up.cjs +1 -1
- package/assets/icons/keyboard_arrow_up.d.cts +5 -0
- package/assets/icons/local_shipping.cjs +1 -1
- package/assets/icons/local_shipping.d.cts +5 -0
- package/assets/icons/mic.cjs +1 -1
- package/assets/icons/mic.d.cts +5 -0
- package/assets/icons/minus.cjs +1 -1
- package/assets/icons/minus.d.cts +5 -0
- package/assets/icons/mobile_menu_button.cjs +1 -1
- package/assets/icons/mobile_menu_button.d.cts +5 -0
- package/assets/icons/paymentCard.cjs +1 -1
- package/assets/icons/paymentCard.d.cts +5 -0
- package/assets/icons/phone.cjs +1 -1
- package/assets/icons/phone.d.cts +5 -0
- package/assets/icons/plus.cjs +1 -1
- package/assets/icons/plus.d.cts +5 -0
- package/assets/icons/portrait.cjs +1 -1
- package/assets/icons/portrait.d.cts +5 -0
- package/assets/icons/processing.cjs +1 -1
- package/assets/icons/processing.d.cts +5 -0
- package/assets/icons/ruler.cjs +1 -1
- package/assets/icons/ruler.d.cts +5 -0
- package/assets/icons/search.cjs +1 -1
- package/assets/icons/search.d.cts +5 -0
- package/assets/icons/send.cjs +1 -1
- package/assets/icons/send.d.cts +5 -0
- package/assets/icons/shopping_bag.cjs +1 -1
- package/assets/icons/shopping_bag.d.cts +5 -0
- package/assets/icons/slash.cjs +1 -1
- package/assets/icons/slash.d.cts +5 -0
- package/assets/icons/star.cjs +1 -1
- package/assets/icons/star.d.cts +5 -0
- package/assets/icons/starHalf.cjs +1 -1
- package/assets/icons/starHalf.d.cts +5 -0
- package/assets/icons/starOutlined.cjs +1 -1
- package/assets/icons/starOutlined.d.cts +5 -0
- package/assets/icons/thumb-down-filled.cjs +1 -1
- package/assets/icons/thumb-down-filled.d.cts +5 -0
- package/assets/icons/thumb-down.cjs +1 -1
- package/assets/icons/thumb-down.d.cts +5 -0
- package/assets/icons/thumb-up-filled.cjs +1 -1
- package/assets/icons/thumb-up-filled.d.cts +5 -0
- package/assets/icons/thumb-up.cjs +1 -1
- package/assets/icons/thumb-up.d.cts +5 -0
- package/assets/icons/toast_error.cjs +1 -1
- package/assets/icons/toast_error.d.cts +5 -0
- package/assets/icons/toast_info.cjs +1 -1
- package/assets/icons/toast_info.d.cts +5 -0
- package/assets/icons/toast_success.cjs +1 -1
- package/assets/icons/toast_success.d.cts +5 -0
- package/assets/icons/toast_warning.cjs +1 -1
- package/assets/icons/toast_warning.d.cts +5 -0
- package/assets/icons/upload.cjs +1 -1
- package/assets/icons/upload.d.cts +5 -0
- package/assets/icons/volume-up.cjs +1 -1
- package/assets/icons/volume-up.d.cts +5 -0
- package/assets/icons/wifiTethering.cjs +1 -1
- package/assets/icons/wifiTethering.d.cts +5 -0
- package/assets/index.d.cts +55 -0
- package/assets/index.d.ts +55 -55
- package/components/atoms/Avatar/Avatar.cjs +1 -1
- package/components/atoms/Avatar/Avatar.d.cts +9 -0
- package/components/atoms/Avatar/Avatar.d.ts +2 -2
- package/components/atoms/Avatar/Avatar.types.d.cts +45 -0
- package/components/atoms/Avatar/Avatar.types.d.ts +3 -2
- package/components/atoms/Avatar/AvatarStyled.cjs +1 -1
- package/components/atoms/Avatar/AvatarStyled.d.cts +6 -0
- package/components/atoms/Avatar/AvatarStyled.d.ts +1 -1
- package/components/atoms/Avatar/AvatarStyled.js +13 -14
- package/components/atoms/Avatar/constants.d.cts +3 -0
- package/components/atoms/Avatar/index.d.cts +2 -0
- package/components/atoms/Avatar/index.d.ts +2 -2
- package/components/atoms/Badge/Badge.cjs +1 -1
- package/components/atoms/Badge/Badge.d.cts +2 -0
- package/components/atoms/Badge/Badge.d.ts +1 -1
- package/components/atoms/Badge/Badge.types.d.cts +20 -0
- package/components/atoms/Badge/Badge.types.d.ts +2 -2
- package/components/atoms/Badge/BadgeStyled.cjs +1 -1
- package/components/atoms/Badge/BadgeStyled.d.cts +5 -0
- package/components/atoms/Badge/BadgeStyled.d.ts +1 -1
- package/components/atoms/Badge/constants.d.cts +1 -0
- package/components/atoms/Badge/index.d.cts +2 -0
- package/components/atoms/Badge/index.d.ts +2 -2
- package/components/atoms/Box/Box.cjs +1 -1
- package/components/atoms/Box/Box.d.cts +2 -0
- package/components/atoms/Box/Box.d.ts +1 -1
- package/components/atoms/Box/Box.types.d.cts +18 -0
- package/components/atoms/Box/Box.types.d.ts +2 -2
- package/components/atoms/Box/BoxStyled.cjs +1 -1
- package/components/atoms/Box/BoxStyled.d.cts +2 -0
- package/components/atoms/Box/BoxStyled.d.ts +1 -1
- package/components/atoms/Box/constants.d.cts +1 -0
- package/components/atoms/Box/index.d.cts +2 -0
- package/components/atoms/Box/index.d.ts +2 -2
- package/components/atoms/Button/Button.cjs +1 -1
- package/components/atoms/Button/Button.d.cts +2 -0
- package/components/atoms/Button/Button.d.ts +1 -1
- package/components/atoms/Button/Button.js +6 -5
- package/components/atoms/Button/Button.types.d.cts +29 -0
- package/components/atoms/Button/Button.types.d.ts +2 -2
- package/components/atoms/Button/ButtonStyled.cjs +1 -1
- package/components/atoms/Button/ButtonStyled.d.cts +5 -0
- package/components/atoms/Button/ButtonStyled.d.ts +1 -1
- package/components/atoms/Button/constants.d.cts +1 -0
- package/components/atoms/Button/index.d.cts +2 -0
- package/components/atoms/Button/index.d.ts +2 -2
- package/components/atoms/Checkbox/Checkbox.cjs +1 -1
- package/components/atoms/Checkbox/Checkbox.d.cts +2 -0
- package/components/atoms/Checkbox/Checkbox.d.ts +1 -1
- package/components/atoms/Checkbox/Checkbox.types.d.cts +25 -0
- package/components/atoms/Checkbox/Checkbox.types.d.ts +1 -1
- package/components/atoms/Checkbox/CheckboxStyled.cjs +1 -1
- package/components/atoms/Checkbox/CheckboxStyled.d.cts +4 -0
- package/components/atoms/Checkbox/CheckboxStyled.d.ts +1 -1
- package/components/atoms/Checkbox/constants.d.cts +1 -0
- package/components/atoms/Checkbox/index.d.cts +2 -0
- package/components/atoms/Checkbox/index.d.ts +2 -2
- package/components/atoms/Icon/Icon.cjs +1 -1
- package/components/atoms/Icon/Icon.d.cts +4 -0
- package/components/atoms/Icon/Icon.d.ts +1 -1
- package/components/atoms/Icon/Icon.types.d.cts +12 -0
- package/components/atoms/Icon/Icon.types.d.ts +2 -2
- package/components/atoms/Icon/constants.cjs +1 -1
- package/components/atoms/Icon/constants.d.cts +276 -0
- package/components/atoms/Icon/index.d.cts +2 -0
- package/components/atoms/Icon/index.d.ts +2 -2
- package/components/atoms/Image/Image.cjs +1 -1
- package/components/atoms/Image/Image.d.cts +2 -0
- package/components/atoms/Image/Image.d.ts +1 -1
- package/components/atoms/Image/Image.types.d.cts +34 -0
- package/components/atoms/Image/Image.types.d.ts +1 -1
- package/components/atoms/Image/ImageStyled.cjs +1 -1
- package/components/atoms/Image/ImageStyled.d.cts +5 -0
- package/components/atoms/Image/ImageStyled.d.ts +1 -1
- package/components/atoms/Image/constants.d.cts +1 -0
- package/components/atoms/Image/index.d.cts +2 -0
- package/components/atoms/Image/index.d.ts +2 -2
- package/components/atoms/Input/Input.cjs +1 -1
- package/components/atoms/Input/Input.d.cts +2 -0
- package/components/atoms/Input/Input.d.ts +2 -2
- package/components/atoms/Input/Input.types.d.cts +74 -0
- package/components/atoms/Input/Input.types.d.ts +2 -2
- package/components/atoms/Input/InputAdornment/InputAdornment.cjs +1 -1
- package/components/atoms/Input/InputAdornment/InputAdornment.d.cts +2 -0
- package/components/atoms/Input/InputAdornment/InputAdornment.d.ts +1 -1
- package/components/atoms/Input/InputAdornment/InputAdornmentStyled.cjs +1 -1
- package/components/atoms/Input/InputAdornment/InputAdornmentStyled.d.cts +2 -0
- package/components/atoms/Input/InputAdornment/InputAdornmentStyled.d.ts +1 -1
- package/components/atoms/Input/InputAdornment/constants.d.cts +1 -0
- package/components/atoms/Input/InputAdornment/index.d.cts +1 -0
- package/components/atoms/Input/InputAdornment/index.d.ts +1 -1
- package/components/atoms/Input/InputHelper/InputHelper.cjs +1 -1
- package/components/atoms/Input/InputHelper/InputHelper.d.cts +2 -0
- package/components/atoms/Input/InputHelper/InputHelper.d.ts +1 -1
- package/components/atoms/Input/InputHelper/InputHelperStyled.cjs +1 -1
- package/components/atoms/Input/InputHelper/InputHelperStyled.d.cts +2 -0
- package/components/atoms/Input/InputHelper/InputHelperStyled.d.ts +1 -1
- package/components/atoms/Input/InputHelper/constants.d.cts +1 -0
- package/components/atoms/Input/InputHelper/index.d.cts +1 -0
- package/components/atoms/Input/InputHelper/index.d.ts +1 -1
- package/components/atoms/Input/InputStyled.cjs +1 -1
- package/components/atoms/Input/InputStyled.d.cts +2 -0
- package/components/atoms/Input/InputStyled.d.ts +1 -1
- package/components/atoms/Input/InputWrapper/InputWrapper.cjs +1 -1
- package/components/atoms/Input/InputWrapper/InputWrapper.d.cts +2 -0
- package/components/atoms/Input/InputWrapper/InputWrapper.d.ts +1 -1
- package/components/atoms/Input/InputWrapper/InputWrapperStyled.cjs +1 -1
- package/components/atoms/Input/InputWrapper/InputWrapperStyled.d.cts +2 -0
- package/components/atoms/Input/InputWrapper/InputWrapperStyled.d.ts +1 -1
- package/components/atoms/Input/InputWrapper/constants.d.cts +1 -0
- package/components/atoms/Input/InputWrapper/index.d.cts +1 -0
- package/components/atoms/Input/InputWrapper/index.d.ts +1 -1
- package/components/atoms/Input/constants.cjs +1 -1
- package/components/atoms/Input/constants.d.cts +11 -0
- package/components/atoms/Input/constants.d.ts +1 -1
- package/components/atoms/Input/index.d.cts +2 -0
- package/components/atoms/Input/index.d.ts +2 -2
- package/components/atoms/Input/useInputHandlers.cjs +1 -1
- package/components/atoms/Input/useInputHandlers.d.cts +17 -0
- package/components/atoms/InputFile/InputFile.cjs +1 -1
- package/components/atoms/InputFile/InputFile.d.cts +6 -0
- package/components/atoms/InputFile/InputFile.d.ts +1 -1
- package/components/atoms/InputFile/InputFile.js +41 -43
- package/components/atoms/InputFile/InputFile.types.d.cts +18 -0
- package/components/atoms/InputFile/InputFile.types.d.ts +1 -1
- package/components/atoms/InputFile/InputFileStyled.cjs +1 -1
- package/components/atoms/InputFile/InputFileStyled.d.cts +3 -0
- package/components/atoms/InputFile/InputFileStyled.d.ts +1 -1
- package/components/atoms/InputFile/constants.d.cts +3 -0
- package/components/atoms/InputFile/index.d.cts +2 -0
- package/components/atoms/InputFile/index.d.ts +2 -2
- package/components/atoms/Label/Label.cjs +1 -1
- package/components/atoms/Label/Label.d.cts +2 -0
- package/components/atoms/Label/Label.d.ts +1 -1
- package/components/atoms/Label/Label.types.d.cts +10 -0
- package/components/atoms/Label/Label.types.d.ts +1 -1
- package/components/atoms/Label/LabelStyled.cjs +1 -1
- package/components/atoms/Label/LabelStyled.d.cts +2 -0
- package/components/atoms/Label/LabelStyled.d.ts +1 -1
- package/components/atoms/Label/constants.d.cts +1 -0
- package/components/atoms/Label/index.d.cts +2 -0
- package/components/atoms/Label/index.d.ts +2 -2
- package/components/atoms/Link/Link.cjs +1 -1
- package/components/atoms/Link/Link.d.cts +2 -0
- package/components/atoms/Link/Link.d.ts +1 -1
- package/components/atoms/Link/Link.js +15 -14
- package/components/atoms/Link/Link.types.d.cts +28 -0
- package/components/atoms/Link/Link.types.d.ts +4 -2
- package/components/atoms/Link/LinkStyled.cjs +1 -1
- package/components/atoms/Link/LinkStyled.d.cts +2 -0
- package/components/atoms/Link/LinkStyled.d.ts +1 -1
- package/components/atoms/Link/LinkStyled.js +19 -18
- package/components/atoms/Link/constants.d.cts +1 -0
- package/components/atoms/Link/index.d.cts +2 -0
- package/components/atoms/Link/index.d.ts +2 -2
- package/components/atoms/Loader/Loader.cjs +1 -1
- package/components/atoms/Loader/Loader.d.cts +2 -0
- package/components/atoms/Loader/Loader.d.ts +1 -1
- package/components/atoms/Loader/Loader.types.d.cts +20 -0
- package/components/atoms/Loader/Loader.types.d.ts +2 -2
- package/components/atoms/Loader/LoaderStyled.cjs +1 -1
- package/components/atoms/Loader/LoaderStyled.d.cts +2 -0
- package/components/atoms/Loader/LoaderStyled.d.ts +1 -1
- package/components/atoms/Loader/constants.cjs +1 -1
- package/components/atoms/Loader/constants.d.cts +2 -0
- package/components/atoms/Loader/index.d.cts +2 -0
- package/components/atoms/Loader/index.d.ts +2 -2
- package/components/atoms/Loader/utils.cjs +1 -1
- package/components/atoms/Loader/utils.d.cts +11 -0
- package/components/atoms/Loader/utils.js +3 -3
- package/components/atoms/Select/Select.cjs +1 -1
- package/components/atoms/Select/Select.d.cts +2 -0
- package/components/atoms/Select/Select.d.ts +1 -1
- package/components/atoms/Select/Select.types.d.cts +75 -0
- package/components/atoms/Select/Select.types.d.ts +3 -3
- package/components/atoms/Select/SelectStyled.cjs +1 -1
- package/components/atoms/Select/SelectStyled.d.cts +7 -0
- package/components/atoms/Select/SelectStyled.d.ts +1 -1
- package/components/atoms/Select/constants.d.cts +2 -0
- package/components/atoms/Select/hooks/index.d.cts +1 -0
- package/components/atoms/Select/hooks/index.d.ts +1 -1
- package/components/atoms/Select/hooks/useSelectContext.cjs +1 -1
- package/components/atoms/Select/hooks/useSelectContext.d.cts +3 -0
- package/components/atoms/Select/hooks/useSelectContext.d.ts +1 -1
- package/components/atoms/Select/index.d.cts +3 -0
- package/components/atoms/Select/index.d.ts +3 -3
- package/components/atoms/Separator/Separator.cjs +1 -1
- package/components/atoms/Separator/Separator.d.cts +2 -0
- package/components/atoms/Separator/Separator.d.ts +1 -1
- package/components/atoms/Separator/Separator.types.d.cts +34 -0
- package/components/atoms/Separator/Separator.types.d.ts +3 -3
- package/components/atoms/Separator/SeparatorStyled.cjs +1 -1
- package/components/atoms/Separator/SeparatorStyled.d.cts +4 -0
- package/components/atoms/Separator/SeparatorStyled.d.ts +1 -1
- package/components/atoms/Separator/constants.d.cts +1 -0
- package/components/atoms/Separator/index.d.cts +2 -0
- package/components/atoms/Separator/index.d.ts +2 -2
- package/components/atoms/Skeleton/Skeleton.cjs +1 -1
- package/components/atoms/Skeleton/Skeleton.d.cts +2 -0
- package/components/atoms/Skeleton/Skeleton.d.ts +1 -1
- package/components/atoms/Skeleton/Skeleton.types.d.cts +19 -0
- package/components/atoms/Skeleton/Skeleton.types.d.ts +2 -2
- package/components/atoms/Skeleton/SkeletonStyled.cjs +1 -1
- package/components/atoms/Skeleton/SkeletonStyled.d.cts +2 -0
- package/components/atoms/Skeleton/SkeletonStyled.d.ts +1 -1
- package/components/atoms/Skeleton/constants.cjs +1 -1
- package/components/atoms/Skeleton/constants.d.cts +2 -0
- package/components/atoms/Skeleton/index.d.cts +2 -0
- package/components/atoms/Skeleton/index.d.ts +2 -2
- package/components/atoms/Slider/Slider.cjs +1 -1
- package/components/atoms/Slider/Slider.d.cts +20 -0
- package/components/atoms/Slider/Slider.d.ts +1 -1
- package/components/atoms/Slider/Slider.types.d.cts +17 -0
- package/components/atoms/Slider/Slider.types.d.ts +1 -1
- package/components/atoms/Slider/SliderStyled.cjs +1 -1
- package/components/atoms/Slider/SliderStyled.d.cts +2 -0
- package/components/atoms/Slider/SliderStyled.d.ts +1 -1
- package/components/atoms/Slider/constants.d.cts +3 -0
- package/components/atoms/Slider/index.d.cts +3 -0
- package/components/atoms/Slider/index.d.ts +3 -3
- package/components/atoms/SliderDots/SliderDots.cjs +1 -1
- package/components/atoms/SliderDots/SliderDots.d.cts +2 -0
- package/components/atoms/SliderDots/SliderDots.d.ts +1 -1
- package/components/atoms/SliderDots/SliderDots.types.d.cts +7 -0
- package/components/atoms/SliderDots/SliderDots.types.d.ts +1 -1
- package/components/atoms/SliderDots/SliderDotsStyled.cjs +1 -1
- package/components/atoms/SliderDots/SliderDotsStyled.d.cts +2 -0
- package/components/atoms/SliderDots/SliderDotsStyled.d.ts +1 -1
- package/components/atoms/SliderDots/constants.d.cts +1 -0
- package/components/atoms/SliderDots/index.d.cts +2 -0
- package/components/atoms/SliderDots/index.d.ts +2 -2
- package/components/atoms/Switch/Switch.cjs +1 -1
- package/components/atoms/Switch/Switch.d.cts +2 -0
- package/components/atoms/Switch/Switch.d.ts +1 -1
- package/components/atoms/Switch/Switch.types.d.cts +22 -0
- package/components/atoms/Switch/Switch.types.d.ts +1 -1
- package/components/atoms/Switch/SwitchStyled.cjs +1 -1
- package/components/atoms/Switch/SwitchStyled.d.cts +6 -0
- package/components/atoms/Switch/SwitchStyled.d.ts +1 -1
- package/components/atoms/Switch/constants.d.cts +1 -0
- package/components/atoms/Switch/index.d.cts +2 -0
- package/components/atoms/Switch/index.d.ts +2 -2
- package/components/atoms/Textarea/Textarea.cjs +1 -1
- package/components/atoms/Textarea/Textarea.d.cts +2 -0
- package/components/atoms/Textarea/Textarea.d.ts +1 -1
- package/components/atoms/Textarea/Textarea.types.d.cts +36 -0
- package/components/atoms/Textarea/Textarea.types.d.ts +2 -2
- package/components/atoms/Textarea/TextareaStyled.cjs +1 -1
- package/components/atoms/Textarea/TextareaStyled.d.cts +2 -0
- package/components/atoms/Textarea/TextareaStyled.d.ts +1 -1
- package/components/atoms/Textarea/constants.d.cts +1 -0
- package/components/atoms/Textarea/hooks/index.d.cts +2 -0
- package/components/atoms/Textarea/hooks/index.d.ts +2 -2
- package/components/atoms/Textarea/hooks/useDynamicHeightAdjustment.cjs +1 -1
- package/components/atoms/Textarea/hooks/useDynamicHeightAdjustment.d.cts +2 -0
- package/components/atoms/Textarea/hooks/useResizeObserver.cjs +1 -1
- package/components/atoms/Textarea/hooks/useResizeObserver.d.cts +2 -0
- package/components/atoms/Textarea/hooks/useResizeObserver.d.ts +1 -1
- package/components/atoms/Textarea/index.d.cts +2 -0
- package/components/atoms/Textarea/index.d.ts +2 -2
- package/components/atoms/Toggle/Toggle.cjs +1 -1
- package/components/atoms/Toggle/Toggle.d.cts +2 -0
- package/components/atoms/Toggle/Toggle.d.ts +1 -1
- package/components/atoms/Toggle/Toggle.types.d.cts +16 -0
- package/components/atoms/Toggle/Toggle.types.d.ts +1 -1
- package/components/atoms/Toggle/ToggleStyled.cjs +1 -1
- package/components/atoms/Toggle/ToggleStyled.d.cts +2 -0
- package/components/atoms/Toggle/ToggleStyled.d.ts +1 -1
- package/components/atoms/Toggle/constants.d.cts +1 -0
- package/components/atoms/Toggle/index.d.cts +2 -0
- package/components/atoms/Toggle/index.d.ts +2 -2
- package/components/atoms/Truncate/Truncate.cjs +1 -1
- package/components/atoms/Truncate/Truncate.d.cts +2 -0
- package/components/atoms/Truncate/Truncate.d.ts +1 -1
- package/components/atoms/Truncate/Truncate.types.d.cts +12 -0
- package/components/atoms/Truncate/Truncate.types.d.ts +1 -1
- package/components/atoms/Truncate/TruncateStyled.cjs +1 -1
- package/components/atoms/Truncate/TruncateStyled.d.cts +2 -0
- package/components/atoms/Truncate/TruncateStyled.d.ts +1 -1
- package/components/atoms/Truncate/constants.d.cts +1 -0
- package/components/atoms/Truncate/index.d.cts +2 -0
- package/components/atoms/Truncate/index.d.ts +2 -2
- package/components/atoms/Typography/Typography.cjs +1 -1
- package/components/atoms/Typography/Typography.d.cts +2 -0
- package/components/atoms/Typography/Typography.d.ts +1 -1
- package/components/atoms/Typography/Typography.types.d.cts +20 -0
- package/components/atoms/Typography/Typography.types.d.ts +2 -2
- package/components/atoms/Typography/TypographyStyled.cjs +1 -1
- package/components/atoms/Typography/TypographyStyled.d.cts +2 -0
- package/components/atoms/Typography/TypographyStyled.d.ts +1 -1
- package/components/atoms/Typography/TypographyStyled.js +8 -16
- package/components/atoms/Typography/constants.d.cts +1 -0
- package/components/atoms/Typography/index.d.cts +2 -0
- package/components/atoms/Typography/index.d.ts +2 -2
- package/components/atoms/Wrapper/Wrapper.cjs +1 -1
- package/components/atoms/Wrapper/Wrapper.d.cts +3 -0
- package/components/atoms/Wrapper/Wrapper.d.ts +1 -1
- package/components/atoms/Wrapper/Wrapper.types.d.cts +11 -0
- package/components/atoms/Wrapper/Wrapper.types.d.ts +2 -2
- package/components/atoms/Wrapper/WrapperStyled.cjs +1 -1
- package/components/atoms/Wrapper/WrapperStyled.d.cts +2 -0
- package/components/atoms/Wrapper/WrapperStyled.d.ts +1 -1
- package/components/atoms/Wrapper/constants.d.cts +1 -0
- package/components/atoms/Wrapper/index.d.cts +2 -0
- package/components/atoms/Wrapper/index.d.ts +2 -2
- package/components/atoms/index.d.cts +24 -0
- package/components/atoms/index.d.ts +24 -24
- package/components/atoms/types/events.types.d.cts +7 -0
- package/components/atoms/types/events.types.d.ts +1 -1
- package/components/atoms/types/index.types.d.cts +2 -0
- package/components/atoms/types/index.types.d.ts +2 -2
- package/components/atoms/types/roles.types.d.cts +4 -0
- package/components/index.d.cts +6 -0
- package/components/index.d.ts +6 -6
- package/components/index.types.d.cts +130 -0
- package/components/index.types.d.ts +2 -2
- package/components/layout/ChatContainer/ChatContainer.cjs +1 -1
- package/components/layout/ChatContainer/ChatContainer.d.cts +2 -0
- package/components/layout/ChatContainer/ChatContainer.d.ts +1 -1
- package/components/layout/ChatContainer/ChatContainer.types.d.cts +28 -0
- package/components/layout/ChatContainer/ChatContainer.types.d.ts +1 -1
- package/components/layout/ChatContainer/ChatContainerStyled.cjs +1 -1
- package/components/layout/ChatContainer/ChatContainerStyled.d.cts +11 -0
- package/components/layout/ChatContainer/ChatContainerStyled.d.ts +1 -1
- package/components/layout/ChatContainer/constants.d.cts +1 -0
- package/components/layout/ChatContainer/index.d.cts +2 -0
- package/components/layout/ChatContainer/index.d.ts +2 -2
- package/components/layout/Column/Column.cjs +1 -1
- package/components/layout/Column/Column.d.cts +2 -0
- package/components/layout/Column/Column.d.ts +1 -1
- package/components/layout/Column/Column.types.d.cts +8 -0
- package/components/layout/Column/Column.types.d.ts +1 -1
- package/components/layout/Column/ColumnStyled.cjs +1 -1
- package/components/layout/Column/ColumnStyled.d.cts +2 -0
- package/components/layout/Column/ColumnStyled.d.ts +1 -1
- package/components/layout/Column/constants.d.cts +1 -0
- package/components/layout/Column/index.d.cts +2 -0
- package/components/layout/Column/index.d.ts +2 -2
- package/components/layout/FlexContainer/FlexContainer.cjs +1 -1
- package/components/layout/FlexContainer/FlexContainer.d.cts +2 -0
- package/components/layout/FlexContainer/FlexContainer.d.ts +1 -1
- package/components/layout/FlexContainer/FlexContainer.types.d.cts +6 -0
- package/components/layout/FlexContainer/FlexContainer.types.d.ts +1 -1
- package/components/layout/FlexContainer/FlexContainerStyled.cjs +1 -1
- package/components/layout/FlexContainer/FlexContainerStyled.d.cts +2 -0
- package/components/layout/FlexContainer/FlexContainerStyled.d.ts +1 -1
- package/components/layout/FlexContainer/constants.d.cts +1 -0
- package/components/layout/FlexContainer/index.d.cts +2 -0
- package/components/layout/FlexContainer/index.d.ts +2 -2
- package/components/layout/FlexContainer/utils.d.cts +2 -0
- package/components/layout/FlexContainer/utils.d.ts +1 -1
- package/components/layout/Portal/Portal.cjs +1 -1
- package/components/layout/Portal/Portal.d.cts +2 -0
- package/components/layout/Portal/Portal.d.ts +1 -1
- package/components/layout/Portal/Portal.js +5 -3
- package/components/layout/Portal/Portal.types.d.cts +10 -0
- package/components/layout/Portal/Portal.types.d.ts +2 -2
- package/components/layout/Portal/constants.d.cts +1 -0
- package/components/layout/Portal/index.d.cts +2 -0
- package/components/layout/Portal/index.d.ts +2 -2
- package/components/layout/Row/Row.cjs +1 -1
- package/components/layout/Row/Row.d.cts +3 -0
- package/components/layout/Row/Row.d.ts +1 -1
- package/components/layout/Row/Row.types.d.cts +8 -0
- package/components/layout/Row/Row.types.d.ts +1 -1
- package/components/layout/Row/RowStyled.cjs +1 -1
- package/components/layout/Row/RowStyled.d.cts +2 -0
- package/components/layout/Row/RowStyled.d.ts +1 -1
- package/components/layout/Row/constants.d.cts +1 -0
- package/components/layout/Row/index.d.cts +2 -0
- package/components/layout/Row/index.d.ts +2 -2
- package/components/layout/Scroll/Scroll.cjs +1 -1
- package/components/layout/Scroll/Scroll.d.cts +25 -0
- package/components/layout/Scroll/Scroll.d.ts +1 -1
- package/components/layout/Scroll/Scroll.types.d.cts +24 -0
- package/components/layout/Scroll/Scroll.types.d.ts +1 -1
- package/components/layout/Scroll/ScrollBar.cjs +1 -1
- package/components/layout/Scroll/ScrollBar.d.cts +2 -0
- package/components/layout/Scroll/ScrollBar.d.ts +1 -1
- package/components/layout/Scroll/ScrollStyled.cjs +1 -1
- package/components/layout/Scroll/ScrollStyled.d.cts +6 -0
- package/components/layout/Scroll/ScrollStyled.d.ts +1 -1
- package/components/layout/Scroll/constants.d.cts +5 -0
- package/components/layout/Scroll/index.d.cts +2 -0
- package/components/layout/Scroll/index.d.ts +2 -2
- package/components/layout/Scroll/utils.d.cts +5 -0
- package/components/layout/Scroll/utils.d.ts +1 -1
- package/components/layout/index.d.cts +6 -0
- package/components/layout/index.d.ts +6 -6
- package/components/molecules/Accordion/Accordion.cjs +1 -1
- package/components/molecules/Accordion/Accordion.d.cts +2 -0
- package/components/molecules/Accordion/Accordion.d.ts +1 -1
- package/components/molecules/Accordion/Accordion.types.d.cts +31 -0
- package/components/molecules/Accordion/Accordion.types.d.ts +1 -1
- package/components/molecules/Accordion/AccordionContent/AccordionContent.cjs +1 -1
- package/components/molecules/Accordion/AccordionContent/AccordionContent.d.cts +2 -0
- package/components/molecules/Accordion/AccordionContent/AccordionContent.d.ts +1 -1
- package/components/molecules/Accordion/AccordionContent/index.d.cts +1 -0
- package/components/molecules/Accordion/AccordionContent/index.d.ts +1 -1
- package/components/molecules/Accordion/AccordionHeader/AccordionHeader.cjs +1 -1
- package/components/molecules/Accordion/AccordionHeader/AccordionHeader.d.cts +2 -0
- package/components/molecules/Accordion/AccordionHeader/AccordionHeader.d.ts +1 -1
- package/components/molecules/Accordion/AccordionHeader/index.d.cts +1 -0
- package/components/molecules/Accordion/AccordionHeader/index.d.ts +1 -1
- package/components/molecules/Accordion/AccordionItem/AccordionItem.cjs +1 -1
- package/components/molecules/Accordion/AccordionItem/AccordionItem.d.cts +2 -0
- package/components/molecules/Accordion/AccordionItem/AccordionItem.d.ts +1 -1
- package/components/molecules/Accordion/AccordionItem/index.d.cts +1 -0
- package/components/molecules/Accordion/AccordionItem/index.d.ts +1 -1
- package/components/molecules/Accordion/AccordionStyled.cjs +1 -1
- package/components/molecules/Accordion/AccordionStyled.d.cts +5 -0
- package/components/molecules/Accordion/AccordionStyled.d.ts +1 -1
- package/components/molecules/Accordion/constants.d.cts +10 -0
- package/components/molecules/Accordion/hooks/index.d.cts +1 -0
- package/components/molecules/Accordion/hooks/index.d.ts +1 -1
- package/components/molecules/Accordion/hooks/useAccordion.cjs +1 -1
- package/components/molecules/Accordion/hooks/useAccordion.d.cts +3 -0
- package/components/molecules/Accordion/hooks/useAccordion.d.ts +1 -1
- package/components/molecules/Accordion/index.d.cts +5 -0
- package/components/molecules/Accordion/index.d.ts +5 -5
- package/components/molecules/AttachmentFile/AttachmentFile.cjs +1 -1
- package/components/molecules/AttachmentFile/AttachmentFile.d.cts +2 -0
- package/components/molecules/AttachmentFile/AttachmentFile.d.ts +1 -1
- package/components/molecules/AttachmentFile/AttachmentFile.js +45 -53
- package/components/molecules/AttachmentFile/AttachmentFile.types.d.cts +16 -0
- package/components/molecules/AttachmentFile/AttachmentFile.types.d.ts +1 -1
- package/components/molecules/AttachmentFile/AttachmentFileStyled.cjs +1 -1
- package/components/molecules/AttachmentFile/AttachmentFileStyled.d.cts +14 -0
- package/components/molecules/AttachmentFile/AttachmentFileStyled.d.ts +3 -4
- package/components/molecules/AttachmentFile/AttachmentFileStyled.js +2 -8
- package/components/molecules/AttachmentFile/constants.d.cts +1 -0
- package/components/molecules/AttachmentFile/index.d.cts +2 -0
- package/components/molecules/AttachmentFile/index.d.ts +2 -2
- package/components/molecules/AvatarUser/AvatarUser.cjs +1 -1
- package/components/molecules/AvatarUser/AvatarUser.d.cts +2 -0
- package/components/molecules/AvatarUser/AvatarUser.d.ts +1 -1
- package/components/molecules/AvatarUser/AvatarUser.js +29 -28
- package/components/molecules/AvatarUser/AvatarUserStyled.cjs +1 -1
- package/components/molecules/AvatarUser/AvatarUserStyled.d.cts +2 -0
- package/components/molecules/AvatarUser/AvatarUserStyled.d.ts +1 -1
- package/components/molecules/AvatarUser/constants.d.cts +1 -0
- package/components/molecules/AvatarUser/index.d.cts +1 -0
- package/components/molecules/AvatarUser/index.d.ts +1 -1
- package/components/molecules/Breadcrumbs/Breadcrumbs.cjs +1 -1
- package/components/molecules/Breadcrumbs/Breadcrumbs.d.cts +2 -0
- package/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/components/molecules/Breadcrumbs/Breadcrumbs.types.d.cts +14 -0
- package/components/molecules/Breadcrumbs/Breadcrumbs.types.d.ts +1 -1
- package/components/molecules/Breadcrumbs/BreadcrumbsStyled.cjs +1 -1
- package/components/molecules/Breadcrumbs/BreadcrumbsStyled.d.cts +6 -0
- package/components/molecules/Breadcrumbs/BreadcrumbsStyled.d.ts +1 -1
- package/components/molecules/Breadcrumbs/constants.d.cts +1 -0
- package/components/molecules/Breadcrumbs/index.d.cts +2 -0
- package/components/molecules/Breadcrumbs/index.d.ts +2 -2
- package/components/molecules/Counter/Counter.cjs +1 -1
- package/components/molecules/Counter/Counter.d.cts +2 -0
- package/components/molecules/Counter/Counter.d.ts +1 -1
- package/components/molecules/Counter/Counter.types.d.cts +15 -0
- package/components/molecules/Counter/Counter.types.d.ts +2 -2
- package/components/molecules/Counter/CounterStyled.cjs +1 -1
- package/components/molecules/Counter/CounterStyled.d.cts +3 -0
- package/components/molecules/Counter/CounterStyled.d.ts +1 -1
- package/components/molecules/Counter/constants.d.cts +5 -0
- package/components/molecules/Counter/index.d.cts +2 -0
- package/components/molecules/Counter/index.d.ts +2 -2
- package/components/molecules/Dropdown/Dropdown.cjs +1 -1
- package/components/molecules/Dropdown/Dropdown.d.cts +3 -0
- package/components/molecules/Dropdown/Dropdown.d.ts +1 -1
- package/components/molecules/Dropdown/Dropdown.types.d.cts +8 -0
- package/components/molecules/Dropdown/Dropdown.types.d.ts +2 -2
- package/components/molecules/Dropdown/DropdownStyled.cjs +1 -1
- package/components/molecules/Dropdown/DropdownStyled.d.cts +2 -0
- package/components/molecules/Dropdown/DropdownStyled.d.ts +1 -1
- package/components/molecules/Dropdown/constants.d.cts +5 -0
- package/components/molecules/Dropdown/hooks/index.d.cts +1 -0
- package/components/molecules/Dropdown/hooks/index.d.ts +1 -1
- package/components/molecules/Dropdown/hooks/useDropdown.cjs +1 -1
- package/components/molecules/Dropdown/hooks/useDropdown.d.cts +3 -0
- package/components/molecules/Dropdown/hooks/useDropdown.d.ts +1 -1
- package/components/molecules/Dropdown/index.d.cts +3 -0
- package/components/molecules/Dropdown/index.d.ts +3 -3
- package/components/molecules/DropdownItem/DropdownItem.cjs +1 -1
- package/components/molecules/DropdownItem/DropdownItem.d.cts +2 -0
- package/components/molecules/DropdownItem/DropdownItem.d.ts +1 -1
- package/components/molecules/DropdownItem/DropdownItem.types.d.cts +9 -0
- package/components/molecules/DropdownItem/DropdownItem.types.d.ts +1 -1
- package/components/molecules/DropdownItem/DropdownItemStyled.cjs +1 -1
- package/components/molecules/DropdownItem/DropdownItemStyled.d.cts +2 -0
- package/components/molecules/DropdownItem/DropdownItemStyled.d.ts +1 -1
- package/components/molecules/DropdownItem/constants.d.cts +1 -0
- package/components/molecules/DropdownItem/index.d.cts +2 -0
- package/components/molecules/DropdownItem/index.d.ts +2 -2
- package/components/molecules/Form/Form.cjs +1 -1
- package/components/molecules/Form/Form.d.cts +2 -0
- package/components/molecules/Form/Form.d.ts +1 -1
- package/components/molecules/Form/Form.types.d.cts +31 -0
- package/components/molecules/Form/Form.types.d.ts +1 -1
- package/components/molecules/Form/FormStyled.cjs +1 -1
- package/components/molecules/Form/FormStyled.d.cts +2 -0
- package/components/molecules/Form/FormStyled.d.ts +1 -1
- package/components/molecules/Form/constants.d.cts +1 -0
- package/components/molecules/Form/index.d.cts +2 -0
- package/components/molecules/Form/index.d.ts +2 -2
- package/components/molecules/Form/utils.cjs +1 -1
- package/components/molecules/Form/utils.d.cts +3 -0
- package/components/molecules/Form/utils.d.ts +1 -1
- package/components/molecules/InlineNotification/InlineNotification.cjs +1 -1
- package/components/molecules/InlineNotification/InlineNotification.d.cts +2 -0
- package/components/molecules/InlineNotification/InlineNotification.d.ts +1 -1
- package/components/molecules/InlineNotification/InlineNotification.types.d.cts +9 -0
- package/components/molecules/InlineNotification/InlineNotification.types.d.ts +1 -1
- package/components/molecules/InlineNotification/InlineNotificationStyled.cjs +1 -1
- package/components/molecules/InlineNotification/InlineNotificationStyled.d.cts +3 -0
- package/components/molecules/InlineNotification/InlineNotificationStyled.d.ts +1 -1
- package/components/molecules/InlineNotification/constants.d.cts +16 -0
- package/components/molecules/InlineNotification/index.d.cts +2 -0
- package/components/molecules/InlineNotification/index.d.ts +2 -2
- package/components/molecules/List/List.cjs +1 -1
- package/components/molecules/List/List.d.cts +3 -0
- package/components/molecules/List/List.d.ts +1 -1
- package/components/molecules/List/List.types.d.cts +13 -0
- package/components/molecules/List/List.types.d.ts +2 -2
- package/components/molecules/List/ListStyled.cjs +1 -1
- package/components/molecules/List/ListStyled.d.cts +3 -0
- package/components/molecules/List/ListStyled.d.ts +1 -1
- package/components/molecules/List/constants.d.cts +1 -0
- package/components/molecules/List/index.d.cts +2 -0
- package/components/molecules/List/index.d.ts +2 -2
- package/components/molecules/Menu/Menu.cjs +1 -1
- package/components/molecules/Menu/Menu.d.cts +2 -0
- package/components/molecules/Menu/Menu.d.ts +1 -1
- package/components/molecules/Menu/Menu.types.d.cts +24 -0
- package/components/molecules/Menu/Menu.types.d.ts +1 -1
- package/components/molecules/Menu/MenuStyled.cjs +1 -1
- package/components/molecules/Menu/MenuStyled.d.cts +3 -0
- package/components/molecules/Menu/MenuStyled.d.ts +1 -1
- package/components/molecules/Menu/MenuStyled.js +1 -1
- package/components/molecules/Menu/constants.d.cts +2 -0
- package/components/molecules/Menu/index.d.cts +2 -0
- package/components/molecules/Menu/index.d.ts +2 -2
- package/components/molecules/Price/Price.cjs +1 -1
- package/components/molecules/Price/Price.d.cts +4 -0
- package/components/molecules/Price/Price.d.ts +1 -1
- package/components/molecules/Price/Price.types.d.cts +22 -0
- package/components/molecules/Price/Price.types.d.ts +1 -1
- package/components/molecules/Price/PriceStyled.cjs +1 -1
- package/components/molecules/Price/PriceStyled.d.cts +4 -0
- package/components/molecules/Price/PriceStyled.d.ts +1 -1
- package/components/molecules/Price/constants.d.cts +1 -0
- package/components/molecules/Price/index.d.cts +2 -0
- package/components/molecules/Price/index.d.ts +2 -2
- package/components/molecules/ProgressBar/ProgressBar.cjs +1 -1
- package/components/molecules/ProgressBar/ProgressBar.d.cts +4 -0
- package/components/molecules/ProgressBar/ProgressBar.d.ts +1 -1
- package/components/molecules/ProgressBar/ProgressBar.types.d.cts +36 -0
- package/components/molecules/ProgressBar/ProgressBar.types.d.ts +2 -2
- package/components/molecules/ProgressBar/ProgressBarStyled.cjs +1 -1
- package/components/molecules/ProgressBar/ProgressBarStyled.d.cts +6 -0
- package/components/molecules/ProgressBar/ProgressBarStyled.d.ts +1 -1
- package/components/molecules/ProgressBar/constants.d.cts +4 -0
- package/components/molecules/ProgressBar/index.d.cts +2 -0
- package/components/molecules/ProgressBar/index.d.ts +2 -2
- package/components/molecules/RadioGroup/RadioGroup.cjs +1 -1
- package/components/molecules/RadioGroup/RadioGroup.d.cts +4 -0
- package/components/molecules/RadioGroup/RadioGroup.d.ts +1 -1
- package/components/molecules/RadioGroup/RadioGroup.types.d.cts +77 -0
- package/components/molecules/RadioGroup/RadioGroup.types.d.ts +2 -2
- package/components/molecules/RadioGroup/RadioGroupItem/RadioGroupItem.cjs +1 -1
- package/components/molecules/RadioGroup/RadioGroupItem/RadioGroupItem.d.cts +5 -0
- package/components/molecules/RadioGroup/RadioGroupItem/RadioGroupItem.d.ts +1 -1
- package/components/molecules/RadioGroup/RadioGroupItem/index.d.cts +1 -0
- package/components/molecules/RadioGroup/RadioGroupItem/index.d.ts +1 -1
- package/components/molecules/RadioGroup/RadioGroupStyled.cjs +1 -1
- package/components/molecules/RadioGroup/RadioGroupStyled.d.cts +6 -0
- package/components/molecules/RadioGroup/RadioGroupStyled.d.ts +1 -1
- package/components/molecules/RadioGroup/constants.d.cts +2 -0
- package/components/molecules/RadioGroup/index.d.cts +2 -0
- package/components/molecules/RadioGroup/index.d.ts +2 -2
- package/components/molecules/Rating/Rating.cjs +1 -1
- package/components/molecules/Rating/Rating.d.cts +2 -0
- package/components/molecules/Rating/Rating.d.ts +1 -1
- package/components/molecules/Rating/Rating.types.d.cts +20 -0
- package/components/molecules/Rating/Rating.types.d.ts +1 -1
- package/components/molecules/Rating/RatingStyled.cjs +1 -1
- package/components/molecules/Rating/RatingStyled.d.cts +5 -0
- package/components/molecules/Rating/RatingStyled.d.ts +1 -1
- package/components/molecules/Rating/constants.d.cts +6 -0
- package/components/molecules/Rating/index.d.cts +2 -0
- package/components/molecules/Rating/index.d.ts +2 -2
- package/components/molecules/Snackbar/Snackbar.cjs +1 -1
- package/components/molecules/Snackbar/Snackbar.d.cts +2 -0
- package/components/molecules/Snackbar/Snackbar.d.ts +1 -1
- package/components/molecules/Snackbar/Snackbar.types.d.cts +35 -0
- package/components/molecules/Snackbar/Snackbar.types.d.ts +2 -2
- package/components/molecules/Snackbar/SnackbarManager.cjs +1 -1
- package/components/molecules/Snackbar/SnackbarManager.d.cts +3 -0
- package/components/molecules/Snackbar/SnackbarManager.d.ts +1 -1
- package/components/molecules/Snackbar/SnackbarStyled.cjs +1 -1
- package/components/molecules/Snackbar/SnackbarStyled.d.cts +12 -0
- package/components/molecules/Snackbar/SnackbarStyled.d.ts +2 -2
- package/components/molecules/Snackbar/constants.cjs +1 -1
- package/components/molecules/Snackbar/constants.d.cts +8 -0
- package/components/molecules/Snackbar/constants.d.ts +1 -1
- package/components/molecules/Snackbar/index.d.cts +4 -0
- package/components/molecules/Snackbar/index.d.ts +4 -4
- package/components/molecules/Stepper/Stepper.cjs +1 -1
- package/components/molecules/Stepper/Stepper.d.cts +2 -0
- package/components/molecules/Stepper/Stepper.d.ts +1 -1
- package/components/molecules/Stepper/Stepper.types.d.cts +31 -0
- package/components/molecules/Stepper/Stepper.types.d.ts +3 -3
- package/components/molecules/Stepper/StepperStyled.cjs +1 -1
- package/components/molecules/Stepper/StepperStyled.d.cts +6 -0
- package/components/molecules/Stepper/StepperStyled.d.ts +1 -1
- package/components/molecules/Stepper/constants.cjs +1 -1
- package/components/molecules/Stepper/constants.d.cts +36 -0
- package/components/molecules/Stepper/index.d.cts +2 -0
- package/components/molecules/Stepper/index.d.ts +2 -2
- package/components/molecules/Stepper/utils.cjs +1 -1
- package/components/molecules/Stepper/utils.d.cts +2 -0
- package/components/molecules/Stepper/utils.d.ts +1 -1
- package/components/molecules/Table/Table.cjs +1 -1
- package/components/molecules/Table/Table.d.cts +2 -0
- package/components/molecules/Table/Table.d.ts +1 -1
- package/components/molecules/Table/Table.types.d.cts +98 -0
- package/components/molecules/Table/Table.types.d.ts +1 -1
- package/components/molecules/Table/TableBody.cjs +1 -1
- package/components/molecules/Table/TableBody.d.cts +2 -0
- package/components/molecules/Table/TableBody.d.ts +1 -1
- package/components/molecules/Table/TableCell.cjs +1 -1
- package/components/molecules/Table/TableCell.d.cts +2 -0
- package/components/molecules/Table/TableCell.d.ts +1 -1
- package/components/molecules/Table/TableFooter.cjs +1 -1
- package/components/molecules/Table/TableFooter.d.cts +2 -0
- package/components/molecules/Table/TableFooter.d.ts +1 -1
- package/components/molecules/Table/TableHead.cjs +1 -1
- package/components/molecules/Table/TableHead.d.cts +2 -0
- package/components/molecules/Table/TableHead.d.ts +1 -1
- package/components/molecules/Table/TableHeaderCell.cjs +1 -1
- package/components/molecules/Table/TableHeaderCell.d.cts +2 -0
- package/components/molecules/Table/TableHeaderCell.d.ts +1 -1
- package/components/molecules/Table/TablePagination.cjs +1 -1
- package/components/molecules/Table/TablePagination.d.cts +2 -0
- package/components/molecules/Table/TablePagination.d.ts +1 -1
- package/components/molecules/Table/TableRow.cjs +1 -1
- package/components/molecules/Table/TableRow.d.cts +2 -0
- package/components/molecules/Table/TableRow.d.ts +1 -1
- package/components/molecules/Table/TableStyled.cjs +1 -1
- package/components/molecules/Table/TableStyled.d.cts +15 -0
- package/components/molecules/Table/TableStyled.d.ts +3 -3
- package/components/molecules/Table/constants.d.cts +9 -0
- package/components/molecules/Table/index.d.cts +9 -0
- package/components/molecules/Table/index.d.ts +9 -9
- package/components/molecules/Tabs/Tabs.cjs +1 -1
- package/components/molecules/Tabs/Tabs.d.cts +2 -0
- package/components/molecules/Tabs/Tabs.d.ts +1 -1
- package/components/molecules/Tabs/Tabs.types.d.cts +26 -0
- package/components/molecules/Tabs/Tabs.types.d.ts +3 -3
- package/components/molecules/Tabs/TabsStyled.cjs +1 -1
- package/components/molecules/Tabs/TabsStyled.d.cts +8 -0
- package/components/molecules/Tabs/TabsStyled.d.ts +1 -1
- package/components/molecules/Tabs/constants.d.cts +6 -0
- package/components/molecules/Tabs/index.d.cts +2 -0
- package/components/molecules/Tabs/index.d.ts +2 -2
- package/components/molecules/Tooltip/Tooltip.cjs +1 -1
- package/components/molecules/Tooltip/Tooltip.d.cts +7 -0
- package/components/molecules/Tooltip/Tooltip.d.ts +1 -1
- package/components/molecules/Tooltip/Tooltip.types.d.cts +17 -0
- package/components/molecules/Tooltip/Tooltip.types.d.ts +2 -2
- package/components/molecules/Tooltip/TooltipStyled.cjs +1 -1
- package/components/molecules/Tooltip/TooltipStyled.d.cts +3 -0
- package/components/molecules/Tooltip/TooltipStyled.d.ts +1 -1
- package/components/molecules/Tooltip/constants.d.cts +3 -0
- package/components/molecules/Tooltip/index.d.cts +2 -0
- package/components/molecules/Tooltip/index.d.ts +2 -2
- package/components/molecules/Tooltip/utils.cjs +1 -1
- package/components/molecules/Tooltip/utils.d.cts +22 -0
- package/components/molecules/Tooltip/utils.d.ts +2 -2
- package/components/molecules/index.d.cts +20 -0
- package/components/molecules/index.d.ts +20 -20
- package/components/organisms/Card/Card.cjs +1 -1
- package/components/organisms/Card/Card.d.cts +20 -0
- package/components/organisms/Card/Card.d.ts +12 -12
- package/components/organisms/Card/Card.types.d.cts +49 -0
- package/components/organisms/Card/Card.types.d.ts +2 -2
- package/components/organisms/Card/CardBadge/CardBadge.cjs +1 -1
- package/components/organisms/Card/CardBadge/CardBadge.d.cts +2 -0
- package/components/organisms/Card/CardBadge/CardBadge.d.ts +1 -1
- package/components/organisms/Card/CardBadge/CardBadgeStyled.cjs +1 -1
- package/components/organisms/Card/CardBadge/CardBadgeStyled.d.cts +2 -0
- package/components/organisms/Card/CardBadge/CardBadgeStyled.d.ts +1 -1
- package/components/organisms/Card/CardBadge/constants.d.cts +1 -0
- package/components/organisms/Card/CardBadge/index.d.cts +1 -0
- package/components/organisms/Card/CardBadge/index.d.ts +1 -1
- package/components/organisms/Card/CardButton/CardButton.cjs +1 -1
- package/components/organisms/Card/CardButton/CardButton.d.cts +4 -0
- package/components/organisms/Card/CardButton/CardButton.d.ts +1 -1
- package/components/organisms/Card/CardButton/CardButtonStyled.cjs +1 -1
- package/components/organisms/Card/CardButton/CardButtonStyled.d.cts +2 -0
- package/components/organisms/Card/CardButton/CardButtonStyled.d.ts +1 -1
- package/components/organisms/Card/CardButton/constants.d.cts +1 -0
- package/components/organisms/Card/CardButton/index.d.cts +1 -0
- package/components/organisms/Card/CardButton/index.d.ts +1 -1
- package/components/organisms/Card/CardCounter/CardCounter.cjs +1 -1
- package/components/organisms/Card/CardCounter/CardCounter.d.cts +4 -0
- package/components/organisms/Card/CardCounter/CardCounter.d.ts +1 -1
- package/components/organisms/Card/CardCounter/CardCounterStyled.cjs +1 -1
- package/components/organisms/Card/CardCounter/CardCounterStyled.d.cts +2 -0
- package/components/organisms/Card/CardCounter/CardCounterStyled.d.ts +1 -1
- package/components/organisms/Card/CardCounter/constants.d.cts +1 -0
- package/components/organisms/Card/CardCounter/index.d.cts +1 -0
- package/components/organisms/Card/CardCounter/index.d.ts +1 -1
- package/components/organisms/Card/CardDescription/CardDescription.cjs +1 -1
- package/components/organisms/Card/CardDescription/CardDescription.d.cts +2 -0
- package/components/organisms/Card/CardDescription/CardDescription.d.ts +1 -1
- package/components/organisms/Card/CardDescription/CardDescriptionStyled.cjs +1 -1
- package/components/organisms/Card/CardDescription/CardDescriptionStyled.d.cts +2 -0
- package/components/organisms/Card/CardDescription/CardDescriptionStyled.d.ts +1 -1
- package/components/organisms/Card/CardDescription/constants.cjs +1 -1
- package/components/organisms/Card/CardDescription/constants.d.cts +6 -0
- package/components/organisms/Card/CardDescription/constants.d.ts +1 -1
- package/components/organisms/Card/CardDescription/index.d.cts +1 -0
- package/components/organisms/Card/CardDescription/index.d.ts +1 -1
- package/components/organisms/Card/CardImage/CardImage.cjs +1 -1
- package/components/organisms/Card/CardImage/CardImage.d.cts +2 -0
- package/components/organisms/Card/CardImage/CardImage.d.ts +1 -1
- package/components/organisms/Card/CardImage/CardImageStyled.cjs +1 -1
- package/components/organisms/Card/CardImage/CardImageStyled.d.cts +2 -0
- package/components/organisms/Card/CardImage/CardImageStyled.d.ts +1 -1
- package/components/organisms/Card/CardImage/constants.d.cts +1 -0
- package/components/organisms/Card/CardImage/index.d.cts +1 -0
- package/components/organisms/Card/CardImage/index.d.ts +1 -1
- package/components/organisms/Card/CardPrice/CardPrice.cjs +1 -1
- package/components/organisms/Card/CardPrice/CardPrice.d.cts +2 -0
- package/components/organisms/Card/CardPrice/CardPrice.d.ts +1 -1
- package/components/organisms/Card/CardPrice/CardPriceStyled.cjs +1 -1
- package/components/organisms/Card/CardPrice/CardPriceStyled.d.cts +2 -0
- package/components/organisms/Card/CardPrice/CardPriceStyled.d.ts +1 -1
- package/components/organisms/Card/CardPrice/constants.d.cts +1 -0
- package/components/organisms/Card/CardPrice/index.d.cts +1 -0
- package/components/organisms/Card/CardPrice/index.d.ts +1 -1
- package/components/organisms/Card/CardRating/CardRating.cjs +1 -1
- package/components/organisms/Card/CardRating/CardRating.d.cts +2 -0
- package/components/organisms/Card/CardRating/CardRating.d.ts +1 -1
- package/components/organisms/Card/CardRating/CardRatingStyled.cjs +1 -1
- package/components/organisms/Card/CardRating/CardRatingStyled.d.cts +2 -0
- package/components/organisms/Card/CardRating/CardRatingStyled.d.ts +1 -1
- package/components/organisms/Card/CardRating/constants.d.cts +3 -0
- package/components/organisms/Card/CardRating/index.d.cts +1 -0
- package/components/organisms/Card/CardRating/index.d.ts +1 -1
- package/components/organisms/Card/CardTitle/CardTitle.cjs +1 -1
- package/components/organisms/Card/CardTitle/CardTitle.d.cts +4 -0
- package/components/organisms/Card/CardTitle/CardTitle.d.ts +1 -1
- package/components/organisms/Card/CardTitle/CardTitleStyled.cjs +1 -1
- package/components/organisms/Card/CardTitle/CardTitleStyled.d.cts +2 -0
- package/components/organisms/Card/CardTitle/CardTitleStyled.d.ts +1 -1
- package/components/organisms/Card/CardTitle/constants.cjs +1 -1
- package/components/organisms/Card/CardTitle/constants.d.cts +6 -0
- package/components/organisms/Card/CardTitle/constants.d.ts +1 -1
- package/components/organisms/Card/CardTitle/index.d.cts +1 -0
- package/components/organisms/Card/CardTitle/index.d.ts +1 -1
- package/components/organisms/Card/CardWishlist/CardWishlist.cjs +1 -1
- package/components/organisms/Card/CardWishlist/CardWishlist.d.cts +2 -0
- package/components/organisms/Card/CardWishlist/CardWishlist.d.ts +1 -1
- package/components/organisms/Card/CardWishlist/CardWishlistStyled.cjs +1 -1
- package/components/organisms/Card/CardWishlist/CardWishlistStyled.d.cts +2 -0
- package/components/organisms/Card/CardWishlist/CardWishlistStyled.d.ts +1 -1
- package/components/organisms/Card/CardWishlist/constants.d.cts +1 -0
- package/components/organisms/Card/CardWishlist/index.d.cts +1 -0
- package/components/organisms/Card/CardWishlist/index.d.ts +1 -1
- package/components/organisms/Card/constants.d.cts +1 -0
- package/components/organisms/Card/index.d.cts +11 -0
- package/components/organisms/Card/index.d.ts +11 -11
- package/components/organisms/Carousel/Carousel.cjs +1 -1
- package/components/organisms/Carousel/Carousel.d.cts +14 -0
- package/components/organisms/Carousel/Carousel.d.ts +7 -5
- package/components/organisms/Carousel/Carousel.js +110 -105
- package/components/organisms/Carousel/Carousel.types.d.cts +36 -0
- package/components/organisms/Carousel/Carousel.types.d.ts +3 -3
- package/components/organisms/Carousel/CarouselStyled.cjs +1 -1
- package/components/organisms/Carousel/CarouselStyled.d.cts +19 -0
- package/components/organisms/Carousel/CarouselStyled.d.ts +5 -1
- package/components/organisms/Carousel/CarouselStyled.js +25 -1
- package/components/organisms/Carousel/constants.d.cts +1 -0
- package/components/organisms/Carousel/index.d.cts +2 -0
- package/components/organisms/Carousel/index.d.ts +2 -2
- package/components/organisms/Chart/AreaChart.cjs +1 -1
- package/components/organisms/Chart/AreaChart.d.cts +1 -0
- package/components/organisms/Chart/AreaChart.d.ts +1 -1
- package/components/organisms/Chart/BarChart.cjs +1 -1
- package/components/organisms/Chart/BarChart.d.cts +1 -0
- package/components/organisms/Chart/BarChart.d.ts +1 -1
- package/components/organisms/Chart/Chart.cjs +1 -1
- package/components/organisms/Chart/Chart.d.cts +2 -0
- package/components/organisms/Chart/Chart.d.ts +1 -1
- package/components/organisms/Chart/Chart.types.d.cts +148 -0
- package/components/organisms/Chart/Chart.types.d.ts +2 -2
- package/components/organisms/Chart/ChartBase.cjs +1 -1
- package/components/organisms/Chart/ChartBase.d.cts +2 -0
- package/components/organisms/Chart/ChartBase.d.ts +1 -1
- package/components/organisms/Chart/ChartCartesian.cjs +1 -1
- package/components/organisms/Chart/ChartCartesian.d.cts +2 -0
- package/components/organisms/Chart/ChartCartesian.d.ts +1 -1
- package/components/organisms/Chart/ChartLegend.cjs +1 -1
- package/components/organisms/Chart/ChartLegend.d.cts +10 -0
- package/components/organisms/Chart/ChartLegend.d.ts +2 -2
- package/components/organisms/Chart/ChartPie.cjs +1 -1
- package/components/organisms/Chart/ChartPie.d.cts +17 -0
- package/components/organisms/Chart/ChartPie.d.ts +2 -2
- package/components/organisms/Chart/ChartStyled.cjs +1 -1
- package/components/organisms/Chart/ChartStyled.d.cts +4 -0
- package/components/organisms/Chart/ChartStyled.d.ts +1 -1
- package/components/organisms/Chart/ChartTooltip.cjs +1 -1
- package/components/organisms/Chart/ChartTooltip.d.cts +11 -0
- package/components/organisms/Chart/ChartTooltip.d.ts +2 -2
- package/components/organisms/Chart/ChartTooltip.js +1 -1
- package/components/organisms/Chart/LineChart.cjs +1 -1
- package/components/organisms/Chart/LineChart.d.cts +2 -0
- package/components/organisms/Chart/LineChart.d.ts +1 -1
- package/components/organisms/Chart/PieChart.cjs +1 -1
- package/components/organisms/Chart/PieChart.d.cts +2 -0
- package/components/organisms/Chart/PieChart.d.ts +1 -1
- package/components/organisms/Chart/constants.d.cts +10 -0
- package/components/organisms/Chart/index.d.cts +6 -0
- package/components/organisms/Chart/index.d.ts +6 -6
- package/components/organisms/Chart/useChartTheme.cjs +1 -1
- package/components/organisms/Chart/useChartTheme.d.cts +10215 -0
- package/components/organisms/Chart/useChartTheme.d.ts +81 -81
- package/components/organisms/ChatBubble/ChatBubble.cjs +1 -1
- package/components/organisms/ChatBubble/ChatBubble.d.cts +5 -0
- package/components/organisms/ChatBubble/ChatBubble.d.ts +3 -3
- package/components/organisms/ChatBubble/ChatBubble.types.d.cts +38 -0
- package/components/organisms/ChatBubble/ChatBubble.types.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatBubbleStyled.cjs +1 -1
- package/components/organisms/ChatBubble/ChatBubbleStyled.d.cts +4 -0
- package/components/organisms/ChatBubble/ChatBubbleStyled.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGallery.cjs +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGallery.d.cts +2 -0
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGallery.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGalleryStyled.cjs +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGalleryStyled.d.cts +2 -0
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGalleryStyled.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/constants.d.cts +1 -0
- package/components/organisms/ChatBubble/ChatImageGallery/index.d.cts +1 -0
- package/components/organisms/ChatBubble/ChatImageGallery/index.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreview.cjs +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreview.d.cts +2 -0
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreview.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreviewStyled.cjs +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreviewStyled.d.cts +2 -0
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreviewStyled.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/constants.d.cts +1 -0
- package/components/organisms/ChatBubble/ChatLinkPreview/index.d.cts +1 -0
- package/components/organisms/ChatBubble/ChatLinkPreview/index.d.ts +1 -1
- package/components/organisms/ChatBubble/constants.d.cts +1 -0
- package/components/organisms/ChatBubble/index.d.cts +4 -0
- package/components/organisms/ChatBubble/index.d.ts +4 -4
- package/components/organisms/ContentCarousel/ContentCarousel.cjs +1 -1
- package/components/organisms/ContentCarousel/ContentCarousel.d.cts +2 -0
- package/components/organisms/ContentCarousel/ContentCarousel.d.ts +1 -1
- package/components/organisms/ContentCarousel/ContentCarousel.types.d.cts +20 -0
- package/components/organisms/ContentCarousel/ContentCarousel.types.d.ts +1 -1
- package/components/organisms/ContentCarousel/ContentCarouselStyled.cjs +1 -1
- package/components/organisms/ContentCarousel/ContentCarouselStyled.d.cts +8 -0
- package/components/organisms/ContentCarousel/ContentCarouselStyled.d.ts +1 -1
- package/components/organisms/ContentCarousel/constants.d.cts +1 -0
- package/components/organisms/ContentCarousel/index.d.cts +2 -0
- package/components/organisms/ContentCarousel/index.d.ts +2 -2
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.cjs +1 -1
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.d.cts +4 -0
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.d.ts +1 -1
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.types.d.cts +21 -0
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.types.d.ts +1 -1
- package/components/organisms/DragAndDropFiles/DragAndDropFilesStyled.cjs +1 -1
- package/components/organisms/DragAndDropFiles/DragAndDropFilesStyled.d.cts +2 -0
- package/components/organisms/DragAndDropFiles/DragAndDropFilesStyled.d.ts +1 -1
- package/components/organisms/DragAndDropFiles/constants.d.cts +1 -0
- package/components/organisms/DragAndDropFiles/hooks/useDragAndDrop/index.d.cts +1 -0
- package/components/organisms/DragAndDropFiles/hooks/useDragAndDrop/index.d.ts +1 -1
- package/components/organisms/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.cjs +1 -1
- package/components/organisms/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.d.cts +19 -0
- package/components/organisms/DragAndDropFiles/index.d.cts +2 -0
- package/components/organisms/DragAndDropFiles/index.d.ts +2 -2
- package/components/organisms/Header/Header.cjs +1 -1
- package/components/organisms/Header/Header.d.cts +2 -0
- package/components/organisms/Header/Header.d.ts +1 -1
- package/components/organisms/Header/Header.types.d.cts +31 -0
- package/components/organisms/Header/Header.types.d.ts +2 -2
- package/components/organisms/Header/HeaderStyled.cjs +1 -1
- package/components/organisms/Header/HeaderStyled.d.cts +14 -0
- package/components/organisms/Header/HeaderStyled.d.ts +1 -1
- package/components/organisms/Header/constants.d.cts +1 -0
- package/components/organisms/Header/index.d.cts +1 -0
- package/components/organisms/Header/index.d.ts +1 -1
- package/components/organisms/ImagePreview/ImagePreview.cjs +1 -1
- package/components/organisms/ImagePreview/ImagePreview.d.cts +2 -0
- package/components/organisms/ImagePreview/ImagePreview.d.ts +1 -1
- package/components/organisms/ImagePreview/ImagePreview.types.d.cts +23 -0
- package/components/organisms/ImagePreview/ImagePreview.types.d.ts +1 -1
- package/components/organisms/ImagePreview/ImagePreviewLightbox.cjs +1 -1
- package/components/organisms/ImagePreview/ImagePreviewLightbox.d.cts +5 -0
- package/components/organisms/ImagePreview/ImagePreviewLightbox.d.ts +1 -1
- package/components/organisms/ImagePreview/ImagePreviewStyled.cjs +1 -1
- package/components/organisms/ImagePreview/ImagePreviewStyled.d.cts +2 -0
- package/components/organisms/ImagePreview/ImagePreviewStyled.d.ts +1 -1
- package/components/organisms/ImagePreview/constants.d.cts +1 -0
- package/components/organisms/ImagePreview/index.d.cts +3 -0
- package/components/organisms/ImagePreview/index.d.ts +3 -3
- package/components/organisms/InputArea/InputArea.cjs +1 -1
- package/components/organisms/InputArea/InputArea.d.cts +2 -0
- package/components/organisms/InputArea/InputArea.d.ts +1 -1
- package/components/organisms/InputArea/InputArea.types.d.cts +41 -0
- package/components/organisms/InputArea/InputArea.types.d.ts +1 -1
- package/components/organisms/InputArea/InputAreaStyled.cjs +1 -1
- package/components/organisms/InputArea/InputAreaStyled.d.cts +38 -0
- package/components/organisms/InputArea/InputAreaStyled.d.ts +3 -3
- package/components/organisms/InputArea/constants.d.cts +1 -0
- package/components/organisms/InputArea/index.d.cts +2 -0
- package/components/organisms/InputArea/index.d.ts +2 -2
- package/components/organisms/Modal/Modal.cjs +1 -1
- package/components/organisms/Modal/Modal.d.cts +2 -0
- package/components/organisms/Modal/Modal.d.ts +1 -1
- package/components/organisms/Modal/Modal.types.d.cts +19 -0
- package/components/organisms/Modal/Modal.types.d.ts +1 -1
- package/components/organisms/Modal/ModalStyled.cjs +1 -1
- package/components/organisms/Modal/ModalStyled.d.cts +8 -0
- package/components/organisms/Modal/ModalStyled.d.ts +1 -1
- package/components/organisms/Modal/constants.d.cts +1 -0
- package/components/organisms/Modal/index.d.cts +2 -0
- package/components/organisms/Modal/index.d.ts +2 -2
- package/components/organisms/Search/Search.cjs +1 -1
- package/components/organisms/Search/Search.d.cts +3 -0
- package/components/organisms/Search/Search.d.ts +2 -2
- package/components/organisms/Search/Search.types.d.cts +23 -0
- package/components/organisms/Search/Search.types.d.ts +2 -9
- package/components/organisms/Search/SearchStyled.cjs +1 -1
- package/components/organisms/Search/SearchStyled.d.cts +2 -0
- package/components/organisms/Search/SearchStyled.d.ts +1 -4
- package/components/organisms/Search/constants.d.cts +4 -0
- package/components/organisms/Search/index.d.cts +2 -0
- package/components/organisms/Search/index.d.ts +2 -2
- package/components/organisms/SearchModal/SearchInput/SearchInput.cjs +1 -1
- package/components/organisms/SearchModal/SearchInput/SearchInput.d.cts +5 -0
- package/components/organisms/SearchModal/SearchInput/SearchInput.d.ts +1 -1
- package/components/organisms/SearchModal/SearchInput/SearchInputStyled.cjs +1 -1
- package/components/organisms/SearchModal/SearchInput/SearchInputStyled.d.cts +4 -0
- package/components/organisms/SearchModal/SearchInput/SearchInputStyled.d.ts +2 -2
- package/components/organisms/SearchModal/SearchInput/constants.d.cts +3 -0
- package/components/organisms/SearchModal/SearchInput/index.d.cts +1 -0
- package/components/organisms/SearchModal/SearchInput/index.d.ts +1 -1
- package/components/organisms/SearchModal/SearchItems/SearchItems.cjs +1 -1
- package/components/organisms/SearchModal/SearchItems/SearchItems.d.cts +5 -0
- package/components/organisms/SearchModal/SearchItems/SearchItems.d.ts +1 -1
- package/components/organisms/SearchModal/SearchItems/SearchItemsStyled.cjs +1 -1
- package/components/organisms/SearchModal/SearchItems/SearchItemsStyled.d.cts +10 -0
- package/components/organisms/SearchModal/SearchItems/SearchItemsStyled.d.ts +2 -2
- package/components/organisms/SearchModal/SearchItems/constants.d.cts +7 -0
- package/components/organisms/SearchModal/SearchItems/index.d.cts +1 -0
- package/components/organisms/SearchModal/SearchItems/index.d.ts +1 -1
- package/components/organisms/SearchModal/SearchItems/utils.cjs +1 -1
- package/components/organisms/SearchModal/SearchItems/utils.d.cts +2 -0
- package/components/organisms/SearchModal/SearchLoader/SearchLoader.cjs +1 -1
- package/components/organisms/SearchModal/SearchLoader/SearchLoader.d.cts +5 -0
- package/components/organisms/SearchModal/SearchLoader/SearchLoader.d.ts +1 -1
- package/components/organisms/SearchModal/SearchLoader/SearchLoaderStyled.cjs +1 -1
- package/components/organisms/SearchModal/SearchLoader/SearchLoaderStyled.d.cts +3 -0
- package/components/organisms/SearchModal/SearchLoader/SearchLoaderStyled.d.ts +1 -1
- package/components/organisms/SearchModal/SearchLoader/constants.d.cts +1 -0
- package/components/organisms/SearchModal/SearchLoader/index.d.cts +1 -0
- package/components/organisms/SearchModal/SearchLoader/index.d.ts +1 -1
- package/components/organisms/SearchModal/SearchModal.cjs +1 -1
- package/components/organisms/SearchModal/SearchModal.d.cts +4 -0
- package/components/organisms/SearchModal/SearchModal.d.ts +1 -1
- package/components/organisms/SearchModal/SearchModal.types.d.cts +55 -0
- package/components/organisms/SearchModal/SearchModal.types.d.ts +2 -2
- package/components/organisms/SearchModal/SearchModalStyled.cjs +1 -1
- package/components/organisms/SearchModal/SearchModalStyled.d.cts +3 -0
- package/components/organisms/SearchModal/SearchModalStyled.d.ts +1 -1
- package/components/organisms/SearchModal/constants.d.cts +5 -0
- package/components/organisms/SearchModal/index.d.cts +2 -0
- package/components/organisms/SearchModal/index.d.ts +2 -2
- package/components/organisms/Sidebar/Sidebar.cjs +1 -1
- package/components/organisms/Sidebar/Sidebar.d.cts +2 -0
- package/components/organisms/Sidebar/Sidebar.d.ts +1 -1
- package/components/organisms/Sidebar/Sidebar.types.d.cts +42 -0
- package/components/organisms/Sidebar/Sidebar.types.d.ts +1 -1
- package/components/organisms/Sidebar/SidebarItem.cjs +1 -1
- package/components/organisms/Sidebar/SidebarItem.d.cts +2 -0
- package/components/organisms/Sidebar/SidebarItem.d.ts +1 -1
- package/components/organisms/Sidebar/SidebarStyled.cjs +1 -1
- package/components/organisms/Sidebar/SidebarStyled.d.cts +16 -0
- package/components/organisms/Sidebar/SidebarStyled.d.ts +1 -1
- package/components/organisms/Sidebar/constants.d.cts +1 -0
- package/components/organisms/Sidebar/index.d.cts +2 -0
- package/components/organisms/Sidebar/index.d.ts +2 -2
- package/components/organisms/index.d.cts +13 -0
- package/components/organisms/index.d.ts +13 -13
- package/components/widget/DragAndDrop/DragAndDrop.cjs +1 -1
- package/components/widget/DragAndDrop/DragAndDrop.d.cts +4 -0
- package/components/widget/DragAndDrop/DragAndDrop.d.ts +1 -1
- package/components/widget/DragAndDrop/DragAndDrop.types.d.cts +35 -0
- package/components/widget/DragAndDrop/DragAndDrop.types.d.ts +2 -2
- package/components/widget/DragAndDrop/DragAndDropStyled.cjs +1 -1
- package/components/widget/DragAndDrop/DragAndDropStyled.d.cts +6 -0
- package/components/widget/DragAndDrop/DragAndDropStyled.d.ts +1 -1
- package/components/widget/DragAndDrop/constants.d.cts +1 -0
- package/components/widget/DragAndDrop/index.d.cts +2 -0
- package/components/widget/DragAndDrop/index.d.ts +2 -2
- package/components/widget/DragAndDrop/utils/index.d.cts +1 -0
- package/components/widget/DragAndDrop/utils/index.d.ts +1 -1
- package/components/widget/DragAndDrop/utils/validators.d.cts +5 -0
- package/components/widget/index.d.cts +1 -0
- package/components/widget/index.d.ts +1 -1
- package/constants/index.d.cts +2 -0
- package/constants/index.d.ts +2 -2
- package/constants/keyboard.d.cts +8 -0
- package/constants/timers.d.cts +2 -0
- package/hooks/index.d.cts +7 -0
- package/hooks/index.d.ts +7 -7
- package/hooks/useAutoFocus/index.d.cts +1 -0
- package/hooks/useAutoFocus/index.d.ts +1 -1
- package/hooks/useAutoFocus/useAutoFocus.cjs +1 -1
- package/hooks/useAutoFocus/useAutoFocus.d.cts +2 -0
- package/hooks/useCarousel/index.d.cts +1 -0
- package/hooks/useCarousel/index.d.ts +1 -1
- package/hooks/useCarousel/useCarousel.cjs +1 -1
- package/hooks/useCarousel/useCarousel.d.cts +14 -0
- package/hooks/useCarousel/useCarousel.d.ts +1 -1
- package/hooks/useClickOutside/index.d.cts +1 -0
- package/hooks/useClickOutside/index.d.ts +1 -1
- package/hooks/useClickOutside/useClickOutside.cjs +1 -1
- package/hooks/useClickOutside/useClickOutside.d.cts +1 -0
- package/hooks/useKeyControls/index.d.cts +1 -0
- package/hooks/useKeyControls/index.d.ts +1 -1
- package/hooks/useKeyControls/useKeyControls.cjs +1 -1
- package/hooks/useKeyControls/useKeyControls.d.cts +2 -0
- package/hooks/useKeyControls/useKeyControls.d.ts +1 -1
- package/hooks/useLogger/NoOpLogger.d.cts +11 -0
- package/hooks/useLogger/NoOpLogger.d.ts +1 -1
- package/hooks/useLogger/index.d.cts +2 -0
- package/hooks/useLogger/index.d.ts +2 -2
- package/hooks/useLogger/useLogger.cjs +1 -1
- package/hooks/useLogger/useLogger.d.cts +4 -0
- package/hooks/useLogger/useLogger.d.ts +1 -1
- package/hooks/useLogger/useLogger.types.d.cts +30 -0
- package/hooks/useMediaQuery/index.d.cts +1 -0
- package/hooks/useMediaQuery/index.d.ts +1 -1
- package/hooks/useMediaQuery/useMediaQuery.cjs +1 -1
- package/hooks/useMediaQuery/useMediaQuery.d.cts +1 -0
- package/hooks/useTheme/NoOpTheme.cjs +1 -1
- package/hooks/useTheme/NoOpTheme.d.cts +5870 -0
- package/hooks/useTheme/NoOpTheme.d.ts +76 -40
- package/hooks/useTheme/index.d.cts +4 -0
- package/hooks/useTheme/index.d.ts +4 -4
- package/hooks/useTheme/useTheme.cjs +1 -1
- package/hooks/useTheme/useTheme.d.cts +3 -0
- package/hooks/useTheme/useTheme.d.ts +1 -1
- package/hooks/useTheme/useTheme.types.d.cts +16 -0
- package/hooks/useTheme/useTheme.types.d.ts +1 -1
- package/hooks/useTheme/utils.cjs +1 -1
- package/hooks/useTheme/utils.d.cts +7 -0
- package/hooks/useTheme/utils.d.ts +1 -1
- package/index.cjs +1 -1
- package/index.d.cts +5 -0
- package/index.d.ts +5 -5
- package/llms.txt +116 -25
- package/package.json +27 -11
- package/tokens/accordion.cjs +1 -1
- package/tokens/accordion.d.cts +88 -0
- package/tokens/animations.d.cts +70 -0
- package/tokens/attachmentFile.cjs +1 -1
- package/tokens/attachmentFile.d.cts +67 -0
- package/tokens/attachmentFile.d.ts +3 -0
- package/tokens/attachmentFile.js +4 -1
- package/tokens/avatar.cjs +1 -1
- package/tokens/avatar.d.cts +168 -0
- package/tokens/avatar.d.ts +8 -9
- package/tokens/avatar.js +21 -23
- package/tokens/badge.cjs +1 -1
- package/tokens/badge.d.cts +244 -0
- package/tokens/borders.cjs +1 -1
- package/tokens/borders.d.cts +9 -0
- package/tokens/box.cjs +1 -1
- package/tokens/box.d.cts +46 -0
- package/tokens/breadcrumbs.cjs +1 -1
- package/tokens/breadcrumbs.d.cts +27 -0
- package/tokens/breakpoints.cjs +1 -1
- package/tokens/breakpoints.d.cts +8 -0
- package/tokens/button.cjs +1 -1
- package/tokens/button.d.cts +141 -0
- package/tokens/card.cjs +1 -1
- package/tokens/card.d.cts +198 -0
- package/tokens/carousel.cjs +1 -1
- package/tokens/carousel.d.cts +305 -0
- package/tokens/carousel.d.ts +34 -1
- package/tokens/carousel.js +33 -0
- package/tokens/chart.cjs +1 -1
- package/tokens/chart.d.cts +172 -0
- package/tokens/chat.cjs +1 -1
- package/tokens/chat.d.cts +156 -0
- package/tokens/chatbubble.cjs +1 -1
- package/tokens/chatbubble.d.cts +163 -0
- package/tokens/chatbubble.d.ts +1 -1
- package/tokens/chatbubble.js +2 -2
- package/tokens/checkbox.cjs +1 -1
- package/tokens/checkbox.d.cts +80 -0
- package/tokens/checkbox.js +2 -2
- package/tokens/colors.d.cts +285 -0
- package/tokens/column.d.cts +6 -0
- package/tokens/constants.d.cts +1 -0
- package/tokens/counter.cjs +1 -1
- package/tokens/counter.d.cts +38 -0
- package/tokens/counter.d.ts +1 -1
- package/tokens/cursors.d.cts +17 -0
- package/tokens/defaultTheme.cjs +1 -1
- package/tokens/defaultTheme.d.cts +5861 -0
- package/tokens/defaultTheme.d.ts +75 -39
- package/tokens/display.d.cts +16 -0
- package/tokens/draganddrop.cjs +1 -1
- package/tokens/draganddrop.d.cts +60 -0
- package/tokens/draganddropfiles.d.cts +3 -0
- package/tokens/flexContainer.cjs +1 -1
- package/tokens/flexContainer.d.cts +9 -0
- package/tokens/flexContainer.d.ts +1 -1
- package/tokens/font.d.cts +54 -0
- package/tokens/form.d.cts +3 -0
- package/tokens/header.cjs +1 -1
- package/tokens/header.d.cts +107 -0
- package/tokens/icon.cjs +1 -1
- package/tokens/icon.d.cts +28 -0
- package/tokens/image.cjs +1 -1
- package/tokens/image.d.cts +31 -0
- package/tokens/image.d.ts +1 -1
- package/tokens/imagePreview.cjs +1 -1
- package/tokens/imagePreview.d.cts +177 -0
- package/tokens/index.cjs +1 -1
- package/tokens/index.d.cts +5061 -0
- package/tokens/index.d.ts +133 -97
- package/tokens/inlineNotification.cjs +1 -1
- package/tokens/inlineNotification.d.cts +62 -0
- package/tokens/input.cjs +1 -1
- package/tokens/input.d.cts +219 -0
- package/tokens/inputArea.cjs +1 -1
- package/tokens/inputArea.d.cts +154 -0
- package/tokens/inputfile.cjs +1 -1
- package/tokens/inputfile.d.cts +14 -0
- package/tokens/label.cjs +1 -1
- package/tokens/label.d.cts +6 -0
- package/tokens/link.cjs +1 -1
- package/tokens/link.d.cts +116 -0
- package/tokens/link.d.ts +1 -1
- package/tokens/link.js +4 -4
- package/tokens/list.cjs +1 -1
- package/tokens/list.d.cts +97 -0
- package/tokens/loader.cjs +1 -1
- package/tokens/loader.d.cts +147 -0
- package/tokens/menu.cjs +1 -1
- package/tokens/menu.d.cts +20 -0
- package/tokens/modal.cjs +1 -1
- package/tokens/modal.d.cts +92 -0
- package/tokens/price.cjs +1 -1
- package/tokens/price.d.cts +47 -0
- package/tokens/price.js +2 -2
- package/tokens/progressbar.cjs +1 -1
- package/tokens/progressbar.d.cts +51 -0
- package/tokens/radiogroup.cjs +1 -1
- package/tokens/radiogroup.d.cts +92 -0
- package/tokens/radiogroup.d.ts +1 -1
- package/tokens/radius.cjs +1 -1
- package/tokens/radius.d.cts +10 -0
- package/tokens/radius.js +1 -1
- package/tokens/rating.cjs +1 -1
- package/tokens/rating.d.cts +73 -0
- package/tokens/reset.d.cts +1 -0
- package/tokens/row.d.cts +5 -0
- package/tokens/scroll.cjs +1 -1
- package/tokens/scroll.d.cts +108 -0
- package/tokens/search.cjs +1 -1
- package/tokens/search.d.cts +39 -0
- package/tokens/searchModal.cjs +1 -1
- package/tokens/searchModal.d.cts +167 -0
- package/tokens/searchModal.d.ts +1 -1
- package/tokens/searchModal.js +1 -1
- package/tokens/select.cjs +1 -1
- package/tokens/select.d.cts +125 -0
- package/tokens/select.d.ts +1 -1
- package/tokens/separator.cjs +1 -1
- package/tokens/separator.d.cts +60 -0
- package/tokens/shadow.d.cts +20 -0
- package/tokens/shadow.d.ts +0 -1
- package/tokens/sidebar.cjs +1 -1
- package/tokens/sidebar.d.cts +123 -0
- package/tokens/sidebar.js +2 -2
- package/tokens/skeleton.cjs +1 -1
- package/tokens/skeleton.d.cts +68 -0
- package/tokens/slider.cjs +1 -1
- package/tokens/slider.d.cts +58 -0
- package/tokens/sliderDots.cjs +1 -1
- package/tokens/sliderDots.d.cts +33 -0
- package/tokens/snackbar.cjs +1 -1
- package/tokens/snackbar.d.cts +173 -0
- package/tokens/snackbar.js +1 -1
- package/tokens/spacing.d.cts +32 -0
- package/tokens/stepper.cjs +1 -1
- package/tokens/stepper.d.cts +128 -0
- package/tokens/switch.cjs +1 -1
- package/tokens/switch.d.cts +78 -0
- package/tokens/table.cjs +1 -1
- package/tokens/table.d.cts +145 -0
- package/tokens/tabs.cjs +1 -1
- package/tokens/tabs.d.cts +90 -0
- package/tokens/textarea.cjs +1 -1
- package/tokens/textarea.d.cts +96 -0
- package/tokens/toggle.cjs +1 -1
- package/tokens/toggle.d.cts +12 -0
- package/tokens/tooltip.cjs +1 -1
- package/tokens/tooltip.d.cts +68 -0
- package/tokens/tooltip.js +7 -8
- package/tokens/truncate.d.cts +9 -0
- package/tokens/types/index.types.d.cts +14 -0
- package/tokens/types/index.types.d.ts +1 -1
- package/tokens/typography.cjs +1 -1
- package/tokens/typography.d.cts +144 -0
- package/tokens/utils.cjs +1 -1
- package/tokens/utils.d.cts +50 -0
- package/tokens/utils.d.ts +4 -4
- package/tokens/utils.js +6 -2
- package/tokens/values.cjs +1 -1
- package/tokens/values.d.cts +94 -0
- package/tokens/wrapper.cjs +1 -1
- package/tokens/wrapper.d.cts +29 -0
- package/tokens/zIndex.d.cts +9 -0
- package/types/accesability.d.cts +5 -0
- package/types/button.d.cts +20 -0
- package/types/card.d.cts +8 -0
- package/types/carousel.d.cts +23 -0
- package/types/carousel.d.ts +1 -1
- package/types/common.d.cts +12 -0
- package/types/cursors.d.cts +14 -0
- package/types/index.d.cts +19 -0
- package/types/index.d.ts +19 -19
- package/types/input.d.cts +26 -0
- package/types/keys.d.cts +8 -0
- package/types/layout.d.cts +8 -0
- package/types/link.d.cts +18 -0
- package/types/list.d.cts +6 -0
- package/types/misc.d.cts +14 -0
- package/types/misc.d.ts +0 -3
- package/types/separator.d.cts +10 -0
- package/types/skeleton.d.cts +5 -0
- package/types/snackbar.d.cts +14 -0
- package/types/stepper.d.cts +9 -0
- package/types/styles.d.cts +4 -0
- package/types/typography.d.cts +48 -0
- package/types/wrapper.d.cts +5 -0
- package/utils/a2ui/constants.d.cts +7 -0
- package/utils/a2ui/contexts.cjs +1 -0
- package/utils/a2ui/contexts.d.cts +1 -0
- package/utils/a2ui/contexts.d.ts +1 -0
- package/utils/a2ui/contexts.js +5 -0
- package/utils/a2ui/helpers/attributes.d.cts +11 -0
- package/utils/a2ui/helpers/attributes.d.ts +1 -1
- package/utils/a2ui/helpers/index.d.cts +4 -0
- package/utils/a2ui/helpers/index.d.ts +4 -4
- package/utils/a2ui/helpers/misc.cjs +1 -1
- package/utils/a2ui/helpers/misc.d.cts +19 -0
- package/utils/a2ui/helpers/misc.d.ts +2 -2
- package/utils/a2ui/helpers/misc.js +1 -8
- package/utils/a2ui/helpers/options.cjs +1 -1
- package/utils/a2ui/helpers/options.d.cts +48 -0
- package/utils/a2ui/helpers/options.d.ts +1 -1
- package/utils/a2ui/helpers/styling.cjs +1 -1
- package/utils/a2ui/helpers/styling.d.cts +7 -0
- package/utils/a2ui/helpers/styling.d.ts +2 -2
- package/utils/a2ui/index.d.cts +2 -0
- package/utils/a2ui/index.d.ts +2 -2
- package/utils/a2ui/render.cjs +1 -1
- package/utils/a2ui/render.d.cts +5 -0
- package/utils/a2ui/render.d.ts +2 -2
- package/utils/a2ui/render.js +3 -3
- package/utils/a2ui/renderers/accordion.cjs +1 -1
- package/utils/a2ui/renderers/accordion.d.cts +8 -0
- package/utils/a2ui/renderers/accordion.d.ts +1 -1
- package/utils/a2ui/renderers/attachment-file.cjs +1 -0
- package/utils/a2ui/renderers/attachment-file.d.cts +6 -0
- package/utils/a2ui/renderers/attachment-file.d.ts +6 -0
- package/utils/a2ui/renderers/attachment-file.js +28 -0
- package/utils/a2ui/renderers/avatar.cjs +1 -1
- package/utils/a2ui/renderers/avatar.d.cts +10 -0
- package/utils/a2ui/renderers/avatar.d.ts +3 -3
- package/utils/a2ui/renderers/avatar.js +1 -0
- package/utils/a2ui/renderers/badge.cjs +1 -1
- package/utils/a2ui/renderers/badge.d.cts +4 -0
- package/utils/a2ui/renderers/badge.d.ts +1 -1
- package/utils/a2ui/renderers/box.cjs +1 -1
- package/utils/a2ui/renderers/box.d.cts +5 -0
- package/utils/a2ui/renderers/box.d.ts +2 -2
- package/utils/a2ui/renderers/breadcrumbs.cjs +1 -1
- package/utils/a2ui/renderers/breadcrumbs.d.cts +4 -0
- package/utils/a2ui/renderers/breadcrumbs.d.ts +1 -1
- package/utils/a2ui/renderers/button.cjs +1 -1
- package/utils/a2ui/renderers/button.d.cts +5 -0
- package/utils/a2ui/renderers/button.d.ts +2 -2
- package/utils/a2ui/renderers/button.js +32 -19
- package/utils/a2ui/renderers/card.cjs +1 -1
- package/utils/a2ui/renderers/card.d.cts +14 -0
- package/utils/a2ui/renderers/card.d.ts +3 -3
- package/utils/a2ui/renderers/carousel.cjs +1 -1
- package/utils/a2ui/renderers/carousel.d.cts +6 -0
- package/utils/a2ui/renderers/carousel.d.ts +1 -1
- package/utils/a2ui/renderers/carousel.js +44 -28
- package/utils/a2ui/renderers/chart.cjs +1 -1
- package/utils/a2ui/renderers/chart.d.cts +4 -0
- package/utils/a2ui/renderers/chart.d.ts +1 -1
- package/utils/a2ui/renderers/chat.cjs +1 -1
- package/utils/a2ui/renderers/chat.d.cts +7 -0
- package/utils/a2ui/renderers/chat.d.ts +2 -1
- package/utils/a2ui/renderers/chat.js +30 -8
- package/utils/a2ui/renderers/checkbox.cjs +1 -1
- package/utils/a2ui/renderers/checkbox.d.cts +11 -0
- package/utils/a2ui/renderers/checkbox.d.ts +2 -2
- package/utils/a2ui/renderers/content-carousel.cjs +1 -1
- package/utils/a2ui/renderers/content-carousel.d.cts +5 -0
- package/utils/a2ui/renderers/content-carousel.d.ts +1 -1
- package/utils/a2ui/renderers/counter.cjs +1 -1
- package/utils/a2ui/renderers/counter.d.cts +5 -0
- package/utils/a2ui/renderers/counter.d.ts +2 -2
- package/utils/a2ui/renderers/drag-and-drop.cjs +1 -1
- package/utils/a2ui/renderers/drag-and-drop.d.cts +7 -0
- package/utils/a2ui/renderers/drag-and-drop.d.ts +2 -2
- package/utils/a2ui/renderers/dropdown.cjs +1 -1
- package/utils/a2ui/renderers/dropdown.d.cts +6 -0
- package/utils/a2ui/renderers/dropdown.d.ts +2 -2
- package/utils/a2ui/renderers/form.cjs +1 -1
- package/utils/a2ui/renderers/form.d.cts +9 -0
- package/utils/a2ui/renderers/form.d.ts +6 -6
- package/utils/a2ui/renderers/form.js +30 -22
- package/utils/a2ui/renderers/header.cjs +1 -1
- package/utils/a2ui/renderers/header.d.cts +5 -0
- package/utils/a2ui/renderers/header.d.ts +2 -2
- package/utils/a2ui/renderers/icon.cjs +1 -1
- package/utils/a2ui/renderers/icon.d.cts +5 -0
- package/utils/a2ui/renderers/icon.d.ts +2 -2
- package/utils/a2ui/renderers/image.cjs +1 -1
- package/utils/a2ui/renderers/image.d.cts +1025 -0
- package/utils/a2ui/renderers/image.d.ts +11 -11
- package/utils/a2ui/renderers/index.cjs +1 -1
- package/utils/a2ui/renderers/index.d.cts +3 -0
- package/utils/a2ui/renderers/index.d.ts +2 -2
- package/utils/a2ui/renderers/index.js +51 -49
- package/utils/a2ui/renderers/label.cjs +1 -1
- package/utils/a2ui/renderers/label.d.cts +5 -0
- package/utils/a2ui/renderers/label.d.ts +1 -1
- package/utils/a2ui/renderers/layout.cjs +1 -1
- package/utils/a2ui/renderers/layout.d.cts +10 -0
- package/utils/a2ui/renderers/layout.d.ts +2 -2
- package/utils/a2ui/renderers/link.cjs +1 -1
- package/utils/a2ui/renderers/link.d.cts +5 -0
- package/utils/a2ui/renderers/link.d.ts +2 -2
- package/utils/a2ui/renderers/link.js +5 -2
- package/utils/a2ui/renderers/list.cjs +1 -1
- package/utils/a2ui/renderers/list.d.cts +4 -0
- package/utils/a2ui/renderers/list.d.ts +1 -1
- package/utils/a2ui/renderers/loader.cjs +1 -1
- package/utils/a2ui/renderers/loader.d.cts +4 -0
- package/utils/a2ui/renderers/loader.d.ts +1 -1
- package/utils/a2ui/renderers/menu.cjs +1 -1
- package/utils/a2ui/renderers/menu.d.cts +5 -0
- package/utils/a2ui/renderers/menu.d.ts +2 -2
- package/utils/a2ui/renderers/modal.cjs +1 -1
- package/utils/a2ui/renderers/modal.d.cts +6 -0
- package/utils/a2ui/renderers/modal.d.ts +2 -2
- package/utils/a2ui/renderers/modal.js +30 -16
- package/utils/a2ui/renderers/notification.cjs +1 -1
- package/utils/a2ui/renderers/notification.d.cts +6 -0
- package/utils/a2ui/renderers/notification.d.ts +1 -1
- package/utils/a2ui/renderers/price.cjs +1 -1
- package/utils/a2ui/renderers/price.d.cts +4 -0
- package/utils/a2ui/renderers/price.d.ts +1 -1
- package/utils/a2ui/renderers/progress-bar.cjs +1 -1
- package/utils/a2ui/renderers/progress-bar.d.cts +4 -0
- package/utils/a2ui/renderers/progress-bar.d.ts +1 -1
- package/utils/a2ui/renderers/radio-group.cjs +1 -1
- package/utils/a2ui/renderers/radio-group.d.cts +5 -0
- package/utils/a2ui/renderers/radio-group.d.ts +2 -2
- package/utils/a2ui/renderers/rating.cjs +1 -1
- package/utils/a2ui/renderers/rating.d.cts +5 -0
- package/utils/a2ui/renderers/rating.d.ts +2 -2
- package/utils/a2ui/renderers/search.cjs +1 -1
- package/utils/a2ui/renderers/search.d.cts +6 -0
- package/utils/a2ui/renderers/search.d.ts +3 -3
- package/utils/a2ui/renderers/select.cjs +1 -1
- package/utils/a2ui/renderers/select.d.cts +5 -0
- package/utils/a2ui/renderers/select.d.ts +2 -2
- package/utils/a2ui/renderers/separator.cjs +1 -1
- package/utils/a2ui/renderers/separator.d.cts +4 -0
- package/utils/a2ui/renderers/separator.d.ts +1 -1
- package/utils/a2ui/renderers/sidebar.cjs +1 -1
- package/utils/a2ui/renderers/sidebar.d.cts +5 -0
- package/utils/a2ui/renderers/sidebar.d.ts +2 -2
- package/utils/a2ui/renderers/skeleton.cjs +1 -1
- package/utils/a2ui/renderers/skeleton.d.cts +5 -0
- package/utils/a2ui/renderers/skeleton.d.ts +1 -1
- package/utils/a2ui/renderers/slider.cjs +1 -1
- package/utils/a2ui/renderers/slider.d.cts +6 -0
- package/utils/a2ui/renderers/slider.d.ts +3 -3
- package/utils/a2ui/renderers/stepper.cjs +1 -1
- package/utils/a2ui/renderers/stepper.d.cts +5 -0
- package/utils/a2ui/renderers/stepper.d.ts +2 -2
- package/utils/a2ui/renderers/switch.cjs +1 -1
- package/utils/a2ui/renderers/switch.d.cts +5 -0
- package/utils/a2ui/renderers/switch.d.ts +2 -2
- package/utils/a2ui/renderers/switch.js +19 -15
- package/utils/a2ui/renderers/table.cjs +1 -1
- package/utils/a2ui/renderers/table.d.cts +5 -0
- package/utils/a2ui/renderers/table.d.ts +1 -1
- package/utils/a2ui/renderers/table.js +110 -26
- package/utils/a2ui/renderers/tabs.cjs +1 -1
- package/utils/a2ui/renderers/tabs.d.cts +5 -0
- package/utils/a2ui/renderers/tabs.d.ts +2 -2
- package/utils/a2ui/renderers/toggle.cjs +1 -1
- package/utils/a2ui/renderers/toggle.d.cts +5 -0
- package/utils/a2ui/renderers/toggle.d.ts +2 -2
- package/utils/a2ui/renderers/tooltip.cjs +1 -1
- package/utils/a2ui/renderers/tooltip.d.cts +5 -0
- package/utils/a2ui/renderers/tooltip.d.ts +1 -1
- package/utils/a2ui/renderers/truncate.cjs +1 -1
- package/utils/a2ui/renderers/truncate.d.cts +4 -0
- package/utils/a2ui/renderers/truncate.d.ts +1 -1
- package/utils/a2ui/renderers/typography.cjs +1 -1
- package/utils/a2ui/renderers/typography.d.cts +4 -0
- package/utils/a2ui/renderers/typography.d.ts +1 -1
- package/utils/a2ui/types.d.cts +19 -0
- package/utils/a2ui/types.d.ts +3 -3
- package/utils/a2ui.d.cts +2 -0
- package/utils/a2ui.d.ts +2 -2
- package/utils/animationFrame.cjs +1 -1
- package/utils/animationFrame.d.cts +15 -0
- package/utils/commands/vitest-a11y-command.d.cts +29 -0
- package/utils/commands/vitest-a11y-command.d.ts +29 -0
- package/utils/commands/vitest-a2ui-judge-command.d.cts +25 -0
- package/utils/commands/vitest-a2ui-judge-command.d.ts +25 -0
- package/utils/commands/vitest-a2ui-llm-command.d.cts +5 -0
- package/utils/commands/vitest-a2ui-llm-command.d.ts +5 -0
- package/utils/commands/vitest-a2ui-schema-command.d.cts +6 -0
- package/utils/commands/vitest-a2ui-schema-command.d.ts +6 -0
- package/utils/common.d.cts +3 -0
- package/utils/date.d.cts +9 -0
- package/utils/focus.d.cts +32 -0
- package/utils/getContrastColor.d.cts +2 -0
- package/utils/helpers.d.cts +21 -0
- package/utils/index.d.cts +10 -0
- package/utils/index.d.ts +10 -11
- package/utils/layout.d.cts +6 -0
- package/utils/layout.d.ts +1 -1
- package/utils/math.d.cts +6 -0
- package/utils/setInRange.d.cts +5 -0
- package/utils/uniqueKeys.d.cts +1 -0
- package/ai/codegen.d.ts +0 -0
- package/components/atoms/Icon/utils.d.ts +0 -3
- package/components/core/index.d.ts +0 -54
- package/components/domainSpecific/index.d.ts +0 -36
- package/components/templates/index.d.ts +0 -0
- package/utils/getCharCount.d.ts +0 -3
|
@@ -0,0 +1,2220 @@
|
|
|
1
|
+
import { A2UI_COMPONENT_TYPES, A2UI_BUTTON_VARIANTS } from './component-map.js';
|
|
2
|
+
/**
|
|
3
|
+
* Full A2UI specification schema.
|
|
4
|
+
*
|
|
5
|
+
* Pass to Gemini as:
|
|
6
|
+
* generationConfig: { responseMimeType: 'application/json', responseSchema: A2UI_SPEC_SCHEMA }
|
|
7
|
+
*/
|
|
8
|
+
export declare const A2UI_SPEC_SCHEMA: {
|
|
9
|
+
readonly type: "object";
|
|
10
|
+
readonly required: readonly ["version", "metadata", "ui"];
|
|
11
|
+
readonly properties: {
|
|
12
|
+
readonly version: {
|
|
13
|
+
readonly type: "string";
|
|
14
|
+
readonly pattern: "^\\d+\\.\\d+\\.\\d+$";
|
|
15
|
+
readonly description: "Semantic version of the UI specification";
|
|
16
|
+
readonly example: "1.0.0";
|
|
17
|
+
};
|
|
18
|
+
readonly metadata: {
|
|
19
|
+
readonly type: "object";
|
|
20
|
+
readonly required: readonly ["agentId", "agentName", "timestamp"];
|
|
21
|
+
readonly properties: {
|
|
22
|
+
readonly agentId: {
|
|
23
|
+
readonly type: "string";
|
|
24
|
+
readonly description: "Unique identifier for the agent";
|
|
25
|
+
};
|
|
26
|
+
readonly agentName: {
|
|
27
|
+
readonly type: "string";
|
|
28
|
+
readonly description: "Human-readable agent name";
|
|
29
|
+
};
|
|
30
|
+
readonly agentVersion: {
|
|
31
|
+
readonly type: "string";
|
|
32
|
+
readonly pattern: "^\\d+\\.\\d+\\.\\d+$";
|
|
33
|
+
};
|
|
34
|
+
readonly timestamp: {
|
|
35
|
+
readonly type: "string";
|
|
36
|
+
readonly format: "date-time";
|
|
37
|
+
readonly description: "ISO 8601 timestamp of UI generation";
|
|
38
|
+
};
|
|
39
|
+
readonly sessionId: {
|
|
40
|
+
readonly type: "string";
|
|
41
|
+
readonly description: "Session identifier for conversation continuity";
|
|
42
|
+
};
|
|
43
|
+
readonly provider: {
|
|
44
|
+
readonly type: "string";
|
|
45
|
+
readonly description: "LLM provider or orchestration source for the generated spec, for example openai, anthropic, gemini, or local";
|
|
46
|
+
};
|
|
47
|
+
readonly scenario: {
|
|
48
|
+
readonly type: "string";
|
|
49
|
+
readonly description: "Scenario, use case, or workflow identifier associated with this spec";
|
|
50
|
+
};
|
|
51
|
+
readonly segment: {
|
|
52
|
+
readonly type: "string";
|
|
53
|
+
readonly description: "Optional orchestration segment or stage identifier when a flow is generated in multiple parts";
|
|
54
|
+
};
|
|
55
|
+
readonly isSimulated: {
|
|
56
|
+
readonly type: "boolean";
|
|
57
|
+
readonly description: "Demo-only flag indicating the spec was simulated or replayed instead of generated live";
|
|
58
|
+
};
|
|
59
|
+
readonly locale: {
|
|
60
|
+
readonly type: "string";
|
|
61
|
+
readonly default: "en-US";
|
|
62
|
+
readonly pattern: "^[a-z]{2}-[A-Z]{2}$";
|
|
63
|
+
};
|
|
64
|
+
readonly theme: {
|
|
65
|
+
readonly type: "string";
|
|
66
|
+
readonly enum: readonly ["light", "dark", "auto"];
|
|
67
|
+
readonly default: "auto";
|
|
68
|
+
};
|
|
69
|
+
readonly customData: {
|
|
70
|
+
readonly type: "object";
|
|
71
|
+
readonly description: "Agent-specific metadata";
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
readonly ui: {
|
|
76
|
+
readonly type: "object";
|
|
77
|
+
readonly required: readonly ["layout", "components"];
|
|
78
|
+
readonly properties: {
|
|
79
|
+
readonly layout: {
|
|
80
|
+
readonly type: "object";
|
|
81
|
+
readonly required: readonly ["type"];
|
|
82
|
+
readonly properties: {
|
|
83
|
+
readonly type: {
|
|
84
|
+
readonly type: "string";
|
|
85
|
+
readonly enum: readonly ["vertical", "horizontal", "grid", "flex", "stack", "split"];
|
|
86
|
+
readonly description: "Layout type mapping to GD Design Library layout components";
|
|
87
|
+
};
|
|
88
|
+
readonly spacing: {
|
|
89
|
+
readonly type: "string";
|
|
90
|
+
readonly description: "Spacing between elements — must be a real CSS value (e.g. '16px', '1rem'). Never use token strings like 'xs', 'sm', 'md', 'lg', 'xl', 'none'.";
|
|
91
|
+
};
|
|
92
|
+
readonly gridColumns: {
|
|
93
|
+
readonly type: "integer";
|
|
94
|
+
readonly minimum: 1;
|
|
95
|
+
readonly maximum: 12;
|
|
96
|
+
readonly description: "Number of columns for grid layout";
|
|
97
|
+
};
|
|
98
|
+
readonly alignment: {
|
|
99
|
+
readonly type: "string";
|
|
100
|
+
readonly enum: readonly ["start", "center", "end", "stretch", "baseline"];
|
|
101
|
+
};
|
|
102
|
+
readonly justification: {
|
|
103
|
+
readonly type: "string";
|
|
104
|
+
readonly enum: readonly ["start", "center", "end", "space-between", "space-around", "space-evenly"];
|
|
105
|
+
};
|
|
106
|
+
readonly responsive: {
|
|
107
|
+
readonly type: "object";
|
|
108
|
+
readonly properties: {
|
|
109
|
+
readonly mobile: {
|
|
110
|
+
readonly type: "object";
|
|
111
|
+
readonly properties: {
|
|
112
|
+
readonly type: {
|
|
113
|
+
readonly type: "string";
|
|
114
|
+
};
|
|
115
|
+
readonly gridColumns: {
|
|
116
|
+
readonly type: "integer";
|
|
117
|
+
};
|
|
118
|
+
readonly spacing: {
|
|
119
|
+
readonly type: "string";
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
readonly tablet: {
|
|
124
|
+
readonly type: "object";
|
|
125
|
+
readonly properties: {
|
|
126
|
+
readonly type: {
|
|
127
|
+
readonly type: "string";
|
|
128
|
+
};
|
|
129
|
+
readonly gridColumns: {
|
|
130
|
+
readonly type: "integer";
|
|
131
|
+
};
|
|
132
|
+
readonly spacing: {
|
|
133
|
+
readonly type: "string";
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
readonly desktop: {
|
|
138
|
+
readonly type: "object";
|
|
139
|
+
readonly properties: {
|
|
140
|
+
readonly type: {
|
|
141
|
+
readonly type: "string";
|
|
142
|
+
};
|
|
143
|
+
readonly gridColumns: {
|
|
144
|
+
readonly type: "integer";
|
|
145
|
+
};
|
|
146
|
+
readonly spacing: {
|
|
147
|
+
readonly type: "string";
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
readonly components: {
|
|
156
|
+
readonly type: "array";
|
|
157
|
+
readonly minItems: 1;
|
|
158
|
+
readonly description: "Array of UI components to render.";
|
|
159
|
+
readonly items: {
|
|
160
|
+
readonly type: "object";
|
|
161
|
+
readonly required: readonly ["id", "type"];
|
|
162
|
+
readonly properties: {
|
|
163
|
+
readonly id: {
|
|
164
|
+
readonly type: "string";
|
|
165
|
+
readonly description: "Unique component identifier";
|
|
166
|
+
};
|
|
167
|
+
readonly type: {
|
|
168
|
+
readonly type: "string";
|
|
169
|
+
readonly enum: string[];
|
|
170
|
+
readonly description: "Component type — maps to gd-design-library (GridKit) React component. Source of truth: ./component-map.ts";
|
|
171
|
+
};
|
|
172
|
+
readonly label: {
|
|
173
|
+
readonly type: "string";
|
|
174
|
+
readonly description: "Component label or title";
|
|
175
|
+
};
|
|
176
|
+
readonly value: {
|
|
177
|
+
readonly description: "Component value (any type)";
|
|
178
|
+
};
|
|
179
|
+
readonly initial: {
|
|
180
|
+
readonly type: "number";
|
|
181
|
+
readonly description: "Initial numeric value used by counter components.";
|
|
182
|
+
};
|
|
183
|
+
readonly caption: {
|
|
184
|
+
readonly type: "string";
|
|
185
|
+
readonly description: "Optional caption text for images. Only used by type \"image\".";
|
|
186
|
+
};
|
|
187
|
+
readonly placeholder: {
|
|
188
|
+
readonly type: "string";
|
|
189
|
+
};
|
|
190
|
+
readonly helpText: {
|
|
191
|
+
readonly type: "string";
|
|
192
|
+
readonly description: "Helper text or description";
|
|
193
|
+
};
|
|
194
|
+
readonly ariaLabel: {
|
|
195
|
+
readonly type: "string";
|
|
196
|
+
readonly description: "Accessible label used when visible text alone is not sufficient.";
|
|
197
|
+
};
|
|
198
|
+
readonly content: {
|
|
199
|
+
readonly type: "string";
|
|
200
|
+
readonly description: "Tooltip text content. Only used by type \"tooltip\".";
|
|
201
|
+
};
|
|
202
|
+
readonly name: {
|
|
203
|
+
readonly type: "string";
|
|
204
|
+
readonly description: "Component-specific name. For avatar-user: user display name. For loader: animation type (\"circle\" or \"dots\"). For rating: radio group name. Prefer dedicated props where documented.";
|
|
205
|
+
};
|
|
206
|
+
readonly subtitle: {
|
|
207
|
+
readonly type: "string";
|
|
208
|
+
readonly description: "Secondary text line. Only used by type \"avatar-user\".";
|
|
209
|
+
};
|
|
210
|
+
readonly className: {
|
|
211
|
+
readonly type: "string";
|
|
212
|
+
readonly description: "Optional CSS class name forwarded to wrapper-style primitives such as box and wrapper.";
|
|
213
|
+
};
|
|
214
|
+
readonly tabIndex: {
|
|
215
|
+
readonly type: "number";
|
|
216
|
+
readonly description: "Keyboard tab order for focusable primitives such as box.";
|
|
217
|
+
};
|
|
218
|
+
readonly layout: {
|
|
219
|
+
readonly type: "string";
|
|
220
|
+
readonly enum: readonly ["horizontal", "vertical"];
|
|
221
|
+
readonly description: "Carousel layout direction. Only used by type \"carousel\".";
|
|
222
|
+
};
|
|
223
|
+
readonly as: {
|
|
224
|
+
readonly type: "string";
|
|
225
|
+
readonly description: "Underlying HTML tag override (for example \"section\", \"article\", \"figure\", \"figcaption\", \"span\").";
|
|
226
|
+
};
|
|
227
|
+
readonly htmlFor: {
|
|
228
|
+
readonly type: "string";
|
|
229
|
+
readonly description: "Associated form control ID for label components. Only used by type \"label\".";
|
|
230
|
+
};
|
|
231
|
+
readonly captionAs: {
|
|
232
|
+
readonly type: "string";
|
|
233
|
+
readonly description: "HTML tag override for image captions. Only used by type \"image\".";
|
|
234
|
+
};
|
|
235
|
+
readonly WrapperView: {
|
|
236
|
+
readonly type: "string";
|
|
237
|
+
readonly description: "Underlying HTML tag for the optional portal wrapper. Only used by type \"portal\".";
|
|
238
|
+
};
|
|
239
|
+
readonly container: {
|
|
240
|
+
readonly type: "string";
|
|
241
|
+
readonly description: "CSS selector for an existing DOM node that should receive portal content. Only used by type \"portal\".";
|
|
242
|
+
};
|
|
243
|
+
readonly href: {
|
|
244
|
+
readonly type: "string";
|
|
245
|
+
readonly description: "Link destination URL. Top-level field for type \"link\".";
|
|
246
|
+
};
|
|
247
|
+
readonly target: {
|
|
248
|
+
readonly type: "string";
|
|
249
|
+
readonly enum: readonly ["_blank", "_self", "_parent", "_top"];
|
|
250
|
+
readonly description: "Link browsing context. Top-level field for type \"link\".";
|
|
251
|
+
};
|
|
252
|
+
readonly rel: {
|
|
253
|
+
readonly type: "string";
|
|
254
|
+
readonly description: "Link relationship attribute. Top-level field for type \"link\".";
|
|
255
|
+
};
|
|
256
|
+
readonly buttonType: {
|
|
257
|
+
readonly type: "string";
|
|
258
|
+
readonly enum: readonly ["button", "submit", "reset"];
|
|
259
|
+
readonly description: "HTML button type attribute. Only used by type \"button\".";
|
|
260
|
+
};
|
|
261
|
+
readonly placement: {
|
|
262
|
+
readonly type: "string";
|
|
263
|
+
readonly enum: readonly ["top", "bottom", "left", "right", "top-left", "top-center", "top-right", "bottom-left", "bottom-center", "bottom-right"];
|
|
264
|
+
readonly description: "Component placement. Used by tooltip (\"top\" | \"bottom\" | \"left\" | \"right\"), menu corner placement, and snackbar overlay placement.";
|
|
265
|
+
};
|
|
266
|
+
readonly delay: {
|
|
267
|
+
readonly type: "number";
|
|
268
|
+
readonly description: "Tooltip open delay in milliseconds.";
|
|
269
|
+
};
|
|
270
|
+
readonly length: {
|
|
271
|
+
readonly type: "string";
|
|
272
|
+
readonly description: "Separator explicit length (for example \"40px\" or \"100%\"). Especially useful for vertical separators. Only used by type \"separator\".";
|
|
273
|
+
};
|
|
274
|
+
readonly required: {
|
|
275
|
+
readonly type: "boolean";
|
|
276
|
+
readonly default: false;
|
|
277
|
+
};
|
|
278
|
+
readonly disabled: {
|
|
279
|
+
readonly type: "boolean";
|
|
280
|
+
readonly default: false;
|
|
281
|
+
};
|
|
282
|
+
readonly readOnly: {
|
|
283
|
+
readonly type: "boolean";
|
|
284
|
+
readonly default: false;
|
|
285
|
+
};
|
|
286
|
+
readonly visible: {
|
|
287
|
+
readonly type: "boolean";
|
|
288
|
+
readonly default: true;
|
|
289
|
+
};
|
|
290
|
+
readonly isOpen: {
|
|
291
|
+
readonly type: "boolean";
|
|
292
|
+
readonly description: "Controlled open state for collapsible layout components such as chat-container.";
|
|
293
|
+
};
|
|
294
|
+
readonly bordered: {
|
|
295
|
+
readonly type: "boolean";
|
|
296
|
+
readonly description: "Whether the component renders with a bordered container. Used by type \"breadcrumbs\".";
|
|
297
|
+
};
|
|
298
|
+
readonly checked: {
|
|
299
|
+
readonly type: "boolean";
|
|
300
|
+
readonly description: "Checked/on state for checkbox and switch components.";
|
|
301
|
+
};
|
|
302
|
+
readonly indeterminate: {
|
|
303
|
+
readonly type: "boolean";
|
|
304
|
+
readonly description: "Mixed state for checkbox components.";
|
|
305
|
+
};
|
|
306
|
+
readonly allowMultipleExpand: {
|
|
307
|
+
readonly type: "boolean";
|
|
308
|
+
readonly description: "Whether accordion allows multiple items to stay expanded at once.";
|
|
309
|
+
};
|
|
310
|
+
readonly withoutSeparator: {
|
|
311
|
+
readonly type: "boolean";
|
|
312
|
+
readonly description: "Whether accordion items render without divider lines.";
|
|
313
|
+
};
|
|
314
|
+
readonly isInline: {
|
|
315
|
+
readonly type: "boolean";
|
|
316
|
+
readonly description: "Whether accordion headers render using inline layout.";
|
|
317
|
+
};
|
|
318
|
+
readonly defaultValue: {
|
|
319
|
+
readonly description: "Initial uncontrolled value. Used by accordion, radio-group, and rating components. Type depends on the component.";
|
|
320
|
+
};
|
|
321
|
+
readonly max: {
|
|
322
|
+
readonly type: "number";
|
|
323
|
+
readonly description: "Maximum numeric value. Used by counter as the upper bound, by rating as the total item count, and by slider when modeled as a top-level prop.";
|
|
324
|
+
};
|
|
325
|
+
readonly min: {
|
|
326
|
+
readonly type: "number";
|
|
327
|
+
readonly description: "Minimum numeric value. Used by counter as the lower bound and by slider when modeled as a top-level prop.";
|
|
328
|
+
};
|
|
329
|
+
readonly variant: {
|
|
330
|
+
readonly type: "string";
|
|
331
|
+
readonly description: "Visual variant for the component. Button: primary|secondary|tertiary|outlined|text|inherit. Separator: solid|dashed|dotted. Card: vertical|horizontal. Badge: primary|secondary|tertiary|quaternary|quinary. Inline-notification: success|warning|error|info.";
|
|
332
|
+
};
|
|
333
|
+
readonly appearance: {
|
|
334
|
+
readonly type: "string";
|
|
335
|
+
readonly description: "Secondary visual appearance modifier. For badge: filled|filledLight|outline|outlineFilledLight.";
|
|
336
|
+
};
|
|
337
|
+
readonly size: {
|
|
338
|
+
readonly type: "string";
|
|
339
|
+
readonly enum: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
340
|
+
readonly default: "md";
|
|
341
|
+
};
|
|
342
|
+
readonly styleVariant: {
|
|
343
|
+
readonly type: readonly ["string", "array"];
|
|
344
|
+
readonly items: {
|
|
345
|
+
readonly type: "string";
|
|
346
|
+
};
|
|
347
|
+
readonly description: "Typography style modifiers. Use a string or array such as \"bold\" or [\"italic\", \"underline\"]. Only used by type \"typography\".";
|
|
348
|
+
};
|
|
349
|
+
readonly underline: {
|
|
350
|
+
readonly type: "string";
|
|
351
|
+
readonly enum: readonly ["default", "highlight", "none"];
|
|
352
|
+
readonly description: "Link underline behavior. Top-level field for type \"link\".";
|
|
353
|
+
};
|
|
354
|
+
readonly labelSide: {
|
|
355
|
+
readonly type: "string";
|
|
356
|
+
readonly enum: readonly ["left", "right"];
|
|
357
|
+
readonly description: "Switch label placement relative to the control. Only used by type \"switch\".";
|
|
358
|
+
};
|
|
359
|
+
readonly separator: {
|
|
360
|
+
readonly type: "string";
|
|
361
|
+
readonly description: "Breadcrumb text separator (for example \"/\" or \">\"). Also used by type \"attachment-file\" as the character between fileType and fileSize (defaults to \"·\").";
|
|
362
|
+
};
|
|
363
|
+
readonly separatorIcon: {
|
|
364
|
+
readonly type: "string";
|
|
365
|
+
readonly description: "Icon name used as the breadcrumb separator. Only used by type \"breadcrumbs\".";
|
|
366
|
+
};
|
|
367
|
+
readonly separatorAfterLastItem: {
|
|
368
|
+
readonly type: "boolean";
|
|
369
|
+
readonly description: "Whether breadcrumbs should render a separator after the last item.";
|
|
370
|
+
};
|
|
371
|
+
readonly rounded: {
|
|
372
|
+
readonly type: "string";
|
|
373
|
+
readonly enum: readonly ["none", "default", "round", "xs", "sm", "md", "lg", "xl"];
|
|
374
|
+
readonly description: "Loader border radius for dots animation. Top-level field for type \"loader\".";
|
|
375
|
+
};
|
|
376
|
+
readonly withWrapper: {
|
|
377
|
+
readonly type: "boolean";
|
|
378
|
+
readonly description: "Whether a helper wrapper container should be rendered. Used by type \"loader\" and \"portal\".";
|
|
379
|
+
};
|
|
380
|
+
readonly wrapperVariant: {
|
|
381
|
+
readonly type: "string";
|
|
382
|
+
readonly enum: readonly ["inline", "section", "fullPage"];
|
|
383
|
+
readonly description: "Wrapper preset used by the portal helper wrapper. Only used by type \"portal\".";
|
|
384
|
+
};
|
|
385
|
+
readonly blocksScroll: {
|
|
386
|
+
readonly type: "boolean";
|
|
387
|
+
readonly description: "Whether the portal should lock background document scrolling while mounted.";
|
|
388
|
+
};
|
|
389
|
+
readonly animationName: {
|
|
390
|
+
readonly type: readonly ["string", "null"];
|
|
391
|
+
readonly description: "Skeleton animation keyframe name. Accepts theme animation token names such as \"blinkKeyframes\", raw CSS animation names, or null to disable the built-in animation. Only used by type \"skeleton\".";
|
|
392
|
+
};
|
|
393
|
+
readonly animationProps: {
|
|
394
|
+
readonly type: "string";
|
|
395
|
+
readonly description: "Custom CSS animation shorthand forwarded to skeleton or loader when fine-grained animation control is needed.";
|
|
396
|
+
};
|
|
397
|
+
readonly color: {
|
|
398
|
+
readonly type: "string";
|
|
399
|
+
readonly description: "Top-level color prop. Prefer theme color token paths (e.g. \"text.secondary\", \"border.default\"). Palette-style aliases like \"brand.500\" and \"theme.palette.warning.main\" are also accepted. Use raw CSS/hex only when no theme token fits. Used by typography and separator.";
|
|
400
|
+
};
|
|
401
|
+
readonly icon: {
|
|
402
|
+
readonly type: "string";
|
|
403
|
+
readonly description: "Icon name from GD icon set. Used by the icon component, snackbar, accordion header expand icons, and avatar icon fallbacks. Also accepted as a legacy alias for iconStart on some leading-adornment components.";
|
|
404
|
+
};
|
|
405
|
+
readonly iconStart: {
|
|
406
|
+
readonly type: "string";
|
|
407
|
+
readonly description: "Leading icon name from GD icon set. Preferred field for components with a start icon or adornment such as badge, button, input, input-file, menu triggers, and select.";
|
|
408
|
+
};
|
|
409
|
+
readonly iconEnd: {
|
|
410
|
+
readonly type: "string";
|
|
411
|
+
readonly description: "Trailing icon name from GD icon set. Used by button, badge, input, input-file, and select.";
|
|
412
|
+
};
|
|
413
|
+
readonly fill: {
|
|
414
|
+
readonly type: "string";
|
|
415
|
+
readonly description: "Fill color for multi-path icons. Prefer theme color token paths (e.g. \"icon.error\", \"icon.primary\", \"icon.default\"). Use raw CSS/hex only when no theme token fits. Used by type \"icon\" and avatar icon fallbacks.";
|
|
416
|
+
};
|
|
417
|
+
readonly fillSvg: {
|
|
418
|
+
readonly type: "string";
|
|
419
|
+
readonly description: "Uniform fill color for the entire SVG. Prefer theme color token paths (same options as fill). Use raw CSS/hex only when no theme token fits. Overrides fill. Used by type \"icon\" and avatar icon fallbacks.";
|
|
420
|
+
};
|
|
421
|
+
readonly width: {
|
|
422
|
+
readonly description: "Width. For icon: pixel number (e.g. 24). For layout components: CSS string (e.g. \"100%\", \"200px\").";
|
|
423
|
+
};
|
|
424
|
+
readonly height: {
|
|
425
|
+
readonly description: "Height. For icon: pixel number (e.g. 24). For layout components: CSS string (e.g. \"100px\").";
|
|
426
|
+
};
|
|
427
|
+
readonly minHeight: {
|
|
428
|
+
readonly type: readonly ["string", "number"];
|
|
429
|
+
readonly description: "Minimum height constraint. Use CSS strings for layout components (for example \"120px\") or numbers for menu positioning logic.";
|
|
430
|
+
};
|
|
431
|
+
readonly count: {
|
|
432
|
+
readonly type: "number";
|
|
433
|
+
readonly description: "SliderDots total dot count. Only used by type \"slider-dots\".";
|
|
434
|
+
};
|
|
435
|
+
readonly activeIndex: {
|
|
436
|
+
readonly type: readonly ["string", "number"];
|
|
437
|
+
readonly description: "Active index or active option value. Used by slider-dots and select components.";
|
|
438
|
+
};
|
|
439
|
+
readonly step: {
|
|
440
|
+
readonly type: "number";
|
|
441
|
+
readonly description: "Slider step increment. Only used by type \"slider\".";
|
|
442
|
+
};
|
|
443
|
+
readonly lines: {
|
|
444
|
+
readonly type: "number";
|
|
445
|
+
readonly description: "Maximum number of lines before truncation. Only used by type \"truncate\".";
|
|
446
|
+
};
|
|
447
|
+
readonly objectFit: {
|
|
448
|
+
readonly type: "string";
|
|
449
|
+
readonly enum: readonly ["cover", "contain", "fill", "none", "scale-down"];
|
|
450
|
+
readonly description: "Image object-fit behavior. Only used by type \"image\".";
|
|
451
|
+
};
|
|
452
|
+
readonly isBordered: {
|
|
453
|
+
readonly type: "boolean";
|
|
454
|
+
};
|
|
455
|
+
readonly isHighlighted: {
|
|
456
|
+
readonly type: "boolean";
|
|
457
|
+
};
|
|
458
|
+
readonly withShadowHover: {
|
|
459
|
+
readonly type: "boolean";
|
|
460
|
+
};
|
|
461
|
+
readonly fullWidth: {
|
|
462
|
+
readonly type: "boolean";
|
|
463
|
+
readonly description: "Whether the internal button should stretch to the full container width. Used by button/input-file.";
|
|
464
|
+
};
|
|
465
|
+
readonly isIcon: {
|
|
466
|
+
readonly type: "boolean";
|
|
467
|
+
readonly description: "Whether the control should render as an icon-only button. Used by button/input-file.";
|
|
468
|
+
};
|
|
469
|
+
readonly showArrows: {
|
|
470
|
+
readonly type: "boolean";
|
|
471
|
+
readonly description: "Whether carousel navigation arrows are visible. Used by type \"carousel\" and \"content-carousel\".";
|
|
472
|
+
};
|
|
473
|
+
readonly showDots: {
|
|
474
|
+
readonly type: "boolean";
|
|
475
|
+
readonly description: "Whether carousel dot indicators are visible. Used by type \"carousel\" and \"content-carousel\".";
|
|
476
|
+
};
|
|
477
|
+
readonly thumbs: {
|
|
478
|
+
readonly type: "string";
|
|
479
|
+
readonly enum: readonly ["start", "end"];
|
|
480
|
+
readonly description: "Thumbnail strip position. Only used by type \"carousel\".";
|
|
481
|
+
};
|
|
482
|
+
readonly isFocusable: {
|
|
483
|
+
readonly type: "boolean";
|
|
484
|
+
readonly description: "Whether the carousel root receives keyboard focus. Used by type \"carousel\" and \"content-carousel\".";
|
|
485
|
+
};
|
|
486
|
+
readonly visibleItems: {
|
|
487
|
+
readonly type: "number";
|
|
488
|
+
readonly description: "Number of items visible at once. Only used by type \"content-carousel\".";
|
|
489
|
+
};
|
|
490
|
+
readonly scrollStep: {
|
|
491
|
+
readonly type: "number";
|
|
492
|
+
readonly description: "Number of items to scroll per navigation action. Only used by type \"content-carousel\".";
|
|
493
|
+
};
|
|
494
|
+
readonly scrollAlignment: {
|
|
495
|
+
readonly type: "string";
|
|
496
|
+
readonly enum: readonly ["left", "centered"];
|
|
497
|
+
readonly description: "Content carousel scroll alignment. Only used by type \"content-carousel\".";
|
|
498
|
+
};
|
|
499
|
+
readonly vertical: {
|
|
500
|
+
readonly type: "string";
|
|
501
|
+
readonly enum: readonly ["hidden", "visible", "auto"];
|
|
502
|
+
readonly description: "Vertical scrollbar visibility. Only used by type \"scroll\".";
|
|
503
|
+
};
|
|
504
|
+
readonly horizontal: {
|
|
505
|
+
readonly type: "string";
|
|
506
|
+
readonly enum: readonly ["hidden", "visible", "auto"];
|
|
507
|
+
readonly description: "Horizontal scrollbar visibility. Only used by type \"scroll\".";
|
|
508
|
+
};
|
|
509
|
+
readonly autoHide: {
|
|
510
|
+
readonly type: "boolean";
|
|
511
|
+
readonly description: "Whether visible scrollbars should fade out after scrolling stops. Only used by type \"scroll\".";
|
|
512
|
+
};
|
|
513
|
+
readonly showSidebarAsideControl: {
|
|
514
|
+
readonly type: "boolean";
|
|
515
|
+
readonly description: "Whether the chat sidebar shows its internal collapse/close control.";
|
|
516
|
+
};
|
|
517
|
+
readonly showSidebarHeaderControl: {
|
|
518
|
+
readonly type: "boolean";
|
|
519
|
+
readonly description: "Whether the main chat header shows the control that reopens the sidebar.";
|
|
520
|
+
};
|
|
521
|
+
readonly multiple: {
|
|
522
|
+
readonly type: "boolean";
|
|
523
|
+
readonly description: "Multi-value selection mode for select/input-file components.";
|
|
524
|
+
};
|
|
525
|
+
readonly searchable: {
|
|
526
|
+
readonly type: "boolean";
|
|
527
|
+
readonly description: "Whether the select shows a search field.";
|
|
528
|
+
};
|
|
529
|
+
readonly searchPlaceholder: {
|
|
530
|
+
readonly type: "string";
|
|
531
|
+
readonly description: "Placeholder text for the select search field.";
|
|
532
|
+
};
|
|
533
|
+
readonly autoOpen: {
|
|
534
|
+
readonly type: "boolean";
|
|
535
|
+
readonly description: "Whether the select dropdown opens automatically on render.";
|
|
536
|
+
};
|
|
537
|
+
readonly accept: {
|
|
538
|
+
readonly type: "string";
|
|
539
|
+
readonly description: "Accepted file MIME types or extensions for input-file.";
|
|
540
|
+
};
|
|
541
|
+
readonly capture: {
|
|
542
|
+
readonly type: readonly ["boolean", "string"];
|
|
543
|
+
readonly enum: readonly [true, false, "user", "environment"];
|
|
544
|
+
readonly description: "Mobile capture mode for input-file.";
|
|
545
|
+
};
|
|
546
|
+
readonly inputFileButtonLabel: {
|
|
547
|
+
readonly type: "string";
|
|
548
|
+
readonly description: "Visible label for the drag-and-drop file picker button.";
|
|
549
|
+
};
|
|
550
|
+
readonly acceptedFileTypes: {
|
|
551
|
+
readonly type: "array";
|
|
552
|
+
readonly items: {
|
|
553
|
+
readonly type: "string";
|
|
554
|
+
};
|
|
555
|
+
readonly description: "Allowed MIME types for drag-and-drop file validation.";
|
|
556
|
+
};
|
|
557
|
+
readonly maxFileSize: {
|
|
558
|
+
readonly type: "number";
|
|
559
|
+
readonly description: "Maximum allowed file size in bytes for each dropped or selected file.";
|
|
560
|
+
};
|
|
561
|
+
readonly maxFiles: {
|
|
562
|
+
readonly type: "number";
|
|
563
|
+
readonly description: "Maximum total number of files allowed by drag-and-drop.";
|
|
564
|
+
};
|
|
565
|
+
readonly debounceCallbackTime: {
|
|
566
|
+
readonly type: "number";
|
|
567
|
+
readonly description: "Debounce delay in milliseconds for input change handlers.";
|
|
568
|
+
};
|
|
569
|
+
readonly ariaDescribedBy: {
|
|
570
|
+
readonly type: "string";
|
|
571
|
+
readonly description: "ID of helper/error text announced by screen readers.";
|
|
572
|
+
};
|
|
573
|
+
readonly resize: {
|
|
574
|
+
readonly type: "string";
|
|
575
|
+
readonly enum: readonly ["none", "both", "horizontal", "vertical"];
|
|
576
|
+
readonly description: "Textarea resize mode. Only used by type \"textarea\".";
|
|
577
|
+
};
|
|
578
|
+
readonly dynamicHeightAdjustment: {
|
|
579
|
+
readonly type: "boolean";
|
|
580
|
+
readonly description: "Whether textarea height should auto-grow with content.";
|
|
581
|
+
};
|
|
582
|
+
readonly maxCharacters: {
|
|
583
|
+
readonly type: "number";
|
|
584
|
+
readonly description: "Maximum character count for textarea. Shows a counter in the UI.";
|
|
585
|
+
};
|
|
586
|
+
readonly maxLength: {
|
|
587
|
+
readonly type: "number";
|
|
588
|
+
readonly description: "Maximum character count for InputArea.";
|
|
589
|
+
};
|
|
590
|
+
readonly currentValue: {
|
|
591
|
+
readonly type: "string";
|
|
592
|
+
readonly description: "Current formatted price value without the currency symbol. Only used by type \"price\".";
|
|
593
|
+
};
|
|
594
|
+
readonly oldValue: {
|
|
595
|
+
readonly type: "string";
|
|
596
|
+
readonly description: "Optional previous price shown as the struck-through comparison value. Only used by type \"price\".";
|
|
597
|
+
};
|
|
598
|
+
readonly currencySymbol: {
|
|
599
|
+
readonly type: "string";
|
|
600
|
+
readonly description: "Currency symbol displayed by price components (for example \"$\", \"€\", or \"zł\").";
|
|
601
|
+
};
|
|
602
|
+
readonly currencySymbolPosition: {
|
|
603
|
+
readonly type: "string";
|
|
604
|
+
readonly enum: readonly ["before", "after"];
|
|
605
|
+
readonly description: "Where the currency symbol should appear relative to the value. Only used by type \"price\".";
|
|
606
|
+
};
|
|
607
|
+
readonly gutter: {
|
|
608
|
+
readonly type: readonly ["string", "number"];
|
|
609
|
+
readonly description: "Gap between direct children for row, column, and card container components.";
|
|
610
|
+
};
|
|
611
|
+
readonly gap: {
|
|
612
|
+
readonly type: "string";
|
|
613
|
+
readonly description: "Top-level gap prop used by flex-container and as an alias for row/column gutter.";
|
|
614
|
+
};
|
|
615
|
+
readonly padding: {
|
|
616
|
+
readonly type: "string";
|
|
617
|
+
readonly description: "CSS inner padding for card and related layout containers.";
|
|
618
|
+
};
|
|
619
|
+
readonly align: {
|
|
620
|
+
readonly type: "string";
|
|
621
|
+
readonly enum: readonly ["start", "center", "end", "stretch"];
|
|
622
|
+
readonly description: "Cross-axis alignment for row and column layout primitives.";
|
|
623
|
+
};
|
|
624
|
+
readonly justify: {
|
|
625
|
+
readonly type: "string";
|
|
626
|
+
readonly enum: readonly ["start", "center", "end", "space-between", "space-around"];
|
|
627
|
+
readonly description: "Main-axis distribution for row and column layout primitives.";
|
|
628
|
+
};
|
|
629
|
+
readonly isWrap: {
|
|
630
|
+
readonly type: "boolean";
|
|
631
|
+
readonly description: "Whether row or column children are allowed to wrap.";
|
|
632
|
+
};
|
|
633
|
+
readonly flex: {
|
|
634
|
+
readonly type: "string";
|
|
635
|
+
readonly description: "CSS flex shorthand for row or column components when they are children of another flex container.";
|
|
636
|
+
};
|
|
637
|
+
readonly isReversed: {
|
|
638
|
+
readonly type: "boolean";
|
|
639
|
+
readonly description: "Whether row or column direction is visually reversed.";
|
|
640
|
+
};
|
|
641
|
+
readonly flexDirection: {
|
|
642
|
+
readonly type: "string";
|
|
643
|
+
readonly enum: readonly ["row", "column", "row-reverse", "column-reverse"];
|
|
644
|
+
readonly description: "Top-level flex direction prop for flex-container.";
|
|
645
|
+
};
|
|
646
|
+
readonly alignItems: {
|
|
647
|
+
readonly type: "string";
|
|
648
|
+
readonly description: "Top-level align-items prop for flex-container or alias for row/column alignment.";
|
|
649
|
+
};
|
|
650
|
+
readonly justifyContent: {
|
|
651
|
+
readonly type: "string";
|
|
652
|
+
readonly description: "Top-level justify-content prop for flex-container or alias for row/column justification.";
|
|
653
|
+
};
|
|
654
|
+
readonly showPercentage: {
|
|
655
|
+
readonly type: "boolean";
|
|
656
|
+
readonly description: "Whether the progress bar should show a numeric percentage label.";
|
|
657
|
+
};
|
|
658
|
+
readonly fillColor: {
|
|
659
|
+
readonly type: "string";
|
|
660
|
+
readonly description: "Filled-track color for progress bars. Prefer theme token paths before raw CSS or hex colors.";
|
|
661
|
+
};
|
|
662
|
+
readonly closeOnSelect: {
|
|
663
|
+
readonly type: "boolean";
|
|
664
|
+
readonly description: "Whether a menu closes immediately after an option is selected.";
|
|
665
|
+
};
|
|
666
|
+
readonly offsetX: {
|
|
667
|
+
readonly type: "number";
|
|
668
|
+
readonly description: "Horizontal offset in pixels used by menu positioning.";
|
|
669
|
+
};
|
|
670
|
+
readonly offsetY: {
|
|
671
|
+
readonly type: "number";
|
|
672
|
+
readonly description: "Vertical offset in pixels used by menu positioning.";
|
|
673
|
+
};
|
|
674
|
+
readonly gridColumns: {
|
|
675
|
+
readonly type: readonly ["number", "string"];
|
|
676
|
+
readonly description: "Radio-group grid column count when variant is \"grid\".";
|
|
677
|
+
};
|
|
678
|
+
readonly gridRows: {
|
|
679
|
+
readonly type: readonly ["number", "string"];
|
|
680
|
+
readonly description: "Radio-group grid row count when variant is \"grid\".";
|
|
681
|
+
};
|
|
682
|
+
readonly gridColumnGutter: {
|
|
683
|
+
readonly type: readonly ["number", "string"];
|
|
684
|
+
readonly description: "Horizontal spacing between radio-group grid items.";
|
|
685
|
+
};
|
|
686
|
+
readonly gridRowGutter: {
|
|
687
|
+
readonly type: readonly ["number", "string"];
|
|
688
|
+
readonly description: "Vertical spacing between radio-group grid rows.";
|
|
689
|
+
};
|
|
690
|
+
readonly wrapItems: {
|
|
691
|
+
readonly type: "boolean";
|
|
692
|
+
readonly description: "Whether radio-group items should wrap in row or column layouts.";
|
|
693
|
+
};
|
|
694
|
+
readonly itemWidth: {
|
|
695
|
+
readonly type: "string";
|
|
696
|
+
readonly description: "Per-option width for radio-group visual tiles.";
|
|
697
|
+
};
|
|
698
|
+
readonly itemHeight: {
|
|
699
|
+
readonly type: "string";
|
|
700
|
+
readonly description: "Per-option height for radio-group visual tiles.";
|
|
701
|
+
};
|
|
702
|
+
readonly isIconsView: {
|
|
703
|
+
readonly type: "boolean";
|
|
704
|
+
readonly description: "Whether stepper indicators should render icons instead of step numbers.";
|
|
705
|
+
};
|
|
706
|
+
readonly duration: {
|
|
707
|
+
readonly type: readonly ["number", "null"];
|
|
708
|
+
readonly description: "Auto-dismiss duration in milliseconds. Only used by type \"snackbar\".";
|
|
709
|
+
};
|
|
710
|
+
readonly dismissOnClick: {
|
|
711
|
+
readonly type: "boolean";
|
|
712
|
+
readonly description: "Whether clicking the snackbar should dismiss it.";
|
|
713
|
+
};
|
|
714
|
+
readonly colored: {
|
|
715
|
+
readonly type: "boolean";
|
|
716
|
+
readonly description: "Whether the snackbar uses a filled background matching its variant.";
|
|
717
|
+
};
|
|
718
|
+
readonly isAnimated: {
|
|
719
|
+
readonly type: "boolean";
|
|
720
|
+
readonly description: "Whether the snackbar should animate in and out.";
|
|
721
|
+
};
|
|
722
|
+
readonly stickyHeader: {
|
|
723
|
+
readonly type: "boolean";
|
|
724
|
+
readonly description: "Whether the table header should remain visible while scrolling.";
|
|
725
|
+
};
|
|
726
|
+
readonly stickyFooter: {
|
|
727
|
+
readonly type: "boolean";
|
|
728
|
+
readonly description: "Whether the table footer should remain visible while scrolling.";
|
|
729
|
+
};
|
|
730
|
+
readonly stickyPagination: {
|
|
731
|
+
readonly type: "boolean";
|
|
732
|
+
readonly description: "Whether the table pagination row should remain visible while scrolling.";
|
|
733
|
+
};
|
|
734
|
+
readonly pagination: {
|
|
735
|
+
readonly type: "boolean";
|
|
736
|
+
readonly description: "Whether the table should render built-in pagination controls.";
|
|
737
|
+
};
|
|
738
|
+
readonly pageSize: {
|
|
739
|
+
readonly type: "number";
|
|
740
|
+
readonly description: "Initial number of rows per page when table pagination is enabled.";
|
|
741
|
+
};
|
|
742
|
+
readonly pageSizes: {
|
|
743
|
+
readonly type: "array";
|
|
744
|
+
readonly items: {
|
|
745
|
+
readonly type: "number";
|
|
746
|
+
};
|
|
747
|
+
readonly description: "Selectable page-size options for table pagination.";
|
|
748
|
+
};
|
|
749
|
+
readonly virtualized: {
|
|
750
|
+
readonly type: "boolean";
|
|
751
|
+
readonly description: "Whether the table should use virtualization for large row sets.";
|
|
752
|
+
};
|
|
753
|
+
readonly rowHeight: {
|
|
754
|
+
readonly type: "number";
|
|
755
|
+
readonly description: "Row height in pixels for virtualized tables.";
|
|
756
|
+
};
|
|
757
|
+
readonly minVisibleRange: {
|
|
758
|
+
readonly type: "number";
|
|
759
|
+
readonly description: "Minimum buffered visible range for virtualized tables.";
|
|
760
|
+
};
|
|
761
|
+
readonly options: {
|
|
762
|
+
readonly type: "array";
|
|
763
|
+
readonly description: "Options for select, radio, checkbox groups";
|
|
764
|
+
readonly items: {
|
|
765
|
+
readonly type: "object";
|
|
766
|
+
readonly required: readonly ["value", "label"];
|
|
767
|
+
readonly properties: {
|
|
768
|
+
readonly value: {
|
|
769
|
+
readonly description: "Option value";
|
|
770
|
+
};
|
|
771
|
+
readonly label: {
|
|
772
|
+
readonly type: "string";
|
|
773
|
+
readonly description: "Display label";
|
|
774
|
+
};
|
|
775
|
+
readonly disabled: {
|
|
776
|
+
readonly type: "boolean";
|
|
777
|
+
readonly default: false;
|
|
778
|
+
};
|
|
779
|
+
readonly icon: {
|
|
780
|
+
readonly type: "string";
|
|
781
|
+
};
|
|
782
|
+
};
|
|
783
|
+
};
|
|
784
|
+
};
|
|
785
|
+
readonly columns: {
|
|
786
|
+
readonly type: "array";
|
|
787
|
+
readonly description: "Column definitions for table component";
|
|
788
|
+
readonly items: {
|
|
789
|
+
readonly type: "object";
|
|
790
|
+
readonly required: readonly ["key", "label"];
|
|
791
|
+
readonly properties: {
|
|
792
|
+
readonly key: {
|
|
793
|
+
readonly type: "string";
|
|
794
|
+
readonly description: "Column key/field name.";
|
|
795
|
+
};
|
|
796
|
+
readonly label: {
|
|
797
|
+
readonly type: "string";
|
|
798
|
+
readonly description: "Column header label.";
|
|
799
|
+
};
|
|
800
|
+
readonly width: {
|
|
801
|
+
readonly type: "string";
|
|
802
|
+
readonly description: "CSS column width (e.g. \"120px\", \"20%\").";
|
|
803
|
+
};
|
|
804
|
+
readonly sortable: {
|
|
805
|
+
readonly type: "boolean";
|
|
806
|
+
readonly default: false;
|
|
807
|
+
};
|
|
808
|
+
readonly filterable: {
|
|
809
|
+
readonly type: "boolean";
|
|
810
|
+
readonly default: false;
|
|
811
|
+
};
|
|
812
|
+
readonly align: {
|
|
813
|
+
readonly type: "string";
|
|
814
|
+
readonly enum: readonly ["left", "center", "right"];
|
|
815
|
+
readonly default: "left";
|
|
816
|
+
};
|
|
817
|
+
readonly formatter: {
|
|
818
|
+
readonly type: "string";
|
|
819
|
+
readonly enum: readonly ["text", "number", "currency", "date", "datetime", "boolean", "custom"];
|
|
820
|
+
};
|
|
821
|
+
};
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
readonly rows: {
|
|
825
|
+
readonly type: "array";
|
|
826
|
+
readonly description: "Data rows for table or list component";
|
|
827
|
+
};
|
|
828
|
+
readonly data: {
|
|
829
|
+
readonly type: "array";
|
|
830
|
+
readonly description: "Alias for rows — accepted when LLM generates data instead of rows";
|
|
831
|
+
};
|
|
832
|
+
readonly errors: {
|
|
833
|
+
readonly type: "array";
|
|
834
|
+
readonly items: {
|
|
835
|
+
readonly type: "string";
|
|
836
|
+
};
|
|
837
|
+
readonly description: "Inline validation or upload error messages, used by drag-and-drop.";
|
|
838
|
+
};
|
|
839
|
+
readonly files: {
|
|
840
|
+
readonly type: "array";
|
|
841
|
+
readonly description: "Current file metadata for drag-and-drop controlled state.";
|
|
842
|
+
readonly items: {
|
|
843
|
+
readonly type: "object";
|
|
844
|
+
readonly required: readonly ["name"];
|
|
845
|
+
readonly properties: {
|
|
846
|
+
readonly name: {
|
|
847
|
+
readonly type: "string";
|
|
848
|
+
};
|
|
849
|
+
readonly size: {
|
|
850
|
+
readonly type: "number";
|
|
851
|
+
};
|
|
852
|
+
readonly type: {
|
|
853
|
+
readonly type: "string";
|
|
854
|
+
};
|
|
855
|
+
};
|
|
856
|
+
};
|
|
857
|
+
};
|
|
858
|
+
readonly children: {
|
|
859
|
+
readonly type: "array";
|
|
860
|
+
readonly description: "Nested child components (not recursively validated to avoid cascading errors)";
|
|
861
|
+
readonly items: {
|
|
862
|
+
readonly type: "object";
|
|
863
|
+
};
|
|
864
|
+
};
|
|
865
|
+
readonly dragOverContent: {
|
|
866
|
+
readonly type: "array";
|
|
867
|
+
readonly description: "Custom nested components shown while drag-and-drop is in its active hover state.";
|
|
868
|
+
readonly items: {
|
|
869
|
+
readonly type: "object";
|
|
870
|
+
};
|
|
871
|
+
};
|
|
872
|
+
readonly loadingOverlay: {
|
|
873
|
+
readonly type: "array";
|
|
874
|
+
readonly description: "Custom nested components shown while drag-and-drop isLoading is true.";
|
|
875
|
+
readonly items: {
|
|
876
|
+
readonly type: "object";
|
|
877
|
+
};
|
|
878
|
+
};
|
|
879
|
+
readonly dragOverChildren: {
|
|
880
|
+
readonly type: "array";
|
|
881
|
+
readonly description: "A2UI child components shown while drag-and-drop is in its hover state.";
|
|
882
|
+
readonly items: {
|
|
883
|
+
readonly type: "object";
|
|
884
|
+
};
|
|
885
|
+
};
|
|
886
|
+
readonly footer: {
|
|
887
|
+
readonly type: "array";
|
|
888
|
+
readonly description: "Footer components rendered in the modal footer bar (e.g. action buttons). Only used by type \"modal\".";
|
|
889
|
+
readonly items: {
|
|
890
|
+
readonly type: "object";
|
|
891
|
+
};
|
|
892
|
+
};
|
|
893
|
+
readonly actionChildren: {
|
|
894
|
+
readonly type: "array";
|
|
895
|
+
readonly description: "Nested child components rendered in a dedicated action area such as chat-bubble actions or header utilities.";
|
|
896
|
+
readonly items: {
|
|
897
|
+
readonly type: "object";
|
|
898
|
+
};
|
|
899
|
+
};
|
|
900
|
+
readonly logoChildren: {
|
|
901
|
+
readonly type: "array";
|
|
902
|
+
readonly description: "Header logo slot content. Only used by type \"header\".";
|
|
903
|
+
readonly items: {
|
|
904
|
+
readonly type: "object";
|
|
905
|
+
};
|
|
906
|
+
};
|
|
907
|
+
readonly menuChildren: {
|
|
908
|
+
readonly type: "array";
|
|
909
|
+
readonly description: "Header primary navigation slot content. Only used by type \"header\".";
|
|
910
|
+
readonly items: {
|
|
911
|
+
readonly type: "object";
|
|
912
|
+
};
|
|
913
|
+
};
|
|
914
|
+
readonly bannerChildren: {
|
|
915
|
+
readonly type: "array";
|
|
916
|
+
readonly description: "Header top banner content. Only used by type \"header\".";
|
|
917
|
+
readonly items: {
|
|
918
|
+
readonly type: "object";
|
|
919
|
+
};
|
|
920
|
+
};
|
|
921
|
+
readonly advChildren: {
|
|
922
|
+
readonly type: "array";
|
|
923
|
+
readonly description: "Header promo/supporting content shown below the mobile menu. Only used by type \"header\".";
|
|
924
|
+
readonly items: {
|
|
925
|
+
readonly type: "object";
|
|
926
|
+
};
|
|
927
|
+
};
|
|
928
|
+
readonly headerChildren: {
|
|
929
|
+
readonly type: "array";
|
|
930
|
+
readonly description: "Sidebar header slot content. Only used by type \"sidebar\".";
|
|
931
|
+
readonly items: {
|
|
932
|
+
readonly type: "object";
|
|
933
|
+
};
|
|
934
|
+
};
|
|
935
|
+
readonly footerChildren: {
|
|
936
|
+
readonly type: "array";
|
|
937
|
+
readonly description: "Sidebar footer slot content. Only used by type \"sidebar\".";
|
|
938
|
+
readonly items: {
|
|
939
|
+
readonly type: "object";
|
|
940
|
+
};
|
|
941
|
+
};
|
|
942
|
+
readonly headerContent: {
|
|
943
|
+
readonly type: "array";
|
|
944
|
+
readonly description: "Named slot content for the main chat header. Only used by type \"chat-container\".";
|
|
945
|
+
readonly items: {
|
|
946
|
+
readonly type: "object";
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
readonly sidebarContent: {
|
|
950
|
+
readonly type: "array";
|
|
951
|
+
readonly description: "Named slot content for the expanded chat sidebar. Only used by type \"chat-container\".";
|
|
952
|
+
readonly items: {
|
|
953
|
+
readonly type: "object";
|
|
954
|
+
};
|
|
955
|
+
};
|
|
956
|
+
readonly sidebarMinifiedContent: {
|
|
957
|
+
readonly type: "array";
|
|
958
|
+
readonly description: "Named slot content for the collapsed chat sidebar rail. Only used by type \"chat-container\".";
|
|
959
|
+
readonly items: {
|
|
960
|
+
readonly type: "object";
|
|
961
|
+
};
|
|
962
|
+
};
|
|
963
|
+
readonly sidebarHeaderContent: {
|
|
964
|
+
readonly type: "array";
|
|
965
|
+
readonly description: "Named slot content above the expanded chat sidebar. Only used by type \"chat-container\".";
|
|
966
|
+
readonly items: {
|
|
967
|
+
readonly type: "object";
|
|
968
|
+
};
|
|
969
|
+
};
|
|
970
|
+
readonly items: {
|
|
971
|
+
readonly type: "array";
|
|
972
|
+
readonly description: "Component-specific items collection. Used by sidebar for nested navigation items and by search-modal grouped sections.";
|
|
973
|
+
readonly items: {
|
|
974
|
+
readonly type: "object";
|
|
975
|
+
};
|
|
976
|
+
};
|
|
977
|
+
readonly images: {
|
|
978
|
+
readonly type: "array";
|
|
979
|
+
readonly description: "ImagePreview image items with src, optional alt text, and optional caption.";
|
|
980
|
+
readonly items: {
|
|
981
|
+
readonly type: "object";
|
|
982
|
+
readonly required: readonly ["src"];
|
|
983
|
+
readonly properties: {
|
|
984
|
+
readonly src: {
|
|
985
|
+
readonly type: "string";
|
|
986
|
+
};
|
|
987
|
+
readonly alt: {
|
|
988
|
+
readonly type: "string";
|
|
989
|
+
};
|
|
990
|
+
readonly caption: {
|
|
991
|
+
readonly type: "string";
|
|
992
|
+
};
|
|
993
|
+
};
|
|
994
|
+
};
|
|
995
|
+
};
|
|
996
|
+
readonly results: {
|
|
997
|
+
readonly type: "array";
|
|
998
|
+
readonly description: "SearchModal result items or grouped sections displayed for an active query.";
|
|
999
|
+
readonly items: {
|
|
1000
|
+
readonly type: "object";
|
|
1001
|
+
};
|
|
1002
|
+
};
|
|
1003
|
+
readonly historyResults: {
|
|
1004
|
+
readonly type: "array";
|
|
1005
|
+
readonly description: "SearchModal recent or grouped history items displayed before a query is typed.";
|
|
1006
|
+
readonly items: {
|
|
1007
|
+
readonly type: "object";
|
|
1008
|
+
};
|
|
1009
|
+
};
|
|
1010
|
+
readonly popularItems: {
|
|
1011
|
+
readonly type: "object";
|
|
1012
|
+
readonly description: "Optional SearchModal section object with title and items[].";
|
|
1013
|
+
};
|
|
1014
|
+
readonly aiSuggestions: {
|
|
1015
|
+
readonly type: "object";
|
|
1016
|
+
readonly description: "Optional SearchModal AI suggestions section object with title and items[].";
|
|
1017
|
+
};
|
|
1018
|
+
readonly articles: {
|
|
1019
|
+
readonly type: "object";
|
|
1020
|
+
readonly description: "Optional SearchModal articles section object with title and items[].";
|
|
1021
|
+
};
|
|
1022
|
+
readonly src: {
|
|
1023
|
+
readonly type: "string";
|
|
1024
|
+
readonly description: "Image URL for image/avatar/carousel media.";
|
|
1025
|
+
};
|
|
1026
|
+
readonly alt: {
|
|
1027
|
+
readonly type: "string";
|
|
1028
|
+
readonly description: "Alternative text for image/avatar/carousel media.";
|
|
1029
|
+
};
|
|
1030
|
+
readonly sizeVariant: {
|
|
1031
|
+
readonly type: "string";
|
|
1032
|
+
readonly enum: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
1033
|
+
readonly description: "Avatar size variant — alias for \"size\" on avatar components.";
|
|
1034
|
+
};
|
|
1035
|
+
readonly orientation: {
|
|
1036
|
+
readonly type: "string";
|
|
1037
|
+
readonly enum: readonly ["horizontal", "vertical"];
|
|
1038
|
+
readonly description: "Separator direction. Only used by type \"separator\".";
|
|
1039
|
+
};
|
|
1040
|
+
readonly labelPosition: {
|
|
1041
|
+
readonly type: "string";
|
|
1042
|
+
readonly enum: readonly ["start", "center", "end"];
|
|
1043
|
+
readonly description: "Separator label position. Only used by type \"separator\".";
|
|
1044
|
+
};
|
|
1045
|
+
readonly backgroundColor: {
|
|
1046
|
+
readonly type: "string";
|
|
1047
|
+
readonly description: "Avatar background color for initials fallback, or skeleton fill color. Prefer theme color token paths (e.g. \"bg.fill.secondary\", \"bg.fill.success.primary.default\") or palette-style aliases like \"brand.500\" and \"theme.palette.success.main\". Use raw CSS/hex only when no theme token fits.";
|
|
1048
|
+
};
|
|
1049
|
+
readonly withBadge: {
|
|
1050
|
+
readonly type: "boolean";
|
|
1051
|
+
readonly description: "Avatar: show status dot badge.";
|
|
1052
|
+
};
|
|
1053
|
+
readonly badgeColor: {
|
|
1054
|
+
readonly type: "string";
|
|
1055
|
+
readonly description: "Avatar badge dot color. Prefer theme color token paths (e.g. \"bg.fill.success.primary.default\"). Use raw CSS/hex only when no theme token fits. Only when withBadge is true.";
|
|
1056
|
+
};
|
|
1057
|
+
readonly labelColor: {
|
|
1058
|
+
readonly type: "string";
|
|
1059
|
+
readonly description: "Separator label text color. Prefer theme color token paths (e.g. \"text.caption\", \"text.warning\"). Palette-style aliases like \"brand.500\" and \"theme.palette.warning.main\" are also accepted. Use raw CSS/hex only when no theme token fits. Only used by type \"separator\".";
|
|
1060
|
+
};
|
|
1061
|
+
readonly showCloseButton: {
|
|
1062
|
+
readonly type: "boolean";
|
|
1063
|
+
readonly description: "Whether to show the × close button in the modal header. Only used by type \"modal\". Defaults to true.";
|
|
1064
|
+
};
|
|
1065
|
+
readonly closeOnEscape: {
|
|
1066
|
+
readonly type: "boolean";
|
|
1067
|
+
readonly description: "Whether pressing Escape closes the modal. Only used by type \"modal\".";
|
|
1068
|
+
};
|
|
1069
|
+
readonly closeOnClickOutside: {
|
|
1070
|
+
readonly type: "boolean";
|
|
1071
|
+
readonly description: "Whether clicking the backdrop closes the modal. Only used by type \"modal\".";
|
|
1072
|
+
};
|
|
1073
|
+
readonly isCustomView: {
|
|
1074
|
+
readonly type: "boolean";
|
|
1075
|
+
readonly description: "Whether the modal uses a fully custom layout without the default header/footer chrome. Only used by type \"modal\".";
|
|
1076
|
+
};
|
|
1077
|
+
readonly title: {
|
|
1078
|
+
readonly type: "string";
|
|
1079
|
+
readonly description: "Component-specific title text. Used by chart for accessible titles and by modal as an alternate heading field.";
|
|
1080
|
+
};
|
|
1081
|
+
readonly description: {
|
|
1082
|
+
readonly type: "string";
|
|
1083
|
+
readonly description: "Component-specific descriptive text, for example chart descriptions or drag-and-drop helper text.";
|
|
1084
|
+
};
|
|
1085
|
+
readonly status: {
|
|
1086
|
+
readonly type: "string";
|
|
1087
|
+
readonly enum: readonly ["pending", "fulfilled", "rejected"];
|
|
1088
|
+
readonly description: "Chat bubble generation status. Only used by type \"chat-bubble\".";
|
|
1089
|
+
};
|
|
1090
|
+
readonly bgColor: {
|
|
1091
|
+
readonly type: "string";
|
|
1092
|
+
readonly description: "Header background color override. Prefer theme color token paths (for example \"bg.surface\") before raw CSS/hex colors.";
|
|
1093
|
+
};
|
|
1094
|
+
readonly mobileMenuList: {
|
|
1095
|
+
readonly type: "array";
|
|
1096
|
+
readonly description: "Header mobile drawer menu items. Only used by type \"header\".";
|
|
1097
|
+
readonly items: {
|
|
1098
|
+
readonly type: "object";
|
|
1099
|
+
readonly required: readonly ["title"];
|
|
1100
|
+
readonly properties: {
|
|
1101
|
+
readonly id: {
|
|
1102
|
+
readonly type: "string";
|
|
1103
|
+
};
|
|
1104
|
+
readonly title: {
|
|
1105
|
+
readonly type: "string";
|
|
1106
|
+
};
|
|
1107
|
+
readonly path: {
|
|
1108
|
+
readonly type: "string";
|
|
1109
|
+
};
|
|
1110
|
+
readonly icon: {
|
|
1111
|
+
readonly type: "string";
|
|
1112
|
+
};
|
|
1113
|
+
};
|
|
1114
|
+
};
|
|
1115
|
+
};
|
|
1116
|
+
readonly emptyItemsResult: {
|
|
1117
|
+
readonly type: "string";
|
|
1118
|
+
readonly description: "Search empty-state message shown when no options match the current value.";
|
|
1119
|
+
};
|
|
1120
|
+
readonly carouselOptions: {
|
|
1121
|
+
readonly type: "object";
|
|
1122
|
+
readonly description: "Embla carousel options such as loop or align. Only used by type \"carousel\".";
|
|
1123
|
+
};
|
|
1124
|
+
readonly chartHeight: {
|
|
1125
|
+
readonly type: "number";
|
|
1126
|
+
readonly description: "Height of the chart canvas in pixels. Only used by type \"chart\".";
|
|
1127
|
+
};
|
|
1128
|
+
readonly xKey: {
|
|
1129
|
+
readonly type: "string";
|
|
1130
|
+
readonly description: "Data key used for the chart x-axis. Only used by type \"chart\".";
|
|
1131
|
+
};
|
|
1132
|
+
readonly series: {
|
|
1133
|
+
readonly type: "array";
|
|
1134
|
+
readonly description: "Chart series definitions for line, bar, and area charts.";
|
|
1135
|
+
readonly items: {
|
|
1136
|
+
readonly type: "object";
|
|
1137
|
+
};
|
|
1138
|
+
};
|
|
1139
|
+
readonly pieConfig: {
|
|
1140
|
+
readonly type: "object";
|
|
1141
|
+
readonly description: "Pie or donut chart configuration.";
|
|
1142
|
+
};
|
|
1143
|
+
readonly colors: {
|
|
1144
|
+
readonly type: "array";
|
|
1145
|
+
readonly description: "Custom color palette for charts.";
|
|
1146
|
+
readonly items: {
|
|
1147
|
+
readonly type: "string";
|
|
1148
|
+
};
|
|
1149
|
+
};
|
|
1150
|
+
readonly legend: {
|
|
1151
|
+
readonly type: "object";
|
|
1152
|
+
readonly description: "Chart legend configuration.";
|
|
1153
|
+
};
|
|
1154
|
+
readonly xAxis: {
|
|
1155
|
+
readonly type: "object";
|
|
1156
|
+
readonly description: "Chart x-axis configuration.";
|
|
1157
|
+
};
|
|
1158
|
+
readonly yAxis: {
|
|
1159
|
+
readonly type: "object";
|
|
1160
|
+
readonly description: "Chart y-axis configuration.";
|
|
1161
|
+
};
|
|
1162
|
+
readonly grid: {
|
|
1163
|
+
readonly type: "object";
|
|
1164
|
+
readonly description: "Chart grid configuration.";
|
|
1165
|
+
};
|
|
1166
|
+
readonly tooltip: {
|
|
1167
|
+
readonly type: "object";
|
|
1168
|
+
readonly description: "Chart tooltip configuration using JSON-safe fields only.";
|
|
1169
|
+
};
|
|
1170
|
+
readonly chartMargin: {
|
|
1171
|
+
readonly type: "object";
|
|
1172
|
+
readonly description: "Chart inner margin configuration.";
|
|
1173
|
+
};
|
|
1174
|
+
readonly animate: {
|
|
1175
|
+
readonly type: "boolean";
|
|
1176
|
+
readonly description: "Whether chart transitions are animated.";
|
|
1177
|
+
};
|
|
1178
|
+
readonly loading: {
|
|
1179
|
+
readonly type: "boolean";
|
|
1180
|
+
readonly description: "Whether the chart is in a loading state.";
|
|
1181
|
+
};
|
|
1182
|
+
readonly error: {
|
|
1183
|
+
readonly type: "boolean";
|
|
1184
|
+
readonly description: "Whether the chart is in an error state.";
|
|
1185
|
+
};
|
|
1186
|
+
readonly loadingText: {
|
|
1187
|
+
readonly type: "string";
|
|
1188
|
+
readonly description: "Default loading-state text for charts.";
|
|
1189
|
+
};
|
|
1190
|
+
readonly emptyText: {
|
|
1191
|
+
readonly type: "string";
|
|
1192
|
+
readonly description: "Default empty-state text for charts.";
|
|
1193
|
+
};
|
|
1194
|
+
readonly errorText: {
|
|
1195
|
+
readonly type: "string";
|
|
1196
|
+
readonly description: "Default error-state text for charts.";
|
|
1197
|
+
};
|
|
1198
|
+
readonly searchValue: {
|
|
1199
|
+
readonly type: "string";
|
|
1200
|
+
readonly description: "Current search query. Used by type \"search-modal\".";
|
|
1201
|
+
};
|
|
1202
|
+
readonly noHistoryResultsLabel: {
|
|
1203
|
+
readonly type: "string";
|
|
1204
|
+
readonly description: "SearchModal empty-state label shown before a query is typed.";
|
|
1205
|
+
};
|
|
1206
|
+
readonly noResultsLabel: {
|
|
1207
|
+
readonly type: "string";
|
|
1208
|
+
readonly description: "SearchModal empty-state label shown when a query returns no results.";
|
|
1209
|
+
};
|
|
1210
|
+
readonly newSearchCta: {
|
|
1211
|
+
readonly type: "string";
|
|
1212
|
+
readonly description: "SearchModal CTA label for starting a new search or chat.";
|
|
1213
|
+
};
|
|
1214
|
+
readonly loaderItemsCount: {
|
|
1215
|
+
readonly type: "number";
|
|
1216
|
+
readonly description: "Number of skeleton rows shown by SearchModal while loading.";
|
|
1217
|
+
};
|
|
1218
|
+
readonly showSearch: {
|
|
1219
|
+
readonly type: "boolean";
|
|
1220
|
+
readonly description: "Whether header renders its built-in search affordance.";
|
|
1221
|
+
};
|
|
1222
|
+
readonly showTopBanner: {
|
|
1223
|
+
readonly type: "boolean";
|
|
1224
|
+
readonly description: "Whether header renders its top banner area.";
|
|
1225
|
+
};
|
|
1226
|
+
readonly showCharacterCount: {
|
|
1227
|
+
readonly type: "boolean";
|
|
1228
|
+
readonly description: "Whether InputArea shows a live character counter.";
|
|
1229
|
+
};
|
|
1230
|
+
readonly showAttachmentButton: {
|
|
1231
|
+
readonly type: "boolean";
|
|
1232
|
+
readonly description: "Whether InputArea shows its attachment button.";
|
|
1233
|
+
};
|
|
1234
|
+
readonly showSendButton: {
|
|
1235
|
+
readonly type: "boolean";
|
|
1236
|
+
readonly description: "Whether InputArea shows its send button.";
|
|
1237
|
+
};
|
|
1238
|
+
readonly showSendButtonTooltip: {
|
|
1239
|
+
readonly type: "boolean";
|
|
1240
|
+
readonly description: "Whether to show a tooltip on hover of the InputArea send button.";
|
|
1241
|
+
};
|
|
1242
|
+
readonly sendButtonLabel: {
|
|
1243
|
+
readonly type: "string";
|
|
1244
|
+
readonly description: "Accessible label for the InputArea send button.";
|
|
1245
|
+
};
|
|
1246
|
+
readonly attachmentButtonLabel: {
|
|
1247
|
+
readonly type: "string";
|
|
1248
|
+
readonly description: "Tooltip and accessible label for the InputArea attachment button.";
|
|
1249
|
+
};
|
|
1250
|
+
readonly recordingState: {
|
|
1251
|
+
readonly type: "string";
|
|
1252
|
+
readonly enum: readonly ["idle", "recording", "processing"];
|
|
1253
|
+
readonly description: "Voice recording state for InputArea. \"idle\" shows normal input, \"recording\" shows cancel/confirm controls, \"processing\" disables confirm and shows a spinner.";
|
|
1254
|
+
};
|
|
1255
|
+
readonly recordButtonLabel: {
|
|
1256
|
+
readonly type: "string";
|
|
1257
|
+
readonly description: "Accessible label for the InputArea record button.";
|
|
1258
|
+
};
|
|
1259
|
+
readonly minRows: {
|
|
1260
|
+
readonly type: "number";
|
|
1261
|
+
readonly description: "Minimum visible textarea rows for InputArea.";
|
|
1262
|
+
};
|
|
1263
|
+
readonly maxRows: {
|
|
1264
|
+
readonly type: "number";
|
|
1265
|
+
readonly description: "Maximum visible textarea rows for InputArea before scrolling.";
|
|
1266
|
+
};
|
|
1267
|
+
readonly initialIndex: {
|
|
1268
|
+
readonly type: "number";
|
|
1269
|
+
readonly description: "Initial image index for ImagePreview.";
|
|
1270
|
+
};
|
|
1271
|
+
readonly showThumbnails: {
|
|
1272
|
+
readonly type: "boolean";
|
|
1273
|
+
readonly description: "Whether ImagePreview shows its thumbnail strip.";
|
|
1274
|
+
};
|
|
1275
|
+
readonly showCounter: {
|
|
1276
|
+
readonly type: "boolean";
|
|
1277
|
+
readonly description: "Whether ImagePreview shows the current/total counter.";
|
|
1278
|
+
};
|
|
1279
|
+
readonly thumbnailPosition: {
|
|
1280
|
+
readonly type: "string";
|
|
1281
|
+
readonly enum: readonly ["bottom", "left"];
|
|
1282
|
+
readonly description: "Thumbnail strip position for ImagePreview.";
|
|
1283
|
+
};
|
|
1284
|
+
readonly activeItemId: {
|
|
1285
|
+
readonly type: "string";
|
|
1286
|
+
readonly description: "Currently active sidebar item id.";
|
|
1287
|
+
};
|
|
1288
|
+
readonly collapsed: {
|
|
1289
|
+
readonly type: "boolean";
|
|
1290
|
+
readonly description: "Whether sidebar renders in collapsed mode.";
|
|
1291
|
+
};
|
|
1292
|
+
readonly collapsedWidth: {
|
|
1293
|
+
readonly type: "string";
|
|
1294
|
+
readonly description: "Collapsed sidebar width.";
|
|
1295
|
+
};
|
|
1296
|
+
readonly fileName: {
|
|
1297
|
+
readonly type: "string";
|
|
1298
|
+
readonly description: "Name of the attached file displayed in the AttachmentFile chip. Truncates with a tooltip on hover when long.";
|
|
1299
|
+
};
|
|
1300
|
+
readonly fileType: {
|
|
1301
|
+
readonly type: "string";
|
|
1302
|
+
readonly description: "File type label shown below the file name in AttachmentFile (e.g. \"PDF\", \"doc\"). Truncates with ellipsis when long.";
|
|
1303
|
+
};
|
|
1304
|
+
readonly fileSize: {
|
|
1305
|
+
readonly type: "string";
|
|
1306
|
+
readonly description: "File size label shown below the file name in AttachmentFile (e.g. \"1.2 MB\").";
|
|
1307
|
+
};
|
|
1308
|
+
readonly removeButtonLabel: {
|
|
1309
|
+
readonly type: "string";
|
|
1310
|
+
readonly description: "Accessible aria-label for the AttachmentFile remove button.";
|
|
1311
|
+
readonly default: "Remove file";
|
|
1312
|
+
};
|
|
1313
|
+
readonly isLoading: {
|
|
1314
|
+
readonly type: "boolean";
|
|
1315
|
+
readonly description: "Shows a spinner in place of the remove button while uploading. Only takes effect when actions[] is also provided.";
|
|
1316
|
+
readonly default: false;
|
|
1317
|
+
};
|
|
1318
|
+
readonly actions: {
|
|
1319
|
+
readonly type: "array";
|
|
1320
|
+
readonly items: {
|
|
1321
|
+
readonly type: "string";
|
|
1322
|
+
};
|
|
1323
|
+
readonly description: "Action IDs from ui.actions to trigger when the remove button is clicked. The remove button is only rendered when this array is non-empty. Maps to onRemove in TSX.";
|
|
1324
|
+
};
|
|
1325
|
+
readonly validation: {
|
|
1326
|
+
readonly type: "array";
|
|
1327
|
+
readonly items: {
|
|
1328
|
+
readonly type: "string";
|
|
1329
|
+
};
|
|
1330
|
+
readonly description: "Optional validation rule IDs associated with this component.";
|
|
1331
|
+
};
|
|
1332
|
+
readonly attributes: {
|
|
1333
|
+
readonly type: "object";
|
|
1334
|
+
readonly description: "Additional HTML/component attributes";
|
|
1335
|
+
};
|
|
1336
|
+
readonly styling: {
|
|
1337
|
+
readonly type: "object";
|
|
1338
|
+
readonly description: "CSS styling for the component. All values MUST be real CSS values (e.g. '16px', '1rem', '50%'). NEVER use design token strings like 'xs', 'sm', 'md', 'lg', 'xl', 'none'.";
|
|
1339
|
+
readonly properties: {
|
|
1340
|
+
readonly margin: {
|
|
1341
|
+
readonly type: readonly ["string", "number"];
|
|
1342
|
+
readonly description: "CSS margin value (e.g. '8px 0', '1rem', '0 auto')";
|
|
1343
|
+
};
|
|
1344
|
+
readonly padding: {
|
|
1345
|
+
readonly type: readonly ["string", "number"];
|
|
1346
|
+
readonly description: "CSS padding value (e.g. '16px', '8px 16px', '1rem')";
|
|
1347
|
+
};
|
|
1348
|
+
readonly width: {
|
|
1349
|
+
readonly type: readonly ["string", "number"];
|
|
1350
|
+
readonly description: "CSS width value (e.g. '100%', '320px', 'auto')";
|
|
1351
|
+
};
|
|
1352
|
+
readonly height: {
|
|
1353
|
+
readonly type: readonly ["string", "number"];
|
|
1354
|
+
readonly description: "CSS height value (e.g. '48px', '100vh', 'auto')";
|
|
1355
|
+
};
|
|
1356
|
+
readonly maxWidth: {
|
|
1357
|
+
readonly type: readonly ["string", "number"];
|
|
1358
|
+
readonly description: "CSS max-width value";
|
|
1359
|
+
};
|
|
1360
|
+
readonly minWidth: {
|
|
1361
|
+
readonly type: readonly ["string", "number"];
|
|
1362
|
+
readonly description: "CSS min-width value";
|
|
1363
|
+
};
|
|
1364
|
+
readonly maxHeight: {
|
|
1365
|
+
readonly type: readonly ["string", "number"];
|
|
1366
|
+
readonly description: "CSS max-height value (e.g. '300px', '80vh')";
|
|
1367
|
+
};
|
|
1368
|
+
readonly minHeight: {
|
|
1369
|
+
readonly type: readonly ["string", "number"];
|
|
1370
|
+
readonly description: "CSS min-height value (e.g. '120px', '2rem')";
|
|
1371
|
+
};
|
|
1372
|
+
readonly color: {
|
|
1373
|
+
readonly type: "string";
|
|
1374
|
+
readonly description: "CSS color value";
|
|
1375
|
+
};
|
|
1376
|
+
readonly backgroundColor: {
|
|
1377
|
+
readonly type: "string";
|
|
1378
|
+
readonly description: "CSS background-color value";
|
|
1379
|
+
};
|
|
1380
|
+
readonly fontSize: {
|
|
1381
|
+
readonly type: readonly ["string", "number"];
|
|
1382
|
+
readonly description: "CSS font-size value (e.g. '14px', '1rem')";
|
|
1383
|
+
};
|
|
1384
|
+
readonly fontWeight: {
|
|
1385
|
+
readonly type: readonly ["string", "number"];
|
|
1386
|
+
readonly description: "CSS font-weight value";
|
|
1387
|
+
};
|
|
1388
|
+
readonly textAlign: {
|
|
1389
|
+
readonly type: "string";
|
|
1390
|
+
readonly description: "CSS text-align value (e.g. 'left', 'center', 'right', 'justify')";
|
|
1391
|
+
};
|
|
1392
|
+
readonly display: {
|
|
1393
|
+
readonly type: "string";
|
|
1394
|
+
readonly description: "CSS display value";
|
|
1395
|
+
};
|
|
1396
|
+
readonly flexDirection: {
|
|
1397
|
+
readonly type: "string";
|
|
1398
|
+
readonly description: "CSS flex-direction value (e.g. 'row', 'column', 'row-reverse', 'column-reverse')";
|
|
1399
|
+
};
|
|
1400
|
+
readonly alignItems: {
|
|
1401
|
+
readonly type: "string";
|
|
1402
|
+
readonly description: "CSS align-items value (e.g. 'flex-start', 'flex-end', 'center', 'baseline', 'stretch')";
|
|
1403
|
+
};
|
|
1404
|
+
readonly justifyContent: {
|
|
1405
|
+
readonly type: "string";
|
|
1406
|
+
readonly description: "CSS justify-content value (e.g. 'flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly')";
|
|
1407
|
+
};
|
|
1408
|
+
readonly gap: {
|
|
1409
|
+
readonly type: readonly ["string", "number"];
|
|
1410
|
+
readonly description: "CSS gap value (e.g. '8px', '1rem')";
|
|
1411
|
+
};
|
|
1412
|
+
readonly borderRadius: {
|
|
1413
|
+
readonly type: readonly ["string", "number"];
|
|
1414
|
+
readonly description: "CSS border-radius value";
|
|
1415
|
+
};
|
|
1416
|
+
readonly border: {
|
|
1417
|
+
readonly type: "string";
|
|
1418
|
+
readonly description: "CSS border shorthand";
|
|
1419
|
+
};
|
|
1420
|
+
readonly boxShadow: {
|
|
1421
|
+
readonly type: "string";
|
|
1422
|
+
readonly description: "CSS box-shadow value (e.g. '0 1px 3px rgba(0,0,0,0.1)')";
|
|
1423
|
+
};
|
|
1424
|
+
readonly cursor: {
|
|
1425
|
+
readonly type: "string";
|
|
1426
|
+
readonly description: "CSS cursor value (e.g. 'pointer', 'default')";
|
|
1427
|
+
};
|
|
1428
|
+
readonly flex: {
|
|
1429
|
+
readonly type: readonly ["string", "number"];
|
|
1430
|
+
readonly description: "CSS flex shorthand for the component itself inside a flex container (e.g. '1', '0 0 auto', '1 1 50%')";
|
|
1431
|
+
};
|
|
1432
|
+
readonly flexWrap: {
|
|
1433
|
+
readonly type: "string";
|
|
1434
|
+
readonly description: "CSS flex-wrap value (e.g. 'wrap', 'nowrap')";
|
|
1435
|
+
};
|
|
1436
|
+
readonly flexGrow: {
|
|
1437
|
+
readonly type: readonly ["string", "number"];
|
|
1438
|
+
readonly description: "CSS flex-grow value";
|
|
1439
|
+
};
|
|
1440
|
+
readonly flexShrink: {
|
|
1441
|
+
readonly type: readonly ["string", "number"];
|
|
1442
|
+
readonly description: "CSS flex-shrink value";
|
|
1443
|
+
};
|
|
1444
|
+
readonly flexBasis: {
|
|
1445
|
+
readonly type: readonly ["string", "number"];
|
|
1446
|
+
readonly description: "CSS flex-basis value";
|
|
1447
|
+
};
|
|
1448
|
+
readonly marginTop: {
|
|
1449
|
+
readonly type: readonly ["string", "number"];
|
|
1450
|
+
readonly description: "CSS margin-top value";
|
|
1451
|
+
};
|
|
1452
|
+
readonly marginBottom: {
|
|
1453
|
+
readonly type: readonly ["string", "number"];
|
|
1454
|
+
readonly description: "CSS margin-bottom value";
|
|
1455
|
+
};
|
|
1456
|
+
readonly marginLeft: {
|
|
1457
|
+
readonly type: readonly ["string", "number"];
|
|
1458
|
+
readonly description: "CSS margin-left value";
|
|
1459
|
+
};
|
|
1460
|
+
readonly marginRight: {
|
|
1461
|
+
readonly type: readonly ["string", "number"];
|
|
1462
|
+
readonly description: "CSS margin-right value";
|
|
1463
|
+
};
|
|
1464
|
+
readonly paddingTop: {
|
|
1465
|
+
readonly type: readonly ["string", "number"];
|
|
1466
|
+
readonly description: "CSS padding-top value";
|
|
1467
|
+
};
|
|
1468
|
+
readonly paddingBottom: {
|
|
1469
|
+
readonly type: readonly ["string", "number"];
|
|
1470
|
+
readonly description: "CSS padding-bottom value";
|
|
1471
|
+
};
|
|
1472
|
+
readonly paddingLeft: {
|
|
1473
|
+
readonly type: readonly ["string", "number"];
|
|
1474
|
+
readonly description: "CSS padding-left value";
|
|
1475
|
+
};
|
|
1476
|
+
readonly paddingRight: {
|
|
1477
|
+
readonly type: readonly ["string", "number"];
|
|
1478
|
+
readonly description: "CSS padding-right value";
|
|
1479
|
+
};
|
|
1480
|
+
readonly letterSpacing: {
|
|
1481
|
+
readonly type: readonly ["string", "number"];
|
|
1482
|
+
readonly description: "CSS letter-spacing value";
|
|
1483
|
+
};
|
|
1484
|
+
readonly lineHeight: {
|
|
1485
|
+
readonly type: readonly ["string", "number"];
|
|
1486
|
+
readonly description: "CSS line-height value";
|
|
1487
|
+
};
|
|
1488
|
+
readonly overflow: {
|
|
1489
|
+
readonly type: "string";
|
|
1490
|
+
readonly description: "CSS overflow value (e.g. 'hidden', 'auto', 'scroll', 'visible')";
|
|
1491
|
+
};
|
|
1492
|
+
readonly objectFit: {
|
|
1493
|
+
readonly type: "string";
|
|
1494
|
+
readonly description: "CSS object-fit value (e.g. 'cover', 'contain', 'fill', 'none', 'scale-down')";
|
|
1495
|
+
};
|
|
1496
|
+
readonly opacity: {
|
|
1497
|
+
readonly type: readonly ["string", "number"];
|
|
1498
|
+
readonly description: "CSS opacity value (0–1, e.g. 0.5 or \"0.5\")";
|
|
1499
|
+
};
|
|
1500
|
+
readonly position: {
|
|
1501
|
+
readonly type: "string";
|
|
1502
|
+
readonly description: "CSS position value (e.g. 'static', 'relative', 'absolute', 'fixed', 'sticky')";
|
|
1503
|
+
};
|
|
1504
|
+
readonly zIndex: {
|
|
1505
|
+
readonly type: readonly ["string", "number"];
|
|
1506
|
+
readonly description: "CSS z-index value";
|
|
1507
|
+
};
|
|
1508
|
+
readonly top: {
|
|
1509
|
+
readonly type: readonly ["string", "number"];
|
|
1510
|
+
readonly description: "CSS top offset";
|
|
1511
|
+
};
|
|
1512
|
+
readonly right: {
|
|
1513
|
+
readonly type: readonly ["string", "number"];
|
|
1514
|
+
readonly description: "CSS right offset";
|
|
1515
|
+
};
|
|
1516
|
+
readonly bottom: {
|
|
1517
|
+
readonly type: readonly ["string", "number"];
|
|
1518
|
+
readonly description: "CSS bottom offset";
|
|
1519
|
+
};
|
|
1520
|
+
readonly left: {
|
|
1521
|
+
readonly type: readonly ["string", "number"];
|
|
1522
|
+
readonly description: "CSS left offset";
|
|
1523
|
+
};
|
|
1524
|
+
};
|
|
1525
|
+
};
|
|
1526
|
+
};
|
|
1527
|
+
};
|
|
1528
|
+
};
|
|
1529
|
+
readonly actions: {
|
|
1530
|
+
readonly type: "array";
|
|
1531
|
+
readonly description: "Available actions referenced by component actions[] arrays.";
|
|
1532
|
+
readonly items: {
|
|
1533
|
+
readonly type: "object";
|
|
1534
|
+
readonly required: readonly ["id", "type"];
|
|
1535
|
+
readonly properties: {
|
|
1536
|
+
readonly id: {
|
|
1537
|
+
readonly type: "string";
|
|
1538
|
+
readonly description: "Unique action ID.";
|
|
1539
|
+
};
|
|
1540
|
+
readonly type: {
|
|
1541
|
+
readonly type: "string";
|
|
1542
|
+
readonly description: "Custom action type string matching an A2UIActionDefinition type (e.g. \"add-to-cart\", \"action-view-all\").";
|
|
1543
|
+
};
|
|
1544
|
+
readonly label: {
|
|
1545
|
+
readonly type: "string";
|
|
1546
|
+
readonly description: "Action label for UI elements.";
|
|
1547
|
+
};
|
|
1548
|
+
readonly trigger: {
|
|
1549
|
+
readonly type: "string";
|
|
1550
|
+
readonly enum: readonly ["click", "change", "input", "blur", "focus", "submit", "load", "custom"];
|
|
1551
|
+
readonly default: "click";
|
|
1552
|
+
};
|
|
1553
|
+
readonly payload: {
|
|
1554
|
+
readonly type: "object";
|
|
1555
|
+
readonly description: "Data payload for the action.";
|
|
1556
|
+
};
|
|
1557
|
+
readonly endpoint: {
|
|
1558
|
+
readonly type: "string";
|
|
1559
|
+
readonly description: "API endpoint for api-call or agent-call types.";
|
|
1560
|
+
};
|
|
1561
|
+
readonly method: {
|
|
1562
|
+
readonly type: "string";
|
|
1563
|
+
readonly enum: readonly ["GET", "POST", "PUT", "PATCH", "DELETE"];
|
|
1564
|
+
readonly default: "POST";
|
|
1565
|
+
};
|
|
1566
|
+
readonly confirmation: {
|
|
1567
|
+
readonly type: "object";
|
|
1568
|
+
readonly properties: {
|
|
1569
|
+
readonly required: {
|
|
1570
|
+
readonly type: "boolean";
|
|
1571
|
+
readonly default: false;
|
|
1572
|
+
};
|
|
1573
|
+
readonly message: {
|
|
1574
|
+
readonly type: "string";
|
|
1575
|
+
};
|
|
1576
|
+
readonly confirmText: {
|
|
1577
|
+
readonly type: "string";
|
|
1578
|
+
readonly default: "Confirm";
|
|
1579
|
+
};
|
|
1580
|
+
readonly cancelText: {
|
|
1581
|
+
readonly type: "string";
|
|
1582
|
+
readonly default: "Cancel";
|
|
1583
|
+
};
|
|
1584
|
+
};
|
|
1585
|
+
};
|
|
1586
|
+
readonly onSuccess: {
|
|
1587
|
+
readonly type: "object";
|
|
1588
|
+
readonly properties: {
|
|
1589
|
+
readonly message: {
|
|
1590
|
+
readonly type: "string";
|
|
1591
|
+
};
|
|
1592
|
+
readonly action: {
|
|
1593
|
+
readonly type: "string";
|
|
1594
|
+
readonly description: "ID of action to execute on success.";
|
|
1595
|
+
};
|
|
1596
|
+
readonly redirect: {
|
|
1597
|
+
readonly type: "string";
|
|
1598
|
+
readonly description: "URL to redirect to on success.";
|
|
1599
|
+
};
|
|
1600
|
+
};
|
|
1601
|
+
};
|
|
1602
|
+
readonly onError: {
|
|
1603
|
+
readonly type: "object";
|
|
1604
|
+
readonly properties: {
|
|
1605
|
+
readonly message: {
|
|
1606
|
+
readonly type: "string";
|
|
1607
|
+
};
|
|
1608
|
+
readonly action: {
|
|
1609
|
+
readonly type: "string";
|
|
1610
|
+
readonly description: "ID of action to execute on error.";
|
|
1611
|
+
};
|
|
1612
|
+
};
|
|
1613
|
+
};
|
|
1614
|
+
readonly loading: {
|
|
1615
|
+
readonly type: "boolean";
|
|
1616
|
+
readonly default: false;
|
|
1617
|
+
readonly description: "Show loading state during action execution.";
|
|
1618
|
+
};
|
|
1619
|
+
readonly debounce: {
|
|
1620
|
+
readonly type: "integer";
|
|
1621
|
+
readonly description: "Debounce delay in milliseconds.";
|
|
1622
|
+
};
|
|
1623
|
+
readonly throttle: {
|
|
1624
|
+
readonly type: "integer";
|
|
1625
|
+
readonly description: "Throttle delay in milliseconds.";
|
|
1626
|
+
};
|
|
1627
|
+
};
|
|
1628
|
+
};
|
|
1629
|
+
};
|
|
1630
|
+
readonly validations: {
|
|
1631
|
+
readonly type: "array";
|
|
1632
|
+
readonly description: "Form validation rules associated with components.";
|
|
1633
|
+
readonly items: {
|
|
1634
|
+
readonly type: "object";
|
|
1635
|
+
readonly required: readonly ["id", "componentId", "rules"];
|
|
1636
|
+
readonly properties: {
|
|
1637
|
+
readonly id: {
|
|
1638
|
+
readonly type: "string";
|
|
1639
|
+
readonly description: "Unique validation identifier.";
|
|
1640
|
+
};
|
|
1641
|
+
readonly componentId: {
|
|
1642
|
+
readonly type: "string";
|
|
1643
|
+
readonly description: "ID of the component to validate.";
|
|
1644
|
+
};
|
|
1645
|
+
readonly rules: {
|
|
1646
|
+
readonly type: "array";
|
|
1647
|
+
readonly items: {
|
|
1648
|
+
readonly type: "object";
|
|
1649
|
+
readonly required: readonly ["type"];
|
|
1650
|
+
readonly properties: {
|
|
1651
|
+
readonly type: {
|
|
1652
|
+
readonly type: "string";
|
|
1653
|
+
readonly enum: readonly ["required", "email", "url", "phone", "min-length", "max-length", "min-value", "max-value", "pattern", "custom"];
|
|
1654
|
+
};
|
|
1655
|
+
readonly value: {};
|
|
1656
|
+
readonly message: {
|
|
1657
|
+
readonly type: "string";
|
|
1658
|
+
readonly description: "Error message to display.";
|
|
1659
|
+
};
|
|
1660
|
+
readonly customValidator: {
|
|
1661
|
+
readonly type: "string";
|
|
1662
|
+
readonly description: "Name of custom validation function.";
|
|
1663
|
+
};
|
|
1664
|
+
};
|
|
1665
|
+
};
|
|
1666
|
+
};
|
|
1667
|
+
readonly trigger: {
|
|
1668
|
+
readonly type: "string";
|
|
1669
|
+
readonly enum: readonly ["change", "blur", "submit"];
|
|
1670
|
+
readonly default: "blur";
|
|
1671
|
+
};
|
|
1672
|
+
};
|
|
1673
|
+
};
|
|
1674
|
+
};
|
|
1675
|
+
};
|
|
1676
|
+
};
|
|
1677
|
+
readonly state: {
|
|
1678
|
+
readonly type: "object";
|
|
1679
|
+
readonly description: "Current UI state for state management";
|
|
1680
|
+
readonly properties: {
|
|
1681
|
+
readonly formData: {
|
|
1682
|
+
readonly type: "object";
|
|
1683
|
+
};
|
|
1684
|
+
readonly errors: {
|
|
1685
|
+
readonly type: "object";
|
|
1686
|
+
};
|
|
1687
|
+
readonly loading: {
|
|
1688
|
+
readonly type: "boolean";
|
|
1689
|
+
readonly default: false;
|
|
1690
|
+
};
|
|
1691
|
+
readonly disabled: {
|
|
1692
|
+
readonly type: "boolean";
|
|
1693
|
+
readonly default: false;
|
|
1694
|
+
};
|
|
1695
|
+
};
|
|
1696
|
+
};
|
|
1697
|
+
};
|
|
1698
|
+
};
|
|
1699
|
+
/**
|
|
1700
|
+
* Simplified schema for basic structural validation only.
|
|
1701
|
+
* Use when you don't need full component type enforcement.
|
|
1702
|
+
*/
|
|
1703
|
+
export declare const A2UI_SPEC_SCHEMA_SIMPLE: {
|
|
1704
|
+
readonly type: "object";
|
|
1705
|
+
readonly required: readonly ["version", "metadata", "ui"];
|
|
1706
|
+
readonly properties: {
|
|
1707
|
+
readonly version: {
|
|
1708
|
+
readonly type: "string";
|
|
1709
|
+
};
|
|
1710
|
+
readonly metadata: {
|
|
1711
|
+
readonly type: "object";
|
|
1712
|
+
readonly required: readonly ["agentId", "agentName", "timestamp"];
|
|
1713
|
+
};
|
|
1714
|
+
readonly ui: {
|
|
1715
|
+
readonly type: "object";
|
|
1716
|
+
readonly required: readonly ["components"];
|
|
1717
|
+
readonly properties: {
|
|
1718
|
+
readonly components: {
|
|
1719
|
+
readonly type: "array";
|
|
1720
|
+
readonly minItems: 1;
|
|
1721
|
+
};
|
|
1722
|
+
readonly actions: {
|
|
1723
|
+
readonly type: "array";
|
|
1724
|
+
};
|
|
1725
|
+
};
|
|
1726
|
+
};
|
|
1727
|
+
};
|
|
1728
|
+
};
|
|
1729
|
+
/**
|
|
1730
|
+
* TypeScript types derived from the schema shape.
|
|
1731
|
+
*/
|
|
1732
|
+
export type A2UIVariant = (typeof A2UI_BUTTON_VARIANTS)[number] | 'success' | 'warning' | 'error' | 'info' | 'primary' | 'secondary' | 'vertical' | 'horizontal';
|
|
1733
|
+
export type A2UILayoutType = 'vertical' | 'horizontal' | 'grid' | 'flex' | 'stack' | 'split';
|
|
1734
|
+
export type A2UIAction = {
|
|
1735
|
+
id: string;
|
|
1736
|
+
type: string;
|
|
1737
|
+
label?: string;
|
|
1738
|
+
trigger?: 'click' | 'change' | 'input' | 'blur' | 'focus' | 'submit' | 'load' | 'custom';
|
|
1739
|
+
payload?: Record<string, unknown>;
|
|
1740
|
+
endpoint?: string;
|
|
1741
|
+
method?: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
|
|
1742
|
+
confirmation?: {
|
|
1743
|
+
required?: boolean;
|
|
1744
|
+
message?: string;
|
|
1745
|
+
confirmText?: string;
|
|
1746
|
+
cancelText?: string;
|
|
1747
|
+
};
|
|
1748
|
+
onSuccess?: {
|
|
1749
|
+
message?: string;
|
|
1750
|
+
action?: string;
|
|
1751
|
+
redirect?: string;
|
|
1752
|
+
};
|
|
1753
|
+
onError?: {
|
|
1754
|
+
message?: string;
|
|
1755
|
+
action?: string;
|
|
1756
|
+
};
|
|
1757
|
+
loading?: boolean;
|
|
1758
|
+
debounce?: number;
|
|
1759
|
+
throttle?: number;
|
|
1760
|
+
};
|
|
1761
|
+
export type A2UIValidationRule = {
|
|
1762
|
+
type: 'required' | 'email' | 'url' | 'phone' | 'min-length' | 'max-length' | 'min-value' | 'max-value' | 'pattern' | 'custom';
|
|
1763
|
+
value?: unknown;
|
|
1764
|
+
message?: string;
|
|
1765
|
+
customValidator?: string;
|
|
1766
|
+
};
|
|
1767
|
+
export type A2UIValidation = {
|
|
1768
|
+
id: string;
|
|
1769
|
+
componentId: string;
|
|
1770
|
+
rules: A2UIValidationRule[];
|
|
1771
|
+
trigger?: 'change' | 'blur' | 'submit';
|
|
1772
|
+
};
|
|
1773
|
+
/**
|
|
1774
|
+
* Defines an application action available to the LLM and the renderer.
|
|
1775
|
+
*
|
|
1776
|
+
* Pass an array of these to both `buildA2UISystemPrompt` and `renderA2UISpec`
|
|
1777
|
+
* so the LLM knows which action types exist and the renderer can execute them.
|
|
1778
|
+
*/
|
|
1779
|
+
export type A2UIActionDefinition = {
|
|
1780
|
+
/** Action type string used as `type` in A2UI JSON — must be unique across definitions */
|
|
1781
|
+
type: string;
|
|
1782
|
+
/** Human-readable description injected into the LLM system prompt */
|
|
1783
|
+
description: string;
|
|
1784
|
+
/** Runtime handler called when the action fires in the rendered UI */
|
|
1785
|
+
handler?: (action: A2UIAction) => void;
|
|
1786
|
+
};
|
|
1787
|
+
export type A2UIStyling = {
|
|
1788
|
+
margin?: string | number;
|
|
1789
|
+
marginTop?: string | number;
|
|
1790
|
+
marginBottom?: string | number;
|
|
1791
|
+
marginLeft?: string | number;
|
|
1792
|
+
marginRight?: string | number;
|
|
1793
|
+
padding?: string | number;
|
|
1794
|
+
paddingTop?: string | number;
|
|
1795
|
+
paddingBottom?: string | number;
|
|
1796
|
+
paddingLeft?: string | number;
|
|
1797
|
+
paddingRight?: string | number;
|
|
1798
|
+
width?: string | number;
|
|
1799
|
+
height?: string | number;
|
|
1800
|
+
maxWidth?: string | number;
|
|
1801
|
+
minWidth?: string | number;
|
|
1802
|
+
maxHeight?: string | number;
|
|
1803
|
+
minHeight?: string | number;
|
|
1804
|
+
color?: string;
|
|
1805
|
+
backgroundColor?: string;
|
|
1806
|
+
fontSize?: string | number;
|
|
1807
|
+
fontWeight?: string | number;
|
|
1808
|
+
letterSpacing?: string | number;
|
|
1809
|
+
lineHeight?: string | number;
|
|
1810
|
+
textAlign?: string;
|
|
1811
|
+
display?: string;
|
|
1812
|
+
flexDirection?: string;
|
|
1813
|
+
flex?: string | number;
|
|
1814
|
+
flexWrap?: string;
|
|
1815
|
+
flexGrow?: string | number;
|
|
1816
|
+
flexShrink?: string | number;
|
|
1817
|
+
flexBasis?: string | number;
|
|
1818
|
+
alignItems?: string;
|
|
1819
|
+
justifyContent?: string;
|
|
1820
|
+
gap?: string | number;
|
|
1821
|
+
borderRadius?: string | number;
|
|
1822
|
+
border?: string;
|
|
1823
|
+
boxShadow?: string;
|
|
1824
|
+
cursor?: string;
|
|
1825
|
+
overflow?: string;
|
|
1826
|
+
objectFit?: string;
|
|
1827
|
+
opacity?: string | number;
|
|
1828
|
+
position?: string;
|
|
1829
|
+
zIndex?: string | number;
|
|
1830
|
+
top?: string | number;
|
|
1831
|
+
right?: string | number;
|
|
1832
|
+
bottom?: string | number;
|
|
1833
|
+
left?: string | number;
|
|
1834
|
+
[key: string]: string | number | undefined;
|
|
1835
|
+
};
|
|
1836
|
+
export type A2UISearchModalItem = {
|
|
1837
|
+
id?: string;
|
|
1838
|
+
title: string;
|
|
1839
|
+
description?: string;
|
|
1840
|
+
icon?: string;
|
|
1841
|
+
date?: number;
|
|
1842
|
+
items?: A2UISearchModalItem[];
|
|
1843
|
+
};
|
|
1844
|
+
export type A2UISearchModalSection = {
|
|
1845
|
+
title?: string;
|
|
1846
|
+
items: A2UISearchModalItem[];
|
|
1847
|
+
};
|
|
1848
|
+
export type A2UIImagePreviewItem = {
|
|
1849
|
+
src: string;
|
|
1850
|
+
alt?: string;
|
|
1851
|
+
caption?: string;
|
|
1852
|
+
};
|
|
1853
|
+
export type A2UISidebarItem = {
|
|
1854
|
+
id: string;
|
|
1855
|
+
label: string;
|
|
1856
|
+
icon?: string;
|
|
1857
|
+
href?: string;
|
|
1858
|
+
disabled?: boolean;
|
|
1859
|
+
children?: A2UISidebarItem[];
|
|
1860
|
+
};
|
|
1861
|
+
export type A2UIHeaderMenuItem = {
|
|
1862
|
+
id?: string;
|
|
1863
|
+
title: string;
|
|
1864
|
+
path?: string;
|
|
1865
|
+
icon?: string;
|
|
1866
|
+
};
|
|
1867
|
+
export type A2UIComponent = {
|
|
1868
|
+
id: string;
|
|
1869
|
+
type: (typeof A2UI_COMPONENT_TYPES)[number];
|
|
1870
|
+
label?: string;
|
|
1871
|
+
value?: unknown;
|
|
1872
|
+
initial?: number;
|
|
1873
|
+
caption?: string;
|
|
1874
|
+
placeholder?: string;
|
|
1875
|
+
helpText?: string;
|
|
1876
|
+
ariaLabel?: string;
|
|
1877
|
+
content?: string;
|
|
1878
|
+
name?: string;
|
|
1879
|
+
subtitle?: string;
|
|
1880
|
+
className?: string;
|
|
1881
|
+
tabIndex?: number;
|
|
1882
|
+
layout?: 'horizontal' | 'vertical';
|
|
1883
|
+
as?: string;
|
|
1884
|
+
htmlFor?: string;
|
|
1885
|
+
captionAs?: string;
|
|
1886
|
+
href?: string;
|
|
1887
|
+
target?: '_blank' | '_self' | '_parent' | '_top';
|
|
1888
|
+
rel?: string;
|
|
1889
|
+
buttonType?: 'button' | 'submit' | 'reset';
|
|
1890
|
+
placement?: 'top' | 'bottom' | 'left' | 'right' | 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
|
|
1891
|
+
delay?: number;
|
|
1892
|
+
length?: string;
|
|
1893
|
+
required?: boolean;
|
|
1894
|
+
disabled?: boolean;
|
|
1895
|
+
readOnly?: boolean;
|
|
1896
|
+
visible?: boolean;
|
|
1897
|
+
isOpen?: boolean;
|
|
1898
|
+
bordered?: boolean;
|
|
1899
|
+
checked?: boolean;
|
|
1900
|
+
indeterminate?: boolean;
|
|
1901
|
+
allowMultipleExpand?: boolean;
|
|
1902
|
+
withoutSeparator?: boolean;
|
|
1903
|
+
isInline?: boolean;
|
|
1904
|
+
defaultValue?: unknown;
|
|
1905
|
+
variant?: string;
|
|
1906
|
+
appearance?: string;
|
|
1907
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
1908
|
+
styleVariant?: string | string[];
|
|
1909
|
+
underline?: 'default' | 'highlight' | 'none';
|
|
1910
|
+
labelSide?: 'left' | 'right';
|
|
1911
|
+
separator?: string;
|
|
1912
|
+
separatorIcon?: string;
|
|
1913
|
+
separatorAfterLastItem?: boolean;
|
|
1914
|
+
color?: string;
|
|
1915
|
+
rounded?: 'none' | 'default' | 'round' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1916
|
+
animationName?: string | null;
|
|
1917
|
+
animationProps?: string;
|
|
1918
|
+
withWrapper?: boolean;
|
|
1919
|
+
wrapperVariant?: 'inline' | 'section' | 'fullPage';
|
|
1920
|
+
blocksScroll?: boolean;
|
|
1921
|
+
icon?: string;
|
|
1922
|
+
iconStart?: string;
|
|
1923
|
+
iconEnd?: string;
|
|
1924
|
+
fill?: string;
|
|
1925
|
+
fillSvg?: string;
|
|
1926
|
+
WrapperView?: string;
|
|
1927
|
+
container?: string;
|
|
1928
|
+
src?: string;
|
|
1929
|
+
alt?: string;
|
|
1930
|
+
sizeVariant?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1931
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1932
|
+
labelPosition?: 'start' | 'center' | 'end';
|
|
1933
|
+
labelColor?: string;
|
|
1934
|
+
backgroundColor?: string;
|
|
1935
|
+
withBadge?: boolean;
|
|
1936
|
+
badgeColor?: string;
|
|
1937
|
+
width?: string | number;
|
|
1938
|
+
height?: string | number;
|
|
1939
|
+
minHeight?: string | number;
|
|
1940
|
+
count?: number;
|
|
1941
|
+
activeIndex?: string | number;
|
|
1942
|
+
step?: number;
|
|
1943
|
+
lines?: number;
|
|
1944
|
+
objectFit?: string;
|
|
1945
|
+
isBordered?: boolean;
|
|
1946
|
+
isHighlighted?: boolean;
|
|
1947
|
+
withShadowHover?: boolean;
|
|
1948
|
+
fullWidth?: boolean;
|
|
1949
|
+
isIcon?: boolean;
|
|
1950
|
+
showArrows?: boolean;
|
|
1951
|
+
showDots?: boolean;
|
|
1952
|
+
thumbs?: 'start' | 'end';
|
|
1953
|
+
isFocusable?: boolean;
|
|
1954
|
+
visibleItems?: number;
|
|
1955
|
+
scrollStep?: number;
|
|
1956
|
+
scrollAlignment?: 'left' | 'centered';
|
|
1957
|
+
vertical?: 'hidden' | 'visible' | 'auto';
|
|
1958
|
+
horizontal?: 'hidden' | 'visible' | 'auto';
|
|
1959
|
+
autoHide?: boolean;
|
|
1960
|
+
showSidebarAsideControl?: boolean;
|
|
1961
|
+
showSidebarHeaderControl?: boolean;
|
|
1962
|
+
multiple?: boolean;
|
|
1963
|
+
searchable?: boolean;
|
|
1964
|
+
searchPlaceholder?: string;
|
|
1965
|
+
autoOpen?: boolean;
|
|
1966
|
+
accept?: string;
|
|
1967
|
+
capture?: boolean | 'user' | 'environment';
|
|
1968
|
+
inputFileButtonLabel?: string;
|
|
1969
|
+
acceptedFileTypes?: string[];
|
|
1970
|
+
maxFileSize?: number;
|
|
1971
|
+
maxFiles?: number;
|
|
1972
|
+
debounceCallbackTime?: number;
|
|
1973
|
+
ariaDescribedBy?: string;
|
|
1974
|
+
resize?: 'none' | 'both' | 'horizontal' | 'vertical';
|
|
1975
|
+
dynamicHeightAdjustment?: boolean;
|
|
1976
|
+
maxCharacters?: number;
|
|
1977
|
+
maxLength?: number;
|
|
1978
|
+
currentValue?: string;
|
|
1979
|
+
oldValue?: string;
|
|
1980
|
+
currencySymbol?: string;
|
|
1981
|
+
currencySymbolPosition?: 'before' | 'after';
|
|
1982
|
+
gutter?: string | number;
|
|
1983
|
+
padding?: string;
|
|
1984
|
+
showPercentage?: boolean;
|
|
1985
|
+
fillColor?: string;
|
|
1986
|
+
closeOnSelect?: boolean;
|
|
1987
|
+
offsetX?: number;
|
|
1988
|
+
offsetY?: number;
|
|
1989
|
+
carouselOptions?: Record<string, unknown>;
|
|
1990
|
+
options?: Array<{
|
|
1991
|
+
value: unknown;
|
|
1992
|
+
label: string;
|
|
1993
|
+
disabled?: boolean;
|
|
1994
|
+
icon?: string;
|
|
1995
|
+
href?: string;
|
|
1996
|
+
noticeCounter?: number | string;
|
|
1997
|
+
hex?: string;
|
|
1998
|
+
image?: string;
|
|
1999
|
+
tooltip?: string;
|
|
2000
|
+
validationStatus?: 'success' | 'error';
|
|
2001
|
+
}>;
|
|
2002
|
+
columns?: Array<{
|
|
2003
|
+
key: string;
|
|
2004
|
+
label: string;
|
|
2005
|
+
sortable?: boolean;
|
|
2006
|
+
width?: string;
|
|
2007
|
+
filterable?: boolean;
|
|
2008
|
+
align?: 'left' | 'center' | 'right';
|
|
2009
|
+
formatter?: 'text' | 'number' | 'currency' | 'date' | 'datetime' | 'boolean' | 'custom';
|
|
2010
|
+
}>;
|
|
2011
|
+
rows?: Record<string, unknown>[];
|
|
2012
|
+
errors?: string[];
|
|
2013
|
+
files?: Array<{
|
|
2014
|
+
name: string;
|
|
2015
|
+
size?: number;
|
|
2016
|
+
type?: string;
|
|
2017
|
+
}>;
|
|
2018
|
+
data?: Record<string, unknown>[];
|
|
2019
|
+
children?: A2UIComponent[];
|
|
2020
|
+
dragOverContent?: A2UIComponent[];
|
|
2021
|
+
dragOverChildren?: A2UIComponent[];
|
|
2022
|
+
loadingOverlay?: A2UIComponent[];
|
|
2023
|
+
footer?: A2UIComponent[];
|
|
2024
|
+
actionChildren?: A2UIComponent[];
|
|
2025
|
+
logoChildren?: A2UIComponent[];
|
|
2026
|
+
menuChildren?: A2UIComponent[];
|
|
2027
|
+
bannerChildren?: A2UIComponent[];
|
|
2028
|
+
advChildren?: A2UIComponent[];
|
|
2029
|
+
headerChildren?: A2UIComponent[];
|
|
2030
|
+
footerChildren?: A2UIComponent[];
|
|
2031
|
+
headerContent?: A2UIComponent[];
|
|
2032
|
+
sidebarContent?: A2UIComponent[];
|
|
2033
|
+
sidebarMinifiedContent?: A2UIComponent[];
|
|
2034
|
+
sidebarHeaderContent?: A2UIComponent[];
|
|
2035
|
+
showCloseButton?: boolean;
|
|
2036
|
+
closeOnEscape?: boolean;
|
|
2037
|
+
closeOnClickOutside?: boolean;
|
|
2038
|
+
isCustomView?: boolean;
|
|
2039
|
+
actions?: string[];
|
|
2040
|
+
validation?: string[];
|
|
2041
|
+
attributes?: Record<string, unknown>;
|
|
2042
|
+
styling?: A2UIStyling;
|
|
2043
|
+
align?: string;
|
|
2044
|
+
justify?: string;
|
|
2045
|
+
isWrap?: boolean;
|
|
2046
|
+
isReversed?: boolean;
|
|
2047
|
+
gap?: string | number;
|
|
2048
|
+
flex?: string;
|
|
2049
|
+
flexDirection?: string;
|
|
2050
|
+
alignItems?: string;
|
|
2051
|
+
justifyContent?: string;
|
|
2052
|
+
maxHeight?: string | number;
|
|
2053
|
+
gridColumns?: number | string;
|
|
2054
|
+
gridRows?: number | string;
|
|
2055
|
+
gridColumnGutter?: number | string;
|
|
2056
|
+
gridRowGutter?: number | string;
|
|
2057
|
+
wrapItems?: boolean;
|
|
2058
|
+
itemWidth?: string;
|
|
2059
|
+
itemHeight?: string;
|
|
2060
|
+
isIconsView?: boolean;
|
|
2061
|
+
duration?: number | null;
|
|
2062
|
+
dismissOnClick?: boolean;
|
|
2063
|
+
colored?: boolean;
|
|
2064
|
+
isAnimated?: boolean;
|
|
2065
|
+
stickyHeader?: boolean;
|
|
2066
|
+
stickyFooter?: boolean;
|
|
2067
|
+
stickyPagination?: boolean;
|
|
2068
|
+
pagination?: boolean;
|
|
2069
|
+
pageSize?: number;
|
|
2070
|
+
pageSizes?: number[];
|
|
2071
|
+
virtualized?: boolean;
|
|
2072
|
+
rowHeight?: number;
|
|
2073
|
+
minVisibleRange?: number;
|
|
2074
|
+
expandableRows?: boolean;
|
|
2075
|
+
title?: string;
|
|
2076
|
+
description?: string;
|
|
2077
|
+
status?: 'pending' | 'fulfilled' | 'rejected';
|
|
2078
|
+
bgColor?: string;
|
|
2079
|
+
mobileMenuList?: A2UIHeaderMenuItem[];
|
|
2080
|
+
emptyItemsResult?: string;
|
|
2081
|
+
max?: number;
|
|
2082
|
+
min?: number;
|
|
2083
|
+
isLoading?: boolean;
|
|
2084
|
+
loading?: boolean;
|
|
2085
|
+
error?: boolean;
|
|
2086
|
+
loadingText?: string;
|
|
2087
|
+
emptyText?: string;
|
|
2088
|
+
errorText?: string;
|
|
2089
|
+
chartHeight?: number;
|
|
2090
|
+
xKey?: string;
|
|
2091
|
+
series?: Record<string, unknown>[];
|
|
2092
|
+
pieConfig?: Record<string, unknown>;
|
|
2093
|
+
colors?: string[];
|
|
2094
|
+
legend?: Record<string, unknown>;
|
|
2095
|
+
xAxis?: Record<string, unknown>;
|
|
2096
|
+
yAxis?: Record<string, unknown>;
|
|
2097
|
+
grid?: Record<string, unknown>;
|
|
2098
|
+
tooltip?: Record<string, unknown>;
|
|
2099
|
+
chartMargin?: {
|
|
2100
|
+
top?: number;
|
|
2101
|
+
right?: number;
|
|
2102
|
+
bottom?: number;
|
|
2103
|
+
left?: number;
|
|
2104
|
+
};
|
|
2105
|
+
animate?: boolean;
|
|
2106
|
+
searchValue?: string;
|
|
2107
|
+
noHistoryResultsLabel?: string;
|
|
2108
|
+
noResultsLabel?: string;
|
|
2109
|
+
newSearchCta?: string;
|
|
2110
|
+
loaderItemsCount?: number;
|
|
2111
|
+
results?: A2UISearchModalItem[];
|
|
2112
|
+
historyResults?: A2UISearchModalItem[];
|
|
2113
|
+
popularItems?: A2UISearchModalSection;
|
|
2114
|
+
aiSuggestions?: A2UISearchModalSection;
|
|
2115
|
+
articles?: A2UISearchModalSection;
|
|
2116
|
+
showSearch?: boolean;
|
|
2117
|
+
showTopBanner?: boolean;
|
|
2118
|
+
showCharacterCount?: boolean;
|
|
2119
|
+
showAttachmentButton?: boolean;
|
|
2120
|
+
showSendButton?: boolean;
|
|
2121
|
+
showSendButtonTooltip?: boolean;
|
|
2122
|
+
sendButtonLabel?: string;
|
|
2123
|
+
attachmentButtonLabel?: string;
|
|
2124
|
+
recordingState?: 'idle' | 'recording' | 'processing';
|
|
2125
|
+
recordButtonLabel?: string;
|
|
2126
|
+
minRows?: number;
|
|
2127
|
+
maxRows?: number;
|
|
2128
|
+
images?: A2UIImagePreviewItem[];
|
|
2129
|
+
initialIndex?: number;
|
|
2130
|
+
showThumbnails?: boolean;
|
|
2131
|
+
showCounter?: boolean;
|
|
2132
|
+
thumbnailPosition?: 'bottom' | 'left';
|
|
2133
|
+
items?: A2UISidebarItem[];
|
|
2134
|
+
activeItemId?: string;
|
|
2135
|
+
collapsed?: boolean;
|
|
2136
|
+
collapsedWidth?: string;
|
|
2137
|
+
cursor?: string;
|
|
2138
|
+
role?: string;
|
|
2139
|
+
};
|
|
2140
|
+
export type A2UIMetadata = {
|
|
2141
|
+
agentId: string;
|
|
2142
|
+
agentName: string;
|
|
2143
|
+
agentVersion?: string;
|
|
2144
|
+
timestamp: string;
|
|
2145
|
+
sessionId?: string;
|
|
2146
|
+
provider?: string;
|
|
2147
|
+
scenario?: string;
|
|
2148
|
+
segment?: string;
|
|
2149
|
+
isSimulated?: boolean;
|
|
2150
|
+
locale?: string;
|
|
2151
|
+
theme?: 'light' | 'dark' | 'auto';
|
|
2152
|
+
customData?: Record<string, unknown>;
|
|
2153
|
+
[key: string]: unknown;
|
|
2154
|
+
};
|
|
2155
|
+
export type A2UISpec = {
|
|
2156
|
+
version: string;
|
|
2157
|
+
metadata: A2UIMetadata;
|
|
2158
|
+
ui: {
|
|
2159
|
+
layout?: {
|
|
2160
|
+
type?: A2UILayoutType;
|
|
2161
|
+
spacing?: string;
|
|
2162
|
+
gridColumns?: number;
|
|
2163
|
+
alignment?: string;
|
|
2164
|
+
justification?: string;
|
|
2165
|
+
responsive?: {
|
|
2166
|
+
mobile?: {
|
|
2167
|
+
type?: string;
|
|
2168
|
+
gridColumns?: number;
|
|
2169
|
+
spacing?: string;
|
|
2170
|
+
};
|
|
2171
|
+
tablet?: {
|
|
2172
|
+
type?: string;
|
|
2173
|
+
gridColumns?: number;
|
|
2174
|
+
spacing?: string;
|
|
2175
|
+
};
|
|
2176
|
+
desktop?: {
|
|
2177
|
+
type?: string;
|
|
2178
|
+
gridColumns?: number;
|
|
2179
|
+
spacing?: string;
|
|
2180
|
+
};
|
|
2181
|
+
};
|
|
2182
|
+
};
|
|
2183
|
+
components: A2UIComponent[];
|
|
2184
|
+
actions?: A2UIAction[];
|
|
2185
|
+
validations?: A2UIValidation[];
|
|
2186
|
+
};
|
|
2187
|
+
state?: {
|
|
2188
|
+
formData?: Record<string, unknown>;
|
|
2189
|
+
errors?: Record<string, unknown>;
|
|
2190
|
+
loading?: boolean;
|
|
2191
|
+
disabled?: boolean;
|
|
2192
|
+
};
|
|
2193
|
+
};
|
|
2194
|
+
/**
|
|
2195
|
+
* Metadata describing a custom component for use in the LLM system prompt.
|
|
2196
|
+
*
|
|
2197
|
+
* Pass an array of these as `customComponents` to `buildA2UISystemPrompt`.
|
|
2198
|
+
* To wire runtime rendering, extend this with `A2UICustomComponentDefinition`.
|
|
2199
|
+
*/
|
|
2200
|
+
export type A2UICustomComponentMeta = {
|
|
2201
|
+
/** Component type string used as `type` in A2UI JSON — must not clash with built-in types */
|
|
2202
|
+
type: string;
|
|
2203
|
+
/** Human-readable description injected into the LLM system prompt */
|
|
2204
|
+
description: string;
|
|
2205
|
+
/** Prop names mapped to type/description strings, formatted the same way as built-in props */
|
|
2206
|
+
props?: Record<string, string>;
|
|
2207
|
+
/** Additional usage notes appended below the component description in the prompt */
|
|
2208
|
+
notes?: string[];
|
|
2209
|
+
/** Category group shown in the component list (default: "Custom") */
|
|
2210
|
+
category?: string;
|
|
2211
|
+
};
|
|
2212
|
+
/**
|
|
2213
|
+
* Returns a copy of `A2UI_SPEC_SCHEMA` with `customTypes` appended to the allowed
|
|
2214
|
+
* component `type` enum. The original schema is never mutated.
|
|
2215
|
+
*
|
|
2216
|
+
* Use this with AJV or Gemini `responseSchema` when your spec includes custom component types.
|
|
2217
|
+
*
|
|
2218
|
+
* Built-in types always take precedence — pass only the extra types you added.
|
|
2219
|
+
*/
|
|
2220
|
+
export declare function extendA2UISpecSchema(customTypes: string[]): object;
|