@metamask-previews/design-system-react-native 0.0.0-preview.f4da8f1 → 0.0.0-preview.ff8ed96
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/README.md +18 -0
- package/dist/components/AvatarAccount/AvatarAccount.cjs +32 -0
- package/dist/components/AvatarAccount/AvatarAccount.cjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.cjs +19 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.cjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.cts +2 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.cts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.mts +2 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.mts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.mjs +16 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.mjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.d.cts +4 -0
- package/dist/components/AvatarAccount/AvatarAccount.d.cts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.d.mts +4 -0
- package/dist/components/AvatarAccount/AvatarAccount.d.mts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.mjs +32 -0
- package/dist/components/AvatarAccount/AvatarAccount.mjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.cjs +3 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.cjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.d.cts +33 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.d.cts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.d.mts +33 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.d.mts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.mjs +2 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.mjs.map +1 -0
- package/dist/components/AvatarAccount/index.cjs +9 -0
- package/dist/components/AvatarAccount/index.cjs.map +1 -0
- package/dist/components/AvatarAccount/index.d.cts +4 -0
- package/dist/components/AvatarAccount/index.d.cts.map +1 -0
- package/dist/components/AvatarAccount/index.d.mts +4 -0
- package/dist/components/AvatarAccount/index.d.mts.map +1 -0
- package/dist/components/AvatarAccount/index.mjs +3 -0
- package/dist/components/AvatarAccount/index.mjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.cjs +31 -0
- package/dist/components/AvatarBase/AvatarBase.cjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.constants.cjs +33 -0
- package/dist/components/AvatarBase/AvatarBase.constants.cjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.constants.d.cts +6 -0
- package/dist/components/AvatarBase/AvatarBase.constants.d.cts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.constants.d.mts +6 -0
- package/dist/components/AvatarBase/AvatarBase.constants.d.mts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.constants.mjs +30 -0
- package/dist/components/AvatarBase/AvatarBase.constants.mjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.d.cts +4 -0
- package/dist/components/AvatarBase/AvatarBase.d.cts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.d.mts +4 -0
- package/dist/components/AvatarBase/AvatarBase.d.mts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.mjs +31 -0
- package/dist/components/AvatarBase/AvatarBase.mjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.types.cjs +3 -0
- package/dist/components/AvatarBase/AvatarBase.types.cjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.types.d.cts +59 -0
- package/dist/components/AvatarBase/AvatarBase.types.d.cts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.types.d.mts +59 -0
- package/dist/components/AvatarBase/AvatarBase.types.d.mts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.types.mjs +2 -0
- package/dist/components/AvatarBase/AvatarBase.types.mjs.map +1 -0
- package/dist/components/AvatarBase/index.cjs +9 -0
- package/dist/components/AvatarBase/index.cjs.map +1 -0
- package/dist/components/AvatarBase/index.d.cts +4 -0
- package/dist/components/AvatarBase/index.d.cts.map +1 -0
- package/dist/components/AvatarBase/index.d.mts +4 -0
- package/dist/components/AvatarBase/index.d.mts.map +1 -0
- package/dist/components/AvatarBase/index.mjs +3 -0
- package/dist/components/AvatarBase/index.mjs.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.cjs +50 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.cjs.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.d.cts +4 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.d.cts.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.d.mts +4 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.d.mts.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.mjs +30 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.mjs.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.cjs +3 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.cjs.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.cts +21 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.cts.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.mts +21 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.mts.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.mjs +2 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.mjs.map +1 -0
- package/dist/components/AvatarFavicon/index.cjs +8 -0
- package/dist/components/AvatarFavicon/index.cjs.map +1 -0
- package/dist/components/AvatarFavicon/index.d.cts +4 -0
- package/dist/components/AvatarFavicon/index.d.cts.map +1 -0
- package/dist/components/AvatarFavicon/index.d.mts +4 -0
- package/dist/components/AvatarFavicon/index.d.mts.map +1 -0
- package/dist/components/AvatarFavicon/index.mjs +3 -0
- package/dist/components/AvatarFavicon/index.mjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.cjs +71 -0
- package/dist/components/AvatarGroup/AvatarGroup.cjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.cjs +21 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.cjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts +5 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts +5 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.mjs +18 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.mjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.cts +4 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.cts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.mts +4 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.mts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.mjs +51 -0
- package/dist/components/AvatarGroup/AvatarGroup.mjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.cjs +3 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.cjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts +68 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts +68 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.mjs +2 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.mjs.map +1 -0
- package/dist/components/AvatarGroup/index.cjs +9 -0
- package/dist/components/AvatarGroup/index.cjs.map +1 -0
- package/dist/components/AvatarGroup/index.d.cts +4 -0
- package/dist/components/AvatarGroup/index.d.cts.map +1 -0
- package/dist/components/AvatarGroup/index.d.mts +4 -0
- package/dist/components/AvatarGroup/index.d.mts.map +1 -0
- package/dist/components/AvatarGroup/index.mjs +3 -0
- package/dist/components/AvatarGroup/index.mjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.cjs +24 -0
- package/dist/components/AvatarIcon/AvatarIcon.cjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs +28 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.cts +6 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.cts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.mts +6 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.mts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs +25 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.d.cts +4 -0
- package/dist/components/AvatarIcon/AvatarIcon.d.cts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.d.mts +4 -0
- package/dist/components/AvatarIcon/AvatarIcon.d.mts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.mjs +24 -0
- package/dist/components/AvatarIcon/AvatarIcon.mjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.cjs +3 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.cjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.d.cts +23 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.d.cts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.d.mts +23 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.d.mts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.mjs +2 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.mjs.map +1 -0
- package/dist/components/AvatarIcon/index.cjs +9 -0
- package/dist/components/AvatarIcon/index.cjs.map +1 -0
- package/dist/components/AvatarIcon/index.d.cts +4 -0
- package/dist/components/AvatarIcon/index.d.cts.map +1 -0
- package/dist/components/AvatarIcon/index.d.mts +4 -0
- package/dist/components/AvatarIcon/index.d.mts.map +1 -0
- package/dist/components/AvatarIcon/index.mjs +3 -0
- package/dist/components/AvatarIcon/index.mjs.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.cjs +50 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.cjs.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.d.cts +4 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.d.cts.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.d.mts +4 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.d.mts.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.mjs +30 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.mjs.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.cjs +3 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.cjs.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts +21 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts +21 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.mjs +2 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.mjs.map +1 -0
- package/dist/components/AvatarNetwork/index.cjs +8 -0
- package/dist/components/AvatarNetwork/index.cjs.map +1 -0
- package/dist/components/AvatarNetwork/index.d.cts +4 -0
- package/dist/components/AvatarNetwork/index.d.cts.map +1 -0
- package/dist/components/AvatarNetwork/index.d.mts +4 -0
- package/dist/components/AvatarNetwork/index.d.mts.map +1 -0
- package/dist/components/AvatarNetwork/index.mjs +3 -0
- package/dist/components/AvatarNetwork/index.mjs.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.cjs +50 -0
- package/dist/components/AvatarToken/AvatarToken.cjs.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.d.cts +4 -0
- package/dist/components/AvatarToken/AvatarToken.d.cts.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.d.mts +4 -0
- package/dist/components/AvatarToken/AvatarToken.d.mts.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.mjs +30 -0
- package/dist/components/AvatarToken/AvatarToken.mjs.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.types.cjs +3 -0
- package/dist/components/AvatarToken/AvatarToken.types.cjs.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.types.d.cts +21 -0
- package/dist/components/AvatarToken/AvatarToken.types.d.cts.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.types.d.mts +21 -0
- package/dist/components/AvatarToken/AvatarToken.types.d.mts.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.types.mjs +2 -0
- package/dist/components/AvatarToken/AvatarToken.types.mjs.map +1 -0
- package/dist/components/AvatarToken/index.cjs +8 -0
- package/dist/components/AvatarToken/index.cjs.map +1 -0
- package/dist/components/AvatarToken/index.d.cts +4 -0
- package/dist/components/AvatarToken/index.d.cts.map +1 -0
- package/dist/components/AvatarToken/index.d.mts +4 -0
- package/dist/components/AvatarToken/index.d.mts.map +1 -0
- package/dist/components/AvatarToken/index.mjs +3 -0
- package/dist/components/AvatarToken/index.mjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.cjs +30 -0
- package/dist/components/BadgeCount/BadgeCount.cjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.constants.cjs +19 -0
- package/dist/components/BadgeCount/BadgeCount.constants.cjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.constants.d.cts +6 -0
- package/dist/components/BadgeCount/BadgeCount.constants.d.cts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.constants.d.mts +6 -0
- package/dist/components/BadgeCount/BadgeCount.constants.d.mts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.constants.mjs +16 -0
- package/dist/components/BadgeCount/BadgeCount.constants.mjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.d.cts +4 -0
- package/dist/components/BadgeCount/BadgeCount.d.cts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.d.mts +4 -0
- package/dist/components/BadgeCount/BadgeCount.d.mts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.mjs +30 -0
- package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.types.cjs +3 -0
- package/dist/components/BadgeCount/BadgeCount.types.cjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.types.d.cts +39 -0
- package/dist/components/BadgeCount/BadgeCount.types.d.cts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.types.d.mts +39 -0
- package/dist/components/BadgeCount/BadgeCount.types.d.mts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.types.mjs +2 -0
- package/dist/components/BadgeCount/BadgeCount.types.mjs.map +1 -0
- package/dist/components/BadgeCount/index.cjs +8 -0
- package/dist/components/BadgeCount/index.cjs.map +1 -0
- package/dist/components/BadgeCount/index.d.cts +4 -0
- package/dist/components/BadgeCount/index.d.cts.map +1 -0
- package/dist/components/BadgeCount/index.d.mts +4 -0
- package/dist/components/BadgeCount/index.d.mts.map +1 -0
- package/dist/components/BadgeCount/index.mjs +3 -0
- package/dist/components/BadgeCount/index.mjs.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.cjs +26 -0
- package/dist/components/BadgeIcon/BadgeIcon.cjs.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.d.cts +4 -0
- package/dist/components/BadgeIcon/BadgeIcon.d.cts.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.d.mts +4 -0
- package/dist/components/BadgeIcon/BadgeIcon.d.mts.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.mjs +26 -0
- package/dist/components/BadgeIcon/BadgeIcon.mjs.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.cjs +3 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.cjs.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.d.cts +20 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.d.cts.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.d.mts +20 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.d.mts.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.mjs +2 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.mjs.map +1 -0
- package/dist/components/BadgeIcon/index.cjs +6 -0
- package/dist/components/BadgeIcon/index.cjs.map +1 -0
- package/dist/components/BadgeIcon/index.d.cts +3 -0
- package/dist/components/BadgeIcon/index.d.cts.map +1 -0
- package/dist/components/BadgeIcon/index.d.mts +3 -0
- package/dist/components/BadgeIcon/index.d.mts.map +1 -0
- package/dist/components/BadgeIcon/index.mjs +2 -0
- package/dist/components/BadgeIcon/index.mjs.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.cjs +11 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.cjs.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.d.cts +4 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.d.cts.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.d.mts +4 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.d.mts.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.mjs +11 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.mjs.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.cjs +3 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.cjs.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.cts +17 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.cts.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.mts +17 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.mts.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.mjs +2 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.mjs.map +1 -0
- package/dist/components/BadgeNetwork/index.cjs +6 -0
- package/dist/components/BadgeNetwork/index.cjs.map +1 -0
- package/dist/components/BadgeNetwork/index.d.cts +3 -0
- package/dist/components/BadgeNetwork/index.d.cts.map +1 -0
- package/dist/components/BadgeNetwork/index.d.mts +3 -0
- package/dist/components/BadgeNetwork/index.d.mts.map +1 -0
- package/dist/components/BadgeNetwork/index.mjs +2 -0
- package/dist/components/BadgeNetwork/index.mjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.cjs +24 -0
- package/dist/components/BadgeStatus/BadgeStatus.cjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.cjs +17 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.cjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.cts +4 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.cts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.mts +4 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.mts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.mjs +14 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.mjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.d.cts +4 -0
- package/dist/components/BadgeStatus/BadgeStatus.d.cts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.d.mts +4 -0
- package/dist/components/BadgeStatus/BadgeStatus.d.mts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.mjs +24 -0
- package/dist/components/BadgeStatus/BadgeStatus.mjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.cjs +3 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.cjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.d.cts +37 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.d.cts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.d.mts +37 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.d.mts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.mjs +2 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.mjs.map +1 -0
- package/dist/components/BadgeStatus/index.cjs +9 -0
- package/dist/components/BadgeStatus/index.cjs.map +1 -0
- package/dist/components/BadgeStatus/index.d.cts +4 -0
- package/dist/components/BadgeStatus/index.d.cts.map +1 -0
- package/dist/components/BadgeStatus/index.d.mts +4 -0
- package/dist/components/BadgeStatus/index.d.mts.map +1 -0
- package/dist/components/BadgeStatus/index.mjs +3 -0
- package/dist/components/BadgeStatus/index.mjs.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.cjs +110 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.cjs.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.d.cts +4 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.d.cts.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.d.mts +4 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.d.mts.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.mjs +90 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.mjs.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.cjs +3 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.cjs.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.d.cts +73 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.d.cts.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.d.mts +73 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.d.mts.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.mjs +2 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.mjs.map +1 -0
- package/dist/components/BadgeWrapper/index.cjs +9 -0
- package/dist/components/BadgeWrapper/index.cjs.map +1 -0
- package/dist/components/BadgeWrapper/index.d.cts +5 -0
- package/dist/components/BadgeWrapper/index.d.cts.map +1 -0
- package/dist/components/BadgeWrapper/index.d.mts +5 -0
- package/dist/components/BadgeWrapper/index.d.mts.map +1 -0
- package/dist/components/BadgeWrapper/index.mjs +3 -0
- package/dist/components/BadgeWrapper/index.mjs.map +1 -0
- package/dist/components/Box/Box.cjs +26 -0
- package/dist/components/Box/Box.cjs.map +1 -0
- package/dist/components/Box/Box.constants.cjs +19 -0
- package/dist/components/Box/Box.constants.cjs.map +1 -0
- package/dist/components/Box/Box.constants.d.cts +3 -0
- package/dist/components/Box/Box.constants.d.cts.map +1 -0
- package/dist/components/Box/Box.constants.d.mts +3 -0
- package/dist/components/Box/Box.constants.d.mts.map +1 -0
- package/dist/components/Box/Box.constants.mjs +16 -0
- package/dist/components/Box/Box.constants.mjs.map +1 -0
- package/dist/components/Box/Box.d.cts +4 -0
- package/dist/components/Box/Box.d.cts.map +1 -0
- package/dist/components/Box/Box.d.mts +4 -0
- package/dist/components/Box/Box.d.mts.map +1 -0
- package/dist/components/Box/Box.mjs +26 -0
- package/dist/components/Box/Box.mjs.map +1 -0
- package/dist/components/Box/Box.types.cjs +3 -0
- package/dist/components/Box/Box.types.cjs.map +1 -0
- package/dist/components/Box/Box.types.d.cts +30 -0
- package/dist/components/Box/Box.types.d.cts.map +1 -0
- package/dist/components/Box/Box.types.d.mts +30 -0
- package/dist/components/Box/Box.types.d.mts.map +1 -0
- package/dist/components/Box/Box.types.mjs +2 -0
- package/dist/components/Box/Box.types.mjs.map +1 -0
- package/dist/components/Box/index.cjs +11 -0
- package/dist/components/Box/index.cjs.map +1 -0
- package/dist/components/Box/index.d.cts +5 -0
- package/dist/components/Box/index.d.cts.map +1 -0
- package/dist/components/Box/index.d.mts +5 -0
- package/dist/components/Box/index.d.mts.map +1 -0
- package/dist/components/Box/index.mjs +3 -0
- package/dist/components/Box/index.mjs.map +1 -0
- package/dist/components/Button/Button.cjs +26 -0
- package/dist/components/Button/Button.cjs.map +1 -0
- package/dist/components/Button/Button.d.cts +4 -0
- package/dist/components/Button/Button.d.cts.map +1 -0
- package/dist/components/Button/Button.d.mts +4 -0
- package/dist/components/Button/Button.d.mts.map +1 -0
- package/dist/components/Button/Button.mjs +26 -0
- package/dist/components/Button/Button.mjs.map +1 -0
- package/dist/components/Button/Button.types.cjs +3 -0
- package/dist/components/Button/Button.types.cjs.map +1 -0
- package/dist/components/Button/Button.types.d.cts +14 -0
- package/dist/components/Button/Button.types.d.cts.map +1 -0
- package/dist/components/Button/Button.types.d.mts +14 -0
- package/dist/components/Button/Button.types.d.mts.map +1 -0
- package/dist/components/Button/Button.types.mjs +2 -0
- package/dist/components/Button/Button.types.mjs.map +1 -0
- package/dist/components/Button/index.cjs +9 -0
- package/dist/components/Button/index.cjs.map +1 -0
- package/dist/components/Button/index.d.cts +4 -0
- package/dist/components/Button/index.d.cts.map +1 -0
- package/dist/components/Button/index.d.mts +4 -0
- package/dist/components/Button/index.d.mts.map +1 -0
- package/dist/components/Button/index.mjs +3 -0
- package/dist/components/Button/index.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs +106 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.cts +4 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.mts +4 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs +86 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.cjs +3 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.cts +19 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.mts +19 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.mjs +2 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/index.cjs +8 -0
- package/dist/components/Button/variants/ButtonPrimary/index.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/index.d.cts +4 -0
- package/dist/components/Button/variants/ButtonPrimary/index.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/index.d.mts +4 -0
- package/dist/components/Button/variants/ButtonPrimary/index.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/index.mjs +3 -0
- package/dist/components/Button/variants/ButtonPrimary/index.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs +102 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.cts +4 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.mts +4 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs +82 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.cjs +3 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.cts +19 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.mts +19 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.mjs +2 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/index.cjs +8 -0
- package/dist/components/Button/variants/ButtonSecondary/index.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/index.d.cts +4 -0
- package/dist/components/Button/variants/ButtonSecondary/index.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/index.d.mts +4 -0
- package/dist/components/Button/variants/ButtonSecondary/index.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/index.mjs +3 -0
- package/dist/components/Button/variants/ButtonSecondary/index.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs +109 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.cts +4 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.mts +4 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs +89 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.cjs +3 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.cts +19 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.mts +19 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.mjs +2 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/index.cjs +8 -0
- package/dist/components/Button/variants/ButtonTertiary/index.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/index.d.cts +4 -0
- package/dist/components/Button/variants/ButtonTertiary/index.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/index.d.mts +4 -0
- package/dist/components/Button/variants/ButtonTertiary/index.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/index.mjs +3 -0
- package/dist/components/Button/variants/ButtonTertiary/index.mjs.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.cjs +48 -0
- package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.d.cts +4 -0
- package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.d.mts +4 -0
- package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.mjs +48 -0
- package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.types.cjs +3 -0
- package/dist/components/ButtonBase/ButtonBase.types.cjs.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.types.d.cts +85 -0
- package/dist/components/ButtonBase/ButtonBase.types.d.cts.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.types.d.mts +85 -0
- package/dist/components/ButtonBase/ButtonBase.types.d.mts.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.types.mjs +2 -0
- package/dist/components/ButtonBase/ButtonBase.types.mjs.map +1 -0
- package/dist/components/ButtonBase/index.cjs +8 -0
- package/dist/components/ButtonBase/index.cjs.map +1 -0
- package/dist/components/ButtonBase/index.d.cts +4 -0
- package/dist/components/ButtonBase/index.d.cts.map +1 -0
- package/dist/components/ButtonBase/index.d.mts +4 -0
- package/dist/components/ButtonBase/index.d.mts.map +1 -0
- package/dist/components/ButtonBase/index.mjs +3 -0
- package/dist/components/ButtonBase/index.mjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.cjs +57 -0
- package/dist/components/ButtonIcon/ButtonIcon.cjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.cjs +17 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.cjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts +9 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts +9 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.mjs +14 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.mjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.d.cts +4 -0
- package/dist/components/ButtonIcon/ButtonIcon.d.cts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.d.mts +4 -0
- package/dist/components/ButtonIcon/ButtonIcon.d.mts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.mjs +37 -0
- package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.cjs +3 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.cjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.d.cts +52 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.d.cts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.d.mts +52 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.d.mts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.mjs +2 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.mjs.map +1 -0
- package/dist/components/ButtonIcon/index.cjs +8 -0
- package/dist/components/ButtonIcon/index.cjs.map +1 -0
- package/dist/components/ButtonIcon/index.d.cts +4 -0
- package/dist/components/ButtonIcon/index.d.cts.map +1 -0
- package/dist/components/ButtonIcon/index.d.mts +4 -0
- package/dist/components/ButtonIcon/index.d.mts.map +1 -0
- package/dist/components/ButtonIcon/index.mjs +3 -0
- package/dist/components/ButtonIcon/index.mjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.cjs +120 -0
- package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.cts +17 -0
- package/dist/components/Checkbox/Checkbox.d.cts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.mts +17 -0
- package/dist/components/Checkbox/Checkbox.d.mts.map +1 -0
- package/dist/components/Checkbox/Checkbox.mjs +101 -0
- package/dist/components/Checkbox/Checkbox.mjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.cjs +3 -0
- package/dist/components/Checkbox/Checkbox.types.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.cts +57 -0
- package/dist/components/Checkbox/Checkbox.types.d.cts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.mts +57 -0
- package/dist/components/Checkbox/Checkbox.types.d.mts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.mjs +2 -0
- package/dist/components/Checkbox/Checkbox.types.mjs.map +1 -0
- package/dist/components/Checkbox/index.cjs +6 -0
- package/dist/components/Checkbox/index.cjs.map +1 -0
- package/dist/components/Checkbox/index.d.cts +3 -0
- package/dist/components/Checkbox/index.d.cts.map +1 -0
- package/dist/components/Checkbox/index.d.mts +3 -0
- package/dist/components/Checkbox/index.d.mts.map +1 -0
- package/dist/components/Checkbox/index.mjs +2 -0
- package/dist/components/Checkbox/index.mjs.map +1 -0
- package/dist/components/Icon/Icon.assets.cjs +558 -0
- package/dist/components/Icon/Icon.assets.cjs.map +1 -0
- package/dist/components/Icon/Icon.assets.d.cts +6 -0
- package/dist/components/Icon/Icon.assets.d.cts.map +1 -0
- package/dist/components/Icon/Icon.assets.d.mts +6 -0
- package/dist/components/Icon/Icon.assets.d.mts.map +1 -0
- package/dist/components/Icon/Icon.assets.mjs +552 -0
- package/dist/components/Icon/Icon.assets.mjs.map +1 -0
- package/dist/components/Icon/Icon.cjs +46 -0
- package/dist/components/Icon/Icon.cjs.map +1 -0
- package/dist/components/Icon/Icon.d.cts +4 -0
- package/dist/components/Icon/Icon.d.cts.map +1 -0
- package/dist/components/Icon/Icon.d.mts +4 -0
- package/dist/components/Icon/Icon.d.mts.map +1 -0
- package/dist/components/Icon/Icon.mjs +26 -0
- package/dist/components/Icon/Icon.mjs.map +1 -0
- package/dist/components/Icon/Icon.types.cjs +3 -0
- package/dist/components/Icon/Icon.types.cjs.map +1 -0
- package/dist/components/Icon/Icon.types.d.cts +39 -0
- package/dist/components/Icon/Icon.types.d.cts.map +1 -0
- package/dist/components/Icon/Icon.types.d.mts +39 -0
- package/dist/components/Icon/Icon.types.d.mts.map +1 -0
- package/dist/components/Icon/Icon.types.mjs +2 -0
- package/dist/components/Icon/Icon.types.mjs.map +1 -0
- package/dist/components/Icon/Icon.utilities.cjs +31 -0
- package/dist/components/Icon/Icon.utilities.cjs.map +1 -0
- package/dist/components/Icon/Icon.utilities.d.cts +22 -0
- package/dist/components/Icon/Icon.utilities.d.cts.map +1 -0
- package/dist/components/Icon/Icon.utilities.d.mts +22 -0
- package/dist/components/Icon/Icon.utilities.d.mts.map +1 -0
- package/dist/components/Icon/Icon.utilities.mjs +27 -0
- package/dist/components/Icon/Icon.utilities.mjs.map +1 -0
- package/dist/components/Icon/assets/accessibility.svg +1 -0
- package/dist/components/Icon/assets/activity.svg +1 -0
- package/dist/components/Icon/assets/add-card.svg +1 -0
- package/dist/components/Icon/assets/add-circle.svg +1 -0
- package/dist/components/Icon/assets/add-square.svg +1 -0
- package/dist/components/Icon/assets/add.svg +1 -0
- package/dist/components/Icon/assets/ai.svg +1 -0
- package/dist/components/Icon/assets/alternate-email.svg +1 -0
- package/dist/components/Icon/assets/apps.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-down.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-left.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-right.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-up-right.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-up.svg +1 -0
- package/dist/components/Icon/assets/arrow-circle-down.svg +1 -0
- package/dist/components/Icon/assets/arrow-circle-up.svg +1 -0
- package/dist/components/Icon/assets/arrow-double-left.svg +1 -0
- package/dist/components/Icon/assets/arrow-double-right.svg +1 -0
- package/dist/components/Icon/assets/arrow-down.svg +1 -0
- package/dist/components/Icon/assets/arrow-drop-down-circle.svg +1 -0
- package/dist/components/Icon/assets/arrow-left.svg +1 -0
- package/dist/components/Icon/assets/arrow-right.svg +1 -0
- package/dist/components/Icon/assets/arrow-up.svg +1 -0
- package/dist/components/Icon/assets/attachment.svg +1 -0
- package/dist/components/Icon/assets/ban.svg +1 -0
- package/dist/components/Icon/assets/bank-assured.svg +1 -0
- package/dist/components/Icon/assets/bank.svg +1 -0
- package/dist/components/Icon/assets/bold.svg +1 -0
- package/dist/components/Icon/assets/book.svg +1 -0
- package/dist/components/Icon/assets/bookmark.svg +1 -0
- package/dist/components/Icon/assets/bridge.svg +1 -0
- package/dist/components/Icon/assets/briefcase.svg +1 -0
- package/dist/components/Icon/assets/bulb.svg +1 -0
- package/dist/components/Icon/assets/buy-sell.svg +1 -0
- package/dist/components/Icon/assets/cake.svg +1 -0
- package/dist/components/Icon/assets/calculator.svg +1 -0
- package/dist/components/Icon/assets/calendar.svg +1 -0
- package/dist/components/Icon/assets/call.svg +1 -0
- package/dist/components/Icon/assets/camera.svg +1 -0
- package/dist/components/Icon/assets/campaign.svg +1 -0
- package/dist/components/Icon/assets/card-pos.svg +1 -0
- package/dist/components/Icon/assets/card.svg +1 -0
- package/dist/components/Icon/assets/cash.svg +1 -0
- package/dist/components/Icon/assets/category.svg +1 -0
- package/dist/components/Icon/assets/chart.svg +1 -0
- package/dist/components/Icon/assets/check-bold.svg +1 -0
- package/dist/components/Icon/assets/check.svg +1 -0
- package/dist/components/Icon/assets/circle-x.svg +1 -0
- package/dist/components/Icon/assets/clock-filled.svg +1 -0
- package/dist/components/Icon/assets/clock.svg +1 -0
- package/dist/components/Icon/assets/close.svg +1 -0
- package/dist/components/Icon/assets/cloud-download.svg +1 -0
- package/dist/components/Icon/assets/cloud-upload.svg +1 -0
- package/dist/components/Icon/assets/cloud.svg +1 -0
- package/dist/components/Icon/assets/code-circle.svg +1 -0
- package/dist/components/Icon/assets/code.svg +1 -0
- package/dist/components/Icon/assets/coin.svg +1 -0
- package/dist/components/Icon/assets/collapse.svg +1 -0
- package/dist/components/Icon/assets/confirmation.svg +1 -0
- package/dist/components/Icon/assets/connect.svg +1 -0
- package/dist/components/Icon/assets/copy-success.svg +1 -0
- package/dist/components/Icon/assets/copy.svg +1 -0
- package/dist/components/Icon/assets/credit-check.svg +1 -0
- package/dist/components/Icon/assets/currency-franc.svg +1 -0
- package/dist/components/Icon/assets/currency-lira.svg +1 -0
- package/dist/components/Icon/assets/currency-pound.svg +1 -0
- package/dist/components/Icon/assets/currency-yuan.svg +3 -0
- package/dist/components/Icon/assets/customize.svg +1 -0
- package/dist/components/Icon/assets/danger.svg +1 -0
- package/dist/components/Icon/assets/dark-filled.svg +1 -0
- package/dist/components/Icon/assets/dark.svg +1 -0
- package/dist/components/Icon/assets/data.svg +1 -0
- package/dist/components/Icon/assets/description.svg +1 -0
- package/dist/components/Icon/assets/details.svg +1 -0
- package/dist/components/Icon/assets/diagram.svg +1 -0
- package/dist/components/Icon/assets/document-code.svg +1 -0
- package/dist/components/Icon/assets/download.svg +1 -0
- package/dist/components/Icon/assets/draft.svg +1 -0
- package/dist/components/Icon/assets/eco-leaf.svg +1 -0
- package/dist/components/Icon/assets/edit-square.svg +1 -0
- package/dist/components/Icon/assets/edit.svg +1 -0
- package/dist/components/Icon/assets/encrypted-add.svg +1 -0
- package/dist/components/Icon/assets/eraser.svg +1 -0
- package/dist/components/Icon/assets/error.svg +1 -0
- package/dist/components/Icon/assets/ethereum.svg +1 -0
- package/dist/components/Icon/assets/exchange.svg +1 -0
- package/dist/components/Icon/assets/expand-vertical.svg +1 -0
- package/dist/components/Icon/assets/expand.svg +1 -0
- package/dist/components/Icon/assets/explore-filled.svg +1 -0
- package/dist/components/Icon/assets/explore.svg +1 -0
- package/dist/components/Icon/assets/export.svg +1 -0
- package/dist/components/Icon/assets/extension.svg +1 -0
- package/dist/components/Icon/assets/eye-slash.svg +1 -0
- package/dist/components/Icon/assets/eye.svg +1 -0
- package/dist/components/Icon/assets/face-id.svg +1 -0
- package/dist/components/Icon/assets/feedback.svg +1 -0
- package/dist/components/Icon/assets/file.svg +1 -0
- package/dist/components/Icon/assets/filter.svg +1 -0
- package/dist/components/Icon/assets/fingerprint.svg +1 -0
- package/dist/components/Icon/assets/fire.svg +1 -0
- package/dist/components/Icon/assets/first-page.svg +1 -0
- package/dist/components/Icon/assets/flag.svg +1 -0
- package/dist/components/Icon/assets/flash-slash.svg +1 -0
- package/dist/components/Icon/assets/flash.svg +1 -0
- package/dist/components/Icon/assets/flask.svg +1 -0
- package/dist/components/Icon/assets/flower.svg +1 -0
- package/dist/components/Icon/assets/folder.svg +1 -0
- package/dist/components/Icon/assets/forest.svg +1 -0
- package/dist/components/Icon/assets/full-circle.svg +1 -0
- package/dist/components/Icon/assets/gas.svg +1 -0
- package/dist/components/Icon/assets/gift.svg +1 -0
- package/dist/components/Icon/assets/global-search.svg +1 -0
- package/dist/components/Icon/assets/global.svg +1 -0
- package/dist/components/Icon/assets/graph.svg +1 -0
- package/dist/components/Icon/assets/hardware.svg +1 -0
- package/dist/components/Icon/assets/hash-tag.svg +1 -0
- package/dist/components/Icon/assets/heart-filled.svg +1 -0
- package/dist/components/Icon/assets/heart.svg +1 -0
- package/dist/components/Icon/assets/hierarchy.svg +1 -0
- package/dist/components/Icon/assets/home-filled.svg +1 -0
- package/dist/components/Icon/assets/home.svg +1 -0
- package/dist/components/Icon/assets/image.svg +1 -0
- package/dist/components/Icon/assets/info.svg +1 -0
- package/dist/components/Icon/assets/inventory.svg +1 -0
- package/dist/components/Icon/assets/joystick.svg +1 -0
- package/dist/components/Icon/assets/keep-filled.svg +1 -0
- package/dist/components/Icon/assets/keep.svg +1 -0
- package/dist/components/Icon/assets/key.svg +1 -0
- package/dist/components/Icon/assets/last-page.svg +1 -0
- package/dist/components/Icon/assets/light-filled.svg +1 -0
- package/dist/components/Icon/assets/light.svg +1 -0
- package/dist/components/Icon/assets/link.svg +1 -0
- package/dist/components/Icon/assets/loading.svg +1 -0
- package/dist/components/Icon/assets/location.svg +1 -0
- package/dist/components/Icon/assets/lock-slash.svg +1 -0
- package/dist/components/Icon/assets/lock.svg +1 -0
- package/dist/components/Icon/assets/locked-filled.svg +1 -0
- package/dist/components/Icon/assets/login.svg +1 -0
- package/dist/components/Icon/assets/logout.svg +1 -0
- package/dist/components/Icon/assets/mail.svg +1 -0
- package/dist/components/Icon/assets/map.svg +1 -0
- package/dist/components/Icon/assets/menu.svg +1 -0
- package/dist/components/Icon/assets/message-question.svg +1 -0
- package/dist/components/Icon/assets/messages.svg +1 -0
- package/dist/components/Icon/assets/mic.svg +1 -0
- package/dist/components/Icon/assets/minus-bold.svg +1 -0
- package/dist/components/Icon/assets/minus-square.svg +1 -0
- package/dist/components/Icon/assets/minus.svg +1 -0
- package/dist/components/Icon/assets/mobile.svg +1 -0
- package/dist/components/Icon/assets/money-bag.svg +1 -0
- package/dist/components/Icon/assets/money.svg +1 -0
- package/dist/components/Icon/assets/monitor.svg +1 -0
- package/dist/components/Icon/assets/more-horizontal.svg +1 -0
- package/dist/components/Icon/assets/more-vertical.svg +1 -0
- package/dist/components/Icon/assets/mountain-flag.svg +1 -0
- package/dist/components/Icon/assets/music-note.svg +1 -0
- package/dist/components/Icon/assets/notification.svg +1 -0
- package/dist/components/Icon/assets/page-info.svg +1 -0
- package/dist/components/Icon/assets/palette.svg +1 -0
- package/dist/components/Icon/assets/password-check.svg +1 -0
- package/dist/components/Icon/assets/pending.svg +1 -0
- package/dist/components/Icon/assets/people.svg +1 -0
- package/dist/components/Icon/assets/person-cancel.svg +1 -0
- package/dist/components/Icon/assets/pin.svg +1 -0
- package/dist/components/Icon/assets/plant.svg +1 -0
- package/dist/components/Icon/assets/plug.svg +1 -0
- package/dist/components/Icon/assets/plus-and-minus.svg +1 -0
- package/dist/components/Icon/assets/policy-alert.svg +1 -0
- package/dist/components/Icon/assets/print.svg +1 -0
- package/dist/components/Icon/assets/priority-high.svg +1 -0
- package/dist/components/Icon/assets/privacy-tip.svg +1 -0
- package/dist/components/Icon/assets/programming-arrows.svg +1 -0
- package/dist/components/Icon/assets/publish.svg +1 -0
- package/dist/components/Icon/assets/qr-code.svg +1 -0
- package/dist/components/Icon/assets/question.svg +1 -0
- package/dist/components/Icon/assets/receive.svg +1 -0
- package/dist/components/Icon/assets/received.svg +1 -0
- package/dist/components/Icon/assets/refresh.svg +1 -0
- package/dist/components/Icon/assets/remove-minus.svg +1 -0
- package/dist/components/Icon/assets/report.svg +1 -0
- package/dist/components/Icon/assets/rocket.svg +1 -0
- package/dist/components/Icon/assets/save-filled.svg +1 -0
- package/dist/components/Icon/assets/save.svg +1 -0
- package/dist/components/Icon/assets/saving.svg +1 -0
- package/dist/components/Icon/assets/scan-barcode.svg +1 -0
- package/dist/components/Icon/assets/scan-focus.svg +1 -0
- package/dist/components/Icon/assets/scan.svg +1 -0
- package/dist/components/Icon/assets/search.svg +1 -0
- package/dist/components/Icon/assets/security-alert.svg +1 -0
- package/dist/components/Icon/assets/security-cross.svg +1 -0
- package/dist/components/Icon/assets/security-key.svg +1 -0
- package/dist/components/Icon/assets/security-search.svg +1 -0
- package/dist/components/Icon/assets/security-slash.svg +1 -0
- package/dist/components/Icon/assets/security-tick.svg +1 -0
- package/dist/components/Icon/assets/security-time.svg +1 -0
- package/dist/components/Icon/assets/security-user.svg +1 -0
- package/dist/components/Icon/assets/security.svg +1 -0
- package/dist/components/Icon/assets/send.svg +1 -0
- package/dist/components/Icon/assets/sentiment-dissatisfied.svg +1 -0
- package/dist/components/Icon/assets/sentiment-neutral.svg +1 -0
- package/dist/components/Icon/assets/sentiment-satisfied.svg +1 -0
- package/dist/components/Icon/assets/sentiment-very-satisfied.svg +1 -0
- package/dist/components/Icon/assets/setting-filled.svg +1 -0
- package/dist/components/Icon/assets/setting.svg +1 -0
- package/dist/components/Icon/assets/share.svg +1 -0
- package/dist/components/Icon/assets/shield-lock.svg +1 -0
- package/dist/components/Icon/assets/shopping-bag.svg +1 -0
- package/dist/components/Icon/assets/shopping-cart.svg +1 -0
- package/dist/components/Icon/assets/signal-cellular.svg +1 -0
- package/dist/components/Icon/assets/slash.svg +1 -0
- package/dist/components/Icon/assets/sms.svg +1 -0
- package/dist/components/Icon/assets/snaps-mobile.svg +1 -0
- package/dist/components/Icon/assets/snaps-plus.svg +1 -0
- package/dist/components/Icon/assets/snaps-round.svg +1 -0
- package/dist/components/Icon/assets/snaps.svg +1 -0
- package/dist/components/Icon/assets/sort-by-alpha.svg +1 -0
- package/dist/components/Icon/assets/sort.svg +1 -0
- package/dist/components/Icon/assets/sparkle.svg +1 -0
- package/dist/components/Icon/assets/speed.svg +1 -0
- package/dist/components/Icon/assets/speedometer.svg +1 -0
- package/dist/components/Icon/assets/square.svg +1 -0
- package/dist/components/Icon/assets/stake.svg +1 -0
- package/dist/components/Icon/assets/star-filled.svg +1 -0
- package/dist/components/Icon/assets/star.svg +1 -0
- package/dist/components/Icon/assets/start.svg +1 -0
- package/dist/components/Icon/assets/storefront.svg +1 -0
- package/dist/components/Icon/assets/student.svg +1 -0
- package/dist/components/Icon/assets/swap-horizontal.svg +1 -0
- package/dist/components/Icon/assets/swap-vertical.svg +3 -0
- package/dist/components/Icon/assets/tab-close.svg +1 -0
- package/dist/components/Icon/assets/table-row.svg +1 -0
- package/dist/components/Icon/assets/tablet.svg +1 -0
- package/dist/components/Icon/assets/tag.svg +1 -0
- package/dist/components/Icon/assets/thumb-down-filled.svg +1 -0
- package/dist/components/Icon/assets/thumb-down.svg +1 -0
- package/dist/components/Icon/assets/thumb-up-filled.svg +1 -0
- package/dist/components/Icon/assets/thumb-up.svg +1 -0
- package/dist/components/Icon/assets/tint.svg +1 -0
- package/dist/components/Icon/assets/tooltip.svg +1 -0
- package/dist/components/Icon/assets/translate.svg +1 -0
- package/dist/components/Icon/assets/trash.svg +1 -0
- package/dist/components/Icon/assets/trend-down.svg +1 -0
- package/dist/components/Icon/assets/trend-up.svg +1 -0
- package/dist/components/Icon/assets/undo.svg +1 -0
- package/dist/components/Icon/assets/unfold.svg +1 -0
- package/dist/components/Icon/assets/unlocked-filled.svg +1 -0
- package/dist/components/Icon/assets/unpin.svg +1 -0
- package/dist/components/Icon/assets/upload-file.svg +1 -0
- package/dist/components/Icon/assets/upload.svg +1 -0
- package/dist/components/Icon/assets/usb.svg +1 -0
- package/dist/components/Icon/assets/user-check.svg +1 -0
- package/dist/components/Icon/assets/user-circle-add.svg +1 -0
- package/dist/components/Icon/assets/user-circle-remove.svg +1 -0
- package/dist/components/Icon/assets/user-circle.svg +1 -0
- package/dist/components/Icon/assets/user.svg +1 -0
- package/dist/components/Icon/assets/verified-filled.svg +1 -0
- package/dist/components/Icon/assets/verified.svg +1 -0
- package/dist/components/Icon/assets/videocam.svg +1 -0
- package/dist/components/Icon/assets/view-column.svg +1 -0
- package/dist/components/Icon/assets/view-in-ar.svg +1 -0
- package/dist/components/Icon/assets/volume-off.svg +1 -0
- package/dist/components/Icon/assets/volume-up.svg +1 -0
- package/dist/components/Icon/assets/wallet-filled.svg +1 -0
- package/dist/components/Icon/assets/wallet.svg +1 -0
- package/dist/components/Icon/assets/warning.svg +1 -0
- package/dist/components/Icon/assets/web-traffic.svg +1 -0
- package/dist/components/Icon/assets/widgets.svg +1 -0
- package/dist/components/Icon/assets/wifi-off.svg +1 -0
- package/dist/components/Icon/assets/wifi.svg +1 -0
- package/dist/components/Icon/assets/x.svg +1 -0
- package/dist/components/Icon/index.cjs +10 -0
- package/dist/components/Icon/index.cjs.map +1 -0
- package/dist/components/Icon/index.d.cts +4 -0
- package/dist/components/Icon/index.d.cts.map +1 -0
- package/dist/components/Icon/index.d.mts +4 -0
- package/dist/components/Icon/index.d.mts.map +1 -0
- package/dist/components/Icon/index.mjs +3 -0
- package/dist/components/Icon/index.mjs.map +1 -0
- package/dist/components/Text/Text.cjs +51 -0
- package/dist/components/Text/Text.cjs.map +1 -0
- package/dist/components/Text/Text.constants.cjs +23 -0
- package/dist/components/Text/Text.constants.cjs.map +1 -0
- package/dist/components/Text/Text.constants.d.cts +8 -0
- package/dist/components/Text/Text.constants.d.cts.map +1 -0
- package/dist/components/Text/Text.constants.d.mts +8 -0
- package/dist/components/Text/Text.constants.d.mts.map +1 -0
- package/dist/components/Text/Text.constants.mjs +20 -0
- package/dist/components/Text/Text.constants.mjs.map +1 -0
- package/dist/components/Text/Text.d.cts +4 -0
- package/dist/components/Text/Text.d.cts.map +1 -0
- package/dist/components/Text/Text.d.mts +4 -0
- package/dist/components/Text/Text.d.mts.map +1 -0
- package/dist/components/Text/Text.mjs +31 -0
- package/dist/components/Text/Text.mjs.map +1 -0
- package/dist/components/Text/Text.types.cjs +3 -0
- package/dist/components/Text/Text.types.cjs.map +1 -0
- package/dist/components/Text/Text.types.d.cts +45 -0
- package/dist/components/Text/Text.types.d.cts.map +1 -0
- package/dist/components/Text/Text.types.d.mts +45 -0
- package/dist/components/Text/Text.types.d.mts.map +1 -0
- package/dist/components/Text/Text.types.mjs +2 -0
- package/dist/components/Text/Text.types.mjs.map +1 -0
- package/dist/components/Text/Text.utilities.cjs +46 -0
- package/dist/components/Text/Text.utilities.cjs.map +1 -0
- package/dist/components/Text/Text.utilities.d.cts +32 -0
- package/dist/components/Text/Text.utilities.d.cts.map +1 -0
- package/dist/components/Text/Text.utilities.d.mts +32 -0
- package/dist/components/Text/Text.utilities.d.mts.map +1 -0
- package/dist/components/Text/Text.utilities.mjs +42 -0
- package/dist/components/Text/Text.utilities.mjs.map +1 -0
- package/dist/components/Text/index.cjs +12 -0
- package/dist/components/Text/index.cjs.map +1 -0
- package/dist/components/Text/index.d.cts +4 -0
- package/dist/components/Text/index.d.cts.map +1 -0
- package/dist/components/Text/index.d.mts +4 -0
- package/dist/components/Text/index.d.mts.map +1 -0
- package/dist/components/Text/index.mjs +3 -0
- package/dist/components/Text/index.mjs.map +1 -0
- package/dist/components/TextButton/TextButton.cjs +68 -0
- package/dist/components/TextButton/TextButton.cjs.map +1 -0
- package/dist/components/TextButton/TextButton.constants.cjs +12 -0
- package/dist/components/TextButton/TextButton.constants.cjs.map +1 -0
- package/dist/components/TextButton/TextButton.constants.d.cts +4 -0
- package/dist/components/TextButton/TextButton.constants.d.cts.map +1 -0
- package/dist/components/TextButton/TextButton.constants.d.mts +4 -0
- package/dist/components/TextButton/TextButton.constants.d.mts.map +1 -0
- package/dist/components/TextButton/TextButton.constants.mjs +9 -0
- package/dist/components/TextButton/TextButton.constants.mjs.map +1 -0
- package/dist/components/TextButton/TextButton.d.cts +4 -0
- package/dist/components/TextButton/TextButton.d.cts.map +1 -0
- package/dist/components/TextButton/TextButton.d.mts +4 -0
- package/dist/components/TextButton/TextButton.d.mts.map +1 -0
- package/dist/components/TextButton/TextButton.mjs +48 -0
- package/dist/components/TextButton/TextButton.mjs.map +1 -0
- package/dist/components/TextButton/TextButton.types.cjs +3 -0
- package/dist/components/TextButton/TextButton.types.cjs.map +1 -0
- package/dist/components/TextButton/TextButton.types.d.cts +69 -0
- package/dist/components/TextButton/TextButton.types.d.cts.map +1 -0
- package/dist/components/TextButton/TextButton.types.d.mts +69 -0
- package/dist/components/TextButton/TextButton.types.d.mts.map +1 -0
- package/dist/components/TextButton/TextButton.types.mjs +2 -0
- package/dist/components/TextButton/TextButton.types.mjs.map +1 -0
- package/dist/components/TextButton/index.cjs +8 -0
- package/dist/components/TextButton/index.cjs.map +1 -0
- package/dist/components/TextButton/index.d.cts +4 -0
- package/dist/components/TextButton/index.d.cts.map +1 -0
- package/dist/components/TextButton/index.d.mts +4 -0
- package/dist/components/TextButton/index.d.mts.map +1 -0
- package/dist/components/TextButton/index.mjs +3 -0
- package/dist/components/TextButton/index.mjs.map +1 -0
- package/dist/components/index.cjs +87 -0
- package/dist/components/index.cjs.map +1 -0
- package/dist/components/index.d.cts +51 -0
- package/dist/components/index.d.cts.map +1 -0
- package/dist/components/index.d.mts +51 -0
- package/dist/components/index.d.mts.map +1 -0
- package/dist/components/index.mjs +26 -0
- package/dist/components/index.mjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.cjs +14 -0
- package/dist/components/temp-components/Blockies/Blockies.cjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.d.cts +4 -0
- package/dist/components/temp-components/Blockies/Blockies.d.cts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.d.mts +4 -0
- package/dist/components/temp-components/Blockies/Blockies.d.mts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.mjs +14 -0
- package/dist/components/temp-components/Blockies/Blockies.mjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.types.cjs +3 -0
- package/dist/components/temp-components/Blockies/Blockies.types.cjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.types.d.cts +15 -0
- package/dist/components/temp-components/Blockies/Blockies.types.d.cts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.types.d.mts +15 -0
- package/dist/components/temp-components/Blockies/Blockies.types.d.mts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.types.mjs +2 -0
- package/dist/components/temp-components/Blockies/Blockies.types.mjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.cjs +492 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.cjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.d.cts +24 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.d.cts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.d.mts +24 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.d.mts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.mjs +487 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.mjs.map +1 -0
- package/dist/components/temp-components/Blockies/index.cjs +6 -0
- package/dist/components/temp-components/Blockies/index.cjs.map +1 -0
- package/dist/components/temp-components/Blockies/index.d.cts +3 -0
- package/dist/components/temp-components/Blockies/index.d.cts.map +1 -0
- package/dist/components/temp-components/Blockies/index.d.mts +3 -0
- package/dist/components/temp-components/Blockies/index.d.mts.map +1 -0
- package/dist/components/temp-components/Blockies/index.mjs +2 -0
- package/dist/components/temp-components/Blockies/index.mjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.cjs +59 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.cjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.cts +4 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.cts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.mts +4 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.mts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.mjs +36 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.mjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.cjs +3 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.cjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.cts +6 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.cts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.mts +6 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.mts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.mjs +2 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.mjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/index.cjs +6 -0
- package/dist/components/temp-components/ButtonAnimated/index.cjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/index.d.cts +3 -0
- package/dist/components/temp-components/ButtonAnimated/index.d.cts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/index.d.mts +3 -0
- package/dist/components/temp-components/ButtonAnimated/index.d.mts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/index.mjs +2 -0
- package/dist/components/temp-components/ButtonAnimated/index.mjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.cjs +74 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.cjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.d.cts +4 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.d.cts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.d.mts +4 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.d.mts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.mjs +54 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.mjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.cjs +3 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.cjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.d.cts +64 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.d.cts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.d.mts +64 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.d.mts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.mjs +2 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.mjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/index.cjs +6 -0
- package/dist/components/temp-components/ImageOrSvg/index.cjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/index.d.cts +3 -0
- package/dist/components/temp-components/ImageOrSvg/index.d.cts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/index.d.mts +3 -0
- package/dist/components/temp-components/ImageOrSvg/index.d.mts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/index.mjs +2 -0
- package/dist/components/temp-components/ImageOrSvg/index.mjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.cjs +14 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.cjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.d.cts +4 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.d.cts.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.d.mts +4 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.d.mts.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.mjs +15 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.mjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.cjs +3 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.cjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.d.cts +11 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.d.cts.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.d.mts +11 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.d.mts.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.mjs +2 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.mjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/index.cjs +6 -0
- package/dist/components/temp-components/Jazzicon/index.cjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/index.d.cts +3 -0
- package/dist/components/temp-components/Jazzicon/index.d.cts.map +1 -0
- package/dist/components/temp-components/Jazzicon/index.d.mts +3 -0
- package/dist/components/temp-components/Jazzicon/index.d.mts.map +1 -0
- package/dist/components/temp-components/Jazzicon/index.mjs +2 -0
- package/dist/components/temp-components/Jazzicon/index.mjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.cjs +52 -0
- package/dist/components/temp-components/Maskicon/Maskicon.cjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.d.cts +4 -0
- package/dist/components/temp-components/Maskicon/Maskicon.d.cts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.d.mts +4 -0
- package/dist/components/temp-components/Maskicon/Maskicon.d.mts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.mjs +32 -0
- package/dist/components/temp-components/Maskicon/Maskicon.mjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.cjs +3 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.cjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.d.cts +15 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.d.cts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.d.mts +15 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.d.mts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.mjs +2 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.mjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.cjs +282 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.cjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.d.cts +57 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.d.cts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.d.mts +57 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.d.mts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.mjs +272 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.mjs.map +1 -0
- package/dist/components/temp-components/Maskicon/index.cjs +6 -0
- package/dist/components/temp-components/Maskicon/index.cjs.map +1 -0
- package/dist/components/temp-components/Maskicon/index.d.cts +3 -0
- package/dist/components/temp-components/Maskicon/index.d.cts.map +1 -0
- package/dist/components/temp-components/Maskicon/index.d.mts +3 -0
- package/dist/components/temp-components/Maskicon/index.d.mts.map +1 -0
- package/dist/components/temp-components/Maskicon/index.mjs +2 -0
- package/dist/components/temp-components/Maskicon/index.mjs.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.cjs +68 -0
- package/dist/components/temp-components/Spinner/Spinner.cjs.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.d.cts +4 -0
- package/dist/components/temp-components/Spinner/Spinner.d.cts.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.d.mts +4 -0
- package/dist/components/temp-components/Spinner/Spinner.d.mts.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.mjs +48 -0
- package/dist/components/temp-components/Spinner/Spinner.mjs.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.types.cjs +3 -0
- package/dist/components/temp-components/Spinner/Spinner.types.cjs.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.types.d.cts +31 -0
- package/dist/components/temp-components/Spinner/Spinner.types.d.cts.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.types.d.mts +31 -0
- package/dist/components/temp-components/Spinner/Spinner.types.d.mts.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.types.mjs +2 -0
- package/dist/components/temp-components/Spinner/Spinner.types.mjs.map +1 -0
- package/dist/components/temp-components/Spinner/index.cjs +6 -0
- package/dist/components/temp-components/Spinner/index.cjs.map +1 -0
- package/dist/components/temp-components/Spinner/index.d.cts +3 -0
- package/dist/components/temp-components/Spinner/index.d.cts.map +1 -0
- package/dist/components/temp-components/Spinner/index.d.mts +3 -0
- package/dist/components/temp-components/Spinner/index.d.mts.map +1 -0
- package/dist/components/temp-components/Spinner/index.mjs +2 -0
- package/dist/components/temp-components/Spinner/index.mjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.cjs +16 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.cjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.d.cts +4 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.d.cts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.d.mts +4 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.d.mts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.mjs +16 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.mjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.cjs +3 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.cjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.cts +16 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.cts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.mts +16 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.mts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.mjs +2 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.mjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/index.cjs +6 -0
- package/dist/components/temp-components/TextOrChildren/index.cjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/index.d.cts +3 -0
- package/dist/components/temp-components/TextOrChildren/index.d.cts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/index.d.mts +3 -0
- package/dist/components/temp-components/TextOrChildren/index.d.mts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/index.mjs +2 -0
- package/dist/components/temp-components/TextOrChildren/index.mjs.map +1 -0
- package/dist/index.cjs +18 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/dist/types/index.cjs +671 -0
- package/dist/types/index.cjs.map +1 -0
- package/dist/types/index.d.cts +660 -0
- package/dist/types/index.d.cts.map +1 -0
- package/dist/types/index.d.mts +660 -0
- package/dist/types/index.d.mts.map +1 -0
- package/dist/types/index.mjs +680 -0
- package/dist/types/index.mjs.map +1 -0
- package/package.json +40 -11
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { ButtonAnimatedProps } from "./ButtonAnimated.types.cjs";
|
|
3
|
+
export declare const ButtonAnimated: ({ onPressIn, onPressOut, disabled, ...props }: ButtonAnimatedProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=ButtonAnimated.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonAnimated.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/ButtonAnimated.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAU1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,mCAA+B;AAElE,eAAO,MAAM,cAAc,kDAKxB,mBAAmB,sBAoCrB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { ButtonAnimatedProps } from "./ButtonAnimated.types.mjs";
|
|
3
|
+
export declare const ButtonAnimated: ({ onPressIn, onPressOut, disabled, ...props }: ButtonAnimatedProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=ButtonAnimated.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonAnimated.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/ButtonAnimated.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAU1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,mCAA+B;AAElE,eAAO,MAAM,cAAc,kDAKxB,mBAAmB,sBAoCrB,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import $React from "react";
|
|
8
|
+
const React = $importDefault($React);
|
|
9
|
+
import { Pressable } from "react-native/index.js";
|
|
10
|
+
import Animated, { useSharedValue, useAnimatedStyle, withTiming, Easing } from "react-native-reanimated";
|
|
11
|
+
export const ButtonAnimated = ({ onPressIn, onPressOut, disabled, ...props }) => {
|
|
12
|
+
const animation = useSharedValue(1);
|
|
13
|
+
const scaleStyle = useAnimatedStyle(() => {
|
|
14
|
+
return {
|
|
15
|
+
transform: [{ scale: animation.value }],
|
|
16
|
+
};
|
|
17
|
+
});
|
|
18
|
+
const onPressInHandler = (event) => {
|
|
19
|
+
animation.value = withTiming(0.97, {
|
|
20
|
+
duration: 100,
|
|
21
|
+
easing: Easing.bezier(0.3, 0.8, 0.3, 1),
|
|
22
|
+
});
|
|
23
|
+
onPressIn?.(event);
|
|
24
|
+
};
|
|
25
|
+
const onPressOutHandler = (event) => {
|
|
26
|
+
animation.value = withTiming(1, {
|
|
27
|
+
duration: 100,
|
|
28
|
+
easing: Easing.bezier(0.3, 0.8, 0.3, 1),
|
|
29
|
+
});
|
|
30
|
+
onPressOut?.(event);
|
|
31
|
+
};
|
|
32
|
+
return (<Animated.View style={[scaleStyle, { alignItems: 'center', justifyContent: 'center' }]}>
|
|
33
|
+
<Pressable onPressIn={onPressInHandler} onPressOut={onPressOutHandler} disabled={disabled} {...props}/>
|
|
34
|
+
</Animated.View>);
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=ButtonAnimated.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonAnimated.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/ButtonAnimated.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;AAE1B,OAAO,EAAE,SAAS,EAAE,8BAAqB;AACzC,OAAO,QAAQ,EAAE,EACf,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,MAAM,EACP,gCAAgC;AAIjC,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAC7B,SAAS,EACT,UAAU,EACV,QAAQ,EACR,GAAG,KAAK,EACY,EAAE,EAAE;IACxB,MAAM,SAAS,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;IACpC,MAAM,UAAU,GAAG,gBAAgB,CAAC,GAAG,EAAE;QACvC,OAAO;YACL,SAAS,EAAE,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,KAAK,EAAE,CAAC;SACxC,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,MAAM,gBAAgB,GAAG,CAAC,KAA4B,EAAE,EAAE;QACxD,SAAS,CAAC,KAAK,GAAG,UAAU,CAAC,IAAI,EAAE;YACjC,QAAQ,EAAE,GAAG;YACb,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;SACxC,CAAC,CAAC;QACH,SAAS,EAAE,CAAC,KAAK,CAAC,CAAC;IACrB,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,KAA4B,EAAE,EAAE;QACzD,SAAS,CAAC,KAAK,GAAG,UAAU,CAAC,CAAC,EAAE;YAC9B,QAAQ,EAAE,GAAG;YACb,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;SACxC,CAAC,CAAC;QACH,UAAU,EAAE,CAAC,KAAK,CAAC,CAAC;IACtB,CAAC,CAAC;IAEF,OAAO,CACL,CAAC,QAAQ,CAAC,IAAI,CACZ,KAAK,CAAC,CAAC,CAAC,UAAU,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,EAAE,QAAQ,EAAE,CAAC,CAAC,CAExE;MAAA,CAAC,SAAS,CACR,SAAS,CAAC,CAAC,gBAAgB,CAAC,CAC5B,UAAU,CAAC,CAAC,iBAAiB,CAAC,CAC9B,QAAQ,CAAC,CAAC,QAAQ,CAAC,CACnB,IAAI,KAAK,CAAC,EAEd;IAAA,EAAE,QAAQ,CAAC,IAAI,CAAC,CACjB,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport type { GestureResponderEvent } from 'react-native';\nimport { Pressable } from 'react-native';\nimport Animated, {\n useSharedValue,\n useAnimatedStyle,\n withTiming,\n Easing,\n} from 'react-native-reanimated';\n\nimport type { ButtonAnimatedProps } from './ButtonAnimated.types';\n\nexport const ButtonAnimated = ({\n onPressIn,\n onPressOut,\n disabled,\n ...props\n}: ButtonAnimatedProps) => {\n const animation = useSharedValue(1);\n const scaleStyle = useAnimatedStyle(() => {\n return {\n transform: [{ scale: animation.value }],\n };\n });\n\n const onPressInHandler = (event: GestureResponderEvent) => {\n animation.value = withTiming(0.97, {\n duration: 100,\n easing: Easing.bezier(0.3, 0.8, 0.3, 1),\n });\n onPressIn?.(event);\n };\n\n const onPressOutHandler = (event: GestureResponderEvent) => {\n animation.value = withTiming(1, {\n duration: 100,\n easing: Easing.bezier(0.3, 0.8, 0.3, 1),\n });\n onPressOut?.(event);\n };\n\n return (\n <Animated.View\n style={[scaleStyle, { alignItems: 'center', justifyContent: 'center' }]}\n >\n <Pressable\n onPressIn={onPressInHandler}\n onPressOut={onPressOutHandler}\n disabled={disabled}\n {...props}\n />\n </Animated.View>\n );\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonAnimated.types.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/ButtonAnimated.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { PressableProps } from 'react-native';\n\n/**\n * ButtonAnimated component props.\n */\nexport type ButtonAnimatedProps = PressableProps;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonAnimated.types.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/ButtonAnimated.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,8BAAqB;AAEnD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonAnimated.types.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/ButtonAnimated.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,8BAAqB;AAEnD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonAnimated.types.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/ButtonAnimated.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { PressableProps } from 'react-native';\n\n/**\n * ButtonAnimated component props.\n */\nexport type ButtonAnimatedProps = PressableProps;\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ButtonAnimated = void 0;
|
|
4
|
+
var ButtonAnimated_1 = require("./ButtonAnimated.cjs");
|
|
5
|
+
Object.defineProperty(exports, "ButtonAnimated", { enumerable: true, get: function () { return ButtonAnimated_1.ButtonAnimated; } });
|
|
6
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/index.ts"],"names":[],"mappings":";;;AAAA,uDAAkD;AAAzC,gHAAA,cAAc,OAAA","sourcesContent":["export { ButtonAnimated } from './ButtonAnimated';\nexport type { ButtonAnimatedProps } from './ButtonAnimated.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,6BAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAA+B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,6BAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAA+B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ButtonAnimated/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,6BAAyB","sourcesContent":["export { ButtonAnimated } from './ButtonAnimated';\nexport type { ButtonAnimatedProps } from './ButtonAnimated.types';\n"]}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.ImageOrSvg = void 0;
|
|
27
|
+
const react_1 = __importStar(require("react"));
|
|
28
|
+
const react_native_1 = require("react-native/index.js");
|
|
29
|
+
const react_native_svg_1 = require("react-native-svg");
|
|
30
|
+
const ImageOrSvg = ({ src, width, height, onImageLoad, onImageError, onSvgError, style, imageProps, svgProps, }) => {
|
|
31
|
+
// CASE 1: local image (src is a number)
|
|
32
|
+
if (typeof src === 'number') {
|
|
33
|
+
return (<react_native_1.Image source={src} style={[{ width, height }, style]} resizeMode="contain" onLoad={onImageLoad} onError={onImageError} {...imageProps}/>);
|
|
34
|
+
}
|
|
35
|
+
// CASE 2: Local SVG component (src is a React component)
|
|
36
|
+
if (typeof src === 'function') {
|
|
37
|
+
const LocalSvg = src;
|
|
38
|
+
return <LocalSvg width={width} height={height} {...svgProps}/>;
|
|
39
|
+
}
|
|
40
|
+
// CASE 3: Remote image or SVG (src is an object with a uri)
|
|
41
|
+
const [isSvg, setIsSvg] = (0, react_1.useState)(false);
|
|
42
|
+
const checkSvgContentType = (0, react_1.useCallback)(async (uri) => {
|
|
43
|
+
try {
|
|
44
|
+
const response = await fetch(uri, { method: 'HEAD' });
|
|
45
|
+
// If no header is returned, fallback to an empty string.
|
|
46
|
+
const contentType = response.headers.get('Content-Type') || '';
|
|
47
|
+
return contentType.includes('image/svg+xml');
|
|
48
|
+
}
|
|
49
|
+
catch {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
}, []);
|
|
53
|
+
(0, react_1.useEffect)(() => {
|
|
54
|
+
if (src.uri) {
|
|
55
|
+
const uriLower = src.uri.toLowerCase();
|
|
56
|
+
const isLikelySvg = uriLower.endsWith('.svg') || uriLower.startsWith('data:image/svg+xml');
|
|
57
|
+
if (!src.uri.startsWith('data:')) {
|
|
58
|
+
checkSvgContentType(src.uri).then(setIsSvg);
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
setIsSvg(isLikelySvg);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
setIsSvg(false);
|
|
66
|
+
}
|
|
67
|
+
}, [src, checkSvgContentType]);
|
|
68
|
+
if (isSvg && typeof src === 'object' && 'uri' in src && src.uri) {
|
|
69
|
+
return (<react_native_svg_1.SvgUri uri={src.uri} width={width} height={height} onError={onSvgError} style={style} {...svgProps}/>);
|
|
70
|
+
}
|
|
71
|
+
return (<react_native_1.Image source={src} style={[{ width, height }, style]} resizeMode="contain" onLoad={onImageLoad} onError={onImageError} {...imageProps}/>);
|
|
72
|
+
};
|
|
73
|
+
exports.ImageOrSvg = ImageOrSvg;
|
|
74
|
+
//# sourceMappingURL=ImageOrSvg.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageOrSvg.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/ImageOrSvg.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAgE;AAChE,wDAAqC;AACrC,uDAA0C;AAInC,MAAM,UAAU,GAAG,CAAC,EACzB,GAAG,EACH,KAAK,EACL,MAAM,EACN,WAAW,EACX,YAAY,EACZ,UAAU,EACV,KAAK,EACL,UAAU,EACV,QAAQ,GACQ,EAAE,EAAE;IACpB,wCAAwC;IACxC,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;QAC3B,OAAO,CACL,CAAC,oBAAK,CACJ,MAAM,CAAC,CAAC,GAAG,CAAC,CACZ,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAS,EAAE,KAAK,CAAC,CAAC,CACzC,UAAU,CAAC,SAAS,CACpB,MAAM,CAAC,CAAC,WAAW,CAAC,CACpB,OAAO,CAAC,CAAC,YAAY,CAAC,CACtB,IAAI,UAAU,CAAC,EACf,CACH,CAAC;KACH;IAED,yDAAyD;IACzD,IAAI,OAAO,GAAG,KAAK,UAAU,EAAE;QAC7B,MAAM,QAAQ,GAAG,GAAG,CAAC;QACrB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,QAAQ,CAAC,EAAG,CAAC;KACjE;IAED,4DAA4D;IAC5D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAU,KAAK,CAAC,CAAC;IAEnD,MAAM,mBAAmB,GAAG,IAAA,mBAAW,EAAC,KAAK,EAAE,GAAW,EAAE,EAAE;QAC5D,IAAI;YACF,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;YACtD,yDAAyD;YACzD,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC;YAC/D,OAAO,WAAW,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;SAC9C;QAAC,MAAM;YACN,OAAO,KAAK,CAAC;SACd;IACH,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,GAAG,CAAC,GAAG,EAAE;YACX,MAAM,QAAQ,GAAG,GAAG,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC;YACvC,MAAM,WAAW,GACf,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC;YACzE,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;gBAChC,mBAAmB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;aAC7C;iBAAM;gBACL,QAAQ,CAAC,WAAW,CAAC,CAAC;aACvB;SACF;aAAM;YACL,QAAQ,CAAC,KAAK,CAAC,CAAC;SACjB;IACH,CAAC,EAAE,CAAC,GAAG,EAAE,mBAAmB,CAAC,CAAC,CAAC;IAE/B,IAAI,KAAK,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,KAAK,IAAI,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE;QAC/D,OAAO,CACL,CAAC,yBAAM,CACL,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CACb,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,MAAM,CAAC,CAAC,MAAM,CAAC,CACf,OAAO,CAAC,CAAC,UAAU,CAAC,CACpB,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,IAAI,QAAQ,CAAC,EACb,CACH,CAAC;KACH;IACD,OAAO,CACL,CAAC,oBAAK,CACJ,MAAM,CAAC,CAAC,GAAU,CAAC,CACnB,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAS,EAAE,KAAK,CAAC,CAAC,CACzC,UAAU,CAAC,SAAS,CACpB,MAAM,CAAC,CAAC,WAAW,CAAC,CACpB,OAAO,CAAC,CAAC,YAAY,CAAC,CACtB,IAAI,UAAU,CAAC,EACf,CACH,CAAC;AACJ,CAAC,CAAC;AAlFW,QAAA,UAAU,cAkFrB","sourcesContent":["import React, { useState, useCallback, useEffect } from 'react';\nimport { Image } from 'react-native';\nimport { SvgUri } from 'react-native-svg';\n\nimport type { ImageOrSvgProps } from './ImageOrSvg.types';\n\nexport const ImageOrSvg = ({\n src,\n width,\n height,\n onImageLoad,\n onImageError,\n onSvgError,\n style,\n imageProps,\n svgProps,\n}: ImageOrSvgProps) => {\n // CASE 1: local image (src is a number)\n if (typeof src === 'number') {\n return (\n <Image\n source={src}\n style={[{ width, height } as any, style]}\n resizeMode=\"contain\"\n onLoad={onImageLoad}\n onError={onImageError}\n {...imageProps}\n />\n );\n }\n\n // CASE 2: Local SVG component (src is a React component)\n if (typeof src === 'function') {\n const LocalSvg = src;\n return <LocalSvg width={width} height={height} {...svgProps} />;\n }\n\n // CASE 3: Remote image or SVG (src is an object with a uri)\n const [isSvg, setIsSvg] = useState<boolean>(false);\n\n const checkSvgContentType = useCallback(async (uri: string) => {\n try {\n const response = await fetch(uri, { method: 'HEAD' });\n // If no header is returned, fallback to an empty string.\n const contentType = response.headers.get('Content-Type') || '';\n return contentType.includes('image/svg+xml');\n } catch {\n return false;\n }\n }, []);\n\n useEffect(() => {\n if (src.uri) {\n const uriLower = src.uri.toLowerCase();\n const isLikelySvg =\n uriLower.endsWith('.svg') || uriLower.startsWith('data:image/svg+xml');\n if (!src.uri.startsWith('data:')) {\n checkSvgContentType(src.uri).then(setIsSvg);\n } else {\n setIsSvg(isLikelySvg);\n }\n } else {\n setIsSvg(false);\n }\n }, [src, checkSvgContentType]);\n\n if (isSvg && typeof src === 'object' && 'uri' in src && src.uri) {\n return (\n <SvgUri\n uri={src.uri}\n width={width}\n height={height}\n onError={onSvgError}\n style={style}\n {...svgProps}\n />\n );\n }\n return (\n <Image\n source={src as any}\n style={[{ width, height } as any, style]}\n resizeMode=\"contain\"\n onLoad={onImageLoad}\n onError={onImageError}\n {...imageProps}\n />\n );\n};\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { ImageOrSvgProps } from "./ImageOrSvg.types.cjs";
|
|
3
|
+
export declare const ImageOrSvg: ({ src, width, height, onImageLoad, onImageError, onSvgError, style, imageProps, svgProps, }: ImageOrSvgProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=ImageOrSvg.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageOrSvg.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/ImageOrSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,cAAc;AAIhE,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAE1D,eAAO,MAAM,UAAU,gGAUpB,eAAe,sBAwEjB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { ImageOrSvgProps } from "./ImageOrSvg.types.mjs";
|
|
3
|
+
export declare const ImageOrSvg: ({ src, width, height, onImageLoad, onImageError, onSvgError, style, imageProps, svgProps, }: ImageOrSvgProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=ImageOrSvg.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageOrSvg.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/ImageOrSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,cAAc;AAIhE,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAE1D,eAAO,MAAM,UAAU,gGAUpB,eAAe,sBAwEjB,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import $React, { useState, useCallback, useEffect } from "react";
|
|
8
|
+
const React = $importDefault($React);
|
|
9
|
+
import { Image } from "react-native/index.js";
|
|
10
|
+
import { SvgUri } from "react-native-svg";
|
|
11
|
+
export const ImageOrSvg = ({ src, width, height, onImageLoad, onImageError, onSvgError, style, imageProps, svgProps, }) => {
|
|
12
|
+
// CASE 1: local image (src is a number)
|
|
13
|
+
if (typeof src === 'number') {
|
|
14
|
+
return (<Image source={src} style={[{ width, height }, style]} resizeMode="contain" onLoad={onImageLoad} onError={onImageError} {...imageProps}/>);
|
|
15
|
+
}
|
|
16
|
+
// CASE 2: Local SVG component (src is a React component)
|
|
17
|
+
if (typeof src === 'function') {
|
|
18
|
+
const LocalSvg = src;
|
|
19
|
+
return <LocalSvg width={width} height={height} {...svgProps}/>;
|
|
20
|
+
}
|
|
21
|
+
// CASE 3: Remote image or SVG (src is an object with a uri)
|
|
22
|
+
const [isSvg, setIsSvg] = useState(false);
|
|
23
|
+
const checkSvgContentType = useCallback(async (uri) => {
|
|
24
|
+
try {
|
|
25
|
+
const response = await fetch(uri, { method: 'HEAD' });
|
|
26
|
+
// If no header is returned, fallback to an empty string.
|
|
27
|
+
const contentType = response.headers.get('Content-Type') || '';
|
|
28
|
+
return contentType.includes('image/svg+xml');
|
|
29
|
+
}
|
|
30
|
+
catch {
|
|
31
|
+
return false;
|
|
32
|
+
}
|
|
33
|
+
}, []);
|
|
34
|
+
useEffect(() => {
|
|
35
|
+
if (src.uri) {
|
|
36
|
+
const uriLower = src.uri.toLowerCase();
|
|
37
|
+
const isLikelySvg = uriLower.endsWith('.svg') || uriLower.startsWith('data:image/svg+xml');
|
|
38
|
+
if (!src.uri.startsWith('data:')) {
|
|
39
|
+
checkSvgContentType(src.uri).then(setIsSvg);
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
setIsSvg(isLikelySvg);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
setIsSvg(false);
|
|
47
|
+
}
|
|
48
|
+
}, [src, checkSvgContentType]);
|
|
49
|
+
if (isSvg && typeof src === 'object' && 'uri' in src && src.uri) {
|
|
50
|
+
return (<SvgUri uri={src.uri} width={width} height={height} onError={onSvgError} style={style} {...svgProps}/>);
|
|
51
|
+
}
|
|
52
|
+
return (<Image source={src} style={[{ width, height }, style]} resizeMode="contain" onLoad={onImageLoad} onError={onImageError} {...imageProps}/>);
|
|
53
|
+
};
|
|
54
|
+
//# sourceMappingURL=ImageOrSvg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageOrSvg.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/ImageOrSvg.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,QAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,SAAS,EAAE,cAAc;;AAChE,OAAO,EAAE,KAAK,EAAE,8BAAqB;AACrC,OAAO,EAAE,MAAM,EAAE,yBAAyB;AAI1C,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,EACzB,GAAG,EACH,KAAK,EACL,MAAM,EACN,WAAW,EACX,YAAY,EACZ,UAAU,EACV,KAAK,EACL,UAAU,EACV,QAAQ,GACQ,EAAE,EAAE;IACpB,wCAAwC;IACxC,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;QAC3B,OAAO,CACL,CAAC,KAAK,CACJ,MAAM,CAAC,CAAC,GAAG,CAAC,CACZ,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAS,EAAE,KAAK,CAAC,CAAC,CACzC,UAAU,CAAC,SAAS,CACpB,MAAM,CAAC,CAAC,WAAW,CAAC,CACpB,OAAO,CAAC,CAAC,YAAY,CAAC,CACtB,IAAI,UAAU,CAAC,EACf,CACH,CAAC;KACH;IAED,yDAAyD;IACzD,IAAI,OAAO,GAAG,KAAK,UAAU,EAAE;QAC7B,MAAM,QAAQ,GAAG,GAAG,CAAC;QACrB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,QAAQ,CAAC,EAAG,CAAC;KACjE;IAED,4DAA4D;IAC5D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAU,KAAK,CAAC,CAAC;IAEnD,MAAM,mBAAmB,GAAG,WAAW,CAAC,KAAK,EAAE,GAAW,EAAE,EAAE;QAC5D,IAAI;YACF,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;YACtD,yDAAyD;YACzD,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC;YAC/D,OAAO,WAAW,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;SAC9C;QAAC,MAAM;YACN,OAAO,KAAK,CAAC;SACd;IACH,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,GAAG,CAAC,GAAG,EAAE;YACX,MAAM,QAAQ,GAAG,GAAG,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC;YACvC,MAAM,WAAW,GACf,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC;YACzE,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;gBAChC,mBAAmB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;aAC7C;iBAAM;gBACL,QAAQ,CAAC,WAAW,CAAC,CAAC;aACvB;SACF;aAAM;YACL,QAAQ,CAAC,KAAK,CAAC,CAAC;SACjB;IACH,CAAC,EAAE,CAAC,GAAG,EAAE,mBAAmB,CAAC,CAAC,CAAC;IAE/B,IAAI,KAAK,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,KAAK,IAAI,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE;QAC/D,OAAO,CACL,CAAC,MAAM,CACL,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CACb,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,MAAM,CAAC,CAAC,MAAM,CAAC,CACf,OAAO,CAAC,CAAC,UAAU,CAAC,CACpB,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,IAAI,QAAQ,CAAC,EACb,CACH,CAAC;KACH;IACD,OAAO,CACL,CAAC,KAAK,CACJ,MAAM,CAAC,CAAC,GAAU,CAAC,CACnB,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAS,EAAE,KAAK,CAAC,CAAC,CACzC,UAAU,CAAC,SAAS,CACpB,MAAM,CAAC,CAAC,WAAW,CAAC,CACpB,OAAO,CAAC,CAAC,YAAY,CAAC,CACtB,IAAI,UAAU,CAAC,EACf,CACH,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import React, { useState, useCallback, useEffect } from 'react';\nimport { Image } from 'react-native';\nimport { SvgUri } from 'react-native-svg';\n\nimport type { ImageOrSvgProps } from './ImageOrSvg.types';\n\nexport const ImageOrSvg = ({\n src,\n width,\n height,\n onImageLoad,\n onImageError,\n onSvgError,\n style,\n imageProps,\n svgProps,\n}: ImageOrSvgProps) => {\n // CASE 1: local image (src is a number)\n if (typeof src === 'number') {\n return (\n <Image\n source={src}\n style={[{ width, height } as any, style]}\n resizeMode=\"contain\"\n onLoad={onImageLoad}\n onError={onImageError}\n {...imageProps}\n />\n );\n }\n\n // CASE 2: Local SVG component (src is a React component)\n if (typeof src === 'function') {\n const LocalSvg = src;\n return <LocalSvg width={width} height={height} {...svgProps} />;\n }\n\n // CASE 3: Remote image or SVG (src is an object with a uri)\n const [isSvg, setIsSvg] = useState<boolean>(false);\n\n const checkSvgContentType = useCallback(async (uri: string) => {\n try {\n const response = await fetch(uri, { method: 'HEAD' });\n // If no header is returned, fallback to an empty string.\n const contentType = response.headers.get('Content-Type') || '';\n return contentType.includes('image/svg+xml');\n } catch {\n return false;\n }\n }, []);\n\n useEffect(() => {\n if (src.uri) {\n const uriLower = src.uri.toLowerCase();\n const isLikelySvg =\n uriLower.endsWith('.svg') || uriLower.startsWith('data:image/svg+xml');\n if (!src.uri.startsWith('data:')) {\n checkSvgContentType(src.uri).then(setIsSvg);\n } else {\n setIsSvg(isLikelySvg);\n }\n } else {\n setIsSvg(false);\n }\n }, [src, checkSvgContentType]);\n\n if (isSvg && typeof src === 'object' && 'uri' in src && src.uri) {\n return (\n <SvgUri\n uri={src.uri}\n width={width}\n height={height}\n onError={onSvgError}\n style={style}\n {...svgProps}\n />\n );\n }\n return (\n <Image\n source={src as any}\n style={[{ width, height } as any, style]}\n resizeMode=\"contain\"\n onLoad={onImageLoad}\n onError={onImageError}\n {...imageProps}\n />\n );\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageOrSvg.types.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/ImageOrSvg.types.ts"],"names":[],"mappings":"","sourcesContent":["import type {\n ImageErrorEventData,\n ImageLoadEventData,\n NativeSyntheticEvent,\n StyleProp,\n ImageStyle,\n ImageProps,\n} from 'react-native';\nimport type { SvgProps } from 'react-native-svg';\n\n/**\n * Base props common to all variations.\n */\nexport type ImageOrSvgBaseProps = {\n /**\n * Optional prop to set the width of the image/SVG.\n * Accepts numbers (pixels) or string values (like percentages).\n */\n width?: number | string;\n /**\n * Optional prop to set the height of the image/SVG.\n * Accepts numbers (pixels) or string values (like percentages).\n */\n height?: number | string;\n /**\n * Optional prop to set callback triggered when the image has loaded successfully.\n */\n onImageLoad?: (event: NativeSyntheticEvent<ImageLoadEventData>) => void;\n /**\n * Optional prop to set callback triggered when there is an error rendering the image.\n */\n onImageError?: (\n errorEvent: NativeSyntheticEvent<ImageErrorEventData>,\n ) => void;\n /**\n * Optional prop to set callback triggered when there is an error rendering the SVG.\n */\n onSvgError?: (error: Error) => void;\n /**\n * Optional prop for style overrides for the image/SVG container.\n */\n style?: StyleProp<ImageStyle>;\n /**\n * Additional props to pass to the Image component, excluding\n * the 'source' prop (which is handled separately).\n */\n imageProps?: Omit<ImageProps, 'source'>;\n /**\n * Additional props to pass to the Svg component, excluding\n * the 'uri' prop (which is handled separately).\n */\n svgProps?: Omit<SvgProps, 'uri'>;\n};\n\n/**\n * Defines the source type for an image or SVG.\n *\n * The source can be one of the following:\n * - A number representing a locally imported image resource.\n * - A React component (with SvgProps) representing a locally imported SVG.\n * - An object with an optional `uri` property for remote images or SVGs.\n */\nexport type ImageOrSvgSrc =\n | number // For local imported image\n | React.ComponentType<SvgProps> // For local imported svg\n | { uri?: string }; // For remote image or SVG (with a uri property)\n\nexport type ImageOrSvgProps = ImageOrSvgBaseProps & {\n /**\n * Required prop for the source of the image or SVG.\n * This prop determines whether a local image, a local SVG component,\n * or a remote image/SVG (via URI) is rendered.\n */\n src: ImageOrSvgSrc;\n};\n"]}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { ImageErrorEventData, ImageLoadEventData, NativeSyntheticEvent, StyleProp, ImageStyle, ImageProps } from "react-native/index.js";
|
|
3
|
+
import type { SvgProps } from "react-native-svg";
|
|
4
|
+
/**
|
|
5
|
+
* Base props common to all variations.
|
|
6
|
+
*/
|
|
7
|
+
export type ImageOrSvgBaseProps = {
|
|
8
|
+
/**
|
|
9
|
+
* Optional prop to set the width of the image/SVG.
|
|
10
|
+
* Accepts numbers (pixels) or string values (like percentages).
|
|
11
|
+
*/
|
|
12
|
+
width?: number | string;
|
|
13
|
+
/**
|
|
14
|
+
* Optional prop to set the height of the image/SVG.
|
|
15
|
+
* Accepts numbers (pixels) or string values (like percentages).
|
|
16
|
+
*/
|
|
17
|
+
height?: number | string;
|
|
18
|
+
/**
|
|
19
|
+
* Optional prop to set callback triggered when the image has loaded successfully.
|
|
20
|
+
*/
|
|
21
|
+
onImageLoad?: (event: NativeSyntheticEvent<ImageLoadEventData>) => void;
|
|
22
|
+
/**
|
|
23
|
+
* Optional prop to set callback triggered when there is an error rendering the image.
|
|
24
|
+
*/
|
|
25
|
+
onImageError?: (errorEvent: NativeSyntheticEvent<ImageErrorEventData>) => void;
|
|
26
|
+
/**
|
|
27
|
+
* Optional prop to set callback triggered when there is an error rendering the SVG.
|
|
28
|
+
*/
|
|
29
|
+
onSvgError?: (error: Error) => void;
|
|
30
|
+
/**
|
|
31
|
+
* Optional prop for style overrides for the image/SVG container.
|
|
32
|
+
*/
|
|
33
|
+
style?: StyleProp<ImageStyle>;
|
|
34
|
+
/**
|
|
35
|
+
* Additional props to pass to the Image component, excluding
|
|
36
|
+
* the 'source' prop (which is handled separately).
|
|
37
|
+
*/
|
|
38
|
+
imageProps?: Omit<ImageProps, 'source'>;
|
|
39
|
+
/**
|
|
40
|
+
* Additional props to pass to the Svg component, excluding
|
|
41
|
+
* the 'uri' prop (which is handled separately).
|
|
42
|
+
*/
|
|
43
|
+
svgProps?: Omit<SvgProps, 'uri'>;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Defines the source type for an image or SVG.
|
|
47
|
+
*
|
|
48
|
+
* The source can be one of the following:
|
|
49
|
+
* - A number representing a locally imported image resource.
|
|
50
|
+
* - A React component (with SvgProps) representing a locally imported SVG.
|
|
51
|
+
* - An object with an optional `uri` property for remote images or SVGs.
|
|
52
|
+
*/
|
|
53
|
+
export type ImageOrSvgSrc = number | React.ComponentType<SvgProps> | {
|
|
54
|
+
uri?: string;
|
|
55
|
+
};
|
|
56
|
+
export type ImageOrSvgProps = ImageOrSvgBaseProps & {
|
|
57
|
+
/**
|
|
58
|
+
* Required prop for the source of the image or SVG.
|
|
59
|
+
* This prop determines whether a local image, a local SVG component,
|
|
60
|
+
* or a remote image/SVG (via URI) is rendered.
|
|
61
|
+
*/
|
|
62
|
+
src: ImageOrSvgSrc;
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=ImageOrSvg.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageOrSvg.types.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/ImageOrSvg.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,UAAU,EACV,UAAU,EACX,8BAAqB;AACtB,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB;AAEjD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,kBAAkB,CAAC,KAAK,IAAI,CAAC;IACxE;;OAEG;IACH,YAAY,CAAC,EAAE,CACb,UAAU,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAClD,IAAI,CAAC;IACV;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAC9B;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IACxC;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;CAClC,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,aAAa,GACrB,MAAM,GACN,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,GAC7B;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAErB,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG;IAClD;;;;OAIG;IACH,GAAG,EAAE,aAAa,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { ImageErrorEventData, ImageLoadEventData, NativeSyntheticEvent, StyleProp, ImageStyle, ImageProps } from "react-native/index.js";
|
|
3
|
+
import type { SvgProps } from "react-native-svg";
|
|
4
|
+
/**
|
|
5
|
+
* Base props common to all variations.
|
|
6
|
+
*/
|
|
7
|
+
export type ImageOrSvgBaseProps = {
|
|
8
|
+
/**
|
|
9
|
+
* Optional prop to set the width of the image/SVG.
|
|
10
|
+
* Accepts numbers (pixels) or string values (like percentages).
|
|
11
|
+
*/
|
|
12
|
+
width?: number | string;
|
|
13
|
+
/**
|
|
14
|
+
* Optional prop to set the height of the image/SVG.
|
|
15
|
+
* Accepts numbers (pixels) or string values (like percentages).
|
|
16
|
+
*/
|
|
17
|
+
height?: number | string;
|
|
18
|
+
/**
|
|
19
|
+
* Optional prop to set callback triggered when the image has loaded successfully.
|
|
20
|
+
*/
|
|
21
|
+
onImageLoad?: (event: NativeSyntheticEvent<ImageLoadEventData>) => void;
|
|
22
|
+
/**
|
|
23
|
+
* Optional prop to set callback triggered when there is an error rendering the image.
|
|
24
|
+
*/
|
|
25
|
+
onImageError?: (errorEvent: NativeSyntheticEvent<ImageErrorEventData>) => void;
|
|
26
|
+
/**
|
|
27
|
+
* Optional prop to set callback triggered when there is an error rendering the SVG.
|
|
28
|
+
*/
|
|
29
|
+
onSvgError?: (error: Error) => void;
|
|
30
|
+
/**
|
|
31
|
+
* Optional prop for style overrides for the image/SVG container.
|
|
32
|
+
*/
|
|
33
|
+
style?: StyleProp<ImageStyle>;
|
|
34
|
+
/**
|
|
35
|
+
* Additional props to pass to the Image component, excluding
|
|
36
|
+
* the 'source' prop (which is handled separately).
|
|
37
|
+
*/
|
|
38
|
+
imageProps?: Omit<ImageProps, 'source'>;
|
|
39
|
+
/**
|
|
40
|
+
* Additional props to pass to the Svg component, excluding
|
|
41
|
+
* the 'uri' prop (which is handled separately).
|
|
42
|
+
*/
|
|
43
|
+
svgProps?: Omit<SvgProps, 'uri'>;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Defines the source type for an image or SVG.
|
|
47
|
+
*
|
|
48
|
+
* The source can be one of the following:
|
|
49
|
+
* - A number representing a locally imported image resource.
|
|
50
|
+
* - A React component (with SvgProps) representing a locally imported SVG.
|
|
51
|
+
* - An object with an optional `uri` property for remote images or SVGs.
|
|
52
|
+
*/
|
|
53
|
+
export type ImageOrSvgSrc = number | React.ComponentType<SvgProps> | {
|
|
54
|
+
uri?: string;
|
|
55
|
+
};
|
|
56
|
+
export type ImageOrSvgProps = ImageOrSvgBaseProps & {
|
|
57
|
+
/**
|
|
58
|
+
* Required prop for the source of the image or SVG.
|
|
59
|
+
* This prop determines whether a local image, a local SVG component,
|
|
60
|
+
* or a remote image/SVG (via URI) is rendered.
|
|
61
|
+
*/
|
|
62
|
+
src: ImageOrSvgSrc;
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=ImageOrSvg.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageOrSvg.types.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/ImageOrSvg.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,UAAU,EACV,UAAU,EACX,8BAAqB;AACtB,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB;AAEjD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,kBAAkB,CAAC,KAAK,IAAI,CAAC;IACxE;;OAEG;IACH,YAAY,CAAC,EAAE,CACb,UAAU,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,KAClD,IAAI,CAAC;IACV;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAC9B;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IACxC;;;OAGG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;CAClC,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,aAAa,GACrB,MAAM,GACN,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,GAC7B;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAErB,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG;IAClD;;;;OAIG;IACH,GAAG,EAAE,aAAa,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageOrSvg.types.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/ImageOrSvg.types.ts"],"names":[],"mappings":"","sourcesContent":["import type {\n ImageErrorEventData,\n ImageLoadEventData,\n NativeSyntheticEvent,\n StyleProp,\n ImageStyle,\n ImageProps,\n} from 'react-native';\nimport type { SvgProps } from 'react-native-svg';\n\n/**\n * Base props common to all variations.\n */\nexport type ImageOrSvgBaseProps = {\n /**\n * Optional prop to set the width of the image/SVG.\n * Accepts numbers (pixels) or string values (like percentages).\n */\n width?: number | string;\n /**\n * Optional prop to set the height of the image/SVG.\n * Accepts numbers (pixels) or string values (like percentages).\n */\n height?: number | string;\n /**\n * Optional prop to set callback triggered when the image has loaded successfully.\n */\n onImageLoad?: (event: NativeSyntheticEvent<ImageLoadEventData>) => void;\n /**\n * Optional prop to set callback triggered when there is an error rendering the image.\n */\n onImageError?: (\n errorEvent: NativeSyntheticEvent<ImageErrorEventData>,\n ) => void;\n /**\n * Optional prop to set callback triggered when there is an error rendering the SVG.\n */\n onSvgError?: (error: Error) => void;\n /**\n * Optional prop for style overrides for the image/SVG container.\n */\n style?: StyleProp<ImageStyle>;\n /**\n * Additional props to pass to the Image component, excluding\n * the 'source' prop (which is handled separately).\n */\n imageProps?: Omit<ImageProps, 'source'>;\n /**\n * Additional props to pass to the Svg component, excluding\n * the 'uri' prop (which is handled separately).\n */\n svgProps?: Omit<SvgProps, 'uri'>;\n};\n\n/**\n * Defines the source type for an image or SVG.\n *\n * The source can be one of the following:\n * - A number representing a locally imported image resource.\n * - A React component (with SvgProps) representing a locally imported SVG.\n * - An object with an optional `uri` property for remote images or SVGs.\n */\nexport type ImageOrSvgSrc =\n | number // For local imported image\n | React.ComponentType<SvgProps> // For local imported svg\n | { uri?: string }; // For remote image or SVG (with a uri property)\n\nexport type ImageOrSvgProps = ImageOrSvgBaseProps & {\n /**\n * Required prop for the source of the image or SVG.\n * This prop determines whether a local image, a local SVG component,\n * or a remote image/SVG (via URI) is rendered.\n */\n src: ImageOrSvgSrc;\n};\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImageOrSvg = void 0;
|
|
4
|
+
var ImageOrSvg_1 = require("./ImageOrSvg.cjs");
|
|
5
|
+
Object.defineProperty(exports, "ImageOrSvg", { enumerable: true, get: function () { return ImageOrSvg_1.ImageOrSvg; } });
|
|
6
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/index.ts"],"names":[],"mappings":";;;AAAA,+CAA0C;AAAjC,wGAAA,UAAU,OAAA","sourcesContent":["export { ImageOrSvg } from './ImageOrSvg';\nexport type { ImageOrSvgProps, ImageOrSvgSrc } from './ImageOrSvg.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/ImageOrSvg/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB","sourcesContent":["export { ImageOrSvg } from './ImageOrSvg';\nexport type { ImageOrSvgProps, ImageOrSvgSrc } from './ImageOrSvg.types';\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Jazzicon = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const react_native_1 = require("react-native/index.js");
|
|
9
|
+
const react_native_jazzicon_1 = __importDefault(require("react-native-jazzicon"));
|
|
10
|
+
const Jazzicon = ({ testID, ...props }) => (<react_native_1.View testID={testID}>
|
|
11
|
+
<react_native_jazzicon_1.default {...props}/>
|
|
12
|
+
</react_native_1.View>);
|
|
13
|
+
exports.Jazzicon = Jazzicon;
|
|
14
|
+
//# sourceMappingURL=Jazzicon.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Jazzicon.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/Jazzicon/Jazzicon.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAC1B,wDAAoC;AACpC,kFAA+C;AAIxC,MAAM,QAAQ,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,KAAK,EAAiB,EAAE,EAAE,CAAC,CAC/D,CAAC,mBAAI,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CACnB;IAAA,CAAC,+BAAU,CAAC,IAAI,KAAK,CAAC,EACxB;EAAA,EAAE,mBAAI,CAAC,CACR,CAAC;AAJW,QAAA,QAAQ,YAInB","sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport RNJazzicon from 'react-native-jazzicon';\n\nimport type { JazziconProps } from './Jazzicon.types';\n\nexport const Jazzicon = ({ testID, ...props }: JazziconProps) => (\n <View testID={testID}>\n <RNJazzicon {...props} />\n </View>\n);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Jazzicon.d.cts","sourceRoot":"","sources":["../../../../src/components/temp-components/Jazzicon/Jazzicon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAI1B,OAAO,KAAK,EAAE,aAAa,EAAE,6BAAyB;AAEtD,eAAO,MAAM,QAAQ,yBAA0B,aAAa,sBAI3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Jazzicon.d.mts","sourceRoot":"","sources":["../../../../src/components/temp-components/Jazzicon/Jazzicon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAI1B,OAAO,KAAK,EAAE,aAAa,EAAE,6BAAyB;AAEtD,eAAO,MAAM,QAAQ,yBAA0B,aAAa,sBAI3D,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import $React from "react";
|
|
8
|
+
const React = $importDefault($React);
|
|
9
|
+
import { View } from "react-native/index.js";
|
|
10
|
+
import $RNJazzicon from "react-native-jazzicon";
|
|
11
|
+
const RNJazzicon = $importDefault($RNJazzicon);
|
|
12
|
+
export const Jazzicon = ({ testID, ...props }) => (<View testID={testID}>
|
|
13
|
+
<RNJazzicon {...props}/>
|
|
14
|
+
</View>);
|
|
15
|
+
//# sourceMappingURL=Jazzicon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Jazzicon.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/Jazzicon/Jazzicon.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;AAC1B,OAAO,EAAE,IAAI,EAAE,8BAAqB;AACpC,OAAO,WAAU,8BAA8B;;AAI/C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,KAAK,EAAiB,EAAE,EAAE,CAAC,CAC/D,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CACnB;IAAA,CAAC,UAAU,CAAC,IAAI,KAAK,CAAC,EACxB;EAAA,EAAE,IAAI,CAAC,CACR,CAAC","sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport RNJazzicon from 'react-native-jazzicon';\n\nimport type { JazziconProps } from './Jazzicon.types';\n\nexport const Jazzicon = ({ testID, ...props }: JazziconProps) => (\n <View testID={testID}>\n <RNJazzicon {...props} />\n </View>\n);\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Jazzicon.types.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/Jazzicon/Jazzicon.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { IJazziconProps } from 'react-native-jazzicon';\n\n/**\n * Jazzicon component props.\n */\nexport type JazziconProps = {\n /**\n * Optional prop used to locate this view in end-to-end tests.\n */\n testID?: string | undefined;\n} & IJazziconProps;\n"]}
|