@metamask-previews/design-system-react-native 0.0.0-preview.fbd1fe9 → 0.0.0-preview.ff8ed96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -0
- package/dist/components/AvatarAccount/AvatarAccount.cjs +32 -0
- package/dist/components/AvatarAccount/AvatarAccount.cjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.cjs +19 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.cjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.cts +2 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.cts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.mts +2 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.d.mts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.mjs +16 -0
- package/dist/components/AvatarAccount/AvatarAccount.constants.mjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.d.cts +4 -0
- package/dist/components/AvatarAccount/AvatarAccount.d.cts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.d.mts +4 -0
- package/dist/components/AvatarAccount/AvatarAccount.d.mts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.mjs +32 -0
- package/dist/components/AvatarAccount/AvatarAccount.mjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.cjs +3 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.cjs.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.d.cts +33 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.d.cts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.d.mts +33 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.d.mts.map +1 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.mjs +2 -0
- package/dist/components/AvatarAccount/AvatarAccount.types.mjs.map +1 -0
- package/dist/components/AvatarAccount/index.cjs +9 -0
- package/dist/components/AvatarAccount/index.cjs.map +1 -0
- package/dist/components/AvatarAccount/index.d.cts +4 -0
- package/dist/components/AvatarAccount/index.d.cts.map +1 -0
- package/dist/components/AvatarAccount/index.d.mts +4 -0
- package/dist/components/AvatarAccount/index.d.mts.map +1 -0
- package/dist/components/AvatarAccount/index.mjs +3 -0
- package/dist/components/AvatarAccount/index.mjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.cjs +31 -0
- package/dist/components/AvatarBase/AvatarBase.cjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.constants.cjs +33 -0
- package/dist/components/AvatarBase/AvatarBase.constants.cjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.constants.d.cts +6 -0
- package/dist/components/AvatarBase/AvatarBase.constants.d.cts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.constants.d.mts +6 -0
- package/dist/components/AvatarBase/AvatarBase.constants.d.mts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.constants.mjs +30 -0
- package/dist/components/AvatarBase/AvatarBase.constants.mjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.d.cts +4 -0
- package/dist/components/AvatarBase/AvatarBase.d.cts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.d.mts +4 -0
- package/dist/components/AvatarBase/AvatarBase.d.mts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.mjs +31 -0
- package/dist/components/AvatarBase/AvatarBase.mjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.types.cjs +3 -0
- package/dist/components/AvatarBase/AvatarBase.types.cjs.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.types.d.cts +59 -0
- package/dist/components/AvatarBase/AvatarBase.types.d.cts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.types.d.mts +59 -0
- package/dist/components/AvatarBase/AvatarBase.types.d.mts.map +1 -0
- package/dist/components/AvatarBase/AvatarBase.types.mjs +2 -0
- package/dist/components/AvatarBase/AvatarBase.types.mjs.map +1 -0
- package/dist/components/AvatarBase/index.cjs +9 -0
- package/dist/components/AvatarBase/index.cjs.map +1 -0
- package/dist/components/AvatarBase/index.d.cts +4 -0
- package/dist/components/AvatarBase/index.d.cts.map +1 -0
- package/dist/components/AvatarBase/index.d.mts +4 -0
- package/dist/components/AvatarBase/index.d.mts.map +1 -0
- package/dist/components/AvatarBase/index.mjs +3 -0
- package/dist/components/AvatarBase/index.mjs.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.cjs +50 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.cjs.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.d.cts +4 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.d.cts.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.d.mts +4 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.d.mts.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.mjs +30 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.mjs.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.cjs +3 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.cjs.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.cts +21 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.cts.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.mts +21 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.d.mts.map +1 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.mjs +2 -0
- package/dist/components/AvatarFavicon/AvatarFavicon.types.mjs.map +1 -0
- package/dist/components/AvatarFavicon/index.cjs +8 -0
- package/dist/components/AvatarFavicon/index.cjs.map +1 -0
- package/dist/components/AvatarFavicon/index.d.cts +4 -0
- package/dist/components/AvatarFavicon/index.d.cts.map +1 -0
- package/dist/components/AvatarFavicon/index.d.mts +4 -0
- package/dist/components/AvatarFavicon/index.d.mts.map +1 -0
- package/dist/components/AvatarFavicon/index.mjs +3 -0
- package/dist/components/AvatarFavicon/index.mjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.cjs +71 -0
- package/dist/components/AvatarGroup/AvatarGroup.cjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.cjs +21 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.cjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts +5 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts +5 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.mjs +18 -0
- package/dist/components/AvatarGroup/AvatarGroup.constants.mjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.cts +4 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.cts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.mts +4 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.mts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.mjs +51 -0
- package/dist/components/AvatarGroup/AvatarGroup.mjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.cjs +3 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.cjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts +68 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts +68 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.mjs +2 -0
- package/dist/components/AvatarGroup/AvatarGroup.types.mjs.map +1 -0
- package/dist/components/AvatarGroup/index.cjs +9 -0
- package/dist/components/AvatarGroup/index.cjs.map +1 -0
- package/dist/components/AvatarGroup/index.d.cts +4 -0
- package/dist/components/AvatarGroup/index.d.cts.map +1 -0
- package/dist/components/AvatarGroup/index.d.mts +4 -0
- package/dist/components/AvatarGroup/index.d.mts.map +1 -0
- package/dist/components/AvatarGroup/index.mjs +3 -0
- package/dist/components/AvatarGroup/index.mjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.cjs +24 -0
- package/dist/components/AvatarIcon/AvatarIcon.cjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs +28 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.cts +6 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.cts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.mts +6 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.mts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs +25 -0
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.d.cts +4 -0
- package/dist/components/AvatarIcon/AvatarIcon.d.cts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.d.mts +4 -0
- package/dist/components/AvatarIcon/AvatarIcon.d.mts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.mjs +24 -0
- package/dist/components/AvatarIcon/AvatarIcon.mjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.cjs +3 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.cjs.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.d.cts +23 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.d.cts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.d.mts +23 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.d.mts.map +1 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.mjs +2 -0
- package/dist/components/AvatarIcon/AvatarIcon.types.mjs.map +1 -0
- package/dist/components/AvatarIcon/index.cjs +9 -0
- package/dist/components/AvatarIcon/index.cjs.map +1 -0
- package/dist/components/AvatarIcon/index.d.cts +4 -0
- package/dist/components/AvatarIcon/index.d.cts.map +1 -0
- package/dist/components/AvatarIcon/index.d.mts +4 -0
- package/dist/components/AvatarIcon/index.d.mts.map +1 -0
- package/dist/components/AvatarIcon/index.mjs +3 -0
- package/dist/components/AvatarIcon/index.mjs.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.cjs +50 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.cjs.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.d.cts +4 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.d.cts.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.d.mts +4 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.d.mts.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.mjs +30 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.mjs.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.cjs +3 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.cjs.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts +21 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts +21 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts.map +1 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.mjs +2 -0
- package/dist/components/AvatarNetwork/AvatarNetwork.types.mjs.map +1 -0
- package/dist/components/AvatarNetwork/index.cjs +8 -0
- package/dist/components/AvatarNetwork/index.cjs.map +1 -0
- package/dist/components/AvatarNetwork/index.d.cts +4 -0
- package/dist/components/AvatarNetwork/index.d.cts.map +1 -0
- package/dist/components/AvatarNetwork/index.d.mts +4 -0
- package/dist/components/AvatarNetwork/index.d.mts.map +1 -0
- package/dist/components/AvatarNetwork/index.mjs +3 -0
- package/dist/components/AvatarNetwork/index.mjs.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.cjs +50 -0
- package/dist/components/AvatarToken/AvatarToken.cjs.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.d.cts +4 -0
- package/dist/components/AvatarToken/AvatarToken.d.cts.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.d.mts +4 -0
- package/dist/components/AvatarToken/AvatarToken.d.mts.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.mjs +30 -0
- package/dist/components/AvatarToken/AvatarToken.mjs.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.types.cjs +3 -0
- package/dist/components/AvatarToken/AvatarToken.types.cjs.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.types.d.cts +21 -0
- package/dist/components/AvatarToken/AvatarToken.types.d.cts.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.types.d.mts +21 -0
- package/dist/components/AvatarToken/AvatarToken.types.d.mts.map +1 -0
- package/dist/components/AvatarToken/AvatarToken.types.mjs +2 -0
- package/dist/components/AvatarToken/AvatarToken.types.mjs.map +1 -0
- package/dist/components/AvatarToken/index.cjs +8 -0
- package/dist/components/AvatarToken/index.cjs.map +1 -0
- package/dist/components/AvatarToken/index.d.cts +4 -0
- package/dist/components/AvatarToken/index.d.cts.map +1 -0
- package/dist/components/AvatarToken/index.d.mts +4 -0
- package/dist/components/AvatarToken/index.d.mts.map +1 -0
- package/dist/components/AvatarToken/index.mjs +3 -0
- package/dist/components/AvatarToken/index.mjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.cjs +30 -0
- package/dist/components/BadgeCount/BadgeCount.cjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.constants.cjs +19 -0
- package/dist/components/BadgeCount/BadgeCount.constants.cjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.constants.d.cts +6 -0
- package/dist/components/BadgeCount/BadgeCount.constants.d.cts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.constants.d.mts +6 -0
- package/dist/components/BadgeCount/BadgeCount.constants.d.mts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.constants.mjs +16 -0
- package/dist/components/BadgeCount/BadgeCount.constants.mjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.d.cts +4 -0
- package/dist/components/BadgeCount/BadgeCount.d.cts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.d.mts +4 -0
- package/dist/components/BadgeCount/BadgeCount.d.mts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.mjs +30 -0
- package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.types.cjs +3 -0
- package/dist/components/BadgeCount/BadgeCount.types.cjs.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.types.d.cts +39 -0
- package/dist/components/BadgeCount/BadgeCount.types.d.cts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.types.d.mts +39 -0
- package/dist/components/BadgeCount/BadgeCount.types.d.mts.map +1 -0
- package/dist/components/BadgeCount/BadgeCount.types.mjs +2 -0
- package/dist/components/BadgeCount/BadgeCount.types.mjs.map +1 -0
- package/dist/components/BadgeCount/index.cjs +8 -0
- package/dist/components/BadgeCount/index.cjs.map +1 -0
- package/dist/components/BadgeCount/index.d.cts +4 -0
- package/dist/components/BadgeCount/index.d.cts.map +1 -0
- package/dist/components/BadgeCount/index.d.mts +4 -0
- package/dist/components/BadgeCount/index.d.mts.map +1 -0
- package/dist/components/BadgeCount/index.mjs +3 -0
- package/dist/components/BadgeCount/index.mjs.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.cjs +26 -0
- package/dist/components/BadgeIcon/BadgeIcon.cjs.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.d.cts +4 -0
- package/dist/components/BadgeIcon/BadgeIcon.d.cts.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.d.mts +4 -0
- package/dist/components/BadgeIcon/BadgeIcon.d.mts.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.mjs +26 -0
- package/dist/components/BadgeIcon/BadgeIcon.mjs.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.cjs +3 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.cjs.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.d.cts +20 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.d.cts.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.d.mts +20 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.d.mts.map +1 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.mjs +2 -0
- package/dist/components/BadgeIcon/BadgeIcon.types.mjs.map +1 -0
- package/dist/components/BadgeIcon/index.cjs +6 -0
- package/dist/components/BadgeIcon/index.cjs.map +1 -0
- package/dist/components/BadgeIcon/index.d.cts +3 -0
- package/dist/components/BadgeIcon/index.d.cts.map +1 -0
- package/dist/components/BadgeIcon/index.d.mts +3 -0
- package/dist/components/BadgeIcon/index.d.mts.map +1 -0
- package/dist/components/BadgeIcon/index.mjs +2 -0
- package/dist/components/BadgeIcon/index.mjs.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.cjs +11 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.cjs.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.d.cts +4 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.d.cts.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.d.mts +4 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.d.mts.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.mjs +11 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.mjs.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.cjs +3 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.cjs.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.cts +17 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.cts.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.mts +17 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.d.mts.map +1 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.mjs +2 -0
- package/dist/components/BadgeNetwork/BadgeNetwork.types.mjs.map +1 -0
- package/dist/components/BadgeNetwork/index.cjs +6 -0
- package/dist/components/BadgeNetwork/index.cjs.map +1 -0
- package/dist/components/BadgeNetwork/index.d.cts +3 -0
- package/dist/components/BadgeNetwork/index.d.cts.map +1 -0
- package/dist/components/BadgeNetwork/index.d.mts +3 -0
- package/dist/components/BadgeNetwork/index.d.mts.map +1 -0
- package/dist/components/BadgeNetwork/index.mjs +2 -0
- package/dist/components/BadgeNetwork/index.mjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.cjs +24 -0
- package/dist/components/BadgeStatus/BadgeStatus.cjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.cjs +17 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.cjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.cts +4 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.cts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.mts +4 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.mts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.mjs +14 -0
- package/dist/components/BadgeStatus/BadgeStatus.constants.mjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.d.cts +4 -0
- package/dist/components/BadgeStatus/BadgeStatus.d.cts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.d.mts +4 -0
- package/dist/components/BadgeStatus/BadgeStatus.d.mts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.mjs +24 -0
- package/dist/components/BadgeStatus/BadgeStatus.mjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.cjs +3 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.cjs.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.d.cts +37 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.d.cts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.d.mts +37 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.d.mts.map +1 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.mjs +2 -0
- package/dist/components/BadgeStatus/BadgeStatus.types.mjs.map +1 -0
- package/dist/components/BadgeStatus/index.cjs +9 -0
- package/dist/components/BadgeStatus/index.cjs.map +1 -0
- package/dist/components/BadgeStatus/index.d.cts +4 -0
- package/dist/components/BadgeStatus/index.d.cts.map +1 -0
- package/dist/components/BadgeStatus/index.d.mts +4 -0
- package/dist/components/BadgeStatus/index.d.mts.map +1 -0
- package/dist/components/BadgeStatus/index.mjs +3 -0
- package/dist/components/BadgeStatus/index.mjs.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.cjs +110 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.cjs.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.d.cts +4 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.d.cts.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.d.mts +4 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.d.mts.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.mjs +90 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.mjs.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.cjs +3 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.cjs.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.d.cts +73 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.d.cts.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.d.mts +73 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.d.mts.map +1 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.mjs +2 -0
- package/dist/components/BadgeWrapper/BadgeWrapper.types.mjs.map +1 -0
- package/dist/components/BadgeWrapper/index.cjs +9 -0
- package/dist/components/BadgeWrapper/index.cjs.map +1 -0
- package/dist/components/BadgeWrapper/index.d.cts +5 -0
- package/dist/components/BadgeWrapper/index.d.cts.map +1 -0
- package/dist/components/BadgeWrapper/index.d.mts +5 -0
- package/dist/components/BadgeWrapper/index.d.mts.map +1 -0
- package/dist/components/BadgeWrapper/index.mjs +3 -0
- package/dist/components/BadgeWrapper/index.mjs.map +1 -0
- package/dist/components/Box/Box.cjs +26 -0
- package/dist/components/Box/Box.cjs.map +1 -0
- package/dist/components/Box/Box.constants.cjs +19 -0
- package/dist/components/Box/Box.constants.cjs.map +1 -0
- package/dist/components/Box/Box.constants.d.cts +3 -0
- package/dist/components/Box/Box.constants.d.cts.map +1 -0
- package/dist/components/Box/Box.constants.d.mts +3 -0
- package/dist/components/Box/Box.constants.d.mts.map +1 -0
- package/dist/components/Box/Box.constants.mjs +16 -0
- package/dist/components/Box/Box.constants.mjs.map +1 -0
- package/dist/components/Box/Box.d.cts +4 -0
- package/dist/components/Box/Box.d.cts.map +1 -0
- package/dist/components/Box/Box.d.mts +4 -0
- package/dist/components/Box/Box.d.mts.map +1 -0
- package/dist/components/Box/Box.mjs +26 -0
- package/dist/components/Box/Box.mjs.map +1 -0
- package/dist/components/Box/Box.types.cjs +3 -0
- package/dist/components/Box/Box.types.cjs.map +1 -0
- package/dist/components/Box/Box.types.d.cts +30 -0
- package/dist/components/Box/Box.types.d.cts.map +1 -0
- package/dist/components/Box/Box.types.d.mts +30 -0
- package/dist/components/Box/Box.types.d.mts.map +1 -0
- package/dist/components/Box/Box.types.mjs +2 -0
- package/dist/components/Box/Box.types.mjs.map +1 -0
- package/dist/components/Box/index.cjs +11 -0
- package/dist/components/Box/index.cjs.map +1 -0
- package/dist/components/Box/index.d.cts +5 -0
- package/dist/components/Box/index.d.cts.map +1 -0
- package/dist/components/Box/index.d.mts +5 -0
- package/dist/components/Box/index.d.mts.map +1 -0
- package/dist/components/Box/index.mjs +3 -0
- package/dist/components/Box/index.mjs.map +1 -0
- package/dist/components/Button/Button.cjs +26 -0
- package/dist/components/Button/Button.cjs.map +1 -0
- package/dist/components/Button/Button.d.cts +4 -0
- package/dist/components/Button/Button.d.cts.map +1 -0
- package/dist/components/Button/Button.d.mts +4 -0
- package/dist/components/Button/Button.d.mts.map +1 -0
- package/dist/components/Button/Button.mjs +26 -0
- package/dist/components/Button/Button.mjs.map +1 -0
- package/dist/components/Button/Button.types.cjs +3 -0
- package/dist/components/Button/Button.types.cjs.map +1 -0
- package/dist/components/Button/Button.types.d.cts +14 -0
- package/dist/components/Button/Button.types.d.cts.map +1 -0
- package/dist/components/Button/Button.types.d.mts +14 -0
- package/dist/components/Button/Button.types.d.mts.map +1 -0
- package/dist/components/Button/Button.types.mjs +2 -0
- package/dist/components/Button/Button.types.mjs.map +1 -0
- package/dist/components/Button/index.cjs +9 -0
- package/dist/components/Button/index.cjs.map +1 -0
- package/dist/components/Button/index.d.cts +4 -0
- package/dist/components/Button/index.d.cts.map +1 -0
- package/dist/components/Button/index.d.mts +4 -0
- package/dist/components/Button/index.d.mts.map +1 -0
- package/dist/components/Button/index.mjs +3 -0
- package/dist/components/Button/index.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs +106 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.cts +4 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.mts +4 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs +86 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.cjs +3 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.cts +19 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.mts +19 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.mjs +2 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.types.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/index.cjs +8 -0
- package/dist/components/Button/variants/ButtonPrimary/index.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/index.d.cts +4 -0
- package/dist/components/Button/variants/ButtonPrimary/index.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/index.d.mts +4 -0
- package/dist/components/Button/variants/ButtonPrimary/index.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonPrimary/index.mjs +3 -0
- package/dist/components/Button/variants/ButtonPrimary/index.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs +102 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.cts +4 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.mts +4 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs +82 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.cjs +3 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.cts +19 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.mts +19 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.mjs +2 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.types.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/index.cjs +8 -0
- package/dist/components/Button/variants/ButtonSecondary/index.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/index.d.cts +4 -0
- package/dist/components/Button/variants/ButtonSecondary/index.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/index.d.mts +4 -0
- package/dist/components/Button/variants/ButtonSecondary/index.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonSecondary/index.mjs +3 -0
- package/dist/components/Button/variants/ButtonSecondary/index.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs +109 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.cts +4 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.mts +4 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs +89 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.cjs +3 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.cts +19 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.mts +19 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.mjs +2 -0
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.types.mjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/index.cjs +8 -0
- package/dist/components/Button/variants/ButtonTertiary/index.cjs.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/index.d.cts +4 -0
- package/dist/components/Button/variants/ButtonTertiary/index.d.cts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/index.d.mts +4 -0
- package/dist/components/Button/variants/ButtonTertiary/index.d.mts.map +1 -0
- package/dist/components/Button/variants/ButtonTertiary/index.mjs +3 -0
- package/dist/components/Button/variants/ButtonTertiary/index.mjs.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.cjs +48 -0
- package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.d.cts +4 -0
- package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.d.mts +4 -0
- package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.mjs +48 -0
- package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.types.cjs +3 -0
- package/dist/components/ButtonBase/ButtonBase.types.cjs.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.types.d.cts +85 -0
- package/dist/components/ButtonBase/ButtonBase.types.d.cts.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.types.d.mts +85 -0
- package/dist/components/ButtonBase/ButtonBase.types.d.mts.map +1 -0
- package/dist/components/ButtonBase/ButtonBase.types.mjs +2 -0
- package/dist/components/ButtonBase/ButtonBase.types.mjs.map +1 -0
- package/dist/components/ButtonBase/index.cjs +8 -0
- package/dist/components/ButtonBase/index.cjs.map +1 -0
- package/dist/components/ButtonBase/index.d.cts +4 -0
- package/dist/components/ButtonBase/index.d.cts.map +1 -0
- package/dist/components/ButtonBase/index.d.mts +4 -0
- package/dist/components/ButtonBase/index.d.mts.map +1 -0
- package/dist/components/ButtonBase/index.mjs +3 -0
- package/dist/components/ButtonBase/index.mjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.cjs +57 -0
- package/dist/components/ButtonIcon/ButtonIcon.cjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.cjs +17 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.cjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts +9 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts +9 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.mjs +14 -0
- package/dist/components/ButtonIcon/ButtonIcon.constants.mjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.d.cts +4 -0
- package/dist/components/ButtonIcon/ButtonIcon.d.cts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.d.mts +4 -0
- package/dist/components/ButtonIcon/ButtonIcon.d.mts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.mjs +37 -0
- package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.cjs +3 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.cjs.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.d.cts +52 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.d.cts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.d.mts +52 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.d.mts.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.mjs +2 -0
- package/dist/components/ButtonIcon/ButtonIcon.types.mjs.map +1 -0
- package/dist/components/ButtonIcon/index.cjs +8 -0
- package/dist/components/ButtonIcon/index.cjs.map +1 -0
- package/dist/components/ButtonIcon/index.d.cts +4 -0
- package/dist/components/ButtonIcon/index.d.cts.map +1 -0
- package/dist/components/ButtonIcon/index.d.mts +4 -0
- package/dist/components/ButtonIcon/index.d.mts.map +1 -0
- package/dist/components/ButtonIcon/index.mjs +3 -0
- package/dist/components/ButtonIcon/index.mjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.cjs +120 -0
- package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.cts +17 -0
- package/dist/components/Checkbox/Checkbox.d.cts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.mts +17 -0
- package/dist/components/Checkbox/Checkbox.d.mts.map +1 -0
- package/dist/components/Checkbox/Checkbox.mjs +101 -0
- package/dist/components/Checkbox/Checkbox.mjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.cjs +3 -0
- package/dist/components/Checkbox/Checkbox.types.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.cts +57 -0
- package/dist/components/Checkbox/Checkbox.types.d.cts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.mts +57 -0
- package/dist/components/Checkbox/Checkbox.types.d.mts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.mjs +2 -0
- package/dist/components/Checkbox/Checkbox.types.mjs.map +1 -0
- package/dist/components/Checkbox/index.cjs +6 -0
- package/dist/components/Checkbox/index.cjs.map +1 -0
- package/dist/components/Checkbox/index.d.cts +3 -0
- package/dist/components/Checkbox/index.d.cts.map +1 -0
- package/dist/components/Checkbox/index.d.mts +3 -0
- package/dist/components/Checkbox/index.d.mts.map +1 -0
- package/dist/components/Checkbox/index.mjs +2 -0
- package/dist/components/Checkbox/index.mjs.map +1 -0
- package/dist/components/Icon/Icon.assets.cjs +558 -0
- package/dist/components/Icon/Icon.assets.cjs.map +1 -0
- package/dist/components/Icon/Icon.assets.d.cts +6 -0
- package/dist/components/Icon/Icon.assets.d.cts.map +1 -0
- package/dist/components/Icon/Icon.assets.d.mts +6 -0
- package/dist/components/Icon/Icon.assets.d.mts.map +1 -0
- package/dist/components/Icon/Icon.assets.mjs +552 -0
- package/dist/components/Icon/Icon.assets.mjs.map +1 -0
- package/dist/components/Icon/Icon.cjs +46 -0
- package/dist/components/Icon/Icon.cjs.map +1 -0
- package/dist/components/Icon/Icon.d.cts +4 -0
- package/dist/components/Icon/Icon.d.cts.map +1 -0
- package/dist/components/Icon/Icon.d.mts +4 -0
- package/dist/components/Icon/Icon.d.mts.map +1 -0
- package/dist/components/Icon/Icon.mjs +26 -0
- package/dist/components/Icon/Icon.mjs.map +1 -0
- package/dist/components/Icon/Icon.types.cjs +3 -0
- package/dist/components/Icon/Icon.types.cjs.map +1 -0
- package/dist/components/Icon/Icon.types.d.cts +39 -0
- package/dist/components/Icon/Icon.types.d.cts.map +1 -0
- package/dist/components/Icon/Icon.types.d.mts +39 -0
- package/dist/components/Icon/Icon.types.d.mts.map +1 -0
- package/dist/components/Icon/Icon.types.mjs +2 -0
- package/dist/components/Icon/Icon.types.mjs.map +1 -0
- package/dist/components/Icon/Icon.utilities.cjs +31 -0
- package/dist/components/Icon/Icon.utilities.cjs.map +1 -0
- package/dist/components/Icon/Icon.utilities.d.cts +22 -0
- package/dist/components/Icon/Icon.utilities.d.cts.map +1 -0
- package/dist/components/Icon/Icon.utilities.d.mts +22 -0
- package/dist/components/Icon/Icon.utilities.d.mts.map +1 -0
- package/dist/components/Icon/Icon.utilities.mjs +27 -0
- package/dist/components/Icon/Icon.utilities.mjs.map +1 -0
- package/dist/components/Icon/assets/accessibility.svg +1 -0
- package/dist/components/Icon/assets/activity.svg +1 -0
- package/dist/components/Icon/assets/add-card.svg +1 -0
- package/dist/components/Icon/assets/add-circle.svg +1 -0
- package/dist/components/Icon/assets/add-square.svg +1 -0
- package/dist/components/Icon/assets/add.svg +1 -0
- package/dist/components/Icon/assets/ai.svg +1 -0
- package/dist/components/Icon/assets/alternate-email.svg +1 -0
- package/dist/components/Icon/assets/apps.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-down.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-left.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-right.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-up-right.svg +1 -0
- package/dist/components/Icon/assets/arrow-2-up.svg +1 -0
- package/dist/components/Icon/assets/arrow-circle-down.svg +1 -0
- package/dist/components/Icon/assets/arrow-circle-up.svg +1 -0
- package/dist/components/Icon/assets/arrow-double-left.svg +1 -0
- package/dist/components/Icon/assets/arrow-double-right.svg +1 -0
- package/dist/components/Icon/assets/arrow-down.svg +1 -0
- package/dist/components/Icon/assets/arrow-drop-down-circle.svg +1 -0
- package/dist/components/Icon/assets/arrow-left.svg +1 -0
- package/dist/components/Icon/assets/arrow-right.svg +1 -0
- package/dist/components/Icon/assets/arrow-up.svg +1 -0
- package/dist/components/Icon/assets/attachment.svg +1 -0
- package/dist/components/Icon/assets/ban.svg +1 -0
- package/dist/components/Icon/assets/bank-assured.svg +1 -0
- package/dist/components/Icon/assets/bank.svg +1 -0
- package/dist/components/Icon/assets/bold.svg +1 -0
- package/dist/components/Icon/assets/book.svg +1 -0
- package/dist/components/Icon/assets/bookmark.svg +1 -0
- package/dist/components/Icon/assets/bridge.svg +1 -0
- package/dist/components/Icon/assets/briefcase.svg +1 -0
- package/dist/components/Icon/assets/bulb.svg +1 -0
- package/dist/components/Icon/assets/buy-sell.svg +1 -0
- package/dist/components/Icon/assets/cake.svg +1 -0
- package/dist/components/Icon/assets/calculator.svg +1 -0
- package/dist/components/Icon/assets/calendar.svg +1 -0
- package/dist/components/Icon/assets/call.svg +1 -0
- package/dist/components/Icon/assets/camera.svg +1 -0
- package/dist/components/Icon/assets/campaign.svg +1 -0
- package/dist/components/Icon/assets/card-pos.svg +1 -0
- package/dist/components/Icon/assets/card.svg +1 -0
- package/dist/components/Icon/assets/cash.svg +1 -0
- package/dist/components/Icon/assets/category.svg +1 -0
- package/dist/components/Icon/assets/chart.svg +1 -0
- package/dist/components/Icon/assets/check-bold.svg +1 -0
- package/dist/components/Icon/assets/check.svg +1 -0
- package/dist/components/Icon/assets/circle-x.svg +1 -0
- package/dist/components/Icon/assets/clock-filled.svg +1 -0
- package/dist/components/Icon/assets/clock.svg +1 -0
- package/dist/components/Icon/assets/close.svg +1 -0
- package/dist/components/Icon/assets/cloud-download.svg +1 -0
- package/dist/components/Icon/assets/cloud-upload.svg +1 -0
- package/dist/components/Icon/assets/cloud.svg +1 -0
- package/dist/components/Icon/assets/code-circle.svg +1 -0
- package/dist/components/Icon/assets/code.svg +1 -0
- package/dist/components/Icon/assets/coin.svg +1 -0
- package/dist/components/Icon/assets/collapse.svg +1 -0
- package/dist/components/Icon/assets/confirmation.svg +1 -0
- package/dist/components/Icon/assets/connect.svg +1 -0
- package/dist/components/Icon/assets/copy-success.svg +1 -0
- package/dist/components/Icon/assets/copy.svg +1 -0
- package/dist/components/Icon/assets/credit-check.svg +1 -0
- package/dist/components/Icon/assets/currency-franc.svg +1 -0
- package/dist/components/Icon/assets/currency-lira.svg +1 -0
- package/dist/components/Icon/assets/currency-pound.svg +1 -0
- package/dist/components/Icon/assets/currency-yuan.svg +3 -0
- package/dist/components/Icon/assets/customize.svg +1 -0
- package/dist/components/Icon/assets/danger.svg +1 -0
- package/dist/components/Icon/assets/dark-filled.svg +1 -0
- package/dist/components/Icon/assets/dark.svg +1 -0
- package/dist/components/Icon/assets/data.svg +1 -0
- package/dist/components/Icon/assets/description.svg +1 -0
- package/dist/components/Icon/assets/details.svg +1 -0
- package/dist/components/Icon/assets/diagram.svg +1 -0
- package/dist/components/Icon/assets/document-code.svg +1 -0
- package/dist/components/Icon/assets/download.svg +1 -0
- package/dist/components/Icon/assets/draft.svg +1 -0
- package/dist/components/Icon/assets/eco-leaf.svg +1 -0
- package/dist/components/Icon/assets/edit-square.svg +1 -0
- package/dist/components/Icon/assets/edit.svg +1 -0
- package/dist/components/Icon/assets/encrypted-add.svg +1 -0
- package/dist/components/Icon/assets/eraser.svg +1 -0
- package/dist/components/Icon/assets/error.svg +1 -0
- package/dist/components/Icon/assets/ethereum.svg +1 -0
- package/dist/components/Icon/assets/exchange.svg +1 -0
- package/dist/components/Icon/assets/expand-vertical.svg +1 -0
- package/dist/components/Icon/assets/expand.svg +1 -0
- package/dist/components/Icon/assets/explore-filled.svg +1 -0
- package/dist/components/Icon/assets/explore.svg +1 -0
- package/dist/components/Icon/assets/export.svg +1 -0
- package/dist/components/Icon/assets/extension.svg +1 -0
- package/dist/components/Icon/assets/eye-slash.svg +1 -0
- package/dist/components/Icon/assets/eye.svg +1 -0
- package/dist/components/Icon/assets/face-id.svg +1 -0
- package/dist/components/Icon/assets/feedback.svg +1 -0
- package/dist/components/Icon/assets/file.svg +1 -0
- package/dist/components/Icon/assets/filter.svg +1 -0
- package/dist/components/Icon/assets/fingerprint.svg +1 -0
- package/dist/components/Icon/assets/fire.svg +1 -0
- package/dist/components/Icon/assets/first-page.svg +1 -0
- package/dist/components/Icon/assets/flag.svg +1 -0
- package/dist/components/Icon/assets/flash-slash.svg +1 -0
- package/dist/components/Icon/assets/flash.svg +1 -0
- package/dist/components/Icon/assets/flask.svg +1 -0
- package/dist/components/Icon/assets/flower.svg +1 -0
- package/dist/components/Icon/assets/folder.svg +1 -0
- package/dist/components/Icon/assets/forest.svg +1 -0
- package/dist/components/Icon/assets/full-circle.svg +1 -0
- package/dist/components/Icon/assets/gas.svg +1 -0
- package/dist/components/Icon/assets/gift.svg +1 -0
- package/dist/components/Icon/assets/global-search.svg +1 -0
- package/dist/components/Icon/assets/global.svg +1 -0
- package/dist/components/Icon/assets/graph.svg +1 -0
- package/dist/components/Icon/assets/hardware.svg +1 -0
- package/dist/components/Icon/assets/hash-tag.svg +1 -0
- package/dist/components/Icon/assets/heart-filled.svg +1 -0
- package/dist/components/Icon/assets/heart.svg +1 -0
- package/dist/components/Icon/assets/hierarchy.svg +1 -0
- package/dist/components/Icon/assets/home-filled.svg +1 -0
- package/dist/components/Icon/assets/home.svg +1 -0
- package/dist/components/Icon/assets/image.svg +1 -0
- package/dist/components/Icon/assets/info.svg +1 -0
- package/dist/components/Icon/assets/inventory.svg +1 -0
- package/dist/components/Icon/assets/joystick.svg +1 -0
- package/dist/components/Icon/assets/keep-filled.svg +1 -0
- package/dist/components/Icon/assets/keep.svg +1 -0
- package/dist/components/Icon/assets/key.svg +1 -0
- package/dist/components/Icon/assets/last-page.svg +1 -0
- package/dist/components/Icon/assets/light-filled.svg +1 -0
- package/dist/components/Icon/assets/light.svg +1 -0
- package/dist/components/Icon/assets/link.svg +1 -0
- package/dist/components/Icon/assets/loading.svg +1 -0
- package/dist/components/Icon/assets/location.svg +1 -0
- package/dist/components/Icon/assets/lock-slash.svg +1 -0
- package/dist/components/Icon/assets/lock.svg +1 -0
- package/dist/components/Icon/assets/locked-filled.svg +1 -0
- package/dist/components/Icon/assets/login.svg +1 -0
- package/dist/components/Icon/assets/logout.svg +1 -0
- package/dist/components/Icon/assets/mail.svg +1 -0
- package/dist/components/Icon/assets/map.svg +1 -0
- package/dist/components/Icon/assets/menu.svg +1 -0
- package/dist/components/Icon/assets/message-question.svg +1 -0
- package/dist/components/Icon/assets/messages.svg +1 -0
- package/dist/components/Icon/assets/mic.svg +1 -0
- package/dist/components/Icon/assets/minus-bold.svg +1 -0
- package/dist/components/Icon/assets/minus-square.svg +1 -0
- package/dist/components/Icon/assets/minus.svg +1 -0
- package/dist/components/Icon/assets/mobile.svg +1 -0
- package/dist/components/Icon/assets/money-bag.svg +1 -0
- package/dist/components/Icon/assets/money.svg +1 -0
- package/dist/components/Icon/assets/monitor.svg +1 -0
- package/dist/components/Icon/assets/more-horizontal.svg +1 -0
- package/dist/components/Icon/assets/more-vertical.svg +1 -0
- package/dist/components/Icon/assets/mountain-flag.svg +1 -0
- package/dist/components/Icon/assets/music-note.svg +1 -0
- package/dist/components/Icon/assets/notification.svg +1 -0
- package/dist/components/Icon/assets/page-info.svg +1 -0
- package/dist/components/Icon/assets/palette.svg +1 -0
- package/dist/components/Icon/assets/password-check.svg +1 -0
- package/dist/components/Icon/assets/pending.svg +1 -0
- package/dist/components/Icon/assets/people.svg +1 -0
- package/dist/components/Icon/assets/person-cancel.svg +1 -0
- package/dist/components/Icon/assets/pin.svg +1 -0
- package/dist/components/Icon/assets/plant.svg +1 -0
- package/dist/components/Icon/assets/plug.svg +1 -0
- package/dist/components/Icon/assets/plus-and-minus.svg +1 -0
- package/dist/components/Icon/assets/policy-alert.svg +1 -0
- package/dist/components/Icon/assets/print.svg +1 -0
- package/dist/components/Icon/assets/priority-high.svg +1 -0
- package/dist/components/Icon/assets/privacy-tip.svg +1 -0
- package/dist/components/Icon/assets/programming-arrows.svg +1 -0
- package/dist/components/Icon/assets/publish.svg +1 -0
- package/dist/components/Icon/assets/qr-code.svg +1 -0
- package/dist/components/Icon/assets/question.svg +1 -0
- package/dist/components/Icon/assets/receive.svg +1 -0
- package/dist/components/Icon/assets/received.svg +1 -0
- package/dist/components/Icon/assets/refresh.svg +1 -0
- package/dist/components/Icon/assets/remove-minus.svg +1 -0
- package/dist/components/Icon/assets/report.svg +1 -0
- package/dist/components/Icon/assets/rocket.svg +1 -0
- package/dist/components/Icon/assets/save-filled.svg +1 -0
- package/dist/components/Icon/assets/save.svg +1 -0
- package/dist/components/Icon/assets/saving.svg +1 -0
- package/dist/components/Icon/assets/scan-barcode.svg +1 -0
- package/dist/components/Icon/assets/scan-focus.svg +1 -0
- package/dist/components/Icon/assets/scan.svg +1 -0
- package/dist/components/Icon/assets/search.svg +1 -0
- package/dist/components/Icon/assets/security-alert.svg +1 -0
- package/dist/components/Icon/assets/security-cross.svg +1 -0
- package/dist/components/Icon/assets/security-key.svg +1 -0
- package/dist/components/Icon/assets/security-search.svg +1 -0
- package/dist/components/Icon/assets/security-slash.svg +1 -0
- package/dist/components/Icon/assets/security-tick.svg +1 -0
- package/dist/components/Icon/assets/security-time.svg +1 -0
- package/dist/components/Icon/assets/security-user.svg +1 -0
- package/dist/components/Icon/assets/security.svg +1 -0
- package/dist/components/Icon/assets/send.svg +1 -0
- package/dist/components/Icon/assets/sentiment-dissatisfied.svg +1 -0
- package/dist/components/Icon/assets/sentiment-neutral.svg +1 -0
- package/dist/components/Icon/assets/sentiment-satisfied.svg +1 -0
- package/dist/components/Icon/assets/sentiment-very-satisfied.svg +1 -0
- package/dist/components/Icon/assets/setting-filled.svg +1 -0
- package/dist/components/Icon/assets/setting.svg +1 -0
- package/dist/components/Icon/assets/share.svg +1 -0
- package/dist/components/Icon/assets/shield-lock.svg +1 -0
- package/dist/components/Icon/assets/shopping-bag.svg +1 -0
- package/dist/components/Icon/assets/shopping-cart.svg +1 -0
- package/dist/components/Icon/assets/signal-cellular.svg +1 -0
- package/dist/components/Icon/assets/slash.svg +1 -0
- package/dist/components/Icon/assets/sms.svg +1 -0
- package/dist/components/Icon/assets/snaps-mobile.svg +1 -0
- package/dist/components/Icon/assets/snaps-plus.svg +1 -0
- package/dist/components/Icon/assets/snaps-round.svg +1 -0
- package/dist/components/Icon/assets/snaps.svg +1 -0
- package/dist/components/Icon/assets/sort-by-alpha.svg +1 -0
- package/dist/components/Icon/assets/sort.svg +1 -0
- package/dist/components/Icon/assets/sparkle.svg +1 -0
- package/dist/components/Icon/assets/speed.svg +1 -0
- package/dist/components/Icon/assets/speedometer.svg +1 -0
- package/dist/components/Icon/assets/square.svg +1 -0
- package/dist/components/Icon/assets/stake.svg +1 -0
- package/dist/components/Icon/assets/star-filled.svg +1 -0
- package/dist/components/Icon/assets/star.svg +1 -0
- package/dist/components/Icon/assets/start.svg +1 -0
- package/dist/components/Icon/assets/storefront.svg +1 -0
- package/dist/components/Icon/assets/student.svg +1 -0
- package/dist/components/Icon/assets/swap-horizontal.svg +1 -0
- package/dist/components/Icon/assets/swap-vertical.svg +3 -0
- package/dist/components/Icon/assets/tab-close.svg +1 -0
- package/dist/components/Icon/assets/table-row.svg +1 -0
- package/dist/components/Icon/assets/tablet.svg +1 -0
- package/dist/components/Icon/assets/tag.svg +1 -0
- package/dist/components/Icon/assets/thumb-down-filled.svg +1 -0
- package/dist/components/Icon/assets/thumb-down.svg +1 -0
- package/dist/components/Icon/assets/thumb-up-filled.svg +1 -0
- package/dist/components/Icon/assets/thumb-up.svg +1 -0
- package/dist/components/Icon/assets/tint.svg +1 -0
- package/dist/components/Icon/assets/tooltip.svg +1 -0
- package/dist/components/Icon/assets/translate.svg +1 -0
- package/dist/components/Icon/assets/trash.svg +1 -0
- package/dist/components/Icon/assets/trend-down.svg +1 -0
- package/dist/components/Icon/assets/trend-up.svg +1 -0
- package/dist/components/Icon/assets/undo.svg +1 -0
- package/dist/components/Icon/assets/unfold.svg +1 -0
- package/dist/components/Icon/assets/unlocked-filled.svg +1 -0
- package/dist/components/Icon/assets/unpin.svg +1 -0
- package/dist/components/Icon/assets/upload-file.svg +1 -0
- package/dist/components/Icon/assets/upload.svg +1 -0
- package/dist/components/Icon/assets/usb.svg +1 -0
- package/dist/components/Icon/assets/user-check.svg +1 -0
- package/dist/components/Icon/assets/user-circle-add.svg +1 -0
- package/dist/components/Icon/assets/user-circle-remove.svg +1 -0
- package/dist/components/Icon/assets/user-circle.svg +1 -0
- package/dist/components/Icon/assets/user.svg +1 -0
- package/dist/components/Icon/assets/verified-filled.svg +1 -0
- package/dist/components/Icon/assets/verified.svg +1 -0
- package/dist/components/Icon/assets/videocam.svg +1 -0
- package/dist/components/Icon/assets/view-column.svg +1 -0
- package/dist/components/Icon/assets/view-in-ar.svg +1 -0
- package/dist/components/Icon/assets/volume-off.svg +1 -0
- package/dist/components/Icon/assets/volume-up.svg +1 -0
- package/dist/components/Icon/assets/wallet-filled.svg +1 -0
- package/dist/components/Icon/assets/wallet.svg +1 -0
- package/dist/components/Icon/assets/warning.svg +1 -0
- package/dist/components/Icon/assets/web-traffic.svg +1 -0
- package/dist/components/Icon/assets/widgets.svg +1 -0
- package/dist/components/Icon/assets/wifi-off.svg +1 -0
- package/dist/components/Icon/assets/wifi.svg +1 -0
- package/dist/components/Icon/assets/x.svg +1 -0
- package/dist/components/Icon/index.cjs +10 -0
- package/dist/components/Icon/index.cjs.map +1 -0
- package/dist/components/Icon/index.d.cts +4 -0
- package/dist/components/Icon/index.d.cts.map +1 -0
- package/dist/components/Icon/index.d.mts +4 -0
- package/dist/components/Icon/index.d.mts.map +1 -0
- package/dist/components/Icon/index.mjs +3 -0
- package/dist/components/Icon/index.mjs.map +1 -0
- package/dist/components/Text/Text.cjs +51 -0
- package/dist/components/Text/Text.cjs.map +1 -0
- package/dist/components/Text/Text.constants.cjs +23 -0
- package/dist/components/Text/Text.constants.cjs.map +1 -0
- package/dist/components/Text/Text.constants.d.cts +8 -0
- package/dist/components/Text/Text.constants.d.cts.map +1 -0
- package/dist/components/Text/Text.constants.d.mts +8 -0
- package/dist/components/Text/Text.constants.d.mts.map +1 -0
- package/dist/components/Text/Text.constants.mjs +20 -0
- package/dist/components/Text/Text.constants.mjs.map +1 -0
- package/dist/components/Text/Text.d.cts +4 -0
- package/dist/components/Text/Text.d.cts.map +1 -0
- package/dist/components/Text/Text.d.mts +4 -0
- package/dist/components/Text/Text.d.mts.map +1 -0
- package/dist/components/Text/Text.mjs +31 -0
- package/dist/components/Text/Text.mjs.map +1 -0
- package/dist/components/Text/Text.types.cjs +3 -0
- package/dist/components/Text/Text.types.cjs.map +1 -0
- package/dist/components/Text/Text.types.d.cts +45 -0
- package/dist/components/Text/Text.types.d.cts.map +1 -0
- package/dist/components/Text/Text.types.d.mts +45 -0
- package/dist/components/Text/Text.types.d.mts.map +1 -0
- package/dist/components/Text/Text.types.mjs +2 -0
- package/dist/components/Text/Text.types.mjs.map +1 -0
- package/dist/components/Text/Text.utilities.cjs +46 -0
- package/dist/components/Text/Text.utilities.cjs.map +1 -0
- package/dist/components/Text/Text.utilities.d.cts +32 -0
- package/dist/components/Text/Text.utilities.d.cts.map +1 -0
- package/dist/components/Text/Text.utilities.d.mts +32 -0
- package/dist/components/Text/Text.utilities.d.mts.map +1 -0
- package/dist/components/Text/Text.utilities.mjs +42 -0
- package/dist/components/Text/Text.utilities.mjs.map +1 -0
- package/dist/components/Text/index.cjs +12 -0
- package/dist/components/Text/index.cjs.map +1 -0
- package/dist/components/Text/index.d.cts +4 -0
- package/dist/components/Text/index.d.cts.map +1 -0
- package/dist/components/Text/index.d.mts +4 -0
- package/dist/components/Text/index.d.mts.map +1 -0
- package/dist/components/Text/index.mjs +3 -0
- package/dist/components/Text/index.mjs.map +1 -0
- package/dist/components/TextButton/TextButton.cjs +68 -0
- package/dist/components/TextButton/TextButton.cjs.map +1 -0
- package/dist/components/TextButton/TextButton.constants.cjs +12 -0
- package/dist/components/TextButton/TextButton.constants.cjs.map +1 -0
- package/dist/components/TextButton/TextButton.constants.d.cts +4 -0
- package/dist/components/TextButton/TextButton.constants.d.cts.map +1 -0
- package/dist/components/TextButton/TextButton.constants.d.mts +4 -0
- package/dist/components/TextButton/TextButton.constants.d.mts.map +1 -0
- package/dist/components/TextButton/TextButton.constants.mjs +9 -0
- package/dist/components/TextButton/TextButton.constants.mjs.map +1 -0
- package/dist/components/TextButton/TextButton.d.cts +4 -0
- package/dist/components/TextButton/TextButton.d.cts.map +1 -0
- package/dist/components/TextButton/TextButton.d.mts +4 -0
- package/dist/components/TextButton/TextButton.d.mts.map +1 -0
- package/dist/components/TextButton/TextButton.mjs +48 -0
- package/dist/components/TextButton/TextButton.mjs.map +1 -0
- package/dist/components/TextButton/TextButton.types.cjs +3 -0
- package/dist/components/TextButton/TextButton.types.cjs.map +1 -0
- package/dist/components/TextButton/TextButton.types.d.cts +69 -0
- package/dist/components/TextButton/TextButton.types.d.cts.map +1 -0
- package/dist/components/TextButton/TextButton.types.d.mts +69 -0
- package/dist/components/TextButton/TextButton.types.d.mts.map +1 -0
- package/dist/components/TextButton/TextButton.types.mjs +2 -0
- package/dist/components/TextButton/TextButton.types.mjs.map +1 -0
- package/dist/components/TextButton/index.cjs +8 -0
- package/dist/components/TextButton/index.cjs.map +1 -0
- package/dist/components/TextButton/index.d.cts +4 -0
- package/dist/components/TextButton/index.d.cts.map +1 -0
- package/dist/components/TextButton/index.d.mts +4 -0
- package/dist/components/TextButton/index.d.mts.map +1 -0
- package/dist/components/TextButton/index.mjs +3 -0
- package/dist/components/TextButton/index.mjs.map +1 -0
- package/dist/components/index.cjs +87 -0
- package/dist/components/index.cjs.map +1 -0
- package/dist/components/index.d.cts +51 -0
- package/dist/components/index.d.cts.map +1 -0
- package/dist/components/index.d.mts +51 -0
- package/dist/components/index.d.mts.map +1 -0
- package/dist/components/index.mjs +26 -0
- package/dist/components/index.mjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.cjs +14 -0
- package/dist/components/temp-components/Blockies/Blockies.cjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.d.cts +4 -0
- package/dist/components/temp-components/Blockies/Blockies.d.cts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.d.mts +4 -0
- package/dist/components/temp-components/Blockies/Blockies.d.mts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.mjs +14 -0
- package/dist/components/temp-components/Blockies/Blockies.mjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.types.cjs +3 -0
- package/dist/components/temp-components/Blockies/Blockies.types.cjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.types.d.cts +15 -0
- package/dist/components/temp-components/Blockies/Blockies.types.d.cts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.types.d.mts +15 -0
- package/dist/components/temp-components/Blockies/Blockies.types.d.mts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.types.mjs +2 -0
- package/dist/components/temp-components/Blockies/Blockies.types.mjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.cjs +492 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.cjs.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.d.cts +24 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.d.cts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.d.mts +24 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.d.mts.map +1 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.mjs +487 -0
- package/dist/components/temp-components/Blockies/Blockies.utilities.mjs.map +1 -0
- package/dist/components/temp-components/Blockies/index.cjs +6 -0
- package/dist/components/temp-components/Blockies/index.cjs.map +1 -0
- package/dist/components/temp-components/Blockies/index.d.cts +3 -0
- package/dist/components/temp-components/Blockies/index.d.cts.map +1 -0
- package/dist/components/temp-components/Blockies/index.d.mts +3 -0
- package/dist/components/temp-components/Blockies/index.d.mts.map +1 -0
- package/dist/components/temp-components/Blockies/index.mjs +2 -0
- package/dist/components/temp-components/Blockies/index.mjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.cjs +59 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.cjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.cts +4 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.cts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.mts +4 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.d.mts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.mjs +36 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.mjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.cjs +3 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.cjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.cts +6 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.cts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.mts +6 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.d.mts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.mjs +2 -0
- package/dist/components/temp-components/ButtonAnimated/ButtonAnimated.types.mjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/index.cjs +6 -0
- package/dist/components/temp-components/ButtonAnimated/index.cjs.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/index.d.cts +3 -0
- package/dist/components/temp-components/ButtonAnimated/index.d.cts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/index.d.mts +3 -0
- package/dist/components/temp-components/ButtonAnimated/index.d.mts.map +1 -0
- package/dist/components/temp-components/ButtonAnimated/index.mjs +2 -0
- package/dist/components/temp-components/ButtonAnimated/index.mjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.cjs +74 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.cjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.d.cts +4 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.d.cts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.d.mts +4 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.d.mts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.mjs +54 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.mjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.cjs +3 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.cjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.d.cts +64 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.d.cts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.d.mts +64 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.d.mts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.mjs +2 -0
- package/dist/components/temp-components/ImageOrSvg/ImageOrSvg.types.mjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/index.cjs +6 -0
- package/dist/components/temp-components/ImageOrSvg/index.cjs.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/index.d.cts +3 -0
- package/dist/components/temp-components/ImageOrSvg/index.d.cts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/index.d.mts +3 -0
- package/dist/components/temp-components/ImageOrSvg/index.d.mts.map +1 -0
- package/dist/components/temp-components/ImageOrSvg/index.mjs +2 -0
- package/dist/components/temp-components/ImageOrSvg/index.mjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.cjs +14 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.cjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.d.cts +4 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.d.cts.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.d.mts +4 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.d.mts.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.mjs +15 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.mjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.cjs +3 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.cjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.d.cts +11 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.d.cts.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.d.mts +11 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.d.mts.map +1 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.mjs +2 -0
- package/dist/components/temp-components/Jazzicon/Jazzicon.types.mjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/index.cjs +6 -0
- package/dist/components/temp-components/Jazzicon/index.cjs.map +1 -0
- package/dist/components/temp-components/Jazzicon/index.d.cts +3 -0
- package/dist/components/temp-components/Jazzicon/index.d.cts.map +1 -0
- package/dist/components/temp-components/Jazzicon/index.d.mts +3 -0
- package/dist/components/temp-components/Jazzicon/index.d.mts.map +1 -0
- package/dist/components/temp-components/Jazzicon/index.mjs +2 -0
- package/dist/components/temp-components/Jazzicon/index.mjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.cjs +52 -0
- package/dist/components/temp-components/Maskicon/Maskicon.cjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.d.cts +4 -0
- package/dist/components/temp-components/Maskicon/Maskicon.d.cts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.d.mts +4 -0
- package/dist/components/temp-components/Maskicon/Maskicon.d.mts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.mjs +32 -0
- package/dist/components/temp-components/Maskicon/Maskicon.mjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.cjs +3 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.cjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.d.cts +15 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.d.cts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.d.mts +15 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.d.mts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.mjs +2 -0
- package/dist/components/temp-components/Maskicon/Maskicon.types.mjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.cjs +282 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.cjs.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.d.cts +57 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.d.cts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.d.mts +57 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.d.mts.map +1 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.mjs +272 -0
- package/dist/components/temp-components/Maskicon/Maskicon.utilities.mjs.map +1 -0
- package/dist/components/temp-components/Maskicon/index.cjs +6 -0
- package/dist/components/temp-components/Maskicon/index.cjs.map +1 -0
- package/dist/components/temp-components/Maskicon/index.d.cts +3 -0
- package/dist/components/temp-components/Maskicon/index.d.cts.map +1 -0
- package/dist/components/temp-components/Maskicon/index.d.mts +3 -0
- package/dist/components/temp-components/Maskicon/index.d.mts.map +1 -0
- package/dist/components/temp-components/Maskicon/index.mjs +2 -0
- package/dist/components/temp-components/Maskicon/index.mjs.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.cjs +68 -0
- package/dist/components/temp-components/Spinner/Spinner.cjs.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.d.cts +4 -0
- package/dist/components/temp-components/Spinner/Spinner.d.cts.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.d.mts +4 -0
- package/dist/components/temp-components/Spinner/Spinner.d.mts.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.mjs +48 -0
- package/dist/components/temp-components/Spinner/Spinner.mjs.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.types.cjs +3 -0
- package/dist/components/temp-components/Spinner/Spinner.types.cjs.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.types.d.cts +31 -0
- package/dist/components/temp-components/Spinner/Spinner.types.d.cts.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.types.d.mts +31 -0
- package/dist/components/temp-components/Spinner/Spinner.types.d.mts.map +1 -0
- package/dist/components/temp-components/Spinner/Spinner.types.mjs +2 -0
- package/dist/components/temp-components/Spinner/Spinner.types.mjs.map +1 -0
- package/dist/components/temp-components/Spinner/index.cjs +6 -0
- package/dist/components/temp-components/Spinner/index.cjs.map +1 -0
- package/dist/components/temp-components/Spinner/index.d.cts +3 -0
- package/dist/components/temp-components/Spinner/index.d.cts.map +1 -0
- package/dist/components/temp-components/Spinner/index.d.mts +3 -0
- package/dist/components/temp-components/Spinner/index.d.mts.map +1 -0
- package/dist/components/temp-components/Spinner/index.mjs +2 -0
- package/dist/components/temp-components/Spinner/index.mjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.cjs +16 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.cjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.d.cts +4 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.d.cts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.d.mts +4 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.d.mts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.mjs +16 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.mjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.cjs +3 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.cjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.cts +16 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.cts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.mts +16 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.mts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.mjs +2 -0
- package/dist/components/temp-components/TextOrChildren/TextOrChildren.types.mjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/index.cjs +6 -0
- package/dist/components/temp-components/TextOrChildren/index.cjs.map +1 -0
- package/dist/components/temp-components/TextOrChildren/index.d.cts +3 -0
- package/dist/components/temp-components/TextOrChildren/index.d.cts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/index.d.mts +3 -0
- package/dist/components/temp-components/TextOrChildren/index.d.mts.map +1 -0
- package/dist/components/temp-components/TextOrChildren/index.mjs +2 -0
- package/dist/components/temp-components/TextOrChildren/index.mjs.map +1 -0
- package/dist/index.cjs +18 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/dist/types/index.cjs +671 -0
- package/dist/types/index.cjs.map +1 -0
- package/dist/types/index.d.cts +660 -0
- package/dist/types/index.d.cts.map +1 -0
- package/dist/types/index.d.mts +660 -0
- package/dist/types/index.d.mts.map +1 -0
- package/dist/types/index.mjs +680 -0
- package/dist/types/index.mjs.map +1 -0
- package/package.json +34 -11
- 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 -324
- 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 -254
- package/dist/components/Icon/Icon.types.d.ts.map +0 -1
- package/dist/components/Icon/Icon.types.js +0 -229
- 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 -10
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -15
- package/dist/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 -2
- 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/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/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,51 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import { useTailwind } from "@metamask-previews/design-system-twrnc-preset";
|
|
8
|
+
import $React, { useCallback } from "react";
|
|
9
|
+
const React = $importDefault($React);
|
|
10
|
+
import { View } from "react-native/index.js";
|
|
11
|
+
import { AvatarGroupSize, AvatarGroupVariant } from "../../types/index.mjs";
|
|
12
|
+
import { AvatarAccount } from "../AvatarAccount/index.mjs";
|
|
13
|
+
import { AvatarBase, AvatarBaseShape } from "../AvatarBase/index.mjs";
|
|
14
|
+
import { AvatarFavicon } from "../AvatarFavicon/index.mjs";
|
|
15
|
+
import { AvatarNetwork } from "../AvatarNetwork/index.mjs";
|
|
16
|
+
import { AvatarToken } from "../AvatarToken/index.mjs";
|
|
17
|
+
import { Text, TextColor } from "../Text/index.mjs";
|
|
18
|
+
import { MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT, TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS } from "./AvatarGroup.constants.mjs";
|
|
19
|
+
export const AvatarGroup = ({ variant, avatarPropsArr, size = AvatarGroupSize.Md, max = 4, isReverse = false, overflowTextProps, style, twClassName, ...props }) => {
|
|
20
|
+
const tw = useTailwind();
|
|
21
|
+
const overflowCounter = avatarPropsArr.length - max;
|
|
22
|
+
const shouldRenderOverflowCounter = overflowCounter > 0;
|
|
23
|
+
const twContainerClassNames = `
|
|
24
|
+
${isReverse ? 'flex-row-reverse' : 'flex-row'}
|
|
25
|
+
${TWCLASSMAP_AVATARGROUP_SIZE_SPACEBETWEENAVATARS[size]}
|
|
26
|
+
`;
|
|
27
|
+
const renderAvatarList = useCallback(() => avatarPropsArr.slice(0, max).map((avatarProps, index) => {
|
|
28
|
+
switch (variant) {
|
|
29
|
+
case AvatarGroupVariant.Account:
|
|
30
|
+
return (<AvatarAccount key={`avatar-${index}`} {...avatarProps} size={size} hasBorder/>);
|
|
31
|
+
case AvatarGroupVariant.Favicon:
|
|
32
|
+
return (<AvatarFavicon key={`avatar-${index}`} {...avatarProps} size={size} hasBorder/>);
|
|
33
|
+
case AvatarGroupVariant.Network:
|
|
34
|
+
return (<AvatarNetwork key={`avatar-${index}`} {...avatarProps} size={size} hasBorder/>);
|
|
35
|
+
case AvatarGroupVariant.Token:
|
|
36
|
+
return (<AvatarToken key={`avatar-${index}`} {...avatarProps} size={size} hasBorder/>);
|
|
37
|
+
default:
|
|
38
|
+
throw new Error(`Invalid Avatar Variant: ${variant}. Expected one of: ${Object.values(AvatarGroupVariant).join(', ')}`);
|
|
39
|
+
}
|
|
40
|
+
}), [avatarPropsArr, max, size, tw]);
|
|
41
|
+
return (<View style={[tw `${twContainerClassNames}`, style]} {...props}>
|
|
42
|
+
{renderAvatarList()}
|
|
43
|
+
{shouldRenderOverflowCounter && (<AvatarBase twClassName="bg-icon-default" hasBorder fallbackText={`+${overflowCounter}`} fallbackTextProps={{
|
|
44
|
+
variant: MAP_AVATARGROUP_SIZE_OVERFLOWTEXT_TEXTVARIANT[size],
|
|
45
|
+
color: TextColor.PrimaryInverse,
|
|
46
|
+
}} size={size} shape={variant === AvatarGroupVariant.Network
|
|
47
|
+
? AvatarBaseShape.Square
|
|
48
|
+
: AvatarBaseShape.Circle} {...overflowTextProps}/>)}
|
|
49
|
+
</View>);
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=AvatarGroup.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.mjs","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,sDAAsD;AAC5E,OAAO,QAAO,EAAE,WAAW,EAAE,cAAc;;AAC3C,OAAO,EAAE,IAAI,EAAE,8BAAqB;AAEpC,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,8BAAoB;AAElE,OAAO,EAAE,aAAa,EAAE,mCAAyB;AACjD,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,gCAAsB;AAE5D,OAAO,EAAE,aAAa,EAAE,mCAAyB;AAEjD,OAAO,EAAE,aAAa,EAAE,mCAAyB;AAEjD,OAAO,EAAE,WAAW,EAAE,iCAAuB;AAC7C,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,0BAAgB;AAE1C,OAAO,EACL,6CAA6C,EAC7C,+CAA+C,EAChD,oCAAgC;AAGjC,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAC1B,OAAO,EACP,cAAc,EACd,IAAI,GAAG,eAAe,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,WAAW,EAAE,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,+CAA+C,CAAC,IAAI,CAAC;GACxD,CAAC;IAEF,MAAM,gBAAgB,GAAG,WAAW,CAClC,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,kBAAkB,CAAC,OAAO;gBAC7B,OAAO,CACL,CAAC,aAAa,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,kBAAkB,CAAC,OAAO;gBAC7B,OAAO,CACL,CAAC,aAAa,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,kBAAkB,CAAC,OAAO;gBAC7B,OAAO,CACL,CAAC,aAAa,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,kBAAkB,CAAC,KAAK;gBAC3B,OAAO,CACL,CAAC,WAAW,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,kBAAkB,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,IAAI,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,UAAU,CACT,WAAW,CAAC,iBAAiB,CAC7B,SAAS,CACT,YAAY,CAAC,CAAC,IAAI,eAAe,EAAE,CAAC,CACpC,iBAAiB,CAAC,CAAC;gBACjB,OAAO,EAAE,6CAA6C,CAAC,IAAI,CAAC;gBAC5D,KAAK,EAAE,SAAS,CAAC,cAAc;aAChC,CAAC,CACF,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CACJ,OAAO,KAAK,kBAAkB,CAAC,OAAO;gBACpC,CAAC,CAAC,eAAe,CAAC,MAAM;gBACxB,CAAC,CAAC,eAAe,CAAC,MAAM,CAC3B,CACD,IAAI,iBAAiB,CAAC,EACtB,CACH,CACH;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC","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 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.types.cjs","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ViewProps } from 'react-native';\n\nimport type { AvatarGroupSize, AvatarGroupVariant } from '../../types';\nimport type { AvatarAccountProps } from '../AvatarAccount';\nimport type { AvatarBaseProps } from '../AvatarBase';\nimport type { AvatarFaviconProps } from '../AvatarFavicon';\nimport type { AvatarNetworkProps } from '../AvatarNetwork';\nimport type { AvatarTokenProps } from '../AvatarToken';\n\ntype BaseAvatarGroupProps = {\n /**\n * Optional enum to select between Avatar Group sizes.\n *\n * @default AvatarGroupSize.Md\n */\n size?: AvatarGroupSize;\n /**\n * Optional enum to select max number of Avatars visible,\n * before the overflow counter being displayed\n *\n * @default 4\n */\n max?: number;\n /**\n * Optional prop to reverse the direction of the AvatarGroup\n */\n isReverse?: boolean;\n /**\n * Optional prop to pass additional AvatarBase props to the overflow Text element\n */\n overflowTextProps?: AvatarBaseProps;\n /**\n * Optional prop to add twrnc overriding classNames.\n */\n twClassName?: string;\n} & ViewProps;\n\n/**\n * AvatarGroup props.\n */\nexport type AvatarGroupProps = BaseAvatarGroupProps &\n (\n | {\n variant: AvatarGroupVariant.Account;\n /**\n * A list of Avatars to be horizontally stacked.\n * Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.\n */\n avatarPropsArr: AvatarAccountProps[];\n }\n | {\n variant: AvatarGroupVariant.Favicon;\n /**\n * A list of Avatars to be horizontally stacked.\n * Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.\n */\n avatarPropsArr: AvatarFaviconProps[];\n }\n | {\n variant: AvatarGroupVariant.Network;\n /**\n * A list of Avatars to be horizontally stacked.\n * Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.\n */\n avatarPropsArr: AvatarNetworkProps[];\n }\n | {\n variant: AvatarGroupVariant.Token;\n /**\n * A list of Avatars to be horizontally stacked.\n * Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.\n */\n avatarPropsArr: AvatarTokenProps[];\n }\n );\n"]}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import type { ViewProps } from "react-native/index.js";
|
|
2
|
+
import type { AvatarGroupSize, AvatarGroupVariant } from "../../types/index.cjs";
|
|
3
|
+
import type { AvatarAccountProps } from "../AvatarAccount/index.cjs";
|
|
4
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.cjs";
|
|
5
|
+
import type { AvatarFaviconProps } from "../AvatarFavicon/index.cjs";
|
|
6
|
+
import type { AvatarNetworkProps } from "../AvatarNetwork/index.cjs";
|
|
7
|
+
import type { AvatarTokenProps } from "../AvatarToken/index.cjs";
|
|
8
|
+
type BaseAvatarGroupProps = {
|
|
9
|
+
/**
|
|
10
|
+
* Optional enum to select between Avatar Group sizes.
|
|
11
|
+
*
|
|
12
|
+
* @default AvatarGroupSize.Md
|
|
13
|
+
*/
|
|
14
|
+
size?: AvatarGroupSize;
|
|
15
|
+
/**
|
|
16
|
+
* Optional enum to select max number of Avatars visible,
|
|
17
|
+
* before the overflow counter being displayed
|
|
18
|
+
*
|
|
19
|
+
* @default 4
|
|
20
|
+
*/
|
|
21
|
+
max?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Optional prop to reverse the direction of the AvatarGroup
|
|
24
|
+
*/
|
|
25
|
+
isReverse?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Optional prop to pass additional AvatarBase props to the overflow Text element
|
|
28
|
+
*/
|
|
29
|
+
overflowTextProps?: AvatarBaseProps;
|
|
30
|
+
/**
|
|
31
|
+
* Optional prop to add twrnc overriding classNames.
|
|
32
|
+
*/
|
|
33
|
+
twClassName?: string;
|
|
34
|
+
} & ViewProps;
|
|
35
|
+
/**
|
|
36
|
+
* AvatarGroup props.
|
|
37
|
+
*/
|
|
38
|
+
export type AvatarGroupProps = BaseAvatarGroupProps & ({
|
|
39
|
+
variant: AvatarGroupVariant.Account;
|
|
40
|
+
/**
|
|
41
|
+
* A list of Avatars to be horizontally stacked.
|
|
42
|
+
* Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.
|
|
43
|
+
*/
|
|
44
|
+
avatarPropsArr: AvatarAccountProps[];
|
|
45
|
+
} | {
|
|
46
|
+
variant: AvatarGroupVariant.Favicon;
|
|
47
|
+
/**
|
|
48
|
+
* A list of Avatars to be horizontally stacked.
|
|
49
|
+
* Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.
|
|
50
|
+
*/
|
|
51
|
+
avatarPropsArr: AvatarFaviconProps[];
|
|
52
|
+
} | {
|
|
53
|
+
variant: AvatarGroupVariant.Network;
|
|
54
|
+
/**
|
|
55
|
+
* A list of Avatars to be horizontally stacked.
|
|
56
|
+
* Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.
|
|
57
|
+
*/
|
|
58
|
+
avatarPropsArr: AvatarNetworkProps[];
|
|
59
|
+
} | {
|
|
60
|
+
variant: AvatarGroupVariant.Token;
|
|
61
|
+
/**
|
|
62
|
+
* A list of Avatars to be horizontally stacked.
|
|
63
|
+
* Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.
|
|
64
|
+
*/
|
|
65
|
+
avatarPropsArr: AvatarTokenProps[];
|
|
66
|
+
});
|
|
67
|
+
export {};
|
|
68
|
+
//# sourceMappingURL=AvatarGroup.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.types.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,8BAAqB;AAE9C,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,8BAAoB;AACvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,mCAAyB;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,mCAAyB;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,mCAAyB;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,iCAAuB;AAEvD,KAAK,oBAAoB,GAAG;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,SAAS,CAAC;AAEd;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,GACjD,CACI;IACE,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC;IACpC;;;OAGG;IACH,cAAc,EAAE,kBAAkB,EAAE,CAAC;CACtC,GACD;IACE,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC;IACpC;;;OAGG;IACH,cAAc,EAAE,kBAAkB,EAAE,CAAC;CACtC,GACD;IACE,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC;IACpC;;;OAGG;IACH,cAAc,EAAE,kBAAkB,EAAE,CAAC;CACtC,GACD;IACE,OAAO,EAAE,kBAAkB,CAAC,KAAK,CAAC;IAClC;;;OAGG;IACH,cAAc,EAAE,gBAAgB,EAAE,CAAC;CACpC,CACJ,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import type { ViewProps } from "react-native/index.js";
|
|
2
|
+
import type { AvatarGroupSize, AvatarGroupVariant } from "../../types/index.mjs";
|
|
3
|
+
import type { AvatarAccountProps } from "../AvatarAccount/index.mjs";
|
|
4
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.mjs";
|
|
5
|
+
import type { AvatarFaviconProps } from "../AvatarFavicon/index.mjs";
|
|
6
|
+
import type { AvatarNetworkProps } from "../AvatarNetwork/index.mjs";
|
|
7
|
+
import type { AvatarTokenProps } from "../AvatarToken/index.mjs";
|
|
8
|
+
type BaseAvatarGroupProps = {
|
|
9
|
+
/**
|
|
10
|
+
* Optional enum to select between Avatar Group sizes.
|
|
11
|
+
*
|
|
12
|
+
* @default AvatarGroupSize.Md
|
|
13
|
+
*/
|
|
14
|
+
size?: AvatarGroupSize;
|
|
15
|
+
/**
|
|
16
|
+
* Optional enum to select max number of Avatars visible,
|
|
17
|
+
* before the overflow counter being displayed
|
|
18
|
+
*
|
|
19
|
+
* @default 4
|
|
20
|
+
*/
|
|
21
|
+
max?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Optional prop to reverse the direction of the AvatarGroup
|
|
24
|
+
*/
|
|
25
|
+
isReverse?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Optional prop to pass additional AvatarBase props to the overflow Text element
|
|
28
|
+
*/
|
|
29
|
+
overflowTextProps?: AvatarBaseProps;
|
|
30
|
+
/**
|
|
31
|
+
* Optional prop to add twrnc overriding classNames.
|
|
32
|
+
*/
|
|
33
|
+
twClassName?: string;
|
|
34
|
+
} & ViewProps;
|
|
35
|
+
/**
|
|
36
|
+
* AvatarGroup props.
|
|
37
|
+
*/
|
|
38
|
+
export type AvatarGroupProps = BaseAvatarGroupProps & ({
|
|
39
|
+
variant: AvatarGroupVariant.Account;
|
|
40
|
+
/**
|
|
41
|
+
* A list of Avatars to be horizontally stacked.
|
|
42
|
+
* Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.
|
|
43
|
+
*/
|
|
44
|
+
avatarPropsArr: AvatarAccountProps[];
|
|
45
|
+
} | {
|
|
46
|
+
variant: AvatarGroupVariant.Favicon;
|
|
47
|
+
/**
|
|
48
|
+
* A list of Avatars to be horizontally stacked.
|
|
49
|
+
* Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.
|
|
50
|
+
*/
|
|
51
|
+
avatarPropsArr: AvatarFaviconProps[];
|
|
52
|
+
} | {
|
|
53
|
+
variant: AvatarGroupVariant.Network;
|
|
54
|
+
/**
|
|
55
|
+
* A list of Avatars to be horizontally stacked.
|
|
56
|
+
* Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.
|
|
57
|
+
*/
|
|
58
|
+
avatarPropsArr: AvatarNetworkProps[];
|
|
59
|
+
} | {
|
|
60
|
+
variant: AvatarGroupVariant.Token;
|
|
61
|
+
/**
|
|
62
|
+
* A list of Avatars to be horizontally stacked.
|
|
63
|
+
* Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.
|
|
64
|
+
*/
|
|
65
|
+
avatarPropsArr: AvatarTokenProps[];
|
|
66
|
+
});
|
|
67
|
+
export {};
|
|
68
|
+
//# sourceMappingURL=AvatarGroup.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.types.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,8BAAqB;AAE9C,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,8BAAoB;AACvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,mCAAyB;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,mCAAyB;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,mCAAyB;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,iCAAuB;AAEvD,KAAK,oBAAoB,GAAG;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,SAAS,CAAC;AAEd;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,GACjD,CACI;IACE,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC;IACpC;;;OAGG;IACH,cAAc,EAAE,kBAAkB,EAAE,CAAC;CACtC,GACD;IACE,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC;IACpC;;;OAGG;IACH,cAAc,EAAE,kBAAkB,EAAE,CAAC;CACtC,GACD;IACE,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC;IACpC;;;OAGG;IACH,cAAc,EAAE,kBAAkB,EAAE,CAAC;CACtC,GACD;IACE,OAAO,EAAE,kBAAkB,CAAC,KAAK,CAAC;IAClC;;;OAGG;IACH,cAAc,EAAE,gBAAgB,EAAE,CAAC;CACpC,CACJ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.types.mjs","sourceRoot":"","sources":["../../../src/components/AvatarGroup/AvatarGroup.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ViewProps } from 'react-native';\n\nimport type { AvatarGroupSize, AvatarGroupVariant } from '../../types';\nimport type { AvatarAccountProps } from '../AvatarAccount';\nimport type { AvatarBaseProps } from '../AvatarBase';\nimport type { AvatarFaviconProps } from '../AvatarFavicon';\nimport type { AvatarNetworkProps } from '../AvatarNetwork';\nimport type { AvatarTokenProps } from '../AvatarToken';\n\ntype BaseAvatarGroupProps = {\n /**\n * Optional enum to select between Avatar Group sizes.\n *\n * @default AvatarGroupSize.Md\n */\n size?: AvatarGroupSize;\n /**\n * Optional enum to select max number of Avatars visible,\n * before the overflow counter being displayed\n *\n * @default 4\n */\n max?: number;\n /**\n * Optional prop to reverse the direction of the AvatarGroup\n */\n isReverse?: boolean;\n /**\n * Optional prop to pass additional AvatarBase props to the overflow Text element\n */\n overflowTextProps?: AvatarBaseProps;\n /**\n * Optional prop to add twrnc overriding classNames.\n */\n twClassName?: string;\n} & ViewProps;\n\n/**\n * AvatarGroup props.\n */\nexport type AvatarGroupProps = BaseAvatarGroupProps &\n (\n | {\n variant: AvatarGroupVariant.Account;\n /**\n * A list of Avatars to be horizontally stacked.\n * Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.\n */\n avatarPropsArr: AvatarAccountProps[];\n }\n | {\n variant: AvatarGroupVariant.Favicon;\n /**\n * A list of Avatars to be horizontally stacked.\n * Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.\n */\n avatarPropsArr: AvatarFaviconProps[];\n }\n | {\n variant: AvatarGroupVariant.Network;\n /**\n * A list of Avatars to be horizontally stacked.\n * Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.\n */\n avatarPropsArr: AvatarNetworkProps[];\n }\n | {\n variant: AvatarGroupVariant.Token;\n /**\n * A list of Avatars to be horizontally stacked.\n * Note: AvatarGroupProps's size prop will overwrite each individual avatarProp's size.\n */\n avatarPropsArr: AvatarTokenProps[];\n }\n );\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarGroup = exports.AvatarGroupVariant = exports.AvatarGroupSize = void 0;
|
|
4
|
+
var types_1 = require("../../types/index.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarGroupSize", { enumerable: true, get: function () { return types_1.AvatarGroupSize; } });
|
|
6
|
+
Object.defineProperty(exports, "AvatarGroupVariant", { enumerable: true, get: function () { return types_1.AvatarGroupVariant; } });
|
|
7
|
+
var AvatarGroup_1 = require("./AvatarGroup.cjs");
|
|
8
|
+
Object.defineProperty(exports, "AvatarGroup", { enumerable: true, get: function () { return AvatarGroup_1.AvatarGroup; } });
|
|
9
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/AvatarGroup/index.ts"],"names":[],"mappings":";;;AAAA,+CAAkE;AAAzD,wGAAA,eAAe,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAC5C,iDAA4C;AAAnC,0GAAA,WAAW,OAAA","sourcesContent":["export { AvatarGroupSize, AvatarGroupVariant } from '../../types';\nexport { AvatarGroup } from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,8BAAoB;AAClE,OAAO,EAAE,WAAW,EAAE,0BAAsB;AAC5C,YAAY,EAAE,gBAAgB,EAAE,gCAA4B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,8BAAoB;AAClE,OAAO,EAAE,WAAW,EAAE,0BAAsB;AAC5C,YAAY,EAAE,gBAAgB,EAAE,gCAA4B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/AvatarGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,8BAAoB;AAClE,OAAO,EAAE,WAAW,EAAE,0BAAsB","sourcesContent":["export { AvatarGroupSize, AvatarGroupVariant } from '../../types';\nexport { AvatarGroup } from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup.types';\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AvatarIcon = void 0;
|
|
7
|
+
const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset");
|
|
8
|
+
const react_1 = __importDefault(require("react"));
|
|
9
|
+
const types_1 = require("../../types/index.cjs");
|
|
10
|
+
const AvatarBase_1 = require("../AvatarBase/index.cjs");
|
|
11
|
+
const Icon_1 = require("../Icon/index.cjs");
|
|
12
|
+
const AvatarIcon_constants_1 = require("./AvatarIcon.constants.cjs");
|
|
13
|
+
const AvatarIcon = ({ size = types_1.AvatarIconSize.Md, shape = types_1.AvatarBaseShape.Circle, severity = types_1.AvatarIconSeverity.Neutral, iconName, iconProps, twClassName = '', style, ...props }) => {
|
|
14
|
+
const tw = (0, design_system_twrnc_preset_1.useTailwind)();
|
|
15
|
+
const twContainerClassNames = `
|
|
16
|
+
${AvatarIcon_constants_1.TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR[severity]}
|
|
17
|
+
${twClassName}
|
|
18
|
+
`;
|
|
19
|
+
return (<AvatarBase_1.AvatarBase size={size} shape={shape} style={[tw `${twContainerClassNames}`, style]} accessibilityRole="image" {...props}>
|
|
20
|
+
<Icon_1.Icon name={iconName} size={AvatarIcon_constants_1.MAP_AVATARICON_SIZE_ICONSIZE[size]} color={AvatarIcon_constants_1.MAP_AVATARICON_SEVERITY_ICONCOLOR[severity]} {...iconProps}/>
|
|
21
|
+
</AvatarBase_1.AvatarBase>);
|
|
22
|
+
};
|
|
23
|
+
exports.AvatarIcon = AvatarIcon;
|
|
24
|
+
//# sourceMappingURL=AvatarIcon.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.cjs","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.tsx"],"names":[],"mappings":";;;;;;AAAA,8FAA4E;AAC5E,kDAA0B;AAE1B,iDAIqB;AACrB,wDAA2C;AAC3C,4CAA+B;AAE/B,qEAIgC;AAGzB,MAAM,UAAU,GAAG,CAAC,EACzB,IAAI,GAAG,sBAAc,CAAC,EAAE,EACxB,KAAK,GAAG,uBAAe,CAAC,MAAM,EAC9B,QAAQ,GAAG,0BAAkB,CAAC,OAAO,EACrC,QAAQ,EACR,SAAS,EACT,WAAW,GAAG,EAAE,EAChB,KAAK,EACL,GAAG,KAAK,EACQ,EAAE,EAAE;IACpB,MAAM,EAAE,GAAG,IAAA,wCAAW,GAAE,CAAC;IACzB,MAAM,qBAAqB,GAAG;MAC1B,qEAA8C,CAAC,QAAQ,CAAC;MACxD,WAAW;GACd,CAAC;IAEF,OAAO,CACL,CAAC,uBAAU,CACT,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,KAAK,CAAC,CAAC,CAAC,EAAE,CAAA,GAAG,qBAAqB,EAAE,EAAE,KAAK,CAAC,CAAC,CAC7C,iBAAiB,CAAC,OAAO,CACzB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,WAAI,CACH,IAAI,CAAC,CAAC,QAAQ,CAAC,CACf,IAAI,CAAC,CAAC,mDAA4B,CAAC,IAAI,CAAC,CAAC,CACzC,KAAK,CAAC,CAAC,wDAAiC,CAAC,QAAQ,CAAC,CAAC,CACnD,IAAI,SAAS,CAAC,EAElB;IAAA,EAAE,uBAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC;AAhCW,QAAA,UAAU,cAgCrB","sourcesContent":["import { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React from 'react';\n\nimport {\n AvatarIconSize,\n AvatarBaseShape,\n AvatarIconSeverity,\n} from '../../types';\nimport { AvatarBase } from '../AvatarBase';\nimport { Icon } from '../Icon';\n\nimport {\n MAP_AVATARICON_SIZE_ICONSIZE,\n MAP_AVATARICON_SEVERITY_ICONCOLOR,\n TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR,\n} from './AvatarIcon.constants';\nimport type { AvatarIconProps } from './AvatarIcon.types';\n\nexport const AvatarIcon = ({\n size = AvatarIconSize.Md,\n shape = AvatarBaseShape.Circle,\n severity = AvatarIconSeverity.Neutral,\n iconName,\n iconProps,\n twClassName = '',\n style,\n ...props\n}: AvatarIconProps) => {\n const tw = useTailwind();\n const twContainerClassNames = `\n ${TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR[severity]}\n ${twClassName}\n `;\n\n return (\n <AvatarBase\n size={size}\n shape={shape}\n style={[tw`${twContainerClassNames}`, style]}\n accessibilityRole=\"image\"\n {...props}\n >\n <Icon\n name={iconName}\n size={MAP_AVATARICON_SIZE_ICONSIZE[size]}\n color={MAP_AVATARICON_SEVERITY_ICONCOLOR[severity]}\n {...iconProps}\n />\n </AvatarBase>\n );\n};\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MAP_AVATARICON_SEVERITY_ICONCOLOR = exports.MAP_AVATARICON_SIZE_ICONSIZE = exports.TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR = void 0;
|
|
4
|
+
const types_1 = require("../../types/index.cjs");
|
|
5
|
+
const Icon_1 = require("../Icon/index.cjs");
|
|
6
|
+
// Mappings
|
|
7
|
+
exports.TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR = {
|
|
8
|
+
[types_1.AvatarIconSeverity.Neutral]: 'bg-muted',
|
|
9
|
+
[types_1.AvatarIconSeverity.Info]: 'bg-info-muted',
|
|
10
|
+
[types_1.AvatarIconSeverity.Success]: 'bg-success-muted',
|
|
11
|
+
[types_1.AvatarIconSeverity.Error]: 'bg-error-muted',
|
|
12
|
+
[types_1.AvatarIconSeverity.Warning]: 'bg-warning-muted',
|
|
13
|
+
};
|
|
14
|
+
exports.MAP_AVATARICON_SIZE_ICONSIZE = {
|
|
15
|
+
[types_1.AvatarIconSize.Xs]: Icon_1.IconSize.Xs,
|
|
16
|
+
[types_1.AvatarIconSize.Sm]: Icon_1.IconSize.Sm,
|
|
17
|
+
[types_1.AvatarIconSize.Md]: Icon_1.IconSize.Md,
|
|
18
|
+
[types_1.AvatarIconSize.Lg]: Icon_1.IconSize.Lg,
|
|
19
|
+
[types_1.AvatarIconSize.Xl]: Icon_1.IconSize.Xl, // 48px avatar -> 32px icon
|
|
20
|
+
};
|
|
21
|
+
exports.MAP_AVATARICON_SEVERITY_ICONCOLOR = {
|
|
22
|
+
[types_1.AvatarIconSeverity.Neutral]: Icon_1.IconColor.IconAlternative,
|
|
23
|
+
[types_1.AvatarIconSeverity.Info]: Icon_1.IconColor.InfoDefault,
|
|
24
|
+
[types_1.AvatarIconSeverity.Success]: Icon_1.IconColor.SuccessDefault,
|
|
25
|
+
[types_1.AvatarIconSeverity.Error]: Icon_1.IconColor.ErrorDefault,
|
|
26
|
+
[types_1.AvatarIconSeverity.Warning]: Icon_1.IconColor.WarningDefault,
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=AvatarIcon.constants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.constants.cjs","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.constants.ts"],"names":[],"mappings":";;;AAAA,iDAAiE;AACjE,4CAA8C;AAE9C,WAAW;AACE,QAAA,8CAA8C,GAGvD;IACF,CAAC,0BAAkB,CAAC,OAAO,CAAC,EAAE,UAAU;IACxC,CAAC,0BAAkB,CAAC,IAAI,CAAC,EAAE,eAAe;IAC1C,CAAC,0BAAkB,CAAC,OAAO,CAAC,EAAE,kBAAkB;IAChD,CAAC,0BAAkB,CAAC,KAAK,CAAC,EAAE,gBAAgB;IAC5C,CAAC,0BAAkB,CAAC,OAAO,CAAC,EAAE,kBAAkB;CACjD,CAAC;AACW,QAAA,4BAA4B,GAAqC;IAC5E,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,eAAQ,CAAC,EAAE;IAChC,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,eAAQ,CAAC,EAAE;IAChC,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,eAAQ,CAAC,EAAE;IAChC,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,eAAQ,CAAC,EAAE;IAChC,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,eAAQ,CAAC,EAAE,EAAE,2BAA2B;CAC9D,CAAC;AACW,QAAA,iCAAiC,GAG1C;IACF,CAAC,0BAAkB,CAAC,OAAO,CAAC,EAAE,gBAAS,CAAC,eAAe;IACvD,CAAC,0BAAkB,CAAC,IAAI,CAAC,EAAE,gBAAS,CAAC,WAAW;IAChD,CAAC,0BAAkB,CAAC,OAAO,CAAC,EAAE,gBAAS,CAAC,cAAc;IACtD,CAAC,0BAAkB,CAAC,KAAK,CAAC,EAAE,gBAAS,CAAC,YAAY;IAClD,CAAC,0BAAkB,CAAC,OAAO,CAAC,EAAE,gBAAS,CAAC,cAAc;CACvD,CAAC","sourcesContent":["import { AvatarIconSize, AvatarIconSeverity } from '../../types';\nimport { IconSize, IconColor } from '../Icon';\n\n// Mappings\nexport const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR: Record<\n AvatarIconSeverity,\n string\n> = {\n [AvatarIconSeverity.Neutral]: 'bg-muted',\n [AvatarIconSeverity.Info]: 'bg-info-muted',\n [AvatarIconSeverity.Success]: 'bg-success-muted',\n [AvatarIconSeverity.Error]: 'bg-error-muted',\n [AvatarIconSeverity.Warning]: 'bg-warning-muted',\n};\nexport const MAP_AVATARICON_SIZE_ICONSIZE: Record<AvatarIconSize, IconSize> = {\n [AvatarIconSize.Xs]: IconSize.Xs, // 16px avatar -> 12px icon\n [AvatarIconSize.Sm]: IconSize.Sm, // 24px avatar -> 16px icon\n [AvatarIconSize.Md]: IconSize.Md, // 32px avatar -> 20px icon\n [AvatarIconSize.Lg]: IconSize.Lg, // 40px avatar -> 24px icon\n [AvatarIconSize.Xl]: IconSize.Xl, // 48px avatar -> 32px icon\n};\nexport const MAP_AVATARICON_SEVERITY_ICONCOLOR: Record<\n AvatarIconSeverity,\n IconColor\n> = {\n [AvatarIconSeverity.Neutral]: IconColor.IconAlternative,\n [AvatarIconSeverity.Info]: IconColor.InfoDefault,\n [AvatarIconSeverity.Success]: IconColor.SuccessDefault,\n [AvatarIconSeverity.Error]: IconColor.ErrorDefault,\n [AvatarIconSeverity.Warning]: IconColor.WarningDefault,\n};\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AvatarIconSize, AvatarIconSeverity } from "../../types/index.cjs";
|
|
2
|
+
import { IconSize, IconColor } from "../Icon/index.cjs";
|
|
3
|
+
export declare const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR: Record<AvatarIconSeverity, string>;
|
|
4
|
+
export declare const MAP_AVATARICON_SIZE_ICONSIZE: Record<AvatarIconSize, IconSize>;
|
|
5
|
+
export declare const MAP_AVATARICON_SEVERITY_ICONCOLOR: Record<AvatarIconSeverity, IconColor>;
|
|
6
|
+
//# sourceMappingURL=AvatarIcon.constants.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.constants.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,8BAAoB;AACjE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,0BAAgB;AAG9C,eAAO,MAAM,8CAA8C,EAAE,MAAM,CACjE,kBAAkB,EAClB,MAAM,CAOP,CAAC;AACF,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,cAAc,EAAE,QAAQ,CAMzE,CAAC;AACF,eAAO,MAAM,iCAAiC,EAAE,MAAM,CACpD,kBAAkB,EAClB,SAAS,CAOV,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AvatarIconSize, AvatarIconSeverity } from "../../types/index.mjs";
|
|
2
|
+
import { IconSize, IconColor } from "../Icon/index.mjs";
|
|
3
|
+
export declare const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR: Record<AvatarIconSeverity, string>;
|
|
4
|
+
export declare const MAP_AVATARICON_SIZE_ICONSIZE: Record<AvatarIconSize, IconSize>;
|
|
5
|
+
export declare const MAP_AVATARICON_SEVERITY_ICONCOLOR: Record<AvatarIconSeverity, IconColor>;
|
|
6
|
+
//# sourceMappingURL=AvatarIcon.constants.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.constants.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,8BAAoB;AACjE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,0BAAgB;AAG9C,eAAO,MAAM,8CAA8C,EAAE,MAAM,CACjE,kBAAkB,EAClB,MAAM,CAOP,CAAC;AACF,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,cAAc,EAAE,QAAQ,CAMzE,CAAC;AACF,eAAO,MAAM,iCAAiC,EAAE,MAAM,CACpD,kBAAkB,EAClB,SAAS,CAOV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AvatarIconSize, AvatarIconSeverity } from "../../types/index.mjs";
|
|
2
|
+
import { IconSize, IconColor } from "../Icon/index.mjs";
|
|
3
|
+
// Mappings
|
|
4
|
+
export const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR = {
|
|
5
|
+
[AvatarIconSeverity.Neutral]: 'bg-muted',
|
|
6
|
+
[AvatarIconSeverity.Info]: 'bg-info-muted',
|
|
7
|
+
[AvatarIconSeverity.Success]: 'bg-success-muted',
|
|
8
|
+
[AvatarIconSeverity.Error]: 'bg-error-muted',
|
|
9
|
+
[AvatarIconSeverity.Warning]: 'bg-warning-muted',
|
|
10
|
+
};
|
|
11
|
+
export const MAP_AVATARICON_SIZE_ICONSIZE = {
|
|
12
|
+
[AvatarIconSize.Xs]: IconSize.Xs,
|
|
13
|
+
[AvatarIconSize.Sm]: IconSize.Sm,
|
|
14
|
+
[AvatarIconSize.Md]: IconSize.Md,
|
|
15
|
+
[AvatarIconSize.Lg]: IconSize.Lg,
|
|
16
|
+
[AvatarIconSize.Xl]: IconSize.Xl, // 48px avatar -> 32px icon
|
|
17
|
+
};
|
|
18
|
+
export const MAP_AVATARICON_SEVERITY_ICONCOLOR = {
|
|
19
|
+
[AvatarIconSeverity.Neutral]: IconColor.IconAlternative,
|
|
20
|
+
[AvatarIconSeverity.Info]: IconColor.InfoDefault,
|
|
21
|
+
[AvatarIconSeverity.Success]: IconColor.SuccessDefault,
|
|
22
|
+
[AvatarIconSeverity.Error]: IconColor.ErrorDefault,
|
|
23
|
+
[AvatarIconSeverity.Warning]: IconColor.WarningDefault,
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=AvatarIcon.constants.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.constants.mjs","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,8BAAoB;AACjE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,0BAAgB;AAE9C,WAAW;AACX,MAAM,CAAC,MAAM,8CAA8C,GAGvD;IACF,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,UAAU;IACxC,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,eAAe;IAC1C,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,kBAAkB;IAChD,CAAC,kBAAkB,CAAC,KAAK,CAAC,EAAE,gBAAgB;IAC5C,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,kBAAkB;CACjD,CAAC;AACF,MAAM,CAAC,MAAM,4BAA4B,GAAqC;IAC5E,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE;IAChC,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE;IAChC,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE;IAChC,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE;IAChC,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE,EAAE,2BAA2B;CAC9D,CAAC;AACF,MAAM,CAAC,MAAM,iCAAiC,GAG1C;IACF,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,eAAe;IACvD,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,WAAW;IAChD,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,cAAc;IACtD,CAAC,kBAAkB,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY;IAClD,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,cAAc;CACvD,CAAC","sourcesContent":["import { AvatarIconSize, AvatarIconSeverity } from '../../types';\nimport { IconSize, IconColor } from '../Icon';\n\n// Mappings\nexport const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR: Record<\n AvatarIconSeverity,\n string\n> = {\n [AvatarIconSeverity.Neutral]: 'bg-muted',\n [AvatarIconSeverity.Info]: 'bg-info-muted',\n [AvatarIconSeverity.Success]: 'bg-success-muted',\n [AvatarIconSeverity.Error]: 'bg-error-muted',\n [AvatarIconSeverity.Warning]: 'bg-warning-muted',\n};\nexport const MAP_AVATARICON_SIZE_ICONSIZE: Record<AvatarIconSize, IconSize> = {\n [AvatarIconSize.Xs]: IconSize.Xs, // 16px avatar -> 12px icon\n [AvatarIconSize.Sm]: IconSize.Sm, // 24px avatar -> 16px icon\n [AvatarIconSize.Md]: IconSize.Md, // 32px avatar -> 20px icon\n [AvatarIconSize.Lg]: IconSize.Lg, // 40px avatar -> 24px icon\n [AvatarIconSize.Xl]: IconSize.Xl, // 48px avatar -> 32px icon\n};\nexport const MAP_AVATARICON_SEVERITY_ICONCOLOR: Record<\n AvatarIconSeverity,\n IconColor\n> = {\n [AvatarIconSeverity.Neutral]: IconColor.IconAlternative,\n [AvatarIconSeverity.Info]: IconColor.InfoDefault,\n [AvatarIconSeverity.Success]: IconColor.SuccessDefault,\n [AvatarIconSeverity.Error]: IconColor.ErrorDefault,\n [AvatarIconSeverity.Warning]: IconColor.WarningDefault,\n};\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarIconProps } from "./AvatarIcon.types.cjs";
|
|
3
|
+
export declare const AvatarIcon: ({ size, shape, severity, iconName, iconProps, twClassName, style, ...props }: AvatarIconProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarIcon.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAe1B,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAE1D,eAAO,MAAM,UAAU,iFASpB,eAAe,sBAuBjB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarIconProps } from "./AvatarIcon.types.mjs";
|
|
3
|
+
export declare const AvatarIcon: ({ size, shape, severity, iconName, iconProps, twClassName, style, ...props }: AvatarIconProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarIcon.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAe1B,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAE1D,eAAO,MAAM,UAAU,iFASpB,eAAe,sBAuBjB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import { useTailwind } from "@metamask-previews/design-system-twrnc-preset";
|
|
8
|
+
import $React from "react";
|
|
9
|
+
const React = $importDefault($React);
|
|
10
|
+
import { AvatarIconSize, AvatarBaseShape, AvatarIconSeverity } from "../../types/index.mjs";
|
|
11
|
+
import { AvatarBase } from "../AvatarBase/index.mjs";
|
|
12
|
+
import { Icon } from "../Icon/index.mjs";
|
|
13
|
+
import { MAP_AVATARICON_SIZE_ICONSIZE, MAP_AVATARICON_SEVERITY_ICONCOLOR, TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR } from "./AvatarIcon.constants.mjs";
|
|
14
|
+
export const AvatarIcon = ({ size = AvatarIconSize.Md, shape = AvatarBaseShape.Circle, severity = AvatarIconSeverity.Neutral, iconName, iconProps, twClassName = '', style, ...props }) => {
|
|
15
|
+
const tw = useTailwind();
|
|
16
|
+
const twContainerClassNames = `
|
|
17
|
+
${TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR[severity]}
|
|
18
|
+
${twClassName}
|
|
19
|
+
`;
|
|
20
|
+
return (<AvatarBase size={size} shape={shape} style={[tw `${twContainerClassNames}`, style]} accessibilityRole="image" {...props}>
|
|
21
|
+
<Icon name={iconName} size={MAP_AVATARICON_SIZE_ICONSIZE[size]} color={MAP_AVATARICON_SEVERITY_ICONCOLOR[severity]} {...iconProps}/>
|
|
22
|
+
</AvatarBase>);
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=AvatarIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.mjs","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,sDAAsD;AAC5E,OAAO,MAAK,cAAc;;AAE1B,OAAO,EACL,cAAc,EACd,eAAe,EACf,kBAAkB,EACnB,8BAAoB;AACrB,OAAO,EAAE,UAAU,EAAE,gCAAsB;AAC3C,OAAO,EAAE,IAAI,EAAE,0BAAgB;AAE/B,OAAO,EACL,4BAA4B,EAC5B,iCAAiC,EACjC,8CAA8C,EAC/C,mCAA+B;AAGhC,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,EACzB,IAAI,GAAG,cAAc,CAAC,EAAE,EACxB,KAAK,GAAG,eAAe,CAAC,MAAM,EAC9B,QAAQ,GAAG,kBAAkB,CAAC,OAAO,EACrC,QAAQ,EACR,SAAS,EACT,WAAW,GAAG,EAAE,EAChB,KAAK,EACL,GAAG,KAAK,EACQ,EAAE,EAAE;IACpB,MAAM,EAAE,GAAG,WAAW,EAAE,CAAC;IACzB,MAAM,qBAAqB,GAAG;MAC1B,8CAA8C,CAAC,QAAQ,CAAC;MACxD,WAAW;GACd,CAAC;IAEF,OAAO,CACL,CAAC,UAAU,CACT,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,KAAK,CAAC,CAAC,CAAC,EAAE,CAAA,GAAG,qBAAqB,EAAE,EAAE,KAAK,CAAC,CAAC,CAC7C,iBAAiB,CAAC,OAAO,CACzB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,IAAI,CACH,IAAI,CAAC,CAAC,QAAQ,CAAC,CACf,IAAI,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,CAAC,CACzC,KAAK,CAAC,CAAC,iCAAiC,CAAC,QAAQ,CAAC,CAAC,CACnD,IAAI,SAAS,CAAC,EAElB;IAAA,EAAE,UAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React from 'react';\n\nimport {\n AvatarIconSize,\n AvatarBaseShape,\n AvatarIconSeverity,\n} from '../../types';\nimport { AvatarBase } from '../AvatarBase';\nimport { Icon } from '../Icon';\n\nimport {\n MAP_AVATARICON_SIZE_ICONSIZE,\n MAP_AVATARICON_SEVERITY_ICONCOLOR,\n TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR,\n} from './AvatarIcon.constants';\nimport type { AvatarIconProps } from './AvatarIcon.types';\n\nexport const AvatarIcon = ({\n size = AvatarIconSize.Md,\n shape = AvatarBaseShape.Circle,\n severity = AvatarIconSeverity.Neutral,\n iconName,\n iconProps,\n twClassName = '',\n style,\n ...props\n}: AvatarIconProps) => {\n const tw = useTailwind();\n const twContainerClassNames = `\n ${TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR[severity]}\n ${twClassName}\n `;\n\n return (\n <AvatarBase\n size={size}\n shape={shape}\n style={[tw`${twContainerClassNames}`, style]}\n accessibilityRole=\"image\"\n {...props}\n >\n <Icon\n name={iconName}\n size={MAP_AVATARICON_SIZE_ICONSIZE[size]}\n color={MAP_AVATARICON_SEVERITY_ICONCOLOR[severity]}\n {...iconProps}\n />\n </AvatarBase>\n );\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.types.cjs","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { AvatarIconSeverity } from '../../types';\nimport type { AvatarBaseProps } from '../AvatarBase';\nimport type { IconName, IconProps } from '../Icon';\n\n/**\n * AvatarIcon component props.\n */\nexport type AvatarIconProps = {\n /**\n * Optional prop to control the severity of the avatar\n *\n * @default AvatarIconSeverity.Neutral\n */\n severity?: AvatarIconSeverity;\n /**\n * Optional prop to specify an icon to show\n */\n iconName: IconName;\n /**\n * Optional prop to pass additional properties to the icon\n */\n iconProps?: Omit<IconProps, 'name'>;\n} & Omit<AvatarBaseProps, 'children' | 'fallbackText' | 'fallbackTextProps'>;\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { AvatarIconSeverity } from "../../types/index.cjs";
|
|
2
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.cjs";
|
|
3
|
+
import type { IconName, IconProps } from "../Icon/index.cjs";
|
|
4
|
+
/**
|
|
5
|
+
* AvatarIcon component props.
|
|
6
|
+
*/
|
|
7
|
+
export type AvatarIconProps = {
|
|
8
|
+
/**
|
|
9
|
+
* Optional prop to control the severity of the avatar
|
|
10
|
+
*
|
|
11
|
+
* @default AvatarIconSeverity.Neutral
|
|
12
|
+
*/
|
|
13
|
+
severity?: AvatarIconSeverity;
|
|
14
|
+
/**
|
|
15
|
+
* Optional prop to specify an icon to show
|
|
16
|
+
*/
|
|
17
|
+
iconName: IconName;
|
|
18
|
+
/**
|
|
19
|
+
* Optional prop to pass additional properties to the icon
|
|
20
|
+
*/
|
|
21
|
+
iconProps?: Omit<IconProps, 'name'>;
|
|
22
|
+
} & Omit<AvatarBaseProps, 'children' | 'fallbackText' | 'fallbackTextProps'>;
|
|
23
|
+
//# sourceMappingURL=AvatarIcon.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.types.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,8BAAoB;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,0BAAgB;AAEnD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;CACrC,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,cAAc,GAAG,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { AvatarIconSeverity } from "../../types/index.mjs";
|
|
2
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.mjs";
|
|
3
|
+
import type { IconName, IconProps } from "../Icon/index.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* AvatarIcon component props.
|
|
6
|
+
*/
|
|
7
|
+
export type AvatarIconProps = {
|
|
8
|
+
/**
|
|
9
|
+
* Optional prop to control the severity of the avatar
|
|
10
|
+
*
|
|
11
|
+
* @default AvatarIconSeverity.Neutral
|
|
12
|
+
*/
|
|
13
|
+
severity?: AvatarIconSeverity;
|
|
14
|
+
/**
|
|
15
|
+
* Optional prop to specify an icon to show
|
|
16
|
+
*/
|
|
17
|
+
iconName: IconName;
|
|
18
|
+
/**
|
|
19
|
+
* Optional prop to pass additional properties to the icon
|
|
20
|
+
*/
|
|
21
|
+
iconProps?: Omit<IconProps, 'name'>;
|
|
22
|
+
} & Omit<AvatarBaseProps, 'children' | 'fallbackText' | 'fallbackTextProps'>;
|
|
23
|
+
//# sourceMappingURL=AvatarIcon.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.types.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,8BAAoB;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,0BAAgB;AAEnD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;CACrC,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,cAAc,GAAG,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.types.mjs","sourceRoot":"","sources":["../../../src/components/AvatarIcon/AvatarIcon.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { AvatarIconSeverity } from '../../types';\nimport type { AvatarBaseProps } from '../AvatarBase';\nimport type { IconName, IconProps } from '../Icon';\n\n/**\n * AvatarIcon component props.\n */\nexport type AvatarIconProps = {\n /**\n * Optional prop to control the severity of the avatar\n *\n * @default AvatarIconSeverity.Neutral\n */\n severity?: AvatarIconSeverity;\n /**\n * Optional prop to specify an icon to show\n */\n iconName: IconName;\n /**\n * Optional prop to pass additional properties to the icon\n */\n iconProps?: Omit<IconProps, 'name'>;\n} & Omit<AvatarBaseProps, 'children' | 'fallbackText' | 'fallbackTextProps'>;\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarIcon = exports.AvatarIconSeverity = exports.AvatarIconSize = void 0;
|
|
4
|
+
var types_1 = require("../../types/index.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarIconSize", { enumerable: true, get: function () { return types_1.AvatarIconSize; } });
|
|
6
|
+
Object.defineProperty(exports, "AvatarIconSeverity", { enumerable: true, get: function () { return types_1.AvatarIconSeverity; } });
|
|
7
|
+
var AvatarIcon_1 = require("./AvatarIcon.cjs");
|
|
8
|
+
Object.defineProperty(exports, "AvatarIcon", { enumerable: true, get: function () { return AvatarIcon_1.AvatarIcon; } });
|
|
9
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/AvatarIcon/index.ts"],"names":[],"mappings":";;;AAAA,+CAAiE;AAAxD,uGAAA,cAAc,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAC3C,+CAA0C;AAAjC,wGAAA,UAAU,OAAA","sourcesContent":["export { AvatarIconSize, AvatarIconSeverity } from '../../types';\nexport { AvatarIcon } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,8BAAoB;AACjE,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/AvatarIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,8BAAoB;AACjE,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/AvatarIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,8BAAoB;AACjE,OAAO,EAAE,UAAU,EAAE,yBAAqB","sourcesContent":["export { AvatarIconSize, AvatarIconSeverity } from '../../types';\nexport { AvatarIcon } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon.types';\n"]}
|