@oxyhq/bloom 0.1.36 → 0.1.37
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/dialog/Dialog.js +44 -10
- package/lib/commonjs/dialog/Dialog.js.map +1 -1
- package/lib/commonjs/icons/common.js +13 -1
- package/lib/commonjs/icons/common.js.map +1 -1
- package/lib/commonjs/loading/SpinnerIcon.js +3 -1
- package/lib/commonjs/loading/SpinnerIcon.js.map +1 -1
- package/lib/commonjs/text-field/index.js.map +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/dialog/Dialog.js +43 -8
- package/lib/module/dialog/Dialog.js.map +1 -1
- package/lib/module/icons/common.js +13 -1
- package/lib/module/icons/common.js.map +1 -1
- package/lib/module/loading/SpinnerIcon.js +3 -1
- package/lib/module/loading/SpinnerIcon.js.map +1 -1
- package/lib/module/text-field/index.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/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/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/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/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 +1 -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/icons/common.tsx +17 -4
- package/src/icons/index.ts +1 -1
- package/src/loading/SpinnerIcon.tsx +6 -2
- package/src/text-field/index.tsx +2 -1
|
@@ -2,12 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
import React, { useCallback, useImperativeHandle, useMemo, useRef } from 'react';
|
|
4
4
|
import { Pressable, StyleSheet, View } from 'react-native';
|
|
5
|
-
import { BottomSheetModal, BottomSheetView, BottomSheetBackdrop } from '@gorhom/bottom-sheet';
|
|
6
5
|
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
7
6
|
import { useTheme } from "../theme/use-theme.js";
|
|
7
|
+
import { lazyRequire } from "../utils/lazy-require.js";
|
|
8
8
|
import { Context, useDialogContext } from "./context.js";
|
|
9
9
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
10
|
export { useDialogContext, useDialogControl } from "./context.js";
|
|
11
|
+
|
|
12
|
+
// ---------------------------------------------------------------------------
|
|
13
|
+
// Local types for @gorhom/bottom-sheet — declared here instead of imported so
|
|
14
|
+
// that Bloom type-checks cleanly in downstream projects that do not install
|
|
15
|
+
// this optional peer dependency. The module is still consumed at runtime via
|
|
16
|
+
// `lazyRequire`, which returns `null` if the package is missing. In that case
|
|
17
|
+
// Dialog.Outer renders nothing with a console warning, so consumers on native
|
|
18
|
+
// MUST install @gorhom/bottom-sheet to use Bloom's Dialog on native.
|
|
19
|
+
// ---------------------------------------------------------------------------
|
|
20
|
+
|
|
21
|
+
const getBottomSheetModule = lazyRequire('@gorhom/bottom-sheet');
|
|
22
|
+
let warnedAboutMissingBottomSheet = false;
|
|
23
|
+
function warnMissingBottomSheet() {
|
|
24
|
+
if (warnedAboutMissingBottomSheet) return;
|
|
25
|
+
warnedAboutMissingBottomSheet = true;
|
|
26
|
+
console.warn("[bloom] @gorhom/bottom-sheet is not installed. Bloom's native Dialog will not render. " + 'Install it as a peer dependency to enable Dialog on native, or rely on the web Dialog implementation on web.');
|
|
27
|
+
}
|
|
11
28
|
export function Outer({
|
|
12
29
|
children,
|
|
13
30
|
control,
|
|
@@ -49,14 +66,32 @@ export function Outer({
|
|
|
49
66
|
close,
|
|
50
67
|
isWithinDialog: true
|
|
51
68
|
}), [close]);
|
|
52
|
-
const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
69
|
+
const bottomSheet = getBottomSheetModule();
|
|
70
|
+
const renderBackdrop = useCallback(props => {
|
|
71
|
+
if (!bottomSheet) return null;
|
|
72
|
+
const {
|
|
73
|
+
BottomSheetBackdrop
|
|
74
|
+
} = bottomSheet;
|
|
75
|
+
return /*#__PURE__*/_jsx(BottomSheetBackdrop, {
|
|
76
|
+
...props,
|
|
77
|
+
appearsOnIndex: 0,
|
|
78
|
+
disappearsOnIndex: -1,
|
|
79
|
+
pressBehavior: "close",
|
|
80
|
+
opacity: 0.4
|
|
81
|
+
});
|
|
82
|
+
}, [bottomSheet]);
|
|
59
83
|
const renderHandle = useCallback(() => null, []);
|
|
84
|
+
if (!bottomSheet) {
|
|
85
|
+
// Optional peer `@gorhom/bottom-sheet` is not installed.
|
|
86
|
+
// Dialog.Outer is a no-op in this environment; consumers on native must
|
|
87
|
+
// install the peer to use Bloom's native Dialog implementation.
|
|
88
|
+
warnMissingBottomSheet();
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
const {
|
|
92
|
+
BottomSheetModal,
|
|
93
|
+
BottomSheetView
|
|
94
|
+
} = bottomSheet;
|
|
60
95
|
return /*#__PURE__*/_jsx(BottomSheetModal, {
|
|
61
96
|
ref: ref,
|
|
62
97
|
enablePanDownToClose: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","useImperativeHandle","useMemo","useRef","Pressable","StyleSheet","View","
|
|
1
|
+
{"version":3,"names":["React","useCallback","useImperativeHandle","useMemo","useRef","Pressable","StyleSheet","View","useSafeAreaInsets","useTheme","lazyRequire","Context","useDialogContext","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","useDialogControl","getBottomSheetModule","warnedAboutMissingBottomSheet","warnMissingBottomSheet","console","warn","Outer","children","control","onClose","testID","preventExpansion","theme","ref","closeCallbacks","callQueuedCallbacks","cb","current","e","error","open","present","close","push","dismiss","handleDismiss","context","isWithinDialog","bottomSheet","renderBackdrop","props","BottomSheetBackdrop","appearsOnIndex","disappearsOnIndex","pressBehavior","opacity","renderHandle","BottomSheetModal","BottomSheetView","enablePanDownToClose","enableDismissOnClose","enableDynamicSizing","snapPoints","undefined","backgroundStyle","backgroundColor","colors","background","borderTopLeftRadius","borderTopRightRadius","handleComponent","backdropComponent","onDismiss","style","maxWidth","margin","Provider","value","Inner","header","contentContainerStyle","insets","paddingTop","paddingHorizontal","paddingBottom","bottom","top","ScrollableInner","handleStyles","create","container","position","width","alignItems","zIndex","height","bar","borderRadius","alignSelf","Handle","onPress","accessibilityLabel","accessibilityHint","hitSlop","left","right","text","Close","Backdrop"],"sourceRoot":"../../../src","sources":["dialog/Dialog.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,6 +5,18 @@ import { StyleSheet } from 'react-native';
|
|
|
5
5
|
import { Defs, LinearGradient, Stop } from 'react-native-svg';
|
|
6
6
|
import { useTheme } from "../theme/use-theme.js";
|
|
7
7
|
import { gradients } from "../styles/tokens.js";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Style prop for Bloom icons. Icons render via `<Svg>`, which is a View-like
|
|
11
|
+
* host, so the style must be View-compatible. A `color` field is allowed as a
|
|
12
|
+
* convenience for consumers who set fill via the CSS `color` shorthand (the
|
|
13
|
+
* icon reads this as a fallback fill when no explicit `fill` prop is given).
|
|
14
|
+
*
|
|
15
|
+
* Note: we intentionally avoid `TextStyle` here — React Native 0.84 introduced
|
|
16
|
+
* `cursor: CursorValue` on `ViewStyle` while `expo/types/react-native-web`
|
|
17
|
+
* augments `TextStyle.cursor` to `string`, and the resulting invariance
|
|
18
|
+
* breaks assignment of `StyleProp<TextStyle>` to `<Svg>`'s style slot.
|
|
19
|
+
*/
|
|
8
20
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
21
|
export const sizes = {
|
|
10
22
|
'2xs': 8,
|
|
@@ -29,7 +41,7 @@ export function useCommonSVGProps(props) {
|
|
|
29
41
|
} = props;
|
|
30
42
|
const style = StyleSheet.flatten(rest.style);
|
|
31
43
|
const _size = Number(size ? sizes[size] : rest.width || sizes.md);
|
|
32
|
-
let _fill = fill
|
|
44
|
+
let _fill = fill ?? style?.color ?? colors.primary;
|
|
33
45
|
let gradientDef = null;
|
|
34
46
|
if (gradient && gradients[gradient]) {
|
|
35
47
|
const id = `${reactId}-${gradient}`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","Defs","LinearGradient","Stop","useTheme","gradients","jsx","_jsx","sizes","xs","sm","md","lg","xl","useCommonSVGProps","props","colors","reactId","useId","fill","size","gradient","rest","style","flatten","_size","Number","width","_fill","color","primary","gradientDef","id","config","children","x1","y1","x2","y2","gradientTransform","values","map","stop","fillColor","offset","String","stopColor"],"sourceRoot":"../../../src","sources":["icons/common.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","Defs","LinearGradient","Stop","useTheme","gradients","jsx","_jsx","sizes","xs","sm","md","lg","xl","useCommonSVGProps","props","colors","reactId","useId","fill","size","gradient","rest","style","flatten","_size","Number","width","_fill","color","primary","gradientDef","id","config","children","x1","y1","x2","y2","gradientTransform","values","map","stop","fillColor","offset","String","stopColor"],"sourceRoot":"../../../src","sources":["icons/common.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,QAAyD,cAAc;AAE1F,SAASC,IAAI,EAAEC,cAAc,EAAEC,IAAI,QAAQ,kBAAkB;AAE7D,SAASC,QAAQ,QAAQ,uBAAoB;AAC7C,SAASC,SAAS,QAAQ,qBAAkB;;AAE5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAVA,SAAAC,GAAA,IAAAC,IAAA;AAoBA,OAAO,MAAMC,KAAK,GAAG;EACnB,KAAK,EAAE,CAAC;EACRC,EAAE,EAAE,EAAE;EACNC,EAAE,EAAE,EAAE;EACNC,EAAE,EAAE,EAAE;EACNC,EAAE,EAAE,EAAE;EACNC,EAAE,EAAE,EAAE;EACN,KAAK,EAAE,EAAE;EACT,KAAK,EAAE;AACT,CAAU;AAEV,OAAO,SAASC,iBAAiBA,CAACC,KAAY,EAAE;EAC9C,MAAM;IAAEC;EAAO,CAAC,GAAGZ,QAAQ,CAAC,CAAC;EAC7B,MAAMa,OAAO,GAAGlB,KAAK,CAACmB,KAAK,CAAC,CAAC;EAC7B,MAAM;IAAEC,IAAI;IAAEC,IAAI;IAAEC,QAAQ;IAAE,GAAGC;EAAK,CAAC,GAAGP,KAAK;EAC/C,MAAMQ,KAAK,GAAGvB,UAAU,CAACwB,OAAO,CAAYF,IAAI,CAACC,KAAK,CAAC;EACvD,MAAME,KAAK,GAAGC,MAAM,CAACN,IAAI,GAAGZ,KAAK,CAACY,IAAI,CAAC,GAAGE,IAAI,CAACK,KAAK,IAAInB,KAAK,CAACG,EAAE,CAAC;EACjE,IAAIiB,KAAwB,GAAGT,IAAI,IAAII,KAAK,EAAEM,KAAK,IAAIb,MAAM,CAACc,OAAO;EACrE,IAAIC,WAAW,GAAG,IAAI;EAEtB,IAAIV,QAAQ,IAAIhB,SAAS,CAACgB,QAAQ,CAAC,EAAE;IACnC,MAAMW,EAAE,GAAG,GAAGf,OAAO,IAAII,QAAQ,EAAE;IACnC,MAAMY,MAAM,GAAG5B,SAAS,CAACgB,QAAQ,CAAC;IAClCO,KAAK,GAAG,QAAQI,EAAE,GAAG;IACrBD,WAAW,gBACTxB,IAAA,CAACN,IAAI;MAAAiC,QAAA,eACH3B,IAAA,CAACL,cAAc;QACb8B,EAAE,EAAEA,EAAG;QACPG,EAAE,EAAC,GAAG;QACNC,EAAE,EAAC,GAAG;QACNC,EAAE,EAAC,MAAM;QACTC,EAAE,EAAC,GAAG;QACNC,iBAAiB,EAAC,YAAY;QAAAL,QAAA,EAC7BD,MAAM,CAACO,MAAM,CAACC,GAAG,CAAC,CAAC,CAACC,IAAI,EAAEC,SAAS,CAAC,kBACnCpC,IAAA,CAACJ,IAAI;UAAoByC,MAAM,EAAEC,MAAM,CAACH,IAAI,CAAE;UAACI,SAAS,EAAEH;QAAU,GAAzDE,MAAM,CAACH,IAAI,CAAgD,CACvE;MAAC,CACY;IAAC,CACb,CACP;EACH;EAEA,OAAO;IACLvB,IAAI,EAAES,KAAK;IACXR,IAAI,EAAEK,KAAK;IACXF,KAAK;IACLF,QAAQ,EAAEU,WAAW;IACrB,GAAGT;EACL,CAAC;AACH","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useEffect","ActivityIndicator","lazyRequire","jsx","_jsx","jsxs","_jsxs","getSvgModule","getReanimated","AnimatedSpinner","color","size","className","style","svg","reanimated","default","Svg","Rect","Animated","useAnimatedStyle","useSharedValue","withRepeat","withTiming","Easing","rotation","value","duration","easing","linear","animatedStyle","transform","rotate","View","width","height","alignItems","justifyContent","children","viewBox","fill","opacity","rx","ry","x","y","SpinnerIcon","displayName"],"sourceRoot":"../../../src","sources":["loading/SpinnerIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,SAAS,QAAQ,OAAO;AACxC,SAASC,iBAAiB,QAAwB,cAAc;AAEhE,SAASC,WAAW,QAAQ,0BAAuB;;AAEnD;AACA;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAIA,MAAMC,YAAY,GAAGL,WAAW,CAAgB,kBAAkB,CAAC;AACnE,MAAMM,aAAa,GAAGN,WAAW,CAAiB,yBAAyB,CAAC;AAe5E;AACA;AACA;AACA;AACA,MAAMO,eAA+C,GAAGA,CAAC;EACvDC,KAAK,GAAG,cAAc;EACtBC,IAAI,GAAG,EAAE;EACTC,SAAS;EACTC,KAAK;EACLC,GAAG;EACHC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC,OAAO,EAAEC,GAAG;IAAEC;EAAK,CAAC,GAAGJ,GAAG;EAClC,MAAM;IACJE,OAAO,EAAEG,QAAQ;IACjBC,gBAAgB;IAChBC,cAAc;IACdC,UAAU;IACVC,UAAU;IACVC;EACF,CAAC,GAAGT,UAAU;EAEd,MAAMU,QAAQ,GAAGJ,cAAc,CAAC,CAAC,CAAC;EAElCrB,SAAS,CAAC,MAAM;IACdyB,QAAQ,CAACC,KAAK,GAAGJ,UAAU,CACzBC,UAAU,CAAC,GAAG,EAAE;MAAEI,QAAQ,EAAE,GAAG;MAAEC,MAAM,EAAEJ,MAAM,CAACK;IAAO,CAAC,CAAC,EACzD,CAAC,CAAC,EACF,KACF,CAAC;IACD;IACA;IACA;EACF,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMC,aAAa,GAAGV,gBAAgB,CAAC,OAAO;IAC5CW,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAE,GAAGP,QAAQ,CAACC,KAAK;IAAM,CAAC;EAChD,CAAC,CAAC,CAAC;EAEH,oBACEtB,IAAA,CAACe,QAAQ,CAACc,IAAI;IACZpB,KAAK,EAAE,CACL;MACEqB,KAAK,EAAEvB,IAAI;MACXwB,MAAM,EAAExB,IAAI;MACZyB,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE;IAClB,CAAC,EACDP,aAAa,EACbjB,KAAK,CACL;IAAAyB,QAAA,
|
|
1
|
+
{"version":3,"names":["React","useEffect","ActivityIndicator","lazyRequire","jsx","_jsx","jsxs","_jsxs","getSvgModule","getReanimated","AnimatedSpinner","color","size","className","style","svg","reanimated","default","Svg","Rect","Animated","useAnimatedStyle","useSharedValue","withRepeat","withTiming","Easing","rotation","value","duration","easing","linear","animatedStyle","transform","rotate","View","width","height","alignItems","justifyContent","children","viewBox","fill","opacity","rx","ry","x","y","SpinnerIcon","displayName"],"sourceRoot":"../../../src","sources":["loading/SpinnerIcon.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createContext","useContext","useMemo","useRef","Platform","StyleSheet","TextInput","View","useTheme","useInteractionState","mergeRefs","atoms","a","web","android","platform","tokens","Text","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","Context","inputRef","isInvalid","hovered","onHoverIn","onHoverOut","focused","onFocus","onBlur","displayName","Root","children","style","state","onIn","onOut","context","Provider","value","flex_row","align_center","relative","w_full","px_md","OS","onClick","current","focus","onMouseOver","onMouseOut","undefined","useSharedInputStyles","theme","hover","borderColor","colors","borderLight","backgroundColor","contrast50","primary","error","negativeSubtle","negative","errorHover","chromeHover","chromeFocus","chromeError","chromeErrorHover","Input","label","placeholder","onChangeText","rest","ctx","withinRoot","Boolean","refs","filter","ref","flattened","flatten","z_20","flex_1","text_md","color","text","px_xs","lineHeight","fontSize","textAlignVertical","multiline","minHeight","minWidth","paddingTop","paddingBottom","marginTop","marginBottom","accessibilityHint","hitSlop","top","bottom","left","right","accessibilityLabel","e","placeholderTextColor","textSecondary","keyboardAppearance","mode","z_10","absolute","inset_0","borderRadius","borderWidth","LabelText","nativeID","text_sm","font_medium","mb_sm","Icon","icon","Comp","errorFocus","pr_xs","size","pointerEvents","flexShrink","SuffixText","numberOfLines","pr_sm","pointer_events_none","GhostText","native","paddingLeft","space","md","xl","xs","paddingRight","overflow_hidden","max_w_full","accessibilityElementsHidden","importantForAccessibility","textTertiary"],"sourceRoot":"../../../src","sources":["text-field/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["createContext","useContext","useMemo","useRef","Platform","StyleSheet","TextInput","View","useTheme","useInteractionState","mergeRefs","atoms","a","web","android","platform","tokens","Text","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","Context","inputRef","isInvalid","hovered","onHoverIn","onHoverOut","focused","onFocus","onBlur","displayName","Root","children","style","state","onIn","onOut","context","Provider","value","flex_row","align_center","relative","w_full","px_md","OS","onClick","current","focus","onMouseOver","onMouseOut","undefined","useSharedInputStyles","theme","hover","borderColor","colors","borderLight","backgroundColor","contrast50","primary","error","negativeSubtle","negative","errorHover","chromeHover","chromeFocus","chromeError","chromeErrorHover","Input","label","placeholder","onChangeText","rest","ctx","withinRoot","Boolean","refs","filter","ref","flattened","flatten","z_20","flex_1","text_md","color","text","px_xs","lineHeight","fontSize","textAlignVertical","multiline","minHeight","minWidth","paddingTop","paddingBottom","marginTop","marginBottom","accessibilityHint","hitSlop","top","bottom","left","right","accessibilityLabel","e","placeholderTextColor","textSecondary","keyboardAppearance","mode","z_10","absolute","inset_0","borderRadius","borderWidth","LabelText","nativeID","text_sm","font_medium","mb_sm","Icon","icon","Comp","errorFocus","pr_xs","size","pointerEvents","flexShrink","SuffixText","numberOfLines","pr_sm","pointer_events_none","GhostText","native","paddingLeft","space","md","xl","xs","paddingRight","overflow_hidden","max_w_full","accessibilityElementsHidden","importantForAccessibility","textTertiary"],"sourceRoot":"../../../src","sources":["text-field/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAQ/D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAQ/D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAwT3C,eAAO,MAAM,MAAM,yCAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-avatar.d.ts","sourceRoot":"","sources":["../../../../src/avatar/default-avatar.ts"],"names":[],"mappings":"AAcA,QAAA,MAAM,qBAAqB,EAAE;IAAE,GAAG,EAAE,MAAM,CAAA;CAAsB,CAAC;AAEjE,eAAe,qBAAqB,CAAC"}
|
|
@@ -3,5 +3,7 @@ export { AvatarPlaceholderProvider } from './placeholder-context';
|
|
|
3
3
|
export type { AvatarPlaceholderConfig } from './placeholder-context';
|
|
4
4
|
export type { AvatarProps, AvatarShape } from './types';
|
|
5
5
|
/** Default avatar placeholder image — use as `fallbackSource` on Avatar or in AvatarPlaceholderProvider */
|
|
6
|
-
export declare const defaultAvatarSource:
|
|
6
|
+
export declare const defaultAvatarSource: {
|
|
7
|
+
uri: string;
|
|
8
|
+
};
|
|
7
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,YAAY,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AACrE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAClE,YAAY,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AACrE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAMxD,2GAA2G;AAC3G,eAAO,MAAM,mBAAmB;;CAAgB,CAAC"}
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import type { DialogInnerProps, DialogOuterProps } from './types';
|
|
3
3
|
export { useDialogContext, useDialogControl } from './context';
|
|
4
4
|
export type { DialogControlProps, DialogOuterProps, DialogInnerProps } from './types';
|
|
5
|
-
export declare function Outer({ children, control, onClose, testID, preventExpansion, }: React.PropsWithChildren<DialogOuterProps>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare function Outer({ children, control, onClose, testID, preventExpansion, }: React.PropsWithChildren<DialogOuterProps>): import("react/jsx-runtime").JSX.Element | null;
|
|
6
6
|
export declare function Inner({ children, style, header, contentContainerStyle }: DialogInnerProps): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export declare function ScrollableInner(props: DialogInnerProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export declare function Handle(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAOjF,OAAO,KAAK,EAAsB,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEtF,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC/D,YAAY,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAOjF,OAAO,KAAK,EAAsB,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEtF,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC/D,YAAY,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAkEtF,wBAAgB,KAAK,CAAC,EACpB,QAAQ,EACR,OAAO,EACP,OAAO,EACP,MAAM,EACN,gBAAgB,GACjB,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,kDAqG3C;AAED,wBAAgB,KAAK,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,qBAAqB,EAAE,EAAE,gBAAgB,2CAgBzF;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,2CAEtD;AAOD,wBAAgB,MAAM,4CAgBrB;AAED,wBAAgB,KAAK,SAEpB;AAED,wBAAgB,QAAQ,SAEvB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Accessibility_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 Alien_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 AndroidLogo: 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 Apple_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 AppleLogo: 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,30 +1,30 @@
|
|
|
1
1
|
export declare const ArrowTopRight_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 ArrowTop_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>>;
|
|
13
13
|
export declare const ArrowLeft_Stroke2_Corner0_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 ArrowRight_Stroke2_Corner0_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>>;
|
|
25
25
|
export declare const ArrowBottom_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
26
26
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
27
|
-
style?: import("react-native").
|
|
27
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
28
28
|
size?: keyof typeof import("./common").sizes;
|
|
29
29
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
30
30
|
} & 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 ArrowBoxLeft_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 ArrowBoxLeft_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 ArrowCornerDownRight_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,12 +1,12 @@
|
|
|
1
1
|
export declare const ArrowOutOfBox_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 ArrowOutOfBoxModified_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 ArrowRotateCounterClockwise_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 ArrowRotateClockwise_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 ArrowShareRight_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 ArrowTopCircle_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 ArrowTriangleBottom_Stroke2_Corner1_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,24 +1,24 @@
|
|
|
1
1
|
export declare const ArrowsDiagonalOut_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 ArrowsDiagonalIn_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>>;
|
|
13
13
|
export declare const ArrowsDiagonalOut_Stroke2_Corner2_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 ArrowsDiagonalIn_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,18 +1,18 @@
|
|
|
1
1
|
export declare const AspectRatio11_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 AspectRatio43_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>>;
|
|
13
13
|
export declare const AspectRatio34_Stroke2_Corner0_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>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const At_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 At_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 Atom_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 Bars3_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 Beaker_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>>;
|