gd-design-library 1.8.2 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +121 -478
- package/ai/README.md +119 -64
- package/ai/a2ui/component-map.cjs +1 -1
- package/ai/a2ui/component-map.d.cts +138 -0
- package/ai/a2ui/component-map.d.ts +1 -1
- package/ai/a2ui/image-policy.d.cts +7 -0
- package/ai/a2ui/index.d.cts +22 -0
- package/ai/a2ui/index.d.ts +4 -4
- package/ai/a2ui/spec-schema.cjs +1 -1
- package/ai/a2ui/spec-schema.d.cts +2220 -0
- package/ai/a2ui/spec-schema.d.ts +10 -2
- package/ai/a2ui/spec-schema.js +6 -1
- package/ai/a2ui/system-prompt.cjs +11 -10
- package/ai/a2ui/system-prompt.d.cts +86 -0
- package/ai/a2ui/system-prompt.d.ts +2 -2
- package/ai/a2ui/system-prompt.js +152 -30
- package/ai/a2ui/ui-specification-schema.json +7 -2
- package/ai/discovery.cjs +1 -1
- package/ai/discovery.d.cts +48 -0
- package/ai/discovery.d.ts +1 -1
- package/ai/figma-maps/figma-color-map.cjs +1 -0
- package/ai/figma-maps/figma-color-map.js +601 -0
- package/ai/figma-maps/figma-color-map.json +1037 -0
- package/ai/figma-maps/figma-color-map.json.d.cts +1040 -0
- package/ai/figma-maps/figma-color-map.json.d.ts +1040 -0
- package/ai/figma-maps/figma-font-map.cjs +1 -0
- package/ai/figma-maps/figma-font-map.js +331 -0
- package/ai/figma-maps/figma-font-map.json +329 -0
- package/ai/figma-maps/figma-font-map.json.d.cts +332 -0
- package/ai/figma-maps/figma-font-map.json.d.ts +332 -0
- package/ai/figma-maps/figma-icon-map.cjs +1 -0
- package/ai/figma-maps/figma-icon-map.js +415 -0
- package/ai/figma-maps/figma-icon-map.json +404 -0
- package/ai/figma-maps/figma-icon-map.json.d.cts +407 -0
- package/ai/figma-maps/figma-icon-map.json.d.ts +407 -0
- package/ai/figma-maps/figma-radius-map.cjs +1 -0
- package/ai/figma-maps/figma-radius-map.js +96 -0
- package/ai/figma-maps/figma-radius-map.json +97 -0
- package/ai/figma-maps/figma-radius-map.json.d.cts +100 -0
- package/ai/figma-maps/figma-radius-map.json.d.ts +100 -0
- package/ai/figma-maps/figma-shadow-map.cjs +1 -0
- package/ai/figma-maps/figma-shadow-map.js +169 -0
- package/ai/figma-maps/figma-shadow-map.json +167 -0
- package/ai/figma-maps/figma-shadow-map.json.d.cts +170 -0
- package/ai/figma-maps/figma-shadow-map.json.d.ts +170 -0
- package/ai/figma-maps/figma-spacing-map.cjs +1 -0
- package/ai/figma-maps/figma-spacing-map.js +249 -0
- package/ai/figma-maps/figma-spacing-map.json +247 -0
- package/ai/figma-maps/figma-spacing-map.json.d.cts +250 -0
- package/ai/figma-maps/figma-spacing-map.json.d.ts +250 -0
- package/ai/figma-maps/index.cjs +1 -0
- package/ai/figma-maps/index.d.cts +4458 -0
- package/ai/figma-maps/index.d.ts +4458 -0
- package/ai/figma-maps/index.js +17 -0
- package/ai/index.cjs +1 -1
- package/ai/index.d.cts +8 -0
- package/ai/index.d.ts +8 -7
- package/ai/index.js +3 -2
- package/ai/prompts.cjs +1 -1
- package/ai/prompts.d.cts +49 -0
- package/ai/prompts.d.ts +1 -1
- package/ai/schemas/components/Accordion.d.cts +191 -0
- package/ai/schemas/components/AttachmentFile.cjs +1 -1
- package/ai/schemas/components/AttachmentFile.d.cts +45 -0
- package/ai/schemas/components/AttachmentFile.js +21 -22
- package/ai/schemas/components/Avatar.cjs +1 -1
- package/ai/schemas/components/Avatar.d.cts +71 -0
- package/ai/schemas/components/Avatar.js +26 -9
- package/ai/schemas/components/AvatarUser.cjs +1 -1
- package/ai/schemas/components/AvatarUser.d.cts +51 -0
- package/ai/schemas/components/AvatarUser.js +25 -2
- package/ai/schemas/components/Badge.d.cts +53 -0
- package/ai/schemas/components/Box.d.cts +95 -0
- package/ai/schemas/components/Breadcrumbs.d.cts +69 -0
- package/ai/schemas/components/Button.cjs +1 -1
- package/ai/schemas/components/Button.d.cts +94 -0
- package/ai/schemas/components/Button.js +12 -2
- package/ai/schemas/components/Card.d.cts +294 -0
- package/ai/schemas/components/Carousel.d.cts +60 -0
- package/ai/schemas/components/Chart.d.cts +49 -0
- package/ai/schemas/components/ChatBubble.cjs +1 -1
- package/ai/schemas/components/ChatBubble.d.cts +103 -0
- package/ai/schemas/components/ChatBubble.d.ts +24 -0
- package/ai/schemas/components/ChatBubble.js +27 -0
- package/ai/schemas/components/ChatContainer.d.cts +27 -0
- package/ai/schemas/components/Checkbox.cjs +1 -1
- package/ai/schemas/components/Checkbox.d.cts +37 -0
- package/ai/schemas/components/Checkbox.d.ts +0 -1
- package/ai/schemas/components/Checkbox.js +2 -3
- package/ai/schemas/components/Column.d.cts +65 -0
- package/ai/schemas/components/ContentCarousel.d.cts +96 -0
- package/ai/schemas/components/Counter.d.cts +27 -0
- package/ai/schemas/components/DragAndDrop.d.cts +50 -0
- package/ai/schemas/components/DragAndDropFiles.d.cts +27 -0
- package/ai/schemas/components/Dropdown.d.cts +24 -0
- package/ai/schemas/components/DropdownItem.d.cts +24 -0
- package/ai/schemas/components/FlexContainer.d.cts +44 -0
- package/ai/schemas/components/Form.d.cts +33 -0
- package/ai/schemas/components/Header.d.cts +19 -0
- package/ai/schemas/components/Icon.d.cts +117 -0
- package/ai/schemas/components/Image.d.cts +41 -0
- package/ai/schemas/components/ImagePreview.d.cts +39 -0
- package/ai/schemas/components/InlineNotification.d.cts +35 -0
- package/ai/schemas/components/Input.cjs +1 -1
- package/ai/schemas/components/Input.d.cts +38 -0
- package/ai/schemas/components/Input.js +14 -2
- package/ai/schemas/components/InputArea.d.cts +51 -0
- package/ai/schemas/components/InputFile.d.cts +27 -0
- package/ai/schemas/components/Label.d.cts +33 -0
- package/ai/schemas/components/Link.cjs +1 -1
- package/ai/schemas/components/Link.d.cts +65 -0
- package/ai/schemas/components/Link.d.ts +6 -0
- package/ai/schemas/components/Link.js +41 -4
- package/ai/schemas/components/List.d.cts +38 -0
- package/ai/schemas/components/Loader.d.cts +59 -0
- package/ai/schemas/components/Menu.d.cts +58 -0
- package/ai/schemas/components/Modal.d.cts +33 -0
- package/ai/schemas/components/Portal.d.cts +58 -0
- package/ai/schemas/components/Price.d.cts +41 -0
- package/ai/schemas/components/ProgressBar.d.cts +27 -0
- package/ai/schemas/components/RadioGroup.d.cts +51 -0
- package/ai/schemas/components/Rating.d.cts +33 -0
- package/ai/schemas/components/Row.d.cts +65 -0
- package/ai/schemas/components/Scroll.d.cts +51 -0
- package/ai/schemas/components/Search.d.cts +27 -0
- package/ai/schemas/components/SearchModal.d.cts +19 -0
- package/ai/schemas/components/Select.d.cts +41 -0
- package/ai/schemas/components/Separator.d.cts +59 -0
- package/ai/schemas/components/Sidebar.d.cts +25 -0
- package/ai/schemas/components/Skeleton.d.cts +33 -0
- package/ai/schemas/components/Slider.d.cts +27 -0
- package/ai/schemas/components/SliderDots.d.cts +41 -0
- package/ai/schemas/components/Snackbar.d.cts +47 -0
- package/ai/schemas/components/SnackbarManager.d.cts +22 -0
- package/ai/schemas/components/Stepper.d.cts +33 -0
- package/ai/schemas/components/Switch.cjs +1 -1
- package/ai/schemas/components/Switch.d.cts +35 -0
- package/ai/schemas/components/Switch.js +12 -13
- package/ai/schemas/components/Table.d.cts +47 -0
- package/ai/schemas/components/Tabs.d.cts +33 -0
- package/ai/schemas/components/Textarea.d.cts +60 -0
- package/ai/schemas/components/Toggle.d.cts +33 -0
- package/ai/schemas/components/Tooltip.d.cts +44 -0
- package/ai/schemas/components/Truncate.d.cts +33 -0
- package/ai/schemas/components/Typography.cjs +1 -1
- package/ai/schemas/components/Typography.d.cts +59 -0
- package/ai/schemas/components/Typography.js +1 -1
- package/ai/schemas/components/Wrapper.d.cts +35 -0
- package/ai/schemas/components.cjs +1 -1
- package/ai/schemas/components.d.cts +51 -0
- package/ai/schemas/hooks/useTheme.d.cts +47 -0
- package/ai/schemas/index.cjs +1 -1
- package/ai/schemas/index.d.cts +28 -0
- package/ai/testing_prompts/atomic_prompts.md +84 -65
- package/ai/testing_prompts/index.d.cts +1139 -0
- package/ai/testing_prompts/index.d.ts +1139 -0
- package/ai/testing_prompts/layouts_template_prompts.md +39 -33
- package/ai/testing_prompts/molecular_prompts.md +63 -21
- package/ai/testing_prompts/organisms_prompts.md +68 -66
- package/ai/validation.cjs +1 -1
- package/ai/validation.d.cts +35 -0
- package/ai/validation.d.ts +1 -1
- package/ai/validation.js +1 -1
- package/assets/icons/account_circle.cjs +1 -1
- package/assets/icons/account_circle.d.cts +5 -0
- package/assets/icons/arrow-down.cjs +1 -1
- package/assets/icons/arrow-down.d.cts +5 -0
- package/assets/icons/arrow-forward.cjs +1 -1
- package/assets/icons/arrow-forward.d.cts +5 -0
- package/assets/icons/attachment.cjs +1 -1
- package/assets/icons/attachment.d.cts +5 -0
- package/assets/icons/chat-bubble.cjs +1 -1
- package/assets/icons/chat-bubble.d.cts +5 -0
- package/assets/icons/chat.cjs +1 -1
- package/assets/icons/chat.d.cts +5 -0
- package/assets/icons/check.cjs +1 -1
- package/assets/icons/check.d.cts +5 -0
- package/assets/icons/chevron-left.cjs +1 -1
- package/assets/icons/chevron-left.d.cts +5 -0
- package/assets/icons/chevron-right.cjs +1 -1
- package/assets/icons/chevron-right.d.cts +5 -0
- package/assets/icons/content-copy.cjs +1 -1
- package/assets/icons/content-copy.d.cts +5 -0
- package/assets/icons/cross.cjs +1 -1
- package/assets/icons/cross.d.cts +5 -0
- package/assets/icons/delete_outlined.cjs +1 -1
- package/assets/icons/delete_outlined.d.cts +5 -0
- package/assets/icons/dot.cjs +1 -1
- package/assets/icons/dot.d.cts +5 -0
- package/assets/icons/edit.cjs +1 -1
- package/assets/icons/edit.d.cts +5 -0
- package/assets/icons/error_outline.cjs +1 -1
- package/assets/icons/error_outline.d.cts +5 -0
- package/assets/icons/eye.cjs +1 -1
- package/assets/icons/eye.d.cts +5 -0
- package/assets/icons/favorite.cjs +1 -1
- package/assets/icons/favorite.d.cts +5 -0
- package/assets/icons/favorite_outlined.cjs +1 -1
- package/assets/icons/favorite_outlined.d.cts +5 -0
- package/assets/icons/file-copy.cjs +1 -1
- package/assets/icons/file-copy.d.cts +5 -0
- package/assets/icons/filter.cjs +1 -1
- package/assets/icons/filter.d.cts +5 -0
- package/assets/icons/folder.cjs +1 -1
- package/assets/icons/folder.d.cts +5 -0
- package/assets/icons/folderOpen.cjs +1 -1
- package/assets/icons/folderOpen.d.cts +5 -0
- package/assets/icons/fullscreen-exit.cjs +1 -1
- package/assets/icons/fullscreen-exit.d.cts +4 -0
- package/assets/icons/fullscreen.cjs +1 -1
- package/assets/icons/fullscreen.d.cts +4 -0
- package/assets/icons/home.cjs +1 -1
- package/assets/icons/home.d.cts +5 -0
- package/assets/icons/keyboard_arrow_down.cjs +1 -1
- package/assets/icons/keyboard_arrow_down.d.cts +5 -0
- package/assets/icons/keyboard_arrow_up.cjs +1 -1
- package/assets/icons/keyboard_arrow_up.d.cts +5 -0
- package/assets/icons/local_shipping.cjs +1 -1
- package/assets/icons/local_shipping.d.cts +5 -0
- package/assets/icons/mic.cjs +1 -1
- package/assets/icons/mic.d.cts +5 -0
- package/assets/icons/minus.cjs +1 -1
- package/assets/icons/minus.d.cts +5 -0
- package/assets/icons/mobile_menu_button.cjs +1 -1
- package/assets/icons/mobile_menu_button.d.cts +5 -0
- package/assets/icons/paymentCard.cjs +1 -1
- package/assets/icons/paymentCard.d.cts +5 -0
- package/assets/icons/phone.cjs +1 -1
- package/assets/icons/phone.d.cts +5 -0
- package/assets/icons/plus.cjs +1 -1
- package/assets/icons/plus.d.cts +5 -0
- package/assets/icons/portrait.cjs +1 -1
- package/assets/icons/portrait.d.cts +5 -0
- package/assets/icons/processing.cjs +1 -1
- package/assets/icons/processing.d.cts +5 -0
- package/assets/icons/ruler.cjs +1 -1
- package/assets/icons/ruler.d.cts +5 -0
- package/assets/icons/search.cjs +1 -1
- package/assets/icons/search.d.cts +5 -0
- package/assets/icons/send.cjs +1 -1
- package/assets/icons/send.d.cts +5 -0
- package/assets/icons/shopping_bag.cjs +1 -1
- package/assets/icons/shopping_bag.d.cts +5 -0
- package/assets/icons/slash.cjs +1 -1
- package/assets/icons/slash.d.cts +5 -0
- package/assets/icons/star.cjs +1 -1
- package/assets/icons/star.d.cts +5 -0
- package/assets/icons/starHalf.cjs +1 -1
- package/assets/icons/starHalf.d.cts +5 -0
- package/assets/icons/starOutlined.cjs +1 -1
- package/assets/icons/starOutlined.d.cts +5 -0
- package/assets/icons/thumb-down-filled.cjs +1 -1
- package/assets/icons/thumb-down-filled.d.cts +5 -0
- package/assets/icons/thumb-down.cjs +1 -1
- package/assets/icons/thumb-down.d.cts +5 -0
- package/assets/icons/thumb-up-filled.cjs +1 -1
- package/assets/icons/thumb-up-filled.d.cts +5 -0
- package/assets/icons/thumb-up.cjs +1 -1
- package/assets/icons/thumb-up.d.cts +5 -0
- package/assets/icons/toast_error.cjs +1 -1
- package/assets/icons/toast_error.d.cts +5 -0
- package/assets/icons/toast_info.cjs +1 -1
- package/assets/icons/toast_info.d.cts +5 -0
- package/assets/icons/toast_success.cjs +1 -1
- package/assets/icons/toast_success.d.cts +5 -0
- package/assets/icons/toast_warning.cjs +1 -1
- package/assets/icons/toast_warning.d.cts +5 -0
- package/assets/icons/upload.cjs +1 -1
- package/assets/icons/upload.d.cts +5 -0
- package/assets/icons/volume-up.cjs +1 -1
- package/assets/icons/volume-up.d.cts +5 -0
- package/assets/icons/wifiTethering.cjs +1 -1
- package/assets/icons/wifiTethering.d.cts +5 -0
- package/assets/index.d.cts +55 -0
- package/assets/index.d.ts +55 -55
- package/components/atoms/Avatar/Avatar.cjs +1 -1
- package/components/atoms/Avatar/Avatar.d.cts +9 -0
- package/components/atoms/Avatar/Avatar.d.ts +2 -2
- package/components/atoms/Avatar/Avatar.types.d.cts +45 -0
- package/components/atoms/Avatar/Avatar.types.d.ts +3 -2
- package/components/atoms/Avatar/AvatarStyled.cjs +1 -1
- package/components/atoms/Avatar/AvatarStyled.d.cts +6 -0
- package/components/atoms/Avatar/AvatarStyled.d.ts +1 -1
- package/components/atoms/Avatar/AvatarStyled.js +13 -14
- package/components/atoms/Avatar/constants.d.cts +3 -0
- package/components/atoms/Avatar/index.d.cts +2 -0
- package/components/atoms/Avatar/index.d.ts +2 -2
- package/components/atoms/Badge/Badge.cjs +1 -1
- package/components/atoms/Badge/Badge.d.cts +2 -0
- package/components/atoms/Badge/Badge.d.ts +1 -1
- package/components/atoms/Badge/Badge.types.d.cts +20 -0
- package/components/atoms/Badge/Badge.types.d.ts +2 -2
- package/components/atoms/Badge/BadgeStyled.cjs +1 -1
- package/components/atoms/Badge/BadgeStyled.d.cts +5 -0
- package/components/atoms/Badge/BadgeStyled.d.ts +1 -1
- package/components/atoms/Badge/constants.d.cts +1 -0
- package/components/atoms/Badge/index.d.cts +2 -0
- package/components/atoms/Badge/index.d.ts +2 -2
- package/components/atoms/Box/Box.cjs +1 -1
- package/components/atoms/Box/Box.d.cts +2 -0
- package/components/atoms/Box/Box.d.ts +1 -1
- package/components/atoms/Box/Box.types.d.cts +18 -0
- package/components/atoms/Box/Box.types.d.ts +2 -2
- package/components/atoms/Box/BoxStyled.cjs +1 -1
- package/components/atoms/Box/BoxStyled.d.cts +2 -0
- package/components/atoms/Box/BoxStyled.d.ts +1 -1
- package/components/atoms/Box/constants.d.cts +1 -0
- package/components/atoms/Box/index.d.cts +2 -0
- package/components/atoms/Box/index.d.ts +2 -2
- package/components/atoms/Button/Button.cjs +1 -1
- package/components/atoms/Button/Button.d.cts +2 -0
- package/components/atoms/Button/Button.d.ts +1 -1
- package/components/atoms/Button/Button.js +6 -5
- package/components/atoms/Button/Button.types.d.cts +29 -0
- package/components/atoms/Button/Button.types.d.ts +2 -2
- package/components/atoms/Button/ButtonStyled.cjs +1 -1
- package/components/atoms/Button/ButtonStyled.d.cts +5 -0
- package/components/atoms/Button/ButtonStyled.d.ts +1 -1
- package/components/atoms/Button/constants.d.cts +1 -0
- package/components/atoms/Button/index.d.cts +2 -0
- package/components/atoms/Button/index.d.ts +2 -2
- package/components/atoms/Checkbox/Checkbox.cjs +1 -1
- package/components/atoms/Checkbox/Checkbox.d.cts +2 -0
- package/components/atoms/Checkbox/Checkbox.d.ts +1 -1
- package/components/atoms/Checkbox/Checkbox.types.d.cts +25 -0
- package/components/atoms/Checkbox/Checkbox.types.d.ts +1 -1
- package/components/atoms/Checkbox/CheckboxStyled.cjs +1 -1
- package/components/atoms/Checkbox/CheckboxStyled.d.cts +4 -0
- package/components/atoms/Checkbox/CheckboxStyled.d.ts +1 -1
- package/components/atoms/Checkbox/constants.d.cts +1 -0
- package/components/atoms/Checkbox/index.d.cts +2 -0
- package/components/atoms/Checkbox/index.d.ts +2 -2
- package/components/atoms/Icon/Icon.cjs +1 -1
- package/components/atoms/Icon/Icon.d.cts +4 -0
- package/components/atoms/Icon/Icon.d.ts +1 -1
- package/components/atoms/Icon/Icon.types.d.cts +12 -0
- package/components/atoms/Icon/Icon.types.d.ts +2 -2
- package/components/atoms/Icon/constants.cjs +1 -1
- package/components/atoms/Icon/constants.d.cts +276 -0
- package/components/atoms/Icon/index.d.cts +2 -0
- package/components/atoms/Icon/index.d.ts +2 -2
- package/components/atoms/Image/Image.cjs +1 -1
- package/components/atoms/Image/Image.d.cts +2 -0
- package/components/atoms/Image/Image.d.ts +1 -1
- package/components/atoms/Image/Image.types.d.cts +34 -0
- package/components/atoms/Image/Image.types.d.ts +1 -1
- package/components/atoms/Image/ImageStyled.cjs +1 -1
- package/components/atoms/Image/ImageStyled.d.cts +5 -0
- package/components/atoms/Image/ImageStyled.d.ts +1 -1
- package/components/atoms/Image/constants.d.cts +1 -0
- package/components/atoms/Image/index.d.cts +2 -0
- package/components/atoms/Image/index.d.ts +2 -2
- package/components/atoms/Input/Input.cjs +1 -1
- package/components/atoms/Input/Input.d.cts +2 -0
- package/components/atoms/Input/Input.d.ts +2 -2
- package/components/atoms/Input/Input.types.d.cts +74 -0
- package/components/atoms/Input/Input.types.d.ts +2 -2
- package/components/atoms/Input/InputAdornment/InputAdornment.cjs +1 -1
- package/components/atoms/Input/InputAdornment/InputAdornment.d.cts +2 -0
- package/components/atoms/Input/InputAdornment/InputAdornment.d.ts +1 -1
- package/components/atoms/Input/InputAdornment/InputAdornmentStyled.cjs +1 -1
- package/components/atoms/Input/InputAdornment/InputAdornmentStyled.d.cts +2 -0
- package/components/atoms/Input/InputAdornment/InputAdornmentStyled.d.ts +1 -1
- package/components/atoms/Input/InputAdornment/constants.d.cts +1 -0
- package/components/atoms/Input/InputAdornment/index.d.cts +1 -0
- package/components/atoms/Input/InputAdornment/index.d.ts +1 -1
- package/components/atoms/Input/InputHelper/InputHelper.cjs +1 -1
- package/components/atoms/Input/InputHelper/InputHelper.d.cts +2 -0
- package/components/atoms/Input/InputHelper/InputHelper.d.ts +1 -1
- package/components/atoms/Input/InputHelper/InputHelperStyled.cjs +1 -1
- package/components/atoms/Input/InputHelper/InputHelperStyled.d.cts +2 -0
- package/components/atoms/Input/InputHelper/InputHelperStyled.d.ts +1 -1
- package/components/atoms/Input/InputHelper/constants.d.cts +1 -0
- package/components/atoms/Input/InputHelper/index.d.cts +1 -0
- package/components/atoms/Input/InputHelper/index.d.ts +1 -1
- package/components/atoms/Input/InputStyled.cjs +1 -1
- package/components/atoms/Input/InputStyled.d.cts +2 -0
- package/components/atoms/Input/InputStyled.d.ts +1 -1
- package/components/atoms/Input/InputWrapper/InputWrapper.cjs +1 -1
- package/components/atoms/Input/InputWrapper/InputWrapper.d.cts +2 -0
- package/components/atoms/Input/InputWrapper/InputWrapper.d.ts +1 -1
- package/components/atoms/Input/InputWrapper/InputWrapperStyled.cjs +1 -1
- package/components/atoms/Input/InputWrapper/InputWrapperStyled.d.cts +2 -0
- package/components/atoms/Input/InputWrapper/InputWrapperStyled.d.ts +1 -1
- package/components/atoms/Input/InputWrapper/constants.d.cts +1 -0
- package/components/atoms/Input/InputWrapper/index.d.cts +1 -0
- package/components/atoms/Input/InputWrapper/index.d.ts +1 -1
- package/components/atoms/Input/constants.cjs +1 -1
- package/components/atoms/Input/constants.d.cts +11 -0
- package/components/atoms/Input/constants.d.ts +1 -1
- package/components/atoms/Input/index.d.cts +2 -0
- package/components/atoms/Input/index.d.ts +2 -2
- package/components/atoms/Input/useInputHandlers.cjs +1 -1
- package/components/atoms/Input/useInputHandlers.d.cts +17 -0
- package/components/atoms/InputFile/InputFile.cjs +1 -1
- package/components/atoms/InputFile/InputFile.d.cts +6 -0
- package/components/atoms/InputFile/InputFile.d.ts +1 -1
- package/components/atoms/InputFile/InputFile.js +41 -43
- package/components/atoms/InputFile/InputFile.types.d.cts +18 -0
- package/components/atoms/InputFile/InputFile.types.d.ts +1 -1
- package/components/atoms/InputFile/InputFileStyled.cjs +1 -1
- package/components/atoms/InputFile/InputFileStyled.d.cts +3 -0
- package/components/atoms/InputFile/InputFileStyled.d.ts +1 -1
- package/components/atoms/InputFile/constants.d.cts +3 -0
- package/components/atoms/InputFile/index.d.cts +2 -0
- package/components/atoms/InputFile/index.d.ts +2 -2
- package/components/atoms/Label/Label.cjs +1 -1
- package/components/atoms/Label/Label.d.cts +2 -0
- package/components/atoms/Label/Label.d.ts +1 -1
- package/components/atoms/Label/Label.types.d.cts +10 -0
- package/components/atoms/Label/Label.types.d.ts +1 -1
- package/components/atoms/Label/LabelStyled.cjs +1 -1
- package/components/atoms/Label/LabelStyled.d.cts +2 -0
- package/components/atoms/Label/LabelStyled.d.ts +1 -1
- package/components/atoms/Label/constants.d.cts +1 -0
- package/components/atoms/Label/index.d.cts +2 -0
- package/components/atoms/Label/index.d.ts +2 -2
- package/components/atoms/Link/Link.cjs +1 -1
- package/components/atoms/Link/Link.d.cts +2 -0
- package/components/atoms/Link/Link.d.ts +1 -1
- package/components/atoms/Link/Link.js +15 -14
- package/components/atoms/Link/Link.types.d.cts +28 -0
- package/components/atoms/Link/Link.types.d.ts +4 -2
- package/components/atoms/Link/LinkStyled.cjs +1 -1
- package/components/atoms/Link/LinkStyled.d.cts +2 -0
- package/components/atoms/Link/LinkStyled.d.ts +1 -1
- package/components/atoms/Link/LinkStyled.js +19 -18
- package/components/atoms/Link/constants.d.cts +1 -0
- package/components/atoms/Link/index.d.cts +2 -0
- package/components/atoms/Link/index.d.ts +2 -2
- package/components/atoms/Loader/Loader.cjs +1 -1
- package/components/atoms/Loader/Loader.d.cts +2 -0
- package/components/atoms/Loader/Loader.d.ts +1 -1
- package/components/atoms/Loader/Loader.types.d.cts +20 -0
- package/components/atoms/Loader/Loader.types.d.ts +2 -2
- package/components/atoms/Loader/LoaderStyled.cjs +1 -1
- package/components/atoms/Loader/LoaderStyled.d.cts +2 -0
- package/components/atoms/Loader/LoaderStyled.d.ts +1 -1
- package/components/atoms/Loader/constants.cjs +1 -1
- package/components/atoms/Loader/constants.d.cts +2 -0
- package/components/atoms/Loader/index.d.cts +2 -0
- package/components/atoms/Loader/index.d.ts +2 -2
- package/components/atoms/Loader/utils.cjs +1 -1
- package/components/atoms/Loader/utils.d.cts +11 -0
- package/components/atoms/Loader/utils.js +3 -3
- package/components/atoms/Select/Select.cjs +1 -1
- package/components/atoms/Select/Select.d.cts +2 -0
- package/components/atoms/Select/Select.d.ts +1 -1
- package/components/atoms/Select/Select.types.d.cts +75 -0
- package/components/atoms/Select/Select.types.d.ts +3 -3
- package/components/atoms/Select/SelectStyled.cjs +1 -1
- package/components/atoms/Select/SelectStyled.d.cts +7 -0
- package/components/atoms/Select/SelectStyled.d.ts +1 -1
- package/components/atoms/Select/constants.d.cts +2 -0
- package/components/atoms/Select/hooks/index.d.cts +1 -0
- package/components/atoms/Select/hooks/index.d.ts +1 -1
- package/components/atoms/Select/hooks/useSelectContext.cjs +1 -1
- package/components/atoms/Select/hooks/useSelectContext.d.cts +3 -0
- package/components/atoms/Select/hooks/useSelectContext.d.ts +1 -1
- package/components/atoms/Select/index.d.cts +3 -0
- package/components/atoms/Select/index.d.ts +3 -3
- package/components/atoms/Separator/Separator.cjs +1 -1
- package/components/atoms/Separator/Separator.d.cts +2 -0
- package/components/atoms/Separator/Separator.d.ts +1 -1
- package/components/atoms/Separator/Separator.types.d.cts +34 -0
- package/components/atoms/Separator/Separator.types.d.ts +3 -3
- package/components/atoms/Separator/SeparatorStyled.cjs +1 -1
- package/components/atoms/Separator/SeparatorStyled.d.cts +4 -0
- package/components/atoms/Separator/SeparatorStyled.d.ts +1 -1
- package/components/atoms/Separator/constants.d.cts +1 -0
- package/components/atoms/Separator/index.d.cts +2 -0
- package/components/atoms/Separator/index.d.ts +2 -2
- package/components/atoms/Skeleton/Skeleton.cjs +1 -1
- package/components/atoms/Skeleton/Skeleton.d.cts +2 -0
- package/components/atoms/Skeleton/Skeleton.d.ts +1 -1
- package/components/atoms/Skeleton/Skeleton.types.d.cts +19 -0
- package/components/atoms/Skeleton/Skeleton.types.d.ts +2 -2
- package/components/atoms/Skeleton/SkeletonStyled.cjs +1 -1
- package/components/atoms/Skeleton/SkeletonStyled.d.cts +2 -0
- package/components/atoms/Skeleton/SkeletonStyled.d.ts +1 -1
- package/components/atoms/Skeleton/constants.cjs +1 -1
- package/components/atoms/Skeleton/constants.d.cts +2 -0
- package/components/atoms/Skeleton/index.d.cts +2 -0
- package/components/atoms/Skeleton/index.d.ts +2 -2
- package/components/atoms/Slider/Slider.cjs +1 -1
- package/components/atoms/Slider/Slider.d.cts +20 -0
- package/components/atoms/Slider/Slider.d.ts +1 -1
- package/components/atoms/Slider/Slider.types.d.cts +17 -0
- package/components/atoms/Slider/Slider.types.d.ts +1 -1
- package/components/atoms/Slider/SliderStyled.cjs +1 -1
- package/components/atoms/Slider/SliderStyled.d.cts +2 -0
- package/components/atoms/Slider/SliderStyled.d.ts +1 -1
- package/components/atoms/Slider/constants.d.cts +3 -0
- package/components/atoms/Slider/index.d.cts +3 -0
- package/components/atoms/Slider/index.d.ts +3 -3
- package/components/atoms/SliderDots/SliderDots.cjs +1 -1
- package/components/atoms/SliderDots/SliderDots.d.cts +2 -0
- package/components/atoms/SliderDots/SliderDots.d.ts +1 -1
- package/components/atoms/SliderDots/SliderDots.types.d.cts +7 -0
- package/components/atoms/SliderDots/SliderDots.types.d.ts +1 -1
- package/components/atoms/SliderDots/SliderDotsStyled.cjs +1 -1
- package/components/atoms/SliderDots/SliderDotsStyled.d.cts +2 -0
- package/components/atoms/SliderDots/SliderDotsStyled.d.ts +1 -1
- package/components/atoms/SliderDots/constants.d.cts +1 -0
- package/components/atoms/SliderDots/index.d.cts +2 -0
- package/components/atoms/SliderDots/index.d.ts +2 -2
- package/components/atoms/Switch/Switch.cjs +1 -1
- package/components/atoms/Switch/Switch.d.cts +2 -0
- package/components/atoms/Switch/Switch.d.ts +1 -1
- package/components/atoms/Switch/Switch.types.d.cts +22 -0
- package/components/atoms/Switch/Switch.types.d.ts +1 -1
- package/components/atoms/Switch/SwitchStyled.cjs +1 -1
- package/components/atoms/Switch/SwitchStyled.d.cts +6 -0
- package/components/atoms/Switch/SwitchStyled.d.ts +1 -1
- package/components/atoms/Switch/constants.d.cts +1 -0
- package/components/atoms/Switch/index.d.cts +2 -0
- package/components/atoms/Switch/index.d.ts +2 -2
- package/components/atoms/Textarea/Textarea.cjs +1 -1
- package/components/atoms/Textarea/Textarea.d.cts +2 -0
- package/components/atoms/Textarea/Textarea.d.ts +1 -1
- package/components/atoms/Textarea/Textarea.types.d.cts +36 -0
- package/components/atoms/Textarea/Textarea.types.d.ts +2 -2
- package/components/atoms/Textarea/TextareaStyled.cjs +1 -1
- package/components/atoms/Textarea/TextareaStyled.d.cts +2 -0
- package/components/atoms/Textarea/TextareaStyled.d.ts +1 -1
- package/components/atoms/Textarea/constants.d.cts +1 -0
- package/components/atoms/Textarea/hooks/index.d.cts +2 -0
- package/components/atoms/Textarea/hooks/index.d.ts +2 -2
- package/components/atoms/Textarea/hooks/useDynamicHeightAdjustment.cjs +1 -1
- package/components/atoms/Textarea/hooks/useDynamicHeightAdjustment.d.cts +2 -0
- package/components/atoms/Textarea/hooks/useResizeObserver.cjs +1 -1
- package/components/atoms/Textarea/hooks/useResizeObserver.d.cts +2 -0
- package/components/atoms/Textarea/hooks/useResizeObserver.d.ts +1 -1
- package/components/atoms/Textarea/index.d.cts +2 -0
- package/components/atoms/Textarea/index.d.ts +2 -2
- package/components/atoms/Toggle/Toggle.cjs +1 -1
- package/components/atoms/Toggle/Toggle.d.cts +2 -0
- package/components/atoms/Toggle/Toggle.d.ts +1 -1
- package/components/atoms/Toggle/Toggle.types.d.cts +16 -0
- package/components/atoms/Toggle/Toggle.types.d.ts +1 -1
- package/components/atoms/Toggle/ToggleStyled.cjs +1 -1
- package/components/atoms/Toggle/ToggleStyled.d.cts +2 -0
- package/components/atoms/Toggle/ToggleStyled.d.ts +1 -1
- package/components/atoms/Toggle/constants.d.cts +1 -0
- package/components/atoms/Toggle/index.d.cts +2 -0
- package/components/atoms/Toggle/index.d.ts +2 -2
- package/components/atoms/Truncate/Truncate.cjs +1 -1
- package/components/atoms/Truncate/Truncate.d.cts +2 -0
- package/components/atoms/Truncate/Truncate.d.ts +1 -1
- package/components/atoms/Truncate/Truncate.types.d.cts +12 -0
- package/components/atoms/Truncate/Truncate.types.d.ts +1 -1
- package/components/atoms/Truncate/TruncateStyled.cjs +1 -1
- package/components/atoms/Truncate/TruncateStyled.d.cts +2 -0
- package/components/atoms/Truncate/TruncateStyled.d.ts +1 -1
- package/components/atoms/Truncate/constants.d.cts +1 -0
- package/components/atoms/Truncate/index.d.cts +2 -0
- package/components/atoms/Truncate/index.d.ts +2 -2
- package/components/atoms/Typography/Typography.cjs +1 -1
- package/components/atoms/Typography/Typography.d.cts +2 -0
- package/components/atoms/Typography/Typography.d.ts +1 -1
- package/components/atoms/Typography/Typography.types.d.cts +20 -0
- package/components/atoms/Typography/Typography.types.d.ts +2 -2
- package/components/atoms/Typography/TypographyStyled.cjs +1 -1
- package/components/atoms/Typography/TypographyStyled.d.cts +2 -0
- package/components/atoms/Typography/TypographyStyled.d.ts +1 -1
- package/components/atoms/Typography/TypographyStyled.js +8 -16
- package/components/atoms/Typography/constants.d.cts +1 -0
- package/components/atoms/Typography/index.d.cts +2 -0
- package/components/atoms/Typography/index.d.ts +2 -2
- package/components/atoms/Wrapper/Wrapper.cjs +1 -1
- package/components/atoms/Wrapper/Wrapper.d.cts +3 -0
- package/components/atoms/Wrapper/Wrapper.d.ts +1 -1
- package/components/atoms/Wrapper/Wrapper.types.d.cts +11 -0
- package/components/atoms/Wrapper/Wrapper.types.d.ts +2 -2
- package/components/atoms/Wrapper/WrapperStyled.cjs +1 -1
- package/components/atoms/Wrapper/WrapperStyled.d.cts +2 -0
- package/components/atoms/Wrapper/WrapperStyled.d.ts +1 -1
- package/components/atoms/Wrapper/constants.d.cts +1 -0
- package/components/atoms/Wrapper/index.d.cts +2 -0
- package/components/atoms/Wrapper/index.d.ts +2 -2
- package/components/atoms/index.d.cts +24 -0
- package/components/atoms/index.d.ts +24 -24
- package/components/atoms/types/events.types.d.cts +7 -0
- package/components/atoms/types/events.types.d.ts +1 -1
- package/components/atoms/types/index.types.d.cts +2 -0
- package/components/atoms/types/index.types.d.ts +2 -2
- package/components/atoms/types/roles.types.d.cts +4 -0
- package/components/index.d.cts +6 -0
- package/components/index.d.ts +6 -6
- package/components/index.types.d.cts +130 -0
- package/components/index.types.d.ts +2 -2
- package/components/layout/ChatContainer/ChatContainer.cjs +1 -1
- package/components/layout/ChatContainer/ChatContainer.d.cts +2 -0
- package/components/layout/ChatContainer/ChatContainer.d.ts +1 -1
- package/components/layout/ChatContainer/ChatContainer.types.d.cts +28 -0
- package/components/layout/ChatContainer/ChatContainer.types.d.ts +1 -1
- package/components/layout/ChatContainer/ChatContainerStyled.cjs +1 -1
- package/components/layout/ChatContainer/ChatContainerStyled.d.cts +11 -0
- package/components/layout/ChatContainer/ChatContainerStyled.d.ts +1 -1
- package/components/layout/ChatContainer/constants.d.cts +1 -0
- package/components/layout/ChatContainer/index.d.cts +2 -0
- package/components/layout/ChatContainer/index.d.ts +2 -2
- package/components/layout/Column/Column.cjs +1 -1
- package/components/layout/Column/Column.d.cts +2 -0
- package/components/layout/Column/Column.d.ts +1 -1
- package/components/layout/Column/Column.types.d.cts +8 -0
- package/components/layout/Column/Column.types.d.ts +1 -1
- package/components/layout/Column/ColumnStyled.cjs +1 -1
- package/components/layout/Column/ColumnStyled.d.cts +2 -0
- package/components/layout/Column/ColumnStyled.d.ts +1 -1
- package/components/layout/Column/constants.d.cts +1 -0
- package/components/layout/Column/index.d.cts +2 -0
- package/components/layout/Column/index.d.ts +2 -2
- package/components/layout/FlexContainer/FlexContainer.cjs +1 -1
- package/components/layout/FlexContainer/FlexContainer.d.cts +2 -0
- package/components/layout/FlexContainer/FlexContainer.d.ts +1 -1
- package/components/layout/FlexContainer/FlexContainer.types.d.cts +6 -0
- package/components/layout/FlexContainer/FlexContainer.types.d.ts +1 -1
- package/components/layout/FlexContainer/FlexContainerStyled.cjs +1 -1
- package/components/layout/FlexContainer/FlexContainerStyled.d.cts +2 -0
- package/components/layout/FlexContainer/FlexContainerStyled.d.ts +1 -1
- package/components/layout/FlexContainer/constants.d.cts +1 -0
- package/components/layout/FlexContainer/index.d.cts +2 -0
- package/components/layout/FlexContainer/index.d.ts +2 -2
- package/components/layout/FlexContainer/utils.d.cts +2 -0
- package/components/layout/FlexContainer/utils.d.ts +1 -1
- package/components/layout/Portal/Portal.cjs +1 -1
- package/components/layout/Portal/Portal.d.cts +2 -0
- package/components/layout/Portal/Portal.d.ts +1 -1
- package/components/layout/Portal/Portal.js +5 -3
- package/components/layout/Portal/Portal.types.d.cts +10 -0
- package/components/layout/Portal/Portal.types.d.ts +2 -2
- package/components/layout/Portal/constants.d.cts +1 -0
- package/components/layout/Portal/index.d.cts +2 -0
- package/components/layout/Portal/index.d.ts +2 -2
- package/components/layout/Row/Row.cjs +1 -1
- package/components/layout/Row/Row.d.cts +3 -0
- package/components/layout/Row/Row.d.ts +1 -1
- package/components/layout/Row/Row.types.d.cts +8 -0
- package/components/layout/Row/Row.types.d.ts +1 -1
- package/components/layout/Row/RowStyled.cjs +1 -1
- package/components/layout/Row/RowStyled.d.cts +2 -0
- package/components/layout/Row/RowStyled.d.ts +1 -1
- package/components/layout/Row/constants.d.cts +1 -0
- package/components/layout/Row/index.d.cts +2 -0
- package/components/layout/Row/index.d.ts +2 -2
- package/components/layout/Scroll/Scroll.cjs +1 -1
- package/components/layout/Scroll/Scroll.d.cts +25 -0
- package/components/layout/Scroll/Scroll.d.ts +1 -1
- package/components/layout/Scroll/Scroll.types.d.cts +24 -0
- package/components/layout/Scroll/Scroll.types.d.ts +1 -1
- package/components/layout/Scroll/ScrollBar.cjs +1 -1
- package/components/layout/Scroll/ScrollBar.d.cts +2 -0
- package/components/layout/Scroll/ScrollBar.d.ts +1 -1
- package/components/layout/Scroll/ScrollStyled.cjs +1 -1
- package/components/layout/Scroll/ScrollStyled.d.cts +6 -0
- package/components/layout/Scroll/ScrollStyled.d.ts +1 -1
- package/components/layout/Scroll/constants.d.cts +5 -0
- package/components/layout/Scroll/index.d.cts +2 -0
- package/components/layout/Scroll/index.d.ts +2 -2
- package/components/layout/Scroll/utils.d.cts +5 -0
- package/components/layout/Scroll/utils.d.ts +1 -1
- package/components/layout/index.d.cts +6 -0
- package/components/layout/index.d.ts +6 -6
- package/components/molecules/Accordion/Accordion.cjs +1 -1
- package/components/molecules/Accordion/Accordion.d.cts +2 -0
- package/components/molecules/Accordion/Accordion.d.ts +1 -1
- package/components/molecules/Accordion/Accordion.types.d.cts +31 -0
- package/components/molecules/Accordion/Accordion.types.d.ts +1 -1
- package/components/molecules/Accordion/AccordionContent/AccordionContent.cjs +1 -1
- package/components/molecules/Accordion/AccordionContent/AccordionContent.d.cts +2 -0
- package/components/molecules/Accordion/AccordionContent/AccordionContent.d.ts +1 -1
- package/components/molecules/Accordion/AccordionContent/index.d.cts +1 -0
- package/components/molecules/Accordion/AccordionContent/index.d.ts +1 -1
- package/components/molecules/Accordion/AccordionHeader/AccordionHeader.cjs +1 -1
- package/components/molecules/Accordion/AccordionHeader/AccordionHeader.d.cts +2 -0
- package/components/molecules/Accordion/AccordionHeader/AccordionHeader.d.ts +1 -1
- package/components/molecules/Accordion/AccordionHeader/index.d.cts +1 -0
- package/components/molecules/Accordion/AccordionHeader/index.d.ts +1 -1
- package/components/molecules/Accordion/AccordionItem/AccordionItem.cjs +1 -1
- package/components/molecules/Accordion/AccordionItem/AccordionItem.d.cts +2 -0
- package/components/molecules/Accordion/AccordionItem/AccordionItem.d.ts +1 -1
- package/components/molecules/Accordion/AccordionItem/index.d.cts +1 -0
- package/components/molecules/Accordion/AccordionItem/index.d.ts +1 -1
- package/components/molecules/Accordion/AccordionStyled.cjs +1 -1
- package/components/molecules/Accordion/AccordionStyled.d.cts +5 -0
- package/components/molecules/Accordion/AccordionStyled.d.ts +1 -1
- package/components/molecules/Accordion/constants.d.cts +10 -0
- package/components/molecules/Accordion/hooks/index.d.cts +1 -0
- package/components/molecules/Accordion/hooks/index.d.ts +1 -1
- package/components/molecules/Accordion/hooks/useAccordion.cjs +1 -1
- package/components/molecules/Accordion/hooks/useAccordion.d.cts +3 -0
- package/components/molecules/Accordion/hooks/useAccordion.d.ts +1 -1
- package/components/molecules/Accordion/index.d.cts +5 -0
- package/components/molecules/Accordion/index.d.ts +5 -5
- package/components/molecules/AttachmentFile/AttachmentFile.cjs +1 -1
- package/components/molecules/AttachmentFile/AttachmentFile.d.cts +2 -0
- package/components/molecules/AttachmentFile/AttachmentFile.d.ts +1 -1
- package/components/molecules/AttachmentFile/AttachmentFile.js +45 -53
- package/components/molecules/AttachmentFile/AttachmentFile.types.d.cts +16 -0
- package/components/molecules/AttachmentFile/AttachmentFile.types.d.ts +1 -1
- package/components/molecules/AttachmentFile/AttachmentFileStyled.cjs +1 -1
- package/components/molecules/AttachmentFile/AttachmentFileStyled.d.cts +14 -0
- package/components/molecules/AttachmentFile/AttachmentFileStyled.d.ts +3 -4
- package/components/molecules/AttachmentFile/AttachmentFileStyled.js +2 -8
- package/components/molecules/AttachmentFile/constants.d.cts +1 -0
- package/components/molecules/AttachmentFile/index.d.cts +2 -0
- package/components/molecules/AttachmentFile/index.d.ts +2 -2
- package/components/molecules/AvatarUser/AvatarUser.cjs +1 -1
- package/components/molecules/AvatarUser/AvatarUser.d.cts +2 -0
- package/components/molecules/AvatarUser/AvatarUser.d.ts +1 -1
- package/components/molecules/AvatarUser/AvatarUser.js +29 -28
- package/components/molecules/AvatarUser/AvatarUserStyled.cjs +1 -1
- package/components/molecules/AvatarUser/AvatarUserStyled.d.cts +2 -0
- package/components/molecules/AvatarUser/AvatarUserStyled.d.ts +1 -1
- package/components/molecules/AvatarUser/constants.d.cts +1 -0
- package/components/molecules/AvatarUser/index.d.cts +1 -0
- package/components/molecules/AvatarUser/index.d.ts +1 -1
- package/components/molecules/Breadcrumbs/Breadcrumbs.cjs +1 -1
- package/components/molecules/Breadcrumbs/Breadcrumbs.d.cts +2 -0
- package/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/components/molecules/Breadcrumbs/Breadcrumbs.types.d.cts +14 -0
- package/components/molecules/Breadcrumbs/Breadcrumbs.types.d.ts +1 -1
- package/components/molecules/Breadcrumbs/BreadcrumbsStyled.cjs +1 -1
- package/components/molecules/Breadcrumbs/BreadcrumbsStyled.d.cts +6 -0
- package/components/molecules/Breadcrumbs/BreadcrumbsStyled.d.ts +1 -1
- package/components/molecules/Breadcrumbs/constants.d.cts +1 -0
- package/components/molecules/Breadcrumbs/index.d.cts +2 -0
- package/components/molecules/Breadcrumbs/index.d.ts +2 -2
- package/components/molecules/Counter/Counter.cjs +1 -1
- package/components/molecules/Counter/Counter.d.cts +2 -0
- package/components/molecules/Counter/Counter.d.ts +1 -1
- package/components/molecules/Counter/Counter.types.d.cts +15 -0
- package/components/molecules/Counter/Counter.types.d.ts +2 -2
- package/components/molecules/Counter/CounterStyled.cjs +1 -1
- package/components/molecules/Counter/CounterStyled.d.cts +3 -0
- package/components/molecules/Counter/CounterStyled.d.ts +1 -1
- package/components/molecules/Counter/constants.d.cts +5 -0
- package/components/molecules/Counter/index.d.cts +2 -0
- package/components/molecules/Counter/index.d.ts +2 -2
- package/components/molecules/Dropdown/Dropdown.cjs +1 -1
- package/components/molecules/Dropdown/Dropdown.d.cts +3 -0
- package/components/molecules/Dropdown/Dropdown.d.ts +1 -1
- package/components/molecules/Dropdown/Dropdown.types.d.cts +8 -0
- package/components/molecules/Dropdown/Dropdown.types.d.ts +2 -2
- package/components/molecules/Dropdown/DropdownStyled.cjs +1 -1
- package/components/molecules/Dropdown/DropdownStyled.d.cts +2 -0
- package/components/molecules/Dropdown/DropdownStyled.d.ts +1 -1
- package/components/molecules/Dropdown/constants.d.cts +5 -0
- package/components/molecules/Dropdown/hooks/index.d.cts +1 -0
- package/components/molecules/Dropdown/hooks/index.d.ts +1 -1
- package/components/molecules/Dropdown/hooks/useDropdown.cjs +1 -1
- package/components/molecules/Dropdown/hooks/useDropdown.d.cts +3 -0
- package/components/molecules/Dropdown/hooks/useDropdown.d.ts +1 -1
- package/components/molecules/Dropdown/index.d.cts +3 -0
- package/components/molecules/Dropdown/index.d.ts +3 -3
- package/components/molecules/DropdownItem/DropdownItem.cjs +1 -1
- package/components/molecules/DropdownItem/DropdownItem.d.cts +2 -0
- package/components/molecules/DropdownItem/DropdownItem.d.ts +1 -1
- package/components/molecules/DropdownItem/DropdownItem.types.d.cts +9 -0
- package/components/molecules/DropdownItem/DropdownItem.types.d.ts +1 -1
- package/components/molecules/DropdownItem/DropdownItemStyled.cjs +1 -1
- package/components/molecules/DropdownItem/DropdownItemStyled.d.cts +2 -0
- package/components/molecules/DropdownItem/DropdownItemStyled.d.ts +1 -1
- package/components/molecules/DropdownItem/constants.d.cts +1 -0
- package/components/molecules/DropdownItem/index.d.cts +2 -0
- package/components/molecules/DropdownItem/index.d.ts +2 -2
- package/components/molecules/Form/Form.cjs +1 -1
- package/components/molecules/Form/Form.d.cts +2 -0
- package/components/molecules/Form/Form.d.ts +1 -1
- package/components/molecules/Form/Form.types.d.cts +31 -0
- package/components/molecules/Form/Form.types.d.ts +1 -1
- package/components/molecules/Form/FormStyled.cjs +1 -1
- package/components/molecules/Form/FormStyled.d.cts +2 -0
- package/components/molecules/Form/FormStyled.d.ts +1 -1
- package/components/molecules/Form/constants.d.cts +1 -0
- package/components/molecules/Form/index.d.cts +2 -0
- package/components/molecules/Form/index.d.ts +2 -2
- package/components/molecules/Form/utils.cjs +1 -1
- package/components/molecules/Form/utils.d.cts +3 -0
- package/components/molecules/Form/utils.d.ts +1 -1
- package/components/molecules/InlineNotification/InlineNotification.cjs +1 -1
- package/components/molecules/InlineNotification/InlineNotification.d.cts +2 -0
- package/components/molecules/InlineNotification/InlineNotification.d.ts +1 -1
- package/components/molecules/InlineNotification/InlineNotification.types.d.cts +9 -0
- package/components/molecules/InlineNotification/InlineNotification.types.d.ts +1 -1
- package/components/molecules/InlineNotification/InlineNotificationStyled.cjs +1 -1
- package/components/molecules/InlineNotification/InlineNotificationStyled.d.cts +3 -0
- package/components/molecules/InlineNotification/InlineNotificationStyled.d.ts +1 -1
- package/components/molecules/InlineNotification/constants.d.cts +16 -0
- package/components/molecules/InlineNotification/index.d.cts +2 -0
- package/components/molecules/InlineNotification/index.d.ts +2 -2
- package/components/molecules/List/List.cjs +1 -1
- package/components/molecules/List/List.d.cts +3 -0
- package/components/molecules/List/List.d.ts +1 -1
- package/components/molecules/List/List.types.d.cts +13 -0
- package/components/molecules/List/List.types.d.ts +2 -2
- package/components/molecules/List/ListStyled.cjs +1 -1
- package/components/molecules/List/ListStyled.d.cts +3 -0
- package/components/molecules/List/ListStyled.d.ts +1 -1
- package/components/molecules/List/constants.d.cts +1 -0
- package/components/molecules/List/index.d.cts +2 -0
- package/components/molecules/List/index.d.ts +2 -2
- package/components/molecules/Menu/Menu.cjs +1 -1
- package/components/molecules/Menu/Menu.d.cts +2 -0
- package/components/molecules/Menu/Menu.d.ts +1 -1
- package/components/molecules/Menu/Menu.types.d.cts +24 -0
- package/components/molecules/Menu/Menu.types.d.ts +1 -1
- package/components/molecules/Menu/MenuStyled.cjs +1 -1
- package/components/molecules/Menu/MenuStyled.d.cts +3 -0
- package/components/molecules/Menu/MenuStyled.d.ts +1 -1
- package/components/molecules/Menu/MenuStyled.js +1 -1
- package/components/molecules/Menu/constants.d.cts +2 -0
- package/components/molecules/Menu/index.d.cts +2 -0
- package/components/molecules/Menu/index.d.ts +2 -2
- package/components/molecules/Price/Price.cjs +1 -1
- package/components/molecules/Price/Price.d.cts +4 -0
- package/components/molecules/Price/Price.d.ts +1 -1
- package/components/molecules/Price/Price.types.d.cts +22 -0
- package/components/molecules/Price/Price.types.d.ts +1 -1
- package/components/molecules/Price/PriceStyled.cjs +1 -1
- package/components/molecules/Price/PriceStyled.d.cts +4 -0
- package/components/molecules/Price/PriceStyled.d.ts +1 -1
- package/components/molecules/Price/constants.d.cts +1 -0
- package/components/molecules/Price/index.d.cts +2 -0
- package/components/molecules/Price/index.d.ts +2 -2
- package/components/molecules/ProgressBar/ProgressBar.cjs +1 -1
- package/components/molecules/ProgressBar/ProgressBar.d.cts +4 -0
- package/components/molecules/ProgressBar/ProgressBar.d.ts +1 -1
- package/components/molecules/ProgressBar/ProgressBar.types.d.cts +36 -0
- package/components/molecules/ProgressBar/ProgressBar.types.d.ts +2 -2
- package/components/molecules/ProgressBar/ProgressBarStyled.cjs +1 -1
- package/components/molecules/ProgressBar/ProgressBarStyled.d.cts +6 -0
- package/components/molecules/ProgressBar/ProgressBarStyled.d.ts +1 -1
- package/components/molecules/ProgressBar/constants.d.cts +4 -0
- package/components/molecules/ProgressBar/index.d.cts +2 -0
- package/components/molecules/ProgressBar/index.d.ts +2 -2
- package/components/molecules/RadioGroup/RadioGroup.cjs +1 -1
- package/components/molecules/RadioGroup/RadioGroup.d.cts +4 -0
- package/components/molecules/RadioGroup/RadioGroup.d.ts +1 -1
- package/components/molecules/RadioGroup/RadioGroup.types.d.cts +77 -0
- package/components/molecules/RadioGroup/RadioGroup.types.d.ts +2 -2
- package/components/molecules/RadioGroup/RadioGroupItem/RadioGroupItem.cjs +1 -1
- package/components/molecules/RadioGroup/RadioGroupItem/RadioGroupItem.d.cts +5 -0
- package/components/molecules/RadioGroup/RadioGroupItem/RadioGroupItem.d.ts +1 -1
- package/components/molecules/RadioGroup/RadioGroupItem/index.d.cts +1 -0
- package/components/molecules/RadioGroup/RadioGroupItem/index.d.ts +1 -1
- package/components/molecules/RadioGroup/RadioGroupStyled.cjs +1 -1
- package/components/molecules/RadioGroup/RadioGroupStyled.d.cts +6 -0
- package/components/molecules/RadioGroup/RadioGroupStyled.d.ts +1 -1
- package/components/molecules/RadioGroup/constants.d.cts +2 -0
- package/components/molecules/RadioGroup/index.d.cts +2 -0
- package/components/molecules/RadioGroup/index.d.ts +2 -2
- package/components/molecules/Rating/Rating.cjs +1 -1
- package/components/molecules/Rating/Rating.d.cts +2 -0
- package/components/molecules/Rating/Rating.d.ts +1 -1
- package/components/molecules/Rating/Rating.types.d.cts +20 -0
- package/components/molecules/Rating/Rating.types.d.ts +1 -1
- package/components/molecules/Rating/RatingStyled.cjs +1 -1
- package/components/molecules/Rating/RatingStyled.d.cts +5 -0
- package/components/molecules/Rating/RatingStyled.d.ts +1 -1
- package/components/molecules/Rating/constants.d.cts +6 -0
- package/components/molecules/Rating/index.d.cts +2 -0
- package/components/molecules/Rating/index.d.ts +2 -2
- package/components/molecules/Snackbar/Snackbar.cjs +1 -1
- package/components/molecules/Snackbar/Snackbar.d.cts +2 -0
- package/components/molecules/Snackbar/Snackbar.d.ts +1 -1
- package/components/molecules/Snackbar/Snackbar.types.d.cts +35 -0
- package/components/molecules/Snackbar/Snackbar.types.d.ts +2 -2
- package/components/molecules/Snackbar/SnackbarManager.cjs +1 -1
- package/components/molecules/Snackbar/SnackbarManager.d.cts +3 -0
- package/components/molecules/Snackbar/SnackbarManager.d.ts +1 -1
- package/components/molecules/Snackbar/SnackbarStyled.cjs +1 -1
- package/components/molecules/Snackbar/SnackbarStyled.d.cts +12 -0
- package/components/molecules/Snackbar/SnackbarStyled.d.ts +2 -2
- package/components/molecules/Snackbar/constants.cjs +1 -1
- package/components/molecules/Snackbar/constants.d.cts +8 -0
- package/components/molecules/Snackbar/constants.d.ts +1 -1
- package/components/molecules/Snackbar/index.d.cts +4 -0
- package/components/molecules/Snackbar/index.d.ts +4 -4
- package/components/molecules/Stepper/Stepper.cjs +1 -1
- package/components/molecules/Stepper/Stepper.d.cts +2 -0
- package/components/molecules/Stepper/Stepper.d.ts +1 -1
- package/components/molecules/Stepper/Stepper.types.d.cts +31 -0
- package/components/molecules/Stepper/Stepper.types.d.ts +3 -3
- package/components/molecules/Stepper/StepperStyled.cjs +1 -1
- package/components/molecules/Stepper/StepperStyled.d.cts +6 -0
- package/components/molecules/Stepper/StepperStyled.d.ts +1 -1
- package/components/molecules/Stepper/constants.cjs +1 -1
- package/components/molecules/Stepper/constants.d.cts +36 -0
- package/components/molecules/Stepper/index.d.cts +2 -0
- package/components/molecules/Stepper/index.d.ts +2 -2
- package/components/molecules/Stepper/utils.cjs +1 -1
- package/components/molecules/Stepper/utils.d.cts +2 -0
- package/components/molecules/Stepper/utils.d.ts +1 -1
- package/components/molecules/Table/Table.cjs +1 -1
- package/components/molecules/Table/Table.d.cts +2 -0
- package/components/molecules/Table/Table.d.ts +1 -1
- package/components/molecules/Table/Table.types.d.cts +98 -0
- package/components/molecules/Table/Table.types.d.ts +1 -1
- package/components/molecules/Table/TableBody.cjs +1 -1
- package/components/molecules/Table/TableBody.d.cts +2 -0
- package/components/molecules/Table/TableBody.d.ts +1 -1
- package/components/molecules/Table/TableCell.cjs +1 -1
- package/components/molecules/Table/TableCell.d.cts +2 -0
- package/components/molecules/Table/TableCell.d.ts +1 -1
- package/components/molecules/Table/TableFooter.cjs +1 -1
- package/components/molecules/Table/TableFooter.d.cts +2 -0
- package/components/molecules/Table/TableFooter.d.ts +1 -1
- package/components/molecules/Table/TableHead.cjs +1 -1
- package/components/molecules/Table/TableHead.d.cts +2 -0
- package/components/molecules/Table/TableHead.d.ts +1 -1
- package/components/molecules/Table/TableHeaderCell.cjs +1 -1
- package/components/molecules/Table/TableHeaderCell.d.cts +2 -0
- package/components/molecules/Table/TableHeaderCell.d.ts +1 -1
- package/components/molecules/Table/TablePagination.cjs +1 -1
- package/components/molecules/Table/TablePagination.d.cts +2 -0
- package/components/molecules/Table/TablePagination.d.ts +1 -1
- package/components/molecules/Table/TableRow.cjs +1 -1
- package/components/molecules/Table/TableRow.d.cts +2 -0
- package/components/molecules/Table/TableRow.d.ts +1 -1
- package/components/molecules/Table/TableStyled.cjs +1 -1
- package/components/molecules/Table/TableStyled.d.cts +15 -0
- package/components/molecules/Table/TableStyled.d.ts +3 -3
- package/components/molecules/Table/constants.d.cts +9 -0
- package/components/molecules/Table/index.d.cts +9 -0
- package/components/molecules/Table/index.d.ts +9 -9
- package/components/molecules/Tabs/Tabs.cjs +1 -1
- package/components/molecules/Tabs/Tabs.d.cts +2 -0
- package/components/molecules/Tabs/Tabs.d.ts +1 -1
- package/components/molecules/Tabs/Tabs.types.d.cts +26 -0
- package/components/molecules/Tabs/Tabs.types.d.ts +3 -3
- package/components/molecules/Tabs/TabsStyled.cjs +1 -1
- package/components/molecules/Tabs/TabsStyled.d.cts +8 -0
- package/components/molecules/Tabs/TabsStyled.d.ts +1 -1
- package/components/molecules/Tabs/constants.d.cts +6 -0
- package/components/molecules/Tabs/index.d.cts +2 -0
- package/components/molecules/Tabs/index.d.ts +2 -2
- package/components/molecules/Tooltip/Tooltip.cjs +1 -1
- package/components/molecules/Tooltip/Tooltip.d.cts +7 -0
- package/components/molecules/Tooltip/Tooltip.d.ts +1 -1
- package/components/molecules/Tooltip/Tooltip.types.d.cts +17 -0
- package/components/molecules/Tooltip/Tooltip.types.d.ts +2 -2
- package/components/molecules/Tooltip/TooltipStyled.cjs +1 -1
- package/components/molecules/Tooltip/TooltipStyled.d.cts +3 -0
- package/components/molecules/Tooltip/TooltipStyled.d.ts +1 -1
- package/components/molecules/Tooltip/constants.d.cts +3 -0
- package/components/molecules/Tooltip/index.d.cts +2 -0
- package/components/molecules/Tooltip/index.d.ts +2 -2
- package/components/molecules/Tooltip/utils.cjs +1 -1
- package/components/molecules/Tooltip/utils.d.cts +22 -0
- package/components/molecules/Tooltip/utils.d.ts +2 -2
- package/components/molecules/index.d.cts +20 -0
- package/components/molecules/index.d.ts +20 -20
- package/components/organisms/Card/Card.cjs +1 -1
- package/components/organisms/Card/Card.d.cts +20 -0
- package/components/organisms/Card/Card.d.ts +12 -12
- package/components/organisms/Card/Card.types.d.cts +49 -0
- package/components/organisms/Card/Card.types.d.ts +2 -2
- package/components/organisms/Card/CardBadge/CardBadge.cjs +1 -1
- package/components/organisms/Card/CardBadge/CardBadge.d.cts +2 -0
- package/components/organisms/Card/CardBadge/CardBadge.d.ts +1 -1
- package/components/organisms/Card/CardBadge/CardBadgeStyled.cjs +1 -1
- package/components/organisms/Card/CardBadge/CardBadgeStyled.d.cts +2 -0
- package/components/organisms/Card/CardBadge/CardBadgeStyled.d.ts +1 -1
- package/components/organisms/Card/CardBadge/constants.d.cts +1 -0
- package/components/organisms/Card/CardBadge/index.d.cts +1 -0
- package/components/organisms/Card/CardBadge/index.d.ts +1 -1
- package/components/organisms/Card/CardButton/CardButton.cjs +1 -1
- package/components/organisms/Card/CardButton/CardButton.d.cts +4 -0
- package/components/organisms/Card/CardButton/CardButton.d.ts +1 -1
- package/components/organisms/Card/CardButton/CardButtonStyled.cjs +1 -1
- package/components/organisms/Card/CardButton/CardButtonStyled.d.cts +2 -0
- package/components/organisms/Card/CardButton/CardButtonStyled.d.ts +1 -1
- package/components/organisms/Card/CardButton/constants.d.cts +1 -0
- package/components/organisms/Card/CardButton/index.d.cts +1 -0
- package/components/organisms/Card/CardButton/index.d.ts +1 -1
- package/components/organisms/Card/CardCounter/CardCounter.cjs +1 -1
- package/components/organisms/Card/CardCounter/CardCounter.d.cts +4 -0
- package/components/organisms/Card/CardCounter/CardCounter.d.ts +1 -1
- package/components/organisms/Card/CardCounter/CardCounterStyled.cjs +1 -1
- package/components/organisms/Card/CardCounter/CardCounterStyled.d.cts +2 -0
- package/components/organisms/Card/CardCounter/CardCounterStyled.d.ts +1 -1
- package/components/organisms/Card/CardCounter/constants.d.cts +1 -0
- package/components/organisms/Card/CardCounter/index.d.cts +1 -0
- package/components/organisms/Card/CardCounter/index.d.ts +1 -1
- package/components/organisms/Card/CardDescription/CardDescription.cjs +1 -1
- package/components/organisms/Card/CardDescription/CardDescription.d.cts +2 -0
- package/components/organisms/Card/CardDescription/CardDescription.d.ts +1 -1
- package/components/organisms/Card/CardDescription/CardDescriptionStyled.cjs +1 -1
- package/components/organisms/Card/CardDescription/CardDescriptionStyled.d.cts +2 -0
- package/components/organisms/Card/CardDescription/CardDescriptionStyled.d.ts +1 -1
- package/components/organisms/Card/CardDescription/constants.cjs +1 -1
- package/components/organisms/Card/CardDescription/constants.d.cts +6 -0
- package/components/organisms/Card/CardDescription/constants.d.ts +1 -1
- package/components/organisms/Card/CardDescription/index.d.cts +1 -0
- package/components/organisms/Card/CardDescription/index.d.ts +1 -1
- package/components/organisms/Card/CardImage/CardImage.cjs +1 -1
- package/components/organisms/Card/CardImage/CardImage.d.cts +2 -0
- package/components/organisms/Card/CardImage/CardImage.d.ts +1 -1
- package/components/organisms/Card/CardImage/CardImageStyled.cjs +1 -1
- package/components/organisms/Card/CardImage/CardImageStyled.d.cts +2 -0
- package/components/organisms/Card/CardImage/CardImageStyled.d.ts +1 -1
- package/components/organisms/Card/CardImage/constants.d.cts +1 -0
- package/components/organisms/Card/CardImage/index.d.cts +1 -0
- package/components/organisms/Card/CardImage/index.d.ts +1 -1
- package/components/organisms/Card/CardPrice/CardPrice.cjs +1 -1
- package/components/organisms/Card/CardPrice/CardPrice.d.cts +2 -0
- package/components/organisms/Card/CardPrice/CardPrice.d.ts +1 -1
- package/components/organisms/Card/CardPrice/CardPriceStyled.cjs +1 -1
- package/components/organisms/Card/CardPrice/CardPriceStyled.d.cts +2 -0
- package/components/organisms/Card/CardPrice/CardPriceStyled.d.ts +1 -1
- package/components/organisms/Card/CardPrice/constants.d.cts +1 -0
- package/components/organisms/Card/CardPrice/index.d.cts +1 -0
- package/components/organisms/Card/CardPrice/index.d.ts +1 -1
- package/components/organisms/Card/CardRating/CardRating.cjs +1 -1
- package/components/organisms/Card/CardRating/CardRating.d.cts +2 -0
- package/components/organisms/Card/CardRating/CardRating.d.ts +1 -1
- package/components/organisms/Card/CardRating/CardRatingStyled.cjs +1 -1
- package/components/organisms/Card/CardRating/CardRatingStyled.d.cts +2 -0
- package/components/organisms/Card/CardRating/CardRatingStyled.d.ts +1 -1
- package/components/organisms/Card/CardRating/constants.d.cts +3 -0
- package/components/organisms/Card/CardRating/index.d.cts +1 -0
- package/components/organisms/Card/CardRating/index.d.ts +1 -1
- package/components/organisms/Card/CardTitle/CardTitle.cjs +1 -1
- package/components/organisms/Card/CardTitle/CardTitle.d.cts +4 -0
- package/components/organisms/Card/CardTitle/CardTitle.d.ts +1 -1
- package/components/organisms/Card/CardTitle/CardTitleStyled.cjs +1 -1
- package/components/organisms/Card/CardTitle/CardTitleStyled.d.cts +2 -0
- package/components/organisms/Card/CardTitle/CardTitleStyled.d.ts +1 -1
- package/components/organisms/Card/CardTitle/constants.cjs +1 -1
- package/components/organisms/Card/CardTitle/constants.d.cts +6 -0
- package/components/organisms/Card/CardTitle/constants.d.ts +1 -1
- package/components/organisms/Card/CardTitle/index.d.cts +1 -0
- package/components/organisms/Card/CardTitle/index.d.ts +1 -1
- package/components/organisms/Card/CardWishlist/CardWishlist.cjs +1 -1
- package/components/organisms/Card/CardWishlist/CardWishlist.d.cts +2 -0
- package/components/organisms/Card/CardWishlist/CardWishlist.d.ts +1 -1
- package/components/organisms/Card/CardWishlist/CardWishlistStyled.cjs +1 -1
- package/components/organisms/Card/CardWishlist/CardWishlistStyled.d.cts +2 -0
- package/components/organisms/Card/CardWishlist/CardWishlistStyled.d.ts +1 -1
- package/components/organisms/Card/CardWishlist/constants.d.cts +1 -0
- package/components/organisms/Card/CardWishlist/index.d.cts +1 -0
- package/components/organisms/Card/CardWishlist/index.d.ts +1 -1
- package/components/organisms/Card/constants.d.cts +1 -0
- package/components/organisms/Card/index.d.cts +11 -0
- package/components/organisms/Card/index.d.ts +11 -11
- package/components/organisms/Carousel/Carousel.cjs +1 -1
- package/components/organisms/Carousel/Carousel.d.cts +14 -0
- package/components/organisms/Carousel/Carousel.d.ts +7 -5
- package/components/organisms/Carousel/Carousel.js +110 -105
- package/components/organisms/Carousel/Carousel.types.d.cts +36 -0
- package/components/organisms/Carousel/Carousel.types.d.ts +3 -3
- package/components/organisms/Carousel/CarouselStyled.cjs +1 -1
- package/components/organisms/Carousel/CarouselStyled.d.cts +19 -0
- package/components/organisms/Carousel/CarouselStyled.d.ts +5 -1
- package/components/organisms/Carousel/CarouselStyled.js +25 -1
- package/components/organisms/Carousel/constants.d.cts +1 -0
- package/components/organisms/Carousel/index.d.cts +2 -0
- package/components/organisms/Carousel/index.d.ts +2 -2
- package/components/organisms/Chart/AreaChart.cjs +1 -1
- package/components/organisms/Chart/AreaChart.d.cts +1 -0
- package/components/organisms/Chart/AreaChart.d.ts +1 -1
- package/components/organisms/Chart/BarChart.cjs +1 -1
- package/components/organisms/Chart/BarChart.d.cts +1 -0
- package/components/organisms/Chart/BarChart.d.ts +1 -1
- package/components/organisms/Chart/Chart.cjs +1 -1
- package/components/organisms/Chart/Chart.d.cts +2 -0
- package/components/organisms/Chart/Chart.d.ts +1 -1
- package/components/organisms/Chart/Chart.types.d.cts +148 -0
- package/components/organisms/Chart/Chart.types.d.ts +2 -2
- package/components/organisms/Chart/ChartBase.cjs +1 -1
- package/components/organisms/Chart/ChartBase.d.cts +2 -0
- package/components/organisms/Chart/ChartBase.d.ts +1 -1
- package/components/organisms/Chart/ChartCartesian.cjs +1 -1
- package/components/organisms/Chart/ChartCartesian.d.cts +2 -0
- package/components/organisms/Chart/ChartCartesian.d.ts +1 -1
- package/components/organisms/Chart/ChartLegend.cjs +1 -1
- package/components/organisms/Chart/ChartLegend.d.cts +10 -0
- package/components/organisms/Chart/ChartLegend.d.ts +2 -2
- package/components/organisms/Chart/ChartPie.cjs +1 -1
- package/components/organisms/Chart/ChartPie.d.cts +17 -0
- package/components/organisms/Chart/ChartPie.d.ts +2 -2
- package/components/organisms/Chart/ChartStyled.cjs +1 -1
- package/components/organisms/Chart/ChartStyled.d.cts +4 -0
- package/components/organisms/Chart/ChartStyled.d.ts +1 -1
- package/components/organisms/Chart/ChartTooltip.cjs +1 -1
- package/components/organisms/Chart/ChartTooltip.d.cts +11 -0
- package/components/organisms/Chart/ChartTooltip.d.ts +2 -2
- package/components/organisms/Chart/ChartTooltip.js +1 -1
- package/components/organisms/Chart/LineChart.cjs +1 -1
- package/components/organisms/Chart/LineChart.d.cts +2 -0
- package/components/organisms/Chart/LineChart.d.ts +1 -1
- package/components/organisms/Chart/PieChart.cjs +1 -1
- package/components/organisms/Chart/PieChart.d.cts +2 -0
- package/components/organisms/Chart/PieChart.d.ts +1 -1
- package/components/organisms/Chart/constants.d.cts +10 -0
- package/components/organisms/Chart/index.d.cts +6 -0
- package/components/organisms/Chart/index.d.ts +6 -6
- package/components/organisms/Chart/useChartTheme.cjs +1 -1
- package/components/organisms/Chart/useChartTheme.d.cts +10215 -0
- package/components/organisms/Chart/useChartTheme.d.ts +81 -81
- package/components/organisms/ChatBubble/ChatBubble.cjs +1 -1
- package/components/organisms/ChatBubble/ChatBubble.d.cts +5 -0
- package/components/organisms/ChatBubble/ChatBubble.d.ts +3 -3
- package/components/organisms/ChatBubble/ChatBubble.types.d.cts +38 -0
- package/components/organisms/ChatBubble/ChatBubble.types.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatBubbleStyled.cjs +1 -1
- package/components/organisms/ChatBubble/ChatBubbleStyled.d.cts +4 -0
- package/components/organisms/ChatBubble/ChatBubbleStyled.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGallery.cjs +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGallery.d.cts +2 -0
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGallery.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGalleryStyled.cjs +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGalleryStyled.d.cts +2 -0
- package/components/organisms/ChatBubble/ChatImageGallery/ChatImageGalleryStyled.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatImageGallery/constants.d.cts +1 -0
- package/components/organisms/ChatBubble/ChatImageGallery/index.d.cts +1 -0
- package/components/organisms/ChatBubble/ChatImageGallery/index.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreview.cjs +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreview.d.cts +2 -0
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreview.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreviewStyled.cjs +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreviewStyled.d.cts +2 -0
- package/components/organisms/ChatBubble/ChatLinkPreview/ChatLinkPreviewStyled.d.ts +1 -1
- package/components/organisms/ChatBubble/ChatLinkPreview/constants.d.cts +1 -0
- package/components/organisms/ChatBubble/ChatLinkPreview/index.d.cts +1 -0
- package/components/organisms/ChatBubble/ChatLinkPreview/index.d.ts +1 -1
- package/components/organisms/ChatBubble/constants.d.cts +1 -0
- package/components/organisms/ChatBubble/index.d.cts +4 -0
- package/components/organisms/ChatBubble/index.d.ts +4 -4
- package/components/organisms/ContentCarousel/ContentCarousel.cjs +1 -1
- package/components/organisms/ContentCarousel/ContentCarousel.d.cts +2 -0
- package/components/organisms/ContentCarousel/ContentCarousel.d.ts +1 -1
- package/components/organisms/ContentCarousel/ContentCarousel.types.d.cts +20 -0
- package/components/organisms/ContentCarousel/ContentCarousel.types.d.ts +1 -1
- package/components/organisms/ContentCarousel/ContentCarouselStyled.cjs +1 -1
- package/components/organisms/ContentCarousel/ContentCarouselStyled.d.cts +8 -0
- package/components/organisms/ContentCarousel/ContentCarouselStyled.d.ts +1 -1
- package/components/organisms/ContentCarousel/constants.d.cts +1 -0
- package/components/organisms/ContentCarousel/index.d.cts +2 -0
- package/components/organisms/ContentCarousel/index.d.ts +2 -2
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.cjs +1 -1
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.d.cts +4 -0
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.d.ts +1 -1
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.types.d.cts +21 -0
- package/components/organisms/DragAndDropFiles/DragAndDropFiles.types.d.ts +1 -1
- package/components/organisms/DragAndDropFiles/DragAndDropFilesStyled.cjs +1 -1
- package/components/organisms/DragAndDropFiles/DragAndDropFilesStyled.d.cts +2 -0
- package/components/organisms/DragAndDropFiles/DragAndDropFilesStyled.d.ts +1 -1
- package/components/organisms/DragAndDropFiles/constants.d.cts +1 -0
- package/components/organisms/DragAndDropFiles/hooks/useDragAndDrop/index.d.cts +1 -0
- package/components/organisms/DragAndDropFiles/hooks/useDragAndDrop/index.d.ts +1 -1
- package/components/organisms/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.cjs +1 -1
- package/components/organisms/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.d.cts +19 -0
- package/components/organisms/DragAndDropFiles/index.d.cts +2 -0
- package/components/organisms/DragAndDropFiles/index.d.ts +2 -2
- package/components/organisms/Header/Header.cjs +1 -1
- package/components/organisms/Header/Header.d.cts +2 -0
- package/components/organisms/Header/Header.d.ts +1 -1
- package/components/organisms/Header/Header.types.d.cts +31 -0
- package/components/organisms/Header/Header.types.d.ts +2 -2
- package/components/organisms/Header/HeaderStyled.cjs +1 -1
- package/components/organisms/Header/HeaderStyled.d.cts +14 -0
- package/components/organisms/Header/HeaderStyled.d.ts +1 -1
- package/components/organisms/Header/constants.d.cts +1 -0
- package/components/organisms/Header/index.d.cts +1 -0
- package/components/organisms/Header/index.d.ts +1 -1
- package/components/organisms/ImagePreview/ImagePreview.cjs +1 -1
- package/components/organisms/ImagePreview/ImagePreview.d.cts +2 -0
- package/components/organisms/ImagePreview/ImagePreview.d.ts +1 -1
- package/components/organisms/ImagePreview/ImagePreview.types.d.cts +23 -0
- package/components/organisms/ImagePreview/ImagePreview.types.d.ts +1 -1
- package/components/organisms/ImagePreview/ImagePreviewLightbox.cjs +1 -1
- package/components/organisms/ImagePreview/ImagePreviewLightbox.d.cts +5 -0
- package/components/organisms/ImagePreview/ImagePreviewLightbox.d.ts +1 -1
- package/components/organisms/ImagePreview/ImagePreviewStyled.cjs +1 -1
- package/components/organisms/ImagePreview/ImagePreviewStyled.d.cts +2 -0
- package/components/organisms/ImagePreview/ImagePreviewStyled.d.ts +1 -1
- package/components/organisms/ImagePreview/constants.d.cts +1 -0
- package/components/organisms/ImagePreview/index.d.cts +3 -0
- package/components/organisms/ImagePreview/index.d.ts +3 -3
- package/components/organisms/InputArea/InputArea.cjs +1 -1
- package/components/organisms/InputArea/InputArea.d.cts +2 -0
- package/components/organisms/InputArea/InputArea.d.ts +1 -1
- package/components/organisms/InputArea/InputArea.types.d.cts +41 -0
- package/components/organisms/InputArea/InputArea.types.d.ts +1 -1
- package/components/organisms/InputArea/InputAreaStyled.cjs +1 -1
- package/components/organisms/InputArea/InputAreaStyled.d.cts +38 -0
- package/components/organisms/InputArea/InputAreaStyled.d.ts +3 -3
- package/components/organisms/InputArea/constants.d.cts +1 -0
- package/components/organisms/InputArea/index.d.cts +2 -0
- package/components/organisms/InputArea/index.d.ts +2 -2
- package/components/organisms/Modal/Modal.cjs +1 -1
- package/components/organisms/Modal/Modal.d.cts +2 -0
- package/components/organisms/Modal/Modal.d.ts +1 -1
- package/components/organisms/Modal/Modal.types.d.cts +19 -0
- package/components/organisms/Modal/Modal.types.d.ts +1 -1
- package/components/organisms/Modal/ModalStyled.cjs +1 -1
- package/components/organisms/Modal/ModalStyled.d.cts +8 -0
- package/components/organisms/Modal/ModalStyled.d.ts +1 -1
- package/components/organisms/Modal/constants.d.cts +1 -0
- package/components/organisms/Modal/index.d.cts +2 -0
- package/components/organisms/Modal/index.d.ts +2 -2
- package/components/organisms/Search/Search.cjs +1 -1
- package/components/organisms/Search/Search.d.cts +3 -0
- package/components/organisms/Search/Search.d.ts +2 -2
- package/components/organisms/Search/Search.types.d.cts +23 -0
- package/components/organisms/Search/Search.types.d.ts +2 -9
- package/components/organisms/Search/SearchStyled.cjs +1 -1
- package/components/organisms/Search/SearchStyled.d.cts +2 -0
- package/components/organisms/Search/SearchStyled.d.ts +1 -4
- package/components/organisms/Search/constants.d.cts +4 -0
- package/components/organisms/Search/index.d.cts +2 -0
- package/components/organisms/Search/index.d.ts +2 -2
- package/components/organisms/SearchModal/SearchInput/SearchInput.cjs +1 -1
- package/components/organisms/SearchModal/SearchInput/SearchInput.d.cts +5 -0
- package/components/organisms/SearchModal/SearchInput/SearchInput.d.ts +1 -1
- package/components/organisms/SearchModal/SearchInput/SearchInputStyled.cjs +1 -1
- package/components/organisms/SearchModal/SearchInput/SearchInputStyled.d.cts +4 -0
- package/components/organisms/SearchModal/SearchInput/SearchInputStyled.d.ts +2 -2
- package/components/organisms/SearchModal/SearchInput/constants.d.cts +3 -0
- package/components/organisms/SearchModal/SearchInput/index.d.cts +1 -0
- package/components/organisms/SearchModal/SearchInput/index.d.ts +1 -1
- package/components/organisms/SearchModal/SearchItems/SearchItems.cjs +1 -1
- package/components/organisms/SearchModal/SearchItems/SearchItems.d.cts +5 -0
- package/components/organisms/SearchModal/SearchItems/SearchItems.d.ts +1 -1
- package/components/organisms/SearchModal/SearchItems/SearchItemsStyled.cjs +1 -1
- package/components/organisms/SearchModal/SearchItems/SearchItemsStyled.d.cts +10 -0
- package/components/organisms/SearchModal/SearchItems/SearchItemsStyled.d.ts +2 -2
- package/components/organisms/SearchModal/SearchItems/constants.d.cts +7 -0
- package/components/organisms/SearchModal/SearchItems/index.d.cts +1 -0
- package/components/organisms/SearchModal/SearchItems/index.d.ts +1 -1
- package/components/organisms/SearchModal/SearchItems/utils.cjs +1 -1
- package/components/organisms/SearchModal/SearchItems/utils.d.cts +2 -0
- package/components/organisms/SearchModal/SearchLoader/SearchLoader.cjs +1 -1
- package/components/organisms/SearchModal/SearchLoader/SearchLoader.d.cts +5 -0
- package/components/organisms/SearchModal/SearchLoader/SearchLoader.d.ts +1 -1
- package/components/organisms/SearchModal/SearchLoader/SearchLoaderStyled.cjs +1 -1
- package/components/organisms/SearchModal/SearchLoader/SearchLoaderStyled.d.cts +3 -0
- package/components/organisms/SearchModal/SearchLoader/SearchLoaderStyled.d.ts +1 -1
- package/components/organisms/SearchModal/SearchLoader/constants.d.cts +1 -0
- package/components/organisms/SearchModal/SearchLoader/index.d.cts +1 -0
- package/components/organisms/SearchModal/SearchLoader/index.d.ts +1 -1
- package/components/organisms/SearchModal/SearchModal.cjs +1 -1
- package/components/organisms/SearchModal/SearchModal.d.cts +4 -0
- package/components/organisms/SearchModal/SearchModal.d.ts +1 -1
- package/components/organisms/SearchModal/SearchModal.types.d.cts +55 -0
- package/components/organisms/SearchModal/SearchModal.types.d.ts +2 -2
- package/components/organisms/SearchModal/SearchModalStyled.cjs +1 -1
- package/components/organisms/SearchModal/SearchModalStyled.d.cts +3 -0
- package/components/organisms/SearchModal/SearchModalStyled.d.ts +1 -1
- package/components/organisms/SearchModal/constants.d.cts +5 -0
- package/components/organisms/SearchModal/index.d.cts +2 -0
- package/components/organisms/SearchModal/index.d.ts +2 -2
- package/components/organisms/Sidebar/Sidebar.cjs +1 -1
- package/components/organisms/Sidebar/Sidebar.d.cts +2 -0
- package/components/organisms/Sidebar/Sidebar.d.ts +1 -1
- package/components/organisms/Sidebar/Sidebar.types.d.cts +42 -0
- package/components/organisms/Sidebar/Sidebar.types.d.ts +1 -1
- package/components/organisms/Sidebar/SidebarItem.cjs +1 -1
- package/components/organisms/Sidebar/SidebarItem.d.cts +2 -0
- package/components/organisms/Sidebar/SidebarItem.d.ts +1 -1
- package/components/organisms/Sidebar/SidebarStyled.cjs +1 -1
- package/components/organisms/Sidebar/SidebarStyled.d.cts +16 -0
- package/components/organisms/Sidebar/SidebarStyled.d.ts +1 -1
- package/components/organisms/Sidebar/constants.d.cts +1 -0
- package/components/organisms/Sidebar/index.d.cts +2 -0
- package/components/organisms/Sidebar/index.d.ts +2 -2
- package/components/organisms/index.d.cts +13 -0
- package/components/organisms/index.d.ts +13 -13
- package/components/widget/DragAndDrop/DragAndDrop.cjs +1 -1
- package/components/widget/DragAndDrop/DragAndDrop.d.cts +4 -0
- package/components/widget/DragAndDrop/DragAndDrop.d.ts +1 -1
- package/components/widget/DragAndDrop/DragAndDrop.types.d.cts +35 -0
- package/components/widget/DragAndDrop/DragAndDrop.types.d.ts +2 -2
- package/components/widget/DragAndDrop/DragAndDropStyled.cjs +1 -1
- package/components/widget/DragAndDrop/DragAndDropStyled.d.cts +6 -0
- package/components/widget/DragAndDrop/DragAndDropStyled.d.ts +1 -1
- package/components/widget/DragAndDrop/constants.d.cts +1 -0
- package/components/widget/DragAndDrop/index.d.cts +2 -0
- package/components/widget/DragAndDrop/index.d.ts +2 -2
- package/components/widget/DragAndDrop/utils/index.d.cts +1 -0
- package/components/widget/DragAndDrop/utils/index.d.ts +1 -1
- package/components/widget/DragAndDrop/utils/validators.d.cts +5 -0
- package/components/widget/index.d.cts +1 -0
- package/components/widget/index.d.ts +1 -1
- package/constants/index.d.cts +2 -0
- package/constants/index.d.ts +2 -2
- package/constants/keyboard.d.cts +8 -0
- package/constants/timers.d.cts +2 -0
- package/hooks/index.d.cts +7 -0
- package/hooks/index.d.ts +7 -7
- package/hooks/useAutoFocus/index.d.cts +1 -0
- package/hooks/useAutoFocus/index.d.ts +1 -1
- package/hooks/useAutoFocus/useAutoFocus.cjs +1 -1
- package/hooks/useAutoFocus/useAutoFocus.d.cts +2 -0
- package/hooks/useCarousel/index.d.cts +1 -0
- package/hooks/useCarousel/index.d.ts +1 -1
- package/hooks/useCarousel/useCarousel.cjs +1 -1
- package/hooks/useCarousel/useCarousel.d.cts +14 -0
- package/hooks/useCarousel/useCarousel.d.ts +1 -1
- package/hooks/useClickOutside/index.d.cts +1 -0
- package/hooks/useClickOutside/index.d.ts +1 -1
- package/hooks/useClickOutside/useClickOutside.cjs +1 -1
- package/hooks/useClickOutside/useClickOutside.d.cts +1 -0
- package/hooks/useKeyControls/index.d.cts +1 -0
- package/hooks/useKeyControls/index.d.ts +1 -1
- package/hooks/useKeyControls/useKeyControls.cjs +1 -1
- package/hooks/useKeyControls/useKeyControls.d.cts +2 -0
- package/hooks/useKeyControls/useKeyControls.d.ts +1 -1
- package/hooks/useLogger/NoOpLogger.d.cts +11 -0
- package/hooks/useLogger/NoOpLogger.d.ts +1 -1
- package/hooks/useLogger/index.d.cts +2 -0
- package/hooks/useLogger/index.d.ts +2 -2
- package/hooks/useLogger/useLogger.cjs +1 -1
- package/hooks/useLogger/useLogger.d.cts +4 -0
- package/hooks/useLogger/useLogger.d.ts +1 -1
- package/hooks/useLogger/useLogger.types.d.cts +30 -0
- package/hooks/useMediaQuery/index.d.cts +1 -0
- package/hooks/useMediaQuery/index.d.ts +1 -1
- package/hooks/useMediaQuery/useMediaQuery.cjs +1 -1
- package/hooks/useMediaQuery/useMediaQuery.d.cts +1 -0
- package/hooks/useTheme/NoOpTheme.cjs +1 -1
- package/hooks/useTheme/NoOpTheme.d.cts +5870 -0
- package/hooks/useTheme/NoOpTheme.d.ts +76 -40
- package/hooks/useTheme/index.d.cts +4 -0
- package/hooks/useTheme/index.d.ts +4 -4
- package/hooks/useTheme/useTheme.cjs +1 -1
- package/hooks/useTheme/useTheme.d.cts +3 -0
- package/hooks/useTheme/useTheme.d.ts +1 -1
- package/hooks/useTheme/useTheme.types.d.cts +16 -0
- package/hooks/useTheme/useTheme.types.d.ts +1 -1
- package/hooks/useTheme/utils.cjs +1 -1
- package/hooks/useTheme/utils.d.cts +7 -0
- package/hooks/useTheme/utils.d.ts +1 -1
- package/index.cjs +1 -1
- package/index.d.cts +5 -0
- package/index.d.ts +5 -5
- package/llms.txt +116 -25
- package/package.json +27 -11
- package/tokens/accordion.cjs +1 -1
- package/tokens/accordion.d.cts +88 -0
- package/tokens/animations.d.cts +70 -0
- package/tokens/attachmentFile.cjs +1 -1
- package/tokens/attachmentFile.d.cts +67 -0
- package/tokens/attachmentFile.d.ts +3 -0
- package/tokens/attachmentFile.js +4 -1
- package/tokens/avatar.cjs +1 -1
- package/tokens/avatar.d.cts +168 -0
- package/tokens/avatar.d.ts +8 -9
- package/tokens/avatar.js +21 -23
- package/tokens/badge.cjs +1 -1
- package/tokens/badge.d.cts +244 -0
- package/tokens/borders.cjs +1 -1
- package/tokens/borders.d.cts +9 -0
- package/tokens/box.cjs +1 -1
- package/tokens/box.d.cts +46 -0
- package/tokens/breadcrumbs.cjs +1 -1
- package/tokens/breadcrumbs.d.cts +27 -0
- package/tokens/breakpoints.cjs +1 -1
- package/tokens/breakpoints.d.cts +8 -0
- package/tokens/button.cjs +1 -1
- package/tokens/button.d.cts +141 -0
- package/tokens/card.cjs +1 -1
- package/tokens/card.d.cts +198 -0
- package/tokens/carousel.cjs +1 -1
- package/tokens/carousel.d.cts +305 -0
- package/tokens/carousel.d.ts +34 -1
- package/tokens/carousel.js +33 -0
- package/tokens/chart.cjs +1 -1
- package/tokens/chart.d.cts +172 -0
- package/tokens/chat.cjs +1 -1
- package/tokens/chat.d.cts +156 -0
- package/tokens/chatbubble.cjs +1 -1
- package/tokens/chatbubble.d.cts +163 -0
- package/tokens/chatbubble.d.ts +1 -1
- package/tokens/chatbubble.js +2 -2
- package/tokens/checkbox.cjs +1 -1
- package/tokens/checkbox.d.cts +80 -0
- package/tokens/checkbox.js +2 -2
- package/tokens/colors.d.cts +285 -0
- package/tokens/column.d.cts +6 -0
- package/tokens/constants.d.cts +1 -0
- package/tokens/counter.cjs +1 -1
- package/tokens/counter.d.cts +38 -0
- package/tokens/counter.d.ts +1 -1
- package/tokens/cursors.d.cts +17 -0
- package/tokens/defaultTheme.cjs +1 -1
- package/tokens/defaultTheme.d.cts +5861 -0
- package/tokens/defaultTheme.d.ts +75 -39
- package/tokens/display.d.cts +16 -0
- package/tokens/draganddrop.cjs +1 -1
- package/tokens/draganddrop.d.cts +60 -0
- package/tokens/draganddropfiles.d.cts +3 -0
- package/tokens/flexContainer.cjs +1 -1
- package/tokens/flexContainer.d.cts +9 -0
- package/tokens/flexContainer.d.ts +1 -1
- package/tokens/font.d.cts +54 -0
- package/tokens/form.d.cts +3 -0
- package/tokens/header.cjs +1 -1
- package/tokens/header.d.cts +107 -0
- package/tokens/icon.cjs +1 -1
- package/tokens/icon.d.cts +28 -0
- package/tokens/image.cjs +1 -1
- package/tokens/image.d.cts +31 -0
- package/tokens/image.d.ts +1 -1
- package/tokens/imagePreview.cjs +1 -1
- package/tokens/imagePreview.d.cts +177 -0
- package/tokens/index.cjs +1 -1
- package/tokens/index.d.cts +5061 -0
- package/tokens/index.d.ts +133 -97
- package/tokens/inlineNotification.cjs +1 -1
- package/tokens/inlineNotification.d.cts +62 -0
- package/tokens/input.cjs +1 -1
- package/tokens/input.d.cts +219 -0
- package/tokens/inputArea.cjs +1 -1
- package/tokens/inputArea.d.cts +154 -0
- package/tokens/inputfile.cjs +1 -1
- package/tokens/inputfile.d.cts +14 -0
- package/tokens/label.cjs +1 -1
- package/tokens/label.d.cts +6 -0
- package/tokens/link.cjs +1 -1
- package/tokens/link.d.cts +116 -0
- package/tokens/link.d.ts +1 -1
- package/tokens/link.js +4 -4
- package/tokens/list.cjs +1 -1
- package/tokens/list.d.cts +97 -0
- package/tokens/loader.cjs +1 -1
- package/tokens/loader.d.cts +147 -0
- package/tokens/menu.cjs +1 -1
- package/tokens/menu.d.cts +20 -0
- package/tokens/modal.cjs +1 -1
- package/tokens/modal.d.cts +92 -0
- package/tokens/price.cjs +1 -1
- package/tokens/price.d.cts +47 -0
- package/tokens/price.js +2 -2
- package/tokens/progressbar.cjs +1 -1
- package/tokens/progressbar.d.cts +51 -0
- package/tokens/radiogroup.cjs +1 -1
- package/tokens/radiogroup.d.cts +92 -0
- package/tokens/radiogroup.d.ts +1 -1
- package/tokens/radius.cjs +1 -1
- package/tokens/radius.d.cts +10 -0
- package/tokens/radius.js +1 -1
- package/tokens/rating.cjs +1 -1
- package/tokens/rating.d.cts +73 -0
- package/tokens/reset.d.cts +1 -0
- package/tokens/row.d.cts +5 -0
- package/tokens/scroll.cjs +1 -1
- package/tokens/scroll.d.cts +108 -0
- package/tokens/search.cjs +1 -1
- package/tokens/search.d.cts +39 -0
- package/tokens/searchModal.cjs +1 -1
- package/tokens/searchModal.d.cts +167 -0
- package/tokens/searchModal.d.ts +1 -1
- package/tokens/searchModal.js +1 -1
- package/tokens/select.cjs +1 -1
- package/tokens/select.d.cts +125 -0
- package/tokens/select.d.ts +1 -1
- package/tokens/separator.cjs +1 -1
- package/tokens/separator.d.cts +60 -0
- package/tokens/shadow.d.cts +20 -0
- package/tokens/shadow.d.ts +0 -1
- package/tokens/sidebar.cjs +1 -1
- package/tokens/sidebar.d.cts +123 -0
- package/tokens/sidebar.js +2 -2
- package/tokens/skeleton.cjs +1 -1
- package/tokens/skeleton.d.cts +68 -0
- package/tokens/slider.cjs +1 -1
- package/tokens/slider.d.cts +58 -0
- package/tokens/sliderDots.cjs +1 -1
- package/tokens/sliderDots.d.cts +33 -0
- package/tokens/snackbar.cjs +1 -1
- package/tokens/snackbar.d.cts +173 -0
- package/tokens/snackbar.js +1 -1
- package/tokens/spacing.d.cts +32 -0
- package/tokens/stepper.cjs +1 -1
- package/tokens/stepper.d.cts +128 -0
- package/tokens/switch.cjs +1 -1
- package/tokens/switch.d.cts +78 -0
- package/tokens/table.cjs +1 -1
- package/tokens/table.d.cts +145 -0
- package/tokens/tabs.cjs +1 -1
- package/tokens/tabs.d.cts +90 -0
- package/tokens/textarea.cjs +1 -1
- package/tokens/textarea.d.cts +96 -0
- package/tokens/toggle.cjs +1 -1
- package/tokens/toggle.d.cts +12 -0
- package/tokens/tooltip.cjs +1 -1
- package/tokens/tooltip.d.cts +68 -0
- package/tokens/tooltip.js +7 -8
- package/tokens/truncate.d.cts +9 -0
- package/tokens/types/index.types.d.cts +14 -0
- package/tokens/types/index.types.d.ts +1 -1
- package/tokens/typography.cjs +1 -1
- package/tokens/typography.d.cts +144 -0
- package/tokens/utils.cjs +1 -1
- package/tokens/utils.d.cts +50 -0
- package/tokens/utils.d.ts +4 -4
- package/tokens/utils.js +6 -2
- package/tokens/values.cjs +1 -1
- package/tokens/values.d.cts +94 -0
- package/tokens/wrapper.cjs +1 -1
- package/tokens/wrapper.d.cts +29 -0
- package/tokens/zIndex.d.cts +9 -0
- package/types/accesability.d.cts +5 -0
- package/types/button.d.cts +20 -0
- package/types/card.d.cts +8 -0
- package/types/carousel.d.cts +23 -0
- package/types/carousel.d.ts +1 -1
- package/types/common.d.cts +12 -0
- package/types/cursors.d.cts +14 -0
- package/types/index.d.cts +19 -0
- package/types/index.d.ts +19 -19
- package/types/input.d.cts +26 -0
- package/types/keys.d.cts +8 -0
- package/types/layout.d.cts +8 -0
- package/types/link.d.cts +18 -0
- package/types/list.d.cts +6 -0
- package/types/misc.d.cts +14 -0
- package/types/misc.d.ts +0 -3
- package/types/separator.d.cts +10 -0
- package/types/skeleton.d.cts +5 -0
- package/types/snackbar.d.cts +14 -0
- package/types/stepper.d.cts +9 -0
- package/types/styles.d.cts +4 -0
- package/types/typography.d.cts +48 -0
- package/types/wrapper.d.cts +5 -0
- package/utils/a2ui/constants.d.cts +7 -0
- package/utils/a2ui/contexts.cjs +1 -0
- package/utils/a2ui/contexts.d.cts +1 -0
- package/utils/a2ui/contexts.d.ts +1 -0
- package/utils/a2ui/contexts.js +5 -0
- package/utils/a2ui/helpers/attributes.d.cts +11 -0
- package/utils/a2ui/helpers/attributes.d.ts +1 -1
- package/utils/a2ui/helpers/index.d.cts +4 -0
- package/utils/a2ui/helpers/index.d.ts +4 -4
- package/utils/a2ui/helpers/misc.cjs +1 -1
- package/utils/a2ui/helpers/misc.d.cts +19 -0
- package/utils/a2ui/helpers/misc.d.ts +2 -2
- package/utils/a2ui/helpers/misc.js +1 -8
- package/utils/a2ui/helpers/options.cjs +1 -1
- package/utils/a2ui/helpers/options.d.cts +48 -0
- package/utils/a2ui/helpers/options.d.ts +1 -1
- package/utils/a2ui/helpers/styling.cjs +1 -1
- package/utils/a2ui/helpers/styling.d.cts +7 -0
- package/utils/a2ui/helpers/styling.d.ts +2 -2
- package/utils/a2ui/index.d.cts +2 -0
- package/utils/a2ui/index.d.ts +2 -2
- package/utils/a2ui/render.cjs +1 -1
- package/utils/a2ui/render.d.cts +5 -0
- package/utils/a2ui/render.d.ts +2 -2
- package/utils/a2ui/render.js +3 -3
- package/utils/a2ui/renderers/accordion.cjs +1 -1
- package/utils/a2ui/renderers/accordion.d.cts +8 -0
- package/utils/a2ui/renderers/accordion.d.ts +1 -1
- package/utils/a2ui/renderers/attachment-file.cjs +1 -0
- package/utils/a2ui/renderers/attachment-file.d.cts +6 -0
- package/utils/a2ui/renderers/attachment-file.d.ts +6 -0
- package/utils/a2ui/renderers/attachment-file.js +28 -0
- package/utils/a2ui/renderers/avatar.cjs +1 -1
- package/utils/a2ui/renderers/avatar.d.cts +10 -0
- package/utils/a2ui/renderers/avatar.d.ts +3 -3
- package/utils/a2ui/renderers/avatar.js +1 -0
- package/utils/a2ui/renderers/badge.cjs +1 -1
- package/utils/a2ui/renderers/badge.d.cts +4 -0
- package/utils/a2ui/renderers/badge.d.ts +1 -1
- package/utils/a2ui/renderers/box.cjs +1 -1
- package/utils/a2ui/renderers/box.d.cts +5 -0
- package/utils/a2ui/renderers/box.d.ts +2 -2
- package/utils/a2ui/renderers/breadcrumbs.cjs +1 -1
- package/utils/a2ui/renderers/breadcrumbs.d.cts +4 -0
- package/utils/a2ui/renderers/breadcrumbs.d.ts +1 -1
- package/utils/a2ui/renderers/button.cjs +1 -1
- package/utils/a2ui/renderers/button.d.cts +5 -0
- package/utils/a2ui/renderers/button.d.ts +2 -2
- package/utils/a2ui/renderers/button.js +32 -19
- package/utils/a2ui/renderers/card.cjs +1 -1
- package/utils/a2ui/renderers/card.d.cts +14 -0
- package/utils/a2ui/renderers/card.d.ts +3 -3
- package/utils/a2ui/renderers/carousel.cjs +1 -1
- package/utils/a2ui/renderers/carousel.d.cts +6 -0
- package/utils/a2ui/renderers/carousel.d.ts +1 -1
- package/utils/a2ui/renderers/carousel.js +44 -28
- package/utils/a2ui/renderers/chart.cjs +1 -1
- package/utils/a2ui/renderers/chart.d.cts +4 -0
- package/utils/a2ui/renderers/chart.d.ts +1 -1
- package/utils/a2ui/renderers/chat.cjs +1 -1
- package/utils/a2ui/renderers/chat.d.cts +7 -0
- package/utils/a2ui/renderers/chat.d.ts +2 -1
- package/utils/a2ui/renderers/chat.js +30 -8
- package/utils/a2ui/renderers/checkbox.cjs +1 -1
- package/utils/a2ui/renderers/checkbox.d.cts +11 -0
- package/utils/a2ui/renderers/checkbox.d.ts +2 -2
- package/utils/a2ui/renderers/content-carousel.cjs +1 -1
- package/utils/a2ui/renderers/content-carousel.d.cts +5 -0
- package/utils/a2ui/renderers/content-carousel.d.ts +1 -1
- package/utils/a2ui/renderers/counter.cjs +1 -1
- package/utils/a2ui/renderers/counter.d.cts +5 -0
- package/utils/a2ui/renderers/counter.d.ts +2 -2
- package/utils/a2ui/renderers/drag-and-drop.cjs +1 -1
- package/utils/a2ui/renderers/drag-and-drop.d.cts +7 -0
- package/utils/a2ui/renderers/drag-and-drop.d.ts +2 -2
- package/utils/a2ui/renderers/dropdown.cjs +1 -1
- package/utils/a2ui/renderers/dropdown.d.cts +6 -0
- package/utils/a2ui/renderers/dropdown.d.ts +2 -2
- package/utils/a2ui/renderers/form.cjs +1 -1
- package/utils/a2ui/renderers/form.d.cts +9 -0
- package/utils/a2ui/renderers/form.d.ts +6 -6
- package/utils/a2ui/renderers/form.js +30 -22
- package/utils/a2ui/renderers/header.cjs +1 -1
- package/utils/a2ui/renderers/header.d.cts +5 -0
- package/utils/a2ui/renderers/header.d.ts +2 -2
- package/utils/a2ui/renderers/icon.cjs +1 -1
- package/utils/a2ui/renderers/icon.d.cts +5 -0
- package/utils/a2ui/renderers/icon.d.ts +2 -2
- package/utils/a2ui/renderers/image.cjs +1 -1
- package/utils/a2ui/renderers/image.d.cts +1025 -0
- package/utils/a2ui/renderers/image.d.ts +11 -11
- package/utils/a2ui/renderers/index.cjs +1 -1
- package/utils/a2ui/renderers/index.d.cts +3 -0
- package/utils/a2ui/renderers/index.d.ts +2 -2
- package/utils/a2ui/renderers/index.js +51 -49
- package/utils/a2ui/renderers/label.cjs +1 -1
- package/utils/a2ui/renderers/label.d.cts +5 -0
- package/utils/a2ui/renderers/label.d.ts +1 -1
- package/utils/a2ui/renderers/layout.cjs +1 -1
- package/utils/a2ui/renderers/layout.d.cts +10 -0
- package/utils/a2ui/renderers/layout.d.ts +2 -2
- package/utils/a2ui/renderers/link.cjs +1 -1
- package/utils/a2ui/renderers/link.d.cts +5 -0
- package/utils/a2ui/renderers/link.d.ts +2 -2
- package/utils/a2ui/renderers/link.js +5 -2
- package/utils/a2ui/renderers/list.cjs +1 -1
- package/utils/a2ui/renderers/list.d.cts +4 -0
- package/utils/a2ui/renderers/list.d.ts +1 -1
- package/utils/a2ui/renderers/loader.cjs +1 -1
- package/utils/a2ui/renderers/loader.d.cts +4 -0
- package/utils/a2ui/renderers/loader.d.ts +1 -1
- package/utils/a2ui/renderers/menu.cjs +1 -1
- package/utils/a2ui/renderers/menu.d.cts +5 -0
- package/utils/a2ui/renderers/menu.d.ts +2 -2
- package/utils/a2ui/renderers/modal.cjs +1 -1
- package/utils/a2ui/renderers/modal.d.cts +6 -0
- package/utils/a2ui/renderers/modal.d.ts +2 -2
- package/utils/a2ui/renderers/modal.js +30 -16
- package/utils/a2ui/renderers/notification.cjs +1 -1
- package/utils/a2ui/renderers/notification.d.cts +6 -0
- package/utils/a2ui/renderers/notification.d.ts +1 -1
- package/utils/a2ui/renderers/price.cjs +1 -1
- package/utils/a2ui/renderers/price.d.cts +4 -0
- package/utils/a2ui/renderers/price.d.ts +1 -1
- package/utils/a2ui/renderers/progress-bar.cjs +1 -1
- package/utils/a2ui/renderers/progress-bar.d.cts +4 -0
- package/utils/a2ui/renderers/progress-bar.d.ts +1 -1
- package/utils/a2ui/renderers/radio-group.cjs +1 -1
- package/utils/a2ui/renderers/radio-group.d.cts +5 -0
- package/utils/a2ui/renderers/radio-group.d.ts +2 -2
- package/utils/a2ui/renderers/rating.cjs +1 -1
- package/utils/a2ui/renderers/rating.d.cts +5 -0
- package/utils/a2ui/renderers/rating.d.ts +2 -2
- package/utils/a2ui/renderers/search.cjs +1 -1
- package/utils/a2ui/renderers/search.d.cts +6 -0
- package/utils/a2ui/renderers/search.d.ts +3 -3
- package/utils/a2ui/renderers/select.cjs +1 -1
- package/utils/a2ui/renderers/select.d.cts +5 -0
- package/utils/a2ui/renderers/select.d.ts +2 -2
- package/utils/a2ui/renderers/separator.cjs +1 -1
- package/utils/a2ui/renderers/separator.d.cts +4 -0
- package/utils/a2ui/renderers/separator.d.ts +1 -1
- package/utils/a2ui/renderers/sidebar.cjs +1 -1
- package/utils/a2ui/renderers/sidebar.d.cts +5 -0
- package/utils/a2ui/renderers/sidebar.d.ts +2 -2
- package/utils/a2ui/renderers/skeleton.cjs +1 -1
- package/utils/a2ui/renderers/skeleton.d.cts +5 -0
- package/utils/a2ui/renderers/skeleton.d.ts +1 -1
- package/utils/a2ui/renderers/slider.cjs +1 -1
- package/utils/a2ui/renderers/slider.d.cts +6 -0
- package/utils/a2ui/renderers/slider.d.ts +3 -3
- package/utils/a2ui/renderers/stepper.cjs +1 -1
- package/utils/a2ui/renderers/stepper.d.cts +5 -0
- package/utils/a2ui/renderers/stepper.d.ts +2 -2
- package/utils/a2ui/renderers/switch.cjs +1 -1
- package/utils/a2ui/renderers/switch.d.cts +5 -0
- package/utils/a2ui/renderers/switch.d.ts +2 -2
- package/utils/a2ui/renderers/switch.js +19 -15
- package/utils/a2ui/renderers/table.cjs +1 -1
- package/utils/a2ui/renderers/table.d.cts +5 -0
- package/utils/a2ui/renderers/table.d.ts +1 -1
- package/utils/a2ui/renderers/table.js +110 -26
- package/utils/a2ui/renderers/tabs.cjs +1 -1
- package/utils/a2ui/renderers/tabs.d.cts +5 -0
- package/utils/a2ui/renderers/tabs.d.ts +2 -2
- package/utils/a2ui/renderers/toggle.cjs +1 -1
- package/utils/a2ui/renderers/toggle.d.cts +5 -0
- package/utils/a2ui/renderers/toggle.d.ts +2 -2
- package/utils/a2ui/renderers/tooltip.cjs +1 -1
- package/utils/a2ui/renderers/tooltip.d.cts +5 -0
- package/utils/a2ui/renderers/tooltip.d.ts +1 -1
- package/utils/a2ui/renderers/truncate.cjs +1 -1
- package/utils/a2ui/renderers/truncate.d.cts +4 -0
- package/utils/a2ui/renderers/truncate.d.ts +1 -1
- package/utils/a2ui/renderers/typography.cjs +1 -1
- package/utils/a2ui/renderers/typography.d.cts +4 -0
- package/utils/a2ui/renderers/typography.d.ts +1 -1
- package/utils/a2ui/types.d.cts +19 -0
- package/utils/a2ui/types.d.ts +3 -3
- package/utils/a2ui.d.cts +2 -0
- package/utils/a2ui.d.ts +2 -2
- package/utils/animationFrame.cjs +1 -1
- package/utils/animationFrame.d.cts +15 -0
- package/utils/commands/vitest-a11y-command.d.cts +29 -0
- package/utils/commands/vitest-a11y-command.d.ts +29 -0
- package/utils/commands/vitest-a2ui-judge-command.d.cts +25 -0
- package/utils/commands/vitest-a2ui-judge-command.d.ts +25 -0
- package/utils/commands/vitest-a2ui-llm-command.d.cts +5 -0
- package/utils/commands/vitest-a2ui-llm-command.d.ts +5 -0
- package/utils/commands/vitest-a2ui-schema-command.d.cts +6 -0
- package/utils/commands/vitest-a2ui-schema-command.d.ts +6 -0
- package/utils/common.d.cts +3 -0
- package/utils/date.d.cts +9 -0
- package/utils/focus.d.cts +32 -0
- package/utils/getContrastColor.d.cts +2 -0
- package/utils/helpers.d.cts +21 -0
- package/utils/index.d.cts +10 -0
- package/utils/index.d.ts +10 -11
- package/utils/layout.d.cts +6 -0
- package/utils/layout.d.ts +1 -1
- package/utils/math.d.cts +6 -0
- package/utils/setInRange.d.cts +5 -0
- package/utils/uniqueKeys.d.cts +1 -0
- package/ai/codegen.d.ts +0 -0
- package/components/atoms/Icon/utils.d.ts +0 -3
- package/components/core/index.d.ts +0 -54
- package/components/domainSpecific/index.d.ts +0 -36
- package/components/templates/index.d.ts +0 -0
- package/utils/getCharCount.d.ts +0 -3
|
@@ -0,0 +1,1037 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$comment": "Figma variable name → GridKit token. Source: libs/ui/src/tokens/colors.ts + Figma file bCDJhVLlAFSIZtPFbEwDRO node 3:121. Usage: tokenPath → useTheme() dot-path, cssVar → --gds-* reference only (never emit in TSX), componentProp → Typography/component color prop string.",
|
|
4
|
+
"$usage": {
|
|
5
|
+
"keyQuestion": "What GridKit color token corresponds to this Figma color variable or hex value?",
|
|
6
|
+
"lookupSteps": [
|
|
7
|
+
"1. CSS var present (e.g. var(--gds-color-text-default, #171717)): strip '--gds-' prefix, kebab→dot → 'color.text.default'. Stop — do NOT run hex lookup.",
|
|
8
|
+
"2. Figma variable name known (e.g. gds.color.text.default): find entry in bg/border/text/icon/neutral/palette by key. Stop.",
|
|
9
|
+
"3. Raw hex only: normalize (#FFF→#FFFFFF), query hexIndex[hex] → tokenPath string. Then read full entry from the matching group for themeAccess. Stop.",
|
|
10
|
+
"4. No match: record 'unmatched:<hex>' in tokenBindings."
|
|
11
|
+
],
|
|
12
|
+
"criticalRules": [
|
|
13
|
+
"Never emit cssVar strings in TSX — always use themeAccess (e.g. theme.colors?.bg?.surface).",
|
|
14
|
+
"Typography `color` prop: pass tokenPath string (e.g. 'text.default'). All other components: use themeAccess via useTheme().",
|
|
15
|
+
"#FFFFFF resolves to color.bg.surface — not an unmatched 'white'. #000000 → color.neutral.black.",
|
|
16
|
+
"hexIndex has 37 entries covering all commonly used Figma hex values."
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"bg": {
|
|
20
|
+
"gds.color.bg": {
|
|
21
|
+
"tokenPath": "color.bg.default",
|
|
22
|
+
"cssVar": "--gds-color-bg-default",
|
|
23
|
+
"themeAccess": "theme.colors?.bg?.default",
|
|
24
|
+
"hex": "#F8F7F5"
|
|
25
|
+
},
|
|
26
|
+
"gds.color.bg.surface": {
|
|
27
|
+
"tokenPath": "color.bg.surface",
|
|
28
|
+
"cssVar": "--gds-color-bg-surface",
|
|
29
|
+
"themeAccess": "theme.colors?.bg?.surface",
|
|
30
|
+
"hex": "#FFFFFF"
|
|
31
|
+
},
|
|
32
|
+
"gds.color.bg.input": {
|
|
33
|
+
"tokenPath": "color.bg.input.default",
|
|
34
|
+
"cssVar": "--gds-color-bg-input-default",
|
|
35
|
+
"themeAccess": "theme.colors?.bg?.input?.default",
|
|
36
|
+
"hex": "#FFFFFF"
|
|
37
|
+
},
|
|
38
|
+
"gds.color.bg.input.disabled": {
|
|
39
|
+
"tokenPath": "color.bg.input.disabled",
|
|
40
|
+
"cssVar": "--gds-color-bg-input-disabled",
|
|
41
|
+
"themeAccess": "theme.colors?.bg?.input?.disabled",
|
|
42
|
+
"hex": "#FAF9F9"
|
|
43
|
+
},
|
|
44
|
+
"gds.color.bg.fill.primary": {
|
|
45
|
+
"tokenPath": "color.bg.fill.primary",
|
|
46
|
+
"cssVar": "--gds-color-bg-fill-primary",
|
|
47
|
+
"themeAccess": "theme.colors?.bg?.fill?.primary",
|
|
48
|
+
"hex": "#FFB800"
|
|
49
|
+
},
|
|
50
|
+
"gds.color.bg.fill.secondary": {
|
|
51
|
+
"tokenPath": "color.bg.fill.secondary",
|
|
52
|
+
"cssVar": "--gds-color-bg-fill-secondary",
|
|
53
|
+
"themeAccess": "theme.colors?.bg?.fill?.secondary",
|
|
54
|
+
"hex": "#F29100"
|
|
55
|
+
},
|
|
56
|
+
"gds.color.bg.fill.hover": {
|
|
57
|
+
"tokenPath": "color.bg.fill.hover",
|
|
58
|
+
"cssVar": "--gds-color-bg-fill-hover",
|
|
59
|
+
"themeAccess": "theme.colors?.bg?.fill?.hover",
|
|
60
|
+
"hex": "#FFF7E5"
|
|
61
|
+
},
|
|
62
|
+
"gds.color.bg.fill.disabled": {
|
|
63
|
+
"tokenPath": "color.bg.fill.disabled",
|
|
64
|
+
"cssVar": "--gds-color-bg-fill-disabled",
|
|
65
|
+
"themeAccess": "theme.colors?.bg?.fill?.disabled",
|
|
66
|
+
"hex": "#E5E5E5"
|
|
67
|
+
},
|
|
68
|
+
"gds.color.bg.fill.tooltip": {
|
|
69
|
+
"tokenPath": "color.bg.fill.tooltip.default",
|
|
70
|
+
"cssVar": "--gds-color-bg-fill-tooltip-default",
|
|
71
|
+
"themeAccess": "theme.colors?.bg?.fill?.tooltip?.default",
|
|
72
|
+
"hex": "#CECECE"
|
|
73
|
+
},
|
|
74
|
+
"gds.color.bg.fill.error.primary": {
|
|
75
|
+
"tokenPath": "color.bg.fill.error.primary.default",
|
|
76
|
+
"cssVar": "--gds-color-bg-fill-error-primary-default",
|
|
77
|
+
"themeAccess": "theme.colors?.bg?.fill?.error?.primary?.default",
|
|
78
|
+
"hex": "#D21C1C"
|
|
79
|
+
},
|
|
80
|
+
"gds.color.bg.fill.error.primary.hover": {
|
|
81
|
+
"tokenPath": "color.bg.fill.error.primary.hover",
|
|
82
|
+
"cssVar": "--gds-color-bg-fill-error-primary-hover",
|
|
83
|
+
"themeAccess": "theme.colors?.bg?.fill?.error?.primary?.hover",
|
|
84
|
+
"hex": "#BD1919"
|
|
85
|
+
},
|
|
86
|
+
"gds.color.bg.fill.error.secondary": {
|
|
87
|
+
"tokenPath": "color.bg.fill.error.secondary.default",
|
|
88
|
+
"cssVar": "--gds-color-bg-fill-error-secondary-default",
|
|
89
|
+
"themeAccess": "theme.colors?.bg?.fill?.error?.secondary?.default",
|
|
90
|
+
"hex": "#FDEDED"
|
|
91
|
+
},
|
|
92
|
+
"gds.color.bg.fill.error.secondary.hover": {
|
|
93
|
+
"tokenPath": "color.bg.fill.error.secondary.hover",
|
|
94
|
+
"cssVar": "--gds-color-bg-fill-error-secondary-hover",
|
|
95
|
+
"themeAccess": "theme.colors?.bg?.fill?.error?.secondary?.hover",
|
|
96
|
+
"hex": "#F7C5C5"
|
|
97
|
+
},
|
|
98
|
+
"gds.color.bg.fill.success.primary": {
|
|
99
|
+
"tokenPath": "color.bg.fill.success.primary.default",
|
|
100
|
+
"cssVar": "--gds-color-bg-fill-success-primary-default",
|
|
101
|
+
"themeAccess": "theme.colors?.bg?.fill?.success?.primary?.default",
|
|
102
|
+
"hex": "#34A853"
|
|
103
|
+
},
|
|
104
|
+
"gds.color.bg.fill.success.primary.hover": {
|
|
105
|
+
"tokenPath": "color.bg.fill.success.primary.hover",
|
|
106
|
+
"cssVar": "--gds-color-bg-fill-success-primary-hover",
|
|
107
|
+
"themeAccess": "theme.colors?.bg?.fill?.success?.primary?.hover",
|
|
108
|
+
"hex": "#1F843A"
|
|
109
|
+
},
|
|
110
|
+
"gds.color.bg.fill.success.secondary": {
|
|
111
|
+
"tokenPath": "color.bg.fill.success.secondary.default",
|
|
112
|
+
"cssVar": "--gds-color-bg-fill-success-secondary-default",
|
|
113
|
+
"themeAccess": "theme.colors?.bg?.fill?.success?.secondary?.default",
|
|
114
|
+
"hex": "#EFFCF2"
|
|
115
|
+
},
|
|
116
|
+
"gds.color.bg.fill.success.secondary.hover": {
|
|
117
|
+
"tokenPath": "color.bg.fill.success.secondary.hover",
|
|
118
|
+
"cssVar": "--gds-color-bg-fill-success-secondary-hover",
|
|
119
|
+
"themeAccess": "theme.colors?.bg?.fill?.success?.secondary?.hover",
|
|
120
|
+
"hex": "#C9E6CA"
|
|
121
|
+
},
|
|
122
|
+
"gds.color.bg.fill.warning.primary": {
|
|
123
|
+
"tokenPath": "color.bg.fill.warning.primary.default",
|
|
124
|
+
"cssVar": "--gds-color-bg-fill-warning-primary-default",
|
|
125
|
+
"themeAccess": "theme.colors?.bg?.fill?.warning?.primary?.default",
|
|
126
|
+
"hex": "#FF8700"
|
|
127
|
+
},
|
|
128
|
+
"gds.color.bg.fill.warning.primary.hover": {
|
|
129
|
+
"tokenPath": "color.bg.fill.warning.primary.hover",
|
|
130
|
+
"cssVar": "--gds-color-bg-fill-warning-primary-hover",
|
|
131
|
+
"themeAccess": "theme.colors?.bg?.fill?.warning?.primary?.hover",
|
|
132
|
+
"hex": "#CD4800"
|
|
133
|
+
},
|
|
134
|
+
"gds.color.bg.fill.warning.secondary": {
|
|
135
|
+
"tokenPath": "color.bg.fill.warning.secondary.default",
|
|
136
|
+
"cssVar": "--gds-color-bg-fill-warning-secondary-default",
|
|
137
|
+
"themeAccess": "theme.colors?.bg?.fill?.warning?.secondary?.default",
|
|
138
|
+
"hex": "#FFF8EF"
|
|
139
|
+
},
|
|
140
|
+
"gds.color.bg.fill.warning.secondary.hover": {
|
|
141
|
+
"tokenPath": "color.bg.fill.warning.secondary.hover",
|
|
142
|
+
"cssVar": "--gds-color-bg-fill-warning-secondary-hover",
|
|
143
|
+
"themeAccess": "theme.colors?.bg?.fill?.warning?.secondary?.hover",
|
|
144
|
+
"hex": "#FFDBB2"
|
|
145
|
+
},
|
|
146
|
+
"gds.color.bg.fill.info.primary": {
|
|
147
|
+
"tokenPath": "color.bg.fill.info.primary.default",
|
|
148
|
+
"cssVar": "--gds-color-bg-fill-info-primary-default",
|
|
149
|
+
"themeAccess": "theme.colors?.bg?.fill?.info?.primary?.default",
|
|
150
|
+
"hex": "#0069B4"
|
|
151
|
+
},
|
|
152
|
+
"gds.color.bg.fill.info.primary.hover": {
|
|
153
|
+
"tokenPath": "color.bg.fill.info.primary.hover",
|
|
154
|
+
"cssVar": "--gds-color-bg-fill-info-primary-hover",
|
|
155
|
+
"themeAccess": "theme.colors?.bg?.fill?.info?.primary?.hover",
|
|
156
|
+
"hex": "#00476E"
|
|
157
|
+
},
|
|
158
|
+
"gds.color.bg.fill.info.secondary": {
|
|
159
|
+
"tokenPath": "color.bg.fill.info.secondary.default",
|
|
160
|
+
"cssVar": "--gds-color-bg-fill-info-secondary-default",
|
|
161
|
+
"themeAccess": "theme.colors?.bg?.fill?.info?.secondary?.default",
|
|
162
|
+
"hex": "#E3F6FF"
|
|
163
|
+
},
|
|
164
|
+
"gds.color.bg.fill.info.secondary.hover": {
|
|
165
|
+
"tokenPath": "color.bg.fill.info.secondary.hover",
|
|
166
|
+
"cssVar": "--gds-color-bg-fill-info-secondary-hover",
|
|
167
|
+
"themeAccess": "theme.colors?.bg?.fill?.info?.secondary?.hover",
|
|
168
|
+
"hex": "#D1EFFD"
|
|
169
|
+
},
|
|
170
|
+
"gds.color.bg.toast.success": {
|
|
171
|
+
"tokenPath": "color.bg.toast.success",
|
|
172
|
+
"cssVar": "--gds-color-bg-toast-success",
|
|
173
|
+
"themeAccess": "theme.colors?.bg?.toast?.success",
|
|
174
|
+
"hex": "#EFFCF2"
|
|
175
|
+
},
|
|
176
|
+
"gds.color.bg.toast.error": {
|
|
177
|
+
"tokenPath": "color.bg.toast.error",
|
|
178
|
+
"cssVar": "--gds-color-bg-toast-error",
|
|
179
|
+
"themeAccess": "theme.colors?.bg?.toast?.error",
|
|
180
|
+
"hex": "#FDEDED"
|
|
181
|
+
},
|
|
182
|
+
"gds.color.bg.toast.warning": {
|
|
183
|
+
"tokenPath": "color.bg.toast.warning",
|
|
184
|
+
"cssVar": "--gds-color-bg-toast-warning",
|
|
185
|
+
"themeAccess": "theme.colors?.bg?.toast?.warning",
|
|
186
|
+
"hex": "#FFF8EF"
|
|
187
|
+
},
|
|
188
|
+
"gds.color.bg.toast.info": {
|
|
189
|
+
"tokenPath": "color.bg.toast.info",
|
|
190
|
+
"cssVar": "--gds-color-bg-toast-info",
|
|
191
|
+
"themeAccess": "theme.colors?.bg?.toast?.info",
|
|
192
|
+
"hex": "#E3F6FF"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"border": {
|
|
196
|
+
"gds.color.border.default": {
|
|
197
|
+
"tokenPath": "color.border.default",
|
|
198
|
+
"cssVar": "--gds-color-border-default",
|
|
199
|
+
"themeAccess": "theme.colors?.border?.default",
|
|
200
|
+
"hex": "#E5E5E5"
|
|
201
|
+
},
|
|
202
|
+
"gds.color.border.disabled": {
|
|
203
|
+
"tokenPath": "color.border.disabled",
|
|
204
|
+
"cssVar": "--gds-color-border-disabled",
|
|
205
|
+
"themeAccess": "theme.colors?.border?.disabled",
|
|
206
|
+
"hex": "#E5E5E5"
|
|
207
|
+
},
|
|
208
|
+
"gds.color.border.primary": {
|
|
209
|
+
"tokenPath": "color.border.primary",
|
|
210
|
+
"cssVar": "--gds-color-border-primary",
|
|
211
|
+
"themeAccess": "theme.colors?.border?.primary",
|
|
212
|
+
"hex": "#FFB800"
|
|
213
|
+
},
|
|
214
|
+
"gds.color.border.secondary": {
|
|
215
|
+
"tokenPath": "color.border.secondary",
|
|
216
|
+
"cssVar": "--gds-color-border-secondary",
|
|
217
|
+
"themeAccess": "theme.colors?.border?.secondary",
|
|
218
|
+
"hex": "#202020"
|
|
219
|
+
},
|
|
220
|
+
"gds.color.border.error": {
|
|
221
|
+
"tokenPath": "color.border.error",
|
|
222
|
+
"cssVar": "--gds-color-border-error",
|
|
223
|
+
"themeAccess": "theme.colors?.border?.error",
|
|
224
|
+
"hex": "#D21C1C"
|
|
225
|
+
},
|
|
226
|
+
"gds.color.border.success": {
|
|
227
|
+
"tokenPath": "color.border.success",
|
|
228
|
+
"cssVar": "--gds-color-border-success",
|
|
229
|
+
"themeAccess": "theme.colors?.border?.success",
|
|
230
|
+
"hex": "#34A853"
|
|
231
|
+
},
|
|
232
|
+
"gds.color.border.info": {
|
|
233
|
+
"tokenPath": "color.border.info",
|
|
234
|
+
"cssVar": "--gds-color-border-info",
|
|
235
|
+
"themeAccess": "theme.colors?.border?.info",
|
|
236
|
+
"hex": "#0069B4"
|
|
237
|
+
},
|
|
238
|
+
"gds.color.border.warning": {
|
|
239
|
+
"tokenPath": "color.border.warning",
|
|
240
|
+
"cssVar": "--gds-color-border-warning",
|
|
241
|
+
"themeAccess": "theme.colors?.border?.warning",
|
|
242
|
+
"hex": "#FF8700"
|
|
243
|
+
},
|
|
244
|
+
"gds.color.border.focus": {
|
|
245
|
+
"tokenPath": "color.border.focus",
|
|
246
|
+
"cssVar": "--gds-color-border-focus",
|
|
247
|
+
"themeAccess": "theme.colors?.border?.focus",
|
|
248
|
+
"hex": "#0069B4"
|
|
249
|
+
},
|
|
250
|
+
"gds.color.border.white": {
|
|
251
|
+
"tokenPath": "color.border.white",
|
|
252
|
+
"cssVar": "--gds-color-border-white",
|
|
253
|
+
"themeAccess": "theme.colors?.border?.white",
|
|
254
|
+
"hex": "#FFFFFF"
|
|
255
|
+
},
|
|
256
|
+
"gds.color.border.black": {
|
|
257
|
+
"tokenPath": "color.border.black",
|
|
258
|
+
"cssVar": "--gds-color-border-black",
|
|
259
|
+
"themeAccess": "theme.colors?.border?.black",
|
|
260
|
+
"hex": "#000000"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"text": {
|
|
264
|
+
"gds.color.text.default": {
|
|
265
|
+
"tokenPath": "color.text.default",
|
|
266
|
+
"cssVar": "--gds-color-text-default",
|
|
267
|
+
"themeAccess": "theme.colors?.text?.default",
|
|
268
|
+
"componentProp": "text.default",
|
|
269
|
+
"hex": "#000000"
|
|
270
|
+
},
|
|
271
|
+
"gds.color.text.active": {
|
|
272
|
+
"tokenPath": "color.text.active",
|
|
273
|
+
"cssVar": "--gds-color-text-active",
|
|
274
|
+
"themeAccess": "theme.colors?.text?.active",
|
|
275
|
+
"componentProp": "text.active",
|
|
276
|
+
"hex": "#202020"
|
|
277
|
+
},
|
|
278
|
+
"gds.color.text.disabled": {
|
|
279
|
+
"tokenPath": "color.text.disabled",
|
|
280
|
+
"cssVar": "--gds-color-text-disabled",
|
|
281
|
+
"themeAccess": "theme.colors?.text?.disabled",
|
|
282
|
+
"componentProp": "text.disabled",
|
|
283
|
+
"hex": "#A3A3A3"
|
|
284
|
+
},
|
|
285
|
+
"gds.color.text.title": {
|
|
286
|
+
"tokenPath": "color.text.title",
|
|
287
|
+
"cssVar": "--gds-color-text-title",
|
|
288
|
+
"themeAccess": "theme.colors?.text?.title",
|
|
289
|
+
"componentProp": "text.title",
|
|
290
|
+
"hex": "#474747"
|
|
291
|
+
},
|
|
292
|
+
"gds.color.text.caption": {
|
|
293
|
+
"tokenPath": "color.text.caption",
|
|
294
|
+
"cssVar": "--gds-color-text-caption",
|
|
295
|
+
"themeAccess": "theme.colors?.text?.caption",
|
|
296
|
+
"componentProp": "text.caption",
|
|
297
|
+
"hex": "#838383"
|
|
298
|
+
},
|
|
299
|
+
"gds.color.text.error": {
|
|
300
|
+
"tokenPath": "color.text.error",
|
|
301
|
+
"cssVar": "--gds-color-text-error",
|
|
302
|
+
"themeAccess": "theme.colors?.text?.error",
|
|
303
|
+
"componentProp": "text.error",
|
|
304
|
+
"hex": "#BD1919"
|
|
305
|
+
},
|
|
306
|
+
"gds.color.text.success": {
|
|
307
|
+
"tokenPath": "color.text.success",
|
|
308
|
+
"cssVar": "--gds-color-text-success",
|
|
309
|
+
"themeAccess": "theme.colors?.text?.success",
|
|
310
|
+
"componentProp": "text.success",
|
|
311
|
+
"hex": "#1F843A"
|
|
312
|
+
},
|
|
313
|
+
"gds.color.text.info": {
|
|
314
|
+
"tokenPath": "color.text.info",
|
|
315
|
+
"cssVar": "--gds-color-text-info",
|
|
316
|
+
"themeAccess": "theme.colors?.text?.info",
|
|
317
|
+
"componentProp": "text.info",
|
|
318
|
+
"hex": "#00476E"
|
|
319
|
+
},
|
|
320
|
+
"gds.color.text.warning": {
|
|
321
|
+
"tokenPath": "color.text.warning",
|
|
322
|
+
"cssVar": "--gds-color-text-warning",
|
|
323
|
+
"themeAccess": "theme.colors?.text?.warning",
|
|
324
|
+
"componentProp": "text.warning",
|
|
325
|
+
"hex": "#CD4800"
|
|
326
|
+
},
|
|
327
|
+
"gds.color.text.primary": {
|
|
328
|
+
"tokenPath": "color.text.primary",
|
|
329
|
+
"cssVar": "--gds-color-text-primary",
|
|
330
|
+
"themeAccess": "theme.colors?.text?.primary",
|
|
331
|
+
"componentProp": "text.primary",
|
|
332
|
+
"hex": "#FFB800"
|
|
333
|
+
},
|
|
334
|
+
"gds.color.text.secondary": {
|
|
335
|
+
"tokenPath": "color.text.secondary",
|
|
336
|
+
"cssVar": "--gds-color-text-secondary",
|
|
337
|
+
"themeAccess": "theme.colors?.text?.secondary",
|
|
338
|
+
"componentProp": "text.secondary",
|
|
339
|
+
"hex": "#F29100"
|
|
340
|
+
},
|
|
341
|
+
"gds.color.text.link": {
|
|
342
|
+
"tokenPath": "color.text.link.default",
|
|
343
|
+
"cssVar": "--gds-color-text-link-default",
|
|
344
|
+
"themeAccess": "theme.colors?.text?.link?.default",
|
|
345
|
+
"componentProp": "text.link.default",
|
|
346
|
+
"hex": "#53B7E8"
|
|
347
|
+
},
|
|
348
|
+
"gds.color.text.link.hover": {
|
|
349
|
+
"tokenPath": "color.text.link.hover",
|
|
350
|
+
"cssVar": "--gds-color-text-link-hover",
|
|
351
|
+
"themeAccess": "theme.colors?.text?.link?.hover",
|
|
352
|
+
"hex": "#278CBF"
|
|
353
|
+
},
|
|
354
|
+
"gds.color.text.white": {
|
|
355
|
+
"tokenPath": "color.text.white",
|
|
356
|
+
"cssVar": "--gds-color-text-white",
|
|
357
|
+
"themeAccess": "theme.colors?.text?.white",
|
|
358
|
+
"componentProp": "text.white",
|
|
359
|
+
"hex": "#FFFFFF"
|
|
360
|
+
},
|
|
361
|
+
"gds.color.text.black": {
|
|
362
|
+
"tokenPath": "color.text.black",
|
|
363
|
+
"cssVar": "--gds-color-text-black",
|
|
364
|
+
"themeAccess": "theme.colors?.text?.black",
|
|
365
|
+
"componentProp": "text.black",
|
|
366
|
+
"hex": "#000000"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"icon": {
|
|
370
|
+
"gds.color.icon.default": {
|
|
371
|
+
"tokenPath": "color.icon.default",
|
|
372
|
+
"cssVar": "--gds-color-icon-default",
|
|
373
|
+
"themeAccess": "theme.colors?.icon?.default",
|
|
374
|
+
"hex": "#474747"
|
|
375
|
+
},
|
|
376
|
+
"gds.color.icon.disabled": {
|
|
377
|
+
"tokenPath": "color.icon.disabled",
|
|
378
|
+
"cssVar": "--gds-color-icon-disabled",
|
|
379
|
+
"themeAccess": "theme.colors?.icon?.disabled",
|
|
380
|
+
"hex": "#8F8F8F"
|
|
381
|
+
},
|
|
382
|
+
"gds.color.icon.primary": {
|
|
383
|
+
"tokenPath": "color.icon.primary",
|
|
384
|
+
"cssVar": "--gds-color-icon-primary",
|
|
385
|
+
"themeAccess": "theme.colors?.icon?.primary",
|
|
386
|
+
"hex": "#FFB800"
|
|
387
|
+
},
|
|
388
|
+
"gds.color.icon.secondary": {
|
|
389
|
+
"tokenPath": "color.icon.secondary",
|
|
390
|
+
"cssVar": "--gds-color-icon-secondary",
|
|
391
|
+
"themeAccess": "theme.colors?.icon?.secondary",
|
|
392
|
+
"hex": "#F29100"
|
|
393
|
+
},
|
|
394
|
+
"gds.color.icon.success": {
|
|
395
|
+
"tokenPath": "color.icon.success",
|
|
396
|
+
"cssVar": "--gds-color-icon-success",
|
|
397
|
+
"themeAccess": "theme.colors?.icon?.success",
|
|
398
|
+
"hex": "#34A853"
|
|
399
|
+
},
|
|
400
|
+
"gds.color.icon.info": {
|
|
401
|
+
"tokenPath": "color.icon.info",
|
|
402
|
+
"cssVar": "--gds-color-icon-info",
|
|
403
|
+
"themeAccess": "theme.colors?.icon?.info",
|
|
404
|
+
"hex": "#0069B4"
|
|
405
|
+
},
|
|
406
|
+
"gds.color.icon.warning": {
|
|
407
|
+
"tokenPath": "color.icon.warning",
|
|
408
|
+
"cssVar": "--gds-color-icon-warning",
|
|
409
|
+
"themeAccess": "theme.colors?.icon?.warning",
|
|
410
|
+
"hex": "#FF8700"
|
|
411
|
+
},
|
|
412
|
+
"gds.color.icon.error": {
|
|
413
|
+
"tokenPath": "color.icon.error",
|
|
414
|
+
"cssVar": "--gds-color-icon-error",
|
|
415
|
+
"themeAccess": "theme.colors?.icon?.error",
|
|
416
|
+
"hex": "#D21C1C"
|
|
417
|
+
},
|
|
418
|
+
"gds.color.icon.link": {
|
|
419
|
+
"tokenPath": "color.icon.link.default",
|
|
420
|
+
"cssVar": "--gds-color-icon-link-default",
|
|
421
|
+
"themeAccess": "theme.colors?.icon?.link?.default",
|
|
422
|
+
"hex": "#53B7E8"
|
|
423
|
+
},
|
|
424
|
+
"gds.color.icon.link.hover": {
|
|
425
|
+
"tokenPath": "color.icon.link.hover",
|
|
426
|
+
"cssVar": "--gds-color-icon-link-hover",
|
|
427
|
+
"themeAccess": "theme.colors?.icon?.link?.hover",
|
|
428
|
+
"hex": "#278CBF"
|
|
429
|
+
},
|
|
430
|
+
"gds.color.icon.white": {
|
|
431
|
+
"tokenPath": "color.icon.white",
|
|
432
|
+
"cssVar": "--gds-color-icon-white",
|
|
433
|
+
"themeAccess": "theme.colors?.icon?.white",
|
|
434
|
+
"hex": "#FFFFFF"
|
|
435
|
+
},
|
|
436
|
+
"gds.color.icon.black": {
|
|
437
|
+
"tokenPath": "color.icon.black",
|
|
438
|
+
"cssVar": "--gds-color-icon-black",
|
|
439
|
+
"themeAccess": "theme.colors?.icon?.black",
|
|
440
|
+
"hex": "#000000"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"neutral": {
|
|
444
|
+
"gds.color.neutral.white": {
|
|
445
|
+
"tokenPath": "color.neutral.white",
|
|
446
|
+
"cssVar": "--gds-color-neutral-white",
|
|
447
|
+
"themeAccess": "theme.colors?.neutral?.white",
|
|
448
|
+
"hex": "#FFFFFF"
|
|
449
|
+
},
|
|
450
|
+
"gds.color.neutral.black": {
|
|
451
|
+
"tokenPath": "color.neutral.black",
|
|
452
|
+
"cssVar": "--gds-color-neutral-black",
|
|
453
|
+
"themeAccess": "theme.colors?.neutral?.black",
|
|
454
|
+
"hex": "#000000"
|
|
455
|
+
},
|
|
456
|
+
"gds.color.neutral.10": {
|
|
457
|
+
"tokenPath": "color.neutral.10",
|
|
458
|
+
"cssVar": "--gds-color-neutral-10",
|
|
459
|
+
"themeAccess": "theme.colors?.neutral?.['10']",
|
|
460
|
+
"hex": "#FAF9F9"
|
|
461
|
+
},
|
|
462
|
+
"gds.color.neutral.20": {
|
|
463
|
+
"tokenPath": "color.neutral.20",
|
|
464
|
+
"cssVar": "--gds-color-neutral-20",
|
|
465
|
+
"themeAccess": "theme.colors?.neutral?.['20']",
|
|
466
|
+
"hex": "#F8F4EE"
|
|
467
|
+
},
|
|
468
|
+
"gds.color.neutral.30": {
|
|
469
|
+
"tokenPath": "color.neutral.30",
|
|
470
|
+
"cssVar": "--gds-color-neutral-30",
|
|
471
|
+
"themeAccess": "theme.colors?.neutral?.['30']",
|
|
472
|
+
"hex": "#E0E0E0"
|
|
473
|
+
},
|
|
474
|
+
"gds.color.neutral.40": {
|
|
475
|
+
"tokenPath": "color.neutral.40",
|
|
476
|
+
"cssVar": "--gds-color-neutral-40",
|
|
477
|
+
"themeAccess": "theme.colors?.neutral?.['40']",
|
|
478
|
+
"hex": "#C1C1C1"
|
|
479
|
+
},
|
|
480
|
+
"gds.color.neutral.50": {
|
|
481
|
+
"tokenPath": "color.neutral.50",
|
|
482
|
+
"cssVar": "--gds-color-neutral-50",
|
|
483
|
+
"themeAccess": "theme.colors?.neutral?.['50']",
|
|
484
|
+
"hex": "#8F8F8F"
|
|
485
|
+
},
|
|
486
|
+
"gds.color.neutral.60": {
|
|
487
|
+
"tokenPath": "color.neutral.60",
|
|
488
|
+
"cssVar": "--gds-color-neutral-60",
|
|
489
|
+
"themeAccess": "theme.colors?.neutral?.['60']",
|
|
490
|
+
"hex": "#6D6D6D"
|
|
491
|
+
},
|
|
492
|
+
"gds.color.neutral.70": {
|
|
493
|
+
"tokenPath": "color.neutral.70",
|
|
494
|
+
"cssVar": "--gds-color-neutral-70",
|
|
495
|
+
"themeAccess": "theme.colors?.neutral?.['70']",
|
|
496
|
+
"hex": "#474747"
|
|
497
|
+
},
|
|
498
|
+
"gds.color.neutral.80": {
|
|
499
|
+
"tokenPath": "color.neutral.80",
|
|
500
|
+
"cssVar": "--gds-color-neutral-80",
|
|
501
|
+
"themeAccess": "theme.colors?.neutral?.['80']",
|
|
502
|
+
"hex": "#242424"
|
|
503
|
+
},
|
|
504
|
+
"gds.color.neutral.90": {
|
|
505
|
+
"tokenPath": "color.neutral.90",
|
|
506
|
+
"cssVar": "--gds-color-neutral-90",
|
|
507
|
+
"themeAccess": "theme.colors?.neutral?.['90']",
|
|
508
|
+
"hex": "#171717"
|
|
509
|
+
},
|
|
510
|
+
"gds.color.neutral.100": {
|
|
511
|
+
"tokenPath": "color.neutral.100",
|
|
512
|
+
"cssVar": "--gds-color-neutral-100",
|
|
513
|
+
"themeAccess": "theme.colors?.neutral?.['100']",
|
|
514
|
+
"hex": "#000000"
|
|
515
|
+
},
|
|
516
|
+
"gds.color.neutral.grey.10": {
|
|
517
|
+
"tokenPath": "color.neutral.grey.10",
|
|
518
|
+
"cssVar": "--gds-color-neutral-grey-10",
|
|
519
|
+
"themeAccess": "theme.colors?.neutral?.['grey.10']",
|
|
520
|
+
"hex": "#F8F7F5"
|
|
521
|
+
},
|
|
522
|
+
"gds.color.neutral.grey.30": {
|
|
523
|
+
"tokenPath": "color.neutral.grey.30",
|
|
524
|
+
"cssVar": "--gds-color-neutral-grey-30",
|
|
525
|
+
"themeAccess": "theme.colors?.neutral?.['grey.30']",
|
|
526
|
+
"hex": "#E5E5E5"
|
|
527
|
+
},
|
|
528
|
+
"gds.color.neutral.grey.40": {
|
|
529
|
+
"tokenPath": "color.neutral.grey.40",
|
|
530
|
+
"cssVar": "--gds-color-neutral-grey-40",
|
|
531
|
+
"themeAccess": "theme.colors?.neutral?.['grey.40']",
|
|
532
|
+
"hex": "#CECECE"
|
|
533
|
+
},
|
|
534
|
+
"gds.color.neutral.grey.60": {
|
|
535
|
+
"tokenPath": "color.neutral.grey.60",
|
|
536
|
+
"cssVar": "--gds-color-neutral-grey-60",
|
|
537
|
+
"themeAccess": "theme.colors?.neutral?.['grey.60']",
|
|
538
|
+
"hex": "#A5A5A5"
|
|
539
|
+
},
|
|
540
|
+
"gds.color.neutral.grey.80": {
|
|
541
|
+
"tokenPath": "color.neutral.grey.80",
|
|
542
|
+
"cssVar": "--gds-color-neutral-grey-80",
|
|
543
|
+
"themeAccess": "theme.colors?.neutral?.['grey.80']",
|
|
544
|
+
"hex": "#838383"
|
|
545
|
+
},
|
|
546
|
+
"gds.color.neutral.grey.90": {
|
|
547
|
+
"tokenPath": "color.neutral.grey.90",
|
|
548
|
+
"cssVar": "--gds-color-neutral-grey-90",
|
|
549
|
+
"themeAccess": "theme.colors?.neutral?.['grey.90']",
|
|
550
|
+
"hex": "#646464"
|
|
551
|
+
},
|
|
552
|
+
"gds.color.neutral.grey.100": {
|
|
553
|
+
"tokenPath": "color.neutral.grey.100",
|
|
554
|
+
"cssVar": "--gds-color-neutral-grey-100",
|
|
555
|
+
"themeAccess": "theme.colors?.neutral?.['grey.100']",
|
|
556
|
+
"hex": "#202020"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"palette": {
|
|
560
|
+
"$comment": "Raw palette tokens. Prefer semantic tokens above for UI work. Use palette only when the design explicitly targets a specific palette step with no semantic alias.",
|
|
561
|
+
"gds.color.yellow.5": {
|
|
562
|
+
"tokenPath": "color.yellow.5",
|
|
563
|
+
"themeAccess": "theme.colors?.yellow?.['5']",
|
|
564
|
+
"hex": "#FFFDF6"
|
|
565
|
+
},
|
|
566
|
+
"gds.color.yellow.10": {
|
|
567
|
+
"tokenPath": "color.yellow.10",
|
|
568
|
+
"themeAccess": "theme.colors?.yellow?.['10']",
|
|
569
|
+
"hex": "#FFF7E5"
|
|
570
|
+
},
|
|
571
|
+
"gds.color.yellow.20": {
|
|
572
|
+
"tokenPath": "color.yellow.20",
|
|
573
|
+
"themeAccess": "theme.colors?.yellow?.['20']",
|
|
574
|
+
"hex": "#FFF1C1"
|
|
575
|
+
},
|
|
576
|
+
"gds.color.yellow.30": {
|
|
577
|
+
"tokenPath": "color.yellow.30",
|
|
578
|
+
"themeAccess": "theme.colors?.yellow?.['30']",
|
|
579
|
+
"hex": "#FFD56B"
|
|
580
|
+
},
|
|
581
|
+
"gds.color.yellow.40": {
|
|
582
|
+
"tokenPath": "color.yellow.40",
|
|
583
|
+
"themeAccess": "theme.colors?.yellow?.['40']",
|
|
584
|
+
"hex": "#FFC000"
|
|
585
|
+
},
|
|
586
|
+
"gds.color.yellow.50": {
|
|
587
|
+
"tokenPath": "color.yellow.50",
|
|
588
|
+
"themeAccess": "theme.colors?.yellow?.['50']",
|
|
589
|
+
"hex": "#FFB800"
|
|
590
|
+
},
|
|
591
|
+
"gds.color.yellow.60": {
|
|
592
|
+
"tokenPath": "color.yellow.60",
|
|
593
|
+
"themeAccess": "theme.colors?.yellow?.['60']",
|
|
594
|
+
"hex": "#F29100"
|
|
595
|
+
},
|
|
596
|
+
"gds.color.yellow.70": {
|
|
597
|
+
"tokenPath": "color.yellow.70",
|
|
598
|
+
"themeAccess": "theme.colors?.yellow?.['70']",
|
|
599
|
+
"hex": "#D88200"
|
|
600
|
+
},
|
|
601
|
+
"gds.color.yellow.80": {
|
|
602
|
+
"tokenPath": "color.yellow.80",
|
|
603
|
+
"themeAccess": "theme.colors?.yellow?.['80']",
|
|
604
|
+
"hex": "#BD7A14"
|
|
605
|
+
},
|
|
606
|
+
"gds.color.yellow.90": {
|
|
607
|
+
"tokenPath": "color.yellow.90",
|
|
608
|
+
"themeAccess": "theme.colors?.yellow?.['90']",
|
|
609
|
+
"hex": "#805900"
|
|
610
|
+
},
|
|
611
|
+
"gds.color.yellow.100": {
|
|
612
|
+
"tokenPath": "color.yellow.100",
|
|
613
|
+
"themeAccess": "theme.colors?.yellow?.['100']",
|
|
614
|
+
"hex": "#3D2B00"
|
|
615
|
+
},
|
|
616
|
+
"gds.color.orange.5": {
|
|
617
|
+
"tokenPath": "color.orange.5",
|
|
618
|
+
"themeAccess": "theme.colors?.orange?.['5']",
|
|
619
|
+
"hex": "#FFFBF7"
|
|
620
|
+
},
|
|
621
|
+
"gds.color.orange.10": {
|
|
622
|
+
"tokenPath": "color.orange.10",
|
|
623
|
+
"themeAccess": "theme.colors?.orange?.['10']",
|
|
624
|
+
"hex": "#FFF8EF"
|
|
625
|
+
},
|
|
626
|
+
"gds.color.orange.20": {
|
|
627
|
+
"tokenPath": "color.orange.20",
|
|
628
|
+
"themeAccess": "theme.colors?.orange?.['20']",
|
|
629
|
+
"hex": "#FFDBB2"
|
|
630
|
+
},
|
|
631
|
+
"gds.color.orange.30": {
|
|
632
|
+
"tokenPath": "color.orange.30",
|
|
633
|
+
"themeAccess": "theme.colors?.orange?.['30']",
|
|
634
|
+
"hex": "#FFCC99"
|
|
635
|
+
},
|
|
636
|
+
"gds.color.orange.40": {
|
|
637
|
+
"tokenPath": "color.orange.40",
|
|
638
|
+
"themeAccess": "theme.colors?.orange?.['40']",
|
|
639
|
+
"hex": "#FFB56B"
|
|
640
|
+
},
|
|
641
|
+
"gds.color.orange.50": {
|
|
642
|
+
"tokenPath": "color.orange.50",
|
|
643
|
+
"themeAccess": "theme.colors?.orange?.['50']",
|
|
644
|
+
"hex": "#F57C00"
|
|
645
|
+
},
|
|
646
|
+
"gds.color.orange.60": {
|
|
647
|
+
"tokenPath": "color.orange.60",
|
|
648
|
+
"themeAccess": "theme.colors?.orange?.['60']",
|
|
649
|
+
"hex": "#CD4800"
|
|
650
|
+
},
|
|
651
|
+
"gds.color.orange.70": {
|
|
652
|
+
"tokenPath": "color.orange.70",
|
|
653
|
+
"themeAccess": "theme.colors?.orange?.['70']",
|
|
654
|
+
"hex": "#B33E00"
|
|
655
|
+
},
|
|
656
|
+
"gds.color.orange.80": {
|
|
657
|
+
"tokenPath": "color.orange.80",
|
|
658
|
+
"themeAccess": "theme.colors?.orange?.['80']",
|
|
659
|
+
"hex": "#943400"
|
|
660
|
+
},
|
|
661
|
+
"gds.color.orange.90": {
|
|
662
|
+
"tokenPath": "color.orange.90",
|
|
663
|
+
"themeAccess": "theme.colors?.orange?.['90']",
|
|
664
|
+
"hex": "#662400"
|
|
665
|
+
},
|
|
666
|
+
"gds.color.orange.95": {
|
|
667
|
+
"tokenPath": "color.orange.95",
|
|
668
|
+
"themeAccess": "theme.colors?.orange?.['95']",
|
|
669
|
+
"hex": "#331200"
|
|
670
|
+
},
|
|
671
|
+
"gds.color.red.90": { "tokenPath": "color.red.90", "themeAccess": "theme.colors?.red?.['90']", "hex": "#320707" },
|
|
672
|
+
"gds.color.blue.10": {
|
|
673
|
+
"tokenPath": "color.blue.10",
|
|
674
|
+
"themeAccess": "theme.colors?.blue?.['10']",
|
|
675
|
+
"hex": "#E3F6FF"
|
|
676
|
+
},
|
|
677
|
+
"gds.color.blue.20": {
|
|
678
|
+
"tokenPath": "color.blue.20",
|
|
679
|
+
"themeAccess": "theme.colors?.blue?.['20']",
|
|
680
|
+
"hex": "#D1EFFD"
|
|
681
|
+
},
|
|
682
|
+
"gds.color.blue.30": {
|
|
683
|
+
"tokenPath": "color.blue.30",
|
|
684
|
+
"themeAccess": "theme.colors?.blue?.['30']",
|
|
685
|
+
"hex": "#B8E1FF"
|
|
686
|
+
},
|
|
687
|
+
"gds.color.blue.40": {
|
|
688
|
+
"tokenPath": "color.blue.40",
|
|
689
|
+
"themeAccess": "theme.colors?.blue?.['40']",
|
|
690
|
+
"hex": "#4DB5FF"
|
|
691
|
+
},
|
|
692
|
+
"gds.color.blue.50": {
|
|
693
|
+
"tokenPath": "color.blue.50",
|
|
694
|
+
"themeAccess": "theme.colors?.blue?.['50']",
|
|
695
|
+
"hex": "#0069B4"
|
|
696
|
+
},
|
|
697
|
+
"gds.color.blue.60": {
|
|
698
|
+
"tokenPath": "color.blue.60",
|
|
699
|
+
"themeAccess": "theme.colors?.blue?.['60']",
|
|
700
|
+
"hex": "#00476E"
|
|
701
|
+
},
|
|
702
|
+
"gds.color.blue.70": {
|
|
703
|
+
"tokenPath": "color.blue.70",
|
|
704
|
+
"themeAccess": "theme.colors?.blue?.['70']",
|
|
705
|
+
"hex": "#003C5C"
|
|
706
|
+
},
|
|
707
|
+
"gds.color.blue.80": {
|
|
708
|
+
"tokenPath": "color.blue.80",
|
|
709
|
+
"themeAccess": "theme.colors?.blue?.['80']",
|
|
710
|
+
"hex": "#003552"
|
|
711
|
+
},
|
|
712
|
+
"gds.color.blue.90": {
|
|
713
|
+
"tokenPath": "color.blue.90",
|
|
714
|
+
"themeAccess": "theme.colors?.blue?.['90']",
|
|
715
|
+
"hex": "#001B29"
|
|
716
|
+
},
|
|
717
|
+
"gds.color.blue.95": {
|
|
718
|
+
"tokenPath": "color.blue.95",
|
|
719
|
+
"themeAccess": "theme.colors?.blue?.['95']",
|
|
720
|
+
"hex": "#000A0F"
|
|
721
|
+
},
|
|
722
|
+
"gds.color.lightBlue.5": {
|
|
723
|
+
"tokenPath": "color.lightBlue.5",
|
|
724
|
+
"themeAccess": "theme.colors?.lightBlue?.['5']",
|
|
725
|
+
"hex": "#F2FEFF"
|
|
726
|
+
},
|
|
727
|
+
"gds.color.lightBlue.10": {
|
|
728
|
+
"tokenPath": "color.lightBlue.10",
|
|
729
|
+
"themeAccess": "theme.colors?.lightBlue?.['10']",
|
|
730
|
+
"hex": "#DDFBFD"
|
|
731
|
+
},
|
|
732
|
+
"gds.color.lightBlue.20": {
|
|
733
|
+
"tokenPath": "color.lightBlue.20",
|
|
734
|
+
"themeAccess": "theme.colors?.lightBlue?.['20']",
|
|
735
|
+
"hex": "#D2EFF9"
|
|
736
|
+
},
|
|
737
|
+
"gds.color.lightBlue.30": {
|
|
738
|
+
"tokenPath": "color.lightBlue.30",
|
|
739
|
+
"themeAccess": "theme.colors?.lightBlue?.['30']",
|
|
740
|
+
"hex": "#9CD5F2"
|
|
741
|
+
},
|
|
742
|
+
"gds.color.lightBlue.40": {
|
|
743
|
+
"tokenPath": "color.lightBlue.40",
|
|
744
|
+
"themeAccess": "theme.colors?.lightBlue?.['40']",
|
|
745
|
+
"hex": "#78C6ED"
|
|
746
|
+
},
|
|
747
|
+
"gds.color.lightBlue.50": {
|
|
748
|
+
"tokenPath": "color.lightBlue.50",
|
|
749
|
+
"themeAccess": "theme.colors?.lightBlue?.['50']",
|
|
750
|
+
"hex": "#53B7E8"
|
|
751
|
+
},
|
|
752
|
+
"gds.color.lightBlue.60": {
|
|
753
|
+
"tokenPath": "color.lightBlue.60",
|
|
754
|
+
"themeAccess": "theme.colors?.lightBlue?.['60']",
|
|
755
|
+
"hex": "#35A0D6"
|
|
756
|
+
},
|
|
757
|
+
"gds.color.lightBlue.70": {
|
|
758
|
+
"tokenPath": "color.lightBlue.70",
|
|
759
|
+
"themeAccess": "theme.colors?.lightBlue?.['70']",
|
|
760
|
+
"hex": "#278CBF"
|
|
761
|
+
},
|
|
762
|
+
"gds.color.lightBlue.80": {
|
|
763
|
+
"tokenPath": "color.lightBlue.80",
|
|
764
|
+
"themeAccess": "theme.colors?.lightBlue?.['80']",
|
|
765
|
+
"hex": "#20739D"
|
|
766
|
+
},
|
|
767
|
+
"gds.color.lightBlue.90": {
|
|
768
|
+
"tokenPath": "color.lightBlue.90",
|
|
769
|
+
"themeAccess": "theme.colors?.lightBlue?.['90']",
|
|
770
|
+
"hex": "#175472"
|
|
771
|
+
},
|
|
772
|
+
"gds.color.lightBlue.95": {
|
|
773
|
+
"tokenPath": "color.lightBlue.95",
|
|
774
|
+
"themeAccess": "theme.colors?.lightBlue?.['95']",
|
|
775
|
+
"hex": "#0B2837"
|
|
776
|
+
},
|
|
777
|
+
"gds.color.green.5": {
|
|
778
|
+
"tokenPath": "color.green.5",
|
|
779
|
+
"themeAccess": "theme.colors?.green?.['5']",
|
|
780
|
+
"hex": "#F7FFF9"
|
|
781
|
+
},
|
|
782
|
+
"gds.color.green.10": {
|
|
783
|
+
"tokenPath": "color.green.10",
|
|
784
|
+
"themeAccess": "theme.colors?.green?.['10']",
|
|
785
|
+
"hex": "#EFFCF2"
|
|
786
|
+
},
|
|
787
|
+
"gds.color.green.20": {
|
|
788
|
+
"tokenPath": "color.green.20",
|
|
789
|
+
"themeAccess": "theme.colors?.green?.['20']",
|
|
790
|
+
"hex": "#C9E6CA"
|
|
791
|
+
},
|
|
792
|
+
"gds.color.green.30": {
|
|
793
|
+
"tokenPath": "color.green.30",
|
|
794
|
+
"themeAccess": "theme.colors?.green?.['30']",
|
|
795
|
+
"hex": "#95EEAD"
|
|
796
|
+
},
|
|
797
|
+
"gds.color.green.40": {
|
|
798
|
+
"tokenPath": "color.green.40",
|
|
799
|
+
"themeAccess": "theme.colors?.green?.['40']",
|
|
800
|
+
"hex": "#46E26F"
|
|
801
|
+
},
|
|
802
|
+
"gds.color.green.50": {
|
|
803
|
+
"tokenPath": "color.green.50",
|
|
804
|
+
"themeAccess": "theme.colors?.green?.['50']",
|
|
805
|
+
"hex": "#34A853"
|
|
806
|
+
},
|
|
807
|
+
"gds.color.green.60": {
|
|
808
|
+
"tokenPath": "color.green.60",
|
|
809
|
+
"themeAccess": "theme.colors?.green?.['60']",
|
|
810
|
+
"hex": "#13792F"
|
|
811
|
+
},
|
|
812
|
+
"gds.color.green.70": {
|
|
813
|
+
"tokenPath": "color.green.70",
|
|
814
|
+
"themeAccess": "theme.colors?.green?.['70']",
|
|
815
|
+
"hex": "#116A28"
|
|
816
|
+
},
|
|
817
|
+
"gds.color.green.80": {
|
|
818
|
+
"tokenPath": "color.green.80",
|
|
819
|
+
"themeAccess": "theme.colors?.green?.['80']",
|
|
820
|
+
"hex": "#0E5822"
|
|
821
|
+
},
|
|
822
|
+
"gds.color.green.90": {
|
|
823
|
+
"tokenPath": "color.green.90",
|
|
824
|
+
"themeAccess": "theme.colors?.green?.['90']",
|
|
825
|
+
"hex": "#0A4219"
|
|
826
|
+
},
|
|
827
|
+
"gds.color.green.95": {
|
|
828
|
+
"tokenPath": "color.green.95",
|
|
829
|
+
"themeAccess": "theme.colors?.green?.['95']",
|
|
830
|
+
"hex": "#051F0C"
|
|
831
|
+
},
|
|
832
|
+
"gds.color.teal.5": {
|
|
833
|
+
"tokenPath": "color.teal.5",
|
|
834
|
+
"themeAccess": "theme.colors?.teal?.['5']",
|
|
835
|
+
"hex": "#E3FCF9"
|
|
836
|
+
},
|
|
837
|
+
"gds.color.teal.10": {
|
|
838
|
+
"tokenPath": "color.teal.10",
|
|
839
|
+
"themeAccess": "theme.colors?.teal?.['10']",
|
|
840
|
+
"hex": "#D0F1ED"
|
|
841
|
+
},
|
|
842
|
+
"gds.color.teal.20": {
|
|
843
|
+
"tokenPath": "color.teal.20",
|
|
844
|
+
"themeAccess": "theme.colors?.teal?.['20']",
|
|
845
|
+
"hex": "#91F3E8"
|
|
846
|
+
},
|
|
847
|
+
"gds.color.teal.30": {
|
|
848
|
+
"tokenPath": "color.teal.30",
|
|
849
|
+
"themeAccess": "theme.colors?.teal?.['30']",
|
|
850
|
+
"hex": "#59EDDC"
|
|
851
|
+
},
|
|
852
|
+
"gds.color.teal.40": {
|
|
853
|
+
"tokenPath": "color.teal.40",
|
|
854
|
+
"themeAccess": "theme.colors?.teal?.['40']",
|
|
855
|
+
"hex": "#22E7D0"
|
|
856
|
+
},
|
|
857
|
+
"gds.color.teal.50": {
|
|
858
|
+
"tokenPath": "color.teal.50",
|
|
859
|
+
"themeAccess": "theme.colors?.teal?.['50']",
|
|
860
|
+
"hex": "#14B8A6"
|
|
861
|
+
},
|
|
862
|
+
"gds.color.teal.60": {
|
|
863
|
+
"tokenPath": "color.teal.60",
|
|
864
|
+
"themeAccess": "theme.colors?.teal?.['60']",
|
|
865
|
+
"hex": "#109384"
|
|
866
|
+
},
|
|
867
|
+
"gds.color.teal.70": {
|
|
868
|
+
"tokenPath": "color.teal.70",
|
|
869
|
+
"themeAccess": "theme.colors?.teal?.['70']",
|
|
870
|
+
"hex": "#0C6E63"
|
|
871
|
+
},
|
|
872
|
+
"gds.color.teal.80": {
|
|
873
|
+
"tokenPath": "color.teal.80",
|
|
874
|
+
"themeAccess": "theme.colors?.teal?.['80']",
|
|
875
|
+
"hex": "#084A42"
|
|
876
|
+
},
|
|
877
|
+
"gds.color.teal.90": {
|
|
878
|
+
"tokenPath": "color.teal.90",
|
|
879
|
+
"themeAccess": "theme.colors?.teal?.['90']",
|
|
880
|
+
"hex": "#042521"
|
|
881
|
+
},
|
|
882
|
+
"gds.color.teal.95": {
|
|
883
|
+
"tokenPath": "color.teal.95",
|
|
884
|
+
"themeAccess": "theme.colors?.teal?.['95']",
|
|
885
|
+
"hex": "#021210"
|
|
886
|
+
},
|
|
887
|
+
"gds.color.pink.5": {
|
|
888
|
+
"tokenPath": "color.pink.5",
|
|
889
|
+
"themeAccess": "theme.colors?.pink?.['5']",
|
|
890
|
+
"hex": "#FDEDF5"
|
|
891
|
+
},
|
|
892
|
+
"gds.color.pink.10": {
|
|
893
|
+
"tokenPath": "color.pink.10",
|
|
894
|
+
"themeAccess": "theme.colors?.pink?.['10']",
|
|
895
|
+
"hex": "#FBDAEB"
|
|
896
|
+
},
|
|
897
|
+
"gds.color.pink.20": {
|
|
898
|
+
"tokenPath": "color.pink.20",
|
|
899
|
+
"themeAccess": "theme.colors?.pink?.['20']",
|
|
900
|
+
"hex": "#F7B5D6"
|
|
901
|
+
},
|
|
902
|
+
"gds.color.pink.30": {
|
|
903
|
+
"tokenPath": "color.pink.30",
|
|
904
|
+
"themeAccess": "theme.colors?.pink?.['30']",
|
|
905
|
+
"hex": "#F390C2"
|
|
906
|
+
},
|
|
907
|
+
"gds.color.pink.40": {
|
|
908
|
+
"tokenPath": "color.pink.40",
|
|
909
|
+
"themeAccess": "theme.colors?.pink?.['40']",
|
|
910
|
+
"hex": "#F06BAD"
|
|
911
|
+
},
|
|
912
|
+
"gds.color.pink.50": {
|
|
913
|
+
"tokenPath": "color.pink.50",
|
|
914
|
+
"themeAccess": "theme.colors?.pink?.['50']",
|
|
915
|
+
"hex": "#EC4899"
|
|
916
|
+
},
|
|
917
|
+
"gds.color.pink.60": {
|
|
918
|
+
"tokenPath": "color.pink.60",
|
|
919
|
+
"themeAccess": "theme.colors?.pink?.['60']",
|
|
920
|
+
"hex": "#DE177A"
|
|
921
|
+
},
|
|
922
|
+
"gds.color.pink.70": {
|
|
923
|
+
"tokenPath": "color.pink.70",
|
|
924
|
+
"themeAccess": "theme.colors?.pink?.['70']",
|
|
925
|
+
"hex": "#A6115C"
|
|
926
|
+
},
|
|
927
|
+
"gds.color.pink.80": {
|
|
928
|
+
"tokenPath": "color.pink.80",
|
|
929
|
+
"themeAccess": "theme.colors?.pink?.['80']",
|
|
930
|
+
"hex": "#6F0C3D"
|
|
931
|
+
},
|
|
932
|
+
"gds.color.pink.90": {
|
|
933
|
+
"tokenPath": "color.pink.90",
|
|
934
|
+
"themeAccess": "theme.colors?.pink?.['90']",
|
|
935
|
+
"hex": "#37061F"
|
|
936
|
+
},
|
|
937
|
+
"gds.color.pink.95": {
|
|
938
|
+
"tokenPath": "color.pink.95",
|
|
939
|
+
"themeAccess": "theme.colors?.pink?.['95']",
|
|
940
|
+
"hex": "#1C030F"
|
|
941
|
+
},
|
|
942
|
+
"gds.color.purple.5": {
|
|
943
|
+
"tokenPath": "color.purple.5",
|
|
944
|
+
"themeAccess": "theme.colors?.purple?.['5']",
|
|
945
|
+
"hex": "#F8F1FE"
|
|
946
|
+
},
|
|
947
|
+
"gds.color.purple.10": {
|
|
948
|
+
"tokenPath": "color.purple.10",
|
|
949
|
+
"themeAccess": "theme.colors?.purple?.['10']",
|
|
950
|
+
"hex": "#EFE0FC"
|
|
951
|
+
},
|
|
952
|
+
"gds.color.purple.20": {
|
|
953
|
+
"tokenPath": "color.purple.20",
|
|
954
|
+
"themeAccess": "theme.colors?.purple?.['20']",
|
|
955
|
+
"hex": "#E0C2FA"
|
|
956
|
+
},
|
|
957
|
+
"gds.color.purple.30": {
|
|
958
|
+
"tokenPath": "color.purple.30",
|
|
959
|
+
"themeAccess": "theme.colors?.purple?.['30']",
|
|
960
|
+
"hex": "#CFA1F7"
|
|
961
|
+
},
|
|
962
|
+
"gds.color.purple.40": {
|
|
963
|
+
"tokenPath": "color.purple.40",
|
|
964
|
+
"themeAccess": "theme.colors?.purple?.['40']",
|
|
965
|
+
"hex": "#BE81F4"
|
|
966
|
+
},
|
|
967
|
+
"gds.color.purple.50": {
|
|
968
|
+
"tokenPath": "color.purple.50",
|
|
969
|
+
"themeAccess": "theme.colors?.purple?.['50']",
|
|
970
|
+
"hex": "#AF63F1"
|
|
971
|
+
},
|
|
972
|
+
"gds.color.purple.60": {
|
|
973
|
+
"tokenPath": "color.purple.60",
|
|
974
|
+
"themeAccess": "theme.colors?.purple?.['60']",
|
|
975
|
+
"hex": "#8E23EB"
|
|
976
|
+
},
|
|
977
|
+
"gds.color.purple.70": {
|
|
978
|
+
"tokenPath": "color.purple.70",
|
|
979
|
+
"themeAccess": "theme.colors?.purple?.['70']",
|
|
980
|
+
"hex": "#6C11BB"
|
|
981
|
+
},
|
|
982
|
+
"gds.color.purple.80": {
|
|
983
|
+
"tokenPath": "color.purple.80",
|
|
984
|
+
"themeAccess": "theme.colors?.purple?.['80']",
|
|
985
|
+
"hex": "#490B7E"
|
|
986
|
+
},
|
|
987
|
+
"gds.color.purple.90": {
|
|
988
|
+
"tokenPath": "color.purple.90",
|
|
989
|
+
"themeAccess": "theme.colors?.purple?.['90']",
|
|
990
|
+
"hex": "#23053D"
|
|
991
|
+
},
|
|
992
|
+
"gds.color.purple.95": {
|
|
993
|
+
"tokenPath": "color.purple.95",
|
|
994
|
+
"themeAccess": "theme.colors?.purple?.['95']",
|
|
995
|
+
"hex": "#130321"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"hexIndex": {
|
|
999
|
+
"$comment": "Reverse-lookup: hex → preferred semantic tokenPath. When Figma emits a raw hex with no variable name, look up here to find the best semantic token. Prefer the first entry (most semantic). '#fff' and '#FFF' normalize to '#FFFFFF'.",
|
|
1000
|
+
"#F8F7F5": "color.bg.default",
|
|
1001
|
+
"#FFFFFF": "color.bg.surface",
|
|
1002
|
+
"#FAF9F9": "color.neutral.10",
|
|
1003
|
+
"#FFB800": "color.bg.fill.primary",
|
|
1004
|
+
"#F29100": "color.bg.fill.secondary",
|
|
1005
|
+
"#FFF7E5": "color.bg.fill.hover",
|
|
1006
|
+
"#E5E5E5": "color.bg.fill.disabled",
|
|
1007
|
+
"#CECECE": "color.bg.fill.tooltip.default",
|
|
1008
|
+
"#D21C1C": "color.bg.fill.error.primary.default",
|
|
1009
|
+
"#BD1919": "color.bg.fill.error.primary.hover",
|
|
1010
|
+
"#FDEDED": "color.bg.fill.error.secondary.default",
|
|
1011
|
+
"#F7C5C5": "color.bg.fill.error.secondary.hover",
|
|
1012
|
+
"#34A853": "color.bg.fill.success.primary.default",
|
|
1013
|
+
"#1F843A": "color.bg.fill.success.primary.hover",
|
|
1014
|
+
"#EFFCF2": "color.bg.fill.success.secondary.default",
|
|
1015
|
+
"#C9E6CA": "color.bg.fill.success.secondary.hover",
|
|
1016
|
+
"#FF8700": "color.bg.fill.warning.primary.default",
|
|
1017
|
+
"#CD4800": "color.bg.fill.warning.primary.hover",
|
|
1018
|
+
"#FFF8EF": "color.bg.fill.warning.secondary.default",
|
|
1019
|
+
"#FFDBB2": "color.bg.fill.warning.secondary.hover",
|
|
1020
|
+
"#0069B4": "color.bg.fill.info.primary.default",
|
|
1021
|
+
"#00476E": "color.bg.fill.info.primary.hover",
|
|
1022
|
+
"#E3F6FF": "color.bg.fill.info.secondary.default",
|
|
1023
|
+
"#D1EFFD": "color.bg.fill.info.secondary.hover",
|
|
1024
|
+
"#202020": "color.border.secondary",
|
|
1025
|
+
"#000000": "color.text.default",
|
|
1026
|
+
"#A3A3A3": "color.text.disabled",
|
|
1027
|
+
"#474747": "color.text.title",
|
|
1028
|
+
"#838383": "color.text.caption",
|
|
1029
|
+
"#278CBF": "color.text.link.hover",
|
|
1030
|
+
"#53B7E8": "color.text.link.default",
|
|
1031
|
+
"#8F8F8F": "color.icon.disabled",
|
|
1032
|
+
"#171717": "color.neutral.90",
|
|
1033
|
+
"#E0E0E0": "color.neutral.30",
|
|
1034
|
+
"#C1C1C1": "color.neutral.40",
|
|
1035
|
+
"#6D6D6D": "color.neutral.60"
|
|
1036
|
+
}
|
|
1037
|
+
}
|