@class101/cdn-ui-system 0.0.6 → 0.0.10
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/@types/image.d.js +6 -2
- package/@types/theme.d.js +6 -3
- package/chunk-2VS4JN2V.js +254 -0
- package/chunk-44GVNF2V.js +39 -0
- package/chunk-5UMHOQ7R.js +38 -0
- package/chunk-7BJXCATJ.js +959 -0
- package/chunk-AXJOQSVO.js +84 -0
- package/chunk-AY54FCVA.js +19 -0
- package/chunk-CPDZ2HQZ.js +38 -0
- package/chunk-E2KIAABB.js +217 -0
- package/chunk-F522NW23.js +622 -0
- package/chunk-FRH3NN2M.js +38 -0
- package/chunk-FRNHAL35.js +48 -0
- package/chunk-FTDRDLT4.js +187 -0
- package/chunk-IKYIYCM6.js +5428 -0
- package/chunk-IMWQE6G2.js +182 -0
- package/chunk-K4FOIOQK.js +43 -0
- package/chunk-K4YVFYII.js +462 -0
- package/chunk-KBR5BGSG.js +328 -0
- package/chunk-LVICGF6E.js +49 -0
- package/chunk-QN5Q5NTF.js +19 -0
- package/chunk-RGF42JSA.js +40 -0
- package/chunk-UAWCTQGC.js +1791 -0
- package/chunk-UMKGAET2.js +63 -0
- package/contexts/ImageContext/ImageContext.js +4 -2
- package/contexts/ImageContext/index.js +4 -2
- package/contexts/LinkContext/LinkContext.js +4 -2
- package/contexts/LinkContext/index.js +4 -2
- package/contexts/UiSystemProvider.js +9 -3
- package/core/colors/DarkModeColors.js +4 -2
- package/core/colors/LightModeColors.js +4 -2
- package/core/index.js +4 -2
- package/core/props/action.js +8 -3
- package/core/props/animator.js +8 -3
- package/core/props/background.js +8 -3
- package/core/props/border.js +12 -5
- package/core/props/color.js +8 -3
- package/core/props/flexbox.js +8 -3
- package/core/props/icon.js +8 -3
- package/core/props/image.js +9 -3
- package/core/props/index.js +14 -4
- package/core/props/layout.js +12 -5
- package/core/props/position.js +8 -3
- package/core/props/shadow.js +8 -3
- package/core/props/space.js +8 -3
- package/core/props/transform.js +8 -3
- package/core/props/transition.js +8 -3
- package/core/props/types/ResponsiveValue.js +6 -2
- package/core/props/types/SystemComponent.js +6 -2
- package/core/props/typography.js +12 -5
- package/core/props/utils/getResponsiveValue.js +12 -6
- package/core/props/utils/skipForwardProps.js +8 -4
- package/core/props/video.js +9 -3
- package/core/theme/baseTheme.js +4 -2
- package/core/theme/defaultTheme.js +4 -2
- package/core/theme/signatureTheme.js +4 -2
- package/core/variants/baseVariant/baseVariant.js +4 -2
- package/core/variants/baseVariant/index.js +4 -2
- package/core/variants/propVariant/index.js +4 -2
- package/core/variants/propVariant/propVariant.js +4 -2
- package/core/variants/propVariant/propVariant.spec.js +4 -2
- package/core/variants/styleVariant/index.js +4 -2
- package/core/variants/styleVariant/styleVariant.js +10 -6
- package/core/variants/styleVariant/styleVariant.spec.js +4 -2
- package/core/variants/system/index.js +4 -2
- package/core/variants/system/system.js +12 -5
- package/hooks/useResponsiveValue/index.js +4 -2
- package/hooks/useResponsiveValue/useResponsiveValue.js +8 -3
- package/index.js +4 -2
- package/lib/Accordion/Accordion.js +5 -2
- package/lib/Accordion/index.js +4 -2
- package/lib/Action/Action.js +8 -7
- package/lib/Action/index.js +4 -2
- package/lib/Alert/Alert.js +5 -2
- package/lib/Alert/index.js +4 -2
- package/lib/Animation/Animator/Animator.js +8 -7
- package/lib/Animation/Animator/Animator.stories.js +9 -3
- package/lib/Animation/Animator/index.js +4 -2
- package/lib/Animation/FadeAnimation/FadeAnimation.js +9 -3
- package/lib/Animation/FadeAnimation/FadeAnimation.stories.js +5 -2
- package/lib/Animation/FadeAnimation/index.js +4 -2
- package/lib/Animation/RotateAnimation/RotateAnimation.js +9 -3
- package/lib/Animation/RotateAnimation/index.js +4 -2
- package/lib/Animation/SlideAnimation/SlideAnimation.js +9 -3
- package/lib/Animation/SlideAnimation/SlideAnimation.stories.js +5 -2
- package/lib/Animation/SlideAnimation/index.js +4 -2
- package/lib/Animation/Transition/Transition.js +5 -2
- package/lib/Animation/Transition/Transition.stories.js +11 -4
- package/lib/Animation/Transition/index.js +4 -2
- package/lib/Avatar/Avatar.js +15 -5
- package/lib/Avatar/index.js +4 -2
- package/lib/Backdrop/Backdrop.js +5 -2
- package/lib/Backdrop/index.js +4 -2
- package/lib/Background/Background.js +8 -7
- package/lib/Background/Background.stories.js +5 -2
- package/lib/Background/index.js +4 -2
- package/lib/BreadCrumb/BreadCrumb.js +13 -5
- package/lib/BreadCrumb/index.js +4 -2
- package/lib/Button/Button/Button.js +5 -2
- package/lib/Button/Button/index.js +4 -2
- package/lib/Button/ButtonIcon/ButtonIcon.js +15 -6
- package/lib/Button/ButtonIcon/index.js +4 -2
- package/lib/Button/ContainedButton/ContainedButton.js +5 -2
- package/lib/Button/ContainedButton/index.js +4 -2
- package/lib/Button/IconButton/IconButton.js +5 -2
- package/lib/Button/IconButton/index.js +4 -2
- package/lib/Button/TextButton/TextButton.js +15 -5
- package/lib/Button/TextButton/TextButton.stories.js +5 -55
- package/lib/Button/TextButton/index.js +4 -2
- package/lib/ConditionalWrapper/ConditionalWrapper.js +5 -2
- package/lib/ConditionalWrapper/ConditionalWrapper.stories.js +5 -2
- package/lib/ConditionalWrapper/index.js +4 -2
- package/lib/Divider/Divider.js +8 -7
- package/lib/Divider/Divider.stories.js +5 -2
- package/lib/Divider/index.js +4 -2
- package/lib/Elevation/Elevation.js +14 -5
- package/lib/Elevation/Elevation.stories.js +5 -2
- package/lib/Elevation/index.js +4 -2
- package/lib/Form/CheckBox/CheckBox.js +11 -4
- package/lib/Form/CheckBox/index.js +4 -2
- package/lib/Form/CheckBoxField/CheckBoxField.js +11 -4
- package/lib/Form/CheckBoxField/index.js +4 -2
- package/lib/Form/Description/Description.js +15 -5
- package/lib/Form/Description/Description.stories.js +5 -2
- package/lib/Form/Description/index.js +4 -2
- package/lib/Form/FormField/FormField.js +5 -2
- package/lib/Form/FormField/FormField.stories.js +5 -32
- package/lib/Form/FormField/index.js +4 -2
- package/lib/Form/HiddenInput/HiddenInput.js +11 -4
- package/lib/Form/HiddenInput/index.js +4 -2
- package/lib/Form/InlineTextLabel/InlineTextLabel.js +5 -2
- package/lib/Form/InlineTextLabel/InlineTextLabel.stories.js +11 -4
- package/lib/Form/InlineTextLabel/index.js +4 -2
- package/lib/Form/Input/Input.js +15 -5
- package/lib/Form/Input/Input.stories.js +5 -30
- package/lib/Form/Input/index.js +4 -2
- package/lib/Form/Label/Label.js +5 -2
- package/lib/Form/Label/Label.stories.js +17 -6
- package/lib/Form/Label/index.js +4 -2
- package/lib/Form/Range/Range.js +8 -7
- package/lib/Form/Range/index.js +4 -2
- package/lib/Form/Select/Select.js +16 -6
- package/lib/Form/Select/Select.stories.js +5 -41
- package/lib/Form/Select/index.js +4 -2
- package/lib/Form/SelectField/SelectField.js +5 -2
- package/lib/Form/SelectField/SelectField.stories.js +14 -76
- package/lib/Form/SelectField/index.js +4 -2
- package/lib/Form/TextArea/TextArea.js +5 -2
- package/lib/Form/TextArea/index.js +4 -2
- package/lib/Form/TextField/TextField.js +5 -2
- package/lib/Form/TextField/TextField.stories.js +14 -65
- package/lib/Form/TextField/index.js +4 -2
- package/lib/Form/TextLabel/TextLabel.js +5 -2
- package/lib/Form/TextLabel/TextLabel.stories.js +5 -2
- package/lib/Form/TextLabel/index.js +4 -2
- package/lib/Frame/Frame.js +5 -2
- package/lib/Frame/index.js +4 -2
- package/lib/GlobalStyle/GlobalStyle.js +10 -3
- package/lib/GlobalStyle/index.js +4 -2
- package/lib/GridList/GridList.js +18 -10
- package/lib/GridList/__mocks__/index.js +4 -2
- package/lib/GridList/index.js +4 -2
- package/lib/Highlight/Highlight.js +5 -2
- package/lib/Highlight/Highlight.stories.js +5 -2
- package/lib/Highlight/index.js +4 -2
- package/lib/HtmlContentStyle/HtmlContentStyle.js +10 -4
- package/lib/HtmlContentStyle/HtmlContentStyle.stories.js +5 -2
- package/lib/HtmlContentStyle/index.js +4 -2
- package/lib/Icon/Icon.js +4 -2
- package/lib/Icon/fill/Add.js +5 -2
- package/lib/Icon/fill/AddCircle.js +5 -2
- package/lib/Icon/fill/Alert.js +5 -2
- package/lib/Icon/fill/AlertCircle.js +5 -2
- package/lib/Icon/fill/Analysis.js +5 -2
- package/lib/Icon/fill/AppDownloadCircle.js +5 -2
- package/lib/Icon/fill/AppleCircle.js +5 -2
- package/lib/Icon/fill/Archive.js +5 -2
- package/lib/Icon/fill/ArrowDown.js +5 -2
- package/lib/Icon/fill/ArrowLeft.js +5 -2
- package/lib/Icon/fill/ArrowRight.js +5 -2
- package/lib/Icon/fill/ArrowUp.js +5 -2
- package/lib/Icon/fill/Badge.js +5 -2
- package/lib/Icon/fill/Bell.js +5 -2
- package/lib/Icon/fill/BellOff.js +5 -2
- package/lib/Icon/fill/Bold.js +5 -2
- package/lib/Icon/fill/Bookmark.js +5 -2
- package/lib/Icon/fill/Camera.js +5 -2
- package/lib/Icon/fill/Canlendar.js +5 -2
- package/lib/Icon/fill/Caption.js +5 -2
- package/lib/Icon/fill/Check.js +5 -2
- package/lib/Icon/fill/CheckCircle.js +5 -2
- package/lib/Icon/fill/CheckboxIndeterminated.js +5 -2
- package/lib/Icon/fill/CheckboxOff.js +5 -2
- package/lib/Icon/fill/CheckboxOn.js +5 -2
- package/lib/Icon/fill/ChevronDown.js +5 -2
- package/lib/Icon/fill/ChevronLeft.js +5 -2
- package/lib/Icon/fill/ChevronRight.js +5 -2
- package/lib/Icon/fill/ChevronUp.js +5 -2
- package/lib/Icon/fill/Clap.js +5 -2
- package/lib/Icon/fill/ClearStyle.js +5 -2
- package/lib/Icon/fill/Clip.js +5 -2
- package/lib/Icon/fill/Clock.js +5 -2
- package/lib/Icon/fill/Close.js +5 -2
- package/lib/Icon/fill/CloseCircle.js +5 -2
- package/lib/Icon/fill/Comment.js +5 -2
- package/lib/Icon/fill/Compass.js +5 -2
- package/lib/Icon/fill/Confetti.js +5 -2
- package/lib/Icon/fill/Contents.js +5 -2
- package/lib/Icon/fill/Copy.js +5 -2
- package/lib/Icon/fill/Coupon.js +5 -2
- package/lib/Icon/fill/CreditCard.js +5 -2
- package/lib/Icon/fill/Crop.js +5 -2
- package/lib/Icon/fill/Crown.js +5 -2
- package/lib/Icon/fill/DepositPassbook.js +5 -2
- package/lib/Icon/fill/Design.js +5 -2
- package/lib/Icon/fill/Development.js +5 -2
- package/lib/Icon/fill/DisclosureDown.js +5 -2
- package/lib/Icon/fill/DisclosureUp.js +5 -2
- package/lib/Icon/fill/Dislike.js +5 -2
- package/lib/Icon/fill/Divider.js +5 -2
- package/lib/Icon/fill/Download.js +5 -2
- package/lib/Icon/fill/DropDown.js +5 -2
- package/lib/Icon/fill/DropUp.js +5 -2
- package/lib/Icon/fill/Earybird.js +5 -2
- package/lib/Icon/fill/Edit.js +5 -2
- package/lib/Icon/fill/EyeOff.js +5 -2
- package/lib/Icon/fill/EyeOn.js +5 -2
- package/lib/Icon/fill/FacebookCircle.js +5 -2
- package/lib/Icon/fill/Filter.js +5 -2
- package/lib/Icon/fill/FullScreen.js +5 -2
- package/lib/Icon/fill/FullScreenExit.js +5 -2
- package/lib/Icon/fill/Gear.js +5 -2
- package/lib/Icon/fill/Ghost.js +5 -2
- package/lib/Icon/fill/Gift.js +5 -2
- package/lib/Icon/fill/Groove.js +5 -2
- package/lib/Icon/fill/Hashtag.js +5 -2
- package/lib/Icon/fill/Heart.js +5 -2
- package/lib/Icon/fill/HeartFull.js +5 -2
- package/lib/Icon/fill/HelpCircle.js +5 -2
- package/lib/Icon/fill/Home.js +5 -2
- package/lib/Icon/fill/Hot.js +5 -2
- package/lib/Icon/fill/InfoCircle.js +5 -2
- package/lib/Icon/fill/InstagramCircle.js +5 -2
- package/lib/Icon/fill/Laptop.js +5 -2
- package/lib/Icon/fill/Like.js +5 -2
- package/lib/Icon/fill/Link.js +5 -2
- package/lib/Icon/fill/LinkOutside.js +5 -2
- package/lib/Icon/fill/ListBullet.js +5 -2
- package/lib/Icon/fill/ListNumber.js +5 -2
- package/lib/Icon/fill/Location.js +5 -2
- package/lib/Icon/fill/LocationCurrent.js +5 -2
- package/lib/Icon/fill/Lock.js +5 -2
- package/lib/Icon/fill/LockOff.js +5 -2
- package/lib/Icon/fill/Logout.js +5 -2
- package/lib/Icon/fill/Menu.js +5 -2
- package/lib/Icon/fill/Message.js +5 -2
- package/lib/Icon/fill/Mic.js +5 -2
- package/lib/Icon/fill/Minus.js +5 -2
- package/lib/Icon/fill/MinusCircle.js +5 -2
- package/lib/Icon/fill/Mobile.js +5 -2
- package/lib/Icon/fill/Monitor.js +5 -2
- package/lib/Icon/fill/MoreHorizontal.js +5 -2
- package/lib/Icon/fill/MoreVertical.js +5 -2
- package/lib/Icon/fill/NaverCircle.js +5 -2
- package/lib/Icon/fill/Notice.js +5 -2
- package/lib/Icon/fill/Oa.js +5 -2
- package/lib/Icon/fill/Paper1.js +5 -2
- package/lib/Icon/fill/Paper2.js +5 -2
- package/lib/Icon/fill/Paper3.js +5 -2
- package/lib/Icon/fill/Person.js +5 -2
- package/lib/Icon/fill/Phone.js +5 -2
- package/lib/Icon/fill/Photo.js +5 -2
- package/lib/Icon/fill/PhotoAdd.js +5 -2
- package/lib/Icon/fill/PhotoDouble.js +5 -2
- package/lib/Icon/fill/Pin.js +5 -2
- package/lib/Icon/fill/Pip.js +5 -2
- package/lib/Icon/fill/Play.js +5 -2
- package/lib/Icon/fill/PlayBackA.js +5 -2
- package/lib/Icon/fill/PlayCircle.js +5 -2
- package/lib/Icon/fill/PlayFast.js +5 -2
- package/lib/Icon/fill/PlayFast10Sec.js +5 -2
- package/lib/Icon/fill/PlayFast15Sec.js +5 -2
- package/lib/Icon/fill/PlayFast5Sec.js +5 -2
- package/lib/Icon/fill/PlayNext.js +5 -2
- package/lib/Icon/fill/PlayPause.js +5 -2
- package/lib/Icon/fill/PlayPrev.js +5 -2
- package/lib/Icon/fill/PlayRewind10Sec.js +5 -2
- package/lib/Icon/fill/PlayRewind15Sec.js +5 -2
- package/lib/Icon/fill/PlayRewind5Sec.js +5 -2
- package/lib/Icon/fill/PlaySpeedX025.js +5 -2
- package/lib/Icon/fill/PlaySpeedX05.js +5 -2
- package/lib/Icon/fill/PlaySpeedX1.js +5 -2
- package/lib/Icon/fill/PlaySpeedX15.js +5 -2
- package/lib/Icon/fill/PlaySpeedX2.js +5 -2
- package/lib/Icon/fill/PlaystoreCircle.js +5 -2
- package/lib/Icon/fill/PointCircle.js +5 -2
- package/lib/Icon/fill/Project.js +5 -2
- package/lib/Icon/fill/Quote.js +5 -2
- package/lib/Icon/fill/QuoteReverse.js +5 -2
- package/lib/Icon/fill/Receipt.js +5 -2
- package/lib/Icon/fill/Repeat.js +5 -2
- package/lib/Icon/fill/Replay.js +5 -2
- package/lib/Icon/fill/Reply.js +5 -2
- package/lib/Icon/fill/Report.js +5 -2
- package/lib/Icon/fill/Rocket.js +5 -2
- package/lib/Icon/fill/RotateClockwise.js +5 -2
- package/lib/Icon/fill/Sad.js +5 -2
- package/lib/Icon/fill/Search.js +5 -2
- package/lib/Icon/fill/Send.js +5 -2
- package/lib/Icon/fill/Send2.js +5 -2
- package/lib/Icon/fill/Serious.js +5 -2
- package/lib/Icon/fill/Share.js +5 -2
- package/lib/Icon/fill/Sheild.js +5 -2
- package/lib/Icon/fill/ShippingTruck.js +5 -2
- package/lib/Icon/fill/Smile.js +5 -2
- package/lib/Icon/fill/SocialMedia.js +5 -2
- package/lib/Icon/fill/Sorting.js +5 -2
- package/lib/Icon/fill/Square.js +5 -2
- package/lib/Icon/fill/Star.js +5 -2
- package/lib/Icon/fill/StarFull.js +5 -2
- package/lib/Icon/fill/StarHalf.js +5 -2
- package/lib/Icon/fill/Stock.js +5 -2
- package/lib/Icon/fill/Store.js +5 -2
- package/lib/Icon/fill/Subtitle.js +5 -2
- package/lib/Icon/fill/TalkHelp.js +5 -2
- package/lib/Icon/fill/TextH1.js +5 -2
- package/lib/Icon/fill/TextH2.js +5 -2
- package/lib/Icon/fill/TextH3.js +5 -2
- package/lib/Icon/fill/ThunderCircle.js +5 -2
- package/lib/Icon/fill/Timer.js +5 -2
- package/lib/Icon/fill/ToggleOff.js +5 -2
- package/lib/Icon/fill/ToggleOn.js +5 -2
- package/lib/Icon/fill/ToteBag.js +5 -2
- package/lib/Icon/fill/Trash.js +5 -2
- package/lib/Icon/fill/TwitterCircle.js +5 -2
- package/lib/Icon/fill/Undo.js +5 -2
- package/lib/Icon/fill/Video.js +5 -2
- package/lib/Icon/fill/Volume.js +5 -2
- package/lib/Icon/fill/VolumeMute.js +5 -2
- package/lib/Icon/fill/Web.js +5 -2
- package/lib/Icon/fill/Won.js +5 -2
- package/lib/Icon/fill/WonBadge.js +5 -2
- package/lib/Icon/fill/WonCircle.js +5 -2
- package/lib/Icon/fill/Write.js +5 -2
- package/lib/Icon/fill/YoutubeCircle.js +5 -2
- package/lib/Icon/fill/index.js +4 -2
- package/lib/Icon/index.js +4 -2
- package/lib/Icon/regular/Add.js +5 -2
- package/lib/Icon/regular/AddCircle.js +5 -2
- package/lib/Icon/regular/Alert.js +5 -2
- package/lib/Icon/regular/AlertCircle.js +5 -2
- package/lib/Icon/regular/Analysis.js +5 -2
- package/lib/Icon/regular/AppDownloadCircle.js +5 -2
- package/lib/Icon/regular/AppleCircle.js +5 -2
- package/lib/Icon/regular/Archive.js +5 -2
- package/lib/Icon/regular/ArrowDown.js +5 -2
- package/lib/Icon/regular/ArrowLeft.js +5 -2
- package/lib/Icon/regular/ArrowRight.js +5 -2
- package/lib/Icon/regular/ArrowUp.js +5 -2
- package/lib/Icon/regular/Badge.js +5 -2
- package/lib/Icon/regular/Bell.js +5 -2
- package/lib/Icon/regular/BellOff.js +5 -2
- package/lib/Icon/regular/Bold.js +5 -2
- package/lib/Icon/regular/Bookmark.js +5 -2
- package/lib/Icon/regular/Camera.js +5 -2
- package/lib/Icon/regular/Canlendar.js +5 -2
- package/lib/Icon/regular/Caption.js +5 -2
- package/lib/Icon/regular/Check.js +5 -2
- package/lib/Icon/regular/CheckCircle.js +5 -2
- package/lib/Icon/regular/CheckboxIndeterminated.js +5 -2
- package/lib/Icon/regular/CheckboxOff.js +5 -2
- package/lib/Icon/regular/CheckboxOn.js +5 -2
- package/lib/Icon/regular/ChevronDown.js +5 -2
- package/lib/Icon/regular/ChevronLeft.js +5 -2
- package/lib/Icon/regular/ChevronRight.js +5 -2
- package/lib/Icon/regular/ChevronUp.js +5 -2
- package/lib/Icon/regular/Clap.js +5 -2
- package/lib/Icon/regular/ClearStyle.js +5 -2
- package/lib/Icon/regular/Clip.js +5 -2
- package/lib/Icon/regular/Clock.js +5 -2
- package/lib/Icon/regular/Close.js +5 -2
- package/lib/Icon/regular/CloseCircle.js +5 -2
- package/lib/Icon/regular/Comment.js +5 -2
- package/lib/Icon/regular/Compass.js +5 -2
- package/lib/Icon/regular/Confetti.js +5 -2
- package/lib/Icon/regular/Contents.js +5 -2
- package/lib/Icon/regular/Copy.js +5 -2
- package/lib/Icon/regular/Coupon.js +5 -2
- package/lib/Icon/regular/CreditCard.js +5 -2
- package/lib/Icon/regular/Crop.js +5 -2
- package/lib/Icon/regular/Crown.js +5 -2
- package/lib/Icon/regular/DepositPassbook.js +5 -2
- package/lib/Icon/regular/Design.js +5 -2
- package/lib/Icon/regular/Development.js +5 -2
- package/lib/Icon/regular/DisclosureDown.js +5 -2
- package/lib/Icon/regular/DisclosureUp.js +5 -2
- package/lib/Icon/regular/Dislike.js +5 -2
- package/lib/Icon/regular/Divider.js +5 -2
- package/lib/Icon/regular/Download.js +5 -2
- package/lib/Icon/regular/DropDown.js +5 -2
- package/lib/Icon/regular/DropUp.js +5 -2
- package/lib/Icon/regular/Earybird.js +5 -2
- package/lib/Icon/regular/Edit.js +5 -2
- package/lib/Icon/regular/EyeOff.js +5 -2
- package/lib/Icon/regular/EyeOn.js +5 -2
- package/lib/Icon/regular/FacebookCircle.js +5 -2
- package/lib/Icon/regular/Filter.js +5 -2
- package/lib/Icon/regular/FullScreen.js +5 -2
- package/lib/Icon/regular/FullScreenExit.js +5 -2
- package/lib/Icon/regular/Gear.js +5 -2
- package/lib/Icon/regular/Ghost.js +5 -2
- package/lib/Icon/regular/Gift.js +5 -2
- package/lib/Icon/regular/Groove.js +5 -2
- package/lib/Icon/regular/Hashtag.js +5 -2
- package/lib/Icon/regular/Heart.js +5 -2
- package/lib/Icon/regular/HeartFull.js +5 -2
- package/lib/Icon/regular/HelpCircle.js +5 -2
- package/lib/Icon/regular/Home.js +5 -2
- package/lib/Icon/regular/Hot.js +5 -2
- package/lib/Icon/regular/InfoCircle.js +5 -2
- package/lib/Icon/regular/InstagramCircle.js +5 -2
- package/lib/Icon/regular/Laptop.js +5 -2
- package/lib/Icon/regular/Like.js +5 -2
- package/lib/Icon/regular/Link.js +5 -2
- package/lib/Icon/regular/LinkOutside.js +5 -2
- package/lib/Icon/regular/ListBullet.js +5 -2
- package/lib/Icon/regular/ListNumber.js +5 -2
- package/lib/Icon/regular/Location.js +5 -2
- package/lib/Icon/regular/LocationCurrent.js +5 -2
- package/lib/Icon/regular/Lock.js +5 -2
- package/lib/Icon/regular/LockOff.js +5 -2
- package/lib/Icon/regular/Logout.js +5 -2
- package/lib/Icon/regular/Menu.js +5 -2
- package/lib/Icon/regular/Message.js +5 -2
- package/lib/Icon/regular/Mic.js +5 -2
- package/lib/Icon/regular/Minus.js +5 -2
- package/lib/Icon/regular/MinusCircle.js +5 -2
- package/lib/Icon/regular/Mobile.js +5 -2
- package/lib/Icon/regular/Monitor.js +5 -2
- package/lib/Icon/regular/MoreHorizontal.js +5 -2
- package/lib/Icon/regular/MoreVertical.js +5 -2
- package/lib/Icon/regular/NaverCircle.js +5 -2
- package/lib/Icon/regular/Notice.js +5 -2
- package/lib/Icon/regular/Oa.js +5 -2
- package/lib/Icon/regular/Paper1.js +5 -2
- package/lib/Icon/regular/Paper2.js +5 -2
- package/lib/Icon/regular/Paper3.js +5 -2
- package/lib/Icon/regular/Person.js +5 -2
- package/lib/Icon/regular/Phone.js +5 -2
- package/lib/Icon/regular/Photo.js +5 -2
- package/lib/Icon/regular/PhotoAdd.js +5 -2
- package/lib/Icon/regular/PhotoDouble.js +5 -2
- package/lib/Icon/regular/Pin.js +5 -2
- package/lib/Icon/regular/Pip.js +5 -2
- package/lib/Icon/regular/Play.js +5 -2
- package/lib/Icon/regular/PlayBackA.js +5 -2
- package/lib/Icon/regular/PlayCircle.js +5 -2
- package/lib/Icon/regular/PlayFast.js +5 -2
- package/lib/Icon/regular/PlayFast10Sec.js +5 -2
- package/lib/Icon/regular/PlayFast15Sec.js +5 -2
- package/lib/Icon/regular/PlayFast5Sec.js +5 -2
- package/lib/Icon/regular/PlayNext.js +5 -2
- package/lib/Icon/regular/PlayPause.js +5 -2
- package/lib/Icon/regular/PlayPrev.js +5 -2
- package/lib/Icon/regular/PlayRewind10Sec.js +5 -2
- package/lib/Icon/regular/PlayRewind15Sec.js +5 -2
- package/lib/Icon/regular/PlayRewind5Sec.js +5 -2
- package/lib/Icon/regular/PlaySpeedX025.js +5 -2
- package/lib/Icon/regular/PlaySpeedX05.js +5 -2
- package/lib/Icon/regular/PlaySpeedX1.js +5 -2
- package/lib/Icon/regular/PlaySpeedX15.js +5 -2
- package/lib/Icon/regular/PlaySpeedX2.js +5 -2
- package/lib/Icon/regular/PlaystoreCircle.js +5 -2
- package/lib/Icon/regular/PointCircle.js +5 -2
- package/lib/Icon/regular/Project.js +5 -2
- package/lib/Icon/regular/Quote.js +5 -2
- package/lib/Icon/regular/QuoteReverse.js +5 -2
- package/lib/Icon/regular/Receipt.js +5 -2
- package/lib/Icon/regular/Repeat.js +5 -2
- package/lib/Icon/regular/Replay.js +5 -2
- package/lib/Icon/regular/Reply.js +5 -2
- package/lib/Icon/regular/Report.js +5 -2
- package/lib/Icon/regular/Rocket.js +5 -2
- package/lib/Icon/regular/RotateClockwise.js +5 -2
- package/lib/Icon/regular/Sad.js +5 -2
- package/lib/Icon/regular/Search.js +5 -2
- package/lib/Icon/regular/Send.js +5 -2
- package/lib/Icon/regular/Send2.js +5 -2
- package/lib/Icon/regular/Serious.js +5 -2
- package/lib/Icon/regular/Share.js +5 -2
- package/lib/Icon/regular/Sheild.js +5 -2
- package/lib/Icon/regular/ShippingTruck.js +5 -2
- package/lib/Icon/regular/Smile.js +5 -2
- package/lib/Icon/regular/SocialMedia.js +5 -2
- package/lib/Icon/regular/Sorting.js +5 -2
- package/lib/Icon/regular/Square.js +5 -2
- package/lib/Icon/regular/Star.js +5 -2
- package/lib/Icon/regular/StarFull.js +5 -2
- package/lib/Icon/regular/StarHalf.js +5 -2
- package/lib/Icon/regular/Stock.js +5 -2
- package/lib/Icon/regular/Store.js +5 -2
- package/lib/Icon/regular/Subtitle.js +5 -2
- package/lib/Icon/regular/TalkHelp.js +5 -2
- package/lib/Icon/regular/TextH1.js +5 -2
- package/lib/Icon/regular/TextH2.js +5 -2
- package/lib/Icon/regular/TextH3.js +5 -2
- package/lib/Icon/regular/ThunderCircle.js +5 -2
- package/lib/Icon/regular/Timer.js +5 -2
- package/lib/Icon/regular/ToggleOff.js +5 -2
- package/lib/Icon/regular/ToggleOn.js +5 -2
- package/lib/Icon/regular/ToteBag.js +5 -2
- package/lib/Icon/regular/Trash.js +5 -2
- package/lib/Icon/regular/TwitterCircle.js +5 -2
- package/lib/Icon/regular/Undo.js +5 -2
- package/lib/Icon/regular/Video.js +5 -2
- package/lib/Icon/regular/Volume.js +5 -2
- package/lib/Icon/regular/VolumeMute.js +5 -2
- package/lib/Icon/regular/Web.js +5 -2
- package/lib/Icon/regular/Won.js +5 -2
- package/lib/Icon/regular/WonBadge.js +5 -2
- package/lib/Icon/regular/WonCircle.js +5 -2
- package/lib/Icon/regular/Write.js +5 -2
- package/lib/Icon/regular/YoutubeCircle.js +5 -2
- package/lib/Icon/regular/index.js +4 -2
- package/lib/Icon/thin/Add.js +5 -2
- package/lib/Icon/thin/AddCircle.js +5 -2
- package/lib/Icon/thin/Alert.js +5 -2
- package/lib/Icon/thin/AlertCircle.js +5 -2
- package/lib/Icon/thin/Analysis.js +5 -2
- package/lib/Icon/thin/AppDownloadCircle.js +5 -2
- package/lib/Icon/thin/AppleCircle.js +5 -2
- package/lib/Icon/thin/Archive.js +5 -2
- package/lib/Icon/thin/ArrowDown.js +5 -2
- package/lib/Icon/thin/ArrowLeft.js +5 -2
- package/lib/Icon/thin/ArrowRight.js +5 -2
- package/lib/Icon/thin/ArrowUp.js +5 -2
- package/lib/Icon/thin/Badge.js +5 -2
- package/lib/Icon/thin/Bell.js +5 -2
- package/lib/Icon/thin/BellOff.js +5 -2
- package/lib/Icon/thin/Bold.js +5 -2
- package/lib/Icon/thin/Bookmark.js +5 -2
- package/lib/Icon/thin/Camera.js +5 -2
- package/lib/Icon/thin/Canlendar.js +5 -2
- package/lib/Icon/thin/Caption.js +5 -2
- package/lib/Icon/thin/Check.js +5 -2
- package/lib/Icon/thin/CheckCircle.js +5 -2
- package/lib/Icon/thin/CheckboxIndeterminated.js +5 -2
- package/lib/Icon/thin/CheckboxOff.js +5 -2
- package/lib/Icon/thin/CheckboxOn.js +5 -2
- package/lib/Icon/thin/ChevronDown.js +5 -2
- package/lib/Icon/thin/ChevronLeft.js +5 -2
- package/lib/Icon/thin/ChevronRight.js +5 -2
- package/lib/Icon/thin/ChevronUp.js +5 -2
- package/lib/Icon/thin/Clap.js +5 -2
- package/lib/Icon/thin/ClearStyle.js +5 -2
- package/lib/Icon/thin/Clip.js +5 -2
- package/lib/Icon/thin/Clock.js +5 -2
- package/lib/Icon/thin/Close.js +5 -2
- package/lib/Icon/thin/CloseCircle.js +5 -2
- package/lib/Icon/thin/Comment.js +5 -2
- package/lib/Icon/thin/Compass.js +5 -2
- package/lib/Icon/thin/Confetti.js +5 -2
- package/lib/Icon/thin/Contents.js +5 -2
- package/lib/Icon/thin/Copy.js +5 -2
- package/lib/Icon/thin/Coupon.js +5 -2
- package/lib/Icon/thin/CreditCard.js +5 -2
- package/lib/Icon/thin/Crop.js +5 -2
- package/lib/Icon/thin/Crown.js +5 -2
- package/lib/Icon/thin/DepositPassbook.js +5 -2
- package/lib/Icon/thin/Design.js +5 -2
- package/lib/Icon/thin/Development.js +5 -2
- package/lib/Icon/thin/DisclosureDown.js +5 -2
- package/lib/Icon/thin/DisclosureUp.js +5 -2
- package/lib/Icon/thin/Dislike.js +5 -2
- package/lib/Icon/thin/Divider.js +5 -2
- package/lib/Icon/thin/Download.js +5 -2
- package/lib/Icon/thin/DropDown.js +5 -2
- package/lib/Icon/thin/DropUp.js +5 -2
- package/lib/Icon/thin/Earybird.js +5 -2
- package/lib/Icon/thin/Edit.js +5 -2
- package/lib/Icon/thin/EyeOff.js +5 -2
- package/lib/Icon/thin/EyeOn.js +5 -2
- package/lib/Icon/thin/FacebookCircle.js +5 -2
- package/lib/Icon/thin/Filter.js +5 -2
- package/lib/Icon/thin/FullScreen.js +5 -2
- package/lib/Icon/thin/FullScreenExit.js +5 -2
- package/lib/Icon/thin/Gear.js +5 -2
- package/lib/Icon/thin/Ghost.js +5 -2
- package/lib/Icon/thin/Gift.js +5 -2
- package/lib/Icon/thin/Groove.js +5 -2
- package/lib/Icon/thin/Hashtag.js +5 -2
- package/lib/Icon/thin/Heart.js +5 -2
- package/lib/Icon/thin/HeartFull.js +5 -2
- package/lib/Icon/thin/HelpCircle.js +5 -2
- package/lib/Icon/thin/Home.js +5 -2
- package/lib/Icon/thin/Hot.js +5 -2
- package/lib/Icon/thin/InfoCircle.js +5 -2
- package/lib/Icon/thin/InstagramCircle.js +5 -2
- package/lib/Icon/thin/Laptop.js +5 -2
- package/lib/Icon/thin/Like.js +5 -2
- package/lib/Icon/thin/Link.js +5 -2
- package/lib/Icon/thin/LinkOutside.js +5 -2
- package/lib/Icon/thin/ListBullet.js +5 -2
- package/lib/Icon/thin/ListNumber.js +5 -2
- package/lib/Icon/thin/Location.js +5 -2
- package/lib/Icon/thin/LocationCurrent.js +5 -2
- package/lib/Icon/thin/Lock.js +5 -2
- package/lib/Icon/thin/LockOff.js +5 -2
- package/lib/Icon/thin/Logout.js +5 -2
- package/lib/Icon/thin/Menu.js +5 -2
- package/lib/Icon/thin/Message.js +5 -2
- package/lib/Icon/thin/Mic.js +5 -2
- package/lib/Icon/thin/Minus.js +5 -2
- package/lib/Icon/thin/MinusCircle.js +5 -2
- package/lib/Icon/thin/Mobile.js +5 -2
- package/lib/Icon/thin/Monitor.js +5 -2
- package/lib/Icon/thin/MoreHorizontal.js +5 -2
- package/lib/Icon/thin/MoreVertical.js +5 -2
- package/lib/Icon/thin/NaverCircle.js +5 -2
- package/lib/Icon/thin/Notice.js +5 -2
- package/lib/Icon/thin/Oa.js +5 -2
- package/lib/Icon/thin/Paper1.js +5 -2
- package/lib/Icon/thin/Paper2.js +5 -2
- package/lib/Icon/thin/Paper3.js +5 -2
- package/lib/Icon/thin/Person.js +5 -2
- package/lib/Icon/thin/Phone.js +5 -2
- package/lib/Icon/thin/Photo.js +5 -2
- package/lib/Icon/thin/PhotoAdd.js +5 -2
- package/lib/Icon/thin/PhotoDouble.js +5 -2
- package/lib/Icon/thin/Pin.js +5 -2
- package/lib/Icon/thin/Pip.js +5 -2
- package/lib/Icon/thin/Play.js +5 -2
- package/lib/Icon/thin/PlayBackA.js +5 -2
- package/lib/Icon/thin/PlayCircle.js +5 -2
- package/lib/Icon/thin/PlayFast.js +5 -2
- package/lib/Icon/thin/PlayFast10Sec.js +5 -2
- package/lib/Icon/thin/PlayFast15Sec.js +5 -2
- package/lib/Icon/thin/PlayFast5Sec.js +5 -2
- package/lib/Icon/thin/PlayNext.js +5 -2
- package/lib/Icon/thin/PlayPause.js +5 -2
- package/lib/Icon/thin/PlayPrev.js +5 -2
- package/lib/Icon/thin/PlayRewind10Sec.js +5 -2
- package/lib/Icon/thin/PlayRewind15Sec.js +5 -2
- package/lib/Icon/thin/PlayRewind5Sec.js +5 -2
- package/lib/Icon/thin/PlaySpeedX025.js +5 -2
- package/lib/Icon/thin/PlaySpeedX05.js +5 -2
- package/lib/Icon/thin/PlaySpeedX1.js +5 -2
- package/lib/Icon/thin/PlaySpeedX15.js +5 -2
- package/lib/Icon/thin/PlaySpeedX2.js +5 -2
- package/lib/Icon/thin/PlaystoreCircle.js +5 -2
- package/lib/Icon/thin/PointCircle.js +5 -2
- package/lib/Icon/thin/Project.js +5 -2
- package/lib/Icon/thin/Quote.js +5 -2
- package/lib/Icon/thin/QuoteReverse.js +5 -2
- package/lib/Icon/thin/Receipt.js +5 -2
- package/lib/Icon/thin/Repeat.js +5 -2
- package/lib/Icon/thin/Replay.js +5 -2
- package/lib/Icon/thin/Reply.js +5 -2
- package/lib/Icon/thin/Report.js +5 -2
- package/lib/Icon/thin/Rocket.js +5 -2
- package/lib/Icon/thin/RotateClockwise.js +5 -2
- package/lib/Icon/thin/Sad.js +5 -2
- package/lib/Icon/thin/Search.js +5 -2
- package/lib/Icon/thin/Send.js +5 -2
- package/lib/Icon/thin/Send2.js +5 -2
- package/lib/Icon/thin/Serious.js +5 -2
- package/lib/Icon/thin/Share.js +5 -2
- package/lib/Icon/thin/Sheild.js +5 -2
- package/lib/Icon/thin/ShippingTruck.js +5 -2
- package/lib/Icon/thin/Smile.js +5 -2
- package/lib/Icon/thin/SocialMedia.js +5 -2
- package/lib/Icon/thin/Sorting.js +5 -2
- package/lib/Icon/thin/Square.js +5 -2
- package/lib/Icon/thin/Star.js +5 -2
- package/lib/Icon/thin/StarFull.js +5 -2
- package/lib/Icon/thin/StarHalf.js +5 -2
- package/lib/Icon/thin/Stock.js +5 -2
- package/lib/Icon/thin/Store.js +5 -2
- package/lib/Icon/thin/Subtitle.js +5 -2
- package/lib/Icon/thin/TalkHelp.js +5 -2
- package/lib/Icon/thin/TextH1.js +5 -2
- package/lib/Icon/thin/TextH2.js +5 -2
- package/lib/Icon/thin/TextH3.js +5 -2
- package/lib/Icon/thin/ThunderCircle.js +5 -2
- package/lib/Icon/thin/Timer.js +5 -2
- package/lib/Icon/thin/ToggleOff.js +5 -2
- package/lib/Icon/thin/ToggleOn.js +5 -2
- package/lib/Icon/thin/ToteBag.js +5 -2
- package/lib/Icon/thin/Trash.js +5 -2
- package/lib/Icon/thin/TwitterCircle.js +5 -2
- package/lib/Icon/thin/Undo.js +5 -2
- package/lib/Icon/thin/Video.js +5 -2
- package/lib/Icon/thin/Volume.js +5 -2
- package/lib/Icon/thin/VolumeMute.js +5 -2
- package/lib/Icon/thin/Web.js +5 -2
- package/lib/Icon/thin/Won.js +5 -2
- package/lib/Icon/thin/WonBadge.js +5 -2
- package/lib/Icon/thin/WonCircle.js +5 -2
- package/lib/Icon/thin/Write.js +5 -2
- package/lib/Icon/thin/YoutubeCircle.js +5 -2
- package/lib/Icon/thin/index.js +4 -2
- package/lib/Icon/types.js +6 -2
- package/lib/Layout/Center/Center.js +14 -9
- package/lib/Layout/Center/Center.stories.js +5 -2
- package/lib/Layout/Center/index.js +4 -2
- package/lib/Layout/HStack/HStack.js +5 -2
- package/lib/Layout/HStack/index.js +4 -2
- package/lib/Layout/Position/Position.js +5 -2
- package/lib/Layout/Position/Position.stories.js +5 -2
- package/lib/Layout/Position/index.js +4 -2
- package/lib/Layout/ResponsiveStack/ResponsiveStack.js +5 -2
- package/lib/Layout/ResponsiveStack/index.js +4 -2
- package/lib/Layout/VStack/VStack.js +5 -2
- package/lib/Layout/VStack/index.js +4 -2
- package/lib/Layout/ZStack/ZStack.js +5 -2
- package/lib/Layout/ZStack/index.js +4 -2
- package/lib/Link/Link.js +7 -22
- package/lib/Link/Link.stories.js +5 -2
- package/lib/Link/index.js +4 -2
- package/lib/Media/Image/Image.js +5 -2
- package/lib/Media/Image/Image.stories.js +5 -2
- package/lib/Media/Image/index.js +4 -2
- package/lib/Media/Image/useActualSizes.js +14 -170
- package/lib/Media/SeekBar/SeekBar.js +5 -2
- package/lib/Media/SeekBar/index.js +4 -2
- package/lib/Media/Video/Video.js +5 -2
- package/lib/Media/Video/index.js +4 -2
- package/lib/Media/VideoCaption/VideoCaption.js +5 -2
- package/lib/Media/VideoCaption/index.js +4 -2
- package/lib/Media/VideoOverlay/VideoOverlay.js +5 -2
- package/lib/Media/VideoOverlay/index.js +4 -2
- package/lib/Media/VolumeBar/VolumeBar.js +5 -2
- package/lib/Media/VolumeBar/index.js +4 -2
- package/lib/Menu/Menu/Menu.js +5 -2
- package/lib/Menu/Menu/Menu.stories.js +10 -34
- package/lib/Menu/Menu/index.js +4 -2
- package/lib/Menu/MenuIcon/MenuIcon.js +5 -2
- package/lib/Menu/MenuIcon/MenuIcon.stories.js +5 -2
- package/lib/Menu/MenuIcon/index.js +4 -2
- package/lib/Menu/MenuItem/MenuItem.js +5 -2
- package/lib/Menu/MenuItem/MenuItem.stories.js +5 -35
- package/lib/Menu/MenuItem/index.js +4 -2
- package/lib/Menu/MenuText/MenuText.js +15 -5
- package/lib/Menu/MenuText/MenuText.stories.js +5 -31
- package/lib/Menu/MenuText/index.js +4 -2
- package/lib/Menu/MenuTextButton/MenuTextButton.js +5 -2
- package/lib/Menu/MenuTextButton/MenuTextButton.stories.js +7 -83
- package/lib/Menu/MenuTextButton/index.js +4 -2
- package/lib/Menu/MenuTextButtonItem/MenuTextButtonItem.js +5 -2
- package/lib/Menu/MenuTextButtonItem/MenuTextButtonItem.stories.js +18 -149
- package/lib/Menu/MenuTextButtonItem/index.js +4 -2
- package/lib/Menu/MenuTextItem/MenuTextItem.js +5 -2
- package/lib/Menu/MenuTextItem/MenuTextItem.stories.js +14 -69
- package/lib/Menu/MenuTextItem/index.js +4 -2
- package/lib/ModalBottomSheet/ModalBottomSheet.js +11 -100
- package/lib/ModalBottomSheet/index.js +4 -2
- package/lib/ModalBottomSheet/useModalBottomSheet.js +4 -2
- package/lib/NewLine/NewLine.js +5 -2
- package/lib/NewLine/index.js +4 -2
- package/lib/Opacity/Opacity.js +5 -2
- package/lib/Opacity/Opacity.stories.js +5 -2
- package/lib/Opacity/index.js +4 -2
- package/lib/Overlay/Overlay.js +5 -2
- package/lib/Overlay/Overlay.stories.js +5 -2
- package/lib/Overlay/index.js +4 -2
- package/lib/Pagination/Pagination.js +379 -7
- package/lib/Pagination/Pagination.stories.js +5 -2
- package/lib/Pagination/index.js +4 -2
- package/lib/PopoverBottomSheet/PopoverBottomSheet.js +14 -103
- package/lib/PopoverBottomSheet/index.js +4 -2
- package/lib/Portal/Portal.js +12 -29
- package/lib/Portal/index.js +4 -2
- package/lib/Profile/Profile.js +5 -2
- package/lib/Profile/index.js +4 -2
- package/lib/ProfileLabel/ProfileLabel.js +19 -8
- package/lib/ProfileLabel/index.js +4 -2
- package/lib/Progress/ProgressBar/ProgressBar.js +5 -2
- package/lib/Progress/ProgressBar/ProgressBar.stories.js +5 -2
- package/lib/Progress/ProgressBar/index.js +4 -2
- package/lib/Progress/ProgressStep/ProgressStep.js +15 -5
- package/lib/Progress/ProgressStep/ProgressStep.stories.js +5 -2
- package/lib/Progress/ProgressStep/index.js +4 -2
- package/lib/Rank/Rank.js +5 -2
- package/lib/Rank/Rank.stories.js +5 -2
- package/lib/Rank/index.js +4 -2
- package/lib/Ratio/Ratio.js +15 -5
- package/lib/Ratio/Ratio.stories.js +5 -2
- package/lib/Ratio/index.js +4 -2
- package/lib/Section/Section.js +11 -4
- package/lib/Section/Section.stories.js +5 -2
- package/lib/Section/index.js +4 -2
- package/lib/SectionHeader/SectionHeader.js +5 -2
- package/lib/SectionHeader/index.js +4 -2
- package/lib/Skeleton/Skeleton.js +5 -2
- package/lib/Skeleton/index.js +4 -2
- package/lib/SlideList/SlideList.js +11 -4
- package/lib/SlideList/SlideList.stories.js +5 -2
- package/lib/SlideList/__mocks__/index.js +4 -2
- package/lib/SlideList/index.js +4 -2
- package/lib/Slider/Slider.js +18 -7
- package/lib/Slider/Slider.stories.js +5 -2
- package/lib/Slider/__mocks__/index.js +4 -2
- package/lib/Slider/constants.js +4 -2
- package/lib/Slider/index.js +4 -2
- package/lib/Slider/internalHooks/useAutoPlay.js +4 -2
- package/lib/Slider/internalHooks/usePageControl.js +4 -2
- package/lib/Slider/internalHooks/useVirtual.js +4 -2
- package/lib/Slider/useSlider.js +4 -2
- package/lib/SliderSection/SliderSection.js +11 -4
- package/lib/SliderSection/SliderSection.stories.js +5 -2
- package/lib/SliderSection/index.js +4 -2
- package/lib/Spinner/Spinner.js +5 -2
- package/lib/Spinner/index.js +4 -2
- package/lib/Tab/ScrollTabPanel/ScrollTabPanel.js +5 -2
- package/lib/Tab/ScrollTabPanel/ScrollTabPanel.stories.js +5 -2
- package/lib/Tab/ScrollTabPanel/index.js +4 -2
- package/lib/Tab/ScrollTabPanelWithObserver/ScrollTabPanelWithObserver.js +10 -66
- package/lib/Tab/ScrollTabPanelWithObserver/ScrollTabPanelWithObserver.stories.js +5 -2
- package/lib/Tab/ScrollTabPanelWithObserver/index.js +4 -2
- package/lib/Tab/ScrollTabs/ScrollTabs.js +5 -2
- package/lib/Tab/ScrollTabs/ScrollTabs.stories.js +5 -2
- package/lib/Tab/ScrollTabs/index.js +4 -2
- package/lib/Tab/Tab/Tab.js +5 -2
- package/lib/Tab/Tab/Tab.stories.js +5 -2
- package/lib/Tab/Tab/index.js +4 -2
- package/lib/Tab/ViewPagerTabPanel/ViewPagerTabPanel.js +5 -2
- package/lib/Tab/ViewPagerTabPanel/index.js +4 -2
- package/lib/Tab/ViewPagerTabs/ViewPagerTabs.js +5 -2
- package/lib/Tab/ViewPagerTabs/index.js +4 -2
- package/lib/Tag/Chip/Chip.js +15 -5
- package/lib/Tag/Chip/Chip.stories.js +5 -2
- package/lib/Tag/Chip/index.js +4 -2
- package/lib/Tag/IconBadge/IconBadge.js +5 -2
- package/lib/Tag/IconBadge/index.js +4 -2
- package/lib/Tag/StateTag/StateTag.js +5 -2
- package/lib/Tag/StateTag/index.js +4 -2
- package/lib/Tag/Tag/Tag.js +5 -2
- package/lib/Tag/Tag/Tag.stories.js +6 -4
- package/lib/Tag/Tag/index.js +4 -2
- package/lib/Typography/Body/Body.js +5 -2
- package/lib/Typography/Body/Body.stories.js +5 -2
- package/lib/Typography/Body/index.js +4 -2
- package/lib/Typography/Caption/Caption.js +5 -2
- package/lib/Typography/Caption/Caption.stories.js +5 -2
- package/lib/Typography/Caption/index.js +4 -2
- package/lib/Typography/Paragraph/Paragraph.js +5 -2
- package/lib/Typography/Paragraph/Paragraph.stories.js +5 -2
- package/lib/Typography/Paragraph/index.js +4 -2
- package/lib/Typography/Text/Text.js +4 -10
- package/lib/Typography/Text/index.js +4 -2
- package/lib/Typography/Title/Title.js +5 -2
- package/lib/Typography/Title/Title.stories.js +5 -2
- package/lib/Typography/Title/index.js +4 -2
- package/lib/Underline/Underline.js +28 -5
- package/lib/Underline/Underline.stories.js +5 -2
- package/lib/Underline/index.js +4 -2
- package/lib/ViewPager/ViewPager.js +4 -2
- package/lib/ViewPager/ViewPager.stories.js +5 -2
- package/lib/ViewPager/index.js +4 -2
- package/lib/ViewPager/type.js +6 -2
- package/lib/ViewPagerItem/ViewPagerItem.js +5 -2
- package/lib/ViewPagerItem/index.js +4 -2
- package/lib/deprecated/Slide/Slide.js +6 -4
- package/lib/deprecated/Slide/index.js +4 -2
- package/lib/deprecated/Swiper/Swiper.js +11 -4
- package/lib/deprecated/Swiper/Swiper.stories.js +12 -5
- package/lib/deprecated/Swiper/hooks/useAutoPlay.js +4 -2
- package/lib/deprecated/Swiper/hooks/useSwiper.js +8 -4
- package/lib/deprecated/Swiper/index.js +4 -2
- package/lib/deprecated/Swiper/types/SwiperOptions.js +6 -2
- package/mime-types-XQXFL7W2.js +9284 -0
- package/package.json +2 -2
- package/private/Bar/Bar.js +5 -2
- package/private/Bar/index.js +4 -2
- package/private/Box/Box.js +10 -4
- package/private/Box/Box.stories.js +5 -2
- package/private/Box/index.js +4 -2
- package/private/ForwardStyle/ForwardStyle.js +18 -6
- package/private/ForwardStyle/ForwardStyle.stories.js +5 -2
- package/private/ForwardStyle/index.js +4 -2
- package/private/Space/Space.js +5 -2
- package/private/Space/Space.stories.js +5 -2
- package/private/Space/index.js +4 -2
- package/private/Stack/Stack.js +13 -5
- package/private/Stack/index.js +4 -2
- package/private/Svg/Svg.js +5 -2
- package/private/Svg/index.js +4 -2
- package/private/Transform/Transform.js +5 -2
- package/private/Transform/index.js +4 -2
- package/utils/appendCssUnit/appendCssUnit.js +4 -2
- package/utils/appendCssUnit/appendCssUnit.spec.js +4 -2
- package/utils/appendCssUnit/index.js +4 -2
- package/utils/index.js +4 -2
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS,
|
|
3
|
+
init_react_shim
|
|
4
|
+
} from "./chunk-CPDZ2HQZ.js";
|
|
5
|
+
|
|
6
|
+
// node_modules/object-assign/index.js
|
|
7
|
+
var require_object_assign = __commonJS({
|
|
8
|
+
"node_modules/object-assign/index.js"(exports, module) {
|
|
9
|
+
init_react_shim();
|
|
10
|
+
"use strict";
|
|
11
|
+
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
|
|
12
|
+
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
13
|
+
var propIsEnumerable = Object.prototype.propertyIsEnumerable;
|
|
14
|
+
function toObject(val) {
|
|
15
|
+
if (val === null || val === void 0) {
|
|
16
|
+
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
17
|
+
}
|
|
18
|
+
return Object(val);
|
|
19
|
+
}
|
|
20
|
+
function shouldUseNative() {
|
|
21
|
+
try {
|
|
22
|
+
if (!Object.assign) {
|
|
23
|
+
return false;
|
|
24
|
+
}
|
|
25
|
+
var test1 = new String("abc");
|
|
26
|
+
test1[5] = "de";
|
|
27
|
+
if (Object.getOwnPropertyNames(test1)[0] === "5") {
|
|
28
|
+
return false;
|
|
29
|
+
}
|
|
30
|
+
var test2 = {};
|
|
31
|
+
for (var i = 0; i < 10; i++) {
|
|
32
|
+
test2["_" + String.fromCharCode(i)] = i;
|
|
33
|
+
}
|
|
34
|
+
var order2 = Object.getOwnPropertyNames(test2).map(function(n) {
|
|
35
|
+
return test2[n];
|
|
36
|
+
});
|
|
37
|
+
if (order2.join("") !== "0123456789") {
|
|
38
|
+
return false;
|
|
39
|
+
}
|
|
40
|
+
var test3 = {};
|
|
41
|
+
"abcdefghijklmnopqrst".split("").forEach(function(letter) {
|
|
42
|
+
test3[letter] = letter;
|
|
43
|
+
});
|
|
44
|
+
if (Object.keys(Object.assign({}, test3)).join("") !== "abcdefghijklmnopqrst") {
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
return true;
|
|
48
|
+
} catch (err) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
module.exports = shouldUseNative() ? Object.assign : function(target, source) {
|
|
53
|
+
var from;
|
|
54
|
+
var to = toObject(target);
|
|
55
|
+
var symbols;
|
|
56
|
+
for (var s = 1; s < arguments.length; s++) {
|
|
57
|
+
from = Object(arguments[s]);
|
|
58
|
+
for (var key in from) {
|
|
59
|
+
if (hasOwnProperty.call(from, key)) {
|
|
60
|
+
to[key] = from[key];
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
if (getOwnPropertySymbols) {
|
|
64
|
+
symbols = getOwnPropertySymbols(from);
|
|
65
|
+
for (var i = 0; i < symbols.length; i++) {
|
|
66
|
+
if (propIsEnumerable.call(from, symbols[i])) {
|
|
67
|
+
to[symbols[i]] = from[symbols[i]];
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return to;
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
export {
|
|
78
|
+
require_object_assign
|
|
79
|
+
};
|
|
80
|
+
/*
|
|
81
|
+
object-assign
|
|
82
|
+
(c) Sindre Sorhus
|
|
83
|
+
@license MIT
|
|
84
|
+
*/
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
init_react_shim
|
|
3
|
+
} from "./chunk-CPDZ2HQZ.js";
|
|
4
|
+
|
|
5
|
+
// libs/shared/utils-type/src/lib/isDefined/isDefined.ts
|
|
6
|
+
init_react_shim();
|
|
7
|
+
function isDefined(value) {
|
|
8
|
+
return value !== void 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// libs/shared/utils-type/src/lib/isDefined/index.ts
|
|
12
|
+
init_react_shim();
|
|
13
|
+
|
|
14
|
+
// libs/shared/utils-type/src/index.ts
|
|
15
|
+
init_react_shim();
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
isDefined
|
|
19
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
|
+
var __esm = (fn, res) => function __init() {
|
|
9
|
+
return fn && (res = (0, fn[Object.keys(fn)[0]])(fn = 0)), res;
|
|
10
|
+
};
|
|
11
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
12
|
+
return mod || (0, cb[Object.keys(cb)[0]])((mod = {exports: {}}).exports, mod), mod.exports;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, module, desc) => {
|
|
15
|
+
if (module && typeof module === "object" || typeof module === "function") {
|
|
16
|
+
for (let key of __getOwnPropNames(module))
|
|
17
|
+
if (!__hasOwnProp.call(target, key) && key !== "default")
|
|
18
|
+
__defProp(target, key, {get: () => module[key], enumerable: !(desc = __getOwnPropDesc(module, key)) || desc.enumerable});
|
|
19
|
+
}
|
|
20
|
+
return target;
|
|
21
|
+
};
|
|
22
|
+
var __toModule = (module) => {
|
|
23
|
+
return __reExport(__markAsModule(__defProp(module != null ? __create(__getProtoOf(module)) : {}, "default", module && module.__esModule && "default" in module ? {get: () => module.default, enumerable: true} : {value: module, enumerable: true})), module);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
// tools/builders/framer-esm/build/react-shim.js
|
|
27
|
+
import * as React from "react";
|
|
28
|
+
var init_react_shim = __esm({
|
|
29
|
+
"tools/builders/framer-esm/build/react-shim.js"() {
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export {
|
|
34
|
+
__commonJS,
|
|
35
|
+
__toModule,
|
|
36
|
+
React,
|
|
37
|
+
init_react_shim
|
|
38
|
+
};
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
import {
|
|
2
|
+
init_react_shim
|
|
3
|
+
} from "./chunk-CPDZ2HQZ.js";
|
|
4
|
+
|
|
5
|
+
// node_modules/@styled-system/css/dist/index.esm.js
|
|
6
|
+
init_react_shim();
|
|
7
|
+
function _extends() {
|
|
8
|
+
_extends = Object.assign || function(target) {
|
|
9
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
10
|
+
var source = arguments[i];
|
|
11
|
+
for (var key in source) {
|
|
12
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
13
|
+
target[key] = source[key];
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
return target;
|
|
18
|
+
};
|
|
19
|
+
return _extends.apply(this, arguments);
|
|
20
|
+
}
|
|
21
|
+
var get = function get2(obj, key, def, p, undef) {
|
|
22
|
+
key = key && key.split ? key.split(".") : [key];
|
|
23
|
+
for (p = 0; p < key.length; p++) {
|
|
24
|
+
obj = obj ? obj[key[p]] : undef;
|
|
25
|
+
}
|
|
26
|
+
return obj === undef ? def : obj;
|
|
27
|
+
};
|
|
28
|
+
var defaultBreakpoints = [40, 52, 64].map(function(n) {
|
|
29
|
+
return n + "em";
|
|
30
|
+
});
|
|
31
|
+
var defaultTheme = {
|
|
32
|
+
space: [0, 4, 8, 16, 32, 64, 128, 256, 512],
|
|
33
|
+
fontSizes: [12, 14, 16, 20, 24, 32, 48, 64, 72]
|
|
34
|
+
};
|
|
35
|
+
var aliases = {
|
|
36
|
+
bg: "backgroundColor",
|
|
37
|
+
m: "margin",
|
|
38
|
+
mt: "marginTop",
|
|
39
|
+
mr: "marginRight",
|
|
40
|
+
mb: "marginBottom",
|
|
41
|
+
ml: "marginLeft",
|
|
42
|
+
mx: "marginX",
|
|
43
|
+
my: "marginY",
|
|
44
|
+
p: "padding",
|
|
45
|
+
pt: "paddingTop",
|
|
46
|
+
pr: "paddingRight",
|
|
47
|
+
pb: "paddingBottom",
|
|
48
|
+
pl: "paddingLeft",
|
|
49
|
+
px: "paddingX",
|
|
50
|
+
py: "paddingY"
|
|
51
|
+
};
|
|
52
|
+
var multiples = {
|
|
53
|
+
marginX: ["marginLeft", "marginRight"],
|
|
54
|
+
marginY: ["marginTop", "marginBottom"],
|
|
55
|
+
paddingX: ["paddingLeft", "paddingRight"],
|
|
56
|
+
paddingY: ["paddingTop", "paddingBottom"],
|
|
57
|
+
size: ["width", "height"]
|
|
58
|
+
};
|
|
59
|
+
var scales = {
|
|
60
|
+
color: "colors",
|
|
61
|
+
backgroundColor: "colors",
|
|
62
|
+
borderColor: "colors",
|
|
63
|
+
margin: "space",
|
|
64
|
+
marginTop: "space",
|
|
65
|
+
marginRight: "space",
|
|
66
|
+
marginBottom: "space",
|
|
67
|
+
marginLeft: "space",
|
|
68
|
+
marginX: "space",
|
|
69
|
+
marginY: "space",
|
|
70
|
+
padding: "space",
|
|
71
|
+
paddingTop: "space",
|
|
72
|
+
paddingRight: "space",
|
|
73
|
+
paddingBottom: "space",
|
|
74
|
+
paddingLeft: "space",
|
|
75
|
+
paddingX: "space",
|
|
76
|
+
paddingY: "space",
|
|
77
|
+
top: "space",
|
|
78
|
+
right: "space",
|
|
79
|
+
bottom: "space",
|
|
80
|
+
left: "space",
|
|
81
|
+
gridGap: "space",
|
|
82
|
+
gridColumnGap: "space",
|
|
83
|
+
gridRowGap: "space",
|
|
84
|
+
gap: "space",
|
|
85
|
+
columnGap: "space",
|
|
86
|
+
rowGap: "space",
|
|
87
|
+
fontFamily: "fonts",
|
|
88
|
+
fontSize: "fontSizes",
|
|
89
|
+
fontWeight: "fontWeights",
|
|
90
|
+
lineHeight: "lineHeights",
|
|
91
|
+
letterSpacing: "letterSpacings",
|
|
92
|
+
border: "borders",
|
|
93
|
+
borderTop: "borders",
|
|
94
|
+
borderRight: "borders",
|
|
95
|
+
borderBottom: "borders",
|
|
96
|
+
borderLeft: "borders",
|
|
97
|
+
borderWidth: "borderWidths",
|
|
98
|
+
borderStyle: "borderStyles",
|
|
99
|
+
borderRadius: "radii",
|
|
100
|
+
borderTopRightRadius: "radii",
|
|
101
|
+
borderTopLeftRadius: "radii",
|
|
102
|
+
borderBottomRightRadius: "radii",
|
|
103
|
+
borderBottomLeftRadius: "radii",
|
|
104
|
+
borderTopWidth: "borderWidths",
|
|
105
|
+
borderTopColor: "colors",
|
|
106
|
+
borderTopStyle: "borderStyles",
|
|
107
|
+
borderBottomWidth: "borderWidths",
|
|
108
|
+
borderBottomColor: "colors",
|
|
109
|
+
borderBottomStyle: "borderStyles",
|
|
110
|
+
borderLeftWidth: "borderWidths",
|
|
111
|
+
borderLeftColor: "colors",
|
|
112
|
+
borderLeftStyle: "borderStyles",
|
|
113
|
+
borderRightWidth: "borderWidths",
|
|
114
|
+
borderRightColor: "colors",
|
|
115
|
+
borderRightStyle: "borderStyles",
|
|
116
|
+
outlineColor: "colors",
|
|
117
|
+
boxShadow: "shadows",
|
|
118
|
+
textShadow: "shadows",
|
|
119
|
+
zIndex: "zIndices",
|
|
120
|
+
width: "sizes",
|
|
121
|
+
minWidth: "sizes",
|
|
122
|
+
maxWidth: "sizes",
|
|
123
|
+
height: "sizes",
|
|
124
|
+
minHeight: "sizes",
|
|
125
|
+
maxHeight: "sizes",
|
|
126
|
+
flexBasis: "sizes",
|
|
127
|
+
size: "sizes",
|
|
128
|
+
fill: "colors",
|
|
129
|
+
stroke: "colors"
|
|
130
|
+
};
|
|
131
|
+
var positiveOrNegative = function positiveOrNegative2(scale, value) {
|
|
132
|
+
if (typeof value !== "number" || value >= 0) {
|
|
133
|
+
return get(scale, value, value);
|
|
134
|
+
}
|
|
135
|
+
var absolute = Math.abs(value);
|
|
136
|
+
var n = get(scale, absolute, absolute);
|
|
137
|
+
if (typeof n === "string")
|
|
138
|
+
return "-" + n;
|
|
139
|
+
return n * -1;
|
|
140
|
+
};
|
|
141
|
+
var transforms = ["margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "top", "bottom", "left", "right"].reduce(function(acc, curr) {
|
|
142
|
+
var _extends2;
|
|
143
|
+
return _extends({}, acc, (_extends2 = {}, _extends2[curr] = positiveOrNegative, _extends2));
|
|
144
|
+
}, {});
|
|
145
|
+
var responsive = function responsive2(styles) {
|
|
146
|
+
return function(theme) {
|
|
147
|
+
var next = {};
|
|
148
|
+
var breakpoints = get(theme, "breakpoints", defaultBreakpoints);
|
|
149
|
+
var mediaQueries = [null].concat(breakpoints.map(function(n) {
|
|
150
|
+
return "@media screen and (min-width: " + n + ")";
|
|
151
|
+
}));
|
|
152
|
+
for (var key in styles) {
|
|
153
|
+
var value = typeof styles[key] === "function" ? styles[key](theme) : styles[key];
|
|
154
|
+
if (value == null)
|
|
155
|
+
continue;
|
|
156
|
+
if (!Array.isArray(value)) {
|
|
157
|
+
next[key] = value;
|
|
158
|
+
continue;
|
|
159
|
+
}
|
|
160
|
+
for (var i = 0; i < value.slice(0, mediaQueries.length).length; i++) {
|
|
161
|
+
var media = mediaQueries[i];
|
|
162
|
+
if (!media) {
|
|
163
|
+
next[key] = value[i];
|
|
164
|
+
continue;
|
|
165
|
+
}
|
|
166
|
+
next[media] = next[media] || {};
|
|
167
|
+
if (value[i] == null)
|
|
168
|
+
continue;
|
|
169
|
+
next[media][key] = value[i];
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
return next;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
var css = function css2(args) {
|
|
176
|
+
return function(props) {
|
|
177
|
+
if (props === void 0) {
|
|
178
|
+
props = {};
|
|
179
|
+
}
|
|
180
|
+
var theme = _extends({}, defaultTheme, {}, props.theme || props);
|
|
181
|
+
var result = {};
|
|
182
|
+
var obj = typeof args === "function" ? args(theme) : args;
|
|
183
|
+
var styles = responsive(obj)(theme);
|
|
184
|
+
for (var key in styles) {
|
|
185
|
+
var x = styles[key];
|
|
186
|
+
var val = typeof x === "function" ? x(theme) : x;
|
|
187
|
+
if (key === "variant") {
|
|
188
|
+
var variant = css2(get(theme, val))(theme);
|
|
189
|
+
result = _extends({}, result, {}, variant);
|
|
190
|
+
continue;
|
|
191
|
+
}
|
|
192
|
+
if (val && typeof val === "object") {
|
|
193
|
+
result[key] = css2(val)(theme);
|
|
194
|
+
continue;
|
|
195
|
+
}
|
|
196
|
+
var prop = get(aliases, key, key);
|
|
197
|
+
var scaleName = get(scales, prop);
|
|
198
|
+
var scale = get(theme, scaleName, get(theme, prop, {}));
|
|
199
|
+
var transform = get(transforms, prop, get);
|
|
200
|
+
var value = transform(scale, val, val);
|
|
201
|
+
if (multiples[prop]) {
|
|
202
|
+
var dirs = multiples[prop];
|
|
203
|
+
for (var i = 0; i < dirs.length; i++) {
|
|
204
|
+
result[dirs[i]] = value;
|
|
205
|
+
}
|
|
206
|
+
} else {
|
|
207
|
+
result[prop] = value;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
return result;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
var index_esm_default = css;
|
|
214
|
+
|
|
215
|
+
export {
|
|
216
|
+
index_esm_default
|
|
217
|
+
};
|