@itcase/ui 1.1.25 → 1.2.1
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/{cjs/Badge-C_bYrtVY.js → Badge-2JkquAEb.js} +6 -10
- package/dist/{Badge-CLV5v6N7.js → Badge-CrhdvxY6.js} +4 -4
- package/dist/Button-BA3ZeUjj.js +90 -0
- package/dist/Button-VkatyBmt.js +93 -0
- package/dist/{cjs/Divider-D92wY8Fn.js → Divider-BjB5MD6u.js} +4 -8
- package/dist/{Divider-Dhj6sMWd.js → Divider-U5UdY-ef.js} +2 -2
- package/dist/{DropdownItem-CkojAA8a.js → DropdownItem-bB-KYqcL.js} +7 -7
- package/dist/{cjs/DropdownItem-2Nqtx3Vi.js → DropdownItem-m4hdxHp6.js} +8 -13
- package/dist/{Group-DLmtajo8.js → Group-BXfLh7AZ.js} +3 -3
- package/dist/{cjs/Group-EFTg84wP.js → Group-Buo_BxGT.js} +5 -9
- package/dist/{cjs/Icon-C7ZJyN5o.js → Icon-Co5Mtpt_.js} +11 -17
- package/dist/{Icon-BLqnXYOO.js → Icon-CsE2-ieX.js} +10 -10
- package/dist/{Image-Bz4Fo3eB.js → Image-8t6PvsaZ.js} +2 -2
- package/dist/{cjs/Image-CCx6QWZj.js → Image-DrUlRMHa.js} +4 -8
- package/dist/{Input-CYDtAlO-.js → Input-BQ6Plt1n.js} +4 -4
- package/dist/{cjs/Input-vwyG3XF0.js → Input-C7gBdx1m.js} +5 -10
- package/dist/{Label-c3hONOHC.js → Label-BA_CnRBq.js} +5 -5
- package/dist/{cjs/Label-C2uLpNrU.js → Label-CpSzGRtr.js} +7 -11
- package/dist/{Link-DtzAAQn8.js → Link-Bqu5amIb.js} +8 -8
- package/dist/{cjs/Link-DRV1vzHd.js → Link-DQxoFKhI.js} +10 -15
- package/dist/{Loader-VCP1ZNcb.js → Loader-CJ8ZCdwy.js} +3 -3
- package/dist/{cjs/Loader-C2D6fJk1.js → Loader-fA11tUEJ.js} +5 -9
- package/dist/{MenuItem-BbU9r8_D.js → MenuItem-CNJfj0nV.js} +6 -6
- package/dist/{cjs/MenuItem-D6T9WRQk.js → MenuItem-DvIFaWkB.js} +7 -12
- package/dist/{cjs/Overlay-CkN2X1BM.js → Overlay-CFXouKnl.js} +4 -8
- package/dist/{Overlay-DNPslUfY.js → Overlay-DO5dnSRE.js} +2 -2
- package/dist/{cjs/Radio-Bvv59nEV.js → Radio-BQo97TZL.js} +7 -11
- package/dist/{Radio-BHqgR8WO.js → Radio-oMf0vN7T.js} +6 -6
- package/dist/{Scrollbar-DrRNpn12.js → Scrollbar-CrGXCZ_F.js} +2 -2
- package/dist/{cjs/Scrollbar-DOujlQOb.js → Scrollbar-DVlIZzvz.js} +2 -6
- package/dist/Switch-B5yVEqxz.js +14 -0
- package/dist/Switch-DEXsrPCo.js +12 -0
- package/dist/{Text-Dz-KPI5I.js → Text-CG3xPG27.js} +2 -2
- package/dist/{cjs/Text-B0SULA92.js → Text-_YhyTsQ1.js} +4 -8
- package/dist/{Title-zpOK2AxL.js → Title-BfSFPJtJ.js} +3 -3
- package/dist/{cjs/Title-Ckp30YSI.js → Title-zwP6c2U2.js} +6 -10
- package/dist/{Tooltip-IVq3_vb4.js → Tooltip-DJufHBiQ.js} +7 -7
- package/dist/{cjs/Tooltip-DREz-tP6.js → Tooltip-DkTKx9n-.js} +8 -13
- package/dist/cjs/components/Accordion.js +178 -15
- package/dist/cjs/components/Avatar.js +33 -14
- package/dist/cjs/components/Badge.js +4 -4
- package/dist/cjs/components/Breadcrumbs.js +88 -15
- package/dist/cjs/components/Button.js +9 -9
- package/dist/cjs/components/Caption.js +23 -7
- package/dist/cjs/components/Card.js +26 -8
- package/dist/cjs/components/Cell.js +70 -14
- package/dist/cjs/components/Checkbox.js +86 -8
- package/dist/cjs/components/Chips.js +75 -9
- package/dist/cjs/components/Choice.js +100 -15
- package/dist/cjs/components/Code.js +101 -8
- package/dist/cjs/components/ContextMenu.js +48 -13
- package/dist/cjs/components/CookiesWarning.js +56 -17
- package/dist/cjs/components/DadataHintField.js +31 -9
- package/dist/cjs/components/DatePicker.js +1158 -18
- package/dist/cjs/components/Divider.js +3 -3
- package/dist/cjs/components/Dot.js +32 -7
- package/dist/cjs/components/Drawer.js +12 -8
- package/dist/cjs/components/Dropdown.js +6 -6
- package/dist/cjs/components/Flex.js +116 -7
- package/dist/cjs/components/FormField.js +108 -27
- package/dist/cjs/components/Grid.js +148 -8
- package/dist/cjs/components/Group.js +3 -3
- package/dist/cjs/components/HTMLContent.js +83 -7
- package/dist/cjs/components/Icon.js +7 -7
- package/dist/cjs/components/Image.js +3 -3
- package/dist/cjs/components/Input.js +2 -2
- package/dist/cjs/components/InputMask.js +3 -8
- package/dist/cjs/components/InputPassword.js +112 -14
- package/dist/cjs/components/Label.js +5 -5
- package/dist/cjs/components/LanguageSelector.js +17 -11
- package/dist/cjs/components/Link.js +3 -3
- package/dist/cjs/components/List.js +43 -9
- package/dist/cjs/components/Loader.js +4 -4
- package/dist/cjs/components/Logo.js +37 -10
- package/dist/cjs/components/Menu.js +35 -11
- package/dist/cjs/components/MenuItem.js +5 -5
- package/dist/cjs/components/Modal.js +160 -12
- package/dist/cjs/components/Notification.js +41 -12
- package/dist/cjs/components/Overlay.js +3 -3
- package/dist/cjs/components/Page.js +39 -45
- package/dist/cjs/components/Pagination.js +97 -17
- package/dist/cjs/components/Panel.js +5 -9
- package/dist/cjs/components/Radio.js +4 -4
- package/dist/cjs/components/RangeSlider.js +48 -8
- package/dist/cjs/components/Response.js +78 -19
- package/dist/cjs/components/SVGContent.js +2 -6
- package/dist/cjs/components/ScrollOnDrag.js +4 -10
- package/dist/cjs/components/ScrollToView.js +56 -10
- package/dist/cjs/components/Scrollbar.js +2 -3
- package/dist/cjs/components/Search.js +123 -16
- package/dist/cjs/components/Segmented.js +91 -9
- package/dist/cjs/components/Select.js +115 -6775
- package/dist/cjs/components/SiteMenu.js +60 -14
- package/dist/cjs/components/Swiper.js +81 -9
- package/dist/cjs/components/Switch.js +2 -2
- package/dist/cjs/components/Tab.js +144 -14
- package/dist/cjs/components/Text.js +3 -3
- package/dist/cjs/components/Textarea.js +95 -8
- package/dist/cjs/components/Tile.js +50 -10
- package/dist/cjs/components/Title.js +2 -2
- package/dist/cjs/components/Tooltip.js +4 -4
- package/dist/cjs/components/Video.js +16 -6
- package/dist/cjs/components/Wrapper.js +43 -7
- package/dist/cjs/components.js +1 -213
- package/dist/cjs/context/Notifications.js +4 -9
- package/dist/cjs/context/UIContext.js +7 -12
- package/dist/cjs/hooks/useDeviceTargetClass.js +2 -7
- package/dist/cjs/hooks/useStyles.js +6 -12
- package/dist/components/Accordion.js +180 -13
- package/dist/components/Avatar.js +35 -12
- package/dist/components/Badge.js +4 -4
- package/dist/components/Breadcrumbs.js +90 -13
- package/dist/components/Button.js +9 -9
- package/dist/components/Caption.js +25 -5
- package/dist/components/Card.js +28 -6
- package/dist/components/Cell.js +72 -12
- package/dist/components/Checkbox.js +87 -5
- package/dist/components/Chips.js +76 -6
- package/dist/components/Choice.js +101 -12
- package/dist/components/Code.js +103 -6
- package/dist/components/ContextMenu.js +50 -11
- package/dist/components/CookiesWarning.js +58 -15
- package/dist/components/DadataHintField.js +33 -7
- package/dist/components/DatePicker.js +1161 -17
- package/dist/components/Divider.js +3 -3
- package/dist/components/Dot.js +34 -5
- package/dist/components/Drawer.js +12 -4
- package/dist/components/Dropdown.js +6 -6
- package/dist/components/Flex.js +118 -5
- package/dist/components/FormField.js +107 -22
- package/dist/components/Grid.js +149 -5
- package/dist/components/Group.js +3 -3
- package/dist/components/HTMLContent.js +85 -5
- package/dist/components/Icon.js +7 -7
- package/dist/components/Image.js +3 -3
- package/dist/components/Input.js +2 -2
- package/dist/components/InputMask.js +4 -4
- package/dist/components/InputPassword.js +113 -11
- package/dist/components/Label.js +5 -5
- package/dist/components/LanguageSelector.js +19 -9
- package/dist/components/Link.js +3 -3
- package/dist/components/List.js +45 -7
- package/dist/components/Loader.js +4 -4
- package/dist/components/Logo.js +38 -7
- package/dist/components/Menu.js +37 -9
- package/dist/components/MenuItem.js +5 -5
- package/dist/components/Modal.js +162 -10
- package/dist/components/Notification.js +42 -9
- package/dist/components/Overlay.js +3 -3
- package/dist/components/Page.js +3 -3
- package/dist/components/Pagination.js +99 -15
- package/dist/components/Panel.js +5 -5
- package/dist/components/Radio.js +4 -4
- package/dist/components/RangeSlider.js +50 -6
- package/dist/components/Response.js +79 -16
- package/dist/components/SVGContent.js +2 -2
- package/dist/components/ScrollOnDrag.js +5 -6
- package/dist/components/ScrollToView.js +58 -8
- package/dist/components/Scrollbar.js +2 -3
- package/dist/components/Search.js +124 -13
- package/dist/components/Segmented.js +92 -6
- package/dist/components/Select.js +38 -6674
- package/dist/components/SiteMenu.js +62 -12
- package/dist/components/Swiper.js +83 -7
- package/dist/components/Switch.js +2 -2
- package/dist/components/Tab.js +145 -11
- package/dist/components/Text.js +3 -3
- package/dist/components/Textarea.js +96 -5
- package/dist/components/Tile.js +52 -8
- package/dist/components/Title.js +2 -2
- package/dist/components/Tooltip.js +4 -4
- package/dist/components/Video.js +18 -4
- package/dist/components/Wrapper.js +45 -5
- package/dist/components.js +1 -95
- package/dist/context/Notifications.js +3 -3
- package/dist/context/UIContext.js +3 -3
- package/dist/css/components/Chips/Chips.css +1 -1
- package/dist/css/components/DatePicker/DatePicker.css +1 -1
- package/dist/css/components/Notification/Notification.css +11 -0
- package/dist/css/components/Notification/css/__item/notification__item_status.css +11 -0
- package/dist/css/components/Swiper/Swiper.css +0 -3
- package/dist/{components → types/components}/Button/Button.interface.d.ts +2 -2
- package/dist/{components → types/components}/Cell/Cell.interface.d.ts +4 -4
- package/dist/{components → types/components}/Chips/Chips.interface.d.ts +3 -3
- package/dist/{components → types/components}/Dropdown/Dropdown.interface.d.ts +8 -8
- package/dist/{components → types/components}/Flex/Flex.interface.d.ts +5 -5
- package/dist/{cjs → types}/components/Group/Group.interface.d.ts +4 -4
- package/dist/{components → types/components}/HTMLContent/HTMLContent.interface.d.ts +4 -4
- package/dist/{cjs → types}/components/Label/Label.interface.d.ts +5 -5
- package/dist/{cjs → types}/components/Logo/Logo.interface.d.ts +3 -3
- package/dist/{cjs → types}/components/MenuItem/MenuItem.interface.d.ts +7 -7
- package/dist/{cjs → types}/components/Pagination/Pagination.d.ts +2 -2
- package/dist/{cjs → types}/components/Pagination/Pagination.interface.d.ts +14 -5
- package/dist/{components → types/components}/Panel/Panel.interface.d.ts +3 -3
- package/dist/{cjs → types}/components/Segmented/Segmented.interface.d.ts +3 -3
- package/dist/types/components/Select/SelectClearIndicator.d.ts +11 -0
- package/dist/types/components/Select/SelectContainer.d.ts +2 -0
- package/dist/types/components/Select/SelectControl.d.ts +11 -0
- package/dist/types/components/Select/SelectDropdownIndicator.d.ts +13 -0
- package/dist/types/components/Select/SelectGroupHeading.d.ts +7 -0
- package/dist/types/components/Select/SelectIndicatorsContainer.d.ts +4 -0
- package/dist/types/components/Select/SelectInput.d.ts +12 -0
- package/dist/types/components/Select/SelectLoadingIndicator.d.ts +7 -0
- package/dist/types/components/Select/SelectMenu.d.ts +11 -0
- package/dist/types/components/Select/SelectMultiValueContainer.d.ts +1 -0
- package/dist/types/components/Select/SelectMultiValueLabel.d.ts +4 -0
- package/dist/types/components/Select/SelectMultiValueRemove.d.ts +4 -0
- package/dist/types/components/Select/SelectNoOptions.d.ts +12 -0
- package/dist/types/components/Select/SelectOption.d.ts +16 -0
- package/dist/types/components/Select/SelectPlaceholder.d.ts +11 -0
- package/dist/types/components/Select/SelectSingleValue.d.ts +12 -0
- package/dist/types/components/Select/SelectValueContainer.d.ts +11 -0
- package/dist/types/components/Select/index.d.ts +20 -0
- package/dist/{cjs → types}/components/Swiper/Swiper.interface.d.ts +3 -3
- package/dist/{components → types/components}/Tab/Tab.interface.d.ts +8 -7
- package/dist/{components → types/components}/Text/Text.interface.d.ts +4 -4
- package/dist/{components → types/components}/Tile/Tile.interface.d.ts +6 -6
- package/dist/{components → types/components}/Title/Title.interface.d.ts +4 -4
- package/dist/{cjs → types}/components/Tooltip/Tooltip.interface.d.ts +3 -3
- package/dist/{components → types/components}/Wrapper/Wrapper.interface.d.ts +3 -3
- package/dist/types/context/Notifications.d.ts +19 -0
- package/dist/types/context/UIContext.d.ts +11 -0
- package/dist/types/hooks/styleAttributes.d.ts +2 -0
- package/dist/{cjs → types}/hooks/styleAttributes.interface.d.ts +2 -2
- package/dist/types/hooks/useDeviceTargetClass.d.ts +1 -0
- package/dist/types/hooks/useMediaQueries.d.ts +7 -0
- package/dist/types/hooks/useStyles.d.ts +1 -0
- package/dist/types/icons/index.d.ts +10 -0
- package/dist/types/types/componentProps/align.d.ts +1 -0
- package/dist/types/types/componentProps/alignDirection.d.ts +1 -0
- package/dist/types/types/componentProps/justifyContent.d.ts +1 -0
- package/dist/types/types/componentProps/textAlign.d.ts +1 -0
- package/dist/types/types/componentProps/textColorActive.d.ts +2 -0
- package/dist/types/types/componentProps/textWrap.d.ts +1 -0
- package/dist/{cjs → types}/types/index.d.ts +6 -6
- package/package.json +33 -35
- package/dist/Accordion-FIIzpSgl.js +0 -177
- package/dist/Avatar-DR2A8Na8.js +0 -31
- package/dist/Breadcrumbs-CDKi6gOC.js +0 -88
- package/dist/Button-CSzPxWyC.js +0 -90
- package/dist/Caption-DDh0VFPJ.js +0 -25
- package/dist/Card-CvW4Qozl.js +0 -28
- package/dist/Cell-3We_qMvM.js +0 -68
- package/dist/Checkbox-0h4YosTW.js +0 -87
- package/dist/Chips-Bd3ZFosY.js +0 -76
- package/dist/Choice-CeQ9Il98.js +0 -97
- package/dist/Code-1WUXVzfb.js +0 -272
- package/dist/ContextMenuItem-KPAQQHlQ.js +0 -46
- package/dist/CookiesWarning-B30eAOND.js +0 -52
- package/dist/DadataHintField-CHJLsVjJ.js +0 -1103
- package/dist/DatePicker-Bf7t1yiM.js +0 -14136
- package/dist/Dot-Bc0Ly45H.js +0 -34
- package/dist/Drawer-DkLkFSmD.js +0 -139
- package/dist/FlexItem-DHmKl6e7.js +0 -118
- package/dist/GridRow-DRjyNWBh.js +0 -149
- package/dist/HTMLContent-CgbJTAy4.js +0 -85
- package/dist/InputPassword-DYBnRCtc.js +0 -108
- package/dist/LanguageSelector-D0A-uqch.js +0 -14
- package/dist/ListItem-BoCF7VH9.js +0 -44
- package/dist/Logo-DCx_YOA2.js +0 -37
- package/dist/Menu-C-TIWZeb.js +0 -34
- package/dist/ModalLoader-4OS81u94.js +0 -161
- package/dist/NotificationList-CmXca2zs.js +0 -40
- package/dist/Pagination-BAbFsztK.js +0 -86
- package/dist/RangeSlider-BPFVikab.js +0 -50
- package/dist/Response-BMRzGa5t.js +0 -74
- package/dist/ScrollToView-W6XhacKJ.js +0 -1821
- package/dist/SearchResult-6Vg0m_NA.js +0 -120
- package/dist/Segmented-BM1p7Ubz.js +0 -92
- package/dist/SiteMenuButton-DsYMvX6W.js +0 -58
- package/dist/Swiper-CXjE6qZR.js +0 -5138
- package/dist/Switch-0BHqovLA.js +0 -12
- package/dist/SwitchField-DCwEVCVg.js +0 -98
- package/dist/TabGroup-BLB4Ymcx.js +0 -144
- package/dist/Textarea-D3XSuMEm.js +0 -96
- package/dist/Tile-CNnauNx6.js +0 -52
- package/dist/Video-0z4mNz4P.js +0 -18
- package/dist/Wrapper-CJTkVfsd.js +0 -45
- package/dist/cjs/Accordion-Ba4Use_H.js +0 -186
- package/dist/cjs/Avatar-BKK80aBG.js +0 -37
- package/dist/cjs/Breadcrumbs-B7F96CYT.js +0 -96
- package/dist/cjs/Button-DH5f_2bV.js +0 -98
- package/dist/cjs/Caption-f-OM1D-G.js +0 -31
- package/dist/cjs/Card-BhnTRJN5.js +0 -34
- package/dist/cjs/Cell-Bc4BC1e3.js +0 -74
- package/dist/cjs/Checkbox-C5EikmBn.js +0 -94
- package/dist/cjs/Chips-wl8WgeWZ.js +0 -83
- package/dist/cjs/Choice-DJOKyu8I.js +0 -105
- package/dist/cjs/Code-BJFoJBYh.js +0 -279
- package/dist/cjs/ContextMenuItem-CLU1xPrC.js +0 -53
- package/dist/cjs/CookiesWarning-C-6cEf16.js +0 -59
- package/dist/cjs/DadataHintField-z7Mw-xDn.js +0 -1111
- package/dist/cjs/DatePicker-4tMTL9Nx.js +0 -14160
- package/dist/cjs/Dot-CKWexdtn.js +0 -40
- package/dist/cjs/Drawer-AQqI18ra.js +0 -146
- package/dist/cjs/FlexItem-2KlvlTJY.js +0 -125
- package/dist/cjs/GridRow-CAqZZGge.js +0 -157
- package/dist/cjs/HTMLContent-4vI2pdQC.js +0 -91
- package/dist/cjs/InputPassword-CbrEhEJB.js +0 -115
- package/dist/cjs/LanguageSelector-DZC_wwP6.js +0 -20
- package/dist/cjs/ListItem-B5rYml7Y.js +0 -51
- package/dist/cjs/Logo-CsOCRB7d.js +0 -44
- package/dist/cjs/Menu-KYRzB912.js +0 -40
- package/dist/cjs/ModalLoader-DRt-18Tr.js +0 -170
- package/dist/cjs/NotificationList-DETpx50O.js +0 -48
- package/dist/cjs/Pagination-DuykmIqr.js +0 -94
- package/dist/cjs/RangeSlider-Dy53bTyY.js +0 -57
- package/dist/cjs/Response-CTawELy2.js +0 -82
- package/dist/cjs/ScrollToView-DPhR0AQC.js +0 -1831
- package/dist/cjs/SearchResult-CfZvZ2Rg.js +0 -129
- package/dist/cjs/Segmented-D9L6q-Sa.js +0 -100
- package/dist/cjs/SiteMenuButton-CC0QccWu.js +0 -65
- package/dist/cjs/Swiper-Zh5xaPu3.js +0 -5145
- package/dist/cjs/Switch-K1p9h3aF.js +0 -19
- package/dist/cjs/SwitchField-C31Nbyyn.js +0 -108
- package/dist/cjs/TabGroup-BKWkofWW.js +0 -153
- package/dist/cjs/Textarea-tng0D_n7.js +0 -103
- package/dist/cjs/Tile-bPw3x_en.js +0 -58
- package/dist/cjs/Video-B_xqvgag.js +0 -24
- package/dist/cjs/Wrapper-DravIzND.js +0 -51
- package/dist/cjs/components/Button/Button.interface.d.ts +0 -77
- package/dist/cjs/components/Cell/Cell.interface.d.ts +0 -62
- package/dist/cjs/components/Chips/Chips.interface.d.ts +0 -44
- package/dist/cjs/components/Dropdown/Dropdown.interface.d.ts +0 -73
- package/dist/cjs/components/Flex/Flex.interface.d.ts +0 -120
- package/dist/cjs/components/HTMLContent/HTMLContent.interface.d.ts +0 -30
- package/dist/cjs/components/Panel/Panel.interface.d.ts +0 -56
- package/dist/cjs/components/Tab/Tab.interface.d.ts +0 -79
- package/dist/cjs/components/Text/Text.interface.d.ts +0 -54
- package/dist/cjs/components/Tile/Tile.interface.d.ts +0 -37
- package/dist/cjs/components/Title/Title.interface.d.ts +0 -50
- package/dist/cjs/components/Wrapper/Wrapper.interface.d.ts +0 -20
- package/dist/cjs/components/index.d.ts +0 -60
- package/dist/cjs/context/index.d.ts +0 -2
- package/dist/cjs/floating-ui.dom-ma2MDAMT.js +0 -1431
- package/dist/cjs/hooks/index.d.ts +0 -3
- package/dist/cjs/index.d.ts +0 -4
- package/dist/cjs/jsx-runtime-BBxmckJR.js +0 -1377
- package/dist/cjs/types/componentProps/align.d.ts +0 -1
- package/dist/cjs/types/componentProps/alignDirection.d.ts +0 -1
- package/dist/cjs/types/componentProps/justifyContent.d.ts +0 -1
- package/dist/cjs/types/componentProps/textAlign.d.ts +0 -1
- package/dist/cjs/types/componentProps/textColorActive.d.ts +0 -2
- package/dist/cjs/types/componentProps/textWrap.d.ts +0 -1
- package/dist/components/Accordion/Accordion.d.ts +0 -8
- package/dist/components/Accordion/Accordion.interface.d.ts +0 -70
- package/dist/components/Accordion/AccordionItem.d.ts +0 -8
- package/dist/components/Accordion/index.d.ts +0 -3
- package/dist/components/Avatar/Avatar.d.ts +0 -3
- package/dist/components/Avatar/Avatar.interface.d.ts +0 -29
- package/dist/components/Avatar/index.d.ts +0 -1
- package/dist/components/Badge/Badge.d.ts +0 -10
- package/dist/components/Badge/Badge.interface.d.ts +0 -33
- package/dist/components/Badge/index.d.ts +0 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +0 -8
- package/dist/components/Breadcrumbs/Breadcrumbs.interface.d.ts +0 -71
- package/dist/components/Breadcrumbs/BreadcrumbsItem.d.ts +0 -8
- package/dist/components/Breadcrumbs/index.d.ts +0 -3
- package/dist/components/Button/Button.d.ts +0 -5
- package/dist/components/Button/index.d.ts +0 -1
- package/dist/components/Caption/Caption.d.ts +0 -3
- package/dist/components/Caption/Caption.interface.d.ts +0 -21
- package/dist/components/Caption/index.d.ts +0 -1
- package/dist/components/Card/Card.d.ts +0 -13
- package/dist/components/Card/Card.interface.d.ts +0 -29
- package/dist/components/Card/index.d.ts +0 -1
- package/dist/components/Cell/Cell.d.ts +0 -9
- package/dist/components/Cell/index.d.ts +0 -1
- package/dist/components/Checkbox/Checkbox.d.ts +0 -9
- package/dist/components/Checkbox/Checkbox.interface.d.ts +0 -56
- package/dist/components/Checkbox/index.d.ts +0 -1
- package/dist/components/Chips/Chips.d.ts +0 -4
- package/dist/components/Chips/index.d.ts +0 -1
- package/dist/components/Choice/Choice.d.ts +0 -5
- package/dist/components/Choice/Choice.interface.d.ts +0 -59
- package/dist/components/Choice/index.d.ts +0 -1
- package/dist/components/Code/Code.d.ts +0 -21
- package/dist/components/Code/Code.interface.d.ts +0 -33
- package/dist/components/Code/index.d.ts +0 -1
- package/dist/components/ContextMenu/ContextMenu.d.ts +0 -8
- package/dist/components/ContextMenu/ContextMenu.interface.d.ts +0 -36
- package/dist/components/ContextMenu/ContextMenuItem.d.ts +0 -3
- package/dist/components/ContextMenu/index.d.ts +0 -3
- package/dist/components/CookiesWarning/CookiesWarning.d.ts +0 -10
- package/dist/components/CookiesWarning/CookiesWarning.interface.d.ts +0 -16
- package/dist/components/CookiesWarning/index.d.ts +0 -2
- package/dist/components/DadataHintField/DadataHintField.d.ts +0 -3
- package/dist/components/DadataHintField/DadataHintField.interface.d.ts +0 -14
- package/dist/components/DadataHintField/index.d.ts +0 -1
- package/dist/components/DatePicker/DatePicker.d.ts +0 -3
- package/dist/components/DatePicker/DatePicker.interface.d.ts +0 -100
- package/dist/components/DatePicker/index.d.ts +0 -1
- package/dist/components/Divider/Divider.d.ts +0 -8
- package/dist/components/Divider/Divider.interface.d.ts +0 -31
- package/dist/components/Divider/index.d.ts +0 -1
- package/dist/components/Dot/Dot.d.ts +0 -6
- package/dist/components/Dot/Dot.interface.d.ts +0 -27
- package/dist/components/Dot/index.d.ts +0 -1
- package/dist/components/Drawer/Drawer.d.ts +0 -3
- package/dist/components/Drawer/Drawer.interface.d.ts +0 -16
- package/dist/components/Drawer/index.d.ts +0 -1
- package/dist/components/Dropdown/Dropdown.d.ts +0 -10
- package/dist/components/Dropdown/DropdownItem.d.ts +0 -10
- package/dist/components/Dropdown/index.d.ts +0 -3
- package/dist/components/Flex/Flex.d.ts +0 -8
- package/dist/components/Flex/FlexItem.d.ts +0 -8
- package/dist/components/Flex/index.d.ts +0 -3
- package/dist/components/FormField/ChoiceField.d.ts +0 -8
- package/dist/components/FormField/FormField.d.ts +0 -9
- package/dist/components/FormField/FormFiled.interface.d.ts +0 -77
- package/dist/components/FormField/PasswordField.d.ts +0 -9
- package/dist/components/FormField/SelectField.d.ts +0 -9
- package/dist/components/FormField/SwitchField.d.ts +0 -8
- package/dist/components/FormField/index.d.ts +0 -6
- package/dist/components/Grid/Grid.d.ts +0 -8
- package/dist/components/Grid/Grid.interface.d.ts +0 -142
- package/dist/components/Grid/GridItem.d.ts +0 -3
- package/dist/components/Grid/GridRow.d.ts +0 -8
- package/dist/components/Grid/index.d.ts +0 -4
- package/dist/components/Group/Group.d.ts +0 -9
- package/dist/components/Group/Group.interface.d.ts +0 -53
- package/dist/components/Group/index.d.ts +0 -1
- package/dist/components/HTMLContent/HTMLContent.d.ts +0 -3
- package/dist/components/HTMLContent/index.d.ts +0 -1
- package/dist/components/Icon/Icon.d.ts +0 -5
- package/dist/components/Icon/Icon.interface.d.ts +0 -93
- package/dist/components/Icon/index.d.ts +0 -1
- package/dist/components/Image/Image.d.ts +0 -3
- package/dist/components/Image/Image.interface.d.ts +0 -34
- package/dist/components/Image/index.d.ts +0 -1
- package/dist/components/Input/Input.d.ts +0 -5
- package/dist/components/Input/Input.interface.d.ts +0 -51
- package/dist/components/Input/index.d.ts +0 -1
- package/dist/components/InputMask/Input.d.ts +0 -5
- package/dist/components/InputMask/Input.interface.d.ts +0 -53
- package/dist/components/InputMask/index.d.ts +0 -1
- package/dist/components/InputPassword/InputPassword.d.ts +0 -10
- package/dist/components/InputPassword/InputPassword.interface.d.ts +0 -52
- package/dist/components/InputPassword/index.d.ts +0 -1
- package/dist/components/Label/Label.d.ts +0 -9
- package/dist/components/Label/Label.interface.d.ts +0 -58
- package/dist/components/Label/index.d.ts +0 -1
- package/dist/components/LanguageSelector/Label.interface.d.ts +0 -20
- package/dist/components/LanguageSelector/LanguageSelector.d.ts +0 -3
- package/dist/components/LanguageSelector/index.d.ts +0 -1
- package/dist/components/Link/Link.d.ts +0 -11
- package/dist/components/Link/Link.interface.d.ts +0 -61
- package/dist/components/Link/index.d.ts +0 -1
- package/dist/components/List/List.d.ts +0 -3
- package/dist/components/List/List.interface.d.ts +0 -28
- package/dist/components/List/ListItem.d.ts +0 -3
- package/dist/components/List/index.d.ts +0 -3
- package/dist/components/Loader/Loader.d.ts +0 -4
- package/dist/components/Loader/Loader.interface.d.ts +0 -30
- package/dist/components/Loader/index.d.ts +0 -1
- package/dist/components/Logo/Logo.d.ts +0 -4
- package/dist/components/Logo/Logo.interface.d.ts +0 -37
- package/dist/components/Logo/index.d.ts +0 -1
- package/dist/components/Menu/Menu.d.ts +0 -8
- package/dist/components/Menu/Menu.interface.d.ts +0 -20
- package/dist/components/Menu/index.d.ts +0 -1
- package/dist/components/MenuItem/MenuItem.d.ts +0 -11
- package/dist/components/MenuItem/MenuItem.interface.d.ts +0 -65
- package/dist/components/MenuItem/index.d.ts +0 -1
- package/dist/components/Modal/Modal.d.ts +0 -4
- package/dist/components/Modal/Modal.interface.d.ts +0 -33
- package/dist/components/Modal/ModalLoader.d.ts +0 -3
- package/dist/components/Modal/index.d.ts +0 -3
- package/dist/components/Notification/Notification.interface.d.ts +0 -49
- package/dist/components/Notification/NotificationItem.d.ts +0 -10
- package/dist/components/Notification/NotificationList.d.ts +0 -3
- package/dist/components/Notification/index.d.ts +0 -3
- package/dist/components/Overlay/Overlay.d.ts +0 -3
- package/dist/components/Overlay/Overlay.interface.d.ts +0 -12
- package/dist/components/Overlay/index.d.ts +0 -1
- package/dist/components/Pagination/Pagination.d.ts +0 -13
- package/dist/components/Pagination/Pagination.interface.d.ts +0 -46
- package/dist/components/Pagination/index.d.ts +0 -1
- package/dist/components/Panel/Panel.d.ts +0 -7
- package/dist/components/Panel/index.d.ts +0 -1
- package/dist/components/Radio/Radio.d.ts +0 -10
- package/dist/components/Radio/Radio.interface.d.ts +0 -53
- package/dist/components/Radio/index.d.ts +0 -1
- package/dist/components/RangeSlider/RangeSlider.d.ts +0 -3
- package/dist/components/RangeSlider/RangeSlider.interface.d.ts +0 -28
- package/dist/components/RangeSlider/index.d.ts +0 -1
- package/dist/components/Response/Response.d.ts +0 -4
- package/dist/components/Response/Response.interface.d.ts +0 -66
- package/dist/components/Response/index.d.ts +0 -1
- package/dist/components/SVGContent/SVGContent.d.ts +0 -3
- package/dist/components/SVGContent/SVGContent.interface.d.ts +0 -11
- package/dist/components/SVGContent/index.d.ts +0 -1
- package/dist/components/ScrollOnDrag/ScrollOnDrag.d.ts +0 -8
- package/dist/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +0 -18
- package/dist/components/ScrollOnDrag/index.d.ts +0 -1
- package/dist/components/ScrollToView/ScrollToView.d.ts +0 -2
- package/dist/components/ScrollToView/index.d.ts +0 -1
- package/dist/components/Scrollbar/Scrollbar.d.ts +0 -8
- package/dist/components/Scrollbar/Scrollbar.interface.d.ts +0 -10
- package/dist/components/Scrollbar/index.d.ts +0 -1
- package/dist/components/Search/Search.interface.d.ts +0 -69
- package/dist/components/Search/SearchInput.d.ts +0 -5
- package/dist/components/Search/SearchResult.d.ts +0 -4
- package/dist/components/Search/index.d.ts +0 -3
- package/dist/components/Segmented/Segmented.d.ts +0 -5
- package/dist/components/Segmented/Segmented.interface.d.ts +0 -42
- package/dist/components/Segmented/index.d.ts +0 -1
- package/dist/components/SiteMenu/SiteMenu.d.ts +0 -3
- package/dist/components/SiteMenu/SiteMenu.interface.d.ts +0 -23
- package/dist/components/SiteMenu/SiteMenuButton.d.ts +0 -3
- package/dist/components/SiteMenu/index.d.ts +0 -3
- package/dist/components/Swiper/Swiper.d.ts +0 -9
- package/dist/components/Swiper/Swiper.interface.d.ts +0 -58
- package/dist/components/Swiper/index.d.ts +0 -1
- package/dist/components/Switch/Switch.d.ts +0 -4
- package/dist/components/Switch/Switch.interface.d.ts +0 -10
- package/dist/components/Switch/index.d.ts +0 -1
- package/dist/components/Tab/Tab.d.ts +0 -11
- package/dist/components/Tab/TabGroup.d.ts +0 -3
- package/dist/components/Tab/index.d.ts +0 -3
- package/dist/components/Text/Text.d.ts +0 -9
- package/dist/components/Text/index.d.ts +0 -1
- package/dist/components/Textarea/Textarea.d.ts +0 -9
- package/dist/components/Textarea/Textarea.interface.d.ts +0 -44
- package/dist/components/Textarea/index.d.ts +0 -1
- package/dist/components/Tile/Tile.d.ts +0 -9
- package/dist/components/Tile/index.d.ts +0 -1
- package/dist/components/Title/Title.d.ts +0 -9
- package/dist/components/Title/index.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts +0 -5
- package/dist/components/Tooltip/Tooltip.interface.d.ts +0 -44
- package/dist/components/Tooltip/index.d.ts +0 -1
- package/dist/components/Video/Video.d.ts +0 -3
- package/dist/components/Video/Video.interface.d.ts +0 -15
- package/dist/components/Video/index.d.ts +0 -1
- package/dist/components/Wrapper/Wrapper.d.ts +0 -9
- package/dist/components/Wrapper/index.d.ts +0 -1
- package/dist/components/index.d.ts +0 -60
- package/dist/context/index.d.ts +0 -2
- package/dist/floating-ui.dom-BV5qw-HP.js +0 -1423
- package/dist/hooks/index.d.ts +0 -3
- package/dist/hooks/styleAttributes.interface.d.ts +0 -161
- package/dist/index.d.ts +0 -4
- package/dist/jsx-runtime-C2uP7l8s.js +0 -1371
- package/dist/types/componentProps/align.d.ts +0 -1
- package/dist/types/componentProps/alignDirection.d.ts +0 -1
- package/dist/types/componentProps/alignment.d.ts +0 -1
- package/dist/types/componentProps/appearanceKeys.d.ts +0 -1
- package/dist/types/componentProps/borderColor.d.ts +0 -1
- package/dist/types/componentProps/borderColorHover.d.ts +0 -1
- package/dist/types/componentProps/borderType.d.ts +0 -1
- package/dist/types/componentProps/borderWidth.d.ts +0 -1
- package/dist/types/componentProps/captionPosition.d.ts +0 -1
- package/dist/types/componentProps/direction.d.ts +0 -1
- package/dist/types/componentProps/elevation.d.ts +0 -1
- package/dist/types/componentProps/emojiSize.d.ts +0 -1
- package/dist/types/componentProps/fill.d.ts +0 -1
- package/dist/types/componentProps/fillGradient.d.ts +0 -1
- package/dist/types/componentProps/fillHover.d.ts +0 -1
- package/dist/types/componentProps/fillType.d.ts +0 -1
- package/dist/types/componentProps/flexAlign.d.ts +0 -1
- package/dist/types/componentProps/flexGrow.d.ts +0 -1
- package/dist/types/componentProps/flexJustifyContent.d.ts +0 -1
- package/dist/types/componentProps/flexWrap.d.ts +0 -1
- package/dist/types/componentProps/gridAlign.d.ts +0 -1
- package/dist/types/componentProps/gridAlignSelf.d.ts +0 -1
- package/dist/types/componentProps/gridJustifyItems.d.ts +0 -1
- package/dist/types/componentProps/gridJustifySelf.d.ts +0 -1
- package/dist/types/componentProps/height.d.ts +0 -1
- package/dist/types/componentProps/horizontalContentAlign.d.ts +0 -1
- package/dist/types/componentProps/horizontalResizeMode.d.ts +0 -1
- package/dist/types/componentProps/iconFillSize.d.ts +0 -1
- package/dist/types/componentProps/iconSize.d.ts +0 -1
- package/dist/types/componentProps/itemColor.d.ts +0 -1
- package/dist/types/componentProps/justifyContent.d.ts +0 -1
- package/dist/types/componentProps/overflow.d.ts +0 -1
- package/dist/types/componentProps/position.d.ts +0 -1
- package/dist/types/componentProps/resizeMode.d.ts +0 -1
- package/dist/types/componentProps/shape.d.ts +0 -1
- package/dist/types/componentProps/size.d.ts +0 -1
- package/dist/types/componentProps/sizeInterface.d.ts +0 -1
- package/dist/types/componentProps/sizePX.d.ts +0 -1
- package/dist/types/componentProps/stacking.d.ts +0 -1
- package/dist/types/componentProps/state.d.ts +0 -1
- package/dist/types/componentProps/stateKeys.d.ts +0 -1
- package/dist/types/componentProps/svgFill.d.ts +0 -1
- package/dist/types/componentProps/textAlign.d.ts +0 -1
- package/dist/types/componentProps/textColor.d.ts +0 -1
- package/dist/types/componentProps/textColorActive.d.ts +0 -2
- package/dist/types/componentProps/textColorHover.d.ts +0 -1
- package/dist/types/componentProps/textGradient.d.ts +0 -1
- package/dist/types/componentProps/textSize.d.ts +0 -1
- package/dist/types/componentProps/textStyle.d.ts +0 -1
- package/dist/types/componentProps/textTag.d.ts +0 -1
- package/dist/types/componentProps/textWeight.d.ts +0 -1
- package/dist/types/componentProps/textWrap.d.ts +0 -1
- package/dist/types/componentProps/titleSize.d.ts +0 -1
- package/dist/types/componentProps/type.d.ts +0 -1
- package/dist/types/componentProps/underline.d.ts +0 -1
- package/dist/types/componentProps/verticalContentAlign.d.ts +0 -1
- package/dist/types/componentProps/verticalResizeMode.d.ts +0 -1
- package/dist/types/componentProps/width.d.ts +0 -1
- package/dist/types/componentProps/wrap.d.ts +0 -1
- package/dist/types/index.d.ts +0 -57
- /package/dist/{cjs/_tslib-CKiUdo7p.js → tslib.es6-CKiUdo7p.js} +0 -0
- /package/dist/{_tslib-S-VPg1Cw.js → tslib.es6-S-VPg1Cw.js} +0 -0
- /package/dist/{cjs → types}/components/Accordion/Accordion.d.ts +0 -0
- /package/dist/{cjs → types}/components/Accordion/Accordion.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Accordion/AccordionItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/Accordion/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Avatar/Avatar.d.ts +0 -0
- /package/dist/{cjs → types}/components/Avatar/Avatar.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Avatar/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Badge/Badge.d.ts +0 -0
- /package/dist/{cjs → types}/components/Badge/Badge.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Badge/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Breadcrumbs/Breadcrumbs.d.ts +0 -0
- /package/dist/{cjs → types}/components/Breadcrumbs/Breadcrumbs.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Breadcrumbs/BreadcrumbsItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/Breadcrumbs/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Button/Button.d.ts +0 -0
- /package/dist/{cjs → types}/components/Button/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Caption/Caption.d.ts +0 -0
- /package/dist/{cjs → types}/components/Caption/Caption.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Caption/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Card/Card.d.ts +0 -0
- /package/dist/{cjs → types}/components/Card/Card.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Card/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Cell/Cell.d.ts +0 -0
- /package/dist/{cjs → types}/components/Cell/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{cjs → types}/components/Checkbox/Checkbox.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Checkbox/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Chips/Chips.d.ts +0 -0
- /package/dist/{cjs → types}/components/Chips/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Choice/Choice.d.ts +0 -0
- /package/dist/{cjs → types}/components/Choice/Choice.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Choice/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Code/Code.d.ts +0 -0
- /package/dist/{cjs → types}/components/Code/Code.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Code/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/ContextMenu/ContextMenu.d.ts +0 -0
- /package/dist/{cjs → types}/components/ContextMenu/ContextMenu.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/ContextMenu/ContextMenuItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/ContextMenu/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/CookiesWarning/CookiesWarning.d.ts +0 -0
- /package/dist/{cjs → types}/components/CookiesWarning/CookiesWarning.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/CookiesWarning/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/DadataHintField/DadataHintField.d.ts +0 -0
- /package/dist/{cjs → types}/components/DadataHintField/DadataHintField.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/DadataHintField/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/DatePicker/DatePicker.d.ts +0 -0
- /package/dist/{cjs → types}/components/DatePicker/DatePicker.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/DatePicker/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Divider/Divider.d.ts +0 -0
- /package/dist/{cjs → types}/components/Divider/Divider.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Divider/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Dot/Dot.d.ts +0 -0
- /package/dist/{cjs → types}/components/Dot/Dot.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Dot/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Drawer/Drawer.d.ts +0 -0
- /package/dist/{cjs → types}/components/Drawer/Drawer.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Drawer/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Dropdown/Dropdown.d.ts +0 -0
- /package/dist/{cjs → types}/components/Dropdown/DropdownItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/Dropdown/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Flex/Flex.d.ts +0 -0
- /package/dist/{cjs → types}/components/Flex/FlexItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/Flex/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/FormField/ChoiceField.d.ts +0 -0
- /package/dist/{cjs → types}/components/FormField/FormField.d.ts +0 -0
- /package/dist/{cjs → types}/components/FormField/FormFiled.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/FormField/PasswordField.d.ts +0 -0
- /package/dist/{cjs → types}/components/FormField/SelectField.d.ts +0 -0
- /package/dist/{cjs → types}/components/FormField/SwitchField.d.ts +0 -0
- /package/dist/{cjs → types}/components/FormField/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Grid/Grid.d.ts +0 -0
- /package/dist/{cjs → types}/components/Grid/Grid.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Grid/GridItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/Grid/GridRow.d.ts +0 -0
- /package/dist/{cjs → types}/components/Grid/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Group/Group.d.ts +0 -0
- /package/dist/{cjs → types}/components/Group/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/HTMLContent/HTMLContent.d.ts +0 -0
- /package/dist/{cjs → types}/components/HTMLContent/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Icon/Icon.d.ts +0 -0
- /package/dist/{cjs → types}/components/Icon/Icon.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Icon/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Image/Image.d.ts +0 -0
- /package/dist/{cjs → types}/components/Image/Image.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Image/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Input/Input.d.ts +0 -0
- /package/dist/{cjs → types}/components/Input/Input.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Input/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/InputMask/Input.d.ts +0 -0
- /package/dist/{cjs → types}/components/InputMask/Input.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/InputMask/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/InputPassword/InputPassword.d.ts +0 -0
- /package/dist/{cjs → types}/components/InputPassword/InputPassword.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/InputPassword/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Label/Label.d.ts +0 -0
- /package/dist/{cjs → types}/components/Label/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/LanguageSelector/Label.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/LanguageSelector/LanguageSelector.d.ts +0 -0
- /package/dist/{cjs → types}/components/LanguageSelector/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Link/Link.d.ts +0 -0
- /package/dist/{cjs → types}/components/Link/Link.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Link/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/List/List.d.ts +0 -0
- /package/dist/{cjs → types}/components/List/List.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/List/ListItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/List/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Loader/Loader.d.ts +0 -0
- /package/dist/{cjs → types}/components/Loader/Loader.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Loader/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Logo/Logo.d.ts +0 -0
- /package/dist/{cjs → types}/components/Logo/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Menu/Menu.d.ts +0 -0
- /package/dist/{cjs → types}/components/Menu/Menu.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Menu/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/MenuItem/MenuItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/MenuItem/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Modal/Modal.d.ts +0 -0
- /package/dist/{cjs → types}/components/Modal/Modal.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Modal/ModalLoader.d.ts +0 -0
- /package/dist/{cjs → types}/components/Modal/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Notification/Notification.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Notification/NotificationItem.d.ts +0 -0
- /package/dist/{cjs → types}/components/Notification/NotificationList.d.ts +0 -0
- /package/dist/{cjs → types}/components/Notification/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Overlay/Overlay.d.ts +0 -0
- /package/dist/{cjs → types}/components/Overlay/Overlay.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Overlay/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Pagination/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Panel/Panel.d.ts +0 -0
- /package/dist/{cjs → types}/components/Panel/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Radio/Radio.d.ts +0 -0
- /package/dist/{cjs → types}/components/Radio/Radio.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Radio/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/RangeSlider/RangeSlider.d.ts +0 -0
- /package/dist/{cjs → types}/components/RangeSlider/RangeSlider.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/RangeSlider/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Response/Response.d.ts +0 -0
- /package/dist/{cjs → types}/components/Response/Response.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Response/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/SVGContent/SVGContent.d.ts +0 -0
- /package/dist/{cjs → types}/components/SVGContent/SVGContent.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/SVGContent/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/ScrollOnDrag/ScrollOnDrag.d.ts +0 -0
- /package/dist/{cjs → types}/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/ScrollOnDrag/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/ScrollToView/ScrollToView.d.ts +0 -0
- /package/dist/{cjs → types}/components/ScrollToView/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Scrollbar/Scrollbar.d.ts +0 -0
- /package/dist/{cjs → types}/components/Scrollbar/Scrollbar.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Scrollbar/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Search/Search.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Search/SearchInput.d.ts +0 -0
- /package/dist/{cjs → types}/components/Search/SearchResult.d.ts +0 -0
- /package/dist/{cjs → types}/components/Search/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Segmented/Segmented.d.ts +0 -0
- /package/dist/{cjs → types}/components/Segmented/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/SiteMenu/SiteMenu.d.ts +0 -0
- /package/dist/{cjs → types}/components/SiteMenu/SiteMenu.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/SiteMenu/SiteMenuButton.d.ts +0 -0
- /package/dist/{cjs → types}/components/SiteMenu/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Swiper/Swiper.d.ts +0 -0
- /package/dist/{cjs → types}/components/Swiper/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Switch/Switch.d.ts +0 -0
- /package/dist/{cjs → types}/components/Switch/Switch.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Switch/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Tab/Tab.d.ts +0 -0
- /package/dist/{cjs → types}/components/Tab/TabGroup.d.ts +0 -0
- /package/dist/{cjs → types}/components/Tab/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Text/Text.d.ts +0 -0
- /package/dist/{cjs → types}/components/Text/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Textarea/Textarea.d.ts +0 -0
- /package/dist/{cjs → types}/components/Textarea/Textarea.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Textarea/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Tile/Tile.d.ts +0 -0
- /package/dist/{cjs → types}/components/Tile/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Title/Title.d.ts +0 -0
- /package/dist/{cjs → types}/components/Title/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Tooltip/Tooltip.d.ts +0 -0
- /package/dist/{cjs → types}/components/Tooltip/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Video/Video.d.ts +0 -0
- /package/dist/{cjs → types}/components/Video/Video.interface.d.ts +0 -0
- /package/dist/{cjs → types}/components/Video/index.d.ts +0 -0
- /package/dist/{cjs → types}/components/Wrapper/Wrapper.d.ts +0 -0
- /package/dist/{cjs → types}/components/Wrapper/index.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/alignment.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/appearanceKeys.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/borderColor.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/borderColorHover.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/borderType.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/borderWidth.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/captionPosition.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/direction.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/elevation.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/emojiSize.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/fill.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/fillGradient.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/fillHover.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/fillType.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/flexAlign.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/flexGrow.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/flexJustifyContent.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/flexWrap.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/gridAlign.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/gridAlignSelf.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/gridJustifyItems.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/gridJustifySelf.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/height.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/horizontalContentAlign.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/horizontalResizeMode.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/iconFillSize.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/iconSize.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/itemColor.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/overflow.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/position.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/resizeMode.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/shape.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/size.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/sizeInterface.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/sizePX.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/stacking.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/state.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/stateKeys.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/svgFill.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/textColor.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/textColorHover.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/textGradient.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/textSize.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/textStyle.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/textTag.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/textWeight.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/titleSize.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/type.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/underline.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/verticalContentAlign.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/verticalResizeMode.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/width.d.ts +0 -0
- /package/dist/{cjs → types}/types/componentProps/wrap.d.ts +0 -0
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { ElementType, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { tDirectionProps, tFillProps, iconFillSizePropsType, tItemColorProps, tShapeProps, tSizeProps, textAlignPropsType, tTextColorProps, tTextSizeProps, tTextWeightProps, textWrapPropsType } from '../../types';
|
|
4
|
-
import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
|
|
5
|
-
type appearanceKeysType = tAppearanceKeysDefault & {};
|
|
6
|
-
export interface ICellProps extends iStyleAttributes {
|
|
7
|
-
direction?: tDirectionProps;
|
|
8
|
-
after?: ReactNode;
|
|
9
|
-
before?: ReactNode;
|
|
10
|
-
className?: string;
|
|
11
|
-
isActive?: boolean;
|
|
12
|
-
isDisabled?: boolean;
|
|
13
|
-
mode?: string;
|
|
14
|
-
reverse?: boolean;
|
|
15
|
-
set?: string;
|
|
16
|
-
showTitleLabel?: boolean;
|
|
17
|
-
showValueLabel?: boolean;
|
|
18
|
-
size?: tSizeProps;
|
|
19
|
-
title?: any;
|
|
20
|
-
titleIcon?: ElementType;
|
|
21
|
-
titleIconFill?: tFillProps;
|
|
22
|
-
titleIconFillHover?: tItemColorProps;
|
|
23
|
-
titleIconFillSize?: iconFillSizePropsType;
|
|
24
|
-
titleIconItemFill?: tItemColorProps;
|
|
25
|
-
titleIconShape?: tShapeProps;
|
|
26
|
-
titleIconSrc?: string;
|
|
27
|
-
titleLabel?: string;
|
|
28
|
-
titleLabelAppearance?: appearanceKeysType;
|
|
29
|
-
titleLabelShape?: tShapeProps;
|
|
30
|
-
titleLabelSize?: tSizeProps;
|
|
31
|
-
titleLabelTextSize?: tTextSizeProps;
|
|
32
|
-
titleTag?: ElementType;
|
|
33
|
-
titleTextColor?: tTextColorProps;
|
|
34
|
-
titleTextSize?: tTextSizeProps;
|
|
35
|
-
titleTextTruncate?: boolean;
|
|
36
|
-
titleTextWeight?: tTextWeightProps;
|
|
37
|
-
titleTextWrap?: textWrapPropsType;
|
|
38
|
-
value?: any;
|
|
39
|
-
valueIcon?: ElementType;
|
|
40
|
-
valueIconFill?: tFillProps;
|
|
41
|
-
valueIconFillHover?: tItemColorProps;
|
|
42
|
-
valueIconFillSize?: iconFillSizePropsType;
|
|
43
|
-
valueIconItemFill?: tItemColorProps;
|
|
44
|
-
valueIconShape?: tShapeProps;
|
|
45
|
-
valueIconSrc?: string;
|
|
46
|
-
valueLabel?: string;
|
|
47
|
-
valueLabelAppearance?: appearanceKeysType;
|
|
48
|
-
valueLabelShape?: tShapeProps;
|
|
49
|
-
valueLabelSize?: tSizeProps;
|
|
50
|
-
valueLabelTextSize?: tTextSizeProps;
|
|
51
|
-
valueTag?: ElementType;
|
|
52
|
-
valueTextAlign?: textAlignPropsType;
|
|
53
|
-
valueTextColor?: tTextColorProps;
|
|
54
|
-
valueTextSize?: tTextSizeProps;
|
|
55
|
-
valueTextWeight?: tTextWeightProps;
|
|
56
|
-
valueTextWrap?: textWrapPropsType;
|
|
57
|
-
zeroGap?: boolean;
|
|
58
|
-
zeroPadding?: boolean;
|
|
59
|
-
onClick?: () => void;
|
|
60
|
-
onMouseEnter?: () => void;
|
|
61
|
-
}
|
|
62
|
-
export {};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { alignDirectionPropsType, alignPropsType, borderTypePropsType, tBorderColorProps, tFillHoverProps, tFillProps, tShapeProps, tSizeProps, tTextColorProps, tTextSizeProps, tTextWeightProps } from '../../types';
|
|
4
|
-
import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
|
|
5
|
-
interface iChipsThemeColor {
|
|
6
|
-
align?: alignPropsType;
|
|
7
|
-
alignDirection?: alignDirectionPropsType;
|
|
8
|
-
borderColor?: tBorderColorProps;
|
|
9
|
-
borderColorDesktop?: tBorderColorProps;
|
|
10
|
-
borderColorMobile?: tBorderColorProps;
|
|
11
|
-
borderColorTablet?: tBorderColorProps;
|
|
12
|
-
borderType?: borderTypePropsType;
|
|
13
|
-
borderTypeDesktop?: borderTypePropsType;
|
|
14
|
-
borderTypeMobile?: borderTypePropsType;
|
|
15
|
-
borderTypeTablet?: borderTypePropsType;
|
|
16
|
-
fill?: tFillProps;
|
|
17
|
-
fillActive?: tFillProps;
|
|
18
|
-
fillHover?: tFillHoverProps;
|
|
19
|
-
labelTextActiveColor?: tTextColorProps;
|
|
20
|
-
labelTextColor?: tTextColorProps;
|
|
21
|
-
labelTextSize?: tTextSizeProps;
|
|
22
|
-
labelTextWeight?: tTextWeightProps;
|
|
23
|
-
shape?: tShapeProps;
|
|
24
|
-
size?: tSizeProps;
|
|
25
|
-
}
|
|
26
|
-
type tChipsAppearance = {
|
|
27
|
-
[key in tAppearanceKeysDefault]?: iChipsThemeColor;
|
|
28
|
-
};
|
|
29
|
-
interface iChipsConfig {
|
|
30
|
-
appearance: tChipsAppearance | undefined;
|
|
31
|
-
setAppearance: (newComponent: tChipsAppearance) => void;
|
|
32
|
-
}
|
|
33
|
-
interface iChipsProps extends iChipsThemeColor, iStyleAttributes {
|
|
34
|
-
appearance?: tAppearanceKeysDefault;
|
|
35
|
-
children?: ReactNode;
|
|
36
|
-
className?: string;
|
|
37
|
-
cursor?: string;
|
|
38
|
-
label?: string;
|
|
39
|
-
style?: CSSProperties;
|
|
40
|
-
type?: string;
|
|
41
|
-
isActive?: boolean;
|
|
42
|
-
onClick?: () => void;
|
|
43
|
-
}
|
|
44
|
-
export type { iChipsThemeColor, tChipsAppearance, iChipsConfig, iChipsProps };
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, MouseEventHandler, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { alignDirectionPropsType, alignmentPropsType, alignPropsType, tDirectionProps, elevationPropsType, tFillHoverProps, tFillProps, justifyContentPropsType, tShapeProps, tSizeProps, textAlignPropsType, textColorActivePropsType, tTextColorHoverProps, tTextColorProps, tTextGradientProps, tTextSizeProps, tTextStyleProps, tTextWeightProps, textWrapPropsType, typePropsType, tUnderlineProps, tWidthProps } from '../../types';
|
|
4
|
-
export interface IDropdownProps extends iStyleAttributes {
|
|
5
|
-
after?: ReactNode;
|
|
6
|
-
alignment?: alignmentPropsType;
|
|
7
|
-
animationClose?: string;
|
|
8
|
-
animationOpen?: string;
|
|
9
|
-
before?: ReactNode;
|
|
10
|
-
children?: ReactNode;
|
|
11
|
-
className?: string;
|
|
12
|
-
elevation?: elevationPropsType;
|
|
13
|
-
fill?: tFillProps;
|
|
14
|
-
fillHover?: tFillHoverProps;
|
|
15
|
-
isOpen: boolean;
|
|
16
|
-
set?: string;
|
|
17
|
-
shape?: tShapeProps;
|
|
18
|
-
style?: CSSProperties;
|
|
19
|
-
setIsOpen: (newState: boolean) => void;
|
|
20
|
-
}
|
|
21
|
-
export interface IDropdownItemProps extends iStyleAttributes {
|
|
22
|
-
after?: ReactNode;
|
|
23
|
-
align?: alignPropsType;
|
|
24
|
-
alignDirection?: alignDirectionPropsType;
|
|
25
|
-
before?: ReactNode;
|
|
26
|
-
children?: ReactNode;
|
|
27
|
-
className?: string;
|
|
28
|
-
desc?: string;
|
|
29
|
-
descTextColor?: tTextColorProps;
|
|
30
|
-
descTextColorHover?: tTextColorHoverProps;
|
|
31
|
-
descTextGradient?: tTextGradientProps;
|
|
32
|
-
descTextSize?: tTextSizeProps;
|
|
33
|
-
descTextStyle?: tTextStyleProps;
|
|
34
|
-
descTextWeight?: tTextWeightProps;
|
|
35
|
-
descTextWrap?: textWrapPropsType;
|
|
36
|
-
direction?: tDirectionProps;
|
|
37
|
-
dividerDirection?: tDirectionProps;
|
|
38
|
-
dividerFill?: tFillProps;
|
|
39
|
-
dividerSize?: tSizeProps;
|
|
40
|
-
fill?: tFillProps;
|
|
41
|
-
fillActive?: tFillProps;
|
|
42
|
-
fillActiveHover?: tFillHoverProps;
|
|
43
|
-
fillDisabled?: tFillProps;
|
|
44
|
-
fillHover?: tFillHoverProps;
|
|
45
|
-
href?: string;
|
|
46
|
-
justifyContent?: justifyContentPropsType;
|
|
47
|
-
label?: string;
|
|
48
|
-
labelTextAlign?: textAlignPropsType;
|
|
49
|
-
labelTextColor?: tTextColorProps;
|
|
50
|
-
labelTextColorActive?: textColorActivePropsType;
|
|
51
|
-
labelTextColorHover?: tTextColorHoverProps;
|
|
52
|
-
labelTextGradient?: tTextGradientProps;
|
|
53
|
-
labelTextSize?: tTextSizeProps;
|
|
54
|
-
labelTextStyle?: tTextStyleProps;
|
|
55
|
-
labelTextWeight?: tTextWeightProps;
|
|
56
|
-
labelTextWrap?: textWrapPropsType;
|
|
57
|
-
link?: string;
|
|
58
|
-
linkFill?: tFillProps;
|
|
59
|
-
rel?: string;
|
|
60
|
-
set?: string;
|
|
61
|
-
shape?: tShapeProps;
|
|
62
|
-
showDivider?: boolean;
|
|
63
|
-
size?: tSizeProps;
|
|
64
|
-
style?: CSSProperties;
|
|
65
|
-
target?: string;
|
|
66
|
-
type?: typePropsType;
|
|
67
|
-
underline?: tUnderlineProps;
|
|
68
|
-
width?: tWidthProps;
|
|
69
|
-
isActive?: boolean;
|
|
70
|
-
isHover?: boolean;
|
|
71
|
-
onClick?: MouseEventHandler<HTMLDivElement>;
|
|
72
|
-
onMouseEnter?: MouseEventHandler<HTMLDivElement>;
|
|
73
|
-
}
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { alignDirectionPropsType, tBorderColorProps, borderTypePropsType, tDirectionProps, tFillHoverProps, tFillProps, flexAlignPropsType, flexJustifyContentPropsType, flexWrapPropsType, horizontalResizeModePropsType, positionPropsType, tShapeProps, tWidthProps } from '../../types';
|
|
4
|
-
export interface IFlexProps extends iStyleAttributes {
|
|
5
|
-
children?: ReactNode;
|
|
6
|
-
className?: string;
|
|
7
|
-
id?: number | string;
|
|
8
|
-
style?: CSSProperties;
|
|
9
|
-
tag?: ElementType;
|
|
10
|
-
type?: string;
|
|
11
|
-
onClick?: () => void;
|
|
12
|
-
alignContent?: flexJustifyContentPropsType;
|
|
13
|
-
alignItems?: flexAlignPropsType;
|
|
14
|
-
border?: tBorderColorProps;
|
|
15
|
-
borderType?: borderTypePropsType;
|
|
16
|
-
direction?: alignDirectionPropsType;
|
|
17
|
-
fill?: tFillProps;
|
|
18
|
-
flow?: string;
|
|
19
|
-
justifyContent?: flexJustifyContentPropsType;
|
|
20
|
-
position?: positionPropsType;
|
|
21
|
-
shape?: tShapeProps;
|
|
22
|
-
width?: tWidthProps;
|
|
23
|
-
wrap?: flexWrapPropsType;
|
|
24
|
-
gapWrapper?: string;
|
|
25
|
-
maxWidthWrapper?: string;
|
|
26
|
-
alignContentDesktop?: flexJustifyContentPropsType;
|
|
27
|
-
alignContentMobile?: flexJustifyContentPropsType;
|
|
28
|
-
alignContentTablet?: flexJustifyContentPropsType;
|
|
29
|
-
alignItemsDesktop?: flexAlignPropsType;
|
|
30
|
-
alignItemsMobile?: flexAlignPropsType;
|
|
31
|
-
alignItemsTablet?: flexAlignPropsType;
|
|
32
|
-
directionDesktop?: alignDirectionPropsType;
|
|
33
|
-
directionMobile?: alignDirectionPropsType;
|
|
34
|
-
directionTablet?: alignDirectionPropsType;
|
|
35
|
-
fillDesktop?: tFillProps;
|
|
36
|
-
fillMobile?: tFillProps;
|
|
37
|
-
fillTablet?: tFillProps;
|
|
38
|
-
flowDesktop?: string;
|
|
39
|
-
flowMobile?: string;
|
|
40
|
-
flowTablet?: string;
|
|
41
|
-
justifyContentDesktop?: flexJustifyContentPropsType;
|
|
42
|
-
justifyContentMobile?: flexJustifyContentPropsType;
|
|
43
|
-
justifyContentTablet?: flexJustifyContentPropsType;
|
|
44
|
-
justifyItems?: flexAlignPropsType;
|
|
45
|
-
justifyItemsDesktop?: flexAlignPropsType;
|
|
46
|
-
justifyItemsMobile?: flexAlignPropsType;
|
|
47
|
-
justifyItemsTablet?: flexAlignPropsType;
|
|
48
|
-
positionDesktop?: positionPropsType;
|
|
49
|
-
positionMobile?: positionPropsType;
|
|
50
|
-
positionTablet?: positionPropsType;
|
|
51
|
-
shapeDesktop?: tShapeProps;
|
|
52
|
-
shapeMobile?: tShapeProps;
|
|
53
|
-
shapeTablet?: tShapeProps;
|
|
54
|
-
widthDesktop?: tWidthProps;
|
|
55
|
-
widthMobile?: tWidthProps;
|
|
56
|
-
widthTablet?: tWidthProps;
|
|
57
|
-
wrapDesktop?: flexWrapPropsType;
|
|
58
|
-
wrapMobile?: flexWrapPropsType;
|
|
59
|
-
wrapTablet?: flexWrapPropsType;
|
|
60
|
-
}
|
|
61
|
-
export interface IFlexItemProps extends iStyleAttributes {
|
|
62
|
-
children?: ReactNode;
|
|
63
|
-
className?: string;
|
|
64
|
-
htmlFor?: string;
|
|
65
|
-
style?: CSSProperties;
|
|
66
|
-
tag?: ElementType;
|
|
67
|
-
alignItems?: flexAlignPropsType;
|
|
68
|
-
alignSelf?: flexAlignPropsType;
|
|
69
|
-
direction?: tDirectionProps;
|
|
70
|
-
fill?: tFillProps;
|
|
71
|
-
fillHover?: tFillHoverProps;
|
|
72
|
-
grow?: number;
|
|
73
|
-
justifyContent?: flexJustifyContentPropsType;
|
|
74
|
-
position?: positionPropsType;
|
|
75
|
-
shape?: tShapeProps;
|
|
76
|
-
width?: horizontalResizeModePropsType;
|
|
77
|
-
wrap?: flexWrapPropsType;
|
|
78
|
-
alignItemsDesktop?: flexAlignPropsType;
|
|
79
|
-
alignItemsMobile?: flexAlignPropsType;
|
|
80
|
-
alignItemsTablet?: flexAlignPropsType;
|
|
81
|
-
alignSelfDesktop?: flexAlignPropsType;
|
|
82
|
-
alignSelfMobile?: flexAlignPropsType;
|
|
83
|
-
alignSelfTablet?: flexAlignPropsType;
|
|
84
|
-
columnEnd?: number;
|
|
85
|
-
columnEndDesktop?: number;
|
|
86
|
-
columnEndMobile?: number;
|
|
87
|
-
columnEndTablet?: number;
|
|
88
|
-
columnSpan?: string;
|
|
89
|
-
columnSpanDesktop?: string;
|
|
90
|
-
columnSpanMobile?: string;
|
|
91
|
-
columnSpanTablet?: string;
|
|
92
|
-
columnStart?: number;
|
|
93
|
-
columnStartDesktop?: number;
|
|
94
|
-
columnStartMobile?: number;
|
|
95
|
-
columnStartTablet?: number;
|
|
96
|
-
directionDesktop?: tDirectionProps;
|
|
97
|
-
directionMobile?: tDirectionProps;
|
|
98
|
-
directionTablet?: tDirectionProps;
|
|
99
|
-
fillDesktop?: tFillProps;
|
|
100
|
-
fillMobile?: tFillProps;
|
|
101
|
-
fillTablet?: tFillProps;
|
|
102
|
-
growDesktop?: number;
|
|
103
|
-
growMobile?: number;
|
|
104
|
-
growTablet?: number;
|
|
105
|
-
justifyContentDesktop?: flexJustifyContentPropsType;
|
|
106
|
-
justifyContentMobile?: flexJustifyContentPropsType;
|
|
107
|
-
justifyContentTablet?: flexJustifyContentPropsType;
|
|
108
|
-
positionDesktop?: positionPropsType;
|
|
109
|
-
positionMobile?: positionPropsType;
|
|
110
|
-
positionTablet?: positionPropsType;
|
|
111
|
-
shapeDesktop?: tShapeProps;
|
|
112
|
-
shapeMobile?: tShapeProps;
|
|
113
|
-
shapeTablet?: tShapeProps;
|
|
114
|
-
widthDesktop?: horizontalResizeModePropsType;
|
|
115
|
-
widthMobile?: horizontalResizeModePropsType;
|
|
116
|
-
widthTablet?: horizontalResizeModePropsType;
|
|
117
|
-
wrapDesktop?: flexWrapPropsType;
|
|
118
|
-
wrapMobile?: flexWrapPropsType;
|
|
119
|
-
wrapTablet?: flexWrapPropsType;
|
|
120
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { alignDirectionPropsType, alignPropsType, borderTypePropsType, elevationPropsType, flexGrowPropsType, justifyContentPropsType, tBorderColorProps, tDirectionProps, tFillHoverProps, tFillProps, tHeightProps, tShapeProps, tTextColorProps, tTextWeightProps, tWidthProps, wrapPropsType } from '../../types';
|
|
4
|
-
export interface IHTMLContentProps extends iStyleAttributes {
|
|
5
|
-
align?: alignPropsType;
|
|
6
|
-
alignDirection?: alignDirectionPropsType;
|
|
7
|
-
border?: tBorderColorProps;
|
|
8
|
-
borderColor?: tBorderColorProps;
|
|
9
|
-
borderType?: borderTypePropsType;
|
|
10
|
-
borderWidth?: string;
|
|
11
|
-
children?: ReactNode;
|
|
12
|
-
className?: string;
|
|
13
|
-
columns?: number;
|
|
14
|
-
content?: any;
|
|
15
|
-
dataTour?: string;
|
|
16
|
-
direction?: tDirectionProps;
|
|
17
|
-
elevation?: elevationPropsType;
|
|
18
|
-
fill?: tFillProps;
|
|
19
|
-
fillHover?: tFillHoverProps;
|
|
20
|
-
flexGrow?: flexGrowPropsType;
|
|
21
|
-
height?: tHeightProps;
|
|
22
|
-
justifyContent?: justifyContentPropsType;
|
|
23
|
-
shape?: tShapeProps;
|
|
24
|
-
style?: CSSProperties;
|
|
25
|
-
textColor?: tTextColorProps;
|
|
26
|
-
textWeight?: tTextWeightProps;
|
|
27
|
-
width?: tWidthProps;
|
|
28
|
-
wrap?: wrapPropsType;
|
|
29
|
-
onClick?: () => void;
|
|
30
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { alignDirectionPropsType, tBorderColorProps, borderTypePropsType, tBorderWidthProps, elevationPropsType, tFillHoverProps, tFillProps, flexAlignPropsType, flexJustifyContentPropsType, flexWrapPropsType, tHeightProps, positionPropsType, tShapeProps, tTextColorProps, tTextSizeProps, tTextWeightProps, tWidthProps } from '../../types';
|
|
4
|
-
import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
|
|
5
|
-
interface ThemeColor {
|
|
6
|
-
border?: string;
|
|
7
|
-
borderColor?: string;
|
|
8
|
-
borderWidth?: string;
|
|
9
|
-
direction?: alignDirectionPropsType;
|
|
10
|
-
fill?: string;
|
|
11
|
-
fillHover?: string;
|
|
12
|
-
labelTextColor?: tTextColorProps;
|
|
13
|
-
}
|
|
14
|
-
type appearanceKeysType = tAppearanceKeysDefault & {};
|
|
15
|
-
type tAppearance = {
|
|
16
|
-
[key in appearanceKeysType]: ThemeColor;
|
|
17
|
-
};
|
|
18
|
-
export interface IPanelConfig {
|
|
19
|
-
appearance: tAppearance | undefined;
|
|
20
|
-
setAppearance: (newComponent: tAppearance) => void;
|
|
21
|
-
}
|
|
22
|
-
export interface IPanelProps extends iStyleAttributes {
|
|
23
|
-
appearance?: appearanceKeysType;
|
|
24
|
-
children?: ReactNode;
|
|
25
|
-
className?: string;
|
|
26
|
-
dataTour?: string;
|
|
27
|
-
horizontalScroll?: boolean;
|
|
28
|
-
htmlFor?: string;
|
|
29
|
-
set?: string;
|
|
30
|
-
style?: CSSProperties;
|
|
31
|
-
verticalScroll?: boolean;
|
|
32
|
-
alignContent?: flexJustifyContentPropsType;
|
|
33
|
-
alignItems?: flexAlignPropsType;
|
|
34
|
-
borderColor?: tBorderColorProps;
|
|
35
|
-
borderType?: borderTypePropsType;
|
|
36
|
-
borderWidth?: tBorderWidthProps;
|
|
37
|
-
direction?: alignDirectionPropsType;
|
|
38
|
-
elevation?: elevationPropsType;
|
|
39
|
-
fill?: tFillProps;
|
|
40
|
-
fillHover?: tFillHoverProps;
|
|
41
|
-
height?: tHeightProps;
|
|
42
|
-
justifyContent?: flexJustifyContentPropsType;
|
|
43
|
-
position?: positionPropsType;
|
|
44
|
-
shape?: tShapeProps;
|
|
45
|
-
width?: tWidthProps;
|
|
46
|
-
wrap?: flexWrapPropsType;
|
|
47
|
-
desc?: string;
|
|
48
|
-
descTextColor?: tTextColorProps;
|
|
49
|
-
descTextSize?: tTextSizeProps;
|
|
50
|
-
descTextWeight?: tTextWeightProps;
|
|
51
|
-
title?: string;
|
|
52
|
-
titleTextColor?: tTextColorProps;
|
|
53
|
-
titleTextSize?: tTextSizeProps;
|
|
54
|
-
titleTextWeight?: tTextWeightProps;
|
|
55
|
-
}
|
|
56
|
-
export {};
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import type { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import type { textAlignPropsType, alignDirectionPropsType, alignPropsType, justifyContentPropsType, tDirectionProps, textColorActivePropsType, tTextColorHoverProps, tTextGradientProps, tTextStyleProps, textWrapPropsType, tFillHoverProps, tFillProps, tShapeProps, tSizeProps, tTextColorProps, tTextSizeProps, tTextWeightProps, tWidthProps } from '../../types';
|
|
4
|
-
import type { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
|
|
5
|
-
interface iTabThemeColor {
|
|
6
|
-
align?: alignPropsType;
|
|
7
|
-
alignDirection?: alignDirectionPropsType;
|
|
8
|
-
badgeAppearance?: tAppearanceKeysDefault;
|
|
9
|
-
badgeSize?: tSizeProps;
|
|
10
|
-
badgeTextColor?: tTextColorProps;
|
|
11
|
-
badgeTextSize?: tTextSizeProps;
|
|
12
|
-
badgeValue?: string;
|
|
13
|
-
dividerDirection?: tDirectionProps;
|
|
14
|
-
dividerFill?: tFillProps;
|
|
15
|
-
dividerFillActive?: tFillProps;
|
|
16
|
-
dividerFillActiveHover?: tFillHoverProps;
|
|
17
|
-
dividerFillDisabled?: tFillProps;
|
|
18
|
-
dividerFillHover?: tFillHoverProps;
|
|
19
|
-
dividerSize?: tSizeProps;
|
|
20
|
-
fill?: tFillProps;
|
|
21
|
-
fillActive?: tFillProps;
|
|
22
|
-
fillActiveHover?: tFillHoverProps;
|
|
23
|
-
fillDisabled?: tFillProps;
|
|
24
|
-
fillHover?: tFillHoverProps;
|
|
25
|
-
justifyContent?: justifyContentPropsType;
|
|
26
|
-
label?: string;
|
|
27
|
-
labelColor?: tTextColorProps;
|
|
28
|
-
labelColorActive?: textColorActivePropsType;
|
|
29
|
-
labelColorDisabled?: tTextColorProps;
|
|
30
|
-
labelTextColorHover?: tTextColorHoverProps;
|
|
31
|
-
labelTextGradient?: tTextGradientProps;
|
|
32
|
-
labelTextSize?: tTextSizeProps;
|
|
33
|
-
labelTextAlign?: textAlignPropsType;
|
|
34
|
-
labelTextStyle?: tTextStyleProps;
|
|
35
|
-
labelTextWeight?: tTextWeightProps;
|
|
36
|
-
labelTextWrap?: textWrapPropsType;
|
|
37
|
-
linkFill?: tFillProps;
|
|
38
|
-
shape?: tShapeProps;
|
|
39
|
-
size?: tSizeProps;
|
|
40
|
-
type?: string;
|
|
41
|
-
width?: tWidthProps;
|
|
42
|
-
}
|
|
43
|
-
type tTabAppearance = {
|
|
44
|
-
[key in tAppearanceKeysDefault]?: iTabThemeColor;
|
|
45
|
-
};
|
|
46
|
-
interface iTabConfig {
|
|
47
|
-
appearance: tTabAppearance | undefined;
|
|
48
|
-
setAppearance: (newComponent: tTabAppearance) => void;
|
|
49
|
-
}
|
|
50
|
-
interface iTabProps extends iTabThemeColor, iStyleAttributes {
|
|
51
|
-
after?: ReactNode;
|
|
52
|
-
appearance?: tAppearanceKeysDefault;
|
|
53
|
-
before?: ReactNode;
|
|
54
|
-
children?: ReactNode;
|
|
55
|
-
className?: string;
|
|
56
|
-
dataTour?: string;
|
|
57
|
-
href?: string;
|
|
58
|
-
link?: string;
|
|
59
|
-
rel?: string;
|
|
60
|
-
reset?: boolean;
|
|
61
|
-
style?: CSSProperties;
|
|
62
|
-
target?: string;
|
|
63
|
-
isActive?: boolean;
|
|
64
|
-
isDisabled?: boolean;
|
|
65
|
-
isHover?: boolean;
|
|
66
|
-
onClick?: () => void;
|
|
67
|
-
onMouseEnter?: () => void;
|
|
68
|
-
set?: string;
|
|
69
|
-
}
|
|
70
|
-
interface iTabGroupProps extends iStyleAttributes {
|
|
71
|
-
id?: string;
|
|
72
|
-
children?: ReactNode;
|
|
73
|
-
className?: string;
|
|
74
|
-
dataTour?: string;
|
|
75
|
-
horizontalScroll?: boolean;
|
|
76
|
-
style?: CSSProperties;
|
|
77
|
-
set?: string;
|
|
78
|
-
}
|
|
79
|
-
export type { iTabThemeColor, tTabAppearance, iTabConfig, iTabProps, iTabGroupProps };
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
|
-
import type { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import type { textAlignPropsType, textColorActivePropsType, tTextColorHoverProps, tTextGradientProps, tTextStyleProps, textWrapPropsType, tSizeProps, tTextColorProps, tTextSizeProps, tTextWeightProps, tWidthProps, typePropsType } from '../../types';
|
|
4
|
-
import type { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
|
|
5
|
-
interface iTextThemeColor {
|
|
6
|
-
size?: tSizeProps;
|
|
7
|
-
textColor?: tTextColorProps;
|
|
8
|
-
textColorActive?: textColorActivePropsType;
|
|
9
|
-
textColorGradient?: tTextGradientProps;
|
|
10
|
-
textColorHover?: tTextColorHoverProps;
|
|
11
|
-
}
|
|
12
|
-
type tAppearance = {
|
|
13
|
-
[key in tAppearanceKeysDefault]: iTextThemeColor;
|
|
14
|
-
};
|
|
15
|
-
interface iTextConfig {
|
|
16
|
-
appearance: tAppearance | undefined;
|
|
17
|
-
setAppearance: (newComponent: tAppearance) => void;
|
|
18
|
-
}
|
|
19
|
-
interface iTextProps extends iTextThemeColor, iStyleAttributes {
|
|
20
|
-
dataTestId?: number | string;
|
|
21
|
-
id?: number | string;
|
|
22
|
-
after?: ReactNode;
|
|
23
|
-
appearance?: tAppearanceKeysDefault;
|
|
24
|
-
before?: ReactNode;
|
|
25
|
-
children: ReactNode;
|
|
26
|
-
className?: string;
|
|
27
|
-
cursor?: string;
|
|
28
|
-
dataTour?: string;
|
|
29
|
-
htmlFor?: string;
|
|
30
|
-
mode?: string;
|
|
31
|
-
size?: tTextSizeProps;
|
|
32
|
-
sizeDesktop?: tSizeProps;
|
|
33
|
-
sizeMobile?: tSizeProps;
|
|
34
|
-
sizeTablet?: tSizeProps;
|
|
35
|
-
style?: CSSProperties;
|
|
36
|
-
tag?: ElementType;
|
|
37
|
-
textAlign?: textAlignPropsType;
|
|
38
|
-
textColor?: tTextColorProps;
|
|
39
|
-
textColorDesktop?: tTextColorProps;
|
|
40
|
-
textColorMobile?: tTextColorProps;
|
|
41
|
-
textColorTablet?: tTextColorProps;
|
|
42
|
-
textStyle?: tTextStyleProps;
|
|
43
|
-
textTruncate?: boolean;
|
|
44
|
-
textWeight?: tTextWeightProps;
|
|
45
|
-
textWeightDesktop?: tTextWeightProps;
|
|
46
|
-
textWeightMobile?: tTextWeightProps;
|
|
47
|
-
textWeightTablet?: tTextWeightProps;
|
|
48
|
-
textWrap?: textWrapPropsType;
|
|
49
|
-
type?: typePropsType;
|
|
50
|
-
width?: tWidthProps;
|
|
51
|
-
onClick?: () => void;
|
|
52
|
-
onDoubleClick?: () => void;
|
|
53
|
-
}
|
|
54
|
-
export type { iTextConfig, iTextProps };
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { alignDirectionPropsType, alignPropsType, borderColorHoverPropsType, tBorderColorProps, borderTypePropsType, tBorderWidthProps, tDirectionProps, tFillProps, tShapeProps, tSizeProps, textAlignPropsType, tTextColorProps, tTextSizeProps, tTextWeightProps, textWrapPropsType, titleSizePropsType } from '../../types';
|
|
4
|
-
export interface ITileProps extends iStyleAttributes {
|
|
5
|
-
after?: ReactNode;
|
|
6
|
-
align?: alignPropsType;
|
|
7
|
-
alignDirection?: alignDirectionPropsType;
|
|
8
|
-
badge?: string;
|
|
9
|
-
badgeSize?: tSizeProps;
|
|
10
|
-
badgeTextColor?: tTextColorProps;
|
|
11
|
-
badgeTextSize?: tTextSizeProps;
|
|
12
|
-
before?: ReactNode;
|
|
13
|
-
borderColor?: tBorderColorProps;
|
|
14
|
-
borderColorHover?: borderColorHoverPropsType;
|
|
15
|
-
borderType?: borderTypePropsType;
|
|
16
|
-
borderWidth?: tBorderWidthProps;
|
|
17
|
-
children?: ReactNode;
|
|
18
|
-
className?: string;
|
|
19
|
-
direction?: tDirectionProps;
|
|
20
|
-
fill?: tFillProps;
|
|
21
|
-
reverse?: boolean;
|
|
22
|
-
shape?: tShapeProps;
|
|
23
|
-
size?: string;
|
|
24
|
-
style?: CSSProperties;
|
|
25
|
-
text?: string;
|
|
26
|
-
textColor?: tTextColorProps;
|
|
27
|
-
textSize?: tTextSizeProps;
|
|
28
|
-
textWrap?: textWrapPropsType;
|
|
29
|
-
title?: string;
|
|
30
|
-
titleTextAlign?: textAlignPropsType;
|
|
31
|
-
titleTextColor?: tTextColorProps;
|
|
32
|
-
titleTextSize?: titleSizePropsType;
|
|
33
|
-
titleTextWeight?: tTextWeightProps;
|
|
34
|
-
titleTextWrap?: textWrapPropsType;
|
|
35
|
-
type?: string;
|
|
36
|
-
onClick?: () => void;
|
|
37
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { tFillProps, textAlignPropsType, textColorActivePropsType, tTextColorHoverProps, tTextColorProps, tTextGradientProps, tTextStyleProps, tTextWeightProps, textWrapPropsType, titleSizePropsType, svgFillPropsType } from '../../types';
|
|
4
|
-
import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
|
|
5
|
-
interface ITitleThemeColor {
|
|
6
|
-
fill?: tFillProps;
|
|
7
|
-
size?: titleSizePropsType;
|
|
8
|
-
sizeDesktop?: titleSizePropsType;
|
|
9
|
-
sizeMobile?: titleSizePropsType;
|
|
10
|
-
sizeTablet?: titleSizePropsType;
|
|
11
|
-
textColor?: tTextColorProps;
|
|
12
|
-
textColorActive?: textColorActivePropsType;
|
|
13
|
-
textColorHover?: tTextColorHoverProps;
|
|
14
|
-
textGradient?: tTextGradientProps;
|
|
15
|
-
textStyle?: tTextStyleProps;
|
|
16
|
-
textWeight?: tTextWeightProps;
|
|
17
|
-
textWrap?: textWrapPropsType;
|
|
18
|
-
weight?: tTextWeightProps;
|
|
19
|
-
svgFill?: svgFillPropsType;
|
|
20
|
-
svgFillHover?: svgFillPropsType;
|
|
21
|
-
}
|
|
22
|
-
type appearanceKeysType = tAppearanceKeysDefault & {};
|
|
23
|
-
type tAppearance = {
|
|
24
|
-
[key in appearanceKeysType]: ITitleThemeColor;
|
|
25
|
-
};
|
|
26
|
-
export interface ITitleConfig {
|
|
27
|
-
appearance: tAppearance | undefined;
|
|
28
|
-
setAppearance: (newComponent: tAppearance) => void;
|
|
29
|
-
}
|
|
30
|
-
export interface ITitleProps extends ITitleThemeColor, iStyleAttributes {
|
|
31
|
-
appearance?: appearanceKeysType;
|
|
32
|
-
children: ReactNode;
|
|
33
|
-
className?: string;
|
|
34
|
-
dataTour?: string;
|
|
35
|
-
mode?: string;
|
|
36
|
-
after?: any;
|
|
37
|
-
afterWrapper?: any;
|
|
38
|
-
before?: any;
|
|
39
|
-
beforeWrapper?: any;
|
|
40
|
-
style?: CSSProperties;
|
|
41
|
-
tag?: ElementType;
|
|
42
|
-
text?: string;
|
|
43
|
-
textAlign?: textAlignPropsType;
|
|
44
|
-
direction?: string;
|
|
45
|
-
directionWrapper?: string;
|
|
46
|
-
textTruncate?: string;
|
|
47
|
-
type?: string;
|
|
48
|
-
onClick?: () => void;
|
|
49
|
-
}
|
|
50
|
-
export {};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ElementType, ReactNode } from 'react';
|
|
2
|
-
import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
|
|
3
|
-
import { alignDirectionPropsType, alignPropsType, tFillProps, horizontalResizeModePropsType, positionPropsType, verticalResizeModePropsType } from '../../types';
|
|
4
|
-
export interface IWrapperProps extends iStyleAttributes {
|
|
5
|
-
after?: ReactNode;
|
|
6
|
-
align?: alignPropsType;
|
|
7
|
-
alignDirection?: alignDirectionPropsType;
|
|
8
|
-
before?: ReactNode;
|
|
9
|
-
children?: ReactNode;
|
|
10
|
-
className?: string;
|
|
11
|
-
fill?: tFillProps;
|
|
12
|
-
horizontalResizing?: horizontalResizeModePropsType;
|
|
13
|
-
id?: string;
|
|
14
|
-
position?: positionPropsType;
|
|
15
|
-
style?: CSSProperties;
|
|
16
|
-
tag?: ElementType;
|
|
17
|
-
type?: string;
|
|
18
|
-
verticalResizing?: verticalResizeModePropsType;
|
|
19
|
-
wrapperPosition?: positionPropsType;
|
|
20
|
-
}
|