@oxyhq/bloom 0.1.36 → 0.2.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/lib/commonjs/avatar/Avatar.js +5 -3
- package/lib/commonjs/avatar/Avatar.js.map +1 -1
- package/lib/commonjs/avatar/default-avatar.js +23 -0
- package/lib/commonjs/avatar/default-avatar.js.map +1 -0
- package/lib/commonjs/avatar/index.js +3 -2
- package/lib/commonjs/avatar/index.js.map +1 -1
- package/lib/commonjs/context-menu/index.js +1 -1
- package/lib/commonjs/dialog/Dialog.js +44 -10
- package/lib/commonjs/dialog/Dialog.js.map +1 -1
- package/lib/commonjs/dialog/index.web.js +56 -0
- package/lib/commonjs/dialog/index.web.js.map +1 -0
- package/lib/commonjs/icons/common.js +13 -1
- package/lib/commonjs/icons/common.js.map +1 -1
- package/lib/commonjs/index.js +56 -56
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/index.web.js +386 -0
- package/lib/commonjs/index.web.js.map +1 -0
- package/lib/commonjs/loading/SpinnerIcon.js +3 -1
- package/lib/commonjs/loading/SpinnerIcon.js.map +1 -1
- package/lib/commonjs/menu/index.js +1 -1
- package/lib/commonjs/prompt/Prompt.js +1 -1
- package/lib/commonjs/select/index.js +3 -3
- package/lib/commonjs/select/index.js.map +1 -1
- package/lib/commonjs/text-field/index.js.map +1 -1
- package/lib/commonjs/theme/BloomThemeProvider.js +1 -1
- package/lib/module/avatar/Avatar.js +5 -3
- package/lib/module/avatar/Avatar.js.map +1 -1
- package/lib/module/avatar/default-avatar.js +19 -0
- package/lib/module/avatar/default-avatar.js.map +1 -0
- package/lib/module/avatar/index.js +3 -2
- package/lib/module/avatar/index.js.map +1 -1
- package/lib/module/context-menu/index.js +1 -1
- package/lib/module/context-menu/index.js.map +1 -1
- package/lib/module/dialog/Dialog.js +43 -8
- package/lib/module/dialog/Dialog.js.map +1 -1
- package/lib/module/dialog/index.web.js +16 -0
- package/lib/module/dialog/index.web.js.map +1 -0
- package/lib/module/icons/common.js +13 -1
- package/lib/module/icons/common.js.map +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/index.web.js +74 -0
- package/lib/module/index.web.js.map +1 -0
- package/lib/module/loading/SpinnerIcon.js +3 -1
- package/lib/module/loading/SpinnerIcon.js.map +1 -1
- package/lib/module/menu/index.js +2 -2
- package/lib/module/menu/index.js.map +1 -1
- package/lib/module/prompt/Prompt.js +2 -2
- package/lib/module/prompt/Prompt.js.map +1 -1
- package/lib/module/select/index.js +1 -1
- package/lib/module/select/index.js.map +1 -1
- package/lib/module/text-field/index.js.map +1 -1
- package/lib/module/theme/BloomThemeProvider.js +1 -1
- package/lib/module/theme/BloomThemeProvider.js.map +1 -1
- package/lib/typescript/commonjs/avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar/default-avatar.d.ts +5 -0
- package/lib/typescript/commonjs/avatar/default-avatar.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/index.d.ts +3 -1
- package/lib/typescript/commonjs/avatar/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/Dialog.d.ts +1 -1
- package/lib/typescript/commonjs/dialog/Dialog.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/index.web.d.ts +4 -0
- package/lib/typescript/commonjs/dialog/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Accessibility.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Alien.d.ts +1 -1
- package/lib/typescript/commonjs/icons/AndroidLogo.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Apple.d.ts +1 -1
- package/lib/typescript/commonjs/icons/AppleLogo.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Arrow.d.ts +5 -5
- package/lib/typescript/commonjs/icons/ArrowBoxLeft.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowCornerDownRight.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ArrowOutOfBox.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowRotate.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowShareRight.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ArrowTopCircle.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ArrowTriangle.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ArrowsDiagonal.d.ts +4 -4
- package/lib/typescript/commonjs/icons/AspectRatio.d.ts +3 -3
- package/lib/typescript/commonjs/icons/At.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Atom.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Bars.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Beaker.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Bell.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bell2.d.ts +4 -4
- package/lib/typescript/commonjs/icons/BellPlus.d.ts +1 -1
- package/lib/typescript/commonjs/icons/BellRinging.d.ts +2 -2
- package/lib/typescript/commonjs/icons/BirthdayCake.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Bookmark.d.ts +3 -3
- package/lib/typescript/commonjs/icons/Bot.d.ts +2 -2
- package/lib/typescript/commonjs/icons/BroomSparkle.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Bubble.d.ts +4 -4
- package/lib/typescript/commonjs/icons/BubbleInfo.d.ts +1 -1
- package/lib/typescript/commonjs/icons/BulletList.d.ts +3 -3
- package/lib/typescript/commonjs/icons/CC.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Calendar.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CalendarClock.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CalendarDays.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Camera.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Car.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Celebrate.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ChainLink.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Check.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Chevron.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Circle.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CircleAndSquare.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CircleBanSign.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CircleCheck.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CircleInfo.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CirclePlus.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CircleQuestion.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CircleX.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Clipboard.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Clock.d.ts +1 -1
- package/lib/typescript/commonjs/icons/CodeBrackets.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CodeLines.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ColorPalette.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Contacts.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Crop.d.ts +1 -1
- package/lib/typescript/commonjs/icons/DotGrid.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Download.d.ts +1 -1
- package/lib/typescript/commonjs/icons/EditBig.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Emoji.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Envelope.d.ts +3 -3
- package/lib/typescript/commonjs/icons/EnvelopeOpen.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Explosion.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Eye.d.ts +2 -2
- package/lib/typescript/commonjs/icons/EyeSlash.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Filter.d.ts +1 -1
- package/lib/typescript/commonjs/icons/FilterTimeline.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Flag.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Flame.d.ts +1 -1
- package/lib/typescript/commonjs/icons/FlipImage.d.ts +2 -2
- package/lib/typescript/commonjs/icons/FloppyDisk.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Freeze.d.ts +1 -1
- package/lib/typescript/commonjs/icons/GameController.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Gif.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Gift1.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Globe.d.ts +3 -3
- package/lib/typescript/commonjs/icons/Group.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Growth.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Haptic.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Hashtag.d.ts +3 -3
- package/lib/typescript/commonjs/icons/Heart2.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Home.d.ts +3 -3
- package/lib/typescript/commonjs/icons/HomeOpen.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Image.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Key.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Lab.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Leaf.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ListMagnifyingGlass.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ListPlus.d.ts +1 -1
- package/lib/typescript/commonjs/icons/ListSparkle.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Live.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Loader.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Lock.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Logo.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Macintosh.d.ts +1 -1
- package/lib/typescript/commonjs/icons/MagnifyingGlass.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Menu.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Message.d.ts +3 -3
- package/lib/typescript/commonjs/icons/Moon.d.ts +1 -1
- package/lib/typescript/commonjs/icons/MusicNote.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Mute.d.ts +1 -1
- package/lib/typescript/commonjs/icons/News2.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Newskie.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Newspaper.d.ts +1 -1
- package/lib/typescript/commonjs/icons/PageText.d.ts +1 -1
- package/lib/typescript/commonjs/icons/PageX.d.ts +1 -1
- package/lib/typescript/commonjs/icons/PaintRoller.d.ts +1 -1
- package/lib/typescript/commonjs/icons/PaperPlane.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Pause.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Pencil.d.ts +3 -3
- package/lib/typescript/commonjs/icons/PeopleRemove2.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Person.d.ts +10 -10
- package/lib/typescript/commonjs/icons/Phone.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Pin.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PinLocation.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Pizza.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Play.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Plus.d.ts +2 -2
- package/lib/typescript/commonjs/icons/QrCode.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Quote.d.ts +5 -5
- package/lib/typescript/commonjs/icons/RaisingHand.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Reply.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Repost.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Rose.d.ts +1 -1
- package/lib/typescript/commonjs/icons/SettingsGear2.d.ts +2 -2
- package/lib/typescript/commonjs/icons/SettingsSlider.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Shaka.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Shapes.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Shield.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Sparkle.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Speaker.d.ts +1 -1
- package/lib/typescript/commonjs/icons/SquareArrowTopRight.d.ts +1 -1
- package/lib/typescript/commonjs/icons/SquareBehindSquare4.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Star.d.ts +2 -2
- package/lib/typescript/commonjs/icons/StarterPack.d.ts +1 -1
- package/lib/typescript/commonjs/icons/StreamingLive.d.ts +1 -1
- package/lib/typescript/commonjs/icons/TEMPLATE.d.ts +2 -2
- package/lib/typescript/commonjs/icons/TextSize.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Ticket.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Times.d.ts +1 -1
- package/lib/typescript/commonjs/icons/TitleCase.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Trash.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Tree.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Trending.d.ts +2 -2
- package/lib/typescript/commonjs/icons/UFO.d.ts +1 -1
- package/lib/typescript/commonjs/icons/UserCircle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Verified.d.ts +1 -1
- package/lib/typescript/commonjs/icons/VerifiedCheck.d.ts +1 -1
- package/lib/typescript/commonjs/icons/VerifierCheck.d.ts +1 -1
- package/lib/typescript/commonjs/icons/VideoClip.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Warning.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Window.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Wrench.d.ts +1 -1
- package/lib/typescript/commonjs/icons/Zap.d.ts +1 -1
- package/lib/typescript/commonjs/icons/common.d.ts +20 -6
- package/lib/typescript/commonjs/icons/common.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/index.d.ts +1 -1
- package/lib/typescript/commonjs/icons/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.web.d.ts +48 -0
- package/lib/typescript/commonjs/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts.map +1 -1
- package/lib/typescript/commonjs/text-field/index.d.ts +2 -2
- package/lib/typescript/commonjs/text-field/index.d.ts.map +1 -1
- package/lib/typescript/module/avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/module/avatar/default-avatar.d.ts +5 -0
- package/lib/typescript/module/avatar/default-avatar.d.ts.map +1 -0
- package/lib/typescript/module/avatar/index.d.ts +3 -1
- package/lib/typescript/module/avatar/index.d.ts.map +1 -1
- package/lib/typescript/module/dialog/Dialog.d.ts +1 -1
- package/lib/typescript/module/dialog/Dialog.d.ts.map +1 -1
- package/lib/typescript/module/dialog/index.web.d.ts +4 -0
- package/lib/typescript/module/dialog/index.web.d.ts.map +1 -0
- package/lib/typescript/module/icons/Accessibility.d.ts +1 -1
- package/lib/typescript/module/icons/Alien.d.ts +1 -1
- package/lib/typescript/module/icons/AndroidLogo.d.ts +1 -1
- package/lib/typescript/module/icons/Apple.d.ts +1 -1
- package/lib/typescript/module/icons/AppleLogo.d.ts +1 -1
- package/lib/typescript/module/icons/Arrow.d.ts +5 -5
- package/lib/typescript/module/icons/ArrowBoxLeft.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowCornerDownRight.d.ts +1 -1
- package/lib/typescript/module/icons/ArrowOutOfBox.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowRotate.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowShareRight.d.ts +1 -1
- package/lib/typescript/module/icons/ArrowTopCircle.d.ts +1 -1
- package/lib/typescript/module/icons/ArrowTriangle.d.ts +1 -1
- package/lib/typescript/module/icons/ArrowsDiagonal.d.ts +4 -4
- package/lib/typescript/module/icons/AspectRatio.d.ts +3 -3
- package/lib/typescript/module/icons/At.d.ts +2 -2
- package/lib/typescript/module/icons/Atom.d.ts +1 -1
- package/lib/typescript/module/icons/Bars.d.ts +1 -1
- package/lib/typescript/module/icons/Beaker.d.ts +1 -1
- package/lib/typescript/module/icons/Bell.d.ts +2 -2
- package/lib/typescript/module/icons/Bell2.d.ts +4 -4
- package/lib/typescript/module/icons/BellPlus.d.ts +1 -1
- package/lib/typescript/module/icons/BellRinging.d.ts +2 -2
- package/lib/typescript/module/icons/BirthdayCake.d.ts +1 -1
- package/lib/typescript/module/icons/Bookmark.d.ts +3 -3
- package/lib/typescript/module/icons/Bot.d.ts +2 -2
- package/lib/typescript/module/icons/BroomSparkle.d.ts +1 -1
- package/lib/typescript/module/icons/Bubble.d.ts +4 -4
- package/lib/typescript/module/icons/BubbleInfo.d.ts +1 -1
- package/lib/typescript/module/icons/BulletList.d.ts +3 -3
- package/lib/typescript/module/icons/CC.d.ts +2 -2
- package/lib/typescript/module/icons/Calendar.d.ts +1 -1
- package/lib/typescript/module/icons/CalendarClock.d.ts +1 -1
- package/lib/typescript/module/icons/CalendarDays.d.ts +1 -1
- package/lib/typescript/module/icons/Camera.d.ts +2 -2
- package/lib/typescript/module/icons/Car.d.ts +1 -1
- package/lib/typescript/module/icons/Celebrate.d.ts +1 -1
- package/lib/typescript/module/icons/ChainLink.d.ts +1 -1
- package/lib/typescript/module/icons/Check.d.ts +2 -2
- package/lib/typescript/module/icons/Chevron.d.ts +6 -6
- package/lib/typescript/module/icons/Circle.d.ts +1 -1
- package/lib/typescript/module/icons/CircleAndSquare.d.ts +1 -1
- package/lib/typescript/module/icons/CircleBanSign.d.ts +1 -1
- package/lib/typescript/module/icons/CircleCheck.d.ts +1 -1
- package/lib/typescript/module/icons/CircleInfo.d.ts +1 -1
- package/lib/typescript/module/icons/CirclePlus.d.ts +1 -1
- package/lib/typescript/module/icons/CircleQuestion.d.ts +1 -1
- package/lib/typescript/module/icons/CircleX.d.ts +1 -1
- package/lib/typescript/module/icons/Clipboard.d.ts +1 -1
- package/lib/typescript/module/icons/Clock.d.ts +1 -1
- package/lib/typescript/module/icons/CodeBrackets.d.ts +2 -2
- package/lib/typescript/module/icons/CodeLines.d.ts +1 -1
- package/lib/typescript/module/icons/ColorPalette.d.ts +1 -1
- package/lib/typescript/module/icons/Contacts.d.ts +2 -2
- package/lib/typescript/module/icons/Crop.d.ts +1 -1
- package/lib/typescript/module/icons/DotGrid.d.ts +2 -2
- package/lib/typescript/module/icons/Download.d.ts +1 -1
- package/lib/typescript/module/icons/EditBig.d.ts +2 -2
- package/lib/typescript/module/icons/Emoji.d.ts +4 -4
- package/lib/typescript/module/icons/Envelope.d.ts +3 -3
- package/lib/typescript/module/icons/EnvelopeOpen.d.ts +1 -1
- package/lib/typescript/module/icons/Explosion.d.ts +1 -1
- package/lib/typescript/module/icons/Eye.d.ts +2 -2
- package/lib/typescript/module/icons/EyeSlash.d.ts +1 -1
- package/lib/typescript/module/icons/Filter.d.ts +1 -1
- package/lib/typescript/module/icons/FilterTimeline.d.ts +1 -1
- package/lib/typescript/module/icons/Flag.d.ts +1 -1
- package/lib/typescript/module/icons/Flame.d.ts +1 -1
- package/lib/typescript/module/icons/FlipImage.d.ts +2 -2
- package/lib/typescript/module/icons/FloppyDisk.d.ts +1 -1
- package/lib/typescript/module/icons/Freeze.d.ts +1 -1
- package/lib/typescript/module/icons/GameController.d.ts +1 -1
- package/lib/typescript/module/icons/Gif.d.ts +2 -2
- package/lib/typescript/module/icons/Gift1.d.ts +2 -2
- package/lib/typescript/module/icons/Globe.d.ts +3 -3
- package/lib/typescript/module/icons/Group.d.ts +1 -1
- package/lib/typescript/module/icons/Growth.d.ts +1 -1
- package/lib/typescript/module/icons/Haptic.d.ts +1 -1
- package/lib/typescript/module/icons/Hashtag.d.ts +3 -3
- package/lib/typescript/module/icons/Heart2.d.ts +4 -4
- package/lib/typescript/module/icons/Home.d.ts +3 -3
- package/lib/typescript/module/icons/HomeOpen.d.ts +2 -2
- package/lib/typescript/module/icons/Image.d.ts +2 -2
- package/lib/typescript/module/icons/Key.d.ts +1 -1
- package/lib/typescript/module/icons/Lab.d.ts +1 -1
- package/lib/typescript/module/icons/Leaf.d.ts +1 -1
- package/lib/typescript/module/icons/ListMagnifyingGlass.d.ts +1 -1
- package/lib/typescript/module/icons/ListPlus.d.ts +1 -1
- package/lib/typescript/module/icons/ListSparkle.d.ts +1 -1
- package/lib/typescript/module/icons/Live.d.ts +1 -1
- package/lib/typescript/module/icons/Loader.d.ts +1 -1
- package/lib/typescript/module/icons/Lock.d.ts +2 -2
- package/lib/typescript/module/icons/Logo.d.ts +1 -1
- package/lib/typescript/module/icons/Macintosh.d.ts +1 -1
- package/lib/typescript/module/icons/MagnifyingGlass.d.ts +4 -4
- package/lib/typescript/module/icons/Menu.d.ts +1 -1
- package/lib/typescript/module/icons/Message.d.ts +3 -3
- package/lib/typescript/module/icons/Moon.d.ts +1 -1
- package/lib/typescript/module/icons/MusicNote.d.ts +1 -1
- package/lib/typescript/module/icons/Mute.d.ts +1 -1
- package/lib/typescript/module/icons/News2.d.ts +1 -1
- package/lib/typescript/module/icons/Newskie.d.ts +1 -1
- package/lib/typescript/module/icons/Newspaper.d.ts +1 -1
- package/lib/typescript/module/icons/PageText.d.ts +1 -1
- package/lib/typescript/module/icons/PageX.d.ts +1 -1
- package/lib/typescript/module/icons/PaintRoller.d.ts +1 -1
- package/lib/typescript/module/icons/PaperPlane.d.ts +1 -1
- package/lib/typescript/module/icons/Pause.d.ts +4 -4
- package/lib/typescript/module/icons/Pencil.d.ts +3 -3
- package/lib/typescript/module/icons/PeopleRemove2.d.ts +2 -2
- package/lib/typescript/module/icons/Person.d.ts +10 -10
- package/lib/typescript/module/icons/Phone.d.ts +2 -2
- package/lib/typescript/module/icons/Pin.d.ts +2 -2
- package/lib/typescript/module/icons/PinLocation.d.ts +2 -2
- package/lib/typescript/module/icons/Pizza.d.ts +1 -1
- package/lib/typescript/module/icons/Play.d.ts +4 -4
- package/lib/typescript/module/icons/Plus.d.ts +2 -2
- package/lib/typescript/module/icons/QrCode.d.ts +1 -1
- package/lib/typescript/module/icons/Quote.d.ts +5 -5
- package/lib/typescript/module/icons/RaisingHand.d.ts +2 -2
- package/lib/typescript/module/icons/Reply.d.ts +2 -2
- package/lib/typescript/module/icons/Repost.d.ts +4 -4
- package/lib/typescript/module/icons/Rose.d.ts +1 -1
- package/lib/typescript/module/icons/SettingsGear2.d.ts +2 -2
- package/lib/typescript/module/icons/SettingsSlider.d.ts +1 -1
- package/lib/typescript/module/icons/Shaka.d.ts +1 -1
- package/lib/typescript/module/icons/Shapes.d.ts +1 -1
- package/lib/typescript/module/icons/Shield.d.ts +2 -2
- package/lib/typescript/module/icons/Sparkle.d.ts +1 -1
- package/lib/typescript/module/icons/Speaker.d.ts +1 -1
- package/lib/typescript/module/icons/SquareArrowTopRight.d.ts +1 -1
- package/lib/typescript/module/icons/SquareBehindSquare4.d.ts +1 -1
- package/lib/typescript/module/icons/Star.d.ts +2 -2
- package/lib/typescript/module/icons/StarterPack.d.ts +1 -1
- package/lib/typescript/module/icons/StreamingLive.d.ts +1 -1
- package/lib/typescript/module/icons/TEMPLATE.d.ts +2 -2
- package/lib/typescript/module/icons/TextSize.d.ts +1 -1
- package/lib/typescript/module/icons/Ticket.d.ts +1 -1
- package/lib/typescript/module/icons/Times.d.ts +1 -1
- package/lib/typescript/module/icons/TitleCase.d.ts +1 -1
- package/lib/typescript/module/icons/Trash.d.ts +2 -2
- package/lib/typescript/module/icons/Tree.d.ts +1 -1
- package/lib/typescript/module/icons/Trending.d.ts +2 -2
- package/lib/typescript/module/icons/UFO.d.ts +1 -1
- package/lib/typescript/module/icons/UserCircle.d.ts +2 -2
- package/lib/typescript/module/icons/Verified.d.ts +1 -1
- package/lib/typescript/module/icons/VerifiedCheck.d.ts +1 -1
- package/lib/typescript/module/icons/VerifierCheck.d.ts +1 -1
- package/lib/typescript/module/icons/VideoClip.d.ts +2 -2
- package/lib/typescript/module/icons/Warning.d.ts +1 -1
- package/lib/typescript/module/icons/Window.d.ts +1 -1
- package/lib/typescript/module/icons/Wrench.d.ts +1 -1
- package/lib/typescript/module/icons/Zap.d.ts +1 -1
- package/lib/typescript/module/icons/common.d.ts +20 -6
- package/lib/typescript/module/icons/common.d.ts.map +1 -1
- package/lib/typescript/module/icons/index.d.ts +1 -1
- package/lib/typescript/module/icons/index.d.ts.map +1 -1
- package/lib/typescript/module/index.web.d.ts +48 -0
- package/lib/typescript/module/index.web.d.ts.map +1 -0
- package/lib/typescript/module/loading/SpinnerIcon.d.ts.map +1 -1
- package/lib/typescript/module/text-field/index.d.ts +2 -2
- package/lib/typescript/module/text-field/index.d.ts.map +1 -1
- package/package.json +38 -1
- package/src/avatar/Avatar.tsx +5 -3
- package/src/avatar/default-avatar.ts +17 -0
- package/src/avatar/index.ts +3 -2
- package/src/dialog/Dialog.tsx +93 -13
- package/src/dialog/index.web.ts +14 -0
- package/src/icons/common.tsx +17 -4
- package/src/icons/index.ts +1 -1
- package/src/index.web.ts +75 -0
- package/src/loading/SpinnerIcon.tsx +6 -2
- package/src/text-field/index.tsx +2 -1
- package/lib/commonjs/theme/adaptive-colors.web.js +0 -10
- package/lib/commonjs/theme/adaptive-colors.web.js.map +0 -1
- package/lib/module/theme/adaptive-colors.web.js +0 -6
- package/lib/module/theme/adaptive-colors.web.js.map +0 -1
- package/lib/typescript/commonjs/theme/adaptive-colors.web.d.ts +0 -3
- package/lib/typescript/commonjs/theme/adaptive-colors.web.d.ts.map +0 -1
- package/lib/typescript/module/theme/adaptive-colors.web.d.ts +0 -3
- package/lib/typescript/module/theme/adaptive-colors.web.d.ts.map +0 -1
- package/src/theme/adaptive-colors.web.ts +0 -5
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const RaisingHand4Finger_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const RaisingHand4Finger_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const Reply: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const ReplyFilled: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
export declare const Repost_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const Repost_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
13
13
|
export declare const Repost_Stroke2_Corner3_Rounded: import("react").ForwardRefExoticComponent<{
|
|
14
14
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
15
|
-
style?: import("react-native").
|
|
15
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
16
16
|
size?: keyof typeof import("./common").sizes;
|
|
17
17
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
18
18
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
19
19
|
export declare const RepostRepost_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
20
20
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
21
|
-
style?: import("react-native").
|
|
21
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
22
22
|
size?: keyof typeof import("./common").sizes;
|
|
23
23
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
24
24
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Rose_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const SettingsGear2_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const SettingsGear2_Filled_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SettingsSliderVertical_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Shaka_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Shapes_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const Shield_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const ShieldCheck_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Sparkle_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SpeakerVolumeFull_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SquareArrowTopRight_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SquareBehindSquare4_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const Star_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const Star_Filled_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const StarterPack: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const StreamingLive_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -7,7 +7,7 @@ export declare function createSinglePathSVG({ path, viewBox, strokeWidth, stroke
|
|
|
7
7
|
strokeLinejoin?: 'miter' | 'round' | 'bevel';
|
|
8
8
|
}): import("react").ForwardRefExoticComponent<{
|
|
9
9
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
10
|
-
style?: import("react-native").
|
|
10
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
11
11
|
size?: keyof typeof import("./common").sizes;
|
|
12
12
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
13
13
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<Svg>>;
|
|
@@ -16,7 +16,7 @@ export declare function createMultiPathSVG({ paths, viewBox }: {
|
|
|
16
16
|
viewBox?: string;
|
|
17
17
|
}): import("react").ForwardRefExoticComponent<{
|
|
18
18
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
19
|
-
style?: import("react-native").
|
|
19
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
20
20
|
size?: keyof typeof import("./common").sizes;
|
|
21
21
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
22
22
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<Svg>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const TextSize_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Ticket_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const TimesLarge_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const TitleCase_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const Trash_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const Trash_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Tree_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const Trending2_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const Trending3_Stroke2_Corner1_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const UFO_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const UserCircle_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const UserCircle_Filled_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Verified_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Svg from 'react-native-svg';
|
|
2
2
|
export declare const VerifiedCheck: import("react").ForwardRefExoticComponent<{
|
|
3
3
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
4
|
-
style?: import("react-native").
|
|
4
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
5
5
|
size?: keyof typeof import("./common").sizes;
|
|
6
6
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
7
7
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<Svg>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Svg from 'react-native-svg';
|
|
2
2
|
export declare const VerifierCheck: import("react").ForwardRefExoticComponent<{
|
|
3
3
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
4
|
-
style?: import("react-native").
|
|
4
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
5
5
|
size?: keyof typeof import("./common").sizes;
|
|
6
6
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
7
7
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<Svg>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const VideoClip_Stroke1_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const VideoClip_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Warning_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Window_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Wrench_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Zap_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,10 +1,24 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
2
|
+
import { type ColorValue, type StyleProp, type ViewStyle } from 'react-native';
|
|
3
3
|
import { type PathProps, type SvgProps } from 'react-native-svg';
|
|
4
4
|
import { gradients } from '../styles/tokens';
|
|
5
|
+
/**
|
|
6
|
+
* Style prop for Bloom icons. Icons render via `<Svg>`, which is a View-like
|
|
7
|
+
* host, so the style must be View-compatible. A `color` field is allowed as a
|
|
8
|
+
* convenience for consumers who set fill via the CSS `color` shorthand (the
|
|
9
|
+
* icon reads this as a fallback fill when no explicit `fill` prop is given).
|
|
10
|
+
*
|
|
11
|
+
* Note: we intentionally avoid `TextStyle` here — React Native 0.84 introduced
|
|
12
|
+
* `cursor: CursorValue` on `ViewStyle` while `expo/types/react-native-web`
|
|
13
|
+
* augments `TextStyle.cursor` to `string`, and the resulting invariance
|
|
14
|
+
* breaks assignment of `StyleProp<TextStyle>` to `<Svg>`'s style slot.
|
|
15
|
+
*/
|
|
16
|
+
export type IconStyle = ViewStyle & {
|
|
17
|
+
color?: ColorValue;
|
|
18
|
+
};
|
|
5
19
|
export type Props = {
|
|
6
20
|
fill?: PathProps['fill'];
|
|
7
|
-
style?:
|
|
21
|
+
style?: StyleProp<IconStyle>;
|
|
8
22
|
size?: keyof typeof sizes;
|
|
9
23
|
gradient?: keyof typeof gradients;
|
|
10
24
|
} & Omit<SvgProps, 'style' | 'size'>;
|
|
@@ -19,11 +33,11 @@ export declare const sizes: {
|
|
|
19
33
|
readonly '3xl': 48;
|
|
20
34
|
};
|
|
21
35
|
export declare function useCommonSVGProps(props: Props): {
|
|
22
|
-
style: false | "" |
|
|
36
|
+
style: false | "" | IconStyle | import("react-native").RecursiveArray<import("react-native").Falsy | IconStyle> | null;
|
|
23
37
|
children?: React.ReactNode;
|
|
24
38
|
filter?: string | undefined;
|
|
25
39
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
26
|
-
color?:
|
|
40
|
+
color?: ColorValue | undefined;
|
|
27
41
|
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
28
42
|
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
29
43
|
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
@@ -132,7 +146,7 @@ export declare function useCommonSVGProps(props: Props): {
|
|
|
132
146
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
133
147
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
134
148
|
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
135
|
-
stroke?:
|
|
149
|
+
stroke?: ColorValue | undefined;
|
|
136
150
|
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
137
151
|
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
138
152
|
strokeDasharray?: (ReadonlyArray<import("react-native-svg").NumberProp> | import("react-native-svg").NumberProp) | undefined;
|
|
@@ -372,7 +386,7 @@ export declare function useCommonSVGProps(props: Props): {
|
|
|
372
386
|
fontFeatureSettings?: string | undefined;
|
|
373
387
|
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
374
388
|
fontVariationSettings?: string | undefined;
|
|
375
|
-
fill:
|
|
389
|
+
fill: ColorValue;
|
|
376
390
|
size: number;
|
|
377
391
|
gradient: import("react/jsx-runtime").JSX.Element | null;
|
|
378
392
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/icons/common.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/icons/common.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC3F,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIjE,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C;;;;;;;;;;GAUG;AACH,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG;IAAE,KAAK,CAAC,EAAE,UAAU,CAAA;CAAE,CAAC;AAE3D,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,OAAO,KAAK,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,OAAO,SAAS,CAAC;CACnC,GAAG,IAAI,CAAC,QAAQ,EAAE,OAAO,GAAG,MAAM,CAAC,CAAC;AAErC,eAAO,MAAM,KAAK;;;;;;;;;CASR,CAAC;AAEX,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqC7C"}
|
|
@@ -150,6 +150,6 @@ export * from './Warning';
|
|
|
150
150
|
export * from './Window';
|
|
151
151
|
export * from './Wrench';
|
|
152
152
|
export * from './Zap';
|
|
153
|
-
export type { Props } from './common';
|
|
153
|
+
export type { IconStyle, Props } from './common';
|
|
154
154
|
export { sizes, useCommonSVGProps } from './common';
|
|
155
155
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/icons/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export * from './theme';
|
|
2
|
+
export { atoms, flatten } from './styles';
|
|
3
|
+
export type { ViewStyleProp, TextStyleProp } from './styles';
|
|
4
|
+
export * as tokens from './styles/tokens';
|
|
5
|
+
export { web, native, ios, android, platform, select } from './styles/platform';
|
|
6
|
+
export { useInteractionState } from './hooks/useInteractionState';
|
|
7
|
+
export { useDelayedLoading } from './hooks/useDelayedLoading';
|
|
8
|
+
export { useThrottledValue } from './hooks/useThrottledValue';
|
|
9
|
+
export * as Icons from './icons';
|
|
10
|
+
export { type Props as IconProps, sizes as iconSizes, useCommonSVGProps } from './icons/common';
|
|
11
|
+
export * from './portal';
|
|
12
|
+
export * as Dialog from './dialog/index.web';
|
|
13
|
+
export * as Prompt from './prompt';
|
|
14
|
+
export * from './button';
|
|
15
|
+
export * from './grouped-buttons';
|
|
16
|
+
export * from './divider';
|
|
17
|
+
export * from './radio-indicator';
|
|
18
|
+
export * from './collapsible';
|
|
19
|
+
export { ErrorBoundary } from './error-boundary';
|
|
20
|
+
export type { ErrorBoundaryProps } from './error-boundary';
|
|
21
|
+
export * from './avatar';
|
|
22
|
+
export * from './loading';
|
|
23
|
+
export * as PromptInput from './prompt-input';
|
|
24
|
+
export * from './switch';
|
|
25
|
+
export * as Toast from './toast/index.web';
|
|
26
|
+
export * as Typography from './typography';
|
|
27
|
+
export * as Skeleton from './skeleton';
|
|
28
|
+
export * as Grid from './grid';
|
|
29
|
+
export { Fill } from './fill';
|
|
30
|
+
export { IconCircle } from './icon-circle';
|
|
31
|
+
export * as TextField from './text-field';
|
|
32
|
+
export * as SegmentedControl from './segmented-control';
|
|
33
|
+
export { SearchInput } from './search-input';
|
|
34
|
+
export { BottomSheet } from './bottom-sheet';
|
|
35
|
+
export type { BottomSheetRef, BottomSheetProps } from './bottom-sheet';
|
|
36
|
+
export * from './card';
|
|
37
|
+
export * from './badge';
|
|
38
|
+
export * from './chip';
|
|
39
|
+
export * as Tabs from './tabs';
|
|
40
|
+
export * from './checkbox';
|
|
41
|
+
export * as Accordion from './accordion';
|
|
42
|
+
export * from './settings-list';
|
|
43
|
+
export * as Admonition from './admonition';
|
|
44
|
+
export * as Menu from './menu/index.web';
|
|
45
|
+
export * as Tooltip from './tooltip/index.web';
|
|
46
|
+
export * as Select from './select/index.web';
|
|
47
|
+
export * as ContextMenu from './context-menu/index.web';
|
|
48
|
+
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.web.d.ts","sourceRoot":"","sources":["../../../src/index.web.ts"],"names":[],"mappings":"AAMA,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAC1C,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC7D,OAAO,KAAK,MAAM,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAGhF,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAG9D,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,EAAE,KAAK,KAAK,IAAI,SAAS,EAAE,KAAK,IAAI,SAAS,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAGhG,cAAc,UAAU,CAAC;AACzB,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,OAAO,KAAK,WAAW,MAAM,gBAAgB,CAAC;AAC9C,cAAc,UAAU,CAAC;AACzB,OAAO,KAAK,KAAK,MAAM,mBAAmB,CAAC;AAG3C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAG3C,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,gBAAgB,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,YAAY,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvE,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AAGzC,cAAc,iBAAiB,CAAC;AAGhC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,kBAAkB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,WAAW,MAAM,0BAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpinnerIcon.d.ts","sourceRoot":"","sources":["../../../../src/loading/SpinnerIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,EAAqB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAYjE,UAAU,gBAAgB;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;
|
|
1
|
+
{"version":3,"file":"SpinnerIcon.d.ts","sourceRoot":"","sources":["../../../../src/loading/SpinnerIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,EAAqB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAYjE,UAAU,gBAAgB;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AA+ED;;;;GAIG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAuBlD,CAAC"}
|