@metamask-previews/design-system-react 0.17.1-preview.1679aa9 → 0.22.0-preview.178e60f
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/CHANGELOG.md +66 -3
- package/dist/components/AvatarGroup/AvatarGroup.cjs +18 -13
- package/dist/components/AvatarGroup/AvatarGroup.cjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.cjs +16 -17
- package/dist/components/AvatarGroup/AvatarGroup.constants.cjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts +1 -2
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts +1 -2
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.mjs +1 -2
- package/dist/components/AvatarGroup/AvatarGroup.constants.mjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.d.cts +8 -21
- package/dist/components/AvatarGroup/AvatarGroup.d.cts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.d.mts +8 -21
- package/dist/components/AvatarGroup/AvatarGroup.d.mts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.mjs +9 -4
- package/dist/components/AvatarGroup/AvatarGroup.mjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.cjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts +7 -24
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts +7 -24
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.mjs.map +1 -1
- package/dist/components/AvatarGroup/index.cjs +3 -3
- package/dist/components/AvatarGroup/index.cjs.map +1 -1
- package/dist/components/AvatarGroup/index.d.cts +1 -1
- package/dist/components/AvatarGroup/index.d.cts.map +1 -1
- package/dist/components/AvatarGroup/index.d.mts +1 -1
- package/dist/components/AvatarGroup/index.d.mts.map +1 -1
- package/dist/components/AvatarGroup/index.mjs +1 -1
- package/dist/components/AvatarGroup/index.mjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.cjs +2 -2
- package/dist/components/AvatarIcon/AvatarIcon.cjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs +16 -16
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.cts +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.cts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.mts +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.mts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.d.cts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.d.mts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.mjs +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.mjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.cjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.d.cts +3 -19
- package/dist/components/AvatarIcon/AvatarIcon.types.d.cts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.d.mts +3 -19
- package/dist/components/AvatarIcon/AvatarIcon.types.d.mts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.mjs.map +1 -1
- package/dist/components/AvatarIcon/index.cjs +4 -4
- package/dist/components/AvatarIcon/index.cjs.map +1 -1
- package/dist/components/AvatarIcon/index.d.cts +1 -1
- package/dist/components/AvatarIcon/index.d.cts.map +1 -1
- package/dist/components/AvatarIcon/index.d.mts +1 -1
- package/dist/components/AvatarIcon/index.d.mts.map +1 -1
- package/dist/components/AvatarIcon/index.mjs +1 -1
- package/dist/components/AvatarIcon/index.mjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.cjs +2 -1
- package/dist/components/BadgeIcon/BadgeIcon.cjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.d.cts.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.d.mts.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.mjs +2 -1
- package/dist/components/BadgeIcon/BadgeIcon.mjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.cjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.d.cts +5 -7
- package/dist/components/BadgeIcon/BadgeIcon.types.d.cts.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.d.mts +5 -7
- package/dist/components/BadgeIcon/BadgeIcon.types.d.mts.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.mjs.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.cjs +8 -8
- package/dist/components/BannerAlert/BannerAlert.constants.cjs.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.d.cts +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.d.cts.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.d.mts +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.d.mts.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.mjs +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.mjs.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.d.cts +10 -12
- package/dist/components/BannerAlert/BannerAlert.d.cts.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.d.mts +10 -12
- package/dist/components/BannerAlert/BannerAlert.d.mts.map +1 -1
- package/dist/components/BannerBase/BannerBase.cjs +5 -6
- package/dist/components/BannerBase/BannerBase.cjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.d.cts +7 -9
- package/dist/components/BannerBase/BannerBase.d.cts.map +1 -1
- package/dist/components/BannerBase/BannerBase.d.mts +7 -9
- package/dist/components/BannerBase/BannerBase.d.mts.map +1 -1
- package/dist/components/BannerBase/BannerBase.mjs +4 -5
- package/dist/components/BannerBase/BannerBase.mjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.types.cjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.types.d.cts +1 -5
- package/dist/components/BannerBase/BannerBase.types.d.cts.map +1 -1
- package/dist/components/BannerBase/BannerBase.types.d.mts +1 -5
- package/dist/components/BannerBase/BannerBase.types.d.mts.map +1 -1
- package/dist/components/BannerBase/BannerBase.types.mjs.map +1 -1
- package/dist/components/Box/Box.constants.cjs.map +1 -1
- package/dist/components/Box/Box.constants.d.cts +1 -1
- package/dist/components/Box/Box.constants.d.cts.map +1 -1
- package/dist/components/Box/Box.constants.d.mts +1 -1
- package/dist/components/Box/Box.constants.d.mts.map +1 -1
- package/dist/components/Box/Box.constants.mjs.map +1 -1
- package/dist/components/Box/Box.types.cjs.map +1 -1
- package/dist/components/Box/Box.types.d.cts +2 -106
- package/dist/components/Box/Box.types.d.cts.map +1 -1
- package/dist/components/Box/Box.types.d.mts +2 -106
- package/dist/components/Box/Box.types.d.mts.map +1 -1
- package/dist/components/Box/Box.types.mjs.map +1 -1
- package/dist/components/Box/index.cjs +7 -7
- package/dist/components/Box/index.cjs.map +1 -1
- package/dist/components/Box/index.d.cts +1 -2
- package/dist/components/Box/index.d.cts.map +1 -1
- package/dist/components/Box/index.d.mts +1 -2
- package/dist/components/Box/index.d.mts.map +1 -1
- package/dist/components/Box/index.mjs +1 -1
- package/dist/components/Box/index.mjs.map +1 -1
- package/dist/components/Button/Button.cjs +5 -5
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.cts.map +1 -1
- package/dist/components/Button/Button.d.mts.map +1 -1
- package/dist/components/Button/Button.mjs +1 -1
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/Button/Button.types.cjs.map +1 -1
- package/dist/components/Button/Button.types.d.cts +5 -12
- package/dist/components/Button/Button.types.d.cts.map +1 -1
- package/dist/components/Button/Button.types.d.mts +5 -12
- package/dist/components/Button/Button.types.d.mts.map +1 -1
- package/dist/components/Button/Button.types.mjs.map +1 -1
- package/dist/components/Button/index.cjs +3 -3
- package/dist/components/Button/index.cjs.map +1 -1
- package/dist/components/Button/index.d.cts +1 -1
- package/dist/components/Button/index.d.cts.map +1 -1
- package/dist/components/Button/index.d.mts +1 -1
- package/dist/components/Button/index.d.mts.map +1 -1
- package/dist/components/Button/index.mjs +1 -1
- package/dist/components/Button/index.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs +2 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs +2 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/index.cjs +1 -3
- package/dist/components/Button/variants/ButtonPrimary/index.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.cts +0 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.mts +0 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/index.mjs +0 -1
- package/dist/components/Button/variants/ButtonPrimary/index.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs +2 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs +2 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/index.cjs +1 -3
- package/dist/components/Button/variants/ButtonSecondary/index.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.cts +0 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.mts +0 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/index.mjs +0 -1
- package/dist/components/Button/variants/ButtonSecondary/index.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs +3 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs +3 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/index.cjs +1 -3
- package/dist/components/Button/variants/ButtonTertiary/index.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.cts +0 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.mts +0 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/index.mjs +0 -1
- package/dist/components/Button/variants/ButtonTertiary/index.mjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.cjs +28 -20
- package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.constants.cjs +35 -5
- package/dist/components/ButtonBase/ButtonBase.constants.cjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.constants.d.cts +6 -1
- package/dist/components/ButtonBase/ButtonBase.constants.d.cts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.constants.d.mts +6 -1
- package/dist/components/ButtonBase/ButtonBase.constants.d.mts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.constants.mjs +29 -1
- package/dist/components/ButtonBase/ButtonBase.constants.mjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.mjs +29 -21
- package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.types.cjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.types.d.cts +3 -35
- package/dist/components/ButtonBase/ButtonBase.types.d.cts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.types.d.mts +3 -35
- package/dist/components/ButtonBase/ButtonBase.types.d.mts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.types.mjs.map +1 -1
- package/dist/components/ButtonBase/index.cjs +2 -2
- package/dist/components/ButtonBase/index.cjs.map +1 -1
- package/dist/components/ButtonBase/index.d.cts +1 -1
- package/dist/components/ButtonBase/index.d.cts.map +1 -1
- package/dist/components/ButtonBase/index.d.mts +1 -1
- package/dist/components/ButtonBase/index.d.mts.map +1 -1
- package/dist/components/ButtonBase/index.mjs +1 -1
- package/dist/components/ButtonBase/index.mjs.map +1 -1
- package/dist/components/ButtonHero/index.cjs +2 -2
- package/dist/components/ButtonHero/index.cjs.map +1 -1
- package/dist/components/ButtonHero/index.d.cts +1 -1
- package/dist/components/ButtonHero/index.d.cts.map +1 -1
- package/dist/components/ButtonHero/index.d.mts +1 -1
- package/dist/components/ButtonHero/index.d.mts.map +1 -1
- package/dist/components/ButtonHero/index.mjs +1 -1
- package/dist/components/ButtonHero/index.mjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.cjs +5 -5
- package/dist/components/ButtonIcon/ButtonIcon.cjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.cjs +7 -8
- package/dist/components/ButtonIcon/ButtonIcon.constants.cjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts +3 -4
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts +3 -4
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.mjs +1 -2
- package/dist/components/ButtonIcon/ButtonIcon.constants.mjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.d.cts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.d.mts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.mjs +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.cjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.d.cts +5 -27
- package/dist/components/ButtonIcon/ButtonIcon.types.d.cts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.d.mts +5 -27
- package/dist/components/ButtonIcon/ButtonIcon.types.d.mts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.mjs.map +1 -1
- package/dist/components/ButtonIcon/index.cjs +3 -3
- package/dist/components/ButtonIcon/index.cjs.map +1 -1
- package/dist/components/ButtonIcon/index.d.cts +1 -1
- package/dist/components/ButtonIcon/index.d.cts.map +1 -1
- package/dist/components/ButtonIcon/index.d.mts +1 -1
- package/dist/components/ButtonIcon/index.d.mts.map +1 -1
- package/dist/components/ButtonIcon/index.mjs +1 -1
- package/dist/components/ButtonIcon/index.mjs.map +1 -1
- package/dist/components/HeaderBase/HeaderBase.cjs +43 -0
- package/dist/components/HeaderBase/HeaderBase.cjs.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.d.cts +4 -0
- package/dist/components/HeaderBase/HeaderBase.d.cts.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.d.mts +4 -0
- package/dist/components/HeaderBase/HeaderBase.d.mts.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.mjs +24 -0
- package/dist/components/HeaderBase/HeaderBase.mjs.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.types.cjs +3 -0
- package/dist/components/HeaderBase/HeaderBase.types.cjs.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.types.d.cts +51 -0
- package/dist/components/HeaderBase/HeaderBase.types.d.cts.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.types.d.mts +51 -0
- package/dist/components/HeaderBase/HeaderBase.types.d.mts.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.types.mjs +2 -0
- package/dist/components/HeaderBase/HeaderBase.types.mjs.map +1 -0
- package/dist/components/HeaderBase/index.cjs +6 -0
- package/dist/components/HeaderBase/index.cjs.map +1 -0
- package/dist/components/HeaderBase/index.d.cts +3 -0
- package/dist/components/HeaderBase/index.d.cts.map +1 -0
- package/dist/components/HeaderBase/index.d.mts +3 -0
- package/dist/components/HeaderBase/index.d.mts.map +1 -0
- package/dist/components/HeaderBase/index.mjs +2 -0
- package/dist/components/HeaderBase/index.mjs.map +1 -0
- package/dist/components/Icon/Icon.types.cjs.map +1 -1
- package/dist/components/Icon/Icon.types.d.cts +2 -19
- package/dist/components/Icon/Icon.types.d.cts.map +1 -1
- package/dist/components/Icon/Icon.types.d.mts +2 -19
- package/dist/components/Icon/Icon.types.d.mts.map +1 -1
- package/dist/components/Icon/Icon.types.mjs.map +1 -1
- package/dist/components/Icon/icons/Candlestick.cjs +1 -1
- package/dist/components/Icon/icons/Candlestick.cjs.map +1 -1
- package/dist/components/Icon/icons/Candlestick.mjs +1 -1
- package/dist/components/Icon/icons/Candlestick.mjs.map +1 -1
- package/dist/components/Icon/icons/Group.cjs +32 -0
- package/dist/components/Icon/icons/Group.cjs.map +1 -0
- package/dist/components/Icon/icons/Group.d.cts +4 -0
- package/dist/components/Icon/icons/Group.d.cts.map +1 -0
- package/dist/components/Icon/icons/Group.d.mts +4 -0
- package/dist/components/Icon/icons/Group.d.mts.map +1 -0
- package/dist/components/Icon/icons/Group.mjs +7 -0
- package/dist/components/Icon/icons/Group.mjs.map +1 -0
- package/dist/components/Icon/icons/ListArrow.cjs +32 -0
- package/dist/components/Icon/icons/ListArrow.cjs.map +1 -0
- package/dist/components/Icon/icons/ListArrow.d.cts +4 -0
- package/dist/components/Icon/icons/ListArrow.d.cts.map +1 -0
- package/dist/components/Icon/icons/ListArrow.d.mts +4 -0
- package/dist/components/Icon/icons/ListArrow.d.mts.map +1 -0
- package/dist/components/Icon/icons/ListArrow.mjs +7 -0
- package/dist/components/Icon/icons/ListArrow.mjs.map +1 -0
- package/dist/components/Icon/icons/Merge.cjs +32 -0
- package/dist/components/Icon/icons/Merge.cjs.map +1 -0
- package/dist/components/Icon/icons/Merge.d.cts +4 -0
- package/dist/components/Icon/icons/Merge.d.cts.map +1 -0
- package/dist/components/Icon/icons/Merge.d.mts +4 -0
- package/dist/components/Icon/icons/Merge.d.mts.map +1 -0
- package/dist/components/Icon/icons/Merge.mjs +7 -0
- package/dist/components/Icon/icons/Merge.mjs.map +1 -0
- package/dist/components/Icon/icons/Musd.cjs +32 -0
- package/dist/components/Icon/icons/Musd.cjs.map +1 -0
- package/dist/components/Icon/icons/Musd.d.cts +4 -0
- package/dist/components/Icon/icons/Musd.d.cts.map +1 -0
- package/dist/components/Icon/icons/Musd.d.mts +4 -0
- package/dist/components/Icon/icons/Musd.d.mts.map +1 -0
- package/dist/components/Icon/icons/Musd.mjs +7 -0
- package/dist/components/Icon/icons/Musd.mjs.map +1 -0
- package/dist/components/Icon/icons/MusdFilled.cjs +32 -0
- package/dist/components/Icon/icons/MusdFilled.cjs.map +1 -0
- package/dist/components/Icon/icons/MusdFilled.d.cts +4 -0
- package/dist/components/Icon/icons/MusdFilled.d.cts.map +1 -0
- package/dist/components/Icon/icons/MusdFilled.d.mts +4 -0
- package/dist/components/Icon/icons/MusdFilled.d.mts.map +1 -0
- package/dist/components/Icon/icons/MusdFilled.mjs +7 -0
- package/dist/components/Icon/icons/MusdFilled.mjs.map +1 -0
- package/dist/components/Icon/icons/PieChart.cjs +32 -0
- package/dist/components/Icon/icons/PieChart.cjs.map +1 -0
- package/dist/components/Icon/icons/PieChart.d.cts +4 -0
- package/dist/components/Icon/icons/PieChart.d.cts.map +1 -0
- package/dist/components/Icon/icons/PieChart.d.mts +4 -0
- package/dist/components/Icon/icons/PieChart.d.mts.map +1 -0
- package/dist/components/Icon/icons/PieChart.mjs +7 -0
- package/dist/components/Icon/icons/PieChart.mjs.map +1 -0
- package/dist/components/Icon/icons/Predictions.cjs +32 -0
- package/dist/components/Icon/icons/Predictions.cjs.map +1 -0
- package/dist/components/Icon/icons/Predictions.d.cts +4 -0
- package/dist/components/Icon/icons/Predictions.d.cts.map +1 -0
- package/dist/components/Icon/icons/Predictions.d.mts +4 -0
- package/dist/components/Icon/icons/Predictions.d.mts.map +1 -0
- package/dist/components/Icon/icons/Predictions.mjs +7 -0
- package/dist/components/Icon/icons/Predictions.mjs.map +1 -0
- package/dist/components/Icon/icons/Telegram.cjs +32 -0
- package/dist/components/Icon/icons/Telegram.cjs.map +1 -0
- package/dist/components/Icon/icons/Telegram.d.cts +4 -0
- package/dist/components/Icon/icons/Telegram.d.cts.map +1 -0
- package/dist/components/Icon/icons/Telegram.d.mts +4 -0
- package/dist/components/Icon/icons/Telegram.d.mts.map +1 -0
- package/dist/components/Icon/icons/Telegram.mjs +7 -0
- package/dist/components/Icon/icons/Telegram.mjs.map +1 -0
- package/dist/components/Icon/icons/index.cjs +92 -76
- package/dist/components/Icon/icons/index.cjs.map +1 -1
- package/dist/components/Icon/icons/index.d.cts +46 -38
- package/dist/components/Icon/icons/index.d.cts.map +1 -1
- package/dist/components/Icon/icons/index.d.mts +46 -38
- package/dist/components/Icon/icons/index.d.mts.map +1 -1
- package/dist/components/Icon/icons/index.mjs +92 -76
- package/dist/components/Icon/icons/index.mjs.map +1 -1
- package/dist/components/Input/Input.cjs +4 -3
- package/dist/components/Input/Input.cjs.map +1 -1
- package/dist/components/Input/Input.d.cts +1 -5
- package/dist/components/Input/Input.d.cts.map +1 -1
- package/dist/components/Input/Input.d.mts +1 -5
- package/dist/components/Input/Input.d.mts.map +1 -1
- package/dist/components/Input/Input.mjs +4 -3
- package/dist/components/Input/Input.mjs.map +1 -1
- package/dist/components/Input/Input.types.cjs.map +1 -1
- package/dist/components/Input/Input.types.d.cts +2 -20
- package/dist/components/Input/Input.types.d.cts.map +1 -1
- package/dist/components/Input/Input.types.d.mts +2 -20
- package/dist/components/Input/Input.types.d.mts.map +1 -1
- package/dist/components/Input/Input.types.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +49 -0
- package/dist/components/Modal/Modal.cjs.map +1 -0
- package/dist/components/Modal/Modal.context.cjs +14 -0
- package/dist/components/Modal/Modal.context.cjs.map +1 -0
- package/dist/components/Modal/Modal.context.d.cts +6 -0
- package/dist/components/Modal/Modal.context.d.cts.map +1 -0
- package/dist/components/Modal/Modal.context.d.mts +6 -0
- package/dist/components/Modal/Modal.context.d.mts.map +1 -0
- package/dist/components/Modal/Modal.context.mjs +10 -0
- package/dist/components/Modal/Modal.context.mjs.map +1 -0
- package/dist/components/Modal/Modal.d.cts +4 -0
- package/dist/components/Modal/Modal.d.cts.map +1 -0
- package/dist/components/Modal/Modal.d.mts +4 -0
- package/dist/components/Modal/Modal.d.mts.map +1 -0
- package/dist/components/Modal/Modal.mjs +30 -0
- package/dist/components/Modal/Modal.mjs.map +1 -0
- package/dist/components/Modal/Modal.types.cjs +3 -0
- package/dist/components/Modal/Modal.types.cjs.map +1 -0
- package/dist/components/Modal/Modal.types.d.cts +64 -0
- package/dist/components/Modal/Modal.types.d.cts.map +1 -0
- package/dist/components/Modal/Modal.types.d.mts +64 -0
- package/dist/components/Modal/Modal.types.d.mts.map +1 -0
- package/dist/components/Modal/Modal.types.mjs +2 -0
- package/dist/components/Modal/Modal.types.mjs.map +1 -0
- package/dist/components/Modal/index.cjs +8 -0
- package/dist/components/Modal/index.cjs.map +1 -0
- package/dist/components/Modal/index.d.cts +5 -0
- package/dist/components/Modal/index.d.cts.map +1 -0
- package/dist/components/Modal/index.d.mts +5 -0
- package/dist/components/Modal/index.d.mts.map +1 -0
- package/dist/components/Modal/index.mjs +3 -0
- package/dist/components/Modal/index.mjs.map +1 -0
- package/dist/components/ModalBody/ModalBody.cjs +32 -0
- package/dist/components/ModalBody/ModalBody.cjs.map +1 -0
- package/dist/components/ModalBody/ModalBody.d.cts +4 -0
- package/dist/components/ModalBody/ModalBody.d.cts.map +1 -0
- package/dist/components/ModalBody/ModalBody.d.mts +4 -0
- package/dist/components/ModalBody/ModalBody.d.mts.map +1 -0
- package/dist/components/ModalBody/ModalBody.mjs +13 -0
- package/dist/components/ModalBody/ModalBody.mjs.map +1 -0
- package/dist/components/ModalBody/ModalBody.types.cjs +3 -0
- package/dist/components/ModalBody/ModalBody.types.cjs.map +1 -0
- package/dist/components/ModalBody/ModalBody.types.d.cts +13 -0
- package/dist/components/ModalBody/ModalBody.types.d.cts.map +1 -0
- package/dist/components/ModalBody/ModalBody.types.d.mts +13 -0
- package/dist/components/ModalBody/ModalBody.types.d.mts.map +1 -0
- package/dist/components/ModalBody/ModalBody.types.mjs +2 -0
- package/dist/components/ModalBody/ModalBody.types.mjs.map +1 -0
- package/dist/components/ModalBody/index.cjs +6 -0
- package/dist/components/ModalBody/index.cjs.map +1 -0
- package/dist/components/ModalBody/index.d.cts +3 -0
- package/dist/components/ModalBody/index.d.cts.map +1 -0
- package/dist/components/ModalBody/index.d.mts +3 -0
- package/dist/components/ModalBody/index.d.mts.map +1 -0
- package/dist/components/ModalBody/index.mjs +2 -0
- package/dist/components/ModalBody/index.mjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.cjs +73 -0
- package/dist/components/ModalContent/ModalContent.cjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.constants.cjs +34 -0
- package/dist/components/ModalContent/ModalContent.constants.cjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.constants.d.cts +31 -0
- package/dist/components/ModalContent/ModalContent.constants.d.cts.map +1 -0
- package/dist/components/ModalContent/ModalContent.constants.d.mts +31 -0
- package/dist/components/ModalContent/ModalContent.constants.d.mts.map +1 -0
- package/dist/components/ModalContent/ModalContent.constants.mjs +31 -0
- package/dist/components/ModalContent/ModalContent.constants.mjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.d.cts +4 -0
- package/dist/components/ModalContent/ModalContent.d.cts.map +1 -0
- package/dist/components/ModalContent/ModalContent.d.mts +4 -0
- package/dist/components/ModalContent/ModalContent.d.mts.map +1 -0
- package/dist/components/ModalContent/ModalContent.mjs +54 -0
- package/dist/components/ModalContent/ModalContent.mjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.types.cjs +15 -0
- package/dist/components/ModalContent/ModalContent.types.cjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.types.d.cts +51 -0
- package/dist/components/ModalContent/ModalContent.types.d.cts.map +1 -0
- package/dist/components/ModalContent/ModalContent.types.d.mts +51 -0
- package/dist/components/ModalContent/ModalContent.types.d.mts.map +1 -0
- package/dist/components/ModalContent/ModalContent.types.mjs +12 -0
- package/dist/components/ModalContent/ModalContent.types.mjs.map +1 -0
- package/dist/components/ModalContent/index.cjs +10 -0
- package/dist/components/ModalContent/index.cjs.map +1 -0
- package/dist/components/ModalContent/index.d.cts +5 -0
- package/dist/components/ModalContent/index.d.cts.map +1 -0
- package/dist/components/ModalContent/index.d.mts +5 -0
- package/dist/components/ModalContent/index.d.mts.map +1 -0
- package/dist/components/ModalContent/index.mjs +4 -0
- package/dist/components/ModalContent/index.mjs.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.cjs +56 -0
- package/dist/components/ModalFocus/ModalFocus.cjs.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.d.cts +4 -0
- package/dist/components/ModalFocus/ModalFocus.d.cts.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.d.mts +4 -0
- package/dist/components/ModalFocus/ModalFocus.d.mts.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.mjs +34 -0
- package/dist/components/ModalFocus/ModalFocus.mjs.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.types.cjs +3 -0
- package/dist/components/ModalFocus/ModalFocus.types.cjs.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.types.d.cts +36 -0
- package/dist/components/ModalFocus/ModalFocus.types.d.cts.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.types.d.mts +36 -0
- package/dist/components/ModalFocus/ModalFocus.types.d.mts.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.types.mjs +2 -0
- package/dist/components/ModalFocus/ModalFocus.types.mjs.map +1 -0
- package/dist/components/ModalFocus/index.cjs +6 -0
- package/dist/components/ModalFocus/index.cjs.map +1 -0
- package/dist/components/ModalFocus/index.d.cts +3 -0
- package/dist/components/ModalFocus/index.d.cts.map +1 -0
- package/dist/components/ModalFocus/index.d.mts +3 -0
- package/dist/components/ModalFocus/index.d.mts.map +1 -0
- package/dist/components/ModalFocus/index.mjs +2 -0
- package/dist/components/ModalFocus/index.mjs.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.cjs +44 -0
- package/dist/components/ModalFooter/ModalFooter.cjs.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.d.cts +4 -0
- package/dist/components/ModalFooter/ModalFooter.d.cts.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.d.mts +4 -0
- package/dist/components/ModalFooter/ModalFooter.d.mts.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.mjs +25 -0
- package/dist/components/ModalFooter/ModalFooter.mjs.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.types.cjs +14 -0
- package/dist/components/ModalFooter/ModalFooter.types.cjs.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.types.d.cts +63 -0
- package/dist/components/ModalFooter/ModalFooter.types.d.cts.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.types.d.mts +63 -0
- package/dist/components/ModalFooter/ModalFooter.types.d.mts.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.types.mjs +11 -0
- package/dist/components/ModalFooter/ModalFooter.types.mjs.map +1 -0
- package/dist/components/ModalFooter/index.cjs +8 -0
- package/dist/components/ModalFooter/index.cjs.map +1 -0
- package/dist/components/ModalFooter/index.d.cts +4 -0
- package/dist/components/ModalFooter/index.d.cts.map +1 -0
- package/dist/components/ModalFooter/index.d.mts +4 -0
- package/dist/components/ModalFooter/index.d.mts.map +1 -0
- package/dist/components/ModalFooter/index.mjs +3 -0
- package/dist/components/ModalFooter/index.mjs.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.cjs +32 -0
- package/dist/components/ModalOverlay/ModalOverlay.cjs.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.d.cts +4 -0
- package/dist/components/ModalOverlay/ModalOverlay.d.cts.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.d.mts +4 -0
- package/dist/components/ModalOverlay/ModalOverlay.d.mts.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.mjs +13 -0
- package/dist/components/ModalOverlay/ModalOverlay.mjs.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.cjs +3 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.cjs.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.d.cts +9 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.d.cts.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.d.mts +9 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.d.mts.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.mjs +2 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.mjs.map +1 -0
- package/dist/components/ModalOverlay/index.cjs +6 -0
- package/dist/components/ModalOverlay/index.cjs.map +1 -0
- package/dist/components/ModalOverlay/index.d.cts +3 -0
- package/dist/components/ModalOverlay/index.d.cts.map +1 -0
- package/dist/components/ModalOverlay/index.d.mts +3 -0
- package/dist/components/ModalOverlay/index.d.mts.map +1 -0
- package/dist/components/ModalOverlay/index.mjs +2 -0
- package/dist/components/ModalOverlay/index.mjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.cjs +46 -0
- package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.cts +4 -0
- package/dist/components/Skeleton/Skeleton.d.cts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.mts +4 -0
- package/dist/components/Skeleton/Skeleton.d.mts.map +1 -0
- package/dist/components/Skeleton/Skeleton.mjs +27 -0
- package/dist/components/Skeleton/Skeleton.mjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.cjs +3 -0
- package/dist/components/Skeleton/Skeleton.types.cjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.d.cts +38 -0
- package/dist/components/Skeleton/Skeleton.types.d.cts.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.d.mts +38 -0
- package/dist/components/Skeleton/Skeleton.types.d.mts.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.mjs +2 -0
- package/dist/components/Skeleton/Skeleton.types.mjs.map +1 -0
- package/dist/components/Skeleton/index.cjs +6 -0
- package/dist/components/Skeleton/index.cjs.map +1 -0
- package/dist/components/Skeleton/index.d.cts +3 -0
- package/dist/components/Skeleton/index.d.cts.map +1 -0
- package/dist/components/Skeleton/index.d.mts +3 -0
- package/dist/components/Skeleton/index.d.mts.map +1 -0
- package/dist/components/Skeleton/index.mjs +2 -0
- package/dist/components/Skeleton/index.mjs.map +1 -0
- package/dist/components/index.cjs +22 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +17 -1
- package/dist/components/index.d.cts.map +1 -1
- package/dist/components/index.d.mts +17 -1
- package/dist/components/index.d.mts.map +1 -1
- package/dist/components/index.mjs +8 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/types/index.cjs +9 -606
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.cts +4 -597
- package/dist/types/index.d.cts.map +1 -1
- package/dist/types/index.d.mts +4 -597
- package/dist/types/index.d.mts.map +1 -1
- package/dist/types/index.mjs +4 -607
- package/dist/types/index.mjs.map +1 -1
- package/package.json +6 -8
package/dist/types/index.cjs
CHANGED
|
@@ -1,274 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.TextButtonSize = exports.TextTransform = exports.OverflowWrap = exports.TextAlign = exports.AvatarSize = exports.AvatarNetworkSize = exports.IconSize = exports.IconName = exports.IconColor = exports.AvatarBaseShape = exports.AvatarBaseSize = void 0;
|
|
4
4
|
var design_system_shared_1 = require("@metamask-previews/design-system-shared");
|
|
5
5
|
Object.defineProperty(exports, "AvatarBaseSize", { enumerable: true, get: function () { return design_system_shared_1.AvatarBaseSize; } });
|
|
6
6
|
Object.defineProperty(exports, "AvatarBaseShape", { enumerable: true, get: function () { return design_system_shared_1.AvatarBaseShape; } });
|
|
7
|
+
/**
|
|
8
|
+
* TODO: Remove the following exports and update imports in components to import directly from `@metamask-previews/design-system-shared` once all components have been migrated to React Native.
|
|
9
|
+
*/
|
|
7
10
|
var design_system_shared_2 = require("@metamask-previews/design-system-shared");
|
|
8
|
-
Object.defineProperty(exports, "
|
|
11
|
+
Object.defineProperty(exports, "IconColor", { enumerable: true, get: function () { return design_system_shared_2.IconColor; } });
|
|
12
|
+
Object.defineProperty(exports, "IconName", { enumerable: true, get: function () { return design_system_shared_2.IconName; } });
|
|
13
|
+
Object.defineProperty(exports, "IconSize", { enumerable: true, get: function () { return design_system_shared_2.IconSize; } });
|
|
9
14
|
var design_system_shared_3 = require("@metamask-previews/design-system-shared");
|
|
10
|
-
Object.defineProperty(exports, "
|
|
15
|
+
Object.defineProperty(exports, "AvatarNetworkSize", { enumerable: true, get: function () { return design_system_shared_3.AvatarBaseSize; } });
|
|
11
16
|
var design_system_shared_4 = require("@metamask-previews/design-system-shared");
|
|
12
|
-
Object.defineProperty(exports, "
|
|
13
|
-
var design_system_shared_5 = require("@metamask-previews/design-system-shared");
|
|
14
|
-
Object.defineProperty(exports, "AvatarSize", { enumerable: true, get: function () { return design_system_shared_5.AvatarBaseSize; } });
|
|
15
|
-
/**
|
|
16
|
-
* AvatarIcon - severity
|
|
17
|
-
*/
|
|
18
|
-
var AvatarIconSeverity;
|
|
19
|
-
(function (AvatarIconSeverity) {
|
|
20
|
-
AvatarIconSeverity["Neutral"] = "neutral";
|
|
21
|
-
AvatarIconSeverity["Info"] = "info";
|
|
22
|
-
AvatarIconSeverity["Success"] = "success";
|
|
23
|
-
// eslint-disable-next-line @typescript-eslint/no-shadow
|
|
24
|
-
AvatarIconSeverity["Error"] = "error";
|
|
25
|
-
AvatarIconSeverity["Warning"] = "warning";
|
|
26
|
-
})(AvatarIconSeverity || (exports.AvatarIconSeverity = AvatarIconSeverity = {}));
|
|
27
|
-
/**
|
|
28
|
-
* AvatarGroup - variant
|
|
29
|
-
*/
|
|
30
|
-
var AvatarGroupVariant;
|
|
31
|
-
(function (AvatarGroupVariant) {
|
|
32
|
-
AvatarGroupVariant["Account"] = "account";
|
|
33
|
-
AvatarGroupVariant["Favicon"] = "favicon";
|
|
34
|
-
AvatarGroupVariant["Network"] = "network";
|
|
35
|
-
AvatarGroupVariant["Token"] = "token";
|
|
36
|
-
})(AvatarGroupVariant || (exports.AvatarGroupVariant = AvatarGroupVariant = {}));
|
|
37
|
-
/**
|
|
38
|
-
* Box - flexDirection
|
|
39
|
-
*/
|
|
40
|
-
var BoxFlexDirection;
|
|
41
|
-
(function (BoxFlexDirection) {
|
|
42
|
-
BoxFlexDirection["Row"] = "flex-row";
|
|
43
|
-
BoxFlexDirection["RowReverse"] = "flex-row-reverse";
|
|
44
|
-
BoxFlexDirection["Column"] = "flex-col";
|
|
45
|
-
BoxFlexDirection["ColumnReverse"] = "flex-col-reverse";
|
|
46
|
-
})(BoxFlexDirection || (exports.BoxFlexDirection = BoxFlexDirection = {}));
|
|
47
|
-
/**
|
|
48
|
-
* Box - flexWrap
|
|
49
|
-
*/
|
|
50
|
-
var BoxFlexWrap;
|
|
51
|
-
(function (BoxFlexWrap) {
|
|
52
|
-
BoxFlexWrap["NoWrap"] = "flex-nowrap";
|
|
53
|
-
BoxFlexWrap["Wrap"] = "flex-wrap";
|
|
54
|
-
BoxFlexWrap["WrapReverse"] = "flex-wrap-reverse";
|
|
55
|
-
})(BoxFlexWrap || (exports.BoxFlexWrap = BoxFlexWrap = {}));
|
|
56
|
-
/**
|
|
57
|
-
* Box - alignItems
|
|
58
|
-
*/
|
|
59
|
-
var BoxAlignItems;
|
|
60
|
-
(function (BoxAlignItems) {
|
|
61
|
-
BoxAlignItems["Start"] = "items-start";
|
|
62
|
-
BoxAlignItems["Center"] = "items-center";
|
|
63
|
-
BoxAlignItems["End"] = "items-end";
|
|
64
|
-
BoxAlignItems["Stretch"] = "items-stretch";
|
|
65
|
-
BoxAlignItems["Baseline"] = "items-baseline";
|
|
66
|
-
})(BoxAlignItems || (exports.BoxAlignItems = BoxAlignItems = {}));
|
|
67
|
-
/**
|
|
68
|
-
* Box - justifyContent
|
|
69
|
-
*/
|
|
70
|
-
var BoxJustifyContent;
|
|
71
|
-
(function (BoxJustifyContent) {
|
|
72
|
-
BoxJustifyContent["Start"] = "justify-start";
|
|
73
|
-
BoxJustifyContent["Center"] = "justify-center";
|
|
74
|
-
BoxJustifyContent["End"] = "justify-end";
|
|
75
|
-
BoxJustifyContent["Between"] = "justify-between";
|
|
76
|
-
BoxJustifyContent["Around"] = "justify-around";
|
|
77
|
-
BoxJustifyContent["Evenly"] = "justify-evenly";
|
|
78
|
-
})(BoxJustifyContent || (exports.BoxJustifyContent = BoxJustifyContent = {}));
|
|
79
|
-
/**
|
|
80
|
-
* Box - backgroundColor
|
|
81
|
-
*/
|
|
82
|
-
var BoxBackgroundColor;
|
|
83
|
-
(function (BoxBackgroundColor) {
|
|
84
|
-
/** Default background color */
|
|
85
|
-
BoxBackgroundColor["BackgroundDefault"] = "bg-default";
|
|
86
|
-
/** Alternative background color */
|
|
87
|
-
BoxBackgroundColor["BackgroundAlternative"] = "bg-alternative";
|
|
88
|
-
/** Section background color */
|
|
89
|
-
BoxBackgroundColor["BackgroundSection"] = "bg-section";
|
|
90
|
-
/** Subsection background color */
|
|
91
|
-
BoxBackgroundColor["BackgroundSubsection"] = "bg-subsection";
|
|
92
|
-
/** Muted background color */
|
|
93
|
-
BoxBackgroundColor["BackgroundMuted"] = "bg-muted";
|
|
94
|
-
/** Primary default background color */
|
|
95
|
-
BoxBackgroundColor["PrimaryDefault"] = "bg-primary-default";
|
|
96
|
-
/** Primary alternative background color */
|
|
97
|
-
BoxBackgroundColor["PrimaryAlternative"] = "bg-primary-alternative";
|
|
98
|
-
/** Primary muted background color */
|
|
99
|
-
BoxBackgroundColor["PrimaryMuted"] = "bg-primary-muted";
|
|
100
|
-
/** Primary inverse background color */
|
|
101
|
-
BoxBackgroundColor["PrimaryInverse"] = "bg-primary-inverse";
|
|
102
|
-
/** Error default background color */
|
|
103
|
-
BoxBackgroundColor["ErrorDefault"] = "bg-error-default";
|
|
104
|
-
/** Error alternative background color */
|
|
105
|
-
BoxBackgroundColor["ErrorAlternative"] = "bg-error-alternative";
|
|
106
|
-
/** Error muted background color */
|
|
107
|
-
BoxBackgroundColor["ErrorMuted"] = "bg-error-muted";
|
|
108
|
-
/** Error inverse background color */
|
|
109
|
-
BoxBackgroundColor["ErrorInverse"] = "bg-error-inverse";
|
|
110
|
-
/** Warning default background color */
|
|
111
|
-
BoxBackgroundColor["WarningDefault"] = "bg-warning-default";
|
|
112
|
-
/** Warning alternative background color */
|
|
113
|
-
BoxBackgroundColor["WarningAlternative"] = "bg-warning-alternative";
|
|
114
|
-
/** Warning muted background color */
|
|
115
|
-
BoxBackgroundColor["WarningMuted"] = "bg-warning-muted";
|
|
116
|
-
/** Warning inverse background color */
|
|
117
|
-
BoxBackgroundColor["WarningInverse"] = "bg-warning-inverse";
|
|
118
|
-
/** Success default background color */
|
|
119
|
-
BoxBackgroundColor["SuccessDefault"] = "bg-success-default";
|
|
120
|
-
/** Success alternative background color */
|
|
121
|
-
BoxBackgroundColor["SuccessAlternative"] = "bg-success-alternative";
|
|
122
|
-
/** Success muted background color */
|
|
123
|
-
BoxBackgroundColor["SuccessMuted"] = "bg-success-muted";
|
|
124
|
-
/** Success inverse background color */
|
|
125
|
-
BoxBackgroundColor["SuccessInverse"] = "bg-success-inverse";
|
|
126
|
-
/** Info default background color */
|
|
127
|
-
BoxBackgroundColor["InfoDefault"] = "bg-info-default";
|
|
128
|
-
/** Info muted background color */
|
|
129
|
-
BoxBackgroundColor["InfoMuted"] = "bg-info-muted";
|
|
130
|
-
/** Info inverse background color */
|
|
131
|
-
BoxBackgroundColor["InfoInverse"] = "bg-info-inverse";
|
|
132
|
-
/** Flask default background color */
|
|
133
|
-
BoxBackgroundColor["FlaskDefault"] = "bg-flask-default";
|
|
134
|
-
/** Flask inverse background color */
|
|
135
|
-
BoxBackgroundColor["FlaskInverse"] = "bg-flask-inverse";
|
|
136
|
-
/** Overlay alternative background color */
|
|
137
|
-
BoxBackgroundColor["OverlayAlternative"] = "bg-overlay-alternative";
|
|
138
|
-
/** Overlay default background color */
|
|
139
|
-
BoxBackgroundColor["OverlayDefault"] = "bg-overlay-default";
|
|
140
|
-
/** Overlay inverse background color */
|
|
141
|
-
BoxBackgroundColor["OverlayInverse"] = "bg-overlay-inverse";
|
|
142
|
-
/** Transparent background color */
|
|
143
|
-
BoxBackgroundColor["Transparent"] = "bg-transparent";
|
|
144
|
-
})(BoxBackgroundColor || (exports.BoxBackgroundColor = BoxBackgroundColor = {}));
|
|
145
|
-
/**
|
|
146
|
-
* Box - borderColor
|
|
147
|
-
*/
|
|
148
|
-
var BoxBorderColor;
|
|
149
|
-
(function (BoxBorderColor) {
|
|
150
|
-
/** Background default for cut out effect */
|
|
151
|
-
BoxBorderColor["BackgroundDefault"] = "border-background-default";
|
|
152
|
-
/** Default border color */
|
|
153
|
-
BoxBorderColor["BorderDefault"] = "border-default";
|
|
154
|
-
/** Muted border color */
|
|
155
|
-
BoxBorderColor["BorderMuted"] = "border-muted";
|
|
156
|
-
/** Primary default border color */
|
|
157
|
-
BoxBorderColor["PrimaryDefault"] = "border-primary-default";
|
|
158
|
-
/** Primary alternative border color */
|
|
159
|
-
BoxBorderColor["PrimaryAlternative"] = "border-primary-alternative";
|
|
160
|
-
/** Primary muted border color */
|
|
161
|
-
BoxBorderColor["PrimaryMuted"] = "border-primary-muted";
|
|
162
|
-
/** Primary inverse border color */
|
|
163
|
-
BoxBorderColor["PrimaryInverse"] = "border-primary-inverse";
|
|
164
|
-
/** Error default border color */
|
|
165
|
-
BoxBorderColor["ErrorDefault"] = "border-error-default";
|
|
166
|
-
/** Error alternative border color */
|
|
167
|
-
BoxBorderColor["ErrorAlternative"] = "border-error-alternative";
|
|
168
|
-
/** Error muted border color */
|
|
169
|
-
BoxBorderColor["ErrorMuted"] = "border-error-muted";
|
|
170
|
-
/** Error inverse border color */
|
|
171
|
-
BoxBorderColor["ErrorInverse"] = "border-error-inverse";
|
|
172
|
-
/** Warning default border color */
|
|
173
|
-
BoxBorderColor["WarningDefault"] = "border-warning-default";
|
|
174
|
-
/** Warning alternative border color */
|
|
175
|
-
BoxBorderColor["WarningAlternative"] = "border-warning-alternative";
|
|
176
|
-
/** Warning muted border color */
|
|
177
|
-
BoxBorderColor["WarningMuted"] = "border-warning-muted";
|
|
178
|
-
/** Warning inverse border color */
|
|
179
|
-
BoxBorderColor["WarningInverse"] = "border-warning-inverse";
|
|
180
|
-
/** Success default border color */
|
|
181
|
-
BoxBorderColor["SuccessDefault"] = "border-success-default";
|
|
182
|
-
/** Success alternative border color */
|
|
183
|
-
BoxBorderColor["SuccessAlternative"] = "border-success-alternative";
|
|
184
|
-
/** Success muted border color */
|
|
185
|
-
BoxBorderColor["SuccessMuted"] = "border-success-muted";
|
|
186
|
-
/** Success inverse border color */
|
|
187
|
-
BoxBorderColor["SuccessInverse"] = "border-success-inverse";
|
|
188
|
-
/** Info default border color */
|
|
189
|
-
BoxBorderColor["InfoDefault"] = "border-info-default";
|
|
190
|
-
/** Info alternative border color */
|
|
191
|
-
BoxBorderColor["InfoAlternative"] = "border-info-alternative";
|
|
192
|
-
/** Info muted border color */
|
|
193
|
-
BoxBorderColor["InfoMuted"] = "border-info-muted";
|
|
194
|
-
/** Info inverse border color */
|
|
195
|
-
BoxBorderColor["InfoInverse"] = "border-info-inverse";
|
|
196
|
-
/** Flask default border color */
|
|
197
|
-
BoxBorderColor["FlaskDefault"] = "border-flask-default";
|
|
198
|
-
/** Flask inverse border color */
|
|
199
|
-
BoxBorderColor["FlaskInverse"] = "border-flask-inverse";
|
|
200
|
-
/** Overlay alternative border color */
|
|
201
|
-
BoxBorderColor["OverlayAlternative"] = "border-overlay-alternative";
|
|
202
|
-
/** Overlay default border color */
|
|
203
|
-
BoxBorderColor["OverlayDefault"] = "border-overlay-default";
|
|
204
|
-
/** Overlay inverse border color */
|
|
205
|
-
BoxBorderColor["OverlayInverse"] = "border-overlay-inverse";
|
|
206
|
-
/** Transparent border color */
|
|
207
|
-
BoxBorderColor["Transparent"] = "border-transparent";
|
|
208
|
-
})(BoxBorderColor || (exports.BoxBorderColor = BoxBorderColor = {}));
|
|
209
|
-
/**
|
|
210
|
-
* ButtonBase - size
|
|
211
|
-
*/
|
|
212
|
-
var ButtonBaseSize;
|
|
213
|
-
(function (ButtonBaseSize) {
|
|
214
|
-
/**
|
|
215
|
-
* Represents a small button size (32px).
|
|
216
|
-
*/
|
|
217
|
-
ButtonBaseSize["Sm"] = "sm";
|
|
218
|
-
/**
|
|
219
|
-
* Represents a medium button size (40px).
|
|
220
|
-
*/
|
|
221
|
-
ButtonBaseSize["Md"] = "md";
|
|
222
|
-
/**
|
|
223
|
-
* Represents a large button size (48px).
|
|
224
|
-
*/
|
|
225
|
-
ButtonBaseSize["Lg"] = "lg";
|
|
226
|
-
})(ButtonBaseSize || (exports.ButtonSize = exports.ButtonHeroSize = exports.ButtonTertiarySize = exports.ButtonSecondarySize = exports.ButtonPrimarySize = exports.ButtonBaseSize = ButtonBaseSize = {}));
|
|
227
|
-
/**
|
|
228
|
-
* Button - variant
|
|
229
|
-
*/
|
|
230
|
-
var ButtonVariant;
|
|
231
|
-
(function (ButtonVariant) {
|
|
232
|
-
/**
|
|
233
|
-
* Primary button variant - used for primary actions
|
|
234
|
-
*/
|
|
235
|
-
ButtonVariant["Primary"] = "primary";
|
|
236
|
-
/**
|
|
237
|
-
* Secondary button variant - used for secondary actions
|
|
238
|
-
*/
|
|
239
|
-
ButtonVariant["Secondary"] = "secondary";
|
|
240
|
-
/**
|
|
241
|
-
* Tertiary button variant - used for tertiary-like actions
|
|
242
|
-
*/
|
|
243
|
-
ButtonVariant["Tertiary"] = "tertiary";
|
|
244
|
-
})(ButtonVariant || (exports.ButtonVariant = ButtonVariant = {}));
|
|
245
|
-
/**
|
|
246
|
-
* ButtonIcon - size
|
|
247
|
-
*/
|
|
248
|
-
var ButtonIconSize;
|
|
249
|
-
(function (ButtonIconSize) {
|
|
250
|
-
/**
|
|
251
|
-
* Represents a small button size (24px).
|
|
252
|
-
*/
|
|
253
|
-
ButtonIconSize["Sm"] = "sm";
|
|
254
|
-
/**
|
|
255
|
-
* Represents a medium button size (32px).
|
|
256
|
-
*/
|
|
257
|
-
ButtonIconSize["Md"] = "md";
|
|
258
|
-
/**
|
|
259
|
-
* Represents a large button size (40px).
|
|
260
|
-
*/
|
|
261
|
-
ButtonIconSize["Lg"] = "lg";
|
|
262
|
-
})(ButtonIconSize || (exports.ButtonIconSize = ButtonIconSize = {}));
|
|
263
|
-
/**
|
|
264
|
-
* ButtonIcon - variant
|
|
265
|
-
*/
|
|
266
|
-
var ButtonIconVariant;
|
|
267
|
-
(function (ButtonIconVariant) {
|
|
268
|
-
ButtonIconVariant["Default"] = "default";
|
|
269
|
-
ButtonIconVariant["Filled"] = "filled";
|
|
270
|
-
ButtonIconVariant["Floating"] = "floating";
|
|
271
|
-
})(ButtonIconVariant || (exports.ButtonIconVariant = ButtonIconVariant = {}));
|
|
17
|
+
Object.defineProperty(exports, "AvatarSize", { enumerable: true, get: function () { return design_system_shared_4.AvatarBaseSize; } });
|
|
272
18
|
/**
|
|
273
19
|
* Text - textAlign
|
|
274
20
|
*/
|
|
@@ -305,347 +51,4 @@ var TextButtonSize;
|
|
|
305
51
|
TextButtonSize["BodySm"] = "body-sm";
|
|
306
52
|
TextButtonSize["BodyXs"] = "body-xs";
|
|
307
53
|
})(TextButtonSize || (exports.TextButtonSize = TextButtonSize = {}));
|
|
308
|
-
/**
|
|
309
|
-
* Icon - size
|
|
310
|
-
*/
|
|
311
|
-
var IconSize;
|
|
312
|
-
(function (IconSize) {
|
|
313
|
-
/** Extra small - 12px */
|
|
314
|
-
IconSize["Xs"] = "xs";
|
|
315
|
-
/** Small - 16px */
|
|
316
|
-
IconSize["Sm"] = "sm";
|
|
317
|
-
/** Medium - 20px (Default) */
|
|
318
|
-
IconSize["Md"] = "md";
|
|
319
|
-
/** Large - 24px */
|
|
320
|
-
IconSize["Lg"] = "lg";
|
|
321
|
-
/** Extra large - 32px */
|
|
322
|
-
IconSize["Xl"] = "xl";
|
|
323
|
-
})(IconSize || (exports.IconSize = IconSize = {}));
|
|
324
|
-
/**
|
|
325
|
-
* Icon - color
|
|
326
|
-
*/
|
|
327
|
-
var IconColor;
|
|
328
|
-
(function (IconColor) {
|
|
329
|
-
/** For default neutral icons */
|
|
330
|
-
IconColor["IconDefault"] = "text-icon-default";
|
|
331
|
-
/** For softer neutral icons */
|
|
332
|
-
IconColor["IconAlternative"] = "text-icon-alternative";
|
|
333
|
-
/** For the weakest contrast neutral icons (not accessible) */
|
|
334
|
-
IconColor["IconMuted"] = "text-icon-muted";
|
|
335
|
-
/** For elements used on top of overlay/alternative. Used for text, icon or border */
|
|
336
|
-
IconColor["OverlayInverse"] = "text-overlay-inverse";
|
|
337
|
-
/** For interactive, active, and selected semantics. Used for text, background, icon or border */
|
|
338
|
-
IconColor["PrimaryDefault"] = "text-primary-default";
|
|
339
|
-
/** For elements used on top of primary/default. Used for text, icon or border */
|
|
340
|
-
IconColor["PrimaryInverse"] = "text-primary-inverse";
|
|
341
|
-
/** For the critical alert semantic elements. Used for text, background, icon or border */
|
|
342
|
-
IconColor["ErrorDefault"] = "text-error-default";
|
|
343
|
-
/** For elements used on top of error/default. Used for text, icon or border */
|
|
344
|
-
IconColor["ErrorInverse"] = "text-error-inverse";
|
|
345
|
-
/** For the positive semantic elements. Used for text, background, icon or border */
|
|
346
|
-
IconColor["SuccessDefault"] = "text-success-default";
|
|
347
|
-
/** For elements used on top of success/default. Used for text, icon or border */
|
|
348
|
-
IconColor["SuccessInverse"] = "text-success-inverse";
|
|
349
|
-
/** For the caution alert semantic elements. Used for text, background, icon or border */
|
|
350
|
-
IconColor["WarningDefault"] = "text-warning-default";
|
|
351
|
-
/** For elements used on top of warning/default. Used for text, icon or border */
|
|
352
|
-
IconColor["WarningInverse"] = "text-warning-inverse";
|
|
353
|
-
/** For informational read-only elements. Used for text, background, icon or border */
|
|
354
|
-
IconColor["InfoDefault"] = "text-info-default";
|
|
355
|
-
/** For elements used on top of info/default. Used for text, icon or border */
|
|
356
|
-
IconColor["InfoInverse"] = "text-info-inverse";
|
|
357
|
-
})(IconColor || (exports.IconColor = IconColor = {}));
|
|
358
|
-
/**
|
|
359
|
-
* Autogenerated from the generate-icon-script.ts script.
|
|
360
|
-
* Please do not edit this enum directly.
|
|
361
|
-
*/
|
|
362
|
-
/**
|
|
363
|
-
* Icon - name
|
|
364
|
-
*/
|
|
365
|
-
/* eslint-disable @typescript-eslint/no-shadow */
|
|
366
|
-
var IconName;
|
|
367
|
-
(function (IconName) {
|
|
368
|
-
IconName["Accessibility"] = "Accessibility";
|
|
369
|
-
IconName["Activity"] = "Activity";
|
|
370
|
-
IconName["Add"] = "Add";
|
|
371
|
-
IconName["AddCard"] = "AddCard";
|
|
372
|
-
IconName["AddCircle"] = "AddCircle";
|
|
373
|
-
IconName["AddSquare"] = "AddSquare";
|
|
374
|
-
IconName["AfterHours"] = "AfterHours";
|
|
375
|
-
IconName["Ai"] = "Ai";
|
|
376
|
-
IconName["AlternateEmail"] = "AlternateEmail";
|
|
377
|
-
IconName["AppleLogo"] = "AppleLogo";
|
|
378
|
-
IconName["Apps"] = "Apps";
|
|
379
|
-
IconName["Arrow2Down"] = "Arrow2Down";
|
|
380
|
-
IconName["Arrow2Left"] = "Arrow2Left";
|
|
381
|
-
IconName["Arrow2Right"] = "Arrow2Right";
|
|
382
|
-
IconName["Arrow2Up"] = "Arrow2Up";
|
|
383
|
-
IconName["Arrow2UpRight"] = "Arrow2UpRight";
|
|
384
|
-
IconName["ArrowCircleDown"] = "ArrowCircleDown";
|
|
385
|
-
IconName["ArrowCircleUp"] = "ArrowCircleUp";
|
|
386
|
-
IconName["ArrowDoubleLeft"] = "ArrowDoubleLeft";
|
|
387
|
-
IconName["ArrowDoubleRight"] = "ArrowDoubleRight";
|
|
388
|
-
IconName["ArrowDown"] = "ArrowDown";
|
|
389
|
-
IconName["ArrowDropDownCircle"] = "ArrowDropDownCircle";
|
|
390
|
-
IconName["ArrowLeft"] = "ArrowLeft";
|
|
391
|
-
IconName["ArrowRight"] = "ArrowRight";
|
|
392
|
-
IconName["ArrowUp"] = "ArrowUp";
|
|
393
|
-
IconName["AttachMoney"] = "AttachMoney";
|
|
394
|
-
IconName["Attachment"] = "Attachment";
|
|
395
|
-
IconName["Backspace"] = "Backspace";
|
|
396
|
-
IconName["Ban"] = "Ban";
|
|
397
|
-
IconName["Bank"] = "Bank";
|
|
398
|
-
IconName["BankAssured"] = "BankAssured";
|
|
399
|
-
IconName["Bold"] = "Bold";
|
|
400
|
-
IconName["Book"] = "Book";
|
|
401
|
-
IconName["Bookmark"] = "Bookmark";
|
|
402
|
-
IconName["Bridge"] = "Bridge";
|
|
403
|
-
IconName["Briefcase"] = "Briefcase";
|
|
404
|
-
IconName["Bulb"] = "Bulb";
|
|
405
|
-
IconName["BuySell"] = "BuySell";
|
|
406
|
-
IconName["Cake"] = "Cake";
|
|
407
|
-
IconName["Calculator"] = "Calculator";
|
|
408
|
-
IconName["Calendar"] = "Calendar";
|
|
409
|
-
IconName["Call"] = "Call";
|
|
410
|
-
IconName["Camera"] = "Camera";
|
|
411
|
-
IconName["Campaign"] = "Campaign";
|
|
412
|
-
IconName["Candlestick"] = "Candlestick";
|
|
413
|
-
IconName["Card"] = "Card";
|
|
414
|
-
IconName["CardPos"] = "CardPos";
|
|
415
|
-
IconName["Cash"] = "Cash";
|
|
416
|
-
IconName["Category"] = "Category";
|
|
417
|
-
IconName["Chart"] = "Chart";
|
|
418
|
-
IconName["Check"] = "Check";
|
|
419
|
-
IconName["CheckBold"] = "CheckBold";
|
|
420
|
-
IconName["CircleX"] = "CircleX";
|
|
421
|
-
IconName["Clear"] = "Clear";
|
|
422
|
-
IconName["Clock"] = "Clock";
|
|
423
|
-
IconName["ClockFilled"] = "ClockFilled";
|
|
424
|
-
IconName["Close"] = "Close";
|
|
425
|
-
IconName["Cloud"] = "Cloud";
|
|
426
|
-
IconName["CloudDownload"] = "CloudDownload";
|
|
427
|
-
IconName["CloudUpload"] = "CloudUpload";
|
|
428
|
-
IconName["Code"] = "Code";
|
|
429
|
-
IconName["CodeCircle"] = "CodeCircle";
|
|
430
|
-
IconName["Coin"] = "Coin";
|
|
431
|
-
IconName["Collapse"] = "Collapse";
|
|
432
|
-
IconName["Confirmation"] = "Confirmation";
|
|
433
|
-
IconName["Connect"] = "Connect";
|
|
434
|
-
IconName["Copy"] = "Copy";
|
|
435
|
-
IconName["CopySuccess"] = "CopySuccess";
|
|
436
|
-
IconName["CorporateFare"] = "CorporateFare";
|
|
437
|
-
IconName["CreditCheck"] = "CreditCheck";
|
|
438
|
-
IconName["CurrencyFranc"] = "CurrencyFranc";
|
|
439
|
-
IconName["CurrencyLira"] = "CurrencyLira";
|
|
440
|
-
IconName["CurrencyPound"] = "CurrencyPound";
|
|
441
|
-
IconName["CurrencyYuan"] = "CurrencyYuan";
|
|
442
|
-
IconName["Customize"] = "Customize";
|
|
443
|
-
IconName["Danger"] = "Danger";
|
|
444
|
-
IconName["Dark"] = "Dark";
|
|
445
|
-
IconName["DarkFilled"] = "DarkFilled";
|
|
446
|
-
IconName["Data"] = "Data";
|
|
447
|
-
IconName["Description"] = "Description";
|
|
448
|
-
IconName["Details"] = "Details";
|
|
449
|
-
IconName["Diagram"] = "Diagram";
|
|
450
|
-
IconName["DocumentCode"] = "DocumentCode";
|
|
451
|
-
IconName["Download"] = "Download";
|
|
452
|
-
IconName["Draft"] = "Draft";
|
|
453
|
-
IconName["EcoLeaf"] = "EcoLeaf";
|
|
454
|
-
IconName["Edit"] = "Edit";
|
|
455
|
-
IconName["EditSquare"] = "EditSquare";
|
|
456
|
-
IconName["EncryptedAdd"] = "EncryptedAdd";
|
|
457
|
-
IconName["Eraser"] = "Eraser";
|
|
458
|
-
IconName["Error"] = "Error";
|
|
459
|
-
IconName["Ethereum"] = "Ethereum";
|
|
460
|
-
IconName["Exchange"] = "Exchange";
|
|
461
|
-
IconName["Expand"] = "Expand";
|
|
462
|
-
IconName["ExpandVertical"] = "ExpandVertical";
|
|
463
|
-
IconName["Explore"] = "Explore";
|
|
464
|
-
IconName["ExploreFilled"] = "ExploreFilled";
|
|
465
|
-
IconName["Export"] = "Export";
|
|
466
|
-
IconName["Extension"] = "Extension";
|
|
467
|
-
IconName["Eye"] = "Eye";
|
|
468
|
-
IconName["EyeSlash"] = "EyeSlash";
|
|
469
|
-
IconName["FaceId"] = "FaceId";
|
|
470
|
-
IconName["Feedback"] = "Feedback";
|
|
471
|
-
IconName["File"] = "File";
|
|
472
|
-
IconName["Filter"] = "Filter";
|
|
473
|
-
IconName["Fingerprint"] = "Fingerprint";
|
|
474
|
-
IconName["Fire"] = "Fire";
|
|
475
|
-
IconName["FirstPage"] = "FirstPage";
|
|
476
|
-
IconName["Flag"] = "Flag";
|
|
477
|
-
IconName["Flash"] = "Flash";
|
|
478
|
-
IconName["FlashSlash"] = "FlashSlash";
|
|
479
|
-
IconName["Flask"] = "Flask";
|
|
480
|
-
IconName["Flower"] = "Flower";
|
|
481
|
-
IconName["Folder"] = "Folder";
|
|
482
|
-
IconName["Forest"] = "Forest";
|
|
483
|
-
IconName["FullCircle"] = "FullCircle";
|
|
484
|
-
IconName["Gas"] = "Gas";
|
|
485
|
-
IconName["Gift"] = "Gift";
|
|
486
|
-
IconName["Global"] = "Global";
|
|
487
|
-
IconName["GlobalSearch"] = "GlobalSearch";
|
|
488
|
-
IconName["Graph"] = "Graph";
|
|
489
|
-
IconName["Hardware"] = "Hardware";
|
|
490
|
-
IconName["HashTag"] = "HashTag";
|
|
491
|
-
IconName["Heart"] = "Heart";
|
|
492
|
-
IconName["HeartFilled"] = "HeartFilled";
|
|
493
|
-
IconName["Hierarchy"] = "Hierarchy";
|
|
494
|
-
IconName["Home"] = "Home";
|
|
495
|
-
IconName["HomeFilled"] = "HomeFilled";
|
|
496
|
-
IconName["Image"] = "Image";
|
|
497
|
-
IconName["Info"] = "Info";
|
|
498
|
-
IconName["Inventory"] = "Inventory";
|
|
499
|
-
IconName["Joystick"] = "Joystick";
|
|
500
|
-
IconName["Keep"] = "Keep";
|
|
501
|
-
IconName["KeepFilled"] = "KeepFilled";
|
|
502
|
-
IconName["Key"] = "Key";
|
|
503
|
-
IconName["LastPage"] = "LastPage";
|
|
504
|
-
IconName["Light"] = "Light";
|
|
505
|
-
IconName["LightFilled"] = "LightFilled";
|
|
506
|
-
IconName["Link"] = "Link";
|
|
507
|
-
IconName["Loading"] = "Loading";
|
|
508
|
-
IconName["Location"] = "Location";
|
|
509
|
-
IconName["Lock"] = "Lock";
|
|
510
|
-
IconName["LockSlash"] = "LockSlash";
|
|
511
|
-
IconName["LockedFilled"] = "LockedFilled";
|
|
512
|
-
IconName["Login"] = "Login";
|
|
513
|
-
IconName["Logout"] = "Logout";
|
|
514
|
-
IconName["Mail"] = "Mail";
|
|
515
|
-
IconName["Map"] = "Map";
|
|
516
|
-
IconName["Menu"] = "Menu";
|
|
517
|
-
IconName["MessageQuestion"] = "MessageQuestion";
|
|
518
|
-
IconName["Messages"] = "Messages";
|
|
519
|
-
IconName["MetamaskFoxOutline"] = "MetamaskFoxOutline";
|
|
520
|
-
IconName["Mic"] = "Mic";
|
|
521
|
-
IconName["Minus"] = "Minus";
|
|
522
|
-
IconName["MinusBold"] = "MinusBold";
|
|
523
|
-
IconName["MinusSquare"] = "MinusSquare";
|
|
524
|
-
IconName["Mobile"] = "Mobile";
|
|
525
|
-
IconName["Money"] = "Money";
|
|
526
|
-
IconName["MoneyBag"] = "MoneyBag";
|
|
527
|
-
IconName["Monitor"] = "Monitor";
|
|
528
|
-
IconName["MoreHorizontal"] = "MoreHorizontal";
|
|
529
|
-
IconName["MoreVertical"] = "MoreVertical";
|
|
530
|
-
IconName["MountainFlag"] = "MountainFlag";
|
|
531
|
-
IconName["MusicNote"] = "MusicNote";
|
|
532
|
-
IconName["NoPhotography"] = "NoPhotography";
|
|
533
|
-
IconName["Notification"] = "Notification";
|
|
534
|
-
IconName["PageInfo"] = "PageInfo";
|
|
535
|
-
IconName["Palette"] = "Palette";
|
|
536
|
-
IconName["PasswordCheck"] = "PasswordCheck";
|
|
537
|
-
IconName["Pending"] = "Pending";
|
|
538
|
-
IconName["People"] = "People";
|
|
539
|
-
IconName["PersonCancel"] = "PersonCancel";
|
|
540
|
-
IconName["Pin"] = "Pin";
|
|
541
|
-
IconName["Plant"] = "Plant";
|
|
542
|
-
IconName["Plug"] = "Plug";
|
|
543
|
-
IconName["PlusAndMinus"] = "PlusAndMinus";
|
|
544
|
-
IconName["PolicyAlert"] = "PolicyAlert";
|
|
545
|
-
IconName["PopUp"] = "PopUp";
|
|
546
|
-
IconName["Print"] = "Print";
|
|
547
|
-
IconName["PriorityHigh"] = "PriorityHigh";
|
|
548
|
-
IconName["PrivacyTip"] = "PrivacyTip";
|
|
549
|
-
IconName["ProgrammingArrows"] = "ProgrammingArrows";
|
|
550
|
-
IconName["Publish"] = "Publish";
|
|
551
|
-
IconName["QrCode"] = "QrCode";
|
|
552
|
-
IconName["Question"] = "Question";
|
|
553
|
-
IconName["Receive"] = "Receive";
|
|
554
|
-
IconName["Received"] = "Received";
|
|
555
|
-
IconName["Refresh"] = "Refresh";
|
|
556
|
-
IconName["RemoveMinus"] = "RemoveMinus";
|
|
557
|
-
IconName["Report"] = "Report";
|
|
558
|
-
IconName["Rocket"] = "Rocket";
|
|
559
|
-
IconName["Save"] = "Save";
|
|
560
|
-
IconName["SaveFilled"] = "SaveFilled";
|
|
561
|
-
IconName["Saving"] = "Saving";
|
|
562
|
-
IconName["Scan"] = "Scan";
|
|
563
|
-
IconName["ScanBarcode"] = "ScanBarcode";
|
|
564
|
-
IconName["ScanFocus"] = "ScanFocus";
|
|
565
|
-
IconName["Search"] = "Search";
|
|
566
|
-
IconName["Security"] = "Security";
|
|
567
|
-
IconName["SecurityAlert"] = "SecurityAlert";
|
|
568
|
-
IconName["SecurityCross"] = "SecurityCross";
|
|
569
|
-
IconName["SecurityKey"] = "SecurityKey";
|
|
570
|
-
IconName["SecuritySearch"] = "SecuritySearch";
|
|
571
|
-
IconName["SecuritySlash"] = "SecuritySlash";
|
|
572
|
-
IconName["SecurityTick"] = "SecurityTick";
|
|
573
|
-
IconName["SecurityTime"] = "SecurityTime";
|
|
574
|
-
IconName["SecurityUser"] = "SecurityUser";
|
|
575
|
-
IconName["Send"] = "Send";
|
|
576
|
-
IconName["SentimentDissatisfied"] = "SentimentDissatisfied";
|
|
577
|
-
IconName["SentimentNeutral"] = "SentimentNeutral";
|
|
578
|
-
IconName["SentimentSatisfied"] = "SentimentSatisfied";
|
|
579
|
-
IconName["SentimentVerySatisfied"] = "SentimentVerySatisfied";
|
|
580
|
-
IconName["Setting"] = "Setting";
|
|
581
|
-
IconName["SettingFilled"] = "SettingFilled";
|
|
582
|
-
IconName["Share"] = "Share";
|
|
583
|
-
IconName["ShieldLock"] = "ShieldLock";
|
|
584
|
-
IconName["ShoppingBag"] = "ShoppingBag";
|
|
585
|
-
IconName["ShoppingCart"] = "ShoppingCart";
|
|
586
|
-
IconName["SidePanel"] = "SidePanel";
|
|
587
|
-
IconName["SignalCellular"] = "SignalCellular";
|
|
588
|
-
IconName["Slash"] = "Slash";
|
|
589
|
-
IconName["Sms"] = "Sms";
|
|
590
|
-
IconName["Snaps"] = "Snaps";
|
|
591
|
-
IconName["SnapsMobile"] = "SnapsMobile";
|
|
592
|
-
IconName["SnapsPlus"] = "SnapsPlus";
|
|
593
|
-
IconName["SnapsRound"] = "SnapsRound";
|
|
594
|
-
IconName["Sort"] = "Sort";
|
|
595
|
-
IconName["SortByAlpha"] = "SortByAlpha";
|
|
596
|
-
IconName["Sparkle"] = "Sparkle";
|
|
597
|
-
IconName["Speed"] = "Speed";
|
|
598
|
-
IconName["Speedometer"] = "Speedometer";
|
|
599
|
-
IconName["Square"] = "Square";
|
|
600
|
-
IconName["Stake"] = "Stake";
|
|
601
|
-
IconName["Star"] = "Star";
|
|
602
|
-
IconName["StarFilled"] = "StarFilled";
|
|
603
|
-
IconName["Start"] = "Start";
|
|
604
|
-
IconName["Storefront"] = "Storefront";
|
|
605
|
-
IconName["Student"] = "Student";
|
|
606
|
-
IconName["SwapHorizontal"] = "SwapHorizontal";
|
|
607
|
-
IconName["SwapVertical"] = "SwapVertical";
|
|
608
|
-
IconName["TabClose"] = "TabClose";
|
|
609
|
-
IconName["TableRow"] = "TableRow";
|
|
610
|
-
IconName["Tablet"] = "Tablet";
|
|
611
|
-
IconName["Tag"] = "Tag";
|
|
612
|
-
IconName["ThumbDown"] = "ThumbDown";
|
|
613
|
-
IconName["ThumbDownFilled"] = "ThumbDownFilled";
|
|
614
|
-
IconName["ThumbUp"] = "ThumbUp";
|
|
615
|
-
IconName["ThumbUpFilled"] = "ThumbUpFilled";
|
|
616
|
-
IconName["Tint"] = "Tint";
|
|
617
|
-
IconName["Tooltip"] = "Tooltip";
|
|
618
|
-
IconName["Translate"] = "Translate";
|
|
619
|
-
IconName["Trash"] = "Trash";
|
|
620
|
-
IconName["TrendDown"] = "TrendDown";
|
|
621
|
-
IconName["TrendUp"] = "TrendUp";
|
|
622
|
-
IconName["Undo"] = "Undo";
|
|
623
|
-
IconName["Unfold"] = "Unfold";
|
|
624
|
-
IconName["UnlockedFilled"] = "UnlockedFilled";
|
|
625
|
-
IconName["Unpin"] = "Unpin";
|
|
626
|
-
IconName["Upload"] = "Upload";
|
|
627
|
-
IconName["UploadFile"] = "UploadFile";
|
|
628
|
-
IconName["Usb"] = "Usb";
|
|
629
|
-
IconName["User"] = "User";
|
|
630
|
-
IconName["UserCheck"] = "UserCheck";
|
|
631
|
-
IconName["UserCircle"] = "UserCircle";
|
|
632
|
-
IconName["UserCircleAdd"] = "UserCircleAdd";
|
|
633
|
-
IconName["UserCircleRemove"] = "UserCircleRemove";
|
|
634
|
-
IconName["Verified"] = "Verified";
|
|
635
|
-
IconName["VerifiedFilled"] = "VerifiedFilled";
|
|
636
|
-
IconName["Videocam"] = "Videocam";
|
|
637
|
-
IconName["ViewColumn"] = "ViewColumn";
|
|
638
|
-
IconName["ViewInAr"] = "ViewInAr";
|
|
639
|
-
IconName["VolumeOff"] = "VolumeOff";
|
|
640
|
-
IconName["VolumeUp"] = "VolumeUp";
|
|
641
|
-
IconName["Wallet"] = "Wallet";
|
|
642
|
-
IconName["WalletFilled"] = "WalletFilled";
|
|
643
|
-
IconName["Warning"] = "Warning";
|
|
644
|
-
IconName["WebTraffic"] = "WebTraffic";
|
|
645
|
-
IconName["Widgets"] = "Widgets";
|
|
646
|
-
IconName["Wifi"] = "Wifi";
|
|
647
|
-
IconName["WifiOff"] = "WifiOff";
|
|
648
|
-
IconName["X"] = "X";
|
|
649
|
-
})(IconName || (exports.IconName = IconName = {}));
|
|
650
|
-
/* eslint-enable @typescript-eslint/no-shadow */
|
|
651
54
|
//# sourceMappingURL=index.cjs.map
|