@metamask-previews/design-system-react 0.0.0-preview.52473ea → 0.0.0-preview.8561168
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-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/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 +59 -0
- package/dist/components/index.cjs.map +1 -0
- package/dist/components/index.d.cts +32 -0
- package/dist/components/index.d.cts.map +1 -0
- package/dist/components/index.d.mts +32 -0
- package/dist/components/index.d.mts.map +1 -0
- package/dist/components/index.mjs +18 -0
- package/dist/components/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 +27 -0
- package/dist/components/text/Text.constants.cjs.map +1 -0
- package/dist/components/text/Text.constants.d.cts +5 -0
- package/dist/components/text/Text.constants.d.cts.map +1 -0
- package/dist/components/text/Text.constants.d.mts +5 -0
- package/dist/components/text/Text.constants.d.mts.map +1 -0
- package/dist/components/text/Text.constants.mjs +24 -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 +24 -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 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.d.mts","sourceRoot":"","sources":["../../../src/components/avatar-network/AvatarNetwork.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAG1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,kCAA8B;AAEhE,eAAO,MAAM,aAAa,wGAyCzB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { AvatarBase, AvatarBaseShape, AvatarBaseSize } from "../avatar-base/index.mjs";
|
|
10
|
+
export const AvatarNetwork = React.forwardRef(({ src, name, fallbackText, fallbackTextProps, className, size = AvatarBaseSize.Md, imageProps, ...props }, ref) => {
|
|
11
|
+
const displayText = fallbackText || (name ? name[0] : '');
|
|
12
|
+
const altText = name || 'Network logo'; // TBC: Add localization for default text
|
|
13
|
+
return (React.createElement(AvatarBase, { ref: ref, shape: AvatarBaseShape.Square, size: size, className: className, fallbackText: displayText, fallbackTextProps: fallbackTextProps, ...props }, src && (React.createElement("img", { src: src, alt: altText, className: "w-full h-full object-cover", ...imageProps }))));
|
|
14
|
+
});
|
|
15
|
+
AvatarNetwork.displayName = 'AvatarNetwork';
|
|
16
|
+
//# sourceMappingURL=AvatarNetwork.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.mjs","sourceRoot":"","sources":["../../../src/components/avatar-network/AvatarNetwork.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;AAE1B,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,cAAc,EAAE,iCAAuB;AAG7E,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU,CAI3C,CACE,EACE,GAAG,EACH,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACT,IAAI,GAAG,cAAc,CAAC,EAAE,EACxB,UAAU,EACV,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,WAAW,GAAG,YAAY,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1D,MAAM,OAAO,GAAG,IAAI,IAAI,cAAc,CAAC,CAAC,yCAAyC;IAEjF,OAAO,CACL,oBAAC,UAAU,IACT,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,eAAe,CAAC,MAAM,EAC7B,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,WAAW,EACzB,iBAAiB,EAAE,iBAAiB,KAChC,KAAK,IAER,GAAG,IAAI,CACN,6BACE,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,OAAO,EACZ,SAAS,EAAC,4BAA4B,KAClC,UAAU,GACd,CACH,CACU,CACd,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC","sourcesContent":["import React from 'react';\n\nimport { AvatarBase, AvatarBaseShape, AvatarBaseSize } from '../avatar-base';\nimport type { AvatarNetworkProps } from './AvatarNetwork.types';\n\nexport const AvatarNetwork = React.forwardRef<\n HTMLDivElement,\n AvatarNetworkProps\n>(\n (\n {\n src,\n name,\n fallbackText,\n fallbackTextProps,\n className,\n size = AvatarBaseSize.Md,\n imageProps,\n ...props\n },\n ref,\n ) => {\n const displayText = fallbackText || (name ? name[0] : '');\n const altText = name || 'Network logo'; // TBC: Add localization for default text\n\n return (\n <AvatarBase\n ref={ref}\n shape={AvatarBaseShape.Square}\n size={size}\n className={className}\n fallbackText={displayText}\n fallbackTextProps={fallbackTextProps}\n {...props}\n >\n {src && (\n <img\n src={src}\n alt={altText}\n className=\"w-full h-full object-cover\"\n {...imageProps}\n />\n )}\n </AvatarBase>\n );\n },\n);\n\nAvatarNetwork.displayName = 'AvatarNetwork';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.types.cjs","sourceRoot":"","sources":["../../../src/components/avatar-network/AvatarNetwork.types.ts"],"names":[],"mappings":";;AAGA,kCAAsC","sourcesContent":["import type { ComponentProps } from 'react';\n\nimport type { TextProps } from '../text';\nimport { AvatarNetworkSize } from '.';\n\nexport type AvatarNetworkProps = Omit<\n ComponentProps<'img'>,\n 'children' | 'size'\n> & {\n /**\n * Required name of the network\n * Used as alt text for image and first letter is used as fallback if no fallbackText provided\n */\n name: string;\n /**\n * Optional URL for the network image\n * When provided, displays the image instead of fallback text\n */\n src?: string;\n /**\n * Optional prop to pass to the underlying img element\n * Useful for overriding the default alt text which is the network name\n */\n imageProps?: ComponentProps<'img'>;\n /**\n * Optional prop to control the size of the avatar\n * @default AvatarNetworkSize.Md\n */\n size?: AvatarNetworkSize;\n /**\n * Optional text to display when no image is provided\n * If not provided, first letter of name will be used\n */\n fallbackText?: string;\n /**\n * Optional props to be passed to the Text component when rendering fallback text\n * Only used when src is not provided\n */\n fallbackTextProps?: Partial<\n React.HTMLAttributes<HTMLSpanElement> & TextProps\n >;\n /**\n * Optional additional CSS classes to be applied to the component\n */\n className?: string;\n};\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { ComponentProps } from "react";
|
|
2
|
+
import type { TextProps } from "../text/index.cjs";
|
|
3
|
+
import { AvatarNetworkSize } from "./index.cjs";
|
|
4
|
+
export type AvatarNetworkProps = Omit<ComponentProps<'img'>, 'children' | 'size'> & {
|
|
5
|
+
/**
|
|
6
|
+
* Required name of the network
|
|
7
|
+
* Used as alt text for image and first letter is used as fallback if no fallbackText provided
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Optional URL for the network image
|
|
12
|
+
* When provided, displays the image instead of fallback text
|
|
13
|
+
*/
|
|
14
|
+
src?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying img element
|
|
17
|
+
* Useful for overriding the default alt text which is the network name
|
|
18
|
+
*/
|
|
19
|
+
imageProps?: ComponentProps<'img'>;
|
|
20
|
+
/**
|
|
21
|
+
* Optional prop to control the size of the avatar
|
|
22
|
+
* @default AvatarNetworkSize.Md
|
|
23
|
+
*/
|
|
24
|
+
size?: AvatarNetworkSize;
|
|
25
|
+
/**
|
|
26
|
+
* Optional text to display when no image is provided
|
|
27
|
+
* If not provided, first letter of name will be used
|
|
28
|
+
*/
|
|
29
|
+
fallbackText?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional props to be passed to the Text component when rendering fallback text
|
|
32
|
+
* Only used when src is not provided
|
|
33
|
+
*/
|
|
34
|
+
fallbackTextProps?: Partial<React.HTMLAttributes<HTMLSpanElement> & TextProps>;
|
|
35
|
+
/**
|
|
36
|
+
* Optional additional CSS classes to be applied to the component
|
|
37
|
+
*/
|
|
38
|
+
className?: string;
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=AvatarNetwork.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.types.d.cts","sourceRoot":"","sources":["../../../src/components/avatar-network/AvatarNetwork.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc;AAE5C,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AACzC,OAAO,EAAE,iBAAiB,EAAE,oBAAU;AAEtC,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,cAAc,CAAC,KAAK,CAAC,EACrB,UAAU,GAAG,MAAM,CACpB,GAAG;IACF;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,UAAU,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CACzB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAClD,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { ComponentProps } from "react";
|
|
2
|
+
import type { TextProps } from "../text/index.mjs";
|
|
3
|
+
import { AvatarNetworkSize } from "./index.mjs";
|
|
4
|
+
export type AvatarNetworkProps = Omit<ComponentProps<'img'>, 'children' | 'size'> & {
|
|
5
|
+
/**
|
|
6
|
+
* Required name of the network
|
|
7
|
+
* Used as alt text for image and first letter is used as fallback if no fallbackText provided
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Optional URL for the network image
|
|
12
|
+
* When provided, displays the image instead of fallback text
|
|
13
|
+
*/
|
|
14
|
+
src?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying img element
|
|
17
|
+
* Useful for overriding the default alt text which is the network name
|
|
18
|
+
*/
|
|
19
|
+
imageProps?: ComponentProps<'img'>;
|
|
20
|
+
/**
|
|
21
|
+
* Optional prop to control the size of the avatar
|
|
22
|
+
* @default AvatarNetworkSize.Md
|
|
23
|
+
*/
|
|
24
|
+
size?: AvatarNetworkSize;
|
|
25
|
+
/**
|
|
26
|
+
* Optional text to display when no image is provided
|
|
27
|
+
* If not provided, first letter of name will be used
|
|
28
|
+
*/
|
|
29
|
+
fallbackText?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional props to be passed to the Text component when rendering fallback text
|
|
32
|
+
* Only used when src is not provided
|
|
33
|
+
*/
|
|
34
|
+
fallbackTextProps?: Partial<React.HTMLAttributes<HTMLSpanElement> & TextProps>;
|
|
35
|
+
/**
|
|
36
|
+
* Optional additional CSS classes to be applied to the component
|
|
37
|
+
*/
|
|
38
|
+
className?: string;
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=AvatarNetwork.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.types.d.mts","sourceRoot":"","sources":["../../../src/components/avatar-network/AvatarNetwork.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc;AAE5C,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AACzC,OAAO,EAAE,iBAAiB,EAAE,oBAAU;AAEtC,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,cAAc,CAAC,KAAK,CAAC,EACrB,UAAU,GAAG,MAAM,CACpB,GAAG;IACF;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,UAAU,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CACzB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAClD,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarNetwork.types.mjs","sourceRoot":"","sources":["../../../src/components/avatar-network/AvatarNetwork.types.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,oBAAU","sourcesContent":["import type { ComponentProps } from 'react';\n\nimport type { TextProps } from '../text';\nimport { AvatarNetworkSize } from '.';\n\nexport type AvatarNetworkProps = Omit<\n ComponentProps<'img'>,\n 'children' | 'size'\n> & {\n /**\n * Required name of the network\n * Used as alt text for image and first letter is used as fallback if no fallbackText provided\n */\n name: string;\n /**\n * Optional URL for the network image\n * When provided, displays the image instead of fallback text\n */\n src?: string;\n /**\n * Optional prop to pass to the underlying img element\n * Useful for overriding the default alt text which is the network name\n */\n imageProps?: ComponentProps<'img'>;\n /**\n * Optional prop to control the size of the avatar\n * @default AvatarNetworkSize.Md\n */\n size?: AvatarNetworkSize;\n /**\n * Optional text to display when no image is provided\n * If not provided, first letter of name will be used\n */\n fallbackText?: string;\n /**\n * Optional props to be passed to the Text component when rendering fallback text\n * Only used when src is not provided\n */\n fallbackTextProps?: Partial<\n React.HTMLAttributes<HTMLSpanElement> & TextProps\n >;\n /**\n * Optional additional CSS classes to be applied to the component\n */\n className?: string;\n};\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarNetworkSize = exports.AvatarNetwork = void 0;
|
|
4
|
+
var AvatarNetwork_1 = require("./AvatarNetwork.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarNetwork", { enumerable: true, get: function () { return AvatarNetwork_1.AvatarNetwork; } });
|
|
6
|
+
var avatar_base_1 = require("../avatar-base/index.cjs");
|
|
7
|
+
Object.defineProperty(exports, "AvatarNetworkSize", { enumerable: true, get: function () { return avatar_base_1.AvatarBaseSize; } });
|
|
8
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/avatar-network/index.ts"],"names":[],"mappings":";;;AAAA,qDAAgD;AAAvC,8GAAA,aAAa,OAAA;AAEtB,wDAAqE;AAA5D,gHAAA,cAAc,OAAqB","sourcesContent":["export { AvatarNetwork } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork.types';\nexport { AvatarBaseSize as AvatarNetworkSize } from '../avatar-base';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/avatar-network/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B;AAChE,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,iCAAuB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/avatar-network/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAA8B;AAChE,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,iCAAuB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/avatar-network/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,4BAAwB;AAEhD,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,iCAAuB","sourcesContent":["export { AvatarNetwork } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork.types';\nexport { AvatarBaseSize as AvatarNetworkSize } from '../avatar-base';\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
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.AvatarToken = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const avatar_base_1 = require("../avatar-base/index.cjs");
|
|
9
|
+
exports.AvatarToken = react_1.default.forwardRef(({ src, name, fallbackText, fallbackTextProps, className, size = avatar_base_1.AvatarBaseSize.Md, imageProps, ...props }, ref) => {
|
|
10
|
+
const displayText = fallbackText || (name ? name[0] : '');
|
|
11
|
+
const altText = name || 'Token logo'; // TBC: Add localization for default text
|
|
12
|
+
return (react_1.default.createElement(avatar_base_1.AvatarBase, { ref: ref, shape: avatar_base_1.AvatarBaseShape.Circle, size: size, className: className, fallbackText: displayText, fallbackTextProps: fallbackTextProps, ...props }, src && (react_1.default.createElement("img", { src: src, alt: altText, className: "w-full h-full object-cover", ...imageProps }))));
|
|
13
|
+
});
|
|
14
|
+
exports.AvatarToken.displayName = 'AvatarToken';
|
|
15
|
+
//# sourceMappingURL=AvatarToken.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.cjs","sourceRoot":"","sources":["../../../src/components/avatar-token/AvatarToken.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAE1B,0DAA6E;AAGhE,QAAA,WAAW,GAAG,eAAK,CAAC,UAAU,CACzC,CACE,EACE,GAAG,EACH,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACT,IAAI,GAAG,4BAAc,CAAC,EAAE,EACxB,UAAU,EACV,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,WAAW,GAAG,YAAY,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1D,MAAM,OAAO,GAAG,IAAI,IAAI,YAAY,CAAC,CAAC,yCAAyC;IAE/E,OAAO,CACL,8BAAC,wBAAU,IACT,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,6BAAe,CAAC,MAAM,EAC7B,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,WAAW,EACzB,iBAAiB,EAAE,iBAAiB,KAChC,KAAK,IAER,GAAG,IAAI,CACN,uCACE,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,OAAO,EACZ,SAAS,EAAC,4BAA4B,KAClC,UAAU,GACd,CACH,CACU,CACd,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,mBAAW,CAAC,WAAW,GAAG,aAAa,CAAC","sourcesContent":["import React from 'react';\n\nimport { AvatarBase, AvatarBaseShape, AvatarBaseSize } from '../avatar-base';\nimport type { AvatarTokenProps } from './AvatarToken.types';\n\nexport const AvatarToken = React.forwardRef<HTMLDivElement, AvatarTokenProps>(\n (\n {\n src,\n name,\n fallbackText,\n fallbackTextProps,\n className,\n size = AvatarBaseSize.Md,\n imageProps,\n ...props\n },\n ref,\n ) => {\n const displayText = fallbackText || (name ? name[0] : '');\n const altText = name || 'Token logo'; // TBC: Add localization for default text\n\n return (\n <AvatarBase\n ref={ref}\n shape={AvatarBaseShape.Circle}\n size={size}\n className={className}\n fallbackText={displayText}\n fallbackTextProps={fallbackTextProps}\n {...props}\n >\n {src && (\n <img\n src={src}\n alt={altText}\n className=\"w-full h-full object-cover\"\n {...imageProps}\n />\n )}\n </AvatarBase>\n );\n },\n);\n\nAvatarToken.displayName = 'AvatarToken';\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarTokenProps } from "./AvatarToken.types.cjs";
|
|
3
|
+
export declare const AvatarToken: React.ForwardRefExoticComponent<Omit<AvatarTokenProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
//# sourceMappingURL=AvatarToken.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.d.cts","sourceRoot":"","sources":["../../../src/components/avatar-token/AvatarToken.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAG1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,gCAA4B;AAE5D,eAAO,MAAM,WAAW,sGAsCvB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AvatarTokenProps } from "./AvatarToken.types.mjs";
|
|
3
|
+
export declare const AvatarToken: React.ForwardRefExoticComponent<Omit<AvatarTokenProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
//# sourceMappingURL=AvatarToken.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.d.mts","sourceRoot":"","sources":["../../../src/components/avatar-token/AvatarToken.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAG1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,gCAA4B;AAE5D,eAAO,MAAM,WAAW,sGAsCvB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { AvatarBase, AvatarBaseShape, AvatarBaseSize } from "../avatar-base/index.mjs";
|
|
10
|
+
export const AvatarToken = React.forwardRef(({ src, name, fallbackText, fallbackTextProps, className, size = AvatarBaseSize.Md, imageProps, ...props }, ref) => {
|
|
11
|
+
const displayText = fallbackText || (name ? name[0] : '');
|
|
12
|
+
const altText = name || 'Token logo'; // TBC: Add localization for default text
|
|
13
|
+
return (React.createElement(AvatarBase, { ref: ref, shape: AvatarBaseShape.Circle, size: size, className: className, fallbackText: displayText, fallbackTextProps: fallbackTextProps, ...props }, src && (React.createElement("img", { src: src, alt: altText, className: "w-full h-full object-cover", ...imageProps }))));
|
|
14
|
+
});
|
|
15
|
+
AvatarToken.displayName = 'AvatarToken';
|
|
16
|
+
//# sourceMappingURL=AvatarToken.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.mjs","sourceRoot":"","sources":["../../../src/components/avatar-token/AvatarToken.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;AAE1B,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,cAAc,EAAE,iCAAuB;AAG7E,MAAM,CAAC,MAAM,WAAW,GAAG,KAAK,CAAC,UAAU,CACzC,CACE,EACE,GAAG,EACH,IAAI,EACJ,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACT,IAAI,GAAG,cAAc,CAAC,EAAE,EACxB,UAAU,EACV,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,WAAW,GAAG,YAAY,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1D,MAAM,OAAO,GAAG,IAAI,IAAI,YAAY,CAAC,CAAC,yCAAyC;IAE/E,OAAO,CACL,oBAAC,UAAU,IACT,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,eAAe,CAAC,MAAM,EAC7B,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,WAAW,EACzB,iBAAiB,EAAE,iBAAiB,KAChC,KAAK,IAER,GAAG,IAAI,CACN,6BACE,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,OAAO,EACZ,SAAS,EAAC,4BAA4B,KAClC,UAAU,GACd,CACH,CACU,CACd,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC","sourcesContent":["import React from 'react';\n\nimport { AvatarBase, AvatarBaseShape, AvatarBaseSize } from '../avatar-base';\nimport type { AvatarTokenProps } from './AvatarToken.types';\n\nexport const AvatarToken = React.forwardRef<HTMLDivElement, AvatarTokenProps>(\n (\n {\n src,\n name,\n fallbackText,\n fallbackTextProps,\n className,\n size = AvatarBaseSize.Md,\n imageProps,\n ...props\n },\n ref,\n ) => {\n const displayText = fallbackText || (name ? name[0] : '');\n const altText = name || 'Token logo'; // TBC: Add localization for default text\n\n return (\n <AvatarBase\n ref={ref}\n shape={AvatarBaseShape.Circle}\n size={size}\n className={className}\n fallbackText={displayText}\n fallbackTextProps={fallbackTextProps}\n {...props}\n >\n {src && (\n <img\n src={src}\n alt={altText}\n className=\"w-full h-full object-cover\"\n {...imageProps}\n />\n )}\n </AvatarBase>\n );\n },\n);\n\nAvatarToken.displayName = 'AvatarToken';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.types.cjs","sourceRoot":"","sources":["../../../src/components/avatar-token/AvatarToken.types.ts"],"names":[],"mappings":";;AAGA,kCAAoC","sourcesContent":["import type { ComponentProps } from 'react';\n\nimport type { TextProps } from '../text';\nimport { AvatarTokenSize } from '.';\n\nexport type AvatarTokenProps = Omit<\n ComponentProps<'img'>,\n 'children' | 'size'\n> & {\n /**\n * Required name of the token\n * Used as alt text for image and first letter is used as fallback if no fallbackText provided\n */\n name: string;\n /**\n * Optional URL for the token image\n * When provided, displays the image instead of fallback text\n */\n src?: string;\n /**\n * Optional prop to pass to the underlying img element\n * Useful for overriding the default alt text which is the token name\n */\n imageProps?: ComponentProps<'img'>;\n /**\n * Optional prop to control the size of the avatar\n * @default AvatarTokenSize.Md\n */\n size?: AvatarTokenSize;\n /**\n * Optional text to display when no image is provided\n * If not provided, first letter of name will be used\n */\n fallbackText?: string;\n /**\n * Optional props to be passed to the Text component when rendering fallback text\n * Only used when src is not provided\n */\n fallbackTextProps?: Partial<\n React.HTMLAttributes<HTMLSpanElement> & TextProps\n >;\n /**\n * Optional additional CSS classes to be applied to the component\n */\n className?: string;\n};\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { ComponentProps } from "react";
|
|
2
|
+
import type { TextProps } from "../text/index.cjs";
|
|
3
|
+
import { AvatarTokenSize } from "./index.cjs";
|
|
4
|
+
export type AvatarTokenProps = Omit<ComponentProps<'img'>, 'children' | 'size'> & {
|
|
5
|
+
/**
|
|
6
|
+
* Required name of the token
|
|
7
|
+
* Used as alt text for image and first letter is used as fallback if no fallbackText provided
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Optional URL for the token image
|
|
12
|
+
* When provided, displays the image instead of fallback text
|
|
13
|
+
*/
|
|
14
|
+
src?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying img element
|
|
17
|
+
* Useful for overriding the default alt text which is the token name
|
|
18
|
+
*/
|
|
19
|
+
imageProps?: ComponentProps<'img'>;
|
|
20
|
+
/**
|
|
21
|
+
* Optional prop to control the size of the avatar
|
|
22
|
+
* @default AvatarTokenSize.Md
|
|
23
|
+
*/
|
|
24
|
+
size?: AvatarTokenSize;
|
|
25
|
+
/**
|
|
26
|
+
* Optional text to display when no image is provided
|
|
27
|
+
* If not provided, first letter of name will be used
|
|
28
|
+
*/
|
|
29
|
+
fallbackText?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional props to be passed to the Text component when rendering fallback text
|
|
32
|
+
* Only used when src is not provided
|
|
33
|
+
*/
|
|
34
|
+
fallbackTextProps?: Partial<React.HTMLAttributes<HTMLSpanElement> & TextProps>;
|
|
35
|
+
/**
|
|
36
|
+
* Optional additional CSS classes to be applied to the component
|
|
37
|
+
*/
|
|
38
|
+
className?: string;
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=AvatarToken.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.types.d.cts","sourceRoot":"","sources":["../../../src/components/avatar-token/AvatarToken.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc;AAE5C,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AACzC,OAAO,EAAE,eAAe,EAAE,oBAAU;AAEpC,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,cAAc,CAAC,KAAK,CAAC,EACrB,UAAU,GAAG,MAAM,CACpB,GAAG;IACF;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,UAAU,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CACzB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAClD,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { ComponentProps } from "react";
|
|
2
|
+
import type { TextProps } from "../text/index.mjs";
|
|
3
|
+
import { AvatarTokenSize } from "./index.mjs";
|
|
4
|
+
export type AvatarTokenProps = Omit<ComponentProps<'img'>, 'children' | 'size'> & {
|
|
5
|
+
/**
|
|
6
|
+
* Required name of the token
|
|
7
|
+
* Used as alt text for image and first letter is used as fallback if no fallbackText provided
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Optional URL for the token image
|
|
12
|
+
* When provided, displays the image instead of fallback text
|
|
13
|
+
*/
|
|
14
|
+
src?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional prop to pass to the underlying img element
|
|
17
|
+
* Useful for overriding the default alt text which is the token name
|
|
18
|
+
*/
|
|
19
|
+
imageProps?: ComponentProps<'img'>;
|
|
20
|
+
/**
|
|
21
|
+
* Optional prop to control the size of the avatar
|
|
22
|
+
* @default AvatarTokenSize.Md
|
|
23
|
+
*/
|
|
24
|
+
size?: AvatarTokenSize;
|
|
25
|
+
/**
|
|
26
|
+
* Optional text to display when no image is provided
|
|
27
|
+
* If not provided, first letter of name will be used
|
|
28
|
+
*/
|
|
29
|
+
fallbackText?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional props to be passed to the Text component when rendering fallback text
|
|
32
|
+
* Only used when src is not provided
|
|
33
|
+
*/
|
|
34
|
+
fallbackTextProps?: Partial<React.HTMLAttributes<HTMLSpanElement> & TextProps>;
|
|
35
|
+
/**
|
|
36
|
+
* Optional additional CSS classes to be applied to the component
|
|
37
|
+
*/
|
|
38
|
+
className?: string;
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=AvatarToken.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.types.d.mts","sourceRoot":"","sources":["../../../src/components/avatar-token/AvatarToken.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc;AAE5C,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AACzC,OAAO,EAAE,eAAe,EAAE,oBAAU;AAEpC,MAAM,MAAM,gBAAgB,GAAG,IAAI,CACjC,cAAc,CAAC,KAAK,CAAC,EACrB,UAAU,GAAG,MAAM,CACpB,GAAG;IACF;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,UAAU,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CACzB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAClD,CAAC;IACF;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarToken.types.mjs","sourceRoot":"","sources":["../../../src/components/avatar-token/AvatarToken.types.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,oBAAU","sourcesContent":["import type { ComponentProps } from 'react';\n\nimport type { TextProps } from '../text';\nimport { AvatarTokenSize } from '.';\n\nexport type AvatarTokenProps = Omit<\n ComponentProps<'img'>,\n 'children' | 'size'\n> & {\n /**\n * Required name of the token\n * Used as alt text for image and first letter is used as fallback if no fallbackText provided\n */\n name: string;\n /**\n * Optional URL for the token image\n * When provided, displays the image instead of fallback text\n */\n src?: string;\n /**\n * Optional prop to pass to the underlying img element\n * Useful for overriding the default alt text which is the token name\n */\n imageProps?: ComponentProps<'img'>;\n /**\n * Optional prop to control the size of the avatar\n * @default AvatarTokenSize.Md\n */\n size?: AvatarTokenSize;\n /**\n * Optional text to display when no image is provided\n * If not provided, first letter of name will be used\n */\n fallbackText?: string;\n /**\n * Optional props to be passed to the Text component when rendering fallback text\n * Only used when src is not provided\n */\n fallbackTextProps?: Partial<\n React.HTMLAttributes<HTMLSpanElement> & TextProps\n >;\n /**\n * Optional additional CSS classes to be applied to the component\n */\n className?: string;\n};\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarTokenSize = exports.AvatarToken = void 0;
|
|
4
|
+
var AvatarToken_1 = require("./AvatarToken.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarToken", { enumerable: true, get: function () { return AvatarToken_1.AvatarToken; } });
|
|
6
|
+
var avatar_base_1 = require("../avatar-base/index.cjs");
|
|
7
|
+
Object.defineProperty(exports, "AvatarTokenSize", { enumerable: true, get: function () { return avatar_base_1.AvatarBaseSize; } });
|
|
8
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/avatar-token/index.ts"],"names":[],"mappings":";;;AAAA,iDAA4C;AAAnC,0GAAA,WAAW,OAAA;AAEpB,wDAAmE;AAA1D,8GAAA,cAAc,OAAmB","sourcesContent":["export { AvatarToken } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken.types';\nexport { AvatarBaseSize as AvatarTokenSize } from '../avatar-base';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/avatar-token/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,0BAAsB;AAC5C,YAAY,EAAE,gBAAgB,EAAE,gCAA4B;AAC5D,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,iCAAuB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/avatar-token/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,0BAAsB;AAC5C,YAAY,EAAE,gBAAgB,EAAE,gCAA4B;AAC5D,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,iCAAuB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/avatar-token/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,0BAAsB;AAE5C,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,iCAAuB","sourcesContent":["export { AvatarToken } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken.types';\nexport { AvatarBaseSize as AvatarTokenSize } from '../avatar-base';\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.Button = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const button_tertiary_1 = require("../button-tertiary/index.cjs");
|
|
9
|
+
const button_primary_1 = require("../button-primary/index.cjs");
|
|
10
|
+
const button_secondary_1 = require("../button-secondary/index.cjs");
|
|
11
|
+
const Button_types_1 = require("./Button.types.cjs");
|
|
12
|
+
exports.Button = react_1.default.forwardRef(({ variant = Button_types_1.ButtonVariant.Primary, ...props }, ref) => {
|
|
13
|
+
switch (variant) {
|
|
14
|
+
case Button_types_1.ButtonVariant.Primary:
|
|
15
|
+
return react_1.default.createElement(button_primary_1.ButtonPrimary, { ref: ref, ...props });
|
|
16
|
+
case Button_types_1.ButtonVariant.Secondary:
|
|
17
|
+
return (react_1.default.createElement(button_secondary_1.ButtonSecondary, { ref: ref, ...props }));
|
|
18
|
+
case Button_types_1.ButtonVariant.Tertiary:
|
|
19
|
+
return react_1.default.createElement(button_tertiary_1.ButtonTertiary, { ref: ref, ...props });
|
|
20
|
+
default:
|
|
21
|
+
return react_1.default.createElement(button_primary_1.ButtonPrimary, { ref: ref, ...props });
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
exports.Button.displayName = 'Button';
|
|
25
|
+
//# sourceMappingURL=Button.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.cjs","sourceRoot":"","sources":["../../../src/components/button/Button.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAE1B,kEAAoD;AACpD,gEAAkD;AAClD,oEAAsD;AAKtD,qDAA+C;AAElC,QAAA,MAAM,GAAG,eAAK,CAAC,UAAU,CACpC,CAAC,EAAE,OAAO,GAAG,4BAAa,CAAC,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACrD,QAAQ,OAAO,EAAE;QACf,KAAK,4BAAa,CAAC,OAAO;YACxB,OAAO,8BAAC,8BAAa,IAAC,GAAG,EAAE,GAAG,KAAO,KAA4B,GAAI,CAAC;QACxE,KAAK,4BAAa,CAAC,SAAS;YAC1B,OAAO,CACL,8BAAC,kCAAe,IAAC,GAAG,EAAE,GAAG,KAAO,KAA8B,GAAI,CACnE,CAAC;QACJ,KAAK,4BAAa,CAAC,QAAQ;YACzB,OAAO,8BAAC,gCAAc,IAAC,GAAG,EAAE,GAAG,KAAO,KAA6B,GAAI,CAAC;QAC1E;YACE,OAAO,8BAAC,8BAAa,IAAC,GAAG,EAAE,GAAG,KAAO,KAA4B,GAAI,CAAC;KACzE;AACH,CAAC,CACF,CAAC;AAEF,cAAM,CAAC,WAAW,GAAG,QAAQ,CAAC","sourcesContent":["import React from 'react';\n\nimport { ButtonTertiary } from '../button-tertiary';\nimport { ButtonPrimary } from '../button-primary';\nimport { ButtonSecondary } from '../button-secondary';\nimport type { ButtonTertiaryProps } from '../button-tertiary';\nimport type { ButtonPrimaryProps } from '../button-primary';\nimport type { ButtonSecondaryProps } from '../button-secondary';\nimport type { ButtonProps } from './Button.types';\nimport { ButtonVariant } from './Button.types';\n\nexport const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(\n ({ variant = ButtonVariant.Primary, ...props }, ref) => {\n switch (variant) {\n case ButtonVariant.Primary:\n return <ButtonPrimary ref={ref} {...(props as ButtonPrimaryProps)} />;\n case ButtonVariant.Secondary:\n return (\n <ButtonSecondary ref={ref} {...(props as ButtonSecondaryProps)} />\n );\n case ButtonVariant.Tertiary:\n return <ButtonTertiary ref={ref} {...(props as ButtonTertiaryProps)} />;\n default:\n return <ButtonPrimary ref={ref} {...(props as ButtonPrimaryProps)} />;\n }\n },\n);\n\nButton.displayName = 'Button';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.cts","sourceRoot":"","sources":["../../../src/components/button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAQ1B,OAAO,KAAK,EAAE,WAAW,EAAE,2BAAuB;AAGlD,eAAO,MAAM,MAAM,uFAelB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.mts","sourceRoot":"","sources":["../../../src/components/button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAQ1B,OAAO,KAAK,EAAE,WAAW,EAAE,2BAAuB;AAGlD,eAAO,MAAM,MAAM,uFAelB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { ButtonTertiary } from "../button-tertiary/index.mjs";
|
|
10
|
+
import { ButtonPrimary } from "../button-primary/index.mjs";
|
|
11
|
+
import { ButtonSecondary } from "../button-secondary/index.mjs";
|
|
12
|
+
import { ButtonVariant } from "./Button.types.mjs";
|
|
13
|
+
export const Button = React.forwardRef(({ variant = ButtonVariant.Primary, ...props }, ref) => {
|
|
14
|
+
switch (variant) {
|
|
15
|
+
case ButtonVariant.Primary:
|
|
16
|
+
return React.createElement(ButtonPrimary, { ref: ref, ...props });
|
|
17
|
+
case ButtonVariant.Secondary:
|
|
18
|
+
return (React.createElement(ButtonSecondary, { ref: ref, ...props }));
|
|
19
|
+
case ButtonVariant.Tertiary:
|
|
20
|
+
return React.createElement(ButtonTertiary, { ref: ref, ...props });
|
|
21
|
+
default:
|
|
22
|
+
return React.createElement(ButtonPrimary, { ref: ref, ...props });
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
Button.displayName = 'Button';
|
|
26
|
+
//# sourceMappingURL=Button.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.mjs","sourceRoot":"","sources":["../../../src/components/button/Button.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;AAE1B,OAAO,EAAE,cAAc,EAAE,qCAA2B;AACpD,OAAO,EAAE,aAAa,EAAE,oCAA0B;AAClD,OAAO,EAAE,eAAe,EAAE,sCAA4B;AAKtD,OAAO,EAAE,aAAa,EAAE,2BAAuB;AAE/C,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CACpC,CAAC,EAAE,OAAO,GAAG,aAAa,CAAC,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACrD,QAAQ,OAAO,EAAE;QACf,KAAK,aAAa,CAAC,OAAO;YACxB,OAAO,oBAAC,aAAa,IAAC,GAAG,EAAE,GAAG,KAAO,KAA4B,GAAI,CAAC;QACxE,KAAK,aAAa,CAAC,SAAS;YAC1B,OAAO,CACL,oBAAC,eAAe,IAAC,GAAG,EAAE,GAAG,KAAO,KAA8B,GAAI,CACnE,CAAC;QACJ,KAAK,aAAa,CAAC,QAAQ;YACzB,OAAO,oBAAC,cAAc,IAAC,GAAG,EAAE,GAAG,KAAO,KAA6B,GAAI,CAAC;QAC1E;YACE,OAAO,oBAAC,aAAa,IAAC,GAAG,EAAE,GAAG,KAAO,KAA4B,GAAI,CAAC;KACzE;AACH,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC","sourcesContent":["import React from 'react';\n\nimport { ButtonTertiary } from '../button-tertiary';\nimport { ButtonPrimary } from '../button-primary';\nimport { ButtonSecondary } from '../button-secondary';\nimport type { ButtonTertiaryProps } from '../button-tertiary';\nimport type { ButtonPrimaryProps } from '../button-primary';\nimport type { ButtonSecondaryProps } from '../button-secondary';\nimport type { ButtonProps } from './Button.types';\nimport { ButtonVariant } from './Button.types';\n\nexport const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(\n ({ variant = ButtonVariant.Primary, ...props }, ref) => {\n switch (variant) {\n case ButtonVariant.Primary:\n return <ButtonPrimary ref={ref} {...(props as ButtonPrimaryProps)} />;\n case ButtonVariant.Secondary:\n return (\n <ButtonSecondary ref={ref} {...(props as ButtonSecondaryProps)} />\n );\n case ButtonVariant.Tertiary:\n return <ButtonTertiary ref={ref} {...(props as ButtonTertiaryProps)} />;\n default:\n return <ButtonPrimary ref={ref} {...(props as ButtonPrimaryProps)} />;\n }\n },\n);\n\nButton.displayName = 'Button';\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ButtonVariant = void 0;
|
|
4
|
+
var ButtonVariant;
|
|
5
|
+
(function (ButtonVariant) {
|
|
6
|
+
/**
|
|
7
|
+
* Primary button variant - used for primary actions
|
|
8
|
+
*/
|
|
9
|
+
ButtonVariant["Primary"] = "primary";
|
|
10
|
+
/**
|
|
11
|
+
* Secondary button variant - used for secondary actions
|
|
12
|
+
*/
|
|
13
|
+
ButtonVariant["Secondary"] = "secondary";
|
|
14
|
+
/**
|
|
15
|
+
* Tertiary button variant - used for tertiary-like actions
|
|
16
|
+
*/
|
|
17
|
+
ButtonVariant["Tertiary"] = "tertiary";
|
|
18
|
+
})(ButtonVariant || (exports.ButtonVariant = ButtonVariant = {}));
|
|
19
|
+
//# sourceMappingURL=Button.types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.types.cjs","sourceRoot":"","sources":["../../../src/components/button/Button.types.ts"],"names":[],"mappings":";;;AAIA,IAAY,aAaX;AAbD,WAAY,aAAa;IACvB;;OAEG;IACH,oCAAmB,CAAA;IACnB;;OAEG;IACH,wCAAuB,CAAA;IACvB;;OAEG;IACH,sCAAqB,CAAA;AACvB,CAAC,EAbW,aAAa,6BAAb,aAAa,QAaxB","sourcesContent":["import type { ButtonPrimaryProps } from '../button-primary';\nimport type { ButtonSecondaryProps } from '../button-secondary';\nimport type { ButtonTertiaryProps } from '../button-tertiary';\n\nexport enum ButtonVariant {\n /**\n * Primary button variant - used for primary actions\n */\n Primary = 'primary',\n /**\n * Secondary button variant - used for secondary actions\n */\n Secondary = 'secondary',\n /**\n * Tertiary button variant - used for tertiary-like actions\n */\n Tertiary = 'tertiary',\n}\n\nexport type ButtonProps = {\n /**\n * Optional prop to control the variant of the Button\n * @default ButtonVariant.Primary\n */\n variant?: ButtonVariant;\n} & (\n | (Omit<ButtonPrimaryProps, 'ref'> & {\n variant?: ButtonVariant.Primary;\n })\n | (Omit<ButtonSecondaryProps, 'ref'> & {\n variant?: ButtonVariant.Secondary;\n })\n | (Omit<ButtonTertiaryProps, 'ref'> & {\n variant?: ButtonVariant.Tertiary;\n })\n);\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { ButtonPrimaryProps } from "../button-primary/index.cjs";
|
|
2
|
+
import type { ButtonSecondaryProps } from "../button-secondary/index.cjs";
|
|
3
|
+
import type { ButtonTertiaryProps } from "../button-tertiary/index.cjs";
|
|
4
|
+
export declare enum ButtonVariant {
|
|
5
|
+
/**
|
|
6
|
+
* Primary button variant - used for primary actions
|
|
7
|
+
*/
|
|
8
|
+
Primary = "primary",
|
|
9
|
+
/**
|
|
10
|
+
* Secondary button variant - used for secondary actions
|
|
11
|
+
*/
|
|
12
|
+
Secondary = "secondary",
|
|
13
|
+
/**
|
|
14
|
+
* Tertiary button variant - used for tertiary-like actions
|
|
15
|
+
*/
|
|
16
|
+
Tertiary = "tertiary"
|
|
17
|
+
}
|
|
18
|
+
export type ButtonProps = {
|
|
19
|
+
/**
|
|
20
|
+
* Optional prop to control the variant of the Button
|
|
21
|
+
* @default ButtonVariant.Primary
|
|
22
|
+
*/
|
|
23
|
+
variant?: ButtonVariant;
|
|
24
|
+
} & ((Omit<ButtonPrimaryProps, 'ref'> & {
|
|
25
|
+
variant?: ButtonVariant.Primary;
|
|
26
|
+
}) | (Omit<ButtonSecondaryProps, 'ref'> & {
|
|
27
|
+
variant?: ButtonVariant.Secondary;
|
|
28
|
+
}) | (Omit<ButtonTertiaryProps, 'ref'> & {
|
|
29
|
+
variant?: ButtonVariant.Tertiary;
|
|
30
|
+
}));
|
|
31
|
+
//# sourceMappingURL=Button.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.types.d.cts","sourceRoot":"","sources":["../../../src/components/button/Button.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,oCAA0B;AAC5D,OAAO,KAAK,EAAE,oBAAoB,EAAE,sCAA4B;AAChE,OAAO,KAAK,EAAE,mBAAmB,EAAE,qCAA2B;AAE9D,oBAAY,aAAa;IACvB;;OAEG;IACH,OAAO,YAAY;IACnB;;OAEG;IACH,SAAS,cAAc;IACvB;;OAEG;IACH,QAAQ,aAAa;CACtB;AAED,MAAM,MAAM,WAAW,GAAG;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB,GAAG,CACA,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC,GAAG;IACjC,OAAO,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC;CACjC,CAAC,GACF,CAAC,IAAI,CAAC,oBAAoB,EAAE,KAAK,CAAC,GAAG;IACnC,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC;CACnC,CAAC,GACF,CAAC,IAAI,CAAC,mBAAmB,EAAE,KAAK,CAAC,GAAG;IAClC,OAAO,CAAC,EAAE,aAAa,CAAC,QAAQ,CAAC;CAClC,CAAC,CACL,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { ButtonPrimaryProps } from "../button-primary/index.mjs";
|
|
2
|
+
import type { ButtonSecondaryProps } from "../button-secondary/index.mjs";
|
|
3
|
+
import type { ButtonTertiaryProps } from "../button-tertiary/index.mjs";
|
|
4
|
+
export declare enum ButtonVariant {
|
|
5
|
+
/**
|
|
6
|
+
* Primary button variant - used for primary actions
|
|
7
|
+
*/
|
|
8
|
+
Primary = "primary",
|
|
9
|
+
/**
|
|
10
|
+
* Secondary button variant - used for secondary actions
|
|
11
|
+
*/
|
|
12
|
+
Secondary = "secondary",
|
|
13
|
+
/**
|
|
14
|
+
* Tertiary button variant - used for tertiary-like actions
|
|
15
|
+
*/
|
|
16
|
+
Tertiary = "tertiary"
|
|
17
|
+
}
|
|
18
|
+
export type ButtonProps = {
|
|
19
|
+
/**
|
|
20
|
+
* Optional prop to control the variant of the Button
|
|
21
|
+
* @default ButtonVariant.Primary
|
|
22
|
+
*/
|
|
23
|
+
variant?: ButtonVariant;
|
|
24
|
+
} & ((Omit<ButtonPrimaryProps, 'ref'> & {
|
|
25
|
+
variant?: ButtonVariant.Primary;
|
|
26
|
+
}) | (Omit<ButtonSecondaryProps, 'ref'> & {
|
|
27
|
+
variant?: ButtonVariant.Secondary;
|
|
28
|
+
}) | (Omit<ButtonTertiaryProps, 'ref'> & {
|
|
29
|
+
variant?: ButtonVariant.Tertiary;
|
|
30
|
+
}));
|
|
31
|
+
//# sourceMappingURL=Button.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.types.d.mts","sourceRoot":"","sources":["../../../src/components/button/Button.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,oCAA0B;AAC5D,OAAO,KAAK,EAAE,oBAAoB,EAAE,sCAA4B;AAChE,OAAO,KAAK,EAAE,mBAAmB,EAAE,qCAA2B;AAE9D,oBAAY,aAAa;IACvB;;OAEG;IACH,OAAO,YAAY;IACnB;;OAEG;IACH,SAAS,cAAc;IACvB;;OAEG;IACH,QAAQ,aAAa;CACtB;AAED,MAAM,MAAM,WAAW,GAAG;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB,GAAG,CACA,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC,GAAG;IACjC,OAAO,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC;CACjC,CAAC,GACF,CAAC,IAAI,CAAC,oBAAoB,EAAE,KAAK,CAAC,GAAG;IACnC,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC;CACnC,CAAC,GACF,CAAC,IAAI,CAAC,mBAAmB,EAAE,KAAK,CAAC,GAAG;IAClC,OAAO,CAAC,EAAE,aAAa,CAAC,QAAQ,CAAC;CAClC,CAAC,CACL,CAAC"}
|