welcome-ui 7.3.0 → 8.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion.mjs +14 -15
- package/dist/Alert.mjs +36 -37
- package/dist/AspectRatio.mjs +6 -6
- package/dist/Avatar.mjs +3 -3
- package/dist/Badge.mjs +13 -14
- package/dist/Breadcrumb.mjs +10 -10
- package/dist/Button.mjs +7 -7
- package/dist/ButtonGroup.mjs +9 -11
- package/dist/Card.mjs +10 -16
- package/dist/Checkbox.mjs +1 -1
- package/dist/ClearButton.mjs +4 -4
- package/dist/CloseButton.mjs +2 -2
- package/dist/{CustomInput-BqaOGHm4.mjs → CustomInput-D_13Gd_3.mjs} +511 -514
- package/dist/DatePicker.mjs +54 -50
- package/dist/DateTimePicker.mjs +16 -18
- package/dist/DateTimePickerCommon.mjs +1 -1
- package/dist/Drawer.mjs +44 -45
- package/dist/DropdownMenu.mjs +204 -208
- package/dist/Field.mjs +35 -37
- package/dist/FieldGroup.mjs +10 -11
- package/dist/FileDrop.mjs +98 -99
- package/dist/FileUpload.mjs +10 -10
- package/dist/Hint.mjs +7 -8
- package/dist/Icon.mjs +17 -18
- package/dist/IconsFont.mjs +298 -298
- package/dist/InputText.mjs +39 -42
- package/dist/Label.mjs +26 -27
- package/dist/Link.mjs +9 -11
- package/dist/Loader.mjs +4 -4
- package/dist/Logo.mjs +9 -11
- package/dist/Modal.mjs +46 -47
- package/dist/Pagination.mjs +50 -50
- package/dist/Picker.mjs +12 -12
- package/dist/Popover.mjs +4 -4
- package/dist/Radio.mjs +36 -38
- package/dist/RadioGroup.mjs +13 -15
- package/dist/RadioTab.mjs +25 -26
- package/dist/Search.mjs +89 -91
- package/dist/Select.mjs +33 -39
- package/dist/Slider.mjs +11 -11
- package/dist/System.mjs +16 -48
- package/dist/Table.mjs +7 -7
- package/dist/Text.mjs +32 -23
- package/dist/Textarea.mjs +16 -17
- package/dist/TimePicker.mjs +22 -22
- package/dist/Toast.mjs +14 -14
- package/dist/Toggle.mjs +3 -3
- package/dist/Tooltip.mjs +52 -53
- package/dist/UniversalLink.mjs +5 -5
- package/dist/VariantIcon.mjs +14 -16
- package/dist/{index-BSdL4wPb.mjs → index-BDeIsk2X.mjs} +6 -6
- package/dist/theme.mjs +180 -180
- package/dist/types/components/Accordion/styles.d.ts +13 -5
- package/dist/types/components/Alert/styles.d.ts +16 -4
- package/dist/types/components/AspectRatio/styles.d.ts +1 -1
- package/dist/types/components/Avatar/styles.d.ts +14 -2
- package/dist/types/components/Badge/styles.d.ts +2 -2
- package/dist/types/components/Breadcrumb/Item.styles.d.ts +2 -2
- package/dist/types/components/Breadcrumb/styles.d.ts +4 -4
- package/dist/types/components/Button/index.d.ts +5 -1
- package/dist/types/components/Button/styles.d.ts +5 -1
- package/dist/types/components/ButtonGroup/styles.d.ts +1 -1
- package/dist/types/components/Card/Cover.styles.d.ts +7 -1
- package/dist/types/components/Card/index.d.ts +1 -1
- package/dist/types/components/Card/styles.d.ts +2 -2
- package/dist/types/components/Checkbox/styles.d.ts +5 -1
- package/dist/types/components/ClearButton/index.d.ts +8 -1
- package/dist/types/components/ClearButton/styles.d.ts +7 -1
- package/dist/types/components/CloseButton/styles.d.ts +7 -1
- package/dist/types/components/DatePicker/index.d.ts +2 -2
- package/dist/types/components/DateTimePicker/styles.d.ts +1 -1
- package/dist/types/components/DateTimePickerCommon/CustomPopper.d.ts +2 -2
- package/dist/types/components/DateTimePickerCommon/datePickerStyles.d.ts +1 -1
- package/dist/types/components/DateTimePickerCommon/styles.d.ts +7 -7
- package/dist/types/components/Drawer/AssetDrawer/styles.d.ts +2 -2
- package/dist/types/components/Drawer/styles.d.ts +13 -7
- package/dist/types/components/DropdownMenu/Arrow.styled.d.ts +3 -3
- package/dist/types/components/DropdownMenu/Item.styled.d.ts +1 -1
- package/dist/types/components/DropdownMenu/Separator.styled.d.ts +1 -1
- package/dist/types/components/DropdownMenu/styles.d.ts +1 -1
- package/dist/types/components/Field/index.d.ts +5 -4
- package/dist/types/components/Field/styles.d.ts +6 -6
- package/dist/types/components/FieldGroup/index.d.ts +1 -1
- package/dist/types/components/FieldGroup/styles.d.ts +1 -1
- package/dist/types/components/FileDrop/index.d.ts +1 -1
- package/dist/types/components/FileDrop/styles.d.ts +4 -4
- package/dist/types/components/FileUpload/styles.d.ts +1 -1
- package/dist/types/components/Hint/index.d.ts +3 -2
- package/dist/types/components/Hint/styles.d.ts +2 -2
- package/dist/types/components/Icon/index.d.ts +3 -4
- package/dist/types/components/Icon/styles.d.ts +3 -4
- package/dist/types/components/Icons/Actions/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Activity/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Add/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Address/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Airplay/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Alert/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AlertOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Analytics/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Anniversary/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Archive/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowDown/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLeft/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLineDown/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLineLeft/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLineRight/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLineUp/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowRight/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowUp/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AspectRatioFill/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AspectRatioFit/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Attachment/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Avatar/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarAccessory/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarBody/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarBottom/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarCostume/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarHead/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarTop/content.json.d.ts +7 -0
- package/dist/types/components/Icons/BarChart/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Basketball/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Behance/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Birthday/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Bold/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Book/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Book2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Bookmark/content.json.d.ts +7 -0
- package/dist/types/components/Icons/BookmarkOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Bulb/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Bulk/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Buoy/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Burn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Caddy/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Calcul/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Camera/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CameraOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CameraOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CandidateStatus/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CardView/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Cast/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CastConnected/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CastUnavailable/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Celebrate/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Certified/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Check/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Clipboard/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Clock/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Code/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CodeBlock/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Coffee/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Collapse/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Comment/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CommentOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CommonArea/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Compass/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Computer/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Connection/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Contract/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ControlBackward/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ControlForward/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ControlPause/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ControlStop/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Copy/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CoverLetter/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Create/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CreditCard/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CrescentMoon/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CrescentMoonOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Cross/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CrossTarget/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Crown/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Csv/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Date/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Department/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Details/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Diamond/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Dish/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Doc/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Docx/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Down/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Download/content.json.d.ts +7 -0
- package/dist/types/components/Icons/DragAndDrop/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Dribbble/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Earth/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Edit/content.json.d.ts +7 -0
- package/dist/types/components/Icons/EducationLevel/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Email/content.json.d.ts +7 -0
- package/dist/types/components/Icons/EmailOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Eot/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Equal/content.json.d.ts +7 -0
- package/dist/types/components/Icons/EuroCurrency/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Expand/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ExpandText/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Extend/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ExternalLink/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Facebook/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Factory/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Female/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Filters/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Fingerprint/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Flag/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FlagCs/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagEn/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagEs/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagFr/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FlagPointed/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FlagSk/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagUs/content.json.d.ts +8 -0
- package/dist/types/components/Icons/Folder/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FullscreenOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FullscreenOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Gear/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Gif/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Github/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Google/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Handshake/content.json.d.ts +7 -0
- package/dist/types/components/Icons/HardHat/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Hashtag/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading1/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading3/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading4/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading5/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading6/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Headset/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heart/content.json.d.ts +7 -0
- package/dist/types/components/Icons/HeartOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/HeartShiny/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Hide/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Home/content.json.d.ts +7 -0
- package/dist/types/components/Icons/House/content.json.d.ts +7 -0
- package/dist/types/components/Icons/InProgressCandidate/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Information/content.json.d.ts +7 -0
- package/dist/types/components/Icons/InformationOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Instagram/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Italic/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Jpeg/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Jpg/content.json.d.ts +7 -0
- package/dist/types/components/Icons/JusticeHammer/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Kanban/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Key/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Language/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Leaf/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Left/content.json.d.ts +7 -0
- package/dist/types/components/Icons/LineChart/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Link/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Linkedin/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Location/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Lock/content.json.d.ts +7 -0
- package/dist/types/components/Icons/LockRounded/content.json.d.ts +7 -0
- package/dist/types/components/Icons/LogOut/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Male/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Map/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Masonry/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Masonry2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/MeetingRoom/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Megaphone/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Mention/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Menu/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Mic/content.json.d.ts +7 -0
- package/dist/types/components/Icons/MicrophoneOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/MicrophoneOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Microship/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Mobile/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Money/content.json.d.ts +7 -0
- package/dist/types/components/Icons/More/content.json.d.ts +7 -0
- package/dist/types/components/Icons/MoreAndroid/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Mountain/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Move/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Music/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Negative/content.json.d.ts +7 -0
- package/dist/types/components/Icons/NegativeOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/NegativeStraight/content.json.d.ts +7 -0
- package/dist/types/components/Icons/NewCandidate/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Notification/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Npm/content.json.d.ts +7 -0
- package/dist/types/components/Icons/OfferStatus/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Office/content.json.d.ts +7 -0
- package/dist/types/components/Icons/OrderedList/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Origine/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Paperplane/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pdf/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pencil/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Phone/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PhoneOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pictures/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Piechart/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pin/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pinterest/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pizza/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Play/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PlayOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Playlist/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Png/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Podcast/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Positive/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PositiveOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PositiveStraight/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Ppt/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Print/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Promote/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Puzzle/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PuzzleOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Question/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Questions/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Quote/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Refresh/content.json.d.ts +7 -0
- package/dist/types/components/Icons/RefuseCandidate/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Remote/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Remove/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Reset/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Resume/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Review/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ReviewOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Right/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Salary/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Save/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ScreenshareOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ScreenshareOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Search/content.json.d.ts +7 -0
- package/dist/types/components/Icons/SearchPeople/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Settings/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Share1/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Share2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Shield/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Show/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Slack/content.json.d.ts +7 -0
- package/dist/types/components/Icons/SoundOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/SoundOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Source/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Spanner/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Sparkles/content.json.d.ts +7 -0
- package/dist/types/components/Icons/SquareAlert/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Stackoverflow/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Stackserver/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Star/content.json.d.ts +7 -0
- package/dist/types/components/Icons/StarOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Strikethrough/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Subtitle/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Success/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Suitcase/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Sun/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Svg/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Symbol/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Table/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableColumnAddAfter/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableColumnAddBefore/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableColumnRemove/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableDelete/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableDivide/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableMergeCells/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableRowAddAbove/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableRowAddBelow/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableRowRemove/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Tablet/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Tag/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Target/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Teepee/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ThumbDown/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ThumbUp/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Thunderclock/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Tiktok/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Trash/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Tree/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Trophy/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Ttf/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Twitch/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Twitter/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Txt/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Type/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Unavailable/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Underline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/UnorderedList/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Up/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Update/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Upload/content.json.d.ts +7 -0
- package/dist/types/components/Icons/User/content.json.d.ts +7 -0
- package/dist/types/components/Icons/UserOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Video/content.json.d.ts +7 -0
- package/dist/types/components/Icons/VideoCamera/content.json.d.ts +7 -0
- package/dist/types/components/Icons/VideoCamera2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/WatchLater/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Woff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Woff2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Write/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Wttj/content.json.d.ts +7 -0
- package/dist/types/components/Icons/X/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Xing/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Xls/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Xlsx/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Youtube/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Zapier/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Zip/content.json.d.ts +7 -0
- package/dist/types/components/IconsFont/index.d.ts +2 -1
- package/dist/types/components/IconsFont/styles.d.ts +1 -1
- package/dist/types/components/IconsFont/unicode.json.d.ts +303 -0
- package/dist/types/components/InputText/styles.d.ts +1 -2
- package/dist/types/components/Label/index.d.ts +3 -2
- package/dist/types/components/Label/styles.d.ts +4 -4
- package/dist/types/components/Link/styles.d.ts +7 -1
- package/dist/types/components/Loader/styles.d.ts +7 -2
- package/dist/types/components/Logo/Solutions.d.ts +1 -1
- package/dist/types/components/Logo/Symbol.d.ts +1 -1
- package/dist/types/components/Logo/Wui.d.ts +1 -1
- package/dist/types/components/Logo/styles.d.ts +1 -1
- package/dist/types/components/Modal/Assets/Backdrop.d.ts +8 -1
- package/dist/types/components/Modal/Assets/index.d.ts +15 -6
- package/dist/types/components/Modal/Assets/styles.d.ts +16 -7
- package/dist/types/components/Modal/index.d.ts +15 -6
- package/dist/types/components/Modal/styles.d.ts +18 -8
- package/dist/types/components/Pagination/styles.d.ts +7 -7
- package/dist/types/components/Picker/styles.d.ts +5 -1
- package/dist/types/components/Popover/Popover.d.ts +3 -2
- package/dist/types/components/Popover/PopoverHover.d.ts +3 -2
- package/dist/types/components/Popover/styles.d.ts +25 -9
- package/dist/types/components/Radio/styles.d.ts +15 -5
- package/dist/types/components/RadioGroup/styles.d.ts +2 -2
- package/dist/types/components/RadioTab/styles.d.ts +9 -5
- package/dist/types/components/Search/index.d.ts +1 -1
- package/dist/types/components/Search/styles.d.ts +9 -9
- package/dist/types/components/Select/index.d.ts +6 -2
- package/dist/types/components/Select/styles.d.ts +24 -15
- package/dist/types/components/Shape/styles.d.ts +5 -1
- package/dist/types/components/Slider/styles.d.ts +30 -8
- package/dist/types/components/Swiper/index.d.ts +2 -2
- package/dist/types/components/Swiper/styles.d.ts +19 -14
- package/dist/types/components/System/index.d.ts +1 -19
- package/dist/types/components/Table/index.d.ts +7 -6
- package/dist/types/components/Table/styles.d.ts +9 -9
- package/dist/types/components/Tabs/styles.d.ts +13 -5
- package/dist/types/components/Tag/index.d.ts +2 -1
- package/dist/types/components/Tag/styles.d.ts +4 -4
- package/dist/types/components/Text/index.d.ts +2 -0
- package/dist/types/components/Text/styles.d.ts +1 -1
- package/dist/types/components/Textarea/styles.d.ts +1 -1
- package/dist/types/components/TimePicker/styles.d.ts +1 -1
- package/dist/types/components/Toast/styles.d.ts +29 -9
- package/dist/types/components/Toggle/styles.d.ts +9 -5
- package/dist/types/components/Tooltip/styles.d.ts +2 -2
- package/dist/types/components/UniversalLink/styles.d.ts +1 -1
- package/dist/types/components/VariantIcon/styles.d.ts +2 -2
- package/dist/types/components/WelcomeLoader/loader.json.d.ts +3 -0
- package/dist/types/components/WuiProvider/index.d.ts +2 -2
- package/dist/types/components/WuiProvider/styles.d.ts +4 -4
- package/dist/types/utils/overflow-ellipsis.d.ts +1 -1
- package/package.json +7 -5
package/dist/theme.mjs
CHANGED
|
@@ -1,102 +1,102 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { css as
|
|
3
|
-
import { g as
|
|
4
|
-
import { h as
|
|
5
|
-
function
|
|
2
|
+
import { css as w, rpxTransformers as E, defaultTheme as b } from "@xstyled/styled-components";
|
|
3
|
+
import { g as R } from "./_commonjsHelpers-CXJ7dpIk.mjs";
|
|
4
|
+
import { h as f } from "./hex-to-rgba-BIDK-3ab.mjs";
|
|
5
|
+
function _(e) {
|
|
6
6
|
return e != null && typeof e == "object" && e["@@functional/placeholder"] === !0;
|
|
7
7
|
}
|
|
8
|
-
var
|
|
8
|
+
var v = _, L = v;
|
|
9
9
|
function I(e) {
|
|
10
10
|
return function r(o) {
|
|
11
11
|
return arguments.length === 0 || L(o) ? r : e.apply(this, arguments);
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
-
var
|
|
14
|
+
var S = I, F = S, p = v;
|
|
15
15
|
function H(e) {
|
|
16
16
|
return function r(o, n) {
|
|
17
17
|
switch (arguments.length) {
|
|
18
18
|
case 0:
|
|
19
19
|
return r;
|
|
20
20
|
case 1:
|
|
21
|
-
return
|
|
21
|
+
return p(o) ? r : F(function(a) {
|
|
22
22
|
return e(o, a);
|
|
23
23
|
});
|
|
24
24
|
default:
|
|
25
|
-
return
|
|
25
|
+
return p(o) && p(n) ? r : p(o) ? F(function(a) {
|
|
26
26
|
return e(a, n);
|
|
27
|
-
}) :
|
|
27
|
+
}) : p(n) ? F(function(a) {
|
|
28
28
|
return e(o, a);
|
|
29
29
|
}) : e(o, n);
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
var
|
|
33
|
+
var T = H, x = S, h = T, g = v;
|
|
34
34
|
function U(e) {
|
|
35
35
|
return function r(o, n, a) {
|
|
36
36
|
switch (arguments.length) {
|
|
37
37
|
case 0:
|
|
38
38
|
return r;
|
|
39
39
|
case 1:
|
|
40
|
-
return
|
|
41
|
-
return e(o,
|
|
40
|
+
return g(o) ? r : h(function(i, d) {
|
|
41
|
+
return e(o, i, d);
|
|
42
42
|
});
|
|
43
43
|
case 2:
|
|
44
|
-
return
|
|
45
|
-
return e(
|
|
46
|
-
}) :
|
|
47
|
-
return e(o,
|
|
48
|
-
}) :
|
|
49
|
-
return e(o, n,
|
|
44
|
+
return g(o) && g(n) ? r : g(o) ? h(function(i, d) {
|
|
45
|
+
return e(i, n, d);
|
|
46
|
+
}) : g(n) ? h(function(i, d) {
|
|
47
|
+
return e(o, i, d);
|
|
48
|
+
}) : x(function(i) {
|
|
49
|
+
return e(o, n, i);
|
|
50
50
|
});
|
|
51
51
|
default:
|
|
52
|
-
return
|
|
53
|
-
return e(
|
|
54
|
-
}) :
|
|
55
|
-
return e(
|
|
56
|
-
}) :
|
|
57
|
-
return e(o,
|
|
58
|
-
}) :
|
|
59
|
-
return e(
|
|
60
|
-
}) :
|
|
61
|
-
return e(o,
|
|
62
|
-
}) :
|
|
63
|
-
return e(o, n,
|
|
52
|
+
return g(o) && g(n) && g(a) ? r : g(o) && g(n) ? h(function(i, d) {
|
|
53
|
+
return e(i, d, a);
|
|
54
|
+
}) : g(o) && g(a) ? h(function(i, d) {
|
|
55
|
+
return e(i, n, d);
|
|
56
|
+
}) : g(n) && g(a) ? h(function(i, d) {
|
|
57
|
+
return e(o, i, d);
|
|
58
|
+
}) : g(o) ? x(function(i) {
|
|
59
|
+
return e(i, n, a);
|
|
60
|
+
}) : g(n) ? x(function(i) {
|
|
61
|
+
return e(o, i, a);
|
|
62
|
+
}) : g(a) ? x(function(i) {
|
|
63
|
+
return e(o, n, i);
|
|
64
64
|
}) : e(o, n, a);
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
}
|
|
68
|
-
var
|
|
68
|
+
var D = U;
|
|
69
69
|
function O(e) {
|
|
70
70
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
71
71
|
}
|
|
72
72
|
var N = O;
|
|
73
|
-
function
|
|
73
|
+
function P(e, r) {
|
|
74
74
|
return Object.prototype.hasOwnProperty.call(r, e);
|
|
75
75
|
}
|
|
76
|
-
var
|
|
77
|
-
var a = {},
|
|
76
|
+
var j = P, G = D, C = j, M = /* @__PURE__ */ G(function(r, o, n) {
|
|
77
|
+
var a = {}, i;
|
|
78
78
|
o = o || {}, n = n || {};
|
|
79
|
-
for (
|
|
80
|
-
|
|
81
|
-
for (
|
|
82
|
-
|
|
79
|
+
for (i in o)
|
|
80
|
+
C(i, o) && (a[i] = C(i, n) ? r(i, o[i], n[i]) : o[i]);
|
|
81
|
+
for (i in n)
|
|
82
|
+
C(i, n) && !C(i, a) && (a[i] = n[i]);
|
|
83
83
|
return a;
|
|
84
|
-
}), K = M, Y =
|
|
85
|
-
return J(function(a,
|
|
86
|
-
return
|
|
84
|
+
}), K = M, Y = D, $ = N, J = K, X = /* @__PURE__ */ Y(function e(r, o, n) {
|
|
85
|
+
return J(function(a, i, d) {
|
|
86
|
+
return $(i) && $(d) ? e(r, i, d) : r(a, i, d);
|
|
87
87
|
}, o, n);
|
|
88
|
-
}), Z = X, q =
|
|
89
|
-
return Q(function(n, a,
|
|
90
|
-
return
|
|
88
|
+
}), Z = X, q = T, Q = Z, V = /* @__PURE__ */ q(function(r, o) {
|
|
89
|
+
return Q(function(n, a, i) {
|
|
90
|
+
return i;
|
|
91
91
|
}, r, o);
|
|
92
92
|
}), rr = V;
|
|
93
|
-
const
|
|
94
|
-
const { borderWidths: r, colors: o, fontSizes: n, radii: a, space:
|
|
93
|
+
const W = /* @__PURE__ */ R(rr), or = (e) => {
|
|
94
|
+
const { borderWidths: r, colors: o, fontSizes: n, radii: a, space: i, texts: d, transitions: l } = e;
|
|
95
95
|
return {
|
|
96
|
-
padding:
|
|
96
|
+
padding: i.lg,
|
|
97
97
|
wrapper: {
|
|
98
98
|
backgroundColor: o["neutral-10"],
|
|
99
|
-
transition:
|
|
99
|
+
transition: l.medium,
|
|
100
100
|
border: `${r.sm} solid ${o["neutral-30"]}`,
|
|
101
101
|
borderRadius: a.md
|
|
102
102
|
},
|
|
@@ -109,7 +109,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
109
109
|
title: d.h5
|
|
110
110
|
};
|
|
111
111
|
}, er = (e) => {
|
|
112
|
-
const { borderWidths: r, colors: o, fontSizes: n, fontWeights: a, radii:
|
|
112
|
+
const { borderWidths: r, colors: o, fontSizes: n, fontWeights: a, radii: i, space: d } = e, l = (s) => ({
|
|
113
113
|
backgroundColor: o[`${s}-10`],
|
|
114
114
|
borderColor: o[`${s}-10`],
|
|
115
115
|
color: o[`${s}-90`]
|
|
@@ -118,7 +118,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
118
118
|
default: {
|
|
119
119
|
backgroundColor: o["neutral-10"],
|
|
120
120
|
borderColor: o["neutral-30"],
|
|
121
|
-
borderRadius:
|
|
121
|
+
borderRadius: i.lg,
|
|
122
122
|
borderStyle: "solid",
|
|
123
123
|
borderWidth: r.sm,
|
|
124
124
|
color: o["neutral-80"],
|
|
@@ -138,10 +138,10 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
|
-
danger:
|
|
142
|
-
warning:
|
|
143
|
-
info:
|
|
144
|
-
success:
|
|
141
|
+
danger: l("red"),
|
|
142
|
+
warning: l("orange"),
|
|
143
|
+
info: l("blue"),
|
|
144
|
+
success: l("green"),
|
|
145
145
|
beige: {
|
|
146
146
|
backgroundColor: o["beige-20"],
|
|
147
147
|
borderColor: o["beige-20"],
|
|
@@ -177,7 +177,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
179
|
}, nr = (e) => {
|
|
180
|
-
const { colors: r, fontWeights: o, space: n, texts: a, toRem:
|
|
180
|
+
const { colors: r, fontWeights: o, space: n, texts: a, toRem: i } = e;
|
|
181
181
|
return {
|
|
182
182
|
default: {
|
|
183
183
|
...a.xs,
|
|
@@ -206,13 +206,13 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
206
206
|
sizes: {
|
|
207
207
|
sm: {
|
|
208
208
|
padding: n.xxs,
|
|
209
|
-
height:
|
|
210
|
-
borderRadius:
|
|
209
|
+
height: i(16),
|
|
210
|
+
borderRadius: i(14)
|
|
211
211
|
},
|
|
212
212
|
md: {
|
|
213
213
|
padding: n.xs,
|
|
214
|
-
height:
|
|
215
|
-
borderRadius:
|
|
214
|
+
height: i(20),
|
|
215
|
+
borderRadius: i(14)
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
};
|
|
@@ -240,8 +240,8 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
240
240
|
color: r["neutral-50"]
|
|
241
241
|
}
|
|
242
242
|
};
|
|
243
|
-
},
|
|
244
|
-
const { colors: r, focus: o, fontWeights: n, radii: a, space:
|
|
243
|
+
}, ir = (e) => {
|
|
244
|
+
const { colors: r, focus: o, fontWeights: n, radii: a, space: i, texts: d, toRem: l } = e, s = {
|
|
245
245
|
...d.xs,
|
|
246
246
|
color: r["neutral-10"],
|
|
247
247
|
fontWeight: n.bold,
|
|
@@ -316,10 +316,10 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
316
316
|
borderColor: "transparent"
|
|
317
317
|
},
|
|
318
318
|
tertiary: {
|
|
319
|
-
backgroundColor:
|
|
319
|
+
backgroundColor: f(r["neutral-90"], 0.1)
|
|
320
320
|
},
|
|
321
321
|
ghost: {
|
|
322
|
-
backgroundColor:
|
|
322
|
+
backgroundColor: f(r["neutral-90"], 0.1)
|
|
323
323
|
},
|
|
324
324
|
danger: {
|
|
325
325
|
primary: {
|
|
@@ -372,10 +372,10 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
372
372
|
borderColor: r["neutral-50"]
|
|
373
373
|
},
|
|
374
374
|
tertiary: {
|
|
375
|
-
backgroundColor:
|
|
375
|
+
backgroundColor: f(r["neutral-90"], 0.4)
|
|
376
376
|
},
|
|
377
377
|
ghost: {
|
|
378
|
-
backgroundColor:
|
|
378
|
+
backgroundColor: f(r["neutral-90"], 0.4)
|
|
379
379
|
},
|
|
380
380
|
danger: {
|
|
381
381
|
primary: {
|
|
@@ -411,42 +411,42 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
411
411
|
},
|
|
412
412
|
sizes: {
|
|
413
413
|
xs: {
|
|
414
|
-
height:
|
|
415
|
-
padding: `${
|
|
414
|
+
height: l(24),
|
|
415
|
+
padding: `${i.xs} ${i.sm}`
|
|
416
416
|
},
|
|
417
417
|
sm: {
|
|
418
|
-
height:
|
|
419
|
-
padding: `${
|
|
418
|
+
height: l(32),
|
|
419
|
+
padding: `${i.sm} ${i.md}`
|
|
420
420
|
},
|
|
421
421
|
md: {
|
|
422
422
|
...d.sm,
|
|
423
423
|
fontWeight: n.bold,
|
|
424
|
-
height:
|
|
425
|
-
padding: `${
|
|
424
|
+
height: l(40),
|
|
425
|
+
padding: `${i.sm} ${i.lg}`
|
|
426
426
|
},
|
|
427
427
|
lg: {
|
|
428
428
|
...d.sm,
|
|
429
429
|
fontWeight: n.bold,
|
|
430
|
-
height:
|
|
431
|
-
padding: `${
|
|
430
|
+
height: l(48),
|
|
431
|
+
padding: `${i.md} ${i.xl}`
|
|
432
432
|
}
|
|
433
433
|
},
|
|
434
434
|
icon: {
|
|
435
435
|
only: {
|
|
436
|
-
xs:
|
|
437
|
-
sm:
|
|
438
|
-
md:
|
|
439
|
-
lg:
|
|
436
|
+
xs: l(16),
|
|
437
|
+
sm: l(16),
|
|
438
|
+
md: l(16),
|
|
439
|
+
lg: l(24)
|
|
440
440
|
},
|
|
441
441
|
default: {
|
|
442
|
-
xs:
|
|
443
|
-
sm:
|
|
444
|
-
md:
|
|
445
|
-
lg:
|
|
442
|
+
xs: l(12),
|
|
443
|
+
sm: l(16),
|
|
444
|
+
md: l(16),
|
|
445
|
+
lg: l(16)
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
448
|
};
|
|
449
|
-
},
|
|
449
|
+
}, lr = (e) => {
|
|
450
450
|
const { borderWidths: r, colors: o } = e;
|
|
451
451
|
return {
|
|
452
452
|
default: {
|
|
@@ -490,7 +490,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
490
490
|
borderColor: r["primary-40"]
|
|
491
491
|
}
|
|
492
492
|
};
|
|
493
|
-
},
|
|
493
|
+
}, gr = (e) => {
|
|
494
494
|
const { colors: r, space: o, toRem: n } = e;
|
|
495
495
|
return {
|
|
496
496
|
backdrop: {
|
|
@@ -526,8 +526,8 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
528
|
};
|
|
529
|
-
},
|
|
530
|
-
const { colors: r, fontSizes: o, radii: n, toRem: a } = e,
|
|
529
|
+
}, cr = (e) => {
|
|
530
|
+
const { colors: r, fontSizes: o, radii: n, toRem: a } = e, i = r["beige-30"];
|
|
531
531
|
return {
|
|
532
532
|
inner: {
|
|
533
533
|
fontSize: o.sm,
|
|
@@ -552,7 +552,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
552
552
|
}
|
|
553
553
|
},
|
|
554
554
|
separator: {
|
|
555
|
-
backgroundColor:
|
|
555
|
+
backgroundColor: i
|
|
556
556
|
}
|
|
557
557
|
};
|
|
558
558
|
}, ur = (e) => {
|
|
@@ -593,12 +593,12 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
593
593
|
fontWeight: n.medium
|
|
594
594
|
};
|
|
595
595
|
}, hr = (e) => {
|
|
596
|
-
const { colors: r, fontWeights: o, icons: n, space: a, transitions:
|
|
596
|
+
const { colors: r, fontWeights: o, icons: n, space: a, transitions: i } = e;
|
|
597
597
|
return {
|
|
598
598
|
default: {
|
|
599
599
|
color: r["neutral-90"],
|
|
600
600
|
fontWeight: o.medium,
|
|
601
|
-
transition:
|
|
601
|
+
transition: i.medium
|
|
602
602
|
},
|
|
603
603
|
withExternalLink: {
|
|
604
604
|
backgroundSize: `calc(100% - ${n.sm} - ${a.sm}) 50%`
|
|
@@ -701,11 +701,11 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
701
701
|
cover: {}
|
|
702
702
|
};
|
|
703
703
|
}, Cr = (e) => {
|
|
704
|
-
const { colors: r, focus: o, fontSizes: n, fontWeights: a, toRem:
|
|
704
|
+
const { colors: r, focus: o, fontSizes: n, fontWeights: a, toRem: i } = e;
|
|
705
705
|
return {
|
|
706
706
|
default: {
|
|
707
|
-
width:
|
|
708
|
-
height:
|
|
707
|
+
width: i(32),
|
|
708
|
+
height: i(32),
|
|
709
709
|
color: r["neutral-90"],
|
|
710
710
|
fontWeight: a.bold,
|
|
711
711
|
fontSize: n.xs
|
|
@@ -729,13 +729,13 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
729
729
|
}
|
|
730
730
|
};
|
|
731
731
|
}, kr = (e) => {
|
|
732
|
-
const { borderWidths: r, colors: o, space: n, texts: a, toRem:
|
|
732
|
+
const { borderWidths: r, colors: o, space: n, texts: a, toRem: i } = e;
|
|
733
733
|
return {
|
|
734
734
|
default: {
|
|
735
735
|
...a.sm,
|
|
736
736
|
backgroundColor: o["neutral-90"],
|
|
737
737
|
color: o["neutral-10"],
|
|
738
|
-
maxWidth:
|
|
738
|
+
maxWidth: i(700),
|
|
739
739
|
zIndex: 1
|
|
740
740
|
},
|
|
741
741
|
content: {
|
|
@@ -874,7 +874,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
874
874
|
}
|
|
875
875
|
};
|
|
876
876
|
}, Wr = (e) => {
|
|
877
|
-
const { borderWidths: r, colors: o, fontSizes: n, fontWeights: a, lineHeights:
|
|
877
|
+
const { borderWidths: r, colors: o, fontSizes: n, fontWeights: a, lineHeights: i, space: d } = e;
|
|
878
878
|
return {
|
|
879
879
|
tabsBorder: {
|
|
880
880
|
horizontal: {
|
|
@@ -889,7 +889,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
889
889
|
color: o["neutral-70"],
|
|
890
890
|
fontWeight: a.medium,
|
|
891
891
|
textDecoration: "none",
|
|
892
|
-
lineHeight:
|
|
892
|
+
lineHeight: i.md
|
|
893
893
|
},
|
|
894
894
|
active: {
|
|
895
895
|
color: o["neutral-90"]
|
|
@@ -941,7 +941,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
941
941
|
}
|
|
942
942
|
};
|
|
943
943
|
}, Sr = (e) => {
|
|
944
|
-
const { colors: r, fontSizes: o, fontWeights: n, radii: a, space:
|
|
944
|
+
const { colors: r, fontSizes: o, fontWeights: n, radii: a, space: i, toRem: d } = e, l = {
|
|
945
945
|
xs: d(20),
|
|
946
946
|
sm: d(24),
|
|
947
947
|
md: d(32)
|
|
@@ -950,10 +950,10 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
950
950
|
color: r[`${u}-90`]
|
|
951
951
|
}), t = (u) => ({
|
|
952
952
|
backgroundColor: r[`${u}-20`]
|
|
953
|
-
}),
|
|
953
|
+
}), c = (u) => ({
|
|
954
954
|
backgroundColor: r[`${u}-${u === "green" ? "30" : "40"}`],
|
|
955
955
|
color: r["neutral-90"]
|
|
956
|
-
}),
|
|
956
|
+
}), m = (u) => ({
|
|
957
957
|
backgroundColor: r[`${u}-${u === "green" ? "40" : "50"}`]
|
|
958
958
|
});
|
|
959
959
|
return {
|
|
@@ -974,12 +974,12 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
974
974
|
danger: s("red"),
|
|
975
975
|
warning: s("orange"),
|
|
976
976
|
info: s("blue"),
|
|
977
|
-
teal:
|
|
978
|
-
blue:
|
|
979
|
-
orange:
|
|
980
|
-
pink:
|
|
981
|
-
green:
|
|
982
|
-
violet:
|
|
977
|
+
teal: c("teal"),
|
|
978
|
+
blue: c("blue"),
|
|
979
|
+
orange: c("orange"),
|
|
980
|
+
pink: c("pink"),
|
|
981
|
+
green: c("green"),
|
|
982
|
+
violet: c("violet"),
|
|
983
983
|
ai: {
|
|
984
984
|
backgroundColor: r["violet-20"],
|
|
985
985
|
color: r["violet-90"]
|
|
@@ -996,35 +996,35 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
996
996
|
danger: t("red"),
|
|
997
997
|
warning: t("orange"),
|
|
998
998
|
info: t("blue"),
|
|
999
|
-
teal:
|
|
1000
|
-
blue:
|
|
1001
|
-
orange:
|
|
1002
|
-
pink:
|
|
1003
|
-
green:
|
|
1004
|
-
violet:
|
|
999
|
+
teal: m("teal"),
|
|
1000
|
+
blue: m("blue"),
|
|
1001
|
+
orange: m("orange"),
|
|
1002
|
+
pink: m("pink"),
|
|
1003
|
+
green: m("green"),
|
|
1004
|
+
violet: m("violet"),
|
|
1005
1005
|
ai: {
|
|
1006
1006
|
backgroundColor: r["violet-30"]
|
|
1007
1007
|
}
|
|
1008
1008
|
},
|
|
1009
1009
|
sizes: {
|
|
1010
1010
|
xs: {
|
|
1011
|
-
padding: `${
|
|
1012
|
-
height:
|
|
1011
|
+
padding: `${i.xxs} ${i.xs}`,
|
|
1012
|
+
height: l.xs,
|
|
1013
1013
|
fontSize: o.xs,
|
|
1014
|
-
gap:
|
|
1014
|
+
gap: i.xs,
|
|
1015
1015
|
borderRadius: a.sm
|
|
1016
1016
|
},
|
|
1017
1017
|
sm: {
|
|
1018
|
-
padding: `${
|
|
1019
|
-
height:
|
|
1018
|
+
padding: `${i.xs} ${i.sm}`,
|
|
1019
|
+
height: l.sm,
|
|
1020
1020
|
fontSize: o.xs,
|
|
1021
|
-
gap:
|
|
1021
|
+
gap: i.xs
|
|
1022
1022
|
},
|
|
1023
1023
|
md: {
|
|
1024
|
-
padding: `${
|
|
1025
|
-
height:
|
|
1024
|
+
padding: `${i.xs} ${i.sm}`,
|
|
1025
|
+
height: l.md,
|
|
1026
1026
|
fontSize: o.sm,
|
|
1027
|
-
gap:
|
|
1027
|
+
gap: i.sm
|
|
1028
1028
|
}
|
|
1029
1029
|
},
|
|
1030
1030
|
icon: {
|
|
@@ -1034,16 +1034,16 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1034
1034
|
},
|
|
1035
1035
|
shape: {
|
|
1036
1036
|
xs: {
|
|
1037
|
-
width:
|
|
1038
|
-
height:
|
|
1037
|
+
width: l.xs,
|
|
1038
|
+
height: l.xs
|
|
1039
1039
|
},
|
|
1040
1040
|
sm: {
|
|
1041
|
-
width:
|
|
1042
|
-
height:
|
|
1041
|
+
width: l.sm,
|
|
1042
|
+
height: l.sm
|
|
1043
1043
|
},
|
|
1044
1044
|
md: {
|
|
1045
|
-
width:
|
|
1046
|
-
height:
|
|
1045
|
+
width: l.md,
|
|
1046
|
+
height: l.md
|
|
1047
1047
|
}
|
|
1048
1048
|
}
|
|
1049
1049
|
};
|
|
@@ -1127,7 +1127,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1127
1127
|
"subtitle-sm": r.medium,
|
|
1128
1128
|
xs: r.regular
|
|
1129
1129
|
};
|
|
1130
|
-
},
|
|
1130
|
+
}, Rr = (e) => {
|
|
1131
1131
|
const { fonts: r } = e;
|
|
1132
1132
|
return {
|
|
1133
1133
|
h0: r.headings,
|
|
@@ -1140,7 +1140,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1140
1140
|
"subtitle-md": r.headings,
|
|
1141
1141
|
"subtitle-sm": r.headings
|
|
1142
1142
|
};
|
|
1143
|
-
},
|
|
1143
|
+
}, _r = () => ({
|
|
1144
1144
|
"subtitle-md": "uppercase",
|
|
1145
1145
|
"subtitle-sm": "uppercase"
|
|
1146
1146
|
}), Lr = (e) => {
|
|
@@ -1154,26 +1154,26 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1154
1154
|
h5: r["neutral-90"],
|
|
1155
1155
|
h6: r["neutral-90"]
|
|
1156
1156
|
};
|
|
1157
|
-
},
|
|
1157
|
+
}, z = (e) => {
|
|
1158
1158
|
const {
|
|
1159
1159
|
fontSizes: r,
|
|
1160
1160
|
letterSpacings: o,
|
|
1161
1161
|
lineHeights: n,
|
|
1162
1162
|
textsFontColors: a,
|
|
1163
|
-
textsFontFamily:
|
|
1163
|
+
textsFontFamily: i,
|
|
1164
1164
|
textsFontWeights: d,
|
|
1165
|
-
textsTextTransform:
|
|
1165
|
+
textsTextTransform: l
|
|
1166
1166
|
} = e;
|
|
1167
1167
|
return Object.keys(r).reduce((s, t) => ({
|
|
1168
1168
|
...s,
|
|
1169
1169
|
[t]: {
|
|
1170
1170
|
color: a[t],
|
|
1171
|
-
fontFamily:
|
|
1171
|
+
fontFamily: i[t] || void 0,
|
|
1172
1172
|
fontWeight: d[t],
|
|
1173
1173
|
fontSize: r[t],
|
|
1174
1174
|
lineHeight: n[t] || n.lg,
|
|
1175
1175
|
letterSpacing: o[t] || void 0,
|
|
1176
|
-
textTransform:
|
|
1176
|
+
textTransform: l[t] || void 0
|
|
1177
1177
|
}
|
|
1178
1178
|
}), {});
|
|
1179
1179
|
}, Ir = (e, r, o) => ({
|
|
@@ -1181,21 +1181,21 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1181
1181
|
headings: [r, "sans-serif"].join(", "),
|
|
1182
1182
|
icons: o
|
|
1183
1183
|
}), Hr = (e) => {
|
|
1184
|
-
const { borderWidths: r, colors: o, fontWeights: n, radii: a, space:
|
|
1184
|
+
const { borderWidths: r, colors: o, fontWeights: n, radii: a, space: i } = e;
|
|
1185
1185
|
return {
|
|
1186
1186
|
default: {
|
|
1187
|
-
paddingLeft:
|
|
1188
|
-
paddingRight:
|
|
1187
|
+
paddingLeft: i.sm,
|
|
1188
|
+
paddingRight: i.sm
|
|
1189
1189
|
},
|
|
1190
1190
|
top: {
|
|
1191
|
-
paddingTop:
|
|
1191
|
+
paddingTop: i.lg
|
|
1192
1192
|
},
|
|
1193
1193
|
bottom: {
|
|
1194
|
-
paddingBottom:
|
|
1194
|
+
paddingBottom: i.lg
|
|
1195
1195
|
},
|
|
1196
1196
|
growls: {
|
|
1197
1197
|
default: {
|
|
1198
|
-
...
|
|
1198
|
+
...z(e).sm,
|
|
1199
1199
|
borderWidth: r.sm,
|
|
1200
1200
|
borderStyle: "solid",
|
|
1201
1201
|
borderRadius: a.lg,
|
|
@@ -1336,20 +1336,20 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1336
1336
|
}
|
|
1337
1337
|
}
|
|
1338
1338
|
};
|
|
1339
|
-
},
|
|
1340
|
-
const { borderWidths: r, colors: o, fontSizes: n, fontWeights: a, radii:
|
|
1339
|
+
}, Pr = (e) => {
|
|
1340
|
+
const { borderWidths: r, colors: o, fontSizes: n, fontWeights: a, radii: i, space: d, toRem: l } = e;
|
|
1341
1341
|
return {
|
|
1342
|
-
maxWidth:
|
|
1342
|
+
maxWidth: l(200),
|
|
1343
1343
|
backgroundColor: o["neutral-90"],
|
|
1344
1344
|
color: o["neutral-10"],
|
|
1345
1345
|
padding: `${d.xs} ${d.sm}`,
|
|
1346
1346
|
fontSize: n.sm,
|
|
1347
1347
|
fontWeight: a.medium,
|
|
1348
1348
|
border: `${r.sm} solid ${o["neutral-60"]}`,
|
|
1349
|
-
borderRadius:
|
|
1349
|
+
borderRadius: i.md,
|
|
1350
1350
|
boxSizing: "border-box"
|
|
1351
1351
|
};
|
|
1352
|
-
},
|
|
1352
|
+
}, jr = (e) => {
|
|
1353
1353
|
const { colors: r } = e;
|
|
1354
1354
|
return {
|
|
1355
1355
|
default: {
|
|
@@ -1477,7 +1477,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1477
1477
|
"yellow-70": "#846A01",
|
|
1478
1478
|
"yellow-80": "#604D00",
|
|
1479
1479
|
"yellow-90": "#423500"
|
|
1480
|
-
},
|
|
1480
|
+
}, B = (e) => ({
|
|
1481
1481
|
...e,
|
|
1482
1482
|
"primary-10": e["yellow-10"],
|
|
1483
1483
|
"primary-20": e["yellow-20"],
|
|
@@ -1495,16 +1495,16 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1495
1495
|
"secondary-teal": e["teal-40"],
|
|
1496
1496
|
"secondary-violet": e["violet-40"],
|
|
1497
1497
|
overlay: "rgba(0, 0, 0, 0.55)"
|
|
1498
|
-
}),
|
|
1498
|
+
}), y = B(Gr), Mr = Object.keys(y).reduce((e, r) => {
|
|
1499
1499
|
if (r.startsWith("secondary-") || r === "overlay") return e;
|
|
1500
1500
|
const o = 100 - Number(r.slice(-2)), n = r.slice(0, r.length - 2);
|
|
1501
1501
|
return {
|
|
1502
1502
|
...e,
|
|
1503
|
-
[r]:
|
|
1503
|
+
[r]: y[`${n}${o}`]
|
|
1504
1504
|
};
|
|
1505
1505
|
}, {}), Kr = {
|
|
1506
|
-
...
|
|
1507
|
-
...
|
|
1506
|
+
...y,
|
|
1507
|
+
...B(Mr)
|
|
1508
1508
|
}, po = {
|
|
1509
1509
|
colors: Kr
|
|
1510
1510
|
}, Yr = "f19d0de47a5f6f7446d37111f075c0901835bf12", Jr = (e) => ({
|
|
@@ -1551,16 +1551,16 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1551
1551
|
weight: "100 1000"
|
|
1552
1552
|
}
|
|
1553
1553
|
]
|
|
1554
|
-
}),
|
|
1554
|
+
}), k = {
|
|
1555
1555
|
primary: "ease",
|
|
1556
1556
|
secondary: "linear",
|
|
1557
1557
|
tertiary: "cubic-bezier(0.41, 0.094, 0.54, 0.07)"
|
|
1558
1558
|
}, Xr = {
|
|
1559
|
-
slow: `500ms ${
|
|
1560
|
-
medium: `300ms ${
|
|
1561
|
-
fast: `100ms ${
|
|
1559
|
+
slow: `500ms ${k.tertiary}`,
|
|
1560
|
+
medium: `300ms ${k.primary}`,
|
|
1561
|
+
fast: `100ms ${k.secondary}`
|
|
1562
1562
|
}, Zr = ({ colors: e }) => ({
|
|
1563
|
-
default:
|
|
1563
|
+
default: w`
|
|
1564
1564
|
background-image: linear-gradient(
|
|
1565
1565
|
0deg,
|
|
1566
1566
|
${e["primary-40"]},
|
|
@@ -1574,7 +1574,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1574
1574
|
background-size 250ms,
|
|
1575
1575
|
color 250ms;
|
|
1576
1576
|
`,
|
|
1577
|
-
hover:
|
|
1577
|
+
hover: w`
|
|
1578
1578
|
opacity: 1;
|
|
1579
1579
|
background-position-y: 100%;
|
|
1580
1580
|
background-size: 100% 100%;
|
|
@@ -1627,14 +1627,14 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1627
1627
|
}
|
|
1628
1628
|
return r;
|
|
1629
1629
|
}, no = (e) => {
|
|
1630
|
-
const { borderWidths: r, colors: o, focus: n, fontSizes: a, fontWeights:
|
|
1630
|
+
const { borderWidths: r, colors: o, focus: n, fontSizes: a, fontWeights: i, radii: d, space: l, toRem: s } = e;
|
|
1631
1631
|
return {
|
|
1632
1632
|
default: {
|
|
1633
1633
|
color: o["neutral-90"],
|
|
1634
1634
|
fontSize: a.sm,
|
|
1635
1635
|
/* Can't use 16 because that's a valid line-height value (16em) */
|
|
1636
1636
|
lineHeight: "1rem",
|
|
1637
|
-
fontWeight:
|
|
1637
|
+
fontWeight: i.regular,
|
|
1638
1638
|
backgroundColor: o["neutral-10"],
|
|
1639
1639
|
borderColor: o["neutral-30"],
|
|
1640
1640
|
borderWidth: r.sm,
|
|
@@ -1673,31 +1673,31 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1673
1673
|
sizes: {
|
|
1674
1674
|
xs: {
|
|
1675
1675
|
height: s(24),
|
|
1676
|
-
paddingTop:
|
|
1677
|
-
paddingRight:
|
|
1678
|
-
paddingBottom:
|
|
1679
|
-
paddingLeft:
|
|
1676
|
+
paddingTop: l.xs,
|
|
1677
|
+
paddingRight: l.sm,
|
|
1678
|
+
paddingBottom: l.xs,
|
|
1679
|
+
paddingLeft: l.sm
|
|
1680
1680
|
},
|
|
1681
1681
|
sm: {
|
|
1682
1682
|
height: s(32),
|
|
1683
|
-
paddingTop:
|
|
1684
|
-
paddingRight:
|
|
1685
|
-
paddingBottom:
|
|
1686
|
-
paddingLeft:
|
|
1683
|
+
paddingTop: l.sm,
|
|
1684
|
+
paddingRight: l.md,
|
|
1685
|
+
paddingBottom: l.sm,
|
|
1686
|
+
paddingLeft: l.md
|
|
1687
1687
|
},
|
|
1688
1688
|
md: {
|
|
1689
1689
|
height: s(40),
|
|
1690
|
-
paddingTop:
|
|
1691
|
-
paddingRight:
|
|
1692
|
-
paddingBottom:
|
|
1693
|
-
paddingLeft:
|
|
1690
|
+
paddingTop: l.md,
|
|
1691
|
+
paddingRight: l.md,
|
|
1692
|
+
paddingBottom: l.md,
|
|
1693
|
+
paddingLeft: l.md
|
|
1694
1694
|
},
|
|
1695
1695
|
lg: {
|
|
1696
1696
|
height: s(48),
|
|
1697
|
-
paddingTop:
|
|
1698
|
-
paddingRight:
|
|
1699
|
-
paddingBottom:
|
|
1700
|
-
paddingLeft:
|
|
1697
|
+
paddingTop: l.lg,
|
|
1698
|
+
paddingRight: l.md,
|
|
1699
|
+
paddingBottom: l.lg,
|
|
1700
|
+
paddingLeft: l.md
|
|
1701
1701
|
}
|
|
1702
1702
|
},
|
|
1703
1703
|
iconPlacement: {
|
|
@@ -1760,7 +1760,7 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1760
1760
|
},
|
|
1761
1761
|
selected: {
|
|
1762
1762
|
color: o["neutral-90"],
|
|
1763
|
-
fontWeight:
|
|
1763
|
+
fontWeight: i.bold
|
|
1764
1764
|
},
|
|
1765
1765
|
disabled: {
|
|
1766
1766
|
color: o["beige-60"],
|
|
@@ -1771,19 +1771,19 @@ const $ = /* @__PURE__ */ _(rr), or = (e) => {
|
|
|
1771
1771
|
"border-width": "0"
|
|
1772
1772
|
}
|
|
1773
1773
|
};
|
|
1774
|
-
}, ao = "work-sans",
|
|
1774
|
+
}, ao = "work-sans", io = 16, lo = "-0.019rem", so = 1.15, go = "https://cdn.welcome-ui.com/fonts", co = "welcome-font", uo = "welcome-icon-font", fo = (e = {}) => {
|
|
1775
1775
|
const {
|
|
1776
1776
|
defaultFontFamily: r = ao,
|
|
1777
|
-
defaultFontSize: o =
|
|
1778
|
-
defaultLetterSpacing: n =
|
|
1777
|
+
defaultFontSize: o = io,
|
|
1778
|
+
defaultLetterSpacing: n = lo,
|
|
1779
1779
|
defaultLineHeight: a = so,
|
|
1780
|
-
fontsUrl:
|
|
1781
|
-
headingFontFamily: d =
|
|
1782
|
-
iconFontFamily:
|
|
1780
|
+
fontsUrl: i = go,
|
|
1781
|
+
headingFontFamily: d = co,
|
|
1782
|
+
iconFontFamily: l = uo,
|
|
1783
1783
|
...s
|
|
1784
1784
|
} = e;
|
|
1785
1785
|
let t = {};
|
|
1786
|
-
return t.transformers = { ...
|
|
1786
|
+
return t.transformers = { ...E }, t.toEm = (c) => `${c / o}em`, t.toRem = (c) => `${c / o}rem`, t.toPx = (c) => `${c * o}px`, t.colors = y, t.fontsUrl = i, t.fontFaces = Jr(t), t.fontSizes = Dr("rem", t), t.defaultLineHeight = a, t.defaultLetterSpacing = n, t.lineHeights = zr(t), t.fontWeights = Br, t.letterSpacings = Ar(t), t.fonts = Ir(r, d, l), t.borderWidths = Qr, t.screens = Vr, t.space = oo(t), t.inset = t.space, t.radii = qr(t), t.transitions = Xr, t.timingFunction = k, t.shadows = ro, t = W(t, s), t.selection = eo(t), t.underline = Zr(t), t.focus = to(t), t.textsFontWeights = Er(t), t.textsFontFamily = Rr(t), t.textsFontColors = Lr(t), t.textsTextTransform = _r(), t.texts = z(t), t.defaultFields = no(t), t.icons = fr(t), t.accordions = or(t), t.alerts = er(t), t.avatars = tr(t), t.badges = nr(t), t.breadcrumbs = ar(t), t.buttons = ir(t), t.cards = lr(t), t.checkboxes = sr(t), t.dateTimePickerCommon = dr(t), t.drawers = gr(t), t.dropdownMenu = cr(t), t.fileDrops = ur(t), t.hints = br(t), t.labels = mr(t), t.links = hr(t), t.loaders = pr(t), t.modals = xr(t), t.paginations = Cr(t), t.popovers = kr(t), t.radios = yr(t), t.radiosTab = Fr(t), t.sliders = vr(t), t.swipers = wr(t), t.tables = $r(t), t.tabs = Wr(t), t.tags = Sr(t), t.textareas = Tr(t), t.toasts = Hr(t), t.toggles = Nr(t), t.tooltips = Pr(t), t.variantIcon = jr(t), t.states = b.states, t.durations = b.durations, t.gridTemplateColumns = b.gridTemplateColumns, t.gridTemplateRows = b.gridTemplateRows, t.ringWidths = b.ringWidths, t.borders = b.borders, t.transitionProperties = b.transitionProperties, t.timingFunctions = b.timingFunctions, t.animations = b.animations, t.xstyled = b.xstyled, t = W(t, s), t;
|
|
1787
1787
|
};
|
|
1788
1788
|
export {
|
|
1789
1789
|
fo as createTheme,
|