@metamask-previews/design-system-react 0.0.0-preview.52473ea → 0.0.0-preview.7652fa4
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/dist/components/avatar-account/AvatarAccount.cjs +27 -0
- package/dist/components/avatar-account/AvatarAccount.cjs.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.constants.cjs +12 -0
- package/dist/components/avatar-account/AvatarAccount.constants.cjs.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.constants.d.cts +3 -0
- package/dist/components/avatar-account/AvatarAccount.constants.d.cts.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.constants.d.mts +3 -0
- package/dist/components/avatar-account/AvatarAccount.constants.d.mts.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.constants.mjs +9 -0
- package/dist/components/avatar-account/AvatarAccount.constants.mjs.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.d.cts +4 -0
- package/dist/components/avatar-account/AvatarAccount.d.cts.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.d.mts +4 -0
- package/dist/components/avatar-account/AvatarAccount.d.mts.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.mjs +28 -0
- package/dist/components/avatar-account/AvatarAccount.mjs.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.types.cjs +32 -0
- package/dist/components/avatar-account/AvatarAccount.types.cjs.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.types.d.cts +58 -0
- package/dist/components/avatar-account/AvatarAccount.types.d.cts.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.types.d.mts +58 -0
- package/dist/components/avatar-account/AvatarAccount.types.d.mts.map +1 -0
- package/dist/components/avatar-account/AvatarAccount.types.mjs +29 -0
- package/dist/components/avatar-account/AvatarAccount.types.mjs.map +1 -0
- package/dist/components/avatar-account/index.cjs +9 -0
- package/dist/components/avatar-account/index.cjs.map +1 -0
- package/dist/components/avatar-account/index.d.cts +4 -0
- package/dist/components/avatar-account/index.d.cts.map +1 -0
- package/dist/components/avatar-account/index.d.mts +4 -0
- package/dist/components/avatar-account/index.d.mts.map +1 -0
- package/dist/components/avatar-account/index.mjs +3 -0
- package/dist/components/avatar-account/index.mjs.map +1 -0
- package/dist/components/avatar-base/AvatarBase.cjs +28 -0
- package/dist/components/avatar-base/AvatarBase.cjs.map +1 -0
- package/dist/components/avatar-base/AvatarBase.constants.cjs +19 -0
- package/dist/components/avatar-base/AvatarBase.constants.cjs.map +1 -0
- package/dist/components/avatar-base/AvatarBase.constants.d.cts +4 -0
- package/dist/components/avatar-base/AvatarBase.constants.d.cts.map +1 -0
- package/dist/components/avatar-base/AvatarBase.constants.d.mts +4 -0
- package/dist/components/avatar-base/AvatarBase.constants.d.mts.map +1 -0
- package/dist/components/avatar-base/AvatarBase.constants.mjs +16 -0
- package/dist/components/avatar-base/AvatarBase.constants.mjs.map +1 -0
- package/dist/components/avatar-base/AvatarBase.d.cts +4 -0
- package/dist/components/avatar-base/AvatarBase.d.cts.map +1 -0
- package/dist/components/avatar-base/AvatarBase.d.mts +4 -0
- package/dist/components/avatar-base/AvatarBase.d.mts.map +1 -0
- package/dist/components/avatar-base/AvatarBase.mjs +29 -0
- package/dist/components/avatar-base/AvatarBase.mjs.map +1 -0
- package/dist/components/avatar-base/AvatarBase.types.cjs +38 -0
- package/dist/components/avatar-base/AvatarBase.types.cjs.map +1 -0
- package/dist/components/avatar-base/AvatarBase.types.d.cts +77 -0
- package/dist/components/avatar-base/AvatarBase.types.d.cts.map +1 -0
- package/dist/components/avatar-base/AvatarBase.types.d.mts +77 -0
- package/dist/components/avatar-base/AvatarBase.types.d.mts.map +1 -0
- package/dist/components/avatar-base/AvatarBase.types.mjs +35 -0
- package/dist/components/avatar-base/AvatarBase.types.mjs.map +1 -0
- package/dist/components/avatar-base/index.cjs +9 -0
- package/dist/components/avatar-base/index.cjs.map +1 -0
- package/dist/components/avatar-base/index.d.cts +4 -0
- package/dist/components/avatar-base/index.d.cts.map +1 -0
- package/dist/components/avatar-base/index.d.mts +4 -0
- package/dist/components/avatar-base/index.d.mts.map +1 -0
- package/dist/components/avatar-base/index.mjs +3 -0
- package/dist/components/avatar-base/index.mjs.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.cjs +15 -0
- package/dist/components/avatar-favicon/AvatarFavicon.cjs.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.d.cts +4 -0
- package/dist/components/avatar-favicon/AvatarFavicon.d.cts.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.d.mts +4 -0
- package/dist/components/avatar-favicon/AvatarFavicon.d.mts.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.mjs +16 -0
- package/dist/components/avatar-favicon/AvatarFavicon.mjs.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.cjs +4 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.cjs.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.d.cts +40 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.d.cts.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.d.mts +40 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.d.mts.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.mjs +2 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.mjs.map +1 -0
- package/dist/components/avatar-favicon/index.cjs +8 -0
- package/dist/components/avatar-favicon/index.cjs.map +1 -0
- package/dist/components/avatar-favicon/index.d.cts +4 -0
- package/dist/components/avatar-favicon/index.d.cts.map +1 -0
- package/dist/components/avatar-favicon/index.d.mts +4 -0
- package/dist/components/avatar-favicon/index.d.mts.map +1 -0
- package/dist/components/avatar-favicon/index.mjs +3 -0
- package/dist/components/avatar-favicon/index.mjs.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.cjs +19 -0
- package/dist/components/avatar-icon/AvatarIcon.cjs.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.constants.cjs +44 -0
- package/dist/components/avatar-icon/AvatarIcon.constants.cjs.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.constants.d.cts +11 -0
- package/dist/components/avatar-icon/AvatarIcon.constants.d.cts.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.constants.d.mts +11 -0
- package/dist/components/avatar-icon/AvatarIcon.constants.d.mts.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.constants.mjs +41 -0
- package/dist/components/avatar-icon/AvatarIcon.constants.mjs.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.d.cts +4 -0
- package/dist/components/avatar-icon/AvatarIcon.d.cts.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.d.mts +4 -0
- package/dist/components/avatar-icon/AvatarIcon.d.mts.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.mjs +20 -0
- package/dist/components/avatar-icon/AvatarIcon.mjs.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.types.cjs +36 -0
- package/dist/components/avatar-icon/AvatarIcon.types.cjs.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.types.d.cts +57 -0
- package/dist/components/avatar-icon/AvatarIcon.types.d.cts.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.types.d.mts +57 -0
- package/dist/components/avatar-icon/AvatarIcon.types.d.mts.map +1 -0
- package/dist/components/avatar-icon/AvatarIcon.types.mjs +33 -0
- package/dist/components/avatar-icon/AvatarIcon.types.mjs.map +1 -0
- package/dist/components/avatar-icon/index.cjs +9 -0
- package/dist/components/avatar-icon/index.cjs.map +1 -0
- package/dist/components/avatar-icon/index.d.cts +4 -0
- package/dist/components/avatar-icon/index.d.cts.map +1 -0
- package/dist/components/avatar-icon/index.d.mts +4 -0
- package/dist/components/avatar-icon/index.d.mts.map +1 -0
- package/dist/components/avatar-icon/index.mjs +3 -0
- package/dist/components/avatar-icon/index.mjs.map +1 -0
- package/dist/components/avatar-network/AvatarNetwork.cjs +15 -0
- package/dist/components/avatar-network/AvatarNetwork.cjs.map +1 -0
- package/dist/components/avatar-network/AvatarNetwork.d.cts +4 -0
- package/dist/components/avatar-network/AvatarNetwork.d.cts.map +1 -0
- package/dist/components/avatar-network/AvatarNetwork.d.mts +4 -0
- package/dist/components/avatar-network/AvatarNetwork.d.mts.map +1 -0
- package/dist/components/avatar-network/AvatarNetwork.mjs +16 -0
- package/dist/components/avatar-network/AvatarNetwork.mjs.map +1 -0
- package/dist/components/avatar-network/AvatarNetwork.types.cjs +4 -0
- package/dist/components/avatar-network/AvatarNetwork.types.cjs.map +1 -0
- package/dist/components/avatar-network/AvatarNetwork.types.d.cts +40 -0
- package/dist/components/avatar-network/AvatarNetwork.types.d.cts.map +1 -0
- package/dist/components/avatar-network/AvatarNetwork.types.d.mts +40 -0
- package/dist/components/avatar-network/AvatarNetwork.types.d.mts.map +1 -0
- package/dist/components/avatar-network/AvatarNetwork.types.mjs +2 -0
- package/dist/components/avatar-network/AvatarNetwork.types.mjs.map +1 -0
- package/dist/components/avatar-network/index.cjs +8 -0
- package/dist/components/avatar-network/index.cjs.map +1 -0
- package/dist/components/avatar-network/index.d.cts +4 -0
- package/dist/components/avatar-network/index.d.cts.map +1 -0
- package/dist/components/avatar-network/index.d.mts +4 -0
- package/dist/components/avatar-network/index.d.mts.map +1 -0
- package/dist/components/avatar-network/index.mjs +3 -0
- package/dist/components/avatar-network/index.mjs.map +1 -0
- package/dist/components/avatar-token/AvatarToken.cjs +15 -0
- package/dist/components/avatar-token/AvatarToken.cjs.map +1 -0
- package/dist/components/avatar-token/AvatarToken.d.cts +4 -0
- package/dist/components/avatar-token/AvatarToken.d.cts.map +1 -0
- package/dist/components/avatar-token/AvatarToken.d.mts +4 -0
- package/dist/components/avatar-token/AvatarToken.d.mts.map +1 -0
- package/dist/components/avatar-token/AvatarToken.mjs +16 -0
- package/dist/components/avatar-token/AvatarToken.mjs.map +1 -0
- package/dist/components/avatar-token/AvatarToken.types.cjs +4 -0
- package/dist/components/avatar-token/AvatarToken.types.cjs.map +1 -0
- package/dist/components/avatar-token/AvatarToken.types.d.cts +40 -0
- package/dist/components/avatar-token/AvatarToken.types.d.cts.map +1 -0
- package/dist/components/avatar-token/AvatarToken.types.d.mts +40 -0
- package/dist/components/avatar-token/AvatarToken.types.d.mts.map +1 -0
- package/dist/components/avatar-token/AvatarToken.types.mjs +2 -0
- package/dist/components/avatar-token/AvatarToken.types.mjs.map +1 -0
- package/dist/components/avatar-token/index.cjs +8 -0
- package/dist/components/avatar-token/index.cjs.map +1 -0
- package/dist/components/avatar-token/index.d.cts +4 -0
- package/dist/components/avatar-token/index.d.cts.map +1 -0
- package/dist/components/avatar-token/index.d.mts +4 -0
- package/dist/components/avatar-token/index.d.mts.map +1 -0
- package/dist/components/avatar-token/index.mjs +3 -0
- package/dist/components/avatar-token/index.mjs.map +1 -0
- package/dist/components/badge-count/BadgeCount.cjs +21 -0
- package/dist/components/badge-count/BadgeCount.cjs.map +1 -0
- package/dist/components/badge-count/BadgeCount.constants.cjs +15 -0
- package/dist/components/badge-count/BadgeCount.constants.cjs.map +1 -0
- package/dist/components/badge-count/BadgeCount.constants.d.cts +5 -0
- package/dist/components/badge-count/BadgeCount.constants.d.cts.map +1 -0
- package/dist/components/badge-count/BadgeCount.constants.d.mts +5 -0
- package/dist/components/badge-count/BadgeCount.constants.d.mts.map +1 -0
- package/dist/components/badge-count/BadgeCount.constants.mjs +12 -0
- package/dist/components/badge-count/BadgeCount.constants.mjs.map +1 -0
- package/dist/components/badge-count/BadgeCount.d.cts +4 -0
- package/dist/components/badge-count/BadgeCount.d.cts.map +1 -0
- package/dist/components/badge-count/BadgeCount.d.mts +4 -0
- package/dist/components/badge-count/BadgeCount.d.mts.map +1 -0
- package/dist/components/badge-count/BadgeCount.mjs +22 -0
- package/dist/components/badge-count/BadgeCount.mjs.map +1 -0
- package/dist/components/badge-count/BadgeCount.types.cjs +15 -0
- package/dist/components/badge-count/BadgeCount.types.cjs.map +1 -0
- package/dist/components/badge-count/BadgeCount.types.d.cts +48 -0
- package/dist/components/badge-count/BadgeCount.types.d.cts.map +1 -0
- package/dist/components/badge-count/BadgeCount.types.d.mts +48 -0
- package/dist/components/badge-count/BadgeCount.types.d.mts.map +1 -0
- package/dist/components/badge-count/BadgeCount.types.mjs +12 -0
- package/dist/components/badge-count/BadgeCount.types.mjs.map +1 -0
- package/dist/components/badge-count/index.cjs +8 -0
- package/dist/components/badge-count/index.cjs.map +1 -0
- package/dist/components/badge-count/index.d.cts +4 -0
- package/dist/components/badge-count/index.d.cts.map +1 -0
- package/dist/components/badge-count/index.d.mts +4 -0
- package/dist/components/badge-count/index.d.mts.map +1 -0
- package/dist/components/badge-count/index.mjs +3 -0
- package/dist/components/badge-count/index.mjs.map +1 -0
- package/dist/components/badge-icon/BadgeIcon.cjs +18 -0
- package/dist/components/badge-icon/BadgeIcon.cjs.map +1 -0
- package/dist/components/badge-icon/BadgeIcon.d.cts +4 -0
- package/dist/components/badge-icon/BadgeIcon.d.cts.map +1 -0
- package/dist/components/badge-icon/BadgeIcon.d.mts +4 -0
- package/dist/components/badge-icon/BadgeIcon.d.mts.map +1 -0
- package/dist/components/badge-icon/BadgeIcon.mjs +19 -0
- package/dist/components/badge-icon/BadgeIcon.mjs.map +1 -0
- package/dist/components/badge-icon/BadgeIcon.types.cjs +4 -0
- package/dist/components/badge-icon/BadgeIcon.types.cjs.map +1 -0
- package/dist/components/badge-icon/BadgeIcon.types.d.cts +26 -0
- package/dist/components/badge-icon/BadgeIcon.types.d.cts.map +1 -0
- package/dist/components/badge-icon/BadgeIcon.types.d.mts +26 -0
- package/dist/components/badge-icon/BadgeIcon.types.d.mts.map +1 -0
- package/dist/components/badge-icon/BadgeIcon.types.mjs +2 -0
- package/dist/components/badge-icon/BadgeIcon.types.mjs.map +1 -0
- package/dist/components/badge-icon/index.cjs +6 -0
- package/dist/components/badge-icon/index.cjs.map +1 -0
- package/dist/components/badge-icon/index.d.cts +3 -0
- package/dist/components/badge-icon/index.d.cts.map +1 -0
- package/dist/components/badge-icon/index.d.mts +3 -0
- package/dist/components/badge-icon/index.d.mts.map +1 -0
- package/dist/components/badge-icon/index.mjs +2 -0
- package/dist/components/badge-icon/index.mjs.map +1 -0
- package/dist/components/badge-status/BadgeStatus.cjs +32 -0
- package/dist/components/badge-status/BadgeStatus.cjs.map +1 -0
- package/dist/components/badge-status/BadgeStatus.constants.cjs +17 -0
- package/dist/components/badge-status/BadgeStatus.constants.cjs.map +1 -0
- package/dist/components/badge-status/BadgeStatus.constants.d.cts +4 -0
- package/dist/components/badge-status/BadgeStatus.constants.d.cts.map +1 -0
- package/dist/components/badge-status/BadgeStatus.constants.d.mts +4 -0
- package/dist/components/badge-status/BadgeStatus.constants.d.mts.map +1 -0
- package/dist/components/badge-status/BadgeStatus.constants.mjs +14 -0
- package/dist/components/badge-status/BadgeStatus.constants.mjs.map +1 -0
- package/dist/components/badge-status/BadgeStatus.d.cts +4 -0
- package/dist/components/badge-status/BadgeStatus.d.cts.map +1 -0
- package/dist/components/badge-status/BadgeStatus.d.mts +4 -0
- package/dist/components/badge-status/BadgeStatus.d.mts.map +1 -0
- package/dist/components/badge-status/BadgeStatus.mjs +33 -0
- package/dist/components/badge-status/BadgeStatus.mjs.map +1 -0
- package/dist/components/badge-status/BadgeStatus.types.cjs +29 -0
- package/dist/components/badge-status/BadgeStatus.types.cjs.map +1 -0
- package/dist/components/badge-status/BadgeStatus.types.d.cts +63 -0
- package/dist/components/badge-status/BadgeStatus.types.d.cts.map +1 -0
- package/dist/components/badge-status/BadgeStatus.types.d.mts +63 -0
- package/dist/components/badge-status/BadgeStatus.types.d.mts.map +1 -0
- package/dist/components/badge-status/BadgeStatus.types.mjs +26 -0
- package/dist/components/badge-status/BadgeStatus.types.mjs.map +1 -0
- package/dist/components/badge-status/index.cjs +9 -0
- package/dist/components/badge-status/index.cjs.map +1 -0
- package/dist/components/badge-status/index.d.cts +4 -0
- package/dist/components/badge-status/index.d.cts.map +1 -0
- package/dist/components/badge-status/index.d.mts +4 -0
- package/dist/components/badge-status/index.d.mts.map +1 -0
- package/dist/components/badge-status/index.mjs +3 -0
- package/dist/components/badge-status/index.mjs.map +1 -0
- package/dist/components/blockies/Blockies.cjs +40 -0
- package/dist/components/blockies/Blockies.cjs.map +1 -0
- package/dist/components/blockies/Blockies.d.cts +7 -0
- package/dist/components/blockies/Blockies.d.cts.map +1 -0
- package/dist/components/blockies/Blockies.d.mts +7 -0
- package/dist/components/blockies/Blockies.d.mts.map +1 -0
- package/dist/components/blockies/Blockies.mjs +21 -0
- package/dist/components/blockies/Blockies.mjs.map +1 -0
- package/dist/components/blockies/Blockies.types.cjs +3 -0
- package/dist/components/blockies/Blockies.types.cjs.map +1 -0
- package/dist/components/blockies/Blockies.types.d.cts +16 -0
- package/dist/components/blockies/Blockies.types.d.cts.map +1 -0
- package/dist/components/blockies/Blockies.types.d.mts +16 -0
- package/dist/components/blockies/Blockies.types.d.mts.map +1 -0
- package/dist/components/blockies/Blockies.types.mjs +2 -0
- package/dist/components/blockies/Blockies.types.mjs.map +1 -0
- package/dist/components/blockies/index.cjs +6 -0
- package/dist/components/blockies/index.cjs.map +1 -0
- package/dist/components/blockies/index.d.cts +3 -0
- package/dist/components/blockies/index.d.cts.map +1 -0
- package/dist/components/blockies/index.d.mts +3 -0
- package/dist/components/blockies/index.d.mts.map +1 -0
- package/dist/components/blockies/index.mjs +2 -0
- package/dist/components/blockies/index.mjs.map +1 -0
- package/dist/components/button/Button.cjs +25 -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 +19 -0
- package/dist/components/button/Button.types.cjs.map +1 -0
- package/dist/components/button/Button.types.d.cts +31 -0
- package/dist/components/button/Button.types.d.cts.map +1 -0
- package/dist/components/button/Button.types.d.mts +31 -0
- package/dist/components/button/Button.types.d.mts.map +1 -0
- package/dist/components/button/Button.types.mjs +16 -0
- package/dist/components/button/Button.types.mjs.map +1 -0
- package/dist/components/button/index.cjs +10 -0
- package/dist/components/button/index.cjs.map +1 -0
- package/dist/components/button/index.d.cts +5 -0
- package/dist/components/button/index.d.cts.map +1 -0
- package/dist/components/button/index.d.mts +5 -0
- package/dist/components/button/index.d.mts.map +1 -0
- package/dist/components/button/index.mjs +4 -0
- package/dist/components/button/index.mjs.map +1 -0
- package/dist/components/button-base/ButtonBase.cjs +74 -0
- package/dist/components/button-base/ButtonBase.cjs.map +1 -0
- package/dist/components/button-base/ButtonBase.constants.cjs +10 -0
- package/dist/components/button-base/ButtonBase.constants.cjs.map +1 -0
- package/dist/components/button-base/ButtonBase.constants.d.cts +3 -0
- package/dist/components/button-base/ButtonBase.constants.d.cts.map +1 -0
- package/dist/components/button-base/ButtonBase.constants.d.mts +3 -0
- package/dist/components/button-base/ButtonBase.constants.d.mts.map +1 -0
- package/dist/components/button-base/ButtonBase.constants.mjs +7 -0
- package/dist/components/button-base/ButtonBase.constants.mjs.map +1 -0
- package/dist/components/button-base/ButtonBase.d.cts +4 -0
- package/dist/components/button-base/ButtonBase.d.cts.map +1 -0
- package/dist/components/button-base/ButtonBase.d.mts +4 -0
- package/dist/components/button-base/ButtonBase.d.mts.map +1 -0
- package/dist/components/button-base/ButtonBase.mjs +75 -0
- package/dist/components/button-base/ButtonBase.mjs.map +1 -0
- package/dist/components/button-base/ButtonBase.types.cjs +19 -0
- package/dist/components/button-base/ButtonBase.types.cjs.map +1 -0
- package/dist/components/button-base/ButtonBase.types.d.cts +97 -0
- package/dist/components/button-base/ButtonBase.types.d.cts.map +1 -0
- package/dist/components/button-base/ButtonBase.types.d.mts +97 -0
- package/dist/components/button-base/ButtonBase.types.d.mts.map +1 -0
- package/dist/components/button-base/ButtonBase.types.mjs +16 -0
- package/dist/components/button-base/ButtonBase.types.mjs.map +1 -0
- package/dist/components/button-base/index.cjs +8 -0
- package/dist/components/button-base/index.cjs.map +1 -0
- package/dist/components/button-base/index.d.cts +4 -0
- package/dist/components/button-base/index.d.cts.map +1 -0
- package/dist/components/button-base/index.d.mts +4 -0
- package/dist/components/button-base/index.d.mts.map +1 -0
- package/dist/components/button-base/index.mjs +3 -0
- package/dist/components/button-base/index.mjs.map +1 -0
- package/dist/components/button-icon/ButtonIcon.cjs +38 -0
- package/dist/components/button-icon/ButtonIcon.cjs.map +1 -0
- package/dist/components/button-icon/ButtonIcon.constants.cjs +16 -0
- package/dist/components/button-icon/ButtonIcon.constants.cjs.map +1 -0
- package/dist/components/button-icon/ButtonIcon.constants.d.cts +12 -0
- package/dist/components/button-icon/ButtonIcon.constants.d.cts.map +1 -0
- package/dist/components/button-icon/ButtonIcon.constants.d.mts +12 -0
- package/dist/components/button-icon/ButtonIcon.constants.d.mts.map +1 -0
- package/dist/components/button-icon/ButtonIcon.constants.mjs +13 -0
- package/dist/components/button-icon/ButtonIcon.constants.mjs.map +1 -0
- package/dist/components/button-icon/ButtonIcon.d.cts +4 -0
- package/dist/components/button-icon/ButtonIcon.d.cts.map +1 -0
- package/dist/components/button-icon/ButtonIcon.d.mts +4 -0
- package/dist/components/button-icon/ButtonIcon.d.mts.map +1 -0
- package/dist/components/button-icon/ButtonIcon.mjs +39 -0
- package/dist/components/button-icon/ButtonIcon.mjs.map +1 -0
- package/dist/components/button-icon/ButtonIcon.types.cjs +19 -0
- package/dist/components/button-icon/ButtonIcon.types.cjs.map +1 -0
- package/dist/components/button-icon/ButtonIcon.types.d.cts +61 -0
- package/dist/components/button-icon/ButtonIcon.types.d.cts.map +1 -0
- package/dist/components/button-icon/ButtonIcon.types.d.mts +61 -0
- package/dist/components/button-icon/ButtonIcon.types.d.mts.map +1 -0
- package/dist/components/button-icon/ButtonIcon.types.mjs +16 -0
- package/dist/components/button-icon/ButtonIcon.types.mjs.map +1 -0
- package/dist/components/button-icon/index.cjs +8 -0
- package/dist/components/button-icon/index.cjs.map +1 -0
- package/dist/components/button-icon/index.d.cts +4 -0
- package/dist/components/button-icon/index.d.cts.map +1 -0
- package/dist/components/button-icon/index.d.mts +4 -0
- package/dist/components/button-icon/index.d.mts.map +1 -0
- package/dist/components/button-icon/index.mjs +3 -0
- package/dist/components/button-icon/index.mjs.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.cjs +65 -0
- package/dist/components/button-primary/ButtonPrimary.cjs.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.d.cts +4 -0
- package/dist/components/button-primary/ButtonPrimary.d.cts.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.d.mts +4 -0
- package/dist/components/button-primary/ButtonPrimary.d.mts.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.mjs +66 -0
- package/dist/components/button-primary/ButtonPrimary.mjs.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.types.cjs +3 -0
- package/dist/components/button-primary/ButtonPrimary.types.cjs.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.types.d.cts +34 -0
- package/dist/components/button-primary/ButtonPrimary.types.d.cts.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.types.d.mts +34 -0
- package/dist/components/button-primary/ButtonPrimary.types.d.mts.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.types.mjs +2 -0
- package/dist/components/button-primary/ButtonPrimary.types.mjs.map +1 -0
- package/dist/components/button-primary/index.cjs +8 -0
- package/dist/components/button-primary/index.cjs.map +1 -0
- package/dist/components/button-primary/index.d.cts +4 -0
- package/dist/components/button-primary/index.d.cts.map +1 -0
- package/dist/components/button-primary/index.d.mts +4 -0
- package/dist/components/button-primary/index.d.mts.map +1 -0
- package/dist/components/button-primary/index.mjs +3 -0
- package/dist/components/button-primary/index.mjs.map +1 -0
- package/dist/components/button-secondary/ButtonSecondary.cjs +60 -0
- package/dist/components/button-secondary/ButtonSecondary.cjs.map +1 -0
- package/dist/components/button-secondary/ButtonSecondary.d.cts +4 -0
- package/dist/components/button-secondary/ButtonSecondary.d.cts.map +1 -0
- package/dist/components/button-secondary/ButtonSecondary.d.mts +4 -0
- package/dist/components/button-secondary/ButtonSecondary.d.mts.map +1 -0
- package/dist/components/button-secondary/ButtonSecondary.mjs +61 -0
- package/dist/components/button-secondary/ButtonSecondary.mjs.map +1 -0
- package/dist/components/button-secondary/ButtonSecondary.types.cjs +3 -0
- package/dist/components/button-secondary/ButtonSecondary.types.cjs.map +1 -0
- package/dist/components/button-secondary/ButtonSecondary.types.d.cts +34 -0
- package/dist/components/button-secondary/ButtonSecondary.types.d.cts.map +1 -0
- package/dist/components/button-secondary/ButtonSecondary.types.d.mts +34 -0
- package/dist/components/button-secondary/ButtonSecondary.types.d.mts.map +1 -0
- package/dist/components/button-secondary/ButtonSecondary.types.mjs +2 -0
- package/dist/components/button-secondary/ButtonSecondary.types.mjs.map +1 -0
- package/dist/components/button-secondary/index.cjs +8 -0
- package/dist/components/button-secondary/index.cjs.map +1 -0
- package/dist/components/button-secondary/index.d.cts +4 -0
- package/dist/components/button-secondary/index.d.cts.map +1 -0
- package/dist/components/button-secondary/index.d.mts +4 -0
- package/dist/components/button-secondary/index.d.mts.map +1 -0
- package/dist/components/button-secondary/index.mjs +3 -0
- package/dist/components/button-secondary/index.mjs.map +1 -0
- package/dist/components/button-tertiary/ButtonTertiary.cjs +60 -0
- package/dist/components/button-tertiary/ButtonTertiary.cjs.map +1 -0
- package/dist/components/button-tertiary/ButtonTertiary.d.cts +4 -0
- package/dist/components/button-tertiary/ButtonTertiary.d.cts.map +1 -0
- package/dist/components/button-tertiary/ButtonTertiary.d.mts +4 -0
- package/dist/components/button-tertiary/ButtonTertiary.d.mts.map +1 -0
- package/dist/components/button-tertiary/ButtonTertiary.mjs +61 -0
- package/dist/components/button-tertiary/ButtonTertiary.mjs.map +1 -0
- package/dist/components/button-tertiary/ButtonTertiary.types.cjs +3 -0
- package/dist/components/button-tertiary/ButtonTertiary.types.cjs.map +1 -0
- package/dist/components/button-tertiary/ButtonTertiary.types.d.cts +34 -0
- package/dist/components/button-tertiary/ButtonTertiary.types.d.cts.map +1 -0
- package/dist/components/button-tertiary/ButtonTertiary.types.d.mts +34 -0
- package/dist/components/button-tertiary/ButtonTertiary.types.d.mts.map +1 -0
- package/dist/components/button-tertiary/ButtonTertiary.types.mjs +2 -0
- package/dist/components/button-tertiary/ButtonTertiary.types.mjs.map +1 -0
- package/dist/components/button-tertiary/index.cjs +8 -0
- package/dist/components/button-tertiary/index.cjs.map +1 -0
- package/dist/components/button-tertiary/index.d.cts +4 -0
- package/dist/components/button-tertiary/index.d.cts.map +1 -0
- package/dist/components/button-tertiary/index.d.mts +4 -0
- package/dist/components/button-tertiary/index.d.mts.map +1 -0
- package/dist/components/button-tertiary/index.mjs +3 -0
- package/dist/components/button-tertiary/index.mjs.map +1 -0
- package/dist/components/icon/Icon.cjs +26 -0
- package/dist/components/icon/Icon.cjs.map +1 -0
- package/dist/components/icon/Icon.constants.cjs +12 -0
- package/dist/components/icon/Icon.constants.cjs.map +1 -0
- package/dist/components/icon/Icon.constants.d.cts +3 -0
- package/dist/components/icon/Icon.constants.d.cts.map +1 -0
- package/dist/components/icon/Icon.constants.d.mts +3 -0
- package/dist/components/icon/Icon.constants.d.mts.map +1 -0
- package/dist/components/icon/Icon.constants.mjs +9 -0
- package/dist/components/icon/Icon.constants.mjs.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 +208 -0
- package/dist/components/icon/Icon.types.cjs.map +1 -0
- package/dist/components/icon/Icon.types.d.cts +236 -0
- package/dist/components/icon/Icon.types.d.cts.map +1 -0
- package/dist/components/icon/Icon.types.d.mts +236 -0
- package/dist/components/icon/Icon.types.d.mts.map +1 -0
- package/dist/components/icon/Icon.types.mjs +205 -0
- package/dist/components/icon/Icon.types.mjs.map +1 -0
- package/dist/components/icon/icons/Add.cjs +32 -0
- package/dist/components/icon/icons/Add.cjs.map +1 -0
- package/dist/components/icon/icons/Add.d.cts +4 -0
- package/dist/components/icon/icons/Add.d.cts.map +1 -0
- package/dist/components/icon/icons/Add.d.mts +4 -0
- package/dist/components/icon/icons/Add.d.mts.map +1 -0
- package/dist/components/icon/icons/Add.mjs +8 -0
- package/dist/components/icon/icons/Add.mjs.map +1 -0
- package/dist/components/icon/icons/AddSquare.cjs +32 -0
- package/dist/components/icon/icons/AddSquare.cjs.map +1 -0
- package/dist/components/icon/icons/AddSquare.d.cts +4 -0
- package/dist/components/icon/icons/AddSquare.d.cts.map +1 -0
- package/dist/components/icon/icons/AddSquare.d.mts +4 -0
- package/dist/components/icon/icons/AddSquare.d.mts.map +1 -0
- package/dist/components/icon/icons/AddSquare.mjs +8 -0
- package/dist/components/icon/icons/AddSquare.mjs.map +1 -0
- package/dist/components/icon/icons/Arrow2Down.cjs +32 -0
- package/dist/components/icon/icons/Arrow2Down.cjs.map +1 -0
- package/dist/components/icon/icons/Arrow2Down.d.cts +4 -0
- package/dist/components/icon/icons/Arrow2Down.d.cts.map +1 -0
- package/dist/components/icon/icons/Arrow2Down.d.mts +4 -0
- package/dist/components/icon/icons/Arrow2Down.d.mts.map +1 -0
- package/dist/components/icon/icons/Arrow2Down.mjs +8 -0
- package/dist/components/icon/icons/Arrow2Down.mjs.map +1 -0
- package/dist/components/icon/icons/Arrow2Left.cjs +32 -0
- package/dist/components/icon/icons/Arrow2Left.cjs.map +1 -0
- package/dist/components/icon/icons/Arrow2Left.d.cts +4 -0
- package/dist/components/icon/icons/Arrow2Left.d.cts.map +1 -0
- package/dist/components/icon/icons/Arrow2Left.d.mts +4 -0
- package/dist/components/icon/icons/Arrow2Left.d.mts.map +1 -0
- package/dist/components/icon/icons/Arrow2Left.mjs +8 -0
- package/dist/components/icon/icons/Arrow2Left.mjs.map +1 -0
- package/dist/components/icon/icons/Arrow2Right.cjs +32 -0
- package/dist/components/icon/icons/Arrow2Right.cjs.map +1 -0
- package/dist/components/icon/icons/Arrow2Right.d.cts +4 -0
- package/dist/components/icon/icons/Arrow2Right.d.cts.map +1 -0
- package/dist/components/icon/icons/Arrow2Right.d.mts +4 -0
- package/dist/components/icon/icons/Arrow2Right.d.mts.map +1 -0
- package/dist/components/icon/icons/Arrow2Right.mjs +8 -0
- package/dist/components/icon/icons/Arrow2Right.mjs.map +1 -0
- package/dist/components/icon/icons/Arrow2Up.cjs +32 -0
- package/dist/components/icon/icons/Arrow2Up.cjs.map +1 -0
- package/dist/components/icon/icons/Arrow2Up.d.cts +4 -0
- package/dist/components/icon/icons/Arrow2Up.d.cts.map +1 -0
- package/dist/components/icon/icons/Arrow2Up.d.mts +4 -0
- package/dist/components/icon/icons/Arrow2Up.d.mts.map +1 -0
- package/dist/components/icon/icons/Arrow2Up.mjs +8 -0
- package/dist/components/icon/icons/Arrow2Up.mjs.map +1 -0
- package/dist/components/icon/icons/Arrow2UpRight.cjs +32 -0
- package/dist/components/icon/icons/Arrow2UpRight.cjs.map +1 -0
- package/dist/components/icon/icons/Arrow2UpRight.d.cts +4 -0
- package/dist/components/icon/icons/Arrow2UpRight.d.cts.map +1 -0
- package/dist/components/icon/icons/Arrow2UpRight.d.mts +4 -0
- package/dist/components/icon/icons/Arrow2UpRight.d.mts.map +1 -0
- package/dist/components/icon/icons/Arrow2UpRight.mjs +8 -0
- package/dist/components/icon/icons/Arrow2UpRight.mjs.map +1 -0
- package/dist/components/icon/icons/ArrowDoubleLeft.cjs +32 -0
- package/dist/components/icon/icons/ArrowDoubleLeft.cjs.map +1 -0
- package/dist/components/icon/icons/ArrowDoubleLeft.d.cts +4 -0
- package/dist/components/icon/icons/ArrowDoubleLeft.d.cts.map +1 -0
- package/dist/components/icon/icons/ArrowDoubleLeft.d.mts +4 -0
- package/dist/components/icon/icons/ArrowDoubleLeft.d.mts.map +1 -0
- package/dist/components/icon/icons/ArrowDoubleLeft.mjs +8 -0
- package/dist/components/icon/icons/ArrowDoubleLeft.mjs.map +1 -0
- package/dist/components/icon/icons/ArrowDoubleRight.cjs +32 -0
- package/dist/components/icon/icons/ArrowDoubleRight.cjs.map +1 -0
- package/dist/components/icon/icons/ArrowDoubleRight.d.cts +4 -0
- package/dist/components/icon/icons/ArrowDoubleRight.d.cts.map +1 -0
- package/dist/components/icon/icons/ArrowDoubleRight.d.mts +4 -0
- package/dist/components/icon/icons/ArrowDoubleRight.d.mts.map +1 -0
- package/dist/components/icon/icons/ArrowDoubleRight.mjs +8 -0
- package/dist/components/icon/icons/ArrowDoubleRight.mjs.map +1 -0
- package/dist/components/icon/icons/ArrowDown.cjs +32 -0
- package/dist/components/icon/icons/ArrowDown.cjs.map +1 -0
- package/dist/components/icon/icons/ArrowDown.d.cts +4 -0
- package/dist/components/icon/icons/ArrowDown.d.cts.map +1 -0
- package/dist/components/icon/icons/ArrowDown.d.mts +4 -0
- package/dist/components/icon/icons/ArrowDown.d.mts.map +1 -0
- package/dist/components/icon/icons/ArrowDown.mjs +8 -0
- package/dist/components/icon/icons/ArrowDown.mjs.map +1 -0
- package/dist/components/icon/icons/ArrowLeft.cjs +32 -0
- package/dist/components/icon/icons/ArrowLeft.cjs.map +1 -0
- package/dist/components/icon/icons/ArrowLeft.d.cts +4 -0
- package/dist/components/icon/icons/ArrowLeft.d.cts.map +1 -0
- package/dist/components/icon/icons/ArrowLeft.d.mts +4 -0
- package/dist/components/icon/icons/ArrowLeft.d.mts.map +1 -0
- package/dist/components/icon/icons/ArrowLeft.mjs +8 -0
- package/dist/components/icon/icons/ArrowLeft.mjs.map +1 -0
- package/dist/components/icon/icons/ArrowRight.cjs +32 -0
- package/dist/components/icon/icons/ArrowRight.cjs.map +1 -0
- package/dist/components/icon/icons/ArrowRight.d.cts +4 -0
- package/dist/components/icon/icons/ArrowRight.d.cts.map +1 -0
- package/dist/components/icon/icons/ArrowRight.d.mts +4 -0
- package/dist/components/icon/icons/ArrowRight.d.mts.map +1 -0
- package/dist/components/icon/icons/ArrowRight.mjs +8 -0
- package/dist/components/icon/icons/ArrowRight.mjs.map +1 -0
- package/dist/components/icon/icons/ArrowUp.cjs +32 -0
- package/dist/components/icon/icons/ArrowUp.cjs.map +1 -0
- package/dist/components/icon/icons/ArrowUp.d.cts +4 -0
- package/dist/components/icon/icons/ArrowUp.d.cts.map +1 -0
- package/dist/components/icon/icons/ArrowUp.d.mts +4 -0
- package/dist/components/icon/icons/ArrowUp.d.mts.map +1 -0
- package/dist/components/icon/icons/ArrowUp.mjs +8 -0
- package/dist/components/icon/icons/ArrowUp.mjs.map +1 -0
- package/dist/components/icon/icons/Ban.cjs +32 -0
- package/dist/components/icon/icons/Ban.cjs.map +1 -0
- package/dist/components/icon/icons/Ban.d.cts +4 -0
- package/dist/components/icon/icons/Ban.d.cts.map +1 -0
- package/dist/components/icon/icons/Ban.d.mts +4 -0
- package/dist/components/icon/icons/Ban.d.mts.map +1 -0
- package/dist/components/icon/icons/Ban.mjs +8 -0
- package/dist/components/icon/icons/Ban.mjs.map +1 -0
- package/dist/components/icon/icons/Bank.cjs +32 -0
- package/dist/components/icon/icons/Bank.cjs.map +1 -0
- package/dist/components/icon/icons/Bank.d.cts +4 -0
- package/dist/components/icon/icons/Bank.d.cts.map +1 -0
- package/dist/components/icon/icons/Bank.d.mts +4 -0
- package/dist/components/icon/icons/Bank.d.mts.map +1 -0
- package/dist/components/icon/icons/Bank.mjs +8 -0
- package/dist/components/icon/icons/Bank.mjs.map +1 -0
- package/dist/components/icon/icons/BankToken.cjs +32 -0
- package/dist/components/icon/icons/BankToken.cjs.map +1 -0
- package/dist/components/icon/icons/BankToken.d.cts +4 -0
- package/dist/components/icon/icons/BankToken.d.cts.map +1 -0
- package/dist/components/icon/icons/BankToken.d.mts +4 -0
- package/dist/components/icon/icons/BankToken.d.mts.map +1 -0
- package/dist/components/icon/icons/BankToken.mjs +8 -0
- package/dist/components/icon/icons/BankToken.mjs.map +1 -0
- package/dist/components/icon/icons/Bold.cjs +32 -0
- package/dist/components/icon/icons/Bold.cjs.map +1 -0
- package/dist/components/icon/icons/Bold.d.cts +4 -0
- package/dist/components/icon/icons/Bold.d.cts.map +1 -0
- package/dist/components/icon/icons/Bold.d.mts +4 -0
- package/dist/components/icon/icons/Bold.d.mts.map +1 -0
- package/dist/components/icon/icons/Bold.mjs +8 -0
- package/dist/components/icon/icons/Bold.mjs.map +1 -0
- package/dist/components/icon/icons/Book.cjs +32 -0
- package/dist/components/icon/icons/Book.cjs.map +1 -0
- package/dist/components/icon/icons/Book.d.cts +4 -0
- package/dist/components/icon/icons/Book.d.cts.map +1 -0
- package/dist/components/icon/icons/Book.d.mts +4 -0
- package/dist/components/icon/icons/Book.d.mts.map +1 -0
- package/dist/components/icon/icons/Book.mjs +8 -0
- package/dist/components/icon/icons/Book.mjs.map +1 -0
- package/dist/components/icon/icons/Bookmark.cjs +32 -0
- package/dist/components/icon/icons/Bookmark.cjs.map +1 -0
- package/dist/components/icon/icons/Bookmark.d.cts +4 -0
- package/dist/components/icon/icons/Bookmark.d.cts.map +1 -0
- package/dist/components/icon/icons/Bookmark.d.mts +4 -0
- package/dist/components/icon/icons/Bookmark.d.mts.map +1 -0
- package/dist/components/icon/icons/Bookmark.mjs +8 -0
- package/dist/components/icon/icons/Bookmark.mjs.map +1 -0
- package/dist/components/icon/icons/Bridge.cjs +32 -0
- package/dist/components/icon/icons/Bridge.cjs.map +1 -0
- package/dist/components/icon/icons/Bridge.d.cts +4 -0
- package/dist/components/icon/icons/Bridge.d.cts.map +1 -0
- package/dist/components/icon/icons/Bridge.d.mts +4 -0
- package/dist/components/icon/icons/Bridge.d.mts.map +1 -0
- package/dist/components/icon/icons/Bridge.mjs +8 -0
- package/dist/components/icon/icons/Bridge.mjs.map +1 -0
- package/dist/components/icon/icons/Calculator.cjs +32 -0
- package/dist/components/icon/icons/Calculator.cjs.map +1 -0
- package/dist/components/icon/icons/Calculator.d.cts +4 -0
- package/dist/components/icon/icons/Calculator.d.cts.map +1 -0
- package/dist/components/icon/icons/Calculator.d.mts +4 -0
- package/dist/components/icon/icons/Calculator.d.mts.map +1 -0
- package/dist/components/icon/icons/Calculator.mjs +8 -0
- package/dist/components/icon/icons/Calculator.mjs.map +1 -0
- package/dist/components/icon/icons/Card.cjs +32 -0
- package/dist/components/icon/icons/Card.cjs.map +1 -0
- package/dist/components/icon/icons/Card.d.cts +4 -0
- package/dist/components/icon/icons/Card.d.cts.map +1 -0
- package/dist/components/icon/icons/Card.d.mts +4 -0
- package/dist/components/icon/icons/Card.d.mts.map +1 -0
- package/dist/components/icon/icons/Card.mjs +8 -0
- package/dist/components/icon/icons/Card.mjs.map +1 -0
- package/dist/components/icon/icons/CardPos.cjs +32 -0
- package/dist/components/icon/icons/CardPos.cjs.map +1 -0
- package/dist/components/icon/icons/CardPos.d.cts +4 -0
- package/dist/components/icon/icons/CardPos.d.cts.map +1 -0
- package/dist/components/icon/icons/CardPos.d.mts +4 -0
- package/dist/components/icon/icons/CardPos.d.mts.map +1 -0
- package/dist/components/icon/icons/CardPos.mjs +8 -0
- package/dist/components/icon/icons/CardPos.mjs.map +1 -0
- package/dist/components/icon/icons/CardToken.cjs +32 -0
- package/dist/components/icon/icons/CardToken.cjs.map +1 -0
- package/dist/components/icon/icons/CardToken.d.cts +4 -0
- package/dist/components/icon/icons/CardToken.d.cts.map +1 -0
- package/dist/components/icon/icons/CardToken.d.mts +4 -0
- package/dist/components/icon/icons/CardToken.d.mts.map +1 -0
- package/dist/components/icon/icons/CardToken.mjs +8 -0
- package/dist/components/icon/icons/CardToken.mjs.map +1 -0
- package/dist/components/icon/icons/Category.cjs +32 -0
- package/dist/components/icon/icons/Category.cjs.map +1 -0
- package/dist/components/icon/icons/Category.d.cts +4 -0
- package/dist/components/icon/icons/Category.d.cts.map +1 -0
- package/dist/components/icon/icons/Category.d.mts +4 -0
- package/dist/components/icon/icons/Category.d.mts.map +1 -0
- package/dist/components/icon/icons/Category.mjs +8 -0
- package/dist/components/icon/icons/Category.mjs.map +1 -0
- package/dist/components/icon/icons/Chart.cjs +32 -0
- package/dist/components/icon/icons/Chart.cjs.map +1 -0
- package/dist/components/icon/icons/Chart.d.cts +4 -0
- package/dist/components/icon/icons/Chart.d.cts.map +1 -0
- package/dist/components/icon/icons/Chart.d.mts +4 -0
- package/dist/components/icon/icons/Chart.d.mts.map +1 -0
- package/dist/components/icon/icons/Chart.mjs +8 -0
- package/dist/components/icon/icons/Chart.mjs.map +1 -0
- package/dist/components/icon/icons/Check.cjs +32 -0
- package/dist/components/icon/icons/Check.cjs.map +1 -0
- package/dist/components/icon/icons/Check.d.cts +4 -0
- package/dist/components/icon/icons/Check.d.cts.map +1 -0
- package/dist/components/icon/icons/Check.d.mts +4 -0
- package/dist/components/icon/icons/Check.d.mts.map +1 -0
- package/dist/components/icon/icons/Check.mjs +8 -0
- package/dist/components/icon/icons/Check.mjs.map +1 -0
- package/dist/components/icon/icons/CheckBold.cjs +32 -0
- package/dist/components/icon/icons/CheckBold.cjs.map +1 -0
- package/dist/components/icon/icons/CheckBold.d.cts +4 -0
- package/dist/components/icon/icons/CheckBold.d.cts.map +1 -0
- package/dist/components/icon/icons/CheckBold.d.mts +4 -0
- package/dist/components/icon/icons/CheckBold.d.mts.map +1 -0
- package/dist/components/icon/icons/CheckBold.mjs +8 -0
- package/dist/components/icon/icons/CheckBold.mjs.map +1 -0
- package/dist/components/icon/icons/CircleX.cjs +32 -0
- package/dist/components/icon/icons/CircleX.cjs.map +1 -0
- package/dist/components/icon/icons/CircleX.d.cts +4 -0
- package/dist/components/icon/icons/CircleX.d.cts.map +1 -0
- package/dist/components/icon/icons/CircleX.d.mts +4 -0
- package/dist/components/icon/icons/CircleX.d.mts.map +1 -0
- package/dist/components/icon/icons/CircleX.mjs +8 -0
- package/dist/components/icon/icons/CircleX.mjs.map +1 -0
- package/dist/components/icon/icons/Clock.cjs +32 -0
- package/dist/components/icon/icons/Clock.cjs.map +1 -0
- package/dist/components/icon/icons/Clock.d.cts +4 -0
- package/dist/components/icon/icons/Clock.d.cts.map +1 -0
- package/dist/components/icon/icons/Clock.d.mts +4 -0
- package/dist/components/icon/icons/Clock.d.mts.map +1 -0
- package/dist/components/icon/icons/Clock.mjs +8 -0
- package/dist/components/icon/icons/Clock.mjs.map +1 -0
- package/dist/components/icon/icons/Close.cjs +32 -0
- package/dist/components/icon/icons/Close.cjs.map +1 -0
- package/dist/components/icon/icons/Close.d.cts +4 -0
- package/dist/components/icon/icons/Close.d.cts.map +1 -0
- package/dist/components/icon/icons/Close.d.mts +4 -0
- package/dist/components/icon/icons/Close.d.mts.map +1 -0
- package/dist/components/icon/icons/Close.mjs +8 -0
- package/dist/components/icon/icons/Close.mjs.map +1 -0
- package/dist/components/icon/icons/CodeCircle.cjs +32 -0
- package/dist/components/icon/icons/CodeCircle.cjs.map +1 -0
- package/dist/components/icon/icons/CodeCircle.d.cts +4 -0
- package/dist/components/icon/icons/CodeCircle.d.cts.map +1 -0
- package/dist/components/icon/icons/CodeCircle.d.mts +4 -0
- package/dist/components/icon/icons/CodeCircle.d.mts.map +1 -0
- package/dist/components/icon/icons/CodeCircle.mjs +8 -0
- package/dist/components/icon/icons/CodeCircle.mjs.map +1 -0
- package/dist/components/icon/icons/Coin.cjs +32 -0
- package/dist/components/icon/icons/Coin.cjs.map +1 -0
- package/dist/components/icon/icons/Coin.d.cts +4 -0
- package/dist/components/icon/icons/Coin.d.cts.map +1 -0
- package/dist/components/icon/icons/Coin.d.mts +4 -0
- package/dist/components/icon/icons/Coin.d.mts.map +1 -0
- package/dist/components/icon/icons/Coin.mjs +8 -0
- package/dist/components/icon/icons/Coin.mjs.map +1 -0
- package/dist/components/icon/icons/Collapse.cjs +32 -0
- package/dist/components/icon/icons/Collapse.cjs.map +1 -0
- package/dist/components/icon/icons/Collapse.d.cts +4 -0
- package/dist/components/icon/icons/Collapse.d.cts.map +1 -0
- package/dist/components/icon/icons/Collapse.d.mts +4 -0
- package/dist/components/icon/icons/Collapse.d.mts.map +1 -0
- package/dist/components/icon/icons/Collapse.mjs +8 -0
- package/dist/components/icon/icons/Collapse.mjs.map +1 -0
- package/dist/components/icon/icons/Confirmation.cjs +32 -0
- package/dist/components/icon/icons/Confirmation.cjs.map +1 -0
- package/dist/components/icon/icons/Confirmation.d.cts +4 -0
- package/dist/components/icon/icons/Confirmation.d.cts.map +1 -0
- package/dist/components/icon/icons/Confirmation.d.mts +4 -0
- package/dist/components/icon/icons/Confirmation.d.mts.map +1 -0
- package/dist/components/icon/icons/Confirmation.mjs +8 -0
- package/dist/components/icon/icons/Confirmation.mjs.map +1 -0
- package/dist/components/icon/icons/Connect.cjs +32 -0
- package/dist/components/icon/icons/Connect.cjs.map +1 -0
- package/dist/components/icon/icons/Connect.d.cts +4 -0
- package/dist/components/icon/icons/Connect.d.cts.map +1 -0
- package/dist/components/icon/icons/Connect.d.mts +4 -0
- package/dist/components/icon/icons/Connect.d.mts.map +1 -0
- package/dist/components/icon/icons/Connect.mjs +8 -0
- package/dist/components/icon/icons/Connect.mjs.map +1 -0
- package/dist/components/icon/icons/Copy.cjs +32 -0
- package/dist/components/icon/icons/Copy.cjs.map +1 -0
- package/dist/components/icon/icons/Copy.d.cts +4 -0
- package/dist/components/icon/icons/Copy.d.cts.map +1 -0
- package/dist/components/icon/icons/Copy.d.mts +4 -0
- package/dist/components/icon/icons/Copy.d.mts.map +1 -0
- package/dist/components/icon/icons/Copy.mjs +8 -0
- package/dist/components/icon/icons/Copy.mjs.map +1 -0
- package/dist/components/icon/icons/CopySuccess.cjs +32 -0
- package/dist/components/icon/icons/CopySuccess.cjs.map +1 -0
- package/dist/components/icon/icons/CopySuccess.d.cts +4 -0
- package/dist/components/icon/icons/CopySuccess.d.cts.map +1 -0
- package/dist/components/icon/icons/CopySuccess.d.mts +4 -0
- package/dist/components/icon/icons/CopySuccess.d.mts.map +1 -0
- package/dist/components/icon/icons/CopySuccess.mjs +8 -0
- package/dist/components/icon/icons/CopySuccess.mjs.map +1 -0
- package/dist/components/icon/icons/Customize.cjs +32 -0
- package/dist/components/icon/icons/Customize.cjs.map +1 -0
- package/dist/components/icon/icons/Customize.d.cts +4 -0
- package/dist/components/icon/icons/Customize.d.cts.map +1 -0
- package/dist/components/icon/icons/Customize.d.mts +4 -0
- package/dist/components/icon/icons/Customize.d.mts.map +1 -0
- package/dist/components/icon/icons/Customize.mjs +8 -0
- package/dist/components/icon/icons/Customize.mjs.map +1 -0
- package/dist/components/icon/icons/Danger.cjs +32 -0
- package/dist/components/icon/icons/Danger.cjs.map +1 -0
- package/dist/components/icon/icons/Danger.d.cts +4 -0
- package/dist/components/icon/icons/Danger.d.cts.map +1 -0
- package/dist/components/icon/icons/Danger.d.mts +4 -0
- package/dist/components/icon/icons/Danger.d.mts.map +1 -0
- package/dist/components/icon/icons/Danger.mjs +8 -0
- package/dist/components/icon/icons/Danger.mjs.map +1 -0
- package/dist/components/icon/icons/Dark.cjs +32 -0
- package/dist/components/icon/icons/Dark.cjs.map +1 -0
- package/dist/components/icon/icons/Dark.d.cts +4 -0
- package/dist/components/icon/icons/Dark.d.cts.map +1 -0
- package/dist/components/icon/icons/Dark.d.mts +4 -0
- package/dist/components/icon/icons/Dark.d.mts.map +1 -0
- package/dist/components/icon/icons/Dark.mjs +8 -0
- package/dist/components/icon/icons/Dark.mjs.map +1 -0
- package/dist/components/icon/icons/Data.cjs +32 -0
- package/dist/components/icon/icons/Data.cjs.map +1 -0
- package/dist/components/icon/icons/Data.d.cts +4 -0
- package/dist/components/icon/icons/Data.d.cts.map +1 -0
- package/dist/components/icon/icons/Data.d.mts +4 -0
- package/dist/components/icon/icons/Data.d.mts.map +1 -0
- package/dist/components/icon/icons/Data.mjs +8 -0
- package/dist/components/icon/icons/Data.mjs.map +1 -0
- package/dist/components/icon/icons/Diagram.cjs +32 -0
- package/dist/components/icon/icons/Diagram.cjs.map +1 -0
- package/dist/components/icon/icons/Diagram.d.cts +4 -0
- package/dist/components/icon/icons/Diagram.d.cts.map +1 -0
- package/dist/components/icon/icons/Diagram.d.mts +4 -0
- package/dist/components/icon/icons/Diagram.d.mts.map +1 -0
- package/dist/components/icon/icons/Diagram.mjs +8 -0
- package/dist/components/icon/icons/Diagram.mjs.map +1 -0
- package/dist/components/icon/icons/DocumentCode.cjs +32 -0
- package/dist/components/icon/icons/DocumentCode.cjs.map +1 -0
- package/dist/components/icon/icons/DocumentCode.d.cts +4 -0
- package/dist/components/icon/icons/DocumentCode.d.cts.map +1 -0
- package/dist/components/icon/icons/DocumentCode.d.mts +4 -0
- package/dist/components/icon/icons/DocumentCode.d.mts.map +1 -0
- package/dist/components/icon/icons/DocumentCode.mjs +8 -0
- package/dist/components/icon/icons/DocumentCode.mjs.map +1 -0
- package/dist/components/icon/icons/Download.cjs +32 -0
- package/dist/components/icon/icons/Download.cjs.map +1 -0
- package/dist/components/icon/icons/Download.d.cts +4 -0
- package/dist/components/icon/icons/Download.d.cts.map +1 -0
- package/dist/components/icon/icons/Download.d.mts +4 -0
- package/dist/components/icon/icons/Download.d.mts.map +1 -0
- package/dist/components/icon/icons/Download.mjs +8 -0
- package/dist/components/icon/icons/Download.mjs.map +1 -0
- package/dist/components/icon/icons/Edit.cjs +32 -0
- package/dist/components/icon/icons/Edit.cjs.map +1 -0
- package/dist/components/icon/icons/Edit.d.cts +4 -0
- package/dist/components/icon/icons/Edit.d.cts.map +1 -0
- package/dist/components/icon/icons/Edit.d.mts +4 -0
- package/dist/components/icon/icons/Edit.d.mts.map +1 -0
- package/dist/components/icon/icons/Edit.mjs +8 -0
- package/dist/components/icon/icons/Edit.mjs.map +1 -0
- package/dist/components/icon/icons/Eraser.cjs +32 -0
- package/dist/components/icon/icons/Eraser.cjs.map +1 -0
- package/dist/components/icon/icons/Eraser.d.cts +4 -0
- package/dist/components/icon/icons/Eraser.d.cts.map +1 -0
- package/dist/components/icon/icons/Eraser.d.mts +4 -0
- package/dist/components/icon/icons/Eraser.d.mts.map +1 -0
- package/dist/components/icon/icons/Eraser.mjs +8 -0
- package/dist/components/icon/icons/Eraser.mjs.map +1 -0
- package/dist/components/icon/icons/Ethereum.cjs +33 -0
- package/dist/components/icon/icons/Ethereum.cjs.map +1 -0
- package/dist/components/icon/icons/Ethereum.d.cts +4 -0
- package/dist/components/icon/icons/Ethereum.d.cts.map +1 -0
- package/dist/components/icon/icons/Ethereum.d.mts +4 -0
- package/dist/components/icon/icons/Ethereum.d.mts.map +1 -0
- package/dist/components/icon/icons/Ethereum.mjs +9 -0
- package/dist/components/icon/icons/Ethereum.mjs.map +1 -0
- package/dist/components/icon/icons/Expand.cjs +32 -0
- package/dist/components/icon/icons/Expand.cjs.map +1 -0
- package/dist/components/icon/icons/Expand.d.cts +4 -0
- package/dist/components/icon/icons/Expand.d.cts.map +1 -0
- package/dist/components/icon/icons/Expand.d.mts +4 -0
- package/dist/components/icon/icons/Expand.d.mts.map +1 -0
- package/dist/components/icon/icons/Expand.mjs +8 -0
- package/dist/components/icon/icons/Expand.mjs.map +1 -0
- package/dist/components/icon/icons/Explore.cjs +32 -0
- package/dist/components/icon/icons/Explore.cjs.map +1 -0
- package/dist/components/icon/icons/Explore.d.cts +4 -0
- package/dist/components/icon/icons/Explore.d.cts.map +1 -0
- package/dist/components/icon/icons/Explore.d.mts +4 -0
- package/dist/components/icon/icons/Explore.d.mts.map +1 -0
- package/dist/components/icon/icons/Explore.mjs +8 -0
- package/dist/components/icon/icons/Explore.mjs.map +1 -0
- package/dist/components/icon/icons/Export.cjs +32 -0
- package/dist/components/icon/icons/Export.cjs.map +1 -0
- package/dist/components/icon/icons/Export.d.cts +4 -0
- package/dist/components/icon/icons/Export.d.cts.map +1 -0
- package/dist/components/icon/icons/Export.d.mts +4 -0
- package/dist/components/icon/icons/Export.d.mts.map +1 -0
- package/dist/components/icon/icons/Export.mjs +8 -0
- package/dist/components/icon/icons/Export.mjs.map +1 -0
- package/dist/components/icon/icons/Eye.cjs +32 -0
- package/dist/components/icon/icons/Eye.cjs.map +1 -0
- package/dist/components/icon/icons/Eye.d.cts +4 -0
- package/dist/components/icon/icons/Eye.d.cts.map +1 -0
- package/dist/components/icon/icons/Eye.d.mts +4 -0
- package/dist/components/icon/icons/Eye.d.mts.map +1 -0
- package/dist/components/icon/icons/Eye.mjs +8 -0
- package/dist/components/icon/icons/Eye.mjs.map +1 -0
- package/dist/components/icon/icons/EyeSlash.cjs +32 -0
- package/dist/components/icon/icons/EyeSlash.cjs.map +1 -0
- package/dist/components/icon/icons/EyeSlash.d.cts +4 -0
- package/dist/components/icon/icons/EyeSlash.d.cts.map +1 -0
- package/dist/components/icon/icons/EyeSlash.d.mts +4 -0
- package/dist/components/icon/icons/EyeSlash.d.mts.map +1 -0
- package/dist/components/icon/icons/EyeSlash.mjs +8 -0
- package/dist/components/icon/icons/EyeSlash.mjs.map +1 -0
- package/dist/components/icon/icons/File.cjs +32 -0
- package/dist/components/icon/icons/File.cjs.map +1 -0
- package/dist/components/icon/icons/File.d.cts +4 -0
- package/dist/components/icon/icons/File.d.cts.map +1 -0
- package/dist/components/icon/icons/File.d.mts +4 -0
- package/dist/components/icon/icons/File.d.mts.map +1 -0
- package/dist/components/icon/icons/File.mjs +8 -0
- package/dist/components/icon/icons/File.mjs.map +1 -0
- package/dist/components/icon/icons/Filter.cjs +32 -0
- package/dist/components/icon/icons/Filter.cjs.map +1 -0
- package/dist/components/icon/icons/Filter.d.cts +4 -0
- package/dist/components/icon/icons/Filter.d.cts.map +1 -0
- package/dist/components/icon/icons/Filter.d.mts +4 -0
- package/dist/components/icon/icons/Filter.d.mts.map +1 -0
- package/dist/components/icon/icons/Filter.mjs +8 -0
- package/dist/components/icon/icons/Filter.mjs.map +1 -0
- package/dist/components/icon/icons/Flag.cjs +32 -0
- package/dist/components/icon/icons/Flag.cjs.map +1 -0
- package/dist/components/icon/icons/Flag.d.cts +4 -0
- package/dist/components/icon/icons/Flag.d.cts.map +1 -0
- package/dist/components/icon/icons/Flag.d.mts +4 -0
- package/dist/components/icon/icons/Flag.d.mts.map +1 -0
- package/dist/components/icon/icons/Flag.mjs +8 -0
- package/dist/components/icon/icons/Flag.mjs.map +1 -0
- package/dist/components/icon/icons/Flash.cjs +32 -0
- package/dist/components/icon/icons/Flash.cjs.map +1 -0
- package/dist/components/icon/icons/Flash.d.cts +4 -0
- package/dist/components/icon/icons/Flash.d.cts.map +1 -0
- package/dist/components/icon/icons/Flash.d.mts +4 -0
- package/dist/components/icon/icons/Flash.d.mts.map +1 -0
- package/dist/components/icon/icons/Flash.mjs +8 -0
- package/dist/components/icon/icons/Flash.mjs.map +1 -0
- package/dist/components/icon/icons/FlashSlash.cjs +32 -0
- package/dist/components/icon/icons/FlashSlash.cjs.map +1 -0
- package/dist/components/icon/icons/FlashSlash.d.cts +4 -0
- package/dist/components/icon/icons/FlashSlash.d.cts.map +1 -0
- package/dist/components/icon/icons/FlashSlash.d.mts +4 -0
- package/dist/components/icon/icons/FlashSlash.d.mts.map +1 -0
- package/dist/components/icon/icons/FlashSlash.mjs +8 -0
- package/dist/components/icon/icons/FlashSlash.mjs.map +1 -0
- package/dist/components/icon/icons/Flask.cjs +32 -0
- package/dist/components/icon/icons/Flask.cjs.map +1 -0
- package/dist/components/icon/icons/Flask.d.cts +4 -0
- package/dist/components/icon/icons/Flask.d.cts.map +1 -0
- package/dist/components/icon/icons/Flask.d.mts +4 -0
- package/dist/components/icon/icons/Flask.d.mts.map +1 -0
- package/dist/components/icon/icons/Flask.mjs +8 -0
- package/dist/components/icon/icons/Flask.mjs.map +1 -0
- package/dist/components/icon/icons/FullCircle.cjs +32 -0
- package/dist/components/icon/icons/FullCircle.cjs.map +1 -0
- package/dist/components/icon/icons/FullCircle.d.cts +4 -0
- package/dist/components/icon/icons/FullCircle.d.cts.map +1 -0
- package/dist/components/icon/icons/FullCircle.d.mts +4 -0
- package/dist/components/icon/icons/FullCircle.d.mts.map +1 -0
- package/dist/components/icon/icons/FullCircle.mjs +8 -0
- package/dist/components/icon/icons/FullCircle.mjs.map +1 -0
- package/dist/components/icon/icons/Gas.cjs +32 -0
- package/dist/components/icon/icons/Gas.cjs.map +1 -0
- package/dist/components/icon/icons/Gas.d.cts +4 -0
- package/dist/components/icon/icons/Gas.d.cts.map +1 -0
- package/dist/components/icon/icons/Gas.d.mts +4 -0
- package/dist/components/icon/icons/Gas.d.mts.map +1 -0
- package/dist/components/icon/icons/Gas.mjs +8 -0
- package/dist/components/icon/icons/Gas.mjs.map +1 -0
- package/dist/components/icon/icons/Global.cjs +32 -0
- package/dist/components/icon/icons/Global.cjs.map +1 -0
- package/dist/components/icon/icons/Global.d.cts +4 -0
- package/dist/components/icon/icons/Global.d.cts.map +1 -0
- package/dist/components/icon/icons/Global.d.mts +4 -0
- package/dist/components/icon/icons/Global.d.mts.map +1 -0
- package/dist/components/icon/icons/Global.mjs +8 -0
- package/dist/components/icon/icons/Global.mjs.map +1 -0
- package/dist/components/icon/icons/GlobalSearch.cjs +32 -0
- package/dist/components/icon/icons/GlobalSearch.cjs.map +1 -0
- package/dist/components/icon/icons/GlobalSearch.d.cts +4 -0
- package/dist/components/icon/icons/GlobalSearch.d.cts.map +1 -0
- package/dist/components/icon/icons/GlobalSearch.d.mts +4 -0
- package/dist/components/icon/icons/GlobalSearch.d.mts.map +1 -0
- package/dist/components/icon/icons/GlobalSearch.mjs +8 -0
- package/dist/components/icon/icons/GlobalSearch.mjs.map +1 -0
- package/dist/components/icon/icons/Graph.cjs +32 -0
- package/dist/components/icon/icons/Graph.cjs.map +1 -0
- package/dist/components/icon/icons/Graph.d.cts +4 -0
- package/dist/components/icon/icons/Graph.d.cts.map +1 -0
- package/dist/components/icon/icons/Graph.d.mts +4 -0
- package/dist/components/icon/icons/Graph.d.mts.map +1 -0
- package/dist/components/icon/icons/Graph.mjs +8 -0
- package/dist/components/icon/icons/Graph.mjs.map +1 -0
- package/dist/components/icon/icons/Hardware.cjs +32 -0
- package/dist/components/icon/icons/Hardware.cjs.map +1 -0
- package/dist/components/icon/icons/Hardware.d.cts +4 -0
- package/dist/components/icon/icons/Hardware.d.cts.map +1 -0
- package/dist/components/icon/icons/Hardware.d.mts +4 -0
- package/dist/components/icon/icons/Hardware.d.mts.map +1 -0
- package/dist/components/icon/icons/Hardware.mjs +8 -0
- package/dist/components/icon/icons/Hardware.mjs.map +1 -0
- package/dist/components/icon/icons/Heart.cjs +32 -0
- package/dist/components/icon/icons/Heart.cjs.map +1 -0
- package/dist/components/icon/icons/Heart.d.cts +4 -0
- package/dist/components/icon/icons/Heart.d.cts.map +1 -0
- package/dist/components/icon/icons/Heart.d.mts +4 -0
- package/dist/components/icon/icons/Heart.d.mts.map +1 -0
- package/dist/components/icon/icons/Heart.mjs +8 -0
- package/dist/components/icon/icons/Heart.mjs.map +1 -0
- package/dist/components/icon/icons/Hierarchy.cjs +32 -0
- package/dist/components/icon/icons/Hierarchy.cjs.map +1 -0
- package/dist/components/icon/icons/Hierarchy.d.cts +4 -0
- package/dist/components/icon/icons/Hierarchy.d.cts.map +1 -0
- package/dist/components/icon/icons/Hierarchy.d.mts +4 -0
- package/dist/components/icon/icons/Hierarchy.d.mts.map +1 -0
- package/dist/components/icon/icons/Hierarchy.mjs +8 -0
- package/dist/components/icon/icons/Hierarchy.mjs.map +1 -0
- package/dist/components/icon/icons/Home.cjs +32 -0
- package/dist/components/icon/icons/Home.cjs.map +1 -0
- package/dist/components/icon/icons/Home.d.cts +4 -0
- package/dist/components/icon/icons/Home.d.cts.map +1 -0
- package/dist/components/icon/icons/Home.d.mts +4 -0
- package/dist/components/icon/icons/Home.d.mts.map +1 -0
- package/dist/components/icon/icons/Home.mjs +8 -0
- package/dist/components/icon/icons/Home.mjs.map +1 -0
- package/dist/components/icon/icons/Import.cjs +32 -0
- package/dist/components/icon/icons/Import.cjs.map +1 -0
- package/dist/components/icon/icons/Import.d.cts +4 -0
- package/dist/components/icon/icons/Import.d.cts.map +1 -0
- package/dist/components/icon/icons/Import.d.mts +4 -0
- package/dist/components/icon/icons/Import.d.mts.map +1 -0
- package/dist/components/icon/icons/Import.mjs +8 -0
- package/dist/components/icon/icons/Import.mjs.map +1 -0
- package/dist/components/icon/icons/Info.cjs +32 -0
- package/dist/components/icon/icons/Info.cjs.map +1 -0
- package/dist/components/icon/icons/Info.d.cts +4 -0
- package/dist/components/icon/icons/Info.d.cts.map +1 -0
- package/dist/components/icon/icons/Info.d.mts +4 -0
- package/dist/components/icon/icons/Info.d.mts.map +1 -0
- package/dist/components/icon/icons/Info.mjs +8 -0
- package/dist/components/icon/icons/Info.mjs.map +1 -0
- package/dist/components/icon/icons/Key.cjs +32 -0
- package/dist/components/icon/icons/Key.cjs.map +1 -0
- package/dist/components/icon/icons/Key.d.cts +4 -0
- package/dist/components/icon/icons/Key.d.cts.map +1 -0
- package/dist/components/icon/icons/Key.d.mts +4 -0
- package/dist/components/icon/icons/Key.d.mts.map +1 -0
- package/dist/components/icon/icons/Key.mjs +8 -0
- package/dist/components/icon/icons/Key.mjs.map +1 -0
- package/dist/components/icon/icons/Light.cjs +32 -0
- package/dist/components/icon/icons/Light.cjs.map +1 -0
- package/dist/components/icon/icons/Light.d.cts +4 -0
- package/dist/components/icon/icons/Light.d.cts.map +1 -0
- package/dist/components/icon/icons/Light.d.mts +4 -0
- package/dist/components/icon/icons/Light.d.mts.map +1 -0
- package/dist/components/icon/icons/Light.mjs +8 -0
- package/dist/components/icon/icons/Light.mjs.map +1 -0
- package/dist/components/icon/icons/Link.cjs +32 -0
- package/dist/components/icon/icons/Link.cjs.map +1 -0
- package/dist/components/icon/icons/Link.d.cts +4 -0
- package/dist/components/icon/icons/Link.d.cts.map +1 -0
- package/dist/components/icon/icons/Link.d.mts +4 -0
- package/dist/components/icon/icons/Link.d.mts.map +1 -0
- package/dist/components/icon/icons/Link.mjs +8 -0
- package/dist/components/icon/icons/Link.mjs.map +1 -0
- package/dist/components/icon/icons/Loading.cjs +32 -0
- package/dist/components/icon/icons/Loading.cjs.map +1 -0
- package/dist/components/icon/icons/Loading.d.cts +4 -0
- package/dist/components/icon/icons/Loading.d.cts.map +1 -0
- package/dist/components/icon/icons/Loading.d.mts +4 -0
- package/dist/components/icon/icons/Loading.d.mts.map +1 -0
- package/dist/components/icon/icons/Loading.mjs +8 -0
- package/dist/components/icon/icons/Loading.mjs.map +1 -0
- package/dist/components/icon/icons/Lock.cjs +32 -0
- package/dist/components/icon/icons/Lock.cjs.map +1 -0
- package/dist/components/icon/icons/Lock.d.cts +4 -0
- package/dist/components/icon/icons/Lock.d.cts.map +1 -0
- package/dist/components/icon/icons/Lock.d.mts +4 -0
- package/dist/components/icon/icons/Lock.d.mts.map +1 -0
- package/dist/components/icon/icons/Lock.mjs +8 -0
- package/dist/components/icon/icons/Lock.mjs.map +1 -0
- package/dist/components/icon/icons/LockCircle.cjs +32 -0
- package/dist/components/icon/icons/LockCircle.cjs.map +1 -0
- package/dist/components/icon/icons/LockCircle.d.cts +4 -0
- package/dist/components/icon/icons/LockCircle.d.cts.map +1 -0
- package/dist/components/icon/icons/LockCircle.d.mts +4 -0
- package/dist/components/icon/icons/LockCircle.d.mts.map +1 -0
- package/dist/components/icon/icons/LockCircle.mjs +8 -0
- package/dist/components/icon/icons/LockCircle.mjs.map +1 -0
- package/dist/components/icon/icons/LockSlash.cjs +32 -0
- package/dist/components/icon/icons/LockSlash.cjs.map +1 -0
- package/dist/components/icon/icons/LockSlash.d.cts +4 -0
- package/dist/components/icon/icons/LockSlash.d.cts.map +1 -0
- package/dist/components/icon/icons/LockSlash.d.mts +4 -0
- package/dist/components/icon/icons/LockSlash.d.mts.map +1 -0
- package/dist/components/icon/icons/LockSlash.mjs +8 -0
- package/dist/components/icon/icons/LockSlash.mjs.map +1 -0
- package/dist/components/icon/icons/Login.cjs +32 -0
- package/dist/components/icon/icons/Login.cjs.map +1 -0
- package/dist/components/icon/icons/Login.d.cts +4 -0
- package/dist/components/icon/icons/Login.d.cts.map +1 -0
- package/dist/components/icon/icons/Login.d.mts +4 -0
- package/dist/components/icon/icons/Login.d.mts.map +1 -0
- package/dist/components/icon/icons/Login.mjs +8 -0
- package/dist/components/icon/icons/Login.mjs.map +1 -0
- package/dist/components/icon/icons/Logout.cjs +32 -0
- package/dist/components/icon/icons/Logout.cjs.map +1 -0
- package/dist/components/icon/icons/Logout.d.cts +4 -0
- package/dist/components/icon/icons/Logout.d.cts.map +1 -0
- package/dist/components/icon/icons/Logout.d.mts +4 -0
- package/dist/components/icon/icons/Logout.d.mts.map +1 -0
- package/dist/components/icon/icons/Logout.mjs +8 -0
- package/dist/components/icon/icons/Logout.mjs.map +1 -0
- package/dist/components/icon/icons/Menu.cjs +32 -0
- package/dist/components/icon/icons/Menu.cjs.map +1 -0
- package/dist/components/icon/icons/Menu.d.cts +4 -0
- package/dist/components/icon/icons/Menu.d.cts.map +1 -0
- package/dist/components/icon/icons/Menu.d.mts +4 -0
- package/dist/components/icon/icons/Menu.d.mts.map +1 -0
- package/dist/components/icon/icons/Menu.mjs +8 -0
- package/dist/components/icon/icons/Menu.mjs.map +1 -0
- package/dist/components/icon/icons/MessageQuestion.cjs +32 -0
- package/dist/components/icon/icons/MessageQuestion.cjs.map +1 -0
- package/dist/components/icon/icons/MessageQuestion.d.cts +4 -0
- package/dist/components/icon/icons/MessageQuestion.d.cts.map +1 -0
- package/dist/components/icon/icons/MessageQuestion.d.mts +4 -0
- package/dist/components/icon/icons/MessageQuestion.d.mts.map +1 -0
- package/dist/components/icon/icons/MessageQuestion.mjs +8 -0
- package/dist/components/icon/icons/MessageQuestion.mjs.map +1 -0
- package/dist/components/icon/icons/Messages.cjs +32 -0
- package/dist/components/icon/icons/Messages.cjs.map +1 -0
- package/dist/components/icon/icons/Messages.d.cts +4 -0
- package/dist/components/icon/icons/Messages.d.cts.map +1 -0
- package/dist/components/icon/icons/Messages.d.mts +4 -0
- package/dist/components/icon/icons/Messages.d.mts.map +1 -0
- package/dist/components/icon/icons/Messages.mjs +8 -0
- package/dist/components/icon/icons/Messages.mjs.map +1 -0
- package/dist/components/icon/icons/Minus.cjs +32 -0
- package/dist/components/icon/icons/Minus.cjs.map +1 -0
- package/dist/components/icon/icons/Minus.d.cts +4 -0
- package/dist/components/icon/icons/Minus.d.cts.map +1 -0
- package/dist/components/icon/icons/Minus.d.mts +4 -0
- package/dist/components/icon/icons/Minus.d.mts.map +1 -0
- package/dist/components/icon/icons/Minus.mjs +8 -0
- package/dist/components/icon/icons/Minus.mjs.map +1 -0
- package/dist/components/icon/icons/MinusBold.cjs +32 -0
- package/dist/components/icon/icons/MinusBold.cjs.map +1 -0
- package/dist/components/icon/icons/MinusBold.d.cts +4 -0
- package/dist/components/icon/icons/MinusBold.d.cts.map +1 -0
- package/dist/components/icon/icons/MinusBold.d.mts +4 -0
- package/dist/components/icon/icons/MinusBold.d.mts.map +1 -0
- package/dist/components/icon/icons/MinusBold.mjs +8 -0
- package/dist/components/icon/icons/MinusBold.mjs.map +1 -0
- package/dist/components/icon/icons/MinusSquare.cjs +32 -0
- package/dist/components/icon/icons/MinusSquare.cjs.map +1 -0
- package/dist/components/icon/icons/MinusSquare.d.cts +4 -0
- package/dist/components/icon/icons/MinusSquare.d.cts.map +1 -0
- package/dist/components/icon/icons/MinusSquare.d.mts +4 -0
- package/dist/components/icon/icons/MinusSquare.d.mts.map +1 -0
- package/dist/components/icon/icons/MinusSquare.mjs +8 -0
- package/dist/components/icon/icons/MinusSquare.mjs.map +1 -0
- package/dist/components/icon/icons/Mobile.cjs +32 -0
- package/dist/components/icon/icons/Mobile.cjs.map +1 -0
- package/dist/components/icon/icons/Mobile.d.cts +4 -0
- package/dist/components/icon/icons/Mobile.d.cts.map +1 -0
- package/dist/components/icon/icons/Mobile.d.mts +4 -0
- package/dist/components/icon/icons/Mobile.d.mts.map +1 -0
- package/dist/components/icon/icons/Mobile.mjs +8 -0
- package/dist/components/icon/icons/Mobile.mjs.map +1 -0
- package/dist/components/icon/icons/Money.cjs +32 -0
- package/dist/components/icon/icons/Money.cjs.map +1 -0
- package/dist/components/icon/icons/Money.d.cts +4 -0
- package/dist/components/icon/icons/Money.d.cts.map +1 -0
- package/dist/components/icon/icons/Money.d.mts +4 -0
- package/dist/components/icon/icons/Money.d.mts.map +1 -0
- package/dist/components/icon/icons/Money.mjs +8 -0
- package/dist/components/icon/icons/Money.mjs.map +1 -0
- package/dist/components/icon/icons/Monitor.cjs +32 -0
- package/dist/components/icon/icons/Monitor.cjs.map +1 -0
- package/dist/components/icon/icons/Monitor.d.cts +4 -0
- package/dist/components/icon/icons/Monitor.d.cts.map +1 -0
- package/dist/components/icon/icons/Monitor.d.mts +4 -0
- package/dist/components/icon/icons/Monitor.d.mts.map +1 -0
- package/dist/components/icon/icons/Monitor.mjs +8 -0
- package/dist/components/icon/icons/Monitor.mjs.map +1 -0
- package/dist/components/icon/icons/MoreHorizontal.cjs +32 -0
- package/dist/components/icon/icons/MoreHorizontal.cjs.map +1 -0
- package/dist/components/icon/icons/MoreHorizontal.d.cts +4 -0
- package/dist/components/icon/icons/MoreHorizontal.d.cts.map +1 -0
- package/dist/components/icon/icons/MoreHorizontal.d.mts +4 -0
- package/dist/components/icon/icons/MoreHorizontal.d.mts.map +1 -0
- package/dist/components/icon/icons/MoreHorizontal.mjs +8 -0
- package/dist/components/icon/icons/MoreHorizontal.mjs.map +1 -0
- package/dist/components/icon/icons/MoreVertical.cjs +32 -0
- package/dist/components/icon/icons/MoreVertical.cjs.map +1 -0
- package/dist/components/icon/icons/MoreVertical.d.cts +4 -0
- package/dist/components/icon/icons/MoreVertical.d.cts.map +1 -0
- package/dist/components/icon/icons/MoreVertical.d.mts +4 -0
- package/dist/components/icon/icons/MoreVertical.d.mts.map +1 -0
- package/dist/components/icon/icons/MoreVertical.mjs +8 -0
- package/dist/components/icon/icons/MoreVertical.mjs.map +1 -0
- package/dist/components/icon/icons/Notification.cjs +32 -0
- package/dist/components/icon/icons/Notification.cjs.map +1 -0
- package/dist/components/icon/icons/Notification.d.cts +4 -0
- package/dist/components/icon/icons/Notification.d.cts.map +1 -0
- package/dist/components/icon/icons/Notification.d.mts +4 -0
- package/dist/components/icon/icons/Notification.d.mts.map +1 -0
- package/dist/components/icon/icons/Notification.mjs +8 -0
- package/dist/components/icon/icons/Notification.mjs.map +1 -0
- package/dist/components/icon/icons/NotificationCircle.cjs +32 -0
- package/dist/components/icon/icons/NotificationCircle.cjs.map +1 -0
- package/dist/components/icon/icons/NotificationCircle.d.cts +4 -0
- package/dist/components/icon/icons/NotificationCircle.d.cts.map +1 -0
- package/dist/components/icon/icons/NotificationCircle.d.mts +4 -0
- package/dist/components/icon/icons/NotificationCircle.d.mts.map +1 -0
- package/dist/components/icon/icons/NotificationCircle.mjs +8 -0
- package/dist/components/icon/icons/NotificationCircle.mjs.map +1 -0
- package/dist/components/icon/icons/PasswordCheck.cjs +32 -0
- package/dist/components/icon/icons/PasswordCheck.cjs.map +1 -0
- package/dist/components/icon/icons/PasswordCheck.d.cts +4 -0
- package/dist/components/icon/icons/PasswordCheck.d.cts.map +1 -0
- package/dist/components/icon/icons/PasswordCheck.d.mts +4 -0
- package/dist/components/icon/icons/PasswordCheck.d.mts.map +1 -0
- package/dist/components/icon/icons/PasswordCheck.mjs +8 -0
- package/dist/components/icon/icons/PasswordCheck.mjs.map +1 -0
- package/dist/components/icon/icons/People.cjs +32 -0
- package/dist/components/icon/icons/People.cjs.map +1 -0
- package/dist/components/icon/icons/People.d.cts +4 -0
- package/dist/components/icon/icons/People.d.cts.map +1 -0
- package/dist/components/icon/icons/People.d.mts +4 -0
- package/dist/components/icon/icons/People.d.mts.map +1 -0
- package/dist/components/icon/icons/People.mjs +8 -0
- package/dist/components/icon/icons/People.mjs.map +1 -0
- package/dist/components/icon/icons/Pin.cjs +32 -0
- package/dist/components/icon/icons/Pin.cjs.map +1 -0
- package/dist/components/icon/icons/Pin.d.cts +4 -0
- package/dist/components/icon/icons/Pin.d.cts.map +1 -0
- package/dist/components/icon/icons/Pin.d.mts +4 -0
- package/dist/components/icon/icons/Pin.d.mts.map +1 -0
- package/dist/components/icon/icons/Pin.mjs +8 -0
- package/dist/components/icon/icons/Pin.mjs.map +1 -0
- package/dist/components/icon/icons/Plug.cjs +32 -0
- package/dist/components/icon/icons/Plug.cjs.map +1 -0
- package/dist/components/icon/icons/Plug.d.cts +4 -0
- package/dist/components/icon/icons/Plug.d.cts.map +1 -0
- package/dist/components/icon/icons/Plug.d.mts +4 -0
- package/dist/components/icon/icons/Plug.d.mts.map +1 -0
- package/dist/components/icon/icons/Plug.mjs +8 -0
- package/dist/components/icon/icons/Plug.mjs.map +1 -0
- package/dist/components/icon/icons/PlusMinus.cjs +32 -0
- package/dist/components/icon/icons/PlusMinus.cjs.map +1 -0
- package/dist/components/icon/icons/PlusMinus.d.cts +4 -0
- package/dist/components/icon/icons/PlusMinus.d.cts.map +1 -0
- package/dist/components/icon/icons/PlusMinus.d.mts +4 -0
- package/dist/components/icon/icons/PlusMinus.d.mts.map +1 -0
- package/dist/components/icon/icons/PlusMinus.mjs +8 -0
- package/dist/components/icon/icons/PlusMinus.mjs.map +1 -0
- package/dist/components/icon/icons/ProgrammingArrows.cjs +32 -0
- package/dist/components/icon/icons/ProgrammingArrows.cjs.map +1 -0
- package/dist/components/icon/icons/ProgrammingArrows.d.cts +4 -0
- package/dist/components/icon/icons/ProgrammingArrows.d.cts.map +1 -0
- package/dist/components/icon/icons/ProgrammingArrows.d.mts +4 -0
- package/dist/components/icon/icons/ProgrammingArrows.d.mts.map +1 -0
- package/dist/components/icon/icons/ProgrammingArrows.mjs +8 -0
- package/dist/components/icon/icons/ProgrammingArrows.mjs.map +1 -0
- package/dist/components/icon/icons/QrCode.cjs +32 -0
- package/dist/components/icon/icons/QrCode.cjs.map +1 -0
- package/dist/components/icon/icons/QrCode.d.cts +4 -0
- package/dist/components/icon/icons/QrCode.d.cts.map +1 -0
- package/dist/components/icon/icons/QrCode.d.mts +4 -0
- package/dist/components/icon/icons/QrCode.d.mts.map +1 -0
- package/dist/components/icon/icons/QrCode.mjs +8 -0
- package/dist/components/icon/icons/QrCode.mjs.map +1 -0
- package/dist/components/icon/icons/Question.cjs +32 -0
- package/dist/components/icon/icons/Question.cjs.map +1 -0
- package/dist/components/icon/icons/Question.d.cts +4 -0
- package/dist/components/icon/icons/Question.d.cts.map +1 -0
- package/dist/components/icon/icons/Question.d.mts +4 -0
- package/dist/components/icon/icons/Question.d.mts.map +1 -0
- package/dist/components/icon/icons/Question.mjs +8 -0
- package/dist/components/icon/icons/Question.mjs.map +1 -0
- package/dist/components/icon/icons/Received.cjs +32 -0
- package/dist/components/icon/icons/Received.cjs.map +1 -0
- package/dist/components/icon/icons/Received.d.cts +4 -0
- package/dist/components/icon/icons/Received.d.cts.map +1 -0
- package/dist/components/icon/icons/Received.d.mts +4 -0
- package/dist/components/icon/icons/Received.d.mts.map +1 -0
- package/dist/components/icon/icons/Received.mjs +8 -0
- package/dist/components/icon/icons/Received.mjs.map +1 -0
- package/dist/components/icon/icons/Refresh.cjs +32 -0
- package/dist/components/icon/icons/Refresh.cjs.map +1 -0
- package/dist/components/icon/icons/Refresh.d.cts +4 -0
- package/dist/components/icon/icons/Refresh.d.cts.map +1 -0
- package/dist/components/icon/icons/Refresh.d.mts +4 -0
- package/dist/components/icon/icons/Refresh.d.mts.map +1 -0
- package/dist/components/icon/icons/Refresh.mjs +8 -0
- package/dist/components/icon/icons/Refresh.mjs.map +1 -0
- package/dist/components/icon/icons/Save.cjs +32 -0
- package/dist/components/icon/icons/Save.cjs.map +1 -0
- package/dist/components/icon/icons/Save.d.cts +4 -0
- package/dist/components/icon/icons/Save.d.cts.map +1 -0
- package/dist/components/icon/icons/Save.d.mts +4 -0
- package/dist/components/icon/icons/Save.d.mts.map +1 -0
- package/dist/components/icon/icons/Save.mjs +8 -0
- package/dist/components/icon/icons/Save.mjs.map +1 -0
- package/dist/components/icon/icons/Scan.cjs +32 -0
- package/dist/components/icon/icons/Scan.cjs.map +1 -0
- package/dist/components/icon/icons/Scan.d.cts +4 -0
- package/dist/components/icon/icons/Scan.d.cts.map +1 -0
- package/dist/components/icon/icons/Scan.d.mts +4 -0
- package/dist/components/icon/icons/Scan.d.mts.map +1 -0
- package/dist/components/icon/icons/Scan.mjs +8 -0
- package/dist/components/icon/icons/Scan.mjs.map +1 -0
- package/dist/components/icon/icons/ScanBarcode.cjs +32 -0
- package/dist/components/icon/icons/ScanBarcode.cjs.map +1 -0
- package/dist/components/icon/icons/ScanBarcode.d.cts +4 -0
- package/dist/components/icon/icons/ScanBarcode.d.cts.map +1 -0
- package/dist/components/icon/icons/ScanBarcode.d.mts +4 -0
- package/dist/components/icon/icons/ScanBarcode.d.mts.map +1 -0
- package/dist/components/icon/icons/ScanBarcode.mjs +8 -0
- package/dist/components/icon/icons/ScanBarcode.mjs.map +1 -0
- package/dist/components/icon/icons/ScanFocus.cjs +32 -0
- package/dist/components/icon/icons/ScanFocus.cjs.map +1 -0
- package/dist/components/icon/icons/ScanFocus.d.cts +4 -0
- package/dist/components/icon/icons/ScanFocus.d.cts.map +1 -0
- package/dist/components/icon/icons/ScanFocus.d.mts +4 -0
- package/dist/components/icon/icons/ScanFocus.d.mts.map +1 -0
- package/dist/components/icon/icons/ScanFocus.mjs +8 -0
- package/dist/components/icon/icons/ScanFocus.mjs.map +1 -0
- package/dist/components/icon/icons/Scroll.cjs +32 -0
- package/dist/components/icon/icons/Scroll.cjs.map +1 -0
- package/dist/components/icon/icons/Scroll.d.cts +4 -0
- package/dist/components/icon/icons/Scroll.d.cts.map +1 -0
- package/dist/components/icon/icons/Scroll.d.mts +4 -0
- package/dist/components/icon/icons/Scroll.d.mts.map +1 -0
- package/dist/components/icon/icons/Scroll.mjs +8 -0
- package/dist/components/icon/icons/Scroll.mjs.map +1 -0
- package/dist/components/icon/icons/Search.cjs +32 -0
- package/dist/components/icon/icons/Search.cjs.map +1 -0
- package/dist/components/icon/icons/Search.d.cts +4 -0
- package/dist/components/icon/icons/Search.d.cts.map +1 -0
- package/dist/components/icon/icons/Search.d.mts +4 -0
- package/dist/components/icon/icons/Search.d.mts.map +1 -0
- package/dist/components/icon/icons/Search.mjs +8 -0
- package/dist/components/icon/icons/Search.mjs.map +1 -0
- package/dist/components/icon/icons/Security.cjs +32 -0
- package/dist/components/icon/icons/Security.cjs.map +1 -0
- package/dist/components/icon/icons/Security.d.cts +4 -0
- package/dist/components/icon/icons/Security.d.cts.map +1 -0
- package/dist/components/icon/icons/Security.d.mts +4 -0
- package/dist/components/icon/icons/Security.d.mts.map +1 -0
- package/dist/components/icon/icons/Security.mjs +8 -0
- package/dist/components/icon/icons/Security.mjs.map +1 -0
- package/dist/components/icon/icons/SecurityCard.cjs +32 -0
- package/dist/components/icon/icons/SecurityCard.cjs.map +1 -0
- package/dist/components/icon/icons/SecurityCard.d.cts +4 -0
- package/dist/components/icon/icons/SecurityCard.d.cts.map +1 -0
- package/dist/components/icon/icons/SecurityCard.d.mts +4 -0
- package/dist/components/icon/icons/SecurityCard.d.mts.map +1 -0
- package/dist/components/icon/icons/SecurityCard.mjs +8 -0
- package/dist/components/icon/icons/SecurityCard.mjs.map +1 -0
- package/dist/components/icon/icons/SecurityCross.cjs +32 -0
- package/dist/components/icon/icons/SecurityCross.cjs.map +1 -0
- package/dist/components/icon/icons/SecurityCross.d.cts +4 -0
- package/dist/components/icon/icons/SecurityCross.d.cts.map +1 -0
- package/dist/components/icon/icons/SecurityCross.d.mts +4 -0
- package/dist/components/icon/icons/SecurityCross.d.mts.map +1 -0
- package/dist/components/icon/icons/SecurityCross.mjs +8 -0
- package/dist/components/icon/icons/SecurityCross.mjs.map +1 -0
- package/dist/components/icon/icons/SecurityKey.cjs +32 -0
- package/dist/components/icon/icons/SecurityKey.cjs.map +1 -0
- package/dist/components/icon/icons/SecurityKey.d.cts +4 -0
- package/dist/components/icon/icons/SecurityKey.d.cts.map +1 -0
- package/dist/components/icon/icons/SecurityKey.d.mts +4 -0
- package/dist/components/icon/icons/SecurityKey.d.mts.map +1 -0
- package/dist/components/icon/icons/SecurityKey.mjs +8 -0
- package/dist/components/icon/icons/SecurityKey.mjs.map +1 -0
- package/dist/components/icon/icons/SecuritySearch.cjs +32 -0
- package/dist/components/icon/icons/SecuritySearch.cjs.map +1 -0
- package/dist/components/icon/icons/SecuritySearch.d.cts +4 -0
- package/dist/components/icon/icons/SecuritySearch.d.cts.map +1 -0
- package/dist/components/icon/icons/SecuritySearch.d.mts +4 -0
- package/dist/components/icon/icons/SecuritySearch.d.mts.map +1 -0
- package/dist/components/icon/icons/SecuritySearch.mjs +8 -0
- package/dist/components/icon/icons/SecuritySearch.mjs.map +1 -0
- package/dist/components/icon/icons/SecuritySlash.cjs +32 -0
- package/dist/components/icon/icons/SecuritySlash.cjs.map +1 -0
- package/dist/components/icon/icons/SecuritySlash.d.cts +4 -0
- package/dist/components/icon/icons/SecuritySlash.d.cts.map +1 -0
- package/dist/components/icon/icons/SecuritySlash.d.mts +4 -0
- package/dist/components/icon/icons/SecuritySlash.d.mts.map +1 -0
- package/dist/components/icon/icons/SecuritySlash.mjs +8 -0
- package/dist/components/icon/icons/SecuritySlash.mjs.map +1 -0
- package/dist/components/icon/icons/SecurityTick.cjs +32 -0
- package/dist/components/icon/icons/SecurityTick.cjs.map +1 -0
- package/dist/components/icon/icons/SecurityTick.d.cts +4 -0
- package/dist/components/icon/icons/SecurityTick.d.cts.map +1 -0
- package/dist/components/icon/icons/SecurityTick.d.mts +4 -0
- package/dist/components/icon/icons/SecurityTick.d.mts.map +1 -0
- package/dist/components/icon/icons/SecurityTick.mjs +8 -0
- package/dist/components/icon/icons/SecurityTick.mjs.map +1 -0
- package/dist/components/icon/icons/SecurityTime.cjs +32 -0
- package/dist/components/icon/icons/SecurityTime.cjs.map +1 -0
- package/dist/components/icon/icons/SecurityTime.d.cts +4 -0
- package/dist/components/icon/icons/SecurityTime.d.cts.map +1 -0
- package/dist/components/icon/icons/SecurityTime.d.mts +4 -0
- package/dist/components/icon/icons/SecurityTime.d.mts.map +1 -0
- package/dist/components/icon/icons/SecurityTime.mjs +8 -0
- package/dist/components/icon/icons/SecurityTime.mjs.map +1 -0
- package/dist/components/icon/icons/SecurityUser.cjs +32 -0
- package/dist/components/icon/icons/SecurityUser.cjs.map +1 -0
- package/dist/components/icon/icons/SecurityUser.d.cts +4 -0
- package/dist/components/icon/icons/SecurityUser.d.cts.map +1 -0
- package/dist/components/icon/icons/SecurityUser.d.mts +4 -0
- package/dist/components/icon/icons/SecurityUser.d.mts.map +1 -0
- package/dist/components/icon/icons/SecurityUser.mjs +8 -0
- package/dist/components/icon/icons/SecurityUser.mjs.map +1 -0
- package/dist/components/icon/icons/Send1.cjs +32 -0
- package/dist/components/icon/icons/Send1.cjs.map +1 -0
- package/dist/components/icon/icons/Send1.d.cts +4 -0
- package/dist/components/icon/icons/Send1.d.cts.map +1 -0
- package/dist/components/icon/icons/Send1.d.mts +4 -0
- package/dist/components/icon/icons/Send1.d.mts.map +1 -0
- package/dist/components/icon/icons/Send1.mjs +8 -0
- package/dist/components/icon/icons/Send1.mjs.map +1 -0
- package/dist/components/icon/icons/Send2.cjs +32 -0
- package/dist/components/icon/icons/Send2.cjs.map +1 -0
- package/dist/components/icon/icons/Send2.d.cts +4 -0
- package/dist/components/icon/icons/Send2.d.cts.map +1 -0
- package/dist/components/icon/icons/Send2.d.mts +4 -0
- package/dist/components/icon/icons/Send2.d.mts.map +1 -0
- package/dist/components/icon/icons/Send2.mjs +8 -0
- package/dist/components/icon/icons/Send2.mjs.map +1 -0
- package/dist/components/icon/icons/Setting.cjs +32 -0
- package/dist/components/icon/icons/Setting.cjs.map +1 -0
- package/dist/components/icon/icons/Setting.d.cts +4 -0
- package/dist/components/icon/icons/Setting.d.cts.map +1 -0
- package/dist/components/icon/icons/Setting.d.mts +4 -0
- package/dist/components/icon/icons/Setting.d.mts.map +1 -0
- package/dist/components/icon/icons/Setting.mjs +8 -0
- package/dist/components/icon/icons/Setting.mjs.map +1 -0
- package/dist/components/icon/icons/Share.cjs +32 -0
- package/dist/components/icon/icons/Share.cjs.map +1 -0
- package/dist/components/icon/icons/Share.d.cts +4 -0
- package/dist/components/icon/icons/Share.d.cts.map +1 -0
- package/dist/components/icon/icons/Share.d.mts +4 -0
- package/dist/components/icon/icons/Share.d.mts.map +1 -0
- package/dist/components/icon/icons/Share.mjs +8 -0
- package/dist/components/icon/icons/Share.mjs.map +1 -0
- package/dist/components/icon/icons/Slash.cjs +32 -0
- package/dist/components/icon/icons/Slash.cjs.map +1 -0
- package/dist/components/icon/icons/Slash.d.cts +4 -0
- package/dist/components/icon/icons/Slash.d.cts.map +1 -0
- package/dist/components/icon/icons/Slash.d.mts +4 -0
- package/dist/components/icon/icons/Slash.d.mts.map +1 -0
- package/dist/components/icon/icons/Slash.mjs +8 -0
- package/dist/components/icon/icons/Slash.mjs.map +1 -0
- package/dist/components/icon/icons/Snaps.cjs +32 -0
- package/dist/components/icon/icons/Snaps.cjs.map +1 -0
- package/dist/components/icon/icons/Snaps.d.cts +4 -0
- package/dist/components/icon/icons/Snaps.d.cts.map +1 -0
- package/dist/components/icon/icons/Snaps.d.mts +4 -0
- package/dist/components/icon/icons/Snaps.d.mts.map +1 -0
- package/dist/components/icon/icons/Snaps.mjs +8 -0
- package/dist/components/icon/icons/Snaps.mjs.map +1 -0
- package/dist/components/icon/icons/SnapsMobile.cjs +32 -0
- package/dist/components/icon/icons/SnapsMobile.cjs.map +1 -0
- package/dist/components/icon/icons/SnapsMobile.d.cts +4 -0
- package/dist/components/icon/icons/SnapsMobile.d.cts.map +1 -0
- package/dist/components/icon/icons/SnapsMobile.d.mts +4 -0
- package/dist/components/icon/icons/SnapsMobile.d.mts.map +1 -0
- package/dist/components/icon/icons/SnapsMobile.mjs +8 -0
- package/dist/components/icon/icons/SnapsMobile.mjs.map +1 -0
- package/dist/components/icon/icons/SnapsPlus.cjs +32 -0
- package/dist/components/icon/icons/SnapsPlus.cjs.map +1 -0
- package/dist/components/icon/icons/SnapsPlus.d.cts +4 -0
- package/dist/components/icon/icons/SnapsPlus.d.cts.map +1 -0
- package/dist/components/icon/icons/SnapsPlus.d.mts +4 -0
- package/dist/components/icon/icons/SnapsPlus.d.mts.map +1 -0
- package/dist/components/icon/icons/SnapsPlus.mjs +8 -0
- package/dist/components/icon/icons/SnapsPlus.mjs.map +1 -0
- package/dist/components/icon/icons/Speedometer.cjs +32 -0
- package/dist/components/icon/icons/Speedometer.cjs.map +1 -0
- package/dist/components/icon/icons/Speedometer.d.cts +4 -0
- package/dist/components/icon/icons/Speedometer.d.cts.map +1 -0
- package/dist/components/icon/icons/Speedometer.d.mts +4 -0
- package/dist/components/icon/icons/Speedometer.d.mts.map +1 -0
- package/dist/components/icon/icons/Speedometer.mjs +8 -0
- package/dist/components/icon/icons/Speedometer.mjs.map +1 -0
- package/dist/components/icon/icons/Square.cjs +32 -0
- package/dist/components/icon/icons/Square.cjs.map +1 -0
- package/dist/components/icon/icons/Square.d.cts +4 -0
- package/dist/components/icon/icons/Square.d.cts.map +1 -0
- package/dist/components/icon/icons/Square.d.mts +4 -0
- package/dist/components/icon/icons/Square.d.mts.map +1 -0
- package/dist/components/icon/icons/Square.mjs +8 -0
- package/dist/components/icon/icons/Square.mjs.map +1 -0
- package/dist/components/icon/icons/Stake.cjs +32 -0
- package/dist/components/icon/icons/Stake.cjs.map +1 -0
- package/dist/components/icon/icons/Stake.d.cts +4 -0
- package/dist/components/icon/icons/Stake.d.cts.map +1 -0
- package/dist/components/icon/icons/Stake.d.mts +4 -0
- package/dist/components/icon/icons/Stake.d.mts.map +1 -0
- package/dist/components/icon/icons/Stake.mjs +8 -0
- package/dist/components/icon/icons/Stake.mjs.map +1 -0
- package/dist/components/icon/icons/Star.cjs +32 -0
- package/dist/components/icon/icons/Star.cjs.map +1 -0
- package/dist/components/icon/icons/Star.d.cts +4 -0
- package/dist/components/icon/icons/Star.d.cts.map +1 -0
- package/dist/components/icon/icons/Star.d.mts +4 -0
- package/dist/components/icon/icons/Star.d.mts.map +1 -0
- package/dist/components/icon/icons/Star.mjs +8 -0
- package/dist/components/icon/icons/Star.mjs.map +1 -0
- package/dist/components/icon/icons/Student.cjs +32 -0
- package/dist/components/icon/icons/Student.cjs.map +1 -0
- package/dist/components/icon/icons/Student.d.cts +4 -0
- package/dist/components/icon/icons/Student.d.cts.map +1 -0
- package/dist/components/icon/icons/Student.d.mts +4 -0
- package/dist/components/icon/icons/Student.d.mts.map +1 -0
- package/dist/components/icon/icons/Student.mjs +8 -0
- package/dist/components/icon/icons/Student.mjs.map +1 -0
- package/dist/components/icon/icons/SwapHorizontal.cjs +32 -0
- package/dist/components/icon/icons/SwapHorizontal.cjs.map +1 -0
- package/dist/components/icon/icons/SwapHorizontal.d.cts +4 -0
- package/dist/components/icon/icons/SwapHorizontal.d.cts.map +1 -0
- package/dist/components/icon/icons/SwapHorizontal.d.mts +4 -0
- package/dist/components/icon/icons/SwapHorizontal.d.mts.map +1 -0
- package/dist/components/icon/icons/SwapHorizontal.mjs +8 -0
- package/dist/components/icon/icons/SwapHorizontal.mjs.map +1 -0
- package/dist/components/icon/icons/SwapVertical.cjs +32 -0
- package/dist/components/icon/icons/SwapVertical.cjs.map +1 -0
- package/dist/components/icon/icons/SwapVertical.d.cts +4 -0
- package/dist/components/icon/icons/SwapVertical.d.cts.map +1 -0
- package/dist/components/icon/icons/SwapVertical.d.mts +4 -0
- package/dist/components/icon/icons/SwapVertical.d.mts.map +1 -0
- package/dist/components/icon/icons/SwapVertical.mjs +8 -0
- package/dist/components/icon/icons/SwapVertical.mjs.map +1 -0
- package/dist/components/icon/icons/Tag.cjs +32 -0
- package/dist/components/icon/icons/Tag.cjs.map +1 -0
- package/dist/components/icon/icons/Tag.d.cts +4 -0
- package/dist/components/icon/icons/Tag.d.cts.map +1 -0
- package/dist/components/icon/icons/Tag.d.mts +4 -0
- package/dist/components/icon/icons/Tag.d.mts.map +1 -0
- package/dist/components/icon/icons/Tag.mjs +8 -0
- package/dist/components/icon/icons/Tag.mjs.map +1 -0
- package/dist/components/icon/icons/Tilde.cjs +32 -0
- package/dist/components/icon/icons/Tilde.cjs.map +1 -0
- package/dist/components/icon/icons/Tilde.d.cts +4 -0
- package/dist/components/icon/icons/Tilde.d.cts.map +1 -0
- package/dist/components/icon/icons/Tilde.d.mts +4 -0
- package/dist/components/icon/icons/Tilde.d.mts.map +1 -0
- package/dist/components/icon/icons/Tilde.mjs +8 -0
- package/dist/components/icon/icons/Tilde.mjs.map +1 -0
- package/dist/components/icon/icons/Timer.cjs +32 -0
- package/dist/components/icon/icons/Timer.cjs.map +1 -0
- package/dist/components/icon/icons/Timer.d.cts +4 -0
- package/dist/components/icon/icons/Timer.d.cts.map +1 -0
- package/dist/components/icon/icons/Timer.d.mts +4 -0
- package/dist/components/icon/icons/Timer.d.mts.map +1 -0
- package/dist/components/icon/icons/Timer.mjs +8 -0
- package/dist/components/icon/icons/Timer.mjs.map +1 -0
- package/dist/components/icon/icons/Tint.cjs +32 -0
- package/dist/components/icon/icons/Tint.cjs.map +1 -0
- package/dist/components/icon/icons/Tint.d.cts +4 -0
- package/dist/components/icon/icons/Tint.d.cts.map +1 -0
- package/dist/components/icon/icons/Tint.d.mts +4 -0
- package/dist/components/icon/icons/Tint.d.mts.map +1 -0
- package/dist/components/icon/icons/Tint.mjs +8 -0
- package/dist/components/icon/icons/Tint.mjs.map +1 -0
- package/dist/components/icon/icons/Trash.cjs +32 -0
- package/dist/components/icon/icons/Trash.cjs.map +1 -0
- package/dist/components/icon/icons/Trash.d.cts +4 -0
- package/dist/components/icon/icons/Trash.d.cts.map +1 -0
- package/dist/components/icon/icons/Trash.d.mts +4 -0
- package/dist/components/icon/icons/Trash.d.mts.map +1 -0
- package/dist/components/icon/icons/Trash.mjs +8 -0
- package/dist/components/icon/icons/Trash.mjs.map +1 -0
- package/dist/components/icon/icons/TrendDown.cjs +32 -0
- package/dist/components/icon/icons/TrendDown.cjs.map +1 -0
- package/dist/components/icon/icons/TrendDown.d.cts +4 -0
- package/dist/components/icon/icons/TrendDown.d.cts.map +1 -0
- package/dist/components/icon/icons/TrendDown.d.mts +4 -0
- package/dist/components/icon/icons/TrendDown.d.mts.map +1 -0
- package/dist/components/icon/icons/TrendDown.mjs +8 -0
- package/dist/components/icon/icons/TrendDown.mjs.map +1 -0
- package/dist/components/icon/icons/TrendUp.cjs +32 -0
- package/dist/components/icon/icons/TrendUp.cjs.map +1 -0
- package/dist/components/icon/icons/TrendUp.d.cts +4 -0
- package/dist/components/icon/icons/TrendUp.d.cts.map +1 -0
- package/dist/components/icon/icons/TrendUp.d.mts +4 -0
- package/dist/components/icon/icons/TrendUp.d.mts.map +1 -0
- package/dist/components/icon/icons/TrendUp.mjs +8 -0
- package/dist/components/icon/icons/TrendUp.mjs.map +1 -0
- package/dist/components/icon/icons/Twitter.cjs +32 -0
- package/dist/components/icon/icons/Twitter.cjs.map +1 -0
- package/dist/components/icon/icons/Twitter.d.cts +4 -0
- package/dist/components/icon/icons/Twitter.d.cts.map +1 -0
- package/dist/components/icon/icons/Twitter.d.mts +4 -0
- package/dist/components/icon/icons/Twitter.d.mts.map +1 -0
- package/dist/components/icon/icons/Twitter.mjs +8 -0
- package/dist/components/icon/icons/Twitter.mjs.map +1 -0
- package/dist/components/icon/icons/Unpin.cjs +32 -0
- package/dist/components/icon/icons/Unpin.cjs.map +1 -0
- package/dist/components/icon/icons/Unpin.d.cts +4 -0
- package/dist/components/icon/icons/Unpin.d.cts.map +1 -0
- package/dist/components/icon/icons/Unpin.d.mts +4 -0
- package/dist/components/icon/icons/Unpin.d.mts.map +1 -0
- package/dist/components/icon/icons/Unpin.mjs +8 -0
- package/dist/components/icon/icons/Unpin.mjs.map +1 -0
- package/dist/components/icon/icons/Upload.cjs +32 -0
- package/dist/components/icon/icons/Upload.cjs.map +1 -0
- package/dist/components/icon/icons/Upload.d.cts +4 -0
- package/dist/components/icon/icons/Upload.d.cts.map +1 -0
- package/dist/components/icon/icons/Upload.d.mts +4 -0
- package/dist/components/icon/icons/Upload.d.mts.map +1 -0
- package/dist/components/icon/icons/Upload.mjs +8 -0
- package/dist/components/icon/icons/Upload.mjs.map +1 -0
- package/dist/components/icon/icons/Usb.cjs +32 -0
- package/dist/components/icon/icons/Usb.cjs.map +1 -0
- package/dist/components/icon/icons/Usb.d.cts +4 -0
- package/dist/components/icon/icons/Usb.d.cts.map +1 -0
- package/dist/components/icon/icons/Usb.d.mts +4 -0
- package/dist/components/icon/icons/Usb.d.mts.map +1 -0
- package/dist/components/icon/icons/Usb.mjs +8 -0
- package/dist/components/icon/icons/Usb.mjs.map +1 -0
- package/dist/components/icon/icons/User.cjs +32 -0
- package/dist/components/icon/icons/User.cjs.map +1 -0
- package/dist/components/icon/icons/User.d.cts +4 -0
- package/dist/components/icon/icons/User.d.cts.map +1 -0
- package/dist/components/icon/icons/User.d.mts +4 -0
- package/dist/components/icon/icons/User.d.mts.map +1 -0
- package/dist/components/icon/icons/User.mjs +8 -0
- package/dist/components/icon/icons/User.mjs.map +1 -0
- package/dist/components/icon/icons/UserCheck.cjs +32 -0
- package/dist/components/icon/icons/UserCheck.cjs.map +1 -0
- package/dist/components/icon/icons/UserCheck.d.cts +4 -0
- package/dist/components/icon/icons/UserCheck.d.cts.map +1 -0
- package/dist/components/icon/icons/UserCheck.d.mts +4 -0
- package/dist/components/icon/icons/UserCheck.d.mts.map +1 -0
- package/dist/components/icon/icons/UserCheck.mjs +8 -0
- package/dist/components/icon/icons/UserCheck.mjs.map +1 -0
- package/dist/components/icon/icons/UserCircle.cjs +32 -0
- package/dist/components/icon/icons/UserCircle.cjs.map +1 -0
- package/dist/components/icon/icons/UserCircle.d.cts +4 -0
- package/dist/components/icon/icons/UserCircle.d.cts.map +1 -0
- package/dist/components/icon/icons/UserCircle.d.mts +4 -0
- package/dist/components/icon/icons/UserCircle.d.mts.map +1 -0
- package/dist/components/icon/icons/UserCircle.mjs +8 -0
- package/dist/components/icon/icons/UserCircle.mjs.map +1 -0
- package/dist/components/icon/icons/UserCircleAdd.cjs +32 -0
- package/dist/components/icon/icons/UserCircleAdd.cjs.map +1 -0
- package/dist/components/icon/icons/UserCircleAdd.d.cts +4 -0
- package/dist/components/icon/icons/UserCircleAdd.d.cts.map +1 -0
- package/dist/components/icon/icons/UserCircleAdd.d.mts +4 -0
- package/dist/components/icon/icons/UserCircleAdd.d.mts.map +1 -0
- package/dist/components/icon/icons/UserCircleAdd.mjs +8 -0
- package/dist/components/icon/icons/UserCircleAdd.mjs.map +1 -0
- package/dist/components/icon/icons/UserCircleRemove.cjs +32 -0
- package/dist/components/icon/icons/UserCircleRemove.cjs.map +1 -0
- package/dist/components/icon/icons/UserCircleRemove.d.cts +4 -0
- package/dist/components/icon/icons/UserCircleRemove.d.cts.map +1 -0
- package/dist/components/icon/icons/UserCircleRemove.d.mts +4 -0
- package/dist/components/icon/icons/UserCircleRemove.d.mts.map +1 -0
- package/dist/components/icon/icons/UserCircleRemove.mjs +8 -0
- package/dist/components/icon/icons/UserCircleRemove.mjs.map +1 -0
- package/dist/components/icon/icons/Wallet.cjs +32 -0
- package/dist/components/icon/icons/Wallet.cjs.map +1 -0
- package/dist/components/icon/icons/Wallet.d.cts +4 -0
- package/dist/components/icon/icons/Wallet.d.cts.map +1 -0
- package/dist/components/icon/icons/Wallet.d.mts +4 -0
- package/dist/components/icon/icons/Wallet.d.mts.map +1 -0
- package/dist/components/icon/icons/Wallet.mjs +8 -0
- package/dist/components/icon/icons/Wallet.mjs.map +1 -0
- package/dist/components/icon/icons/WalletCard.cjs +32 -0
- package/dist/components/icon/icons/WalletCard.cjs.map +1 -0
- package/dist/components/icon/icons/WalletCard.d.cts +4 -0
- package/dist/components/icon/icons/WalletCard.d.cts.map +1 -0
- package/dist/components/icon/icons/WalletCard.d.mts +4 -0
- package/dist/components/icon/icons/WalletCard.d.mts.map +1 -0
- package/dist/components/icon/icons/WalletCard.mjs +8 -0
- package/dist/components/icon/icons/WalletCard.mjs.map +1 -0
- package/dist/components/icon/icons/WalletMoney.cjs +32 -0
- package/dist/components/icon/icons/WalletMoney.cjs.map +1 -0
- package/dist/components/icon/icons/WalletMoney.d.cts +4 -0
- package/dist/components/icon/icons/WalletMoney.d.cts.map +1 -0
- package/dist/components/icon/icons/WalletMoney.d.mts +4 -0
- package/dist/components/icon/icons/WalletMoney.d.mts.map +1 -0
- package/dist/components/icon/icons/WalletMoney.mjs +8 -0
- package/dist/components/icon/icons/WalletMoney.mjs.map +1 -0
- package/dist/components/icon/icons/Warning.cjs +32 -0
- package/dist/components/icon/icons/Warning.cjs.map +1 -0
- package/dist/components/icon/icons/Warning.d.cts +4 -0
- package/dist/components/icon/icons/Warning.d.cts.map +1 -0
- package/dist/components/icon/icons/Warning.d.mts +4 -0
- package/dist/components/icon/icons/Warning.d.mts.map +1 -0
- package/dist/components/icon/icons/Warning.mjs +8 -0
- package/dist/components/icon/icons/Warning.mjs.map +1 -0
- package/dist/components/icon/icons/Wifi.cjs +32 -0
- package/dist/components/icon/icons/Wifi.cjs.map +1 -0
- package/dist/components/icon/icons/Wifi.d.cts +4 -0
- package/dist/components/icon/icons/Wifi.d.cts.map +1 -0
- package/dist/components/icon/icons/Wifi.d.mts +4 -0
- package/dist/components/icon/icons/Wifi.d.mts.map +1 -0
- package/dist/components/icon/icons/Wifi.mjs +8 -0
- package/dist/components/icon/icons/Wifi.mjs.map +1 -0
- package/dist/components/icon/icons/index.cjs +315 -0
- package/dist/components/icon/icons/index.cjs.map +1 -0
- package/dist/components/icon/icons/index.d.cts +159 -0
- package/dist/components/icon/icons/index.d.cts.map +1 -0
- package/dist/components/icon/icons/index.d.mts +159 -0
- package/dist/components/icon/icons/index.d.mts.map +1 -0
- package/dist/components/icon/icons/index.mjs +309 -0
- package/dist/components/icon/icons/index.mjs.map +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/index.cjs +78 -0
- package/dist/components/index.cjs.map +1 -0
- package/dist/components/index.d.cts +46 -0
- package/dist/components/index.d.cts.map +1 -0
- package/dist/components/index.d.mts +46 -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/jazzicon/Jazzicon.cjs +98 -0
- package/dist/components/jazzicon/Jazzicon.cjs.map +1 -0
- package/dist/components/jazzicon/Jazzicon.d.cts +7 -0
- package/dist/components/jazzicon/Jazzicon.d.cts.map +1 -0
- package/dist/components/jazzicon/Jazzicon.d.mts +7 -0
- package/dist/components/jazzicon/Jazzicon.d.mts.map +1 -0
- package/dist/components/jazzicon/Jazzicon.mjs +77 -0
- package/dist/components/jazzicon/Jazzicon.mjs.map +1 -0
- package/dist/components/jazzicon/Jazzicon.types.cjs +3 -0
- package/dist/components/jazzicon/Jazzicon.types.cjs.map +1 -0
- package/dist/components/jazzicon/Jazzicon.types.d.cts +16 -0
- package/dist/components/jazzicon/Jazzicon.types.d.cts.map +1 -0
- package/dist/components/jazzicon/Jazzicon.types.d.mts +16 -0
- package/dist/components/jazzicon/Jazzicon.types.d.mts.map +1 -0
- package/dist/components/jazzicon/Jazzicon.types.mjs +2 -0
- package/dist/components/jazzicon/Jazzicon.types.mjs.map +1 -0
- package/dist/components/jazzicon/Jazzicon.utilities.cjs +58 -0
- package/dist/components/jazzicon/Jazzicon.utilities.cjs.map +1 -0
- package/dist/components/jazzicon/Jazzicon.utilities.d.cts +15 -0
- package/dist/components/jazzicon/Jazzicon.utilities.d.cts.map +1 -0
- package/dist/components/jazzicon/Jazzicon.utilities.d.mts +15 -0
- package/dist/components/jazzicon/Jazzicon.utilities.d.mts.map +1 -0
- package/dist/components/jazzicon/Jazzicon.utilities.mjs +52 -0
- package/dist/components/jazzicon/Jazzicon.utilities.mjs.map +1 -0
- package/dist/components/jazzicon/index.cjs +6 -0
- package/dist/components/jazzicon/index.cjs.map +1 -0
- package/dist/components/jazzicon/index.d.cts +3 -0
- package/dist/components/jazzicon/index.d.cts.map +1 -0
- package/dist/components/jazzicon/index.d.mts +3 -0
- package/dist/components/jazzicon/index.d.mts.map +1 -0
- package/dist/components/jazzicon/index.mjs +2 -0
- package/dist/components/jazzicon/index.mjs.map +1 -0
- package/dist/components/text/Text.cjs +20 -0
- package/dist/components/text/Text.cjs.map +1 -0
- package/dist/components/text/Text.constants.cjs +38 -0
- package/dist/components/text/Text.constants.cjs.map +1 -0
- package/dist/components/text/Text.constants.d.cts +6 -0
- package/dist/components/text/Text.constants.d.cts.map +1 -0
- package/dist/components/text/Text.constants.d.mts +6 -0
- package/dist/components/text/Text.constants.d.mts.map +1 -0
- package/dist/components/text/Text.constants.mjs +35 -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 +20 -0
- package/dist/components/text/Text.mjs.map +1 -0
- package/dist/components/text/Text.types.cjs +96 -0
- package/dist/components/text/Text.types.cjs.map +1 -0
- package/dist/components/text/Text.types.d.cts +151 -0
- package/dist/components/text/Text.types.d.cts.map +1 -0
- package/dist/components/text/Text.types.d.mts +151 -0
- package/dist/components/text/Text.types.d.mts.map +1 -0
- package/dist/components/text/Text.types.mjs +93 -0
- package/dist/components/text/Text.types.mjs.map +1 -0
- package/dist/components/text/index.cjs +14 -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/text-button/TextButton.cjs +49 -0
- package/dist/components/text-button/TextButton.cjs.map +1 -0
- package/dist/components/text-button/TextButton.d.cts +4 -0
- package/dist/components/text-button/TextButton.d.cts.map +1 -0
- package/dist/components/text-button/TextButton.d.mts +4 -0
- package/dist/components/text-button/TextButton.d.mts.map +1 -0
- package/dist/components/text-button/TextButton.mjs +50 -0
- package/dist/components/text-button/TextButton.mjs.map +1 -0
- package/dist/components/text-button/TextButton.types.cjs +3 -0
- package/dist/components/text-button/TextButton.types.cjs.map +1 -0
- package/dist/components/text-button/TextButton.types.d.cts +35 -0
- package/dist/components/text-button/TextButton.types.d.cts.map +1 -0
- package/dist/components/text-button/TextButton.types.d.mts +35 -0
- package/dist/components/text-button/TextButton.types.d.mts.map +1 -0
- package/dist/components/text-button/TextButton.types.mjs +2 -0
- package/dist/components/text-button/TextButton.types.mjs.map +1 -0
- package/dist/components/text-button/index.cjs +6 -0
- package/dist/components/text-button/index.cjs.map +1 -0
- package/dist/components/text-button/index.d.cts +3 -0
- package/dist/components/text-button/index.d.cts.map +1 -0
- package/dist/components/text-button/index.d.mts +3 -0
- package/dist/components/text-button/index.d.mts.map +1 -0
- package/dist/components/text-button/index.mjs +2 -0
- package/dist/components/text-button/index.mjs.map +1 -0
- package/dist/index.cjs +15 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types/make-props-optional.cjs +3 -0
- package/dist/types/make-props-optional.cjs.map +1 -0
- package/dist/types/make-props-optional.d.cts +4 -0
- package/dist/types/make-props-optional.d.cts.map +1 -0
- package/dist/types/make-props-optional.d.mts +4 -0
- package/dist/types/make-props-optional.d.mts.map +1 -0
- package/dist/types/make-props-optional.mjs +2 -0
- package/dist/types/make-props-optional.mjs.map +1 -0
- package/dist/utils/tw-merge.cjs +67 -0
- package/dist/utils/tw-merge.cjs.map +1 -0
- package/dist/utils/tw-merge.d.cts +13 -0
- package/dist/utils/tw-merge.d.cts.map +1 -0
- package/dist/utils/tw-merge.d.mts +13 -0
- package/dist/utils/tw-merge.d.mts.map +1 -0
- package/dist/utils/tw-merge.mjs +64 -0
- package/dist/utils/tw-merge.mjs.map +1 -0
- package/package.json +29 -12
- package/dist/Button.cjs +0 -10
- package/dist/Button.cjs.map +0 -1
- package/dist/Button.d.cts +0 -7
- package/dist/Button.d.cts.map +0 -1
- package/dist/Button.d.mts +0 -7
- package/dist/Button.d.mts.map +0 -1
- package/dist/Button.mjs +0 -10
- package/dist/Button.mjs.map +0 -1
- package/dist/Button.test.cjs +0 -29
- package/dist/Button.test.cjs.map +0 -1
- package/dist/Button.test.d.cts +0 -2
- package/dist/Button.test.d.cts.map +0 -1
- package/dist/Button.test.d.mts +0 -2
- package/dist/Button.test.d.mts.map +0 -1
- package/dist/Button.test.mjs +0 -32
- package/dist/Button.test.mjs.map +0 -1
- package/dist/Text.cjs +0 -40
- package/dist/Text.cjs.map +0 -1
- package/dist/Text.d.cts +0 -19
- package/dist/Text.d.cts.map +0 -1
- package/dist/Text.d.mts +0 -19
- package/dist/Text.d.mts.map +0 -1
- package/dist/Text.mjs +0 -40
- package/dist/Text.mjs.map +0 -1
- package/dist/Text.test.cjs +0 -23
- package/dist/Text.test.cjs.map +0 -1
- package/dist/Text.test.d.cts +0 -2
- package/dist/Text.test.d.cts.map +0 -1
- package/dist/Text.test.d.mts +0 -2
- package/dist/Text.test.d.mts.map +0 -1
- package/dist/Text.test.mjs +0 -26
- package/dist/Text.test.mjs.map +0 -1
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export type TextProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Optional prop for inline styles
|
|
5
|
+
*/
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
/**
|
|
8
|
+
* Optional prop to change the font size of the component. The Text component uses responsive font sizes.
|
|
9
|
+
* Different variants map to specific HTML elements by default.
|
|
10
|
+
* @default TextVariant.BodyMd
|
|
11
|
+
*/
|
|
12
|
+
variant?: TextVariant;
|
|
13
|
+
/**
|
|
14
|
+
* The text content or elements to be rendered within the component.
|
|
15
|
+
*/
|
|
16
|
+
children: React.ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* Optional prop for additional CSS classes to be applied to the Text component.
|
|
19
|
+
*/
|
|
20
|
+
className?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Optional prop to control the font weight of the text.
|
|
23
|
+
* - Regular: 400
|
|
24
|
+
* - Medium: 500
|
|
25
|
+
* - Bold: 700
|
|
26
|
+
*/
|
|
27
|
+
fontWeight?: FontWeight;
|
|
28
|
+
/**
|
|
29
|
+
* Optional prop to control the font style of the text.
|
|
30
|
+
* Options: Normal, Italic
|
|
31
|
+
*/
|
|
32
|
+
fontStyle?: FontStyle;
|
|
33
|
+
/**
|
|
34
|
+
* Optional prop to apply text transformation to the content.
|
|
35
|
+
* Options: Uppercase, Lowercase, Capitalize, Normal
|
|
36
|
+
*/
|
|
37
|
+
textTransform?: TextTransform;
|
|
38
|
+
/**
|
|
39
|
+
* Optional prop to control the text alignment within its container.
|
|
40
|
+
* Options: Left, Center, Right, Justify
|
|
41
|
+
*/
|
|
42
|
+
textAlign?: TextAlign;
|
|
43
|
+
/**
|
|
44
|
+
* Optional prop to determine how text should wrap when it reaches the edge of its container.
|
|
45
|
+
* Options: BreakWord, Anywhere, Normal
|
|
46
|
+
*/
|
|
47
|
+
overflowWrap?: OverflowWrap;
|
|
48
|
+
/**
|
|
49
|
+
* Optional prop that when true, adds an ellipsis (...) when text overflows its container.
|
|
50
|
+
* @default false
|
|
51
|
+
*/
|
|
52
|
+
ellipsis?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Optional boolean that determines if the component should merge its props onto its immediate child
|
|
55
|
+
* instead of rendering a default DOM element.
|
|
56
|
+
* @default false
|
|
57
|
+
*/
|
|
58
|
+
asChild?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Optional prop that sets the color of the text using predefined theme colors.
|
|
61
|
+
* @default TextColor.TextDefault
|
|
62
|
+
*/
|
|
63
|
+
color?: TextColor;
|
|
64
|
+
/**
|
|
65
|
+
* Optional prop for testing purposes
|
|
66
|
+
*/
|
|
67
|
+
'data-testid'?: string;
|
|
68
|
+
};
|
|
69
|
+
export declare enum TextVariant {
|
|
70
|
+
DisplayLg = "display-lg",
|
|
71
|
+
DisplayMd = "display-md",
|
|
72
|
+
HeadingLg = "heading-lg",
|
|
73
|
+
HeadingMd = "heading-md",
|
|
74
|
+
HeadingSm = "heading-sm",
|
|
75
|
+
BodyLg = "body-lg",
|
|
76
|
+
BodyMd = "body-md",
|
|
77
|
+
BodySm = "body-sm",
|
|
78
|
+
BodyXs = "body-xs"
|
|
79
|
+
}
|
|
80
|
+
export declare enum TextColor {
|
|
81
|
+
/** For default neutral text. */
|
|
82
|
+
TextDefault = "text-default",
|
|
83
|
+
/** For softer contrast neutral text */
|
|
84
|
+
TextAlternative = "text-alternative",
|
|
85
|
+
/** For the softest contrast neutral text (not accessible) */
|
|
86
|
+
TextMuted = "text-muted",
|
|
87
|
+
/** For elements used on top of overlay/alternative. Used for text, icon or border */
|
|
88
|
+
OverlayInverse = "text-overlay-inverse",
|
|
89
|
+
/** For interactive, active, and selected semantics. Used for text, background, icon or border */
|
|
90
|
+
PrimaryDefault = "text-primary-default",
|
|
91
|
+
/** For elements used on top of primary/default. Used for text, icon or border */
|
|
92
|
+
PrimaryInverse = "text-primary-inverse",
|
|
93
|
+
/** For the critical alert semantic elements. Used for text, background, icon or border */
|
|
94
|
+
ErrorDefault = "text-error-default",
|
|
95
|
+
/** For the stronger contrast error semantic elements. */
|
|
96
|
+
ErrorAlternative = "text-error-alternative",
|
|
97
|
+
/** For elements used on top of error/default. Used for text, icon or border */
|
|
98
|
+
ErrorInverse = "text-error-inverse",
|
|
99
|
+
/** For the positive semantic elements. Used for text, background, icon or border */
|
|
100
|
+
SuccessDefault = "text-success-default",
|
|
101
|
+
/** For elements used on top of success/default. Used for text, icon or border */
|
|
102
|
+
SuccessInverse = "text-success-inverse",
|
|
103
|
+
/** For the caution alert semantic elements. Used for text, background, icon or border */
|
|
104
|
+
WarningDefault = "text-warning-default",
|
|
105
|
+
/** For elements used on top of warning/default. Used for text, icon or border */
|
|
106
|
+
WarningInverse = "text-warning-inverse",
|
|
107
|
+
/** For informational read-only elements. Used for text, background, icon or border */
|
|
108
|
+
InfoDefault = "text-info-default",
|
|
109
|
+
/** For elements used on top of info/default. Used for text, icon or border */
|
|
110
|
+
InfoInverse = "text-info-inverse",
|
|
111
|
+
/** Inherit the color of the parent element */
|
|
112
|
+
Inherit = "text-inherit",
|
|
113
|
+
/** Make the text color transparent */
|
|
114
|
+
Transparent = "text-transparent"
|
|
115
|
+
}
|
|
116
|
+
export declare enum TextAlign {
|
|
117
|
+
Left = "text-left",
|
|
118
|
+
Center = "text-center",
|
|
119
|
+
Right = "text-right",
|
|
120
|
+
Justify = "text-justify"
|
|
121
|
+
}
|
|
122
|
+
export declare enum FontWeight {
|
|
123
|
+
/**
|
|
124
|
+
* Weight - 700
|
|
125
|
+
*/
|
|
126
|
+
Bold = "font-bold",
|
|
127
|
+
/**
|
|
128
|
+
* Weight - 500
|
|
129
|
+
*/
|
|
130
|
+
Medium = "font-medium",
|
|
131
|
+
/**
|
|
132
|
+
* Weight - 400
|
|
133
|
+
*/
|
|
134
|
+
Regular = "font-regular"
|
|
135
|
+
}
|
|
136
|
+
export declare enum OverflowWrap {
|
|
137
|
+
BreakWord = "break-words",
|
|
138
|
+
Anywhere = "break-all",
|
|
139
|
+
Normal = "break-normal"
|
|
140
|
+
}
|
|
141
|
+
export declare enum FontStyle {
|
|
142
|
+
Italic = "italic",
|
|
143
|
+
Normal = "not-italic"
|
|
144
|
+
}
|
|
145
|
+
export declare enum TextTransform {
|
|
146
|
+
Uppercase = "uppercase",
|
|
147
|
+
Lowercase = "lowercase",
|
|
148
|
+
Capitalize = "capitalize",
|
|
149
|
+
Normal = "normal-case"
|
|
150
|
+
}
|
|
151
|
+
//# sourceMappingURL=Text.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.types.d.mts","sourceRoot":"","sources":["../../../src/components/text/Text.types.ts"],"names":[],"mappings":";AAAA,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,oBAAY,WAAW;IAErB,SAAS,eAAe;IACxB,SAAS,eAAe;IAGxB,SAAS,eAAe;IACxB,SAAS,eAAe;IACxB,SAAS,eAAe;IAGxB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;CACnB;AAED,oBAAY,SAAS;IACnB,gCAAgC;IAChC,WAAW,iBAAiB;IAC5B,uCAAuC;IACvC,eAAe,qBAAqB;IACpC,6DAA6D;IAC7D,SAAS,eAAe;IACxB,qFAAqF;IACrF,cAAc,yBAAyB;IACvC,iGAAiG;IACjG,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,0FAA0F;IAC1F,YAAY,uBAAuB;IACnC,yDAAyD;IACzD,gBAAgB,2BAA2B;IAC3C,+EAA+E;IAC/E,YAAY,uBAAuB;IACnC,oFAAoF;IACpF,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,yFAAyF;IACzF,cAAc,yBAAyB;IACvC,iFAAiF;IACjF,cAAc,yBAAyB;IACvC,sFAAsF;IACtF,WAAW,sBAAsB;IACjC,8EAA8E;IAC9E,WAAW,sBAAsB;IACjC,8CAA8C;IAC9C,OAAO,iBAAiB;IACxB,sCAAsC;IACtC,WAAW,qBAAqB;CACjC;AAED,oBAAY,SAAS;IACnB,IAAI,cAAc;IAClB,MAAM,gBAAgB;IACtB,KAAK,eAAe;IACpB,OAAO,iBAAiB;CACzB;AAED,oBAAY,UAAU;IACpB;;OAEG;IACH,IAAI,cAAc;IAClB;;OAEG;IACH,MAAM,gBAAgB;IACtB;;OAEG;IACH,OAAO,iBAAiB;CACzB;AAED,oBAAY,YAAY;IACtB,SAAS,gBAAgB;IACzB,QAAQ,cAAc;IACtB,MAAM,iBAAiB;CACxB;AAED,oBAAY,SAAS;IACnB,MAAM,WAAW;IACjB,MAAM,eAAe;CACtB;AAED,oBAAY,aAAa;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,MAAM,gBAAgB;CACvB"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
export var TextVariant;
|
|
2
|
+
(function (TextVariant) {
|
|
3
|
+
// Display Sizes
|
|
4
|
+
TextVariant["DisplayLg"] = "display-lg";
|
|
5
|
+
TextVariant["DisplayMd"] = "display-md";
|
|
6
|
+
// Heading Sizes
|
|
7
|
+
TextVariant["HeadingLg"] = "heading-lg";
|
|
8
|
+
TextVariant["HeadingMd"] = "heading-md";
|
|
9
|
+
TextVariant["HeadingSm"] = "heading-sm";
|
|
10
|
+
// Font Sizes
|
|
11
|
+
TextVariant["BodyLg"] = "body-lg";
|
|
12
|
+
TextVariant["BodyMd"] = "body-md";
|
|
13
|
+
TextVariant["BodySm"] = "body-sm";
|
|
14
|
+
TextVariant["BodyXs"] = "body-xs";
|
|
15
|
+
})(TextVariant || (TextVariant = {}));
|
|
16
|
+
export var TextColor;
|
|
17
|
+
(function (TextColor) {
|
|
18
|
+
/** For default neutral text. */
|
|
19
|
+
TextColor["TextDefault"] = "text-default";
|
|
20
|
+
/** For softer contrast neutral text */
|
|
21
|
+
TextColor["TextAlternative"] = "text-alternative";
|
|
22
|
+
/** For the softest contrast neutral text (not accessible) */
|
|
23
|
+
TextColor["TextMuted"] = "text-muted";
|
|
24
|
+
/** For elements used on top of overlay/alternative. Used for text, icon or border */
|
|
25
|
+
TextColor["OverlayInverse"] = "text-overlay-inverse";
|
|
26
|
+
/** For interactive, active, and selected semantics. Used for text, background, icon or border */
|
|
27
|
+
TextColor["PrimaryDefault"] = "text-primary-default";
|
|
28
|
+
/** For elements used on top of primary/default. Used for text, icon or border */
|
|
29
|
+
TextColor["PrimaryInverse"] = "text-primary-inverse";
|
|
30
|
+
/** For the critical alert semantic elements. Used for text, background, icon or border */
|
|
31
|
+
TextColor["ErrorDefault"] = "text-error-default";
|
|
32
|
+
/** For the stronger contrast error semantic elements. */
|
|
33
|
+
TextColor["ErrorAlternative"] = "text-error-alternative";
|
|
34
|
+
/** For elements used on top of error/default. Used for text, icon or border */
|
|
35
|
+
TextColor["ErrorInverse"] = "text-error-inverse";
|
|
36
|
+
/** For the positive semantic elements. Used for text, background, icon or border */
|
|
37
|
+
TextColor["SuccessDefault"] = "text-success-default";
|
|
38
|
+
/** For elements used on top of success/default. Used for text, icon or border */
|
|
39
|
+
TextColor["SuccessInverse"] = "text-success-inverse";
|
|
40
|
+
/** For the caution alert semantic elements. Used for text, background, icon or border */
|
|
41
|
+
TextColor["WarningDefault"] = "text-warning-default";
|
|
42
|
+
/** For elements used on top of warning/default. Used for text, icon or border */
|
|
43
|
+
TextColor["WarningInverse"] = "text-warning-inverse";
|
|
44
|
+
/** For informational read-only elements. Used for text, background, icon or border */
|
|
45
|
+
TextColor["InfoDefault"] = "text-info-default";
|
|
46
|
+
/** For elements used on top of info/default. Used for text, icon or border */
|
|
47
|
+
TextColor["InfoInverse"] = "text-info-inverse";
|
|
48
|
+
/** Inherit the color of the parent element */
|
|
49
|
+
TextColor["Inherit"] = "text-inherit";
|
|
50
|
+
/** Make the text color transparent */
|
|
51
|
+
TextColor["Transparent"] = "text-transparent";
|
|
52
|
+
})(TextColor || (TextColor = {}));
|
|
53
|
+
export var TextAlign;
|
|
54
|
+
(function (TextAlign) {
|
|
55
|
+
TextAlign["Left"] = "text-left";
|
|
56
|
+
TextAlign["Center"] = "text-center";
|
|
57
|
+
TextAlign["Right"] = "text-right";
|
|
58
|
+
TextAlign["Justify"] = "text-justify";
|
|
59
|
+
})(TextAlign || (TextAlign = {}));
|
|
60
|
+
export var FontWeight;
|
|
61
|
+
(function (FontWeight) {
|
|
62
|
+
/**
|
|
63
|
+
* Weight - 700
|
|
64
|
+
*/
|
|
65
|
+
FontWeight["Bold"] = "font-bold";
|
|
66
|
+
/**
|
|
67
|
+
* Weight - 500
|
|
68
|
+
*/
|
|
69
|
+
FontWeight["Medium"] = "font-medium";
|
|
70
|
+
/**
|
|
71
|
+
* Weight - 400
|
|
72
|
+
*/
|
|
73
|
+
FontWeight["Regular"] = "font-regular";
|
|
74
|
+
})(FontWeight || (FontWeight = {}));
|
|
75
|
+
export var OverflowWrap;
|
|
76
|
+
(function (OverflowWrap) {
|
|
77
|
+
OverflowWrap["BreakWord"] = "break-words";
|
|
78
|
+
OverflowWrap["Anywhere"] = "break-all";
|
|
79
|
+
OverflowWrap["Normal"] = "break-normal";
|
|
80
|
+
})(OverflowWrap || (OverflowWrap = {}));
|
|
81
|
+
export var FontStyle;
|
|
82
|
+
(function (FontStyle) {
|
|
83
|
+
FontStyle["Italic"] = "italic";
|
|
84
|
+
FontStyle["Normal"] = "not-italic";
|
|
85
|
+
})(FontStyle || (FontStyle = {}));
|
|
86
|
+
export var TextTransform;
|
|
87
|
+
(function (TextTransform) {
|
|
88
|
+
TextTransform["Uppercase"] = "uppercase";
|
|
89
|
+
TextTransform["Lowercase"] = "lowercase";
|
|
90
|
+
TextTransform["Capitalize"] = "capitalize";
|
|
91
|
+
TextTransform["Normal"] = "normal-case";
|
|
92
|
+
})(TextTransform || (TextTransform = {}));
|
|
93
|
+
//# sourceMappingURL=Text.types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.types.mjs","sourceRoot":"","sources":["../../../src/components/text/Text.types.ts"],"names":[],"mappings":"AAoEA,MAAM,CAAN,IAAY,WAeX;AAfD,WAAY,WAAW;IACrB,gBAAgB;IAChB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IAExB,gBAAgB;IAChB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IAExB,aAAa;IACb,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;AACpB,CAAC,EAfW,WAAW,KAAX,WAAW,QAetB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,gCAAgC;IAChC,yCAA4B,CAAA;IAC5B,uCAAuC;IACvC,iDAAoC,CAAA;IACpC,6DAA6D;IAC7D,qCAAwB,CAAA;IACxB,qFAAqF;IACrF,oDAAuC,CAAA;IACvC,iGAAiG;IACjG,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,0FAA0F;IAC1F,gDAAmC,CAAA;IACnC,yDAAyD;IACzD,wDAA2C,CAAA;IAC3C,+EAA+E;IAC/E,gDAAmC,CAAA;IACnC,oFAAoF;IACpF,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,yFAAyF;IACzF,oDAAuC,CAAA;IACvC,iFAAiF;IACjF,oDAAuC,CAAA;IACvC,sFAAsF;IACtF,8CAAiC,CAAA;IACjC,8EAA8E;IAC9E,8CAAiC,CAAA;IACjC,8CAA8C;IAC9C,qCAAwB,CAAA;IACxB,sCAAsC;IACtC,6CAAgC,CAAA;AAClC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB;AAED,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAAkB,CAAA;IAClB,mCAAsB,CAAA;IACtB,iCAAoB,CAAA;IACpB,qCAAwB,CAAA;AAC1B,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAED,MAAM,CAAN,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB;;OAEG;IACH,gCAAkB,CAAA;IAClB;;OAEG;IACH,oCAAsB,CAAA;IACtB;;OAEG;IACH,sCAAwB,CAAA;AAC1B,CAAC,EAbW,UAAU,KAAV,UAAU,QAarB;AAED,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,yCAAyB,CAAA;IACzB,sCAAsB,CAAA;IACtB,uCAAuB,CAAA;AACzB,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAED,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,kCAAqB,CAAA;AACvB,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAED,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,wCAAuB,CAAA;IACvB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,uCAAsB,CAAA;AACxB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB","sourcesContent":["export type TextProps = {\n /**\n * Optional prop for inline styles\n */\n style?: React.CSSProperties;\n /**\n * Optional prop to change the font size of the component. The Text component uses responsive font sizes.\n * Different variants map to specific HTML elements by default.\n * @default TextVariant.BodyMd\n */\n variant?: TextVariant;\n /**\n * The text content or elements to be rendered within the component.\n */\n children: React.ReactNode;\n /**\n * Optional prop for additional CSS classes to be applied to the Text component.\n */\n className?: string;\n /**\n * Optional prop to control the font weight of the text.\n * - Regular: 400\n * - Medium: 500\n * - Bold: 700\n */\n fontWeight?: FontWeight;\n /**\n * Optional prop to control the font style of the text.\n * Options: Normal, Italic\n */\n fontStyle?: FontStyle;\n /**\n * Optional prop to apply text transformation to the content.\n * Options: Uppercase, Lowercase, Capitalize, Normal\n */\n textTransform?: TextTransform;\n /**\n * Optional prop to control the text alignment within its container.\n * Options: Left, Center, Right, Justify\n */\n textAlign?: TextAlign;\n /**\n * Optional prop to determine how text should wrap when it reaches the edge of its container.\n * Options: BreakWord, Anywhere, Normal\n */\n overflowWrap?: OverflowWrap;\n /**\n * Optional prop that when true, adds an ellipsis (...) when text overflows its container.\n * @default false\n */\n ellipsis?: boolean;\n /**\n * Optional boolean that determines if the component should merge its props onto its immediate child\n * instead of rendering a default DOM element.\n * @default false\n */\n asChild?: boolean;\n /**\n * Optional prop that sets the color of the text using predefined theme colors.\n * @default TextColor.TextDefault\n */\n color?: TextColor;\n /**\n * Optional prop for testing purposes\n */\n 'data-testid'?: string;\n};\n\nexport enum TextVariant {\n // Display Sizes\n DisplayLg = 'display-lg',\n DisplayMd = 'display-md',\n\n // Heading Sizes\n HeadingLg = 'heading-lg',\n HeadingMd = 'heading-md',\n HeadingSm = 'heading-sm',\n\n // Font Sizes\n BodyLg = 'body-lg',\n BodyMd = 'body-md',\n BodySm = 'body-sm',\n BodyXs = 'body-xs',\n}\n\nexport enum TextColor {\n /** For default neutral text. */\n TextDefault = 'text-default',\n /** For softer contrast neutral text */\n TextAlternative = 'text-alternative',\n /** For the softest contrast neutral text (not accessible) */\n TextMuted = 'text-muted',\n /** For elements used on top of overlay/alternative. Used for text, icon or border */\n OverlayInverse = 'text-overlay-inverse',\n /** For interactive, active, and selected semantics. Used for text, background, icon or border */\n PrimaryDefault = 'text-primary-default',\n /** For elements used on top of primary/default. Used for text, icon or border */\n PrimaryInverse = 'text-primary-inverse',\n /** For the critical alert semantic elements. Used for text, background, icon or border */\n ErrorDefault = 'text-error-default',\n /** For the stronger contrast error semantic elements. */\n ErrorAlternative = 'text-error-alternative',\n /** For elements used on top of error/default. Used for text, icon or border */\n ErrorInverse = 'text-error-inverse',\n /** For the positive semantic elements. Used for text, background, icon or border */\n SuccessDefault = 'text-success-default',\n /** For elements used on top of success/default. Used for text, icon or border */\n SuccessInverse = 'text-success-inverse',\n /** For the caution alert semantic elements. Used for text, background, icon or border */\n WarningDefault = 'text-warning-default',\n /** For elements used on top of warning/default. Used for text, icon or border */\n WarningInverse = 'text-warning-inverse',\n /** For informational read-only elements. Used for text, background, icon or border */\n InfoDefault = 'text-info-default',\n /** For elements used on top of info/default. Used for text, icon or border */\n InfoInverse = 'text-info-inverse',\n /** Inherit the color of the parent element */\n Inherit = 'text-inherit',\n /** Make the text color transparent */\n Transparent = 'text-transparent',\n}\n\nexport enum TextAlign {\n Left = 'text-left',\n Center = 'text-center',\n Right = 'text-right',\n Justify = 'text-justify',\n}\n\nexport enum FontWeight {\n /**\n * Weight - 700\n */\n Bold = 'font-bold',\n /**\n * Weight - 500\n */\n Medium = 'font-medium',\n /**\n * Weight - 400\n */\n Regular = 'font-regular',\n}\n\nexport enum OverflowWrap {\n BreakWord = 'break-words',\n Anywhere = 'break-all',\n Normal = 'break-normal',\n}\n\nexport enum FontStyle {\n Italic = 'italic',\n Normal = 'not-italic',\n}\n\nexport enum TextTransform {\n Uppercase = 'uppercase',\n Lowercase = 'lowercase',\n Capitalize = 'capitalize',\n Normal = 'normal-case',\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OverflowWrap = exports.TextTransform = exports.FontStyle = exports.FontWeight = exports.TextAlign = exports.TextColor = exports.TextVariant = exports.Text = void 0;
|
|
4
|
+
var Text_1 = require("./Text.cjs");
|
|
5
|
+
Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return Text_1.Text; } });
|
|
6
|
+
var Text_types_1 = require("./Text.types.cjs");
|
|
7
|
+
Object.defineProperty(exports, "TextVariant", { enumerable: true, get: function () { return Text_types_1.TextVariant; } });
|
|
8
|
+
Object.defineProperty(exports, "TextColor", { enumerable: true, get: function () { return Text_types_1.TextColor; } });
|
|
9
|
+
Object.defineProperty(exports, "TextAlign", { enumerable: true, get: function () { return Text_types_1.TextAlign; } });
|
|
10
|
+
Object.defineProperty(exports, "FontWeight", { enumerable: true, get: function () { return Text_types_1.FontWeight; } });
|
|
11
|
+
Object.defineProperty(exports, "FontStyle", { enumerable: true, get: function () { return Text_types_1.FontStyle; } });
|
|
12
|
+
Object.defineProperty(exports, "TextTransform", { enumerable: true, get: function () { return Text_types_1.TextTransform; } });
|
|
13
|
+
Object.defineProperty(exports, "OverflowWrap", { enumerable: true, get: function () { return Text_types_1.OverflowWrap; } });
|
|
14
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/text/index.ts"],"names":[],"mappings":";;;AAAA,mCAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,+CAQsB;AAPpB,yGAAA,WAAW,OAAA;AACX,uGAAA,SAAS,OAAA;AACT,uGAAA,SAAS,OAAA;AACT,wGAAA,UAAU,OAAA;AACV,uGAAA,SAAS,OAAA;AACT,2GAAA,aAAa,OAAA;AACb,0GAAA,YAAY,OAAA","sourcesContent":["export { Text } from './Text';\nexport {\n TextVariant,\n TextColor,\n TextAlign,\n FontWeight,\n FontStyle,\n TextTransform,\n OverflowWrap,\n} from './Text.types';\nexport type { TextProps } from './Text.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/text/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,mBAAe;AAC9B,OAAO,EACL,WAAW,EACX,SAAS,EACT,SAAS,EACT,UAAU,EACV,SAAS,EACT,aAAa,EACb,YAAY,GACb,yBAAqB;AACtB,YAAY,EAAE,SAAS,EAAE,yBAAqB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/text/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,mBAAe;AAC9B,OAAO,EACL,WAAW,EACX,SAAS,EACT,SAAS,EACT,UAAU,EACV,SAAS,EACT,aAAa,EACb,YAAY,GACb,yBAAqB;AACtB,YAAY,EAAE,SAAS,EAAE,yBAAqB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/text/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,mBAAe;AAC9B,OAAO,EACL,WAAW,EACX,SAAS,EACT,SAAS,EACT,UAAU,EACV,SAAS,EACT,aAAa,EACb,YAAY,EACb,yBAAqB","sourcesContent":["export { Text } from './Text';\nexport {\n TextVariant,\n TextColor,\n TextAlign,\n FontWeight,\n FontStyle,\n TextTransform,\n OverflowWrap,\n} from './Text.types';\nexport type { TextProps } from './Text.types';\n"]}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.TextButton = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const tw_merge_1 = require("../../utils/tw-merge.cjs");
|
|
9
|
+
const button_base_1 = require("../button-base/index.cjs");
|
|
10
|
+
const text_1 = require("../text/index.cjs");
|
|
11
|
+
exports.TextButton = react_1.default.forwardRef(({ className, isInverse, isDisabled, isLoading, textVariant = text_1.TextVariant.BodyMd, textProps, ...props }, ref) => {
|
|
12
|
+
const isInteractive = !(isDisabled ?? isLoading);
|
|
13
|
+
const mergedClassName = (0, tw_merge_1.twMerge)(
|
|
14
|
+
// Reset padding, height and animations
|
|
15
|
+
'px-0 h-auto bg-transparent rounded-none', 'transform-none transition-none active:scale-100',
|
|
16
|
+
// Default text button styles
|
|
17
|
+
!isInverse && [
|
|
18
|
+
'text-primary-default',
|
|
19
|
+
// Loading state uses pressed color
|
|
20
|
+
isLoading && 'text-primary-default-pressed',
|
|
21
|
+
],
|
|
22
|
+
// Inverse styles
|
|
23
|
+
isInverse && [
|
|
24
|
+
'text-primary-inverse',
|
|
25
|
+
// Loading state uses pressed color
|
|
26
|
+
isLoading && 'text-primary-inverse',
|
|
27
|
+
],
|
|
28
|
+
// Hover/Active states - only applied when interactive
|
|
29
|
+
isInteractive && [
|
|
30
|
+
!isInverse && [
|
|
31
|
+
'hover:bg-hover hover:text-primary-default-hover hover:underline hover:decoration-2 hover:underline-offset-4 hover:decoration-primary-default-hover',
|
|
32
|
+
'active:bg-pressed active:text-primary-default-pressed active:decoration-primary-default-pressed',
|
|
33
|
+
],
|
|
34
|
+
isInverse && [
|
|
35
|
+
'hover:bg-hover hover:text-primary-inverse hover:underline hover:decoration-2 hover:underline-offset-4 hover:decoration-primary-inverse',
|
|
36
|
+
'active:bg-pressed active:text-primary-inverse active:decoration-primary-inverse',
|
|
37
|
+
],
|
|
38
|
+
],
|
|
39
|
+
// Loading styles
|
|
40
|
+
isLoading && 'cursor-not-allowed',
|
|
41
|
+
// Disabled styles (but not loading)
|
|
42
|
+
isDisabled && !isLoading && ['opacity-50', 'cursor-not-allowed'], className);
|
|
43
|
+
return (react_1.default.createElement(button_base_1.ButtonBase, { ref: ref, className: mergedClassName, isDisabled: isDisabled, isLoading: isLoading, textProps: {
|
|
44
|
+
variant: textVariant,
|
|
45
|
+
...textProps,
|
|
46
|
+
}, ...props }));
|
|
47
|
+
});
|
|
48
|
+
exports.TextButton.displayName = 'TextButton';
|
|
49
|
+
//# sourceMappingURL=TextButton.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.cjs","sourceRoot":"","sources":["../../../src/components/text-button/TextButton.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAE1B,uDAA+C;AAC/C,0DAA4C;AAC5C,4CAAsC;AAGzB,QAAA,UAAU,GAAG,eAAK,CAAC,UAAU,CACxC,CACE,EACE,SAAS,EACT,SAAS,EACT,UAAU,EACV,SAAS,EACT,WAAW,GAAG,kBAAW,CAAC,MAAM,EAChC,SAAS,EACT,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,aAAa,GAAG,CAAC,CAAC,UAAU,IAAI,SAAS,CAAC,CAAC;IAEjD,MAAM,eAAe,GAAG,IAAA,kBAAO;IAC7B,uCAAuC;IACvC,yCAAyC,EACzC,iDAAiD;IACjD,6BAA6B;IAC7B,CAAC,SAAS,IAAI;QACZ,sBAAsB;QACtB,mCAAmC;QACnC,SAAS,IAAI,8BAA8B;KAC5C;IACD,iBAAiB;IACjB,SAAS,IAAI;QACX,sBAAsB;QACtB,mCAAmC;QACnC,SAAS,IAAI,sBAAsB;KACpC;IACD,sDAAsD;IACtD,aAAa,IAAI;QACf,CAAC,SAAS,IAAI;YACZ,oJAAoJ;YACpJ,iGAAiG;SAClG;QACD,SAAS,IAAI;YACX,wIAAwI;YACxI,iFAAiF;SAClF;KACF;IACD,iBAAiB;IACjB,SAAS,IAAI,oBAAoB;IACjC,oCAAoC;IACpC,UAAU,IAAI,CAAC,SAAS,IAAI,CAAC,YAAY,EAAE,oBAAoB,CAAC,EAChE,SAAS,CACV,CAAC;IAEF,OAAO,CACL,8BAAC,wBAAU,IACT,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,eAAe,EAC1B,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE;YACT,OAAO,EAAE,WAAW;YACpB,GAAG,SAAS;SACb,KACG,KAAK,GACT,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,kBAAU,CAAC,WAAW,GAAG,YAAY,CAAC","sourcesContent":["import React from 'react';\n\nimport { twMerge } from '../../utils/tw-merge';\nimport { ButtonBase } from '../button-base';\nimport { TextVariant } from '../text';\nimport type { TextButtonProps } from './TextButton.types';\n\nexport const TextButton = React.forwardRef<HTMLButtonElement, TextButtonProps>(\n (\n {\n className,\n isInverse,\n isDisabled,\n isLoading,\n textVariant = TextVariant.BodyMd,\n textProps,\n ...props\n },\n ref,\n ) => {\n const isInteractive = !(isDisabled ?? isLoading);\n\n const mergedClassName = twMerge(\n // Reset padding, height and animations\n 'px-0 h-auto bg-transparent rounded-none',\n 'transform-none transition-none active:scale-100',\n // Default text button styles\n !isInverse && [\n 'text-primary-default',\n // Loading state uses pressed color\n isLoading && 'text-primary-default-pressed',\n ],\n // Inverse styles\n isInverse && [\n 'text-primary-inverse',\n // Loading state uses pressed color\n isLoading && 'text-primary-inverse',\n ],\n // Hover/Active states - only applied when interactive\n isInteractive && [\n !isInverse && [\n 'hover:bg-hover hover:text-primary-default-hover hover:underline hover:decoration-2 hover:underline-offset-4 hover:decoration-primary-default-hover',\n 'active:bg-pressed active:text-primary-default-pressed active:decoration-primary-default-pressed',\n ],\n isInverse && [\n 'hover:bg-hover hover:text-primary-inverse hover:underline hover:decoration-2 hover:underline-offset-4 hover:decoration-primary-inverse',\n 'active:bg-pressed active:text-primary-inverse active:decoration-primary-inverse',\n ],\n ],\n // Loading styles\n isLoading && 'cursor-not-allowed',\n // Disabled styles (but not loading)\n isDisabled && !isLoading && ['opacity-50', 'cursor-not-allowed'],\n className,\n );\n\n return (\n <ButtonBase\n ref={ref}\n className={mergedClassName}\n isDisabled={isDisabled}\n isLoading={isLoading}\n textProps={{\n variant: textVariant,\n ...textProps,\n }}\n {...props}\n />\n );\n },\n);\n\nTextButton.displayName = 'TextButton';\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { TextButtonProps } from "./TextButton.types.cjs";
|
|
3
|
+
export declare const TextButton: React.ForwardRefExoticComponent<Omit<TextButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
//# sourceMappingURL=TextButton.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.d.cts","sourceRoot":"","sources":["../../../src/components/text-button/TextButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAK1B,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAE1D,eAAO,MAAM,UAAU,wGA+DtB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { TextButtonProps } from "./TextButton.types.mjs";
|
|
3
|
+
export declare const TextButton: React.ForwardRefExoticComponent<Omit<TextButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
//# sourceMappingURL=TextButton.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.d.mts","sourceRoot":"","sources":["../../../src/components/text-button/TextButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAK1B,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAE1D,eAAO,MAAM,UAAU,wGA+DtB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import $React from "react";
|
|
8
|
+
const React = $importDefault($React);
|
|
9
|
+
import { twMerge } from "../../utils/tw-merge.mjs";
|
|
10
|
+
import { ButtonBase } from "../button-base/index.mjs";
|
|
11
|
+
import { TextVariant } from "../text/index.mjs";
|
|
12
|
+
export const TextButton = React.forwardRef(({ className, isInverse, isDisabled, isLoading, textVariant = TextVariant.BodyMd, textProps, ...props }, ref) => {
|
|
13
|
+
const isInteractive = !(isDisabled ?? isLoading);
|
|
14
|
+
const mergedClassName = twMerge(
|
|
15
|
+
// Reset padding, height and animations
|
|
16
|
+
'px-0 h-auto bg-transparent rounded-none', 'transform-none transition-none active:scale-100',
|
|
17
|
+
// Default text button styles
|
|
18
|
+
!isInverse && [
|
|
19
|
+
'text-primary-default',
|
|
20
|
+
// Loading state uses pressed color
|
|
21
|
+
isLoading && 'text-primary-default-pressed',
|
|
22
|
+
],
|
|
23
|
+
// Inverse styles
|
|
24
|
+
isInverse && [
|
|
25
|
+
'text-primary-inverse',
|
|
26
|
+
// Loading state uses pressed color
|
|
27
|
+
isLoading && 'text-primary-inverse',
|
|
28
|
+
],
|
|
29
|
+
// Hover/Active states - only applied when interactive
|
|
30
|
+
isInteractive && [
|
|
31
|
+
!isInverse && [
|
|
32
|
+
'hover:bg-hover hover:text-primary-default-hover hover:underline hover:decoration-2 hover:underline-offset-4 hover:decoration-primary-default-hover',
|
|
33
|
+
'active:bg-pressed active:text-primary-default-pressed active:decoration-primary-default-pressed',
|
|
34
|
+
],
|
|
35
|
+
isInverse && [
|
|
36
|
+
'hover:bg-hover hover:text-primary-inverse hover:underline hover:decoration-2 hover:underline-offset-4 hover:decoration-primary-inverse',
|
|
37
|
+
'active:bg-pressed active:text-primary-inverse active:decoration-primary-inverse',
|
|
38
|
+
],
|
|
39
|
+
],
|
|
40
|
+
// Loading styles
|
|
41
|
+
isLoading && 'cursor-not-allowed',
|
|
42
|
+
// Disabled styles (but not loading)
|
|
43
|
+
isDisabled && !isLoading && ['opacity-50', 'cursor-not-allowed'], className);
|
|
44
|
+
return (React.createElement(ButtonBase, { ref: ref, className: mergedClassName, isDisabled: isDisabled, isLoading: isLoading, textProps: {
|
|
45
|
+
variant: textVariant,
|
|
46
|
+
...textProps,
|
|
47
|
+
}, ...props }));
|
|
48
|
+
});
|
|
49
|
+
TextButton.displayName = 'TextButton';
|
|
50
|
+
//# sourceMappingURL=TextButton.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.mjs","sourceRoot":"","sources":["../../../src/components/text-button/TextButton.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;AAE1B,OAAO,EAAE,OAAO,EAAE,iCAA6B;AAC/C,OAAO,EAAE,UAAU,EAAE,iCAAuB;AAC5C,OAAO,EAAE,WAAW,EAAE,0BAAgB;AAGtC,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CACxC,CACE,EACE,SAAS,EACT,SAAS,EACT,UAAU,EACV,SAAS,EACT,WAAW,GAAG,WAAW,CAAC,MAAM,EAChC,SAAS,EACT,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,aAAa,GAAG,CAAC,CAAC,UAAU,IAAI,SAAS,CAAC,CAAC;IAEjD,MAAM,eAAe,GAAG,OAAO;IAC7B,uCAAuC;IACvC,yCAAyC,EACzC,iDAAiD;IACjD,6BAA6B;IAC7B,CAAC,SAAS,IAAI;QACZ,sBAAsB;QACtB,mCAAmC;QACnC,SAAS,IAAI,8BAA8B;KAC5C;IACD,iBAAiB;IACjB,SAAS,IAAI;QACX,sBAAsB;QACtB,mCAAmC;QACnC,SAAS,IAAI,sBAAsB;KACpC;IACD,sDAAsD;IACtD,aAAa,IAAI;QACf,CAAC,SAAS,IAAI;YACZ,oJAAoJ;YACpJ,iGAAiG;SAClG;QACD,SAAS,IAAI;YACX,wIAAwI;YACxI,iFAAiF;SAClF;KACF;IACD,iBAAiB;IACjB,SAAS,IAAI,oBAAoB;IACjC,oCAAoC;IACpC,UAAU,IAAI,CAAC,SAAS,IAAI,CAAC,YAAY,EAAE,oBAAoB,CAAC,EAChE,SAAS,CACV,CAAC;IAEF,OAAO,CACL,oBAAC,UAAU,IACT,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,eAAe,EAC1B,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE;YACT,OAAO,EAAE,WAAW;YACpB,GAAG,SAAS;SACb,KACG,KAAK,GACT,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC","sourcesContent":["import React from 'react';\n\nimport { twMerge } from '../../utils/tw-merge';\nimport { ButtonBase } from '../button-base';\nimport { TextVariant } from '../text';\nimport type { TextButtonProps } from './TextButton.types';\n\nexport const TextButton = React.forwardRef<HTMLButtonElement, TextButtonProps>(\n (\n {\n className,\n isInverse,\n isDisabled,\n isLoading,\n textVariant = TextVariant.BodyMd,\n textProps,\n ...props\n },\n ref,\n ) => {\n const isInteractive = !(isDisabled ?? isLoading);\n\n const mergedClassName = twMerge(\n // Reset padding, height and animations\n 'px-0 h-auto bg-transparent rounded-none',\n 'transform-none transition-none active:scale-100',\n // Default text button styles\n !isInverse && [\n 'text-primary-default',\n // Loading state uses pressed color\n isLoading && 'text-primary-default-pressed',\n ],\n // Inverse styles\n isInverse && [\n 'text-primary-inverse',\n // Loading state uses pressed color\n isLoading && 'text-primary-inverse',\n ],\n // Hover/Active states - only applied when interactive\n isInteractive && [\n !isInverse && [\n 'hover:bg-hover hover:text-primary-default-hover hover:underline hover:decoration-2 hover:underline-offset-4 hover:decoration-primary-default-hover',\n 'active:bg-pressed active:text-primary-default-pressed active:decoration-primary-default-pressed',\n ],\n isInverse && [\n 'hover:bg-hover hover:text-primary-inverse hover:underline hover:decoration-2 hover:underline-offset-4 hover:decoration-primary-inverse',\n 'active:bg-pressed active:text-primary-inverse active:decoration-primary-inverse',\n ],\n ],\n // Loading styles\n isLoading && 'cursor-not-allowed',\n // Disabled styles (but not loading)\n isDisabled && !isLoading && ['opacity-50', 'cursor-not-allowed'],\n className,\n );\n\n return (\n <ButtonBase\n ref={ref}\n className={mergedClassName}\n isDisabled={isDisabled}\n isLoading={isLoading}\n textProps={{\n variant: textVariant,\n ...textProps,\n }}\n {...props}\n />\n );\n },\n);\n\nTextButton.displayName = 'TextButton';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.types.cjs","sourceRoot":"","sources":["../../../src/components/text-button/TextButton.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ButtonBaseProps } from '../button-base';\nimport type { TextVariant } from '../text';\n\nexport type TextButtonProps = Omit<\n ButtonBaseProps,\n // We handle these props in TextButton\n 'className' | 'isDisabled' | 'isLoading' | 'style' | 'size'\n> & {\n /**\n * Optional prop for additional CSS classes to be applied to the TextButton component\n */\n className?: string;\n /**\n * Optional prop that when true, applies inverse styling to the button\n * @default false\n */\n isInverse?: boolean;\n /**\n * Optional prop that when true, disables the button\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Optional prop that when true, shows a loading spinner\n * @default false\n */\n isLoading?: boolean;\n /**\n * Optional prop to specify the text variant\n * @default TextVariant.BodyMd\n */\n textVariant?: TextVariant;\n /**\n * Optional CSS styles to be applied to the component.\n * Should be used sparingly and only for dynamic styles that can't be achieved with className.\n */\n style?: React.CSSProperties;\n};\n"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { ButtonBaseProps } from "../button-base/index.cjs";
|
|
3
|
+
import type { TextVariant } from "../text/index.cjs";
|
|
4
|
+
export type TextButtonProps = Omit<ButtonBaseProps, 'className' | 'isDisabled' | 'isLoading' | 'style' | 'size'> & {
|
|
5
|
+
/**
|
|
6
|
+
* Optional prop for additional CSS classes to be applied to the TextButton component
|
|
7
|
+
*/
|
|
8
|
+
className?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Optional prop that when true, applies inverse styling to the button
|
|
11
|
+
* @default false
|
|
12
|
+
*/
|
|
13
|
+
isInverse?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Optional prop that when true, disables the button
|
|
16
|
+
* @default false
|
|
17
|
+
*/
|
|
18
|
+
isDisabled?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional prop that when true, shows a loading spinner
|
|
21
|
+
* @default false
|
|
22
|
+
*/
|
|
23
|
+
isLoading?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Optional prop to specify the text variant
|
|
26
|
+
* @default TextVariant.BodyMd
|
|
27
|
+
*/
|
|
28
|
+
textVariant?: TextVariant;
|
|
29
|
+
/**
|
|
30
|
+
* Optional CSS styles to be applied to the component.
|
|
31
|
+
* Should be used sparingly and only for dynamic styles that can't be achieved with className.
|
|
32
|
+
*/
|
|
33
|
+
style?: React.CSSProperties;
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=TextButton.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.types.d.cts","sourceRoot":"","sources":["../../../src/components/text-button/TextButton.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,iCAAuB;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,0BAAgB;AAE3C,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,eAAe,EAEf,WAAW,GAAG,YAAY,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,CAC5D,GAAG;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { ButtonBaseProps } from "../button-base/index.mjs";
|
|
3
|
+
import type { TextVariant } from "../text/index.mjs";
|
|
4
|
+
export type TextButtonProps = Omit<ButtonBaseProps, 'className' | 'isDisabled' | 'isLoading' | 'style' | 'size'> & {
|
|
5
|
+
/**
|
|
6
|
+
* Optional prop for additional CSS classes to be applied to the TextButton component
|
|
7
|
+
*/
|
|
8
|
+
className?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Optional prop that when true, applies inverse styling to the button
|
|
11
|
+
* @default false
|
|
12
|
+
*/
|
|
13
|
+
isInverse?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Optional prop that when true, disables the button
|
|
16
|
+
* @default false
|
|
17
|
+
*/
|
|
18
|
+
isDisabled?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional prop that when true, shows a loading spinner
|
|
21
|
+
* @default false
|
|
22
|
+
*/
|
|
23
|
+
isLoading?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Optional prop to specify the text variant
|
|
26
|
+
* @default TextVariant.BodyMd
|
|
27
|
+
*/
|
|
28
|
+
textVariant?: TextVariant;
|
|
29
|
+
/**
|
|
30
|
+
* Optional CSS styles to be applied to the component.
|
|
31
|
+
* Should be used sparingly and only for dynamic styles that can't be achieved with className.
|
|
32
|
+
*/
|
|
33
|
+
style?: React.CSSProperties;
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=TextButton.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.types.d.mts","sourceRoot":"","sources":["../../../src/components/text-button/TextButton.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,iCAAuB;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,0BAAgB;AAE3C,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,eAAe,EAEf,WAAW,GAAG,YAAY,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,CAC5D,GAAG;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextButton.types.mjs","sourceRoot":"","sources":["../../../src/components/text-button/TextButton.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ButtonBaseProps } from '../button-base';\nimport type { TextVariant } from '../text';\n\nexport type TextButtonProps = Omit<\n ButtonBaseProps,\n // We handle these props in TextButton\n 'className' | 'isDisabled' | 'isLoading' | 'style' | 'size'\n> & {\n /**\n * Optional prop for additional CSS classes to be applied to the TextButton component\n */\n className?: string;\n /**\n * Optional prop that when true, applies inverse styling to the button\n * @default false\n */\n isInverse?: boolean;\n /**\n * Optional prop that when true, disables the button\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Optional prop that when true, shows a loading spinner\n * @default false\n */\n isLoading?: boolean;\n /**\n * Optional prop to specify the text variant\n * @default TextVariant.BodyMd\n */\n textVariant?: TextVariant;\n /**\n * Optional CSS styles to be applied to the component.\n * Should be used sparingly and only for dynamic styles that can't be achieved with className.\n */\n style?: React.CSSProperties;\n};\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TextButton = void 0;
|
|
4
|
+
var TextButton_1 = require("./TextButton.cjs");
|
|
5
|
+
Object.defineProperty(exports, "TextButton", { enumerable: true, get: function () { return TextButton_1.TextButton; } });
|
|
6
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/text-button/index.ts"],"names":[],"mappings":";;;AAAA,+CAA0C;AAAjC,wGAAA,UAAU,OAAA","sourcesContent":["export { TextButton } from './TextButton';\nexport type { TextButtonProps } from './TextButton.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/text-button/index.ts"],"names":[],"mappings":"AAAA,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/text-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/text-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB","sourcesContent":["export { TextButton } from './TextButton';\nexport type { TextButtonProps } from './TextButton.types';\n"]}
|
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
var Button_1 = require("./Button.cjs");
|
|
5
|
-
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Button_1.Button; } });
|
|
6
|
-
var Text_1 = require("./Text.cjs");
|
|
7
|
-
Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return Text_1.Text; } });
|
|
17
|
+
__exportStar(require("./components/index.cjs"), exports);
|
|
8
18
|
//# sourceMappingURL=index.cjs.map
|