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,1025 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { A2UIComponent } from '../../../ai/index.js';
|
|
3
|
+
export declare function getImageSrc(component: A2UIComponent): string | undefined;
|
|
4
|
+
export declare function getImageAlt(component: A2UIComponent): string;
|
|
5
|
+
export declare function getImageWidth(component: A2UIComponent): number | undefined;
|
|
6
|
+
export declare function getImageHeight(component: A2UIComponent): number | undefined;
|
|
7
|
+
export declare function getImageObjectFit(component: A2UIComponent): string | undefined;
|
|
8
|
+
export declare function getImageStyles(component: A2UIComponent): {
|
|
9
|
+
objectFit?: string | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | undefined;
|
|
10
|
+
height?: string | number | readonly NonNullable<import("csstype").Property.Height<string | number> | undefined>[] | undefined;
|
|
11
|
+
width?: string | number | readonly NonNullable<import("csstype").Property.Width<string | number> | undefined>[] | undefined;
|
|
12
|
+
accentColor?: import("csstype").Property.AccentColor | readonly string[] | readonly import("csstype").Property.AccentColor[] | undefined;
|
|
13
|
+
alignContent?: readonly string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
14
|
+
alignItems?: readonly string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
15
|
+
alignSelf?: readonly string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
16
|
+
alignTracks?: readonly string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
17
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly NonNullable<import("csstype").Property.AlignmentBaseline | undefined>[] | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
18
|
+
anchorName?: readonly string[] | import("csstype").Property.AnchorName | readonly import("csstype").Property.AnchorName[] | undefined;
|
|
19
|
+
anchorScope?: readonly string[] | import("csstype").Property.AnchorScope | readonly import("csstype").Property.AnchorScope[] | undefined;
|
|
20
|
+
animationComposition?: readonly string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
21
|
+
animationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
22
|
+
animationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
23
|
+
animationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
24
|
+
animationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
25
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[] | undefined;
|
|
26
|
+
animationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
27
|
+
animationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
28
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
29
|
+
animationRangeStart?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRangeStart<string | number> | readonly NonNullable<import("csstype").Property.AnimationRangeStart<string | number> | undefined>[] | undefined;
|
|
30
|
+
animationTimeline?: readonly string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[] | undefined;
|
|
31
|
+
animationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
32
|
+
appearance?: import("csstype").Property.Appearance | readonly NonNullable<import("csstype").Property.Appearance | undefined>[] | readonly import("csstype").Property.Appearance[] | undefined;
|
|
33
|
+
aspectRatio?: import("csstype").Property.AspectRatio | readonly NonNullable<import("csstype").Property.AspectRatio | undefined>[] | readonly ("auto" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
34
|
+
backdropFilter?: readonly string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
35
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
36
|
+
backgroundAttachment?: readonly string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
|
|
37
|
+
backgroundBlendMode?: readonly string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[] | undefined;
|
|
38
|
+
backgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
39
|
+
backgroundColor?: readonly string[] | import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[] | undefined;
|
|
40
|
+
backgroundImage?: readonly string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[] | undefined;
|
|
41
|
+
backgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
42
|
+
backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionX<string | number> | undefined>[] | undefined;
|
|
43
|
+
backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPositionY<string | number> | undefined>[] | undefined;
|
|
44
|
+
backgroundRepeat?: readonly string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
45
|
+
backgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
46
|
+
baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | readonly NonNullable<import("csstype").Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
47
|
+
blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
48
|
+
borderBlockEndColor?: readonly string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
49
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly NonNullable<import("csstype").Property.BorderBlockEndStyle | undefined>[] | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
50
|
+
borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
51
|
+
borderBlockStartColor?: readonly string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
52
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly NonNullable<import("csstype").Property.BorderBlockStartStyle | undefined>[] | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
53
|
+
borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
54
|
+
borderBottomColor?: readonly string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
55
|
+
borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
56
|
+
borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
57
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | readonly NonNullable<import("csstype").Property.BorderBottomStyle | undefined>[] | readonly import("csstype").Property.BorderBottomStyle[] | undefined;
|
|
58
|
+
borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomWidth<string | number> | undefined>[] | undefined;
|
|
59
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | readonly NonNullable<import("csstype").Property.BorderCollapse | undefined>[] | readonly import("csstype").Property.BorderCollapse[] | undefined;
|
|
60
|
+
borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndEndRadius<string | number> | undefined>[] | undefined;
|
|
61
|
+
borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderEndStartRadius<string | number> | undefined>[] | undefined;
|
|
62
|
+
borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | readonly NonNullable<import("csstype").Property.BorderImageOutset<string | number> | undefined>[] | undefined;
|
|
63
|
+
borderImageRepeat?: readonly string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[] | undefined;
|
|
64
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
65
|
+
borderImageSource?: readonly string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
66
|
+
borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderImageWidth<string | number> | undefined>[] | undefined;
|
|
67
|
+
borderInlineEndColor?: readonly string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
68
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
69
|
+
borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
70
|
+
borderInlineStartColor?: readonly string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
71
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
72
|
+
borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
73
|
+
borderLeftColor?: readonly string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
74
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly NonNullable<import("csstype").Property.BorderLeftStyle | undefined>[] | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
75
|
+
borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
76
|
+
borderRightColor?: readonly string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[] | undefined;
|
|
77
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | readonly NonNullable<import("csstype").Property.BorderRightStyle | undefined>[] | readonly import("csstype").Property.BorderRightStyle[] | undefined;
|
|
78
|
+
borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderRightWidth<string | number> | undefined>[] | undefined;
|
|
79
|
+
borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | readonly NonNullable<import("csstype").Property.BorderSpacing<string | number> | undefined>[] | undefined;
|
|
80
|
+
borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartEndRadius<string | number> | undefined>[] | undefined;
|
|
81
|
+
borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderStartStartRadius<string | number> | undefined>[] | undefined;
|
|
82
|
+
borderTopColor?: readonly string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[] | undefined;
|
|
83
|
+
borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
84
|
+
borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
85
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | readonly NonNullable<import("csstype").Property.BorderTopStyle | undefined>[] | readonly import("csstype").Property.BorderTopStyle[] | undefined;
|
|
86
|
+
borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderTopWidth<string | number> | undefined>[] | undefined;
|
|
87
|
+
bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | readonly NonNullable<import("csstype").Property.Bottom<string | number> | undefined>[] | undefined;
|
|
88
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
89
|
+
boxShadow?: readonly string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
90
|
+
boxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
91
|
+
breakAfter?: import("csstype").Property.BreakAfter | readonly NonNullable<import("csstype").Property.BreakAfter | undefined>[] | readonly import("csstype").Property.BreakAfter[] | undefined;
|
|
92
|
+
breakBefore?: import("csstype").Property.BreakBefore | readonly NonNullable<import("csstype").Property.BreakBefore | undefined>[] | readonly import("csstype").Property.BreakBefore[] | undefined;
|
|
93
|
+
breakInside?: import("csstype").Property.BreakInside | readonly NonNullable<import("csstype").Property.BreakInside | undefined>[] | readonly import("csstype").Property.BreakInside[] | undefined;
|
|
94
|
+
captionSide?: import("csstype").Property.CaptionSide | readonly NonNullable<import("csstype").Property.CaptionSide | undefined>[] | readonly import("csstype").Property.CaptionSide[] | undefined;
|
|
95
|
+
caretColor?: readonly string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[] | undefined;
|
|
96
|
+
caretShape?: import("csstype").Property.CaretShape | readonly NonNullable<import("csstype").Property.CaretShape | undefined>[] | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
97
|
+
clear?: import("csstype").Property.Clear | readonly NonNullable<import("csstype").Property.Clear | undefined>[] | readonly import("csstype").Property.Clear[] | undefined;
|
|
98
|
+
clipPath?: readonly string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
99
|
+
clipRule?: import("csstype").Property.ClipRule | readonly NonNullable<import("csstype").Property.ClipRule | undefined>[] | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
100
|
+
color?: readonly string[] | import("csstype").Property.Color | readonly import("csstype").Property.Color[] | undefined;
|
|
101
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
102
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | readonly NonNullable<import("csstype").Property.ColorInterpolationFilters | undefined>[] | readonly import("csstype").Property.ColorInterpolationFilters[] | undefined;
|
|
103
|
+
colorScheme?: readonly string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
104
|
+
columnCount?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
105
|
+
columnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
106
|
+
columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | readonly NonNullable<import("csstype").Property.ColumnGap<string | number> | undefined>[] | undefined;
|
|
107
|
+
columnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
108
|
+
columnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
109
|
+
columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
110
|
+
columnSpan?: import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan | undefined>[] | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
111
|
+
columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined;
|
|
112
|
+
contain?: readonly string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[] | undefined;
|
|
113
|
+
containIntrinsicBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicBlockSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>[] | undefined;
|
|
114
|
+
containIntrinsicHeight?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicHeight<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>[] | undefined;
|
|
115
|
+
containIntrinsicInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | undefined;
|
|
116
|
+
containIntrinsicWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>[] | undefined;
|
|
117
|
+
containerName?: readonly string[] | import("csstype").Property.ContainerName | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
118
|
+
containerType?: readonly string[] | import("csstype").Property.ContainerType | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
119
|
+
content?: readonly string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[] | undefined;
|
|
120
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | readonly NonNullable<import("csstype").Property.ContentVisibility | undefined>[] | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
121
|
+
counterIncrement?: readonly string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
122
|
+
counterReset?: readonly string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
123
|
+
counterSet?: readonly string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
124
|
+
cursor?: readonly string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[] | undefined;
|
|
125
|
+
cx?: readonly (string | (string & {}))[] | import("csstype").Property.Cx<string | number> | readonly NonNullable<import("csstype").Property.Cx<string | number> | undefined>[] | undefined;
|
|
126
|
+
cy?: readonly (string | (string & {}))[] | import("csstype").Property.Cy<string | number> | readonly NonNullable<import("csstype").Property.Cy<string | number> | undefined>[] | undefined;
|
|
127
|
+
d?: readonly string[] | import("csstype").Property.D | readonly import("csstype").Property.D[] | undefined;
|
|
128
|
+
direction?: import("csstype").Property.Direction | readonly NonNullable<import("csstype").Property.Direction | undefined>[] | readonly import("csstype").Property.Direction[] | undefined;
|
|
129
|
+
display?: readonly string[] | import("csstype").Property.Display | readonly import("csstype").Property.Display[] | undefined;
|
|
130
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | readonly NonNullable<import("csstype").Property.DominantBaseline | undefined>[] | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
131
|
+
emptyCells?: import("csstype").Property.EmptyCells | readonly NonNullable<import("csstype").Property.EmptyCells | undefined>[] | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
132
|
+
fieldSizing?: import("csstype").Property.FieldSizing | readonly NonNullable<import("csstype").Property.FieldSizing | undefined>[] | readonly import("csstype").Property.FieldSizing[] | undefined;
|
|
133
|
+
fill?: readonly string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[] | undefined;
|
|
134
|
+
fillOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FillOpacity | readonly NonNullable<import("csstype").Property.FillOpacity | undefined>[] | undefined;
|
|
135
|
+
fillRule?: import("csstype").Property.FillRule | readonly NonNullable<import("csstype").Property.FillRule | undefined>[] | readonly import("csstype").Property.FillRule[] | undefined;
|
|
136
|
+
filter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
137
|
+
flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined;
|
|
138
|
+
flexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
139
|
+
flexGrow?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined;
|
|
140
|
+
flexShrink?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined;
|
|
141
|
+
flexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
142
|
+
float?: import("csstype").Property.Float | readonly NonNullable<import("csstype").Property.Float | undefined>[] | readonly import("csstype").Property.Float[] | undefined;
|
|
143
|
+
floodColor?: readonly string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
144
|
+
floodOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FloodOpacity | readonly NonNullable<import("csstype").Property.FloodOpacity | undefined>[] | undefined;
|
|
145
|
+
fontFamily?: readonly string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
146
|
+
fontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
147
|
+
fontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
148
|
+
fontLanguageOverride?: readonly string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
149
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing | undefined>[] | readonly import("csstype").Property.FontOpticalSizing[] | undefined;
|
|
150
|
+
fontPalette?: readonly string[] | import("csstype").Property.FontPalette | readonly import("csstype").Property.FontPalette[] | undefined;
|
|
151
|
+
fontSize?: readonly (string | (string & {}))[] | import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined;
|
|
152
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | readonly ("none" | (string & {}) | import('csstype').Globals | "from-font")[] | undefined;
|
|
153
|
+
fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
154
|
+
fontStyle?: readonly string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
155
|
+
fontSynthesis?: readonly string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
156
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly NonNullable<import("csstype").Property.FontSynthesisPosition | undefined>[] | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
157
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | readonly NonNullable<import("csstype").Property.FontSynthesisSmallCaps | undefined>[] | readonly import("csstype").Property.FontSynthesisSmallCaps[] | undefined;
|
|
158
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | readonly NonNullable<import("csstype").Property.FontSynthesisStyle | undefined>[] | readonly import("csstype").Property.FontSynthesisStyle[] | undefined;
|
|
159
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | readonly NonNullable<import("csstype").Property.FontSynthesisWeight | undefined>[] | readonly import("csstype").Property.FontSynthesisWeight[] | undefined;
|
|
160
|
+
fontVariant?: readonly string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[] | undefined;
|
|
161
|
+
fontVariantAlternates?: readonly string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[] | undefined;
|
|
162
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | readonly NonNullable<import("csstype").Property.FontVariantCaps | undefined>[] | readonly import("csstype").Property.FontVariantCaps[] | undefined;
|
|
163
|
+
fontVariantEastAsian?: readonly string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[] | undefined;
|
|
164
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | readonly NonNullable<import("csstype").Property.FontVariantEmoji | undefined>[] | readonly import("csstype").Property.FontVariantEmoji[] | undefined;
|
|
165
|
+
fontVariantLigatures?: readonly string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
166
|
+
fontVariantNumeric?: readonly string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
167
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly NonNullable<import("csstype").Property.FontVariantPosition | undefined>[] | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
168
|
+
fontVariationSettings?: readonly string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
169
|
+
fontWeight?: import("csstype").Property.FontWeight | readonly NonNullable<import("csstype").Property.FontWeight | undefined>[] | readonly ("bold" | "normal" | (string & {}) | import('csstype').Globals | "bolder" | "lighter")[] | undefined;
|
|
170
|
+
fontWidth?: readonly string[] | import("csstype").Property.FontWidth | readonly import("csstype").Property.FontWidth[] | undefined;
|
|
171
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly NonNullable<import("csstype").Property.ForcedColorAdjust | undefined>[] | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
172
|
+
gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | readonly NonNullable<import("csstype").Property.GridAutoColumns<string | number> | undefined>[] | undefined;
|
|
173
|
+
gridAutoFlow?: readonly string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
174
|
+
gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | readonly NonNullable<import("csstype").Property.GridAutoRows<string | number> | undefined>[] | undefined;
|
|
175
|
+
gridColumnEnd?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.GridColumnEnd | readonly NonNullable<import("csstype").Property.GridColumnEnd | undefined>[] | undefined;
|
|
176
|
+
gridColumnStart?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.GridColumnStart | readonly NonNullable<import("csstype").Property.GridColumnStart | undefined>[] | undefined;
|
|
177
|
+
gridRowEnd?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.GridRowEnd | readonly NonNullable<import("csstype").Property.GridRowEnd | undefined>[] | undefined;
|
|
178
|
+
gridRowStart?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.GridRowStart | readonly NonNullable<import("csstype").Property.GridRowStart | undefined>[] | undefined;
|
|
179
|
+
gridTemplateAreas?: readonly string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
|
|
180
|
+
gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateColumns<string | number> | undefined>[] | undefined;
|
|
181
|
+
gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | readonly NonNullable<import("csstype").Property.GridTemplateRows<string | number> | undefined>[] | undefined;
|
|
182
|
+
hangingPunctuation?: readonly string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[] | undefined;
|
|
183
|
+
hyphenateCharacter?: readonly string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
184
|
+
hyphenateLimitChars?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.HyphenateLimitChars | readonly NonNullable<import("csstype").Property.HyphenateLimitChars | undefined>[] | undefined;
|
|
185
|
+
hyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
186
|
+
imageOrientation?: readonly string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[] | undefined;
|
|
187
|
+
imageRendering?: import("csstype").Property.ImageRendering | readonly NonNullable<import("csstype").Property.ImageRendering | undefined>[] | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
188
|
+
imageResolution?: readonly string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
189
|
+
initialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ("normal" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
190
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | readonly NonNullable<import("csstype").Property.InitialLetterAlign | undefined>[] | readonly import("csstype").Property.InitialLetterAlign[] | undefined;
|
|
191
|
+
inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
192
|
+
insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
193
|
+
insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
194
|
+
insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
195
|
+
insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
196
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | readonly NonNullable<import("csstype").Property.InterpolateSize | undefined>[] | readonly import("csstype").Property.InterpolateSize[] | undefined;
|
|
197
|
+
isolation?: import("csstype").Property.Isolation | readonly NonNullable<import("csstype").Property.Isolation | undefined>[] | readonly import("csstype").Property.Isolation[] | undefined;
|
|
198
|
+
justifyContent?: readonly string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
199
|
+
justifyItems?: readonly string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
200
|
+
justifySelf?: readonly string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[] | undefined;
|
|
201
|
+
justifyTracks?: readonly string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
202
|
+
left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | readonly NonNullable<import("csstype").Property.Left<string | number> | undefined>[] | undefined;
|
|
203
|
+
letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | readonly NonNullable<import("csstype").Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
204
|
+
lightingColor?: readonly string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
205
|
+
lineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
206
|
+
lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | readonly NonNullable<import("csstype").Property.LineHeight<string | number> | undefined>[] | undefined;
|
|
207
|
+
lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | readonly NonNullable<import("csstype").Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
208
|
+
listStyleImage?: readonly string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[] | undefined;
|
|
209
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | readonly NonNullable<import("csstype").Property.ListStylePosition | undefined>[] | readonly import("csstype").Property.ListStylePosition[] | undefined;
|
|
210
|
+
listStyleType?: readonly string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[] | undefined;
|
|
211
|
+
marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
212
|
+
marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.MarginBlockStart<string | number> | undefined>[] | undefined;
|
|
213
|
+
marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | readonly NonNullable<import("csstype").Property.MarginBottom<string | number> | undefined>[] | undefined;
|
|
214
|
+
marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
215
|
+
marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
216
|
+
marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | readonly NonNullable<import("csstype").Property.MarginLeft<string | number> | undefined>[] | undefined;
|
|
217
|
+
marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | readonly NonNullable<import("csstype").Property.MarginRight<string | number> | undefined>[] | undefined;
|
|
218
|
+
marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | readonly NonNullable<import("csstype").Property.MarginTop<string | number> | undefined>[] | undefined;
|
|
219
|
+
marginTrim?: import("csstype").Property.MarginTrim | readonly NonNullable<import("csstype").Property.MarginTrim | undefined>[] | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
220
|
+
marker?: readonly string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[] | undefined;
|
|
221
|
+
markerEnd?: readonly string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
222
|
+
markerMid?: readonly string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
223
|
+
markerStart?: readonly string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
224
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly NonNullable<import("csstype").Property.MaskBorderMode | undefined>[] | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
225
|
+
maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined;
|
|
226
|
+
maskBorderRepeat?: readonly string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
227
|
+
maskBorderSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice | undefined>[] | undefined;
|
|
228
|
+
maskBorderSource?: readonly string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
229
|
+
maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number> | undefined>[] | undefined;
|
|
230
|
+
maskClip?: readonly string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[] | undefined;
|
|
231
|
+
maskComposite?: readonly string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[] | undefined;
|
|
232
|
+
maskImage?: readonly string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[] | undefined;
|
|
233
|
+
maskMode?: readonly string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[] | undefined;
|
|
234
|
+
maskOrigin?: readonly string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[] | undefined;
|
|
235
|
+
maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | readonly NonNullable<import("csstype").Property.MaskPosition<string | number> | undefined>[] | undefined;
|
|
236
|
+
maskRepeat?: readonly string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[] | undefined;
|
|
237
|
+
maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | readonly NonNullable<import("csstype").Property.MaskSize<string | number> | undefined>[] | undefined;
|
|
238
|
+
maskType?: import("csstype").Property.MaskType | readonly NonNullable<import("csstype").Property.MaskType | undefined>[] | readonly import("csstype").Property.MaskType[] | undefined;
|
|
239
|
+
masonryAutoFlow?: readonly string[] | import("csstype").Property.MasonryAutoFlow | readonly import("csstype").Property.MasonryAutoFlow[] | undefined;
|
|
240
|
+
mathDepth?: import("csstype").Property.MathDepth | readonly NonNullable<import("csstype").Property.MathDepth | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto-add")[] | undefined;
|
|
241
|
+
mathShift?: import("csstype").Property.MathShift | readonly NonNullable<import("csstype").Property.MathShift | undefined>[] | readonly import("csstype").Property.MathShift[] | undefined;
|
|
242
|
+
mathStyle?: import("csstype").Property.MathStyle | readonly NonNullable<import("csstype").Property.MathStyle | undefined>[] | readonly import("csstype").Property.MathStyle[] | undefined;
|
|
243
|
+
maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MaxBlockSize<string | number> | undefined>[] | undefined;
|
|
244
|
+
maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | readonly NonNullable<import("csstype").Property.MaxHeight<string | number> | undefined>[] | undefined;
|
|
245
|
+
maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number> | undefined>[] | undefined;
|
|
246
|
+
maxLines?: import("csstype").Property.MaxLines | readonly NonNullable<import("csstype").Property.MaxLines | undefined>[] | readonly ("none" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
247
|
+
maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | readonly NonNullable<import("csstype").Property.MaxWidth<string | number> | undefined>[] | undefined;
|
|
248
|
+
minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | readonly NonNullable<import("csstype").Property.MinBlockSize<string | number> | undefined>[] | undefined;
|
|
249
|
+
minHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | readonly NonNullable<import("csstype").Property.MinHeight<string | number> | undefined>[] | undefined;
|
|
250
|
+
minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MinInlineSize<string | number> | undefined>[] | undefined;
|
|
251
|
+
minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | readonly NonNullable<import("csstype").Property.MinWidth<string | number> | undefined>[] | undefined;
|
|
252
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | readonly NonNullable<import("csstype").Property.MixBlendMode | undefined>[] | readonly import("csstype").Property.MixBlendMode[] | undefined;
|
|
253
|
+
motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
254
|
+
motionPath?: readonly string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
255
|
+
motionRotation?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
256
|
+
objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined;
|
|
257
|
+
objectViewBox?: readonly string[] | import("csstype").Property.ObjectViewBox | readonly import("csstype").Property.ObjectViewBox[] | undefined;
|
|
258
|
+
offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | readonly NonNullable<import("csstype").Property.OffsetAnchor<string | number> | undefined>[] | undefined;
|
|
259
|
+
offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | readonly NonNullable<import("csstype").Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
260
|
+
offsetPath?: readonly string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
261
|
+
offsetPosition?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetPosition<string | number> | readonly NonNullable<import("csstype").Property.OffsetPosition<string | number> | undefined>[] | undefined;
|
|
262
|
+
offsetRotate?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
263
|
+
offsetRotation?: readonly string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
264
|
+
opacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined;
|
|
265
|
+
order?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined;
|
|
266
|
+
orphans?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Orphans | readonly NonNullable<import("csstype").Property.Orphans | undefined>[] | undefined;
|
|
267
|
+
outlineColor?: readonly string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
268
|
+
outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | readonly NonNullable<import("csstype").Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
269
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
270
|
+
outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
271
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly NonNullable<import("csstype").Property.OverflowAnchor | undefined>[] | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
272
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | readonly NonNullable<import("csstype").Property.OverflowBlock | undefined>[] | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
273
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | readonly NonNullable<import("csstype").Property.OverflowClipBox | undefined>[] | readonly import("csstype").Property.OverflowClipBox[] | undefined;
|
|
274
|
+
overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | readonly NonNullable<import("csstype").Property.OverflowClipMargin<string | number> | undefined>[] | undefined;
|
|
275
|
+
overflowInline?: import("csstype").Property.OverflowInline | readonly NonNullable<import("csstype").Property.OverflowInline | undefined>[] | readonly import("csstype").Property.OverflowInline[] | undefined;
|
|
276
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | readonly NonNullable<import("csstype").Property.OverflowWrap | undefined>[] | readonly import("csstype").Property.OverflowWrap[] | undefined;
|
|
277
|
+
overflowX?: import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX | undefined>[] | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
278
|
+
overflowY?: import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY | undefined>[] | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
279
|
+
overlay?: import("csstype").Property.Overlay | readonly NonNullable<import("csstype").Property.Overlay | undefined>[] | readonly import("csstype").Property.Overlay[] | undefined;
|
|
280
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | readonly NonNullable<import("csstype").Property.OverscrollBehaviorBlock | undefined>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[] | undefined;
|
|
281
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | readonly NonNullable<import("csstype").Property.OverscrollBehaviorInline | undefined>[] | readonly import("csstype").Property.OverscrollBehaviorInline[] | undefined;
|
|
282
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | readonly NonNullable<import("csstype").Property.OverscrollBehaviorX | undefined>[] | readonly import("csstype").Property.OverscrollBehaviorX[] | undefined;
|
|
283
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | readonly NonNullable<import("csstype").Property.OverscrollBehaviorY | undefined>[] | readonly import("csstype").Property.OverscrollBehaviorY[] | undefined;
|
|
284
|
+
paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>[] | undefined;
|
|
285
|
+
paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlockStart<string | number> | undefined>[] | undefined;
|
|
286
|
+
paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.PaddingBottom<string | number> | undefined>[] | undefined;
|
|
287
|
+
paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
288
|
+
paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
289
|
+
paddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.PaddingLeft<string | number> | undefined>[] | undefined;
|
|
290
|
+
paddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | readonly NonNullable<import("csstype").Property.PaddingRight<string | number> | undefined>[] | undefined;
|
|
291
|
+
paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | readonly NonNullable<import("csstype").Property.PaddingTop<string | number> | undefined>[] | undefined;
|
|
292
|
+
page?: readonly string[] | import("csstype").Property.Page | readonly import("csstype").Property.Page[] | undefined;
|
|
293
|
+
paintOrder?: readonly string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
294
|
+
perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
295
|
+
perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
296
|
+
pointerEvents?: import("csstype").Property.PointerEvents | readonly NonNullable<import("csstype").Property.PointerEvents | undefined>[] | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
297
|
+
position?: import("csstype").Property.Position | readonly NonNullable<import("csstype").Property.Position | undefined>[] | readonly import("csstype").Property.Position[] | undefined;
|
|
298
|
+
positionAnchor?: readonly string[] | import("csstype").Property.PositionAnchor | readonly import("csstype").Property.PositionAnchor[] | undefined;
|
|
299
|
+
positionArea?: readonly string[] | import("csstype").Property.PositionArea | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
300
|
+
positionTryFallbacks?: readonly string[] | import("csstype").Property.PositionTryFallbacks | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
301
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | readonly NonNullable<import("csstype").Property.PositionTryOrder | undefined>[] | readonly import("csstype").Property.PositionTryOrder[] | undefined;
|
|
302
|
+
positionVisibility?: readonly string[] | import("csstype").Property.PositionVisibility | readonly import("csstype").Property.PositionVisibility[] | undefined;
|
|
303
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
304
|
+
quotes?: readonly string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[] | undefined;
|
|
305
|
+
r?: readonly (string | (string & {}))[] | import("csstype").Property.R<string | number> | readonly NonNullable<import("csstype").Property.R<string | number> | undefined>[] | undefined;
|
|
306
|
+
resize?: import("csstype").Property.Resize | readonly NonNullable<import("csstype").Property.Resize | undefined>[] | readonly import("csstype").Property.Resize[] | undefined;
|
|
307
|
+
right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | readonly NonNullable<import("csstype").Property.Right<string | number> | undefined>[] | undefined;
|
|
308
|
+
rotate?: readonly string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[] | undefined;
|
|
309
|
+
rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | readonly NonNullable<import("csstype").Property.RowGap<string | number> | undefined>[] | undefined;
|
|
310
|
+
rubyAlign?: import("csstype").Property.RubyAlign | readonly NonNullable<import("csstype").Property.RubyAlign | undefined>[] | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
311
|
+
rubyMerge?: import("csstype").Property.RubyMerge | readonly NonNullable<import("csstype").Property.RubyMerge | undefined>[] | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
312
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | readonly NonNullable<import("csstype").Property.RubyOverhang | undefined>[] | readonly import("csstype").Property.RubyOverhang[] | undefined;
|
|
313
|
+
rubyPosition?: readonly string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
314
|
+
rx?: readonly (string | (string & {}))[] | import("csstype").Property.Rx<string | number> | readonly NonNullable<import("csstype").Property.Rx<string | number> | undefined>[] | undefined;
|
|
315
|
+
ry?: readonly (string | (string & {}))[] | import("csstype").Property.Ry<string | number> | readonly NonNullable<import("csstype").Property.Ry<string | number> | undefined>[] | undefined;
|
|
316
|
+
scale?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.Scale | readonly NonNullable<import("csstype").Property.Scale | undefined>[] | undefined;
|
|
317
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly NonNullable<import("csstype").Property.ScrollBehavior | undefined>[] | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
318
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | readonly NonNullable<import("csstype").Property.ScrollInitialTarget | undefined>[] | readonly import("csstype").Property.ScrollInitialTarget[] | undefined;
|
|
319
|
+
scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
320
|
+
scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
321
|
+
scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
322
|
+
scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
323
|
+
scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>[] | undefined;
|
|
324
|
+
scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>[] | undefined;
|
|
325
|
+
scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number> | undefined>[] | undefined;
|
|
326
|
+
scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number> | undefined>[] | undefined;
|
|
327
|
+
scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>[] | undefined;
|
|
328
|
+
scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>[] | undefined;
|
|
329
|
+
scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>[] | undefined;
|
|
330
|
+
scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
331
|
+
scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
332
|
+
scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>[] | undefined;
|
|
333
|
+
scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>[] | undefined;
|
|
334
|
+
scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>[] | undefined;
|
|
335
|
+
scrollSnapAlign?: readonly string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[] | undefined;
|
|
336
|
+
scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
337
|
+
scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>[] | undefined;
|
|
338
|
+
scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginRight<string | number> | undefined>[] | undefined;
|
|
339
|
+
scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginTop<string | number> | undefined>[] | undefined;
|
|
340
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | readonly NonNullable<import("csstype").Property.ScrollSnapStop | undefined>[] | readonly import("csstype").Property.ScrollSnapStop[] | undefined;
|
|
341
|
+
scrollSnapType?: readonly string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
342
|
+
scrollTimelineAxis?: readonly string[] | import("csstype").Property.ScrollTimelineAxis | readonly import("csstype").Property.ScrollTimelineAxis[] | undefined;
|
|
343
|
+
scrollTimelineName?: readonly string[] | import("csstype").Property.ScrollTimelineName | readonly import("csstype").Property.ScrollTimelineName[] | undefined;
|
|
344
|
+
scrollbarColor?: readonly string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[] | undefined;
|
|
345
|
+
scrollbarGutter?: readonly string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[] | undefined;
|
|
346
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | readonly NonNullable<import("csstype").Property.ScrollbarWidth | undefined>[] | readonly import("csstype").Property.ScrollbarWidth[] | undefined;
|
|
347
|
+
shapeImageThreshold?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.ShapeImageThreshold | readonly NonNullable<import("csstype").Property.ShapeImageThreshold | undefined>[] | undefined;
|
|
348
|
+
shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined;
|
|
349
|
+
shapeOutside?: readonly string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
350
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | readonly NonNullable<import("csstype").Property.ShapeRendering | undefined>[] | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
351
|
+
speakAs?: readonly string[] | import("csstype").Property.SpeakAs | readonly import("csstype").Property.SpeakAs[] | undefined;
|
|
352
|
+
stopColor?: readonly string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[] | undefined;
|
|
353
|
+
stopOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StopOpacity | readonly NonNullable<import("csstype").Property.StopOpacity | undefined>[] | undefined;
|
|
354
|
+
stroke?: readonly string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[] | undefined;
|
|
355
|
+
strokeColor?: readonly string[] | import("csstype").Property.StrokeColor | readonly import("csstype").Property.StrokeColor[] | undefined;
|
|
356
|
+
strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | readonly NonNullable<import("csstype").Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
357
|
+
strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | readonly NonNullable<import("csstype").Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
358
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly NonNullable<import("csstype").Property.StrokeLinecap | undefined>[] | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
359
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly NonNullable<import("csstype").Property.StrokeLinejoin | undefined>[] | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
360
|
+
strokeMiterlimit?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StrokeMiterlimit | readonly NonNullable<import("csstype").Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
361
|
+
strokeOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.StrokeOpacity | readonly NonNullable<import("csstype").Property.StrokeOpacity | undefined>[] | undefined;
|
|
362
|
+
strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
363
|
+
tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined;
|
|
364
|
+
tableLayout?: import("csstype").Property.TableLayout | readonly NonNullable<import("csstype").Property.TableLayout | undefined>[] | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
365
|
+
textAlign?: import("csstype").Property.TextAlign | readonly NonNullable<import("csstype").Property.TextAlign | undefined>[] | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
366
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
367
|
+
textAnchor?: import("csstype").Property.TextAnchor | readonly NonNullable<import("csstype").Property.TextAnchor | undefined>[] | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
368
|
+
textAutospace?: readonly string[] | import("csstype").Property.TextAutospace | readonly import("csstype").Property.TextAutospace[] | undefined;
|
|
369
|
+
textBox?: readonly string[] | import("csstype").Property.TextBox | readonly import("csstype").Property.TextBox[] | undefined;
|
|
370
|
+
textBoxEdge?: readonly string[] | import("csstype").Property.TextBoxEdge | readonly import("csstype").Property.TextBoxEdge[] | undefined;
|
|
371
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | readonly NonNullable<import("csstype").Property.TextBoxTrim | undefined>[] | readonly import("csstype").Property.TextBoxTrim[] | undefined;
|
|
372
|
+
textCombineUpright?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
373
|
+
textDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
374
|
+
textDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
375
|
+
textDecorationSkip?: readonly string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
376
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | readonly NonNullable<import("csstype").Property.TextDecorationSkipInk | undefined>[] | readonly import("csstype").Property.TextDecorationSkipInk[] | undefined;
|
|
377
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
378
|
+
textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | readonly NonNullable<import("csstype").Property.TextDecorationThickness<string | number> | undefined>[] | undefined;
|
|
379
|
+
textEmphasisColor?: readonly string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
380
|
+
textEmphasisPosition?: readonly string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
381
|
+
textEmphasisStyle?: readonly string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
382
|
+
textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | readonly NonNullable<import("csstype").Property.TextIndent<string | number> | undefined>[] | undefined;
|
|
383
|
+
textJustify?: import("csstype").Property.TextJustify | readonly NonNullable<import("csstype").Property.TextJustify | undefined>[] | readonly import("csstype").Property.TextJustify[] | undefined;
|
|
384
|
+
textOrientation?: import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation | undefined>[] | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
385
|
+
textOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
386
|
+
textRendering?: import("csstype").Property.TextRendering | readonly NonNullable<import("csstype").Property.TextRendering | undefined>[] | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
387
|
+
textShadow?: readonly string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
388
|
+
textSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
389
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | readonly NonNullable<import("csstype").Property.TextSpacingTrim | undefined>[] | readonly import("csstype").Property.TextSpacingTrim[] | undefined;
|
|
390
|
+
textTransform?: readonly string[] | import("csstype").Property.TextTransform | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
391
|
+
textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | readonly NonNullable<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>[] | undefined;
|
|
392
|
+
textUnderlinePosition?: readonly string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
393
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | readonly NonNullable<import("csstype").Property.TextWrapMode | undefined>[] | readonly import("csstype").Property.TextWrapMode[] | undefined;
|
|
394
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | readonly NonNullable<import("csstype").Property.TextWrapStyle | undefined>[] | readonly import("csstype").Property.TextWrapStyle[] | undefined;
|
|
395
|
+
timelineScope?: readonly string[] | import("csstype").Property.TimelineScope | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
396
|
+
top?: readonly (string | (string & {}))[] | import("csstype").Property.Top<string | number> | readonly NonNullable<import("csstype").Property.Top<string | number> | undefined>[] | undefined;
|
|
397
|
+
touchAction?: readonly string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
398
|
+
transform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
399
|
+
transformBox?: import("csstype").Property.TransformBox | readonly NonNullable<import("csstype").Property.TransformBox | undefined>[] | readonly import("csstype").Property.TransformBox[] | undefined;
|
|
400
|
+
transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
401
|
+
transformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
402
|
+
transitionBehavior?: readonly string[] | import("csstype").Property.TransitionBehavior | readonly import("csstype").Property.TransitionBehavior[] | undefined;
|
|
403
|
+
transitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
404
|
+
transitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
405
|
+
transitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
406
|
+
transitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
407
|
+
translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | readonly NonNullable<import("csstype").Property.Translate<string | number> | undefined>[] | undefined;
|
|
408
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly NonNullable<import("csstype").Property.UnicodeBidi | undefined>[] | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
409
|
+
userSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
410
|
+
vectorEffect?: import("csstype").Property.VectorEffect | readonly NonNullable<import("csstype").Property.VectorEffect | undefined>[] | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
411
|
+
verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | readonly NonNullable<import("csstype").Property.VerticalAlign<string | number> | undefined>[] | undefined;
|
|
412
|
+
viewTimelineAxis?: readonly string[] | import("csstype").Property.ViewTimelineAxis | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
413
|
+
viewTimelineInset?: readonly (string | (string & {}))[] | import("csstype").Property.ViewTimelineInset<string | number> | readonly NonNullable<import("csstype").Property.ViewTimelineInset<string | number> | undefined>[] | undefined;
|
|
414
|
+
viewTimelineName?: readonly string[] | import("csstype").Property.ViewTimelineName | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
415
|
+
viewTransitionClass?: readonly string[] | import("csstype").Property.ViewTransitionClass | readonly import("csstype").Property.ViewTransitionClass[] | undefined;
|
|
416
|
+
viewTransitionName?: readonly string[] | import("csstype").Property.ViewTransitionName | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
417
|
+
visibility?: import("csstype").Property.Visibility | readonly NonNullable<import("csstype").Property.Visibility | undefined>[] | readonly import("csstype").Property.Visibility[] | undefined;
|
|
418
|
+
whiteSpace?: readonly string[] | import("csstype").Property.WhiteSpace | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
419
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly NonNullable<import("csstype").Property.WhiteSpaceCollapse | undefined>[] | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
420
|
+
widows?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Widows | readonly NonNullable<import("csstype").Property.Widows | undefined>[] | undefined;
|
|
421
|
+
willChange?: readonly string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[] | undefined;
|
|
422
|
+
wordBreak?: import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak | undefined>[] | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
423
|
+
wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
424
|
+
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
425
|
+
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
426
|
+
x?: readonly (string | (string & {}))[] | import("csstype").Property.X<string | number> | readonly NonNullable<import("csstype").Property.X<string | number> | undefined>[] | undefined;
|
|
427
|
+
y?: readonly (string | (string & {}))[] | import("csstype").Property.Y<string | number> | readonly NonNullable<import("csstype").Property.Y<string | number> | undefined>[] | undefined;
|
|
428
|
+
zIndex?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | undefined;
|
|
429
|
+
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ("normal" | "reset" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
430
|
+
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
431
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("none" | "normal" | "auto" | "both" | (string & {}) | "reverse" | import('csstype').Globals | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
432
|
+
animationRange?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | undefined;
|
|
433
|
+
background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | undefined;
|
|
434
|
+
backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | undefined;
|
|
435
|
+
border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | readonly NonNullable<import("csstype").Property.Border<string | number> | undefined>[] | undefined;
|
|
436
|
+
borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | readonly NonNullable<import("csstype").Property.BorderBlock<string | number> | undefined>[] | undefined;
|
|
437
|
+
borderBlockColor?: readonly string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
438
|
+
borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockEnd<string | number> | undefined>[] | undefined;
|
|
439
|
+
borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockStart<string | number> | undefined>[] | undefined;
|
|
440
|
+
borderBlockStyle?: readonly string[] | import("csstype").Property.BorderBlockStyle | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
441
|
+
borderBlockWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
442
|
+
borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | readonly NonNullable<import("csstype").Property.BorderBottom<string | number> | undefined>[] | undefined;
|
|
443
|
+
borderColor?: readonly string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
444
|
+
borderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | "round" | "stretch" | (string & {}) | "space" | import('csstype').Globals)[] | undefined;
|
|
445
|
+
borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | readonly NonNullable<import("csstype").Property.BorderInline<string | number> | undefined>[] | undefined;
|
|
446
|
+
borderInlineColor?: readonly string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
447
|
+
borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEnd<string | number> | undefined>[] | undefined;
|
|
448
|
+
borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineStart<string | number> | undefined>[] | undefined;
|
|
449
|
+
borderInlineStyle?: readonly string[] | import("csstype").Property.BorderInlineStyle | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
450
|
+
borderInlineWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
451
|
+
borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | readonly NonNullable<import("csstype").Property.BorderLeft<string | number> | undefined>[] | undefined;
|
|
452
|
+
borderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
453
|
+
borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | readonly NonNullable<import("csstype").Property.BorderRight<string | number> | undefined>[] | undefined;
|
|
454
|
+
borderStyle?: readonly string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[] | undefined;
|
|
455
|
+
borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | readonly NonNullable<import("csstype").Property.BorderTop<string | number> | undefined>[] | undefined;
|
|
456
|
+
borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderWidth<string | number> | undefined>[] | undefined;
|
|
457
|
+
caret?: readonly string[] | import("csstype").Property.Caret | readonly import("csstype").Property.Caret[] | undefined;
|
|
458
|
+
columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
459
|
+
columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined;
|
|
460
|
+
containIntrinsicSize?: readonly (string | (string & {}))[] | import("csstype").Property.ContainIntrinsicSize<string | number> | readonly NonNullable<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>[] | undefined;
|
|
461
|
+
container?: readonly string[] | import("csstype").Property.Container | readonly import("csstype").Property.Container[] | undefined;
|
|
462
|
+
flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined;
|
|
463
|
+
flexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
464
|
+
font?: readonly string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[] | undefined;
|
|
465
|
+
gap?: readonly (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | readonly NonNullable<import("csstype").Property.Gap<string | number> | undefined>[] | undefined;
|
|
466
|
+
grid?: readonly string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[] | undefined;
|
|
467
|
+
gridArea?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.GridArea | readonly NonNullable<import("csstype").Property.GridArea | undefined>[] | undefined;
|
|
468
|
+
gridColumn?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.GridColumn | readonly NonNullable<import("csstype").Property.GridColumn | undefined>[] | undefined;
|
|
469
|
+
gridRow?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.GridRow | readonly NonNullable<import("csstype").Property.GridRow | undefined>[] | undefined;
|
|
470
|
+
gridTemplate?: readonly string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[] | undefined;
|
|
471
|
+
inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | readonly NonNullable<import("csstype").Property.Inset<string | number> | undefined>[] | undefined;
|
|
472
|
+
insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined;
|
|
473
|
+
insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined;
|
|
474
|
+
lineClamp?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.LineClamp | readonly NonNullable<import("csstype").Property.LineClamp | undefined>[] | undefined;
|
|
475
|
+
listStyle?: readonly string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[] | undefined;
|
|
476
|
+
margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | readonly NonNullable<import("csstype").Property.Margin<string | number> | undefined>[] | undefined;
|
|
477
|
+
marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | readonly NonNullable<import("csstype").Property.MarginBlock<string | number> | undefined>[] | undefined;
|
|
478
|
+
marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | readonly NonNullable<import("csstype").Property.MarginInline<string | number> | undefined>[] | undefined;
|
|
479
|
+
mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | readonly NonNullable<import("csstype").Property.Mask<string | number> | undefined>[] | undefined;
|
|
480
|
+
maskBorder?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | "none" | "round" | "stretch" | (string & {}) | "space" | import('csstype').Globals | "alpha" | "luminance")[] | undefined;
|
|
481
|
+
motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | undefined;
|
|
482
|
+
offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | readonly NonNullable<import("csstype").Property.Offset<string | number> | undefined>[] | undefined;
|
|
483
|
+
outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined;
|
|
484
|
+
overflow?: readonly string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[] | undefined;
|
|
485
|
+
overscrollBehavior?: readonly string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[] | undefined;
|
|
486
|
+
padding?: readonly (string | (string & {}))[] | import("csstype").Property.Padding<string | number> | readonly NonNullable<import("csstype").Property.Padding<string | number> | undefined>[] | undefined;
|
|
487
|
+
paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.PaddingBlock<string | number> | undefined>[] | undefined;
|
|
488
|
+
paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | readonly NonNullable<import("csstype").Property.PaddingInline<string | number> | undefined>[] | undefined;
|
|
489
|
+
placeContent?: readonly string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
490
|
+
placeItems?: readonly string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
491
|
+
placeSelf?: readonly string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
492
|
+
positionTry?: readonly string[] | import("csstype").Property.PositionTry | readonly import("csstype").Property.PositionTry[] | undefined;
|
|
493
|
+
scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined;
|
|
494
|
+
scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>[] | undefined;
|
|
495
|
+
scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollMarginInline<string | number> | undefined>[] | undefined;
|
|
496
|
+
scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | readonly NonNullable<import("csstype").Property.ScrollPadding<string | number> | undefined>[] | undefined;
|
|
497
|
+
scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>[] | undefined;
|
|
498
|
+
scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | readonly NonNullable<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>[] | undefined;
|
|
499
|
+
scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | readonly NonNullable<import("csstype").Property.ScrollMargin<string | number> | undefined>[] | undefined;
|
|
500
|
+
scrollTimeline?: readonly string[] | import("csstype").Property.ScrollTimeline | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
501
|
+
textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | readonly NonNullable<import("csstype").Property.TextDecoration<string | number> | undefined>[] | undefined;
|
|
502
|
+
textEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
503
|
+
textWrap?: readonly string[] | import("csstype").Property.TextWrap | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
504
|
+
transition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
505
|
+
viewTimeline?: readonly string[] | import("csstype").Property.ViewTimeline | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
506
|
+
MozAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
507
|
+
MozAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
508
|
+
MozAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
509
|
+
MozAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
510
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[] | undefined;
|
|
511
|
+
MozAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
512
|
+
MozAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
513
|
+
MozAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
514
|
+
MozAppearance?: import("csstype").Property.MozAppearance | readonly NonNullable<import("csstype").Property.MozAppearance | undefined>[] | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
515
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
516
|
+
MozBinding?: readonly string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
517
|
+
MozBorderBottomColors?: readonly string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
518
|
+
MozBorderEndColor?: readonly string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
519
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly NonNullable<import("csstype").Property.BorderInlineEndStyle | undefined>[] | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
520
|
+
MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | readonly NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
521
|
+
MozBorderLeftColors?: readonly string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[] | undefined;
|
|
522
|
+
MozBorderRightColors?: readonly string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[] | undefined;
|
|
523
|
+
MozBorderStartColor?: readonly string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
524
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly NonNullable<import("csstype").Property.BorderInlineStartStyle | undefined>[] | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
525
|
+
MozBorderTopColors?: readonly string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
526
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
527
|
+
MozColumnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
528
|
+
MozColumnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
529
|
+
MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
530
|
+
MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined;
|
|
531
|
+
MozContextProperties?: readonly string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[] | undefined;
|
|
532
|
+
MozFontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
533
|
+
MozFontLanguageOverride?: readonly string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
534
|
+
MozHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
535
|
+
MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
536
|
+
MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
537
|
+
MozOrient?: import("csstype").Property.MozOrient | readonly NonNullable<import("csstype").Property.MozOrient | undefined>[] | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
538
|
+
MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
539
|
+
MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>[] | undefined;
|
|
540
|
+
MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>[] | undefined;
|
|
541
|
+
MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>[] | undefined;
|
|
542
|
+
MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>[] | undefined;
|
|
543
|
+
MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
544
|
+
MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
545
|
+
MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
546
|
+
MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
547
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | readonly NonNullable<import("csstype").Property.MozStackSizing | undefined>[] | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
548
|
+
MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined;
|
|
549
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | readonly NonNullable<import("csstype").Property.MozTextBlink | undefined>[] | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
550
|
+
MozTextSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
551
|
+
MozTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
552
|
+
MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
553
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
554
|
+
MozUserModify?: import("csstype").Property.MozUserModify | readonly NonNullable<import("csstype").Property.MozUserModify | undefined>[] | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
555
|
+
MozUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
556
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly NonNullable<import("csstype").Property.MozWindowDragging | undefined>[] | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
557
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | readonly NonNullable<import("csstype").Property.MozWindowShadow | undefined>[] | readonly import("csstype").Property.MozWindowShadow[] | undefined;
|
|
558
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | readonly NonNullable<import("csstype").Property.MsAccelerator | undefined>[] | readonly import("csstype").Property.MsAccelerator[] | undefined;
|
|
559
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | readonly NonNullable<import("csstype").Property.MsBlockProgression | undefined>[] | readonly import("csstype").Property.MsBlockProgression[] | undefined;
|
|
560
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | readonly NonNullable<import("csstype").Property.MsContentZoomChaining | undefined>[] | readonly import("csstype").Property.MsContentZoomChaining[] | undefined;
|
|
561
|
+
msContentZoomLimitMax?: readonly string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[] | undefined;
|
|
562
|
+
msContentZoomLimitMin?: readonly string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[] | undefined;
|
|
563
|
+
msContentZoomSnapPoints?: readonly string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[] | undefined;
|
|
564
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | readonly NonNullable<import("csstype").Property.MsContentZoomSnapType | undefined>[] | readonly import("csstype").Property.MsContentZoomSnapType[] | undefined;
|
|
565
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | readonly NonNullable<import("csstype").Property.MsContentZooming | undefined>[] | readonly import("csstype").Property.MsContentZooming[] | undefined;
|
|
566
|
+
msFilter?: readonly string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[] | undefined;
|
|
567
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
568
|
+
msFlexPositive?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined;
|
|
569
|
+
msFlowFrom?: readonly string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[] | undefined;
|
|
570
|
+
msFlowInto?: readonly string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[] | undefined;
|
|
571
|
+
msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | readonly NonNullable<import("csstype").Property.MsGridColumns<string | number> | undefined>[] | undefined;
|
|
572
|
+
msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | readonly NonNullable<import("csstype").Property.MsGridRows<string | number> | undefined>[] | undefined;
|
|
573
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly NonNullable<import("csstype").Property.MsHighContrastAdjust | undefined>[] | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
|
|
574
|
+
msHyphenateLimitChars?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.MsHyphenateLimitChars | readonly NonNullable<import("csstype").Property.MsHyphenateLimitChars | undefined>[] | undefined;
|
|
575
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly NonNullable<import("csstype").Property.MsHyphenateLimitLines | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "no-limit")[] | undefined;
|
|
576
|
+
msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | readonly NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined>[] | undefined;
|
|
577
|
+
msHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
578
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | readonly NonNullable<import("csstype").Property.MsImeAlign | undefined>[] | readonly import("csstype").Property.MsImeAlign[] | undefined;
|
|
579
|
+
msLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
580
|
+
msOrder?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined;
|
|
581
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | readonly NonNullable<import("csstype").Property.MsOverflowStyle | undefined>[] | readonly import("csstype").Property.MsOverflowStyle[] | undefined;
|
|
582
|
+
msOverflowX?: import("csstype").Property.OverflowX | readonly NonNullable<import("csstype").Property.OverflowX | undefined>[] | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
583
|
+
msOverflowY?: import("csstype").Property.OverflowY | readonly NonNullable<import("csstype").Property.OverflowY | undefined>[] | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
584
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | readonly NonNullable<import("csstype").Property.MsScrollChaining | undefined>[] | readonly import("csstype").Property.MsScrollChaining[] | undefined;
|
|
585
|
+
msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number> | undefined>[] | undefined;
|
|
586
|
+
msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number> | undefined>[] | undefined;
|
|
587
|
+
msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number> | undefined>[] | undefined;
|
|
588
|
+
msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | readonly NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number> | undefined>[] | undefined;
|
|
589
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | readonly NonNullable<import("csstype").Property.MsScrollRails | undefined>[] | readonly import("csstype").Property.MsScrollRails[] | undefined;
|
|
590
|
+
msScrollSnapPointsX?: readonly string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[] | undefined;
|
|
591
|
+
msScrollSnapPointsY?: readonly string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[] | undefined;
|
|
592
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | readonly NonNullable<import("csstype").Property.MsScrollSnapType | undefined>[] | readonly import("csstype").Property.MsScrollSnapType[] | undefined;
|
|
593
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | readonly NonNullable<import("csstype").Property.MsScrollTranslation | undefined>[] | readonly import("csstype").Property.MsScrollTranslation[] | undefined;
|
|
594
|
+
msScrollbar3dlightColor?: readonly string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[] | undefined;
|
|
595
|
+
msScrollbarArrowColor?: readonly string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[] | undefined;
|
|
596
|
+
msScrollbarBaseColor?: readonly string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[] | undefined;
|
|
597
|
+
msScrollbarDarkshadowColor?: readonly string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined;
|
|
598
|
+
msScrollbarFaceColor?: readonly string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[] | undefined;
|
|
599
|
+
msScrollbarHighlightColor?: readonly string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[] | undefined;
|
|
600
|
+
msScrollbarShadowColor?: readonly string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[] | undefined;
|
|
601
|
+
msScrollbarTrackColor?: readonly string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[] | undefined;
|
|
602
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | readonly NonNullable<import("csstype").Property.MsTextAutospace | undefined>[] | readonly import("csstype").Property.MsTextAutospace[] | undefined;
|
|
603
|
+
msTextCombineHorizontal?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
604
|
+
msTextOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
605
|
+
msTouchAction?: readonly string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
606
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | readonly NonNullable<import("csstype").Property.MsTouchSelect | undefined>[] | readonly import("csstype").Property.MsTouchSelect[] | undefined;
|
|
607
|
+
msTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
608
|
+
msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
609
|
+
msTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
610
|
+
msTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
611
|
+
msTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
612
|
+
msTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
613
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | readonly NonNullable<import("csstype").Property.MsUserSelect | undefined>[] | readonly import("csstype").Property.MsUserSelect[] | undefined;
|
|
614
|
+
msWordBreak?: import("csstype").Property.WordBreak | readonly NonNullable<import("csstype").Property.WordBreak | undefined>[] | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
615
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | readonly NonNullable<import("csstype").Property.MsWrapFlow | undefined>[] | readonly import("csstype").Property.MsWrapFlow[] | undefined;
|
|
616
|
+
msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | readonly NonNullable<import("csstype").Property.MsWrapMargin<string | number> | undefined>[] | undefined;
|
|
617
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | readonly NonNullable<import("csstype").Property.MsWrapThrough | undefined>[] | readonly import("csstype").Property.MsWrapThrough[] | undefined;
|
|
618
|
+
msWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
619
|
+
WebkitAlignContent?: readonly string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
620
|
+
WebkitAlignItems?: readonly string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
621
|
+
WebkitAlignSelf?: readonly string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
622
|
+
WebkitAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
623
|
+
WebkitAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
624
|
+
WebkitAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
625
|
+
WebkitAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
626
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[] | undefined;
|
|
627
|
+
WebkitAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
628
|
+
WebkitAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
629
|
+
WebkitAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
630
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | readonly NonNullable<import("csstype").Property.WebkitAppearance | undefined>[] | readonly import("csstype").Property.WebkitAppearance[] | undefined;
|
|
631
|
+
WebkitBackdropFilter?: readonly string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
632
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly NonNullable<import("csstype").Property.BackfaceVisibility | undefined>[] | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
633
|
+
WebkitBackgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
634
|
+
WebkitBackgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
635
|
+
WebkitBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
636
|
+
WebkitBorderBeforeColor?: readonly string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[] | undefined;
|
|
637
|
+
WebkitBorderBeforeStyle?: readonly string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[] | undefined;
|
|
638
|
+
WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined>[] | undefined;
|
|
639
|
+
WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
640
|
+
WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
641
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | readonly NonNullable<import("csstype").Property.BorderImageSlice | undefined>[] | readonly ((string & {}) | import('csstype').Globals)[] | undefined;
|
|
642
|
+
WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
643
|
+
WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
644
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly NonNullable<import("csstype").Property.BoxDecorationBreak | undefined>[] | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
645
|
+
WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | readonly NonNullable<import("csstype").Property.WebkitBoxReflect<string | number> | undefined>[] | undefined;
|
|
646
|
+
WebkitBoxShadow?: readonly string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
647
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly NonNullable<import("csstype").Property.BoxSizing | undefined>[] | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
648
|
+
WebkitClipPath?: readonly string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
649
|
+
WebkitColumnCount?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
650
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
651
|
+
WebkitColumnRuleColor?: readonly string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
652
|
+
WebkitColumnRuleStyle?: readonly string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
653
|
+
WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
654
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | readonly NonNullable<import("csstype").Property.ColumnSpan | undefined>[] | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
655
|
+
WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | readonly NonNullable<import("csstype").Property.ColumnWidth<string | number> | undefined>[] | undefined;
|
|
656
|
+
WebkitFilter?: readonly string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
657
|
+
WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | readonly NonNullable<import("csstype").Property.FlexBasis<string | number> | undefined>[] | undefined;
|
|
658
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | readonly NonNullable<import("csstype").Property.FlexDirection | undefined>[] | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
659
|
+
WebkitFlexGrow?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexGrow | readonly NonNullable<import("csstype").Property.FlexGrow | undefined>[] | undefined;
|
|
660
|
+
WebkitFlexShrink?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.FlexShrink | readonly NonNullable<import("csstype").Property.FlexShrink | undefined>[] | undefined;
|
|
661
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | readonly NonNullable<import("csstype").Property.FlexWrap | undefined>[] | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
662
|
+
WebkitFontFeatureSettings?: readonly string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
663
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | readonly NonNullable<import("csstype").Property.FontKerning | undefined>[] | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
664
|
+
WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
665
|
+
WebkitFontVariantLigatures?: readonly string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
666
|
+
WebkitHyphenateCharacter?: readonly string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
667
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | readonly NonNullable<import("csstype").Property.Hyphens | undefined>[] | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
668
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | readonly NonNullable<import("csstype").Property.InitialLetter | undefined>[] | readonly ("normal" | (string & {}) | import('csstype').Globals)[] | undefined;
|
|
669
|
+
WebkitJustifyContent?: readonly string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
670
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
671
|
+
WebkitLineClamp?: readonly ("none" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.WebkitLineClamp | readonly NonNullable<import("csstype").Property.WebkitLineClamp | undefined>[] | undefined;
|
|
672
|
+
WebkitLogicalHeight?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | readonly NonNullable<import("csstype").Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
673
|
+
WebkitLogicalWidth?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | readonly NonNullable<import("csstype").Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
674
|
+
WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
675
|
+
WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | readonly NonNullable<import("csstype").Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
676
|
+
WebkitMaskAttachment?: readonly string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
677
|
+
WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderOutset<string | number> | undefined>[] | undefined;
|
|
678
|
+
WebkitMaskBoxImageRepeat?: readonly string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
679
|
+
WebkitMaskBoxImageSlice?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MaskBorderSlice | readonly NonNullable<import("csstype").Property.MaskBorderSlice | undefined>[] | undefined;
|
|
680
|
+
WebkitMaskBoxImageSource?: readonly string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
681
|
+
WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | readonly NonNullable<import("csstype").Property.MaskBorderWidth<string | number> | undefined>[] | undefined;
|
|
682
|
+
WebkitMaskClip?: readonly string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[] | undefined;
|
|
683
|
+
WebkitMaskComposite?: readonly string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[] | undefined;
|
|
684
|
+
WebkitMaskImage?: readonly string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[] | undefined;
|
|
685
|
+
WebkitMaskOrigin?: readonly string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[] | undefined;
|
|
686
|
+
WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPosition<string | number> | undefined>[] | undefined;
|
|
687
|
+
WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number> | undefined>[] | undefined;
|
|
688
|
+
WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number> | undefined>[] | undefined;
|
|
689
|
+
WebkitMaskRepeat?: readonly string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[] | undefined;
|
|
690
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatX | undefined>[] | readonly import("csstype").Property.WebkitMaskRepeatX[] | undefined;
|
|
691
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | readonly NonNullable<import("csstype").Property.WebkitMaskRepeatY | undefined>[] | readonly import("csstype").Property.WebkitMaskRepeatY[] | undefined;
|
|
692
|
+
WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | readonly NonNullable<import("csstype").Property.WebkitMaskSize<string | number> | undefined>[] | undefined;
|
|
693
|
+
WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | readonly NonNullable<import("csstype").Property.MaxInlineSize<string | number> | undefined>[] | undefined;
|
|
694
|
+
WebkitOrder?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Order | readonly NonNullable<import("csstype").Property.Order | undefined>[] | undefined;
|
|
695
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | readonly NonNullable<import("csstype").Property.WebkitOverflowScrolling | undefined>[] | readonly import("csstype").Property.WebkitOverflowScrolling[] | undefined;
|
|
696
|
+
WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
697
|
+
WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | readonly NonNullable<import("csstype").Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
698
|
+
WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | readonly NonNullable<import("csstype").Property.Perspective<string | number> | undefined>[] | undefined;
|
|
699
|
+
WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | readonly NonNullable<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
700
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly NonNullable<import("csstype").Property.PrintColorAdjust | undefined>[] | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
701
|
+
WebkitRubyPosition?: readonly string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
702
|
+
WebkitScrollSnapType?: readonly string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
703
|
+
WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | readonly NonNullable<import("csstype").Property.ShapeMargin<string | number> | undefined>[] | undefined;
|
|
704
|
+
WebkitTapHighlightColor?: readonly string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[] | undefined;
|
|
705
|
+
WebkitTextCombine?: readonly string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
706
|
+
WebkitTextDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
707
|
+
WebkitTextDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
708
|
+
WebkitTextDecorationSkip?: readonly string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
709
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
710
|
+
WebkitTextEmphasisColor?: readonly string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
711
|
+
WebkitTextEmphasisPosition?: readonly string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
712
|
+
WebkitTextEmphasisStyle?: readonly string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
713
|
+
WebkitTextFillColor?: readonly string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[] | undefined;
|
|
714
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | readonly NonNullable<import("csstype").Property.TextOrientation | undefined>[] | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
715
|
+
WebkitTextSizeAdjust?: readonly string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
716
|
+
WebkitTextStrokeColor?: readonly string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[] | undefined;
|
|
717
|
+
WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined>[] | undefined;
|
|
718
|
+
WebkitTextUnderlinePosition?: readonly string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
719
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | readonly NonNullable<import("csstype").Property.WebkitTouchCallout | undefined>[] | readonly import("csstype").Property.WebkitTouchCallout[] | undefined;
|
|
720
|
+
WebkitTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
721
|
+
WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
722
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | readonly NonNullable<import("csstype").Property.TransformStyle | undefined>[] | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
723
|
+
WebkitTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
724
|
+
WebkitTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
725
|
+
WebkitTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
726
|
+
WebkitTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
727
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
728
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | readonly NonNullable<import("csstype").Property.WebkitUserSelect | undefined>[] | readonly import("csstype").Property.WebkitUserSelect[] | undefined;
|
|
729
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
730
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("none" | "normal" | "auto" | "both" | (string & {}) | "reverse" | import('csstype').Globals | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
731
|
+
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | "round" | "stretch" | (string & {}) | "space" | import('csstype').Globals)[] | undefined;
|
|
732
|
+
MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
733
|
+
MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined;
|
|
734
|
+
MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | readonly NonNullable<import("csstype").Property.MozOutlineRadius<string | number> | undefined>[] | undefined;
|
|
735
|
+
MozTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
736
|
+
msContentZoomLimit?: readonly string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
737
|
+
msContentZoomSnap?: readonly string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
738
|
+
msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined;
|
|
739
|
+
msScrollLimit?: readonly string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[] | undefined;
|
|
740
|
+
msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
741
|
+
msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
742
|
+
msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
743
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("none" | "normal" | "auto" | "both" | (string & {}) | "reverse" | import('csstype').Globals | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
744
|
+
WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | undefined;
|
|
745
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | "round" | "stretch" | (string & {}) | "space" | import('csstype').Globals)[] | undefined;
|
|
746
|
+
WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
747
|
+
WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
748
|
+
WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined;
|
|
749
|
+
WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | readonly NonNullable<import("csstype").Property.Flex<string | number> | undefined>[] | undefined;
|
|
750
|
+
WebkitFlexFlow?: readonly string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
751
|
+
WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | readonly NonNullable<import("csstype").Property.WebkitMask<string | number> | undefined>[] | undefined;
|
|
752
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly NonNullable<import("csstype").Property.MaskBorder | undefined>[] | readonly ("repeat" | "none" | "round" | "stretch" | (string & {}) | "space" | import('csstype').Globals | "alpha" | "luminance")[] | undefined;
|
|
753
|
+
WebkitTextEmphasis?: readonly string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
754
|
+
WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | readonly NonNullable<import("csstype").Property.WebkitTextStroke<string | number> | undefined>[] | undefined;
|
|
755
|
+
WebkitTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
756
|
+
boxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
757
|
+
boxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
758
|
+
boxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
759
|
+
boxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined;
|
|
760
|
+
boxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
761
|
+
boxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
762
|
+
boxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
763
|
+
boxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
764
|
+
clip?: readonly string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[] | undefined;
|
|
765
|
+
fontStretch?: readonly string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
766
|
+
gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | readonly NonNullable<import("csstype").Property.GridColumnGap<string | number> | undefined>[] | undefined;
|
|
767
|
+
gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | readonly NonNullable<import("csstype").Property.GridGap<string | number> | undefined>[] | undefined;
|
|
768
|
+
gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | readonly NonNullable<import("csstype").Property.GridRowGap<string | number> | undefined>[] | undefined;
|
|
769
|
+
imeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
770
|
+
insetArea?: readonly string[] | import("csstype").Property.PositionArea | readonly import("csstype").Property.PositionArea[] | undefined;
|
|
771
|
+
offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | readonly NonNullable<import("csstype").Property.InsetBlock<string | number> | undefined>[] | undefined;
|
|
772
|
+
offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
773
|
+
offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | readonly NonNullable<import("csstype").Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
774
|
+
offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | readonly NonNullable<import("csstype").Property.InsetInline<string | number> | undefined>[] | undefined;
|
|
775
|
+
offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
776
|
+
offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | readonly NonNullable<import("csstype").Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
777
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly NonNullable<import("csstype").Property.PageBreakAfter | undefined>[] | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
778
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly NonNullable<import("csstype").Property.PageBreakBefore | undefined>[] | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
779
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | readonly NonNullable<import("csstype").Property.PageBreakInside | undefined>[] | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
780
|
+
positionTryOptions?: readonly string[] | import("csstype").Property.PositionTryFallbacks | readonly import("csstype").Property.PositionTryFallbacks[] | undefined;
|
|
781
|
+
scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined>[] | undefined;
|
|
782
|
+
scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | readonly NonNullable<import("csstype").Property.ScrollSnapDestination<string | number> | undefined>[] | undefined;
|
|
783
|
+
scrollSnapPointsX?: readonly string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
784
|
+
scrollSnapPointsY?: readonly string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[] | undefined;
|
|
785
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | readonly NonNullable<import("csstype").Property.ScrollSnapTypeX | undefined>[] | readonly import("csstype").Property.ScrollSnapTypeX[] | undefined;
|
|
786
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | readonly NonNullable<import("csstype").Property.ScrollSnapTypeY | undefined>[] | readonly import("csstype").Property.ScrollSnapTypeY[] | undefined;
|
|
787
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
788
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
789
|
+
KhtmlBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
790
|
+
KhtmlBoxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined;
|
|
791
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
792
|
+
KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
793
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
794
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
795
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly NonNullable<import("csstype").Property.LineBreak | undefined>[] | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
796
|
+
KhtmlOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined;
|
|
797
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
798
|
+
MozBackgroundClip?: readonly string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
799
|
+
MozBackgroundOrigin?: readonly string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
800
|
+
MozBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
801
|
+
MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
802
|
+
MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
803
|
+
MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
804
|
+
MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
805
|
+
MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
806
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
807
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
808
|
+
MozBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
809
|
+
MozBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
810
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
811
|
+
MozBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
812
|
+
MozBoxShadow?: readonly string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
813
|
+
MozColumnCount?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.ColumnCount | readonly NonNullable<import("csstype").Property.ColumnCount | undefined>[] | undefined;
|
|
814
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | readonly NonNullable<import("csstype").Property.ColumnFill | undefined>[] | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
815
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly NonNullable<import("csstype").Property.MozFloatEdge | undefined>[] | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
816
|
+
MozForceBrokenImageIcon?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | readonly NonNullable<import("csstype").Property.MozForceBrokenImageIcon | undefined>[] | undefined;
|
|
817
|
+
MozOpacity?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.Opacity | readonly NonNullable<import("csstype").Property.Opacity | undefined>[] | undefined;
|
|
818
|
+
MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | readonly NonNullable<import("csstype").Property.Outline<string | number> | undefined>[] | undefined;
|
|
819
|
+
MozOutlineColor?: readonly string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
820
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly NonNullable<import("csstype").Property.OutlineStyle | undefined>[] | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
821
|
+
MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | readonly NonNullable<import("csstype").Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
822
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly NonNullable<import("csstype").Property.TextAlignLast | undefined>[] | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
823
|
+
MozTextDecorationColor?: readonly string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
824
|
+
MozTextDecorationLine?: readonly string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
825
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly NonNullable<import("csstype").Property.TextDecorationStyle | undefined>[] | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
826
|
+
MozTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
827
|
+
MozTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
828
|
+
MozTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
829
|
+
MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
830
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | readonly NonNullable<import("csstype").Property.MozUserFocus | undefined>[] | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
831
|
+
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
832
|
+
msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
833
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("none" | "normal" | "auto" | "both" | (string & {}) | "reverse" | import('csstype').Globals | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
834
|
+
OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
835
|
+
OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
836
|
+
OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
837
|
+
OAnimationFillMode?: readonly string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
838
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly NonNullable<import("csstype").Property.AnimationIterationCount | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "infinite")[] | undefined;
|
|
839
|
+
OAnimationName?: readonly string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
840
|
+
OAnimationPlayState?: readonly string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
841
|
+
OAnimationTimingFunction?: readonly string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
842
|
+
OBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | readonly NonNullable<import("csstype").Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
843
|
+
OBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | "round" | "stretch" | (string & {}) | "space" | import('csstype').Globals)[] | undefined;
|
|
844
|
+
OObjectFit?: import("csstype").Property.ObjectFit | readonly NonNullable<import("csstype").Property.ObjectFit | undefined>[] | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
845
|
+
OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | readonly NonNullable<import("csstype").Property.ObjectPosition<string | number> | undefined>[] | undefined;
|
|
846
|
+
OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | readonly NonNullable<import("csstype").Property.TabSize<string | number> | undefined>[] | undefined;
|
|
847
|
+
OTextOverflow?: readonly string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
848
|
+
OTransform?: readonly string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
849
|
+
OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | readonly NonNullable<import("csstype").Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
850
|
+
OTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
851
|
+
OTransitionDelay?: readonly string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
852
|
+
OTransitionDuration?: readonly string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
853
|
+
OTransitionProperty?: readonly string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
854
|
+
OTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
855
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | readonly NonNullable<import("csstype").Property.BoxAlign | undefined>[] | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
856
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | readonly NonNullable<import("csstype").Property.BoxDirection | undefined>[] | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
857
|
+
WebkitBoxFlex?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlex | readonly NonNullable<import("csstype").Property.BoxFlex | undefined>[] | undefined;
|
|
858
|
+
WebkitBoxFlexGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxFlexGroup | readonly NonNullable<import("csstype").Property.BoxFlexGroup | undefined>[] | undefined;
|
|
859
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | readonly NonNullable<import("csstype").Property.BoxLines | undefined>[] | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
860
|
+
WebkitBoxOrdinalGroup?: readonly ((string & {}) | import('csstype').Globals)[] | import("csstype").Property.BoxOrdinalGroup | readonly NonNullable<import("csstype").Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
861
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly NonNullable<import("csstype").Property.BoxOrient | undefined>[] | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
862
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | readonly NonNullable<import("csstype").Property.BoxPack | undefined>[] | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
863
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly NonNullable<import("csstype").Property.ColorInterpolation | undefined>[] | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
864
|
+
colorRendering?: import("csstype").Property.ColorRendering | readonly NonNullable<import("csstype").Property.ColorRendering | undefined>[] | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
865
|
+
glyphOrientationVertical?: readonly ("auto" | (string & {}) | import('csstype').Globals)[] | import("csstype").Property.GlyphOrientationVertical | readonly NonNullable<import("csstype").Property.GlyphOrientationVertical | undefined>[] | undefined;
|
|
866
|
+
":-moz-any()"?: import('@emotion/serialize').CSSObject | undefined;
|
|
867
|
+
":-moz-dir"?: import('@emotion/serialize').CSSObject | undefined;
|
|
868
|
+
":-webkit-any()"?: import('@emotion/serialize').CSSObject | undefined;
|
|
869
|
+
"::cue"?: import('@emotion/serialize').CSSObject | undefined;
|
|
870
|
+
"::cue-region"?: import('@emotion/serialize').CSSObject | undefined;
|
|
871
|
+
"::highlight"?: import('@emotion/serialize').CSSObject | undefined;
|
|
872
|
+
"::part"?: import('@emotion/serialize').CSSObject | undefined;
|
|
873
|
+
"::picker"?: import('@emotion/serialize').CSSObject | undefined;
|
|
874
|
+
"::slotted"?: import('@emotion/serialize').CSSObject | undefined;
|
|
875
|
+
"::view-transition-group"?: import('@emotion/serialize').CSSObject | undefined;
|
|
876
|
+
"::view-transition-image-pair"?: import('@emotion/serialize').CSSObject | undefined;
|
|
877
|
+
"::view-transition-new"?: import('@emotion/serialize').CSSObject | undefined;
|
|
878
|
+
"::view-transition-old"?: import('@emotion/serialize').CSSObject | undefined;
|
|
879
|
+
":active-view-transition-type"?: import('@emotion/serialize').CSSObject | undefined;
|
|
880
|
+
":dir"?: import('@emotion/serialize').CSSObject | undefined;
|
|
881
|
+
":has"?: import('@emotion/serialize').CSSObject | undefined;
|
|
882
|
+
":host"?: import('@emotion/serialize').CSSObject | undefined;
|
|
883
|
+
":host-context"?: import('@emotion/serialize').CSSObject | undefined;
|
|
884
|
+
":is"?: import('@emotion/serialize').CSSObject | undefined;
|
|
885
|
+
":lang"?: import('@emotion/serialize').CSSObject | undefined;
|
|
886
|
+
":matches()"?: import('@emotion/serialize').CSSObject | undefined;
|
|
887
|
+
":not"?: import('@emotion/serialize').CSSObject | undefined;
|
|
888
|
+
":nth-child"?: import('@emotion/serialize').CSSObject | undefined;
|
|
889
|
+
":nth-last-child"?: import('@emotion/serialize').CSSObject | undefined;
|
|
890
|
+
":nth-last-of-type"?: import('@emotion/serialize').CSSObject | undefined;
|
|
891
|
+
":nth-of-type"?: import('@emotion/serialize').CSSObject | undefined;
|
|
892
|
+
":state"?: import('@emotion/serialize').CSSObject | undefined;
|
|
893
|
+
":where"?: import('@emotion/serialize').CSSObject | undefined;
|
|
894
|
+
":-khtml-any-link"?: import('@emotion/serialize').CSSObject | undefined;
|
|
895
|
+
":-moz-any-link"?: import('@emotion/serialize').CSSObject | undefined;
|
|
896
|
+
":-moz-focusring"?: import('@emotion/serialize').CSSObject | undefined;
|
|
897
|
+
":-moz-full-screen"?: import('@emotion/serialize').CSSObject | undefined;
|
|
898
|
+
":-moz-placeholder"?: import('@emotion/serialize').CSSObject | undefined;
|
|
899
|
+
":-moz-read-only"?: import('@emotion/serialize').CSSObject | undefined;
|
|
900
|
+
":-moz-read-write"?: import('@emotion/serialize').CSSObject | undefined;
|
|
901
|
+
":-moz-ui-invalid"?: import('@emotion/serialize').CSSObject | undefined;
|
|
902
|
+
":-moz-ui-valid"?: import('@emotion/serialize').CSSObject | undefined;
|
|
903
|
+
":-ms-fullscreen"?: import('@emotion/serialize').CSSObject | undefined;
|
|
904
|
+
":-ms-input-placeholder"?: import('@emotion/serialize').CSSObject | undefined;
|
|
905
|
+
":-webkit-any-link"?: import('@emotion/serialize').CSSObject | undefined;
|
|
906
|
+
":-webkit-autofill"?: import('@emotion/serialize').CSSObject | undefined;
|
|
907
|
+
":-webkit-full-screen"?: import('@emotion/serialize').CSSObject | undefined;
|
|
908
|
+
"::-moz-placeholder"?: import('@emotion/serialize').CSSObject | undefined;
|
|
909
|
+
"::-moz-progress-bar"?: import('@emotion/serialize').CSSObject | undefined;
|
|
910
|
+
"::-moz-range-progress"?: import('@emotion/serialize').CSSObject | undefined;
|
|
911
|
+
"::-moz-range-thumb"?: import('@emotion/serialize').CSSObject | undefined;
|
|
912
|
+
"::-moz-range-track"?: import('@emotion/serialize').CSSObject | undefined;
|
|
913
|
+
"::-moz-selection"?: import('@emotion/serialize').CSSObject | undefined;
|
|
914
|
+
"::-ms-backdrop"?: import('@emotion/serialize').CSSObject | undefined;
|
|
915
|
+
"::-ms-browse"?: import('@emotion/serialize').CSSObject | undefined;
|
|
916
|
+
"::-ms-check"?: import('@emotion/serialize').CSSObject | undefined;
|
|
917
|
+
"::-ms-clear"?: import('@emotion/serialize').CSSObject | undefined;
|
|
918
|
+
"::-ms-expand"?: import('@emotion/serialize').CSSObject | undefined;
|
|
919
|
+
"::-ms-fill"?: import('@emotion/serialize').CSSObject | undefined;
|
|
920
|
+
"::-ms-fill-lower"?: import('@emotion/serialize').CSSObject | undefined;
|
|
921
|
+
"::-ms-fill-upper"?: import('@emotion/serialize').CSSObject | undefined;
|
|
922
|
+
"::-ms-input-placeholder"?: import('@emotion/serialize').CSSObject | undefined;
|
|
923
|
+
"::-ms-reveal"?: import('@emotion/serialize').CSSObject | undefined;
|
|
924
|
+
"::-ms-thumb"?: import('@emotion/serialize').CSSObject | undefined;
|
|
925
|
+
"::-ms-ticks-after"?: import('@emotion/serialize').CSSObject | undefined;
|
|
926
|
+
"::-ms-ticks-before"?: import('@emotion/serialize').CSSObject | undefined;
|
|
927
|
+
"::-ms-tooltip"?: import('@emotion/serialize').CSSObject | undefined;
|
|
928
|
+
"::-ms-track"?: import('@emotion/serialize').CSSObject | undefined;
|
|
929
|
+
"::-ms-value"?: import('@emotion/serialize').CSSObject | undefined;
|
|
930
|
+
"::-webkit-backdrop"?: import('@emotion/serialize').CSSObject | undefined;
|
|
931
|
+
"::-webkit-file-upload-button"?: import('@emotion/serialize').CSSObject | undefined;
|
|
932
|
+
"::-webkit-input-placeholder"?: import('@emotion/serialize').CSSObject | undefined;
|
|
933
|
+
"::-webkit-progress-bar"?: import('@emotion/serialize').CSSObject | undefined;
|
|
934
|
+
"::-webkit-progress-inner-value"?: import('@emotion/serialize').CSSObject | undefined;
|
|
935
|
+
"::-webkit-progress-value"?: import('@emotion/serialize').CSSObject | undefined;
|
|
936
|
+
"::-webkit-slider-runnable-track"?: import('@emotion/serialize').CSSObject | undefined;
|
|
937
|
+
"::-webkit-slider-thumb"?: import('@emotion/serialize').CSSObject | undefined;
|
|
938
|
+
"::after"?: import('@emotion/serialize').CSSObject | undefined;
|
|
939
|
+
"::backdrop"?: import('@emotion/serialize').CSSObject | undefined;
|
|
940
|
+
"::before"?: import('@emotion/serialize').CSSObject | undefined;
|
|
941
|
+
"::checkmark"?: import('@emotion/serialize').CSSObject | undefined;
|
|
942
|
+
"::details-content"?: import('@emotion/serialize').CSSObject | undefined;
|
|
943
|
+
"::file-selector-button"?: import('@emotion/serialize').CSSObject | undefined;
|
|
944
|
+
"::first-letter"?: import('@emotion/serialize').CSSObject | undefined;
|
|
945
|
+
"::first-line"?: import('@emotion/serialize').CSSObject | undefined;
|
|
946
|
+
"::grammar-error"?: import('@emotion/serialize').CSSObject | undefined;
|
|
947
|
+
"::marker"?: import('@emotion/serialize').CSSObject | undefined;
|
|
948
|
+
"::picker-icon"?: import('@emotion/serialize').CSSObject | undefined;
|
|
949
|
+
"::placeholder"?: import('@emotion/serialize').CSSObject | undefined;
|
|
950
|
+
"::scroll-marker"?: import('@emotion/serialize').CSSObject | undefined;
|
|
951
|
+
"::scroll-marker-group"?: import('@emotion/serialize').CSSObject | undefined;
|
|
952
|
+
"::selection"?: import('@emotion/serialize').CSSObject | undefined;
|
|
953
|
+
"::spelling-error"?: import('@emotion/serialize').CSSObject | undefined;
|
|
954
|
+
"::target-text"?: import('@emotion/serialize').CSSObject | undefined;
|
|
955
|
+
"::view-transition"?: import('@emotion/serialize').CSSObject | undefined;
|
|
956
|
+
":active"?: import('@emotion/serialize').CSSObject | undefined;
|
|
957
|
+
":active-view-transition"?: import('@emotion/serialize').CSSObject | undefined;
|
|
958
|
+
":after"?: import('@emotion/serialize').CSSObject | undefined;
|
|
959
|
+
":any-link"?: import('@emotion/serialize').CSSObject | undefined;
|
|
960
|
+
":autofill"?: import('@emotion/serialize').CSSObject | undefined;
|
|
961
|
+
":before"?: import('@emotion/serialize').CSSObject | undefined;
|
|
962
|
+
":blank"?: import('@emotion/serialize').CSSObject | undefined;
|
|
963
|
+
":buffering"?: import('@emotion/serialize').CSSObject | undefined;
|
|
964
|
+
":checked"?: import('@emotion/serialize').CSSObject | undefined;
|
|
965
|
+
":current"?: import('@emotion/serialize').CSSObject | undefined;
|
|
966
|
+
":default"?: import('@emotion/serialize').CSSObject | undefined;
|
|
967
|
+
":defined"?: import('@emotion/serialize').CSSObject | undefined;
|
|
968
|
+
":disabled"?: import('@emotion/serialize').CSSObject | undefined;
|
|
969
|
+
":empty"?: import('@emotion/serialize').CSSObject | undefined;
|
|
970
|
+
":enabled"?: import('@emotion/serialize').CSSObject | undefined;
|
|
971
|
+
":first"?: import('@emotion/serialize').CSSObject | undefined;
|
|
972
|
+
":first-child"?: import('@emotion/serialize').CSSObject | undefined;
|
|
973
|
+
":first-letter"?: import('@emotion/serialize').CSSObject | undefined;
|
|
974
|
+
":first-line"?: import('@emotion/serialize').CSSObject | undefined;
|
|
975
|
+
":first-of-type"?: import('@emotion/serialize').CSSObject | undefined;
|
|
976
|
+
":focus"?: import('@emotion/serialize').CSSObject | undefined;
|
|
977
|
+
":focus-visible"?: import('@emotion/serialize').CSSObject | undefined;
|
|
978
|
+
":focus-within"?: import('@emotion/serialize').CSSObject | undefined;
|
|
979
|
+
":fullscreen"?: import('@emotion/serialize').CSSObject | undefined;
|
|
980
|
+
":future"?: import('@emotion/serialize').CSSObject | undefined;
|
|
981
|
+
":has-slotted"?: import('@emotion/serialize').CSSObject | undefined;
|
|
982
|
+
":hover"?: import('@emotion/serialize').CSSObject | undefined;
|
|
983
|
+
":in-range"?: import('@emotion/serialize').CSSObject | undefined;
|
|
984
|
+
":indeterminate"?: import('@emotion/serialize').CSSObject | undefined;
|
|
985
|
+
":invalid"?: import('@emotion/serialize').CSSObject | undefined;
|
|
986
|
+
":last-child"?: import('@emotion/serialize').CSSObject | undefined;
|
|
987
|
+
":last-of-type"?: import('@emotion/serialize').CSSObject | undefined;
|
|
988
|
+
":left"?: import('@emotion/serialize').CSSObject | undefined;
|
|
989
|
+
":link"?: import('@emotion/serialize').CSSObject | undefined;
|
|
990
|
+
":local-link"?: import('@emotion/serialize').CSSObject | undefined;
|
|
991
|
+
":modal"?: import('@emotion/serialize').CSSObject | undefined;
|
|
992
|
+
":muted"?: import('@emotion/serialize').CSSObject | undefined;
|
|
993
|
+
":only-child"?: import('@emotion/serialize').CSSObject | undefined;
|
|
994
|
+
":only-of-type"?: import('@emotion/serialize').CSSObject | undefined;
|
|
995
|
+
":open"?: import('@emotion/serialize').CSSObject | undefined;
|
|
996
|
+
":optional"?: import('@emotion/serialize').CSSObject | undefined;
|
|
997
|
+
":out-of-range"?: import('@emotion/serialize').CSSObject | undefined;
|
|
998
|
+
":past"?: import('@emotion/serialize').CSSObject | undefined;
|
|
999
|
+
":paused"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1000
|
+
":picture-in-picture"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1001
|
+
":placeholder-shown"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1002
|
+
":playing"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1003
|
+
":popover-open"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1004
|
+
":read-only"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1005
|
+
":read-write"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1006
|
+
":required"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1007
|
+
":right"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1008
|
+
":root"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1009
|
+
":scope"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1010
|
+
":seeking"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1011
|
+
":stalled"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1012
|
+
":target"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1013
|
+
":target-current"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1014
|
+
":target-within"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1015
|
+
":user-invalid"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1016
|
+
":user-valid"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1017
|
+
":valid"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1018
|
+
":visited"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1019
|
+
":volume-locked"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1020
|
+
":xr-overlay"?: import('@emotion/serialize').CSSObject | undefined;
|
|
1021
|
+
} | undefined;
|
|
1022
|
+
export declare const imageRenderers: {
|
|
1023
|
+
image: (component: A2UIComponent, _renderChildren: (children?: A2UIComponent[]) => ReactNode[], dispatchAction?: (actionId: string, extraPayload?: Record<string, unknown>) => boolean) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1024
|
+
'image-preview': (component: A2UIComponent, renderChildren: (children?: A2UIComponent[]) => ReactNode[], dispatchAction?: (actionId: string, extraPayload?: Record<string, unknown>) => boolean) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1025
|
+
};
|