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
package/ai/README.md
CHANGED
|
@@ -419,6 +419,53 @@ const simpleComponents = componentIndex.byComplexity.Low;
|
|
|
419
419
|
const formComponents = componentIndex.byFeature['Forms'];
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
+
## Figma Token Maps
|
|
423
|
+
|
|
424
|
+
Purpose-built reverse-lookup tables at `$GD_PATH/ai/figma-maps/`. Load before any Figma-to-code or Figma-to-A2UI task that involves translating Figma inspection output (hex values, px values, variable names, shadow strings, icon names) into GridKit design tokens.
|
|
425
|
+
|
|
426
|
+
Each JSON file has a top-level `$usage` key documenting the exact lookup algorithm and critical rules for that category. Full resolution rules are in `.claude/rules/gd-design-rag-resolution.md`.
|
|
427
|
+
|
|
428
|
+
### Quick-Reference Table
|
|
429
|
+
|
|
430
|
+
| File | Use for | Primary lookup |
|
|
431
|
+
| ------------------------ | ------------------------------------------------------------------------------------------ | ----------------------------- |
|
|
432
|
+
| `figma-color-map.json` | Figma `gds.color.*` variable or raw hex → color token + `themeAccess` | `hexIndex["#RRGGBB"]` |
|
|
433
|
+
| `figma-spacing-map.json` | Figma `gds.spacing/space/scale.*` or px → spacing token + `scaleDecisionGuide` | `pxIndex["16px"]` |
|
|
434
|
+
| `figma-radius-map.json` | Figma `gds.border.radius.*` or px/% → `radius.*` token | `pxIndex["4px"]` |
|
|
435
|
+
| `figma-font-map.json` | Figma `gds.font.*` or typography value → `font.*` token; includes `knownGaps` | `valueIndex.fontSize["20px"]` |
|
|
436
|
+
| `figma-shadow-map.json` | Figma shadow style or CSS value → `shadows.*` token; `elevationDecisionGuide` for UI roles | `valueIndex["0px 2px..."]` |
|
|
437
|
+
| `figma-icon-map.json` | Figma Material icon name ↔ GridKit `IconsList` key | `figmaNameIndex["close"]` |
|
|
438
|
+
|
|
439
|
+
### Resolution Priority
|
|
440
|
+
|
|
441
|
+
1. **CSS var name** — `var(--gds-color-text-default, ...)` → strip `--gds-`, kebab→dot → `color.text.default`.
|
|
442
|
+
2. **Figma variable name** — CamelCase split: `borderRadiusXL` → `radius.xl`, `fontSizeH5` → `font.size.h5`.
|
|
443
|
+
3. **Value reverse-lookup** — query `hexIndex` / `pxIndex` / `valueIndex` in the appropriate map file.
|
|
444
|
+
4. **No match** — record `"unmatched:<rawValue>"` in `tokenBindings`.
|
|
445
|
+
|
|
446
|
+
### Critical Cross-Category Rules
|
|
447
|
+
|
|
448
|
+
- **Never emit `cssVar` or `var(--gds-*)` strings in TSX.** Always use `themeAccess` from `useTheme()`.
|
|
449
|
+
- **`lineHeight` token is 3 levels deep**: `font.line.height.h5` → `theme.font?.line?.height?.h5`. Never `theme.font?.lineHeight?.h5`.
|
|
450
|
+
- **Font tokens have no CSS vars** — use raw CSS value in `styling`; token dot-path in `tokenBindings`.
|
|
451
|
+
- **Shadow design drift** (levels 1–3): Figma raw value ≠ token multi-layer value. Token is canonical.
|
|
452
|
+
- **`#FFFFFF` → `color.bg.surface`** — not unmatched white. Always run `hexIndex` before declaring no match.
|
|
453
|
+
|
|
454
|
+
### Importing Maps
|
|
455
|
+
|
|
456
|
+
```typescript
|
|
457
|
+
import { FIGMA_TOKEN_MAPS, FIGMA_COLOR_MAP, FIGMA_SPACING_MAP } from 'gd-design-library/ai/figma-maps';
|
|
458
|
+
|
|
459
|
+
// All maps as a grouped object
|
|
460
|
+
const { color, spacing, radius, font, shadow, icon } = FIGMA_TOKEN_MAPS;
|
|
461
|
+
|
|
462
|
+
// Direct hex → token lookup
|
|
463
|
+
const tokenPath = FIGMA_COLOR_MAP.hexIndex['#FFFFFF']; // → "color.bg.surface"
|
|
464
|
+
|
|
465
|
+
// Spacing px → token lookup
|
|
466
|
+
const { preferred } = FIGMA_SPACING_MAP.pxIndex['16px']; // → "spacing.md"
|
|
467
|
+
```
|
|
468
|
+
|
|
422
469
|
## Usage Examples
|
|
423
470
|
|
|
424
471
|
### Contextual Prompt with Specific Components
|
|
@@ -515,6 +562,14 @@ yarn test:ai:watch
|
|
|
515
562
|
│ ├── prompts.test.ts
|
|
516
563
|
│ ├── schemas.test.ts
|
|
517
564
|
│ └── validation.test.ts
|
|
565
|
+
├── figma-maps/ # Figma → GridKit token reverse-lookup tables
|
|
566
|
+
│ ├── figma-color-map.json # Figma gds.color.* vars + hex → color.* token + themeAccess
|
|
567
|
+
│ ├── figma-spacing-map.json # Figma gds.spacing/space/scale vars + px → spacing token + scaleDecisionGuide
|
|
568
|
+
│ ├── figma-radius-map.json # Figma gds.border.radius.* vars + px/% → radius.* token
|
|
569
|
+
│ ├── figma-font-map.json # Figma gds.font.* vars + values → font.* token; knownGaps list
|
|
570
|
+
│ ├── figma-shadow-map.json # Figma shadow styles + CSS values → shadows.box.*/semantic; elevationDecisionGuide
|
|
571
|
+
│ ├── figma-icon-map.json # GridKit IconsList keys ↔ Figma Material icon names; figmaNameIndex
|
|
572
|
+
│ └── index.ts # Barrel exports (FIGMA_COLOR_MAP, FIGMA_SPACING_MAP, …, FIGMA_TOKEN_MAPS)
|
|
518
573
|
├── schemas/
|
|
519
574
|
│ ├── components/ # Component schemas (55 files)
|
|
520
575
|
│ │ ├── Button.ts
|
|
@@ -539,7 +594,7 @@ yarn test:ai:watch
|
|
|
539
594
|
|
|
540
595
|
<!-- AUTO-GENERATED:COMPONENTS:START -->
|
|
541
596
|
|
|
542
|
-
_66 components total — generated from `libs/ui/src/ai/schemas/` on 2026-
|
|
597
|
+
_66 components total — generated from `libs/ui/src/ai/schemas/` on 2026-06-23._
|
|
543
598
|
|
|
544
599
|
### Other
|
|
545
600
|
|
|
@@ -881,7 +936,7 @@ Versatile form input component supporting multiple field types including text, e
|
|
|
881
936
|
| `disabled` | `boolean` | Whether the input is disabled |
|
|
882
937
|
| `readOnly` | `boolean` | Whether the input is read-only |
|
|
883
938
|
| `helpText` | `string` | Helper text shown below the field (e.g. format hints, validation messages) |
|
|
884
|
-
| _...+
|
|
939
|
+
| _...+10 more_ | | |
|
|
885
940
|
|
|
886
941
|
**Example:**
|
|
887
942
|
|
|
@@ -993,22 +1048,22 @@ Range input component for selecting numeric values within a defined range with v
|
|
|
993
1048
|
Toggle switch for binary on/off states. Ideal for settings, preferences, and feature toggles.
|
|
994
1049
|
|
|
995
1050
|
<!-- prettier-ignore -->
|
|
996
|
-
| Prop | Type | Description
|
|
997
|
-
| ----------- | --------------------- |
|
|
998
|
-
| `checked` | `boolean` | Checked/on state of the switch (controlled)
|
|
999
|
-
| `disabled` | `boolean` | Whether the switch is disabled
|
|
1000
|
-
| `isLoading` | `boolean` | Shows a loading overlay on the switch and disables interaction during async operations
|
|
1001
|
-
| `
|
|
1002
|
-
| `
|
|
1003
|
-
| `name` | `string` | HTML name attribute for form submission
|
|
1004
|
-
| `styling` | `object` | CSS style overrides for the switch
|
|
1005
|
-
| `actions` | `string[]` | Action IDs from ui.actions to trigger on toggle
|
|
1051
|
+
| Prop | Type | Description |
|
|
1052
|
+
| ----------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1053
|
+
| `checked` | `boolean` | Checked/on state of the switch (controlled) |
|
|
1054
|
+
| `disabled` | `boolean` | Whether the switch is disabled |
|
|
1055
|
+
| `isLoading` | `boolean` | Shows a loading overlay on the switch and disables interaction during async operations |
|
|
1056
|
+
| `value` | `string` | Text label content displayed next to the switch toggle (rendered as children). |
|
|
1057
|
+
| `label` | `"left"` \| `"right"` | LabelPosition — which side of the toggle the text appears on. Valid values: "left" \| "right" (default "right"). NEVER use this for text content; put text in value. |
|
|
1058
|
+
| `name` | `string` | HTML name attribute for form submission |
|
|
1059
|
+
| `styling` | `object` | CSS style overrides for the switch |
|
|
1060
|
+
| `actions` | `string[]` | Action IDs from ui.actions to trigger on toggle |
|
|
1006
1061
|
|
|
1007
1062
|
**Example:**
|
|
1008
1063
|
|
|
1009
1064
|
<!-- prettier-ignore -->
|
|
1010
1065
|
```tsx
|
|
1011
|
-
|
|
1066
|
+
{ "type": "switch", "id": "notifications_switch", "value": "Enable notifications" }
|
|
1012
1067
|
```
|
|
1013
1068
|
|
|
1014
1069
|
#### Toggle
|
|
@@ -1158,7 +1213,7 @@ Radio button group component for single selection from multiple options with fle
|
|
|
1158
1213
|
|
|
1159
1214
|
**Complexity:** Low | **Import:** `import { Checkbox } from 'gd-design-library'`
|
|
1160
1215
|
|
|
1161
|
-
Standalone checkbox atom with indeterminate state, size variants, and accessible labeling. Use for boolean toggles in forms and settings.
|
|
1216
|
+
Standalone checkbox atom with indeterminate state, size variants, and accessible labeling. Use for boolean toggles in forms and settings. In A2UI specs, represent checkboxes as { type: "input", variant: "checkbox" } — do NOT emit { type: "checkbox" }.
|
|
1162
1217
|
|
|
1163
1218
|
<!-- prettier-ignore -->
|
|
1164
1219
|
| Prop | Type | Description |
|
|
@@ -1210,20 +1265,20 @@ Multi-line text input organism with auto-growing rows, character count, attachme
|
|
|
1210
1265
|
|
|
1211
1266
|
**Complexity:** Low | **Import:** `import { AttachmentFile } from 'gd-design-library'`
|
|
1212
1267
|
|
|
1213
|
-
File attachment chip
|
|
1268
|
+
File attachment chip: file-copy icon on the left, bold file name (truncates with tooltip on hover), optional small metadata row (fileType · fileSize, both truncate), and a close/remove (×) button on the right. Horizontal inline chip, typically 40–48 px tall with rounded corners. Renders above the InputArea textarea or standalone. Use actions[] to wire the remove button in A2UI; in TSX use onRemove. Figma component set names: "AttachmentFile", "Attachment File", "File Chip", "File Tag", "attachment-chip". Also matches any chip/pill node that contains a file name + a remove/close affordance.
|
|
1214
1269
|
|
|
1215
1270
|
<!-- prettier-ignore -->
|
|
1216
|
-
| Prop | Type
|
|
1217
|
-
| ------------------- |
|
|
1218
|
-
| `fileName` | `string`
|
|
1219
|
-
| `fileType` | `string`
|
|
1220
|
-
| `fileSize` | `string`
|
|
1221
|
-
| `separator` | `string`
|
|
1222
|
-
| `
|
|
1223
|
-
| `
|
|
1224
|
-
| `
|
|
1225
|
-
| `
|
|
1226
|
-
| _...+
|
|
1271
|
+
| Prop | Type | Description |
|
|
1272
|
+
| ------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1273
|
+
| `fileName` | `string` | Name of the attached file displayed in the chip. Truncates with a tooltip on hover when long. Required. |
|
|
1274
|
+
| `fileType` | `string` | File type label shown below the file name (e.g. "PDF", "doc"). Truncates with ellipsis when long. |
|
|
1275
|
+
| `fileSize` | `string` | File size label shown below the file name (e.g. "1.2 MB"). |
|
|
1276
|
+
| `separator` | `string` | Character rendered between fileType and fileSize in the metadata row. Defaults to "·". Override for designs that use "/" or "\|". |
|
|
1277
|
+
| `actions` | `string[]` | 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. In TSX this maps to onRemove. Example: set actions: ["remove_notes_txt"] and define { id: "remove_notes_txt", type: "remove-file" } in ui.actions. |
|
|
1278
|
+
| `removeButtonLabel` | `string` | Accessible aria-label for the remove button. |
|
|
1279
|
+
| `disabled` | `boolean` | Disables the remove button, preventing file removal. |
|
|
1280
|
+
| `isLoading` | `boolean` | Shows a spinner in place of the remove button while the file is uploading. Only takes effect when actions[] is also provided (TSX: when onRemove is set). |
|
|
1281
|
+
| _...+1 more_ | | |
|
|
1227
1282
|
|
|
1228
1283
|
**Example:**
|
|
1229
1284
|
|
|
@@ -1292,16 +1347,16 @@ Chat message bubble component for displaying conversation messages with distinct
|
|
|
1292
1347
|
All text: headings (h1–h6), body paragraphs, caption-styled metadata, code snippets. Accepts box model props (margin, padding, width) directly — no wrapper needed. IMPORTANT: variant="caption" renders a real <caption> element by default, so outside table captions pair it with as="div" or as="span".
|
|
1293
1348
|
|
|
1294
1349
|
<!-- prettier-ignore -->
|
|
1295
|
-
| Prop | Type | Description
|
|
1296
|
-
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1297
|
-
| `label` | `string` | Text content to display (also accepted as value)
|
|
1298
|
-
| `variant` | `"h1"` \| `"h2"` \| `"h3"` \| `"h4"` \| `"h5"` \| `"h6"` \| `"p"` \| `"span"` \| `"small"` \| `"strong"` \| `"i"` \| `"code"` \| `"kbd"` \| `"caption"` \| `"header"` \| `"sup"` \| `"sub"` \| `"div"` | Semantic HTML element
|
|
1299
|
-
| `color` | `string` | Text color. Prefer theme color token paths (e.g. "text.secondary", "text.warning", "text.default"). Use raw CSS/hex only when no theme token fits.
|
|
1300
|
-
| `align` | `"start"` \| `"end"` \| `"left"` \| `"center"` \| `"right"` \| `"justify"` | Text alignment
|
|
1301
|
-
| `styleVariant` | `"bold"` \| `"semibold"` \| `"normal"` \| `"light"` \| `"italic"` \| `"small"` \| `"underline"` \| `"uppercase"` \| `"lowercase"` \| `"strike"` | Additional style modifiers (can be combined as array)
|
|
1302
|
-
| `size` | `"xs"` \| `"sm"` \| `"md"` \| `"lg"` \| `"xl"` | Size override for the text
|
|
1303
|
-
| `as` | `string` | Override the rendered HTML element (e.g. render h2 styles on an h1 element). Use as="div" or as="span" with variant="caption" outside table captions.
|
|
1304
|
-
| `styling` | `object` | CSS style overrides including textAlign, color, and other CSS properties
|
|
1350
|
+
| Prop | Type | Description |
|
|
1351
|
+
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1352
|
+
| `label` | `string` | Text content to display (also accepted as value) |
|
|
1353
|
+
| `variant` | `"h1"` \| `"h2"` \| `"h3"` \| `"h4"` \| `"h5"` \| `"h6"` \| `"p"` \| `"span"` \| `"small"` \| `"strong"` \| `"i"` \| `"code"` \| `"kbd"` \| `"caption"` \| `"header"` \| `"sup"` \| `"sub"` \| `"div"` | Semantic HTML element. Valid values: h1\|h2\|h3\|h4\|h5\|h6\|p\|span\|small\|strong\|i\|code\|kbd\|caption\|header\|sup\|sub\|div. NEVER use body1, body2, inherit, display, subtitle1, subtitle2 — these are enum key names, not valid variant values. IMPORTANT: variant="caption" renders a real <caption> element by default; outside tables use as="div" or as="span". |
|
|
1354
|
+
| `color` | `string` | Text color. Prefer theme color token paths (e.g. "text.secondary", "text.warning", "text.default"). Use raw CSS/hex only when no theme token fits. |
|
|
1355
|
+
| `align` | `"start"` \| `"end"` \| `"left"` \| `"center"` \| `"right"` \| `"justify"` | Text alignment |
|
|
1356
|
+
| `styleVariant` | `"bold"` \| `"semibold"` \| `"normal"` \| `"light"` \| `"italic"` \| `"small"` \| `"underline"` \| `"uppercase"` \| `"lowercase"` \| `"strike"` | Additional style modifiers (can be combined as array) |
|
|
1357
|
+
| `size` | `"xs"` \| `"sm"` \| `"md"` \| `"lg"` \| `"xl"` | Size override for the text |
|
|
1358
|
+
| `as` | `string` | Override the rendered HTML element (e.g. render h2 styles on an h1 element). Use as="div" or as="span" with variant="caption" outside table captions. |
|
|
1359
|
+
| `styling` | `object` | CSS style overrides including textAlign, color, and other CSS properties |
|
|
1305
1360
|
|
|
1306
1361
|
**Example:**
|
|
1307
1362
|
|
|
@@ -1350,12 +1405,12 @@ Composite avatar component that displays a user with avatar image, name, optiona
|
|
|
1350
1405
|
| `name` | `string` | Primary user display name shown next to or below the avatar. When src is omitted, the A2UI renderer derives initials from this name. |
|
|
1351
1406
|
| `variant` | `"card"` \| `"profile"` | Layout variant of the component |
|
|
1352
1407
|
| `subtitle` | `string` | Secondary line of text beneath the name, such as a role, team, or email address |
|
|
1408
|
+
| `description` | `string` | Fallback subtitle text. Used when subtitle is absent — the renderer promotes description to the subtitle slot automatically. |
|
|
1353
1409
|
| `src` | `string` | URL of the avatar image |
|
|
1354
1410
|
| `alt` | `string` | Alt text for the avatar image |
|
|
1355
|
-
| `
|
|
1356
|
-
| `
|
|
1357
|
-
|
|
|
1358
|
-
| _...+6 more_ | | |
|
|
1411
|
+
| `size` | `"xs"` \| `"sm"` \| `"md"` \| `"lg"` \| `"xl"` | Avatar size. Preferred A2UI field — use this over sizeVariant for consistency with the Avatar component. |
|
|
1412
|
+
| `sizeVariant` | `"xs"` \| `"sm"` \| `"md"` \| `"lg"` \| `"xl"` | Avatar size variant. Alias for size — both are accepted; size is preferred in A2UI specs. |
|
|
1413
|
+
| _...+9 more_ | | |
|
|
1359
1414
|
|
|
1360
1415
|
**Example:**
|
|
1361
1416
|
|
|
@@ -1433,17 +1488,17 @@ Text truncation component that limits content to a specified number of lines usi
|
|
|
1433
1488
|
Clickable button with multiple style variants (primary, secondary, tertiary, outlined, text). Use actions[] to wire up A2UI interactions.
|
|
1434
1489
|
|
|
1435
1490
|
<!-- prettier-ignore -->
|
|
1436
|
-
| Prop | Type | Description
|
|
1437
|
-
| ------------ | --------------------------------------------------------------------------------------- |
|
|
1438
|
-
| `label` | `string` | Button text content (maps to children)
|
|
1439
|
-
| `variant` | `"primary"` \| `"secondary"` \| `"tertiary"` \| `"outlined"` \| `"text"` \| `"inherit"` | Visual style variant of the button
|
|
1440
|
-
| `disabled` | `boolean` | Disables the button preventing interaction
|
|
1441
|
-
| `isLoading` | `boolean` | Shows a loading spinner inside the button and disables it
|
|
1442
|
-
| `fullWidth` | `boolean` | Makes the button fill the full width of its container
|
|
1443
|
-
| `isIcon` | `boolean` | Renders the button as a square icon-only button (no text)
|
|
1444
|
-
| `icon` | `string` | Leading icon name from the shared A2UI icon catalog.
|
|
1445
|
-
| `iconEnd` | `string` | Trailing icon name from the shared A2UI icon catalog.
|
|
1446
|
-
| _...+
|
|
1491
|
+
| Prop | Type | Description |
|
|
1492
|
+
| ------------ | --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1493
|
+
| `label` | `string` | Button text content (maps to children) |
|
|
1494
|
+
| `variant` | `"primary"` \| `"secondary"` \| `"tertiary"` \| `"outlined"` \| `"text"` \| `"inherit"` | Visual style variant of the button. Valid ButtonVariant values (always lowercase): primary\|secondary\|tertiary\|outlined\|text\|inherit. NEVER use capitalized forms (Primary, Secondary…) or non-existent variants (danger, contained, default). |
|
|
1495
|
+
| `disabled` | `boolean` | Disables the button preventing interaction |
|
|
1496
|
+
| `isLoading` | `boolean` | Shows a loading spinner inside the button and disables it |
|
|
1497
|
+
| `fullWidth` | `boolean` | Makes the button fill the full width of its container |
|
|
1498
|
+
| `isIcon` | `boolean` | Renders the button as a square icon-only button (no text) |
|
|
1499
|
+
| `icon` | `string` | Leading icon name from the shared A2UI icon catalog. |
|
|
1500
|
+
| `iconEnd` | `string` | Trailing icon name from the shared A2UI icon catalog. |
|
|
1501
|
+
| _...+7 more_ | | |
|
|
1447
1502
|
|
|
1448
1503
|
**Example:**
|
|
1449
1504
|
|
|
@@ -1458,7 +1513,7 @@ Clickable button with multiple style variants (primary, secondary, tertiary, out
|
|
|
1458
1513
|
|
|
1459
1514
|
**Complexity:** Low | **Import:** `import { Link } from 'gd-design-library'`
|
|
1460
1515
|
|
|
1461
|
-
Accessible anchor component for navigation with support for internal and absolute URL destinations, multiple visual variants, and proper security attributes. A2UI SPEC: use top-level "label" for text, plus top-level "href", "variant", "underline", "target", and "rel". Do NOT use "children" or put href inside "attributes". For custom hover colors, use the top-level "styling" object with standard CSS values.
|
|
1516
|
+
Accessible anchor component for navigation with support for internal and absolute URL destinations, multiple visual variants, and proper security attributes. A2UI SPEC: use top-level "label" for text, plus top-level "href", "variant", "underline", "target", and "rel". Do NOT use "children" or put href inside "attributes". For custom hover colors, use the top-level "styling" object with standard CSS values. Figma color tokens: gds.color.text.link → color.text.link.default (#53B7E8) for default link state; gds.color.text.link.hover → color.text.link.hover (#278CBF) — pass default via the top-level "color" prop and hover via styling["&:hover"].color.
|
|
1462
1517
|
|
|
1463
1518
|
<!-- prettier-ignore -->
|
|
1464
1519
|
| Prop | Type | Description |
|
|
@@ -1471,7 +1526,7 @@ Accessible anchor component for navigation with support for internal and absolut
|
|
|
1471
1526
|
| `size` | `"sm"` \| `"md"` \| `"lg"` | Size variant of the link text. Top-level field in A2UI. |
|
|
1472
1527
|
| `underline` | `"default"` \| `"highlight"` \| `"none"` | Underline style for the link. Top-level field in A2UI. |
|
|
1473
1528
|
| `disabled` | `boolean` | Whether the link is disabled (prevents click interaction) |
|
|
1474
|
-
| _...+
|
|
1529
|
+
| _...+7 more_ | | |
|
|
1475
1530
|
|
|
1476
1531
|
**Example:**
|
|
1477
1532
|
|
|
@@ -1754,17 +1809,17 @@ Responsive image component with loading states, fallback support, and optional c
|
|
|
1754
1809
|
User avatar component for displaying profile pictures, initials, or icons with support for badges, fallback content, and various size options. A2UI SPEC: all props are top-level fields — do NOT use "attributes" or "fallbackComponent". Use "label" or "value" for initials text. Use "size" or "sizeVariant" for size. For an icon inside the avatar, set top-level "icon" plus optional "fill" or "fillSvg"; the renderer maps that to Avatar fallback content internally. For a status badge ON the avatar use withBadge + badgeColor directly on this component — do NOT place a separate "badge" or sibling "icon" next to the avatar. Prefer theme color tokens before raw CSS/hex. Example: {"type":"avatar","icon":"star","size":"xl","backgroundColor":"#cfaaa7","fill":"#646464"}.
|
|
1755
1810
|
|
|
1756
1811
|
<!-- prettier-ignore -->
|
|
1757
|
-
| Prop
|
|
1758
|
-
|
|
|
1759
|
-
| `label`
|
|
1760
|
-
| `
|
|
1761
|
-
| `
|
|
1762
|
-
| `
|
|
1763
|
-
| `
|
|
1764
|
-
| `
|
|
1765
|
-
| `
|
|
1766
|
-
| `
|
|
1767
|
-
| _...+
|
|
1812
|
+
| Prop | Type | Description |
|
|
1813
|
+
| ------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1814
|
+
| `label` | `string` | A2UI: initials text shown as fallback (e.g. "JD"). Use label OR value — do NOT use "fallbackComponent". Renderer checks label first, then value. |
|
|
1815
|
+
| `value` | `string` | Alias for label: initials text shown as avatar fallback when label is absent (e.g. "JD"). The renderer promotes value to the fallback slot automatically. Prefer label in new A2UI specs. |
|
|
1816
|
+
| `src` | `string` | Image URL. Top-level field in A2UI spec. |
|
|
1817
|
+
| `alt` | `string` | Image alt text. Top-level field in A2UI spec. |
|
|
1818
|
+
| `size` | `"xs"` \| `"sm"` \| `"md"` \| `"lg"` \| `"xl"` | Avatar size. Preferred A2UI field — use this over sizeVariant. |
|
|
1819
|
+
| `sizeVariant` | `"xs"` \| `"sm"` \| `"md"` \| `"lg"` \| `"xl"` | Avatar size variant. Alias for size — both are accepted; size is preferred in A2UI specs. |
|
|
1820
|
+
| `withBadge` | `boolean` | Show status dot badge ON the avatar. Top-level field. |
|
|
1821
|
+
| `badgeColor` | `string` | Badge background color. Top-level field. Prefer theme color token paths (e.g. "bg.fill.success.primary.default", "bg.fill.error.primary.default"). Use raw CSS/hex only when no theme token fits. |
|
|
1822
|
+
| _...+6 more_ | | |
|
|
1768
1823
|
|
|
1769
1824
|
**Example:**
|
|
1770
1825
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=require(
|
|
1
|
+
const e=require("../schemas/components/Icon.cjs"),t=require("../schemas/components.cjs");function n(e){let t={};for(let n of e){let e;e=n.enum&&n.enum.length>0?n.enum.map(e=>`"${e}"`).join(`|`):n.type,n.description&&(e+=` — ${n.description}`),t[n.name]=e}return t}function r(e,t){let n=[],r=e,i=!!e.a2uiName;if(t&&t.compositionTips.length>0&&n.push(...t.compositionTips),i)return n.length>0?n:void 0;let a=r.commonPatterns;if(a)for(let[e,t]of Object.entries(a)){let r=t.useCase??``,i=t.code?` Example: ${t.code}`:``;n.push(`${e}: ${r}${i}`)}let o=r.examples;if(Array.isArray(o))for(let e of o)typeof e==`string`&&n.push(e);let s=r.troubleshooting;if(s)for(let[e,t]of Object.entries(s))n.push(`Troubleshooting — ${e}: ${t}`);return n.length>0?n:void 0}function i(){let e={};for(let i of t.aiComponentsSchema.components){let a=i;if(!a.a2uiName)continue;let o=t.componentModulesByName.get(a.name);if(e[a.a2uiName]={component:a.name,import:a.import,description:a.description,props:n(a.props),notes:r(a,o),category:a.category,complexity:a.complexity},a.a2uiSubcomponents){let t=a.subcomponents;for(let[r,i]of Object.entries(a.a2uiSubcomponents)){let s=t?.[i.component]?.description??a.description;e[r]={component:i.component,import:a.import,description:s,props:n(i.props),notes:o&&o.compositionTips.length>0?o.compositionTips:void 0,category:a.category?`${a.category} Subcomponents`:`Card Subcomponents`,complexity:a.complexity}}}}return e}var a=i(),o=Object.keys(a),s=e.default.component.availableIcons,c=e.default.component.iconCatalog;function l(e,n){return t.aiComponentsSchema.components.find(t=>t.a2uiName===e)?.props.find(e=>e.name===n)?.enum??[]}var u=l(`button`,`variant`);function d(e){return a[e]?.component??`Unknown`}exports.A2UI_AVAILABLE_ICONS=s,exports.A2UI_BUTTON_VARIANTS=u,exports.A2UI_COMPONENT_MAP=a,exports.A2UI_COMPONENT_TYPES=o,exports.A2UI_ICON_CATALOG=c,exports.getA2UIPropEnum=l,exports.getGridKitComponent=d;
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { default as IconSchemaModule } from '../schemas/components/Icon.js';
|
|
2
|
+
export type A2UIComponentEntry = {
|
|
3
|
+
/** gd-design-library component name */
|
|
4
|
+
component: string;
|
|
5
|
+
/** npm import statement */
|
|
6
|
+
import: string;
|
|
7
|
+
/** Short description for LLM context */
|
|
8
|
+
description?: string;
|
|
9
|
+
/** Accepted prop shapes (descriptive strings for LLM consumption) */
|
|
10
|
+
props: Record<string, string>;
|
|
11
|
+
/**
|
|
12
|
+
* Unified guidance notes for the LLM — merged from all schema sources:
|
|
13
|
+
* compositionTips, commonPatterns use-case descriptions, examples, and
|
|
14
|
+
* troubleshooting tips.
|
|
15
|
+
*/
|
|
16
|
+
notes?: string[];
|
|
17
|
+
/** Component category */
|
|
18
|
+
category?: string;
|
|
19
|
+
/** Component complexity level */
|
|
20
|
+
complexity?: string;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Complete A2UI type → GridKit component mapping.
|
|
24
|
+
* Every key is a valid A2UI component "type" value.
|
|
25
|
+
* Built from aiComponentsSchema — no manual duplication.
|
|
26
|
+
*/
|
|
27
|
+
export declare const A2UI_COMPONENT_MAP: Record<string, A2UIComponentEntry>;
|
|
28
|
+
/**
|
|
29
|
+
* All valid A2UI component type strings.
|
|
30
|
+
* Generated from A2UI_COMPONENT_MAP keys.
|
|
31
|
+
*/
|
|
32
|
+
export declare const A2UI_COMPONENT_TYPES: (keyof typeof A2UI_COMPONENT_MAP)[];
|
|
33
|
+
/**
|
|
34
|
+
* Available icon names for the "icon" component type.
|
|
35
|
+
* The label prop of an "icon" component MUST be one of these values.
|
|
36
|
+
* Source of truth: libs/ui/src/ai/schemas/components/Icon.ts → availableIcons
|
|
37
|
+
*/
|
|
38
|
+
export declare const A2UI_AVAILABLE_ICONS: readonly string[] & typeof IconSchemaModule.component.availableIcons;
|
|
39
|
+
export type A2UIIconName = (typeof A2UI_AVAILABLE_ICONS)[number];
|
|
40
|
+
/**
|
|
41
|
+
* Semantic usage guide for each icon, grouped by category.
|
|
42
|
+
* Source of truth: libs/ui/src/ai/schemas/components/Icon.ts → iconCatalog
|
|
43
|
+
*/
|
|
44
|
+
export declare const A2UI_ICON_CATALOG: {
|
|
45
|
+
'Status & Feedback': {
|
|
46
|
+
cross: string;
|
|
47
|
+
success: string;
|
|
48
|
+
error: string;
|
|
49
|
+
warning: string;
|
|
50
|
+
info: string;
|
|
51
|
+
dot: string;
|
|
52
|
+
check: string;
|
|
53
|
+
errorOutline: string;
|
|
54
|
+
};
|
|
55
|
+
'Navigation & Direction': {
|
|
56
|
+
arrowDown: string;
|
|
57
|
+
arrowRight: string;
|
|
58
|
+
arrowLeft: string;
|
|
59
|
+
arrowForward: string;
|
|
60
|
+
keyboardArrowDown: string;
|
|
61
|
+
keyboardArrowUp: string;
|
|
62
|
+
};
|
|
63
|
+
'UI & Interface': {
|
|
64
|
+
mobileMenu: string;
|
|
65
|
+
home: string;
|
|
66
|
+
slash: string;
|
|
67
|
+
};
|
|
68
|
+
'E-commerce & Shopping': {
|
|
69
|
+
localShipping: string;
|
|
70
|
+
favorite: string;
|
|
71
|
+
favoriteOutlined: string;
|
|
72
|
+
shoppingBag: string;
|
|
73
|
+
paymentCard: string;
|
|
74
|
+
};
|
|
75
|
+
'User & Account': {
|
|
76
|
+
accountCircle: string;
|
|
77
|
+
portrait: string;
|
|
78
|
+
};
|
|
79
|
+
'Actions & Operations': {
|
|
80
|
+
deleteOutlined: string;
|
|
81
|
+
minus: string;
|
|
82
|
+
plus: string;
|
|
83
|
+
edit: string;
|
|
84
|
+
search: string;
|
|
85
|
+
filter: string;
|
|
86
|
+
ruler: string;
|
|
87
|
+
};
|
|
88
|
+
'File & Document': {
|
|
89
|
+
attachment: string;
|
|
90
|
+
upload: string;
|
|
91
|
+
folder: string;
|
|
92
|
+
folderOpen: string;
|
|
93
|
+
contentCopy: string;
|
|
94
|
+
fileCopy: string;
|
|
95
|
+
};
|
|
96
|
+
'Media & Communication': {
|
|
97
|
+
eye: string;
|
|
98
|
+
volumeUp: string;
|
|
99
|
+
send: string;
|
|
100
|
+
mic: string;
|
|
101
|
+
chat: string;
|
|
102
|
+
chatBubble: string;
|
|
103
|
+
phone: string;
|
|
104
|
+
};
|
|
105
|
+
'System & Technical': {
|
|
106
|
+
processing: string;
|
|
107
|
+
wifiTethering: string;
|
|
108
|
+
};
|
|
109
|
+
'Rating & Feedback': {
|
|
110
|
+
star: string;
|
|
111
|
+
starOutlined: string;
|
|
112
|
+
starHalf: string;
|
|
113
|
+
thumbUp: string;
|
|
114
|
+
thumbDown: string;
|
|
115
|
+
thumbUpFilled: string;
|
|
116
|
+
thumbDownFilled: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
export type A2UIIconCatalog = typeof A2UI_ICON_CATALOG;
|
|
120
|
+
/**
|
|
121
|
+
* Get the enum values for a named prop of any A2UI component type.
|
|
122
|
+
* Works for any component — no per-component special exports needed.
|
|
123
|
+
*
|
|
124
|
+
* @example
|
|
125
|
+
* getA2UIPropEnum('button', 'variant') // ['primary', 'secondary', ...]
|
|
126
|
+
* getA2UIPropEnum('badge', 'size') // ['sm', 'md', 'lg']
|
|
127
|
+
*/
|
|
128
|
+
export declare function getA2UIPropEnum(a2uiType: string, propName: string): readonly string[];
|
|
129
|
+
/**
|
|
130
|
+
* Valid Button variant values.
|
|
131
|
+
* Derived from the 'button' component's variant prop enum via getA2UIPropEnum.
|
|
132
|
+
*/
|
|
133
|
+
export declare const A2UI_BUTTON_VARIANTS: readonly string[];
|
|
134
|
+
export type A2UIButtonVariant = (typeof A2UI_BUTTON_VARIANTS)[number];
|
|
135
|
+
/**
|
|
136
|
+
* Get the GridKit component name for a given A2UI type.
|
|
137
|
+
*/
|
|
138
|
+
export declare function getGridKitComponent(a2uiType: string): string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type A2UIImageSources = string | string[];
|
|
2
|
+
/**
|
|
3
|
+
* Normalizes an `A2UIImageSources` value into a lowercase, trimmed string array.
|
|
4
|
+
* Returns `null` when `imageSources` is `undefined` (i.e. unconfigured — any host allowed).
|
|
5
|
+
* Returns an empty array when `imageSources` is an empty string or empty array (no hosts allowed).
|
|
6
|
+
*/
|
|
7
|
+
export declare function normalizeImageSources(imageSources?: A2UIImageSources): string[] | null;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A2UI Integration — GridKit Design System
|
|
3
|
+
*
|
|
4
|
+
* Tools for generating and rendering A2UI JSON specifications using
|
|
5
|
+
* gd-design-library (GridKit) React components.
|
|
6
|
+
*
|
|
7
|
+
* Two integration modes exist in libs/ui/src/ai:
|
|
8
|
+
*
|
|
9
|
+
* 1. CODE MODE (./prompts.ts)
|
|
10
|
+
* LLM → React/TSX code using GridKit components.
|
|
11
|
+
* Use buildClaudeSystemPrompt, buildGPT4Prompt, buildGeminiPrompt.
|
|
12
|
+
*
|
|
13
|
+
* 2. A2UI MODE (this module)
|
|
14
|
+
* LLM → A2UI JSON spec → rendered by GridKit components at runtime.
|
|
15
|
+
* Use buildA2UISystemPrompt, A2UI_SPEC_SCHEMA, A2UI_COMPONENT_MAP.
|
|
16
|
+
*
|
|
17
|
+
* A2UI protocol: https://a2ui.org
|
|
18
|
+
*/
|
|
19
|
+
export { A2UI_COMPONENT_MAP, A2UI_COMPONENT_TYPES, A2UI_AVAILABLE_ICONS, A2UI_ICON_CATALOG, A2UI_BUTTON_VARIANTS, getA2UIPropEnum, getGridKitComponent, type A2UIComponentEntry, type A2UIIconName, type A2UIIconCatalog, type A2UIButtonVariant, } from './component-map.js';
|
|
20
|
+
export { A2UI_SPEC_SCHEMA, A2UI_SPEC_SCHEMA_SIMPLE, extendA2UISpecSchema, type A2UISpec, type A2UIMetadata, type A2UIComponent, type A2UIAction, type A2UIStyling, type A2UILayoutType, type A2UIVariant, type A2UIActionDefinition, type A2UICustomComponentMeta, } from './spec-schema.js';
|
|
21
|
+
export { buildA2UISystemPrompt, buildA2UIGeminiRequest, type PriceFormatCustom, type A2UISystemPromptOptions, } from './system-prompt.js';
|
|
22
|
+
export { type A2UIImageSources, normalizeImageSources } from './image-policy.js';
|
package/ai/a2ui/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*
|
|
17
17
|
* A2UI protocol: https://a2ui.org
|
|
18
18
|
*/
|
|
19
|
-
export { A2UI_COMPONENT_MAP, A2UI_COMPONENT_TYPES, A2UI_AVAILABLE_ICONS, A2UI_ICON_CATALOG, A2UI_BUTTON_VARIANTS, getA2UIPropEnum, getGridKitComponent, type A2UIComponentEntry, type A2UIIconName, type A2UIIconCatalog, type A2UIButtonVariant, } from './component-map';
|
|
20
|
-
export { A2UI_SPEC_SCHEMA, A2UI_SPEC_SCHEMA_SIMPLE, extendA2UISpecSchema, type A2UISpec, type A2UIMetadata, type A2UIComponent, type A2UIAction, type A2UIStyling, type A2UILayoutType, type A2UIVariant, type A2UIActionDefinition, type A2UICustomComponentMeta, } from './spec-schema';
|
|
21
|
-
export { buildA2UISystemPrompt, buildA2UIGeminiRequest, type PriceFormatCustom, type A2UISystemPromptOptions, } from './system-prompt';
|
|
22
|
-
export { type A2UIImageSources, normalizeImageSources } from './image-policy';
|
|
19
|
+
export { A2UI_COMPONENT_MAP, A2UI_COMPONENT_TYPES, A2UI_AVAILABLE_ICONS, A2UI_ICON_CATALOG, A2UI_BUTTON_VARIANTS, getA2UIPropEnum, getGridKitComponent, type A2UIComponentEntry, type A2UIIconName, type A2UIIconCatalog, type A2UIButtonVariant, } from './component-map.js';
|
|
20
|
+
export { A2UI_SPEC_SCHEMA, A2UI_SPEC_SCHEMA_SIMPLE, extendA2UISpecSchema, type A2UISpec, type A2UIMetadata, type A2UIComponent, type A2UIAction, type A2UIStyling, type A2UILayoutType, type A2UIVariant, type A2UIActionDefinition, type A2UICustomComponentMeta, } from './spec-schema.js';
|
|
21
|
+
export { buildA2UISystemPrompt, buildA2UIGeminiRequest, type PriceFormatCustom, type A2UISystemPromptOptions, } from './system-prompt.js';
|
|
22
|
+
export { type A2UIImageSources, normalizeImageSources } from './image-policy.js';
|