@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
|
@@ -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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"}
|
|
@@ -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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type AccessibilityProps, TextInput, type TextInputProps, type ViewStyle } from 'react-native';
|
|
2
|
-
import { type TextStyleProp } from '../styles';
|
|
2
|
+
import { type TextStyleProp, type ViewStyleProp } from '../styles';
|
|
3
3
|
import { type Props as SVGIconProps } from '../icons/common';
|
|
4
4
|
export type RootProps = React.PropsWithChildren<{
|
|
5
5
|
isInvalid?: boolean;
|
|
6
|
-
} &
|
|
6
|
+
} & ViewStyleProp>;
|
|
7
7
|
export declare function Root({ children, isInvalid, style }: RootProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export declare function useSharedInputStyles(): {
|
|
9
9
|
chromeHover: ViewStyle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/text-field/index.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,kBAAkB,EAGvB,SAAS,EACT,KAAK,cAAc,EAGnB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,OAAO,EAML,KAAK,aAAa,EACnB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,KAAK,KAAK,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAwB7D,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,iBAAiB,CAC7C;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,aAAa,CACxC,CAAC;AAEF,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,SAAiB,EAAE,KAAK,EAAE,EAAE,SAAS,2CA0CrE;AAED,wBAAgB,oBAAoB;;;;;EA0BnC;AAED,MAAM,MAAM,UAAU,GAAG,IAAI,CAC3B,cAAc,EACd,OAAO,GAAG,cAAc,GAAG,aAAa,CACzC,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,SAAS,GAAG,IAAI,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;IAC7E,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,wBAAgB,KAAK,CAAC,EACpB,KAAK,EACL,WAAW,EACX,KAAK,EACL,YAAY,EACZ,OAAO,EACP,MAAM,EACN,SAAS,EACT,QAAQ,EACR,KAAK,EACL,GAAG,IAAI,EACR,EAAE,UAAU,2CAmGZ;AAED,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,QAAQ,GACT,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,2CAchD;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAA;CAAE,2CA+B/E;AAED,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,KAAK,GACN,EAAE,KAAK,CAAC,iBAAiB,CACxB,aAAa,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,kBAAkB,CAAC,mBAAmB,CAAC,CAAC;CAC7D,CACF,2CAqBA;AAED,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,KAAK,GACN,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,2CAkDA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/text-field/index.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,kBAAkB,EAGvB,SAAS,EACT,KAAK,cAAc,EAGnB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,OAAO,EAML,KAAK,aAAa,EAClB,KAAK,aAAa,EACnB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,KAAK,KAAK,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAwB7D,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,iBAAiB,CAC7C;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,aAAa,CACxC,CAAC;AAEF,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,SAAiB,EAAE,KAAK,EAAE,EAAE,SAAS,2CA0CrE;AAED,wBAAgB,oBAAoB;;;;;EA0BnC;AAED,MAAM,MAAM,UAAU,GAAG,IAAI,CAC3B,cAAc,EACd,OAAO,GAAG,cAAc,GAAG,aAAa,CACzC,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,SAAS,GAAG,IAAI,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;IAC7E,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,wBAAgB,KAAK,CAAC,EACpB,KAAK,EACL,WAAW,EACX,KAAK,EACL,YAAY,EACZ,OAAO,EACP,MAAM,EACN,SAAS,EACT,QAAQ,EACR,KAAK,EACL,GAAG,IAAI,EACR,EAAE,UAAU,2CAmGZ;AAED,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,QAAQ,GACT,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,2CAchD;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAA;CAAE,2CA+B/E;AAED,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,KAAK,GACN,EAAE,KAAK,CAAC,iBAAiB,CACxB,aAAa,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,kBAAkB,CAAC,mBAAmB,CAAC,CAAC;CAC7D,CACF,2CAqBA;AAED,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,KAAK,GACN,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,2CAkDA"}
|
|
@@ -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>>;
|