@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,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.AvatarNetwork = void 0;
|
|
27
|
+
const react_1 = __importStar(require("react"));
|
|
28
|
+
const types_1 = require("../../types/index.cjs");
|
|
29
|
+
const AvatarBase_1 = require("../AvatarBase/index.cjs");
|
|
30
|
+
const ImageOrSvg_1 = require("../temp-components/ImageOrSvg/index.cjs");
|
|
31
|
+
const AvatarNetwork = ({ src, size = types_1.AvatarNetworkSize.Md, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }) => {
|
|
32
|
+
const [finalFallbackText, setFallbackText] = (0, react_1.useState)('');
|
|
33
|
+
const backupFallbackText = fallbackText || name?.[0] || '';
|
|
34
|
+
const onImageErrorHandler = (e) => {
|
|
35
|
+
setFallbackText(backupFallbackText);
|
|
36
|
+
imageOrSvgProps?.onImageError?.(e);
|
|
37
|
+
};
|
|
38
|
+
const onSvgErrorHandler = (e) => {
|
|
39
|
+
setFallbackText(backupFallbackText);
|
|
40
|
+
imageOrSvgProps?.onSvgError?.(e);
|
|
41
|
+
};
|
|
42
|
+
return (<AvatarBase_1.AvatarBase size={size} shape={types_1.AvatarBaseShape.Square} fallbackText={finalFallbackText} fallbackTextProps={fallbackTextProps} twClassName={twClassName} {...props}>
|
|
43
|
+
{src && (<ImageOrSvg_1.ImageOrSvg src={src} width={'100%'} height={'100%'} {...imageOrSvgProps} imageProps={{
|
|
44
|
+
resizeMode: 'contain',
|
|
45
|
+
...imageOrSvgProps?.imageProps,
|
|
46
|
+
}} onImageError={onImageErrorHandler} onSvgError={onSvgErrorHandler}/>)}
|
|
47
|
+
</AvatarBase_1.AvatarBase>);
|
|
48
|
+
};
|
|
49
|
+
exports.AvatarNetwork = AvatarNetwork;
|
|
50
|
+
//# sourceMappingURL=AvatarNetwork.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.cjs","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/AvatarNetwork.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAwC;AAGxC,iDAAiE;AACjE,wDAA2C;AAC3C,wEAA2D;AAIpD,MAAM,aAAa,GAAG,CAAC,EAC5B,GAAG,EACH,IAAI,GAAG,yBAAiB,CAAC,EAAE,EAC3B,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,GAAG,KAAK,EACW,EAAE,EAAE;IACvB,MAAM,CAAC,iBAAiB,EAAE,eAAe,CAAC,GAAG,IAAA,gBAAQ,EAAS,EAAE,CAAC,CAAC;IAElE,MAAM,kBAAkB,GAAG,YAAY,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC3D,MAAM,mBAAmB,GAAG,CAC1B,CAA4C,EAC5C,EAAE;QACF,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,YAAY,EAAE,CAAC,CAAC,CAAC,CAAC;IACrC,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,CAAM,EAAE,EAAE;QACnC,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF,OAAO,CACL,CAAC,uBAAU,CACT,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CAAC,uBAAe,CAAC,MAAM,CAAC,CAC9B,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAChC,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CACrC,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,GAAG,IAAI,CACN,CAAC,uBAAU,CACT,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,KAAK,CAAC,CAAC,MAAM,CAAC,CACd,MAAM,CAAC,CAAC,MAAM,CAAC,CACf,IAAI,eAAe,CAAC,CACpB,UAAU,CAAC,CAAC;gBACV,UAAU,EAAE,SAAS;gBACrB,GAAG,eAAe,EAAE,UAAU;aAC/B,CAAC,CACF,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAClC,UAAU,CAAC,CAAC,iBAAiB,CAAC,EAC9B,CACH,CACH;IAAA,EAAE,uBAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC;AAlDW,QAAA,aAAa,iBAkDxB","sourcesContent":["import React, { useState } from 'react';\nimport type { ImageErrorEventData, NativeSyntheticEvent } from 'react-native';\n\nimport { AvatarNetworkSize, AvatarBaseShape } from '../../types';\nimport { AvatarBase } from '../AvatarBase';\nimport { ImageOrSvg } from '../temp-components/ImageOrSvg';\n\nimport type { AvatarNetworkProps } from './AvatarNetwork.types';\n\nexport const AvatarNetwork = ({\n src,\n size = AvatarNetworkSize.Md,\n name,\n fallbackText,\n fallbackTextProps,\n twClassName,\n imageOrSvgProps,\n ...props\n}: AvatarNetworkProps) => {\n const [finalFallbackText, setFallbackText] = useState<string>('');\n\n const backupFallbackText = fallbackText || name?.[0] || '';\n const onImageErrorHandler = (\n e: NativeSyntheticEvent<ImageErrorEventData>,\n ) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onImageError?.(e);\n };\n\n const onSvgErrorHandler = (e: any) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onSvgError?.(e);\n };\n\n return (\n <AvatarBase\n size={size}\n shape={AvatarBaseShape.Square}\n fallbackText={finalFallbackText}\n fallbackTextProps={fallbackTextProps}\n twClassName={twClassName}\n {...props}\n >\n {src && (\n <ImageOrSvg\n src={src}\n width={'100%'}\n height={'100%'}\n {...imageOrSvgProps}\n imageProps={{\n resizeMode: 'contain',\n ...imageOrSvgProps?.imageProps,\n }}\n onImageError={onImageErrorHandler}\n onSvgError={onSvgErrorHandler}\n />\n )}\n </AvatarBase>\n );\n};\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarNetworkProps } from "./AvatarNetwork.types.cjs";
|
|
3
|
+
export declare const AvatarNetwork: ({ src, size, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }: AvatarNetworkProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarNetwork.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/AvatarNetwork.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,cAAc;AAOxC,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa,iGASvB,kBAAkB,sBAyCpB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarNetworkProps } from "./AvatarNetwork.types.mjs";
|
|
3
|
+
export declare const AvatarNetwork: ({ src, size, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }: AvatarNetworkProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarNetwork.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/AvatarNetwork.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,cAAc;AAOxC,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa,iGASvB,kBAAkB,sBAyCpB,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import $React, { useState } from "react";
|
|
8
|
+
const React = $importDefault($React);
|
|
9
|
+
import { AvatarNetworkSize, AvatarBaseShape } from "../../types/index.mjs";
|
|
10
|
+
import { AvatarBase } from "../AvatarBase/index.mjs";
|
|
11
|
+
import { ImageOrSvg } from "../temp-components/ImageOrSvg/index.mjs";
|
|
12
|
+
export const AvatarNetwork = ({ src, size = AvatarNetworkSize.Md, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }) => {
|
|
13
|
+
const [finalFallbackText, setFallbackText] = useState('');
|
|
14
|
+
const backupFallbackText = fallbackText || name?.[0] || '';
|
|
15
|
+
const onImageErrorHandler = (e) => {
|
|
16
|
+
setFallbackText(backupFallbackText);
|
|
17
|
+
imageOrSvgProps?.onImageError?.(e);
|
|
18
|
+
};
|
|
19
|
+
const onSvgErrorHandler = (e) => {
|
|
20
|
+
setFallbackText(backupFallbackText);
|
|
21
|
+
imageOrSvgProps?.onSvgError?.(e);
|
|
22
|
+
};
|
|
23
|
+
return (<AvatarBase size={size} shape={AvatarBaseShape.Square} fallbackText={finalFallbackText} fallbackTextProps={fallbackTextProps} twClassName={twClassName} {...props}>
|
|
24
|
+
{src && (<ImageOrSvg src={src} width={'100%'} height={'100%'} {...imageOrSvgProps} imageProps={{
|
|
25
|
+
resizeMode: 'contain',
|
|
26
|
+
...imageOrSvgProps?.imageProps,
|
|
27
|
+
}} onImageError={onImageErrorHandler} onSvgError={onSvgErrorHandler}/>)}
|
|
28
|
+
</AvatarBase>);
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=AvatarNetwork.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.mjs","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/AvatarNetwork.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,QAAO,EAAE,QAAQ,EAAE,cAAc;;AAGxC,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,8BAAoB;AACjE,OAAO,EAAE,UAAU,EAAE,gCAAsB;AAC3C,OAAO,EAAE,UAAU,EAAE,gDAAsC;AAI3D,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAC5B,GAAG,EACH,IAAI,GAAG,iBAAiB,CAAC,EAAE,EAC3B,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,GAAG,KAAK,EACW,EAAE,EAAE;IACvB,MAAM,CAAC,iBAAiB,EAAE,eAAe,CAAC,GAAG,QAAQ,CAAS,EAAE,CAAC,CAAC;IAElE,MAAM,kBAAkB,GAAG,YAAY,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC3D,MAAM,mBAAmB,GAAG,CAC1B,CAA4C,EAC5C,EAAE;QACF,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,YAAY,EAAE,CAAC,CAAC,CAAC,CAAC;IACrC,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,CAAM,EAAE,EAAE;QACnC,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF,OAAO,CACL,CAAC,UAAU,CACT,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CAAC,eAAe,CAAC,MAAM,CAAC,CAC9B,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAChC,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CACrC,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,GAAG,IAAI,CACN,CAAC,UAAU,CACT,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,KAAK,CAAC,CAAC,MAAM,CAAC,CACd,MAAM,CAAC,CAAC,MAAM,CAAC,CACf,IAAI,eAAe,CAAC,CACpB,UAAU,CAAC,CAAC;gBACV,UAAU,EAAE,SAAS;gBACrB,GAAG,eAAe,EAAE,UAAU;aAC/B,CAAC,CACF,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAClC,UAAU,CAAC,CAAC,iBAAiB,CAAC,EAC9B,CACH,CACH;IAAA,EAAE,UAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import React, { useState } from 'react';\nimport type { ImageErrorEventData, NativeSyntheticEvent } from 'react-native';\n\nimport { AvatarNetworkSize, AvatarBaseShape } from '../../types';\nimport { AvatarBase } from '../AvatarBase';\nimport { ImageOrSvg } from '../temp-components/ImageOrSvg';\n\nimport type { AvatarNetworkProps } from './AvatarNetwork.types';\n\nexport const AvatarNetwork = ({\n src,\n size = AvatarNetworkSize.Md,\n name,\n fallbackText,\n fallbackTextProps,\n twClassName,\n imageOrSvgProps,\n ...props\n}: AvatarNetworkProps) => {\n const [finalFallbackText, setFallbackText] = useState<string>('');\n\n const backupFallbackText = fallbackText || name?.[0] || '';\n const onImageErrorHandler = (\n e: NativeSyntheticEvent<ImageErrorEventData>,\n ) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onImageError?.(e);\n };\n\n const onSvgErrorHandler = (e: any) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onSvgError?.(e);\n };\n\n return (\n <AvatarBase\n size={size}\n shape={AvatarBaseShape.Square}\n fallbackText={finalFallbackText}\n fallbackTextProps={fallbackTextProps}\n twClassName={twClassName}\n {...props}\n >\n {src && (\n <ImageOrSvg\n src={src}\n width={'100%'}\n height={'100%'}\n {...imageOrSvgProps}\n imageProps={{\n resizeMode: 'contain',\n ...imageOrSvgProps?.imageProps,\n }}\n onImageError={onImageErrorHandler}\n onSvgError={onSvgErrorHandler}\n />\n )}\n </AvatarBase>\n );\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.types.cjs","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/AvatarNetwork.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { AvatarBaseProps } from '../AvatarBase';\nimport type {\n ImageOrSvgProps,\n ImageOrSvgSrc,\n} from '../temp-components/ImageOrSvg';\n\n/**\n * AvatarNetwork component props.\n */\nexport type AvatarNetworkProps = {\n /**\n * Optional prop for the source of the image or SVG.\n */\n src?: ImageOrSvgSrc;\n /**\n * Optional props for network name, to be used to calculate the fallbackText.\n */\n name?: string;\n /**\n * Optional prop to pass to the underlying ImageOrSvg element\n * Useful for overriding the default alt text which is the dapp name\n */\n imageOrSvgProps?: Partial<ImageOrSvgProps>;\n} & Omit<AvatarBaseProps, 'children'>;\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.cjs";
|
|
2
|
+
import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.cjs";
|
|
3
|
+
/**
|
|
4
|
+
* AvatarNetwork component props.
|
|
5
|
+
*/
|
|
6
|
+
export type AvatarNetworkProps = {
|
|
7
|
+
/**
|
|
8
|
+
* Optional prop for the source of the image or SVG.
|
|
9
|
+
*/
|
|
10
|
+
src?: ImageOrSvgSrc;
|
|
11
|
+
/**
|
|
12
|
+
* Optional props for network name, to be used to calculate the fallbackText.
|
|
13
|
+
*/
|
|
14
|
+
name?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying ImageOrSvg element
|
|
17
|
+
* Useful for overriding the default alt text which is the dapp name
|
|
18
|
+
*/
|
|
19
|
+
imageOrSvgProps?: Partial<ImageOrSvgProps>;
|
|
20
|
+
} & Omit<AvatarBaseProps, 'children'>;
|
|
21
|
+
//# sourceMappingURL=AvatarNetwork.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.types.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/AvatarNetwork.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACd,gDAAsC;AAEvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5C,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.mjs";
|
|
2
|
+
import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.mjs";
|
|
3
|
+
/**
|
|
4
|
+
* AvatarNetwork component props.
|
|
5
|
+
*/
|
|
6
|
+
export type AvatarNetworkProps = {
|
|
7
|
+
/**
|
|
8
|
+
* Optional prop for the source of the image or SVG.
|
|
9
|
+
*/
|
|
10
|
+
src?: ImageOrSvgSrc;
|
|
11
|
+
/**
|
|
12
|
+
* Optional props for network name, to be used to calculate the fallbackText.
|
|
13
|
+
*/
|
|
14
|
+
name?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying ImageOrSvg element
|
|
17
|
+
* Useful for overriding the default alt text which is the dapp name
|
|
18
|
+
*/
|
|
19
|
+
imageOrSvgProps?: Partial<ImageOrSvgProps>;
|
|
20
|
+
} & Omit<AvatarBaseProps, 'children'>;
|
|
21
|
+
//# sourceMappingURL=AvatarNetwork.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.types.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/AvatarNetwork.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACd,gDAAsC;AAEvC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5C,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.types.mjs","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/AvatarNetwork.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { AvatarBaseProps } from '../AvatarBase';\nimport type {\n ImageOrSvgProps,\n ImageOrSvgSrc,\n} from '../temp-components/ImageOrSvg';\n\n/**\n * AvatarNetwork component props.\n */\nexport type AvatarNetworkProps = {\n /**\n * Optional prop for the source of the image or SVG.\n */\n src?: ImageOrSvgSrc;\n /**\n * Optional props for network name, to be used to calculate the fallbackText.\n */\n name?: string;\n /**\n * Optional prop to pass to the underlying ImageOrSvg element\n * Useful for overriding the default alt text which is the dapp name\n */\n imageOrSvgProps?: Partial<ImageOrSvgProps>;\n} & Omit<AvatarBaseProps, 'children'>;\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarNetwork = exports.AvatarNetworkSize = void 0;
|
|
4
|
+
var types_1 = require("../../types/index.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarNetworkSize", { enumerable: true, get: function () { return types_1.AvatarNetworkSize; } });
|
|
6
|
+
var AvatarNetwork_1 = require("./AvatarNetwork.cjs");
|
|
7
|
+
Object.defineProperty(exports, "AvatarNetwork", { enumerable: true, get: function () { return AvatarNetwork_1.AvatarNetwork; } });
|
|
8
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/index.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAAvC,0GAAA,iBAAiB,OAAA;AAC1B,qDAAgD;AAAvC,8GAAA,aAAa,OAAA","sourcesContent":["export { AvatarNetworkSize } from '../../types';\nexport { AvatarNetwork } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,8BAAoB;AAChD,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,8BAAoB;AAChD,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/AvatarNetwork/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,8BAAoB;AAChD,OAAO,EAAE,aAAa,EAAE,4BAAwB","sourcesContent":["export { AvatarNetworkSize } from '../../types';\nexport { AvatarNetwork } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork.types';\n"]}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.AvatarToken = void 0;
|
|
27
|
+
const react_1 = __importStar(require("react"));
|
|
28
|
+
const types_1 = require("../../types/index.cjs");
|
|
29
|
+
const AvatarBase_1 = require("../AvatarBase/index.cjs");
|
|
30
|
+
const ImageOrSvg_1 = require("../temp-components/ImageOrSvg/index.cjs");
|
|
31
|
+
const AvatarToken = ({ src, size = types_1.AvatarTokenSize.Md, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }) => {
|
|
32
|
+
const [finalFallbackText, setFallbackText] = (0, react_1.useState)('');
|
|
33
|
+
const backupFallbackText = fallbackText || name?.[0] || '';
|
|
34
|
+
const onImageErrorHandler = (e) => {
|
|
35
|
+
setFallbackText(backupFallbackText);
|
|
36
|
+
imageOrSvgProps?.onImageError?.(e);
|
|
37
|
+
};
|
|
38
|
+
const onSvgErrorHandler = (e) => {
|
|
39
|
+
setFallbackText(backupFallbackText);
|
|
40
|
+
imageOrSvgProps?.onSvgError?.(e);
|
|
41
|
+
};
|
|
42
|
+
return (<AvatarBase_1.AvatarBase size={size} shape={types_1.AvatarBaseShape.Circle} fallbackText={finalFallbackText} fallbackTextProps={fallbackTextProps} twClassName={twClassName} {...props}>
|
|
43
|
+
{src && (<ImageOrSvg_1.ImageOrSvg src={src} width={'100%'} height={'100%'} {...imageOrSvgProps} imageProps={{
|
|
44
|
+
resizeMode: 'contain',
|
|
45
|
+
...imageOrSvgProps?.imageProps,
|
|
46
|
+
}} onImageError={onImageErrorHandler} onSvgError={onSvgErrorHandler}/>)}
|
|
47
|
+
</AvatarBase_1.AvatarBase>);
|
|
48
|
+
};
|
|
49
|
+
exports.AvatarToken = AvatarToken;
|
|
50
|
+
//# sourceMappingURL=AvatarToken.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.cjs","sourceRoot":"","sources":["../../../src/components/AvatarToken/AvatarToken.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAwC;AAGxC,iDAA+D;AAC/D,wDAA2C;AAC3C,wEAA2D;AAIpD,MAAM,WAAW,GAAG,CAAC,EAC1B,GAAG,EACH,IAAI,GAAG,uBAAe,CAAC,EAAE,EACzB,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,GAAG,KAAK,EACS,EAAE,EAAE;IACrB,MAAM,CAAC,iBAAiB,EAAE,eAAe,CAAC,GAAG,IAAA,gBAAQ,EAAS,EAAE,CAAC,CAAC;IAElE,MAAM,kBAAkB,GAAG,YAAY,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC3D,MAAM,mBAAmB,GAAG,CAC1B,CAA4C,EAC5C,EAAE;QACF,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,YAAY,EAAE,CAAC,CAAC,CAAC,CAAC;IACrC,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,CAAM,EAAE,EAAE;QACnC,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF,OAAO,CACL,CAAC,uBAAU,CACT,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CAAC,uBAAe,CAAC,MAAM,CAAC,CAC9B,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAChC,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CACrC,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,GAAG,IAAI,CACN,CAAC,uBAAU,CACT,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,KAAK,CAAC,CAAC,MAAM,CAAC,CACd,MAAM,CAAC,CAAC,MAAM,CAAC,CACf,IAAI,eAAe,CAAC,CACpB,UAAU,CAAC,CAAC;gBACV,UAAU,EAAE,SAAS;gBACrB,GAAG,eAAe,EAAE,UAAU;aAC/B,CAAC,CACF,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAClC,UAAU,CAAC,CAAC,iBAAiB,CAAC,EAC9B,CACH,CACH;IAAA,EAAE,uBAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC;AAlDW,QAAA,WAAW,eAkDtB","sourcesContent":["import React, { useState } from 'react';\nimport type { ImageErrorEventData, NativeSyntheticEvent } from 'react-native';\n\nimport { AvatarTokenSize, AvatarBaseShape } from '../../types';\nimport { AvatarBase } from '../AvatarBase';\nimport { ImageOrSvg } from '../temp-components/ImageOrSvg';\n\nimport type { AvatarTokenProps } from './AvatarToken.types';\n\nexport const AvatarToken = ({\n src,\n size = AvatarTokenSize.Md,\n name,\n fallbackText,\n fallbackTextProps,\n twClassName,\n imageOrSvgProps,\n ...props\n}: AvatarTokenProps) => {\n const [finalFallbackText, setFallbackText] = useState<string>('');\n\n const backupFallbackText = fallbackText || name?.[0] || '';\n const onImageErrorHandler = (\n e: NativeSyntheticEvent<ImageErrorEventData>,\n ) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onImageError?.(e);\n };\n\n const onSvgErrorHandler = (e: any) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onSvgError?.(e);\n };\n\n return (\n <AvatarBase\n size={size}\n shape={AvatarBaseShape.Circle}\n fallbackText={finalFallbackText}\n fallbackTextProps={fallbackTextProps}\n twClassName={twClassName}\n {...props}\n >\n {src && (\n <ImageOrSvg\n src={src}\n width={'100%'}\n height={'100%'}\n {...imageOrSvgProps}\n imageProps={{\n resizeMode: 'contain',\n ...imageOrSvgProps?.imageProps,\n }}\n onImageError={onImageErrorHandler}\n onSvgError={onSvgErrorHandler}\n />\n )}\n </AvatarBase>\n );\n};\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarTokenProps } from "./AvatarToken.types.cjs";
|
|
3
|
+
export declare const AvatarToken: ({ src, size, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }: AvatarTokenProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarToken.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarToken/AvatarToken.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,cAAc;AAOxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,gCAA4B;AAE5D,eAAO,MAAM,WAAW,iGASrB,gBAAgB,sBAyClB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarTokenProps } from "./AvatarToken.types.mjs";
|
|
3
|
+
export declare const AvatarToken: ({ src, size, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }: AvatarTokenProps) => React.JSX.Element;
|
|
4
|
+
//# sourceMappingURL=AvatarToken.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarToken/AvatarToken.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,cAAc;AAOxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,gCAA4B;AAE5D,eAAO,MAAM,WAAW,iGASrB,gBAAgB,sBAyClB,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import $React, { useState } from "react";
|
|
8
|
+
const React = $importDefault($React);
|
|
9
|
+
import { AvatarTokenSize, AvatarBaseShape } from "../../types/index.mjs";
|
|
10
|
+
import { AvatarBase } from "../AvatarBase/index.mjs";
|
|
11
|
+
import { ImageOrSvg } from "../temp-components/ImageOrSvg/index.mjs";
|
|
12
|
+
export const AvatarToken = ({ src, size = AvatarTokenSize.Md, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }) => {
|
|
13
|
+
const [finalFallbackText, setFallbackText] = useState('');
|
|
14
|
+
const backupFallbackText = fallbackText || name?.[0] || '';
|
|
15
|
+
const onImageErrorHandler = (e) => {
|
|
16
|
+
setFallbackText(backupFallbackText);
|
|
17
|
+
imageOrSvgProps?.onImageError?.(e);
|
|
18
|
+
};
|
|
19
|
+
const onSvgErrorHandler = (e) => {
|
|
20
|
+
setFallbackText(backupFallbackText);
|
|
21
|
+
imageOrSvgProps?.onSvgError?.(e);
|
|
22
|
+
};
|
|
23
|
+
return (<AvatarBase size={size} shape={AvatarBaseShape.Circle} fallbackText={finalFallbackText} fallbackTextProps={fallbackTextProps} twClassName={twClassName} {...props}>
|
|
24
|
+
{src && (<ImageOrSvg src={src} width={'100%'} height={'100%'} {...imageOrSvgProps} imageProps={{
|
|
25
|
+
resizeMode: 'contain',
|
|
26
|
+
...imageOrSvgProps?.imageProps,
|
|
27
|
+
}} onImageError={onImageErrorHandler} onSvgError={onSvgErrorHandler}/>)}
|
|
28
|
+
</AvatarBase>);
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=AvatarToken.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.mjs","sourceRoot":"","sources":["../../../src/components/AvatarToken/AvatarToken.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,QAAO,EAAE,QAAQ,EAAE,cAAc;;AAGxC,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,8BAAoB;AAC/D,OAAO,EAAE,UAAU,EAAE,gCAAsB;AAC3C,OAAO,EAAE,UAAU,EAAE,gDAAsC;AAI3D,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAC1B,GAAG,EACH,IAAI,GAAG,eAAe,CAAC,EAAE,EACzB,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,GAAG,KAAK,EACS,EAAE,EAAE;IACrB,MAAM,CAAC,iBAAiB,EAAE,eAAe,CAAC,GAAG,QAAQ,CAAS,EAAE,CAAC,CAAC;IAElE,MAAM,kBAAkB,GAAG,YAAY,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC3D,MAAM,mBAAmB,GAAG,CAC1B,CAA4C,EAC5C,EAAE;QACF,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,YAAY,EAAE,CAAC,CAAC,CAAC,CAAC;IACrC,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,CAAM,EAAE,EAAE;QACnC,eAAe,CAAC,kBAAkB,CAAC,CAAC;QACpC,eAAe,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF,OAAO,CACL,CAAC,UAAU,CACT,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,KAAK,CAAC,CAAC,eAAe,CAAC,MAAM,CAAC,CAC9B,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAChC,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CACrC,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,GAAG,IAAI,CACN,CAAC,UAAU,CACT,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,KAAK,CAAC,CAAC,MAAM,CAAC,CACd,MAAM,CAAC,CAAC,MAAM,CAAC,CACf,IAAI,eAAe,CAAC,CACpB,UAAU,CAAC,CAAC;gBACV,UAAU,EAAE,SAAS;gBACrB,GAAG,eAAe,EAAE,UAAU;aAC/B,CAAC,CACF,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAClC,UAAU,CAAC,CAAC,iBAAiB,CAAC,EAC9B,CACH,CACH;IAAA,EAAE,UAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import React, { useState } from 'react';\nimport type { ImageErrorEventData, NativeSyntheticEvent } from 'react-native';\n\nimport { AvatarTokenSize, AvatarBaseShape } from '../../types';\nimport { AvatarBase } from '../AvatarBase';\nimport { ImageOrSvg } from '../temp-components/ImageOrSvg';\n\nimport type { AvatarTokenProps } from './AvatarToken.types';\n\nexport const AvatarToken = ({\n src,\n size = AvatarTokenSize.Md,\n name,\n fallbackText,\n fallbackTextProps,\n twClassName,\n imageOrSvgProps,\n ...props\n}: AvatarTokenProps) => {\n const [finalFallbackText, setFallbackText] = useState<string>('');\n\n const backupFallbackText = fallbackText || name?.[0] || '';\n const onImageErrorHandler = (\n e: NativeSyntheticEvent<ImageErrorEventData>,\n ) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onImageError?.(e);\n };\n\n const onSvgErrorHandler = (e: any) => {\n setFallbackText(backupFallbackText);\n imageOrSvgProps?.onSvgError?.(e);\n };\n\n return (\n <AvatarBase\n size={size}\n shape={AvatarBaseShape.Circle}\n fallbackText={finalFallbackText}\n fallbackTextProps={fallbackTextProps}\n twClassName={twClassName}\n {...props}\n >\n {src && (\n <ImageOrSvg\n src={src}\n width={'100%'}\n height={'100%'}\n {...imageOrSvgProps}\n imageProps={{\n resizeMode: 'contain',\n ...imageOrSvgProps?.imageProps,\n }}\n onImageError={onImageErrorHandler}\n onSvgError={onSvgErrorHandler}\n />\n )}\n </AvatarBase>\n );\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.types.cjs","sourceRoot":"","sources":["../../../src/components/AvatarToken/AvatarToken.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { AvatarBaseProps } from '../AvatarBase';\nimport type {\n ImageOrSvgProps,\n ImageOrSvgSrc,\n} from '../temp-components/ImageOrSvg';\n\n/**\n * AvatarToken component props.\n */\nexport type AvatarTokenProps = {\n /**\n * Optional prop for the source of the image or SVG.\n */\n src?: ImageOrSvgSrc;\n /**\n * Optional props for token name, to be used to calculate the fallbackText.\n */\n name?: string;\n /**\n * Optional prop to pass to the underlying ImageOrSvg element\n * Useful for overriding the default alt text which is the dapp name\n */\n imageOrSvgProps?: Partial<ImageOrSvgProps>;\n} & Omit<AvatarBaseProps, 'children'>;\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.cjs";
|
|
2
|
+
import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.cjs";
|
|
3
|
+
/**
|
|
4
|
+
* AvatarToken component props.
|
|
5
|
+
*/
|
|
6
|
+
export type AvatarTokenProps = {
|
|
7
|
+
/**
|
|
8
|
+
* Optional prop for the source of the image or SVG.
|
|
9
|
+
*/
|
|
10
|
+
src?: ImageOrSvgSrc;
|
|
11
|
+
/**
|
|
12
|
+
* Optional props for token name, to be used to calculate the fallbackText.
|
|
13
|
+
*/
|
|
14
|
+
name?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying ImageOrSvg element
|
|
17
|
+
* Useful for overriding the default alt text which is the dapp name
|
|
18
|
+
*/
|
|
19
|
+
imageOrSvgProps?: Partial<ImageOrSvgProps>;
|
|
20
|
+
} & Omit<AvatarBaseProps, 'children'>;
|
|
21
|
+
//# sourceMappingURL=AvatarToken.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.types.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarToken/AvatarToken.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACd,gDAAsC;AAEvC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5C,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { AvatarBaseProps } from "../AvatarBase/index.mjs";
|
|
2
|
+
import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.mjs";
|
|
3
|
+
/**
|
|
4
|
+
* AvatarToken component props.
|
|
5
|
+
*/
|
|
6
|
+
export type AvatarTokenProps = {
|
|
7
|
+
/**
|
|
8
|
+
* Optional prop for the source of the image or SVG.
|
|
9
|
+
*/
|
|
10
|
+
src?: ImageOrSvgSrc;
|
|
11
|
+
/**
|
|
12
|
+
* Optional props for token name, to be used to calculate the fallbackText.
|
|
13
|
+
*/
|
|
14
|
+
name?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying ImageOrSvg element
|
|
17
|
+
* Useful for overriding the default alt text which is the dapp name
|
|
18
|
+
*/
|
|
19
|
+
imageOrSvgProps?: Partial<ImageOrSvgProps>;
|
|
20
|
+
} & Omit<AvatarBaseProps, 'children'>;
|
|
21
|
+
//# sourceMappingURL=AvatarToken.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.types.d.mts","sourceRoot":"","sources":["../../../src/components/AvatarToken/AvatarToken.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AACrD,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACd,gDAAsC;AAEvC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5C,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.types.mjs","sourceRoot":"","sources":["../../../src/components/AvatarToken/AvatarToken.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { AvatarBaseProps } from '../AvatarBase';\nimport type {\n ImageOrSvgProps,\n ImageOrSvgSrc,\n} from '../temp-components/ImageOrSvg';\n\n/**\n * AvatarToken component props.\n */\nexport type AvatarTokenProps = {\n /**\n * Optional prop for the source of the image or SVG.\n */\n src?: ImageOrSvgSrc;\n /**\n * Optional props for token name, to be used to calculate the fallbackText.\n */\n name?: string;\n /**\n * Optional prop to pass to the underlying ImageOrSvg element\n * Useful for overriding the default alt text which is the dapp name\n */\n imageOrSvgProps?: Partial<ImageOrSvgProps>;\n} & Omit<AvatarBaseProps, 'children'>;\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarToken = exports.AvatarTokenSize = void 0;
|
|
4
|
+
var types_1 = require("../../types/index.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarTokenSize", { enumerable: true, get: function () { return types_1.AvatarTokenSize; } });
|
|
6
|
+
var AvatarToken_1 = require("./AvatarToken.cjs");
|
|
7
|
+
Object.defineProperty(exports, "AvatarToken", { enumerable: true, get: function () { return AvatarToken_1.AvatarToken; } });
|
|
8
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/AvatarToken/index.ts"],"names":[],"mappings":";;;AAAA,+CAA8C;AAArC,wGAAA,eAAe,OAAA;AACxB,iDAA4C;AAAnC,0GAAA,WAAW,OAAA","sourcesContent":["export { AvatarTokenSize } from '../../types';\nexport { AvatarToken } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/AvatarToken/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,8BAAoB;AAC9C,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/AvatarToken/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,8BAAoB;AAC9C,OAAO,EAAE,WAAW,EAAE,0BAAsB;AAC5C,YAAY,EAAE,gBAAgB,EAAE,gCAA4B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/AvatarToken/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,8BAAoB;AAC9C,OAAO,EAAE,WAAW,EAAE,0BAAsB","sourcesContent":["export { AvatarTokenSize } from '../../types';\nexport { AvatarToken } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken.types';\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.BadgeCount = 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 react_native_1 = require("react-native/index.js");
|
|
10
|
+
const types_1 = require("../../types/index.cjs");
|
|
11
|
+
const Text_1 = require("../Text/index.cjs");
|
|
12
|
+
const BadgeCount_constants_1 = require("./BadgeCount.constants.cjs");
|
|
13
|
+
const BadgeCount = ({ size = types_1.BadgeCountSize.Md, count, max = 99, textProps, twClassName = '', style, ...props }) => {
|
|
14
|
+
const tw = (0, design_system_twrnc_preset_1.useTailwind)();
|
|
15
|
+
const twContainerClassNames = `
|
|
16
|
+
bg-error-default
|
|
17
|
+
rounded-lg
|
|
18
|
+
items-center
|
|
19
|
+
justify-center
|
|
20
|
+
self-start
|
|
21
|
+
${BadgeCount_constants_1.TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER[size]}
|
|
22
|
+
${twClassName}`;
|
|
23
|
+
return (<react_native_1.View style={[tw `${twContainerClassNames}`, style]} {...props}>
|
|
24
|
+
<Text_1.Text variant={BadgeCount_constants_1.MAP_BADGECOUNT_SIZE_TEXTVARIANT[size]} color={Text_1.TextColor.ErrorInverse} fontWeight={Text_1.FontWeight.Medium} {...textProps} twClassName={`${BadgeCount_constants_1.MAP_BADGECOUNT_SIZE_LINEHEIGHT[size]} ${textProps?.twClassName || ''}`}>
|
|
25
|
+
{count > max ? `${max}+` : `${count}`}
|
|
26
|
+
</Text_1.Text>
|
|
27
|
+
</react_native_1.View>);
|
|
28
|
+
};
|
|
29
|
+
exports.BadgeCount = BadgeCount;
|
|
30
|
+
//# sourceMappingURL=BadgeCount.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BadgeCount.cjs","sourceRoot":"","sources":["../../../src/components/BadgeCount/BadgeCount.tsx"],"names":[],"mappings":";;;;;;AAAA,8FAA4E;AAC5E,kDAA0B;AAC1B,wDAAoC;AAEpC,iDAA6C;AAC7C,4CAAsD;AAEtD,qEAIgC;AAGzB,MAAM,UAAU,GAAG,CAAC,EACzB,IAAI,GAAG,sBAAc,CAAC,EAAE,EACxB,KAAK,EACL,GAAG,GAAG,EAAE,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;;;;;;MAM1B,2DAAoC,CAAC,IAAI,CAAC;MAC1C,WAAW,EAAE,CAAC;IAElB,OAAO,CACL,CAAC,mBAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAA,GAAG,qBAAqB,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,CAC5D;MAAA,CAAC,WAAI,CACH,OAAO,CAAC,CAAC,sDAA+B,CAAC,IAAsB,CAAC,CAAC,CACjE,KAAK,CAAC,CAAC,gBAAS,CAAC,YAAY,CAAC,CAC9B,UAAU,CAAC,CAAC,iBAAU,CAAC,MAAM,CAAC,CAC9B,IAAI,SAAS,CAAC,CACd,WAAW,CAAC,CAAC,GAAG,qDAA8B,CAAC,IAAI,CAAC,IAAI,SAAS,EAAE,WAAW,IAAI,EAAE,EAAE,CAAC,CAEvF;QAAA,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,GAAG,KAAK,EAAE,CACvC;MAAA,EAAE,WAAI,CACR;IAAA,EAAE,mBAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC;AAhCW,QAAA,UAAU,cAgCrB","sourcesContent":["import { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React from 'react';\nimport { View } from 'react-native';\n\nimport { BadgeCountSize } from '../../types';\nimport { Text, TextColor, FontWeight } from '../Text';\n\nimport {\n MAP_BADGECOUNT_SIZE_TEXTVARIANT,\n TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER,\n MAP_BADGECOUNT_SIZE_LINEHEIGHT,\n} from './BadgeCount.constants';\nimport type { BadgeCountProps } from './BadgeCount.types';\n\nexport const BadgeCount = ({\n size = BadgeCountSize.Md,\n count,\n max = 99,\n textProps,\n twClassName = '',\n style,\n ...props\n}: BadgeCountProps) => {\n const tw = useTailwind();\n const twContainerClassNames = `\n bg-error-default\n rounded-lg\n items-center\n justify-center\n self-start\n ${TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER[size]}\n ${twClassName}`;\n\n return (\n <View style={[tw`${twContainerClassNames}`, style]} {...props}>\n <Text\n variant={MAP_BADGECOUNT_SIZE_TEXTVARIANT[size as BadgeCountSize]}\n color={TextColor.ErrorInverse}\n fontWeight={FontWeight.Medium}\n {...textProps}\n twClassName={`${MAP_BADGECOUNT_SIZE_LINEHEIGHT[size]} ${textProps?.twClassName || ''}`}\n >\n {count > max ? `${max}+` : `${count}`}\n </Text>\n </View>\n );\n};\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER = exports.MAP_BADGECOUNT_SIZE_LINEHEIGHT = exports.MAP_BADGECOUNT_SIZE_TEXTVARIANT = void 0;
|
|
4
|
+
const types_1 = require("../../types/index.cjs");
|
|
5
|
+
const Text_1 = require("../Text/index.cjs");
|
|
6
|
+
// Mappings
|
|
7
|
+
exports.MAP_BADGECOUNT_SIZE_TEXTVARIANT = {
|
|
8
|
+
[types_1.BadgeCountSize.Md]: Text_1.TextVariant.BodyXs,
|
|
9
|
+
[types_1.BadgeCountSize.Lg]: Text_1.TextVariant.BodySm,
|
|
10
|
+
};
|
|
11
|
+
exports.MAP_BADGECOUNT_SIZE_LINEHEIGHT = {
|
|
12
|
+
[types_1.BadgeCountSize.Md]: 'leading-[14px]',
|
|
13
|
+
[types_1.BadgeCountSize.Lg]: 'leading-4', // line-height 16px
|
|
14
|
+
};
|
|
15
|
+
exports.TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER = {
|
|
16
|
+
[types_1.BadgeCountSize.Md]: 'min-w-4 h-3.5 py-0 px-1',
|
|
17
|
+
[types_1.BadgeCountSize.Lg]: 'min-w-6 h-5 py-0.5 px-1.5', // min-width 24px, height 20px, padding-vertical 2, padding-horizontal 6
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=BadgeCount.constants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BadgeCount.constants.cjs","sourceRoot":"","sources":["../../../src/components/BadgeCount/BadgeCount.constants.ts"],"names":[],"mappings":";;;AAAA,iDAA6C;AAC7C,4CAAsC;AAEtC,WAAW;AACE,QAAA,+BAA+B,GAGxC;IACF,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,kBAAW,CAAC,MAAM;IACvC,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,kBAAW,CAAC,MAAM;CACxC,CAAC;AACW,QAAA,8BAA8B,GAAmC;IAC5E,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,gBAAgB;IACrC,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,WAAW,EAAE,mBAAmB;CACtD,CAAC;AAEW,QAAA,oCAAoC,GAG7C;IACF,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,yBAAyB;IAC9C,CAAC,sBAAc,CAAC,EAAE,CAAC,EAAE,2BAA2B,EAAE,wEAAwE;CAC3H,CAAC","sourcesContent":["import { BadgeCountSize } from '../../types';\nimport { TextVariant } from '../Text';\n\n// Mappings\nexport const MAP_BADGECOUNT_SIZE_TEXTVARIANT: Record<\n BadgeCountSize,\n TextVariant\n> = {\n [BadgeCountSize.Md]: TextVariant.BodyXs,\n [BadgeCountSize.Lg]: TextVariant.BodySm,\n};\nexport const MAP_BADGECOUNT_SIZE_LINEHEIGHT: Record<BadgeCountSize, string> = {\n [BadgeCountSize.Md]: 'leading-[14px]', // line-height 14px\n [BadgeCountSize.Lg]: 'leading-4', // line-height 16px\n};\n\nexport const TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER: Record<\n BadgeCountSize,\n string\n> = {\n [BadgeCountSize.Md]: 'min-w-4 h-3.5 py-0 px-1', // min-width 16px, height 14px, padding-vertical 0, padding-horizontal 4\n [BadgeCountSize.Lg]: 'min-w-6 h-5 py-0.5 px-1.5', // min-width 24px, height 20px, padding-vertical 2, padding-horizontal 6\n};\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { BadgeCountSize } from "../../types/index.cjs";
|
|
2
|
+
import { TextVariant } from "../Text/index.cjs";
|
|
3
|
+
export declare const MAP_BADGECOUNT_SIZE_TEXTVARIANT: Record<BadgeCountSize, TextVariant>;
|
|
4
|
+
export declare const MAP_BADGECOUNT_SIZE_LINEHEIGHT: Record<BadgeCountSize, string>;
|
|
5
|
+
export declare const TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER: Record<BadgeCountSize, string>;
|
|
6
|
+
//# sourceMappingURL=BadgeCount.constants.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BadgeCount.constants.d.cts","sourceRoot":"","sources":["../../../src/components/BadgeCount/BadgeCount.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAGtC,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,cAAc,EACd,WAAW,CAIZ,CAAC;AACF,eAAO,MAAM,8BAA8B,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAGzE,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,MAAM,CACvD,cAAc,EACd,MAAM,CAIP,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { BadgeCountSize } from "../../types/index.mjs";
|
|
2
|
+
import { TextVariant } from "../Text/index.mjs";
|
|
3
|
+
export declare const MAP_BADGECOUNT_SIZE_TEXTVARIANT: Record<BadgeCountSize, TextVariant>;
|
|
4
|
+
export declare const MAP_BADGECOUNT_SIZE_LINEHEIGHT: Record<BadgeCountSize, string>;
|
|
5
|
+
export declare const TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER: Record<BadgeCountSize, string>;
|
|
6
|
+
//# sourceMappingURL=BadgeCount.constants.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BadgeCount.constants.d.mts","sourceRoot":"","sources":["../../../src/components/BadgeCount/BadgeCount.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAGtC,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,cAAc,EACd,WAAW,CAIZ,CAAC;AACF,eAAO,MAAM,8BAA8B,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAGzE,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,MAAM,CACvD,cAAc,EACd,MAAM,CAIP,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BadgeCountSize } from "../../types/index.mjs";
|
|
2
|
+
import { TextVariant } from "../Text/index.mjs";
|
|
3
|
+
// Mappings
|
|
4
|
+
export const MAP_BADGECOUNT_SIZE_TEXTVARIANT = {
|
|
5
|
+
[BadgeCountSize.Md]: TextVariant.BodyXs,
|
|
6
|
+
[BadgeCountSize.Lg]: TextVariant.BodySm,
|
|
7
|
+
};
|
|
8
|
+
export const MAP_BADGECOUNT_SIZE_LINEHEIGHT = {
|
|
9
|
+
[BadgeCountSize.Md]: 'leading-[14px]',
|
|
10
|
+
[BadgeCountSize.Lg]: 'leading-4', // line-height 16px
|
|
11
|
+
};
|
|
12
|
+
export const TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER = {
|
|
13
|
+
[BadgeCountSize.Md]: 'min-w-4 h-3.5 py-0 px-1',
|
|
14
|
+
[BadgeCountSize.Lg]: 'min-w-6 h-5 py-0.5 px-1.5', // min-width 24px, height 20px, padding-vertical 2, padding-horizontal 6
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=BadgeCount.constants.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BadgeCount.constants.mjs","sourceRoot":"","sources":["../../../src/components/BadgeCount/BadgeCount.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAEtC,WAAW;AACX,MAAM,CAAC,MAAM,+BAA+B,GAGxC;IACF,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,MAAM;IACvC,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,MAAM;CACxC,CAAC;AACF,MAAM,CAAC,MAAM,8BAA8B,GAAmC;IAC5E,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,gBAAgB;IACrC,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,WAAW,EAAE,mBAAmB;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAG7C;IACF,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,yBAAyB;IAC9C,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,2BAA2B,EAAE,wEAAwE;CAC3H,CAAC","sourcesContent":["import { BadgeCountSize } from '../../types';\nimport { TextVariant } from '../Text';\n\n// Mappings\nexport const MAP_BADGECOUNT_SIZE_TEXTVARIANT: Record<\n BadgeCountSize,\n TextVariant\n> = {\n [BadgeCountSize.Md]: TextVariant.BodyXs,\n [BadgeCountSize.Lg]: TextVariant.BodySm,\n};\nexport const MAP_BADGECOUNT_SIZE_LINEHEIGHT: Record<BadgeCountSize, string> = {\n [BadgeCountSize.Md]: 'leading-[14px]', // line-height 14px\n [BadgeCountSize.Lg]: 'leading-4', // line-height 16px\n};\n\nexport const TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER: Record<\n BadgeCountSize,\n string\n> = {\n [BadgeCountSize.Md]: 'min-w-4 h-3.5 py-0 px-1', // min-width 16px, height 14px, padding-vertical 0, padding-horizontal 4\n [BadgeCountSize.Lg]: 'min-w-6 h-5 py-0.5 px-1.5', // min-width 24px, height 20px, padding-vertical 2, padding-horizontal 6\n};\n"]}
|