@modul/mbui 0.0.2 → 0.0.3-beta-pv-52770-7d2f2b64
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/@/config/button.d.ts +90 -0
- package/dist/@/config/button.js +92 -0
- package/dist/@/config/button.js.map +1 -0
- package/dist/@/config/index.d.ts +137 -0
- package/dist/@/config/index.js +99 -0
- package/dist/@/config/index.js.map +1 -0
- package/dist/@/lib/utils.d.ts +2 -0
- package/dist/@/lib/utils.js +10 -0
- package/dist/@/lib/utils.js.map +1 -0
- package/dist/Audio/Audio.d.ts +123 -0
- package/dist/Audio/Audio.js +294 -0
- package/dist/Audio/Audio.js.map +1 -0
- package/dist/Audio/index.d.ts +3 -0
- package/dist/Audio/index.js +7 -0
- package/dist/Audio/index.js.map +1 -0
- package/dist/Audio/types.d.ts +34 -0
- package/dist/Audio/types.js +13 -0
- package/dist/Audio/types.js.map +1 -0
- package/dist/Base/Buttons/Button.d.ts +12 -0
- package/dist/Base/Buttons/Button.js +53 -0
- package/dist/Base/Buttons/Button.js.map +1 -0
- package/dist/Base/Buttons/index.d.ts +3 -0
- package/dist/Base/Buttons/index.js +7 -0
- package/dist/Base/Buttons/index.js.map +1 -0
- package/dist/Base/Input/Base.d.ts +4 -0
- package/dist/Base/Input/Base.js +20 -0
- package/dist/Base/Input/Base.js.map +1 -0
- package/dist/Base/Input/Input.d.ts +4 -0
- package/dist/Base/Input/Input.js +18 -0
- package/dist/Base/Input/Input.js.map +1 -0
- package/dist/Base/Input/index.d.ts +2 -0
- package/dist/Base/Input/index.js +7 -0
- package/dist/Base/Input/index.js.map +1 -0
- package/dist/Base/Input/types.d.ts +9 -0
- package/dist/Base/Input/types.js +3 -0
- package/dist/Base/Input/types.js.map +1 -0
- package/dist/Base/Links/TextLink.d.ts +4 -0
- package/dist/Base/Links/TextLink.js +9 -0
- package/dist/Base/Links/TextLink.js.map +1 -0
- package/dist/Base/Links/index.d.ts +2 -0
- package/dist/Base/Links/index.js +7 -0
- package/dist/Base/Links/index.js.map +1 -0
- package/dist/Collapse/Collapse.d.ts +10 -0
- package/dist/Collapse/Collapse.js +21 -0
- package/dist/Collapse/Collapse.js.map +1 -0
- package/dist/Collapse/index.d.ts +3 -0
- package/dist/Collapse/index.js +8 -0
- package/dist/Collapse/index.js.map +1 -0
- package/dist/Input-OTP/Input.d.ts +32 -0
- package/dist/Input-OTP/Input.js +28 -0
- package/dist/Input-OTP/Input.js.map +1 -0
- package/dist/Input-OTP/index.d.ts +2 -0
- package/dist/Input-OTP/index.js +9 -0
- package/dist/Input-OTP/index.js.map +1 -0
- package/dist/Logo/Logo.d.ts +7 -0
- package/dist/Logo/Logo.js +11 -0
- package/dist/Logo/Logo.js.map +1 -0
- package/dist/Logo/index.d.ts +2 -0
- package/dist/Logo/index.js +6 -0
- package/dist/Logo/index.js.map +1 -0
- package/dist/Popover/Popover.d.ts +13 -0
- package/dist/Popover/Popover.js +17 -0
- package/dist/Popover/Popover.js.map +1 -0
- package/dist/Popover/index.d.ts +3 -0
- package/dist/Popover/index.js +8 -0
- package/dist/Popover/index.js.map +1 -0
- package/dist/Slider/Slider.d.ts +4 -0
- package/dist/Slider/Slider.js +12 -0
- package/dist/Slider/Slider.js.map +1 -0
- package/dist/Slider/index.d.ts +3 -0
- package/dist/Slider/index.js +8 -0
- package/dist/Slider/index.js.map +1 -0
- package/dist/Tabs/Tabs.d.ts +13 -0
- package/dist/Tabs/Tabs.js +18 -0
- package/dist/Tabs/Tabs.js.map +1 -0
- package/dist/Tabs/index.d.ts +3 -0
- package/dist/Tabs/index.js +8 -0
- package/dist/Tabs/index.js.map +1 -0
- package/dist/Tooltip/Tooltip.d.ts +13 -0
- package/dist/Tooltip/Tooltip.js +16 -0
- package/dist/Tooltip/Tooltip.js.map +1 -0
- package/dist/Tooltip/index.d.ts +3 -0
- package/dist/Tooltip/index.js +8 -0
- package/dist/Tooltip/index.js.map +1 -0
- package/dist/components/BottonNavigation/BottonNavigation.d.ts +6 -0
- package/dist/components/BottonNavigation/BottonNavigation.js +37 -0
- package/dist/components/BottonNavigation/BottonNavigation.js.map +1 -0
- package/dist/components/BottonNavigation/index.d.ts +3 -0
- package/dist/components/BottonNavigation/index.js +3 -0
- package/dist/components/BottonNavigation/index.js.map +1 -0
- package/dist/components/SvgIcon/SvgIcon.d.ts +10 -0
- package/dist/components/SvgIcon/SvgIcon.js +20 -0
- package/dist/components/SvgIcon/SvgIcon.js.map +1 -0
- package/dist/components/SvgIcon/icons/AddList.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AddList.js +9 -0
- package/dist/components/SvgIcon/icons/AddList.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertCircle.js +9 -0
- package/dist/components/SvgIcon/icons/AlertCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertCircleSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertCircleSolid.js +9 -0
- package/dist/components/SvgIcon/icons/AlertCircleSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertDiamond.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertDiamond.js +9 -0
- package/dist/components/SvgIcon/icons/AlertDiamond.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertDiamondSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertDiamondSolid.js +9 -0
- package/dist/components/SvgIcon/icons/AlertDiamondSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/AlertShield.d.ts +4 -0
- package/dist/components/SvgIcon/icons/AlertShield.js +9 -0
- package/dist/components/SvgIcon/icons/AlertShield.js.map +1 -0
- package/dist/components/SvgIcon/icons/Android.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Android.js +9 -0
- package/dist/components/SvgIcon/icons/Android.js.map +1 -0
- package/dist/components/SvgIcon/icons/Apple.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Apple.js +9 -0
- package/dist/components/SvgIcon/icons/Apple.js.map +1 -0
- package/dist/components/SvgIcon/icons/Archive.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Archive.js +9 -0
- package/dist/components/SvgIcon/icons/Archive.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowCircle.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowDown.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowDown.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowDown.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowLeft.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowLeft.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowLeft.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowRight.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowRight.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowRight.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowUp.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowUp.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowUp.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowUpCorner.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowUpCorner.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowUpCorner.js.map +1 -0
- package/dist/components/SvgIcon/icons/ArrowsChange.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ArrowsChange.js +9 -0
- package/dist/components/SvgIcon/icons/ArrowsChange.js.map +1 -0
- package/dist/components/SvgIcon/icons/Atm.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Atm.js +9 -0
- package/dist/components/SvgIcon/icons/Atm.js.map +1 -0
- package/dist/components/SvgIcon/icons/Attach.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Attach.js +9 -0
- package/dist/components/SvgIcon/icons/Attach.js.map +1 -0
- package/dist/components/SvgIcon/icons/Bank.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Bank.js +9 -0
- package/dist/components/SvgIcon/icons/Bank.js.map +1 -0
- package/dist/components/SvgIcon/icons/Bold.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Bold.js +9 -0
- package/dist/components/SvgIcon/icons/Bold.js.map +1 -0
- package/dist/components/SvgIcon/icons/Bonus.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Bonus.js +9 -0
- package/dist/components/SvgIcon/icons/Bonus.js.map +1 -0
- package/dist/components/SvgIcon/icons/Building.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Building.js +9 -0
- package/dist/components/SvgIcon/icons/Building.js.map +1 -0
- package/dist/components/SvgIcon/icons/Calendar.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Calendar.js +9 -0
- package/dist/components/SvgIcon/icons/Calendar.js.map +1 -0
- package/dist/components/SvgIcon/icons/CalendarCancel.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CalendarCancel.js +9 -0
- package/dist/components/SvgIcon/icons/CalendarCancel.js.map +1 -0
- package/dist/components/SvgIcon/icons/Call.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Call.js +9 -0
- package/dist/components/SvgIcon/icons/Call.js.map +1 -0
- package/dist/components/SvgIcon/icons/CallEnd.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CallEnd.js +9 -0
- package/dist/components/SvgIcon/icons/CallEnd.js.map +1 -0
- package/dist/components/SvgIcon/icons/CallMissed.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CallMissed.js +9 -0
- package/dist/components/SvgIcon/icons/CallMissed.js.map +1 -0
- package/dist/components/SvgIcon/icons/Callback.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Callback.js +9 -0
- package/dist/components/SvgIcon/icons/Callback.js.map +1 -0
- package/dist/components/SvgIcon/icons/Camera.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Camera.js +9 -0
- package/dist/components/SvgIcon/icons/Camera.js.map +1 -0
- package/dist/components/SvgIcon/icons/Cancel.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Cancel.js +9 -0
- package/dist/components/SvgIcon/icons/Cancel.js.map +1 -0
- package/dist/components/SvgIcon/icons/CancelSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CancelSolid.js +9 -0
- package/dist/components/SvgIcon/icons/CancelSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Card.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Card.js +9 -0
- package/dist/components/SvgIcon/icons/Card.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardLock.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardLock.js +9 -0
- package/dist/components/SvgIcon/icons/CardLock.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardRefill.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardRefill.js +9 -0
- package/dist/components/SvgIcon/icons/CardRefill.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardReissue.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardReissue.js +9 -0
- package/dist/components/SvgIcon/icons/CardReissue.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardScan.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardScan.js +9 -0
- package/dist/components/SvgIcon/icons/CardScan.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardToCard.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardToCard.js +9 -0
- package/dist/components/SvgIcon/icons/CardToCard.js.map +1 -0
- package/dist/components/SvgIcon/icons/CardUnlock.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CardUnlock.js +9 -0
- package/dist/components/SvgIcon/icons/CardUnlock.js.map +1 -0
- package/dist/components/SvgIcon/icons/Change.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Change.js +9 -0
- package/dist/components/SvgIcon/icons/Change.js.map +1 -0
- package/dist/components/SvgIcon/icons/Chart.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Chart.js +9 -0
- package/dist/components/SvgIcon/icons/Chart.js.map +1 -0
- package/dist/components/SvgIcon/icons/Chat.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Chat.js +9 -0
- package/dist/components/SvgIcon/icons/Chat.js.map +1 -0
- package/dist/components/SvgIcon/icons/ChatSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ChatSolid.js +9 -0
- package/dist/components/SvgIcon/icons/ChatSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Check.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Check.js +9 -0
- package/dist/components/SvgIcon/icons/Check.js.map +1 -0
- package/dist/components/SvgIcon/icons/CheckCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CheckCircle.js +9 -0
- package/dist/components/SvgIcon/icons/CheckCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/CheckCircleSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CheckCircleSolid.js +9 -0
- package/dist/components/SvgIcon/icons/CheckCircleSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/CheckShield.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CheckShield.js +9 -0
- package/dist/components/SvgIcon/icons/CheckShield.js.map +1 -0
- package/dist/components/SvgIcon/icons/CheckSmall.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CheckSmall.js +9 -0
- package/dist/components/SvgIcon/icons/CheckSmall.js.map +1 -0
- package/dist/components/SvgIcon/icons/Checklist.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Checklist.js +9 -0
- package/dist/components/SvgIcon/icons/Checklist.js.map +1 -0
- package/dist/components/SvgIcon/icons/Circle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Circle.js +9 -0
- package/dist/components/SvgIcon/icons/Circle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Clock.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Clock.js +9 -0
- package/dist/components/SvgIcon/icons/Clock.js.map +1 -0
- package/dist/components/SvgIcon/icons/Close.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Close.js +9 -0
- package/dist/components/SvgIcon/icons/Close.js.map +1 -0
- package/dist/components/SvgIcon/icons/Coins.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Coins.js +9 -0
- package/dist/components/SvgIcon/icons/Coins.js.map +1 -0
- package/dist/components/SvgIcon/icons/Collapse.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Collapse.js +9 -0
- package/dist/components/SvgIcon/icons/Collapse.js.map +1 -0
- package/dist/components/SvgIcon/icons/Copy.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Copy.js +9 -0
- package/dist/components/SvgIcon/icons/Copy.js.map +1 -0
- package/dist/components/SvgIcon/icons/Cup.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Cup.js +9 -0
- package/dist/components/SvgIcon/icons/Cup.js.map +1 -0
- package/dist/components/SvgIcon/icons/CurrencyChange.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CurrencyChange.js +9 -0
- package/dist/components/SvgIcon/icons/CurrencyChange.js.map +1 -0
- package/dist/components/SvgIcon/icons/CurrencyTransfer.d.ts +4 -0
- package/dist/components/SvgIcon/icons/CurrencyTransfer.js +9 -0
- package/dist/components/SvgIcon/icons/CurrencyTransfer.js.map +1 -0
- package/dist/components/SvgIcon/icons/Deposit.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Deposit.js +9 -0
- package/dist/components/SvgIcon/icons/Deposit.js.map +1 -0
- package/dist/components/SvgIcon/icons/Diamond.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Diamond.js +9 -0
- package/dist/components/SvgIcon/icons/Diamond.js.map +1 -0
- package/dist/components/SvgIcon/icons/Dislike.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Dislike.js +9 -0
- package/dist/components/SvgIcon/icons/Dislike.js.map +1 -0
- package/dist/components/SvgIcon/icons/DislikeSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DislikeSolid.js +9 -0
- package/dist/components/SvgIcon/icons/DislikeSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Doc.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Doc.js +9 -0
- package/dist/components/SvgIcon/icons/Doc.js.map +1 -0
- package/dist/components/SvgIcon/icons/DocCancel.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DocCancel.js +9 -0
- package/dist/components/SvgIcon/icons/DocCancel.js.map +1 -0
- package/dist/components/SvgIcon/icons/Dollar.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Dollar.js +9 -0
- package/dist/components/SvgIcon/icons/Dollar.js.map +1 -0
- package/dist/components/SvgIcon/icons/DoubleArrow.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DoubleArrow.js +9 -0
- package/dist/components/SvgIcon/icons/DoubleArrow.js.map +1 -0
- package/dist/components/SvgIcon/icons/DoubleTick.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DoubleTick.js +9 -0
- package/dist/components/SvgIcon/icons/DoubleTick.js.map +1 -0
- package/dist/components/SvgIcon/icons/Download.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Download.js +9 -0
- package/dist/components/SvgIcon/icons/Download.js.map +1 -0
- package/dist/components/SvgIcon/icons/Dropdown.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Dropdown.js +9 -0
- package/dist/components/SvgIcon/icons/Dropdown.js.map +1 -0
- package/dist/components/SvgIcon/icons/DropdownSmallOld.d.ts +4 -0
- package/dist/components/SvgIcon/icons/DropdownSmallOld.js +9 -0
- package/dist/components/SvgIcon/icons/DropdownSmallOld.js.map +1 -0
- package/dist/components/SvgIcon/icons/Dropup.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Dropup.js +9 -0
- package/dist/components/SvgIcon/icons/Dropup.js.map +1 -0
- package/dist/components/SvgIcon/icons/Edit.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Edit.js +9 -0
- package/dist/components/SvgIcon/icons/Edit.js.map +1 -0
- package/dist/components/SvgIcon/icons/Email.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Email.js +9 -0
- package/dist/components/SvgIcon/icons/Email.js.map +1 -0
- package/dist/components/SvgIcon/icons/Excel.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Excel.js +9 -0
- package/dist/components/SvgIcon/icons/Excel.js.map +1 -0
- package/dist/components/SvgIcon/icons/Expand.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Expand.js +9 -0
- package/dist/components/SvgIcon/icons/Expand.js.map +1 -0
- package/dist/components/SvgIcon/icons/Eye.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Eye.js +9 -0
- package/dist/components/SvgIcon/icons/Eye.js.map +1 -0
- package/dist/components/SvgIcon/icons/EyeOff.d.ts +4 -0
- package/dist/components/SvgIcon/icons/EyeOff.js +9 -0
- package/dist/components/SvgIcon/icons/EyeOff.js.map +1 -0
- package/dist/components/SvgIcon/icons/Favorite.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Favorite.js +9 -0
- package/dist/components/SvgIcon/icons/Favorite.js.map +1 -0
- package/dist/components/SvgIcon/icons/FavoriteSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/FavoriteSolid.js +9 -0
- package/dist/components/SvgIcon/icons/FavoriteSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Fb.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Fb.js +9 -0
- package/dist/components/SvgIcon/icons/Fb.js.map +1 -0
- package/dist/components/SvgIcon/icons/FbCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/FbCircle.js +9 -0
- package/dist/components/SvgIcon/icons/FbCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/File.d.ts +4 -0
- package/dist/components/SvgIcon/icons/File.js +9 -0
- package/dist/components/SvgIcon/icons/File.js.map +1 -0
- package/dist/components/SvgIcon/icons/FileAdd.d.ts +4 -0
- package/dist/components/SvgIcon/icons/FileAdd.js +9 -0
- package/dist/components/SvgIcon/icons/FileAdd.js.map +1 -0
- package/dist/components/SvgIcon/icons/Files.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Files.js +9 -0
- package/dist/components/SvgIcon/icons/Files.js.map +1 -0
- package/dist/components/SvgIcon/icons/Filter.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Filter.js +9 -0
- package/dist/components/SvgIcon/icons/Filter.js.map +1 -0
- package/dist/components/SvgIcon/icons/Folder.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Folder.js +9 -0
- package/dist/components/SvgIcon/icons/Folder.js.map +1 -0
- package/dist/components/SvgIcon/icons/Geolocation.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Geolocation.js +9 -0
- package/dist/components/SvgIcon/icons/Geolocation.js.map +1 -0
- package/dist/components/SvgIcon/icons/Gift.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Gift.js +9 -0
- package/dist/components/SvgIcon/icons/Gift.js.map +1 -0
- package/dist/components/SvgIcon/icons/Globe.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Globe.js +9 -0
- package/dist/components/SvgIcon/icons/Globe.js.map +1 -0
- package/dist/components/SvgIcon/icons/Heart.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Heart.js +9 -0
- package/dist/components/SvgIcon/icons/Heart.js.map +1 -0
- package/dist/components/SvgIcon/icons/HeartSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/HeartSolid.js +9 -0
- package/dist/components/SvgIcon/icons/HeartSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Help.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Help.js +9 -0
- package/dist/components/SvgIcon/icons/Help.js.map +1 -0
- package/dist/components/SvgIcon/icons/Home.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Home.js +9 -0
- package/dist/components/SvgIcon/icons/Home.js.map +1 -0
- package/dist/components/SvgIcon/icons/Housing.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Housing.js +9 -0
- package/dist/components/SvgIcon/icons/Housing.js.map +1 -0
- package/dist/components/SvgIcon/icons/Ig.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Ig.js +9 -0
- package/dist/components/SvgIcon/icons/Ig.js.map +1 -0
- package/dist/components/SvgIcon/icons/IgCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/IgCircle.js +9 -0
- package/dist/components/SvgIcon/icons/IgCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Info.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Info.js +9 -0
- package/dist/components/SvgIcon/icons/Info.js.map +1 -0
- package/dist/components/SvgIcon/icons/InfoBook.d.ts +4 -0
- package/dist/components/SvgIcon/icons/InfoBook.js +9 -0
- package/dist/components/SvgIcon/icons/InfoBook.js.map +1 -0
- package/dist/components/SvgIcon/icons/InfoSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/InfoSolid.js +9 -0
- package/dist/components/SvgIcon/icons/InfoSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Italic.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Italic.js +9 -0
- package/dist/components/SvgIcon/icons/Italic.js.map +1 -0
- package/dist/components/SvgIcon/icons/Key.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Key.js +9 -0
- package/dist/components/SvgIcon/icons/Key.js.map +1 -0
- package/dist/components/SvgIcon/icons/Left.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Left.js +9 -0
- package/dist/components/SvgIcon/icons/Left.js.map +1 -0
- package/dist/components/SvgIcon/icons/Lightbulb.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Lightbulb.js +9 -0
- package/dist/components/SvgIcon/icons/Lightbulb.js.map +1 -0
- package/dist/components/SvgIcon/icons/Like.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Like.js +9 -0
- package/dist/components/SvgIcon/icons/Like.js.map +1 -0
- package/dist/components/SvgIcon/icons/LikeSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/LikeSolid.js +9 -0
- package/dist/components/SvgIcon/icons/LikeSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Link.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Link.js +9 -0
- package/dist/components/SvgIcon/icons/Link.js.map +1 -0
- package/dist/components/SvgIcon/icons/Lock.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Lock.js +9 -0
- package/dist/components/SvgIcon/icons/Lock.js.map +1 -0
- package/dist/components/SvgIcon/icons/Logout.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Logout.js +9 -0
- package/dist/components/SvgIcon/icons/Logout.js.map +1 -0
- package/dist/components/SvgIcon/icons/MagicWand.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MagicWand.js +9 -0
- package/dist/components/SvgIcon/icons/MagicWand.js.map +1 -0
- package/dist/components/SvgIcon/icons/Mail.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Mail.js +9 -0
- package/dist/components/SvgIcon/icons/Mail.js.map +1 -0
- package/dist/components/SvgIcon/icons/MailSend.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MailSend.js +9 -0
- package/dist/components/SvgIcon/icons/MailSend.js.map +1 -0
- package/dist/components/SvgIcon/icons/Map.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Map.js +9 -0
- package/dist/components/SvgIcon/icons/Map.js.map +1 -0
- package/dist/components/SvgIcon/icons/MapPin.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MapPin.js +9 -0
- package/dist/components/SvgIcon/icons/MapPin.js.map +1 -0
- package/dist/components/SvgIcon/icons/Menu.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Menu.js +9 -0
- package/dist/components/SvgIcon/icons/Menu.js.map +1 -0
- package/dist/components/SvgIcon/icons/Mic.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Mic.js +9 -0
- package/dist/components/SvgIcon/icons/Mic.js.map +1 -0
- package/dist/components/SvgIcon/icons/MicOff.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MicOff.js +9 -0
- package/dist/components/SvgIcon/icons/MicOff.js.map +1 -0
- package/dist/components/SvgIcon/icons/Minus.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Minus.js +9 -0
- package/dist/components/SvgIcon/icons/Minus.js.map +1 -0
- package/dist/components/SvgIcon/icons/MinusCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MinusCircle.js +9 -0
- package/dist/components/SvgIcon/icons/MinusCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/MinusShort.d.ts +4 -0
- package/dist/components/SvgIcon/icons/MinusShort.js +9 -0
- package/dist/components/SvgIcon/icons/MinusShort.js.map +1 -0
- package/dist/components/SvgIcon/icons/Moneybox.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Moneybox.js +9 -0
- package/dist/components/SvgIcon/icons/Moneybox.js.map +1 -0
- package/dist/components/SvgIcon/icons/More.d.ts +4 -0
- package/dist/components/SvgIcon/icons/More.js +9 -0
- package/dist/components/SvgIcon/icons/More.js.map +1 -0
- package/dist/components/SvgIcon/icons/Move.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Move.js +9 -0
- package/dist/components/SvgIcon/icons/Move.js.map +1 -0
- package/dist/components/SvgIcon/icons/Newbie.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Newbie.js +9 -0
- package/dist/components/SvgIcon/icons/Newbie.js.map +1 -0
- package/dist/components/SvgIcon/icons/News.d.ts +4 -0
- package/dist/components/SvgIcon/icons/News.js +9 -0
- package/dist/components/SvgIcon/icons/News.js.map +1 -0
- package/dist/components/SvgIcon/icons/Notes.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Notes.js +9 -0
- package/dist/components/SvgIcon/icons/Notes.js.map +1 -0
- package/dist/components/SvgIcon/icons/Notification.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Notification.js +9 -0
- package/dist/components/SvgIcon/icons/Notification.js.map +1 -0
- package/dist/components/SvgIcon/icons/Ok.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Ok.js +9 -0
- package/dist/components/SvgIcon/icons/Ok.js.map +1 -0
- package/dist/components/SvgIcon/icons/OkCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/OkCircle.js +9 -0
- package/dist/components/SvgIcon/icons/OkCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Order.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Order.js +9 -0
- package/dist/components/SvgIcon/icons/Order.js.map +1 -0
- package/dist/components/SvgIcon/icons/OrderLoad.d.ts +4 -0
- package/dist/components/SvgIcon/icons/OrderLoad.js +9 -0
- package/dist/components/SvgIcon/icons/OrderLoad.js.map +1 -0
- package/dist/components/SvgIcon/icons/OrderSend.d.ts +4 -0
- package/dist/components/SvgIcon/icons/OrderSend.js +9 -0
- package/dist/components/SvgIcon/icons/OrderSend.js.map +1 -0
- package/dist/components/SvgIcon/icons/Pause.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Pause.js +9 -0
- package/dist/components/SvgIcon/icons/Pause.js.map +1 -0
- package/dist/components/SvgIcon/icons/PauseCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/PauseCircle.js +9 -0
- package/dist/components/SvgIcon/icons/PauseCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Payment.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Payment.js +9 -0
- package/dist/components/SvgIcon/icons/Payment.js.map +1 -0
- package/dist/components/SvgIcon/icons/PhoneShake.d.ts +4 -0
- package/dist/components/SvgIcon/icons/PhoneShake.js +9 -0
- package/dist/components/SvgIcon/icons/PhoneShake.js.map +1 -0
- package/dist/components/SvgIcon/icons/Play.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Play.js +9 -0
- package/dist/components/SvgIcon/icons/Play.js.map +1 -0
- package/dist/components/SvgIcon/icons/PlaySolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/PlaySolid.js +9 -0
- package/dist/components/SvgIcon/icons/PlaySolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Plus.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Plus.js +9 -0
- package/dist/components/SvgIcon/icons/Plus.js.map +1 -0
- package/dist/components/SvgIcon/icons/PlusCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/PlusCircle.js +9 -0
- package/dist/components/SvgIcon/icons/PlusCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Pos.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Pos.js +9 -0
- package/dist/components/SvgIcon/icons/Pos.js.map +1 -0
- package/dist/components/SvgIcon/icons/Print.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Print.js +9 -0
- package/dist/components/SvgIcon/icons/Print.js.map +1 -0
- package/dist/components/SvgIcon/icons/QrPay.d.ts +4 -0
- package/dist/components/SvgIcon/icons/QrPay.js +9 -0
- package/dist/components/SvgIcon/icons/QrPay.js.map +1 -0
- package/dist/components/SvgIcon/icons/Redirect.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Redirect.js +9 -0
- package/dist/components/SvgIcon/icons/Redirect.js.map +1 -0
- package/dist/components/SvgIcon/icons/Refill.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Refill.js +9 -0
- package/dist/components/SvgIcon/icons/Refill.js.map +1 -0
- package/dist/components/SvgIcon/icons/Refund.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Refund.js +9 -0
- package/dist/components/SvgIcon/icons/Refund.js.map +1 -0
- package/dist/components/SvgIcon/icons/Reload.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Reload.js +9 -0
- package/dist/components/SvgIcon/icons/Reload.js.map +1 -0
- package/dist/components/SvgIcon/icons/Reply.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Reply.js +9 -0
- package/dist/components/SvgIcon/icons/Reply.js.map +1 -0
- package/dist/components/SvgIcon/icons/ReplyShape.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ReplyShape.js +9 -0
- package/dist/components/SvgIcon/icons/ReplyShape.js.map +1 -0
- package/dist/components/SvgIcon/icons/ReplyShapeSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ReplyShapeSolid.js +9 -0
- package/dist/components/SvgIcon/icons/ReplyShapeSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Request.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Request.js +9 -0
- package/dist/components/SvgIcon/icons/Request.js.map +1 -0
- package/dist/components/SvgIcon/icons/Right.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Right.js +9 -0
- package/dist/components/SvgIcon/icons/Right.js.map +1 -0
- package/dist/components/SvgIcon/icons/Route.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Route.js +9 -0
- package/dist/components/SvgIcon/icons/Route.js.map +1 -0
- package/dist/components/SvgIcon/icons/Ruble.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Ruble.js +9 -0
- package/dist/components/SvgIcon/icons/Ruble.js.map +1 -0
- package/dist/components/SvgIcon/icons/Sbp.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Sbp.js +9 -0
- package/dist/components/SvgIcon/icons/Sbp.js.map +1 -0
- package/dist/components/SvgIcon/icons/Search.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Search.js +9 -0
- package/dist/components/SvgIcon/icons/Search.js.map +1 -0
- package/dist/components/SvgIcon/icons/Send.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Send.js +9 -0
- package/dist/components/SvgIcon/icons/Send.js.map +1 -0
- package/dist/components/SvgIcon/icons/Services.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Services.js +9 -0
- package/dist/components/SvgIcon/icons/Services.js.map +1 -0
- package/dist/components/SvgIcon/icons/Settings.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Settings.js +9 -0
- package/dist/components/SvgIcon/icons/Settings.js.map +1 -0
- package/dist/components/SvgIcon/icons/Share.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Share.js +9 -0
- package/dist/components/SvgIcon/icons/Share.js.map +1 -0
- package/dist/components/SvgIcon/icons/ShoppingCart.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ShoppingCart.js +9 -0
- package/dist/components/SvgIcon/icons/ShoppingCart.js.map +1 -0
- package/dist/components/SvgIcon/icons/Sign.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Sign.js +9 -0
- package/dist/components/SvgIcon/icons/Sign.js.map +1 -0
- package/dist/components/SvgIcon/icons/SlotMachine.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SlotMachine.js +9 -0
- package/dist/components/SvgIcon/icons/SlotMachine.js.map +1 -0
- package/dist/components/SvgIcon/icons/SortDown.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SortDown.js +9 -0
- package/dist/components/SvgIcon/icons/SortDown.js.map +1 -0
- package/dist/components/SvgIcon/icons/SortDownSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SortDownSolid.js +9 -0
- package/dist/components/SvgIcon/icons/SortDownSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/SortUp.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SortUp.js +9 -0
- package/dist/components/SvgIcon/icons/SortUp.js.map +1 -0
- package/dist/components/SvgIcon/icons/SortUpSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/SortUpSolid.js +9 -0
- package/dist/components/SvgIcon/icons/SortUpSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Stop.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Stop.js +9 -0
- package/dist/components/SvgIcon/icons/Stop.js.map +1 -0
- package/dist/components/SvgIcon/icons/Support.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Support.js +9 -0
- package/dist/components/SvgIcon/icons/Support.js.map +1 -0
- package/dist/components/SvgIcon/icons/Sync.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Sync.js +9 -0
- package/dist/components/SvgIcon/icons/Sync.js.map +1 -0
- package/dist/components/SvgIcon/icons/Table.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Table.js +9 -0
- package/dist/components/SvgIcon/icons/Table.js.map +1 -0
- package/dist/components/SvgIcon/icons/Tariffs.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Tariffs.js +9 -0
- package/dist/components/SvgIcon/icons/Tariffs.js.map +1 -0
- package/dist/components/SvgIcon/icons/Tg.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Tg.js +9 -0
- package/dist/components/SvgIcon/icons/Tg.js.map +1 -0
- package/dist/components/SvgIcon/icons/TgCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/TgCircle.js +9 -0
- package/dist/components/SvgIcon/icons/TgCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Timeout.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Timeout.js +9 -0
- package/dist/components/SvgIcon/icons/Timeout.js.map +1 -0
- package/dist/components/SvgIcon/icons/Timer.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Timer.js +9 -0
- package/dist/components/SvgIcon/icons/Timer.js.map +1 -0
- package/dist/components/SvgIcon/icons/Trash.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Trash.js +9 -0
- package/dist/components/SvgIcon/icons/Trash.js.map +1 -0
- package/dist/components/SvgIcon/icons/TurnOff.d.ts +4 -0
- package/dist/components/SvgIcon/icons/TurnOff.js +9 -0
- package/dist/components/SvgIcon/icons/TurnOff.js.map +1 -0
- package/dist/components/SvgIcon/icons/Twitter.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Twitter.js +9 -0
- package/dist/components/SvgIcon/icons/Twitter.js.map +1 -0
- package/dist/components/SvgIcon/icons/TwitterCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/TwitterCircle.js +9 -0
- package/dist/components/SvgIcon/icons/TwitterCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Underline.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Underline.js +9 -0
- package/dist/components/SvgIcon/icons/Underline.js.map +1 -0
- package/dist/components/SvgIcon/icons/Unlink.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Unlink.js +9 -0
- package/dist/components/SvgIcon/icons/Unlink.js.map +1 -0
- package/dist/components/SvgIcon/icons/Unsorted.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Unsorted.js +9 -0
- package/dist/components/SvgIcon/icons/Unsorted.js.map +1 -0
- package/dist/components/SvgIcon/icons/UnsortedSolid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UnsortedSolid.js +9 -0
- package/dist/components/SvgIcon/icons/UnsortedSolid.js.map +1 -0
- package/dist/components/SvgIcon/icons/Upload.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Upload.js +9 -0
- package/dist/components/SvgIcon/icons/Upload.js.map +1 -0
- package/dist/components/SvgIcon/icons/User.d.ts +4 -0
- package/dist/components/SvgIcon/icons/User.js +9 -0
- package/dist/components/SvgIcon/icons/User.js.map +1 -0
- package/dist/components/SvgIcon/icons/UserAdd.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UserAdd.js +9 -0
- package/dist/components/SvgIcon/icons/UserAdd.js.map +1 -0
- package/dist/components/SvgIcon/icons/UserCard.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UserCard.js +9 -0
- package/dist/components/SvgIcon/icons/UserCard.js.map +1 -0
- package/dist/components/SvgIcon/icons/UserEdit.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UserEdit.js +9 -0
- package/dist/components/SvgIcon/icons/UserEdit.js.map +1 -0
- package/dist/components/SvgIcon/icons/UserQueue.d.ts +4 -0
- package/dist/components/SvgIcon/icons/UserQueue.js +9 -0
- package/dist/components/SvgIcon/icons/UserQueue.js.map +1 -0
- package/dist/components/SvgIcon/icons/Viber.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Viber.js +9 -0
- package/dist/components/SvgIcon/icons/Viber.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViberCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViberCircle.js +9 -0
- package/dist/components/SvgIcon/icons/ViberCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewGrid.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewGrid.js +9 -0
- package/dist/components/SvgIcon/icons/ViewGrid.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewHorizontal.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewHorizontal.js +9 -0
- package/dist/components/SvgIcon/icons/ViewHorizontal.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewList.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewList.js +9 -0
- package/dist/components/SvgIcon/icons/ViewList.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewRows.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewRows.js +9 -0
- package/dist/components/SvgIcon/icons/ViewRows.js.map +1 -0
- package/dist/components/SvgIcon/icons/ViewVertical.d.ts +4 -0
- package/dist/components/SvgIcon/icons/ViewVertical.js +9 -0
- package/dist/components/SvgIcon/icons/ViewVertical.js.map +1 -0
- package/dist/components/SvgIcon/icons/Vk.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Vk.js +9 -0
- package/dist/components/SvgIcon/icons/Vk.js.map +1 -0
- package/dist/components/SvgIcon/icons/VkCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/VkCircle.js +9 -0
- package/dist/components/SvgIcon/icons/VkCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Wallet.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Wallet.js +9 -0
- package/dist/components/SvgIcon/icons/Wallet.js.map +1 -0
- package/dist/components/SvgIcon/icons/Warning.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Warning.js +9 -0
- package/dist/components/SvgIcon/icons/Warning.js.map +1 -0
- package/dist/components/SvgIcon/icons/WarningClean.d.ts +4 -0
- package/dist/components/SvgIcon/icons/WarningClean.js +9 -0
- package/dist/components/SvgIcon/icons/WarningClean.js.map +1 -0
- package/dist/components/SvgIcon/icons/Whatsapp.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Whatsapp.js +9 -0
- package/dist/components/SvgIcon/icons/Whatsapp.js.map +1 -0
- package/dist/components/SvgIcon/icons/WhatsappCircle.d.ts +4 -0
- package/dist/components/SvgIcon/icons/WhatsappCircle.js +9 -0
- package/dist/components/SvgIcon/icons/WhatsappCircle.js.map +1 -0
- package/dist/components/SvgIcon/icons/Wheelchair.d.ts +4 -0
- package/dist/components/SvgIcon/icons/Wheelchair.js +9 -0
- package/dist/components/SvgIcon/icons/Wheelchair.js.map +1 -0
- package/dist/components/SvgIcon/icons/index.d.ts +203 -0
- package/dist/components/SvgIcon/icons/index.js +417 -0
- package/dist/components/SvgIcon/icons/index.js.map +1 -0
- package/dist/components/SvgIcon/index.d.ts +1 -0
- package/dist/components/SvgIcon/index.js +6 -0
- package/dist/components/SvgIcon/index.js.map +1 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +30 -0
- package/dist/index.js.map +1 -0
- package/package.json +45 -6
- package/src/@/config/button.ts +89 -0
- package/src/@/config/index.ts +99 -0
- package/src/@/lib/utils.ts +7 -0
- package/src/Audio/Audio.styl +115 -0
- package/src/Audio/Audio.tsx +359 -0
- package/src/Audio/index.ts +4 -0
- package/src/Audio/types.ts +40 -0
- package/src/Base/Buttons/Button.tsx +67 -41
- package/src/Base/Buttons/index.ts +2 -1
- package/src/Base/Input/Base.tsx +37 -0
- package/src/Base/Input/Input.tsx +31 -11
- package/src/Base/Input/types.ts +3 -2
- package/src/Collapse/Collapse.tsx +88 -0
- package/src/Collapse/ant-collapse.styl +93 -0
- package/src/Collapse/index.ts +5 -0
- package/src/Input-OTP/Input.tsx +71 -0
- package/src/Input-OTP/index.ts +3 -0
- package/src/Logo/Logo.tsx +16 -0
- package/src/Logo/index.ts +3 -0
- package/src/Popover/Popover.tsx +42 -0
- package/src/Popover/index.ts +5 -0
- package/src/Slider/Slider.tsx +21 -0
- package/src/Slider/index.ts +4 -0
- package/src/Slider/slider.styl +62 -0
- package/src/Tabs/Tabs.tsx +63 -0
- package/src/Tabs/ant-tabs.styl +91 -0
- package/src/Tabs/index.ts +5 -0
- package/src/Tooltip/Tooltip.tsx +47 -0
- package/src/Tooltip/index.ts +5 -0
- package/src/assets/css/global.css +125 -0
- package/src/assets/fonts/Roboto-Italic.ttf +0 -0
- package/src/assets/fonts/Roboto-Italic.woff2 +0 -0
- package/src/assets/fonts/Roboto.ttf +0 -0
- package/src/assets/fonts/Roboto.woff2 +0 -0
- package/src/assets/images/logo/bank/emblem-white.svg +1 -0
- package/src/assets/images/logo/bank/emblem.svg +1 -0
- package/src/assets/images/logo/bank/logo-white.svg +1 -0
- package/src/assets/images/logo/bank/logo.svg +1 -0
- package/src/assets/images/logo/garant/emblem-white.svg +1 -0
- package/src/assets/images/logo/garant/emblem.svg +1 -0
- package/src/assets/images/logo/garant/logo-white.svg +1 -0
- package/src/assets/images/logo/garant/logo.svg +1 -0
- package/src/assets/images/logo/kassa/emblem-white.svg +1 -0
- package/src/assets/images/logo/kassa/emblem.svg +1 -0
- package/src/assets/images/logo/kassa/logo-white.svg +1 -0
- package/src/assets/images/logo/kassa/logo.svg +1 -0
- package/src/components/BottonNavigation/BottonNavigation.tsx +56 -0
- package/src/components/BottonNavigation/index.ts +7 -0
- package/src/components/SvgIcon/SvgIcon.tsx +32 -0
- package/src/components/SvgIcon/icons/AddList.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertCircleSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertDiamond.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertDiamondSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/AlertShield.tsx +18 -0
- package/src/components/SvgIcon/icons/Android.tsx +18 -0
- package/src/components/SvgIcon/icons/Apple.tsx +18 -0
- package/src/components/SvgIcon/icons/Archive.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowDown.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowLeft.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowRight.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowUp.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowUpCorner.tsx +18 -0
- package/src/components/SvgIcon/icons/ArrowsChange.tsx +18 -0
- package/src/components/SvgIcon/icons/Atm.tsx +18 -0
- package/src/components/SvgIcon/icons/Attach.tsx +18 -0
- package/src/components/SvgIcon/icons/Bank.tsx +18 -0
- package/src/components/SvgIcon/icons/Bold.tsx +18 -0
- package/src/components/SvgIcon/icons/Bonus.tsx +18 -0
- package/src/components/SvgIcon/icons/Building.tsx +18 -0
- package/src/components/SvgIcon/icons/Calendar.tsx +18 -0
- package/src/components/SvgIcon/icons/CalendarCancel.tsx +18 -0
- package/src/components/SvgIcon/icons/Call.tsx +18 -0
- package/src/components/SvgIcon/icons/CallEnd.tsx +18 -0
- package/src/components/SvgIcon/icons/CallMissed.tsx +18 -0
- package/src/components/SvgIcon/icons/Callback.tsx +18 -0
- package/src/components/SvgIcon/icons/Camera.tsx +18 -0
- package/src/components/SvgIcon/icons/Cancel.tsx +18 -0
- package/src/components/SvgIcon/icons/CancelSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Card.tsx +18 -0
- package/src/components/SvgIcon/icons/CardLock.tsx +18 -0
- package/src/components/SvgIcon/icons/CardRefill.tsx +18 -0
- package/src/components/SvgIcon/icons/CardReissue.tsx +18 -0
- package/src/components/SvgIcon/icons/CardScan.tsx +18 -0
- package/src/components/SvgIcon/icons/CardToCard.tsx +18 -0
- package/src/components/SvgIcon/icons/CardUnlock.tsx +18 -0
- package/src/components/SvgIcon/icons/Change.tsx +18 -0
- package/src/components/SvgIcon/icons/Chart.tsx +18 -0
- package/src/components/SvgIcon/icons/Chat.tsx +18 -0
- package/src/components/SvgIcon/icons/ChatSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Check.tsx +18 -0
- package/src/components/SvgIcon/icons/CheckCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/CheckCircleSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/CheckShield.tsx +20 -0
- package/src/components/SvgIcon/icons/CheckSmall.tsx +18 -0
- package/src/components/SvgIcon/icons/Checklist.tsx +18 -0
- package/src/components/SvgIcon/icons/Circle.tsx +18 -0
- package/src/components/SvgIcon/icons/Clock.tsx +18 -0
- package/src/components/SvgIcon/icons/Close.tsx +18 -0
- package/src/components/SvgIcon/icons/Coins.tsx +18 -0
- package/src/components/SvgIcon/icons/Collapse.tsx +18 -0
- package/src/components/SvgIcon/icons/Copy.tsx +18 -0
- package/src/components/SvgIcon/icons/Cup.tsx +18 -0
- package/src/components/SvgIcon/icons/CurrencyChange.tsx +18 -0
- package/src/components/SvgIcon/icons/CurrencyTransfer.tsx +18 -0
- package/src/components/SvgIcon/icons/Deposit.tsx +18 -0
- package/src/components/SvgIcon/icons/Diamond.tsx +18 -0
- package/src/components/SvgIcon/icons/Dislike.tsx +18 -0
- package/src/components/SvgIcon/icons/DislikeSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Doc.tsx +18 -0
- package/src/components/SvgIcon/icons/DocCancel.tsx +18 -0
- package/src/components/SvgIcon/icons/Dollar.tsx +18 -0
- package/src/components/SvgIcon/icons/DoubleArrow.tsx +18 -0
- package/src/components/SvgIcon/icons/DoubleTick.tsx +18 -0
- package/src/components/SvgIcon/icons/Download.tsx +18 -0
- package/src/components/SvgIcon/icons/Dropdown.tsx +18 -0
- package/src/components/SvgIcon/icons/DropdownSmallOld.tsx +20 -0
- package/src/components/SvgIcon/icons/Dropup.tsx +18 -0
- package/src/components/SvgIcon/icons/Edit.tsx +18 -0
- package/src/components/SvgIcon/icons/Email.tsx +18 -0
- package/src/components/SvgIcon/icons/Excel.tsx +18 -0
- package/src/components/SvgIcon/icons/Expand.tsx +18 -0
- package/src/components/SvgIcon/icons/Eye.tsx +18 -0
- package/src/components/SvgIcon/icons/EyeOff.tsx +18 -0
- package/src/components/SvgIcon/icons/Favorite.tsx +18 -0
- package/src/components/SvgIcon/icons/FavoriteSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Fb.tsx +18 -0
- package/src/components/SvgIcon/icons/FbCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/File.tsx +18 -0
- package/src/components/SvgIcon/icons/FileAdd.tsx +18 -0
- package/src/components/SvgIcon/icons/Files.tsx +18 -0
- package/src/components/SvgIcon/icons/Filter.tsx +18 -0
- package/src/components/SvgIcon/icons/Folder.tsx +18 -0
- package/src/components/SvgIcon/icons/Geolocation.tsx +18 -0
- package/src/components/SvgIcon/icons/Gift.tsx +18 -0
- package/src/components/SvgIcon/icons/Globe.tsx +18 -0
- package/src/components/SvgIcon/icons/Heart.tsx +18 -0
- package/src/components/SvgIcon/icons/HeartSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Help.tsx +18 -0
- package/src/components/SvgIcon/icons/Home.tsx +18 -0
- package/src/components/SvgIcon/icons/Housing.tsx +18 -0
- package/src/components/SvgIcon/icons/Ig.tsx +18 -0
- package/src/components/SvgIcon/icons/IgCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Info.tsx +18 -0
- package/src/components/SvgIcon/icons/InfoBook.tsx +18 -0
- package/src/components/SvgIcon/icons/InfoSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Italic.tsx +18 -0
- package/src/components/SvgIcon/icons/Key.tsx +18 -0
- package/src/components/SvgIcon/icons/Left.tsx +18 -0
- package/src/components/SvgIcon/icons/Lightbulb.tsx +18 -0
- package/src/components/SvgIcon/icons/Like.tsx +18 -0
- package/src/components/SvgIcon/icons/LikeSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Link.tsx +18 -0
- package/src/components/SvgIcon/icons/Lock.tsx +18 -0
- package/src/components/SvgIcon/icons/Logout.tsx +18 -0
- package/src/components/SvgIcon/icons/MagicWand.tsx +18 -0
- package/src/components/SvgIcon/icons/Mail.tsx +18 -0
- package/src/components/SvgIcon/icons/MailSend.tsx +18 -0
- package/src/components/SvgIcon/icons/Map.tsx +18 -0
- package/src/components/SvgIcon/icons/MapPin.tsx +18 -0
- package/src/components/SvgIcon/icons/Menu.tsx +18 -0
- package/src/components/SvgIcon/icons/Mic.tsx +18 -0
- package/src/components/SvgIcon/icons/MicOff.tsx +18 -0
- package/src/components/SvgIcon/icons/Minus.tsx +18 -0
- package/src/components/SvgIcon/icons/MinusCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/MinusShort.tsx +18 -0
- package/src/components/SvgIcon/icons/Moneybox.tsx +18 -0
- package/src/components/SvgIcon/icons/More.tsx +18 -0
- package/src/components/SvgIcon/icons/Move.tsx +18 -0
- package/src/components/SvgIcon/icons/Newbie.tsx +20 -0
- package/src/components/SvgIcon/icons/News.tsx +18 -0
- package/src/components/SvgIcon/icons/Notes.tsx +18 -0
- package/src/components/SvgIcon/icons/Notification.tsx +18 -0
- package/src/components/SvgIcon/icons/Ok.tsx +18 -0
- package/src/components/SvgIcon/icons/OkCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Order.tsx +18 -0
- package/src/components/SvgIcon/icons/OrderLoad.tsx +18 -0
- package/src/components/SvgIcon/icons/OrderSend.tsx +18 -0
- package/src/components/SvgIcon/icons/Pause.tsx +18 -0
- package/src/components/SvgIcon/icons/PauseCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Payment.tsx +18 -0
- package/src/components/SvgIcon/icons/PhoneShake.tsx +18 -0
- package/src/components/SvgIcon/icons/Play.tsx +18 -0
- package/src/components/SvgIcon/icons/PlaySolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Plus.tsx +18 -0
- package/src/components/SvgIcon/icons/PlusCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Pos.tsx +18 -0
- package/src/components/SvgIcon/icons/Print.tsx +18 -0
- package/src/components/SvgIcon/icons/QrPay.tsx +18 -0
- package/src/components/SvgIcon/icons/Redirect.tsx +18 -0
- package/src/components/SvgIcon/icons/Refill.tsx +18 -0
- package/src/components/SvgIcon/icons/Refund.tsx +18 -0
- package/src/components/SvgIcon/icons/Reload.tsx +18 -0
- package/src/components/SvgIcon/icons/Reply.tsx +18 -0
- package/src/components/SvgIcon/icons/ReplyShape.tsx +18 -0
- package/src/components/SvgIcon/icons/ReplyShapeSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Request.tsx +18 -0
- package/src/components/SvgIcon/icons/Right.tsx +18 -0
- package/src/components/SvgIcon/icons/Route.tsx +18 -0
- package/src/components/SvgIcon/icons/Ruble.tsx +18 -0
- package/src/components/SvgIcon/icons/Sbp.tsx +18 -0
- package/src/components/SvgIcon/icons/Search.tsx +18 -0
- package/src/components/SvgIcon/icons/Send.tsx +18 -0
- package/src/components/SvgIcon/icons/Services.tsx +18 -0
- package/src/components/SvgIcon/icons/Settings.tsx +18 -0
- package/src/components/SvgIcon/icons/Share.tsx +18 -0
- package/src/components/SvgIcon/icons/ShoppingCart.tsx +18 -0
- package/src/components/SvgIcon/icons/Sign.tsx +18 -0
- package/src/components/SvgIcon/icons/SlotMachine.tsx +18 -0
- package/src/components/SvgIcon/icons/SortDown.tsx +18 -0
- package/src/components/SvgIcon/icons/SortDownSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/SortUp.tsx +18 -0
- package/src/components/SvgIcon/icons/SortUpSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Stop.tsx +18 -0
- package/src/components/SvgIcon/icons/Support.tsx +18 -0
- package/src/components/SvgIcon/icons/Sync.tsx +18 -0
- package/src/components/SvgIcon/icons/Table.tsx +18 -0
- package/src/components/SvgIcon/icons/Tariffs.tsx +18 -0
- package/src/components/SvgIcon/icons/Tg.tsx +18 -0
- package/src/components/SvgIcon/icons/TgCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Timeout.tsx +18 -0
- package/src/components/SvgIcon/icons/Timer.tsx +18 -0
- package/src/components/SvgIcon/icons/Trash.tsx +18 -0
- package/src/components/SvgIcon/icons/TurnOff.tsx +18 -0
- package/src/components/SvgIcon/icons/Twitter.tsx +18 -0
- package/src/components/SvgIcon/icons/TwitterCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Underline.tsx +18 -0
- package/src/components/SvgIcon/icons/Unlink.tsx +18 -0
- package/src/components/SvgIcon/icons/Unsorted.tsx +18 -0
- package/src/components/SvgIcon/icons/UnsortedSolid.tsx +18 -0
- package/src/components/SvgIcon/icons/Upload.tsx +18 -0
- package/src/components/SvgIcon/icons/User.tsx +18 -0
- package/src/components/SvgIcon/icons/UserAdd.tsx +18 -0
- package/src/components/SvgIcon/icons/UserCard.tsx +18 -0
- package/src/components/SvgIcon/icons/UserEdit.tsx +18 -0
- package/src/components/SvgIcon/icons/UserQueue.tsx +18 -0
- package/src/components/SvgIcon/icons/Viber.tsx +18 -0
- package/src/components/SvgIcon/icons/ViberCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewGrid.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewHorizontal.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewList.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewRows.tsx +18 -0
- package/src/components/SvgIcon/icons/ViewVertical.tsx +18 -0
- package/src/components/SvgIcon/icons/Vk.tsx +18 -0
- package/src/components/SvgIcon/icons/VkCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Wallet.tsx +18 -0
- package/src/components/SvgIcon/icons/Warning.tsx +18 -0
- package/src/components/SvgIcon/icons/WarningClean.tsx +18 -0
- package/src/components/SvgIcon/icons/Whatsapp.tsx +18 -0
- package/src/components/SvgIcon/icons/WhatsappCircle.tsx +18 -0
- package/src/components/SvgIcon/icons/Wheelchair.tsx +18 -0
- package/src/components/SvgIcon/icons/index.ts +203 -0
- package/src/components/SvgIcon/index.ts +1 -0
- package/src/index.ts +29 -5
- package/src/Base/Links/ActionLink.tsx +0 -0
- package/src/DatePicker/DatePicker.styl +0 -5
- package/src/DatePicker/index.tsx +0 -21
- package/src/DatePicker/test.ts +0 -0
- package/src/stories/DatePicker/DatePicker.stories.tsx +0 -47
- package/src/stories/Input/Input.stories.tsx +0 -30
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* статусы состояния аудио компонента
|
|
3
|
+
*/
|
|
4
|
+
export enum EAudioStatuses {
|
|
5
|
+
LOADING,
|
|
6
|
+
PLAYING,
|
|
7
|
+
PAUSED
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface IState {
|
|
11
|
+
/* текущий статус */
|
|
12
|
+
status: EAudioStatuses;
|
|
13
|
+
/* процесс загрузки */
|
|
14
|
+
loadingProgress: number;
|
|
15
|
+
/* прогресс прослушивания */
|
|
16
|
+
progress: number;
|
|
17
|
+
/** Продолжительность записи (инициализация), будет пересчитано при получении метаданных */
|
|
18
|
+
duration: number;
|
|
19
|
+
/* ИД таймера задержки перед показом лоадера */
|
|
20
|
+
waitingTimerId?: ReturnType<typeof setTimeout>;
|
|
21
|
+
/** Текущее время воспроизведения */
|
|
22
|
+
currentTime: number,
|
|
23
|
+
/** признак когда пользователь взял ползунок перемотки */
|
|
24
|
+
drag: boolean,
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export interface IAudioProps {
|
|
28
|
+
/** Продолжительность записи (инициализация), будет пересчитано при получении метаданных */
|
|
29
|
+
duration: number;
|
|
30
|
+
/** Источник аудиозаписи */
|
|
31
|
+
src: string,
|
|
32
|
+
/** Имя файла, отображаемое когда невозможно отобразить контрол аудиозаписи */
|
|
33
|
+
fileName: string,
|
|
34
|
+
/** Уровень звука [0,1] */
|
|
35
|
+
volume: number,
|
|
36
|
+
/** Расположение продолжительности аудиозаписи */
|
|
37
|
+
durationView: 'right' | 'bottom',
|
|
38
|
+
/** Только один элемент проигрывается на странице */
|
|
39
|
+
onlyOneIsPlayed: boolean,
|
|
40
|
+
}
|
|
@@ -1,47 +1,73 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import
|
|
1
|
+
import * as React from "react"
|
|
2
|
+
import { Slot } from "@radix-ui/react-slot"
|
|
3
|
+
import { cva, type VariantProps } from "class-variance-authority"
|
|
3
4
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
loading?: boolean
|
|
7
|
-
sizeType?: 'normal' | 'big' | 'small' | 'xsmall' | 'xxsmall'
|
|
8
|
-
variant?: 'primary' | 'green' | 'light' | 'lightPrimary' | 'grey' | 'clean'
|
|
9
|
-
icon?: string
|
|
10
|
-
wide?: boolean
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & IProps
|
|
5
|
+
import { cn } from "../../@/lib/utils"
|
|
6
|
+
// import { cn } from "@/lib/utils" порешать с алиасами
|
|
14
7
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
8
|
+
const buttonVariants = cva(
|
|
9
|
+
'inline-flex items-center border-[2px] justify-center whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring ring-offset-1 disabled:pointer-events-none disabled:opacity-[.24]',
|
|
10
|
+
{
|
|
11
|
+
variants: {
|
|
12
|
+
variant: {
|
|
13
|
+
primary: 'text-btn-primary bg-btn-primary hover:bg-btn-primary-hover focus:bg-btn-primary-focus active:bg-btn-primary-active border-btn-primary hover:border-btn-primary-hover focus:border-btn-primary-focus active:border-btn-primary-active',
|
|
14
|
+
secondary: 'text-btn-secondary bg-btn-secondary hover:bg-btn-secondary-hover focus:bg-btn-secondary-focus active:bg-btn-secondary-active border-btn-secondary hover:border-btn-secondary-hover focus:border-btn-secondary-focus active:border-btn-secondary-active',
|
|
15
|
+
success: 'text-btn-success bg-btn-success hover:bg-btn-success-hover focus:bg-btn-success-focus active:bg-btn-success-active border-btn-success hover:border-btn-success-hover focus:border-btn-success-focus active:border-btn-success-active',
|
|
16
|
+
'primary-outline': 'text-btn-primary-outline hover:text-btn-primary-outline-hover focus:text-btn-primary-outline-focus active:text-btn-primary-outline-active bg-btn-primary-outline hover:bg-btn-primary-outline-hover focus:bg-btn-primary-outline-focus active:bg-btn-primary-outline-active border-btn-primary-outline hover:border-btn-primary-outline-hover focus:border-btn-primary-outline-focus active:border-btn-primary-outline-active',
|
|
17
|
+
outline: 'border-[1px] text-btn-outline border-btn-outline ring-[currentColor]',
|
|
18
|
+
ghost: 'text-btn-ghost bg-btn-ghost hover:bg-btn-ghost-hover focus:bg-btn-ghost-focus active:bg-btn-ghost-active border-transparent',
|
|
19
|
+
// link: 'text-primary underline-offset-4 hover:underline',
|
|
20
|
+
},
|
|
21
|
+
size: {
|
|
22
|
+
lg: 'h-[52px] px-[32px] text-[16px] leading-[1.08] rounded-[4px]',
|
|
23
|
+
md: 'h-[44px] px-[24px] text-[14px] leading-[1.08] rounded-[4px]',
|
|
24
|
+
sm: 'h-[36px] px-[20px] text-[12px] leading-none rounded-[3px]',
|
|
25
|
+
xs: 'h-[28px] px-[12px] text-[11px] leading-none rounded-[2px]',
|
|
26
|
+
xxs: 'h-[20px] px-[8px] text-[9px] leading-none rounded-[2px]'
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
defaultVariants: {
|
|
30
|
+
variant: 'primary',
|
|
31
|
+
size: 'md',
|
|
26
32
|
},
|
|
27
|
-
ref
|
|
28
|
-
) => {
|
|
29
|
-
const styles = classNames('button', sizeType, variant, className, {
|
|
30
|
-
loader: loading,
|
|
31
|
-
[`icon-${icon}`]: !!icon,
|
|
32
|
-
wide,
|
|
33
|
-
})
|
|
34
|
-
|
|
35
|
-
return (
|
|
36
|
-
<button
|
|
37
|
-
ref={ref}
|
|
38
|
-
className={styles}
|
|
39
|
-
{...props}
|
|
40
|
-
>
|
|
41
|
-
{children}
|
|
42
|
-
</button>
|
|
43
|
-
)
|
|
44
33
|
}
|
|
45
34
|
)
|
|
35
|
+
const textVariants = cva(
|
|
36
|
+
'inline-flex whitespace-nowrap transition-colors focus-visible:outline-current rounded-[.25em] disabled:pointer-events-none disabled:opacity-[.24]',
|
|
37
|
+
{
|
|
38
|
+
variants: {
|
|
39
|
+
variant: {
|
|
40
|
+
primary: 'text-primary hover:text-primary-hover focus:text-primary-focus active:text-primary-active disabled:pointer-events-none',
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
defaultVariants: {
|
|
44
|
+
variant: 'primary'
|
|
45
|
+
},
|
|
46
|
+
}
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
export interface ButtonProps
|
|
50
|
+
extends React.ButtonHTMLAttributes<HTMLButtonElement>,
|
|
51
|
+
VariantProps<typeof buttonVariants> {
|
|
52
|
+
asChild?: boolean,
|
|
53
|
+
asText?: boolean
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
|
57
|
+
({ className, variant, size, asText = false, asChild = false, ...props }, ref) => {
|
|
58
|
+
const Comp = asChild ? Slot : "button"
|
|
59
|
+
// @ts-ignore
|
|
60
|
+
const classes = asText ? textVariants<any>({ variant, className }) : buttonVariants({ variant, size, className });
|
|
61
|
+
return (
|
|
62
|
+
<Comp
|
|
63
|
+
className={cn(classes)}
|
|
64
|
+
ref={ref}
|
|
65
|
+
{...props}
|
|
66
|
+
/>
|
|
67
|
+
)
|
|
68
|
+
}
|
|
69
|
+
)
|
|
70
|
+
|
|
71
|
+
Button.displayName = "Button"
|
|
46
72
|
|
|
47
|
-
export
|
|
73
|
+
export { Button, buttonVariants }
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React, { ChangeEvent, ForwardedRef } from 'react'
|
|
2
|
+
import { IMaskInput } from 'react-imask'
|
|
3
|
+
import { IInputProps } from './types'
|
|
4
|
+
|
|
5
|
+
const Base = React.forwardRef<HTMLInputElement, IInputProps>(
|
|
6
|
+
({ onChange, type = 'text', mask, ...props }: IInputProps, ref: ForwardedRef<HTMLInputElement>) => {
|
|
7
|
+
const handleChange = (event: ChangeEvent<HTMLInputElement>): void => {
|
|
8
|
+
// @ts-ignore
|
|
9
|
+
const val = event.target.value
|
|
10
|
+
onChange?.(val, event)
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
if (!mask) {
|
|
14
|
+
return (
|
|
15
|
+
<input
|
|
16
|
+
type={type}
|
|
17
|
+
ref={ref}
|
|
18
|
+
onChange={handleChange}
|
|
19
|
+
{...props}
|
|
20
|
+
/>
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
return (
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
<IMaskInput
|
|
27
|
+
type={type}
|
|
28
|
+
inputRef={ref}
|
|
29
|
+
mask={mask}
|
|
30
|
+
onChange={handleChange}
|
|
31
|
+
{...props}
|
|
32
|
+
/>
|
|
33
|
+
)
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
export default Base
|
package/src/Base/Input/Input.tsx
CHANGED
|
@@ -1,20 +1,40 @@
|
|
|
1
|
-
import React, {
|
|
2
|
-
import
|
|
1
|
+
import React, { ForwardedRef } from 'react'
|
|
2
|
+
import Base from './Base'
|
|
3
3
|
import { IInputProps } from './types'
|
|
4
4
|
|
|
5
5
|
const Input = React.forwardRef<HTMLInputElement, IInputProps>(
|
|
6
|
-
({ onChange, ...props }: IInputProps, ref: ForwardedRef<HTMLInputElement>) => {
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
({ onChange, value, clearable, ...props }: IInputProps, ref: ForwardedRef<HTMLInputElement>) => {
|
|
7
|
+
const handleClearClick = (): void => {
|
|
8
|
+
onChange?.('')
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
if (!clearable) {
|
|
12
|
+
return (
|
|
13
|
+
<Base
|
|
14
|
+
ref={ref}
|
|
15
|
+
onChange={onChange}
|
|
16
|
+
value={value}
|
|
17
|
+
{...props}
|
|
18
|
+
/>
|
|
19
|
+
)
|
|
10
20
|
}
|
|
11
21
|
|
|
12
22
|
return (
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
23
|
+
<div className="input_wrap_clear">
|
|
24
|
+
<Base
|
|
25
|
+
ref={ref}
|
|
26
|
+
onChange={onChange}
|
|
27
|
+
value={value}
|
|
28
|
+
{...props}
|
|
29
|
+
/>
|
|
30
|
+
{value && (
|
|
31
|
+
<a
|
|
32
|
+
className="input_clear icon-cancel"
|
|
33
|
+
onClick={handleClearClick}
|
|
34
|
+
style={{ visibility: 'initial' }}
|
|
35
|
+
/>
|
|
36
|
+
)}
|
|
37
|
+
</div>
|
|
18
38
|
)
|
|
19
39
|
}
|
|
20
40
|
)
|
package/src/Base/Input/types.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import React, { ChangeEvent, ChangeEventHandler } from 'react'
|
|
2
2
|
|
|
3
|
-
type CustomChangeEventHandler = (value: string, event
|
|
3
|
+
type CustomChangeEventHandler = (value: string, event?: ChangeEvent<HTMLInputElement>) => void
|
|
4
4
|
|
|
5
5
|
type CombinedChangeEventHandler = ChangeEventHandler<HTMLInputElement> & CustomChangeEventHandler
|
|
6
6
|
|
|
7
7
|
export interface IInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
8
8
|
onChange?: CombinedChangeEventHandler
|
|
9
|
-
mask?: string | RegExp | (string | RegExp)[]
|
|
9
|
+
mask?: string | RegExp | (string | RegExp)[] | NumberConstructor
|
|
10
|
+
clearable?: boolean
|
|
10
11
|
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
import cn from 'classnames'
|
|
3
|
+
import * as Accordion from '@radix-ui/react-accordion'
|
|
4
|
+
import {
|
|
5
|
+
AccordionMultipleProps,
|
|
6
|
+
AccordionSingleProps,
|
|
7
|
+
AccordionContent,
|
|
8
|
+
AccordionHeader,
|
|
9
|
+
AccordionItem,
|
|
10
|
+
AccordionTrigger
|
|
11
|
+
} from "@radix-ui/react-accordion";
|
|
12
|
+
|
|
13
|
+
type CollapseComponents = {
|
|
14
|
+
Item: typeof AccordionItem,
|
|
15
|
+
Header: typeof AccordionHeader,
|
|
16
|
+
Trigger: typeof AccordionTrigger,
|
|
17
|
+
Content: typeof AccordionContent,
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const Collapse: React.FC<AccordionSingleProps | AccordionMultipleProps> & CollapseComponents = ({...props}) => <Accordion.Root {...props}/>
|
|
21
|
+
|
|
22
|
+
const CollapseItem = React.forwardRef<
|
|
23
|
+
React.ElementRef<typeof Accordion.Item>,
|
|
24
|
+
React.ComponentPropsWithoutRef<typeof Accordion.Item>
|
|
25
|
+
>(({ className, ...props }, ref) => (
|
|
26
|
+
<Accordion.Item
|
|
27
|
+
ref={ref}
|
|
28
|
+
className={cn('border-b', className)}
|
|
29
|
+
{...props}
|
|
30
|
+
/>
|
|
31
|
+
))
|
|
32
|
+
|
|
33
|
+
const CollapseHeader = React.forwardRef<
|
|
34
|
+
React.ElementRef<typeof Accordion.Header>,
|
|
35
|
+
React.ComponentPropsWithoutRef<typeof Accordion.Header>
|
|
36
|
+
>(({ className, children, ...props }, ref) => (
|
|
37
|
+
<Accordion.Header
|
|
38
|
+
className={cn('flex', className)}
|
|
39
|
+
{...props}
|
|
40
|
+
ref={ref}
|
|
41
|
+
>
|
|
42
|
+
{children}
|
|
43
|
+
</Accordion.Header>
|
|
44
|
+
))
|
|
45
|
+
|
|
46
|
+
const CollapseTrigger = React.forwardRef<
|
|
47
|
+
React.ElementRef<typeof Accordion.Trigger>,
|
|
48
|
+
React.ComponentPropsWithoutRef<typeof Accordion.Trigger>
|
|
49
|
+
>(({ className, children, ...props }, ref) => (
|
|
50
|
+
<Accordion.Trigger
|
|
51
|
+
ref={ref}
|
|
52
|
+
className={cn(
|
|
53
|
+
'flex flex-1 items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180',
|
|
54
|
+
className
|
|
55
|
+
)}
|
|
56
|
+
{...props}
|
|
57
|
+
>
|
|
58
|
+
{children}
|
|
59
|
+
{/*<ChevronDown className="h-4 w-4 shrink-0 transition-transform duration-200" />*/}
|
|
60
|
+
</Accordion.Trigger>
|
|
61
|
+
))
|
|
62
|
+
|
|
63
|
+
const CollapseContent = React.forwardRef<
|
|
64
|
+
React.ElementRef<typeof Accordion.Content>,
|
|
65
|
+
React.ComponentPropsWithoutRef<typeof Accordion.Content>
|
|
66
|
+
>(({ className, children, ...props }, ref) => (
|
|
67
|
+
<Accordion.Content
|
|
68
|
+
ref={ref}
|
|
69
|
+
className={cn(
|
|
70
|
+
'overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down',
|
|
71
|
+
className
|
|
72
|
+
)}
|
|
73
|
+
{...props}
|
|
74
|
+
>
|
|
75
|
+
{children}
|
|
76
|
+
</Accordion.Content>
|
|
77
|
+
))
|
|
78
|
+
|
|
79
|
+
Collapse.Item = CollapseItem
|
|
80
|
+
CollapseItem.displayName = "CollapseItem"
|
|
81
|
+
Collapse.Header = CollapseHeader
|
|
82
|
+
CollapseHeader.displayName = "CollapseHeader"
|
|
83
|
+
Collapse.Trigger = CollapseTrigger
|
|
84
|
+
CollapseTrigger.displayName = "CollapseTrigger"
|
|
85
|
+
Collapse.Content = CollapseContent
|
|
86
|
+
CollapseContent.displayName = "CollapseContent"
|
|
87
|
+
|
|
88
|
+
export default Collapse
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
@require '../../../Markup.Common/markup/stylus/variables'
|
|
2
|
+
|
|
3
|
+
$prefix-collapse = ant-collapse;
|
|
4
|
+
|
|
5
|
+
// Блок аккордеона
|
|
6
|
+
.{$prefix-collapse}-item
|
|
7
|
+
background-color $cl-graphite-7
|
|
8
|
+
border-radius 4px
|
|
9
|
+
&:hover
|
|
10
|
+
.{$prefix-collapse}-header
|
|
11
|
+
background-color lighten($cl-graphite-6, 20%)
|
|
12
|
+
|
|
13
|
+
& + .{$prefix-collapse}-item
|
|
14
|
+
margin-top 12px
|
|
15
|
+
|
|
16
|
+
// Открытый аккордеон
|
|
17
|
+
.{$prefix-collapse}-item-active
|
|
18
|
+
.{$prefix-collapse}-header
|
|
19
|
+
&::after
|
|
20
|
+
transform rotate(180deg)
|
|
21
|
+
|
|
22
|
+
// Отключенный аккордеон
|
|
23
|
+
.{$prefix-collapse}-item-disabled
|
|
24
|
+
&:hover
|
|
25
|
+
.{$prefix-collapse}-header
|
|
26
|
+
background-color $cl-graphite-7
|
|
27
|
+
|
|
28
|
+
&::after
|
|
29
|
+
color $cl-text-light
|
|
30
|
+
|
|
31
|
+
.{$prefix-collapse}-header
|
|
32
|
+
color $cl-text-disabled
|
|
33
|
+
cursor default
|
|
34
|
+
&:hover
|
|
35
|
+
&::after
|
|
36
|
+
color $cl-text-light
|
|
37
|
+
|
|
38
|
+
&::after
|
|
39
|
+
color $cl-text-disabled
|
|
40
|
+
|
|
41
|
+
// Шапка аккордеона
|
|
42
|
+
.{$prefix-collapse}-header
|
|
43
|
+
padding 12px 56px 12px 24px
|
|
44
|
+
box-sizing border-box
|
|
45
|
+
overflow hidden
|
|
46
|
+
white-space nowrap
|
|
47
|
+
text-overflow ellipsis
|
|
48
|
+
font-weight $fw-medium
|
|
49
|
+
transition .2s
|
|
50
|
+
cursor pointer
|
|
51
|
+
&:hover
|
|
52
|
+
&::after
|
|
53
|
+
color $cl-text
|
|
54
|
+
|
|
55
|
+
// Стрелка
|
|
56
|
+
&::after
|
|
57
|
+
position absolute
|
|
58
|
+
top 6px
|
|
59
|
+
right 12px
|
|
60
|
+
display flex
|
|
61
|
+
justify-content center
|
|
62
|
+
align-items center
|
|
63
|
+
width 32px
|
|
64
|
+
height @width
|
|
65
|
+
font-icon 'dropdown'
|
|
66
|
+
font-size 12px
|
|
67
|
+
color $cl-text-light
|
|
68
|
+
transition transform .2s
|
|
69
|
+
|
|
70
|
+
.anticon
|
|
71
|
+
display none
|
|
72
|
+
|
|
73
|
+
// Обертка контента аккордеона
|
|
74
|
+
.{$prefix-collapse}-content
|
|
75
|
+
border-top 1px solid $cl-graphite-6
|
|
76
|
+
|
|
77
|
+
// Контент аккордеона
|
|
78
|
+
.{$prefix-collapse}-content-box
|
|
79
|
+
padding 24px 20px
|
|
80
|
+
box-sizing border-box
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
// АНИМАЦИЯ
|
|
84
|
+
.ant-motion-collapse
|
|
85
|
+
overflow hidden
|
|
86
|
+
|
|
87
|
+
.ant-motion-collapse-active
|
|
88
|
+
.{$prefix-collapse}-content-inactive
|
|
89
|
+
transition height .25s cubic-bezier(.075, .82, .165, 1),
|
|
90
|
+
opacity .25s cubic-bezier(.075, .82, .165, 1) !important
|
|
91
|
+
|
|
92
|
+
.{$prefix-collapse}-content-inactive
|
|
93
|
+
display none
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import { OTPInput, OTPInputContext } from 'input-otp'
|
|
3
|
+
import { cn } from '../@/lib/utils'
|
|
4
|
+
// import { cn } from "@/lib/utils" порешать с алиасами
|
|
5
|
+
|
|
6
|
+
const InputOTP = React.forwardRef<React.ElementRef<typeof OTPInput>, React.ComponentPropsWithoutRef<typeof OTPInput>>(
|
|
7
|
+
({ className, containerClassName, ...props }, ref) => (
|
|
8
|
+
<OTPInput
|
|
9
|
+
ref={ref}
|
|
10
|
+
containerClassName={cn('flex items-center has-[:disabled]:opacity-50', containerClassName)}
|
|
11
|
+
className={cn('disabled:cursor-not-allowed', className)}
|
|
12
|
+
{...props}
|
|
13
|
+
/>
|
|
14
|
+
)
|
|
15
|
+
)
|
|
16
|
+
InputOTP.displayName = 'InputOTP'
|
|
17
|
+
|
|
18
|
+
const InputOTPGroup = React.forwardRef<React.ElementRef<'div'>, React.ComponentPropsWithoutRef<'div'>>(
|
|
19
|
+
({ className, ...props }, ref) => (
|
|
20
|
+
<div
|
|
21
|
+
ref={ref}
|
|
22
|
+
className={cn('flex items-center', className)}
|
|
23
|
+
{...props}
|
|
24
|
+
/>
|
|
25
|
+
)
|
|
26
|
+
)
|
|
27
|
+
InputOTPGroup.displayName = 'InputOTPGroup'
|
|
28
|
+
|
|
29
|
+
const InputOTPSlot = React.forwardRef<
|
|
30
|
+
React.ElementRef<'div'>,
|
|
31
|
+
React.ComponentPropsWithoutRef<'div'> & { index: number }
|
|
32
|
+
>(({ index, className, ...props }, ref) => {
|
|
33
|
+
const inputOTPContext = React.useContext(OTPInputContext)
|
|
34
|
+
const { char, hasFakeCaret, isActive } = inputOTPContext.slots[index]
|
|
35
|
+
|
|
36
|
+
return (
|
|
37
|
+
<div
|
|
38
|
+
ref={ref}
|
|
39
|
+
className={cn(
|
|
40
|
+
'relative flex h-[48px] w-[20px] items-center justify-center border-b-[2px] border-input transition-all',
|
|
41
|
+
isActive && 'z-10 ring-2 ring-ring ring-offset-background',
|
|
42
|
+
className
|
|
43
|
+
)}
|
|
44
|
+
{...props}
|
|
45
|
+
>
|
|
46
|
+
{/* {char && <span className='bg-black rounded-full w-[8px] h-[8px]'></span>} */}
|
|
47
|
+
{char}
|
|
48
|
+
{hasFakeCaret && (
|
|
49
|
+
<div className="absolute inset-0 flex justify-center items-center pointer-events-none">
|
|
50
|
+
<div className="bg-foreground w-px h-4 animate-caret-blink duration-1000" />
|
|
51
|
+
</div>
|
|
52
|
+
)}
|
|
53
|
+
</div>
|
|
54
|
+
)
|
|
55
|
+
})
|
|
56
|
+
InputOTPSlot.displayName = 'InputOTPSlot'
|
|
57
|
+
|
|
58
|
+
const InputOTPSeparator = React.forwardRef<React.ElementRef<'div'>, React.ComponentPropsWithoutRef<'div'>>(
|
|
59
|
+
({ ...props }, ref) => (
|
|
60
|
+
<div
|
|
61
|
+
ref={ref}
|
|
62
|
+
role="separator"
|
|
63
|
+
{...props}
|
|
64
|
+
>
|
|
65
|
+
{/* <Dot /> */}точка
|
|
66
|
+
</div>
|
|
67
|
+
)
|
|
68
|
+
)
|
|
69
|
+
InputOTPSeparator.displayName = 'InputOTPSeparator'
|
|
70
|
+
|
|
71
|
+
export { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator }
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
// @ts-ignore
|
|
3
|
+
import bank from '../assets/images/logo/bank/logo.svg'
|
|
4
|
+
// import kassa from '../assets/images/logo/kassa/logo.svg'
|
|
5
|
+
// import garant from '../assets/images/logo/garant/logo.svg'
|
|
6
|
+
|
|
7
|
+
interface LogoProps extends React.ImgHTMLAttributes<HTMLImageElement>{
|
|
8
|
+
variant?: 'bank' | 'kassa' | 'garant',
|
|
9
|
+
className?: string
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const Logo: React.FC<LogoProps> = ({variant = bank, width = 132, height = 32, className}) => {
|
|
13
|
+
return <img className={className} src={variant} width={width} height={height} />
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Logo
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
import cn from 'classnames'
|
|
3
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover'
|
|
4
|
+
import {PopoverPortalProps, PopoverProps} from "@radix-ui/react-popover";
|
|
5
|
+
|
|
6
|
+
type PopoverComponents = {
|
|
7
|
+
Trigger: typeof PopoverTrigger,
|
|
8
|
+
Portal: typeof PopoverPortal,
|
|
9
|
+
Content: typeof PopoverContent,
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const Popover: React.FC<PopoverProps> & PopoverComponents = (props) => <PopoverPrimitive.Root {...props} />
|
|
13
|
+
|
|
14
|
+
const PopoverTrigger: typeof PopoverPrimitive.Trigger = PopoverPrimitive.Trigger
|
|
15
|
+
|
|
16
|
+
const PopoverPortal: React.FC<PopoverPortalProps> = ({ children, ...props }) => (
|
|
17
|
+
<PopoverPrimitive.Portal {...props}>{children}</PopoverPrimitive.Portal>
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
const PopoverContent = React.forwardRef<
|
|
21
|
+
React.ElementRef<typeof PopoverPrimitive.Content>,
|
|
22
|
+
React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>
|
|
23
|
+
>(({ className = '', align = 'center', sideOffset = 4, ...props }, ref) => (
|
|
24
|
+
<PopoverPrimitive.Content
|
|
25
|
+
ref={ref}
|
|
26
|
+
align={align}
|
|
27
|
+
sideOffset={sideOffset}
|
|
28
|
+
className={cn(
|
|
29
|
+
'z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2',
|
|
30
|
+
className
|
|
31
|
+
)}
|
|
32
|
+
{...props}
|
|
33
|
+
/>
|
|
34
|
+
))
|
|
35
|
+
|
|
36
|
+
Popover.Trigger = PopoverTrigger
|
|
37
|
+
Popover.Portal = PopoverPortal
|
|
38
|
+
Popover.Portal.displayName = PopoverPrimitive.Portal.displayName
|
|
39
|
+
Popover.Content = PopoverContent
|
|
40
|
+
Popover.Content.displayName = PopoverPrimitive.Content.displayName
|
|
41
|
+
|
|
42
|
+
export default Popover
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import * as SliderPrimitive from '@radix-ui/react-slider'
|
|
3
|
+
import cn from 'classnames'
|
|
4
|
+
|
|
5
|
+
const Slider = React.forwardRef<
|
|
6
|
+
React.ElementRef<typeof SliderPrimitive.Root>,
|
|
7
|
+
React.ComponentPropsWithoutRef<typeof SliderPrimitive.Root>
|
|
8
|
+
>(({ className = '', ...props }, ref) => (
|
|
9
|
+
<SliderPrimitive.Root
|
|
10
|
+
ref={ref}
|
|
11
|
+
className={cn('relative flex w-full touch-none select-none items-center', className)}
|
|
12
|
+
{...props}
|
|
13
|
+
>
|
|
14
|
+
<SliderPrimitive.Track className="relative h-2 w-full grow overflow-hidden rounded-full bg-secondary">
|
|
15
|
+
<SliderPrimitive.Range className="absolute h-full bg-primary" />
|
|
16
|
+
</SliderPrimitive.Track>
|
|
17
|
+
<SliderPrimitive.Thumb className="block h-5 w-5 rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50" />
|
|
18
|
+
</SliderPrimitive.Root>
|
|
19
|
+
))
|
|
20
|
+
|
|
21
|
+
export default Slider
|