@metamask-previews/design-system-react-native 0.0.0-preview.e1b50dd → 0.0.0-preview.f289564
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 +28 -12
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.ts +0 -4
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.ts.map +0 -1
- package/dist/components/AvatarAccount/AvatarAccount.constants.js +0 -27
- package/dist/components/AvatarAccount/AvatarAccount.constants.js.map +0 -1
- package/dist/components/AvatarAccount/AvatarAccount.d.ts +0 -5
- package/dist/components/AvatarAccount/AvatarAccount.d.ts.map +0 -1
- package/dist/components/AvatarAccount/AvatarAccount.js +0 -29
- package/dist/components/AvatarAccount/AvatarAccount.js.map +0 -1
- package/dist/components/AvatarAccount/AvatarAccount.types.d.ts +0 -20
- package/dist/components/AvatarAccount/AvatarAccount.types.d.ts.map +0 -1
- package/dist/components/AvatarAccount/AvatarAccount.types.js +0 -9
- package/dist/components/AvatarAccount/AvatarAccount.types.js.map +0 -1
- package/dist/components/AvatarAccount/index.d.ts +0 -5
- package/dist/components/AvatarAccount/index.d.ts.map +0 -1
- package/dist/components/AvatarAccount/index.js +0 -13
- package/dist/components/AvatarAccount/index.js.map +0 -1
- package/dist/components/AvatarFavicon/AvatarFavicon.constants.d.ts +0 -4
- package/dist/components/AvatarFavicon/AvatarFavicon.constants.d.ts.map +0 -1
- package/dist/components/AvatarFavicon/AvatarFavicon.constants.js +0 -22
- package/dist/components/AvatarFavicon/AvatarFavicon.constants.js.map +0 -1
- package/dist/components/AvatarFavicon/AvatarFavicon.d.ts +0 -5
- package/dist/components/AvatarFavicon/AvatarFavicon.d.ts.map +0 -1
- package/dist/components/AvatarFavicon/AvatarFavicon.js +0 -53
- package/dist/components/AvatarFavicon/AvatarFavicon.js.map +0 -1
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.ts +0 -12
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.ts.map +0 -1
- package/dist/components/AvatarFavicon/AvatarFavicon.types.js +0 -3
- package/dist/components/AvatarFavicon/AvatarFavicon.types.js.map +0 -1
- package/dist/components/AvatarFavicon/index.d.ts +0 -4
- package/dist/components/AvatarFavicon/index.d.ts.map +0 -1
- package/dist/components/AvatarFavicon/index.js +0 -11
- package/dist/components/AvatarFavicon/index.js.map +0 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.ts +0 -15
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.ts.map +0 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.js +0 -174
- package/dist/components/AvatarGroup/AvatarGroup.constants.js.map +0 -1
- package/dist/components/AvatarGroup/AvatarGroup.d.ts +0 -5
- package/dist/components/AvatarGroup/AvatarGroup.d.ts.map +0 -1
- package/dist/components/AvatarGroup/AvatarGroup.js +0 -79
- package/dist/components/AvatarGroup/AvatarGroup.js.map +0 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.d.ts +0 -70
- package/dist/components/AvatarGroup/AvatarGroup.types.d.ts.map +0 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.js +0 -14
- package/dist/components/AvatarGroup/AvatarGroup.types.js.map +0 -1
- package/dist/components/AvatarGroup/AvatarGroup.utilities.d.ts +0 -48
- package/dist/components/AvatarGroup/AvatarGroup.utilities.d.ts.map +0 -1
- package/dist/components/AvatarGroup/AvatarGroup.utilities.js +0 -71
- package/dist/components/AvatarGroup/AvatarGroup.utilities.js.map +0 -1
- package/dist/components/AvatarGroup/index.d.ts +0 -5
- package/dist/components/AvatarGroup/index.d.ts.map +0 -1
- package/dist/components/AvatarGroup/index.js +0 -13
- package/dist/components/AvatarGroup/index.js.map +0 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.ts +0 -9
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.ts.map +0 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.js +0 -35
- package/dist/components/AvatarIcon/AvatarIcon.constants.js.map +0 -1
- package/dist/components/AvatarIcon/AvatarIcon.d.ts +0 -5
- package/dist/components/AvatarIcon/AvatarIcon.d.ts.map +0 -1
- package/dist/components/AvatarIcon/AvatarIcon.js +0 -49
- package/dist/components/AvatarIcon/AvatarIcon.js.map +0 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.d.ts +0 -28
- package/dist/components/AvatarIcon/AvatarIcon.types.d.ts.map +0 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.js +0 -12
- package/dist/components/AvatarIcon/AvatarIcon.types.js.map +0 -1
- package/dist/components/AvatarIcon/AvatarIcon.utilities.d.ts +0 -24
- package/dist/components/AvatarIcon/AvatarIcon.utilities.d.ts.map +0 -1
- package/dist/components/AvatarIcon/AvatarIcon.utilities.js +0 -30
- package/dist/components/AvatarIcon/AvatarIcon.utilities.js.map +0 -1
- package/dist/components/AvatarIcon/index.d.ts +0 -5
- package/dist/components/AvatarIcon/index.d.ts.map +0 -1
- package/dist/components/AvatarIcon/index.js +0 -13
- package/dist/components/AvatarIcon/index.js.map +0 -1
- package/dist/components/AvatarNetwork/AvatarNetwork.constants.d.ts +0 -4
- package/dist/components/AvatarNetwork/AvatarNetwork.constants.d.ts.map +0 -1
- package/dist/components/AvatarNetwork/AvatarNetwork.constants.js +0 -22
- package/dist/components/AvatarNetwork/AvatarNetwork.constants.js.map +0 -1
- package/dist/components/AvatarNetwork/AvatarNetwork.d.ts +0 -5
- package/dist/components/AvatarNetwork/AvatarNetwork.d.ts.map +0 -1
- package/dist/components/AvatarNetwork/AvatarNetwork.js +0 -53
- package/dist/components/AvatarNetwork/AvatarNetwork.js.map +0 -1
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.ts +0 -12
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.ts.map +0 -1
- package/dist/components/AvatarNetwork/AvatarNetwork.types.js +0 -3
- package/dist/components/AvatarNetwork/AvatarNetwork.types.js.map +0 -1
- package/dist/components/AvatarNetwork/index.d.ts +0 -4
- package/dist/components/AvatarNetwork/index.d.ts.map +0 -1
- package/dist/components/AvatarNetwork/index.js +0 -11
- package/dist/components/AvatarNetwork/index.js.map +0 -1
- package/dist/components/AvatarToken/AvatarToken.constants.d.ts +0 -4
- package/dist/components/AvatarToken/AvatarToken.constants.d.ts.map +0 -1
- package/dist/components/AvatarToken/AvatarToken.constants.js +0 -22
- package/dist/components/AvatarToken/AvatarToken.constants.js.map +0 -1
- package/dist/components/AvatarToken/AvatarToken.d.ts +0 -5
- package/dist/components/AvatarToken/AvatarToken.d.ts.map +0 -1
- package/dist/components/AvatarToken/AvatarToken.js +0 -53
- package/dist/components/AvatarToken/AvatarToken.js.map +0 -1
- package/dist/components/AvatarToken/AvatarToken.types.d.ts +0 -12
- package/dist/components/AvatarToken/AvatarToken.types.d.ts.map +0 -1
- package/dist/components/AvatarToken/AvatarToken.types.js +0 -3
- package/dist/components/AvatarToken/AvatarToken.types.js.map +0 -1
- package/dist/components/AvatarToken/index.d.ts +0 -4
- package/dist/components/AvatarToken/index.d.ts.map +0 -1
- package/dist/components/AvatarToken/index.js +0 -11
- package/dist/components/AvatarToken/index.js.map +0 -1
- package/dist/components/BadgeCount/BadgeCount.constants.d.ts +0 -6
- package/dist/components/BadgeCount/BadgeCount.constants.d.ts.map +0 -1
- package/dist/components/BadgeCount/BadgeCount.constants.js +0 -19
- package/dist/components/BadgeCount/BadgeCount.constants.js.map +0 -1
- package/dist/components/BadgeCount/BadgeCount.d.ts +0 -5
- package/dist/components/BadgeCount/BadgeCount.d.ts.map +0 -1
- package/dist/components/BadgeCount/BadgeCount.js +0 -53
- package/dist/components/BadgeCount/BadgeCount.js.map +0 -1
- package/dist/components/BadgeCount/BadgeCount.types.d.ts +0 -46
- package/dist/components/BadgeCount/BadgeCount.types.d.ts.map +0 -1
- package/dist/components/BadgeCount/BadgeCount.types.js +0 -15
- package/dist/components/BadgeCount/BadgeCount.types.js.map +0 -1
- package/dist/components/BadgeCount/index.d.ts +0 -4
- package/dist/components/BadgeCount/index.d.ts.map +0 -1
- package/dist/components/BadgeCount/index.js +0 -11
- package/dist/components/BadgeCount/index.js.map +0 -1
- package/dist/components/BadgeIcon/BadgeIcon.d.ts +0 -5
- package/dist/components/BadgeIcon/BadgeIcon.d.ts.map +0 -1
- package/dist/components/BadgeIcon/BadgeIcon.js +0 -49
- package/dist/components/BadgeIcon/BadgeIcon.js.map +0 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.d.ts +0 -20
- package/dist/components/BadgeIcon/BadgeIcon.types.d.ts.map +0 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.js +0 -3
- package/dist/components/BadgeIcon/BadgeIcon.types.js.map +0 -1
- package/dist/components/BadgeIcon/index.d.ts +0 -3
- package/dist/components/BadgeIcon/index.d.ts.map +0 -1
- package/dist/components/BadgeIcon/index.js +0 -9
- package/dist/components/BadgeIcon/index.js.map +0 -1
- package/dist/components/BadgeNetwork/BadgeNetwork.d.ts +0 -5
- package/dist/components/BadgeNetwork/BadgeNetwork.d.ts.map +0 -1
- package/dist/components/BadgeNetwork/BadgeNetwork.js +0 -34
- package/dist/components/BadgeNetwork/BadgeNetwork.js.map +0 -1
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.ts +0 -3
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.ts.map +0 -1
- package/dist/components/BadgeNetwork/BadgeNetwork.types.js +0 -3
- package/dist/components/BadgeNetwork/BadgeNetwork.types.js.map +0 -1
- package/dist/components/BadgeNetwork/index.d.ts +0 -3
- package/dist/components/BadgeNetwork/index.d.ts.map +0 -1
- package/dist/components/BadgeNetwork/index.js +0 -9
- package/dist/components/BadgeNetwork/index.js.map +0 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.ts +0 -4
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.ts.map +0 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.js +0 -17
- package/dist/components/BadgeStatus/BadgeStatus.constants.js.map +0 -1
- package/dist/components/BadgeStatus/BadgeStatus.d.ts +0 -5
- package/dist/components/BadgeStatus/BadgeStatus.d.ts.map +0 -1
- package/dist/components/BadgeStatus/BadgeStatus.js +0 -34
- package/dist/components/BadgeStatus/BadgeStatus.js.map +0 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.d.ts +0 -57
- package/dist/components/BadgeStatus/BadgeStatus.types.d.ts.map +0 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.js +0 -29
- package/dist/components/BadgeStatus/BadgeStatus.types.js.map +0 -1
- package/dist/components/BadgeStatus/index.d.ts +0 -4
- package/dist/components/BadgeStatus/index.d.ts.map +0 -1
- package/dist/components/BadgeStatus/index.js +0 -12
- package/dist/components/BadgeStatus/index.js.map +0 -1
- package/dist/components/Button/Button.constants.d.ts +0 -2
- package/dist/components/Button/Button.constants.d.ts.map +0 -1
- package/dist/components/Button/Button.constants.js +0 -7
- package/dist/components/Button/Button.constants.js.map +0 -1
- package/dist/components/Button/Button.d.ts +0 -5
- package/dist/components/Button/Button.d.ts.map +0 -1
- package/dist/components/Button/Button.js +0 -25
- package/dist/components/Button/Button.js.map +0 -1
- package/dist/components/Button/Button.types.d.ts +0 -23
- package/dist/components/Button/Button.types.d.ts.map +0 -1
- package/dist/components/Button/Button.types.js +0 -15
- package/dist/components/Button/Button.types.js.map +0 -1
- package/dist/components/Button/index.d.ts +0 -4
- package/dist/components/Button/index.d.ts.map +0 -1
- package/dist/components/Button/index.js +0 -12
- package/dist/components/Button/index.js.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.constants.d.ts +0 -3
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.constants.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.constants.js +0 -29
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.constants.js.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.ts +0 -5
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.js +0 -97
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.js.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.ts +0 -17
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.js +0 -3
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.js.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.utilities.d.ts +0 -78
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.utilities.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.utilities.js +0 -122
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.utilities.js.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.ts +0 -4
- package/dist/components/Button/variants/ButtonPrimary/index.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonPrimary/index.js +0 -11
- package/dist/components/Button/variants/ButtonPrimary/index.js.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.constants.d.ts +0 -3
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.constants.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.constants.js +0 -29
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.constants.js.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.ts +0 -5
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.js +0 -90
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.js.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.ts +0 -17
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.js +0 -3
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.js.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.utilities.d.ts +0 -90
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.utilities.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.utilities.js +0 -145
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.utilities.js.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.ts +0 -4
- package/dist/components/Button/variants/ButtonSecondary/index.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonSecondary/index.js +0 -11
- package/dist/components/Button/variants/ButtonSecondary/index.js.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.constants.d.ts +0 -3
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.constants.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.constants.js +0 -29
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.constants.js.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.ts +0 -5
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.js +0 -90
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.js.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.ts +0 -17
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.js +0 -3
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.js.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.utilities.d.ts +0 -88
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.utilities.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.utilities.js +0 -147
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.utilities.js.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.ts +0 -4
- package/dist/components/Button/variants/ButtonTertiary/index.d.ts.map +0 -1
- package/dist/components/Button/variants/ButtonTertiary/index.js +0 -11
- package/dist/components/Button/variants/ButtonTertiary/index.js.map +0 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.ts +0 -6
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.ts.map +0 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.js +0 -20
- package/dist/components/ButtonIcon/ButtonIcon.constants.js.map +0 -1
- package/dist/components/ButtonIcon/ButtonIcon.d.ts +0 -5
- package/dist/components/ButtonIcon/ButtonIcon.d.ts.map +0 -1
- package/dist/components/ButtonIcon/ButtonIcon.js +0 -72
- package/dist/components/ButtonIcon/ButtonIcon.js.map +0 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.d.ts +0 -60
- package/dist/components/ButtonIcon/ButtonIcon.types.d.ts.map +0 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.js +0 -19
- package/dist/components/ButtonIcon/ButtonIcon.types.js.map +0 -1
- package/dist/components/ButtonIcon/ButtonIcon.utilities.d.ts +0 -55
- package/dist/components/ButtonIcon/ButtonIcon.utilities.d.ts.map +0 -1
- package/dist/components/ButtonIcon/ButtonIcon.utilities.js +0 -73
- package/dist/components/ButtonIcon/ButtonIcon.utilities.js.map +0 -1
- package/dist/components/ButtonIcon/index.d.ts +0 -4
- package/dist/components/ButtonIcon/index.d.ts.map +0 -1
- package/dist/components/ButtonIcon/index.js +0 -11
- package/dist/components/ButtonIcon/index.js.map +0 -1
- package/dist/components/Icon/Icon.assets.d.ts +0 -6
- package/dist/components/Icon/Icon.assets.d.ts.map +0 -1
- package/dist/components/Icon/Icon.assets.js +0 -328
- package/dist/components/Icon/Icon.assets.js.map +0 -1
- package/dist/components/Icon/Icon.constants.d.ts +0 -7
- package/dist/components/Icon/Icon.constants.d.ts.map +0 -1
- package/dist/components/Icon/Icon.constants.js +0 -15
- package/dist/components/Icon/Icon.constants.js.map +0 -1
- package/dist/components/Icon/Icon.d.ts +0 -5
- package/dist/components/Icon/Icon.d.ts.map +0 -1
- package/dist/components/Icon/Icon.js +0 -45
- package/dist/components/Icon/Icon.js.map +0 -1
- package/dist/components/Icon/Icon.types.d.ts +0 -256
- package/dist/components/Icon/Icon.types.d.ts.map +0 -1
- package/dist/components/Icon/Icon.types.js +0 -231
- package/dist/components/Icon/Icon.types.js.map +0 -1
- package/dist/components/Icon/Icon.utilities.d.ts +0 -22
- package/dist/components/Icon/Icon.utilities.d.ts.map +0 -1
- package/dist/components/Icon/Icon.utilities.js +0 -31
- package/dist/components/Icon/Icon.utilities.js.map +0 -1
- package/dist/components/Icon/index.d.ts +0 -4
- package/dist/components/Icon/index.d.ts.map +0 -1
- package/dist/components/Icon/index.js +0 -13
- package/dist/components/Icon/index.js.map +0 -1
- package/dist/components/Text/Text.constants.d.ts +0 -9
- package/dist/components/Text/Text.constants.d.ts.map +0 -1
- package/dist/components/Text/Text.constants.js +0 -21
- package/dist/components/Text/Text.constants.js.map +0 -1
- package/dist/components/Text/Text.d.ts +0 -5
- package/dist/components/Text/Text.d.ts.map +0 -1
- package/dist/components/Text/Text.js +0 -26
- package/dist/components/Text/Text.js.map +0 -1
- package/dist/components/Text/Text.types.d.ts +0 -110
- package/dist/components/Text/Text.types.d.ts.map +0 -1
- package/dist/components/Text/Text.types.js +0 -89
- package/dist/components/Text/Text.types.js.map +0 -1
- package/dist/components/Text/Text.utilities.d.ts +0 -30
- package/dist/components/Text/Text.utilities.d.ts.map +0 -1
- package/dist/components/Text/Text.utilities.js +0 -45
- package/dist/components/Text/Text.utilities.js.map +0 -1
- package/dist/components/Text/index.d.ts +0 -4
- package/dist/components/Text/index.d.ts.map +0 -1
- package/dist/components/Text/index.js +0 -14
- package/dist/components/Text/index.js.map +0 -1
- package/dist/components/TextButton/TextButton.constants.d.ts +0 -3
- package/dist/components/TextButton/TextButton.constants.d.ts.map +0 -1
- package/dist/components/TextButton/TextButton.constants.js +0 -29
- package/dist/components/TextButton/TextButton.constants.js.map +0 -1
- package/dist/components/TextButton/TextButton.d.ts +0 -5
- package/dist/components/TextButton/TextButton.d.ts.map +0 -1
- package/dist/components/TextButton/TextButton.js +0 -187
- package/dist/components/TextButton/TextButton.js.map +0 -1
- package/dist/components/TextButton/TextButton.types.d.ts +0 -73
- package/dist/components/TextButton/TextButton.types.d.ts.map +0 -1
- package/dist/components/TextButton/TextButton.types.js +0 -3
- package/dist/components/TextButton/TextButton.types.js.map +0 -1
- package/dist/components/TextButton/TextButton.utilities.d.ts +0 -55
- package/dist/components/TextButton/TextButton.utilities.d.ts.map +0 -1
- package/dist/components/TextButton/TextButton.utilities.js +0 -77
- package/dist/components/TextButton/TextButton.utilities.js.map +0 -1
- package/dist/components/TextButton/index.d.ts +0 -3
- package/dist/components/TextButton/index.d.ts.map +0 -1
- package/dist/components/TextButton/index.js +0 -9
- package/dist/components/TextButton/index.js.map +0 -1
- package/dist/index.d.ts +0 -136
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -88
- package/dist/index.js.map +0 -1
- package/dist/primitives/AvatarBase/AvatarBase.constants.d.ts +0 -6
- package/dist/primitives/AvatarBase/AvatarBase.constants.d.ts.map +0 -1
- package/dist/primitives/AvatarBase/AvatarBase.constants.js +0 -34
- package/dist/primitives/AvatarBase/AvatarBase.constants.js.map +0 -1
- package/dist/primitives/AvatarBase/AvatarBase.d.ts +0 -5
- package/dist/primitives/AvatarBase/AvatarBase.d.ts.map +0 -1
- package/dist/primitives/AvatarBase/AvatarBase.js +0 -55
- package/dist/primitives/AvatarBase/AvatarBase.js.map +0 -1
- package/dist/primitives/AvatarBase/AvatarBase.types.d.ts +0 -61
- package/dist/primitives/AvatarBase/AvatarBase.types.d.ts.map +0 -1
- package/dist/primitives/AvatarBase/AvatarBase.types.js +0 -3
- package/dist/primitives/AvatarBase/AvatarBase.types.js.map +0 -1
- package/dist/primitives/AvatarBase/AvatarBase.utilities.d.ts +0 -30
- package/dist/primitives/AvatarBase/AvatarBase.utilities.d.ts.map +0 -1
- package/dist/primitives/AvatarBase/AvatarBase.utilities.js +0 -60
- package/dist/primitives/AvatarBase/AvatarBase.utilities.js.map +0 -1
- package/dist/primitives/AvatarBase/index.d.ts +0 -4
- package/dist/primitives/AvatarBase/index.d.ts.map +0 -1
- package/dist/primitives/AvatarBase/index.js +0 -11
- package/dist/primitives/AvatarBase/index.js.map +0 -1
- package/dist/primitives/Blockies/Blockies.d.ts +0 -5
- package/dist/primitives/Blockies/Blockies.d.ts.map +0 -1
- package/dist/primitives/Blockies/Blockies.js +0 -15
- package/dist/primitives/Blockies/Blockies.js.map +0 -1
- package/dist/primitives/Blockies/Blockies.types.d.ts +0 -15
- package/dist/primitives/Blockies/Blockies.types.d.ts.map +0 -1
- package/dist/primitives/Blockies/Blockies.types.js +0 -3
- package/dist/primitives/Blockies/Blockies.types.js.map +0 -1
- package/dist/primitives/Blockies/index.d.ts +0 -3
- package/dist/primitives/Blockies/index.d.ts.map +0 -1
- package/dist/primitives/Blockies/index.js +0 -9
- package/dist/primitives/Blockies/index.js.map +0 -1
- package/dist/primitives/ButtonAnimated/ButtonAnimated.d.ts +0 -5
- package/dist/primitives/ButtonAnimated/ButtonAnimated.d.ts.map +0 -1
- package/dist/primitives/ButtonAnimated/ButtonAnimated.js +0 -58
- package/dist/primitives/ButtonAnimated/ButtonAnimated.js.map +0 -1
- package/dist/primitives/ButtonAnimated/ButtonAnimated.types.d.ts +0 -6
- package/dist/primitives/ButtonAnimated/ButtonAnimated.types.d.ts.map +0 -1
- package/dist/primitives/ButtonAnimated/ButtonAnimated.types.js +0 -3
- package/dist/primitives/ButtonAnimated/ButtonAnimated.types.js.map +0 -1
- package/dist/primitives/ButtonAnimated/index.d.ts +0 -3
- package/dist/primitives/ButtonAnimated/index.d.ts.map +0 -1
- package/dist/primitives/ButtonAnimated/index.js +0 -9
- package/dist/primitives/ButtonAnimated/index.js.map +0 -1
- package/dist/primitives/ButtonBase/ButtonBase.constants.d.ts +0 -3
- package/dist/primitives/ButtonBase/ButtonBase.constants.d.ts.map +0 -1
- package/dist/primitives/ButtonBase/ButtonBase.constants.js +0 -32
- package/dist/primitives/ButtonBase/ButtonBase.constants.js.map +0 -1
- package/dist/primitives/ButtonBase/ButtonBase.d.ts +0 -5
- package/dist/primitives/ButtonBase/ButtonBase.d.ts.map +0 -1
- package/dist/primitives/ButtonBase/ButtonBase.js +0 -84
- package/dist/primitives/ButtonBase/ButtonBase.js.map +0 -1
- package/dist/primitives/ButtonBase/ButtonBase.types.d.ts +0 -93
- package/dist/primitives/ButtonBase/ButtonBase.types.d.ts.map +0 -1
- package/dist/primitives/ButtonBase/ButtonBase.types.js +0 -19
- package/dist/primitives/ButtonBase/ButtonBase.types.js.map +0 -1
- package/dist/primitives/ButtonBase/ButtonBase.utilities.d.ts +0 -28
- package/dist/primitives/ButtonBase/ButtonBase.utilities.d.ts.map +0 -1
- package/dist/primitives/ButtonBase/ButtonBase.utilities.js +0 -41
- package/dist/primitives/ButtonBase/ButtonBase.utilities.js.map +0 -1
- package/dist/primitives/ButtonBase/index.d.ts +0 -4
- package/dist/primitives/ButtonBase/index.d.ts.map +0 -1
- package/dist/primitives/ButtonBase/index.js +0 -11
- package/dist/primitives/ButtonBase/index.js.map +0 -1
- package/dist/primitives/ImageOrSvg/ImageOrSvg.d.ts +0 -5
- package/dist/primitives/ImageOrSvg/ImageOrSvg.d.ts.map +0 -1
- package/dist/primitives/ImageOrSvg/ImageOrSvg.js +0 -76
- package/dist/primitives/ImageOrSvg/ImageOrSvg.js.map +0 -1
- package/dist/primitives/ImageOrSvg/ImageOrSvg.types.d.ts +0 -64
- package/dist/primitives/ImageOrSvg/ImageOrSvg.types.d.ts.map +0 -1
- package/dist/primitives/ImageOrSvg/ImageOrSvg.types.js +0 -3
- package/dist/primitives/ImageOrSvg/ImageOrSvg.types.js.map +0 -1
- package/dist/primitives/ImageOrSvg/index.d.ts +0 -3
- package/dist/primitives/ImageOrSvg/index.d.ts.map +0 -1
- package/dist/primitives/ImageOrSvg/index.js +0 -9
- package/dist/primitives/ImageOrSvg/index.js.map +0 -1
- package/dist/primitives/Jazzicon/Jazzicon.d.ts +0 -5
- package/dist/primitives/Jazzicon/Jazzicon.d.ts.map +0 -1
- package/dist/primitives/Jazzicon/Jazzicon.js +0 -14
- package/dist/primitives/Jazzicon/Jazzicon.js.map +0 -1
- package/dist/primitives/Jazzicon/Jazzicon.types.d.ts +0 -11
- package/dist/primitives/Jazzicon/Jazzicon.types.d.ts.map +0 -1
- package/dist/primitives/Jazzicon/Jazzicon.types.js +0 -3
- package/dist/primitives/Jazzicon/Jazzicon.types.js.map +0 -1
- package/dist/primitives/Jazzicon/index.d.ts +0 -3
- package/dist/primitives/Jazzicon/index.d.ts.map +0 -1
- package/dist/primitives/Jazzicon/index.js +0 -9
- package/dist/primitives/Jazzicon/index.js.map +0 -1
- package/dist/primitives/TextOrChildren/TextOrChildren.d.ts +0 -5
- package/dist/primitives/TextOrChildren/TextOrChildren.d.ts.map +0 -1
- package/dist/primitives/TextOrChildren/TextOrChildren.js +0 -15
- package/dist/primitives/TextOrChildren/TextOrChildren.js.map +0 -1
- package/dist/primitives/TextOrChildren/TextOrChildren.types.d.ts +0 -15
- package/dist/primitives/TextOrChildren/TextOrChildren.types.d.ts.map +0 -1
- package/dist/primitives/TextOrChildren/TextOrChildren.types.js +0 -3
- package/dist/primitives/TextOrChildren/TextOrChildren.types.js.map +0 -1
- package/dist/primitives/TextOrChildren/index.d.ts +0 -3
- package/dist/primitives/TextOrChildren/index.d.ts.map +0 -1
- package/dist/primitives/TextOrChildren/index.js +0 -9
- package/dist/primitives/TextOrChildren/index.js.map +0 -1
- package/dist/shared/enums.d.ts +0 -47
- package/dist/shared/enums.d.ts.map +0 -1
- package/dist/shared/enums.js +0 -44
- package/dist/shared/enums.js.map +0 -1
- package/dist/temp-components/Spinner/Spinner.constants.d.ts +0 -3
- package/dist/temp-components/Spinner/Spinner.constants.d.ts.map +0 -1
- package/dist/temp-components/Spinner/Spinner.constants.js +0 -21
- package/dist/temp-components/Spinner/Spinner.constants.js.map +0 -1
- package/dist/temp-components/Spinner/Spinner.d.ts +0 -5
- package/dist/temp-components/Spinner/Spinner.d.ts.map +0 -1
- package/dist/temp-components/Spinner/Spinner.js +0 -68
- package/dist/temp-components/Spinner/Spinner.js.map +0 -1
- package/dist/temp-components/Spinner/Spinner.types.d.ts +0 -30
- package/dist/temp-components/Spinner/Spinner.types.d.ts.map +0 -1
- package/dist/temp-components/Spinner/Spinner.types.js +0 -3
- package/dist/temp-components/Spinner/Spinner.types.js.map +0 -1
- package/dist/temp-components/Spinner/index.d.ts +0 -3
- package/dist/temp-components/Spinner/index.d.ts.map +0 -1
- package/dist/temp-components/Spinner/index.js +0 -9
- package/dist/temp-components/Spinner/index.js.map +0 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js";
|
|
3
|
+
import type { AvatarBaseSize, AvatarBaseShape } from "../../types/index.cjs";
|
|
4
|
+
import type { TextProps } from "../Text/index.cjs";
|
|
5
|
+
/**
|
|
6
|
+
* AvatarBase component props.
|
|
7
|
+
*/
|
|
8
|
+
export type AvatarBaseProps = {
|
|
9
|
+
/**
|
|
10
|
+
* Required prop for the content to be rendered within the AvatarBase
|
|
11
|
+
*/
|
|
12
|
+
children?: React.ReactNode;
|
|
13
|
+
/**
|
|
14
|
+
* Optional prop to control the size of the AvatarBase
|
|
15
|
+
* Possible values:
|
|
16
|
+
* AvatarBaseSize.Xs (16px),
|
|
17
|
+
* - AvatarBaseSize.Sm (24px),
|
|
18
|
+
* - AvatarBaseSize.Md (32px).
|
|
19
|
+
* - AvatarBaseSize.Lg (40px),
|
|
20
|
+
* - AvatarBaseSize.Xl (48px),
|
|
21
|
+
*
|
|
22
|
+
* @default AvatarBaseSize.Md
|
|
23
|
+
*/
|
|
24
|
+
size?: AvatarBaseSize;
|
|
25
|
+
/**
|
|
26
|
+
* Optional prop to control the shape of the AvatarBase
|
|
27
|
+
* Possible values:
|
|
28
|
+
* - AvatarBaseShape.Circle
|
|
29
|
+
* - AvatarBaseShape.Square
|
|
30
|
+
*
|
|
31
|
+
* @default AvatarBaseShape.Circle
|
|
32
|
+
*/
|
|
33
|
+
shape?: AvatarBaseShape;
|
|
34
|
+
/**
|
|
35
|
+
* Optional text to be rendered when the content fails to render
|
|
36
|
+
*/
|
|
37
|
+
fallbackText?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Optional props to be passed to the fallbackText when the content
|
|
40
|
+
* fails to render
|
|
41
|
+
*/
|
|
42
|
+
fallbackTextProps?: Omit<TextProps, 'children'>;
|
|
43
|
+
/**
|
|
44
|
+
* Optional prop to include the border with the Avatar.
|
|
45
|
+
* For internal use only
|
|
46
|
+
*
|
|
47
|
+
* @default false
|
|
48
|
+
*/
|
|
49
|
+
hasBorder?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Optional prop to add twrnc overriding classNames.
|
|
52
|
+
*/
|
|
53
|
+
twClassName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Optional prop to control the style.
|
|
56
|
+
*/
|
|
57
|
+
style?: StyleProp<ViewStyle>;
|
|
58
|
+
} & ViewProps;
|
|
59
|
+
//# sourceMappingURL=AvatarBase.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarBase.types.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarBase/AvatarBase.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,8BAAqB;AAEpE,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,8BAAoB;AACnE,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AAEzC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;;;;;;;;OAUG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;IAChD;;;;;OAKG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js";
|
|
3
|
+
import type { AvatarBaseSize, AvatarBaseShape } from "../../types/index.mjs";
|
|
4
|
+
import type { TextProps } from "../Text/index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* AvatarBase component props.
|
|
7
|
+
*/
|
|
8
|
+
export type AvatarBaseProps = {
|
|
9
|
+
/**
|
|
10
|
+
* Required prop for the content to be rendered within the AvatarBase
|
|
11
|
+
*/
|
|
12
|
+
children?: React.ReactNode;
|
|
13
|
+
/**
|
|
14
|
+
* Optional prop to control the size of the AvatarBase
|
|
15
|
+
* Possible values:
|
|
16
|
+
* AvatarBaseSize.Xs (16px),
|
|
17
|
+
* - AvatarBaseSize.Sm (24px),
|
|
18
|
+
* - AvatarBaseSize.Md (32px).
|
|
19
|
+
* - AvatarBaseSize.Lg (40px),
|
|
20
|
+
* - AvatarBaseSize.Xl (48px),
|
|
21
|
+
*
|
|
22
|
+
* @default AvatarBaseSize.Md
|
|
23
|
+
*/
|
|
24
|
+
size?: AvatarBaseSize;
|
|
25
|
+
/**
|
|
26
|
+
* Optional prop to control the shape of the AvatarBase
|
|
27
|
+
* Possible values:
|
|
28
|
+
* - AvatarBaseShape.Circle
|
|
29
|
+
* - AvatarBaseShape.Square
|
|
30
|
+
*
|
|
31
|
+
* @default AvatarBaseShape.Circle
|
|
32
|
+
*/
|
|
33
|
+
shape?: AvatarBaseShape;
|
|
34
|
+
/**
|
|
35
|
+
* Optional text to be rendered when the content fails to render
|
|
36
|
+
*/
|
|
37
|
+
fallbackText?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Optional props to be passed to the fallbackText when the content
|
|
40
|
+
* fails to render
|
|
41
|
+
*/
|
|
42
|
+
fallbackTextProps?: Omit<TextProps, 'children'>;
|
|
43
|
+
/**
|
|
44
|
+
* Optional prop to include the border with the Avatar.
|
|
45
|
+
* For internal use only
|
|
46
|
+
*
|
|
47
|
+
* @default false
|
|
48
|
+
*/
|
|
49
|
+
hasBorder?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Optional prop to add twrnc overriding classNames.
|
|
52
|
+
*/
|
|
53
|
+
twClassName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Optional prop to control the style.
|
|
56
|
+
*/
|
|
57
|
+
style?: StyleProp<ViewStyle>;
|
|
58
|
+
} & ViewProps;
|
|
59
|
+
//# sourceMappingURL=AvatarBase.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarBase.types.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarBase/AvatarBase.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,8BAAqB;AAEpE,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,8BAAoB;AACnE,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AAEzC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;;;;;;;;OAUG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;IAChD;;;;;OAKG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarBase.types.mjs","sourceRoot":"","sources":["../../../src/components/AvatarBase/AvatarBase.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ViewProps, StyleProp, ViewStyle } from 'react-native';\n\nimport type { AvatarBaseSize, AvatarBaseShape } from '../../types';\nimport type { TextProps } from '../Text';\n\n/**\n * AvatarBase component props.\n */\nexport type AvatarBaseProps = {\n /**\n * Required prop for the content to be rendered within the AvatarBase\n */\n children?: React.ReactNode;\n /**\n * Optional prop to control the size of the AvatarBase\n * Possible values:\n * AvatarBaseSize.Xs (16px),\n * - AvatarBaseSize.Sm (24px),\n * - AvatarBaseSize.Md (32px).\n * - AvatarBaseSize.Lg (40px),\n * - AvatarBaseSize.Xl (48px),\n *\n * @default AvatarBaseSize.Md\n */\n size?: AvatarBaseSize;\n /**\n * Optional prop to control the shape of the AvatarBase\n * Possible values:\n * - AvatarBaseShape.Circle\n * - AvatarBaseShape.Square\n *\n * @default AvatarBaseShape.Circle\n */\n shape?: AvatarBaseShape;\n /**\n * Optional text to be rendered when the content fails to render\n */\n fallbackText?: string;\n /**\n * Optional props to be passed to the fallbackText when the content\n * fails to render\n */\n fallbackTextProps?: Omit<TextProps, 'children'>;\n /**\n * Optional prop to include the border with the Avatar.\n * For internal use only\n *\n * @default false\n */\n hasBorder?: boolean;\n /**\n * Optional prop to add twrnc overriding classNames.\n */\n twClassName?: string;\n /**\n * Optional prop to control the style.\n */\n style?: StyleProp<ViewStyle>;\n} & ViewProps;\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarBase = exports.AvatarBaseShape = exports.AvatarBaseSize = void 0;
|
|
4
|
+
var types_1 = require("../../types/index.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarBaseSize", { enumerable: true, get: function () { return types_1.AvatarBaseSize; } });
|
|
6
|
+
Object.defineProperty(exports, "AvatarBaseShape", { enumerable: true, get: function () { return types_1.AvatarBaseShape; } });
|
|
7
|
+
var AvatarBase_1 = require("./AvatarBase.cjs");
|
|
8
|
+
Object.defineProperty(exports, "AvatarBase", { enumerable: true, get: function () { return AvatarBase_1.AvatarBase; } });
|
|
9
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/AvatarBase/index.ts"],"names":[],"mappings":";;;AAAA,+CAA8D;AAArD,uGAAA,cAAc,OAAA;AAAE,wGAAA,eAAe,OAAA;AACxC,+CAA0C;AAAjC,wGAAA,UAAU,OAAA","sourcesContent":["export { AvatarBaseSize, AvatarBaseShape } from '../../types';\nexport { AvatarBase } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,8BAAoB;AAC9D,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,8BAAoB;AAC9D,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/AvatarBase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,8BAAoB;AAC9D,OAAO,EAAE,UAAU,EAAE,yBAAqB","sourcesContent":["export { AvatarBaseSize, AvatarBaseShape } from '../../types';\nexport { AvatarBase } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase.types';\n"]}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.AvatarFavicon = void 0;
|
|
27
|
+
const react_1 = __importStar(require("react"));
|
|
28
|
+
const types_1 = require("../../types/index.cjs");
|
|
29
|
+
const AvatarBase_1 = require("../AvatarBase/index.cjs");
|
|
30
|
+
const ImageOrSvg_1 = require("../temp-components/ImageOrSvg/index.cjs");
|
|
31
|
+
const AvatarFavicon = ({ src, size = types_1.AvatarFaviconSize.Md, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }) => {
|
|
32
|
+
const [finalFallbackText, setFallbackText] = (0, react_1.useState)('');
|
|
33
|
+
const backupFallbackText = fallbackText || name?.[0] || '';
|
|
34
|
+
const onImageErrorHandler = (e) => {
|
|
35
|
+
setFallbackText(backupFallbackText);
|
|
36
|
+
imageOrSvgProps?.onImageError?.(e);
|
|
37
|
+
};
|
|
38
|
+
const onSvgErrorHandler = (e) => {
|
|
39
|
+
setFallbackText(backupFallbackText);
|
|
40
|
+
imageOrSvgProps?.onSvgError?.(e);
|
|
41
|
+
};
|
|
42
|
+
return (<AvatarBase_1.AvatarBase size={size} shape={types_1.AvatarBaseShape.Circle} fallbackText={finalFallbackText} fallbackTextProps={fallbackTextProps} twClassName={twClassName} {...props}>
|
|
43
|
+
{src && (<ImageOrSvg_1.ImageOrSvg src={src} width={'100%'} height={'100%'} {...imageOrSvgProps} imageProps={{
|
|
44
|
+
resizeMode: 'contain',
|
|
45
|
+
...imageOrSvgProps?.imageProps,
|
|
46
|
+
}} onImageError={onImageErrorHandler} onSvgError={onSvgErrorHandler}/>)}
|
|
47
|
+
</AvatarBase_1.AvatarBase>);
|
|
48
|
+
};
|
|
49
|
+
exports.AvatarFavicon = AvatarFavicon;
|
|
50
|
+
//# sourceMappingURL=AvatarFavicon.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarFavicon.cjs","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/AvatarFavicon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAwC;AAGxC,iDAAiE;AACjE,wDAA2C;AAC3C,wEAA2D;AAIpD,MAAM,aAAa,GAAG,CAAC,EAC5B,GAAG,EACH,IAAI,GAAG,yBAAiB,CAAC,EAAE,EAC3B,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,GAAG,KAAK,EACW,EAAE,EAAE;IACvB,MAAM,CAAC,iBAAiB,EAAE,eAAe,CAAC,GAAG,IAAA,gBAAQ,EAAS,EAAE,CAAC,CAAC;IAElE,MAAM,kBAAkB,GAAG,YAAY,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC3D,MAAM,mBAAmB,GAAG,CAC1B,CAA4C,EAC5C,EAAE;QACF,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,YAAY,EAAE,CAAC,CAAC,CAAC,CAAC;IACrC,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,CAAM,EAAE,EAAE;QACnC,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF,OAAO,CACL,CAAC,uBAAU,CACT,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CAAC,uBAAe,CAAC,MAAM,CAAC,CAC9B,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAChC,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CACrC,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,GAAG,IAAI,CACN,CAAC,uBAAU,CACT,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,KAAK,CAAC,CAAC,MAAM,CAAC,CACd,MAAM,CAAC,CAAC,MAAM,CAAC,CACf,IAAI,eAAe,CAAC,CACpB,UAAU,CAAC,CAAC;gBACV,UAAU,EAAE,SAAS;gBACrB,GAAG,eAAe,EAAE,UAAU;aAC/B,CAAC,CACF,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAClC,UAAU,CAAC,CAAC,iBAAiB,CAAC,EAC9B,CACH,CACH;IAAA,EAAE,uBAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC;AAlDW,QAAA,aAAa,iBAkDxB","sourcesContent":["import React, { useState } from 'react';\nimport type { ImageErrorEventData, NativeSyntheticEvent } from 'react-native';\n\nimport { AvatarFaviconSize, AvatarBaseShape } from '../../types';\nimport { AvatarBase } from '../AvatarBase';\nimport { ImageOrSvg } from '../temp-components/ImageOrSvg';\n\nimport type { AvatarFaviconProps } from './AvatarFavicon.types';\n\nexport const AvatarFavicon = ({\n src,\n size = AvatarFaviconSize.Md,\n name,\n fallbackText,\n fallbackTextProps,\n twClassName,\n imageOrSvgProps,\n ...props\n}: AvatarFaviconProps) => {\n const [finalFallbackText, setFallbackText] = useState<string>('');\n\n const backupFallbackText = fallbackText || name?.[0] || '';\n const onImageErrorHandler = (\n e: NativeSyntheticEvent<ImageErrorEventData>,\n ) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onImageError?.(e);\n };\n\n const onSvgErrorHandler = (e: any) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onSvgError?.(e);\n };\n\n return (\n <AvatarBase\n size={size}\n shape={AvatarBaseShape.Circle}\n fallbackText={finalFallbackText}\n fallbackTextProps={fallbackTextProps}\n twClassName={twClassName}\n {...props}\n >\n {src && (\n <ImageOrSvg\n src={src}\n width={'100%'}\n height={'100%'}\n {...imageOrSvgProps}\n imageProps={{\n resizeMode: 'contain',\n ...imageOrSvgProps?.imageProps,\n }}\n onImageError={onImageErrorHandler}\n onSvgError={onSvgErrorHandler}\n />\n )}\n </AvatarBase>\n );\n};\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarFaviconProps } from "./AvatarFavicon.types.cjs";
|
|
3
|
+
export declare const AvatarFavicon: ({ src, size, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }: AvatarFaviconProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarFavicon.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarFavicon.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/AvatarFavicon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,cAAc;AAOxC,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa,iGASvB,kBAAkB,sBAyCpB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarFaviconProps } from "./AvatarFavicon.types.mjs";
|
|
3
|
+
export declare const AvatarFavicon: ({ src, size, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }: AvatarFaviconProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarFavicon.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarFavicon.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/AvatarFavicon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,cAAc;AAOxC,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa,iGASvB,kBAAkB,sBAyCpB,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import $React, { useState } from "react";
|
|
8
|
+
const React = $importDefault($React);
|
|
9
|
+
import { AvatarFaviconSize, AvatarBaseShape } from "../../types/index.mjs";
|
|
10
|
+
import { AvatarBase } from "../AvatarBase/index.mjs";
|
|
11
|
+
import { ImageOrSvg } from "../temp-components/ImageOrSvg/index.mjs";
|
|
12
|
+
export const AvatarFavicon = ({ src, size = AvatarFaviconSize.Md, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }) => {
|
|
13
|
+
const [finalFallbackText, setFallbackText] = useState('');
|
|
14
|
+
const backupFallbackText = fallbackText || name?.[0] || '';
|
|
15
|
+
const onImageErrorHandler = (e) => {
|
|
16
|
+
setFallbackText(backupFallbackText);
|
|
17
|
+
imageOrSvgProps?.onImageError?.(e);
|
|
18
|
+
};
|
|
19
|
+
const onSvgErrorHandler = (e) => {
|
|
20
|
+
setFallbackText(backupFallbackText);
|
|
21
|
+
imageOrSvgProps?.onSvgError?.(e);
|
|
22
|
+
};
|
|
23
|
+
return (<AvatarBase size={size} shape={AvatarBaseShape.Circle} fallbackText={finalFallbackText} fallbackTextProps={fallbackTextProps} twClassName={twClassName} {...props}>
|
|
24
|
+
{src && (<ImageOrSvg src={src} width={'100%'} height={'100%'} {...imageOrSvgProps} imageProps={{
|
|
25
|
+
resizeMode: 'contain',
|
|
26
|
+
...imageOrSvgProps?.imageProps,
|
|
27
|
+
}} onImageError={onImageErrorHandler} onSvgError={onSvgErrorHandler}/>)}
|
|
28
|
+
</AvatarBase>);
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=AvatarFavicon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarFavicon.mjs","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/AvatarFavicon.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,QAAO,EAAE,QAAQ,EAAE,cAAc;;AAGxC,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,8BAAoB;AACjE,OAAO,EAAE,UAAU,EAAE,gCAAsB;AAC3C,OAAO,EAAE,UAAU,EAAE,gDAAsC;AAI3D,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAC5B,GAAG,EACH,IAAI,GAAG,iBAAiB,CAAC,EAAE,EAC3B,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,GAAG,KAAK,EACW,EAAE,EAAE;IACvB,MAAM,CAAC,iBAAiB,EAAE,eAAe,CAAC,GAAG,QAAQ,CAAS,EAAE,CAAC,CAAC;IAElE,MAAM,kBAAkB,GAAG,YAAY,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC3D,MAAM,mBAAmB,GAAG,CAC1B,CAA4C,EAC5C,EAAE;QACF,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,YAAY,EAAE,CAAC,CAAC,CAAC,CAAC;IACrC,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,CAAM,EAAE,EAAE;QACnC,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF,OAAO,CACL,CAAC,UAAU,CACT,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CAAC,eAAe,CAAC,MAAM,CAAC,CAC9B,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAChC,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CACrC,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,GAAG,IAAI,CACN,CAAC,UAAU,CACT,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,KAAK,CAAC,CAAC,MAAM,CAAC,CACd,MAAM,CAAC,CAAC,MAAM,CAAC,CACf,IAAI,eAAe,CAAC,CACpB,UAAU,CAAC,CAAC;gBACV,UAAU,EAAE,SAAS;gBACrB,GAAG,eAAe,EAAE,UAAU;aAC/B,CAAC,CACF,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAClC,UAAU,CAAC,CAAC,iBAAiB,CAAC,EAC9B,CACH,CACH;IAAA,EAAE,UAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import React, { useState } from 'react';\nimport type { ImageErrorEventData, NativeSyntheticEvent } from 'react-native';\n\nimport { AvatarFaviconSize, AvatarBaseShape } from '../../types';\nimport { AvatarBase } from '../AvatarBase';\nimport { ImageOrSvg } from '../temp-components/ImageOrSvg';\n\nimport type { AvatarFaviconProps } from './AvatarFavicon.types';\n\nexport const AvatarFavicon = ({\n src,\n size = AvatarFaviconSize.Md,\n name,\n fallbackText,\n fallbackTextProps,\n twClassName,\n imageOrSvgProps,\n ...props\n}: AvatarFaviconProps) => {\n const [finalFallbackText, setFallbackText] = useState<string>('');\n\n const backupFallbackText = fallbackText || name?.[0] || '';\n const onImageErrorHandler = (\n e: NativeSyntheticEvent<ImageErrorEventData>,\n ) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onImageError?.(e);\n };\n\n const onSvgErrorHandler = (e: any) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onSvgError?.(e);\n };\n\n return (\n <AvatarBase\n size={size}\n shape={AvatarBaseShape.Circle}\n fallbackText={finalFallbackText}\n fallbackTextProps={fallbackTextProps}\n twClassName={twClassName}\n {...props}\n >\n {src && (\n <ImageOrSvg\n src={src}\n width={'100%'}\n height={'100%'}\n {...imageOrSvgProps}\n imageProps={{\n resizeMode: 'contain',\n ...imageOrSvgProps?.imageProps,\n }}\n onImageError={onImageErrorHandler}\n onSvgError={onSvgErrorHandler}\n />\n )}\n </AvatarBase>\n );\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarFavicon.types.cjs","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/AvatarFavicon.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { AvatarBaseProps } from '../AvatarBase';\nimport type {\n ImageOrSvgProps,\n ImageOrSvgSrc,\n} from '../temp-components/ImageOrSvg';\n\n/**\n * AvatarFavicon component props.\n */\nexport type AvatarFaviconProps = {\n /**\n * Optional prop for the source of the image or SVG\n */\n src?: ImageOrSvgSrc;\n /**\n * Optional props for favicon name, to be used to calculate the fallbackText.\n */\n name?: string;\n /**\n * Optional prop to pass to the underlying ImageOrSvg element\n * Useful for overriding the default alt text which is the dapp name\n */\n imageOrSvgProps?: Partial<ImageOrSvgProps>;\n} & Omit<AvatarBaseProps, 'children'>;\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.cjs";
|
|
2
|
+
import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.cjs";
|
|
3
|
+
/**
|
|
4
|
+
* AvatarFavicon component props.
|
|
5
|
+
*/
|
|
6
|
+
export type AvatarFaviconProps = {
|
|
7
|
+
/**
|
|
8
|
+
* Optional prop for the source of the image or SVG
|
|
9
|
+
*/
|
|
10
|
+
src?: ImageOrSvgSrc;
|
|
11
|
+
/**
|
|
12
|
+
* Optional props for favicon name, to be used to calculate the fallbackText.
|
|
13
|
+
*/
|
|
14
|
+
name?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying ImageOrSvg element
|
|
17
|
+
* Useful for overriding the default alt text which is the dapp name
|
|
18
|
+
*/
|
|
19
|
+
imageOrSvgProps?: Partial<ImageOrSvgProps>;
|
|
20
|
+
} & Omit<AvatarBaseProps, 'children'>;
|
|
21
|
+
//# sourceMappingURL=AvatarFavicon.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarFavicon.types.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/AvatarFavicon.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACd,gDAAsC;AAEvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5C,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.mjs";
|
|
2
|
+
import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.mjs";
|
|
3
|
+
/**
|
|
4
|
+
* AvatarFavicon component props.
|
|
5
|
+
*/
|
|
6
|
+
export type AvatarFaviconProps = {
|
|
7
|
+
/**
|
|
8
|
+
* Optional prop for the source of the image or SVG
|
|
9
|
+
*/
|
|
10
|
+
src?: ImageOrSvgSrc;
|
|
11
|
+
/**
|
|
12
|
+
* Optional props for favicon name, to be used to calculate the fallbackText.
|
|
13
|
+
*/
|
|
14
|
+
name?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying ImageOrSvg element
|
|
17
|
+
* Useful for overriding the default alt text which is the dapp name
|
|
18
|
+
*/
|
|
19
|
+
imageOrSvgProps?: Partial<ImageOrSvgProps>;
|
|
20
|
+
} & Omit<AvatarBaseProps, 'children'>;
|
|
21
|
+
//# sourceMappingURL=AvatarFavicon.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarFavicon.types.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/AvatarFavicon.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACd,gDAAsC;AAEvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5C,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarFavicon.types.mjs","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/AvatarFavicon.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { AvatarBaseProps } from '../AvatarBase';\nimport type {\n ImageOrSvgProps,\n ImageOrSvgSrc,\n} from '../temp-components/ImageOrSvg';\n\n/**\n * AvatarFavicon component props.\n */\nexport type AvatarFaviconProps = {\n /**\n * Optional prop for the source of the image or SVG\n */\n src?: ImageOrSvgSrc;\n /**\n * Optional props for favicon name, to be used to calculate the fallbackText.\n */\n name?: string;\n /**\n * Optional prop to pass to the underlying ImageOrSvg element\n * Useful for overriding the default alt text which is the dapp name\n */\n imageOrSvgProps?: Partial<ImageOrSvgProps>;\n} & Omit<AvatarBaseProps, 'children'>;\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarFavicon = exports.AvatarFaviconSize = void 0;
|
|
4
|
+
var types_1 = require("../../types/index.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarFaviconSize", { enumerable: true, get: function () { return types_1.AvatarFaviconSize; } });
|
|
6
|
+
var AvatarFavicon_1 = require("./AvatarFavicon.cjs");
|
|
7
|
+
Object.defineProperty(exports, "AvatarFavicon", { enumerable: true, get: function () { return AvatarFavicon_1.AvatarFavicon; } });
|
|
8
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/index.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAAvC,0GAAA,iBAAiB,OAAA;AAC1B,qDAAgD;AAAvC,8GAAA,aAAa,OAAA","sourcesContent":["export { AvatarFaviconSize } from '../../types';\nexport { AvatarFavicon } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,8BAAoB;AAChD,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,8BAAoB;AAChD,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/AvatarFavicon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,8BAAoB;AAChD,OAAO,EAAE,aAAa,EAAE,4BAAwB","sourcesContent":["export { AvatarFaviconSize } from '../../types';\nexport { AvatarFavicon } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon.types';\n"]}
|
|
@@ -0,0 +1,71 @@
|
|
|
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.AvatarGroup = void 0;
|
|
27
|
+
const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset");
|
|
28
|
+
const react_1 = __importStar(require("react"));
|
|
29
|
+
const react_native_1 = require("react-native/index.js");
|
|
30
|
+
const types_1 = require("../../types/index.cjs");
|
|
31
|
+
const AvatarAccount_1 = require("../AvatarAccount/index.cjs");
|
|
32
|
+
const AvatarBase_1 = require("../AvatarBase/index.cjs");
|
|
33
|
+
const AvatarFavicon_1 = require("../AvatarFavicon/index.cjs");
|
|
34
|
+
const AvatarNetwork_1 = require("../AvatarNetwork/index.cjs");
|
|
35
|
+
const AvatarToken_1 = require("../AvatarToken/index.cjs");
|
|
36
|
+
const Text_1 = require("../Text/index.cjs");
|
|
37
|
+
const AvatarGroup_constants_1 = require("./AvatarGroup.constants.cjs");
|
|
38
|
+
const AvatarGroup = ({ variant, avatarPropsArr, size = types_1.AvatarGroupSize.Md, max = 4, isReverse = false, overflowTextProps, style, twClassName, ...props }) => {
|
|
39
|
+
const tw = (0, design_system_twrnc_preset_1.useTailwind)();
|
|
40
|
+
const overflowCounter = avatarPropsArr.length - max;
|
|
41
|
+
const shouldRenderOverflowCounter = overflowCounter > 0;
|
|
42
|
+
const twContainerClassNames = `
|
|
43
|
+
${isReverse ? 'flex-row-reverse' : 'flex-row'}
|
|
44
|
+
${AvatarGroup_constants_1.TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS[size]}
|
|
45
|
+
`;
|
|
46
|
+
const renderAvatarList = (0, react_1.useCallback)(() => avatarPropsArr.slice(0, max).map((avatarProps, index) => {
|
|
47
|
+
switch (variant) {
|
|
48
|
+
case types_1.AvatarGroupVariant.Account:
|
|
49
|
+
return (<AvatarAccount_1.AvatarAccount key={`avatar-${index}`} {...avatarProps} size={size} hasBorder/>);
|
|
50
|
+
case types_1.AvatarGroupVariant.Favicon:
|
|
51
|
+
return (<AvatarFavicon_1.AvatarFavicon key={`avatar-${index}`} {...avatarProps} size={size} hasBorder/>);
|
|
52
|
+
case types_1.AvatarGroupVariant.Network:
|
|
53
|
+
return (<AvatarNetwork_1.AvatarNetwork key={`avatar-${index}`} {...avatarProps} size={size} hasBorder/>);
|
|
54
|
+
case types_1.AvatarGroupVariant.Token:
|
|
55
|
+
return (<AvatarToken_1.AvatarToken key={`avatar-${index}`} {...avatarProps} size={size} hasBorder/>);
|
|
56
|
+
default:
|
|
57
|
+
throw new Error(`Invalid Avatar Variant: ${variant}. Expected one of: ${Object.values(types_1.AvatarGroupVariant).join(', ')}`);
|
|
58
|
+
}
|
|
59
|
+
}), [avatarPropsArr, max, size, tw]);
|
|
60
|
+
return (<react_native_1.View style={[tw `${twContainerClassNames}`, style]} {...props}>
|
|
61
|
+
{renderAvatarList()}
|
|
62
|
+
{shouldRenderOverflowCounter && (<AvatarBase_1.AvatarBase twClassName="bg-icon-default" hasBorder fallbackText={`+${overflowCounter}`} fallbackTextProps={{
|
|
63
|
+
variant: AvatarGroup_constants_1.MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT[size],
|
|
64
|
+
color: Text_1.TextColor.PrimaryInverse,
|
|
65
|
+
}} size={size} shape={variant === types_1.AvatarGroupVariant.Network
|
|
66
|
+
? AvatarBase_1.AvatarBaseShape.Square
|
|
67
|
+
: AvatarBase_1.AvatarBaseShape.Circle} {...overflowTextProps}/>)}
|
|
68
|
+
</react_native_1.View>);
|
|
69
|
+
};
|
|
70
|
+
exports.AvatarGroup = AvatarGroup;
|
|
71
|
+
//# sourceMappingURL=AvatarGroup.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.cjs","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAA4E;AAC5E,+CAA2C;AAC3C,wDAAoC;AAEpC,iDAAkE;AAElE,8DAAiD;AACjD,wDAA4D;AAE5D,8DAAiD;AAEjD,8DAAiD;AAEjD,0DAA6C;AAC7C,4CAA0C;AAE1C,uEAGiC;AAG1B,MAAM,WAAW,GAAG,CAAC,EAC1B,OAAO,EACP,cAAc,EACd,IAAI,GAAG,uBAAe,CAAC,EAAE,EACzB,GAAG,GAAG,CAAC,EACP,SAAS,GAAG,KAAK,EACjB,iBAAiB,EACjB,KAAK,EACL,WAAW,EACX,GAAG,KAAK,EACS,EAAE,EAAE;IACrB,MAAM,EAAE,GAAG,IAAA,wCAAW,GAAE,CAAC;IACzB,MAAM,eAAe,GAAG,cAAc,CAAC,MAAM,GAAG,GAAG,CAAC;IACpD,MAAM,2BAA2B,GAAG,eAAe,GAAG,CAAC,CAAC;IACxD,MAAM,qBAAqB,GAAG;MAC1B,SAAS,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,UAAU;MAC3C,uEAA+C,CAAC,IAAI,CAAC;GACxD,CAAC;IAEF,MAAM,gBAAgB,GAAG,IAAA,mBAAW,EAClC,GAAG,EAAE,CACH,cAAc,CAAC,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,KAAK,EAAE,EAAE;QACtD,QAAQ,OAAO,EAAE;YACf,KAAK,0BAAkB,CAAC,OAAO;gBAC7B,OAAO,CACL,CAAC,6BAAa,CACZ,GAAG,CAAC,CAAC,UAAU,KAAK,EAAE,CAAC,CACvB,IAAK,WAAkC,CAAC,CACxC,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,EACT,CACH,CAAC;YACJ,KAAK,0BAAkB,CAAC,OAAO;gBAC7B,OAAO,CACL,CAAC,6BAAa,CACZ,GAAG,CAAC,CAAC,UAAU,KAAK,EAAE,CAAC,CACvB,IAAK,WAAkC,CAAC,CACxC,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,EACT,CACH,CAAC;YACJ,KAAK,0BAAkB,CAAC,OAAO;gBAC7B,OAAO,CACL,CAAC,6BAAa,CACZ,GAAG,CAAC,CAAC,UAAU,KAAK,EAAE,CAAC,CACvB,IAAK,WAAkC,CAAC,CACxC,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,EACT,CACH,CAAC;YACJ,KAAK,0BAAkB,CAAC,KAAK;gBAC3B,OAAO,CACL,CAAC,yBAAW,CACV,GAAG,CAAC,CAAC,UAAU,KAAK,EAAE,CAAC,CACvB,IAAK,WAAgC,CAAC,CACtC,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,EACT,CACH,CAAC;YACJ;gBACE,MAAM,IAAI,KAAK,CACb,2BAA2B,OAAO,sBAAsB,MAAM,CAAC,MAAM,CAAC,0BAAkB,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CACvG,CAAC;SACL;IACH,CAAC,CAAC,EACJ,CAAC,cAAc,EAAE,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,CAChC,CAAC;IAEF,OAAO,CACL,CAAC,mBAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAA,GAAG,qBAAqB,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAC5D;MAAA,CAAC,gBAAgB,EAAE,CACnB;MAAA,CAAC,2BAA2B,IAAI,CAC9B,CAAC,uBAAU,CACT,WAAW,CAAC,iBAAiB,CAC7B,SAAS,CACT,YAAY,CAAC,CAAC,IAAI,eAAe,EAAE,CAAC,CACpC,iBAAiB,CAAC,CAAC;gBACjB,OAAO,EAAE,qEAA6C,CAAC,IAAI,CAAC;gBAC5D,KAAK,EAAE,gBAAS,CAAC,cAAc;aAChC,CAAC,CACF,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CACJ,OAAO,KAAK,0BAAkB,CAAC,OAAO;gBACpC,CAAC,CAAC,4BAAe,CAAC,MAAM;gBACxB,CAAC,CAAC,4BAAe,CAAC,MAAM,CAC3B,CACD,IAAI,iBAAiB,CAAC,EACtB,CACH,CACH;IAAA,EAAE,mBAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC;AA3FW,QAAA,WAAW,eA2FtB","sourcesContent":["import { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React, { useCallback } from 'react';\nimport { View } from 'react-native';\n\nimport { AvatarGroupSize, AvatarGroupVariant } from '../../types';\nimport type { AvatarAccountProps } from '../AvatarAccount';\nimport { AvatarAccount } from '../AvatarAccount';\nimport { AvatarBase, AvatarBaseShape } from '../AvatarBase';\nimport type { AvatarFaviconProps } from '../AvatarFavicon';\nimport { AvatarFavicon } from '../AvatarFavicon';\nimport type { AvatarNetworkProps } from '../AvatarNetwork';\nimport { AvatarNetwork } from '../AvatarNetwork';\nimport type { AvatarTokenProps } from '../AvatarToken';\nimport { AvatarToken } from '../AvatarToken';\nimport { Text, TextColor } from '../Text';\n\nimport {\n MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT,\n TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS,\n} from './AvatarGroup.constants';\nimport type { AvatarGroupProps } from './AvatarGroup.types';\n\nexport const AvatarGroup = ({\n variant,\n avatarPropsArr,\n size = AvatarGroupSize.Md,\n max = 4,\n isReverse = false,\n overflowTextProps,\n style,\n twClassName,\n ...props\n}: AvatarGroupProps) => {\n const tw = useTailwind();\n const overflowCounter = avatarPropsArr.length - max;\n const shouldRenderOverflowCounter = overflowCounter > 0;\n const twContainerClassNames = `\n ${isReverse ? 'flex-row-reverse' : 'flex-row'}\n ${TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS[size]}\n `;\n\n const renderAvatarList = useCallback(\n () =>\n avatarPropsArr.slice(0, max).map((avatarProps, index) => {\n switch (variant) {\n case AvatarGroupVariant.Account:\n return (\n <AvatarAccount\n key={`avatar-${index}`}\n {...(avatarProps as AvatarAccountProps)}\n size={size}\n hasBorder\n />\n );\n case AvatarGroupVariant.Favicon:\n return (\n <AvatarFavicon\n key={`avatar-${index}`}\n {...(avatarProps as AvatarFaviconProps)}\n size={size}\n hasBorder\n />\n );\n case AvatarGroupVariant.Network:\n return (\n <AvatarNetwork\n key={`avatar-${index}`}\n {...(avatarProps as AvatarNetworkProps)}\n size={size}\n hasBorder\n />\n );\n case AvatarGroupVariant.Token:\n return (\n <AvatarToken\n key={`avatar-${index}`}\n {...(avatarProps as AvatarTokenProps)}\n size={size}\n hasBorder\n />\n );\n default:\n throw new Error(\n `Invalid Avatar Variant: ${variant}. Expected one of: ${Object.values(AvatarGroupVariant).join(', ')}`,\n );\n }\n }),\n [avatarPropsArr, max, size, tw],\n );\n\n return (\n <View style={[tw`${twContainerClassNames}`, style]} {...props}>\n {renderAvatarList()}\n {shouldRenderOverflowCounter && (\n <AvatarBase\n twClassName=\"bg-icon-default\"\n hasBorder\n fallbackText={`+${overflowCounter}`}\n fallbackTextProps={{\n variant: MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT[size],\n color: TextColor.PrimaryInverse,\n }}\n size={size}\n shape={\n variant === AvatarGroupVariant.Network\n ? AvatarBaseShape.Square\n : AvatarBaseShape.Circle\n }\n {...overflowTextProps}\n />\n )}\n </View>\n );\n};\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT = exports.TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS = void 0;
|
|
4
|
+
const types_1 = require("../../types/index.cjs");
|
|
5
|
+
const Text_1 = require("../Text/index.cjs");
|
|
6
|
+
// Mappings
|
|
7
|
+
exports.TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS = {
|
|
8
|
+
[types_1.AvatarGroupSize.Xs]: 'gap-[-6px]',
|
|
9
|
+
[types_1.AvatarGroupSize.Sm]: 'gap-[-10px]',
|
|
10
|
+
[types_1.AvatarGroupSize.Md]: 'gap-[-14px]',
|
|
11
|
+
[types_1.AvatarGroupSize.Lg]: 'gap-[-18px]',
|
|
12
|
+
[types_1.AvatarGroupSize.Xl]: 'gap-[-22px]',
|
|
13
|
+
};
|
|
14
|
+
exports.MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT = {
|
|
15
|
+
[types_1.AvatarGroupSize.Xs]: Text_1.TextVariant.BodyXs,
|
|
16
|
+
[types_1.AvatarGroupSize.Sm]: Text_1.TextVariant.BodySm,
|
|
17
|
+
[types_1.AvatarGroupSize.Md]: Text_1.TextVariant.BodyMd,
|
|
18
|
+
[types_1.AvatarGroupSize.Lg]: Text_1.TextVariant.HeadingMd,
|
|
19
|
+
[types_1.AvatarGroupSize.Xl]: Text_1.TextVariant.HeadingMd,
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=AvatarGroup.constants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.constants.cjs","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.constants.ts"],"names":[],"mappings":";;;AAAA,iDAA8C;AAC9C,4CAAsC;AAEtC,WAAW;AACE,QAAA,+CAA+C,GAGxD;IACF,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,YAAY;IAClC,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,aAAa;IACnC,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,aAAa;IACnC,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,aAAa;IACnC,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,aAAa;CACpC,CAAC;AAEW,QAAA,6CAA6C,GAGtD;IACF,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,kBAAW,CAAC,MAAM;IACxC,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,kBAAW,CAAC,MAAM;IACxC,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,kBAAW,CAAC,MAAM;IACxC,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,kBAAW,CAAC,SAAS;IAC3C,CAAC,uBAAe,CAAC,EAAE,CAAC,EAAE,kBAAW,CAAC,SAAS;CAC5C,CAAC","sourcesContent":["import { AvatarGroupSize } from '../../types';\nimport { TextVariant } from '../Text';\n\n// Mappings\nexport const TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS: Record<\n AvatarGroupSize,\n string\n> = {\n [AvatarGroupSize.Xs]: 'gap-[-6px]',\n [AvatarGroupSize.Sm]: 'gap-[-10px]',\n [AvatarGroupSize.Md]: 'gap-[-14px]',\n [AvatarGroupSize.Lg]: 'gap-[-18px]',\n [AvatarGroupSize.Xl]: 'gap-[-22px]',\n};\n\nexport const MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT: Record<\n AvatarGroupSize,\n TextVariant\n> = {\n [AvatarGroupSize.Xs]: TextVariant.BodyXs,\n [AvatarGroupSize.Sm]: TextVariant.BodySm,\n [AvatarGroupSize.Md]: TextVariant.BodyMd,\n [AvatarGroupSize.Lg]: TextVariant.HeadingMd,\n [AvatarGroupSize.Xl]: TextVariant.HeadingMd,\n};\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AvatarGroupSize } from "../../types/index.cjs";
|
|
2
|
+
import { TextVariant } from "../Text/index.cjs";
|
|
3
|
+
export declare const TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS: Record<AvatarGroupSize, string>;
|
|
4
|
+
export declare const MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT: Record<AvatarGroupSize, TextVariant>;
|
|
5
|
+
//# sourceMappingURL=AvatarGroup.constants.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.constants.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,8BAAoB;AAC9C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAGtC,eAAO,MAAM,+CAA+C,EAAE,MAAM,CAClE,eAAe,EACf,MAAM,CAOP,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,MAAM,CAChE,eAAe,EACf,WAAW,CAOZ,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AvatarGroupSize } from "../../types/index.mjs";
|
|
2
|
+
import { TextVariant } from "../Text/index.mjs";
|
|
3
|
+
export declare const TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS: Record<AvatarGroupSize, string>;
|
|
4
|
+
export declare const MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT: Record<AvatarGroupSize, TextVariant>;
|
|
5
|
+
//# sourceMappingURL=AvatarGroup.constants.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.constants.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,8BAAoB;AAC9C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAGtC,eAAO,MAAM,+CAA+C,EAAE,MAAM,CAClE,eAAe,EACf,MAAM,CAOP,CAAC;AAEF,eAAO,MAAM,6CAA6C,EAAE,MAAM,CAChE,eAAe,EACf,WAAW,CAOZ,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AvatarGroupSize } from "../../types/index.mjs";
|
|
2
|
+
import { TextVariant } from "../Text/index.mjs";
|
|
3
|
+
// Mappings
|
|
4
|
+
export const TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS = {
|
|
5
|
+
[AvatarGroupSize.Xs]: 'gap-[-6px]',
|
|
6
|
+
[AvatarGroupSize.Sm]: 'gap-[-10px]',
|
|
7
|
+
[AvatarGroupSize.Md]: 'gap-[-14px]',
|
|
8
|
+
[AvatarGroupSize.Lg]: 'gap-[-18px]',
|
|
9
|
+
[AvatarGroupSize.Xl]: 'gap-[-22px]',
|
|
10
|
+
};
|
|
11
|
+
export const MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT = {
|
|
12
|
+
[AvatarGroupSize.Xs]: TextVariant.BodyXs,
|
|
13
|
+
[AvatarGroupSize.Sm]: TextVariant.BodySm,
|
|
14
|
+
[AvatarGroupSize.Md]: TextVariant.BodyMd,
|
|
15
|
+
[AvatarGroupSize.Lg]: TextVariant.HeadingMd,
|
|
16
|
+
[AvatarGroupSize.Xl]: TextVariant.HeadingMd,
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=AvatarGroup.constants.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.constants.mjs","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,8BAAoB;AAC9C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAEtC,WAAW;AACX,MAAM,CAAC,MAAM,+CAA+C,GAGxD;IACF,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,YAAY;IAClC,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,aAAa;IACnC,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,aAAa;IACnC,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,aAAa;IACnC,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,aAAa;CACpC,CAAC;AAEF,MAAM,CAAC,MAAM,6CAA6C,GAGtD;IACF,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,MAAM;IACxC,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,MAAM;IACxC,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,MAAM;IACxC,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,SAAS;IAC3C,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,SAAS;CAC5C,CAAC","sourcesContent":["import { AvatarGroupSize } from '../../types';\nimport { TextVariant } from '../Text';\n\n// Mappings\nexport const TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS: Record<\n AvatarGroupSize,\n string\n> = {\n [AvatarGroupSize.Xs]: 'gap-[-6px]',\n [AvatarGroupSize.Sm]: 'gap-[-10px]',\n [AvatarGroupSize.Md]: 'gap-[-14px]',\n [AvatarGroupSize.Lg]: 'gap-[-18px]',\n [AvatarGroupSize.Xl]: 'gap-[-22px]',\n};\n\nexport const MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT: Record<\n AvatarGroupSize,\n TextVariant\n> = {\n [AvatarGroupSize.Xs]: TextVariant.BodyXs,\n [AvatarGroupSize.Sm]: TextVariant.BodySm,\n [AvatarGroupSize.Md]: TextVariant.BodyMd,\n [AvatarGroupSize.Lg]: TextVariant.HeadingMd,\n [AvatarGroupSize.Xl]: TextVariant.HeadingMd,\n};\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarGroupProps } from "./AvatarGroup.types.cjs";
|
|
3
|
+
export declare const AvatarGroup: ({ variant, avatarPropsArr, size, max, isReverse, overflowTextProps, style, twClassName, ...props }: AvatarGroupProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarGroup.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,cAAc;AAmB3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,gCAA4B;AAE5D,eAAO,MAAM,WAAW,uGAUrB,gBAAgB,sBAiFlB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarGroupProps } from "./AvatarGroup.types.mjs";
|
|
3
|
+
export declare const AvatarGroup: ({ variant, avatarPropsArr, size, max, isReverse, overflowTextProps, style, twClassName, ...props }: AvatarGroupProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarGroup.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,cAAc;AAmB3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,gCAA4B;AAE5D,eAAO,MAAM,WAAW,uGAUrB,gBAAgB,sBAiFlB,CAAC"}
|