@itcase/ui 1.1.7 → 1.1.9
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-JS45IVx7.js → Accordion-CqPVnTKh.js} +3 -34
- package/dist/Avatar-DB6Si0s1.js +31 -0
- package/dist/{Breadcrumbs-KOoMbWmP.js → Breadcrumbs-B79kOtMG.js} +3 -3
- package/dist/Button-B7vbiqrJ.js +100 -0
- package/dist/{ContextMenuItem-CF5L8xev.js → ContextMenuItem-BPqsjmSA.js} +3 -3
- package/dist/Divider-BlBwMHgl.js +45 -0
- package/dist/Dot-C3R1y59u.js +34 -0
- package/dist/{DropdownItem-C0gYXEq6.js → DropdownItem-Dgf0LRhx.js} +3 -3
- package/dist/{FlexItem-DHynUt6v.js → FlexItem-DzNgFIa0.js} +1 -1
- package/dist/GridRow-Cc-rz56R.js +158 -0
- package/dist/{Group-DhYXDvAJ.js → Group-fbVPmr8W.js} +12 -20
- package/dist/Icon-Dn2eEZvb.js +128 -0
- package/dist/Link-ByBzBRDH.js +132 -0
- package/dist/{ListItem-DYbK4_8c.js → ListItem-Cf8r3w8t.js} +1 -1
- package/dist/NotificationList-CJyEnxWw.js +38 -0
- package/dist/{SearchResult-DNPmzvp8.js → SearchResult-erxB06IL.js} +2 -2
- package/dist/{SelectField-uEsQcoxF.js → SelectField-CpQMWXaC.js} +3 -3
- package/dist/{SiteMenuButton-DE_hCJUV.js → SiteMenuButton-BFmti8pF.js} +2 -2
- package/dist/{TabGroup-CCR5jORT.js → TabGroup-CjmtgOMw.js} +3 -3
- package/dist/{Text-DffpwlYq.js → Text-BcGbRc14.js} +7 -13
- package/dist/cjs/{Accordion-BDTE-Lkj.js → Accordion-DcZ9P5kP.js} +5 -36
- package/dist/cjs/Avatar-C8tufLEH.js +37 -0
- package/dist/cjs/{Breadcrumbs-BV5q8aPJ.js → Breadcrumbs-HubY1qZQ.js} +5 -5
- package/dist/cjs/Button-3GkRq8Pv.js +108 -0
- package/dist/cjs/{ContextMenuItem-C8eg828K.js → ContextMenuItem-DmbSoGn1.js} +6 -6
- package/dist/cjs/Divider-CIYsHYud.js +51 -0
- package/dist/cjs/Dot-vDSigHDs.js +40 -0
- package/dist/cjs/{DropdownItem-DT8iQfVh.js → DropdownItem-Bl-Ghc_6.js} +5 -5
- package/dist/cjs/{FlexItem-CYXxJtYX.js → FlexItem-BnORv6q3.js} +1 -1
- package/dist/cjs/GridRow-mzs0CkNG.js +166 -0
- package/dist/cjs/{Group-DbzIk8kt.js → Group-4zWTDvKx.js} +12 -20
- package/dist/cjs/Icon-UBahY607.js +137 -0
- package/dist/cjs/Link-BoShjCEw.js +142 -0
- package/dist/cjs/{ListItem-CTDoiG0C.js → ListItem-MrHApmF3.js} +2 -2
- package/dist/cjs/NotificationList-DnI8DqyE.js +46 -0
- package/dist/cjs/{SearchResult-CdsV7oDb.js → SearchResult-bTwR5A-g.js} +7 -7
- package/dist/cjs/{SelectField-DVCsVz6q.js → SelectField-BJTu7BXO.js} +11 -11
- package/dist/cjs/{SiteMenuButton-CVdX1ouh.js → SiteMenuButton-BGi0gR1z.js} +3 -3
- package/dist/cjs/{TabGroup-B1LUF9Hg.js → TabGroup-DIWmGIp2.js} +7 -7
- package/dist/cjs/{Text-CfBPhwqK.js → Text-D7Aq1i5R.js} +7 -13
- package/dist/cjs/components/Accordion/Accordion.interface.d.ts +1 -1
- package/dist/cjs/components/Accordion.js +11 -16
- package/dist/cjs/components/Avatar/Avatar.d.ts +3 -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 +21 -248
- package/dist/cjs/components/Badge.js +1 -1
- package/dist/cjs/components/Breadcrumbs.js +17 -22
- 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 +25 -547
- package/dist/cjs/components/Card.js +1 -1
- package/dist/cjs/components/Cell.js +18 -22
- package/dist/cjs/components/Checkbox.js +1 -1
- package/dist/cjs/components/Chips.js +4 -4
- package/dist/cjs/components/Choice.js +10 -15
- package/dist/cjs/components/ContextMenu.js +10 -17
- package/dist/cjs/components/CookiesWarning.js +12 -18
- package/dist/cjs/components/DatePicker.js +13 -18
- 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 +12 -248
- 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 +11 -216
- package/dist/cjs/components/Drawer.js +14 -4
- package/dist/cjs/components/Dropdown.js +7 -13
- package/dist/cjs/components/Flex/Flex.interface.d.ts +5 -3
- package/dist/cjs/components/Flex/index.d.ts +2 -2
- package/dist/cjs/components/Flex.js +1 -1
- package/dist/cjs/components/FormField.js +12 -18
- 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 +3 -10
- package/dist/cjs/components/Group/Group.interface.d.ts +9 -7
- package/dist/cjs/components/Group.js +1 -1
- 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 +21 -623
- package/dist/cjs/components/Image.js +6 -6
- package/dist/cjs/components/InputPassword.js +14 -19
- package/dist/cjs/components/Label.js +12 -12
- package/dist/cjs/components/LanguageSelector.js +20 -25
- 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 +14 -496
- package/dist/cjs/components/List.js +3 -4
- package/dist/cjs/components/Loader.js +1 -1
- package/dist/cjs/components/Logo.js +7 -14
- package/dist/cjs/components/Menu.js +18 -14
- package/dist/cjs/components/MenuItem.js +3 -3
- package/dist/cjs/components/Modal.js +1 -1
- 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 +6 -7
- package/dist/cjs/components/Pagination.js +36 -37
- package/dist/cjs/components/Panel/Panel.d.ts +7 -0
- package/dist/cjs/components/Panel/Panel.interface.d.ts +56 -0
- package/dist/cjs/components/Panel/index.d.ts +1 -0
- package/dist/cjs/components/Panel.js +112 -0
- package/dist/cjs/components/Radio.js +1 -1
- package/dist/cjs/components/Response.js +15 -18
- package/dist/cjs/components/Search.js +19 -24
- package/dist/cjs/components/Segmented.js +1 -1
- package/dist/cjs/components/Select.js +78 -51
- package/dist/cjs/components/SiteMenu.js +14 -19
- package/dist/cjs/components/Tab.js +8 -8
- package/dist/cjs/components/Text/Text.interface.d.ts +29 -27
- package/dist/cjs/components/Text.js +1 -1
- package/dist/cjs/components/Tile.js +6 -9
- package/dist/cjs/components/Tooltip.js +1 -1
- package/dist/cjs/components.js +138 -145
- package/dist/cjs/context/Notifications.js +1 -0
- package/dist/cjs/context/UIContext.js +1 -0
- package/dist/cjs/hooks/styleAttributes.interface.d.ts +12 -13
- package/dist/cjs/types/componentProps/appearanceKeys.d.ts +1 -0
- package/dist/cjs/types/componentProps/fill.d.ts +1 -0
- package/dist/cjs/types/componentProps/fillHover.d.ts +1 -0
- package/dist/cjs/types/componentProps/flexGrow.d.ts +1 -0
- package/dist/cjs/{constants-ts → types}/componentProps/iconFillSize.d.ts +1 -1
- package/dist/cjs/types/componentProps/iconSize.d.ts +1 -0
- package/dist/cjs/types/componentProps/overflow.d.ts +1 -0
- package/dist/{constants-ts → cjs/types}/index.d.ts +1 -0
- package/dist/components/Accordion/Accordion.interface.d.ts +1 -1
- package/dist/components/Accordion.js +11 -16
- package/dist/components/Avatar/Avatar.d.ts +3 -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 +20 -245
- package/dist/components/Badge.js +1 -1
- package/dist/components/Breadcrumbs.js +17 -22
- 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 +23 -543
- package/dist/components/Card.js +1 -1
- package/dist/components/Cell.js +13 -17
- package/dist/components/Checkbox.js +1 -1
- package/dist/components/Chips.js +4 -4
- package/dist/components/Choice.js +9 -14
- package/dist/components/ContextMenu.js +10 -17
- package/dist/components/CookiesWarning.js +11 -17
- package/dist/components/DatePicker.js +9 -14
- 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 +11 -245
- 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 +10 -213
- package/dist/components/Drawer.js +14 -4
- package/dist/components/Dropdown.js +7 -13
- package/dist/components/Flex/Flex.interface.d.ts +5 -3
- package/dist/components/Flex/index.d.ts +2 -2
- package/dist/components/Flex.js +1 -1
- package/dist/components/FormField.js +12 -18
- 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 +3 -10
- package/dist/components/Group/Group.interface.d.ts +9 -7
- package/dist/components/Group.js +1 -1
- 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 +19 -618
- package/dist/components/Image.js +6 -6
- package/dist/components/InputPassword.js +13 -18
- package/dist/components/Label.js +12 -12
- package/dist/components/LanguageSelector.js +19 -24
- 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 +11 -491
- package/dist/components/List.js +3 -4
- package/dist/components/Loader.js +1 -1
- package/dist/components/Logo.js +6 -13
- package/dist/components/Menu.js +18 -14
- package/dist/components/MenuItem.js +2 -2
- package/dist/components/Modal.js +1 -1
- 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 +6 -7
- package/dist/components/Pagination.js +36 -37
- package/dist/components/Panel/Panel.d.ts +7 -0
- package/dist/components/Panel/Panel.interface.d.ts +56 -0
- package/dist/components/Panel/index.d.ts +1 -0
- package/dist/components/Panel.js +105 -0
- package/dist/components/Radio.js +1 -1
- package/dist/components/Response.js +13 -16
- package/dist/components/Search.js +19 -24
- package/dist/components/Segmented.js +1 -1
- package/dist/components/Select.js +73 -46
- package/dist/components/SiteMenu.js +14 -19
- package/dist/components/Tab.js +8 -8
- package/dist/components/Text/Text.interface.d.ts +29 -27
- package/dist/components/Text.js +1 -1
- package/dist/components/Tile.js +6 -9
- package/dist/components/Tooltip.js +1 -1
- package/dist/components.js +25 -32
- package/dist/context/Notifications.js +1 -0
- package/dist/context/UIContext.js +1 -0
- package/dist/css/components/Button/Button.css +12 -1
- package/dist/css/components/Dot/Dot.css +10 -4
- package/dist/css/components/Link/Link.css +4 -0
- package/dist/css/components/Pagination/Pagination.css +2 -0
- package/dist/css/components/Panel/Panel.css +107 -0
- package/dist/css/styles/fill/fill_active_hover.css +6 -3
- package/dist/hooks/styleAttributes.interface.d.ts +12 -13
- package/dist/types/componentProps/appearanceKeys.d.ts +1 -0
- package/dist/types/componentProps/fill.d.ts +1 -0
- package/dist/types/componentProps/fillHover.d.ts +1 -0
- package/dist/types/componentProps/flexGrow.d.ts +1 -0
- package/dist/{constants-ts → types}/componentProps/iconFillSize.d.ts +1 -1
- package/dist/types/componentProps/iconSize.d.ts +1 -0
- package/dist/types/componentProps/overflow.d.ts +1 -0
- package/dist/{cjs/constants-ts → types}/index.d.ts +1 -0
- package/package.json +10 -4
- package/dist/GridRow-Buc4dsHd.js +0 -1691
- package/dist/NotificationList-KbxjrO3o.js +0 -245
- package/dist/cjs/GridRow-6wilpUeo.js +0 -1701
- package/dist/cjs/NotificationList-B6QbYA9H.js +0 -255
- package/dist/cjs/constants-ts/componentProps/fill.d.ts +0 -1
- package/dist/cjs/constants-ts/componentProps/fillHover.d.ts +0 -1
- package/dist/cjs/constants-ts/componentProps/flexGrow.d.ts +0 -1
- package/dist/cjs/constants-ts/componentProps/iconSize.d.ts +0 -1
- package/dist/constants-ts/componentProps/fill.d.ts +0 -1
- package/dist/constants-ts/componentProps/fillHover.d.ts +0 -1
- package/dist/constants-ts/componentProps/flexGrow.d.ts +0 -1
- package/dist/constants-ts/componentProps/iconSize.d.ts +0 -1
- /package/dist/cjs/{constants-ts → types}/componentProps/align.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/alignDirection.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/alignment.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/borderColor.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/borderColorHover.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/borderType.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/borderWidth.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/captionPosition.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/direction.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/elevation.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/emojiSize.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/fillGradient.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/fillType.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/flexAlign.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/flexJustifyContent.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/flexWrap.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/gridAlign.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/gridAlignSelf.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/gridJustifyItems.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/gridJustifySelf.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/height.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/horizontalContentAlign.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/horizontalResizeMode.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/itemColor.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/justifyContent.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/position.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/resizeMode.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/shape.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/size.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/sizeInterface.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/sizePX.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/stacking.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/state.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/strokeColor.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textAlign.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textColor.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textColorActive.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textColorHover.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textGradient.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textSize.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textStyle.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textTag.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textWeight.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/textWrap.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/titleSize.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/type.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/underline.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/verticalContentAlign.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/verticalResizeMode.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/width.d.ts +0 -0
- /package/dist/cjs/{constants-ts → types}/componentProps/wrap.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/align.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/alignDirection.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/alignment.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/borderColor.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/borderColorHover.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/borderType.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/borderWidth.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/captionPosition.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/direction.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/elevation.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/emojiSize.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/fillGradient.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/fillType.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/flexAlign.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/flexJustifyContent.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/flexWrap.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/gridAlign.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/gridAlignSelf.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/gridJustifyItems.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/gridJustifySelf.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/height.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/horizontalContentAlign.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/horizontalResizeMode.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/itemColor.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/justifyContent.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/position.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/resizeMode.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/shape.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/size.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/sizeInterface.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/sizePX.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/stacking.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/state.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/strokeColor.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textAlign.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textColor.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textColorActive.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textColorHover.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textGradient.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textSize.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textStyle.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textTag.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textWeight.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/textWrap.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/titleSize.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/type.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/underline.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/verticalContentAlign.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/verticalResizeMode.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/width.d.ts +0 -0
- /package/dist/{constants-ts → types}/componentProps/wrap.d.ts +0 -0
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
import React__default, { useState, useMemo, useCallback } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
|
-
import { Icon } from '
|
|
4
|
+
import { I as Icon } from '../Icon-Dn2eEZvb.js';
|
|
5
5
|
import { useDeviceTargetClass } from '../hooks/useDeviceTargetClass.js';
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '../constants/componentProps/fill.js';
|
|
9
|
-
import '../constants/componentProps/size.js';
|
|
10
|
-
import '../constants/componentProps/textColor.js';
|
|
11
|
-
import '../constants/componentProps/textGradient.js';
|
|
12
|
-
import '../constants/componentProps/textStyle.js';
|
|
13
|
-
import '../constants/componentProps/textWeight.js';
|
|
14
|
-
import '../constants/componentProps/type.js';
|
|
15
|
-
import '../constants/componentProps/underline.js';
|
|
6
|
+
import '../Link-ByBzBRDH.js';
|
|
7
|
+
import '../jsx-runtime-ClDdVO4Q.js';
|
|
16
8
|
import '../hooks/useStyles.js';
|
|
17
9
|
import 'lodash/camelCase';
|
|
18
10
|
import 'lodash/maxBy';
|
|
@@ -21,19 +13,22 @@ import '../hooks/styleAttributes.js';
|
|
|
21
13
|
import '../context/UIContext.js';
|
|
22
14
|
import '../hooks/useMediaQueries.js';
|
|
23
15
|
import 'react-responsive';
|
|
24
|
-
import '
|
|
25
|
-
import '../constants/componentProps/borderType.js';
|
|
26
|
-
import '../constants/componentProps/iconSize.js';
|
|
27
|
-
import '../constants/componentProps/shape.js';
|
|
28
|
-
import '../constants/componentProps/strokeColor.js';
|
|
16
|
+
import 'react-inlinesvg';
|
|
29
17
|
import './Tooltip.js';
|
|
30
|
-
import '../Text-
|
|
31
|
-
import '../jsx-runtime-ClDdVO4Q.js';
|
|
18
|
+
import '../Text-BcGbRc14.js';
|
|
32
19
|
import './Title.js';
|
|
20
|
+
import '../constants/componentProps/fill.js';
|
|
33
21
|
import '../constants/componentProps/textAlign.js';
|
|
22
|
+
import '../constants/componentProps/textColor.js';
|
|
23
|
+
import '../constants/componentProps/textGradient.js';
|
|
24
|
+
import '../constants/componentProps/textStyle.js';
|
|
25
|
+
import '../constants/componentProps/textWeight.js';
|
|
34
26
|
import '../constants/componentProps/titleSize.js';
|
|
27
|
+
import '../constants/componentProps/type.js';
|
|
35
28
|
import '../constants/componentProps/wrap.js';
|
|
29
|
+
import '../constants/componentProps/size.js';
|
|
36
30
|
import '../constants/componentProps/textSize.js';
|
|
31
|
+
import '../constants/componentProps/shape.js';
|
|
37
32
|
import 'lodash/castArray';
|
|
38
33
|
|
|
39
34
|
const inputPasswordConfig = {
|
package/dist/components/Label.js
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
import React__default, { useRef, useCallback } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
|
-
import { T as Text } from '../Text-DffpwlYq.js';
|
|
5
|
-
import { Tooltip } from './Tooltip.js';
|
|
6
4
|
import borderTypeProps from '../constants/componentProps/borderType.js';
|
|
7
|
-
import sizeProps from '../constants/componentProps/size.js';
|
|
8
5
|
import fillProps from '../constants/componentProps/fill.js';
|
|
9
6
|
import shapeProps from '../constants/componentProps/shape.js';
|
|
7
|
+
import sizeProps from '../constants/componentProps/size.js';
|
|
10
8
|
import textAlignProps from '../constants/componentProps/textAlign.js';
|
|
11
9
|
import { useDeviceTargetClass } from '../hooks/useDeviceTargetClass.js';
|
|
12
10
|
import { useStyles } from '../hooks/useStyles.js';
|
|
11
|
+
import { T as Text } from '../Text-BcGbRc14.js';
|
|
12
|
+
import { Tooltip } from './Tooltip.js';
|
|
13
|
+
import 'lodash/castArray';
|
|
14
|
+
import 'lodash/camelCase';
|
|
15
|
+
import '../context/UIContext.js';
|
|
16
|
+
import '../hooks/useMediaQueries.js';
|
|
17
|
+
import 'react-responsive';
|
|
18
|
+
import 'lodash/maxBy';
|
|
19
|
+
import 'lodash/upperFirst';
|
|
20
|
+
import '../hooks/styleAttributes.js';
|
|
13
21
|
import '../jsx-runtime-ClDdVO4Q.js';
|
|
14
22
|
import './Title.js';
|
|
15
23
|
import '../constants/componentProps/textColor.js';
|
|
@@ -19,15 +27,7 @@ import '../constants/componentProps/textWeight.js';
|
|
|
19
27
|
import '../constants/componentProps/titleSize.js';
|
|
20
28
|
import '../constants/componentProps/type.js';
|
|
21
29
|
import '../constants/componentProps/wrap.js';
|
|
22
|
-
import '../context/UIContext.js';
|
|
23
|
-
import '../hooks/useMediaQueries.js';
|
|
24
|
-
import 'react-responsive';
|
|
25
30
|
import '../constants/componentProps/textSize.js';
|
|
26
|
-
import 'lodash/castArray';
|
|
27
|
-
import 'lodash/camelCase';
|
|
28
|
-
import 'lodash/maxBy';
|
|
29
|
-
import 'lodash/upperFirst';
|
|
30
|
-
import '../hooks/styleAttributes.js';
|
|
31
31
|
|
|
32
32
|
const labelConfig = {
|
|
33
33
|
appearance: {},
|
|
@@ -97,7 +97,7 @@ function Label(props) {
|
|
|
97
97
|
});
|
|
98
98
|
const borderClass = useDeviceTargetClass(props, {
|
|
99
99
|
prefix: 'border-color_',
|
|
100
|
-
propsKey: '
|
|
100
|
+
propsKey: 'borderColor'
|
|
101
101
|
});
|
|
102
102
|
const borderTypeClass = useDeviceTargetClass(props, {
|
|
103
103
|
prefix: 'border_type_',
|
|
@@ -1,40 +1,35 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
|
-
import { Icon } from '
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
7
|
-
import '../
|
|
8
|
-
import '
|
|
9
|
-
import '../constants/componentProps/textColor.js';
|
|
10
|
-
import '../constants/componentProps/textGradient.js';
|
|
11
|
-
import '../constants/componentProps/textStyle.js';
|
|
12
|
-
import '../constants/componentProps/textWeight.js';
|
|
13
|
-
import '../constants/componentProps/type.js';
|
|
14
|
-
import '../constants/componentProps/underline.js';
|
|
15
|
-
import '../hooks/useStyles.js';
|
|
4
|
+
import { I as Icon } from '../Icon-Dn2eEZvb.js';
|
|
5
|
+
import '../Link-ByBzBRDH.js';
|
|
6
|
+
import '../jsx-runtime-ClDdVO4Q.js';
|
|
7
|
+
import '../hooks/useDeviceTargetClass.js';
|
|
8
|
+
import 'lodash/castArray';
|
|
16
9
|
import 'lodash/camelCase';
|
|
17
|
-
import 'lodash/maxBy';
|
|
18
|
-
import 'lodash/upperFirst';
|
|
19
|
-
import '../hooks/styleAttributes.js';
|
|
20
10
|
import '../context/UIContext.js';
|
|
21
11
|
import '../hooks/useMediaQueries.js';
|
|
22
12
|
import 'react-responsive';
|
|
23
|
-
import '../hooks/
|
|
24
|
-
import 'lodash/
|
|
25
|
-
import '
|
|
26
|
-
import '../
|
|
27
|
-
import '
|
|
28
|
-
import '../constants/componentProps/shape.js';
|
|
29
|
-
import '../constants/componentProps/strokeColor.js';
|
|
13
|
+
import '../hooks/useStyles.js';
|
|
14
|
+
import 'lodash/maxBy';
|
|
15
|
+
import 'lodash/upperFirst';
|
|
16
|
+
import '../hooks/styleAttributes.js';
|
|
17
|
+
import 'react-inlinesvg';
|
|
30
18
|
import './Tooltip.js';
|
|
31
|
-
import '../Text-
|
|
32
|
-
import '../jsx-runtime-ClDdVO4Q.js';
|
|
19
|
+
import '../Text-BcGbRc14.js';
|
|
33
20
|
import './Title.js';
|
|
21
|
+
import '../constants/componentProps/fill.js';
|
|
34
22
|
import '../constants/componentProps/textAlign.js';
|
|
23
|
+
import '../constants/componentProps/textColor.js';
|
|
24
|
+
import '../constants/componentProps/textGradient.js';
|
|
25
|
+
import '../constants/componentProps/textStyle.js';
|
|
26
|
+
import '../constants/componentProps/textWeight.js';
|
|
35
27
|
import '../constants/componentProps/titleSize.js';
|
|
28
|
+
import '../constants/componentProps/type.js';
|
|
36
29
|
import '../constants/componentProps/wrap.js';
|
|
30
|
+
import '../constants/componentProps/size.js';
|
|
37
31
|
import '../constants/componentProps/textSize.js';
|
|
32
|
+
import '../constants/componentProps/shape.js';
|
|
38
33
|
|
|
39
34
|
function LanguageSelectorItem(props) {
|
|
40
35
|
const {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ILinkConfig, ILinkProps, ILinkWrapperProps } from './Link.interface';
|
|
3
|
+
declare const linkConfig: ILinkConfig;
|
|
4
|
+
declare function Link(props: ILinkProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare namespace Link {
|
|
6
|
+
var defaultProps: {
|
|
7
|
+
underline: string;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
declare function LinkWrapper(props: ILinkWrapperProps): import("react/jsx-runtime").JSX.Element | (string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>)[];
|
|
11
|
+
export { Link, linkConfig, LinkWrapper };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
|
+
import { TypeStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
+
import { fillPropsType, sizePropsType, textColorHoverPropsType, textColorPropsType, textGradientPropsType, textStylePropsType, textWeightPropsType, underlinePropsType } from '../../types';
|
|
4
|
+
export interface ILinkThemeColor {
|
|
5
|
+
textColorHover?: textColorHoverPropsType;
|
|
6
|
+
fill?: fillPropsType;
|
|
7
|
+
fillDesktop?: fillPropsType;
|
|
8
|
+
fillMobile?: fillPropsType;
|
|
9
|
+
fillTablet?: fillPropsType;
|
|
10
|
+
size?: sizePropsType;
|
|
11
|
+
sizeDesktop?: sizePropsType;
|
|
12
|
+
sizeMobile?: sizePropsType;
|
|
13
|
+
sizeTablet?: sizePropsType;
|
|
14
|
+
textColor?: textColorPropsType;
|
|
15
|
+
textColorDesktop?: textColorPropsType;
|
|
16
|
+
textColorMobile?: textColorPropsType;
|
|
17
|
+
textColorTablet?: textColorPropsType;
|
|
18
|
+
textGradient?: textGradientPropsType;
|
|
19
|
+
textStyle?: textStylePropsType;
|
|
20
|
+
textWeight?: textWeightPropsType;
|
|
21
|
+
textWeightDesktop?: textWeightPropsType;
|
|
22
|
+
textWeightMobile?: textWeightPropsType;
|
|
23
|
+
textWeightTablet?: textWeightPropsType;
|
|
24
|
+
}
|
|
25
|
+
export interface ILinkConfig {
|
|
26
|
+
LinkComponent: ElementType | undefined;
|
|
27
|
+
setLinkComponent: (LinkComponent: ElementType) => void;
|
|
28
|
+
}
|
|
29
|
+
export interface ILinkProps extends ILinkThemeColor, TypeStyleAttributes {
|
|
30
|
+
after?: ReactNode;
|
|
31
|
+
before?: ReactNode;
|
|
32
|
+
children?: string;
|
|
33
|
+
className?: string;
|
|
34
|
+
href?: string;
|
|
35
|
+
link?: string;
|
|
36
|
+
LinkComponent?: ElementType;
|
|
37
|
+
rel?: string;
|
|
38
|
+
target?: string;
|
|
39
|
+
text?: string;
|
|
40
|
+
underline?: underlinePropsType;
|
|
41
|
+
onClick?: () => void;
|
|
42
|
+
onMouseDown?: () => void;
|
|
43
|
+
}
|
|
44
|
+
export interface ILinkWrapperProps extends ILinkThemeColor, TypeStyleAttributes {
|
|
45
|
+
children?: ReactNode;
|
|
46
|
+
className?: string;
|
|
47
|
+
Component?: ElementType;
|
|
48
|
+
DefaultComponent?: ElementType;
|
|
49
|
+
disabled?: boolean;
|
|
50
|
+
href?: string;
|
|
51
|
+
onClick?: () => void;
|
|
52
|
+
onMouseDown?: () => void;
|
|
53
|
+
rel?: string;
|
|
54
|
+
style?: CSSProperties;
|
|
55
|
+
target?: string;
|
|
56
|
+
type?: ElementType;
|
|
57
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Link, LinkWrapper, linkConfig } from './Link';
|