@metamask-previews/design-system-react 0.0.0-preview.f4da8f1 → 0.0.0-preview.fbd1fe9
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 +16 -0
- package/dist/components/avatar-favicon/AvatarFavicon.cjs.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.constants.cjs +13 -0
- package/dist/components/avatar-favicon/AvatarFavicon.constants.cjs.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.constants.d.cts +4 -0
- package/dist/components/avatar-favicon/AvatarFavicon.constants.d.cts.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.constants.d.mts +4 -0
- package/dist/components/avatar-favicon/AvatarFavicon.constants.d.mts.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.constants.mjs +10 -0
- package/dist/components/avatar-favicon/AvatarFavicon.constants.mjs.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 +17 -0
- package/dist/components/avatar-favicon/AvatarFavicon.mjs.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.cjs +27 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.cjs.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.d.cts +62 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.d.cts.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.d.mts +62 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.d.mts.map +1 -0
- package/dist/components/avatar-favicon/AvatarFavicon.types.mjs +24 -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 +17 -2
- package/dist/components/button/Button.cjs.map +1 -1
- package/dist/components/button/Button.d.cts +2 -5
- package/dist/components/button/Button.d.cts.map +1 -1
- package/dist/components/button/Button.d.mts +2 -5
- package/dist/components/button/Button.d.mts.map +1 -1
- package/dist/components/button/Button.mjs +17 -1
- package/dist/components/button/Button.mjs.map +1 -1
- 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 +5 -1
- package/dist/components/button/index.cjs.map +1 -1
- package/dist/components/button/index.d.cts +3 -1
- package/dist/components/button/index.d.cts.map +1 -1
- package/dist/components/button/index.d.mts +3 -1
- package/dist/components/button/index.d.mts.map +1 -1
- package/dist/components/button/index.mjs +2 -0
- package/dist/components/button/index.mjs.map +1 -1
- 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 +42 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +27 -1
- package/dist/components/index.d.cts.map +1 -1
- package/dist/components/index.d.mts +27 -1
- package/dist/components/index.d.mts.map +1 -1
- package/dist/components/index.mjs +15 -1
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/text/Text.cjs +7 -4
- package/dist/components/text/Text.cjs.map +1 -1
- package/dist/components/text/Text.constants.cjs +2 -2
- package/dist/components/text/Text.constants.cjs.map +1 -1
- package/dist/components/text/Text.constants.mjs +2 -2
- package/dist/components/text/Text.constants.mjs.map +1 -1
- package/dist/components/text/Text.d.cts +1 -1
- package/dist/components/text/Text.d.cts.map +1 -1
- package/dist/components/text/Text.d.mts +1 -1
- package/dist/components/text/Text.d.mts.map +1 -1
- package/dist/components/text/Text.mjs +7 -4
- package/dist/components/text/Text.mjs.map +1 -1
- package/dist/components/text/Text.types.cjs.map +1 -1
- package/dist/components/text/Text.types.d.cts +12 -4
- package/dist/components/text/Text.types.d.cts.map +1 -1
- package/dist/components/text/Text.types.d.mts +12 -4
- package/dist/components/text/Text.types.d.mts.map +1 -1
- package/dist/components/text/Text.types.mjs.map +1 -1
- 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/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/package.json +18 -7
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
export declare const Button: ({ children, ...props }: ButtonProps) => React.JSX.Element;
|
|
2
|
+
import type { ButtonProps } from "./Button.types.mjs";
|
|
3
|
+
export declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
7
4
|
//# sourceMappingURL=Button.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.mts","sourceRoot":"","sources":["../../../src/components/button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;
|
|
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"}
|
|
@@ -6,5 +6,21 @@ function $importDefault(module) {
|
|
|
6
6
|
}
|
|
7
7
|
import $React from "react";
|
|
8
8
|
const React = $importDefault($React);
|
|
9
|
-
|
|
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';
|
|
10
26
|
//# sourceMappingURL=Button.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.mjs","sourceRoot":"","sources":["../../../src/components/button/Button.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;
|
|
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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export var ButtonVariant;
|
|
2
|
+
(function (ButtonVariant) {
|
|
3
|
+
/**
|
|
4
|
+
* Primary button variant - used for primary actions
|
|
5
|
+
*/
|
|
6
|
+
ButtonVariant["Primary"] = "primary";
|
|
7
|
+
/**
|
|
8
|
+
* Secondary button variant - used for secondary actions
|
|
9
|
+
*/
|
|
10
|
+
ButtonVariant["Secondary"] = "secondary";
|
|
11
|
+
/**
|
|
12
|
+
* Tertiary button variant - used for tertiary-like actions
|
|
13
|
+
*/
|
|
14
|
+
ButtonVariant["Tertiary"] = "tertiary";
|
|
15
|
+
})(ButtonVariant || (ButtonVariant = {}));
|
|
16
|
+
//# sourceMappingURL=Button.types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.types.mjs","sourceRoot":"","sources":["../../../src/components/button/Button.types.ts"],"names":[],"mappings":"AAIA,MAAM,CAAN,IAAY,aAaX;AAbD,WAAY,aAAa;IACvB;;OAEG;IACH,oCAAmB,CAAA;IACnB;;OAEG;IACH,wCAAuB,CAAA;IACvB;;OAEG;IACH,sCAAqB,CAAA;AACvB,CAAC,EAbW,aAAa,KAAb,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"]}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Button = void 0;
|
|
3
|
+
exports.ButtonSize = exports.ButtonVariant = exports.Button = void 0;
|
|
4
4
|
var Button_1 = require("./Button.cjs");
|
|
5
5
|
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Button_1.Button; } });
|
|
6
|
+
var Button_types_1 = require("./Button.types.cjs");
|
|
7
|
+
Object.defineProperty(exports, "ButtonVariant", { enumerable: true, get: function () { return Button_types_1.ButtonVariant; } });
|
|
8
|
+
var button_base_1 = require("../button-base/index.cjs");
|
|
9
|
+
Object.defineProperty(exports, "ButtonSize", { enumerable: true, get: function () { return button_base_1.ButtonBaseSize; } });
|
|
6
10
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":";;;AAAA,uCAAkC;AAAzB,gGAAA,MAAM,OAAA","sourcesContent":["export { Button } from './Button';\nexport type { ButtonProps } from './Button';\n"]}
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":";;;AAAA,uCAAkC;AAAzB,gGAAA,MAAM,OAAA;AAEf,mDAA+C;AAAtC,6GAAA,aAAa,OAAA;AACtB,wDAA8D;AAArD,yGAAA,cAAc,OAAc","sourcesContent":["export { Button } from './Button';\nexport type { ButtonProps } from './Button.types';\nexport { ButtonVariant } from './Button.types';\nexport { ButtonBaseSize as ButtonSize } from '../button-base';\n"]}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export { Button } from "./Button.cjs";
|
|
2
|
-
export type { ButtonProps } from "./Button.cjs";
|
|
2
|
+
export type { ButtonProps } from "./Button.types.cjs";
|
|
3
|
+
export { ButtonVariant } from "./Button.types.cjs";
|
|
4
|
+
export { ButtonBaseSize as ButtonSize } from "../button-base/index.cjs";
|
|
3
5
|
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,qBAAiB;AAClC,YAAY,EAAE,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,qBAAiB;AAClC,YAAY,EAAE,WAAW,EAAE,2BAAuB;AAClD,OAAO,EAAE,aAAa,EAAE,2BAAuB;AAC/C,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,iCAAuB"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export { Button } from "./Button.mjs";
|
|
2
|
-
export type { ButtonProps } from "./Button.mjs";
|
|
2
|
+
export type { ButtonProps } from "./Button.types.mjs";
|
|
3
|
+
export { ButtonVariant } from "./Button.types.mjs";
|
|
4
|
+
export { ButtonBaseSize as ButtonSize } from "../button-base/index.mjs";
|
|
3
5
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,qBAAiB;AAClC,YAAY,EAAE,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,qBAAiB;AAClC,YAAY,EAAE,WAAW,EAAE,2BAAuB;AAClD,OAAO,EAAE,aAAa,EAAE,2BAAuB;AAC/C,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,iCAAuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,qBAAiB","sourcesContent":["export { Button } from './Button';\nexport type { ButtonProps } from './Button';\n"]}
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,qBAAiB;AAElC,OAAO,EAAE,aAAa,EAAE,2BAAuB;AAC/C,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,iCAAuB","sourcesContent":["export { Button } from './Button';\nexport type { ButtonProps } from './Button.types';\nexport { ButtonVariant } from './Button.types';\nexport { ButtonBaseSize as ButtonSize } from '../button-base';\n"]}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.ButtonBase = void 0;
|
|
7
|
+
const react_slot_1 = require("@radix-ui/react-slot");
|
|
8
|
+
const react_1 = __importDefault(require("react"));
|
|
9
|
+
const text_1 = require("../text/index.cjs");
|
|
10
|
+
const icon_1 = require("../icon/index.cjs");
|
|
11
|
+
const tw_merge_1 = require("../../utils/tw-merge.cjs");
|
|
12
|
+
const ButtonBase_constants_1 = require("./ButtonBase.constants.cjs");
|
|
13
|
+
const ButtonBase_types_1 = require("./ButtonBase.types.cjs");
|
|
14
|
+
exports.ButtonBase = react_1.default.forwardRef(({ children, className, size = ButtonBase_types_1.ButtonBaseSize.Lg, isFullWidth, asChild, isDisabled, isLoading, loadingText, loadingIconProps, startIconName, startIconProps, startAccessory, endIconName, endIconProps, endAccessory, textProps, style, ...props }, ref) => {
|
|
15
|
+
const Component = asChild ? react_slot_1.Slot : 'button';
|
|
16
|
+
const isInteractive = !(isDisabled ?? isLoading);
|
|
17
|
+
const renderLoadingState = () => (react_1.default.createElement(react_1.default.Fragment, null,
|
|
18
|
+
react_1.default.createElement("span", { className: "absolute inline-flex items-center" },
|
|
19
|
+
react_1.default.createElement(icon_1.Icon, { name: icon_1.IconName.Loading, size: icon_1.IconSize.Sm, className: (0, tw_merge_1.twMerge)('animate-spin mr-2 text-inherit', loadingIconProps?.className), ...loadingIconProps }),
|
|
20
|
+
loadingText),
|
|
21
|
+
react_1.default.createElement("span", { className: "invisible inline-flex items-center" }, children)));
|
|
22
|
+
const renderStartContent = () => {
|
|
23
|
+
if (startIconName) {
|
|
24
|
+
return (react_1.default.createElement(icon_1.Icon, { name: startIconName, size: icon_1.IconSize.Sm, className: (0, tw_merge_1.twMerge)('mr-2 text-inherit', startIconProps?.className), ...startIconProps }));
|
|
25
|
+
}
|
|
26
|
+
if (startAccessory) {
|
|
27
|
+
return react_1.default.createElement("span", { className: "mr-2" }, startAccessory);
|
|
28
|
+
}
|
|
29
|
+
return null;
|
|
30
|
+
};
|
|
31
|
+
const renderEndContent = () => {
|
|
32
|
+
if (endIconName) {
|
|
33
|
+
return (react_1.default.createElement(icon_1.Icon, { name: endIconName, size: icon_1.IconSize.Sm, className: (0, tw_merge_1.twMerge)('ml-2 text-inherit', endIconProps?.className), ...endIconProps }));
|
|
34
|
+
}
|
|
35
|
+
if (endAccessory) {
|
|
36
|
+
return react_1.default.createElement("span", { className: "ml-2" }, endAccessory);
|
|
37
|
+
}
|
|
38
|
+
return null;
|
|
39
|
+
};
|
|
40
|
+
const renderContent = () => {
|
|
41
|
+
if (children && typeof children === 'string') {
|
|
42
|
+
return (react_1.default.createElement(text_1.Text, { fontWeight: text_1.FontWeight.Medium, color: text_1.TextColor.Inherit, asChild: true, ...textProps },
|
|
43
|
+
react_1.default.createElement("span", null, children)));
|
|
44
|
+
}
|
|
45
|
+
return children;
|
|
46
|
+
};
|
|
47
|
+
const mergedClassName = (0, tw_merge_1.twMerge)(
|
|
48
|
+
// Base styles
|
|
49
|
+
'inline-flex items-center justify-center', 'rounded-full px-4', 'text-default font-medium', 'bg-muted',
|
|
50
|
+
// Add relative positioning for loading state
|
|
51
|
+
'relative',
|
|
52
|
+
// Size
|
|
53
|
+
ButtonBase_constants_1.BUTTON_BASE_SIZE_CLASS_MAP[size],
|
|
54
|
+
// Full width
|
|
55
|
+
isFullWidth && 'w-full',
|
|
56
|
+
// Animation classes - only applied when interactive
|
|
57
|
+
isInteractive && [
|
|
58
|
+
'transition-[transform,colors,opacity]',
|
|
59
|
+
'duration-100',
|
|
60
|
+
'ease-linear',
|
|
61
|
+
'active:scale-[0.97]',
|
|
62
|
+
'active:ease-[cubic-bezier(0.3,0.8,0.3,1)]',
|
|
63
|
+
],
|
|
64
|
+
// Disabled state - apply to both isDisabled and isLoading
|
|
65
|
+
(isDisabled || isLoading) && 'cursor-not-allowed', isDisabled && 'opacity-50',
|
|
66
|
+
// Custom classes
|
|
67
|
+
className);
|
|
68
|
+
return (react_1.default.createElement(Component, { ref: ref, className: mergedClassName, disabled: asChild ? undefined : (isDisabled ?? isLoading), style: style, ...props },
|
|
69
|
+
renderStartContent(),
|
|
70
|
+
react_1.default.createElement(react_slot_1.Slottable, null, isLoading ? renderLoadingState() : renderContent()),
|
|
71
|
+
renderEndContent()));
|
|
72
|
+
});
|
|
73
|
+
exports.ButtonBase.displayName = 'ButtonBase';
|
|
74
|
+
//# sourceMappingURL=ButtonBase.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.cjs","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.tsx"],"names":[],"mappings":";;;;;;AAAA,qDAAuD;AACvD,kDAA0B;AAE1B,4CAAsD;AACtD,4CAAmD;AACnD,uDAA+C;AAC/C,qEAAoE;AAEpE,6DAAoD;AAEvC,QAAA,UAAU,GAAG,eAAK,CAAC,UAAU,CACxC,CACE,EACE,QAAQ,EACR,SAAS,EACT,IAAI,GAAG,iCAAc,CAAC,EAAE,EACxB,WAAW,EACX,OAAO,EACP,UAAU,EACV,SAAS,EACT,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,cAAc,EACd,cAAc,EACd,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,SAAS,GAAG,OAAO,CAAC,CAAC,CAAC,iBAAI,CAAC,CAAC,CAAC,QAAQ,CAAC;IAC5C,MAAM,aAAa,GAAG,CAAC,CAAC,UAAU,IAAI,SAAS,CAAC,CAAC;IAEjD,MAAM,kBAAkB,GAAG,GAAG,EAAE,CAAC,CAC/B;QACE,wCAAM,SAAS,EAAC,mCAAmC;YACjD,8BAAC,WAAI,IACH,IAAI,EAAE,eAAQ,CAAC,OAAO,EACtB,IAAI,EAAE,eAAQ,CAAC,EAAE,EACjB,SAAS,EAAE,IAAA,kBAAO,EAChB,gCAAgC,EAChC,gBAAgB,EAAE,SAAS,CAC5B,KACG,gBAAgB,GACpB;YACD,WAAW,CACP;QACP,wCAAM,SAAS,EAAC,oCAAoC,IAAE,QAAQ,CAAQ,CACrE,CACJ,CAAC;IAEF,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC9B,IAAI,aAAa,EAAE;YACjB,OAAO,CACL,8BAAC,WAAI,IACH,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,eAAQ,CAAC,EAAE,EACjB,SAAS,EAAE,IAAA,kBAAO,EAAC,mBAAmB,EAAE,cAAc,EAAE,SAAS,CAAC,KAC9D,cAAc,GAClB,CACH,CAAC;SACH;QACD,IAAI,cAAc,EAAE;YAClB,OAAO,wCAAM,SAAS,EAAC,MAAM,IAAE,cAAc,CAAQ,CAAC;SACvD;QACD,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,GAAG,EAAE;QAC5B,IAAI,WAAW,EAAE;YACf,OAAO,CACL,8BAAC,WAAI,IACH,IAAI,EAAE,WAAW,EACjB,IAAI,EAAE,eAAQ,CAAC,EAAE,EACjB,SAAS,EAAE,IAAA,kBAAO,EAAC,mBAAmB,EAAE,YAAY,EAAE,SAAS,CAAC,KAC5D,YAAY,GAChB,CACH,CAAC;SACH;QACD,IAAI,YAAY,EAAE;YAChB,OAAO,wCAAM,SAAS,EAAC,MAAM,IAAE,YAAY,CAAQ,CAAC;SACrD;QACD,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;IAEF,MAAM,aAAa,GAAG,GAAG,EAAE;QACzB,IAAI,QAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE;YAC5C,OAAO,CACL,8BAAC,WAAI,IACH,UAAU,EAAE,iBAAU,CAAC,MAAM,EAC7B,KAAK,EAAE,gBAAS,CAAC,OAAO,EACxB,OAAO,WACH,SAAS;gBAEb,4CAAO,QAAQ,CAAQ,CAClB,CACR,CAAC;SACH;QACD,OAAO,QAAQ,CAAC;IAClB,CAAC,CAAC;IAEF,MAAM,eAAe,GAAG,IAAA,kBAAO;IAC7B,cAAc;IACd,yCAAyC,EACzC,mBAAmB,EACnB,0BAA0B,EAC1B,UAAU;IACV,6CAA6C;IAC7C,UAAU;IACV,OAAO;IACP,iDAA0B,CAAC,IAAI,CAAC;IAChC,aAAa;IACb,WAAW,IAAI,QAAQ;IACvB,oDAAoD;IACpD,aAAa,IAAI;QACf,uCAAuC;QACvC,cAAc;QACd,aAAa;QACb,qBAAqB;QACrB,2CAA2C;KAC5C;IACD,0DAA0D;IAC1D,CAAC,UAAU,IAAI,SAAS,CAAC,IAAI,oBAAoB,EACjD,UAAU,IAAI,YAAY;IAC1B,iBAAiB;IACjB,SAAS,CACV,CAAC;IAEF,OAAO,CACL,8BAAC,SAAS,IACR,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,UAAU,IAAI,SAAS,CAAC,EACzD,KAAK,EAAE,KAAK,KACR,KAAK;QAER,kBAAkB,EAAE;QACrB,8BAAC,sBAAS,QACP,SAAS,CAAC,CAAC,CAAC,kBAAkB,EAAE,CAAC,CAAC,CAAC,aAAa,EAAE,CACzC;QACX,gBAAgB,EAAE,CACT,CACb,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,kBAAU,CAAC,WAAW,GAAG,YAAY,CAAC","sourcesContent":["import { Slot, Slottable } from '@radix-ui/react-slot';\nimport React from 'react';\n\nimport { Text, FontWeight, TextColor } from '../text';\nimport { Icon, IconName, IconSize } from '../icon';\nimport { twMerge } from '../../utils/tw-merge';\nimport { BUTTON_BASE_SIZE_CLASS_MAP } from './ButtonBase.constants';\nimport type { ButtonBaseProps } from './ButtonBase.types';\nimport { ButtonBaseSize } from './ButtonBase.types';\n\nexport const ButtonBase = React.forwardRef<HTMLButtonElement, ButtonBaseProps>(\n (\n {\n children,\n className,\n size = ButtonBaseSize.Lg,\n isFullWidth,\n asChild,\n isDisabled,\n isLoading,\n loadingText,\n loadingIconProps,\n startIconName,\n startIconProps,\n startAccessory,\n endIconName,\n endIconProps,\n endAccessory,\n textProps,\n style,\n ...props\n },\n ref,\n ) => {\n const Component = asChild ? Slot : 'button';\n const isInteractive = !(isDisabled ?? isLoading);\n\n const renderLoadingState = () => (\n <>\n <span className=\"absolute inline-flex items-center\">\n <Icon\n name={IconName.Loading}\n size={IconSize.Sm}\n className={twMerge(\n 'animate-spin mr-2 text-inherit',\n loadingIconProps?.className,\n )}\n {...loadingIconProps}\n />\n {loadingText}\n </span>\n <span className=\"invisible inline-flex items-center\">{children}</span>\n </>\n );\n\n const renderStartContent = () => {\n if (startIconName) {\n return (\n <Icon\n name={startIconName}\n size={IconSize.Sm}\n className={twMerge('mr-2 text-inherit', startIconProps?.className)}\n {...startIconProps}\n />\n );\n }\n if (startAccessory) {\n return <span className=\"mr-2\">{startAccessory}</span>;\n }\n return null;\n };\n\n const renderEndContent = () => {\n if (endIconName) {\n return (\n <Icon\n name={endIconName}\n size={IconSize.Sm}\n className={twMerge('ml-2 text-inherit', endIconProps?.className)}\n {...endIconProps}\n />\n );\n }\n if (endAccessory) {\n return <span className=\"ml-2\">{endAccessory}</span>;\n }\n return null;\n };\n\n const renderContent = () => {\n if (children && typeof children === 'string') {\n return (\n <Text\n fontWeight={FontWeight.Medium}\n color={TextColor.Inherit}\n asChild\n {...textProps}\n >\n <span>{children}</span>\n </Text>\n );\n }\n return children;\n };\n\n const mergedClassName = twMerge(\n // Base styles\n 'inline-flex items-center justify-center',\n 'rounded-full px-4',\n 'text-default font-medium',\n 'bg-muted',\n // Add relative positioning for loading state\n 'relative',\n // Size\n BUTTON_BASE_SIZE_CLASS_MAP[size],\n // Full width\n isFullWidth && 'w-full',\n // Animation classes - only applied when interactive\n isInteractive && [\n 'transition-[transform,colors,opacity]',\n 'duration-100',\n 'ease-linear',\n 'active:scale-[0.97]',\n 'active:ease-[cubic-bezier(0.3,0.8,0.3,1)]',\n ],\n // Disabled state - apply to both isDisabled and isLoading\n (isDisabled || isLoading) && 'cursor-not-allowed',\n isDisabled && 'opacity-50',\n // Custom classes\n className,\n );\n\n return (\n <Component\n ref={ref}\n className={mergedClassName}\n disabled={asChild ? undefined : (isDisabled ?? isLoading)}\n style={style}\n {...props}\n >\n {renderStartContent()}\n <Slottable>\n {isLoading ? renderLoadingState() : renderContent()}\n </Slottable>\n {renderEndContent()}\n </Component>\n );\n },\n);\n\nButtonBase.displayName = 'ButtonBase';\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BUTTON_BASE_SIZE_CLASS_MAP = void 0;
|
|
4
|
+
const ButtonBase_types_1 = require("./ButtonBase.types.cjs");
|
|
5
|
+
exports.BUTTON_BASE_SIZE_CLASS_MAP = {
|
|
6
|
+
[ButtonBase_types_1.ButtonBaseSize.Sm]: 'h-8',
|
|
7
|
+
[ButtonBase_types_1.ButtonBaseSize.Md]: 'h-10',
|
|
8
|
+
[ButtonBase_types_1.ButtonBaseSize.Lg]: 'h-12', // size (48px).
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ButtonBase.constants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.constants.cjs","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.constants.ts"],"names":[],"mappings":";;;AAAA,6DAAoD;AAEvC,QAAA,0BAA0B,GAAmC;IACxE,CAAC,iCAAc,CAAC,EAAE,CAAC,EAAE,KAAK;IAC1B,CAAC,iCAAc,CAAC,EAAE,CAAC,EAAE,MAAM;IAC3B,CAAC,iCAAc,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,eAAe;CAC7C,CAAC","sourcesContent":["import { ButtonBaseSize } from './ButtonBase.types';\n\nexport const BUTTON_BASE_SIZE_CLASS_MAP: Record<ButtonBaseSize, string> = {\n [ButtonBaseSize.Sm]: 'h-8', // size (32px).\n [ButtonBaseSize.Md]: 'h-10', // size (40px).\n [ButtonBaseSize.Lg]: 'h-12', // size (48px).\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.constants.d.cts","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,+BAA2B;AAEpD,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAIrE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.constants.d.mts","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,+BAA2B;AAEpD,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAIrE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.constants.mjs","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,+BAA2B;AAEpD,MAAM,CAAC,MAAM,0BAA0B,GAAmC;IACxE,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,KAAK;IAC1B,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,MAAM;IAC3B,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,eAAe;CAC7C,CAAC","sourcesContent":["import { ButtonBaseSize } from './ButtonBase.types';\n\nexport const BUTTON_BASE_SIZE_CLASS_MAP: Record<ButtonBaseSize, string> = {\n [ButtonBaseSize.Sm]: 'h-8', // size (32px).\n [ButtonBaseSize.Md]: 'h-10', // size (40px).\n [ButtonBaseSize.Lg]: 'h-12', // size (48px).\n};\n"]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { ButtonBaseProps } from "./ButtonBase.types.cjs";
|
|
3
|
+
export declare const ButtonBase: React.ForwardRefExoticComponent<Omit<ButtonBaseProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
//# sourceMappingURL=ButtonBase.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.d.cts","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAM1B,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAG1D,eAAO,MAAM,UAAU,wGA0ItB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { ButtonBaseProps } from "./ButtonBase.types.mjs";
|
|
3
|
+
export declare const ButtonBase: React.ForwardRefExoticComponent<Omit<ButtonBaseProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
//# sourceMappingURL=ButtonBase.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.d.mts","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAM1B,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAG1D,eAAO,MAAM,UAAU,wGA0ItB,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
function $importDefault(module) {
|
|
2
|
+
if (module?.__esModule) {
|
|
3
|
+
return module.default;
|
|
4
|
+
}
|
|
5
|
+
return module;
|
|
6
|
+
}
|
|
7
|
+
import { Slot, Slottable } from "@radix-ui/react-slot";
|
|
8
|
+
import $React from "react";
|
|
9
|
+
const React = $importDefault($React);
|
|
10
|
+
import { Text, FontWeight, TextColor } from "../text/index.mjs";
|
|
11
|
+
import { Icon, IconName, IconSize } from "../icon/index.mjs";
|
|
12
|
+
import { twMerge } from "../../utils/tw-merge.mjs";
|
|
13
|
+
import { BUTTON_BASE_SIZE_CLASS_MAP } from "./ButtonBase.constants.mjs";
|
|
14
|
+
import { ButtonBaseSize } from "./ButtonBase.types.mjs";
|
|
15
|
+
export const ButtonBase = React.forwardRef(({ children, className, size = ButtonBaseSize.Lg, isFullWidth, asChild, isDisabled, isLoading, loadingText, loadingIconProps, startIconName, startIconProps, startAccessory, endIconName, endIconProps, endAccessory, textProps, style, ...props }, ref) => {
|
|
16
|
+
const Component = asChild ? Slot : 'button';
|
|
17
|
+
const isInteractive = !(isDisabled ?? isLoading);
|
|
18
|
+
const renderLoadingState = () => (React.createElement(React.Fragment, null,
|
|
19
|
+
React.createElement("span", { className: "absolute inline-flex items-center" },
|
|
20
|
+
React.createElement(Icon, { name: IconName.Loading, size: IconSize.Sm, className: twMerge('animate-spin mr-2 text-inherit', loadingIconProps?.className), ...loadingIconProps }),
|
|
21
|
+
loadingText),
|
|
22
|
+
React.createElement("span", { className: "invisible inline-flex items-center" }, children)));
|
|
23
|
+
const renderStartContent = () => {
|
|
24
|
+
if (startIconName) {
|
|
25
|
+
return (React.createElement(Icon, { name: startIconName, size: IconSize.Sm, className: twMerge('mr-2 text-inherit', startIconProps?.className), ...startIconProps }));
|
|
26
|
+
}
|
|
27
|
+
if (startAccessory) {
|
|
28
|
+
return React.createElement("span", { className: "mr-2" }, startAccessory);
|
|
29
|
+
}
|
|
30
|
+
return null;
|
|
31
|
+
};
|
|
32
|
+
const renderEndContent = () => {
|
|
33
|
+
if (endIconName) {
|
|
34
|
+
return (React.createElement(Icon, { name: endIconName, size: IconSize.Sm, className: twMerge('ml-2 text-inherit', endIconProps?.className), ...endIconProps }));
|
|
35
|
+
}
|
|
36
|
+
if (endAccessory) {
|
|
37
|
+
return React.createElement("span", { className: "ml-2" }, endAccessory);
|
|
38
|
+
}
|
|
39
|
+
return null;
|
|
40
|
+
};
|
|
41
|
+
const renderContent = () => {
|
|
42
|
+
if (children && typeof children === 'string') {
|
|
43
|
+
return (React.createElement(Text, { fontWeight: FontWeight.Medium, color: TextColor.Inherit, asChild: true, ...textProps },
|
|
44
|
+
React.createElement("span", null, children)));
|
|
45
|
+
}
|
|
46
|
+
return children;
|
|
47
|
+
};
|
|
48
|
+
const mergedClassName = twMerge(
|
|
49
|
+
// Base styles
|
|
50
|
+
'inline-flex items-center justify-center', 'rounded-full px-4', 'text-default font-medium', 'bg-muted',
|
|
51
|
+
// Add relative positioning for loading state
|
|
52
|
+
'relative',
|
|
53
|
+
// Size
|
|
54
|
+
BUTTON_BASE_SIZE_CLASS_MAP[size],
|
|
55
|
+
// Full width
|
|
56
|
+
isFullWidth && 'w-full',
|
|
57
|
+
// Animation classes - only applied when interactive
|
|
58
|
+
isInteractive && [
|
|
59
|
+
'transition-[transform,colors,opacity]',
|
|
60
|
+
'duration-100',
|
|
61
|
+
'ease-linear',
|
|
62
|
+
'active:scale-[0.97]',
|
|
63
|
+
'active:ease-[cubic-bezier(0.3,0.8,0.3,1)]',
|
|
64
|
+
],
|
|
65
|
+
// Disabled state - apply to both isDisabled and isLoading
|
|
66
|
+
(isDisabled || isLoading) && 'cursor-not-allowed', isDisabled && 'opacity-50',
|
|
67
|
+
// Custom classes
|
|
68
|
+
className);
|
|
69
|
+
return (React.createElement(Component, { ref: ref, className: mergedClassName, disabled: asChild ? undefined : (isDisabled ?? isLoading), style: style, ...props },
|
|
70
|
+
renderStartContent(),
|
|
71
|
+
React.createElement(Slottable, null, isLoading ? renderLoadingState() : renderContent()),
|
|
72
|
+
renderEndContent()));
|
|
73
|
+
});
|
|
74
|
+
ButtonBase.displayName = 'ButtonBase';
|
|
75
|
+
//# sourceMappingURL=ButtonBase.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.mjs","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,6BAA6B;AACvD,OAAO,MAAK,cAAc;;AAE1B,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,0BAAgB;AACtD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,0BAAgB;AACnD,OAAO,EAAE,OAAO,EAAE,iCAA6B;AAC/C,OAAO,EAAE,0BAA0B,EAAE,mCAA+B;AAEpE,OAAO,EAAE,cAAc,EAAE,+BAA2B;AAEpD,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CACxC,CACE,EACE,QAAQ,EACR,SAAS,EACT,IAAI,GAAG,cAAc,CAAC,EAAE,EACxB,WAAW,EACX,OAAO,EACP,UAAU,EACV,SAAS,EACT,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,cAAc,EACd,cAAc,EACd,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,SAAS,GAAG,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC;IAC5C,MAAM,aAAa,GAAG,CAAC,CAAC,UAAU,IAAI,SAAS,CAAC,CAAC;IAEjD,MAAM,kBAAkB,GAAG,GAAG,EAAE,CAAC,CAC/B;QACE,8BAAM,SAAS,EAAC,mCAAmC;YACjD,oBAAC,IAAI,IACH,IAAI,EAAE,QAAQ,CAAC,OAAO,EACtB,IAAI,EAAE,QAAQ,CAAC,EAAE,EACjB,SAAS,EAAE,OAAO,CAChB,gCAAgC,EAChC,gBAAgB,EAAE,SAAS,CAC5B,KACG,gBAAgB,GACpB;YACD,WAAW,CACP;QACP,8BAAM,SAAS,EAAC,oCAAoC,IAAE,QAAQ,CAAQ,CACrE,CACJ,CAAC;IAEF,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC9B,IAAI,aAAa,EAAE;YACjB,OAAO,CACL,oBAAC,IAAI,IACH,IAAI,EAAE,aAAa,EACnB,IAAI,EAAE,QAAQ,CAAC,EAAE,EACjB,SAAS,EAAE,OAAO,CAAC,mBAAmB,EAAE,cAAc,EAAE,SAAS,CAAC,KAC9D,cAAc,GAClB,CACH,CAAC;SACH;QACD,IAAI,cAAc,EAAE;YAClB,OAAO,8BAAM,SAAS,EAAC,MAAM,IAAE,cAAc,CAAQ,CAAC;SACvD;QACD,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,GAAG,EAAE;QAC5B,IAAI,WAAW,EAAE;YACf,OAAO,CACL,oBAAC,IAAI,IACH,IAAI,EAAE,WAAW,EACjB,IAAI,EAAE,QAAQ,CAAC,EAAE,EACjB,SAAS,EAAE,OAAO,CAAC,mBAAmB,EAAE,YAAY,EAAE,SAAS,CAAC,KAC5D,YAAY,GAChB,CACH,CAAC;SACH;QACD,IAAI,YAAY,EAAE;YAChB,OAAO,8BAAM,SAAS,EAAC,MAAM,IAAE,YAAY,CAAQ,CAAC;SACrD;QACD,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;IAEF,MAAM,aAAa,GAAG,GAAG,EAAE;QACzB,IAAI,QAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE;YAC5C,OAAO,CACL,oBAAC,IAAI,IACH,UAAU,EAAE,UAAU,CAAC,MAAM,EAC7B,KAAK,EAAE,SAAS,CAAC,OAAO,EACxB,OAAO,WACH,SAAS;gBAEb,kCAAO,QAAQ,CAAQ,CAClB,CACR,CAAC;SACH;QACD,OAAO,QAAQ,CAAC;IAClB,CAAC,CAAC;IAEF,MAAM,eAAe,GAAG,OAAO;IAC7B,cAAc;IACd,yCAAyC,EACzC,mBAAmB,EACnB,0BAA0B,EAC1B,UAAU;IACV,6CAA6C;IAC7C,UAAU;IACV,OAAO;IACP,0BAA0B,CAAC,IAAI,CAAC;IAChC,aAAa;IACb,WAAW,IAAI,QAAQ;IACvB,oDAAoD;IACpD,aAAa,IAAI;QACf,uCAAuC;QACvC,cAAc;QACd,aAAa;QACb,qBAAqB;QACrB,2CAA2C;KAC5C;IACD,0DAA0D;IAC1D,CAAC,UAAU,IAAI,SAAS,CAAC,IAAI,oBAAoB,EACjD,UAAU,IAAI,YAAY;IAC1B,iBAAiB;IACjB,SAAS,CACV,CAAC;IAEF,OAAO,CACL,oBAAC,SAAS,IACR,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,UAAU,IAAI,SAAS,CAAC,EACzD,KAAK,EAAE,KAAK,KACR,KAAK;QAER,kBAAkB,EAAE;QACrB,oBAAC,SAAS,QACP,SAAS,CAAC,CAAC,CAAC,kBAAkB,EAAE,CAAC,CAAC,CAAC,aAAa,EAAE,CACzC;QACX,gBAAgB,EAAE,CACT,CACb,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC","sourcesContent":["import { Slot, Slottable } from '@radix-ui/react-slot';\nimport React from 'react';\n\nimport { Text, FontWeight, TextColor } from '../text';\nimport { Icon, IconName, IconSize } from '../icon';\nimport { twMerge } from '../../utils/tw-merge';\nimport { BUTTON_BASE_SIZE_CLASS_MAP } from './ButtonBase.constants';\nimport type { ButtonBaseProps } from './ButtonBase.types';\nimport { ButtonBaseSize } from './ButtonBase.types';\n\nexport const ButtonBase = React.forwardRef<HTMLButtonElement, ButtonBaseProps>(\n (\n {\n children,\n className,\n size = ButtonBaseSize.Lg,\n isFullWidth,\n asChild,\n isDisabled,\n isLoading,\n loadingText,\n loadingIconProps,\n startIconName,\n startIconProps,\n startAccessory,\n endIconName,\n endIconProps,\n endAccessory,\n textProps,\n style,\n ...props\n },\n ref,\n ) => {\n const Component = asChild ? Slot : 'button';\n const isInteractive = !(isDisabled ?? isLoading);\n\n const renderLoadingState = () => (\n <>\n <span className=\"absolute inline-flex items-center\">\n <Icon\n name={IconName.Loading}\n size={IconSize.Sm}\n className={twMerge(\n 'animate-spin mr-2 text-inherit',\n loadingIconProps?.className,\n )}\n {...loadingIconProps}\n />\n {loadingText}\n </span>\n <span className=\"invisible inline-flex items-center\">{children}</span>\n </>\n );\n\n const renderStartContent = () => {\n if (startIconName) {\n return (\n <Icon\n name={startIconName}\n size={IconSize.Sm}\n className={twMerge('mr-2 text-inherit', startIconProps?.className)}\n {...startIconProps}\n />\n );\n }\n if (startAccessory) {\n return <span className=\"mr-2\">{startAccessory}</span>;\n }\n return null;\n };\n\n const renderEndContent = () => {\n if (endIconName) {\n return (\n <Icon\n name={endIconName}\n size={IconSize.Sm}\n className={twMerge('ml-2 text-inherit', endIconProps?.className)}\n {...endIconProps}\n />\n );\n }\n if (endAccessory) {\n return <span className=\"ml-2\">{endAccessory}</span>;\n }\n return null;\n };\n\n const renderContent = () => {\n if (children && typeof children === 'string') {\n return (\n <Text\n fontWeight={FontWeight.Medium}\n color={TextColor.Inherit}\n asChild\n {...textProps}\n >\n <span>{children}</span>\n </Text>\n );\n }\n return children;\n };\n\n const mergedClassName = twMerge(\n // Base styles\n 'inline-flex items-center justify-center',\n 'rounded-full px-4',\n 'text-default font-medium',\n 'bg-muted',\n // Add relative positioning for loading state\n 'relative',\n // Size\n BUTTON_BASE_SIZE_CLASS_MAP[size],\n // Full width\n isFullWidth && 'w-full',\n // Animation classes - only applied when interactive\n isInteractive && [\n 'transition-[transform,colors,opacity]',\n 'duration-100',\n 'ease-linear',\n 'active:scale-[0.97]',\n 'active:ease-[cubic-bezier(0.3,0.8,0.3,1)]',\n ],\n // Disabled state - apply to both isDisabled and isLoading\n (isDisabled || isLoading) && 'cursor-not-allowed',\n isDisabled && 'opacity-50',\n // Custom classes\n className,\n );\n\n return (\n <Component\n ref={ref}\n className={mergedClassName}\n disabled={asChild ? undefined : (isDisabled ?? isLoading)}\n style={style}\n {...props}\n >\n {renderStartContent()}\n <Slottable>\n {isLoading ? renderLoadingState() : renderContent()}\n </Slottable>\n {renderEndContent()}\n </Component>\n );\n },\n);\n\nButtonBase.displayName = 'ButtonBase';\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ButtonBaseSize = void 0;
|
|
4
|
+
var ButtonBaseSize;
|
|
5
|
+
(function (ButtonBaseSize) {
|
|
6
|
+
/**
|
|
7
|
+
* Represents a small button size (32px).
|
|
8
|
+
*/
|
|
9
|
+
ButtonBaseSize["Sm"] = "sm";
|
|
10
|
+
/**
|
|
11
|
+
* Represents a medium button size (40px).
|
|
12
|
+
*/
|
|
13
|
+
ButtonBaseSize["Md"] = "md";
|
|
14
|
+
/**
|
|
15
|
+
* Represents a large button size (48px).
|
|
16
|
+
*/
|
|
17
|
+
ButtonBaseSize["Lg"] = "lg";
|
|
18
|
+
})(ButtonBaseSize || (exports.ButtonBaseSize = ButtonBaseSize = {}));
|
|
19
|
+
//# sourceMappingURL=ButtonBase.types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonBase.types.cjs","sourceRoot":"","sources":["../../../src/components/button-base/ButtonBase.types.ts"],"names":[],"mappings":";;;AAMA,IAAY,cAaX;AAbD,WAAY,cAAc;IACxB;;OAEG;IACH,2BAAS,CAAA;IACT;;OAEG;IACH,2BAAS,CAAA;IACT;;OAEG;IACH,2BAAS,CAAA;AACX,CAAC,EAbW,cAAc,8BAAd,cAAc,QAazB","sourcesContent":["import type { ComponentProps } from 'react';\n\nimport type { MakePropsOptional } from '../../types/make-props-optional';\nimport type { IconName, IconProps } from '../icon';\nimport type { TextProps } from '../text';\n\nexport enum ButtonBaseSize {\n /**\n * Represents a small button size (32px).\n */\n Sm = 'sm',\n /**\n * Represents a medium button size (40px).\n */\n Md = 'md',\n /**\n * Represents a large button size (48px).\n */\n Lg = 'lg',\n}\n\nexport type ButtonBaseProps = ComponentProps<'button'> & {\n /**\n * Required prop for the content to be rendered within the ButtonBase\n */\n children: React.ReactNode;\n /**\n * Optional prop for additional CSS classes to be applied to the ButtonBase component.\n * These classes will be merged with the component's default classes using twMerge.\n */\n className?: string;\n /**\n * Optional prop to control the size of the ButtonBase\n * @default ButtonBaseSize.Lg\n */\n size?: ButtonBaseSize;\n /**\n * Optional props to be passed to the Text component when children is a string\n */\n textProps?: Partial<TextProps>;\n /**\n * Optional prop that when true, makes the button take up the full width of its container\n * @default false\n */\n isFullWidth?: boolean;\n /**\n * Optional boolean that determines if the component should merge its props onto its immediate child\n * instead of rendering a button element\n * @default false\n */\n asChild?: boolean;\n /**\n * Optional prop that when true, shows a loading spinner\n * @default false\n */\n isLoading?: boolean;\n /**\n * Optional prop for text to display when button is in loading state\n */\n loadingText?: string;\n /**\n * Optional prop to specify an icon to show at the start of the button\n */\n startIconName?: IconName;\n /**\n * Optional prop to pass additional properties to the start icon\n */\n startIconProps?: MakePropsOptional<IconProps>;\n /**\n * Optional prop for a custom element to show at the start of the button\n */\n startAccessory?: React.ReactNode;\n /**\n * Optional prop to specify an icon to show at the end of the button\n */\n endIconName?: IconName;\n /**\n * Optional prop to pass additional properties to the end icon\n */\n endIconProps?: MakePropsOptional<IconProps>;\n /**\n * Optional prop for a custom element to show at the end of the button\n */\n endAccessory?: React.ReactNode;\n /**\n * Optional prop that when true, disables the button\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Optional prop to pass additional properties to the loading icon\n */\n loadingIconProps?: MakePropsOptional<IconProps>;\n /**\n * Optional CSS styles to be applied to the component.\n * Should be used sparingly and only for dynamic styles that can't be achieved with className.\n */\n style?: React.CSSProperties;\n};\n"]}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import type { ComponentProps } from "react";
|
|
2
|
+
import type { MakePropsOptional } from "../../types/make-props-optional.cjs";
|
|
3
|
+
import type { IconName, IconProps } from "../icon/index.cjs";
|
|
4
|
+
import type { TextProps } from "../text/index.cjs";
|
|
5
|
+
export declare enum ButtonBaseSize {
|
|
6
|
+
/**
|
|
7
|
+
* Represents a small button size (32px).
|
|
8
|
+
*/
|
|
9
|
+
Sm = "sm",
|
|
10
|
+
/**
|
|
11
|
+
* Represents a medium button size (40px).
|
|
12
|
+
*/
|
|
13
|
+
Md = "md",
|
|
14
|
+
/**
|
|
15
|
+
* Represents a large button size (48px).
|
|
16
|
+
*/
|
|
17
|
+
Lg = "lg"
|
|
18
|
+
}
|
|
19
|
+
export type ButtonBaseProps = ComponentProps<'button'> & {
|
|
20
|
+
/**
|
|
21
|
+
* Required prop for the content to be rendered within the ButtonBase
|
|
22
|
+
*/
|
|
23
|
+
children: React.ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* Optional prop for additional CSS classes to be applied to the ButtonBase component.
|
|
26
|
+
* These classes will be merged with the component's default classes using twMerge.
|
|
27
|
+
*/
|
|
28
|
+
className?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Optional prop to control the size of the ButtonBase
|
|
31
|
+
* @default ButtonBaseSize.Lg
|
|
32
|
+
*/
|
|
33
|
+
size?: ButtonBaseSize;
|
|
34
|
+
/**
|
|
35
|
+
* Optional props to be passed to the Text component when children is a string
|
|
36
|
+
*/
|
|
37
|
+
textProps?: Partial<TextProps>;
|
|
38
|
+
/**
|
|
39
|
+
* Optional prop that when true, makes the button take up the full width of its container
|
|
40
|
+
* @default false
|
|
41
|
+
*/
|
|
42
|
+
isFullWidth?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Optional boolean that determines if the component should merge its props onto its immediate child
|
|
45
|
+
* instead of rendering a button element
|
|
46
|
+
* @default false
|
|
47
|
+
*/
|
|
48
|
+
asChild?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Optional prop that when true, shows a loading spinner
|
|
51
|
+
* @default false
|
|
52
|
+
*/
|
|
53
|
+
isLoading?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Optional prop for text to display when button is in loading state
|
|
56
|
+
*/
|
|
57
|
+
loadingText?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Optional prop to specify an icon to show at the start of the button
|
|
60
|
+
*/
|
|
61
|
+
startIconName?: IconName;
|
|
62
|
+
/**
|
|
63
|
+
* Optional prop to pass additional properties to the start icon
|
|
64
|
+
*/
|
|
65
|
+
startIconProps?: MakePropsOptional<IconProps>;
|
|
66
|
+
/**
|
|
67
|
+
* Optional prop for a custom element to show at the start of the button
|
|
68
|
+
*/
|
|
69
|
+
startAccessory?: React.ReactNode;
|
|
70
|
+
/**
|
|
71
|
+
* Optional prop to specify an icon to show at the end of the button
|
|
72
|
+
*/
|
|
73
|
+
endIconName?: IconName;
|
|
74
|
+
/**
|
|
75
|
+
* Optional prop to pass additional properties to the end icon
|
|
76
|
+
*/
|
|
77
|
+
endIconProps?: MakePropsOptional<IconProps>;
|
|
78
|
+
/**
|
|
79
|
+
* Optional prop for a custom element to show at the end of the button
|
|
80
|
+
*/
|
|
81
|
+
endAccessory?: React.ReactNode;
|
|
82
|
+
/**
|
|
83
|
+
* Optional prop that when true, disables the button
|
|
84
|
+
* @default false
|
|
85
|
+
*/
|
|
86
|
+
isDisabled?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Optional prop to pass additional properties to the loading icon
|
|
89
|
+
*/
|
|
90
|
+
loadingIconProps?: MakePropsOptional<IconProps>;
|
|
91
|
+
/**
|
|
92
|
+
* Optional CSS styles to be applied to the component.
|
|
93
|
+
* Should be used sparingly and only for dynamic styles that can't be achieved with className.
|
|
94
|
+
*/
|
|
95
|
+
style?: React.CSSProperties;
|
|
96
|
+
};
|
|
97
|
+
//# sourceMappingURL=ButtonBase.types.d.cts.map
|