@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,68 @@
|
|
|
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.TextButton = void 0;
|
|
27
|
+
const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset");
|
|
28
|
+
const react_1 = __importStar(require("react"));
|
|
29
|
+
const react_native_1 = require("react-native/index.js");
|
|
30
|
+
const types_1 = require("../../types/index.cjs");
|
|
31
|
+
const Icon_1 = require("../Icon/index.cjs");
|
|
32
|
+
const Text_1 = require("../Text/index.cjs");
|
|
33
|
+
const TextButton_constants_1 = require("./TextButton.constants.cjs");
|
|
34
|
+
const TextButton = ({ children, size = types_1.TextButtonSize.BodyMd, textProps, startIconName, startIconProps, startAccessory, endIconName, endIconProps, endAccessory, isDisabled = false, isInverse = false, twClassName = '', accessibilityRole, accessibilityLabel, style, ...props }) => {
|
|
35
|
+
const tw = (0, design_system_twrnc_preset_1.useTailwind)();
|
|
36
|
+
/**
|
|
37
|
+
* Calculating the baselineOffset. This baselineOffset is needed to make sure
|
|
38
|
+
* the TextButton aligns perfectly when placed within Text elements
|
|
39
|
+
*/
|
|
40
|
+
const { fontSize, lineHeight } = tw `text-${TextButton_constants_1.MAP_TEXTBUTTON_SIZE_TEXTVARIANT[size]}`;
|
|
41
|
+
const baselineOffset = (lineHeight - fontSize) / 2;
|
|
42
|
+
const getTextColor = (0, react_1.useCallback)((pressed) => {
|
|
43
|
+
if (isInverse) {
|
|
44
|
+
return 'text-primary-inverse';
|
|
45
|
+
}
|
|
46
|
+
return pressed ? 'text-primary-default-pressed' : 'text-primary-default';
|
|
47
|
+
}, [isInverse]);
|
|
48
|
+
const getTextDecoration = (0, react_1.useCallback)((pressed) => isInverse || pressed ? 'underline' : 'no-underline', [isInverse]);
|
|
49
|
+
return (<Text_1.Text>
|
|
50
|
+
<react_native_1.Pressable accessibilityRole={accessibilityRole ?? 'button'} accessibilityLabel={accessibilityLabel} disabled={isDisabled} style={({ pressed }) => [
|
|
51
|
+
{ transform: [{ translateY: baselineOffset }] },
|
|
52
|
+
tw `flex-row items-center ${pressed ? 'bg-pressed' : 'bg-transparent'} ${isDisabled ? 'opacity-50' : 'opacity-100'} ${twClassName}`,
|
|
53
|
+
style,
|
|
54
|
+
]} {...props}>
|
|
55
|
+
{({ pressed }) => (<>
|
|
56
|
+
{startIconName ? (<Icon_1.Icon name={startIconName} size={Icon_1.IconSize.Sm} testID="start-icon" twClassName={`${getTextColor(pressed)} mr-1`} {...startIconProps}/>) : (startAccessory)}
|
|
57
|
+
|
|
58
|
+
<Text_1.Text variant={TextButton_constants_1.MAP_TEXTBUTTON_SIZE_TEXTVARIANT[size]} fontWeight={Text_1.FontWeight.Medium} {...textProps} twClassName={` ${getTextColor(pressed)} ${getTextDecoration(pressed)} ${textProps?.twClassName ?? ''} `}>
|
|
59
|
+
{children}
|
|
60
|
+
</Text_1.Text>
|
|
61
|
+
|
|
62
|
+
{endIconName ? (<Icon_1.Icon name={endIconName} size={Icon_1.IconSize.Sm} testID="end-icon" twClassName={`${getTextColor(pressed)} ml-1`} {...endIconProps}/>) : (endAccessory)}
|
|
63
|
+
</>)}
|
|
64
|
+
</react_native_1.Pressable>
|
|
65
|
+
</Text_1.Text>);
|
|
66
|
+
};
|
|
67
|
+
exports.TextButton = TextButton;
|
|
68
|
+
//# sourceMappingURL=TextButton.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.cjs","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAA4E;AAC5E,+CAA2C;AAC3C,wDAAyC;AAEzC,iDAA6C;AAC7C,4CAAyC;AACzC,4CAA2C;AAE3C,qEAAyE;AAGlE,MAAM,UAAU,GAA8B,CAAC,EACpD,QAAQ,EACR,IAAI,GAAG,sBAAc,CAAC,MAAM,EAC5B,SAAS,EACT,aAAa,EACb,cAAc,EACd,cAAc,EACd,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,UAAU,GAAG,KAAK,EAClB,SAAS,GAAG,KAAK,EACjB,WAAW,GAAG,EAAE,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,KAAK,EACL,GAAG,KAAK,EACT,EAAE,EAAE;IACH,MAAM,EAAE,GAAG,IAAA,wCAAW,GAAE,CAAC;IACzB;;;OAGG;IACH,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,GAAG,EAAE,CAAA,QACjC,sDAA+B,CAAC,IAAI,CACtC,EAGC,CAAC;IACF,MAAM,cAAc,GAAG,CAAC,UAAU,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;IAEnD,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,OAAgB,EAAU,EAAE;QAC3B,IAAI,SAAS,EAAE;YACb,OAAO,sBAAsB,CAAC;SAC/B;QACD,OAAO,OAAO,CAAC,CAAC,CAAC,8BAA8B,CAAC,CAAC,CAAC,sBAAsB,CAAC;IAC3E,CAAC,EACD,CAAC,SAAS,CAAC,CACZ,CAAC;IAEF,MAAM,iBAAiB,GAAG,IAAA,mBAAW,EACnC,CAAC,OAAgB,EAAU,EAAE,CAC3B,SAAS,IAAI,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,cAAc,EACrD,CAAC,SAAS,CAAC,CACZ,CAAC;IAEF,OAAO,CACL,CAAC,WAAI,CACH;MAAA,CAAC,wBAAS,CACR,iBAAiB,CAAC,CAAC,iBAAiB,IAAI,QAAQ,CAAC,CACjD,kBAAkB,CAAC,CAAC,kBAAkB,CAAC,CACvC,QAAQ,CAAC,CAAC,UAAU,CAAC,CACrB,KAAK,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;YACtB,EAAE,SAAS,EAAE,CAAC,EAAE,UAAU,EAAE,cAAc,EAAE,CAAC,EAAE;YAC/C,EAAE,CAAA,yBAAyB,OAAO,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,gBAAgB,IAAI,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,aAAa,IAAI,WAAW,EAAE;YAClI,KAAK;SACN,CAAC,CACF,IAAI,KAAK,CAAC,CAEV;QAAA,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAChB,EACE;YAAA,CAAC,aAAa,CAAC,CAAC,CAAC,CACf,CAAC,WAAI,CACH,IAAI,CAAC,CAAC,aAAa,CAAC,CACpB,IAAI,CAAC,CAAC,eAAQ,CAAC,EAAE,CAAC,CAClB,MAAM,CAAC,YAAY,CACnB,WAAW,CAAC,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,OAAO,CAAC,CAC7C,IAAI,cAAc,CAAC,EACnB,CACH,CAAC,CAAC,CAAC,CACF,cAAc,CACf,CAED;;YAAA,CAAC,WAAI,CACH,OAAO,CAAC,CAAC,sDAA+B,CAAC,IAAI,CAAC,CAAC,CAC/C,UAAU,CAAC,CAAC,iBAAU,CAAC,MAAM,CAAC,CAC9B,IAAI,SAAS,CAAC,CACd,WAAW,CAAC,CAAC,IAAI,YAAY,CAAC,OAAO,CAAC,IAAI,iBAAiB,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,WAAW,IAAI,EAAE,GAAG,CAAC,CAExG;cAAA,CAAC,QAAQ,CACX;YAAA,EAAE,WAAI,CAEN;;YAAA,CAAC,WAAW,CAAC,CAAC,CAAC,CACb,CAAC,WAAI,CACH,IAAI,CAAC,CAAC,WAAW,CAAC,CAClB,IAAI,CAAC,CAAC,eAAQ,CAAC,EAAE,CAAC,CAClB,MAAM,CAAC,UAAU,CACjB,WAAW,CAAC,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,OAAO,CAAC,CAC7C,IAAI,YAAY,CAAC,EACjB,CACH,CAAC,CAAC,CAAC,CACF,YAAY,CACb,CACH;UAAA,GAAG,CACJ,CACH;MAAA,EAAE,wBAAS,CACb;IAAA,EAAE,WAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC;AAnGW,QAAA,UAAU,cAmGrB","sourcesContent":["import { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React, { useCallback } from 'react';\nimport { Pressable } from 'react-native';\n\nimport { TextButtonSize } from '../../types';\nimport { Icon, IconSize } from '../Icon';\nimport { Text, FontWeight } from '../Text';\n\nimport { MAP_TEXTBUTTON_SIZE_TEXTVARIANT } from './TextButton.constants';\nimport type { TextButtonProps } from './TextButton.types';\n\nexport const TextButton: React.FC<TextButtonProps> = ({\n children,\n size = TextButtonSize.BodyMd,\n textProps,\n startIconName,\n startIconProps,\n startAccessory,\n endIconName,\n endIconProps,\n endAccessory,\n isDisabled = false,\n isInverse = false,\n twClassName = '',\n accessibilityRole,\n accessibilityLabel,\n style,\n ...props\n}) => {\n const tw = useTailwind();\n /**\n * Calculating the baselineOffset. This baselineOffset is needed to make sure\n * the TextButton aligns perfectly when placed within Text elements\n */\n const { fontSize, lineHeight } = tw`text-${\n MAP_TEXTBUTTON_SIZE_TEXTVARIANT[size] as string\n }` as {\n fontSize: number;\n lineHeight: number;\n };\n const baselineOffset = (lineHeight - fontSize) / 2;\n\n const getTextColor = useCallback(\n (pressed: boolean): string => {\n if (isInverse) {\n return 'text-primary-inverse';\n }\n return pressed ? 'text-primary-default-pressed' : 'text-primary-default';\n },\n [isInverse],\n );\n\n const getTextDecoration = useCallback(\n (pressed: boolean): string =>\n isInverse || pressed ? 'underline' : 'no-underline',\n [isInverse],\n );\n\n return (\n <Text>\n <Pressable\n accessibilityRole={accessibilityRole ?? 'button'}\n accessibilityLabel={accessibilityLabel}\n disabled={isDisabled}\n style={({ pressed }) => [\n { transform: [{ translateY: baselineOffset }] },\n tw`flex-row items-center ${pressed ? 'bg-pressed' : 'bg-transparent'} ${isDisabled ? 'opacity-50' : 'opacity-100'} ${twClassName}`,\n style,\n ]}\n {...props}\n >\n {({ pressed }) => (\n <>\n {startIconName ? (\n <Icon\n name={startIconName}\n size={IconSize.Sm}\n testID=\"start-icon\"\n twClassName={`${getTextColor(pressed)} mr-1`}\n {...startIconProps}\n />\n ) : (\n startAccessory\n )}\n\n <Text\n variant={MAP_TEXTBUTTON_SIZE_TEXTVARIANT[size]}\n fontWeight={FontWeight.Medium}\n {...textProps}\n twClassName={` ${getTextColor(pressed)} ${getTextDecoration(pressed)} ${textProps?.twClassName ?? ''} `}\n >\n {children}\n </Text>\n\n {endIconName ? (\n <Icon\n name={endIconName}\n size={IconSize.Sm}\n testID=\"end-icon\"\n twClassName={`${getTextColor(pressed)} ml-1`}\n {...endIconProps}\n />\n ) : (\n endAccessory\n )}\n </>\n )}\n </Pressable>\n </Text>\n );\n};\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MAP_TEXTBUTTON_SIZE_TEXTVARIANT = void 0;
|
|
4
|
+
const types_1 = require("../../types/index.cjs");
|
|
5
|
+
const Text_1 = require("../Text/index.cjs");
|
|
6
|
+
exports.MAP_TEXTBUTTON_SIZE_TEXTVARIANT = {
|
|
7
|
+
[types_1.TextButtonSize.BodyXs]: Text_1.TextVariant.BodyXs,
|
|
8
|
+
[types_1.TextButtonSize.BodySm]: Text_1.TextVariant.BodySm,
|
|
9
|
+
[types_1.TextButtonSize.BodyMd]: Text_1.TextVariant.BodyMd,
|
|
10
|
+
[types_1.TextButtonSize.BodyLg]: Text_1.TextVariant.BodyLg,
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=TextButton.constants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.constants.cjs","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.constants.ts"],"names":[],"mappings":";;;AAAA,iDAA6C;AAC7C,4CAAsC;AAEzB,QAAA,+BAA+B,GAGxC;IACF,CAAC,sBAAc,CAAC,MAAM,CAAC,EAAE,kBAAW,CAAC,MAAM;IAC3C,CAAC,sBAAc,CAAC,MAAM,CAAC,EAAE,kBAAW,CAAC,MAAM;IAC3C,CAAC,sBAAc,CAAC,MAAM,CAAC,EAAE,kBAAW,CAAC,MAAM;IAC3C,CAAC,sBAAc,CAAC,MAAM,CAAC,EAAE,kBAAW,CAAC,MAAM;CAC5C,CAAC","sourcesContent":["import { TextButtonSize } from '../../types';\nimport { TextVariant } from '../Text';\n\nexport const MAP_TEXTBUTTON_SIZE_TEXTVARIANT: Record<\n TextButtonSize,\n TextVariant\n> = {\n [TextButtonSize.BodyXs]: TextVariant.BodyXs,\n [TextButtonSize.BodySm]: TextVariant.BodySm,\n [TextButtonSize.BodyMd]: TextVariant.BodyMd,\n [TextButtonSize.BodyLg]: TextVariant.BodyLg,\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.constants.d.cts","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAEtC,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,cAAc,EACd,WAAW,CAMZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.constants.d.mts","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAEtC,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,cAAc,EACd,WAAW,CAMZ,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TextButtonSize } from "../../types/index.mjs";
|
|
2
|
+
import { TextVariant } from "../Text/index.mjs";
|
|
3
|
+
export const MAP_TEXTBUTTON_SIZE_TEXTVARIANT = {
|
|
4
|
+
[TextButtonSize.BodyXs]: TextVariant.BodyXs,
|
|
5
|
+
[TextButtonSize.BodySm]: TextVariant.BodySm,
|
|
6
|
+
[TextButtonSize.BodyMd]: TextVariant.BodyMd,
|
|
7
|
+
[TextButtonSize.BodyLg]: TextVariant.BodyLg,
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=TextButton.constants.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.constants.mjs","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAEtC,MAAM,CAAC,MAAM,+BAA+B,GAGxC;IACF,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC,MAAM;IAC3C,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC,MAAM;IAC3C,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC,MAAM;IAC3C,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,WAAW,CAAC,MAAM;CAC5C,CAAC","sourcesContent":["import { TextButtonSize } from '../../types';\nimport { TextVariant } from '../Text';\n\nexport const MAP_TEXTBUTTON_SIZE_TEXTVARIANT: Record<\n TextButtonSize,\n TextVariant\n> = {\n [TextButtonSize.BodyXs]: TextVariant.BodyXs,\n [TextButtonSize.BodySm]: TextVariant.BodySm,\n [TextButtonSize.BodyMd]: TextVariant.BodyMd,\n [TextButtonSize.BodyLg]: TextVariant.BodyLg,\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.d.cts","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,cAAc;AAQ3C,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAE1D,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmGhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.d.mts","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,cAAc;AAQ3C,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAE1D,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmGhD,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import { useTailwind } from "@metamask-previews/design-system-twrnc-preset";
|
|
8
|
+
import $React, { useCallback } from "react";
|
|
9
|
+
const React = $importDefault($React);
|
|
10
|
+
import { Pressable } from "react-native/index.js";
|
|
11
|
+
import { TextButtonSize } from "../../types/index.mjs";
|
|
12
|
+
import { Icon, IconSize } from "../Icon/index.mjs";
|
|
13
|
+
import { Text, FontWeight } from "../Text/index.mjs";
|
|
14
|
+
import { MAP_TEXTBUTTON_SIZE_TEXTVARIANT } from "./TextButton.constants.mjs";
|
|
15
|
+
export const TextButton = ({ children, size = TextButtonSize.BodyMd, textProps, startIconName, startIconProps, startAccessory, endIconName, endIconProps, endAccessory, isDisabled = false, isInverse = false, twClassName = '', accessibilityRole, accessibilityLabel, style, ...props }) => {
|
|
16
|
+
const tw = useTailwind();
|
|
17
|
+
/**
|
|
18
|
+
* Calculating the baselineOffset. This baselineOffset is needed to make sure
|
|
19
|
+
* the TextButton aligns perfectly when placed within Text elements
|
|
20
|
+
*/
|
|
21
|
+
const { fontSize, lineHeight } = tw `text-${MAP_TEXTBUTTON_SIZE_TEXTVARIANT[size]}`;
|
|
22
|
+
const baselineOffset = (lineHeight - fontSize) / 2;
|
|
23
|
+
const getTextColor = useCallback((pressed) => {
|
|
24
|
+
if (isInverse) {
|
|
25
|
+
return 'text-primary-inverse';
|
|
26
|
+
}
|
|
27
|
+
return pressed ? 'text-primary-default-pressed' : 'text-primary-default';
|
|
28
|
+
}, [isInverse]);
|
|
29
|
+
const getTextDecoration = useCallback((pressed) => isInverse || pressed ? 'underline' : 'no-underline', [isInverse]);
|
|
30
|
+
return (<Text>
|
|
31
|
+
<Pressable accessibilityRole={accessibilityRole ?? 'button'} accessibilityLabel={accessibilityLabel} disabled={isDisabled} style={({ pressed }) => [
|
|
32
|
+
{ transform: [{ translateY: baselineOffset }] },
|
|
33
|
+
tw `flex-row items-center ${pressed ? 'bg-pressed' : 'bg-transparent'} ${isDisabled ? 'opacity-50' : 'opacity-100'} ${twClassName}`,
|
|
34
|
+
style,
|
|
35
|
+
]} {...props}>
|
|
36
|
+
{({ pressed }) => (<>
|
|
37
|
+
{startIconName ? (<Icon name={startIconName} size={IconSize.Sm} testID="start-icon" twClassName={`${getTextColor(pressed)} mr-1`} {...startIconProps}/>) : (startAccessory)}
|
|
38
|
+
|
|
39
|
+
<Text variant={MAP_TEXTBUTTON_SIZE_TEXTVARIANT[size]} fontWeight={FontWeight.Medium} {...textProps} twClassName={` ${getTextColor(pressed)} ${getTextDecoration(pressed)} ${textProps?.twClassName ?? ''} `}>
|
|
40
|
+
{children}
|
|
41
|
+
</Text>
|
|
42
|
+
|
|
43
|
+
{endIconName ? (<Icon name={endIconName} size={IconSize.Sm} testID="end-icon" twClassName={`${getTextColor(pressed)} ml-1`} {...endIconProps}/>) : (endAccessory)}
|
|
44
|
+
</>)}
|
|
45
|
+
</Pressable>
|
|
46
|
+
</Text>);
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=TextButton.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.mjs","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.tsx"],"names":[],"mappings":"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","sourcesContent":["import { useTailwind } from '@metamask-previews/design-system-twrnc-preset';\nimport React, { useCallback } from 'react';\nimport { Pressable } from 'react-native';\n\nimport { TextButtonSize } from '../../types';\nimport { Icon, IconSize } from '../Icon';\nimport { Text, FontWeight } from '../Text';\n\nimport { MAP_TEXTBUTTON_SIZE_TEXTVARIANT } from './TextButton.constants';\nimport type { TextButtonProps } from './TextButton.types';\n\nexport const TextButton: React.FC<TextButtonProps> = ({\n children,\n size = TextButtonSize.BodyMd,\n textProps,\n startIconName,\n startIconProps,\n startAccessory,\n endIconName,\n endIconProps,\n endAccessory,\n isDisabled = false,\n isInverse = false,\n twClassName = '',\n accessibilityRole,\n accessibilityLabel,\n style,\n ...props\n}) => {\n const tw = useTailwind();\n /**\n * Calculating the baselineOffset. This baselineOffset is needed to make sure\n * the TextButton aligns perfectly when placed within Text elements\n */\n const { fontSize, lineHeight } = tw`text-${\n MAP_TEXTBUTTON_SIZE_TEXTVARIANT[size] as string\n }` as {\n fontSize: number;\n lineHeight: number;\n };\n const baselineOffset = (lineHeight - fontSize) / 2;\n\n const getTextColor = useCallback(\n (pressed: boolean): string => {\n if (isInverse) {\n return 'text-primary-inverse';\n }\n return pressed ? 'text-primary-default-pressed' : 'text-primary-default';\n },\n [isInverse],\n );\n\n const getTextDecoration = useCallback(\n (pressed: boolean): string =>\n isInverse || pressed ? 'underline' : 'no-underline',\n [isInverse],\n );\n\n return (\n <Text>\n <Pressable\n accessibilityRole={accessibilityRole ?? 'button'}\n accessibilityLabel={accessibilityLabel}\n disabled={isDisabled}\n style={({ pressed }) => [\n { transform: [{ translateY: baselineOffset }] },\n tw`flex-row items-center ${pressed ? 'bg-pressed' : 'bg-transparent'} ${isDisabled ? 'opacity-50' : 'opacity-100'} ${twClassName}`,\n style,\n ]}\n {...props}\n >\n {({ pressed }) => (\n <>\n {startIconName ? (\n <Icon\n name={startIconName}\n size={IconSize.Sm}\n testID=\"start-icon\"\n twClassName={`${getTextColor(pressed)} mr-1`}\n {...startIconProps}\n />\n ) : (\n startAccessory\n )}\n\n <Text\n variant={MAP_TEXTBUTTON_SIZE_TEXTVARIANT[size]}\n fontWeight={FontWeight.Medium}\n {...textProps}\n twClassName={` ${getTextColor(pressed)} ${getTextDecoration(pressed)} ${textProps?.twClassName ?? ''} `}\n >\n {children}\n </Text>\n\n {endIconName ? (\n <Icon\n name={endIconName}\n size={IconSize.Sm}\n testID=\"end-icon\"\n twClassName={`${getTextColor(pressed)} ml-1`}\n {...endIconProps}\n />\n ) : (\n endAccessory\n )}\n </>\n )}\n </Pressable>\n </Text>\n );\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.types.cjs","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { PressableProps, StyleProp, ViewStyle } from 'react-native';\n\nimport type { TextButtonSize } from '../../types';\nimport type { IconProps, IconName } from '../Icon';\nimport type { TextProps } from '../Text';\n\n/**\n * TextButton component props.\n */\nexport type TextButtonProps = {\n /**\n * Required prop for the content to be rendered within the TextButton\n */\n children: string;\n /**\n * Optional prop to control the size of the TextButton\n *\n * @default TextButtonSize.BodyMd\n */\n size?: TextButtonSize;\n /**\n * Optional props to be passed to the Text component when children is a string\n */\n textProps?: Omit<Partial<TextProps>, 'children'>;\n /**\n * Optional prop to specify an icon to show at the start of the button\n */\n startIconName?: IconName;\n /**\n * Optional prop to pass additional properties to the start icon\n */\n startIconProps?: Partial<IconProps>;\n /**\n * Optional prop for a custom element to show at the start of the button\n */\n startAccessory?: React.ReactNode;\n /**\n * Optional prop to specify an icon to show at the end of the button\n */\n endIconName?: IconName;\n /**\n * Optional prop to pass additional properties to the end icon\n */\n endIconProps?: Partial<IconProps>;\n /**\n * Optional prop for a custom element to show at the end of the button\n */\n endAccessory?: React.ReactNode;\n /**\n * Optional prop that when true, disables the button\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Optional prop to show the inverse state of the button, which is reserved for buttons on colored backgrounds.\n *\n * @default false\n */\n isInverse?: boolean;\n /**\n * Optional prop to add twrnc overriding classNames.\n */\n twClassName?: string;\n /**\n * Optional prop to control the style.\n */\n style?: StyleProp<ViewStyle>;\n} & Omit<PressableProps, 'disabled'>;\n"]}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { PressableProps, StyleProp, ViewStyle } from "react-native/index.js";
|
|
3
|
+
import type { TextButtonSize } from "../../types/index.cjs";
|
|
4
|
+
import type { IconProps, IconName } from "../Icon/index.cjs";
|
|
5
|
+
import type { TextProps } from "../Text/index.cjs";
|
|
6
|
+
/**
|
|
7
|
+
* TextButton component props.
|
|
8
|
+
*/
|
|
9
|
+
export type TextButtonProps = {
|
|
10
|
+
/**
|
|
11
|
+
* Required prop for the content to be rendered within the TextButton
|
|
12
|
+
*/
|
|
13
|
+
children: string;
|
|
14
|
+
/**
|
|
15
|
+
* Optional prop to control the size of the TextButton
|
|
16
|
+
*
|
|
17
|
+
* @default TextButtonSize.BodyMd
|
|
18
|
+
*/
|
|
19
|
+
size?: TextButtonSize;
|
|
20
|
+
/**
|
|
21
|
+
* Optional props to be passed to the Text component when children is a string
|
|
22
|
+
*/
|
|
23
|
+
textProps?: Omit<Partial<TextProps>, 'children'>;
|
|
24
|
+
/**
|
|
25
|
+
* Optional prop to specify an icon to show at the start of the button
|
|
26
|
+
*/
|
|
27
|
+
startIconName?: IconName;
|
|
28
|
+
/**
|
|
29
|
+
* Optional prop to pass additional properties to the start icon
|
|
30
|
+
*/
|
|
31
|
+
startIconProps?: Partial<IconProps>;
|
|
32
|
+
/**
|
|
33
|
+
* Optional prop for a custom element to show at the start of the button
|
|
34
|
+
*/
|
|
35
|
+
startAccessory?: React.ReactNode;
|
|
36
|
+
/**
|
|
37
|
+
* Optional prop to specify an icon to show at the end of the button
|
|
38
|
+
*/
|
|
39
|
+
endIconName?: IconName;
|
|
40
|
+
/**
|
|
41
|
+
* Optional prop to pass additional properties to the end icon
|
|
42
|
+
*/
|
|
43
|
+
endIconProps?: Partial<IconProps>;
|
|
44
|
+
/**
|
|
45
|
+
* Optional prop for a custom element to show at the end of the button
|
|
46
|
+
*/
|
|
47
|
+
endAccessory?: React.ReactNode;
|
|
48
|
+
/**
|
|
49
|
+
* Optional prop that when true, disables the button
|
|
50
|
+
*
|
|
51
|
+
* @default false
|
|
52
|
+
*/
|
|
53
|
+
isDisabled?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Optional prop to show the inverse state of the button, which is reserved for buttons on colored backgrounds.
|
|
56
|
+
*
|
|
57
|
+
* @default false
|
|
58
|
+
*/
|
|
59
|
+
isInverse?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Optional prop to add twrnc overriding classNames.
|
|
62
|
+
*/
|
|
63
|
+
twClassName?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Optional prop to control the style.
|
|
66
|
+
*/
|
|
67
|
+
style?: StyleProp<ViewStyle>;
|
|
68
|
+
} & Omit<PressableProps, 'disabled'>;
|
|
69
|
+
//# sourceMappingURL=TextButton.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.types.d.cts","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,8BAAqB;AAEzE,OAAO,KAAK,EAAE,cAAc,EAAE,8BAAoB;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,0BAAgB;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AAEzC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC;IACjD;;OAEG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAClC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { PressableProps, StyleProp, ViewStyle } from "react-native/index.js";
|
|
3
|
+
import type { TextButtonSize } from "../../types/index.mjs";
|
|
4
|
+
import type { IconProps, IconName } from "../Icon/index.mjs";
|
|
5
|
+
import type { TextProps } from "../Text/index.mjs";
|
|
6
|
+
/**
|
|
7
|
+
* TextButton component props.
|
|
8
|
+
*/
|
|
9
|
+
export type TextButtonProps = {
|
|
10
|
+
/**
|
|
11
|
+
* Required prop for the content to be rendered within the TextButton
|
|
12
|
+
*/
|
|
13
|
+
children: string;
|
|
14
|
+
/**
|
|
15
|
+
* Optional prop to control the size of the TextButton
|
|
16
|
+
*
|
|
17
|
+
* @default TextButtonSize.BodyMd
|
|
18
|
+
*/
|
|
19
|
+
size?: TextButtonSize;
|
|
20
|
+
/**
|
|
21
|
+
* Optional props to be passed to the Text component when children is a string
|
|
22
|
+
*/
|
|
23
|
+
textProps?: Omit<Partial<TextProps>, 'children'>;
|
|
24
|
+
/**
|
|
25
|
+
* Optional prop to specify an icon to show at the start of the button
|
|
26
|
+
*/
|
|
27
|
+
startIconName?: IconName;
|
|
28
|
+
/**
|
|
29
|
+
* Optional prop to pass additional properties to the start icon
|
|
30
|
+
*/
|
|
31
|
+
startIconProps?: Partial<IconProps>;
|
|
32
|
+
/**
|
|
33
|
+
* Optional prop for a custom element to show at the start of the button
|
|
34
|
+
*/
|
|
35
|
+
startAccessory?: React.ReactNode;
|
|
36
|
+
/**
|
|
37
|
+
* Optional prop to specify an icon to show at the end of the button
|
|
38
|
+
*/
|
|
39
|
+
endIconName?: IconName;
|
|
40
|
+
/**
|
|
41
|
+
* Optional prop to pass additional properties to the end icon
|
|
42
|
+
*/
|
|
43
|
+
endIconProps?: Partial<IconProps>;
|
|
44
|
+
/**
|
|
45
|
+
* Optional prop for a custom element to show at the end of the button
|
|
46
|
+
*/
|
|
47
|
+
endAccessory?: React.ReactNode;
|
|
48
|
+
/**
|
|
49
|
+
* Optional prop that when true, disables the button
|
|
50
|
+
*
|
|
51
|
+
* @default false
|
|
52
|
+
*/
|
|
53
|
+
isDisabled?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Optional prop to show the inverse state of the button, which is reserved for buttons on colored backgrounds.
|
|
56
|
+
*
|
|
57
|
+
* @default false
|
|
58
|
+
*/
|
|
59
|
+
isInverse?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Optional prop to add twrnc overriding classNames.
|
|
62
|
+
*/
|
|
63
|
+
twClassName?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Optional prop to control the style.
|
|
66
|
+
*/
|
|
67
|
+
style?: StyleProp<ViewStyle>;
|
|
68
|
+
} & Omit<PressableProps, 'disabled'>;
|
|
69
|
+
//# sourceMappingURL=TextButton.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.types.d.mts","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,8BAAqB;AAEzE,OAAO,KAAK,EAAE,cAAc,EAAE,8BAAoB;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,0BAAgB;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AAEzC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC;IACjD;;OAEG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAClC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.types.mjs","sourceRoot":"","sources":["../../../src/components/TextButton/TextButton.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { PressableProps, StyleProp, ViewStyle } from 'react-native';\n\nimport type { TextButtonSize } from '../../types';\nimport type { IconProps, IconName } from '../Icon';\nimport type { TextProps } from '../Text';\n\n/**\n * TextButton component props.\n */\nexport type TextButtonProps = {\n /**\n * Required prop for the content to be rendered within the TextButton\n */\n children: string;\n /**\n * Optional prop to control the size of the TextButton\n *\n * @default TextButtonSize.BodyMd\n */\n size?: TextButtonSize;\n /**\n * Optional props to be passed to the Text component when children is a string\n */\n textProps?: Omit<Partial<TextProps>, 'children'>;\n /**\n * Optional prop to specify an icon to show at the start of the button\n */\n startIconName?: IconName;\n /**\n * Optional prop to pass additional properties to the start icon\n */\n startIconProps?: Partial<IconProps>;\n /**\n * Optional prop for a custom element to show at the start of the button\n */\n startAccessory?: React.ReactNode;\n /**\n * Optional prop to specify an icon to show at the end of the button\n */\n endIconName?: IconName;\n /**\n * Optional prop to pass additional properties to the end icon\n */\n endIconProps?: Partial<IconProps>;\n /**\n * Optional prop for a custom element to show at the end of the button\n */\n endAccessory?: React.ReactNode;\n /**\n * Optional prop that when true, disables the button\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Optional prop to show the inverse state of the button, which is reserved for buttons on colored backgrounds.\n *\n * @default false\n */\n isInverse?: boolean;\n /**\n * Optional prop to add twrnc overriding classNames.\n */\n twClassName?: string;\n /**\n * Optional prop to control the style.\n */\n style?: StyleProp<ViewStyle>;\n} & Omit<PressableProps, 'disabled'>;\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TextButton = exports.TextButtonSize = void 0;
|
|
4
|
+
var types_1 = require("../../types/index.cjs");
|
|
5
|
+
Object.defineProperty(exports, "TextButtonSize", { enumerable: true, get: function () { return types_1.TextButtonSize; } });
|
|
6
|
+
var TextButton_1 = require("./TextButton.cjs");
|
|
7
|
+
Object.defineProperty(exports, "TextButton", { enumerable: true, get: function () { return TextButton_1.TextButton; } });
|
|
8
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/TextButton/index.ts"],"names":[],"mappings":";;;AAAA,+CAA6C;AAApC,uGAAA,cAAc,OAAA;AACvB,+CAA0C;AAAjC,wGAAA,UAAU,OAAA","sourcesContent":["export { TextButtonSize } from '../../types';\nexport { TextButton } from './TextButton';\nexport type { TextButtonProps } from './TextButton.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/TextButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/TextButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/TextButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,8BAAoB;AAC7C,OAAO,EAAE,UAAU,EAAE,yBAAqB","sourcesContent":["export { TextButtonSize } from '../../types';\nexport { TextButton } from './TextButton';\nexport type { TextButtonProps } from './TextButton.types';\n"]}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TextButton = exports.Maskicon = exports.Jazzicon = exports.IconSize = exports.IconName = exports.IconColor = exports.Icon = exports.Checkbox = exports.ButtonIconSize = exports.ButtonIcon = exports.ButtonVariant = exports.ButtonSize = exports.Button = exports.ButtonBaseSize = exports.ButtonBase = exports.ButtonAnimated = exports.BoxJustifyContent = exports.BoxAlignItems = exports.BoxFlexWrap = exports.BoxFlexDirection = exports.Box = exports.Blockies = exports.BadgeWrapperPositionAnchorShape = exports.BadgeWrapperPosition = exports.BadgeWrapper = exports.BadgeStatusSize = exports.BadgeStatusStatus = exports.BadgeStatus = exports.BadgeNetwork = exports.BadgeIcon = exports.BadgeCountSize = exports.BadgeCount = exports.AvatarTokenSize = exports.AvatarToken = exports.AvatarNetworkSize = exports.AvatarNetwork = exports.AvatarIconSize = exports.AvatarIconSeverity = exports.AvatarIcon = exports.AvatarGroupVariant = exports.AvatarGroupSize = exports.AvatarGroup = exports.AvatarFaviconSize = exports.AvatarFavicon = exports.AvatarBaseShape = exports.AvatarBaseSize = exports.AvatarBase = exports.AvatarAccountSize = exports.AvatarAccountVariant = exports.AvatarAccount = void 0;
|
|
4
|
+
exports.TextOrChildren = exports.TextVariant = exports.TextColor = exports.FontStyle = exports.FontFamily = exports.FontWeight = exports.Text = void 0;
|
|
5
|
+
var AvatarAccount_1 = require("./AvatarAccount/index.cjs");
|
|
6
|
+
Object.defineProperty(exports, "AvatarAccount", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccount; } });
|
|
7
|
+
Object.defineProperty(exports, "AvatarAccountVariant", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccountVariant; } });
|
|
8
|
+
Object.defineProperty(exports, "AvatarAccountSize", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccountSize; } });
|
|
9
|
+
var AvatarBase_1 = require("./AvatarBase/index.cjs");
|
|
10
|
+
Object.defineProperty(exports, "AvatarBase", { enumerable: true, get: function () { return AvatarBase_1.AvatarBase; } });
|
|
11
|
+
Object.defineProperty(exports, "AvatarBaseSize", { enumerable: true, get: function () { return AvatarBase_1.AvatarBaseSize; } });
|
|
12
|
+
Object.defineProperty(exports, "AvatarBaseShape", { enumerable: true, get: function () { return AvatarBase_1.AvatarBaseShape; } });
|
|
13
|
+
var AvatarFavicon_1 = require("./AvatarFavicon/index.cjs");
|
|
14
|
+
Object.defineProperty(exports, "AvatarFavicon", { enumerable: true, get: function () { return AvatarFavicon_1.AvatarFavicon; } });
|
|
15
|
+
Object.defineProperty(exports, "AvatarFaviconSize", { enumerable: true, get: function () { return AvatarFavicon_1.AvatarFaviconSize; } });
|
|
16
|
+
var AvatarGroup_1 = require("./AvatarGroup/index.cjs");
|
|
17
|
+
Object.defineProperty(exports, "AvatarGroup", { enumerable: true, get: function () { return AvatarGroup_1.AvatarGroup; } });
|
|
18
|
+
Object.defineProperty(exports, "AvatarGroupSize", { enumerable: true, get: function () { return AvatarGroup_1.AvatarGroupSize; } });
|
|
19
|
+
Object.defineProperty(exports, "AvatarGroupVariant", { enumerable: true, get: function () { return AvatarGroup_1.AvatarGroupVariant; } });
|
|
20
|
+
var AvatarIcon_1 = require("./AvatarIcon/index.cjs");
|
|
21
|
+
Object.defineProperty(exports, "AvatarIcon", { enumerable: true, get: function () { return AvatarIcon_1.AvatarIcon; } });
|
|
22
|
+
Object.defineProperty(exports, "AvatarIconSeverity", { enumerable: true, get: function () { return AvatarIcon_1.AvatarIconSeverity; } });
|
|
23
|
+
Object.defineProperty(exports, "AvatarIconSize", { enumerable: true, get: function () { return AvatarIcon_1.AvatarIconSize; } });
|
|
24
|
+
var AvatarNetwork_1 = require("./AvatarNetwork/index.cjs");
|
|
25
|
+
Object.defineProperty(exports, "AvatarNetwork", { enumerable: true, get: function () { return AvatarNetwork_1.AvatarNetwork; } });
|
|
26
|
+
Object.defineProperty(exports, "AvatarNetworkSize", { enumerable: true, get: function () { return AvatarNetwork_1.AvatarNetworkSize; } });
|
|
27
|
+
var AvatarToken_1 = require("./AvatarToken/index.cjs");
|
|
28
|
+
Object.defineProperty(exports, "AvatarToken", { enumerable: true, get: function () { return AvatarToken_1.AvatarToken; } });
|
|
29
|
+
Object.defineProperty(exports, "AvatarTokenSize", { enumerable: true, get: function () { return AvatarToken_1.AvatarTokenSize; } });
|
|
30
|
+
var BadgeCount_1 = require("./BadgeCount/index.cjs");
|
|
31
|
+
Object.defineProperty(exports, "BadgeCount", { enumerable: true, get: function () { return BadgeCount_1.BadgeCount; } });
|
|
32
|
+
Object.defineProperty(exports, "BadgeCountSize", { enumerable: true, get: function () { return BadgeCount_1.BadgeCountSize; } });
|
|
33
|
+
var BadgeIcon_1 = require("./BadgeIcon/index.cjs");
|
|
34
|
+
Object.defineProperty(exports, "BadgeIcon", { enumerable: true, get: function () { return BadgeIcon_1.BadgeIcon; } });
|
|
35
|
+
var BadgeNetwork_1 = require("./BadgeNetwork/index.cjs");
|
|
36
|
+
Object.defineProperty(exports, "BadgeNetwork", { enumerable: true, get: function () { return BadgeNetwork_1.BadgeNetwork; } });
|
|
37
|
+
var BadgeStatus_1 = require("./BadgeStatus/index.cjs");
|
|
38
|
+
Object.defineProperty(exports, "BadgeStatus", { enumerable: true, get: function () { return BadgeStatus_1.BadgeStatus; } });
|
|
39
|
+
Object.defineProperty(exports, "BadgeStatusStatus", { enumerable: true, get: function () { return BadgeStatus_1.BadgeStatusStatus; } });
|
|
40
|
+
Object.defineProperty(exports, "BadgeStatusSize", { enumerable: true, get: function () { return BadgeStatus_1.BadgeStatusSize; } });
|
|
41
|
+
var BadgeWrapper_1 = require("./BadgeWrapper/index.cjs");
|
|
42
|
+
Object.defineProperty(exports, "BadgeWrapper", { enumerable: true, get: function () { return BadgeWrapper_1.BadgeWrapper; } });
|
|
43
|
+
Object.defineProperty(exports, "BadgeWrapperPosition", { enumerable: true, get: function () { return BadgeWrapper_1.BadgeWrapperPosition; } });
|
|
44
|
+
Object.defineProperty(exports, "BadgeWrapperPositionAnchorShape", { enumerable: true, get: function () { return BadgeWrapper_1.BadgeWrapperPositionAnchorShape; } });
|
|
45
|
+
var Blockies_1 = require("./temp-components/Blockies/index.cjs");
|
|
46
|
+
Object.defineProperty(exports, "Blockies", { enumerable: true, get: function () { return Blockies_1.Blockies; } });
|
|
47
|
+
var Box_1 = require("./Box/index.cjs");
|
|
48
|
+
Object.defineProperty(exports, "Box", { enumerable: true, get: function () { return Box_1.Box; } });
|
|
49
|
+
Object.defineProperty(exports, "BoxFlexDirection", { enumerable: true, get: function () { return Box_1.BoxFlexDirection; } });
|
|
50
|
+
Object.defineProperty(exports, "BoxFlexWrap", { enumerable: true, get: function () { return Box_1.BoxFlexWrap; } });
|
|
51
|
+
Object.defineProperty(exports, "BoxAlignItems", { enumerable: true, get: function () { return Box_1.BoxAlignItems; } });
|
|
52
|
+
Object.defineProperty(exports, "BoxJustifyContent", { enumerable: true, get: function () { return Box_1.BoxJustifyContent; } });
|
|
53
|
+
var ButtonAnimated_1 = require("./temp-components/ButtonAnimated/index.cjs");
|
|
54
|
+
Object.defineProperty(exports, "ButtonAnimated", { enumerable: true, get: function () { return ButtonAnimated_1.ButtonAnimated; } });
|
|
55
|
+
var ButtonBase_1 = require("./ButtonBase/index.cjs");
|
|
56
|
+
Object.defineProperty(exports, "ButtonBase", { enumerable: true, get: function () { return ButtonBase_1.ButtonBase; } });
|
|
57
|
+
Object.defineProperty(exports, "ButtonBaseSize", { enumerable: true, get: function () { return ButtonBase_1.ButtonBaseSize; } });
|
|
58
|
+
var Button_1 = require("./Button/index.cjs");
|
|
59
|
+
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Button_1.Button; } });
|
|
60
|
+
Object.defineProperty(exports, "ButtonSize", { enumerable: true, get: function () { return Button_1.ButtonSize; } });
|
|
61
|
+
Object.defineProperty(exports, "ButtonVariant", { enumerable: true, get: function () { return Button_1.ButtonVariant; } });
|
|
62
|
+
var ButtonIcon_1 = require("./ButtonIcon/index.cjs");
|
|
63
|
+
Object.defineProperty(exports, "ButtonIcon", { enumerable: true, get: function () { return ButtonIcon_1.ButtonIcon; } });
|
|
64
|
+
Object.defineProperty(exports, "ButtonIconSize", { enumerable: true, get: function () { return ButtonIcon_1.ButtonIconSize; } });
|
|
65
|
+
var Checkbox_1 = require("./Checkbox/index.cjs");
|
|
66
|
+
Object.defineProperty(exports, "Checkbox", { enumerable: true, get: function () { return Checkbox_1.Checkbox; } });
|
|
67
|
+
var Icon_1 = require("./Icon/index.cjs");
|
|
68
|
+
Object.defineProperty(exports, "Icon", { enumerable: true, get: function () { return Icon_1.Icon; } });
|
|
69
|
+
Object.defineProperty(exports, "IconColor", { enumerable: true, get: function () { return Icon_1.IconColor; } });
|
|
70
|
+
Object.defineProperty(exports, "IconName", { enumerable: true, get: function () { return Icon_1.IconName; } });
|
|
71
|
+
Object.defineProperty(exports, "IconSize", { enumerable: true, get: function () { return Icon_1.IconSize; } });
|
|
72
|
+
var Jazzicon_1 = require("./temp-components/Jazzicon/index.cjs");
|
|
73
|
+
Object.defineProperty(exports, "Jazzicon", { enumerable: true, get: function () { return Jazzicon_1.Jazzicon; } });
|
|
74
|
+
var Maskicon_1 = require("./temp-components/Maskicon/index.cjs");
|
|
75
|
+
Object.defineProperty(exports, "Maskicon", { enumerable: true, get: function () { return Maskicon_1.Maskicon; } });
|
|
76
|
+
var TextButton_1 = require("./TextButton/index.cjs");
|
|
77
|
+
Object.defineProperty(exports, "TextButton", { enumerable: true, get: function () { return TextButton_1.TextButton; } });
|
|
78
|
+
var Text_1 = require("./Text/index.cjs");
|
|
79
|
+
Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return Text_1.Text; } });
|
|
80
|
+
Object.defineProperty(exports, "FontWeight", { enumerable: true, get: function () { return Text_1.FontWeight; } });
|
|
81
|
+
Object.defineProperty(exports, "FontFamily", { enumerable: true, get: function () { return Text_1.FontFamily; } });
|
|
82
|
+
Object.defineProperty(exports, "FontStyle", { enumerable: true, get: function () { return Text_1.FontStyle; } });
|
|
83
|
+
Object.defineProperty(exports, "TextColor", { enumerable: true, get: function () { return Text_1.TextColor; } });
|
|
84
|
+
Object.defineProperty(exports, "TextVariant", { enumerable: true, get: function () { return Text_1.TextVariant; } });
|
|
85
|
+
var TextOrChildren_1 = require("./temp-components/TextOrChildren/index.cjs");
|
|
86
|
+
Object.defineProperty(exports, "TextOrChildren", { enumerable: true, get: function () { return TextOrChildren_1.TextOrChildren; } });
|
|
87
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":";;;;AAAA,2DAIyB;AAHvB,8GAAA,aAAa,OAAA;AACb,qHAAA,oBAAoB,OAAA;AACpB,kHAAA,iBAAiB,OAAA;AAInB,qDAA2E;AAAlE,wGAAA,UAAU,OAAA;AAAE,4GAAA,cAAc,OAAA;AAAE,6GAAA,eAAe,OAAA;AAGpD,2DAAmE;AAA1D,8GAAA,aAAa,OAAA;AAAE,kHAAA,iBAAiB,OAAA;AAGzC,uDAIuB;AAHrB,0GAAA,WAAW,OAAA;AACX,8GAAA,eAAe,OAAA;AACf,iHAAA,kBAAkB,OAAA;AAIpB,qDAA8E;AAArE,wGAAA,UAAU,OAAA;AAAE,gHAAA,kBAAkB,OAAA;AAAE,4GAAA,cAAc,OAAA;AAGvD,2DAAmE;AAA1D,8GAAA,aAAa,OAAA;AAAE,kHAAA,iBAAiB,OAAA;AAGzC,uDAA6D;AAApD,0GAAA,WAAW,OAAA;AAAE,8GAAA,eAAe,OAAA;AAGrC,qDAA0D;AAAjD,wGAAA,UAAU,OAAA;AAAE,4GAAA,cAAc,OAAA;AAGnC,mDAAwC;AAA/B,sGAAA,SAAS,OAAA;AAGlB,yDAA8C;AAArC,4GAAA,YAAY,OAAA;AAGrB,uDAAgF;AAAvE,0GAAA,WAAW,OAAA;AAAE,gHAAA,iBAAiB,OAAA;AAAE,8GAAA,eAAe,OAAA;AAGxD,yDAIwB;AAHtB,4GAAA,YAAY,OAAA;AACZ,oHAAA,oBAAoB,OAAA;AACpB,+HAAA,+BAA+B,OAAA;AAOjC,iEAAsD;AAA7C,oGAAA,QAAQ,OAAA;AAGjB,uCAMe;AALb,0FAAA,GAAG,OAAA;AACH,uGAAA,gBAAgB,OAAA;AAChB,kGAAA,WAAW,OAAA;AACX,oGAAA,aAAa,OAAA;AACb,wGAAA,iBAAiB,OAAA;AAInB,6EAAkE;AAAzD,gHAAA,cAAc,OAAA;AAGvB,qDAA0D;AAAjD,wGAAA,UAAU,OAAA;AAAE,4GAAA,cAAc,OAAA;AAGnC,6CAA6D;AAApD,gGAAA,MAAM,OAAA;AAAE,oGAAA,UAAU,OAAA;AAAE,uGAAA,aAAa,OAAA;AAG1C,qDAA0D;AAAjD,wGAAA,UAAU,OAAA;AAAE,4GAAA,cAAc,OAAA;AAGnC,iDAAsC;AAA7B,oGAAA,QAAQ,OAAA;AAGjB,yCAA6D;AAApD,4FAAA,IAAI,OAAA;AAAE,iGAAA,SAAS,OAAA;AAAE,gGAAA,QAAQ,OAAA;AAAE,gGAAA,QAAQ,OAAA;AAG5C,iEAAsD;AAA7C,oGAAA,QAAQ,OAAA;AAGjB,iEAAsD;AAA7C,oGAAA,QAAQ,OAAA;AAGjB,qDAA0C;AAAjC,wGAAA,UAAU,OAAA;AAGnB,yCAOgB;AANd,4FAAA,IAAI,OAAA;AACJ,kGAAA,UAAU,OAAA;AACV,kGAAA,UAAU,OAAA;AACV,iGAAA,SAAS,OAAA;AACT,iGAAA,SAAS,OAAA;AACT,mGAAA,WAAW,OAAA;AAIb,6EAAkE;AAAzD,gHAAA,cAAc,OAAA","sourcesContent":["export {\n AvatarAccount,\n AvatarAccountVariant,\n AvatarAccountSize,\n} from './AvatarAccount';\nexport type { AvatarAccountProps } from './AvatarAccount';\n\nexport { AvatarBase, AvatarBaseSize, AvatarBaseShape } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase';\n\nexport { AvatarFavicon, AvatarFaviconSize } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon';\n\nexport {\n AvatarGroup,\n AvatarGroupSize,\n AvatarGroupVariant,\n} from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup';\n\nexport { AvatarIcon, AvatarIconSeverity, AvatarIconSize } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon';\n\nexport { AvatarNetwork, AvatarNetworkSize } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork';\n\nexport { AvatarToken, AvatarTokenSize } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken';\n\nexport { BadgeCount, BadgeCountSize } from './BadgeCount';\nexport type { BadgeCountProps } from './BadgeCount';\n\nexport { BadgeIcon } from './BadgeIcon';\nexport type { BadgeIconProps } from './BadgeIcon';\n\nexport { BadgeNetwork } from './BadgeNetwork';\nexport type { BadgeNetworkProps } from './BadgeNetwork';\n\nexport { BadgeStatus, BadgeStatusStatus, BadgeStatusSize } from './BadgeStatus';\nexport type { BadgeStatusProps } from './BadgeStatus';\n\nexport {\n BadgeWrapper,\n BadgeWrapperPosition,\n BadgeWrapperPositionAnchorShape,\n} from './BadgeWrapper';\nexport type {\n BadgeWrapperProps,\n BadgeWrapperCustomPosition,\n} from './BadgeWrapper';\n\nexport { Blockies } from './temp-components/Blockies';\nexport type { BlockiesProps } from './temp-components/Blockies';\n\nexport {\n Box,\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n} from './Box';\nexport type { BoxProps, BoxSpacing } from './Box';\n\nexport { ButtonAnimated } from './temp-components/ButtonAnimated';\nexport type { ButtonAnimatedProps } from './temp-components/ButtonAnimated';\n\nexport { ButtonBase, ButtonBaseSize } from './ButtonBase';\nexport type { ButtonBaseProps } from './ButtonBase';\n\nexport { Button, ButtonSize, ButtonVariant } from './Button';\nexport type { ButtonProps } from './Button';\n\nexport { ButtonIcon, ButtonIconSize } from './ButtonIcon';\nexport type { ButtonIconProps } from './ButtonIcon';\n\nexport { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox';\n\nexport { Icon, IconColor, IconName, IconSize } from './Icon';\nexport type { IconProps } from './Icon';\n\nexport { Jazzicon } from './temp-components/Jazzicon';\nexport type { JazziconProps } from './temp-components/Jazzicon';\n\nexport { Maskicon } from './temp-components/Maskicon';\nexport type { MaskiconProps } from './temp-components/Maskicon';\n\nexport { TextButton } from './TextButton';\nexport type { TextButtonProps } from './TextButton';\n\nexport {\n Text,\n FontWeight,\n FontFamily,\n FontStyle,\n TextColor,\n TextVariant,\n} from './Text';\nexport type { TextProps } from './Text';\n\nexport { TextOrChildren } from './temp-components/TextOrChildren';\nexport type { TextOrChildrenProps } from './temp-components/TextOrChildren';\n"]}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export { AvatarAccount, AvatarAccountVariant, AvatarAccountSize, } from "./AvatarAccount/index.cjs";
|
|
2
|
+
export type { AvatarAccountProps } from "./AvatarAccount/index.cjs";
|
|
3
|
+
export { AvatarBase, AvatarBaseSize, AvatarBaseShape } from "./AvatarBase/index.cjs";
|
|
4
|
+
export type { AvatarBaseProps } from "./AvatarBase/index.cjs";
|
|
5
|
+
export { AvatarFavicon, AvatarFaviconSize } from "./AvatarFavicon/index.cjs";
|
|
6
|
+
export type { AvatarFaviconProps } from "./AvatarFavicon/index.cjs";
|
|
7
|
+
export { AvatarGroup, AvatarGroupSize, AvatarGroupVariant, } from "./AvatarGroup/index.cjs";
|
|
8
|
+
export type { AvatarGroupProps } from "./AvatarGroup/index.cjs";
|
|
9
|
+
export { AvatarIcon, AvatarIconSeverity, AvatarIconSize } from "./AvatarIcon/index.cjs";
|
|
10
|
+
export type { AvatarIconProps } from "./AvatarIcon/index.cjs";
|
|
11
|
+
export { AvatarNetwork, AvatarNetworkSize } from "./AvatarNetwork/index.cjs";
|
|
12
|
+
export type { AvatarNetworkProps } from "./AvatarNetwork/index.cjs";
|
|
13
|
+
export { AvatarToken, AvatarTokenSize } from "./AvatarToken/index.cjs";
|
|
14
|
+
export type { AvatarTokenProps } from "./AvatarToken/index.cjs";
|
|
15
|
+
export { BadgeCount, BadgeCountSize } from "./BadgeCount/index.cjs";
|
|
16
|
+
export type { BadgeCountProps } from "./BadgeCount/index.cjs";
|
|
17
|
+
export { BadgeIcon } from "./BadgeIcon/index.cjs";
|
|
18
|
+
export type { BadgeIconProps } from "./BadgeIcon/index.cjs";
|
|
19
|
+
export { BadgeNetwork } from "./BadgeNetwork/index.cjs";
|
|
20
|
+
export type { BadgeNetworkProps } from "./BadgeNetwork/index.cjs";
|
|
21
|
+
export { BadgeStatus, BadgeStatusStatus, BadgeStatusSize } from "./BadgeStatus/index.cjs";
|
|
22
|
+
export type { BadgeStatusProps } from "./BadgeStatus/index.cjs";
|
|
23
|
+
export { BadgeWrapper, BadgeWrapperPosition, BadgeWrapperPositionAnchorShape, } from "./BadgeWrapper/index.cjs";
|
|
24
|
+
export type { BadgeWrapperProps, BadgeWrapperCustomPosition, } from "./BadgeWrapper/index.cjs";
|
|
25
|
+
export { Blockies } from "./temp-components/Blockies/index.cjs";
|
|
26
|
+
export type { BlockiesProps } from "./temp-components/Blockies/index.cjs";
|
|
27
|
+
export { Box, BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, } from "./Box/index.cjs";
|
|
28
|
+
export type { BoxProps, BoxSpacing } from "./Box/index.cjs";
|
|
29
|
+
export { ButtonAnimated } from "./temp-components/ButtonAnimated/index.cjs";
|
|
30
|
+
export type { ButtonAnimatedProps } from "./temp-components/ButtonAnimated/index.cjs";
|
|
31
|
+
export { ButtonBase, ButtonBaseSize } from "./ButtonBase/index.cjs";
|
|
32
|
+
export type { ButtonBaseProps } from "./ButtonBase/index.cjs";
|
|
33
|
+
export { Button, ButtonSize, ButtonVariant } from "./Button/index.cjs";
|
|
34
|
+
export type { ButtonProps } from "./Button/index.cjs";
|
|
35
|
+
export { ButtonIcon, ButtonIconSize } from "./ButtonIcon/index.cjs";
|
|
36
|
+
export type { ButtonIconProps } from "./ButtonIcon/index.cjs";
|
|
37
|
+
export { Checkbox } from "./Checkbox/index.cjs";
|
|
38
|
+
export type { CheckboxProps } from "./Checkbox/index.cjs";
|
|
39
|
+
export { Icon, IconColor, IconName, IconSize } from "./Icon/index.cjs";
|
|
40
|
+
export type { IconProps } from "./Icon/index.cjs";
|
|
41
|
+
export { Jazzicon } from "./temp-components/Jazzicon/index.cjs";
|
|
42
|
+
export type { JazziconProps } from "./temp-components/Jazzicon/index.cjs";
|
|
43
|
+
export { Maskicon } from "./temp-components/Maskicon/index.cjs";
|
|
44
|
+
export type { MaskiconProps } from "./temp-components/Maskicon/index.cjs";
|
|
45
|
+
export { TextButton } from "./TextButton/index.cjs";
|
|
46
|
+
export type { TextButtonProps } from "./TextButton/index.cjs";
|
|
47
|
+
export { Text, FontWeight, FontFamily, FontStyle, TextColor, TextVariant, } from "./Text/index.cjs";
|
|
48
|
+
export type { TextProps } from "./Text/index.cjs";
|
|
49
|
+
export { TextOrChildren } from "./temp-components/TextOrChildren/index.cjs";
|
|
50
|
+
export type { TextOrChildrenProps } from "./temp-components/TextOrChildren/index.cjs";
|
|
51
|
+
//# sourceMappingURL=index.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
|