@metamask-previews/design-system-react 0.0.0-preview.909f2e9 → 0.0.0-preview.bf69b6b
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/button-base/ButtonBase.cjs +60 -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 +61 -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-link/ButtonLink.cjs +32 -0
- package/dist/components/button-link/ButtonLink.cjs.map +1 -0
- package/dist/components/button-link/ButtonLink.d.cts +4 -0
- package/dist/components/button-link/ButtonLink.d.cts.map +1 -0
- package/dist/components/button-link/ButtonLink.d.mts +4 -0
- package/dist/components/button-link/ButtonLink.d.mts.map +1 -0
- package/dist/components/button-link/ButtonLink.mjs +33 -0
- package/dist/components/button-link/ButtonLink.mjs.map +1 -0
- package/dist/components/button-link/ButtonLink.types.cjs +3 -0
- package/dist/components/button-link/ButtonLink.types.cjs.map +1 -0
- package/dist/components/button-link/ButtonLink.types.d.cts +29 -0
- package/dist/components/button-link/ButtonLink.types.d.cts.map +1 -0
- package/dist/components/button-link/ButtonLink.types.d.mts +29 -0
- package/dist/components/button-link/ButtonLink.types.d.mts.map +1 -0
- package/dist/components/button-link/ButtonLink.types.mjs +2 -0
- package/dist/components/button-link/ButtonLink.types.mjs.map +1 -0
- package/dist/components/button-link/index.cjs +8 -0
- package/dist/components/button-link/index.cjs.map +1 -0
- package/dist/components/button-link/index.d.cts +4 -0
- package/dist/components/button-link/index.d.cts.map +1 -0
- package/dist/components/button-link/index.d.mts +4 -0
- package/dist/components/button-link/index.d.mts.map +1 -0
- package/dist/components/button-link/index.mjs +3 -0
- package/dist/components/button-link/index.mjs.map +1 -0
- package/dist/components/button-primary/ButtonPrimary.cjs +43 -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 +44 -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 +59 -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 +60 -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/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 +36 -0
- package/dist/components/index.cjs.map +1 -0
- package/dist/components/index.d.cts +19 -0
- package/dist/components/index.d.cts.map +1 -0
- package/dist/components/index.d.mts +19 -0
- package/dist/components/index.d.mts.map +1 -0
- package/dist/components/index.mjs +13 -0
- package/dist/components/index.mjs.map +1 -0
- package/dist/components/text/Text.cjs +20 -0
- package/dist/components/text/Text.cjs.map +1 -0
- package/dist/components/text/Text.constants.cjs +27 -0
- package/dist/components/text/Text.constants.cjs.map +1 -0
- package/dist/components/text/Text.constants.d.cts +5 -0
- package/dist/components/text/Text.constants.d.cts.map +1 -0
- package/dist/components/text/Text.constants.d.mts +5 -0
- package/dist/components/text/Text.constants.d.mts.map +1 -0
- package/dist/components/text/Text.constants.mjs +24 -0
- package/dist/components/text/Text.constants.mjs.map +1 -0
- package/dist/components/text/Text.d.cts +4 -0
- package/dist/components/text/Text.d.cts.map +1 -0
- package/dist/components/text/Text.d.mts +4 -0
- package/dist/components/text/Text.d.mts.map +1 -0
- package/dist/components/text/Text.mjs +20 -0
- package/dist/components/text/Text.mjs.map +1 -0
- package/dist/components/text/Text.types.cjs +96 -0
- package/dist/components/text/Text.types.cjs.map +1 -0
- package/dist/components/text/Text.types.d.cts +147 -0
- package/dist/components/text/Text.types.d.cts.map +1 -0
- package/dist/components/text/Text.types.d.mts +147 -0
- package/dist/components/text/Text.types.d.mts.map +1 -0
- package/dist/components/text/Text.types.mjs +93 -0
- package/dist/components/text/Text.types.mjs.map +1 -0
- package/dist/components/text/index.cjs +14 -0
- package/dist/components/text/index.cjs.map +1 -0
- package/dist/components/text/index.d.cts +4 -0
- package/dist/components/text/index.d.cts.map +1 -0
- package/dist/components/text/index.d.mts +4 -0
- package/dist/components/text/index.d.mts.map +1 -0
- package/dist/components/text/index.mjs +3 -0
- package/dist/components/text/index.mjs.map +1 -0
- package/dist/index.cjs +15 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types/make-props-optional.cjs +3 -0
- package/dist/types/make-props-optional.cjs.map +1 -0
- package/dist/types/make-props-optional.d.cts +4 -0
- package/dist/types/make-props-optional.d.cts.map +1 -0
- package/dist/types/make-props-optional.d.mts +4 -0
- package/dist/types/make-props-optional.d.mts.map +1 -0
- package/dist/types/make-props-optional.mjs +2 -0
- package/dist/types/make-props-optional.mjs.map +1 -0
- package/dist/utils/tw-merge.cjs +67 -0
- package/dist/utils/tw-merge.cjs.map +1 -0
- package/dist/utils/tw-merge.d.cts +13 -0
- package/dist/utils/tw-merge.d.cts.map +1 -0
- package/dist/utils/tw-merge.d.mts +13 -0
- package/dist/utils/tw-merge.d.mts.map +1 -0
- package/dist/utils/tw-merge.mjs +64 -0
- package/dist/utils/tw-merge.mjs.map +1 -0
- package/package.json +21 -9
- package/dist/Button.cjs +0 -10
- package/dist/Button.cjs.map +0 -1
- package/dist/Button.d.cts +0 -7
- package/dist/Button.d.cts.map +0 -1
- package/dist/Button.d.mts +0 -7
- package/dist/Button.d.mts.map +0 -1
- package/dist/Button.mjs +0 -10
- package/dist/Button.mjs.map +0 -1
- package/dist/Button.test.cjs +0 -29
- package/dist/Button.test.cjs.map +0 -1
- package/dist/Button.test.d.cts +0 -2
- package/dist/Button.test.d.cts.map +0 -1
- package/dist/Button.test.d.mts +0 -2
- package/dist/Button.test.d.mts.map +0 -1
- package/dist/Button.test.mjs +0 -32
- package/dist/Button.test.mjs.map +0 -1
- package/dist/Text.cjs +0 -40
- package/dist/Text.cjs.map +0 -1
- package/dist/Text.d.cts +0 -19
- package/dist/Text.d.cts.map +0 -1
- package/dist/Text.d.mts +0 -19
- package/dist/Text.d.mts.map +0 -1
- package/dist/Text.mjs +0 -40
- package/dist/Text.mjs.map +0 -1
- package/dist/Text.test.cjs +0 -23
- package/dist/Text.test.cjs.map +0 -1
- package/dist/Text.test.d.cts +0 -2
- package/dist/Text.test.d.cts.map +0 -1
- package/dist/Text.test.d.mts +0 -2
- package/dist/Text.test.d.mts.map +0 -1
- package/dist/Text.test.mjs +0 -26
- package/dist/Text.test.mjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
var Button_1 = require("./Button.cjs");
|
|
5
|
-
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Button_1.Button; } });
|
|
6
|
-
var Text_1 = require("./Text.cjs");
|
|
7
|
-
Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return Text_1.Text; } });
|
|
17
|
+
__exportStar(require("./components/index.cjs"), exports);
|
|
8
18
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAA6B","sourcesContent":["export * from './components';\n"]}
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,uCAA6B"}
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,uCAA6B"}
|
package/dist/index.mjs
CHANGED
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,uCAA6B","sourcesContent":["export * from './components';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"make-props-optional.cjs","sourceRoot":"","sources":["../../src/types/make-props-optional.ts"],"names":[],"mappings":"","sourcesContent":["export type MakePropsOptional<Props> = {\n [K in keyof Props]?: Props[K];\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"make-props-optional.d.cts","sourceRoot":"","sources":["../../src/types/make-props-optional.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,CAAC,KAAK,IAAI;KACpC,CAAC,IAAI,MAAM,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC;CAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"make-props-optional.d.mts","sourceRoot":"","sources":["../../src/types/make-props-optional.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,CAAC,KAAK,IAAI;KACpC,CAAC,IAAI,MAAM,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC;CAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"make-props-optional.mjs","sourceRoot":"","sources":["../../src/types/make-props-optional.ts"],"names":[],"mappings":"","sourcesContent":["export type MakePropsOptional<Props> = {\n [K in keyof Props]?: Props[K];\n};\n"]}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.twMerge = void 0;
|
|
4
|
+
const tailwind_merge_1 = require("tailwind-merge");
|
|
5
|
+
const variantClassGroups = [
|
|
6
|
+
's-display-md',
|
|
7
|
+
's-heading-lg',
|
|
8
|
+
's-heading-md',
|
|
9
|
+
's-heading-sm',
|
|
10
|
+
's-body-lg',
|
|
11
|
+
's-body-md',
|
|
12
|
+
's-body-sm',
|
|
13
|
+
's-body-xs',
|
|
14
|
+
'l-display-md',
|
|
15
|
+
'l-heading-lg',
|
|
16
|
+
'l-heading-md',
|
|
17
|
+
'l-heading-sm',
|
|
18
|
+
'l-body-lg',
|
|
19
|
+
'l-body-md',
|
|
20
|
+
'l-body-sm',
|
|
21
|
+
'l-body-xs',
|
|
22
|
+
];
|
|
23
|
+
/**
|
|
24
|
+
* Custom Tailwind Merge configuration to handle our design system's typography classes.
|
|
25
|
+
* This extends the default Tailwind Merge behavior to properly handle conflicts between:
|
|
26
|
+
* 1. Custom text color classes (text-default, text-alternative, text-muted)
|
|
27
|
+
* 2. Typography variant classes for font sizes (e.g., s-body-md, l-heading-lg)
|
|
28
|
+
* 3. Standard and custom font weight classes
|
|
29
|
+
*
|
|
30
|
+
* Without this configuration, Tailwind Merge wouldn't know these classes are meant
|
|
31
|
+
* to override each other, potentially leading to multiple conflicting classes
|
|
32
|
+
* being applied simultaneously.
|
|
33
|
+
*/
|
|
34
|
+
exports.twMerge = (0, tailwind_merge_1.extendTailwindMerge)({
|
|
35
|
+
extend: {
|
|
36
|
+
classGroups: {
|
|
37
|
+
'text-color': ['text-default', 'text-alternative', 'text-muted'],
|
|
38
|
+
'font-size': [
|
|
39
|
+
{
|
|
40
|
+
text: variantClassGroups,
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
'font-weight': [
|
|
44
|
+
// Standard Tailwind font weights
|
|
45
|
+
'font-thin',
|
|
46
|
+
'font-extralight',
|
|
47
|
+
'font-light',
|
|
48
|
+
'font-normal',
|
|
49
|
+
'font-medium',
|
|
50
|
+
'font-semibold',
|
|
51
|
+
'font-bold',
|
|
52
|
+
'font-extrabold',
|
|
53
|
+
'font-black',
|
|
54
|
+
// Custom typography classes
|
|
55
|
+
{
|
|
56
|
+
font: variantClassGroups,
|
|
57
|
+
},
|
|
58
|
+
],
|
|
59
|
+
},
|
|
60
|
+
conflictingClassGroups: {
|
|
61
|
+
'text-color': ['text-color'],
|
|
62
|
+
'font-size': ['font-size'],
|
|
63
|
+
'font-weight': ['font-weight'],
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
});
|
|
67
|
+
//# sourceMappingURL=tw-merge.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tw-merge.cjs","sourceRoot":"","sources":["../../src/utils/tw-merge.ts"],"names":[],"mappings":";;;AAAA,mDAAqD;AAErD,MAAM,kBAAkB,GAAG;IACzB,cAAc;IACd,cAAc;IACd,cAAc;IACd,cAAc;IACd,WAAW;IACX,WAAW;IACX,WAAW;IACX,WAAW;IACX,cAAc;IACd,cAAc;IACd,cAAc;IACd,cAAc;IACd,WAAW;IACX,WAAW;IACX,WAAW;IACX,WAAW;CACZ,CAAC;AAEF;;;;;;;;;;GAUG;AACU,QAAA,OAAO,GAAG,IAAA,oCAAmB,EAAC;IACzC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,YAAY,EAAE,CAAC,cAAc,EAAE,kBAAkB,EAAE,YAAY,CAAC;YAChE,WAAW,EAAE;gBACX;oBACE,IAAI,EAAE,kBAAkB;iBACzB;aACF;YACD,aAAa,EAAE;gBACb,iCAAiC;gBACjC,WAAW;gBACX,iBAAiB;gBACjB,YAAY;gBACZ,aAAa;gBACb,aAAa;gBACb,eAAe;gBACf,WAAW;gBACX,gBAAgB;gBAChB,YAAY;gBACZ,4BAA4B;gBAC5B;oBACE,IAAI,EAAE,kBAAkB;iBACzB;aACF;SACF;QACD,sBAAsB,EAAE;YACtB,YAAY,EAAE,CAAC,YAAY,CAAC;YAC5B,WAAW,EAAE,CAAC,WAAW,CAAC;YAC1B,aAAa,EAAE,CAAC,aAAa,CAAC;SAC/B;KACF;CACF,CAAC,CAAC","sourcesContent":["import { extendTailwindMerge } from 'tailwind-merge';\n\nconst variantClassGroups = [\n 's-display-md',\n 's-heading-lg',\n 's-heading-md',\n 's-heading-sm',\n 's-body-lg',\n 's-body-md',\n 's-body-sm',\n 's-body-xs',\n 'l-display-md',\n 'l-heading-lg',\n 'l-heading-md',\n 'l-heading-sm',\n 'l-body-lg',\n 'l-body-md',\n 'l-body-sm',\n 'l-body-xs',\n];\n\n/**\n * Custom Tailwind Merge configuration to handle our design system's typography classes.\n * This extends the default Tailwind Merge behavior to properly handle conflicts between:\n * 1. Custom text color classes (text-default, text-alternative, text-muted)\n * 2. Typography variant classes for font sizes (e.g., s-body-md, l-heading-lg)\n * 3. Standard and custom font weight classes\n *\n * Without this configuration, Tailwind Merge wouldn't know these classes are meant\n * to override each other, potentially leading to multiple conflicting classes\n * being applied simultaneously.\n */\nexport const twMerge = extendTailwindMerge({\n extend: {\n classGroups: {\n 'text-color': ['text-default', 'text-alternative', 'text-muted'],\n 'font-size': [\n {\n text: variantClassGroups,\n },\n ],\n 'font-weight': [\n // Standard Tailwind font weights\n 'font-thin',\n 'font-extralight',\n 'font-light',\n 'font-normal',\n 'font-medium',\n 'font-semibold',\n 'font-bold',\n 'font-extrabold',\n 'font-black',\n // Custom typography classes\n {\n font: variantClassGroups,\n },\n ],\n },\n conflictingClassGroups: {\n 'text-color': ['text-color'],\n 'font-size': ['font-size'],\n 'font-weight': ['font-weight'],\n },\n },\n});\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Custom Tailwind Merge configuration to handle our design system's typography classes.
|
|
3
|
+
* This extends the default Tailwind Merge behavior to properly handle conflicts between:
|
|
4
|
+
* 1. Custom text color classes (text-default, text-alternative, text-muted)
|
|
5
|
+
* 2. Typography variant classes for font sizes (e.g., s-body-md, l-heading-lg)
|
|
6
|
+
* 3. Standard and custom font weight classes
|
|
7
|
+
*
|
|
8
|
+
* Without this configuration, Tailwind Merge wouldn't know these classes are meant
|
|
9
|
+
* to override each other, potentially leading to multiple conflicting classes
|
|
10
|
+
* being applied simultaneously.
|
|
11
|
+
*/
|
|
12
|
+
export declare const twMerge: (...classLists: import("tailwind-merge").ClassNameValue[]) => string;
|
|
13
|
+
//# sourceMappingURL=tw-merge.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tw-merge.d.cts","sourceRoot":"","sources":["../../src/utils/tw-merge.ts"],"names":[],"mappings":"AAqBA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,OAAO,sEAgClB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Custom Tailwind Merge configuration to handle our design system's typography classes.
|
|
3
|
+
* This extends the default Tailwind Merge behavior to properly handle conflicts between:
|
|
4
|
+
* 1. Custom text color classes (text-default, text-alternative, text-muted)
|
|
5
|
+
* 2. Typography variant classes for font sizes (e.g., s-body-md, l-heading-lg)
|
|
6
|
+
* 3. Standard and custom font weight classes
|
|
7
|
+
*
|
|
8
|
+
* Without this configuration, Tailwind Merge wouldn't know these classes are meant
|
|
9
|
+
* to override each other, potentially leading to multiple conflicting classes
|
|
10
|
+
* being applied simultaneously.
|
|
11
|
+
*/
|
|
12
|
+
export declare const twMerge: (...classLists: import("tailwind-merge").ClassNameValue[]) => string;
|
|
13
|
+
//# sourceMappingURL=tw-merge.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tw-merge.d.mts","sourceRoot":"","sources":["../../src/utils/tw-merge.ts"],"names":[],"mappings":"AAqBA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,OAAO,sEAgClB,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { extendTailwindMerge } from "tailwind-merge";
|
|
2
|
+
const variantClassGroups = [
|
|
3
|
+
's-display-md',
|
|
4
|
+
's-heading-lg',
|
|
5
|
+
's-heading-md',
|
|
6
|
+
's-heading-sm',
|
|
7
|
+
's-body-lg',
|
|
8
|
+
's-body-md',
|
|
9
|
+
's-body-sm',
|
|
10
|
+
's-body-xs',
|
|
11
|
+
'l-display-md',
|
|
12
|
+
'l-heading-lg',
|
|
13
|
+
'l-heading-md',
|
|
14
|
+
'l-heading-sm',
|
|
15
|
+
'l-body-lg',
|
|
16
|
+
'l-body-md',
|
|
17
|
+
'l-body-sm',
|
|
18
|
+
'l-body-xs',
|
|
19
|
+
];
|
|
20
|
+
/**
|
|
21
|
+
* Custom Tailwind Merge configuration to handle our design system's typography classes.
|
|
22
|
+
* This extends the default Tailwind Merge behavior to properly handle conflicts between:
|
|
23
|
+
* 1. Custom text color classes (text-default, text-alternative, text-muted)
|
|
24
|
+
* 2. Typography variant classes for font sizes (e.g., s-body-md, l-heading-lg)
|
|
25
|
+
* 3. Standard and custom font weight classes
|
|
26
|
+
*
|
|
27
|
+
* Without this configuration, Tailwind Merge wouldn't know these classes are meant
|
|
28
|
+
* to override each other, potentially leading to multiple conflicting classes
|
|
29
|
+
* being applied simultaneously.
|
|
30
|
+
*/
|
|
31
|
+
export const twMerge = extendTailwindMerge({
|
|
32
|
+
extend: {
|
|
33
|
+
classGroups: {
|
|
34
|
+
'text-color': ['text-default', 'text-alternative', 'text-muted'],
|
|
35
|
+
'font-size': [
|
|
36
|
+
{
|
|
37
|
+
text: variantClassGroups,
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
'font-weight': [
|
|
41
|
+
// Standard Tailwind font weights
|
|
42
|
+
'font-thin',
|
|
43
|
+
'font-extralight',
|
|
44
|
+
'font-light',
|
|
45
|
+
'font-normal',
|
|
46
|
+
'font-medium',
|
|
47
|
+
'font-semibold',
|
|
48
|
+
'font-bold',
|
|
49
|
+
'font-extrabold',
|
|
50
|
+
'font-black',
|
|
51
|
+
// Custom typography classes
|
|
52
|
+
{
|
|
53
|
+
font: variantClassGroups,
|
|
54
|
+
},
|
|
55
|
+
],
|
|
56
|
+
},
|
|
57
|
+
conflictingClassGroups: {
|
|
58
|
+
'text-color': ['text-color'],
|
|
59
|
+
'font-size': ['font-size'],
|
|
60
|
+
'font-weight': ['font-weight'],
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
});
|
|
64
|
+
//# sourceMappingURL=tw-merge.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tw-merge.mjs","sourceRoot":"","sources":["../../src/utils/tw-merge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,uBAAuB;AAErD,MAAM,kBAAkB,GAAG;IACzB,cAAc;IACd,cAAc;IACd,cAAc;IACd,cAAc;IACd,WAAW;IACX,WAAW;IACX,WAAW;IACX,WAAW;IACX,cAAc;IACd,cAAc;IACd,cAAc;IACd,cAAc;IACd,WAAW;IACX,WAAW;IACX,WAAW;IACX,WAAW;CACZ,CAAC;AAEF;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,mBAAmB,CAAC;IACzC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,YAAY,EAAE,CAAC,cAAc,EAAE,kBAAkB,EAAE,YAAY,CAAC;YAChE,WAAW,EAAE;gBACX;oBACE,IAAI,EAAE,kBAAkB;iBACzB;aACF;YACD,aAAa,EAAE;gBACb,iCAAiC;gBACjC,WAAW;gBACX,iBAAiB;gBACjB,YAAY;gBACZ,aAAa;gBACb,aAAa;gBACb,eAAe;gBACf,WAAW;gBACX,gBAAgB;gBAChB,YAAY;gBACZ,4BAA4B;gBAC5B;oBACE,IAAI,EAAE,kBAAkB;iBACzB;aACF;SACF;QACD,sBAAsB,EAAE;YACtB,YAAY,EAAE,CAAC,YAAY,CAAC;YAC5B,WAAW,EAAE,CAAC,WAAW,CAAC;YAC1B,aAAa,EAAE,CAAC,aAAa,CAAC;SAC/B;KACF;CACF,CAAC,CAAC","sourcesContent":["import { extendTailwindMerge } from 'tailwind-merge';\n\nconst variantClassGroups = [\n 's-display-md',\n 's-heading-lg',\n 's-heading-md',\n 's-heading-sm',\n 's-body-lg',\n 's-body-md',\n 's-body-sm',\n 's-body-xs',\n 'l-display-md',\n 'l-heading-lg',\n 'l-heading-md',\n 'l-heading-sm',\n 'l-body-lg',\n 'l-body-md',\n 'l-body-sm',\n 'l-body-xs',\n];\n\n/**\n * Custom Tailwind Merge configuration to handle our design system's typography classes.\n * This extends the default Tailwind Merge behavior to properly handle conflicts between:\n * 1. Custom text color classes (text-default, text-alternative, text-muted)\n * 2. Typography variant classes for font sizes (e.g., s-body-md, l-heading-lg)\n * 3. Standard and custom font weight classes\n *\n * Without this configuration, Tailwind Merge wouldn't know these classes are meant\n * to override each other, potentially leading to multiple conflicting classes\n * being applied simultaneously.\n */\nexport const twMerge = extendTailwindMerge({\n extend: {\n classGroups: {\n 'text-color': ['text-default', 'text-alternative', 'text-muted'],\n 'font-size': [\n {\n text: variantClassGroups,\n },\n ],\n 'font-weight': [\n // Standard Tailwind font weights\n 'font-thin',\n 'font-extralight',\n 'font-light',\n 'font-normal',\n 'font-medium',\n 'font-semibold',\n 'font-bold',\n 'font-extrabold',\n 'font-black',\n // Custom typography classes\n {\n font: variantClassGroups,\n },\n ],\n },\n conflictingClassGroups: {\n 'text-color': ['text-color'],\n 'font-size': ['font-size'],\n 'font-weight': ['font-weight'],\n },\n },\n});\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/design-system-react",
|
|
3
|
-
"version": "0.0.0-preview.
|
|
3
|
+
"version": "0.0.0-preview.bf69b6b",
|
|
4
4
|
"description": "Design system react ui components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -35,10 +35,13 @@
|
|
|
35
35
|
"dist/"
|
|
36
36
|
],
|
|
37
37
|
"scripts": {
|
|
38
|
-
"build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
|
|
39
|
-
"build:docs": "typedoc",
|
|
38
|
+
"build": "yarn generate:icons && ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
|
|
40
39
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/design-system-react",
|
|
41
40
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/design-system-react",
|
|
41
|
+
"clean:icons": "rimraf src/components/icon/icons",
|
|
42
|
+
"create-component": "ts-node scripts/create-component",
|
|
43
|
+
"generate:icons": "yarn clean:icons && svgr --config-file src/components/icon/.svgrrc.js -d src/components/icon/icons src/components/icon/assets/*.svg && yarn generate:icons:index",
|
|
44
|
+
"generate:icons:index": "ts-node scripts/generate-icons-index.ts",
|
|
42
45
|
"publish:preview": "yarn npm publish --tag preview",
|
|
43
46
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
44
47
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
@@ -46,25 +49,34 @@
|
|
|
46
49
|
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
|
|
47
50
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
48
51
|
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
54
|
+
"tailwind-merge": "^2.0.0"
|
|
55
|
+
},
|
|
49
56
|
"devDependencies": {
|
|
50
|
-
"@
|
|
57
|
+
"@jest/globals": "^29.7.0",
|
|
58
|
+
"@metamask-previews/design-system-tailwind-preset": "0.0.0-preview.bf69b6b",
|
|
51
59
|
"@metamask/auto-changelog": "^3.4.4",
|
|
52
60
|
"@storybook/react": "^8.3.5",
|
|
53
61
|
"@storybook/test": "^8.3.5",
|
|
62
|
+
"@svgr/cli": "^8.1.0",
|
|
54
63
|
"@testing-library/jest-dom": "^6.6.3",
|
|
55
64
|
"@testing-library/react": "^16.0.1",
|
|
65
|
+
"@ts-bridge/cli": "^0.5.1",
|
|
56
66
|
"@types/jest": "^27.4.1",
|
|
67
|
+
"@types/node": "^16.18.54",
|
|
57
68
|
"@types/react": "^18.2.0",
|
|
58
69
|
"@types/react-dom": "^18.2.0",
|
|
59
70
|
"deepmerge": "^4.2.2",
|
|
60
|
-
"jest": "^
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
71
|
+
"jest": "^29.7.0",
|
|
72
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
73
|
+
"rimraf": "^5.0.5",
|
|
74
|
+
"ts-jest": "^29.2.5",
|
|
75
|
+
"ts-node": "^10.9.1",
|
|
64
76
|
"typescript": "~5.2.2"
|
|
65
77
|
},
|
|
66
78
|
"peerDependencies": {
|
|
67
|
-
"@metamask/design-tokens": "^4.
|
|
79
|
+
"@metamask/design-tokens": "^4.1.0",
|
|
68
80
|
"react": "^16.0.0",
|
|
69
81
|
"react-dom": "^16.0.0",
|
|
70
82
|
"tailwindcss": "^3.0.0"
|
package/dist/Button.cjs
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.Button = void 0;
|
|
7
|
-
const react_1 = __importDefault(require("react"));
|
|
8
|
-
const Button = ({ children, ...props }) => (react_1.default.createElement("button", { className: "px-4 h-8 rounded-full bg-primary-default text-primary-inverse", ...props }, children));
|
|
9
|
-
exports.Button = Button;
|
|
10
|
-
//# sourceMappingURL=Button.cjs.map
|
package/dist/Button.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.cjs","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAQnB,MAAM,MAAM,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAe,EAAE,EAAE,CAAC,CAC7D,0CACE,SAAS,EAAC,+DAA+D,KACrE,KAAK,IAER,QAAQ,CACF,CACV,CAAC;AAPW,QAAA,MAAM,UAOjB","sourcesContent":["import React from 'react';\n\nexport interface ButtonProps\n extends React.ButtonHTMLAttributes<HTMLButtonElement> {\n /** Button contents */\n children: React.ReactNode;\n}\n\nexport const Button = ({ children, ...props }: ButtonProps) => (\n <button\n className=\"px-4 h-8 rounded-full bg-primary-default text-primary-inverse\"\n {...props}\n >\n {children}\n </button>\n);\n"]}
|
package/dist/Button.d.cts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
3
|
-
/** Button contents */
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
export declare const Button: ({ children, ...props }: ButtonProps) => React.JSX.Element;
|
|
7
|
-
//# sourceMappingURL=Button.d.cts.map
|
package/dist/Button.d.cts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.cts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAE1B,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACrD,sBAAsB;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,MAAM,2BAA4B,WAAW,sBAOzD,CAAC"}
|
package/dist/Button.d.mts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
3
|
-
/** Button contents */
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
export declare const Button: ({ children, ...props }: ButtonProps) => React.JSX.Element;
|
|
7
|
-
//# sourceMappingURL=Button.d.mts.map
|
package/dist/Button.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.mts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAE1B,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACrD,sBAAsB;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,MAAM,2BAA4B,WAAW,sBAOzD,CAAC"}
|
package/dist/Button.mjs
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
function $importDefault(module) {
|
|
2
|
-
if (module?.__esModule) {
|
|
3
|
-
return module.default;
|
|
4
|
-
}
|
|
5
|
-
return module;
|
|
6
|
-
}
|
|
7
|
-
import $React from "react";
|
|
8
|
-
const React = $importDefault($React);
|
|
9
|
-
export const Button = ({ children, ...props }) => (React.createElement("button", { className: "px-4 h-8 rounded-full bg-primary-default text-primary-inverse", ...props }, children));
|
|
10
|
-
//# sourceMappingURL=Button.mjs.map
|
package/dist/Button.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.mjs","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;AAQ1B,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAe,EAAE,EAAE,CAAC,CAC7D,gCACE,SAAS,EAAC,+DAA+D,KACrE,KAAK,IAER,QAAQ,CACF,CACV,CAAC","sourcesContent":["import React from 'react';\n\nexport interface ButtonProps\n extends React.ButtonHTMLAttributes<HTMLButtonElement> {\n /** Button contents */\n children: React.ReactNode;\n}\n\nexport const Button = ({ children, ...props }: ButtonProps) => (\n <button\n className=\"px-4 h-8 rounded-full bg-primary-default text-primary-inverse\"\n {...props}\n >\n {children}\n </button>\n);\n"]}
|
package/dist/Button.test.cjs
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
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
|
-
const react_1 = __importDefault(require("react"));
|
|
7
|
-
const react_2 = require("@testing-library/react");
|
|
8
|
-
const Button_1 = require("./Button.cjs");
|
|
9
|
-
describe('Button Component', () => {
|
|
10
|
-
it('renders children correctly', () => {
|
|
11
|
-
(0, react_2.render)(react_1.default.createElement(Button_1.Button, null, "Click Me"));
|
|
12
|
-
expect(react_2.screen.getByText('Click Me')).toBeInTheDocument();
|
|
13
|
-
});
|
|
14
|
-
it('applies the correct classes', () => {
|
|
15
|
-
const { container } = (0, react_2.render)(react_1.default.createElement(Button_1.Button, null, "Styled Button"));
|
|
16
|
-
expect(container.firstChild).toHaveClass('px-4 h-8 rounded-full bg-primary-default text-primary-inverse');
|
|
17
|
-
});
|
|
18
|
-
it('handles click events', () => {
|
|
19
|
-
const handleClick = jest.fn();
|
|
20
|
-
(0, react_2.render)(react_1.default.createElement(Button_1.Button, { onClick: handleClick }, "Click"));
|
|
21
|
-
react_2.fireEvent.click(react_2.screen.getByText('Click'));
|
|
22
|
-
expect(handleClick).toHaveBeenCalledTimes(1);
|
|
23
|
-
});
|
|
24
|
-
it('passes additional props to the button element', () => {
|
|
25
|
-
(0, react_2.render)(react_1.default.createElement(Button_1.Button, { "aria-label": "custom-button" }, "Accessible Button"));
|
|
26
|
-
expect(react_2.screen.getByLabelText('custom-button')).toBeInTheDocument();
|
|
27
|
-
});
|
|
28
|
-
});
|
|
29
|
-
//# sourceMappingURL=Button.test.cjs.map
|
package/dist/Button.test.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.test.cjs","sourceRoot":"","sources":["../src/Button.test.tsx"],"names":[],"mappings":";;;;;AAAA,kDAA0B;AAC1B,kDAAmE;AACnE,yCAAkC;AAElC,QAAQ,CAAC,kBAAkB,EAAE,GAAG,EAAE;IAChC,EAAE,CAAC,4BAA4B,EAAE,GAAG,EAAE;QACpC,IAAA,cAAM,EAAC,8BAAC,eAAM,mBAAkB,CAAC,CAAC;QAClC,MAAM,CAAC,cAAM,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;IAC3D,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,6BAA6B,EAAE,GAAG,EAAE;QACrC,MAAM,EAAE,SAAS,EAAE,GAAG,IAAA,cAAM,EAAC,8BAAC,eAAM,wBAAuB,CAAC,CAAC;QAC7D,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,WAAW,CACtC,+DAA+D,CAChE,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,sBAAsB,EAAE,GAAG,EAAE;QAC9B,MAAM,WAAW,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;QAC9B,IAAA,cAAM,EAAC,8BAAC,eAAM,IAAC,OAAO,EAAE,WAAW,YAAgB,CAAC,CAAC;QACrD,iBAAS,CAAC,KAAK,CAAC,cAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC;QAC3C,MAAM,CAAC,WAAW,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,+CAA+C,EAAE,GAAG,EAAE;QACvD,IAAA,cAAM,EAAC,8BAAC,eAAM,kBAAY,eAAe,wBAA2B,CAAC,CAAC;QACtE,MAAM,CAAC,cAAM,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;IACrE,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { render, screen, fireEvent } from '@testing-library/react';\nimport { Button } from './Button';\n\ndescribe('Button Component', () => {\n it('renders children correctly', () => {\n render(<Button>Click Me</Button>);\n expect(screen.getByText('Click Me')).toBeInTheDocument();\n });\n\n it('applies the correct classes', () => {\n const { container } = render(<Button>Styled Button</Button>);\n expect(container.firstChild).toHaveClass(\n 'px-4 h-8 rounded-full bg-primary-default text-primary-inverse',\n );\n });\n\n it('handles click events', () => {\n const handleClick = jest.fn();\n render(<Button onClick={handleClick}>Click</Button>);\n fireEvent.click(screen.getByText('Click'));\n expect(handleClick).toHaveBeenCalledTimes(1);\n });\n\n it('passes additional props to the button element', () => {\n render(<Button aria-label=\"custom-button\">Accessible Button</Button>);\n expect(screen.getByLabelText('custom-button')).toBeInTheDocument();\n });\n});\n"]}
|
package/dist/Button.test.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.test.d.cts","sourceRoot":"","sources":["../src/Button.test.tsx"],"names":[],"mappings":""}
|
package/dist/Button.test.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.test.d.mts","sourceRoot":"","sources":["../src/Button.test.tsx"],"names":[],"mappings":""}
|
package/dist/Button.test.mjs
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
function $importDefault(module) {
|
|
2
|
-
if (module?.__esModule) {
|
|
3
|
-
return module.default;
|
|
4
|
-
}
|
|
5
|
-
return module;
|
|
6
|
-
}
|
|
7
|
-
import $React from "react";
|
|
8
|
-
const React = $importDefault($React);
|
|
9
|
-
import $testinglibraryreact from "@testing-library/react";
|
|
10
|
-
const { render, screen, fireEvent } = $testinglibraryreact;
|
|
11
|
-
import { Button } from "./Button.mjs";
|
|
12
|
-
describe('Button Component', () => {
|
|
13
|
-
it('renders children correctly', () => {
|
|
14
|
-
render(React.createElement(Button, null, "Click Me"));
|
|
15
|
-
expect(screen.getByText('Click Me')).toBeInTheDocument();
|
|
16
|
-
});
|
|
17
|
-
it('applies the correct classes', () => {
|
|
18
|
-
const { container } = render(React.createElement(Button, null, "Styled Button"));
|
|
19
|
-
expect(container.firstChild).toHaveClass('px-4 h-8 rounded-full bg-primary-default text-primary-inverse');
|
|
20
|
-
});
|
|
21
|
-
it('handles click events', () => {
|
|
22
|
-
const handleClick = jest.fn();
|
|
23
|
-
render(React.createElement(Button, { onClick: handleClick }, "Click"));
|
|
24
|
-
fireEvent.click(screen.getByText('Click'));
|
|
25
|
-
expect(handleClick).toHaveBeenCalledTimes(1);
|
|
26
|
-
});
|
|
27
|
-
it('passes additional props to the button element', () => {
|
|
28
|
-
render(React.createElement(Button, { "aria-label": "custom-button" }, "Accessible Button"));
|
|
29
|
-
expect(screen.getByLabelText('custom-button')).toBeInTheDocument();
|
|
30
|
-
});
|
|
31
|
-
});
|
|
32
|
-
//# sourceMappingURL=Button.test.mjs.map
|
package/dist/Button.test.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.test.mjs","sourceRoot":"","sources":["../src/Button.test.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,MAAK,cAAc;;;;AAE1B,OAAO,EAAE,MAAM,EAAE,qBAAiB;AAElC,QAAQ,CAAC,kBAAkB,EAAE,GAAG,EAAE;IAChC,EAAE,CAAC,4BAA4B,EAAE,GAAG,EAAE;QACpC,MAAM,CAAC,oBAAC,MAAM,mBAAkB,CAAC,CAAC;QAClC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;IAC3D,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,6BAA6B,EAAE,GAAG,EAAE;QACrC,MAAM,EAAE,SAAS,EAAE,GAAG,MAAM,CAAC,oBAAC,MAAM,wBAAuB,CAAC,CAAC;QAC7D,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,WAAW,CACtC,+DAA+D,CAChE,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,sBAAsB,EAAE,GAAG,EAAE;QAC9B,MAAM,WAAW,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;QAC9B,MAAM,CAAC,oBAAC,MAAM,IAAC,OAAO,EAAE,WAAW,YAAgB,CAAC,CAAC;QACrD,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC;QAC3C,MAAM,CAAC,WAAW,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,+CAA+C,EAAE,GAAG,EAAE;QACvD,MAAM,CAAC,oBAAC,MAAM,kBAAY,eAAe,wBAA2B,CAAC,CAAC;QACtE,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;IACrE,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { render, screen, fireEvent } from '@testing-library/react';\nimport { Button } from './Button';\n\ndescribe('Button Component', () => {\n it('renders children correctly', () => {\n render(<Button>Click Me</Button>);\n expect(screen.getByText('Click Me')).toBeInTheDocument();\n });\n\n it('applies the correct classes', () => {\n const { container } = render(<Button>Styled Button</Button>);\n expect(container.firstChild).toHaveClass(\n 'px-4 h-8 rounded-full bg-primary-default text-primary-inverse',\n );\n });\n\n it('handles click events', () => {\n const handleClick = jest.fn();\n render(<Button onClick={handleClick}>Click</Button>);\n fireEvent.click(screen.getByText('Click'));\n expect(handleClick).toHaveBeenCalledTimes(1);\n });\n\n it('passes additional props to the button element', () => {\n render(<Button aria-label=\"custom-button\">Accessible Button</Button>);\n expect(screen.getByLabelText('custom-button')).toBeInTheDocument();\n });\n});\n"]}
|
package/dist/Text.cjs
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
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.Text = exports.TextVariant = void 0;
|
|
7
|
-
const react_1 = __importDefault(require("react"));
|
|
8
|
-
var TextVariant;
|
|
9
|
-
(function (TextVariant) {
|
|
10
|
-
// Display Sizes
|
|
11
|
-
TextVariant["DisplayMd"] = "display-md";
|
|
12
|
-
// Heading Sizes
|
|
13
|
-
TextVariant["HeadingLg"] = "heading-lg";
|
|
14
|
-
TextVariant["HeadingMd"] = "heading-md";
|
|
15
|
-
TextVariant["HeadingSm"] = "heading-sm";
|
|
16
|
-
// Font Sizes
|
|
17
|
-
TextVariant["BodyLg"] = "body-lg";
|
|
18
|
-
TextVariant["BodyMd"] = "body-md";
|
|
19
|
-
TextVariant["BodySm"] = "body-sm";
|
|
20
|
-
TextVariant["BodyXs"] = "body-xs";
|
|
21
|
-
})(TextVariant || (exports.TextVariant = TextVariant = {}));
|
|
22
|
-
// Create a mapping from TextVariant to Tailwind class names
|
|
23
|
-
const typographyClassMap = {
|
|
24
|
-
[TextVariant.DisplayMd]: 'text-s-display-md font-s-display-md leading-s-display-md tracking-s-display-md lg:text-l-display-md lg:font-l-display-md lg:leading-l-display-md lg:tracking-l-display-md',
|
|
25
|
-
[TextVariant.HeadingLg]: 'text-s-heading-lg font-s-heading-lg leading-s-heading-lg tracking-s-heading-lg lg:text-l-heading-lg lg:font-l-heading-lg lg:leading-l-heading-lg lg:tracking-l-heading-lg',
|
|
26
|
-
[TextVariant.HeadingMd]: 'text-s-heading-md font-s-heading-md leading-s-heading-md tracking-s-heading-md lg:text-l-heading-md lg:font-l-heading-md lg:leading-l-heading-md lg:tracking-l-heading-md',
|
|
27
|
-
[TextVariant.HeadingSm]: 'text-s-heading-sm font-s-heading-sm leading-s-heading-sm tracking-s-heading-sm lg:text-l-heading-sm lg:font-l-heading-sm lg:leading-l-heading-sm lg:tracking-l-heading-sm',
|
|
28
|
-
[TextVariant.BodyLg]: 'text-s-body-lg-medium font-s-body-lg-medium leading-s-body-lg-medium tracking-s-body-lg-medium lg:text-l-body-lg-medium lg:font-l-body-lg-medium lg:leading-l-body-lg-medium lg:tracking-l-body-lg-medium',
|
|
29
|
-
[TextVariant.BodyMd]: 'text-s-body-md font-s-body-md leading-s-body-md tracking-s-body-md lg:text-l-body-md lg:font-l-body-md lg:leading-l-body-md lg:tracking-l-body-md',
|
|
30
|
-
[TextVariant.BodySm]: 'text-s-body-sm font-s-body-sm leading-s-body-sm tracking-s-body-sm lg:text-l-body-sm lg:font-l-body-sm lg:leading-l-body-sm lg:tracking-l-body-sm',
|
|
31
|
-
[TextVariant.BodyXs]: 'text-s-body-xs font-s-body-xs leading-s-body-xs tracking-s-body-xs lg:text-l-body-xs lg:font-l-body-xs lg:leading-l-body-xs lg:tracking-l-body-xs',
|
|
32
|
-
};
|
|
33
|
-
// Update the Text component to use the TextVariant enum
|
|
34
|
-
const Text = ({ variant, children, className }) => {
|
|
35
|
-
// Map the TextVariant to corresponding class names from typography.ts
|
|
36
|
-
const variantClass = typographyClassMap[variant];
|
|
37
|
-
return react_1.default.createElement("p", { className: `${variantClass} ${className}` }, children);
|
|
38
|
-
};
|
|
39
|
-
exports.Text = Text;
|
|
40
|
-
//# sourceMappingURL=Text.cjs.map
|
package/dist/Text.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Text.cjs","sourceRoot":"","sources":["../src/Text.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAE1B,IAAY,WAcX;AAdD,WAAY,WAAW;IACrB,gBAAgB;IAChB,uCAAwB,CAAA;IAExB,gBAAgB;IAChB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IAExB,aAAa;IACb,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;IAClB,iCAAkB,CAAA;AACpB,CAAC,EAdW,WAAW,2BAAX,WAAW,QActB;AAQD,4DAA4D;AAC5D,MAAM,kBAAkB,GAAgC;IACtD,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,2KAA2K;IAC7K,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,2KAA2K;IAC7K,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,2KAA2K;IAC7K,CAAC,WAAW,CAAC,SAAS,CAAC,EACrB,2KAA2K;IAC7K,CAAC,WAAW,CAAC,MAAM,CAAC,EAClB,2MAA2M;IAC7M,CAAC,WAAW,CAAC,MAAM,CAAC,EAClB,mJAAmJ;IACrJ,CAAC,WAAW,CAAC,MAAM,CAAC,EAClB,mJAAmJ;IACrJ,CAAC,WAAW,CAAC,MAAM,CAAC,EAClB,mJAAmJ;CACtJ,CAAC;AAEF,wDAAwD;AACjD,MAAM,IAAI,GAAwB,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,EAAE;IAC5E,sEAAsE;IACtE,MAAM,YAAY,GAAG,kBAAkB,CAAC,OAAO,CAAC,CAAC;IAEjD,OAAO,qCAAG,SAAS,EAAE,GAAG,YAAY,IAAI,SAAS,EAAE,IAAG,QAAQ,CAAK,CAAC;AACtE,CAAC,CAAC;AALW,QAAA,IAAI,QAKf","sourcesContent":["import React from 'react';\n\nexport enum TextVariant {\n // Display Sizes\n DisplayMd = 'display-md',\n\n // Heading Sizes\n HeadingLg = 'heading-lg',\n HeadingMd = 'heading-md',\n HeadingSm = 'heading-sm',\n\n // Font Sizes\n BodyLg = 'body-lg',\n BodyMd = 'body-md',\n BodySm = 'body-sm',\n BodyXs = 'body-xs',\n}\n\ninterface TextProps {\n variant: TextVariant;\n children: React.ReactNode;\n className?: string;\n}\n\n// Create a mapping from TextVariant to Tailwind class names\nconst typographyClassMap: Record<TextVariant, string> = {\n [TextVariant.DisplayMd]:\n 'text-s-display-md font-s-display-md leading-s-display-md tracking-s-display-md lg:text-l-display-md lg:font-l-display-md lg:leading-l-display-md lg:tracking-l-display-md',\n [TextVariant.HeadingLg]:\n 'text-s-heading-lg font-s-heading-lg leading-s-heading-lg tracking-s-heading-lg lg:text-l-heading-lg lg:font-l-heading-lg lg:leading-l-heading-lg lg:tracking-l-heading-lg',\n [TextVariant.HeadingMd]:\n 'text-s-heading-md font-s-heading-md leading-s-heading-md tracking-s-heading-md lg:text-l-heading-md lg:font-l-heading-md lg:leading-l-heading-md lg:tracking-l-heading-md',\n [TextVariant.HeadingSm]:\n 'text-s-heading-sm font-s-heading-sm leading-s-heading-sm tracking-s-heading-sm lg:text-l-heading-sm lg:font-l-heading-sm lg:leading-l-heading-sm lg:tracking-l-heading-sm',\n [TextVariant.BodyLg]:\n 'text-s-body-lg-medium font-s-body-lg-medium leading-s-body-lg-medium tracking-s-body-lg-medium lg:text-l-body-lg-medium lg:font-l-body-lg-medium lg:leading-l-body-lg-medium lg:tracking-l-body-lg-medium',\n [TextVariant.BodyMd]:\n 'text-s-body-md font-s-body-md leading-s-body-md tracking-s-body-md lg:text-l-body-md lg:font-l-body-md lg:leading-l-body-md lg:tracking-l-body-md',\n [TextVariant.BodySm]:\n 'text-s-body-sm font-s-body-sm leading-s-body-sm tracking-s-body-sm lg:text-l-body-sm lg:font-l-body-sm lg:leading-l-body-sm lg:tracking-l-body-sm',\n [TextVariant.BodyXs]:\n 'text-s-body-xs font-s-body-xs leading-s-body-xs tracking-s-body-xs lg:text-l-body-xs lg:font-l-body-xs lg:leading-l-body-xs lg:tracking-l-body-xs',\n};\n\n// Update the Text component to use the TextVariant enum\nexport const Text: React.FC<TextProps> = ({ variant, children, className }) => {\n // Map the TextVariant to corresponding class names from typography.ts\n const variantClass = typographyClassMap[variant];\n\n return <p className={`${variantClass} ${className}`}>{children}</p>;\n};\n"]}
|
package/dist/Text.d.cts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare enum TextVariant {
|
|
3
|
-
DisplayMd = "display-md",
|
|
4
|
-
HeadingLg = "heading-lg",
|
|
5
|
-
HeadingMd = "heading-md",
|
|
6
|
-
HeadingSm = "heading-sm",
|
|
7
|
-
BodyLg = "body-lg",
|
|
8
|
-
BodyMd = "body-md",
|
|
9
|
-
BodySm = "body-sm",
|
|
10
|
-
BodyXs = "body-xs"
|
|
11
|
-
}
|
|
12
|
-
interface TextProps {
|
|
13
|
-
variant: TextVariant;
|
|
14
|
-
children: React.ReactNode;
|
|
15
|
-
className?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare const Text: React.FC<TextProps>;
|
|
18
|
-
export {};
|
|
19
|
-
//# sourceMappingURL=Text.d.cts.map
|
package/dist/Text.d.cts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.cts","sourceRoot":"","sources":["../src/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAE1B,oBAAY,WAAW;IAErB,SAAS,eAAe;IAGxB,SAAS,eAAe;IACxB,SAAS,eAAe;IACxB,SAAS,eAAe;IAGxB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;CACnB;AAED,UAAU,SAAS;IACjB,OAAO,EAAE,WAAW,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAuBD,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAKpC,CAAC"}
|
package/dist/Text.d.mts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare enum TextVariant {
|
|
3
|
-
DisplayMd = "display-md",
|
|
4
|
-
HeadingLg = "heading-lg",
|
|
5
|
-
HeadingMd = "heading-md",
|
|
6
|
-
HeadingSm = "heading-sm",
|
|
7
|
-
BodyLg = "body-lg",
|
|
8
|
-
BodyMd = "body-md",
|
|
9
|
-
BodySm = "body-sm",
|
|
10
|
-
BodyXs = "body-xs"
|
|
11
|
-
}
|
|
12
|
-
interface TextProps {
|
|
13
|
-
variant: TextVariant;
|
|
14
|
-
children: React.ReactNode;
|
|
15
|
-
className?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare const Text: React.FC<TextProps>;
|
|
18
|
-
export {};
|
|
19
|
-
//# sourceMappingURL=Text.d.mts.map
|
package/dist/Text.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.mts","sourceRoot":"","sources":["../src/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc;AAE1B,oBAAY,WAAW;IAErB,SAAS,eAAe;IAGxB,SAAS,eAAe;IACxB,SAAS,eAAe;IACxB,SAAS,eAAe;IAGxB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;IAClB,MAAM,YAAY;CACnB;AAED,UAAU,SAAS;IACjB,OAAO,EAAE,WAAW,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAuBD,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAKpC,CAAC"}
|