@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,12 +1,12 @@
|
|
|
1
1
|
export declare const Shield_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const ShieldCheck_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Sparkle_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SpeakerVolumeFull_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SquareArrowTopRight_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const SquareBehindSquare4_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const Star_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const Star_Filled_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const StarterPack: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const StreamingLive_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -7,7 +7,7 @@ export declare function createSinglePathSVG({ path, viewBox, strokeWidth, stroke
|
|
|
7
7
|
strokeLinejoin?: 'miter' | 'round' | 'bevel';
|
|
8
8
|
}): import("react").ForwardRefExoticComponent<{
|
|
9
9
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
10
|
-
style?: import("react-native").
|
|
10
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
11
11
|
size?: keyof typeof import("./common").sizes;
|
|
12
12
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
13
13
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<Svg>>;
|
|
@@ -16,7 +16,7 @@ export declare function createMultiPathSVG({ paths, viewBox }: {
|
|
|
16
16
|
viewBox?: string;
|
|
17
17
|
}): import("react").ForwardRefExoticComponent<{
|
|
18
18
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
19
|
-
style?: import("react-native").
|
|
19
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
20
20
|
size?: keyof typeof import("./common").sizes;
|
|
21
21
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
22
22
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<Svg>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const TextSize_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Ticket_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const TimesLarge_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const TitleCase_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const Trash_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const Trash_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Tree_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const Trending2_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const Trending3_Stroke2_Corner1_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const UFO_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const UserCircle_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const UserCircle_Filled_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Verified_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Svg from 'react-native-svg';
|
|
2
2
|
export declare const VerifiedCheck: import("react").ForwardRefExoticComponent<{
|
|
3
3
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
4
|
-
style?: import("react-native").
|
|
4
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
5
5
|
size?: keyof typeof import("./common").sizes;
|
|
6
6
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
7
7
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<Svg>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Svg from 'react-native-svg';
|
|
2
2
|
export declare const VerifierCheck: import("react").ForwardRefExoticComponent<{
|
|
3
3
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
4
|
-
style?: import("react-native").
|
|
4
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
5
5
|
size?: keyof typeof import("./common").sizes;
|
|
6
6
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
7
7
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<Svg>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const VideoClip_Stroke1_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
7
7
|
export declare const VideoClip_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
8
8
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
9
|
-
style?: import("react-native").
|
|
9
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
10
10
|
size?: keyof typeof import("./common").sizes;
|
|
11
11
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
12
12
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Warning_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Window_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Wrench_Stroke2_Corner2_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Zap_Stroke2_Corner0_Rounded: import("react").ForwardRefExoticComponent<{
|
|
2
2
|
fill?: import("react-native-svg").PathProps["fill"];
|
|
3
|
-
style?: import("react-native").
|
|
3
|
+
style?: import("react-native").StyleProp<import("./common").IconStyle>;
|
|
4
4
|
size?: keyof typeof import("./common").sizes;
|
|
5
5
|
gradient?: keyof typeof import("../styles/tokens").gradients;
|
|
6
6
|
} & Omit<import("react-native-svg").SvgProps, "style" | "size"> & import("react").RefAttributes<import("react-native-svg").default>>;
|
|
@@ -1,10 +1,24 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
2
|
+
import { type ColorValue, type StyleProp, type ViewStyle } from 'react-native';
|
|
3
3
|
import { type PathProps, type SvgProps } from 'react-native-svg';
|
|
4
4
|
import { gradients } from '../styles/tokens';
|
|
5
|
+
/**
|
|
6
|
+
* Style prop for Bloom icons. Icons render via `<Svg>`, which is a View-like
|
|
7
|
+
* host, so the style must be View-compatible. A `color` field is allowed as a
|
|
8
|
+
* convenience for consumers who set fill via the CSS `color` shorthand (the
|
|
9
|
+
* icon reads this as a fallback fill when no explicit `fill` prop is given).
|
|
10
|
+
*
|
|
11
|
+
* Note: we intentionally avoid `TextStyle` here — React Native 0.84 introduced
|
|
12
|
+
* `cursor: CursorValue` on `ViewStyle` while `expo/types/react-native-web`
|
|
13
|
+
* augments `TextStyle.cursor` to `string`, and the resulting invariance
|
|
14
|
+
* breaks assignment of `StyleProp<TextStyle>` to `<Svg>`'s style slot.
|
|
15
|
+
*/
|
|
16
|
+
export type IconStyle = ViewStyle & {
|
|
17
|
+
color?: ColorValue;
|
|
18
|
+
};
|
|
5
19
|
export type Props = {
|
|
6
20
|
fill?: PathProps['fill'];
|
|
7
|
-
style?:
|
|
21
|
+
style?: StyleProp<IconStyle>;
|
|
8
22
|
size?: keyof typeof sizes;
|
|
9
23
|
gradient?: keyof typeof gradients;
|
|
10
24
|
} & Omit<SvgProps, 'style' | 'size'>;
|
|
@@ -19,11 +33,11 @@ export declare const sizes: {
|
|
|
19
33
|
readonly '3xl': 48;
|
|
20
34
|
};
|
|
21
35
|
export declare function useCommonSVGProps(props: Props): {
|
|
22
|
-
style: false | "" |
|
|
36
|
+
style: false | "" | IconStyle | import("react-native").RecursiveArray<import("react-native").Falsy | IconStyle> | null;
|
|
23
37
|
children?: React.ReactNode;
|
|
24
38
|
filter?: string | undefined;
|
|
25
39
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
26
|
-
color?:
|
|
40
|
+
color?: ColorValue | undefined;
|
|
27
41
|
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
28
42
|
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
29
43
|
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
@@ -132,7 +146,7 @@ export declare function useCommonSVGProps(props: Props): {
|
|
|
132
146
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
133
147
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
134
148
|
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
135
|
-
stroke?:
|
|
149
|
+
stroke?: ColorValue | undefined;
|
|
136
150
|
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
137
151
|
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
138
152
|
strokeDasharray?: (ReadonlyArray<import("react-native-svg").NumberProp> | import("react-native-svg").NumberProp) | undefined;
|
|
@@ -372,7 +386,7 @@ export declare function useCommonSVGProps(props: Props): {
|
|
|
372
386
|
fontFeatureSettings?: string | undefined;
|
|
373
387
|
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
374
388
|
fontVariationSettings?: string | undefined;
|
|
375
|
-
fill:
|
|
389
|
+
fill: ColorValue;
|
|
376
390
|
size: number;
|
|
377
391
|
gradient: import("react/jsx-runtime").JSX.Element | null;
|
|
378
392
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/icons/common.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/icons/common.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC3F,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIjE,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C;;;;;;;;;;GAUG;AACH,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG;IAAE,KAAK,CAAC,EAAE,UAAU,CAAA;CAAE,CAAC;AAE3D,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,OAAO,KAAK,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,OAAO,SAAS,CAAC;CACnC,GAAG,IAAI,CAAC,QAAQ,EAAE,OAAO,GAAG,MAAM,CAAC,CAAC;AAErC,eAAO,MAAM,KAAK;;;;;;;;;CASR,CAAC;AAEX,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqC7C"}
|
|
@@ -150,6 +150,6 @@ export * from './Warning';
|
|
|
150
150
|
export * from './Window';
|
|
151
151
|
export * from './Wrench';
|
|
152
152
|
export * from './Zap';
|
|
153
|
-
export type { Props } from './common';
|
|
153
|
+
export type { IconStyle, Props } from './common';
|
|
154
154
|
export { sizes, useCommonSVGProps } from './common';
|
|
155
155
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/icons/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -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"}
|
package/package.json
CHANGED
package/src/avatar/Avatar.tsx
CHANGED
|
@@ -32,9 +32,11 @@ function getNameColor(name: string): string {
|
|
|
32
32
|
return NAME_AVATAR_COLORS[index] ?? NAME_AVATAR_COLORS[0];
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
// Built-in default avatar image — used when no source, fallbackSource, or placeholderIcon is provided
|
|
36
|
-
//
|
|
37
|
-
import
|
|
35
|
+
// Built-in default avatar image — used when no source, fallbackSource, or placeholderIcon is provided.
|
|
36
|
+
// Sourced from a TypeScript module that exports an inlined base64 data URI, so no
|
|
37
|
+
// `.jpg` asset import (and no ambient `*.jpg` module declaration) is required for
|
|
38
|
+
// consumers compiling Bloom's source files directly.
|
|
39
|
+
import DEFAULT_AVATAR_IMAGE from './default-avatar';
|
|
38
40
|
|
|
39
41
|
// Squircle clip path normalized to 0–1 coordinate space (viewBox="0 0 1 1").
|
|
40
42
|
const SQUIRCLE_PATH =
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Default avatar image, inlined as a base64 JPEG data URI.
|
|
2
|
+
//
|
|
3
|
+
// Inlining avoids importing a `.jpg` asset directly from TypeScript, which
|
|
4
|
+
// requires ambient module declarations that are brittle across consumers of
|
|
5
|
+
// Bloom's source (Metro, Vite, webpack, Expo Router, etc.). A data URI is
|
|
6
|
+
// universally accepted by React Native's `Image` and by the DOM `<img>` tag,
|
|
7
|
+
// so the same value works on both native and web.
|
|
8
|
+
//
|
|
9
|
+
// Source asset: `./default-avatar.jpg` (8.6 KB, ~11.5 KB base64). The source
|
|
10
|
+
// image is retained in this directory for design reference and tooling; it is
|
|
11
|
+
// not imported by the component itself.
|
|
12
|
+
const DATA_URI =
|
|
13
|
+
'data:image/jpeg;base64,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ecro7/EAJkdzx/hYW/Z0uNQ6DqHwQAQhCENQx6c29Ylu+z6ePtp2GX5tyzvLQOEDqHwgIIQpDhActvXPOxx4+7+R2fGlnQOEjHQfCAA0CEIcAMUs95Q+rMhCcnxcLc0S3mW9mGOEToPGAzwAhCEOMAWe9vF9MH224//aAAwDAQACAAMAAAAQ88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888889498888888888888888888847VARe3888888888888888888TK6pu6Ge8888888888888888Ixp2kpECW888888888888888R51sfvf83V088888888888888rBB6ti6Ep5U888888888888889AiUhnOoAN2888888888888885IwSPNa4l298888888888888880v9/eorQi8888888888888888tvnVyltY8888888888888888888Re0xq88888888888888888888888888888888888888888888RvTsKIK888888888888888892w45/ICcM68888888888888hAiMEJ1Rq3Nug08888888888vDeJ2k1CVymw/Az888888888o2gmeEf9Gf0iQ9tGo88888888MlLddbc8BVxw1qXJh1888888qtGlcgnF7MNY6MPY972888888rUAprq8IIApgFMKeSOu888//EACURAQACAgEEAQQDAAAAAAAAAAEAERAhMSAwQEFRYXGBsVBwof/aAAgBAwEBPxD+iFDmfXgjx4tsYtRonIZn3wNrE0Ys/wBlyfCeYvpUNcCFItv4Ux6nBKjA4DABItLw8+B9mJu3NcZgkNLeBwqUowN8xJi2Zd+fgO3ep5gcKP698XXuOxjKlSpU4gwkEAB68D5U9xekY2ia4+3gpemEU/xKUkGXFlSECkgAo8M+Cd0TZK12QWv4259OPJe0GL3AnLk4h8EXfM0Zog5I8bspsA1y2Q2jT3j+VFFuGmBvKQcBbDa2QP3u5Q9sFduC9RYsXFwgi4I2rn6b2ju9xLGGoNYMMXLlwggi7huLcQN3J2dAcE3YsGHqAIMC3jTfEG+u2ZbD7IAQQQYHjKR66mN3QDD0+IIIMhslo9D/xAAlEQEAAgICAQMEAwAAAAAAAAABABEQITFAIDBBUVBhcYFwscH/2gAIAQIBAT8Q/gg3PtSq6tWIJathrmpeOubmyVMog6i5iGDKBUYPcXR2DljrCYHBVTdHJ0eNQZBhcRjgdDy6BcxJMDDj0IA/x0GGBBJnsMAEvvt66mPaERAgSpUrBhQoiP36Gx9PEA3ipUqEI7m6fz0RqaifuW5Z4l2U3E/cVW3pqQBq2a+cAqKnsfTeNTl0F5WfeguFnMulIj8JsnbDQIJ4JFjyJvgpiu+PWf4XxNFEucUIkvElk1xiNM/z3qXPZiBqXRIQECsJcYYqpVHSf3H0lq9oVRFEwMmkpgwxVRUxFTHqOH0apeWawYEEnj9l8AX3zOPOmivCcZjJM9hllkky+LI87mNHgZJ5YMsucbEpHg//xAAsEAACAQMCBQQCAwADAAAAAAAAAREhMWFBURBxgZGhQLHB8FDRMOHxIHCQ/9oACAEBAAE/EP8Aw8dhqU120JDuF/bcT/veTNHpEK34lcH1b6tfluNGjWVJdlX2HlwSlZ7V7sqzHq3Is49NuRuSE1kaNqtU8fPwVpq+9n+yOH1Suuauvw7cD1tsXf8AsY1tR6vbZCEpQUWQi0IjBm4BBZDicIgrGm0MeQWwkqhvh7chkiacp1X4NCGNkkrtjhthTrise4xDYkVFzESViC1OYgczFkLMg0LbeB7zQPLpwm6vJYx2yrglKSqa/BsS+kol1b2fPYqLEoEiDpuZEM85zoWa7idyYi7seKFeSIyq6n2h+/UVV+BVB0+N6vp7wVAbl7iJKaCkrruUCHXyZDcY138nMQm4zczR1M/kc9RSNqMjJ0y3EpNt10H8f7+AZT09co0terHlKiVCR03NKSbUzGVmb8izXcWZmEb+TIZ0LbVHqMbNXBu1/wB8xCEaaalP17kji2uHLomvcn3PkShcXGu/Dyle+u59DHkc9RZGwyZ3GUqUrjmri2rkE5Ji22q1tbxAvW6jVcV36IEjVIKoKi5l8i9yuZB5nOb5MvkrX4GQUWVZKjdEgtuUGiij9169qm0SvrLKyo/cUNS7XhZIMo+cv/sRWbMvkzvuUr+R25OLkyuyW8cudHHafj124zo9xkTlA1Mp9ZMqHm+41erIbiVa+BF1D6yfeTKLIfKTJUfte/6+DfoED1IW6+eC3cyDq/sfIcxfcWYshfckFm5GbkP+iKtJlFtUp58oa+fXwgUbXOq9mOBC78HL5PrJuseTHzmYq7+RZi4VV3FXcylcmgcnKJfPKfXoiSfzJ4kenGo0MpKepkGfUNouN5PqvEWQn38jOhu8CuPLSHUw1MaaqUOLL2nr69EjTsx6BlKTdrdrc0OehnYbyNvckbOoiSXJImJrfiTlwhL8QJuLLV9qibCZDRKiJ9epkYt0VdVdL9xIewYm6cUjZPGSRcLhjJQymTqVLwyNVW/rTtn8DBFQ2m0dDlt2J8sGWBogaI4QRwQh0gs1DgKcmzpLZ9ougkohCSUJL8FH1IFGhtZ7dfke43ywx2mNQNYIIIIIEh72KmOw4q2pfZbv+hIRaEvl5/CJKhCEpoSxWy7vyOV+Ys2yZDTRAmduA0QQJCEWYzVKwJWF1Qj9S8+4iukWSX4dxgXL/wB+o6tEiojo6eRmuEm046jJpu6DCH2ygLsjqhOB2stvshmp6T19j5aFqQXpS1y0XvkS/FPSTQ0Sn0Ppm9Bojl+Rly+40gfm7xfzC0m7JJLov+j+YtTlLQ+4d3jWwd0oHBNmT8tDDCc6rA7SaXun4bENS3sl3agYQ+2U34J/DqU5iBtsnzgSbQ6w2W+it3Y9cJWlh2UCbbbdzSN9xl0buNttN3Jaq7i12+5QJsf6BNFElC8AdBBqjCl6mz8C9JLMzvbyJp/gWTKyMJz/AEknEfSwozq+prbHdGPyOuIfY2Y9onsT2Y3ZmwYvuIrUR0G8pseBaZezToIoFmW5frp17iA2lOqa9dQ5b3XIXySaO1b83r7DK74AzYYK08DCuCwLscoWK4bAhW3gpqEKmxgHNYU9JHZJavp026EriVNs/ayvV6D4bJ/Ju8FdyLZjHJobQtKwrRDRKwh6CXohU2MBykZt4EbGAWkhaSoJGpgW1oSzREEtKg1rMdjaUyGmJ+TR5mz8cvVLTf4Wx+w0uo9qyQaeBUC1oKHAtRWwl6CdjlpyIzYwiYsIsC0EGk0SokqTS4qTC6iLM2sdcXjOnKyaRNOU/TwNuOWw+ew1rljmVCzQgigsKIFYbyMMMOJOgfC4TsNkQIE92NiLYQxLlwNToNJCrJUY7Xj25emW+OmpP6N/3sOFklSzQjSoUkNxpv2HUPIyG6R7B1cRZGUWQuFylQbsd5Ki7QemPW0xNOSq7Pkvbz6NvU/AA3BPMx23BigoExh5jyG+48xllrvx0Y7izFkI5iXUWQ3QqQpyXxGmMzsJsnDTH0aUUrXfk/RO1SMMr5t+r2GhrCwlQsQjdnMOOrMo8jQlDyHRV+Rpucxdddyy6OZcCqvwKFzIWKmSoqKjNSKVuAmQno21Br+2ovAimJ0afoZZZIaY1P46kzVkw0DQUr8Vi5ceQ/qTIPMYeRzHMcyEu4suC3/RZDDJwFmJi464JJkI5Jxmqprt6P3XoHRCZ41rR+7k5Ueo1FUjQsjmGn1jDJuMvMZuMPIdd+PERSPgMm5UvwMlDILMbwUBx6scrhjz0m9jXYV8TTFqn/PETjubv4kkeo6v7GqigRUFwco832Klx5oZSMvNjN92Ti4n3FWI5UZSQycHKKFoHLUyFW49y7qRqVkHaq6l8rp/PPpRj1b9F5KyrEWUyGQnuPIeQ8z6yPNjfcyjzHTc5zmLLiyFn5EVmZSrc+kmUysWme5DddxyV13KD4FQgRyNW7TrqSqr5XX+Zl6wJlqlF4gqOuoqzIZoEdh1jPNMo8zKPMefA8i/gRWiRCGginepk4eViKDz88LPxdGFKVXJyNTTQmnuv5XxipG6VCWsTtUWZnI6yc5TqPmGW/WPTwXXUc9TmOYsJCfcX0hQ1F2cHKcgysqqopaizO45xjIZWQ3ERT+oj6nT/n//2Q==';
|
|
14
|
+
|
|
15
|
+
const DEFAULT_AVATAR_SOURCE: { uri: string } = { uri: DATA_URI };
|
|
16
|
+
|
|
17
|
+
export default DEFAULT_AVATAR_SOURCE;
|
package/src/avatar/index.ts
CHANGED
|
@@ -3,8 +3,9 @@ export { AvatarPlaceholderProvider } from './placeholder-context';
|
|
|
3
3
|
export type { AvatarPlaceholderConfig } from './placeholder-context';
|
|
4
4
|
export type { AvatarProps, AvatarShape } from './types';
|
|
5
5
|
|
|
6
|
-
//
|
|
7
|
-
|
|
6
|
+
// Inlined as a base64 data URI so consumers compiling Bloom's source directly
|
|
7
|
+
// do not need ambient `*.jpg` module declarations or a `.jpg` asset loader.
|
|
8
|
+
import defaultAvatar from './default-avatar';
|
|
8
9
|
|
|
9
10
|
/** Default avatar placeholder image — use as `fallbackSource` on Avatar or in AvatarPlaceholderProvider */
|
|
10
11
|
export const defaultAvatarSource = defaultAvatar;
|