@modul/mbui 0.0.27-beta-webpack-559623b1 → 0.0.27-beta-webpack-305b06ab
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/Chip/Chip.d.ts +1 -1
- package/dist/Input-OTP/Input.d.ts +2 -2
- package/dist/{index.js → main.js} +3 -3
- package/package.json +3 -1
- package/src/@/config/button.ts +77 -0
- package/src/@/config/index.ts +97 -0
- package/src/@/config/label.ts +89 -0
- package/src/@/lib/utils.ts +7 -0
- package/src/Alert/Alert.tsx +81 -0
- package/src/Alert/index.ts +1 -0
- package/src/AlertDialog/AlertDialog.tsx +137 -0
- package/src/AlertDialog/index.ts +13 -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/Badge/Badge.tsx +58 -0
- package/src/Badge/index.ts +1 -0
- package/src/Base/Input/Base.tsx +37 -0
- package/src/Base/Input/Input.tsx +42 -0
- package/src/Base/Input/index.ts +3 -0
- package/src/Base/Input/types.ts +11 -0
- package/src/Base/Links/TextLink.tsx +16 -0
- package/src/Base/Links/index.ts +3 -0
- package/src/BottomNavigation/BottomNavigation.tsx +62 -0
- package/src/BottomNavigation/index.ts +1 -0
- package/src/Button/Button.tsx +124 -0
- package/src/Button/ButtonWidget.tsx +67 -0
- package/src/Button/index.ts +2 -0
- package/src/Calendar/Calendar.tsx +61 -0
- package/src/Calendar/index.ts +1 -0
- package/src/Chat/MessageTyping.tsx +61 -0
- package/src/Chat/index.ts +1 -0
- package/src/Checkbox/Checkbox.tsx +28 -0
- package/src/Checkbox/index.ts +1 -0
- package/src/Chip/Chip.tsx +55 -0
- package/src/Chip/index.ts +1 -0
- package/src/Collapsible/AccountCollapsible.tsx +79 -0
- package/src/Collapsible/Collapsible.tsx +13 -0
- package/src/Collapsible/index.ts +8 -0
- package/src/DatePicker/DatePicker.tsx +41 -0
- package/src/DatePicker/index.ts +1 -0
- package/src/DigitKeyPad/DigitKeyPad.tsx +69 -0
- package/src/DigitKeyPad/index.ts +1 -0
- package/src/Drawer/Drawer.tsx +89 -0
- package/src/Drawer/index.ts +7 -0
- package/src/FavoritePyments/FavoritePaymentsList.tsx +40 -0
- package/src/FavoritePyments/index.ts +1 -0
- package/src/Form/Form.tsx +154 -0
- package/src/Form/index.ts +1 -0
- package/src/Icon/SvgIcon.tsx +32 -0
- package/src/Icon/icons/AddList.tsx +19 -0
- package/src/Icon/icons/AlertCircle.tsx +18 -0
- package/src/Icon/icons/AlertCircleSolid.tsx +18 -0
- package/src/Icon/icons/AlertDiamond.tsx +18 -0
- package/src/Icon/icons/AlertDiamondSolid.tsx +18 -0
- package/src/Icon/icons/AlertShield.tsx +18 -0
- package/src/Icon/icons/Android.tsx +18 -0
- package/src/Icon/icons/Apple.tsx +18 -0
- package/src/Icon/icons/Archive.tsx +18 -0
- package/src/Icon/icons/ArrowCircle.tsx +18 -0
- package/src/Icon/icons/ArrowDown.tsx +18 -0
- package/src/Icon/icons/ArrowLeft.tsx +18 -0
- package/src/Icon/icons/ArrowRight.tsx +18 -0
- package/src/Icon/icons/ArrowUp.tsx +18 -0
- package/src/Icon/icons/ArrowUpCorner.tsx +18 -0
- package/src/Icon/icons/ArrowsChange.tsx +18 -0
- package/src/Icon/icons/Atm.tsx +18 -0
- package/src/Icon/icons/Attach.tsx +18 -0
- package/src/Icon/icons/Bank.tsx +18 -0
- package/src/Icon/icons/Bold.tsx +18 -0
- package/src/Icon/icons/Bonus.tsx +18 -0
- package/src/Icon/icons/Building.tsx +18 -0
- package/src/Icon/icons/Calendar.tsx +18 -0
- package/src/Icon/icons/CalendarCancel.tsx +18 -0
- package/src/Icon/icons/Call.tsx +18 -0
- package/src/Icon/icons/CallEnd.tsx +18 -0
- package/src/Icon/icons/CallMissed.tsx +18 -0
- package/src/Icon/icons/Callback.tsx +18 -0
- package/src/Icon/icons/Camera.tsx +18 -0
- package/src/Icon/icons/Cancel.tsx +18 -0
- package/src/Icon/icons/CancelSolid.tsx +18 -0
- package/src/Icon/icons/Card.tsx +18 -0
- package/src/Icon/icons/CardLock.tsx +18 -0
- package/src/Icon/icons/CardRefill.tsx +18 -0
- package/src/Icon/icons/CardReissue.tsx +18 -0
- package/src/Icon/icons/CardScan.tsx +18 -0
- package/src/Icon/icons/CardToCard.tsx +18 -0
- package/src/Icon/icons/CardUnlock.tsx +18 -0
- package/src/Icon/icons/Change.tsx +18 -0
- package/src/Icon/icons/Chart.tsx +18 -0
- package/src/Icon/icons/Chat.tsx +18 -0
- package/src/Icon/icons/ChatSolid.tsx +18 -0
- package/src/Icon/icons/Check.tsx +18 -0
- package/src/Icon/icons/CheckCircle.tsx +18 -0
- package/src/Icon/icons/CheckCircleSolid.tsx +18 -0
- package/src/Icon/icons/CheckShield.tsx +20 -0
- package/src/Icon/icons/CheckSmall.tsx +18 -0
- package/src/Icon/icons/Checklist.tsx +18 -0
- package/src/Icon/icons/Circle.tsx +18 -0
- package/src/Icon/icons/Clock.tsx +18 -0
- package/src/Icon/icons/ClockSolid.tsx +18 -0
- package/src/Icon/icons/Close.tsx +18 -0
- package/src/Icon/icons/Coins.tsx +18 -0
- package/src/Icon/icons/Collapse.tsx +18 -0
- package/src/Icon/icons/Copy.tsx +18 -0
- package/src/Icon/icons/Cup.tsx +18 -0
- package/src/Icon/icons/CurrencyChange.tsx +18 -0
- package/src/Icon/icons/CurrencyTransfer.tsx +18 -0
- package/src/Icon/icons/Deposit.tsx +18 -0
- package/src/Icon/icons/Diamond.tsx +18 -0
- package/src/Icon/icons/Dislike.tsx +18 -0
- package/src/Icon/icons/DislikeSolid.tsx +18 -0
- package/src/Icon/icons/Doc.tsx +18 -0
- package/src/Icon/icons/DocCancel.tsx +18 -0
- package/src/Icon/icons/Dollar.tsx +18 -0
- package/src/Icon/icons/DoubleArrow.tsx +18 -0
- package/src/Icon/icons/DoubleTick.tsx +18 -0
- package/src/Icon/icons/Download.tsx +18 -0
- package/src/Icon/icons/Dropdown.tsx +18 -0
- package/src/Icon/icons/DropdownSmall.tsx +20 -0
- package/src/Icon/icons/DropdownSmallOld.tsx +20 -0
- package/src/Icon/icons/Dropup.tsx +18 -0
- package/src/Icon/icons/Edit.tsx +18 -0
- package/src/Icon/icons/Email.tsx +18 -0
- package/src/Icon/icons/Erase.tsx +16 -0
- package/src/Icon/icons/Excel.tsx +18 -0
- package/src/Icon/icons/Expand.tsx +18 -0
- package/src/Icon/icons/Eye.tsx +18 -0
- package/src/Icon/icons/EyeOff.tsx +18 -0
- package/src/Icon/icons/Favorite.tsx +18 -0
- package/src/Icon/icons/FavoriteSolid.tsx +18 -0
- package/src/Icon/icons/Fb.tsx +18 -0
- package/src/Icon/icons/FbCircle.tsx +18 -0
- package/src/Icon/icons/File.tsx +18 -0
- package/src/Icon/icons/FileAdd.tsx +18 -0
- package/src/Icon/icons/Files.tsx +18 -0
- package/src/Icon/icons/Filter.tsx +18 -0
- package/src/Icon/icons/Folder.tsx +18 -0
- package/src/Icon/icons/Geolocation.tsx +18 -0
- package/src/Icon/icons/Gift.tsx +18 -0
- package/src/Icon/icons/Globe.tsx +18 -0
- package/src/Icon/icons/Heart.tsx +18 -0
- package/src/Icon/icons/HeartSolid.tsx +18 -0
- package/src/Icon/icons/Help.tsx +18 -0
- package/src/Icon/icons/Home.tsx +18 -0
- package/src/Icon/icons/Housing.tsx +18 -0
- package/src/Icon/icons/Ig.tsx +18 -0
- package/src/Icon/icons/IgCircle.tsx +18 -0
- package/src/Icon/icons/Info.tsx +18 -0
- package/src/Icon/icons/InfoBook.tsx +18 -0
- package/src/Icon/icons/InfoSolid.tsx +18 -0
- package/src/Icon/icons/Italic.tsx +18 -0
- package/src/Icon/icons/Key.tsx +18 -0
- package/src/Icon/icons/Left.tsx +18 -0
- package/src/Icon/icons/Lightbulb.tsx +18 -0
- package/src/Icon/icons/Like.tsx +18 -0
- package/src/Icon/icons/LikeSolid.tsx +18 -0
- package/src/Icon/icons/Link.tsx +18 -0
- package/src/Icon/icons/Lock.tsx +18 -0
- package/src/Icon/icons/Logout.tsx +18 -0
- package/src/Icon/icons/MagicWand.tsx +18 -0
- package/src/Icon/icons/Mail.tsx +18 -0
- package/src/Icon/icons/MailSend.tsx +18 -0
- package/src/Icon/icons/Map.tsx +18 -0
- package/src/Icon/icons/MapPin.tsx +18 -0
- package/src/Icon/icons/MapPinSolid.tsx +18 -0
- package/src/Icon/icons/Menu.tsx +18 -0
- package/src/Icon/icons/Mic.tsx +18 -0
- package/src/Icon/icons/MicOff.tsx +18 -0
- package/src/Icon/icons/Minus.tsx +18 -0
- package/src/Icon/icons/MinusCircle.tsx +18 -0
- package/src/Icon/icons/MinusShort.tsx +18 -0
- package/src/Icon/icons/Moneybox.tsx +18 -0
- package/src/Icon/icons/More.tsx +18 -0
- package/src/Icon/icons/Move.tsx +18 -0
- package/src/Icon/icons/Newbie.tsx +20 -0
- package/src/Icon/icons/News.tsx +18 -0
- package/src/Icon/icons/Notes.tsx +18 -0
- package/src/Icon/icons/Notification.tsx +18 -0
- package/src/Icon/icons/Ok.tsx +18 -0
- package/src/Icon/icons/OkCircle.tsx +18 -0
- package/src/Icon/icons/Order.tsx +18 -0
- package/src/Icon/icons/OrderLoad.tsx +18 -0
- package/src/Icon/icons/OrderSend.tsx +18 -0
- package/src/Icon/icons/Pause.tsx +18 -0
- package/src/Icon/icons/PauseCircle.tsx +18 -0
- package/src/Icon/icons/Payment.tsx +18 -0
- package/src/Icon/icons/PhoneShake.tsx +18 -0
- package/src/Icon/icons/Play.tsx +18 -0
- package/src/Icon/icons/PlaySolid.tsx +18 -0
- package/src/Icon/icons/Plus.tsx +18 -0
- package/src/Icon/icons/PlusCircle.tsx +18 -0
- package/src/Icon/icons/Pos.tsx +18 -0
- package/src/Icon/icons/Print.tsx +18 -0
- package/src/Icon/icons/QrPay.tsx +18 -0
- package/src/Icon/icons/Redirect.tsx +18 -0
- package/src/Icon/icons/Refill.tsx +18 -0
- package/src/Icon/icons/Refund.tsx +18 -0
- package/src/Icon/icons/Reload.tsx +19 -0
- package/src/Icon/icons/Reply.tsx +18 -0
- package/src/Icon/icons/ReplyShape.tsx +18 -0
- package/src/Icon/icons/ReplyShapeSolid.tsx +18 -0
- package/src/Icon/icons/Request.tsx +18 -0
- package/src/Icon/icons/Right.tsx +18 -0
- package/src/Icon/icons/Route.tsx +18 -0
- package/src/Icon/icons/Ruble.tsx +18 -0
- package/src/Icon/icons/Sbp.tsx +18 -0
- package/src/Icon/icons/SbpColored.tsx +46 -0
- package/src/Icon/icons/Search.tsx +18 -0
- package/src/Icon/icons/Send.tsx +18 -0
- package/src/Icon/icons/Services.tsx +17 -0
- package/src/Icon/icons/Settings.tsx +17 -0
- package/src/Icon/icons/Share.tsx +18 -0
- package/src/Icon/icons/ShoppingCart.tsx +18 -0
- package/src/Icon/icons/Sign.tsx +18 -0
- package/src/Icon/icons/SlotMachine.tsx +18 -0
- package/src/Icon/icons/SortDown.tsx +18 -0
- package/src/Icon/icons/SortDownSolid.tsx +18 -0
- package/src/Icon/icons/SortUp.tsx +18 -0
- package/src/Icon/icons/SortUpSolid.tsx +18 -0
- package/src/Icon/icons/Stop.tsx +18 -0
- package/src/Icon/icons/Support.tsx +18 -0
- package/src/Icon/icons/Sync.tsx +18 -0
- package/src/Icon/icons/Table.tsx +18 -0
- package/src/Icon/icons/Tariffs.tsx +19 -0
- package/src/Icon/icons/Tg.tsx +18 -0
- package/src/Icon/icons/TgCircle.tsx +18 -0
- package/src/Icon/icons/Timeout.tsx +18 -0
- package/src/Icon/icons/Timer.tsx +18 -0
- package/src/Icon/icons/Transfer.tsx +17 -0
- package/src/Icon/icons/Trash.tsx +18 -0
- package/src/Icon/icons/TurnOff.tsx +18 -0
- package/src/Icon/icons/Twitter.tsx +18 -0
- package/src/Icon/icons/TwitterCircle.tsx +18 -0
- package/src/Icon/icons/Underline.tsx +18 -0
- package/src/Icon/icons/Unlink.tsx +18 -0
- package/src/Icon/icons/Unsorted.tsx +18 -0
- package/src/Icon/icons/UnsortedSolid.tsx +18 -0
- package/src/Icon/icons/Upload.tsx +18 -0
- package/src/Icon/icons/User.tsx +18 -0
- package/src/Icon/icons/UserAdd.tsx +18 -0
- package/src/Icon/icons/UserCard.tsx +18 -0
- package/src/Icon/icons/UserEdit.tsx +18 -0
- package/src/Icon/icons/UserQueue.tsx +18 -0
- package/src/Icon/icons/Viber.tsx +18 -0
- package/src/Icon/icons/ViberCircle.tsx +18 -0
- package/src/Icon/icons/ViewGrid.tsx +18 -0
- package/src/Icon/icons/ViewHorizontal.tsx +18 -0
- package/src/Icon/icons/ViewList.tsx +18 -0
- package/src/Icon/icons/ViewRows.tsx +18 -0
- package/src/Icon/icons/ViewVertical.tsx +18 -0
- package/src/Icon/icons/Vk.tsx +18 -0
- package/src/Icon/icons/VkCircle.tsx +18 -0
- package/src/Icon/icons/Wallet.tsx +17 -0
- package/src/Icon/icons/Warning.tsx +18 -0
- package/src/Icon/icons/WarningClean.tsx +18 -0
- package/src/Icon/icons/Whatsapp.tsx +18 -0
- package/src/Icon/icons/WhatsappCircle.tsx +18 -0
- package/src/Icon/icons/Wheelchair.tsx +18 -0
- package/src/Icon/icons/index.ts +209 -0
- package/src/Icon/index.ts +2 -0
- package/src/Input/Input.tsx +35 -0
- package/src/Input/InputMask.tsx +36 -0
- package/src/Input/index.ts +2 -0
- package/src/Input-OTP/Input.tsx +64 -0
- package/src/Input-OTP/index.ts +3 -0
- package/src/Label/Label.tsx +20 -0
- package/src/Label/index.ts +1 -0
- package/src/Logo/Logo.tsx +22 -0
- package/src/Logo/index.ts +3 -0
- package/src/Navbar/Navbar.tsx +21 -0
- package/src/Navbar/index.tsx +2 -0
- package/src/Page/Page.tsx +43 -0
- package/src/Page/index.ts +1 -0
- package/src/Popover/Popover.tsx +64 -0
- package/src/Popover/index.ts +5 -0
- package/src/Progress/Progress.tsx +31 -0
- package/src/Progress/index.ts +1 -0
- package/src/Select/Select.tsx +19 -0
- package/src/Select/SelectAccount.tsx +101 -0
- package/src/Select/SelectAccountCard.tsx +146 -0
- package/src/Select/SelectAsync.tsx +28 -0
- package/src/Select/SelectBase.tsx +54 -0
- package/src/Select/components/components.tsx +186 -0
- package/src/Select/components/index.tsx +15 -0
- package/src/Select/index.ts +5 -0
- package/src/Skeleton/Skeleton.tsx +25 -0
- package/src/Skeleton/index.ts +1 -0
- package/src/Slider/Slider.tsx +38 -0
- package/src/Slider/index.ts +4 -0
- package/src/Swipe2Show/Swipe2Show.tsx +71 -0
- package/src/Swipe2Show/index.ts +1 -0
- package/src/Switch/Switch.tsx +59 -0
- package/src/Switch/index.ts +1 -0
- package/src/Tabs/Tabs.tsx +106 -0
- package/src/Tabs/index.ts +1 -0
- package/src/Textarea/Textarea.tsx +35 -0
- package/src/Textarea/index.ts +1 -0
- package/src/Toaster/Toaster.tsx +71 -0
- package/src/Toaster/index.ts +1 -0
- package/src/assets/css/global.css +209 -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/1c.svg +1 -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/assets/images/logo/sbp-logo.svg +1 -0
- package/src/assets/images/statusbar.svg +1 -0
- package/src/index.ts +134 -0
- package/src/pages/payments/SmsSign/sms-sign.tsx +91 -0
- package/dist/@/config/button.d.ts +0 -78
- package/dist/@/config/index.d.ts +0 -223
- package/dist/@/config/index.js +0 -1
- package/dist/@/config/label.d.ts +0 -90
- package/dist/Alert/index.js +0 -1
- package/dist/AlertDialog/index.js +0 -21
- package/dist/Audio/index.js +0 -11
- package/dist/Badge/index.js +0 -1
- package/dist/Base/Input/Base.d.ts +0 -4
- package/dist/Base/Input/Input.d.ts +0 -4
- package/dist/Base/Input/index.d.ts +0 -2
- package/dist/Base/Input/index.js +0 -1
- package/dist/Base/Input/types.d.ts +0 -9
- package/dist/Base/Links/TextLink.d.ts +0 -4
- package/dist/Base/Links/index.d.ts +0 -2
- package/dist/Base/Links/index.js +0 -1
- package/dist/BottomNavigation/index.js +0 -11
- package/dist/Button/index.js +0 -11
- package/dist/Calendar/index.js +0 -1
- package/dist/Chat/index.js +0 -1
- package/dist/Checkbox/index.js +0 -11
- package/dist/Chip/index.js +0 -11
- package/dist/Collapsible/index.js +0 -11
- package/dist/DatePicker/index.js +0 -11
- package/dist/DigitKeyPad/index.js +0 -1
- package/dist/Drawer/index.js +0 -15
- package/dist/FavoritePyments/index.js +0 -1
- package/dist/Form/index.js +0 -11
- package/dist/Icon/icons/index.js +0 -1
- package/dist/Icon/index.js +0 -1
- package/dist/Input/index.js +0 -1
- package/dist/Input-OTP/index.js +0 -20
- package/dist/Label/index.js +0 -11
- package/dist/Logo/index.js +0 -1
- package/dist/Navbar/Navbar.d.ts +0 -6
- package/dist/Navbar/index.d.ts +0 -1
- package/dist/Navbar/index.js +0 -1
- package/dist/Page/index.js +0 -1
- package/dist/Popover/index.js +0 -11
- package/dist/Progress/index.js +0 -16
- package/dist/Select/components/index.js +0 -10
- package/dist/Select/index.js +0 -10
- package/dist/Skeleton/index.js +0 -1
- package/dist/Slider/index.js +0 -11
- package/dist/Swipe2Show/index.js +0 -1
- package/dist/Switch/index.js +0 -11
- package/dist/Tabs/index.js +0 -11
- package/dist/Textarea/index.js +0 -1
- package/dist/Toaster/index.js +0 -2
package/src/index.ts
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { Tabs } from './Tabs'
|
|
2
|
+
import { Slider } from './Slider'
|
|
3
|
+
import { Popover } from './Popover'
|
|
4
|
+
import Logo from './Logo'
|
|
5
|
+
import { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator } from './Input-OTP'
|
|
6
|
+
import {
|
|
7
|
+
BottomNavigation,
|
|
8
|
+
BottomNavigationList,
|
|
9
|
+
BottomNavigationListItem,
|
|
10
|
+
BottomNavigationLink,
|
|
11
|
+
} from './BottomNavigation'
|
|
12
|
+
import * as Icon from './Icon'
|
|
13
|
+
import { Collapsible, CollapsibleTrigger, CollapsibleContent } from './Collapsible'
|
|
14
|
+
import {
|
|
15
|
+
AccountCollapsible,
|
|
16
|
+
AccountCollapsibleHeader,
|
|
17
|
+
AccountCollapsibleTrigger,
|
|
18
|
+
AccountCollapsibleContent,
|
|
19
|
+
AccountCollapsibleContentItem,
|
|
20
|
+
} from './Collapsible'
|
|
21
|
+
import { Button, buttonVariants, ButtonWidget } from './Button'
|
|
22
|
+
import { Audio } from './Audio'
|
|
23
|
+
import { cn } from './@/lib/utils'
|
|
24
|
+
import { Drawer, DrawerTrigger, DrawerClose, DrawerContent, DrawerTitle } from './Drawer'
|
|
25
|
+
import { Page } from './Page'
|
|
26
|
+
import { Chip } from './Chip'
|
|
27
|
+
import { InputField, InputLabel, InputMask } from './Input'
|
|
28
|
+
import { Alert } from './Alert'
|
|
29
|
+
import { Switch } from './Switch'
|
|
30
|
+
import { Label } from './Label'
|
|
31
|
+
import { Textarea } from './Textarea'
|
|
32
|
+
import { SelectAccountCard, SelectAsync, SelectAccount, Select } from './Select'
|
|
33
|
+
import { Form, FormLabel, FormField, FormItem, FormControl, FormDescription, FormMessage } from './Form'
|
|
34
|
+
import { Calendar } from './Calendar'
|
|
35
|
+
import { DatePicker } from './DatePicker'
|
|
36
|
+
import { Progress } from './Progress'
|
|
37
|
+
import {
|
|
38
|
+
AlertDialog,
|
|
39
|
+
AlertDialogTrigger,
|
|
40
|
+
AlertDialogContent,
|
|
41
|
+
AlertDialogHeader,
|
|
42
|
+
AlertDialogFooter,
|
|
43
|
+
AlertDialogTitle,
|
|
44
|
+
AlertDialogDescription,
|
|
45
|
+
AlertDialogAction,
|
|
46
|
+
AlertDialogCancel,
|
|
47
|
+
} from './AlertDialog'
|
|
48
|
+
import { MessageTyping } from "./Chat"
|
|
49
|
+
import { FavoritePaymentsList, FavoritePaymentsItem, FarvoritePaymentDescription, farvoriteLinkClasses } from './FavoritePyments'
|
|
50
|
+
import { DigitKeyPad } from "./DigitKeyPad"
|
|
51
|
+
import { Badge, badgeVariants } from './Badge'
|
|
52
|
+
import { Toaster, toast } from './Toaster'
|
|
53
|
+
import { Checkbox } from './Checkbox'
|
|
54
|
+
import { Swipe2Show } from './Swipe2Show'
|
|
55
|
+
import { Skeleton } from './Skeleton'
|
|
56
|
+
|
|
57
|
+
export {
|
|
58
|
+
Tabs,
|
|
59
|
+
Slider,
|
|
60
|
+
Popover,
|
|
61
|
+
Logo,
|
|
62
|
+
InputOTP,
|
|
63
|
+
InputOTPGroup,
|
|
64
|
+
InputOTPSlot,
|
|
65
|
+
InputOTPSeparator,
|
|
66
|
+
Collapsible,
|
|
67
|
+
CollapsibleTrigger,
|
|
68
|
+
CollapsibleContent,
|
|
69
|
+
AccountCollapsible,
|
|
70
|
+
AccountCollapsibleHeader,
|
|
71
|
+
AccountCollapsibleTrigger,
|
|
72
|
+
AccountCollapsibleContent,
|
|
73
|
+
AccountCollapsibleContentItem,
|
|
74
|
+
Button,
|
|
75
|
+
buttonVariants,
|
|
76
|
+
InputField,
|
|
77
|
+
InputLabel,
|
|
78
|
+
Audio,
|
|
79
|
+
cn,
|
|
80
|
+
Icon,
|
|
81
|
+
Drawer,
|
|
82
|
+
DrawerTrigger,
|
|
83
|
+
DrawerTitle,
|
|
84
|
+
DrawerClose,
|
|
85
|
+
DrawerContent,
|
|
86
|
+
BottomNavigation,
|
|
87
|
+
BottomNavigationList,
|
|
88
|
+
BottomNavigationListItem,
|
|
89
|
+
BottomNavigationLink,
|
|
90
|
+
Page,
|
|
91
|
+
Chip,
|
|
92
|
+
Progress,
|
|
93
|
+
Alert,
|
|
94
|
+
Switch,
|
|
95
|
+
Label,
|
|
96
|
+
Textarea,
|
|
97
|
+
SelectAccountCard,
|
|
98
|
+
SelectAccount,
|
|
99
|
+
SelectAsync,
|
|
100
|
+
Select,
|
|
101
|
+
Form,
|
|
102
|
+
FormLabel,
|
|
103
|
+
FormField,
|
|
104
|
+
FormItem,
|
|
105
|
+
FormControl,
|
|
106
|
+
FormDescription,
|
|
107
|
+
FormMessage,
|
|
108
|
+
Calendar,
|
|
109
|
+
DatePicker,
|
|
110
|
+
InputMask,
|
|
111
|
+
AlertDialog,
|
|
112
|
+
AlertDialogTrigger,
|
|
113
|
+
AlertDialogContent,
|
|
114
|
+
AlertDialogHeader,
|
|
115
|
+
AlertDialogFooter,
|
|
116
|
+
AlertDialogTitle,
|
|
117
|
+
AlertDialogDescription,
|
|
118
|
+
AlertDialogAction,
|
|
119
|
+
AlertDialogCancel,
|
|
120
|
+
MessageTyping,
|
|
121
|
+
FavoritePaymentsList,
|
|
122
|
+
FavoritePaymentsItem,
|
|
123
|
+
FarvoritePaymentDescription,
|
|
124
|
+
farvoriteLinkClasses,
|
|
125
|
+
Badge,
|
|
126
|
+
badgeVariants,
|
|
127
|
+
DigitKeyPad,
|
|
128
|
+
ButtonWidget,
|
|
129
|
+
Toaster,
|
|
130
|
+
toast,
|
|
131
|
+
Checkbox,
|
|
132
|
+
Swipe2Show,
|
|
133
|
+
Skeleton,
|
|
134
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import React, { useState } from 'react'
|
|
2
|
+
import {
|
|
3
|
+
Alert,
|
|
4
|
+
Button,
|
|
5
|
+
cn,
|
|
6
|
+
Drawer,
|
|
7
|
+
DrawerContent,
|
|
8
|
+
DrawerTitle,
|
|
9
|
+
DrawerTrigger,
|
|
10
|
+
InputOTP,
|
|
11
|
+
InputOTPGroup,
|
|
12
|
+
InputOTPSlot,
|
|
13
|
+
Page,
|
|
14
|
+
} from '../../..'
|
|
15
|
+
import { Close } from '../../../Icon'
|
|
16
|
+
|
|
17
|
+
const InputSMS: React.FC = (props) => (
|
|
18
|
+
<InputOTP
|
|
19
|
+
maxLength={5}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<InputOTPGroup className="gap-[10px] mx-auto">
|
|
23
|
+
<InputOTPSlot
|
|
24
|
+
index={0}
|
|
25
|
+
className="font-bold text-[40px] leading-[1.1]"
|
|
26
|
+
/>
|
|
27
|
+
<InputOTPSlot
|
|
28
|
+
className="font-bold text-[40px] leading-[1.1]"
|
|
29
|
+
index={1}
|
|
30
|
+
/>
|
|
31
|
+
<InputOTPSlot
|
|
32
|
+
className="font-bold text-[40px] leading-[1.1]"
|
|
33
|
+
index={2}
|
|
34
|
+
/>
|
|
35
|
+
<InputOTPSlot
|
|
36
|
+
className="font-bold text-[40px] leading-[1.1]"
|
|
37
|
+
index={3}
|
|
38
|
+
/>
|
|
39
|
+
<InputOTPSlot
|
|
40
|
+
className="font-bold text-[40px] leading-[1.1]"
|
|
41
|
+
index={4}
|
|
42
|
+
/>
|
|
43
|
+
</InputOTPGroup>
|
|
44
|
+
</InputOTP>
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
export const smsSignPage = () => {
|
|
48
|
+
const [snap, setSnap] = useState<number | string | null>('148px')
|
|
49
|
+
return (
|
|
50
|
+
<Page>
|
|
51
|
+
<Page.Navbar>
|
|
52
|
+
<a
|
|
53
|
+
href=""
|
|
54
|
+
className="ml-auto"
|
|
55
|
+
>
|
|
56
|
+
<Close className="text-primary" />
|
|
57
|
+
</a>
|
|
58
|
+
</Page.Navbar>
|
|
59
|
+
<Page.Content className='flex flex-col'>
|
|
60
|
+
<h1 className="mt-[32px] mb-[16px] font-medium text-[20px] text-center leading-[1.2]">
|
|
61
|
+
Введите код из сообщения
|
|
62
|
+
<br />
|
|
63
|
+
<span className="font-normal text-[16px] leading-[1.3]">Код отправлен на +7 960 888 00-00</span>
|
|
64
|
+
</h1>
|
|
65
|
+
|
|
66
|
+
<form className='flex flex-col grow'>
|
|
67
|
+
<div
|
|
68
|
+
className="relative mb-[8px] h-[24px] text-center text-critical"
|
|
69
|
+
role="alert"
|
|
70
|
+
>
|
|
71
|
+
{true && <span>Введен неверный ПИН-код</span>}
|
|
72
|
+
</div>
|
|
73
|
+
<InputSMS />
|
|
74
|
+
<p className="mt-[32px] text-[12px] text-center text-light leading-[1.16]">
|
|
75
|
+
Выслать код повторно через{' '}
|
|
76
|
+
<span
|
|
77
|
+
role="timer"
|
|
78
|
+
aria-live="polite"
|
|
79
|
+
aria-atomic="true"
|
|
80
|
+
>
|
|
81
|
+
1 минуту 16 секунд
|
|
82
|
+
</span>
|
|
83
|
+
</p>
|
|
84
|
+
<div className='mt-auto'>
|
|
85
|
+
<Button className='mt-[32px] w-full'>Подтвердить</Button>
|
|
86
|
+
</div>
|
|
87
|
+
</form>
|
|
88
|
+
</Page.Content>
|
|
89
|
+
</Page>
|
|
90
|
+
)
|
|
91
|
+
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
textColor: {
|
|
3
|
-
btn: {
|
|
4
|
-
primary: {
|
|
5
|
-
DEFAULT: string;
|
|
6
|
-
};
|
|
7
|
-
secondary: {
|
|
8
|
-
DEFAULT: string;
|
|
9
|
-
disabled: string;
|
|
10
|
-
};
|
|
11
|
-
ghost: {
|
|
12
|
-
DEFAULT: string;
|
|
13
|
-
hover: string;
|
|
14
|
-
focus: string;
|
|
15
|
-
active: string;
|
|
16
|
-
disabled: string;
|
|
17
|
-
};
|
|
18
|
-
outline: {
|
|
19
|
-
DEFAULT: string;
|
|
20
|
-
disabled: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
backgroundColor: {
|
|
25
|
-
btn: {
|
|
26
|
-
primary: {
|
|
27
|
-
DEFAULT: string;
|
|
28
|
-
hover: string;
|
|
29
|
-
focus: string;
|
|
30
|
-
active: string;
|
|
31
|
-
disabled: string;
|
|
32
|
-
};
|
|
33
|
-
secondary: {
|
|
34
|
-
DEFAULT: string;
|
|
35
|
-
hover: string;
|
|
36
|
-
focus: string;
|
|
37
|
-
active: string;
|
|
38
|
-
};
|
|
39
|
-
ghost: {
|
|
40
|
-
DEFAULT: string;
|
|
41
|
-
hover: string;
|
|
42
|
-
focus: string;
|
|
43
|
-
active: string;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
borderColor: {
|
|
48
|
-
btn: {
|
|
49
|
-
primary: {
|
|
50
|
-
DEFAULT: string;
|
|
51
|
-
hover: string;
|
|
52
|
-
focus: string;
|
|
53
|
-
active: string;
|
|
54
|
-
disabled: string;
|
|
55
|
-
};
|
|
56
|
-
secondary: {
|
|
57
|
-
DEFAULT: string;
|
|
58
|
-
hover: string;
|
|
59
|
-
focus: string;
|
|
60
|
-
active: string;
|
|
61
|
-
};
|
|
62
|
-
ghost: {
|
|
63
|
-
DEFAULT: string;
|
|
64
|
-
hover: string;
|
|
65
|
-
focus: string;
|
|
66
|
-
active: string;
|
|
67
|
-
};
|
|
68
|
-
outline: {
|
|
69
|
-
DEFAULT: string;
|
|
70
|
-
hover: string;
|
|
71
|
-
focus: string;
|
|
72
|
-
active: string;
|
|
73
|
-
disabled: string;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
export default _default;
|
package/dist/@/config/index.d.ts
DELETED
|
@@ -1,223 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
container: {
|
|
3
|
-
center: boolean;
|
|
4
|
-
};
|
|
5
|
-
screens: {
|
|
6
|
-
sm: string;
|
|
7
|
-
};
|
|
8
|
-
extend: {
|
|
9
|
-
colors: {
|
|
10
|
-
light: string;
|
|
11
|
-
dark: string;
|
|
12
|
-
primary: {
|
|
13
|
-
DEFAULT: string;
|
|
14
|
-
light: {
|
|
15
|
-
DEFAULT: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
success: {
|
|
19
|
-
DEFAULT: string;
|
|
20
|
-
light: string;
|
|
21
|
-
};
|
|
22
|
-
secondary: {
|
|
23
|
-
DEFAULT: string;
|
|
24
|
-
};
|
|
25
|
-
warning: {
|
|
26
|
-
DEFAULT: string;
|
|
27
|
-
light: string;
|
|
28
|
-
};
|
|
29
|
-
critical: {
|
|
30
|
-
DEFAULT: string;
|
|
31
|
-
light: string;
|
|
32
|
-
};
|
|
33
|
-
disabled: string;
|
|
34
|
-
transparent: string;
|
|
35
|
-
current: string;
|
|
36
|
-
};
|
|
37
|
-
textColor: {
|
|
38
|
-
label: {
|
|
39
|
-
primary: {
|
|
40
|
-
DEFAULT: string;
|
|
41
|
-
outline: {
|
|
42
|
-
DEFAULT: string;
|
|
43
|
-
hover: string;
|
|
44
|
-
focus: string;
|
|
45
|
-
active: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
secondary: string;
|
|
49
|
-
success: string;
|
|
50
|
-
ghost: string;
|
|
51
|
-
outline: {
|
|
52
|
-
DEFAULT: string;
|
|
53
|
-
hover: string;
|
|
54
|
-
focus: string;
|
|
55
|
-
active: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
btn: {
|
|
59
|
-
primary: {
|
|
60
|
-
DEFAULT: string;
|
|
61
|
-
};
|
|
62
|
-
secondary: {
|
|
63
|
-
DEFAULT: string;
|
|
64
|
-
disabled: string;
|
|
65
|
-
};
|
|
66
|
-
ghost: {
|
|
67
|
-
DEFAULT: string;
|
|
68
|
-
hover: string;
|
|
69
|
-
focus: string;
|
|
70
|
-
active: string;
|
|
71
|
-
disabled: string;
|
|
72
|
-
};
|
|
73
|
-
outline: {
|
|
74
|
-
DEFAULT: string;
|
|
75
|
-
disabled: string;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
backgroundColor: {
|
|
80
|
-
label: {
|
|
81
|
-
primary: {
|
|
82
|
-
DEFAULT: string;
|
|
83
|
-
hover: string;
|
|
84
|
-
focus: string;
|
|
85
|
-
active: string;
|
|
86
|
-
};
|
|
87
|
-
secondary: {
|
|
88
|
-
DEFAULT: string;
|
|
89
|
-
hover: string;
|
|
90
|
-
focus: string;
|
|
91
|
-
active: string;
|
|
92
|
-
};
|
|
93
|
-
success: {
|
|
94
|
-
DEFAULT: string;
|
|
95
|
-
hover: string;
|
|
96
|
-
focus: string;
|
|
97
|
-
active: string;
|
|
98
|
-
};
|
|
99
|
-
ghost: {
|
|
100
|
-
DEFAULT: string;
|
|
101
|
-
hover: string;
|
|
102
|
-
focus: string;
|
|
103
|
-
active: string;
|
|
104
|
-
};
|
|
105
|
-
};
|
|
106
|
-
btn: {
|
|
107
|
-
primary: {
|
|
108
|
-
DEFAULT: string;
|
|
109
|
-
hover: string;
|
|
110
|
-
focus: string;
|
|
111
|
-
active: string;
|
|
112
|
-
disabled: string;
|
|
113
|
-
};
|
|
114
|
-
secondary: {
|
|
115
|
-
DEFAULT: string;
|
|
116
|
-
hover: string;
|
|
117
|
-
focus: string;
|
|
118
|
-
active: string;
|
|
119
|
-
};
|
|
120
|
-
ghost: {
|
|
121
|
-
DEFAULT: string;
|
|
122
|
-
hover: string;
|
|
123
|
-
focus: string;
|
|
124
|
-
active: string;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
page: string;
|
|
128
|
-
light: string;
|
|
129
|
-
dialog: string;
|
|
130
|
-
};
|
|
131
|
-
dropShadow: {
|
|
132
|
-
sm: string;
|
|
133
|
-
md: string;
|
|
134
|
-
lg: string;
|
|
135
|
-
};
|
|
136
|
-
boxShadow: {
|
|
137
|
-
sm: string;
|
|
138
|
-
md: string;
|
|
139
|
-
lg: string;
|
|
140
|
-
};
|
|
141
|
-
borderColor: {
|
|
142
|
-
btn: {
|
|
143
|
-
primary: {
|
|
144
|
-
DEFAULT: string;
|
|
145
|
-
hover: string;
|
|
146
|
-
focus: string;
|
|
147
|
-
active: string;
|
|
148
|
-
disabled: string;
|
|
149
|
-
};
|
|
150
|
-
secondary: {
|
|
151
|
-
DEFAULT: string;
|
|
152
|
-
hover: string;
|
|
153
|
-
focus: string;
|
|
154
|
-
active: string;
|
|
155
|
-
};
|
|
156
|
-
ghost: {
|
|
157
|
-
DEFAULT: string;
|
|
158
|
-
hover: string;
|
|
159
|
-
focus: string;
|
|
160
|
-
active: string;
|
|
161
|
-
};
|
|
162
|
-
outline: {
|
|
163
|
-
DEFAULT: string;
|
|
164
|
-
hover: string;
|
|
165
|
-
focus: string;
|
|
166
|
-
active: string;
|
|
167
|
-
disabled: string;
|
|
168
|
-
};
|
|
169
|
-
};
|
|
170
|
-
input: {
|
|
171
|
-
DEFAULT: string;
|
|
172
|
-
};
|
|
173
|
-
};
|
|
174
|
-
borderRadius: {
|
|
175
|
-
sm: string;
|
|
176
|
-
md: string;
|
|
177
|
-
};
|
|
178
|
-
keyframes: {
|
|
179
|
-
'accordion-down': {
|
|
180
|
-
from: {
|
|
181
|
-
height: string;
|
|
182
|
-
};
|
|
183
|
-
to: {
|
|
184
|
-
height: string;
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
'accordion-up': {
|
|
188
|
-
from: {
|
|
189
|
-
height: string;
|
|
190
|
-
};
|
|
191
|
-
to: {
|
|
192
|
-
height: string;
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
'caret-blink': {
|
|
196
|
-
'0%,70%,100%': {
|
|
197
|
-
opacity: string;
|
|
198
|
-
};
|
|
199
|
-
'20%,50%': {
|
|
200
|
-
opacity: string;
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
'pin-typing': {
|
|
204
|
-
'0%': {
|
|
205
|
-
transform: string;
|
|
206
|
-
};
|
|
207
|
-
'50%': {
|
|
208
|
-
transform: string;
|
|
209
|
-
};
|
|
210
|
-
'100%': {
|
|
211
|
-
transform: string;
|
|
212
|
-
};
|
|
213
|
-
};
|
|
214
|
-
};
|
|
215
|
-
animation: {
|
|
216
|
-
'accordion-down': string;
|
|
217
|
-
'accordion-up': string;
|
|
218
|
-
'caret-blink': string;
|
|
219
|
-
'pin-typing': string;
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
|
-
};
|
|
223
|
-
export default _default;
|
package/dist/@/config/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(()=>{var t={49625:(r,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.default={textColor:{btn:{primary:{DEFAULT:"var(--btn-primary)"},secondary:{DEFAULT:"var(--btn-secondary)",disabled:"var(--btn-secondary-disabled)"},ghost:{DEFAULT:"var(--btn-ghost)",hover:"var(--btn-ghost-hover)",focus:"var(--btn-ghost-focus)",active:"var(--btn-ghost-active)",disabled:"var(--btn-ghost-disabled)"},outline:{DEFAULT:"var(--btn-outline)",disabled:"var(--btn-outline-disabled)"}}},backgroundColor:{btn:{primary:{DEFAULT:"var(--btn-primary-bg)",hover:"var(--btn-primary-hover-bg)",focus:"var(--btn-primary-focus-bg)",active:"var(--btn-primary-active-bg)",disabled:"var(--btn-primary-disabled-bg)"},secondary:{DEFAULT:"var(--btn-secondary-bg)",hover:"var(--btn-secondary-hover-bg)",focus:"var(--btn-secondary-focus-bg)",active:"var(--btn-secondary-active-bg)"},ghost:{DEFAULT:"var(--btn-ghost-bg)",hover:"var(--btn-ghost-hover-bg)",focus:"var(--btn-ghost-focus-bg)",active:"var(--btn-ghost-active-bg)"}}},borderColor:{btn:{primary:{DEFAULT:"var(--btn-primary-bg)",hover:"var(--btn-primary-hover-bg)",focus:"var(--btn-primary-focus-bg)",active:"var(--btn-primary-active-bg)",disabled:"var(--btn-primary-disabled-bg)"},secondary:{DEFAULT:"var(--btn-secondary-bg)",hover:"var(--btn-secondary-hover-bg)",focus:"var(--btn-secondary-focus-bg)",active:"var(--btn-secondary-active-bg)"},ghost:{DEFAULT:"var(--btn-ghost-bg)",hover:"var(--btn-ghost-hover-bg)",focus:"var(--btn-ghost-focus-bg)",active:"var(--btn-ghost-active-bg)"},outline:{DEFAULT:"var(--btn-outline-border)",hover:"var(--btn-outline-hover-border)",focus:"var(--btn-outline-focus-border)",active:"var(--btn-outline-active-border)",disabled:"var(--btn-outline-disabled-border)"}}}}},42771:(r,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.default={textColor:{label:{primary:{DEFAULT:"var(--btn-primary)",outline:{DEFAULT:"var(--btn-primary-bg)",hover:"var(--btn-primary-hover-bg)",focus:"var(var(--btn-primary-focus-bg)",active:"var(--btn-primary-active-bg)"}},secondary:"var(--btn-secondary)",success:"var(--btn-success)",ghost:"var(--btn-ghost)",outline:{DEFAULT:"var(--btn-ghost)",hover:"var(--btn-ghost-hover-bg)",focus:"var(var(--btn-ghost-focus-bg)",active:"var(--btn-ghost-active-bg)"}}},backgroundColor:{label:{primary:{DEFAULT:"var(--btn-primary-bg)",hover:"var(--btn-primary-hover-bg)",focus:"var(var(--btn-primary-focus-bg)",active:"var(--btn-primary-active-bg)"},secondary:{DEFAULT:"var(--btn-secondary-bg)",hover:"var(--btn-secondary-hover-bg)",focus:"var(var(--btn-secondary-focus-bg)",active:"var(--btn-secondary-active-bg)"},success:{DEFAULT:"var(--btn-success-bg)",hover:"var(--btn-success-hover-bg)",focus:"var(var(--btn-success-focus-bg)",active:"var(--btn-success-active-bg)"},ghost:{DEFAULT:"var(--btn-ghost-bg)",hover:"var(--btn-ghost-hover-bg)",focus:"var(var(--btn-ghost-focus-bg)",active:"var(--btn-ghost-active-bg)"}}},borderColor:{btn:{primary:{DEFAULT:"var(--btn-primary-bg)",hover:"var(--btn-primary-hover-bg)",focus:"var(var(--btn-primary-focus-bg)",active:"var(--btn-primary-active-bg)",outline:{DEFAULT:"var(--btn-primary-bg)",hover:"var(--btn-primary-hover-bg)",focus:"var(var(--btn-primary-focus-bg)",active:"var(--btn-primary-active-bg)"}},secondary:{DEFAULT:"var(--btn-secondary-bg)",hover:"var(--btn-secondary-hover-bg)",focus:"var(var(--btn-secondary-focus-bg)",active:"var(--btn-secondary-active-bg)"},success:{DEFAULT:"var(--btn-success-bg)",hover:"var(--btn-success-hover-bg)",focus:"var(var(--btn-success-focus-bg)",active:"var(--btn-success-active-bg)"},ghost:{DEFAULT:"var(--btn-ghost-bg)",hover:"var(--btn-ghost-hover-bg)",focus:"var(var(--btn-ghost-focus-bg)",active:"var(--btn-ghost-active-bg)"},outline:{DEFAULT:"var(--btn-ghost)"}}}}},31635:(I,r,e)=>{e.r(r),e.d(r,{__addDisposableResource:()=>U,__assign:()=>n,__asyncDelegator:()=>E,__asyncGenerator:()=>j,__asyncValues:()=>P,__await:()=>O,__awaiter:()=>v,__classPrivateFieldGet:()=>F,__classPrivateFieldIn:()=>L,__classPrivateFieldSet:()=>x,__createBinding:()=>y,__decorate:()=>i,__disposeResources:()=>C,__esDecorate:()=>s,__exportStar:()=>d,__extends:()=>t,__generator:()=>p,__importDefault:()=>A,__importStar:()=>S,__makeTemplateObject:()=>T,__metadata:()=>f,__param:()=>c,__propKey:()=>l,__read:()=>g,__rest:()=>a,__rewriteRelativeImportExtension:()=>k,__runInitializers:()=>u,__setFunctionName:()=>b,__spread:()=>m,__spreadArray:()=>w,__spreadArrays:()=>_,__values:()=>h,default:()=>G});var o=function(r,e){return(o=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(r,e){r.__proto__=e}:function(r,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(r[t]=e[t])}))(r,e)};function t(r,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=r}o(r,e),r.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}var n=function(){return(n=Object.assign||function(r){for(var e,t=1,o=arguments.length;t<o;t++)for(var n in e=arguments[t])Object.prototype.hasOwnProperty.call(e,n)&&(r[n]=e[n]);return r}).apply(this,arguments)};function a(r,e){var t={};for(n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols)for(var o=0,n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]]);return t}function i(r,e,t,o){var n,a=arguments.length,i=a<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,t):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(r,e,t,o);else for(var c=r.length-1;0<=c;c--)(n=r[c])&&(i=(a<3?n(i):3<a?n(e,t,i):n(e,t))||i);return 3<a&&i&&Object.defineProperty(e,t,i),i}function c(t,o){return function(r,e){o(r,e,t)}}function s(r,e,t,o,n,a){function i(r){if(void 0!==r&&"function"!=typeof r)throw new TypeError("Function expected");return r}for(var c,s=o.kind,u="getter"===s?"get":"setter"===s?"set":"value",r=!e&&r?o.static?r:r.prototype:null,l=e||(r?Object.getOwnPropertyDescriptor(r,o.name):{}),b=!1,f=t.length-1;0<=f;f--){var v,p={};for(v in o)p[v]="access"===v?{}:o[v];for(v in o.access)p.access[v]=o.access[v];p.addInitializer=function(r){if(b)throw new TypeError("Cannot add initializers after decoration has completed");a.push(i(r||null))};var y=(0,t[f])("accessor"===s?{get:l.get,set:l.set}:l[u],p);if("accessor"===s){if(void 0!==y){if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(c=i(y.get))&&(l.get=c),(c=i(y.set))&&(l.set=c),(c=i(y.init))&&n.unshift(c)}}else(c=i(y))&&("field"===s?n.unshift(c):l[u]=c)}r&&Object.defineProperty(r,o.name,l),b=!0}function u(r,e,t){for(var o=2<arguments.length,n=0;n<e.length;n++)t=o?e[n].call(r,t):e[n].call(r);return o?t:void 0}function l(r){return"symbol"==typeof r?r:"".concat(r)}function b(r,e,t){return"symbol"==typeof e&&(e=e.description?"[".concat(e.description,"]"):""),Object.defineProperty(r,"name",{configurable:!0,value:t?"".concat(t," ",e):e})}function f(r,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(r,e)}function v(r,i,c,s){return new(c=c||Promise)(function(t,e){function o(r){try{a(s.next(r))}catch(r){e(r)}}function n(r){try{a(s.throw(r))}catch(r){e(r)}}function a(r){var e;r.done?t(r.value):((e=r.value)instanceof c?e:new c(function(r){r(e)})).then(o,n)}a((s=s.apply(r,i||[])).next())})}function p(o,n){var a,i,c,s={label:0,sent:function(){if(1&c[0])throw c[1];return c[1]},trys:[],ops:[]},u=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return u.next=r(0),u.throw=r(1),u.return=r(2),"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function r(t){return function(r){var e=[t,r];if(a)throw new TypeError("Generator is already executing.");for(;s=u&&e[u=0]?0:s;)try{if(a=1,i&&(c=2&e[0]?i.return:e[0]?i.throw||((c=i.return)&&c.call(i),0):i.next)&&!(c=c.call(i,e[1])).done)return c;switch(i=0,(e=c?[2&e[0],c.value]:e)[0]){case 0:case 1:c=e;break;case 4:return s.label++,{value:e[1],done:!1};case 5:s.label++,i=e[1],e=[0];continue;case 7:e=s.ops.pop(),s.trys.pop();continue;default:if(!(c=0<(c=s.trys).length&&c[c.length-1])&&(6===e[0]||2===e[0])){s=0;continue}if(3===e[0]&&(!c||e[1]>c[0]&&e[1]<c[3]))s.label=e[1];else if(6===e[0]&&s.label<c[1])s.label=c[1],c=e;else{if(!(c&&s.label<c[2])){c[2]&&s.ops.pop(),s.trys.pop();continue}s.label=c[2],s.ops.push(e)}}e=n.call(o,s)}catch(r){e=[6,r],i=0}finally{a=c=0}if(5&e[0])throw e[1];return{value:e[0]?e[1]:void 0,done:!0}}}}var y=Object.create?function(r,e,t,o){void 0===o&&(o=t);var n=Object.getOwnPropertyDescriptor(e,t);n&&("get"in n?e.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,o,n)}:function(r,e,t,o){r[o=void 0===o?t:o]=e[t]};function d(r,e){for(var t in r)"default"===t||Object.prototype.hasOwnProperty.call(e,t)||y(e,r,t)}function h(r){var e="function"==typeof Symbol&&Symbol.iterator,t=e&&r[e],o=0;if(t)return t.call(r);if(r&&"number"==typeof r.length)return{next:function(){return{value:(r=r&&o>=r.length?void 0:r)&&r[o++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function g(r,e){var t="function"==typeof Symbol&&r[Symbol.iterator];if(!t)return r;var o,n,a=t.call(r),i=[];try{for(;(void 0===e||0<e--)&&!(o=a.next()).done;)i.push(o.value)}catch(r){n={error:r}}finally{try{o&&!o.done&&(t=a.return)&&t.call(a)}finally{if(n)throw n.error}}return i}function m(){for(var r=[],e=0;e<arguments.length;e++)r=r.concat(g(arguments[e]));return r}function _(){for(var r=0,e=0,t=arguments.length;e<t;e++)r+=arguments[e].length;for(var o=Array(r),n=0,e=0;e<t;e++)for(var a=arguments[e],i=0,c=a.length;i<c;i++,n++)o[n]=a[i];return o}function w(r,e,t){if(t||2===arguments.length)for(var o,n=0,a=e.length;n<a;n++)!o&&n in e||((o=o||Array.prototype.slice.call(e,0,n))[n]=e[n]);return r.concat(o||Array.prototype.slice.call(e))}function O(r){return this instanceof O?(this.v=r,this):new O(r)}function j(r,e,t){var n,a,i;if(Symbol.asyncIterator)return n=t.apply(r,e||[]),a=[],i=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),o("next"),o("throw"),o("return",function(e){return function(r){return Promise.resolve(r).then(e,u)}}),i[Symbol.asyncIterator]=function(){return this},i;throw new TypeError("Symbol.asyncIterator is not defined.");function o(o,r){n[o]&&(i[o]=function(t){return new Promise(function(r,e){1<a.push([o,t,r,e])||c(o,t)})},r)&&(i[o]=r(i[o]))}function c(r,e){try{(t=n[r](e)).value instanceof O?Promise.resolve(t.value.v).then(s,u):l(a[0][2],t)}catch(r){l(a[0][3],r)}var t}function s(r){c("next",r)}function u(r){c("throw",r)}function l(r,e){r(e),a.shift(),a.length&&c(a[0][0],a[0][1])}}function E(o){var n,r={};return e("next"),e("throw",function(r){throw r}),e("return"),r[Symbol.iterator]=function(){return this},r;function e(e,t){r[e]=o[e]?function(r){return(n=!n)?{value:O(o[e](r)),done:!1}:t?t(r):r}:t}}function P(i){var r,e;if(Symbol.asyncIterator)return(r=i[Symbol.asyncIterator])?r.call(i):(i=h(i),e={},t("next"),t("throw"),t("return"),e[Symbol.asyncIterator]=function(){return this},e);throw new TypeError("Symbol.asyncIterator is not defined.");function t(a){e[a]=i[a]&&function(n){return new Promise(function(r,e){var t,o;n=i[a](n),t=r,r=e,o=n.done,e=n.value,Promise.resolve(e).then(function(r){t({value:r,done:o})},r)})}}}function T(r,e){return Object.defineProperty?Object.defineProperty(r,"raw",{value:e}):r.raw=e,r}var R=Object.create?function(r,e){Object.defineProperty(r,"default",{enumerable:!0,value:e})}:function(r,e){r.default=e},D=function(r){return(D=Object.getOwnPropertyNames||function(r){var e,t=[];for(e in r)Object.prototype.hasOwnProperty.call(r,e)&&(t[t.length]=e);return t})(r)};function S(r){if(r&&r.__esModule)return r;var e={};if(null!=r)for(var t=D(r),o=0;o<t.length;o++)"default"!==t[o]&&y(e,r,t[o]);return R(e,r),e}function A(r){return r&&r.__esModule?r:{default:r}}function F(r,e,t,o){if("a"===t&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?r===e&&o:e.has(r))return"m"===t?o:"a"===t?o.call(r):o?o.value:e.get(r);throw new TypeError("Cannot read private member from an object whose class did not declare it")}function x(r,e,t,o,n){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!n)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?r===e&&n:e.has(r))return"a"===o?n.call(r,t):n?n.value=t:e.set(r,t),t;throw new TypeError("Cannot write private member to an object whose class did not declare it")}function L(r,e){if(null===e||"object"!=typeof e&&"function"!=typeof e)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof r?e===r:r.has(e)}function U(r,e,t){if(null!=e){if("object"!=typeof e&&"function"!=typeof e)throw new TypeError("Object expected.");var o,n;if(t){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");o=e[Symbol.asyncDispose]}if(void 0===o){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");o=e[Symbol.dispose],t&&(n=o)}if("function"!=typeof o)throw new TypeError("Object not disposable.");n&&(o=function(){try{n.call(this)}catch(r){return Promise.reject(r)}}),r.stack.push({value:e,dispose:o,async:t})}else t&&r.stack.push({async:!0});return e}var M="function"==typeof SuppressedError?SuppressedError:function(r,e,t){t=new Error(t);return t.name="SuppressedError",t.error=r,t.suppressed=e,t};function C(t){function o(r){t.error=t.hasError?new M(r,t.error,"An error was suppressed during disposal."):r,t.hasError=!0}var n,a=0;return function e(){for(;n=t.stack.pop();)try{if(!n.async&&1===a)return a=0,t.stack.push(n),Promise.resolve().then(e);if(n.dispose){var r=n.dispose.call(n.value);if(n.async)return a|=2,Promise.resolve(r).then(e,function(r){return o(r),e()})}else a|=1}catch(r){o(r)}if(1===a)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}()}function k(r,a){return"string"==typeof r&&/^\.\.?\//.test(r)?r.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,e,t,o,n){return e?a?".jsx":".js":!t||o&&n?t+o+"."+n.toLowerCase()+"js":r}):r}let G={__extends:t,__assign:n,__rest:a,__decorate:i,__param:c,__esDecorate:s,__runInitializers:u,__propKey:l,__setFunctionName:b,__metadata:f,__awaiter:v,__generator:p,__createBinding:y,__exportStar:d,__values:h,__read:g,__spread:m,__spreadArrays:_,__spreadArray:w,__await:O,__asyncGenerator:j,__asyncDelegator:E,__asyncValues:P,__makeTemplateObject:T,__importStar:S,__importDefault:A,__classPrivateFieldGet:F,__classPrivateFieldSet:x,__classPrivateFieldIn:L,__addDisposableResource:U,__disposeResources:C,__rewriteRelativeImportExtension:k}}},o={};function n(r){var e=o[r];return void 0!==e||(e=o[r]={exports:{}},t[r](e,e.exports,n)),e.exports}n.d=(r,e)=>{for(var t in e)n.o(e,t)&&!n.o(r,t)&&Object.defineProperty(r,t,{enumerable:!0,get:e[t]})},n.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),n.r=r=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})};var r,e,a,i={};function c(r){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r})(r)}function s(e,r){var t,o=Object.keys(e);return Object.getOwnPropertySymbols&&(t=Object.getOwnPropertySymbols(e),r&&(t=t.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),o.push.apply(o,t)),o}function u(o){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?s(Object(n),!0).forEach(function(r){var e,t;e=o,t=n[r=r],(r=(r=>(r=((r,e)=>{if("object"!=c(r)||!r)return r;var t=r[Symbol.toPrimitive];if(void 0===t)return("string"===e?String:Number)(r);if("object"!=c(t=t.call(r,e||"default")))return t;throw new TypeError("@@toPrimitive must return a primitive value.")})(r,"string"),"symbol"==c(r)?r:r+""))(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach(function(r){Object.defineProperty(o,r,Object.getOwnPropertyDescriptor(n,r))})}return o}r=i,Object.defineProperty(r,"__esModule",{value:!0}),e=n(31635),a=(0,e.__importDefault)(n(49625)),e=(0,e.__importDefault)(n(42771)),r.default={container:{center:!0},screens:{sm:"600px"},extend:{colors:{light:"var(--light)",dark:"var(--dark)",primary:{DEFAULT:"var(--primary)",light:{DEFAULT:"var(--primary-light)"}},success:{DEFAULT:"var(--success)",light:"var(--success-light)"},secondary:{DEFAULT:"var(--secondary)"},warning:{DEFAULT:"var(--warning)",light:"var(--warning-light)"},critical:{DEFAULT:"var(--critical)",light:"var(--critical-light)"},disabled:"var(--disabled)",transparent:"transparent",current:"currentColor"},textColor:u(u({},a.default.textColor),e.default.textColor),backgroundColor:u(u({page:"var(--page-bg)",light:"var(--bg-light)",dialog:"var(--dialog-bg)"},a.default.backgroundColor),e.default.backgroundColor),dropShadow:{sm:"var(--shadow-sm)",md:"var(--shadow-md)",lg:"var(--shadow-lg)"},boxShadow:{sm:"var(--shadow-sm)",md:"var(--shadow-md)",lg:"var(--shadow-lg)"},borderColor:u({input:{DEFAULT:"var(--border-color)"}},a.default.borderColor),borderRadius:{sm:"var(--border-radius-sm)",md:"var(--border-radius-md)"},keyframes:{"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}},"caret-blink":{"0%,70%,100%":{opacity:"1"},"20%,50%":{opacity:"0"}},"pin-typing":{"0%":{transform:"scale(1)"},"50%":{transform:"scale(1.2)"},"100%":{transform:"scale(1)"}}},animation:{"accordion-down":"accordion-down 0.2s ease-out","accordion-up":"accordion-up 0.2s ease-out","caret-blink":"caret-blink 1.25s ease-out infinite","pin-typing":"pin-typing .25s ease-in-out"}}},module.exports=i})();
|
package/dist/@/config/label.d.ts
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
textColor: {
|
|
3
|
-
label: {
|
|
4
|
-
primary: {
|
|
5
|
-
DEFAULT: string;
|
|
6
|
-
outline: {
|
|
7
|
-
DEFAULT: string;
|
|
8
|
-
hover: string;
|
|
9
|
-
focus: string;
|
|
10
|
-
active: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
secondary: string;
|
|
14
|
-
success: string;
|
|
15
|
-
ghost: string;
|
|
16
|
-
outline: {
|
|
17
|
-
DEFAULT: string;
|
|
18
|
-
hover: string;
|
|
19
|
-
focus: string;
|
|
20
|
-
active: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
backgroundColor: {
|
|
25
|
-
label: {
|
|
26
|
-
primary: {
|
|
27
|
-
DEFAULT: string;
|
|
28
|
-
hover: string;
|
|
29
|
-
focus: string;
|
|
30
|
-
active: string;
|
|
31
|
-
};
|
|
32
|
-
secondary: {
|
|
33
|
-
DEFAULT: string;
|
|
34
|
-
hover: string;
|
|
35
|
-
focus: string;
|
|
36
|
-
active: string;
|
|
37
|
-
};
|
|
38
|
-
success: {
|
|
39
|
-
DEFAULT: string;
|
|
40
|
-
hover: string;
|
|
41
|
-
focus: string;
|
|
42
|
-
active: string;
|
|
43
|
-
};
|
|
44
|
-
ghost: {
|
|
45
|
-
DEFAULT: string;
|
|
46
|
-
hover: string;
|
|
47
|
-
focus: string;
|
|
48
|
-
active: string;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
borderColor: {
|
|
53
|
-
btn: {
|
|
54
|
-
primary: {
|
|
55
|
-
DEFAULT: string;
|
|
56
|
-
hover: string;
|
|
57
|
-
focus: string;
|
|
58
|
-
active: string;
|
|
59
|
-
outline: {
|
|
60
|
-
DEFAULT: string;
|
|
61
|
-
hover: string;
|
|
62
|
-
focus: string;
|
|
63
|
-
active: string;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
secondary: {
|
|
67
|
-
DEFAULT: string;
|
|
68
|
-
hover: string;
|
|
69
|
-
focus: string;
|
|
70
|
-
active: string;
|
|
71
|
-
};
|
|
72
|
-
success: {
|
|
73
|
-
DEFAULT: string;
|
|
74
|
-
hover: string;
|
|
75
|
-
focus: string;
|
|
76
|
-
active: string;
|
|
77
|
-
};
|
|
78
|
-
ghost: {
|
|
79
|
-
DEFAULT: string;
|
|
80
|
-
hover: string;
|
|
81
|
-
focus: string;
|
|
82
|
-
active: string;
|
|
83
|
-
};
|
|
84
|
-
outline: {
|
|
85
|
-
DEFAULT: string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
export default _default;
|