@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,417 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Clock = exports.Circle = exports.Checklist = exports.Check = exports.CheckSmall = exports.CheckShield = exports.CheckCircle = exports.CheckCircleSolid = exports.Chat = exports.ChatSolid = exports.Chart = exports.Change = exports.Card = exports.CardUnlock = exports.CardToCard = exports.CardScan = exports.CardReissue = exports.CardRefill = exports.CardLock = exports.Cancel = exports.CancelSolid = exports.Camera = exports.Callback = exports.Call = exports.CallMissed = exports.CallEnd = exports.Calendar = exports.CalendarCancel = exports.Building = exports.Bonus = exports.Bold = exports.Bank = exports.Attach = exports.Atm = exports.ArrowsChange = exports.ArrowUp = exports.ArrowUpCorner = exports.ArrowRight = exports.ArrowLeft = exports.ArrowDown = exports.ArrowCircle = exports.Archive = exports.Apple = exports.Android = exports.AlertShield = exports.AlertDiamond = exports.AlertDiamondSolid = exports.AlertCircle = exports.AlertCircleSolid = exports.AddList = void 0;
|
|
7
|
+
exports.Key = exports.Italic = exports.Info = exports.InfoSolid = exports.InfoBook = exports.Ig = exports.IgCircle = exports.Housing = exports.Home = exports.Help = exports.Heart = exports.HeartSolid = exports.Globe = exports.Gift = exports.Geolocation = exports.Folder = exports.Filter = exports.Files = exports.File = exports.FileAdd = exports.Fb = exports.FbCircle = exports.Favorite = exports.FavoriteSolid = exports.Eye = exports.EyeOff = exports.Expand = exports.Excel = exports.Email = exports.Edit = exports.Dropup = exports.Dropdown = exports.DropdownSmallOld = exports.Download = exports.DoubleTick = exports.DoubleArrow = exports.Dollar = exports.Doc = exports.DocCancel = exports.Dislike = exports.DislikeSolid = exports.Diamond = exports.Deposit = exports.CurrencyTransfer = exports.CurrencyChange = exports.Cup = exports.Copy = exports.Collapse = exports.Coins = exports.Close = void 0;
|
|
8
|
+
exports.Right = exports.Request = exports.Reply = exports.ReplyShape = exports.ReplyShapeSolid = exports.Reload = exports.Refund = exports.Refill = exports.Redirect = exports.QrPay = exports.Print = exports.Pos = exports.Plus = exports.PlusCircle = exports.Play = exports.PlaySolid = exports.PhoneShake = exports.Payment = exports.Pause = exports.PauseCircle = exports.Order = exports.OrderSend = exports.OrderLoad = exports.Ok = exports.OkCircle = exports.Notification = exports.Notes = exports.News = exports.Newbie = exports.Move = exports.More = exports.Moneybox = exports.Minus = exports.MinusShort = exports.MinusCircle = exports.Mic = exports.MicOff = exports.Menu = exports.Map = exports.MapPin = exports.Mail = exports.MailSend = exports.MagicWand = exports.Logout = exports.Lock = exports.Link = exports.Like = exports.LikeSolid = exports.Lightbulb = exports.Left = void 0;
|
|
9
|
+
exports.Warning = exports.WarningClean = exports.Wallet = exports.Vk = exports.VkCircle = exports.ViewVertical = exports.ViewRows = exports.ViewList = exports.ViewHorizontal = exports.ViewGrid = exports.Viber = exports.ViberCircle = exports.User = exports.UserQueue = exports.UserEdit = exports.UserCard = exports.UserAdd = exports.Upload = exports.Unsorted = exports.UnsortedSolid = exports.Unlink = exports.Underline = exports.Twitter = exports.TwitterCircle = exports.TurnOff = exports.Trash = exports.Timer = exports.Timeout = exports.Tg = exports.TgCircle = exports.Tariffs = exports.Table = exports.Sync = exports.Support = exports.Stop = exports.SortUp = exports.SortUpSolid = exports.SortDown = exports.SortDownSolid = exports.SlotMachine = exports.Sign = exports.ShoppingCart = exports.Share = exports.Settings = exports.Services = exports.Send = exports.Search = exports.Sbp = exports.Ruble = exports.Route = void 0;
|
|
10
|
+
exports.Wheelchair = exports.Whatsapp = exports.WhatsappCircle = void 0;
|
|
11
|
+
var AddList_1 = require("./AddList");
|
|
12
|
+
Object.defineProperty(exports, "AddList", { enumerable: true, get: function () { return __importDefault(AddList_1).default; } });
|
|
13
|
+
var AlertCircleSolid_1 = require("./AlertCircleSolid");
|
|
14
|
+
Object.defineProperty(exports, "AlertCircleSolid", { enumerable: true, get: function () { return __importDefault(AlertCircleSolid_1).default; } });
|
|
15
|
+
var AlertCircle_1 = require("./AlertCircle");
|
|
16
|
+
Object.defineProperty(exports, "AlertCircle", { enumerable: true, get: function () { return __importDefault(AlertCircle_1).default; } });
|
|
17
|
+
var AlertDiamondSolid_1 = require("./AlertDiamondSolid");
|
|
18
|
+
Object.defineProperty(exports, "AlertDiamondSolid", { enumerable: true, get: function () { return __importDefault(AlertDiamondSolid_1).default; } });
|
|
19
|
+
var AlertDiamond_1 = require("./AlertDiamond");
|
|
20
|
+
Object.defineProperty(exports, "AlertDiamond", { enumerable: true, get: function () { return __importDefault(AlertDiamond_1).default; } });
|
|
21
|
+
var AlertShield_1 = require("./AlertShield");
|
|
22
|
+
Object.defineProperty(exports, "AlertShield", { enumerable: true, get: function () { return __importDefault(AlertShield_1).default; } });
|
|
23
|
+
var Android_1 = require("./Android");
|
|
24
|
+
Object.defineProperty(exports, "Android", { enumerable: true, get: function () { return __importDefault(Android_1).default; } });
|
|
25
|
+
var Apple_1 = require("./Apple");
|
|
26
|
+
Object.defineProperty(exports, "Apple", { enumerable: true, get: function () { return __importDefault(Apple_1).default; } });
|
|
27
|
+
var Archive_1 = require("./Archive");
|
|
28
|
+
Object.defineProperty(exports, "Archive", { enumerable: true, get: function () { return __importDefault(Archive_1).default; } });
|
|
29
|
+
var ArrowCircle_1 = require("./ArrowCircle");
|
|
30
|
+
Object.defineProperty(exports, "ArrowCircle", { enumerable: true, get: function () { return __importDefault(ArrowCircle_1).default; } });
|
|
31
|
+
var ArrowDown_1 = require("./ArrowDown");
|
|
32
|
+
Object.defineProperty(exports, "ArrowDown", { enumerable: true, get: function () { return __importDefault(ArrowDown_1).default; } });
|
|
33
|
+
var ArrowLeft_1 = require("./ArrowLeft");
|
|
34
|
+
Object.defineProperty(exports, "ArrowLeft", { enumerable: true, get: function () { return __importDefault(ArrowLeft_1).default; } });
|
|
35
|
+
var ArrowRight_1 = require("./ArrowRight");
|
|
36
|
+
Object.defineProperty(exports, "ArrowRight", { enumerable: true, get: function () { return __importDefault(ArrowRight_1).default; } });
|
|
37
|
+
var ArrowUpCorner_1 = require("./ArrowUpCorner");
|
|
38
|
+
Object.defineProperty(exports, "ArrowUpCorner", { enumerable: true, get: function () { return __importDefault(ArrowUpCorner_1).default; } });
|
|
39
|
+
var ArrowUp_1 = require("./ArrowUp");
|
|
40
|
+
Object.defineProperty(exports, "ArrowUp", { enumerable: true, get: function () { return __importDefault(ArrowUp_1).default; } });
|
|
41
|
+
var ArrowsChange_1 = require("./ArrowsChange");
|
|
42
|
+
Object.defineProperty(exports, "ArrowsChange", { enumerable: true, get: function () { return __importDefault(ArrowsChange_1).default; } });
|
|
43
|
+
var Atm_1 = require("./Atm");
|
|
44
|
+
Object.defineProperty(exports, "Atm", { enumerable: true, get: function () { return __importDefault(Atm_1).default; } });
|
|
45
|
+
var Attach_1 = require("./Attach");
|
|
46
|
+
Object.defineProperty(exports, "Attach", { enumerable: true, get: function () { return __importDefault(Attach_1).default; } });
|
|
47
|
+
var Bank_1 = require("./Bank");
|
|
48
|
+
Object.defineProperty(exports, "Bank", { enumerable: true, get: function () { return __importDefault(Bank_1).default; } });
|
|
49
|
+
var Bold_1 = require("./Bold");
|
|
50
|
+
Object.defineProperty(exports, "Bold", { enumerable: true, get: function () { return __importDefault(Bold_1).default; } });
|
|
51
|
+
var Bonus_1 = require("./Bonus");
|
|
52
|
+
Object.defineProperty(exports, "Bonus", { enumerable: true, get: function () { return __importDefault(Bonus_1).default; } });
|
|
53
|
+
var Building_1 = require("./Building");
|
|
54
|
+
Object.defineProperty(exports, "Building", { enumerable: true, get: function () { return __importDefault(Building_1).default; } });
|
|
55
|
+
var CalendarCancel_1 = require("./CalendarCancel");
|
|
56
|
+
Object.defineProperty(exports, "CalendarCancel", { enumerable: true, get: function () { return __importDefault(CalendarCancel_1).default; } });
|
|
57
|
+
var Calendar_1 = require("./Calendar");
|
|
58
|
+
Object.defineProperty(exports, "Calendar", { enumerable: true, get: function () { return __importDefault(Calendar_1).default; } });
|
|
59
|
+
var CallEnd_1 = require("./CallEnd");
|
|
60
|
+
Object.defineProperty(exports, "CallEnd", { enumerable: true, get: function () { return __importDefault(CallEnd_1).default; } });
|
|
61
|
+
var CallMissed_1 = require("./CallMissed");
|
|
62
|
+
Object.defineProperty(exports, "CallMissed", { enumerable: true, get: function () { return __importDefault(CallMissed_1).default; } });
|
|
63
|
+
var Call_1 = require("./Call");
|
|
64
|
+
Object.defineProperty(exports, "Call", { enumerable: true, get: function () { return __importDefault(Call_1).default; } });
|
|
65
|
+
var Callback_1 = require("./Callback");
|
|
66
|
+
Object.defineProperty(exports, "Callback", { enumerable: true, get: function () { return __importDefault(Callback_1).default; } });
|
|
67
|
+
var Camera_1 = require("./Camera");
|
|
68
|
+
Object.defineProperty(exports, "Camera", { enumerable: true, get: function () { return __importDefault(Camera_1).default; } });
|
|
69
|
+
var CancelSolid_1 = require("./CancelSolid");
|
|
70
|
+
Object.defineProperty(exports, "CancelSolid", { enumerable: true, get: function () { return __importDefault(CancelSolid_1).default; } });
|
|
71
|
+
var Cancel_1 = require("./Cancel");
|
|
72
|
+
Object.defineProperty(exports, "Cancel", { enumerable: true, get: function () { return __importDefault(Cancel_1).default; } });
|
|
73
|
+
var CardLock_1 = require("./CardLock");
|
|
74
|
+
Object.defineProperty(exports, "CardLock", { enumerable: true, get: function () { return __importDefault(CardLock_1).default; } });
|
|
75
|
+
var CardRefill_1 = require("./CardRefill");
|
|
76
|
+
Object.defineProperty(exports, "CardRefill", { enumerable: true, get: function () { return __importDefault(CardRefill_1).default; } });
|
|
77
|
+
var CardReissue_1 = require("./CardReissue");
|
|
78
|
+
Object.defineProperty(exports, "CardReissue", { enumerable: true, get: function () { return __importDefault(CardReissue_1).default; } });
|
|
79
|
+
var CardScan_1 = require("./CardScan");
|
|
80
|
+
Object.defineProperty(exports, "CardScan", { enumerable: true, get: function () { return __importDefault(CardScan_1).default; } });
|
|
81
|
+
var CardToCard_1 = require("./CardToCard");
|
|
82
|
+
Object.defineProperty(exports, "CardToCard", { enumerable: true, get: function () { return __importDefault(CardToCard_1).default; } });
|
|
83
|
+
var CardUnlock_1 = require("./CardUnlock");
|
|
84
|
+
Object.defineProperty(exports, "CardUnlock", { enumerable: true, get: function () { return __importDefault(CardUnlock_1).default; } });
|
|
85
|
+
var Card_1 = require("./Card");
|
|
86
|
+
Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return __importDefault(Card_1).default; } });
|
|
87
|
+
var Change_1 = require("./Change");
|
|
88
|
+
Object.defineProperty(exports, "Change", { enumerable: true, get: function () { return __importDefault(Change_1).default; } });
|
|
89
|
+
var Chart_1 = require("./Chart");
|
|
90
|
+
Object.defineProperty(exports, "Chart", { enumerable: true, get: function () { return __importDefault(Chart_1).default; } });
|
|
91
|
+
var ChatSolid_1 = require("./ChatSolid");
|
|
92
|
+
Object.defineProperty(exports, "ChatSolid", { enumerable: true, get: function () { return __importDefault(ChatSolid_1).default; } });
|
|
93
|
+
var Chat_1 = require("./Chat");
|
|
94
|
+
Object.defineProperty(exports, "Chat", { enumerable: true, get: function () { return __importDefault(Chat_1).default; } });
|
|
95
|
+
var CheckCircleSolid_1 = require("./CheckCircleSolid");
|
|
96
|
+
Object.defineProperty(exports, "CheckCircleSolid", { enumerable: true, get: function () { return __importDefault(CheckCircleSolid_1).default; } });
|
|
97
|
+
var CheckCircle_1 = require("./CheckCircle");
|
|
98
|
+
Object.defineProperty(exports, "CheckCircle", { enumerable: true, get: function () { return __importDefault(CheckCircle_1).default; } });
|
|
99
|
+
var CheckShield_1 = require("./CheckShield");
|
|
100
|
+
Object.defineProperty(exports, "CheckShield", { enumerable: true, get: function () { return __importDefault(CheckShield_1).default; } });
|
|
101
|
+
var CheckSmall_1 = require("./CheckSmall");
|
|
102
|
+
Object.defineProperty(exports, "CheckSmall", { enumerable: true, get: function () { return __importDefault(CheckSmall_1).default; } });
|
|
103
|
+
var Check_1 = require("./Check");
|
|
104
|
+
Object.defineProperty(exports, "Check", { enumerable: true, get: function () { return __importDefault(Check_1).default; } });
|
|
105
|
+
var Checklist_1 = require("./Checklist");
|
|
106
|
+
Object.defineProperty(exports, "Checklist", { enumerable: true, get: function () { return __importDefault(Checklist_1).default; } });
|
|
107
|
+
var Circle_1 = require("./Circle");
|
|
108
|
+
Object.defineProperty(exports, "Circle", { enumerable: true, get: function () { return __importDefault(Circle_1).default; } });
|
|
109
|
+
var Clock_1 = require("./Clock");
|
|
110
|
+
Object.defineProperty(exports, "Clock", { enumerable: true, get: function () { return __importDefault(Clock_1).default; } });
|
|
111
|
+
var Close_1 = require("./Close");
|
|
112
|
+
Object.defineProperty(exports, "Close", { enumerable: true, get: function () { return __importDefault(Close_1).default; } });
|
|
113
|
+
var Coins_1 = require("./Coins");
|
|
114
|
+
Object.defineProperty(exports, "Coins", { enumerable: true, get: function () { return __importDefault(Coins_1).default; } });
|
|
115
|
+
var Collapse_1 = require("./Collapse");
|
|
116
|
+
Object.defineProperty(exports, "Collapse", { enumerable: true, get: function () { return __importDefault(Collapse_1).default; } });
|
|
117
|
+
var Copy_1 = require("./Copy");
|
|
118
|
+
Object.defineProperty(exports, "Copy", { enumerable: true, get: function () { return __importDefault(Copy_1).default; } });
|
|
119
|
+
var Cup_1 = require("./Cup");
|
|
120
|
+
Object.defineProperty(exports, "Cup", { enumerable: true, get: function () { return __importDefault(Cup_1).default; } });
|
|
121
|
+
var CurrencyChange_1 = require("./CurrencyChange");
|
|
122
|
+
Object.defineProperty(exports, "CurrencyChange", { enumerable: true, get: function () { return __importDefault(CurrencyChange_1).default; } });
|
|
123
|
+
var CurrencyTransfer_1 = require("./CurrencyTransfer");
|
|
124
|
+
Object.defineProperty(exports, "CurrencyTransfer", { enumerable: true, get: function () { return __importDefault(CurrencyTransfer_1).default; } });
|
|
125
|
+
var Deposit_1 = require("./Deposit");
|
|
126
|
+
Object.defineProperty(exports, "Deposit", { enumerable: true, get: function () { return __importDefault(Deposit_1).default; } });
|
|
127
|
+
var Diamond_1 = require("./Diamond");
|
|
128
|
+
Object.defineProperty(exports, "Diamond", { enumerable: true, get: function () { return __importDefault(Diamond_1).default; } });
|
|
129
|
+
var DislikeSolid_1 = require("./DislikeSolid");
|
|
130
|
+
Object.defineProperty(exports, "DislikeSolid", { enumerable: true, get: function () { return __importDefault(DislikeSolid_1).default; } });
|
|
131
|
+
var Dislike_1 = require("./Dislike");
|
|
132
|
+
Object.defineProperty(exports, "Dislike", { enumerable: true, get: function () { return __importDefault(Dislike_1).default; } });
|
|
133
|
+
var DocCancel_1 = require("./DocCancel");
|
|
134
|
+
Object.defineProperty(exports, "DocCancel", { enumerable: true, get: function () { return __importDefault(DocCancel_1).default; } });
|
|
135
|
+
var Doc_1 = require("./Doc");
|
|
136
|
+
Object.defineProperty(exports, "Doc", { enumerable: true, get: function () { return __importDefault(Doc_1).default; } });
|
|
137
|
+
var Dollar_1 = require("./Dollar");
|
|
138
|
+
Object.defineProperty(exports, "Dollar", { enumerable: true, get: function () { return __importDefault(Dollar_1).default; } });
|
|
139
|
+
var DoubleArrow_1 = require("./DoubleArrow");
|
|
140
|
+
Object.defineProperty(exports, "DoubleArrow", { enumerable: true, get: function () { return __importDefault(DoubleArrow_1).default; } });
|
|
141
|
+
var DoubleTick_1 = require("./DoubleTick");
|
|
142
|
+
Object.defineProperty(exports, "DoubleTick", { enumerable: true, get: function () { return __importDefault(DoubleTick_1).default; } });
|
|
143
|
+
var Download_1 = require("./Download");
|
|
144
|
+
Object.defineProperty(exports, "Download", { enumerable: true, get: function () { return __importDefault(Download_1).default; } });
|
|
145
|
+
var DropdownSmallOld_1 = require("./DropdownSmallOld");
|
|
146
|
+
Object.defineProperty(exports, "DropdownSmallOld", { enumerable: true, get: function () { return __importDefault(DropdownSmallOld_1).default; } });
|
|
147
|
+
var Dropdown_1 = require("./Dropdown");
|
|
148
|
+
Object.defineProperty(exports, "Dropdown", { enumerable: true, get: function () { return __importDefault(Dropdown_1).default; } });
|
|
149
|
+
var Dropup_1 = require("./Dropup");
|
|
150
|
+
Object.defineProperty(exports, "Dropup", { enumerable: true, get: function () { return __importDefault(Dropup_1).default; } });
|
|
151
|
+
var Edit_1 = require("./Edit");
|
|
152
|
+
Object.defineProperty(exports, "Edit", { enumerable: true, get: function () { return __importDefault(Edit_1).default; } });
|
|
153
|
+
var Email_1 = require("./Email");
|
|
154
|
+
Object.defineProperty(exports, "Email", { enumerable: true, get: function () { return __importDefault(Email_1).default; } });
|
|
155
|
+
var Excel_1 = require("./Excel");
|
|
156
|
+
Object.defineProperty(exports, "Excel", { enumerable: true, get: function () { return __importDefault(Excel_1).default; } });
|
|
157
|
+
var Expand_1 = require("./Expand");
|
|
158
|
+
Object.defineProperty(exports, "Expand", { enumerable: true, get: function () { return __importDefault(Expand_1).default; } });
|
|
159
|
+
var EyeOff_1 = require("./EyeOff");
|
|
160
|
+
Object.defineProperty(exports, "EyeOff", { enumerable: true, get: function () { return __importDefault(EyeOff_1).default; } });
|
|
161
|
+
var Eye_1 = require("./Eye");
|
|
162
|
+
Object.defineProperty(exports, "Eye", { enumerable: true, get: function () { return __importDefault(Eye_1).default; } });
|
|
163
|
+
var FavoriteSolid_1 = require("./FavoriteSolid");
|
|
164
|
+
Object.defineProperty(exports, "FavoriteSolid", { enumerable: true, get: function () { return __importDefault(FavoriteSolid_1).default; } });
|
|
165
|
+
var Favorite_1 = require("./Favorite");
|
|
166
|
+
Object.defineProperty(exports, "Favorite", { enumerable: true, get: function () { return __importDefault(Favorite_1).default; } });
|
|
167
|
+
var FbCircle_1 = require("./FbCircle");
|
|
168
|
+
Object.defineProperty(exports, "FbCircle", { enumerable: true, get: function () { return __importDefault(FbCircle_1).default; } });
|
|
169
|
+
var Fb_1 = require("./Fb");
|
|
170
|
+
Object.defineProperty(exports, "Fb", { enumerable: true, get: function () { return __importDefault(Fb_1).default; } });
|
|
171
|
+
var FileAdd_1 = require("./FileAdd");
|
|
172
|
+
Object.defineProperty(exports, "FileAdd", { enumerable: true, get: function () { return __importDefault(FileAdd_1).default; } });
|
|
173
|
+
var File_1 = require("./File");
|
|
174
|
+
Object.defineProperty(exports, "File", { enumerable: true, get: function () { return __importDefault(File_1).default; } });
|
|
175
|
+
var Files_1 = require("./Files");
|
|
176
|
+
Object.defineProperty(exports, "Files", { enumerable: true, get: function () { return __importDefault(Files_1).default; } });
|
|
177
|
+
var Filter_1 = require("./Filter");
|
|
178
|
+
Object.defineProperty(exports, "Filter", { enumerable: true, get: function () { return __importDefault(Filter_1).default; } });
|
|
179
|
+
var Folder_1 = require("./Folder");
|
|
180
|
+
Object.defineProperty(exports, "Folder", { enumerable: true, get: function () { return __importDefault(Folder_1).default; } });
|
|
181
|
+
var Geolocation_1 = require("./Geolocation");
|
|
182
|
+
Object.defineProperty(exports, "Geolocation", { enumerable: true, get: function () { return __importDefault(Geolocation_1).default; } });
|
|
183
|
+
var Gift_1 = require("./Gift");
|
|
184
|
+
Object.defineProperty(exports, "Gift", { enumerable: true, get: function () { return __importDefault(Gift_1).default; } });
|
|
185
|
+
var Globe_1 = require("./Globe");
|
|
186
|
+
Object.defineProperty(exports, "Globe", { enumerable: true, get: function () { return __importDefault(Globe_1).default; } });
|
|
187
|
+
var HeartSolid_1 = require("./HeartSolid");
|
|
188
|
+
Object.defineProperty(exports, "HeartSolid", { enumerable: true, get: function () { return __importDefault(HeartSolid_1).default; } });
|
|
189
|
+
var Heart_1 = require("./Heart");
|
|
190
|
+
Object.defineProperty(exports, "Heart", { enumerable: true, get: function () { return __importDefault(Heart_1).default; } });
|
|
191
|
+
var Help_1 = require("./Help");
|
|
192
|
+
Object.defineProperty(exports, "Help", { enumerable: true, get: function () { return __importDefault(Help_1).default; } });
|
|
193
|
+
var Home_1 = require("./Home");
|
|
194
|
+
Object.defineProperty(exports, "Home", { enumerable: true, get: function () { return __importDefault(Home_1).default; } });
|
|
195
|
+
var Housing_1 = require("./Housing");
|
|
196
|
+
Object.defineProperty(exports, "Housing", { enumerable: true, get: function () { return __importDefault(Housing_1).default; } });
|
|
197
|
+
var IgCircle_1 = require("./IgCircle");
|
|
198
|
+
Object.defineProperty(exports, "IgCircle", { enumerable: true, get: function () { return __importDefault(IgCircle_1).default; } });
|
|
199
|
+
var Ig_1 = require("./Ig");
|
|
200
|
+
Object.defineProperty(exports, "Ig", { enumerable: true, get: function () { return __importDefault(Ig_1).default; } });
|
|
201
|
+
var InfoBook_1 = require("./InfoBook");
|
|
202
|
+
Object.defineProperty(exports, "InfoBook", { enumerable: true, get: function () { return __importDefault(InfoBook_1).default; } });
|
|
203
|
+
var InfoSolid_1 = require("./InfoSolid");
|
|
204
|
+
Object.defineProperty(exports, "InfoSolid", { enumerable: true, get: function () { return __importDefault(InfoSolid_1).default; } });
|
|
205
|
+
var Info_1 = require("./Info");
|
|
206
|
+
Object.defineProperty(exports, "Info", { enumerable: true, get: function () { return __importDefault(Info_1).default; } });
|
|
207
|
+
var Italic_1 = require("./Italic");
|
|
208
|
+
Object.defineProperty(exports, "Italic", { enumerable: true, get: function () { return __importDefault(Italic_1).default; } });
|
|
209
|
+
var Key_1 = require("./Key");
|
|
210
|
+
Object.defineProperty(exports, "Key", { enumerable: true, get: function () { return __importDefault(Key_1).default; } });
|
|
211
|
+
var Left_1 = require("./Left");
|
|
212
|
+
Object.defineProperty(exports, "Left", { enumerable: true, get: function () { return __importDefault(Left_1).default; } });
|
|
213
|
+
var Lightbulb_1 = require("./Lightbulb");
|
|
214
|
+
Object.defineProperty(exports, "Lightbulb", { enumerable: true, get: function () { return __importDefault(Lightbulb_1).default; } });
|
|
215
|
+
var LikeSolid_1 = require("./LikeSolid");
|
|
216
|
+
Object.defineProperty(exports, "LikeSolid", { enumerable: true, get: function () { return __importDefault(LikeSolid_1).default; } });
|
|
217
|
+
var Like_1 = require("./Like");
|
|
218
|
+
Object.defineProperty(exports, "Like", { enumerable: true, get: function () { return __importDefault(Like_1).default; } });
|
|
219
|
+
var Link_1 = require("./Link");
|
|
220
|
+
Object.defineProperty(exports, "Link", { enumerable: true, get: function () { return __importDefault(Link_1).default; } });
|
|
221
|
+
var Lock_1 = require("./Lock");
|
|
222
|
+
Object.defineProperty(exports, "Lock", { enumerable: true, get: function () { return __importDefault(Lock_1).default; } });
|
|
223
|
+
var Logout_1 = require("./Logout");
|
|
224
|
+
Object.defineProperty(exports, "Logout", { enumerable: true, get: function () { return __importDefault(Logout_1).default; } });
|
|
225
|
+
var MagicWand_1 = require("./MagicWand");
|
|
226
|
+
Object.defineProperty(exports, "MagicWand", { enumerable: true, get: function () { return __importDefault(MagicWand_1).default; } });
|
|
227
|
+
var MailSend_1 = require("./MailSend");
|
|
228
|
+
Object.defineProperty(exports, "MailSend", { enumerable: true, get: function () { return __importDefault(MailSend_1).default; } });
|
|
229
|
+
var Mail_1 = require("./Mail");
|
|
230
|
+
Object.defineProperty(exports, "Mail", { enumerable: true, get: function () { return __importDefault(Mail_1).default; } });
|
|
231
|
+
var MapPin_1 = require("./MapPin");
|
|
232
|
+
Object.defineProperty(exports, "MapPin", { enumerable: true, get: function () { return __importDefault(MapPin_1).default; } });
|
|
233
|
+
var Map_1 = require("./Map");
|
|
234
|
+
Object.defineProperty(exports, "Map", { enumerable: true, get: function () { return __importDefault(Map_1).default; } });
|
|
235
|
+
var Menu_1 = require("./Menu");
|
|
236
|
+
Object.defineProperty(exports, "Menu", { enumerable: true, get: function () { return __importDefault(Menu_1).default; } });
|
|
237
|
+
var MicOff_1 = require("./MicOff");
|
|
238
|
+
Object.defineProperty(exports, "MicOff", { enumerable: true, get: function () { return __importDefault(MicOff_1).default; } });
|
|
239
|
+
var Mic_1 = require("./Mic");
|
|
240
|
+
Object.defineProperty(exports, "Mic", { enumerable: true, get: function () { return __importDefault(Mic_1).default; } });
|
|
241
|
+
var MinusCircle_1 = require("./MinusCircle");
|
|
242
|
+
Object.defineProperty(exports, "MinusCircle", { enumerable: true, get: function () { return __importDefault(MinusCircle_1).default; } });
|
|
243
|
+
var MinusShort_1 = require("./MinusShort");
|
|
244
|
+
Object.defineProperty(exports, "MinusShort", { enumerable: true, get: function () { return __importDefault(MinusShort_1).default; } });
|
|
245
|
+
var Minus_1 = require("./Minus");
|
|
246
|
+
Object.defineProperty(exports, "Minus", { enumerable: true, get: function () { return __importDefault(Minus_1).default; } });
|
|
247
|
+
var Moneybox_1 = require("./Moneybox");
|
|
248
|
+
Object.defineProperty(exports, "Moneybox", { enumerable: true, get: function () { return __importDefault(Moneybox_1).default; } });
|
|
249
|
+
var More_1 = require("./More");
|
|
250
|
+
Object.defineProperty(exports, "More", { enumerable: true, get: function () { return __importDefault(More_1).default; } });
|
|
251
|
+
var Move_1 = require("./Move");
|
|
252
|
+
Object.defineProperty(exports, "Move", { enumerable: true, get: function () { return __importDefault(Move_1).default; } });
|
|
253
|
+
var Newbie_1 = require("./Newbie");
|
|
254
|
+
Object.defineProperty(exports, "Newbie", { enumerable: true, get: function () { return __importDefault(Newbie_1).default; } });
|
|
255
|
+
var News_1 = require("./News");
|
|
256
|
+
Object.defineProperty(exports, "News", { enumerable: true, get: function () { return __importDefault(News_1).default; } });
|
|
257
|
+
var Notes_1 = require("./Notes");
|
|
258
|
+
Object.defineProperty(exports, "Notes", { enumerable: true, get: function () { return __importDefault(Notes_1).default; } });
|
|
259
|
+
var Notification_1 = require("./Notification");
|
|
260
|
+
Object.defineProperty(exports, "Notification", { enumerable: true, get: function () { return __importDefault(Notification_1).default; } });
|
|
261
|
+
var OkCircle_1 = require("./OkCircle");
|
|
262
|
+
Object.defineProperty(exports, "OkCircle", { enumerable: true, get: function () { return __importDefault(OkCircle_1).default; } });
|
|
263
|
+
var Ok_1 = require("./Ok");
|
|
264
|
+
Object.defineProperty(exports, "Ok", { enumerable: true, get: function () { return __importDefault(Ok_1).default; } });
|
|
265
|
+
var OrderLoad_1 = require("./OrderLoad");
|
|
266
|
+
Object.defineProperty(exports, "OrderLoad", { enumerable: true, get: function () { return __importDefault(OrderLoad_1).default; } });
|
|
267
|
+
var OrderSend_1 = require("./OrderSend");
|
|
268
|
+
Object.defineProperty(exports, "OrderSend", { enumerable: true, get: function () { return __importDefault(OrderSend_1).default; } });
|
|
269
|
+
var Order_1 = require("./Order");
|
|
270
|
+
Object.defineProperty(exports, "Order", { enumerable: true, get: function () { return __importDefault(Order_1).default; } });
|
|
271
|
+
var PauseCircle_1 = require("./PauseCircle");
|
|
272
|
+
Object.defineProperty(exports, "PauseCircle", { enumerable: true, get: function () { return __importDefault(PauseCircle_1).default; } });
|
|
273
|
+
var Pause_1 = require("./Pause");
|
|
274
|
+
Object.defineProperty(exports, "Pause", { enumerable: true, get: function () { return __importDefault(Pause_1).default; } });
|
|
275
|
+
var Payment_1 = require("./Payment");
|
|
276
|
+
Object.defineProperty(exports, "Payment", { enumerable: true, get: function () { return __importDefault(Payment_1).default; } });
|
|
277
|
+
var PhoneShake_1 = require("./PhoneShake");
|
|
278
|
+
Object.defineProperty(exports, "PhoneShake", { enumerable: true, get: function () { return __importDefault(PhoneShake_1).default; } });
|
|
279
|
+
var PlaySolid_1 = require("./PlaySolid");
|
|
280
|
+
Object.defineProperty(exports, "PlaySolid", { enumerable: true, get: function () { return __importDefault(PlaySolid_1).default; } });
|
|
281
|
+
var Play_1 = require("./Play");
|
|
282
|
+
Object.defineProperty(exports, "Play", { enumerable: true, get: function () { return __importDefault(Play_1).default; } });
|
|
283
|
+
var PlusCircle_1 = require("./PlusCircle");
|
|
284
|
+
Object.defineProperty(exports, "PlusCircle", { enumerable: true, get: function () { return __importDefault(PlusCircle_1).default; } });
|
|
285
|
+
var Plus_1 = require("./Plus");
|
|
286
|
+
Object.defineProperty(exports, "Plus", { enumerable: true, get: function () { return __importDefault(Plus_1).default; } });
|
|
287
|
+
var Pos_1 = require("./Pos");
|
|
288
|
+
Object.defineProperty(exports, "Pos", { enumerable: true, get: function () { return __importDefault(Pos_1).default; } });
|
|
289
|
+
var Print_1 = require("./Print");
|
|
290
|
+
Object.defineProperty(exports, "Print", { enumerable: true, get: function () { return __importDefault(Print_1).default; } });
|
|
291
|
+
var QrPay_1 = require("./QrPay");
|
|
292
|
+
Object.defineProperty(exports, "QrPay", { enumerable: true, get: function () { return __importDefault(QrPay_1).default; } });
|
|
293
|
+
var Redirect_1 = require("./Redirect");
|
|
294
|
+
Object.defineProperty(exports, "Redirect", { enumerable: true, get: function () { return __importDefault(Redirect_1).default; } });
|
|
295
|
+
var Refill_1 = require("./Refill");
|
|
296
|
+
Object.defineProperty(exports, "Refill", { enumerable: true, get: function () { return __importDefault(Refill_1).default; } });
|
|
297
|
+
var Refund_1 = require("./Refund");
|
|
298
|
+
Object.defineProperty(exports, "Refund", { enumerable: true, get: function () { return __importDefault(Refund_1).default; } });
|
|
299
|
+
var Reload_1 = require("./Reload");
|
|
300
|
+
Object.defineProperty(exports, "Reload", { enumerable: true, get: function () { return __importDefault(Reload_1).default; } });
|
|
301
|
+
var ReplyShapeSolid_1 = require("./ReplyShapeSolid");
|
|
302
|
+
Object.defineProperty(exports, "ReplyShapeSolid", { enumerable: true, get: function () { return __importDefault(ReplyShapeSolid_1).default; } });
|
|
303
|
+
var ReplyShape_1 = require("./ReplyShape");
|
|
304
|
+
Object.defineProperty(exports, "ReplyShape", { enumerable: true, get: function () { return __importDefault(ReplyShape_1).default; } });
|
|
305
|
+
var Reply_1 = require("./Reply");
|
|
306
|
+
Object.defineProperty(exports, "Reply", { enumerable: true, get: function () { return __importDefault(Reply_1).default; } });
|
|
307
|
+
var Request_1 = require("./Request");
|
|
308
|
+
Object.defineProperty(exports, "Request", { enumerable: true, get: function () { return __importDefault(Request_1).default; } });
|
|
309
|
+
var Right_1 = require("./Right");
|
|
310
|
+
Object.defineProperty(exports, "Right", { enumerable: true, get: function () { return __importDefault(Right_1).default; } });
|
|
311
|
+
var Route_1 = require("./Route");
|
|
312
|
+
Object.defineProperty(exports, "Route", { enumerable: true, get: function () { return __importDefault(Route_1).default; } });
|
|
313
|
+
var Ruble_1 = require("./Ruble");
|
|
314
|
+
Object.defineProperty(exports, "Ruble", { enumerable: true, get: function () { return __importDefault(Ruble_1).default; } });
|
|
315
|
+
var Sbp_1 = require("./Sbp");
|
|
316
|
+
Object.defineProperty(exports, "Sbp", { enumerable: true, get: function () { return __importDefault(Sbp_1).default; } });
|
|
317
|
+
var Search_1 = require("./Search");
|
|
318
|
+
Object.defineProperty(exports, "Search", { enumerable: true, get: function () { return __importDefault(Search_1).default; } });
|
|
319
|
+
var Send_1 = require("./Send");
|
|
320
|
+
Object.defineProperty(exports, "Send", { enumerable: true, get: function () { return __importDefault(Send_1).default; } });
|
|
321
|
+
var Services_1 = require("./Services");
|
|
322
|
+
Object.defineProperty(exports, "Services", { enumerable: true, get: function () { return __importDefault(Services_1).default; } });
|
|
323
|
+
var Settings_1 = require("./Settings");
|
|
324
|
+
Object.defineProperty(exports, "Settings", { enumerable: true, get: function () { return __importDefault(Settings_1).default; } });
|
|
325
|
+
var Share_1 = require("./Share");
|
|
326
|
+
Object.defineProperty(exports, "Share", { enumerable: true, get: function () { return __importDefault(Share_1).default; } });
|
|
327
|
+
var ShoppingCart_1 = require("./ShoppingCart");
|
|
328
|
+
Object.defineProperty(exports, "ShoppingCart", { enumerable: true, get: function () { return __importDefault(ShoppingCart_1).default; } });
|
|
329
|
+
var Sign_1 = require("./Sign");
|
|
330
|
+
Object.defineProperty(exports, "Sign", { enumerable: true, get: function () { return __importDefault(Sign_1).default; } });
|
|
331
|
+
var SlotMachine_1 = require("./SlotMachine");
|
|
332
|
+
Object.defineProperty(exports, "SlotMachine", { enumerable: true, get: function () { return __importDefault(SlotMachine_1).default; } });
|
|
333
|
+
var SortDownSolid_1 = require("./SortDownSolid");
|
|
334
|
+
Object.defineProperty(exports, "SortDownSolid", { enumerable: true, get: function () { return __importDefault(SortDownSolid_1).default; } });
|
|
335
|
+
var SortDown_1 = require("./SortDown");
|
|
336
|
+
Object.defineProperty(exports, "SortDown", { enumerable: true, get: function () { return __importDefault(SortDown_1).default; } });
|
|
337
|
+
var SortUpSolid_1 = require("./SortUpSolid");
|
|
338
|
+
Object.defineProperty(exports, "SortUpSolid", { enumerable: true, get: function () { return __importDefault(SortUpSolid_1).default; } });
|
|
339
|
+
var SortUp_1 = require("./SortUp");
|
|
340
|
+
Object.defineProperty(exports, "SortUp", { enumerable: true, get: function () { return __importDefault(SortUp_1).default; } });
|
|
341
|
+
var Stop_1 = require("./Stop");
|
|
342
|
+
Object.defineProperty(exports, "Stop", { enumerable: true, get: function () { return __importDefault(Stop_1).default; } });
|
|
343
|
+
var Support_1 = require("./Support");
|
|
344
|
+
Object.defineProperty(exports, "Support", { enumerable: true, get: function () { return __importDefault(Support_1).default; } });
|
|
345
|
+
var Sync_1 = require("./Sync");
|
|
346
|
+
Object.defineProperty(exports, "Sync", { enumerable: true, get: function () { return __importDefault(Sync_1).default; } });
|
|
347
|
+
var Table_1 = require("./Table");
|
|
348
|
+
Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return __importDefault(Table_1).default; } });
|
|
349
|
+
var Tariffs_1 = require("./Tariffs");
|
|
350
|
+
Object.defineProperty(exports, "Tariffs", { enumerable: true, get: function () { return __importDefault(Tariffs_1).default; } });
|
|
351
|
+
var TgCircle_1 = require("./TgCircle");
|
|
352
|
+
Object.defineProperty(exports, "TgCircle", { enumerable: true, get: function () { return __importDefault(TgCircle_1).default; } });
|
|
353
|
+
var Tg_1 = require("./Tg");
|
|
354
|
+
Object.defineProperty(exports, "Tg", { enumerable: true, get: function () { return __importDefault(Tg_1).default; } });
|
|
355
|
+
var Timeout_1 = require("./Timeout");
|
|
356
|
+
Object.defineProperty(exports, "Timeout", { enumerable: true, get: function () { return __importDefault(Timeout_1).default; } });
|
|
357
|
+
var Timer_1 = require("./Timer");
|
|
358
|
+
Object.defineProperty(exports, "Timer", { enumerable: true, get: function () { return __importDefault(Timer_1).default; } });
|
|
359
|
+
var Trash_1 = require("./Trash");
|
|
360
|
+
Object.defineProperty(exports, "Trash", { enumerable: true, get: function () { return __importDefault(Trash_1).default; } });
|
|
361
|
+
var TurnOff_1 = require("./TurnOff");
|
|
362
|
+
Object.defineProperty(exports, "TurnOff", { enumerable: true, get: function () { return __importDefault(TurnOff_1).default; } });
|
|
363
|
+
var TwitterCircle_1 = require("./TwitterCircle");
|
|
364
|
+
Object.defineProperty(exports, "TwitterCircle", { enumerable: true, get: function () { return __importDefault(TwitterCircle_1).default; } });
|
|
365
|
+
var Twitter_1 = require("./Twitter");
|
|
366
|
+
Object.defineProperty(exports, "Twitter", { enumerable: true, get: function () { return __importDefault(Twitter_1).default; } });
|
|
367
|
+
var Underline_1 = require("./Underline");
|
|
368
|
+
Object.defineProperty(exports, "Underline", { enumerable: true, get: function () { return __importDefault(Underline_1).default; } });
|
|
369
|
+
var Unlink_1 = require("./Unlink");
|
|
370
|
+
Object.defineProperty(exports, "Unlink", { enumerable: true, get: function () { return __importDefault(Unlink_1).default; } });
|
|
371
|
+
var UnsortedSolid_1 = require("./UnsortedSolid");
|
|
372
|
+
Object.defineProperty(exports, "UnsortedSolid", { enumerable: true, get: function () { return __importDefault(UnsortedSolid_1).default; } });
|
|
373
|
+
var Unsorted_1 = require("./Unsorted");
|
|
374
|
+
Object.defineProperty(exports, "Unsorted", { enumerable: true, get: function () { return __importDefault(Unsorted_1).default; } });
|
|
375
|
+
var Upload_1 = require("./Upload");
|
|
376
|
+
Object.defineProperty(exports, "Upload", { enumerable: true, get: function () { return __importDefault(Upload_1).default; } });
|
|
377
|
+
var UserAdd_1 = require("./UserAdd");
|
|
378
|
+
Object.defineProperty(exports, "UserAdd", { enumerable: true, get: function () { return __importDefault(UserAdd_1).default; } });
|
|
379
|
+
var UserCard_1 = require("./UserCard");
|
|
380
|
+
Object.defineProperty(exports, "UserCard", { enumerable: true, get: function () { return __importDefault(UserCard_1).default; } });
|
|
381
|
+
var UserEdit_1 = require("./UserEdit");
|
|
382
|
+
Object.defineProperty(exports, "UserEdit", { enumerable: true, get: function () { return __importDefault(UserEdit_1).default; } });
|
|
383
|
+
var UserQueue_1 = require("./UserQueue");
|
|
384
|
+
Object.defineProperty(exports, "UserQueue", { enumerable: true, get: function () { return __importDefault(UserQueue_1).default; } });
|
|
385
|
+
var User_1 = require("./User");
|
|
386
|
+
Object.defineProperty(exports, "User", { enumerable: true, get: function () { return __importDefault(User_1).default; } });
|
|
387
|
+
var ViberCircle_1 = require("./ViberCircle");
|
|
388
|
+
Object.defineProperty(exports, "ViberCircle", { enumerable: true, get: function () { return __importDefault(ViberCircle_1).default; } });
|
|
389
|
+
var Viber_1 = require("./Viber");
|
|
390
|
+
Object.defineProperty(exports, "Viber", { enumerable: true, get: function () { return __importDefault(Viber_1).default; } });
|
|
391
|
+
var ViewGrid_1 = require("./ViewGrid");
|
|
392
|
+
Object.defineProperty(exports, "ViewGrid", { enumerable: true, get: function () { return __importDefault(ViewGrid_1).default; } });
|
|
393
|
+
var ViewHorizontal_1 = require("./ViewHorizontal");
|
|
394
|
+
Object.defineProperty(exports, "ViewHorizontal", { enumerable: true, get: function () { return __importDefault(ViewHorizontal_1).default; } });
|
|
395
|
+
var ViewList_1 = require("./ViewList");
|
|
396
|
+
Object.defineProperty(exports, "ViewList", { enumerable: true, get: function () { return __importDefault(ViewList_1).default; } });
|
|
397
|
+
var ViewRows_1 = require("./ViewRows");
|
|
398
|
+
Object.defineProperty(exports, "ViewRows", { enumerable: true, get: function () { return __importDefault(ViewRows_1).default; } });
|
|
399
|
+
var ViewVertical_1 = require("./ViewVertical");
|
|
400
|
+
Object.defineProperty(exports, "ViewVertical", { enumerable: true, get: function () { return __importDefault(ViewVertical_1).default; } });
|
|
401
|
+
var VkCircle_1 = require("./VkCircle");
|
|
402
|
+
Object.defineProperty(exports, "VkCircle", { enumerable: true, get: function () { return __importDefault(VkCircle_1).default; } });
|
|
403
|
+
var Vk_1 = require("./Vk");
|
|
404
|
+
Object.defineProperty(exports, "Vk", { enumerable: true, get: function () { return __importDefault(Vk_1).default; } });
|
|
405
|
+
var Wallet_1 = require("./Wallet");
|
|
406
|
+
Object.defineProperty(exports, "Wallet", { enumerable: true, get: function () { return __importDefault(Wallet_1).default; } });
|
|
407
|
+
var WarningClean_1 = require("./WarningClean");
|
|
408
|
+
Object.defineProperty(exports, "WarningClean", { enumerable: true, get: function () { return __importDefault(WarningClean_1).default; } });
|
|
409
|
+
var Warning_1 = require("./Warning");
|
|
410
|
+
Object.defineProperty(exports, "Warning", { enumerable: true, get: function () { return __importDefault(Warning_1).default; } });
|
|
411
|
+
var WhatsappCircle_1 = require("./WhatsappCircle");
|
|
412
|
+
Object.defineProperty(exports, "WhatsappCircle", { enumerable: true, get: function () { return __importDefault(WhatsappCircle_1).default; } });
|
|
413
|
+
var Whatsapp_1 = require("./Whatsapp");
|
|
414
|
+
Object.defineProperty(exports, "Whatsapp", { enumerable: true, get: function () { return __importDefault(Whatsapp_1).default; } });
|
|
415
|
+
var Wheelchair_1 = require("./Wheelchair");
|
|
416
|
+
Object.defineProperty(exports, "Wheelchair", { enumerable: true, get: function () { return __importDefault(Wheelchair_1).default; } });
|
|
417
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/SvgIcon/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as default from './icons';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/SvgIcon/index.ts"],"names":[],"mappings":";;;;AAAA,gEAAkC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Tooltip } from "./Tooltip";
|
|
2
|
+
import { Tabs } from "./Tabs";
|
|
3
|
+
import { Slider } from "./Slider";
|
|
4
|
+
import { Popover } from "./Popover";
|
|
5
|
+
import Logo from "./Logo";
|
|
6
|
+
import { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator } from "./Input-OTP";
|
|
7
|
+
import { BottonNavigation } from "./components/BottonNavigation";
|
|
8
|
+
import { Collapse } from "./Collapse";
|
|
9
|
+
import { Button } from "./Base/Buttons";
|
|
10
|
+
import { Input } from "./Base/Input";
|
|
11
|
+
import { Audio } from "./Audio";
|
|
12
|
+
import { cn } from "./@/lib/utils";
|
|
13
|
+
export { Tooltip, Tabs, Slider, Popover, Logo, InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator, Collapse, Button, Input, Audio, cn, };
|
|
14
|
+
export type { BottonNavigation };
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.cn = exports.Audio = exports.Input = exports.Button = exports.Collapse = exports.InputOTPSeparator = exports.InputOTPSlot = exports.InputOTPGroup = exports.InputOTP = exports.Logo = exports.Popover = exports.Slider = exports.Tabs = exports.Tooltip = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const Tooltip_1 = require("./Tooltip");
|
|
6
|
+
Object.defineProperty(exports, "Tooltip", { enumerable: true, get: function () { return Tooltip_1.Tooltip; } });
|
|
7
|
+
const Tabs_1 = require("./Tabs");
|
|
8
|
+
Object.defineProperty(exports, "Tabs", { enumerable: true, get: function () { return Tabs_1.Tabs; } });
|
|
9
|
+
const Slider_1 = require("./Slider");
|
|
10
|
+
Object.defineProperty(exports, "Slider", { enumerable: true, get: function () { return Slider_1.Slider; } });
|
|
11
|
+
const Popover_1 = require("./Popover");
|
|
12
|
+
Object.defineProperty(exports, "Popover", { enumerable: true, get: function () { return Popover_1.Popover; } });
|
|
13
|
+
const Logo_1 = (0, tslib_1.__importDefault)(require("./Logo"));
|
|
14
|
+
exports.Logo = Logo_1.default;
|
|
15
|
+
const Input_OTP_1 = require("./Input-OTP");
|
|
16
|
+
Object.defineProperty(exports, "InputOTP", { enumerable: true, get: function () { return Input_OTP_1.InputOTP; } });
|
|
17
|
+
Object.defineProperty(exports, "InputOTPGroup", { enumerable: true, get: function () { return Input_OTP_1.InputOTPGroup; } });
|
|
18
|
+
Object.defineProperty(exports, "InputOTPSlot", { enumerable: true, get: function () { return Input_OTP_1.InputOTPSlot; } });
|
|
19
|
+
Object.defineProperty(exports, "InputOTPSeparator", { enumerable: true, get: function () { return Input_OTP_1.InputOTPSeparator; } });
|
|
20
|
+
const Collapse_1 = require("./Collapse");
|
|
21
|
+
Object.defineProperty(exports, "Collapse", { enumerable: true, get: function () { return Collapse_1.Collapse; } });
|
|
22
|
+
const Buttons_1 = require("./Base/Buttons");
|
|
23
|
+
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Buttons_1.Button; } });
|
|
24
|
+
const Input_1 = require("./Base/Input");
|
|
25
|
+
Object.defineProperty(exports, "Input", { enumerable: true, get: function () { return Input_1.Input; } });
|
|
26
|
+
const Audio_1 = require("./Audio");
|
|
27
|
+
Object.defineProperty(exports, "Audio", { enumerable: true, get: function () { return Audio_1.Audio; } });
|
|
28
|
+
const utils_1 = require("./@/lib/utils");
|
|
29
|
+
Object.defineProperty(exports, "cn", { enumerable: true, get: function () { return utils_1.cn; } });
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,uCAAoC;AAcnC,wFAdQ,iBAAO,OAcR;AAbR,iCAA8B;AAc7B,qFAdQ,WAAI,OAcR;AAbL,qCAAkC;AAcjC,uFAdQ,eAAM,OAcR;AAbP,uCAAoC;AAcnC,wFAdQ,iBAAO,OAcR;AAbR,+DAA0B;AAczB,eAdM,cAAI,CAcN;AAbL,2CAAuF;AActF,yFAdQ,oBAAQ,OAcR;AACR,8FAfkB,yBAAa,OAelB;AACb,6FAhBiC,wBAAY,OAgBjC;AACZ,kGAjB+C,6BAAiB,OAiB/C;AAflB,yCAAsC;AAgBrC,yFAhBQ,mBAAQ,OAgBR;AAfT,4CAAwC;AAgBvC,uFAhBQ,gBAAM,OAgBR;AAfP,wCAAqC;AAgBpC,sFAhBQ,aAAK,OAgBR;AAfN,mCAAgC;AAgB/B,sFAhBQ,aAAK,OAgBR;AAfN,yCAAmC;AAgBlC,mFAhBQ,UAAE,OAgBR"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modul/mbui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3-beta-pv-52770-7d2f2b64",
|
|
4
4
|
"packageManager": "yarn@3.5.1",
|
|
5
|
-
"main": "
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"source": "./src/index.ts",
|
|
6
8
|
"scripts": {
|
|
9
|
+
"load-icons": "node scripts/icons/load-icons",
|
|
10
|
+
"icons": "yarn load-icons && svgr icons_sources",
|
|
11
|
+
"build": "tsc",
|
|
7
12
|
"build:demo": "webpack --config ./demo/webpack.config.js",
|
|
8
13
|
"dev:demo": "webpack serve --config ./demo/webpack.config.js --open",
|
|
9
14
|
"demo": "yarn dlx http-server demo/dist -so -c-1",
|
|
@@ -12,11 +17,29 @@
|
|
|
12
17
|
},
|
|
13
18
|
"lintConfig": "./.eslintrc.json",
|
|
14
19
|
"files": [
|
|
15
|
-
"src"
|
|
20
|
+
"src",
|
|
21
|
+
"dist"
|
|
16
22
|
],
|
|
17
23
|
"dependencies": {
|
|
24
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
|
25
|
+
"@radix-ui/react-collapsible": "1.1.0",
|
|
26
|
+
"@radix-ui/react-dropdown-menu": "2.1.1",
|
|
27
|
+
"@radix-ui/react-popover": "^1.1.1",
|
|
28
|
+
"@radix-ui/react-slider": "^1.2.0",
|
|
29
|
+
"@radix-ui/react-slot": "1.1.0",
|
|
30
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
|
31
|
+
"@radix-ui/react-tooltip": "^1.1.2",
|
|
32
|
+
"@types/lodash": "4.17.5",
|
|
33
|
+
"class-variance-authority": "^0.7.0",
|
|
34
|
+
"clsx": "^2.1.1",
|
|
35
|
+
"input-otp": "1.2.4",
|
|
36
|
+
"lodash": "4.17.5",
|
|
37
|
+
"lucide-react": "^0.400.0",
|
|
18
38
|
"react-datepicker": "4.16.0",
|
|
19
|
-
"react-imask": "7.1.3"
|
|
39
|
+
"react-imask": "7.1.3",
|
|
40
|
+
"tailwind-merge": "^2.3.0",
|
|
41
|
+
"tailwindcss": "^3.4.4",
|
|
42
|
+
"tailwindcss-animate": "^1.0.7"
|
|
20
43
|
},
|
|
21
44
|
"devDependencies": {
|
|
22
45
|
"@babel/core": "^7.9.0",
|
|
@@ -31,13 +54,16 @@
|
|
|
31
54
|
"@storybook/react": "^7.4.0",
|
|
32
55
|
"@storybook/react-webpack5": "^7.4.0",
|
|
33
56
|
"@storybook/testing-library": "^0.2.0",
|
|
34
|
-
"@
|
|
57
|
+
"@tailwindcss/forms": "^0.5.7",
|
|
58
|
+
"@types/node": "18.11.9",
|
|
35
59
|
"@types/react": "^18.2.6",
|
|
36
60
|
"@types/react-datepicker": "4.15.0",
|
|
37
61
|
"@types/react-dom": "^18.2.4",
|
|
38
62
|
"@typescript-eslint/eslint-plugin": "5.39.0",
|
|
39
63
|
"@typescript-eslint/parser": "5.39.0",
|
|
40
64
|
"@vitejs/plugin-react": "^4.0.0",
|
|
65
|
+
"autoprefixer": "10.4.19",
|
|
66
|
+
"axios": "1.7.2",
|
|
41
67
|
"babel": "^6.23.0",
|
|
42
68
|
"babel-loader": "^9.1.2",
|
|
43
69
|
"classnames": "^2.3.2",
|
|
@@ -45,6 +71,7 @@
|
|
|
45
71
|
"config": "3.3.9",
|
|
46
72
|
"copy-webpack-plugin": "^11.0.0",
|
|
47
73
|
"css-loader": "^6.8.1",
|
|
74
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
48
75
|
"date-fns": "^2.30.0",
|
|
49
76
|
"eslint": "8.25.0",
|
|
50
77
|
"eslint-config-prettier": "8.5.0",
|
|
@@ -56,6 +83,16 @@
|
|
|
56
83
|
"eslint-plugin-storybook": "^0.6.13",
|
|
57
84
|
"glob": "^10.2.4",
|
|
58
85
|
"html-webpack-plugin": "5.5.1",
|
|
86
|
+
"image-minimizer-webpack-plugin": "^4.0.2",
|
|
87
|
+
"imagemin": "^9.0.0",
|
|
88
|
+
"imagemin-gifsicle": "^7.0.0",
|
|
89
|
+
"imagemin-mozjpeg": "^10.0.0",
|
|
90
|
+
"imagemin-pngquant": "^10.0.0",
|
|
91
|
+
"imagemin-svgo": "^11.0.1",
|
|
92
|
+
"listr": "0.14.3",
|
|
93
|
+
"mini-css-extract-plugin": "^2.9.0",
|
|
94
|
+
"postcss": "^8.4.39",
|
|
95
|
+
"postcss-loader": "^8.1.1",
|
|
59
96
|
"prettier": "2.7.1",
|
|
60
97
|
"react": "18.2.0",
|
|
61
98
|
"react-dom": "^18.2.0",
|
|
@@ -63,9 +100,11 @@
|
|
|
63
100
|
"style-loader": "^3.3.3",
|
|
64
101
|
"stylus": "^0.59.0",
|
|
65
102
|
"stylus-loader": "^7.1.3",
|
|
103
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
66
104
|
"ts-loader": "^9.4.2",
|
|
67
105
|
"tslib": "^2.5.0",
|
|
68
|
-
"typescript": "4.
|
|
106
|
+
"typescript": "4.5.5",
|
|
107
|
+
"uglify-js": "^3.18.0",
|
|
69
108
|
"webpack": "^5.82.1",
|
|
70
109
|
"webpack-cli": "^5.1.1",
|
|
71
110
|
"webpack-dev-server": "4.15.1"
|