@itcase/ui 1.1.6 → 1.1.8
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/dist/Accordion-CqPVnTKh.js +173 -0
- package/dist/Avatar-diLCwtnd.js +49 -0
- package/dist/Breadcrumbs-B79kOtMG.js +619 -0
- package/dist/Button-B7vbiqrJ.js +100 -0
- package/dist/ContextMenuItem-BPqsjmSA.js +204 -0
- package/dist/Divider-BlBwMHgl.js +45 -0
- package/dist/Dot-C3R1y59u.js +34 -0
- package/dist/DropdownItem-Dgf0LRhx.js +644 -0
- package/dist/FlexItem-DzNgFIa0.js +118 -0
- package/dist/GridRow-Cc-rz56R.js +158 -0
- package/dist/Group-fbVPmr8W.js +111 -0
- package/dist/Icon-Dn2eEZvb.js +128 -0
- package/dist/Link-ByBzBRDH.js +132 -0
- package/dist/ListItem-Cf8r3w8t.js +479 -0
- package/dist/ModalLoader-DJVKhIZR.js +374 -0
- package/dist/NotificationList-CJyEnxWw.js +38 -0
- package/dist/SearchResult-erxB06IL.js +530 -0
- package/dist/SelectField-CpQMWXaC.js +571 -0
- package/dist/SiteMenuButton-BFmti8pF.js +181 -0
- package/dist/TabGroup-CjmtgOMw.js +1071 -0
- package/dist/Text-BcGbRc14.js +75 -0
- package/dist/cjs/Accordion-DcZ9P5kP.js +182 -0
- package/dist/cjs/Avatar-DQ5fNpnO.js +55 -0
- package/dist/cjs/Breadcrumbs-HubY1qZQ.js +629 -0
- package/dist/cjs/Button-3GkRq8Pv.js +108 -0
- package/dist/cjs/ContextMenuItem-DmbSoGn1.js +213 -0
- package/dist/cjs/Divider-CIYsHYud.js +51 -0
- package/dist/cjs/Dot-vDSigHDs.js +40 -0
- package/dist/cjs/DropdownItem-Bl-Ghc_6.js +653 -0
- package/dist/cjs/FlexItem-BnORv6q3.js +125 -0
- package/dist/cjs/GridRow-mzs0CkNG.js +166 -0
- package/dist/cjs/Group-4zWTDvKx.js +118 -0
- package/dist/cjs/Icon-UBahY607.js +137 -0
- package/dist/cjs/Link-BoShjCEw.js +142 -0
- package/dist/cjs/ListItem-MrHApmF3.js +488 -0
- package/dist/cjs/ModalLoader-4mmV5G4E.js +384 -0
- package/dist/cjs/NotificationList-DnI8DqyE.js +46 -0
- package/dist/cjs/SearchResult-bTwR5A-g.js +540 -0
- package/dist/cjs/SelectField-BJTu7BXO.js +583 -0
- package/dist/cjs/SiteMenuButton-BGi0gR1z.js +190 -0
- package/dist/cjs/TabGroup-DIWmGIp2.js +1081 -0
- package/dist/cjs/Text-D7Aq1i5R.js +82 -0
- package/dist/cjs/components/Accordion/Accordion.d.ts +8 -0
- package/dist/cjs/components/Accordion/Accordion.interface.d.ts +68 -0
- package/dist/cjs/components/Accordion/AccordionItem.d.ts +8 -0
- package/dist/cjs/components/Accordion/index.d.ts +3 -0
- package/dist/cjs/components/Accordion.js +40 -0
- package/dist/cjs/components/Avatar/Avatar.d.ts +13 -0
- package/dist/cjs/components/Avatar/Avatar.interface.d.ts +44 -0
- package/dist/cjs/components/Avatar/index.d.ts +1 -0
- package/dist/cjs/components/Avatar.js +43 -0
- package/dist/cjs/components/Badge.js +206 -0
- package/dist/cjs/components/Breadcrumbs.js +43 -0
- package/dist/cjs/components/Button/Button.d.ts +5 -0
- package/dist/cjs/components/Button/Button.interface.d.ts +78 -0
- package/dist/cjs/components/Button/index.d.ts +1 -0
- package/dist/cjs/components/Button.js +41 -0
- package/dist/cjs/components/Caption.js +197 -0
- package/dist/cjs/components/Card.js +279 -0
- package/dist/cjs/components/Cell.js +422 -0
- package/dist/cjs/components/Checkbox.js +166 -0
- package/dist/cjs/components/Chips.js +393 -0
- package/dist/cjs/components/Choice.js +346 -0
- package/dist/cjs/components/Code.js +437 -0
- package/dist/cjs/components/ContextMenu.js +41 -0
- package/dist/cjs/components/CookiesWarning.js +180 -0
- package/dist/cjs/components/DadataHintField.js +1193 -0
- package/dist/cjs/components/DatePicker.js +14097 -0
- package/dist/cjs/components/Divider/Divider.d.ts +3 -0
- package/dist/cjs/components/Divider/Divider.interface.d.ts +28 -0
- package/dist/cjs/components/Divider/index.d.ts +1 -0
- package/dist/cjs/components/Divider.js +21 -0
- package/dist/cjs/components/Dot/Dot.d.ts +6 -0
- package/dist/cjs/components/Dot/Dot.interface.d.ts +26 -0
- package/dist/cjs/components/Dot/index.d.ts +1 -0
- package/dist/cjs/components/Dot.js +21 -0
- package/dist/cjs/components/Drawer.js +284 -0
- package/dist/cjs/components/Dropdown.js +30 -0
- package/dist/cjs/components/Flex/Flex.d.ts +8 -0
- package/dist/cjs/components/Flex/Flex.interface.d.ts +118 -0
- package/dist/cjs/components/Flex/FlexItem.d.ts +8 -0
- package/dist/cjs/components/Flex/index.d.ts +3 -0
- package/dist/cjs/components/Flex.js +22 -0
- package/dist/cjs/components/FormField.js +53 -0
- package/dist/cjs/components/Grid/Grid.d.ts +8 -0
- package/dist/cjs/components/Grid/Grid.interface.d.ts +147 -0
- package/dist/cjs/components/Grid/GridItem.d.ts +3 -0
- package/dist/cjs/components/Grid/GridRow.d.ts +8 -0
- package/dist/cjs/components/Grid/index.d.ts +4 -0
- package/dist/cjs/components/Grid.js +23 -0
- package/dist/cjs/components/Group/Group.d.ts +9 -0
- package/dist/cjs/components/Group/Group.interface.d.ts +51 -0
- package/dist/cjs/components/Group/index.d.ts +1 -0
- package/dist/cjs/components/Group.js +22 -0
- package/dist/cjs/components/Icon/Icon.d.ts +5 -0
- package/dist/cjs/components/Icon/Icon.interface.d.ts +100 -0
- package/dist/cjs/components/Icon/index.d.ts +1 -0
- package/dist/cjs/components/Icon.js +39 -0
- package/dist/cjs/components/Image.js +480 -0
- package/dist/cjs/components/Input.js +233 -0
- package/dist/cjs/components/InputMask.js +233 -0
- package/dist/cjs/components/InputPassword.js +255 -0
- package/dist/cjs/components/Label.js +643 -0
- package/dist/cjs/components/LanguageSelector.js +125 -0
- package/dist/cjs/components/Link/Link.d.ts +11 -0
- package/dist/cjs/components/Link/Link.interface.d.ts +57 -0
- package/dist/cjs/components/Link/index.d.ts +1 -0
- package/dist/cjs/components/Link.js +23 -0
- package/dist/cjs/components/List.js +30 -0
- package/dist/cjs/components/Loader.js +156 -0
- package/dist/cjs/components/Logo.js +175 -0
- package/dist/cjs/components/Menu.js +196 -0
- package/dist/cjs/components/MenuItem.js +680 -0
- package/dist/cjs/components/Modal.js +28 -0
- package/dist/cjs/components/Notification/Notification.interface.d.ts +49 -0
- package/dist/cjs/components/Notification/NotificationItem.d.ts +10 -0
- package/dist/cjs/components/Notification/NotificationList.d.ts +3 -0
- package/dist/cjs/components/Notification/index.d.ts +3 -0
- package/dist/cjs/components/Notification.js +36 -0
- package/dist/cjs/components/Overlay.js +197 -0
- package/dist/cjs/components/Page.js +422 -0
- package/dist/cjs/components/Pagination.js +371 -0
- package/dist/cjs/components/Radio.js +267 -0
- package/dist/{components/Background.js → cjs/components/RangeSlider.js} +105 -74
- package/dist/cjs/components/Response.js +245 -0
- package/dist/cjs/components/ScrollOnDrag.js +214 -0
- package/dist/cjs/components/Scrollbar.js +71 -0
- package/dist/cjs/components/Search.js +43 -0
- package/dist/cjs/components/Segmented.js +235 -0
- package/dist/cjs/components/Select.js +8531 -0
- package/dist/cjs/components/SiteMenu.js +40 -0
- package/dist/cjs/components/Swiper.js +5655 -0
- package/dist/cjs/components/Switch.js +105 -0
- package/dist/cjs/components/Tab.js +42 -0
- package/dist/cjs/components/Text/Text.d.ts +9 -0
- package/dist/cjs/components/Text/Text.interface.d.ts +53 -0
- package/dist/cjs/components/Text/index.d.ts +1 -0
- package/dist/cjs/components/Text.js +22 -0
- package/dist/cjs/components/Textarea.js +212 -0
- package/dist/cjs/components/Tile.js +568 -0
- package/dist/cjs/components/Title.js +400 -0
- package/dist/cjs/components/Tooltip.js +451 -0
- package/dist/cjs/components/Video.js +175 -0
- package/dist/cjs/components/Wrapper.js +438 -0
- package/dist/cjs/components/index.d.ts +58 -0
- package/dist/cjs/components.js +234 -0
- package/dist/cjs/constants/componentProps/align.js +7 -0
- package/dist/cjs/constants/componentProps/alignDirection.js +7 -0
- package/dist/cjs/constants/componentProps/alignment.js +7 -0
- package/dist/cjs/constants/componentProps/borderColor.js +7 -0
- package/dist/cjs/constants/componentProps/borderColorHover.js +7 -0
- package/dist/cjs/constants/componentProps/borderType.js +7 -0
- package/dist/cjs/constants/componentProps/borderWidth.js +9 -0
- package/dist/cjs/constants/componentProps/captionPosition.js +7 -0
- package/dist/cjs/constants/componentProps/direction.js +7 -0
- package/dist/cjs/constants/componentProps/emojiSize.js +9 -0
- package/dist/cjs/constants/componentProps/fill.js +7 -0
- package/dist/cjs/constants/componentProps/fillGradient.js +7 -0
- package/dist/cjs/constants/componentProps/fillHover.js +7 -0
- package/dist/cjs/constants/componentProps/fillType.js +7 -0
- package/dist/cjs/constants/componentProps/flexAlign.js +7 -0
- package/dist/cjs/constants/componentProps/flexJustifyContent.js +7 -0
- package/dist/cjs/constants/componentProps/flexWrap.js +7 -0
- package/dist/cjs/constants/componentProps/gridAlign.js +7 -0
- package/dist/cjs/constants/componentProps/gridAlignSelf.js +7 -0
- package/dist/cjs/constants/componentProps/gridJustifyItems.js +7 -0
- package/dist/cjs/constants/componentProps/gridJustifySelf.js +7 -0
- package/dist/cjs/constants/componentProps/height.js +7 -0
- package/dist/cjs/constants/componentProps/horizontalContentAlign.js +7 -0
- package/dist/cjs/constants/componentProps/horizontalResizeMode.js +7 -0
- package/dist/cjs/constants/componentProps/iconFillSize.js +9 -0
- package/dist/cjs/constants/componentProps/iconSize.js +9 -0
- package/dist/cjs/constants/componentProps/itemColor.js +7 -0
- package/dist/cjs/constants/componentProps/position.js +7 -0
- package/dist/cjs/constants/componentProps/resizeMode.js +7 -0
- package/dist/cjs/constants/componentProps/shape.js +7 -0
- package/dist/cjs/constants/componentProps/size.js +7 -0
- package/dist/cjs/constants/componentProps/sizeInterface.js +7 -0
- package/dist/cjs/constants/componentProps/sizePX.js +9 -0
- package/dist/cjs/constants/componentProps/stacking.js +7 -0
- package/dist/cjs/constants/componentProps/state.js +7 -0
- package/dist/cjs/constants/componentProps/strokeColor.js +7 -0
- package/dist/cjs/constants/componentProps/textAlign.js +7 -0
- package/dist/cjs/constants/componentProps/textColor.js +7 -0
- package/dist/cjs/constants/componentProps/textColorActive.js +7 -0
- package/dist/cjs/constants/componentProps/textColorHover.js +7 -0
- package/dist/cjs/constants/componentProps/textGradient.js +7 -0
- package/dist/cjs/constants/componentProps/textSize.js +7 -0
- package/dist/cjs/constants/componentProps/textStyle.js +7 -0
- package/dist/cjs/constants/componentProps/textTag.js +7 -0
- package/dist/cjs/constants/componentProps/textWeight.js +9 -0
- package/dist/cjs/constants/componentProps/textWrap.js +7 -0
- package/dist/cjs/constants/componentProps/titleSize.js +7 -0
- package/dist/cjs/constants/componentProps/type.js +7 -0
- package/dist/cjs/constants/componentProps/underline.js +7 -0
- package/dist/cjs/constants/componentProps/verticalContentAlign.js +7 -0
- package/dist/cjs/constants/componentProps/verticalResizeMode.js +7 -0
- package/dist/cjs/constants/componentProps/width.js +7 -0
- package/dist/cjs/constants/componentProps/wrap.js +7 -0
- package/dist/cjs/constants.js +111 -0
- package/dist/cjs/context/Notifications.js +123 -0
- package/dist/cjs/context/UIContext.js +57 -0
- package/dist/cjs/context/index.d.ts +2 -0
- package/dist/cjs/hooks/index.d.ts +3 -0
- package/dist/cjs/hooks/styleAttributes.interface.d.ts +143 -0
- package/dist/cjs/hooks/styleAttributes.js +39 -0
- package/dist/cjs/hooks/useDeviceTargetClass.js +61 -0
- package/dist/cjs/hooks/useMediaQueries.js +139 -0
- package/dist/cjs/hooks/useStyles.js +135 -0
- package/dist/cjs/index.d.ts +4 -0
- package/dist/cjs/jsx-runtime-BCmQOGxJ.js +1363 -0
- package/dist/cjs/types/componentProps/align.d.ts +1 -0
- package/dist/cjs/types/componentProps/alignDirection.d.ts +1 -0
- package/dist/cjs/types/componentProps/alignment.d.ts +1 -0
- package/dist/cjs/types/componentProps/appearanceKeys.d.ts +1 -0
- package/dist/cjs/types/componentProps/borderColor.d.ts +1 -0
- package/dist/cjs/types/componentProps/borderColorHover.d.ts +1 -0
- package/dist/cjs/types/componentProps/borderType.d.ts +1 -0
- package/dist/cjs/types/componentProps/borderWidth.d.ts +1 -0
- package/dist/cjs/types/componentProps/captionPosition.d.ts +1 -0
- package/dist/cjs/types/componentProps/direction.d.ts +1 -0
- package/dist/cjs/types/componentProps/elevation.d.ts +1 -0
- package/dist/cjs/types/componentProps/emojiSize.d.ts +1 -0
- package/dist/cjs/types/componentProps/fill.d.ts +1 -0
- package/dist/cjs/types/componentProps/fillGradient.d.ts +1 -0
- package/dist/cjs/types/componentProps/fillHover.d.ts +1 -0
- package/dist/cjs/types/componentProps/fillType.d.ts +1 -0
- package/dist/cjs/types/componentProps/flexAlign.d.ts +1 -0
- package/dist/cjs/types/componentProps/flexGrow.d.ts +1 -0
- package/dist/cjs/types/componentProps/flexJustifyContent.d.ts +1 -0
- package/dist/cjs/types/componentProps/flexWrap.d.ts +1 -0
- package/dist/cjs/types/componentProps/gridAlign.d.ts +1 -0
- package/dist/cjs/types/componentProps/gridAlignSelf.d.ts +1 -0
- package/dist/cjs/types/componentProps/gridJustifyItems.d.ts +1 -0
- package/dist/cjs/types/componentProps/gridJustifySelf.d.ts +1 -0
- package/dist/cjs/types/componentProps/height.d.ts +1 -0
- package/dist/cjs/types/componentProps/horizontalContentAlign.d.ts +1 -0
- package/dist/cjs/types/componentProps/horizontalResizeMode.d.ts +1 -0
- package/dist/cjs/types/componentProps/iconFillSize.d.ts +1 -0
- package/dist/cjs/types/componentProps/iconSize.d.ts +1 -0
- package/dist/cjs/types/componentProps/itemColor.d.ts +1 -0
- package/dist/cjs/types/componentProps/justifyContent.d.ts +1 -0
- package/dist/cjs/types/componentProps/position.d.ts +1 -0
- package/dist/cjs/types/componentProps/resizeMode.d.ts +1 -0
- package/dist/cjs/types/componentProps/shape.d.ts +1 -0
- package/dist/cjs/types/componentProps/size.d.ts +1 -0
- package/dist/cjs/types/componentProps/sizeInterface.d.ts +1 -0
- package/dist/cjs/types/componentProps/sizePX.d.ts +1 -0
- package/dist/cjs/types/componentProps/stacking.d.ts +1 -0
- package/dist/cjs/types/componentProps/state.d.ts +1 -0
- package/dist/cjs/types/componentProps/strokeColor.d.ts +1 -0
- package/dist/cjs/types/componentProps/textAlign.d.ts +1 -0
- package/dist/cjs/types/componentProps/textColor.d.ts +1 -0
- package/dist/cjs/types/componentProps/textColorActive.d.ts +1 -0
- package/dist/cjs/types/componentProps/textColorHover.d.ts +1 -0
- package/dist/cjs/types/componentProps/textGradient.d.ts +1 -0
- package/dist/cjs/types/componentProps/textSize.d.ts +1 -0
- package/dist/cjs/types/componentProps/textStyle.d.ts +1 -0
- package/dist/cjs/types/componentProps/textTag.d.ts +1 -0
- package/dist/cjs/types/componentProps/textWeight.d.ts +1 -0
- package/dist/cjs/types/componentProps/textWrap.d.ts +1 -0
- package/dist/cjs/types/componentProps/titleSize.d.ts +1 -0
- package/dist/cjs/types/componentProps/type.d.ts +1 -0
- package/dist/cjs/types/componentProps/underline.d.ts +1 -0
- package/dist/cjs/types/componentProps/verticalContentAlign.d.ts +1 -0
- package/dist/cjs/types/componentProps/verticalResizeMode.d.ts +1 -0
- package/dist/cjs/types/componentProps/width.d.ts +1 -0
- package/dist/cjs/types/componentProps/wrap.d.ts +1 -0
- package/dist/cjs/types/index.d.ts +56 -0
- package/dist/components/Accordion/Accordion.d.ts +8 -0
- package/dist/components/Accordion/Accordion.interface.d.ts +68 -0
- package/dist/components/Accordion/AccordionItem.d.ts +8 -0
- package/dist/components/Accordion/index.d.ts +3 -0
- package/dist/components/Accordion.js +33 -697
- package/dist/components/Avatar/Avatar.d.ts +13 -0
- package/dist/components/Avatar/Avatar.interface.d.ts +44 -0
- package/dist/components/Avatar/index.d.ts +1 -0
- package/dist/components/Avatar.js +37 -257
- package/dist/components/Badge.js +41 -56
- package/dist/components/Breadcrumbs.js +36 -656
- package/dist/components/Button/Button.d.ts +5 -0
- package/dist/components/Button/Button.interface.d.ts +78 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button.js +34 -546
- package/dist/components/Caption.js +37 -45
- package/dist/components/Card.js +47 -60
- package/dist/components/Cell.js +83 -96
- package/dist/components/Checkbox.js +41 -56
- package/dist/components/Chips.js +65 -79
- package/dist/components/Choice.js +76 -91
- package/dist/components/Code.js +40 -48
- package/dist/components/ContextMenu.js +34 -246
- package/dist/components/CookiesWarning.js +55 -73
- package/dist/components/DadataHintField.js +55 -64
- package/dist/components/DatePicker.js +296 -327
- package/dist/components/Divider/Divider.d.ts +3 -0
- package/dist/components/Divider/Divider.interface.d.ts +28 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/Divider.js +15 -257
- package/dist/components/Dot/Dot.d.ts +6 -0
- package/dist/components/Dot/Dot.interface.d.ts +26 -0
- package/dist/components/Dot/index.d.ts +1 -0
- package/dist/components/Dot.js +15 -226
- package/dist/components/Drawer.js +39 -37
- package/dist/components/Dropdown.js +23 -657
- package/dist/components/Flex/Flex.d.ts +8 -0
- package/dist/components/Flex/Flex.interface.d.ts +118 -0
- package/dist/components/Flex/FlexItem.d.ts +8 -0
- package/dist/components/Flex/index.d.ts +3 -0
- package/dist/components/Flex.js +15 -1186
- package/dist/components/FormField.js +43 -617
- package/dist/components/Grid/Grid.d.ts +8 -0
- package/dist/components/Grid/Grid.interface.d.ts +147 -0
- package/dist/components/Grid/GridItem.d.ts +3 -0
- package/dist/components/Grid/GridRow.d.ts +8 -0
- package/dist/components/Grid/index.d.ts +4 -0
- package/dist/components/Grid.js +15 -1709
- package/dist/components/Group/Group.d.ts +9 -0
- package/dist/components/Group/Group.interface.d.ts +51 -0
- package/dist/components/Group/index.d.ts +1 -0
- package/dist/components/Group.js +15 -315
- package/dist/components/Icon/Icon.d.ts +5 -0
- package/dist/components/Icon/Icon.interface.d.ts +100 -0
- package/dist/components/Icon/index.d.ts +1 -0
- package/dist/components/Icon.js +32 -642
- package/dist/components/Image.js +79 -87
- package/dist/components/Input.js +40 -49
- package/dist/components/InputMask.js +39 -48
- package/dist/components/InputPassword.js +61 -76
- package/dist/components/Label.js +105 -115
- package/dist/components/LanguageSelector.js +48 -62
- package/dist/components/Link/Link.d.ts +11 -0
- package/dist/components/Link/Link.interface.d.ts +57 -0
- package/dist/components/Link/index.d.ts +1 -0
- package/dist/components/Link.js +15 -505
- package/dist/components/List.js +23 -498
- package/dist/components/Loader.js +41 -56
- package/dist/components/Logo.js +40 -55
- package/dist/components/Menu.js +55 -58
- package/dist/components/MenuItem.js +102 -110
- package/dist/components/Modal.js +21 -402
- package/dist/components/Notification/Notification.interface.d.ts +49 -0
- package/dist/components/Notification/NotificationItem.d.ts +10 -0
- package/dist/components/Notification/NotificationList.d.ts +3 -0
- package/dist/components/Notification/index.d.ts +3 -0
- package/dist/components/Notification.js +28 -281
- package/dist/components/Overlay.js +37 -45
- package/dist/components/Page.js +66 -74
- package/dist/components/Pagination.js +225 -57
- package/dist/components/Radio.js +55 -70
- package/dist/components/RangeSlider.js +53 -62
- package/dist/components/Response.js +104 -120
- package/dist/components/ScrollOnDrag.js +71 -172
- package/dist/components/Scrollbar.js +15 -18
- package/dist/components/Search.js +35 -571
- package/dist/components/Segmented.js +54 -69
- package/dist/components/Select.js +274 -324
- package/dist/components/SiteMenu.js +33 -221
- package/dist/components/Swiper.js +140 -148
- package/dist/components/Switch.js +17 -25
- package/dist/components/Tab.js +34 -1089
- package/dist/components/Text/Text.d.ts +9 -0
- package/dist/components/Text/Text.interface.d.ts +53 -0
- package/dist/components/Text/index.d.ts +1 -0
- package/dist/components/Text.js +15 -362
- package/dist/components/Textarea.js +37 -46
- package/dist/components/Tile.js +100 -112
- package/dist/components/Title.js +66 -75
- package/dist/components/Tooltip.js +83 -93
- package/dist/components/Video.js +32 -40
- package/dist/components/Wrapper.js +67 -75
- package/dist/components/index.d.ts +58 -0
- package/dist/components.js +117 -0
- package/dist/constants/componentProps/align.js +1 -3
- package/dist/constants/componentProps/alignDirection.js +1 -3
- package/dist/constants/componentProps/alignment.js +1 -3
- package/dist/constants/componentProps/borderColor.js +1 -3
- package/dist/constants/componentProps/borderColorHover.js +1 -3
- package/dist/constants/componentProps/borderType.js +1 -3
- package/dist/constants/componentProps/borderWidth.js +1 -3
- package/dist/constants/componentProps/captionPosition.js +1 -3
- package/dist/constants/componentProps/direction.js +1 -3
- package/dist/constants/componentProps/emojiSize.js +1 -3
- package/dist/constants/componentProps/fill.js +1 -3
- package/dist/constants/componentProps/fillGradient.js +1 -3
- package/dist/constants/componentProps/fillHover.js +1 -3
- package/dist/constants/componentProps/fillType.js +1 -3
- package/dist/constants/componentProps/flexAlign.js +1 -3
- package/dist/constants/componentProps/flexJustifyContent.js +1 -3
- package/dist/constants/componentProps/flexWrap.js +1 -3
- package/dist/constants/componentProps/gridAlign.js +1 -3
- package/dist/constants/componentProps/gridAlignSelf.js +1 -3
- package/dist/constants/componentProps/gridJustifyItems.js +1 -3
- package/dist/constants/componentProps/gridJustifySelf.js +1 -3
- package/dist/constants/componentProps/height.js +1 -3
- package/dist/constants/componentProps/horizontalContentAlign.js +1 -3
- package/dist/constants/componentProps/horizontalResizeMode.js +1 -3
- package/dist/constants/componentProps/iconFillSize.js +1 -3
- package/dist/constants/componentProps/iconSize.js +1 -3
- package/dist/constants/componentProps/itemColor.js +1 -3
- package/dist/constants/componentProps/position.js +1 -3
- package/dist/constants/componentProps/resizeMode.js +1 -3
- package/dist/constants/componentProps/shape.js +1 -3
- package/dist/constants/componentProps/size.js +1 -3
- package/dist/constants/componentProps/sizeInterface.js +1 -3
- package/dist/constants/componentProps/sizePX.js +1 -3
- package/dist/constants/componentProps/stacking.js +1 -3
- package/dist/constants/componentProps/state.js +1 -3
- package/dist/constants/componentProps/strokeColor.js +1 -3
- package/dist/constants/componentProps/textAlign.js +1 -3
- package/dist/constants/componentProps/textColor.js +1 -3
- package/dist/constants/componentProps/textColorActive.js +1 -3
- package/dist/constants/componentProps/textColorHover.js +1 -3
- package/dist/constants/componentProps/textGradient.js +1 -3
- package/dist/constants/componentProps/textSize.js +1 -3
- package/dist/constants/componentProps/textStyle.js +1 -3
- package/dist/constants/componentProps/textTag.js +1 -3
- package/dist/constants/componentProps/textWeight.js +1 -3
- package/dist/constants/componentProps/textWrap.js +1 -3
- package/dist/constants/componentProps/titleSize.js +1 -3
- package/dist/constants/componentProps/type.js +1 -3
- package/dist/constants/componentProps/underline.js +1 -3
- package/dist/constants/componentProps/verticalContentAlign.js +1 -3
- package/dist/constants/componentProps/verticalResizeMode.js +1 -3
- package/dist/constants/componentProps/width.js +1 -3
- package/dist/constants/componentProps/wrap.js +1 -3
- package/dist/constants.js +53 -111
- package/dist/context/Notifications.js +17 -25
- package/dist/context/UIContext.js +21 -29
- package/dist/context/index.d.ts +2 -0
- package/dist/css/components/Avatar/Avatar.css +10 -0
- package/dist/css/components/Button/Button.css +13 -2
- package/dist/css/components/Dot/Dot.css +10 -4
- package/dist/css/components/Dropdown/Dropdown.css +41 -15
- package/dist/css/components/Pagination/Pagination.css +55 -32
- package/dist/css/components/Pagination/css/__item/pagination__item.css +27 -25
- package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +28 -13
- package/dist/css/components/Scrollbar/Scrollbar.css +56 -0
- package/dist/css/components/Select/Select.css +8 -0
- package/dist/css/components/Swiper/Swiper.css +2 -2
- package/dist/css/styles/fill/fill_active_hover.css +6 -3
- package/dist/css/styles/text-color/text-color_active.css +4 -2
- package/dist/floating-ui.dom-BQ7wiYTi.js +1374 -0
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/styleAttributes.interface.d.ts +143 -0
- package/dist/hooks/styleAttributes.js +2 -4
- package/dist/hooks/useDeviceTargetClass.js +13 -20
- package/dist/hooks/useMediaQueries.js +16 -10
- package/dist/hooks/useStyles.js +22 -30
- package/dist/index.d.ts +4 -0
- package/dist/jsx-runtime-ClDdVO4Q.js +1357 -0
- package/dist/types/componentProps/align.d.ts +1 -0
- package/dist/types/componentProps/alignDirection.d.ts +1 -0
- package/dist/types/componentProps/alignment.d.ts +1 -0
- package/dist/types/componentProps/appearanceKeys.d.ts +1 -0
- package/dist/types/componentProps/borderColor.d.ts +1 -0
- package/dist/types/componentProps/borderColorHover.d.ts +1 -0
- package/dist/types/componentProps/borderType.d.ts +1 -0
- package/dist/types/componentProps/borderWidth.d.ts +1 -0
- package/dist/types/componentProps/captionPosition.d.ts +1 -0
- package/dist/types/componentProps/direction.d.ts +1 -0
- package/dist/types/componentProps/elevation.d.ts +1 -0
- package/dist/types/componentProps/emojiSize.d.ts +1 -0
- package/dist/types/componentProps/fill.d.ts +1 -0
- package/dist/types/componentProps/fillGradient.d.ts +1 -0
- package/dist/types/componentProps/fillHover.d.ts +1 -0
- package/dist/types/componentProps/fillType.d.ts +1 -0
- package/dist/types/componentProps/flexAlign.d.ts +1 -0
- package/dist/types/componentProps/flexGrow.d.ts +1 -0
- package/dist/types/componentProps/flexJustifyContent.d.ts +1 -0
- package/dist/types/componentProps/flexWrap.d.ts +1 -0
- package/dist/types/componentProps/gridAlign.d.ts +1 -0
- package/dist/types/componentProps/gridAlignSelf.d.ts +1 -0
- package/dist/types/componentProps/gridJustifyItems.d.ts +1 -0
- package/dist/types/componentProps/gridJustifySelf.d.ts +1 -0
- package/dist/types/componentProps/height.d.ts +1 -0
- package/dist/types/componentProps/horizontalContentAlign.d.ts +1 -0
- package/dist/types/componentProps/horizontalResizeMode.d.ts +1 -0
- package/dist/types/componentProps/iconFillSize.d.ts +1 -0
- package/dist/types/componentProps/iconSize.d.ts +1 -0
- package/dist/types/componentProps/itemColor.d.ts +1 -0
- package/dist/types/componentProps/justifyContent.d.ts +1 -0
- package/dist/types/componentProps/position.d.ts +1 -0
- package/dist/types/componentProps/resizeMode.d.ts +1 -0
- package/dist/types/componentProps/shape.d.ts +1 -0
- package/dist/types/componentProps/size.d.ts +1 -0
- package/dist/types/componentProps/sizeInterface.d.ts +1 -0
- package/dist/types/componentProps/sizePX.d.ts +1 -0
- package/dist/types/componentProps/stacking.d.ts +1 -0
- package/dist/types/componentProps/state.d.ts +1 -0
- package/dist/types/componentProps/strokeColor.d.ts +1 -0
- package/dist/types/componentProps/textAlign.d.ts +1 -0
- package/dist/types/componentProps/textColor.d.ts +1 -0
- package/dist/types/componentProps/textColorActive.d.ts +1 -0
- package/dist/types/componentProps/textColorHover.d.ts +1 -0
- package/dist/types/componentProps/textGradient.d.ts +1 -0
- package/dist/types/componentProps/textSize.d.ts +1 -0
- package/dist/types/componentProps/textStyle.d.ts +1 -0
- package/dist/types/componentProps/textTag.d.ts +1 -0
- package/dist/types/componentProps/textWeight.d.ts +1 -0
- package/dist/types/componentProps/textWrap.d.ts +1 -0
- package/dist/types/componentProps/titleSize.d.ts +1 -0
- package/dist/types/componentProps/type.d.ts +1 -0
- package/dist/types/componentProps/underline.d.ts +1 -0
- package/dist/types/componentProps/verticalContentAlign.d.ts +1 -0
- package/dist/types/componentProps/verticalResizeMode.d.ts +1 -0
- package/dist/types/componentProps/width.d.ts +1 -0
- package/dist/types/componentProps/wrap.d.ts +1 -0
- package/dist/types/index.d.ts +56 -0
- package/package.json +86 -29
- package/dist/css/components/Background/Background.css +0 -11
- /package/dist/{floating-ui.dom-C34fOuI9.js → cjs/floating-ui.dom-C34fOuI9.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type alignPropsType = 'topLeft' | 'topCenter' | 'topRight' | 'left' | 'center' | 'right' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type alignDirectionPropsType = 'column' | 'column-reverse' | 'horizontal' | 'horizontal-reverse' | 'row' | 'row-reverse' | 'vertical' | 'vertical-reverse';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type alignmentProps = 'topLeft' | 'topCenter' | 'topRight' | 'leftCenter' | 'rightCenter' | 'bottomRight' | 'bottomCenter' | 'bottomLeft';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type appearanceKeysDefaultType = 'dev' | 'accent' | 'primary' | 'secondary' | 'surfacePrimary' | 'surfaceSecondary' | 'surfaceTertiary' | 'surfaceQuaternary';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type borderColorPropsType = 'accentBorderPrimary' | 'accentBorderSecondary' | 'accentBorderTertiary' | 'accentBorderQuaternary' | 'accentBorderDisabled' | 'primaryBorderPrimary' | 'primaryBorderSecondary' | 'primaryBorderTertiary' | 'primaryBorderQuaternary' | 'primaryBorderDisabled' | 'secondaryBorderPrimary' | 'secondaryBorderSecondary' | 'secondaryBorderTertiary' | 'secondaryBorderQuaternary' | 'secondaryBorderDisabled' | 'tertiaryBorderPrimary' | 'tertiaryBorderSecondary' | 'tertiaryBorderTertiary' | 'tertiaryBorderQuaternary' | 'tertiaryBorderDisabled' | 'surfaceBorderPrimary' | 'surfaceBorderSecondary' | 'surfaceBorderTertiary' | 'surfaceBorderQuaternary' | 'surfaceBorderDisabled' | 'surfaceBorderInvert' | 'errorBorderPrimary' | 'errorBorderSecondary' | 'errorBorderDisabled' | 'successBorderPrimary' | 'successBorderSecondary' | 'successBorderDisabled';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type borderColorHoverPropsType = 'accentBorderPrimary' | 'accentBorderPrimaryHover' | 'primaryBorderPrimary' | 'secondaryBorderPrimary' | 'tertiaryBorderPrimary' | 'surfaceBorderPrimary' | 'surfaceBorderSecondary' | 'surfaceBorderTertiary' | 'errorBorderPrimary' | 'errorBorderPrimaryHover' | 'successBorderPrimary';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type borderTypePropsType = 'outline' | 'solid' | 'none';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type borderWidthPropsType = '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type captionPositionPropsType = 'onImageTop' | 'onImageBottom' | 'top' | 'right' | 'bottom' | 'left';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type directionPropsType = 'row' | 'row-reverse' | 'column' | 'column-reverse' | 'vertical' | 'horizontal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type elevationPropsType = 1 | 2 | 4 | 6 | 8 | 12 | 16 | 24;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type emojiSizePropsType = '16' | '24' | '32' | '40' | '56' | '64' | '144';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type fillPropsType = 'accentPrimary' | 'accentSecondary' | 'accentTertiary' | 'errorPrimary' | 'errorSecondary' | 'gradientPrimary' | 'primaryPrimary' | 'primarySecondary' | 'primaryTertiary' | 'secondaryPrimary' | 'secondarySecondary' | 'secondaryTertiary' | 'successPrimary' | 'successSecondary' | 'surfaceItemPrimary' | 'surfaceItemPrimary' | 'surfacePrimary' | 'surfaceQuaternary' | 'surfaceQuinary' | 'surfaceSecondary' | 'surfaceTertiary' | 'tertiaryPrimary' | 'tertiarySecondary' | 'tertiaryTertiary';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type fillGradientPropsType = 'accent' | 'primary' | 'secondary' | 'tertiary' | 'surface' | 'error' | 'success';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type fillHoverPropsType = 'accentPrimaryHover' | 'accentSecondary' | 'accentTertiary' | 'primaryPrimaryHover' | 'secondaryPrimaryHover' | 'surfaceTertiary' | 'surfaceItemTertiary' | 'surfacePrimaryHover' | 'surfaceSecondaryHover' | 'surfaceTertiaryHover';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type fillTypePropsType = 'solid' | 'outline' | 'ghost';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type flexAlignPropsType = 'stretch' | 'flex-start' | 'flex-end' | 'center' | 'baseline' | 'auto';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type flexGrowPropsType = '0' | '1';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type flexJustifyContentPropsType = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type flexWrapPropsType = 'wrap' | 'nowrap' | 'wrap-reverse';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type gridAlignPropsType = 'auto' | 'normal' | 'stretch' | 'center' | 'start' | 'end' | 'space-around' | 'space-between' | 'space-evenly' | 'safe center' | 'unsafe center' | 'self-start' | 'self-end' | 'first' | 'baseline' | 'first' | 'baseline' | 'last baseline';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type gridAlignSelfPropsType = 'auto' | 'normal' | 'stretch' | 'center' | 'start' | 'end' | 'space-around' | 'space-between' | 'space-evenly' | 'safe center' | 'unsafe center' | 'self-start' | 'self-end' | 'first' | 'baseline' | 'first' | 'baseline' | 'last baseline';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type gridJustifyItemsPropsType = 'legacy' | 'normal' | 'stretch' | 'center' | 'safe' | 'center' | 'unsafe' | 'center' | 'start' | 'end' | 'self-start' | 'self-end' | 'left' | 'right' | 'baseline' | 'first baseline' | 'last baseline';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type gridJustifySelfPropsType = 'auto' | 'legacy' | 'normal' | 'stretch' | 'center' | 'start' | 'end' | 'left' | 'right' | 'space-around' | 'space-between' | 'space-evenly' | 'safe' | 'center' | 'unsafe center' | 'self-start' | 'self-end' | 'left' | 'right' | 'baseline' | 'first baseline' | 'last baseline';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type heightPropsType = 'fixed' | 'hug' | 'fill' | string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type horizontalContentAlignPropsType = 'center';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type horizontalResizeModePropsType = 'fixed' | 'hug' | 'fill';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type iconFillSizePropsType = '14' | '16' | '24' | '32' | '36' | '40' | '60' | '64' | '144';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type iconSizePropsType = '14' | '16' | '20' | '24' | '32' | '40' | '60' | '64' | '144';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type itemColorPropsType = 'accentPrimary' | 'accentSecondary' | 'accentTertiary' | 'primaryPrimary' | 'primarySecondary' | 'primaryTertiary' | 'secondaryPrimary' | 'secondarySecondary' | 'secondaryTertiary' | 'tertiaryPrimary' | 'tertiarySecondary' | 'tertiaryTertiary' | 'surfacePrimary' | 'surfaceSecondary' | 'surfaceTertiary' | 'surfaceQuaternary' | 'surfaceQuinary' | 'errorPrimary' | 'errorSecondary' | 'successPrimary' | 'successSecondary';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type justifyContentPropsType = 'flexStart' | 'flexEnd' | 'spaceBetween' | 'spaceAround' | 'spaceEvenly' | 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type positionPropsType = 'absolute' | 'relative' | 'fixed' | 'static' | 'inherit';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type resizeModePropsType = 'cover' | 'contain' | 'stretch' | 'center' | 'caption-back';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type shapePropsType = 'geometric' | 'rounded' | 'circular';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type sizePropsType = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type sizeInterfacePropsType = 'compact' | 'normal' | 'regular' | 'any';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type sizePXPropsType = '14' | '16' | '24' | '32' | '40' | '48' | '56' | '60' | '64' | '72' | '80' | '96' | '112' | '144' | '240';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type stackingPropsType = 'firstOnTop' | 'lastOnTop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type statePropsType = 'active' | 'checked' | 'disabled' | 'focus' | 'hover' | 'normal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type strokeColorPropsType = 'surfaceItemPrimary' | 'surfaceItemSecondary' | 'surfaceItemTertiary' | 'surfaceItemAccent' | 'surfaceItemDisabled' | 'accentItemPrimary' | 'accentItemSecondary' | 'primaryItemPrimary' | 'secondaryItemPrimary' | 'errorItemPrimary' | 'errorItemSecondary' | 'successItemPrimary' | 'successItemSecondary';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textAlignPropsType = 'left' | 'center' | 'right';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textColorPropsType = 'accentTextPrimary' | 'accentTextSecondary' | 'accentTextTertiary' | 'primaryTextPrimary' | 'primaryTextSecondary' | 'primaryTextTertiary' | 'secondaryTextPrimary' | 'secondaryTextSecondary' | 'secondaryTextTertiary' | 'tertiaryTextPrimary' | 'tertiaryTextSecondary' | 'surfaceTextPrimary' | 'surfaceTextAccent' | 'surfaceTextSecondary' | 'surfaceTextTertiary' | 'surfaceTextQuaternary' | 'surfaceTextAccent' | 'surfaceTextHover' | 'surfaceTextFocus' | 'surfaceTextActive' | 'surfaceTextDisabled' | 'errorTextPrimary' | 'errorTextSecondary' | 'successTextPrimary' | 'successTextSecondary' | 'surfaceTextInvert';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textColorActivePropsType = 'accentTextPrimary' | 'accentTextSecondary' | 'accentTextTertiary' | 'primaryTextPrimary' | 'primaryTextSecondary' | 'primaryTextTertiary' | 'secondaryTextPrimary' | 'secondaryTextSecondary' | 'secondaryTextTertiary' | 'tertiaryTextPrimary' | 'tertiaryTextSecondary' | 'surfaceTextPrimary' | 'surfaceTextAccent' | 'surfaceTextSecondary' | 'surfaceTextTertiary' | 'surfaceTextQuaternary' | 'surfaceTextAccent' | 'surfaceTextHover' | 'surfaceTextFocus' | 'surfaceTextActive' | 'surfaceTextDisabled' | 'errorTextPrimary' | 'errorTextSecondary' | 'successTextPrimary' | 'successTextSecondary' | 'surfaceTextInvert';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textColorHoverPropsType = 'accentTextPrimary' | 'accentTextSecondary' | 'accentTextTertiary' | 'primaryTextPrimary' | 'primaryTextSecondary' | 'primaryTextTertiary' | 'secondaryTextPrimary' | 'secondaryTextSecondary' | 'secondaryTextTertiary' | 'tertiaryTextPrimary' | 'tertiaryTextSecondary' | 'surfaceTextPrimary' | 'surfaceTextAccent' | 'surfaceTextSecondary' | 'surfaceTextTertiary' | 'surfaceTextQuaternary' | 'surfaceTextAccent' | 'surfaceTextHover' | 'surfaceTextFocus' | 'surfaceTextActive' | 'surfaceTextDisabled' | 'errorTextPrimary' | 'errorTextSecondary' | 'successTextPrimary' | 'successTextSecondary' | 'surfaceTextInvert';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textGradientPropsType = 'accent' | 'primary' | 'secondary' | 'tertiary' | 'surface' | 'error' | 'success';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textSizePropsType = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textStylePropsType = 'normal' | 'italic';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textTagPropsType = 'p' | 'span';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textWeightPropsType = 'normal' | 'bold' | 'light' | 'lighter' | 'bolder' | '100' | 100 | '200' | 200 | '300' | 300 | '400' | 400 | '500' | 500 | '600' | 600 | '700' | 700 | '800' | 800 | '900' | 900 | '950' | 950;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type textWrapPropsType = 'wrap' | 'nowrap';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type titleSizePropsType = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type typePropsType = 'accent' | 'primary' | 'secondary' | 'tertiary' | 'surface' | 'error' | 'success';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type underlinePropsType = 'false' | 'none' | 'underline';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type verticalContentAlignPropsType = 'center';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type verticalResizeModePropsType = 'fixed' | 'hug' | 'fill';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type widthPropsType = 'fixed' | 'hug' | 'fill' | string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type wrapPropsType = 'wrap' | 'no-wrap' | 'nowrap' | 'wrap-reverse';
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export type { alignDirectionPropsType } from './componentProps/alignDirection';
|
|
2
|
+
export type { alignPropsType } from './componentProps/align';
|
|
3
|
+
export type { alignmentProps } from './componentProps/alignment';
|
|
4
|
+
export type { borderColorHoverPropsType } from './componentProps/borderColorHover';
|
|
5
|
+
export type { borderColorPropsType } from './componentProps/borderColor';
|
|
6
|
+
export type { borderTypePropsType } from './componentProps/borderType';
|
|
7
|
+
export type { borderWidthPropsType } from './componentProps/borderWidth';
|
|
8
|
+
export type { captionPositionPropsType } from './componentProps/captionPosition';
|
|
9
|
+
export type { directionPropsType } from './componentProps/direction';
|
|
10
|
+
export type { elevationPropsType } from './componentProps/elevation';
|
|
11
|
+
export type { emojiSizePropsType } from './componentProps/emojiSize';
|
|
12
|
+
export type { fillGradientPropsType } from './componentProps/fillGradient';
|
|
13
|
+
export type { fillHoverPropsType } from './componentProps/fillHover';
|
|
14
|
+
export type { fillPropsType } from './componentProps/fill';
|
|
15
|
+
export type { fillTypePropsType } from './componentProps/fillType';
|
|
16
|
+
export type { flexAlignPropsType } from './componentProps/flexAlign';
|
|
17
|
+
export type { flexGrowPropsType } from './componentProps/flexGrow';
|
|
18
|
+
export type { flexJustifyContentPropsType } from './componentProps/flexJustifyContent';
|
|
19
|
+
export type { flexWrapPropsType } from './componentProps/flexWrap';
|
|
20
|
+
export type { gridAlignPropsType } from './componentProps/gridAlign';
|
|
21
|
+
export type { gridAlignSelfPropsType } from './componentProps/gridAlignSelf';
|
|
22
|
+
export type { gridJustifyItemsPropsType } from './componentProps/gridJustifyItems';
|
|
23
|
+
export type { gridJustifySelfPropsType } from './componentProps/gridJustifySelf';
|
|
24
|
+
export type { heightPropsType } from './componentProps/height';
|
|
25
|
+
export type { horizontalContentAlignPropsType } from './componentProps/horizontalContentAlign';
|
|
26
|
+
export type { horizontalResizeModePropsType } from './componentProps/horizontalResizeMode';
|
|
27
|
+
export type { iconFillSizePropsType } from './componentProps/iconFillSize';
|
|
28
|
+
export type { iconSizePropsType } from './componentProps/iconSize';
|
|
29
|
+
export type { itemColorPropsType } from './componentProps/itemColor';
|
|
30
|
+
export type { justifyContentPropsType } from './componentProps/justifyContent';
|
|
31
|
+
export type { positionPropsType } from './componentProps/position';
|
|
32
|
+
export type { resizeModePropsType } from './componentProps/resizeMode';
|
|
33
|
+
export type { shapePropsType } from './componentProps/shape';
|
|
34
|
+
export type { sizeInterfacePropsType } from './componentProps/sizeInterface';
|
|
35
|
+
export type { sizePXPropsType } from './componentProps/sizePX';
|
|
36
|
+
export type { sizePropsType } from './componentProps/size';
|
|
37
|
+
export type { stackingPropsType } from './componentProps/stacking';
|
|
38
|
+
export type { statePropsType } from './componentProps/state';
|
|
39
|
+
export type { strokeColorPropsType } from './componentProps/strokeColor';
|
|
40
|
+
export type { textAlignPropsType } from './componentProps/textAlign';
|
|
41
|
+
export type { textColorActivePropsType } from './componentProps/textColorActive';
|
|
42
|
+
export type { textColorHoverPropsType } from './componentProps/textColorHover';
|
|
43
|
+
export type { textColorPropsType } from './componentProps/textColor';
|
|
44
|
+
export type { textGradientPropsType } from './componentProps/textGradient';
|
|
45
|
+
export type { textSizePropsType } from './componentProps/textSize';
|
|
46
|
+
export type { textStylePropsType } from './componentProps/textStyle';
|
|
47
|
+
export type { textTagPropsType } from './componentProps/textTag';
|
|
48
|
+
export type { textWeightPropsType } from './componentProps/textWeight';
|
|
49
|
+
export type { textWrapPropsType } from './componentProps/textWrap';
|
|
50
|
+
export type { titleSizePropsType } from './componentProps/titleSize';
|
|
51
|
+
export type { typePropsType } from './componentProps/type';
|
|
52
|
+
export type { underlinePropsType } from './componentProps/underline';
|
|
53
|
+
export type { verticalContentAlignPropsType } from './componentProps/verticalContentAlign';
|
|
54
|
+
export type { verticalResizeModePropsType } from './componentProps/verticalResizeMode';
|
|
55
|
+
export type { widthPropsType } from './componentProps/width';
|
|
56
|
+
export type { wrapPropsType } from './componentProps/wrap';
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TypeStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
+
import { borderColorPropsType, directionPropsType, fillHoverPropsType, fillPropsType, heightPropsType, shapePropsType, sizePropsType, textColorPropsType, textWeightPropsType, widthPropsType } from '../../types';
|
|
4
|
+
export interface IAccordionProps extends TypeStyleAttributes {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
items?: {
|
|
7
|
+
content: React.ReactNode;
|
|
8
|
+
id: number | string;
|
|
9
|
+
title: string;
|
|
10
|
+
}[];
|
|
11
|
+
className: string;
|
|
12
|
+
initial: any;
|
|
13
|
+
isMultiple: boolean;
|
|
14
|
+
onClickItem?: ({}: {
|
|
15
|
+
id: number | string;
|
|
16
|
+
}) => void;
|
|
17
|
+
borderColor?: borderColorPropsType;
|
|
18
|
+
direction?: directionPropsType;
|
|
19
|
+
fill?: fillPropsType;
|
|
20
|
+
shape?: shapePropsType;
|
|
21
|
+
height?: heightPropsType;
|
|
22
|
+
width?: widthPropsType;
|
|
23
|
+
}
|
|
24
|
+
export interface IAccordionItemProps extends TypeStyleAttributes {
|
|
25
|
+
children?: React.ReactNode;
|
|
26
|
+
id: number | string;
|
|
27
|
+
title?: string;
|
|
28
|
+
icon?: React.ReactNode;
|
|
29
|
+
content?: React.ReactNode;
|
|
30
|
+
afterContent?: React.ReactNode;
|
|
31
|
+
beforeContent?: React.ReactNode;
|
|
32
|
+
className?: string;
|
|
33
|
+
titleTextSize?: sizePropsType;
|
|
34
|
+
titleTextColor?: textColorPropsType;
|
|
35
|
+
titleTextWeight?: textWeightPropsType;
|
|
36
|
+
contentTextSize?: sizePropsType;
|
|
37
|
+
contentTextColor?: textColorPropsType;
|
|
38
|
+
contentTextWeight?: textWeightPropsType;
|
|
39
|
+
size?: sizePropsType;
|
|
40
|
+
isExpanded?: boolean;
|
|
41
|
+
onClick?: ({}: {
|
|
42
|
+
id: number | string;
|
|
43
|
+
title?: string;
|
|
44
|
+
content?: React.ReactNode;
|
|
45
|
+
isExpanded?: boolean;
|
|
46
|
+
}) => void;
|
|
47
|
+
fillDesktop?: fillPropsType;
|
|
48
|
+
fillMobile?: fillPropsType;
|
|
49
|
+
fillTablet?: fillPropsType;
|
|
50
|
+
iconFill?: fillPropsType;
|
|
51
|
+
iconFillDesktop?: fillPropsType;
|
|
52
|
+
iconFillMobile?: fillPropsType;
|
|
53
|
+
iconFillTablet?: fillPropsType;
|
|
54
|
+
shapeDesktop?: shapePropsType;
|
|
55
|
+
shapeMobile?: shapePropsType;
|
|
56
|
+
shapeTablet?: shapePropsType;
|
|
57
|
+
borderColor?: borderColorPropsType;
|
|
58
|
+
contentBorderColor?: borderColorPropsType;
|
|
59
|
+
titleBorderColor?: borderColorPropsType;
|
|
60
|
+
fill?: fillPropsType;
|
|
61
|
+
fillHover?: fillHoverPropsType;
|
|
62
|
+
contentFill?: fillPropsType;
|
|
63
|
+
titleFill?: fillPropsType;
|
|
64
|
+
titleFillHover?: fillHoverPropsType;
|
|
65
|
+
shape?: shapePropsType;
|
|
66
|
+
width?: widthPropsType;
|
|
67
|
+
height?: heightPropsType;
|
|
68
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IAccordionItemProps } from './Accordion.interface';
|
|
2
|
+
declare function AccordionItem(props: IAccordionItemProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare namespace AccordionItem {
|
|
4
|
+
var defaultProps: {
|
|
5
|
+
iconFill: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export { AccordionItem };
|