@snapcall/design-system 1.20.0-beta.8 → 1.20.0
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/{chunk-VOEUAKL5.mjs → chunk-AFJWE6PJ.mjs} +5 -5
- package/dist/{chunk-3R4WXKTO.mjs → chunk-C4CNS77B.mjs} +1 -1
- package/dist/chunk-FMJFBQTF.mjs +41 -0
- package/dist/chunk-M7XGO7VL.mjs +41 -0
- package/dist/chunk-O46NQFTB.mjs +164 -0
- package/dist/chunk-RUGV2ZRC.mjs +41 -0
- package/dist/{chunk-6K65KHH3.mjs → chunk-WST7J5RJ.mjs} +72 -29
- package/dist/{chunk-WONCTSHB.mjs → chunk-YC4ZDBIC.mjs} +5 -1
- package/dist/{chunk-5LQUAZYA.mjs → chunk-ZMQWNJ3B.mjs} +2 -2
- package/dist/components/Accordion/index.d.mts +18 -4
- package/dist/components/Accordion/index.d.ts +18 -4
- package/dist/components/Accordion/index.js +2 -2
- package/dist/components/Accordion/index.mjs +42 -11
- package/dist/components/AlertDialog/index.d.mts +26 -9
- package/dist/components/AlertDialog/index.d.ts +26 -9
- package/dist/components/AlertDialog/index.js +12 -11
- package/dist/components/AlertDialog/index.mjs +2 -4
- package/dist/components/Avatar/index.d.mts +126 -1
- package/dist/components/Avatar/index.d.ts +126 -1
- package/dist/components/Badge/index.d.mts +67 -2
- package/dist/components/Badge/index.d.ts +67 -2
- package/dist/components/Badge/index.js +5 -1
- package/dist/components/Badge/index.mjs +1 -1
- package/dist/components/Button/index.d.mts +182 -5
- package/dist/components/Button/index.d.ts +182 -5
- package/dist/components/Button/index.js +11 -10
- package/dist/components/Button/index.mjs +1 -3
- package/dist/components/Calendar/index.d.mts +12 -2
- package/dist/components/Calendar/index.d.ts +12 -2
- package/dist/components/Calendar/index.js +26 -23
- package/dist/components/Calendar/index.mjs +10 -9
- package/dist/components/Carousel/index.d.mts +22 -6
- package/dist/components/Carousel/index.d.ts +22 -6
- package/dist/components/Carousel/index.js +23 -20
- package/dist/components/Carousel/index.mjs +140 -17
- package/dist/components/Checkbox/index.d.mts +6 -1
- package/dist/components/Checkbox/index.d.ts +6 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/Checkbox/index.mjs +2 -3
- package/dist/components/Command/index.d.mts +2 -8
- package/dist/components/Command/index.d.ts +2 -8
- package/dist/components/Command/index.js +71 -68
- package/dist/components/Command/index.mjs +5 -5
- package/dist/components/CreatableSelect/index.d.mts +32 -2
- package/dist/components/CreatableSelect/index.d.ts +32 -2
- package/dist/components/CreatableSelect/index.js +151 -144
- package/dist/components/CreatableSelect/index.mjs +11 -11
- package/dist/components/Dialog/index.d.mts +22 -7
- package/dist/components/Dialog/index.d.ts +22 -7
- package/dist/components/Dialog/index.js +58 -55
- package/dist/components/Dialog/index.mjs +6 -7
- package/dist/components/DropdownMenu/index.d.mts +24 -14
- package/dist/components/DropdownMenu/index.d.ts +24 -14
- package/dist/components/DropdownMenu/index.js +23 -24
- package/dist/components/DropdownMenu/index.mjs +8 -11
- package/dist/components/FilterButton/index.d.mts +10 -1
- package/dist/components/FilterButton/index.d.ts +10 -1
- package/dist/components/FilterButton/index.js +16 -11
- package/dist/components/FilterButton/index.mjs +2 -4
- package/dist/components/Form/index.d.mts +30 -8
- package/dist/components/Form/index.d.ts +30 -8
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Form/index.mjs +1 -1
- package/dist/components/Input/index.d.mts +12 -1
- package/dist/components/Input/index.d.ts +12 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/Input/index.mjs +1 -1
- package/dist/components/Label/index.d.mts +6 -1
- package/dist/components/Label/index.d.ts +6 -1
- package/dist/components/Label/index.js +1 -1
- package/dist/components/Label/index.mjs +1 -1
- package/dist/components/Link/index.d.mts +5 -1
- package/dist/components/Link/index.d.ts +5 -1
- package/dist/components/Pagination/index.d.mts +19 -2
- package/dist/components/Pagination/index.d.ts +19 -2
- package/dist/components/Pagination/index.js +24 -21
- package/dist/components/Pagination/index.mjs +84 -18
- package/dist/components/Popover/index.d.mts +8 -3
- package/dist/components/Popover/index.d.ts +8 -3
- package/dist/components/Popover/index.js +1 -1
- package/dist/components/Popover/index.mjs +1 -1
- package/dist/components/RadioGroup/index.d.mts +7 -2
- package/dist/components/RadioGroup/index.d.ts +7 -2
- package/dist/components/Select/index.d.mts +17 -8
- package/dist/components/Select/index.d.ts +17 -8
- package/dist/components/Select/index.js +3 -3
- package/dist/components/Select/index.mjs +45 -15
- package/dist/components/Sheet/index.d.mts +79 -7
- package/dist/components/Sheet/index.d.ts +79 -7
- package/dist/components/Sheet/index.js +58 -55
- package/dist/components/Sheet/index.mjs +6 -7
- package/dist/components/Skeleton/index.d.mts +5 -1
- package/dist/components/Skeleton/index.d.ts +5 -1
- package/dist/components/Switch/index.d.mts +6 -1
- package/dist/components/Switch/index.d.ts +6 -1
- package/dist/components/Switch/index.js +1 -1
- package/dist/components/Switch/index.mjs +1 -1
- package/dist/components/Table/index.d.mts +17 -7
- package/dist/components/Table/index.d.ts +17 -7
- package/dist/components/Table/index.js +3 -3
- package/dist/components/Table/index.mjs +3 -3
- package/dist/components/Tabs/index.d.mts +9 -4
- package/dist/components/Tabs/index.d.ts +9 -4
- package/dist/components/Tabs/index.js +1 -1
- package/dist/components/Tabs/index.mjs +1 -1
- package/dist/components/Textarea/index.d.mts +9 -1
- package/dist/components/Textarea/index.d.ts +9 -1
- package/dist/components/Textarea/index.js +1 -1
- package/dist/components/Textarea/index.mjs +1 -1
- package/dist/components/Toaster/index.d.mts +168 -14
- package/dist/components/Toaster/index.d.ts +168 -14
- package/dist/components/Toaster/index.js +60 -57
- package/dist/components/Toaster/index.mjs +8 -9
- package/dist/components/ToggleGroup/index.d.mts +17 -2
- package/dist/components/ToggleGroup/index.d.ts +17 -2
- package/dist/components/ToggleGroup/index.js +1 -1
- package/dist/components/ToggleGroup/index.mjs +2 -3
- package/dist/components/Tooltip/index.d.mts +10 -4
- package/dist/components/Tooltip/index.d.ts +10 -4
- package/dist/components/Tooltip/index.js +1 -1
- package/dist/components/Tooltip/index.mjs +1 -1
- package/dist/components/index-Btj0VOSP.d.mts +96 -0
- package/dist/components/index-Btj0VOSP.d.ts +96 -0
- package/dist/icons/activity.d.mts +6 -1
- package/dist/icons/activity.d.ts +6 -1
- package/dist/icons/activityHeart.d.mts +6 -1
- package/dist/icons/activityHeart.d.ts +6 -1
- package/dist/icons/airplay.d.mts +6 -1
- package/dist/icons/airplay.d.ts +6 -1
- package/dist/icons/airpods.d.mts +6 -1
- package/dist/icons/airpods.d.ts +6 -1
- package/dist/icons/alarmClock.d.mts +6 -1
- package/dist/icons/alarmClock.d.ts +6 -1
- package/dist/icons/alarmClockCheck.d.mts +6 -1
- package/dist/icons/alarmClockCheck.d.ts +6 -1
- package/dist/icons/alarmClockMinus.d.mts +6 -1
- package/dist/icons/alarmClockMinus.d.ts +6 -1
- package/dist/icons/alarmClockOff.d.mts +6 -1
- package/dist/icons/alarmClockOff.d.ts +6 -1
- package/dist/icons/alarmClockPlus.d.mts +6 -1
- package/dist/icons/alarmClockPlus.d.ts +6 -1
- package/dist/icons/alertCircle.d.mts +6 -1
- package/dist/icons/alertCircle.d.ts +6 -1
- package/dist/icons/alertHexagon.d.mts +6 -1
- package/dist/icons/alertHexagon.d.ts +6 -1
- package/dist/icons/alertOctagon.d.mts +6 -1
- package/dist/icons/alertOctagon.d.ts +6 -1
- package/dist/icons/alertSquare.d.mts +6 -1
- package/dist/icons/alertSquare.d.ts +6 -1
- package/dist/icons/alertTriangle.d.mts +6 -1
- package/dist/icons/alertTriangle.d.ts +6 -1
- package/dist/icons/alignBottom1.d.mts +6 -1
- package/dist/icons/alignBottom1.d.ts +6 -1
- package/dist/icons/alignBottom2.d.mts +6 -1
- package/dist/icons/alignBottom2.d.ts +6 -1
- package/dist/icons/alignCenter.d.mts +6 -1
- package/dist/icons/alignCenter.d.ts +6 -1
- package/dist/icons/alignHorizontalCentre1.d.mts +6 -1
- package/dist/icons/alignHorizontalCentre1.d.ts +6 -1
- package/dist/icons/alignHorizontalCentre2.d.mts +6 -1
- package/dist/icons/alignHorizontalCentre2.d.ts +6 -1
- package/dist/icons/alignJustify.d.mts +6 -1
- package/dist/icons/alignJustify.d.ts +6 -1
- package/dist/icons/alignLeft.d.mts +6 -1
- package/dist/icons/alignLeft.d.ts +6 -1
- package/dist/icons/alignLeft1.d.mts +6 -1
- package/dist/icons/alignLeft1.d.ts +6 -1
- package/dist/icons/alignLeft2.d.mts +6 -1
- package/dist/icons/alignLeft2.d.ts +6 -1
- package/dist/icons/alignRight.d.mts +6 -1
- package/dist/icons/alignRight.d.ts +6 -1
- package/dist/icons/alignRight1.d.mts +6 -1
- package/dist/icons/alignRight1.d.ts +6 -1
- package/dist/icons/alignRight2.d.mts +6 -1
- package/dist/icons/alignRight2.d.ts +6 -1
- package/dist/icons/alignTopArrow1.d.mts +6 -1
- package/dist/icons/alignTopArrow1.d.ts +6 -1
- package/dist/icons/alignTopArrow2.d.mts +6 -1
- package/dist/icons/alignTopArrow2.d.ts +6 -1
- package/dist/icons/alignVerticalCenter1.d.mts +6 -1
- package/dist/icons/alignVerticalCenter1.d.ts +6 -1
- package/dist/icons/alignVerticalCenter2.d.mts +6 -1
- package/dist/icons/alignVerticalCenter2.d.ts +6 -1
- package/dist/icons/anchor.d.mts +6 -1
- package/dist/icons/anchor.d.ts +6 -1
- package/dist/icons/annotation.d.mts +6 -1
- package/dist/icons/annotation.d.ts +6 -1
- package/dist/icons/annotationAlert.d.mts +6 -1
- package/dist/icons/annotationAlert.d.ts +6 -1
- package/dist/icons/annotationCheck.d.mts +6 -1
- package/dist/icons/annotationCheck.d.ts +6 -1
- package/dist/icons/annotationDots.d.mts +6 -1
- package/dist/icons/annotationDots.d.ts +6 -1
- package/dist/icons/annotationHeart.d.mts +6 -1
- package/dist/icons/annotationHeart.d.ts +6 -1
- package/dist/icons/annotationInfo.d.mts +6 -1
- package/dist/icons/annotationInfo.d.ts +6 -1
- package/dist/icons/annotationPlus.d.mts +6 -1
- package/dist/icons/annotationPlus.d.ts +6 -1
- package/dist/icons/annotationQuestion.d.mts +6 -1
- package/dist/icons/annotationQuestion.d.ts +6 -1
- package/dist/icons/annotationX.d.mts +6 -1
- package/dist/icons/annotationX.d.ts +6 -1
- package/dist/icons/announcement1.d.mts +6 -1
- package/dist/icons/announcement1.d.ts +6 -1
- package/dist/icons/announcement2.d.mts +6 -1
- package/dist/icons/announcement2.d.ts +6 -1
- package/dist/icons/announcement3.d.mts +6 -1
- package/dist/icons/announcement3.d.ts +6 -1
- package/dist/icons/appIntegration.d.mts +6 -1
- package/dist/icons/appIntegration.d.ts +6 -1
- package/dist/icons/archive.d.mts +6 -1
- package/dist/icons/archive.d.ts +6 -1
- package/dist/icons/arrowBlockDown.d.mts +6 -1
- package/dist/icons/arrowBlockDown.d.ts +6 -1
- package/dist/icons/arrowBlockLeft.d.mts +6 -1
- package/dist/icons/arrowBlockLeft.d.ts +6 -1
- package/dist/icons/arrowBlockRight.d.mts +6 -1
- package/dist/icons/arrowBlockRight.d.ts +6 -1
- package/dist/icons/arrowBlockUp.d.mts +6 -1
- package/dist/icons/arrowBlockUp.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenDown.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenDown.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenDownLeft.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenDownLeft.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenDownRight.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenDownRight.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenLeft.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenLeft.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenRight.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenRight.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenUp.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenUp.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenUpLeft.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenUpLeft.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenUpRight.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenUpRight.d.ts +6 -1
- package/dist/icons/arrowCircleDown.d.mts +6 -1
- package/dist/icons/arrowCircleDown.d.ts +6 -1
- package/dist/icons/arrowCircleDownLeft.d.mts +6 -1
- package/dist/icons/arrowCircleDownLeft.d.ts +6 -1
- package/dist/icons/arrowCircleDownRight.d.mts +6 -1
- package/dist/icons/arrowCircleDownRight.d.ts +6 -1
- package/dist/icons/arrowCircleLeft.d.mts +6 -1
- package/dist/icons/arrowCircleLeft.d.ts +6 -1
- package/dist/icons/arrowCircleRight.d.mts +6 -1
- package/dist/icons/arrowCircleRight.d.ts +6 -1
- package/dist/icons/arrowCircleUp.d.mts +6 -1
- package/dist/icons/arrowCircleUp.d.ts +6 -1
- package/dist/icons/arrowCircleUpLeft.d.mts +6 -1
- package/dist/icons/arrowCircleUpLeft.d.ts +6 -1
- package/dist/icons/arrowCircleUpRight.d.mts +6 -1
- package/dist/icons/arrowCircleUpRight.d.ts +6 -1
- package/dist/icons/arrowDown.d.mts +6 -1
- package/dist/icons/arrowDown.d.ts +6 -1
- package/dist/icons/arrowDownLeft.d.mts +6 -1
- package/dist/icons/arrowDownLeft.d.ts +6 -1
- package/dist/icons/arrowDownRight.d.mts +6 -1
- package/dist/icons/arrowDownRight.d.ts +6 -1
- package/dist/icons/arrowLeft.d.mts +6 -1
- package/dist/icons/arrowLeft.d.ts +6 -1
- package/dist/icons/arrowNarrowDown.d.mts +6 -1
- package/dist/icons/arrowNarrowDown.d.ts +6 -1
- package/dist/icons/arrowNarrowDownLeft.d.mts +6 -1
- package/dist/icons/arrowNarrowDownLeft.d.ts +6 -1
- package/dist/icons/arrowNarrowDownRight.d.mts +6 -1
- package/dist/icons/arrowNarrowDownRight.d.ts +6 -1
- package/dist/icons/arrowNarrowLeft.d.mts +6 -1
- package/dist/icons/arrowNarrowLeft.d.ts +6 -1
- package/dist/icons/arrowNarrowRight.d.mts +6 -1
- package/dist/icons/arrowNarrowRight.d.ts +6 -1
- package/dist/icons/arrowNarrowUp.d.mts +6 -1
- package/dist/icons/arrowNarrowUp.d.ts +6 -1
- package/dist/icons/arrowNarrowUpLeft.d.mts +6 -1
- package/dist/icons/arrowNarrowUpLeft.d.ts +6 -1
- package/dist/icons/arrowNarrowUpRight.d.mts +6 -1
- package/dist/icons/arrowNarrowUpRight.d.ts +6 -1
- package/dist/icons/arrowRight.d.mts +6 -1
- package/dist/icons/arrowRight.d.ts +6 -1
- package/dist/icons/arrowSquareDown.d.mts +6 -1
- package/dist/icons/arrowSquareDown.d.ts +6 -1
- package/dist/icons/arrowSquareDownLeft.d.mts +6 -1
- package/dist/icons/arrowSquareDownLeft.d.ts +6 -1
- package/dist/icons/arrowSquareDownRight.d.mts +6 -1
- package/dist/icons/arrowSquareDownRight.d.ts +6 -1
- package/dist/icons/arrowSquareLeft.d.mts +6 -1
- package/dist/icons/arrowSquareLeft.d.ts +6 -1
- package/dist/icons/arrowSquareRight.d.mts +6 -1
- package/dist/icons/arrowSquareRight.d.ts +6 -1
- package/dist/icons/arrowSquareUp.d.mts +6 -1
- package/dist/icons/arrowSquareUp.d.ts +6 -1
- package/dist/icons/arrowSquareUpLeft.d.mts +6 -1
- package/dist/icons/arrowSquareUpLeft.d.ts +6 -1
- package/dist/icons/arrowSquareUpRight.d.mts +6 -1
- package/dist/icons/arrowSquareUpRight.d.ts +6 -1
- package/dist/icons/arrowUp.d.mts +6 -1
- package/dist/icons/arrowUp.d.ts +6 -1
- package/dist/icons/arrowUpLeft.d.mts +6 -1
- package/dist/icons/arrowUpLeft.d.ts +6 -1
- package/dist/icons/arrowUpRight.d.mts +6 -1
- package/dist/icons/arrowUpRight.d.ts +6 -1
- package/dist/icons/arrowsDown.d.mts +6 -1
- package/dist/icons/arrowsDown.d.ts +6 -1
- package/dist/icons/arrowsLeft.d.mts +6 -1
- package/dist/icons/arrowsLeft.d.ts +6 -1
- package/dist/icons/arrowsRight.d.mts +6 -1
- package/dist/icons/arrowsRight.d.ts +6 -1
- package/dist/icons/arrowsTriangle.d.mts +6 -1
- package/dist/icons/arrowsTriangle.d.ts +6 -1
- package/dist/icons/arrowsUp.d.mts +6 -1
- package/dist/icons/arrowsUp.d.ts +6 -1
- package/dist/icons/asterisk1.d.mts +6 -1
- package/dist/icons/asterisk1.d.ts +6 -1
- package/dist/icons/asterisk2.d.mts +6 -1
- package/dist/icons/asterisk2.d.ts +6 -1
- package/dist/icons/atSign.d.mts +6 -1
- package/dist/icons/atSign.d.ts +6 -1
- package/dist/icons/atom1.d.mts +6 -1
- package/dist/icons/atom1.d.ts +6 -1
- package/dist/icons/atom2.d.mts +6 -1
- package/dist/icons/atom2.d.ts +6 -1
- package/dist/icons/attachment.d.mts +6 -1
- package/dist/icons/attachment.d.ts +6 -1
- package/dist/icons/attachment1.d.mts +6 -1
- package/dist/icons/attachment1.d.ts +6 -1
- package/dist/icons/attachment2.d.mts +6 -1
- package/dist/icons/attachment2.d.ts +6 -1
- package/dist/icons/award1.d.mts +6 -1
- package/dist/icons/award1.d.ts +6 -1
- package/dist/icons/award2.d.mts +6 -1
- package/dist/icons/award2.d.ts +6 -1
- package/dist/icons/award3.d.mts +6 -1
- package/dist/icons/award3.d.ts +6 -1
- package/dist/icons/award4.d.mts +6 -1
- package/dist/icons/award4.d.ts +6 -1
- package/dist/icons/award5.d.mts +6 -1
- package/dist/icons/award5.d.ts +6 -1
- package/dist/icons/backpack.d.mts +6 -1
- package/dist/icons/backpack.d.ts +6 -1
- package/dist/icons/bank.d.mts +6 -1
- package/dist/icons/bank.d.ts +6 -1
- package/dist/icons/bankNote1.d.mts +6 -1
- package/dist/icons/bankNote1.d.ts +6 -1
- package/dist/icons/bankNote2.d.mts +6 -1
- package/dist/icons/bankNote2.d.ts +6 -1
- package/dist/icons/bankNote3.d.mts +6 -1
- package/dist/icons/bankNote3.d.ts +6 -1
- package/dist/icons/barChart1.d.mts +6 -1
- package/dist/icons/barChart1.d.ts +6 -1
- package/dist/icons/barChart11.d.mts +6 -1
- package/dist/icons/barChart11.d.ts +6 -1
- package/dist/icons/barChart12.d.mts +6 -1
- package/dist/icons/barChart12.d.ts +6 -1
- package/dist/icons/barChart2.d.mts +6 -1
- package/dist/icons/barChart2.d.ts +6 -1
- package/dist/icons/barChart3.d.mts +6 -1
- package/dist/icons/barChart3.d.ts +6 -1
- package/dist/icons/barChart4.d.mts +6 -1
- package/dist/icons/barChart4.d.ts +6 -1
- package/dist/icons/barChart5.d.mts +6 -1
- package/dist/icons/barChart5.d.ts +6 -1
- package/dist/icons/barChart6.d.mts +6 -1
- package/dist/icons/barChart6.d.ts +6 -1
- package/dist/icons/barChart7.d.mts +6 -1
- package/dist/icons/barChart7.d.ts +6 -1
- package/dist/icons/barChart8.d.mts +6 -1
- package/dist/icons/barChart8.d.ts +6 -1
- package/dist/icons/barChart9.d.mts +6 -1
- package/dist/icons/barChart9.d.ts +6 -1
- package/dist/icons/barChartCircle1.d.mts +6 -1
- package/dist/icons/barChartCircle1.d.ts +6 -1
- package/dist/icons/barChartCircle2.d.mts +6 -1
- package/dist/icons/barChartCircle2.d.ts +6 -1
- package/dist/icons/barChartCircle3.d.mts +6 -1
- package/dist/icons/barChartCircle3.d.ts +6 -1
- package/dist/icons/barChartSquare1.d.mts +6 -1
- package/dist/icons/barChartSquare1.d.ts +6 -1
- package/dist/icons/barChartSquare2.d.mts +6 -1
- package/dist/icons/barChartSquare2.d.ts +6 -1
- package/dist/icons/barChartSquare3.d.mts +6 -1
- package/dist/icons/barChartSquare3.d.ts +6 -1
- package/dist/icons/barChartSquareDown.d.mts +6 -1
- package/dist/icons/barChartSquareDown.d.ts +6 -1
- package/dist/icons/barChartSquareMinus.d.mts +6 -1
- package/dist/icons/barChartSquareMinus.d.ts +6 -1
- package/dist/icons/barChartSquarePlus.d.mts +6 -1
- package/dist/icons/barChartSquarePlus.d.ts +6 -1
- package/dist/icons/barChartSquareUp.d.mts +6 -1
- package/dist/icons/barChartSquareUp.d.ts +6 -1
- package/dist/icons/barLineChart.d.mts +6 -1
- package/dist/icons/barLineChart.d.ts +6 -1
- package/dist/icons/batteryCharging1.d.mts +6 -1
- package/dist/icons/batteryCharging1.d.ts +6 -1
- package/dist/icons/batteryCharging2.d.mts +6 -1
- package/dist/icons/batteryCharging2.d.ts +6 -1
- package/dist/icons/batteryEmpty.d.mts +6 -1
- package/dist/icons/batteryEmpty.d.ts +6 -1
- package/dist/icons/batteryFull.d.mts +6 -1
- package/dist/icons/batteryFull.d.ts +6 -1
- package/dist/icons/batteryLow.d.mts +6 -1
- package/dist/icons/batteryLow.d.ts +6 -1
- package/dist/icons/batteryMid.d.mts +6 -1
- package/dist/icons/batteryMid.d.ts +6 -1
- package/dist/icons/beaker1.d.mts +6 -1
- package/dist/icons/beaker1.d.ts +6 -1
- package/dist/icons/beaker2.d.mts +6 -1
- package/dist/icons/beaker2.d.ts +6 -1
- package/dist/icons/bell.d.mts +6 -1
- package/dist/icons/bell.d.ts +6 -1
- package/dist/icons/bell1.d.mts +6 -1
- package/dist/icons/bell1.d.ts +6 -1
- package/dist/icons/bell2.d.mts +6 -1
- package/dist/icons/bell2.d.ts +6 -1
- package/dist/icons/bell3.d.mts +6 -1
- package/dist/icons/bell3.d.ts +6 -1
- package/dist/icons/bell4.d.mts +6 -1
- package/dist/icons/bell4.d.ts +6 -1
- package/dist/icons/bellMinus.d.mts +6 -1
- package/dist/icons/bellMinus.d.ts +6 -1
- package/dist/icons/bellOff1.d.mts +6 -1
- package/dist/icons/bellOff1.d.ts +6 -1
- package/dist/icons/bellOff2.d.mts +6 -1
- package/dist/icons/bellOff2.d.ts +6 -1
- package/dist/icons/bellOff3.d.mts +6 -1
- package/dist/icons/bellOff3.d.ts +6 -1
- package/dist/icons/bellPlus.d.mts +6 -1
- package/dist/icons/bellPlus.d.ts +6 -1
- package/dist/icons/bellRinging1.d.mts +6 -1
- package/dist/icons/bellRinging1.d.ts +6 -1
- package/dist/icons/bellRinging2.d.mts +6 -1
- package/dist/icons/bellRinging2.d.ts +6 -1
- package/dist/icons/bellRinging3.d.mts +6 -1
- package/dist/icons/bellRinging3.d.ts +6 -1
- package/dist/icons/bellRinging4.d.mts +6 -1
- package/dist/icons/bellRinging4.d.ts +6 -1
- package/dist/icons/bezierCurve1.d.mts +6 -1
- package/dist/icons/bezierCurve1.d.ts +6 -1
- package/dist/icons/bezierCurve2.d.mts +6 -1
- package/dist/icons/bezierCurve2.d.ts +6 -1
- package/dist/icons/bezierCurve3.d.mts +6 -1
- package/dist/icons/bezierCurve3.d.ts +6 -1
- package/dist/icons/bluetoothConnect.d.mts +6 -1
- package/dist/icons/bluetoothConnect.d.ts +6 -1
- package/dist/icons/bluetoothOff.d.mts +6 -1
- package/dist/icons/bluetoothOff.d.ts +6 -1
- package/dist/icons/bluetoothOn.d.mts +6 -1
- package/dist/icons/bluetoothOn.d.ts +6 -1
- package/dist/icons/bluetoothSignal.d.mts +6 -1
- package/dist/icons/bluetoothSignal.d.ts +6 -1
- package/dist/icons/bold1.d.mts +6 -1
- package/dist/icons/bold1.d.ts +6 -1
- package/dist/icons/bold2.d.mts +6 -1
- package/dist/icons/bold2.d.ts +6 -1
- package/dist/icons/boldSquare.d.mts +6 -1
- package/dist/icons/boldSquare.d.ts +6 -1
- package/dist/icons/bookClosed.d.mts +6 -1
- package/dist/icons/bookClosed.d.ts +6 -1
- package/dist/icons/bookOpen1.d.mts +6 -1
- package/dist/icons/bookOpen1.d.ts +6 -1
- package/dist/icons/bookOpen2.d.mts +6 -1
- package/dist/icons/bookOpen2.d.ts +6 -1
- package/dist/icons/bookmark.d.mts +6 -1
- package/dist/icons/bookmark.d.ts +6 -1
- package/dist/icons/bookmarkAdd.d.mts +6 -1
- package/dist/icons/bookmarkAdd.d.ts +6 -1
- package/dist/icons/bookmarkCheck.d.mts +6 -1
- package/dist/icons/bookmarkCheck.d.ts +6 -1
- package/dist/icons/bookmarkMinus.d.mts +6 -1
- package/dist/icons/bookmarkMinus.d.ts +6 -1
- package/dist/icons/bookmarkX.d.mts +6 -1
- package/dist/icons/bookmarkX.d.ts +6 -1
- package/dist/icons/box.d.mts +6 -1
- package/dist/icons/box.d.ts +6 -1
- package/dist/icons/brackets.d.mts +6 -1
- package/dist/icons/brackets.d.ts +6 -1
- package/dist/icons/bracketsCheck.d.mts +6 -1
- package/dist/icons/bracketsCheck.d.ts +6 -1
- package/dist/icons/bracketsEllipses.d.mts +6 -1
- package/dist/icons/bracketsEllipses.d.ts +6 -1
- package/dist/icons/bracketsMinus.d.mts +6 -1
- package/dist/icons/bracketsMinus.d.ts +6 -1
- package/dist/icons/bracketsPlus.d.mts +6 -1
- package/dist/icons/bracketsPlus.d.ts +6 -1
- package/dist/icons/bracketsSlash.d.mts +6 -1
- package/dist/icons/bracketsSlash.d.ts +6 -1
- package/dist/icons/bracketsX.d.mts +6 -1
- package/dist/icons/bracketsX.d.ts +6 -1
- package/dist/icons/briefcase1.d.mts +6 -1
- package/dist/icons/briefcase1.d.ts +6 -1
- package/dist/icons/briefcase2.d.mts +6 -1
- package/dist/icons/briefcase2.d.ts +6 -1
- package/dist/icons/browser.d.mts +6 -1
- package/dist/icons/browser.d.ts +6 -1
- package/dist/icons/brush1.d.mts +6 -1
- package/dist/icons/brush1.d.ts +6 -1
- package/dist/icons/brush2.d.mts +6 -1
- package/dist/icons/brush2.d.ts +6 -1
- package/dist/icons/brush3.d.mts +6 -1
- package/dist/icons/brush3.d.ts +6 -1
- package/dist/icons/building1.d.mts +6 -1
- package/dist/icons/building1.d.ts +6 -1
- package/dist/icons/building2.d.mts +6 -1
- package/dist/icons/building2.d.ts +6 -1
- package/dist/icons/building3.d.mts +6 -1
- package/dist/icons/building3.d.ts +6 -1
- package/dist/icons/building4.d.mts +6 -1
- package/dist/icons/building4.d.ts +6 -1
- package/dist/icons/building5.d.mts +6 -1
- package/dist/icons/building5.d.ts +6 -1
- package/dist/icons/building6.d.mts +6 -1
- package/dist/icons/building6.d.ts +6 -1
- package/dist/icons/building7.d.mts +6 -1
- package/dist/icons/building7.d.ts +6 -1
- package/dist/icons/building8.d.mts +6 -1
- package/dist/icons/building8.d.ts +6 -1
- package/dist/icons/bus.d.mts +6 -1
- package/dist/icons/bus.d.ts +6 -1
- package/dist/icons/calculator.d.mts +6 -1
- package/dist/icons/calculator.d.ts +6 -1
- package/dist/icons/calendar.d.mts +6 -1
- package/dist/icons/calendar.d.ts +6 -1
- package/dist/icons/calendarCheck.d.mts +6 -1
- package/dist/icons/calendarCheck.d.ts +6 -1
- package/dist/icons/calendarCheck1.d.mts +6 -1
- package/dist/icons/calendarCheck1.d.ts +6 -1
- package/dist/icons/calendarCheck2.d.mts +6 -1
- package/dist/icons/calendarCheck2.d.ts +6 -1
- package/dist/icons/calendarDate.d.mts +6 -1
- package/dist/icons/calendarDate.d.ts +6 -1
- package/dist/icons/calendarHeart1.d.mts +6 -1
- package/dist/icons/calendarHeart1.d.ts +6 -1
- package/dist/icons/calendarHeart2.d.mts +6 -1
- package/dist/icons/calendarHeart2.d.ts +6 -1
- package/dist/icons/calendarMinus1.d.mts +6 -1
- package/dist/icons/calendarMinus1.d.ts +6 -1
- package/dist/icons/calendarMinus2.d.mts +6 -1
- package/dist/icons/calendarMinus2.d.ts +6 -1
- package/dist/icons/calendarPlus.d.mts +6 -1
- package/dist/icons/calendarPlus.d.ts +6 -1
- package/dist/icons/calendarPlus1.d.mts +6 -1
- package/dist/icons/calendarPlus1.d.ts +6 -1
- package/dist/icons/calendarPlus2.d.mts +6 -1
- package/dist/icons/calendarPlus2.d.ts +6 -1
- package/dist/icons/calendarPlusCorner.d.mts +6 -1
- package/dist/icons/calendarPlusCorner.d.ts +6 -1
- package/dist/icons/camera.d.mts +6 -1
- package/dist/icons/camera.d.ts +6 -1
- package/dist/icons/camera1.d.mts +6 -1
- package/dist/icons/camera1.d.ts +6 -1
- package/dist/icons/camera2.d.mts +6 -1
- package/dist/icons/camera2.d.ts +6 -1
- package/dist/icons/camera3.d.mts +6 -1
- package/dist/icons/camera3.d.ts +6 -1
- package/dist/icons/cameraLens.d.mts +6 -1
- package/dist/icons/cameraLens.d.ts +6 -1
- package/dist/icons/cameraOff.d.mts +6 -1
- package/dist/icons/cameraOff.d.ts +6 -1
- package/dist/icons/cameraPlus.d.mts +6 -1
- package/dist/icons/cameraPlus.d.ts +6 -1
- package/dist/icons/car1.d.mts +6 -1
- package/dist/icons/car1.d.ts +6 -1
- package/dist/icons/car2.d.mts +6 -1
- package/dist/icons/car2.d.ts +6 -1
- package/dist/icons/certificate1.d.mts +6 -1
- package/dist/icons/certificate1.d.ts +6 -1
- package/dist/icons/certificate2.d.mts +6 -1
- package/dist/icons/certificate2.d.ts +6 -1
- package/dist/icons/chartBreakoutCircle.d.mts +6 -1
- package/dist/icons/chartBreakoutCircle.d.ts +6 -1
- package/dist/icons/chartBreakoutSquare.d.mts +6 -1
- package/dist/icons/chartBreakoutSquare.d.ts +6 -1
- package/dist/icons/check.d.mts +6 -1
- package/dist/icons/check.d.ts +6 -1
- package/dist/icons/checkCircle.d.mts +6 -1
- package/dist/icons/checkCircle.d.ts +6 -1
- package/dist/icons/checkCircleBroken.d.mts +6 -1
- package/dist/icons/checkCircleBroken.d.ts +6 -1
- package/dist/icons/checkDone1.d.mts +6 -1
- package/dist/icons/checkDone1.d.ts +6 -1
- package/dist/icons/checkDone2.d.mts +6 -1
- package/dist/icons/checkDone2.d.ts +6 -1
- package/dist/icons/checkHeart.d.mts +6 -1
- package/dist/icons/checkHeart.d.ts +6 -1
- package/dist/icons/checkSquare.d.mts +6 -1
- package/dist/icons/checkSquare.d.ts +6 -1
- package/dist/icons/checkSquareBroken.d.mts +6 -1
- package/dist/icons/checkSquareBroken.d.ts +6 -1
- package/dist/icons/checkVerified1.d.mts +6 -1
- package/dist/icons/checkVerified1.d.ts +6 -1
- package/dist/icons/checkVerified2.d.mts +6 -1
- package/dist/icons/checkVerified2.d.ts +6 -1
- package/dist/icons/checkVerified3.d.mts +6 -1
- package/dist/icons/checkVerified3.d.ts +6 -1
- package/dist/icons/chevronDown.d.mts +6 -1
- package/dist/icons/chevronDown.d.ts +6 -1
- package/dist/icons/chevronDownDouble.d.mts +6 -1
- package/dist/icons/chevronDownDouble.d.ts +6 -1
- package/dist/icons/chevronLeft.d.mts +6 -1
- package/dist/icons/chevronLeft.d.ts +6 -1
- package/dist/icons/chevronLeftDouble.d.mts +6 -1
- package/dist/icons/chevronLeftDouble.d.ts +6 -1
- package/dist/icons/chevronRight.d.mts +6 -1
- package/dist/icons/chevronRight.d.ts +6 -1
- package/dist/icons/chevronRightDouble.d.mts +6 -1
- package/dist/icons/chevronRightDouble.d.ts +6 -1
- package/dist/icons/chevronSelectorHorizontal.d.mts +6 -1
- package/dist/icons/chevronSelectorHorizontal.d.ts +6 -1
- package/dist/icons/chevronSelectorVertical.d.mts +6 -1
- package/dist/icons/chevronSelectorVertical.d.ts +6 -1
- package/dist/icons/chevronUp.d.mts +6 -1
- package/dist/icons/chevronUp.d.ts +6 -1
- package/dist/icons/chevronUpDouble.d.mts +6 -1
- package/dist/icons/chevronUpDouble.d.ts +6 -1
- package/dist/icons/chromeCast.d.mts +6 -1
- package/dist/icons/chromeCast.d.ts +6 -1
- package/dist/icons/circle.d.mts +6 -1
- package/dist/icons/circle.d.ts +6 -1
- package/dist/icons/circleCut.d.mts +6 -1
- package/dist/icons/circleCut.d.ts +6 -1
- package/dist/icons/clapperboard.d.mts +6 -1
- package/dist/icons/clapperboard.d.ts +6 -1
- package/dist/icons/clipboard.d.mts +6 -1
- package/dist/icons/clipboard.d.ts +6 -1
- package/dist/icons/clipboardAttachment.d.mts +6 -1
- package/dist/icons/clipboardAttachment.d.ts +6 -1
- package/dist/icons/clipboardCheck.d.mts +6 -1
- package/dist/icons/clipboardCheck.d.ts +6 -1
- package/dist/icons/clipboardDownload.d.mts +6 -1
- package/dist/icons/clipboardDownload.d.ts +6 -1
- package/dist/icons/clipboardMinus.d.mts +6 -1
- package/dist/icons/clipboardMinus.d.ts +6 -1
- package/dist/icons/clipboardPlus.d.mts +6 -1
- package/dist/icons/clipboardPlus.d.ts +6 -1
- package/dist/icons/clipboardX.d.mts +6 -1
- package/dist/icons/clipboardX.d.ts +6 -1
- package/dist/icons/clock.d.mts +6 -1
- package/dist/icons/clock.d.ts +6 -1
- package/dist/icons/clockCheck.d.mts +6 -1
- package/dist/icons/clockCheck.d.ts +6 -1
- package/dist/icons/clockFastForward.d.mts +6 -1
- package/dist/icons/clockFastForward.d.ts +6 -1
- package/dist/icons/clockPlus.d.mts +6 -1
- package/dist/icons/clockPlus.d.ts +6 -1
- package/dist/icons/clockRefresh.d.mts +6 -1
- package/dist/icons/clockRefresh.d.ts +6 -1
- package/dist/icons/clockRewind.d.mts +6 -1
- package/dist/icons/clockRewind.d.ts +6 -1
- package/dist/icons/clockSnooze.d.mts +6 -1
- package/dist/icons/clockSnooze.d.ts +6 -1
- package/dist/icons/clockStopwatch.d.mts +6 -1
- package/dist/icons/clockStopwatch.d.ts +6 -1
- package/dist/icons/cloud1.d.mts +6 -1
- package/dist/icons/cloud1.d.ts +6 -1
- package/dist/icons/cloud2.d.mts +6 -1
- package/dist/icons/cloud2.d.ts +6 -1
- package/dist/icons/cloud3.d.mts +6 -1
- package/dist/icons/cloud3.d.ts +6 -1
- package/dist/icons/cloudBlank1.d.mts +6 -1
- package/dist/icons/cloudBlank1.d.ts +6 -1
- package/dist/icons/cloudBlank2.d.mts +6 -1
- package/dist/icons/cloudBlank2.d.ts +6 -1
- package/dist/icons/cloudLightning.d.mts +6 -1
- package/dist/icons/cloudLightning.d.ts +6 -1
- package/dist/icons/cloudMoon.d.mts +6 -1
- package/dist/icons/cloudMoon.d.ts +6 -1
- package/dist/icons/cloudOff.d.mts +6 -1
- package/dist/icons/cloudOff.d.ts +6 -1
- package/dist/icons/cloudRaining1.d.mts +6 -1
- package/dist/icons/cloudRaining1.d.ts +6 -1
- package/dist/icons/cloudRaining2.d.mts +6 -1
- package/dist/icons/cloudRaining2.d.ts +6 -1
- package/dist/icons/cloudRaining3.d.mts +6 -1
- package/dist/icons/cloudRaining3.d.ts +6 -1
- package/dist/icons/cloudRaining4.d.mts +6 -1
- package/dist/icons/cloudRaining4.d.ts +6 -1
- package/dist/icons/cloudRaining5.d.mts +6 -1
- package/dist/icons/cloudRaining5.d.ts +6 -1
- package/dist/icons/cloudRaining6.d.mts +6 -1
- package/dist/icons/cloudRaining6.d.ts +6 -1
- package/dist/icons/cloudSnowing1.d.mts +6 -1
- package/dist/icons/cloudSnowing1.d.ts +6 -1
- package/dist/icons/cloudSnowing2.d.mts +6 -1
- package/dist/icons/cloudSnowing2.d.ts +6 -1
- package/dist/icons/cloudSun1.d.mts +6 -1
- package/dist/icons/cloudSun1.d.ts +6 -1
- package/dist/icons/cloudSun2.d.mts +6 -1
- package/dist/icons/cloudSun2.d.ts +6 -1
- package/dist/icons/cloudSun3.d.mts +6 -1
- package/dist/icons/cloudSun3.d.ts +6 -1
- package/dist/icons/code1.d.mts +6 -1
- package/dist/icons/code1.d.ts +6 -1
- package/dist/icons/code2.d.mts +6 -1
- package/dist/icons/code2.d.ts +6 -1
- package/dist/icons/codeBrowser.d.mts +6 -1
- package/dist/icons/codeBrowser.d.ts +6 -1
- package/dist/icons/codeCircle1.d.mts +6 -1
- package/dist/icons/codeCircle1.d.ts +6 -1
- package/dist/icons/codeCircle2.d.mts +6 -1
- package/dist/icons/codeCircle2.d.ts +6 -1
- package/dist/icons/codeCircle3.d.mts +6 -1
- package/dist/icons/codeCircle3.d.ts +6 -1
- package/dist/icons/codeSnippet1.d.mts +6 -1
- package/dist/icons/codeSnippet1.d.ts +6 -1
- package/dist/icons/codeSnippet2.d.mts +6 -1
- package/dist/icons/codeSnippet2.d.ts +6 -1
- package/dist/icons/codeSquare1.d.mts +6 -1
- package/dist/icons/codeSquare1.d.ts +6 -1
- package/dist/icons/codeSquare2.d.mts +6 -1
- package/dist/icons/codeSquare2.d.ts +6 -1
- package/dist/icons/codepen.d.mts +6 -1
- package/dist/icons/codepen.d.ts +6 -1
- package/dist/icons/coins1.d.mts +6 -1
- package/dist/icons/coins1.d.ts +6 -1
- package/dist/icons/coins2.d.mts +6 -1
- package/dist/icons/coins2.d.ts +6 -1
- package/dist/icons/coins3.d.mts +6 -1
- package/dist/icons/coins3.d.ts +6 -1
- package/dist/icons/coins4.d.mts +6 -1
- package/dist/icons/coins4.d.ts +6 -1
- package/dist/icons/coinsHand.d.mts +6 -1
- package/dist/icons/coinsHand.d.ts +6 -1
- package/dist/icons/coinsStacked1.d.mts +6 -1
- package/dist/icons/coinsStacked1.d.ts +6 -1
- package/dist/icons/coinsStacked2.d.mts +6 -1
- package/dist/icons/coinsStacked2.d.ts +6 -1
- package/dist/icons/coinsStacked3.d.mts +6 -1
- package/dist/icons/coinsStacked3.d.ts +6 -1
- package/dist/icons/coinsStacked4.d.mts +6 -1
- package/dist/icons/coinsStacked4.d.ts +6 -1
- package/dist/icons/coinsSwap1.d.mts +6 -1
- package/dist/icons/coinsSwap1.d.ts +6 -1
- package/dist/icons/coinsSwap2.d.mts +6 -1
- package/dist/icons/coinsSwap2.d.ts +6 -1
- package/dist/icons/colors.d.mts +6 -1
- package/dist/icons/colors.d.ts +6 -1
- package/dist/icons/colors1.d.mts +6 -1
- package/dist/icons/colors1.d.ts +6 -1
- package/dist/icons/columns1.d.mts +6 -1
- package/dist/icons/columns1.d.ts +6 -1
- package/dist/icons/columns2.d.mts +6 -1
- package/dist/icons/columns2.d.ts +6 -1
- package/dist/icons/columns3.d.mts +6 -1
- package/dist/icons/columns3.d.ts +6 -1
- package/dist/icons/command.d.mts +6 -1
- package/dist/icons/command.d.ts +6 -1
- package/dist/icons/compass.d.mts +6 -1
- package/dist/icons/compass.d.ts +6 -1
- package/dist/icons/compass1.d.mts +6 -1
- package/dist/icons/compass1.d.ts +6 -1
- package/dist/icons/compass2.d.mts +6 -1
- package/dist/icons/compass2.d.ts +6 -1
- package/dist/icons/compass3.d.mts +6 -1
- package/dist/icons/compass3.d.ts +6 -1
- package/dist/icons/container.d.mts +6 -1
- package/dist/icons/container.d.ts +6 -1
- package/dist/icons/contrast1.d.mts +6 -1
- package/dist/icons/contrast1.d.ts +6 -1
- package/dist/icons/contrast2.d.mts +6 -1
- package/dist/icons/contrast2.d.ts +6 -1
- package/dist/icons/contrast3.d.mts +6 -1
- package/dist/icons/contrast3.d.ts +6 -1
- package/dist/icons/copy.d.mts +6 -1
- package/dist/icons/copy.d.ts +6 -1
- package/dist/icons/copy1.d.mts +6 -1
- package/dist/icons/copy1.d.ts +6 -1
- package/dist/icons/copy2.d.mts +6 -1
- package/dist/icons/copy2.d.ts +6 -1
- package/dist/icons/copy3.d.mts +6 -1
- package/dist/icons/copy3.d.ts +6 -1
- package/dist/icons/copy4.d.mts +6 -1
- package/dist/icons/copy4.d.ts +6 -1
- package/dist/icons/copy5.d.mts +6 -1
- package/dist/icons/copy5.d.ts +6 -1
- package/dist/icons/copy6.d.mts +6 -1
- package/dist/icons/copy6.d.ts +6 -1
- package/dist/icons/copy7.d.mts +6 -1
- package/dist/icons/copy7.d.ts +6 -1
- package/dist/icons/cornerDownLeft.d.mts +6 -1
- package/dist/icons/cornerDownLeft.d.ts +6 -1
- package/dist/icons/cornerDownRight.d.mts +6 -1
- package/dist/icons/cornerDownRight.d.ts +6 -1
- package/dist/icons/cornerLeftDown.d.mts +6 -1
- package/dist/icons/cornerLeftDown.d.ts +6 -1
- package/dist/icons/cornerLeftUp.d.mts +6 -1
- package/dist/icons/cornerLeftUp.d.ts +6 -1
- package/dist/icons/cornerRightDown.d.mts +6 -1
- package/dist/icons/cornerRightDown.d.ts +6 -1
- package/dist/icons/cornerRightUp.d.mts +6 -1
- package/dist/icons/cornerRightUp.d.ts +6 -1
- package/dist/icons/cornerUpLeft.d.mts +6 -1
- package/dist/icons/cornerUpLeft.d.ts +6 -1
- package/dist/icons/cornerUpRight.d.mts +6 -1
- package/dist/icons/cornerUpRight.d.ts +6 -1
- package/dist/icons/cpuChip1.d.mts +6 -1
- package/dist/icons/cpuChip1.d.ts +6 -1
- package/dist/icons/cpuChip2.d.mts +6 -1
- package/dist/icons/cpuChip2.d.ts +6 -1
- package/dist/icons/creditCard1.d.mts +6 -1
- package/dist/icons/creditCard1.d.ts +6 -1
- package/dist/icons/creditCard2.d.mts +6 -1
- package/dist/icons/creditCard2.d.ts +6 -1
- package/dist/icons/creditCardCheck.d.mts +6 -1
- package/dist/icons/creditCardCheck.d.ts +6 -1
- package/dist/icons/creditCardDown.d.mts +6 -1
- package/dist/icons/creditCardDown.d.ts +6 -1
- package/dist/icons/creditCardDownload.d.mts +6 -1
- package/dist/icons/creditCardDownload.d.ts +6 -1
- package/dist/icons/creditCardEdit.d.mts +6 -1
- package/dist/icons/creditCardEdit.d.ts +6 -1
- package/dist/icons/creditCardLock.d.mts +6 -1
- package/dist/icons/creditCardLock.d.ts +6 -1
- package/dist/icons/creditCardMinus.d.mts +6 -1
- package/dist/icons/creditCardMinus.d.ts +6 -1
- package/dist/icons/creditCardPlus.d.mts +6 -1
- package/dist/icons/creditCardPlus.d.ts +6 -1
- package/dist/icons/creditCardRefresh.d.mts +6 -1
- package/dist/icons/creditCardRefresh.d.ts +6 -1
- package/dist/icons/creditCardSearch.d.mts +6 -1
- package/dist/icons/creditCardSearch.d.ts +6 -1
- package/dist/icons/creditCardShield.d.mts +6 -1
- package/dist/icons/creditCardShield.d.ts +6 -1
- package/dist/icons/creditCardUp.d.mts +6 -1
- package/dist/icons/creditCardUp.d.ts +6 -1
- package/dist/icons/creditCardUpload.d.mts +6 -1
- package/dist/icons/creditCardUpload.d.ts +6 -1
- package/dist/icons/creditCardX.d.mts +6 -1
- package/dist/icons/creditCardX.d.ts +6 -1
- package/dist/icons/crop1.d.mts +6 -1
- package/dist/icons/crop1.d.ts +6 -1
- package/dist/icons/crop2.d.mts +6 -1
- package/dist/icons/crop2.d.ts +6 -1
- package/dist/icons/cryptocurrency1.d.mts +6 -1
- package/dist/icons/cryptocurrency1.d.ts +6 -1
- package/dist/icons/cryptocurrency2.d.mts +6 -1
- package/dist/icons/cryptocurrency2.d.ts +6 -1
- package/dist/icons/cryptocurrency3.d.mts +6 -1
- package/dist/icons/cryptocurrency3.d.ts +6 -1
- package/dist/icons/cryptocurrency4.d.mts +6 -1
- package/dist/icons/cryptocurrency4.d.ts +6 -1
- package/dist/icons/cube1.d.mts +6 -1
- package/dist/icons/cube1.d.ts +6 -1
- package/dist/icons/cube2.d.mts +6 -1
- package/dist/icons/cube2.d.ts +6 -1
- package/dist/icons/cube3.d.mts +6 -1
- package/dist/icons/cube3.d.ts +6 -1
- package/dist/icons/cube4.d.mts +6 -1
- package/dist/icons/cube4.d.ts +6 -1
- package/dist/icons/cubeOutline.d.mts +6 -1
- package/dist/icons/cubeOutline.d.ts +6 -1
- package/dist/icons/currencyBitcoin.d.mts +6 -1
- package/dist/icons/currencyBitcoin.d.ts +6 -1
- package/dist/icons/currencyBitcoinCircle.d.mts +6 -1
- package/dist/icons/currencyBitcoinCircle.d.ts +6 -1
- package/dist/icons/currencyDollar.d.mts +6 -1
- package/dist/icons/currencyDollar.d.ts +6 -1
- package/dist/icons/currencyDollarCircle.d.mts +6 -1
- package/dist/icons/currencyDollarCircle.d.ts +6 -1
- package/dist/icons/currencyEthereum.d.mts +6 -1
- package/dist/icons/currencyEthereum.d.ts +6 -1
- package/dist/icons/currencyEthereumCircle.d.mts +6 -1
- package/dist/icons/currencyEthereumCircle.d.ts +6 -1
- package/dist/icons/currencyEuro.d.mts +6 -1
- package/dist/icons/currencyEuro.d.ts +6 -1
- package/dist/icons/currencyEuroCircle.d.mts +6 -1
- package/dist/icons/currencyEuroCircle.d.ts +6 -1
- package/dist/icons/currencyPound.d.mts +6 -1
- package/dist/icons/currencyPound.d.ts +6 -1
- package/dist/icons/currencyPoundCircle.d.mts +6 -1
- package/dist/icons/currencyPoundCircle.d.ts +6 -1
- package/dist/icons/currencyRuble.d.mts +6 -1
- package/dist/icons/currencyRuble.d.ts +6 -1
- package/dist/icons/currencyRubleCircle.d.mts +6 -1
- package/dist/icons/currencyRubleCircle.d.ts +6 -1
- package/dist/icons/currencyRupee.d.mts +6 -1
- package/dist/icons/currencyRupee.d.ts +6 -1
- package/dist/icons/currencyRupeeCircle.d.mts +6 -1
- package/dist/icons/currencyRupeeCircle.d.ts +6 -1
- package/dist/icons/currencyYen.d.mts +6 -1
- package/dist/icons/currencyYen.d.ts +6 -1
- package/dist/icons/currencyYenCircle.d.mts +6 -1
- package/dist/icons/currencyYenCircle.d.ts +6 -1
- package/dist/icons/cursor1.d.mts +6 -1
- package/dist/icons/cursor1.d.ts +6 -1
- package/dist/icons/cursor2.d.mts +6 -1
- package/dist/icons/cursor2.d.ts +6 -1
- package/dist/icons/cursor3.d.mts +6 -1
- package/dist/icons/cursor3.d.ts +6 -1
- package/dist/icons/cursor4.d.mts +6 -1
- package/dist/icons/cursor4.d.ts +6 -1
- package/dist/icons/cursorBox.d.mts +6 -1
- package/dist/icons/cursorBox.d.ts +6 -1
- package/dist/icons/cursorClick.d.mts +6 -1
- package/dist/icons/cursorClick.d.ts +6 -1
- package/dist/icons/cursorClick1.d.mts +6 -1
- package/dist/icons/cursorClick1.d.ts +6 -1
- package/dist/icons/cursorClick2.d.mts +6 -1
- package/dist/icons/cursorClick2.d.ts +6 -1
- package/dist/icons/data.d.mts +6 -1
- package/dist/icons/data.d.ts +6 -1
- package/dist/icons/database1.d.mts +6 -1
- package/dist/icons/database1.d.ts +6 -1
- package/dist/icons/database2.d.mts +6 -1
- package/dist/icons/database2.d.ts +6 -1
- package/dist/icons/database3.d.mts +6 -1
- package/dist/icons/database3.d.ts +6 -1
- package/dist/icons/dataflow1.d.mts +6 -1
- package/dist/icons/dataflow1.d.ts +6 -1
- package/dist/icons/dataflow2.d.mts +6 -1
- package/dist/icons/dataflow2.d.ts +6 -1
- package/dist/icons/dataflow3.d.mts +6 -1
- package/dist/icons/dataflow3.d.ts +6 -1
- package/dist/icons/dataflow4.d.mts +6 -1
- package/dist/icons/dataflow4.d.ts +6 -1
- package/dist/icons/delete.d.mts +6 -1
- package/dist/icons/delete.d.ts +6 -1
- package/dist/icons/diamond1.d.mts +6 -1
- package/dist/icons/diamond1.d.ts +6 -1
- package/dist/icons/diamond2.d.mts +6 -1
- package/dist/icons/diamond2.d.ts +6 -1
- package/dist/icons/dice1.d.mts +6 -1
- package/dist/icons/dice1.d.ts +6 -1
- package/dist/icons/dice2.d.mts +6 -1
- package/dist/icons/dice2.d.ts +6 -1
- package/dist/icons/dice3.d.mts +6 -1
- package/dist/icons/dice3.d.ts +6 -1
- package/dist/icons/dice4.d.mts +6 -1
- package/dist/icons/dice4.d.ts +6 -1
- package/dist/icons/dice5.d.mts +6 -1
- package/dist/icons/dice5.d.ts +6 -1
- package/dist/icons/dice6.d.mts +6 -1
- package/dist/icons/dice6.d.ts +6 -1
- package/dist/icons/disc1.d.mts +6 -1
- package/dist/icons/disc1.d.ts +6 -1
- package/dist/icons/disc2.d.mts +6 -1
- package/dist/icons/disc2.d.ts +6 -1
- package/dist/icons/distributeSpacingHorizontal.d.mts +6 -1
- package/dist/icons/distributeSpacingHorizontal.d.ts +6 -1
- package/dist/icons/distributeSpacingVertical.d.mts +6 -1
- package/dist/icons/distributeSpacingVertical.d.ts +6 -1
- package/dist/icons/divide1.d.mts +6 -1
- package/dist/icons/divide1.d.ts +6 -1
- package/dist/icons/divide2.d.mts +6 -1
- package/dist/icons/divide2.d.ts +6 -1
- package/dist/icons/divide3.d.mts +6 -1
- package/dist/icons/divide3.d.ts +6 -1
- package/dist/icons/divider.d.mts +6 -1
- package/dist/icons/divider.d.ts +6 -1
- package/dist/icons/dotpoints1.d.mts +6 -1
- package/dist/icons/dotpoints1.d.ts +6 -1
- package/dist/icons/dotpoints2.d.mts +6 -1
- package/dist/icons/dotpoints2.d.ts +6 -1
- package/dist/icons/dotsGrid.d.mts +6 -1
- package/dist/icons/dotsGrid.d.ts +6 -1
- package/dist/icons/dotsHorizontal.d.mts +6 -1
- package/dist/icons/dotsHorizontal.d.ts +6 -1
- package/dist/icons/dotsVertical.d.mts +6 -1
- package/dist/icons/dotsVertical.d.ts +6 -1
- package/dist/icons/download.d.mts +6 -1
- package/dist/icons/download.d.ts +6 -1
- package/dist/icons/download1.d.mts +6 -1
- package/dist/icons/download1.d.ts +6 -1
- package/dist/icons/download2.d.mts +6 -1
- package/dist/icons/download2.d.ts +6 -1
- package/dist/icons/download3.d.mts +6 -1
- package/dist/icons/download3.d.ts +6 -1
- package/dist/icons/download4.d.mts +6 -1
- package/dist/icons/download4.d.ts +6 -1
- package/dist/icons/downloadCloud1.d.mts +6 -1
- package/dist/icons/downloadCloud1.d.ts +6 -1
- package/dist/icons/downloadCloud2.d.mts +6 -1
- package/dist/icons/downloadCloud2.d.ts +6 -1
- package/dist/icons/drop.d.mts +6 -1
- package/dist/icons/drop.d.ts +6 -1
- package/dist/icons/droplets1.d.mts +6 -1
- package/dist/icons/droplets1.d.ts +6 -1
- package/dist/icons/droplets2.d.mts +6 -1
- package/dist/icons/droplets2.d.ts +6 -1
- package/dist/icons/droplets3.d.mts +6 -1
- package/dist/icons/droplets3.d.ts +6 -1
- package/dist/icons/dropper.d.mts +6 -1
- package/dist/icons/dropper.d.ts +6 -1
- package/dist/icons/edit.d.mts +6 -1
- package/dist/icons/edit.d.ts +6 -1
- package/dist/icons/edit1.d.mts +6 -1
- package/dist/icons/edit1.d.ts +6 -1
- package/dist/icons/edit2.d.mts +6 -1
- package/dist/icons/edit2.d.ts +6 -1
- package/dist/icons/edit3.d.mts +6 -1
- package/dist/icons/edit3.d.ts +6 -1
- package/dist/icons/edit4.d.mts +6 -1
- package/dist/icons/edit4.d.ts +6 -1
- package/dist/icons/edit5.d.mts +6 -1
- package/dist/icons/edit5.d.ts +6 -1
- package/dist/icons/equal.d.mts +6 -1
- package/dist/icons/equal.d.ts +6 -1
- package/dist/icons/equalNot.d.mts +6 -1
- package/dist/icons/equalNot.d.ts +6 -1
- package/dist/icons/eraser.d.mts +6 -1
- package/dist/icons/eraser.d.ts +6 -1
- package/dist/icons/expand.d.mts +6 -1
- package/dist/icons/expand.d.ts +6 -1
- package/dist/icons/expand1.d.mts +6 -1
- package/dist/icons/expand1.d.ts +6 -1
- package/dist/icons/expand2.d.mts +6 -1
- package/dist/icons/expand2.d.ts +6 -1
- package/dist/icons/expand3.d.mts +6 -1
- package/dist/icons/expand3.d.ts +6 -1
- package/dist/icons/expand4.d.mts +6 -1
- package/dist/icons/expand4.d.ts +6 -1
- package/dist/icons/expand5.d.mts +6 -1
- package/dist/icons/expand5.d.ts +6 -1
- package/dist/icons/expand6.d.mts +6 -1
- package/dist/icons/expand6.d.ts +6 -1
- package/dist/icons/eye.d.mts +6 -1
- package/dist/icons/eye.d.ts +6 -1
- package/dist/icons/eyeOff.d.mts +6 -1
- package/dist/icons/eyeOff.d.ts +6 -1
- package/dist/icons/faceContent.d.mts +6 -1
- package/dist/icons/faceContent.d.ts +6 -1
- package/dist/icons/faceFrown.d.mts +6 -1
- package/dist/icons/faceFrown.d.ts +6 -1
- package/dist/icons/faceHappy.d.mts +6 -1
- package/dist/icons/faceHappy.d.ts +6 -1
- package/dist/icons/faceId.d.mts +6 -1
- package/dist/icons/faceId.d.ts +6 -1
- package/dist/icons/faceIdSquare.d.mts +6 -1
- package/dist/icons/faceIdSquare.d.ts +6 -1
- package/dist/icons/faceNeutral.d.mts +6 -1
- package/dist/icons/faceNeutral.d.ts +6 -1
- package/dist/icons/faceSad.d.mts +6 -1
- package/dist/icons/faceSad.d.ts +6 -1
- package/dist/icons/faceSmile.d.mts +6 -1
- package/dist/icons/faceSmile.d.ts +6 -1
- package/dist/icons/faceWink.d.mts +6 -1
- package/dist/icons/faceWink.d.ts +6 -1
- package/dist/icons/fastBackward.d.mts +6 -1
- package/dist/icons/fastBackward.d.ts +6 -1
- package/dist/icons/fastForward.d.mts +6 -1
- package/dist/icons/fastForward.d.ts +6 -1
- package/dist/icons/feather.d.mts +6 -1
- package/dist/icons/feather.d.ts +6 -1
- package/dist/icons/figma.d.mts +6 -1
- package/dist/icons/figma.d.ts +6 -1
- package/dist/icons/file1.d.mts +6 -1
- package/dist/icons/file1.d.ts +6 -1
- package/dist/icons/file2.d.mts +6 -1
- package/dist/icons/file2.d.ts +6 -1
- package/dist/icons/file3.d.mts +6 -1
- package/dist/icons/file3.d.ts +6 -1
- package/dist/icons/file4.d.mts +6 -1
- package/dist/icons/file4.d.ts +6 -1
- package/dist/icons/file5.d.mts +6 -1
- package/dist/icons/file5.d.ts +6 -1
- package/dist/icons/file6.d.mts +6 -1
- package/dist/icons/file6.d.ts +6 -1
- package/dist/icons/file7.d.mts +6 -1
- package/dist/icons/file7.d.ts +6 -1
- package/dist/icons/fileAttachment1.d.mts +6 -1
- package/dist/icons/fileAttachment1.d.ts +6 -1
- package/dist/icons/fileAttachment2.d.mts +6 -1
- package/dist/icons/fileAttachment2.d.ts +6 -1
- package/dist/icons/fileAttachment3.d.mts +6 -1
- package/dist/icons/fileAttachment3.d.ts +6 -1
- package/dist/icons/fileAttachment4.d.mts +6 -1
- package/dist/icons/fileAttachment4.d.ts +6 -1
- package/dist/icons/fileAttachment5.d.mts +6 -1
- package/dist/icons/fileAttachment5.d.ts +6 -1
- package/dist/icons/fileCheck1.d.mts +6 -1
- package/dist/icons/fileCheck1.d.ts +6 -1
- package/dist/icons/fileCheck2.d.mts +6 -1
- package/dist/icons/fileCheck2.d.ts +6 -1
- package/dist/icons/fileCheck3.d.mts +6 -1
- package/dist/icons/fileCheck3.d.ts +6 -1
- package/dist/icons/fileCode1.d.mts +6 -1
- package/dist/icons/fileCode1.d.ts +6 -1
- package/dist/icons/fileCode2.d.mts +6 -1
- package/dist/icons/fileCode2.d.ts +6 -1
- package/dist/icons/fileDownload1.d.mts +6 -1
- package/dist/icons/fileDownload1.d.ts +6 -1
- package/dist/icons/fileDownload2.d.mts +6 -1
- package/dist/icons/fileDownload2.d.ts +6 -1
- package/dist/icons/fileDownload3.d.mts +6 -1
- package/dist/icons/fileDownload3.d.ts +6 -1
- package/dist/icons/fileHeart1.d.mts +6 -1
- package/dist/icons/fileHeart1.d.ts +6 -1
- package/dist/icons/fileHeart2.d.mts +6 -1
- package/dist/icons/fileHeart2.d.ts +6 -1
- package/dist/icons/fileHeart3.d.mts +6 -1
- package/dist/icons/fileHeart3.d.ts +6 -1
- package/dist/icons/fileLock1.d.mts +6 -1
- package/dist/icons/fileLock1.d.ts +6 -1
- package/dist/icons/fileLock2.d.mts +6 -1
- package/dist/icons/fileLock2.d.ts +6 -1
- package/dist/icons/fileLock3.d.mts +6 -1
- package/dist/icons/fileLock3.d.ts +6 -1
- package/dist/icons/fileMinus1.d.mts +6 -1
- package/dist/icons/fileMinus1.d.ts +6 -1
- package/dist/icons/fileMinus2.d.mts +6 -1
- package/dist/icons/fileMinus2.d.ts +6 -1
- package/dist/icons/fileMinus3.d.mts +6 -1
- package/dist/icons/fileMinus3.d.ts +6 -1
- package/dist/icons/filePlus1.d.mts +6 -1
- package/dist/icons/filePlus1.d.ts +6 -1
- package/dist/icons/filePlus2.d.mts +6 -1
- package/dist/icons/filePlus2.d.ts +6 -1
- package/dist/icons/filePlus3.d.mts +6 -1
- package/dist/icons/filePlus3.d.ts +6 -1
- package/dist/icons/fileQuestion.d.mts +6 -1
- package/dist/icons/fileQuestion.d.ts +6 -1
- package/dist/icons/fileQuestion1.d.mts +6 -1
- package/dist/icons/fileQuestion1.d.ts +6 -1
- package/dist/icons/fileQuestion2.d.mts +6 -1
- package/dist/icons/fileQuestion2.d.ts +6 -1
- package/dist/icons/fileQuestion3.d.mts +6 -1
- package/dist/icons/fileQuestion3.d.ts +6 -1
- package/dist/icons/fileSearch1.d.mts +6 -1
- package/dist/icons/fileSearch1.d.ts +6 -1
- package/dist/icons/fileSearch2.d.mts +6 -1
- package/dist/icons/fileSearch2.d.ts +6 -1
- package/dist/icons/fileSearch3.d.mts +6 -1
- package/dist/icons/fileSearch3.d.ts +6 -1
- package/dist/icons/fileShield1.d.mts +6 -1
- package/dist/icons/fileShield1.d.ts +6 -1
- package/dist/icons/fileShield2.d.mts +6 -1
- package/dist/icons/fileShield2.d.ts +6 -1
- package/dist/icons/fileShield3.d.mts +6 -1
- package/dist/icons/fileShield3.d.ts +6 -1
- package/dist/icons/fileX1.d.mts +6 -1
- package/dist/icons/fileX1.d.ts +6 -1
- package/dist/icons/fileX2.d.mts +6 -1
- package/dist/icons/fileX2.d.ts +6 -1
- package/dist/icons/fileX3.d.mts +6 -1
- package/dist/icons/fileX3.d.ts +6 -1
- package/dist/icons/film1.d.mts +6 -1
- package/dist/icons/film1.d.ts +6 -1
- package/dist/icons/film2.d.mts +6 -1
- package/dist/icons/film2.d.ts +6 -1
- package/dist/icons/film3.d.mts +6 -1
- package/dist/icons/film3.d.ts +6 -1
- package/dist/icons/filterFunnel1.d.mts +6 -1
- package/dist/icons/filterFunnel1.d.ts +6 -1
- package/dist/icons/filterFunnel2.d.mts +6 -1
- package/dist/icons/filterFunnel2.d.ts +6 -1
- package/dist/icons/filterLines.d.mts +6 -1
- package/dist/icons/filterLines.d.ts +6 -1
- package/dist/icons/fingerprint1.d.mts +6 -1
- package/dist/icons/fingerprint1.d.ts +6 -1
- package/dist/icons/fingerprint2.d.mts +6 -1
- package/dist/icons/fingerprint2.d.ts +6 -1
- package/dist/icons/fingerprint3.d.mts +6 -1
- package/dist/icons/fingerprint3.d.ts +6 -1
- package/dist/icons/fingerprint4.d.mts +6 -1
- package/dist/icons/fingerprint4.d.ts +6 -1
- package/dist/icons/flag1.d.mts +6 -1
- package/dist/icons/flag1.d.ts +6 -1
- package/dist/icons/flag2.d.mts +6 -1
- package/dist/icons/flag2.d.ts +6 -1
- package/dist/icons/flag3.d.mts +6 -1
- package/dist/icons/flag3.d.ts +6 -1
- package/dist/icons/flag4.d.mts +6 -1
- package/dist/icons/flag4.d.ts +6 -1
- package/dist/icons/flag5.d.mts +6 -1
- package/dist/icons/flag5.d.ts +6 -1
- package/dist/icons/flag6.d.mts +6 -1
- package/dist/icons/flag6.d.ts +6 -1
- package/dist/icons/flash.d.mts +6 -1
- package/dist/icons/flash.d.ts +6 -1
- package/dist/icons/flashOff.d.mts +6 -1
- package/dist/icons/flashOff.d.ts +6 -1
- package/dist/icons/flexAlignBottom.d.mts +6 -1
- package/dist/icons/flexAlignBottom.d.ts +6 -1
- package/dist/icons/flexAlignLeft.d.mts +6 -1
- package/dist/icons/flexAlignLeft.d.ts +6 -1
- package/dist/icons/flexAlignRight.d.mts +6 -1
- package/dist/icons/flexAlignRight.d.ts +6 -1
- package/dist/icons/flexAlignTop.d.mts +6 -1
- package/dist/icons/flexAlignTop.d.ts +6 -1
- package/dist/icons/flipBackward.d.mts +6 -1
- package/dist/icons/flipBackward.d.ts +6 -1
- package/dist/icons/flipForward.d.mts +6 -1
- package/dist/icons/flipForward.d.ts +6 -1
- package/dist/icons/folder.d.mts +6 -1
- package/dist/icons/folder.d.ts +6 -1
- package/dist/icons/folderCheck.d.mts +6 -1
- package/dist/icons/folderCheck.d.ts +6 -1
- package/dist/icons/folderClosed.d.mts +6 -1
- package/dist/icons/folderClosed.d.ts +6 -1
- package/dist/icons/folderCode.d.mts +6 -1
- package/dist/icons/folderCode.d.ts +6 -1
- package/dist/icons/folderDownload.d.mts +6 -1
- package/dist/icons/folderDownload.d.ts +6 -1
- package/dist/icons/folderLock.d.mts +6 -1
- package/dist/icons/folderLock.d.ts +6 -1
- package/dist/icons/folderMinus.d.mts +6 -1
- package/dist/icons/folderMinus.d.ts +6 -1
- package/dist/icons/folderMove.d.mts +6 -1
- package/dist/icons/folderMove.d.ts +6 -1
- package/dist/icons/folderPlus.d.mts +6 -1
- package/dist/icons/folderPlus.d.ts +6 -1
- package/dist/icons/folderQuestion.d.mts +6 -1
- package/dist/icons/folderQuestion.d.ts +6 -1
- package/dist/icons/folderSearch.d.mts +6 -1
- package/dist/icons/folderSearch.d.ts +6 -1
- package/dist/icons/folderShield.d.mts +6 -1
- package/dist/icons/folderShield.d.ts +6 -1
- package/dist/icons/folderX.d.mts +6 -1
- package/dist/icons/folderX.d.ts +6 -1
- package/dist/icons/framer.d.mts +6 -1
- package/dist/icons/framer.d.ts +6 -1
- package/dist/icons/gamingPad1.d.mts +6 -1
- package/dist/icons/gamingPad1.d.ts +6 -1
- package/dist/icons/gamingPad2.d.mts +6 -1
- package/dist/icons/gamingPad2.d.ts +6 -1
- package/dist/icons/gift1.d.mts +6 -1
- package/dist/icons/gift1.d.ts +6 -1
- package/dist/icons/gift2.d.mts +6 -1
- package/dist/icons/gift2.d.ts +6 -1
- package/dist/icons/gitBranch1.d.mts +6 -1
- package/dist/icons/gitBranch1.d.ts +6 -1
- package/dist/icons/gitBranch2.d.mts +6 -1
- package/dist/icons/gitBranch2.d.ts +6 -1
- package/dist/icons/gitCommit.d.mts +6 -1
- package/dist/icons/gitCommit.d.ts +6 -1
- package/dist/icons/gitMerge.d.mts +6 -1
- package/dist/icons/gitMerge.d.ts +6 -1
- package/dist/icons/gitPullRequest.d.mts +6 -1
- package/dist/icons/gitPullRequest.d.ts +6 -1
- package/dist/icons/glasses1.d.mts +6 -1
- package/dist/icons/glasses1.d.ts +6 -1
- package/dist/icons/glasses2.d.mts +6 -1
- package/dist/icons/glasses2.d.ts +6 -1
- package/dist/icons/globe1.d.mts +6 -1
- package/dist/icons/globe1.d.ts +6 -1
- package/dist/icons/globe11.d.mts +6 -1
- package/dist/icons/globe11.d.ts +6 -1
- package/dist/icons/globe2.d.mts +6 -1
- package/dist/icons/globe2.d.ts +6 -1
- package/dist/icons/globe21.d.mts +6 -1
- package/dist/icons/globe21.d.ts +6 -1
- package/dist/icons/globe3.d.mts +6 -1
- package/dist/icons/globe3.d.ts +6 -1
- package/dist/icons/globe4.d.mts +6 -1
- package/dist/icons/globe4.d.ts +6 -1
- package/dist/icons/globe5.d.mts +6 -1
- package/dist/icons/globe5.d.ts +6 -1
- package/dist/icons/globe6.d.mts +6 -1
- package/dist/icons/globe6.d.ts +6 -1
- package/dist/icons/googleChrome.d.mts +6 -1
- package/dist/icons/googleChrome.d.ts +6 -1
- package/dist/icons/graduationHat1.d.mts +6 -1
- package/dist/icons/graduationHat1.d.ts +6 -1
- package/dist/icons/graduationHat2.d.mts +6 -1
- package/dist/icons/graduationHat2.d.ts +6 -1
- package/dist/icons/grid1.d.mts +6 -1
- package/dist/icons/grid1.d.ts +6 -1
- package/dist/icons/grid2.d.mts +6 -1
- package/dist/icons/grid2.d.ts +6 -1
- package/dist/icons/grid3.d.mts +6 -1
- package/dist/icons/grid3.d.ts +6 -1
- package/dist/icons/gridDotsBlank.d.mts +6 -1
- package/dist/icons/gridDotsBlank.d.ts +6 -1
- package/dist/icons/gridDotsBottom.d.mts +6 -1
- package/dist/icons/gridDotsBottom.d.ts +6 -1
- package/dist/icons/gridDotsHorizontalCenter.d.mts +6 -1
- package/dist/icons/gridDotsHorizontalCenter.d.ts +6 -1
- package/dist/icons/gridDotsLeft.d.mts +6 -1
- package/dist/icons/gridDotsLeft.d.ts +6 -1
- package/dist/icons/gridDotsOuter.d.mts +6 -1
- package/dist/icons/gridDotsOuter.d.ts +6 -1
- package/dist/icons/gridDotsRight.d.mts +6 -1
- package/dist/icons/gridDotsRight.d.ts +6 -1
- package/dist/icons/gridDotsTop.d.mts +6 -1
- package/dist/icons/gridDotsTop.d.ts +6 -1
- package/dist/icons/gridDotsVerticalCenter.d.mts +6 -1
- package/dist/icons/gridDotsVerticalCenter.d.ts +6 -1
- package/dist/icons/hand.d.mts +6 -1
- package/dist/icons/hand.d.ts +6 -1
- package/dist/icons/hardDrive.d.mts +6 -1
- package/dist/icons/hardDrive.d.ts +6 -1
- package/dist/icons/hash1.d.mts +6 -1
- package/dist/icons/hash1.d.ts +6 -1
- package/dist/icons/hash2.d.mts +6 -1
- package/dist/icons/hash2.d.ts +6 -1
- package/dist/icons/heading1.d.mts +6 -1
- package/dist/icons/heading1.d.ts +6 -1
- package/dist/icons/heading2.d.mts +6 -1
- package/dist/icons/heading2.d.ts +6 -1
- package/dist/icons/headingSquare.d.mts +6 -1
- package/dist/icons/headingSquare.d.ts +6 -1
- package/dist/icons/headphones1.d.mts +6 -1
- package/dist/icons/headphones1.d.ts +6 -1
- package/dist/icons/headphones2.d.mts +6 -1
- package/dist/icons/headphones2.d.ts +6 -1
- package/dist/icons/heart.d.mts +6 -1
- package/dist/icons/heart.d.ts +6 -1
- package/dist/icons/heartCircle.d.mts +6 -1
- package/dist/icons/heartCircle.d.ts +6 -1
- package/dist/icons/heartHand.d.mts +6 -1
- package/dist/icons/heartHand.d.ts +6 -1
- package/dist/icons/heartHexagon.d.mts +6 -1
- package/dist/icons/heartHexagon.d.ts +6 -1
- package/dist/icons/heartOctagon.d.mts +6 -1
- package/dist/icons/heartOctagon.d.ts +6 -1
- package/dist/icons/heartRounded.d.mts +6 -1
- package/dist/icons/heartRounded.d.ts +6 -1
- package/dist/icons/heartSquare.d.mts +6 -1
- package/dist/icons/heartSquare.d.ts +6 -1
- package/dist/icons/hearts.d.mts +6 -1
- package/dist/icons/hearts.d.ts +6 -1
- package/dist/icons/helpCircle.d.mts +6 -1
- package/dist/icons/helpCircle.d.ts +6 -1
- package/dist/icons/helpHexagon.d.mts +6 -1
- package/dist/icons/helpHexagon.d.ts +6 -1
- package/dist/icons/helpOctagon.d.mts +6 -1
- package/dist/icons/helpOctagon.d.ts +6 -1
- package/dist/icons/helpSquare.d.mts +6 -1
- package/dist/icons/helpSquare.d.ts +6 -1
- package/dist/icons/hexagon1.d.mts +6 -1
- package/dist/icons/hexagon1.d.ts +6 -1
- package/dist/icons/hexagon2.d.mts +6 -1
- package/dist/icons/hexagon2.d.ts +6 -1
- package/dist/icons/home.d.mts +6 -1
- package/dist/icons/home.d.ts +6 -1
- package/dist/icons/home1.d.mts +6 -1
- package/dist/icons/home1.d.ts +6 -1
- package/dist/icons/home2.d.mts +6 -1
- package/dist/icons/home2.d.ts +6 -1
- package/dist/icons/home3.d.mts +6 -1
- package/dist/icons/home3.d.ts +6 -1
- package/dist/icons/home4.d.mts +6 -1
- package/dist/icons/home4.d.ts +6 -1
- package/dist/icons/home5.d.mts +6 -1
- package/dist/icons/home5.d.ts +6 -1
- package/dist/icons/homeLine.d.mts +6 -1
- package/dist/icons/homeLine.d.ts +6 -1
- package/dist/icons/homeSmile.d.mts +6 -1
- package/dist/icons/homeSmile.d.ts +6 -1
- package/dist/icons/horizontalBarChart1.d.mts +6 -1
- package/dist/icons/horizontalBarChart1.d.ts +6 -1
- package/dist/icons/horizontalBarChart2.d.mts +6 -1
- package/dist/icons/horizontalBarChart2.d.ts +6 -1
- package/dist/icons/horizontalBarChart3.d.mts +6 -1
- package/dist/icons/horizontalBarChart3.d.ts +6 -1
- package/dist/icons/hourglass1.d.mts +6 -1
- package/dist/icons/hourglass1.d.ts +6 -1
- package/dist/icons/hourglass2.d.mts +6 -1
- package/dist/icons/hourglass2.d.ts +6 -1
- package/dist/icons/hourglass3.d.mts +6 -1
- package/dist/icons/hourglass3.d.ts +6 -1
- package/dist/icons/hurricane1.d.mts +6 -1
- package/dist/icons/hurricane1.d.ts +6 -1
- package/dist/icons/hurricane2.d.mts +6 -1
- package/dist/icons/hurricane2.d.ts +6 -1
- package/dist/icons/hurricane3.d.mts +6 -1
- package/dist/icons/hurricane3.d.ts +6 -1
- package/dist/icons/image.d.mts +6 -1
- package/dist/icons/image.d.ts +6 -1
- package/dist/icons/image1.d.mts +6 -1
- package/dist/icons/image1.d.ts +6 -1
- package/dist/icons/image2.d.mts +6 -1
- package/dist/icons/image2.d.ts +6 -1
- package/dist/icons/image3.d.mts +6 -1
- package/dist/icons/image3.d.ts +6 -1
- package/dist/icons/image4.d.mts +6 -1
- package/dist/icons/image4.d.ts +6 -1
- package/dist/icons/image5.d.mts +6 -1
- package/dist/icons/image5.d.ts +6 -1
- package/dist/icons/imageCheck.d.mts +6 -1
- package/dist/icons/imageCheck.d.ts +6 -1
- package/dist/icons/imageDown.d.mts +6 -1
- package/dist/icons/imageDown.d.ts +6 -1
- package/dist/icons/imageIndentLeft.d.mts +6 -1
- package/dist/icons/imageIndentLeft.d.ts +6 -1
- package/dist/icons/imageIndentRight.d.mts +6 -1
- package/dist/icons/imageIndentRight.d.ts +6 -1
- package/dist/icons/imageLeft.d.mts +6 -1
- package/dist/icons/imageLeft.d.ts +6 -1
- package/dist/icons/imagePlus.d.mts +6 -1
- package/dist/icons/imagePlus.d.ts +6 -1
- package/dist/icons/imageRight.d.mts +6 -1
- package/dist/icons/imageRight.d.ts +6 -1
- package/dist/icons/imageUp.d.mts +6 -1
- package/dist/icons/imageUp.d.ts +6 -1
- package/dist/icons/imageUser.d.mts +6 -1
- package/dist/icons/imageUser.d.ts +6 -1
- package/dist/icons/imageUserCheck.d.mts +6 -1
- package/dist/icons/imageUserCheck.d.ts +6 -1
- package/dist/icons/imageUserDown.d.mts +6 -1
- package/dist/icons/imageUserDown.d.ts +6 -1
- package/dist/icons/imageUserLeft.d.mts +6 -1
- package/dist/icons/imageUserLeft.d.ts +6 -1
- package/dist/icons/imageUserPlus.d.mts +6 -1
- package/dist/icons/imageUserPlus.d.ts +6 -1
- package/dist/icons/imageUserRight.d.mts +6 -1
- package/dist/icons/imageUserRight.d.ts +6 -1
- package/dist/icons/imageUserUp.d.mts +6 -1
- package/dist/icons/imageUserUp.d.ts +6 -1
- package/dist/icons/imageUserX.d.mts +6 -1
- package/dist/icons/imageUserX.d.ts +6 -1
- package/dist/icons/imageX.d.mts +6 -1
- package/dist/icons/imageX.d.ts +6 -1
- package/dist/icons/inbox1.d.mts +6 -1
- package/dist/icons/inbox1.d.ts +6 -1
- package/dist/icons/inbox2.d.mts +6 -1
- package/dist/icons/inbox2.d.ts +6 -1
- package/dist/icons/index.d.mts +2452 -1224
- package/dist/icons/index.d.ts +2452 -1224
- package/dist/icons/infinity.d.mts +6 -1
- package/dist/icons/infinity.d.ts +6 -1
- package/dist/icons/infoCircle.d.mts +6 -1
- package/dist/icons/infoCircle.d.ts +6 -1
- package/dist/icons/infoHexagon.d.mts +6 -1
- package/dist/icons/infoHexagon.d.ts +6 -1
- package/dist/icons/infoOctagon.d.mts +6 -1
- package/dist/icons/infoOctagon.d.ts +6 -1
- package/dist/icons/infoSquare.d.mts +6 -1
- package/dist/icons/infoSquare.d.ts +6 -1
- package/dist/icons/intersectCircle.d.mts +6 -1
- package/dist/icons/intersectCircle.d.ts +6 -1
- package/dist/icons/intersectSquare.d.mts +6 -1
- package/dist/icons/intersectSquare.d.ts +6 -1
- package/dist/icons/italic1.d.mts +6 -1
- package/dist/icons/italic1.d.ts +6 -1
- package/dist/icons/italic2.d.mts +6 -1
- package/dist/icons/italic2.d.ts +6 -1
- package/dist/icons/italicSquare.d.mts +6 -1
- package/dist/icons/italicSquare.d.ts +6 -1
- package/dist/icons/key1.d.mts +6 -1
- package/dist/icons/key1.d.ts +6 -1
- package/dist/icons/key2.d.mts +6 -1
- package/dist/icons/key2.d.ts +6 -1
- package/dist/icons/keyboard1.d.mts +6 -1
- package/dist/icons/keyboard1.d.ts +6 -1
- package/dist/icons/keyboard2.d.mts +6 -1
- package/dist/icons/keyboard2.d.ts +6 -1
- package/dist/icons/laptop1.d.mts +6 -1
- package/dist/icons/laptop1.d.ts +6 -1
- package/dist/icons/laptop2.d.mts +6 -1
- package/dist/icons/laptop2.d.ts +6 -1
- package/dist/icons/layerSingle.d.mts +6 -1
- package/dist/icons/layerSingle.d.ts +6 -1
- package/dist/icons/layersThree1.d.mts +6 -1
- package/dist/icons/layersThree1.d.ts +6 -1
- package/dist/icons/layersThree2.d.mts +6 -1
- package/dist/icons/layersThree2.d.ts +6 -1
- package/dist/icons/layersTwo1.d.mts +6 -1
- package/dist/icons/layersTwo1.d.ts +6 -1
- package/dist/icons/layersTwo2.d.mts +6 -1
- package/dist/icons/layersTwo2.d.ts +6 -1
- package/dist/icons/layoutAlt1.d.mts +6 -1
- package/dist/icons/layoutAlt1.d.ts +6 -1
- package/dist/icons/layoutAlt2.d.mts +6 -1
- package/dist/icons/layoutAlt2.d.ts +6 -1
- package/dist/icons/layoutAlt3.d.mts +6 -1
- package/dist/icons/layoutAlt3.d.ts +6 -1
- package/dist/icons/layoutAlt4.d.mts +6 -1
- package/dist/icons/layoutAlt4.d.ts +6 -1
- package/dist/icons/layoutBottom.d.mts +6 -1
- package/dist/icons/layoutBottom.d.ts +6 -1
- package/dist/icons/layoutGrid1.d.mts +6 -1
- package/dist/icons/layoutGrid1.d.ts +6 -1
- package/dist/icons/layoutGrid2.d.mts +6 -1
- package/dist/icons/layoutGrid2.d.ts +6 -1
- package/dist/icons/layoutLeft.d.mts +6 -1
- package/dist/icons/layoutLeft.d.ts +6 -1
- package/dist/icons/layoutRight.d.mts +6 -1
- package/dist/icons/layoutRight.d.ts +6 -1
- package/dist/icons/layoutTop.d.mts +6 -1
- package/dist/icons/layoutTop.d.ts +6 -1
- package/dist/icons/leftIndent1.d.mts +6 -1
- package/dist/icons/leftIndent1.d.ts +6 -1
- package/dist/icons/leftIndent2.d.mts +6 -1
- package/dist/icons/leftIndent2.d.ts +6 -1
- package/dist/icons/letterSpacing1.d.mts +6 -1
- package/dist/icons/letterSpacing1.d.ts +6 -1
- package/dist/icons/letterSpacing2.d.mts +6 -1
- package/dist/icons/letterSpacing2.d.ts +6 -1
- package/dist/icons/lifeBuoy1.d.mts +6 -1
- package/dist/icons/lifeBuoy1.d.ts +6 -1
- package/dist/icons/lifeBuoy2.d.mts +6 -1
- package/dist/icons/lifeBuoy2.d.ts +6 -1
- package/dist/icons/lightbulb.d.mts +6 -1
- package/dist/icons/lightbulb.d.ts +6 -1
- package/dist/icons/lightbulb1.d.mts +6 -1
- package/dist/icons/lightbulb1.d.ts +6 -1
- package/dist/icons/lightbulb2.d.mts +6 -1
- package/dist/icons/lightbulb2.d.ts +6 -1
- package/dist/icons/lightbulb3.d.mts +6 -1
- package/dist/icons/lightbulb3.d.ts +6 -1
- package/dist/icons/lightbulb4.d.mts +6 -1
- package/dist/icons/lightbulb4.d.ts +6 -1
- package/dist/icons/lightbulb5.d.mts +6 -1
- package/dist/icons/lightbulb5.d.ts +6 -1
- package/dist/icons/lightning1.d.mts +6 -1
- package/dist/icons/lightning1.d.ts +6 -1
- package/dist/icons/lightning2.d.mts +6 -1
- package/dist/icons/lightning2.d.ts +6 -1
- package/dist/icons/lineChartDown1.d.mts +6 -1
- package/dist/icons/lineChartDown1.d.ts +6 -1
- package/dist/icons/lineChartDown2.d.mts +6 -1
- package/dist/icons/lineChartDown2.d.ts +6 -1
- package/dist/icons/lineChartDown3.d.mts +6 -1
- package/dist/icons/lineChartDown3.d.ts +6 -1
- package/dist/icons/lineChartDown4.d.mts +6 -1
- package/dist/icons/lineChartDown4.d.ts +6 -1
- package/dist/icons/lineChartDown5.d.mts +6 -1
- package/dist/icons/lineChartDown5.d.ts +6 -1
- package/dist/icons/lineChartUp1.d.mts +6 -1
- package/dist/icons/lineChartUp1.d.ts +6 -1
- package/dist/icons/lineChartUp2.d.mts +6 -1
- package/dist/icons/lineChartUp2.d.ts +6 -1
- package/dist/icons/lineChartUp3.d.mts +6 -1
- package/dist/icons/lineChartUp3.d.ts +6 -1
- package/dist/icons/lineChartUp4.d.mts +6 -1
- package/dist/icons/lineChartUp4.d.ts +6 -1
- package/dist/icons/lineChartUp5.d.mts +6 -1
- package/dist/icons/lineChartUp5.d.ts +6 -1
- package/dist/icons/lineHeight.d.mts +6 -1
- package/dist/icons/lineHeight.d.ts +6 -1
- package/dist/icons/link.d.mts +6 -1
- package/dist/icons/link.d.ts +6 -1
- package/dist/icons/link1.d.mts +6 -1
- package/dist/icons/link1.d.ts +6 -1
- package/dist/icons/link2.d.mts +6 -1
- package/dist/icons/link2.d.ts +6 -1
- package/dist/icons/link3.d.mts +6 -1
- package/dist/icons/link3.d.ts +6 -1
- package/dist/icons/link4.d.mts +6 -1
- package/dist/icons/link4.d.ts +6 -1
- package/dist/icons/link5.d.mts +6 -1
- package/dist/icons/link5.d.ts +6 -1
- package/dist/icons/linkBroken1.d.mts +6 -1
- package/dist/icons/linkBroken1.d.ts +6 -1
- package/dist/icons/linkBroken2.d.mts +6 -1
- package/dist/icons/linkBroken2.d.ts +6 -1
- package/dist/icons/linkExternal1.d.mts +6 -1
- package/dist/icons/linkExternal1.d.ts +6 -1
- package/dist/icons/linkExternal2.d.mts +6 -1
- package/dist/icons/linkExternal2.d.ts +6 -1
- package/dist/icons/list.d.mts +6 -1
- package/dist/icons/list.d.ts +6 -1
- package/dist/icons/loading1.d.mts +6 -1
- package/dist/icons/loading1.d.ts +6 -1
- package/dist/icons/loading2.d.mts +6 -1
- package/dist/icons/loading2.d.ts +6 -1
- package/dist/icons/loading3.d.mts +6 -1
- package/dist/icons/loading3.d.ts +6 -1
- package/dist/icons/lock.d.mts +6 -1
- package/dist/icons/lock.d.ts +6 -1
- package/dist/icons/lock1.d.mts +6 -1
- package/dist/icons/lock1.d.ts +6 -1
- package/dist/icons/lock2.d.mts +6 -1
- package/dist/icons/lock2.d.ts +6 -1
- package/dist/icons/lock3.d.mts +6 -1
- package/dist/icons/lock3.d.ts +6 -1
- package/dist/icons/lock4.d.mts +6 -1
- package/dist/icons/lock4.d.ts +6 -1
- package/dist/icons/lockKeyholeCircle.d.mts +6 -1
- package/dist/icons/lockKeyholeCircle.d.ts +6 -1
- package/dist/icons/lockKeyholeSquare.d.mts +6 -1
- package/dist/icons/lockKeyholeSquare.d.ts +6 -1
- package/dist/icons/lockUnlocked1.d.mts +6 -1
- package/dist/icons/lockUnlocked1.d.ts +6 -1
- package/dist/icons/lockUnlocked2.d.mts +6 -1
- package/dist/icons/lockUnlocked2.d.ts +6 -1
- package/dist/icons/lockUnlocked3.d.mts +6 -1
- package/dist/icons/lockUnlocked3.d.ts +6 -1
- package/dist/icons/lockUnlocked4.d.mts +6 -1
- package/dist/icons/lockUnlocked4.d.ts +6 -1
- package/dist/icons/logIn.d.mts +6 -1
- package/dist/icons/logIn.d.ts +6 -1
- package/dist/icons/logIn1.d.mts +6 -1
- package/dist/icons/logIn1.d.ts +6 -1
- package/dist/icons/logIn2.d.mts +6 -1
- package/dist/icons/logIn2.d.ts +6 -1
- package/dist/icons/logIn3.d.mts +6 -1
- package/dist/icons/logIn3.d.ts +6 -1
- package/dist/icons/logIn4.d.mts +6 -1
- package/dist/icons/logIn4.d.ts +6 -1
- package/dist/icons/logOut1.d.mts +6 -1
- package/dist/icons/logOut1.d.ts +6 -1
- package/dist/icons/logOut2.d.mts +6 -1
- package/dist/icons/logOut2.d.ts +6 -1
- package/dist/icons/logOut3.d.mts +6 -1
- package/dist/icons/logOut3.d.ts +6 -1
- package/dist/icons/logOut4.d.mts +6 -1
- package/dist/icons/logOut4.d.ts +6 -1
- package/dist/icons/luggage1.d.mts +6 -1
- package/dist/icons/luggage1.d.ts +6 -1
- package/dist/icons/luggage2.d.mts +6 -1
- package/dist/icons/luggage2.d.ts +6 -1
- package/dist/icons/luggage3.d.mts +6 -1
- package/dist/icons/luggage3.d.ts +6 -1
- package/dist/icons/magicWand.d.mts +6 -1
- package/dist/icons/magicWand.d.ts +6 -1
- package/dist/icons/magicWand1.d.mts +6 -1
- package/dist/icons/magicWand1.d.ts +6 -1
- package/dist/icons/magicWand2.d.mts +6 -1
- package/dist/icons/magicWand2.d.ts +6 -1
- package/dist/icons/mail.d.mts +6 -1
- package/dist/icons/mail.d.ts +6 -1
- package/dist/icons/mail1.d.mts +6 -1
- package/dist/icons/mail1.d.ts +6 -1
- package/dist/icons/mail2.d.mts +6 -1
- package/dist/icons/mail2.d.ts +6 -1
- package/dist/icons/mail3.d.mts +6 -1
- package/dist/icons/mail3.d.ts +6 -1
- package/dist/icons/mail4.d.mts +6 -1
- package/dist/icons/mail4.d.ts +6 -1
- package/dist/icons/mail5.d.mts +6 -1
- package/dist/icons/mail5.d.ts +6 -1
- package/dist/icons/mailNotification.d.mts +6 -1
- package/dist/icons/mailNotification.d.ts +6 -1
- package/dist/icons/map1.d.mts +6 -1
- package/dist/icons/map1.d.ts +6 -1
- package/dist/icons/map2.d.mts +6 -1
- package/dist/icons/map2.d.ts +6 -1
- package/dist/icons/mark.d.mts +6 -1
- package/dist/icons/mark.d.ts +6 -1
- package/dist/icons/markerPin1.d.mts +6 -1
- package/dist/icons/markerPin1.d.ts +6 -1
- package/dist/icons/markerPin2.d.mts +6 -1
- package/dist/icons/markerPin2.d.ts +6 -1
- package/dist/icons/markerPin3.d.mts +6 -1
- package/dist/icons/markerPin3.d.ts +6 -1
- package/dist/icons/markerPin4.d.mts +6 -1
- package/dist/icons/markerPin4.d.ts +6 -1
- package/dist/icons/markerPin5.d.mts +6 -1
- package/dist/icons/markerPin5.d.ts +6 -1
- package/dist/icons/markerPin6.d.mts +6 -1
- package/dist/icons/markerPin6.d.ts +6 -1
- package/dist/icons/maximize1.d.mts +6 -1
- package/dist/icons/maximize1.d.ts +6 -1
- package/dist/icons/maximize2.d.mts +6 -1
- package/dist/icons/maximize2.d.ts +6 -1
- package/dist/icons/medicalCircle.d.mts +6 -1
- package/dist/icons/medicalCircle.d.ts +6 -1
- package/dist/icons/medicalCross.d.mts +6 -1
- package/dist/icons/medicalCross.d.ts +6 -1
- package/dist/icons/medicalSquare.d.mts +6 -1
- package/dist/icons/medicalSquare.d.ts +6 -1
- package/dist/icons/menu.d.mts +6 -1
- package/dist/icons/menu.d.ts +6 -1
- package/dist/icons/menu1.d.mts +6 -1
- package/dist/icons/menu1.d.ts +6 -1
- package/dist/icons/menu2.d.mts +6 -1
- package/dist/icons/menu2.d.ts +6 -1
- package/dist/icons/menu3.d.mts +6 -1
- package/dist/icons/menu3.d.ts +6 -1
- package/dist/icons/menu4.d.mts +6 -1
- package/dist/icons/menu4.d.ts +6 -1
- package/dist/icons/menu5.d.mts +6 -1
- package/dist/icons/menu5.d.ts +6 -1
- package/dist/icons/messageAlertCircle.d.mts +6 -1
- package/dist/icons/messageAlertCircle.d.ts +6 -1
- package/dist/icons/messageAlertSquare.d.mts +6 -1
- package/dist/icons/messageAlertSquare.d.ts +6 -1
- package/dist/icons/messageChatCircle.d.mts +6 -1
- package/dist/icons/messageChatCircle.d.ts +6 -1
- package/dist/icons/messageChatSquare.d.mts +6 -1
- package/dist/icons/messageChatSquare.d.ts +6 -1
- package/dist/icons/messageCheckCircle.d.mts +6 -1
- package/dist/icons/messageCheckCircle.d.ts +6 -1
- package/dist/icons/messageCheckSquare.d.mts +6 -1
- package/dist/icons/messageCheckSquare.d.ts +6 -1
- package/dist/icons/messageCircle1.d.mts +6 -1
- package/dist/icons/messageCircle1.d.ts +6 -1
- package/dist/icons/messageCircle2.d.mts +6 -1
- package/dist/icons/messageCircle2.d.ts +6 -1
- package/dist/icons/messageDotsCircle.d.mts +6 -1
- package/dist/icons/messageDotsCircle.d.ts +6 -1
- package/dist/icons/messageDotsSquare.d.mts +6 -1
- package/dist/icons/messageDotsSquare.d.ts +6 -1
- package/dist/icons/messageHeartCircle.d.mts +6 -1
- package/dist/icons/messageHeartCircle.d.ts +6 -1
- package/dist/icons/messageHeartSquare.d.mts +6 -1
- package/dist/icons/messageHeartSquare.d.ts +6 -1
- package/dist/icons/messageNotificationCircle.d.mts +6 -1
- package/dist/icons/messageNotificationCircle.d.ts +6 -1
- package/dist/icons/messageNotificationSquare.d.mts +6 -1
- package/dist/icons/messageNotificationSquare.d.ts +6 -1
- package/dist/icons/messagePlusCircle.d.mts +6 -1
- package/dist/icons/messagePlusCircle.d.ts +6 -1
- package/dist/icons/messagePlusSquare.d.mts +6 -1
- package/dist/icons/messagePlusSquare.d.ts +6 -1
- package/dist/icons/messageQuestionCircle.d.mts +6 -1
- package/dist/icons/messageQuestionCircle.d.ts +6 -1
- package/dist/icons/messageQuestionSquare.d.mts +6 -1
- package/dist/icons/messageQuestionSquare.d.ts +6 -1
- package/dist/icons/messageSmileCircle.d.mts +6 -1
- package/dist/icons/messageSmileCircle.d.ts +6 -1
- package/dist/icons/messageSmileSquare.d.mts +6 -1
- package/dist/icons/messageSmileSquare.d.ts +6 -1
- package/dist/icons/messageSquare1.d.mts +6 -1
- package/dist/icons/messageSquare1.d.ts +6 -1
- package/dist/icons/messageSquare2.d.mts +6 -1
- package/dist/icons/messageSquare2.d.ts +6 -1
- package/dist/icons/messageTextCircle1.d.mts +6 -1
- package/dist/icons/messageTextCircle1.d.ts +6 -1
- package/dist/icons/messageTextCircle2.d.mts +6 -1
- package/dist/icons/messageTextCircle2.d.ts +6 -1
- package/dist/icons/messageTextSquare.d.mts +6 -1
- package/dist/icons/messageTextSquare.d.ts +6 -1
- package/dist/icons/messageTextSquare1.d.mts +6 -1
- package/dist/icons/messageTextSquare1.d.ts +6 -1
- package/dist/icons/messageTextSquare2.d.mts +6 -1
- package/dist/icons/messageTextSquare2.d.ts +6 -1
- package/dist/icons/messageXCircle.d.mts +6 -1
- package/dist/icons/messageXCircle.d.ts +6 -1
- package/dist/icons/messageXSquare.d.mts +6 -1
- package/dist/icons/messageXSquare.d.ts +6 -1
- package/dist/icons/microphone.d.mts +6 -1
- package/dist/icons/microphone.d.ts +6 -1
- package/dist/icons/microphone1.d.mts +6 -1
- package/dist/icons/microphone1.d.ts +6 -1
- package/dist/icons/microphone2.d.mts +6 -1
- package/dist/icons/microphone2.d.ts +6 -1
- package/dist/icons/microphoneOff.d.mts +6 -1
- package/dist/icons/microphoneOff.d.ts +6 -1
- package/dist/icons/microphoneOff1.d.mts +6 -1
- package/dist/icons/microphoneOff1.d.ts +6 -1
- package/dist/icons/microphoneOff2.d.mts +6 -1
- package/dist/icons/microphoneOff2.d.ts +6 -1
- package/dist/icons/microscope.d.mts +6 -1
- package/dist/icons/microscope.d.ts +6 -1
- package/dist/icons/minimize1.d.mts +6 -1
- package/dist/icons/minimize1.d.ts +6 -1
- package/dist/icons/minimize2.d.mts +6 -1
- package/dist/icons/minimize2.d.ts +6 -1
- package/dist/icons/minus.d.mts +6 -1
- package/dist/icons/minus.d.ts +6 -1
- package/dist/icons/minusCircle.d.mts +6 -1
- package/dist/icons/minusCircle.d.ts +6 -1
- package/dist/icons/minusSquare.d.mts +6 -1
- package/dist/icons/minusSquare.d.ts +6 -1
- package/dist/icons/modem1.d.mts +6 -1
- package/dist/icons/modem1.d.ts +6 -1
- package/dist/icons/modem2.d.mts +6 -1
- package/dist/icons/modem2.d.ts +6 -1
- package/dist/icons/monitor.d.mts +6 -1
- package/dist/icons/monitor.d.ts +6 -1
- package/dist/icons/monitor1.d.mts +6 -1
- package/dist/icons/monitor1.d.ts +6 -1
- package/dist/icons/monitor2.d.mts +6 -1
- package/dist/icons/monitor2.d.ts +6 -1
- package/dist/icons/monitor3.d.mts +6 -1
- package/dist/icons/monitor3.d.ts +6 -1
- package/dist/icons/monitor4.d.mts +6 -1
- package/dist/icons/monitor4.d.ts +6 -1
- package/dist/icons/monitor5.d.mts +6 -1
- package/dist/icons/monitor5.d.ts +6 -1
- package/dist/icons/moon1.d.mts +6 -1
- package/dist/icons/moon1.d.ts +6 -1
- package/dist/icons/moon2.d.mts +6 -1
- package/dist/icons/moon2.d.ts +6 -1
- package/dist/icons/moonEclipse.d.mts +6 -1
- package/dist/icons/moonEclipse.d.ts +6 -1
- package/dist/icons/moonStar.d.mts +6 -1
- package/dist/icons/moonStar.d.ts +6 -1
- package/dist/icons/mouse.d.mts +6 -1
- package/dist/icons/mouse.d.ts +6 -1
- package/dist/icons/move.d.mts +6 -1
- package/dist/icons/move.d.ts +6 -1
- package/dist/icons/musicNote1.d.mts +6 -1
- package/dist/icons/musicNote1.d.ts +6 -1
- package/dist/icons/musicNote2.d.mts +6 -1
- package/dist/icons/musicNote2.d.ts +6 -1
- package/dist/icons/musicNotePlus.d.mts +6 -1
- package/dist/icons/musicNotePlus.d.ts +6 -1
- package/dist/icons/navigationPointer1.d.mts +6 -1
- package/dist/icons/navigationPointer1.d.ts +6 -1
- package/dist/icons/navigationPointer2.d.mts +6 -1
- package/dist/icons/navigationPointer2.d.ts +6 -1
- package/dist/icons/navigationPointerOff1.d.mts +6 -1
- package/dist/icons/navigationPointerOff1.d.ts +6 -1
- package/dist/icons/navigationPointerOff2.d.mts +6 -1
- package/dist/icons/navigationPointerOff2.d.ts +6 -1
- package/dist/icons/notificationBox.d.mts +6 -1
- package/dist/icons/notificationBox.d.ts +6 -1
- package/dist/icons/notificationMessage.d.mts +6 -1
- package/dist/icons/notificationMessage.d.ts +6 -1
- package/dist/icons/notificationText.d.mts +6 -1
- package/dist/icons/notificationText.d.ts +6 -1
- package/dist/icons/octagon.d.mts +6 -1
- package/dist/icons/octagon.d.ts +6 -1
- package/dist/icons/package.d.mts +6 -1
- package/dist/icons/package.d.ts +6 -1
- package/dist/icons/packageCheck.d.mts +6 -1
- package/dist/icons/packageCheck.d.ts +6 -1
- package/dist/icons/packageMinus.d.mts +6 -1
- package/dist/icons/packageMinus.d.ts +6 -1
- package/dist/icons/packagePlus.d.mts +6 -1
- package/dist/icons/packagePlus.d.ts +6 -1
- package/dist/icons/packageSearch.d.mts +6 -1
- package/dist/icons/packageSearch.d.ts +6 -1
- package/dist/icons/packageX.d.mts +6 -1
- package/dist/icons/packageX.d.ts +6 -1
- package/dist/icons/paint.d.mts +6 -1
- package/dist/icons/paint.d.ts +6 -1
- package/dist/icons/paintPour.d.mts +6 -1
- package/dist/icons/paintPour.d.ts +6 -1
- package/dist/icons/palette.d.mts +6 -1
- package/dist/icons/palette.d.ts +6 -1
- package/dist/icons/paperclip.d.mts +6 -1
- package/dist/icons/paperclip.d.ts +6 -1
- package/dist/icons/paragraphSpacing.d.mts +6 -1
- package/dist/icons/paragraphSpacing.d.ts +6 -1
- package/dist/icons/paragraphWrap.d.mts +6 -1
- package/dist/icons/paragraphWrap.d.ts +6 -1
- package/dist/icons/passcode.d.mts +6 -1
- package/dist/icons/passcode.d.ts +6 -1
- package/dist/icons/passcodeLock.d.mts +6 -1
- package/dist/icons/passcodeLock.d.ts +6 -1
- package/dist/icons/passport.d.mts +6 -1
- package/dist/icons/passport.d.ts +6 -1
- package/dist/icons/pauseCircle.d.mts +6 -1
- package/dist/icons/pauseCircle.d.ts +6 -1
- package/dist/icons/pauseSquare.d.mts +6 -1
- package/dist/icons/pauseSquare.d.ts +6 -1
- package/dist/icons/penTool1.d.mts +6 -1
- package/dist/icons/penTool1.d.ts +6 -1
- package/dist/icons/penTool2.d.mts +6 -1
- package/dist/icons/penTool2.d.ts +6 -1
- package/dist/icons/penToolMinus.d.mts +6 -1
- package/dist/icons/penToolMinus.d.ts +6 -1
- package/dist/icons/penToolPlus.d.mts +6 -1
- package/dist/icons/penToolPlus.d.ts +6 -1
- package/dist/icons/pencil1.d.mts +6 -1
- package/dist/icons/pencil1.d.ts +6 -1
- package/dist/icons/pencil2.d.mts +6 -1
- package/dist/icons/pencil2.d.ts +6 -1
- package/dist/icons/pencilLine.d.mts +6 -1
- package/dist/icons/pencilLine.d.ts +6 -1
- package/dist/icons/pentagon.d.mts +6 -1
- package/dist/icons/pentagon.d.ts +6 -1
- package/dist/icons/percent1.d.mts +6 -1
- package/dist/icons/percent1.d.ts +6 -1
- package/dist/icons/percent2.d.mts +6 -1
- package/dist/icons/percent2.d.ts +6 -1
- package/dist/icons/percent3.d.mts +6 -1
- package/dist/icons/percent3.d.ts +6 -1
- package/dist/icons/perspective1.d.mts +6 -1
- package/dist/icons/perspective1.d.ts +6 -1
- package/dist/icons/perspective2.d.mts +6 -1
- package/dist/icons/perspective2.d.ts +6 -1
- package/dist/icons/phone.d.mts +6 -1
- package/dist/icons/phone.d.ts +6 -1
- package/dist/icons/phone1.d.mts +6 -1
- package/dist/icons/phone1.d.ts +6 -1
- package/dist/icons/phone2.d.mts +6 -1
- package/dist/icons/phone2.d.ts +6 -1
- package/dist/icons/phoneCall.d.mts +6 -1
- package/dist/icons/phoneCall.d.ts +6 -1
- package/dist/icons/phoneCall1.d.mts +6 -1
- package/dist/icons/phoneCall1.d.ts +6 -1
- package/dist/icons/phoneCall2.d.mts +6 -1
- package/dist/icons/phoneCall2.d.ts +6 -1
- package/dist/icons/phoneHangUp.d.mts +6 -1
- package/dist/icons/phoneHangUp.d.ts +6 -1
- package/dist/icons/phoneIncoming.d.mts +6 -1
- package/dist/icons/phoneIncoming.d.ts +6 -1
- package/dist/icons/phoneIncoming1.d.mts +6 -1
- package/dist/icons/phoneIncoming1.d.ts +6 -1
- package/dist/icons/phoneIncoming2.d.mts +6 -1
- package/dist/icons/phoneIncoming2.d.ts +6 -1
- package/dist/icons/phoneOutgoing1.d.mts +6 -1
- package/dist/icons/phoneOutgoing1.d.ts +6 -1
- package/dist/icons/phoneOutgoing2.d.mts +6 -1
- package/dist/icons/phoneOutgoing2.d.ts +6 -1
- package/dist/icons/phonePause.d.mts +6 -1
- package/dist/icons/phonePause.d.ts +6 -1
- package/dist/icons/phonePlus.d.mts +6 -1
- package/dist/icons/phonePlus.d.ts +6 -1
- package/dist/icons/phoneX.d.mts +6 -1
- package/dist/icons/phoneX.d.ts +6 -1
- package/dist/icons/pieChart.d.mts +6 -1
- package/dist/icons/pieChart.d.ts +6 -1
- package/dist/icons/pieChart1.d.mts +6 -1
- package/dist/icons/pieChart1.d.ts +6 -1
- package/dist/icons/pieChart2.d.mts +6 -1
- package/dist/icons/pieChart2.d.ts +6 -1
- package/dist/icons/pieChart3.d.mts +6 -1
- package/dist/icons/pieChart3.d.ts +6 -1
- package/dist/icons/pieChart4.d.mts +6 -1
- package/dist/icons/pieChart4.d.ts +6 -1
- package/dist/icons/piggyBank1.d.mts +6 -1
- package/dist/icons/piggyBank1.d.ts +6 -1
- package/dist/icons/piggyBank2.d.mts +6 -1
- package/dist/icons/piggyBank2.d.ts +6 -1
- package/dist/icons/pilcrow1.d.mts +6 -1
- package/dist/icons/pilcrow1.d.ts +6 -1
- package/dist/icons/pilcrow2.d.mts +6 -1
- package/dist/icons/pilcrow2.d.ts +6 -1
- package/dist/icons/pilcrowSquare.d.mts +6 -1
- package/dist/icons/pilcrowSquare.d.ts +6 -1
- package/dist/icons/pin1.d.mts +6 -1
- package/dist/icons/pin1.d.ts +6 -1
- package/dist/icons/pin2.d.mts +6 -1
- package/dist/icons/pin2.d.ts +6 -1
- package/dist/icons/placeholder.d.mts +6 -1
- package/dist/icons/placeholder.d.ts +6 -1
- package/dist/icons/plane.d.mts +6 -1
- package/dist/icons/plane.d.ts +6 -1
- package/dist/icons/play.d.mts +6 -1
- package/dist/icons/play.d.ts +6 -1
- package/dist/icons/playCircle.d.mts +6 -1
- package/dist/icons/playCircle.d.ts +6 -1
- package/dist/icons/playSquare.d.mts +6 -1
- package/dist/icons/playSquare.d.ts +6 -1
- package/dist/icons/plus.d.mts +6 -1
- package/dist/icons/plus.d.ts +6 -1
- package/dist/icons/plusCircle.d.mts +6 -1
- package/dist/icons/plusCircle.d.ts +6 -1
- package/dist/icons/plusSquare.d.mts +6 -1
- package/dist/icons/plusSquare.d.ts +6 -1
- package/dist/icons/podcast.d.mts +6 -1
- package/dist/icons/podcast.d.ts +6 -1
- package/dist/icons/power1.d.mts +6 -1
- package/dist/icons/power1.d.ts +6 -1
- package/dist/icons/power2.d.mts +6 -1
- package/dist/icons/power2.d.ts +6 -1
- package/dist/icons/power3.d.mts +6 -1
- package/dist/icons/power3.d.ts +6 -1
- package/dist/icons/presentationChart1.d.mts +6 -1
- package/dist/icons/presentationChart1.d.ts +6 -1
- package/dist/icons/presentationChart2.d.mts +6 -1
- package/dist/icons/presentationChart2.d.ts +6 -1
- package/dist/icons/presentationChart3.d.mts +6 -1
- package/dist/icons/presentationChart3.d.ts +6 -1
- package/dist/icons/printer.d.mts +6 -1
- package/dist/icons/printer.d.ts +6 -1
- package/dist/icons/puzzlePiece.d.mts +6 -1
- package/dist/icons/puzzlePiece.d.ts +6 -1
- package/dist/icons/puzzlePiece1.d.mts +6 -1
- package/dist/icons/puzzlePiece1.d.ts +6 -1
- package/dist/icons/puzzlePiece2.d.mts +6 -1
- package/dist/icons/puzzlePiece2.d.ts +6 -1
- package/dist/icons/qrCode.d.mts +6 -1
- package/dist/icons/qrCode.d.ts +6 -1
- package/dist/icons/qrCode1.d.mts +6 -1
- package/dist/icons/qrCode1.d.ts +6 -1
- package/dist/icons/qrCode2.d.mts +6 -1
- package/dist/icons/qrCode2.d.ts +6 -1
- package/dist/icons/receipt.d.mts +6 -1
- package/dist/icons/receipt.d.ts +6 -1
- package/dist/icons/receiptCheck.d.mts +6 -1
- package/dist/icons/receiptCheck.d.ts +6 -1
- package/dist/icons/recording.d.mts +6 -1
- package/dist/icons/recording.d.ts +6 -1
- package/dist/icons/recording1.d.mts +6 -1
- package/dist/icons/recording1.d.ts +6 -1
- package/dist/icons/recording2.d.mts +6 -1
- package/dist/icons/recording2.d.ts +6 -1
- package/dist/icons/recording3.d.mts +6 -1
- package/dist/icons/recording3.d.ts +6 -1
- package/dist/icons/reflect1.d.mts +6 -1
- package/dist/icons/reflect1.d.ts +6 -1
- package/dist/icons/reflect2.d.mts +6 -1
- package/dist/icons/reflect2.d.ts +6 -1
- package/dist/icons/refreshCcw.d.mts +6 -1
- package/dist/icons/refreshCcw.d.ts +6 -1
- package/dist/icons/refreshCcw1.d.mts +6 -1
- package/dist/icons/refreshCcw1.d.ts +6 -1
- package/dist/icons/refreshCcw2.d.mts +6 -1
- package/dist/icons/refreshCcw2.d.ts +6 -1
- package/dist/icons/refreshCcw3.d.mts +6 -1
- package/dist/icons/refreshCcw3.d.ts +6 -1
- package/dist/icons/refreshCcw4.d.mts +6 -1
- package/dist/icons/refreshCcw4.d.ts +6 -1
- package/dist/icons/refreshCcw5.d.mts +6 -1
- package/dist/icons/refreshCcw5.d.ts +6 -1
- package/dist/icons/refreshCw.d.mts +6 -1
- package/dist/icons/refreshCw.d.ts +6 -1
- package/dist/icons/refreshCw1.d.mts +6 -1
- package/dist/icons/refreshCw1.d.ts +6 -1
- package/dist/icons/refreshCw2.d.mts +6 -1
- package/dist/icons/refreshCw2.d.ts +6 -1
- package/dist/icons/refreshCw3.d.mts +6 -1
- package/dist/icons/refreshCw3.d.ts +6 -1
- package/dist/icons/refreshCw4.d.mts +6 -1
- package/dist/icons/refreshCw4.d.ts +6 -1
- package/dist/icons/refreshCw5.d.mts +6 -1
- package/dist/icons/refreshCw5.d.ts +6 -1
- package/dist/icons/repeat1.d.mts +6 -1
- package/dist/icons/repeat1.d.ts +6 -1
- package/dist/icons/repeat2.d.mts +6 -1
- package/dist/icons/repeat2.d.ts +6 -1
- package/dist/icons/repeat3.d.mts +6 -1
- package/dist/icons/repeat3.d.ts +6 -1
- package/dist/icons/repeat4.d.mts +6 -1
- package/dist/icons/repeat4.d.ts +6 -1
- package/dist/icons/reverseLeft.d.mts +6 -1
- package/dist/icons/reverseLeft.d.ts +6 -1
- package/dist/icons/reverseRight.d.mts +6 -1
- package/dist/icons/reverseRight.d.ts +6 -1
- package/dist/icons/rightIndent1.d.mts +6 -1
- package/dist/icons/rightIndent1.d.ts +6 -1
- package/dist/icons/rightIndent2.d.mts +6 -1
- package/dist/icons/rightIndent2.d.ts +6 -1
- package/dist/icons/rocket.d.mts +6 -1
- package/dist/icons/rocket.d.ts +6 -1
- package/dist/icons/rocket1.d.mts +6 -1
- package/dist/icons/rocket1.d.ts +6 -1
- package/dist/icons/rocket2.d.mts +6 -1
- package/dist/icons/rocket2.d.ts +6 -1
- package/dist/icons/rollerBrush.d.mts +6 -1
- package/dist/icons/rollerBrush.d.ts +6 -1
- package/dist/icons/rotateCcw.d.mts +6 -1
- package/dist/icons/rotateCcw.d.ts +6 -1
- package/dist/icons/route.d.mts +6 -1
- package/dist/icons/route.d.ts +6 -1
- package/dist/icons/rows1.d.mts +6 -1
- package/dist/icons/rows1.d.ts +6 -1
- package/dist/icons/rows2.d.mts +6 -1
- package/dist/icons/rows2.d.ts +6 -1
- package/dist/icons/rows3.d.mts +6 -1
- package/dist/icons/rows3.d.ts +6 -1
- package/dist/icons/rss1.d.mts +6 -1
- package/dist/icons/rss1.d.ts +6 -1
- package/dist/icons/rss2.d.mts +6 -1
- package/dist/icons/rss2.d.ts +6 -1
- package/dist/icons/ruler.d.mts +6 -1
- package/dist/icons/ruler.d.ts +6 -1
- package/dist/icons/safe.d.mts +6 -1
- package/dist/icons/safe.d.ts +6 -1
- package/dist/icons/sale1.d.mts +6 -1
- package/dist/icons/sale1.d.ts +6 -1
- package/dist/icons/sale2.d.mts +6 -1
- package/dist/icons/sale2.d.ts +6 -1
- package/dist/icons/sale3.d.mts +6 -1
- package/dist/icons/sale3.d.ts +6 -1
- package/dist/icons/sale4.d.mts +6 -1
- package/dist/icons/sale4.d.ts +6 -1
- package/dist/icons/save.d.mts +6 -1
- package/dist/icons/save.d.ts +6 -1
- package/dist/icons/save1.d.mts +6 -1
- package/dist/icons/save1.d.ts +6 -1
- package/dist/icons/save2.d.mts +6 -1
- package/dist/icons/save2.d.ts +6 -1
- package/dist/icons/save3.d.mts +6 -1
- package/dist/icons/save3.d.ts +6 -1
- package/dist/icons/scale1.d.mts +6 -1
- package/dist/icons/scale1.d.ts +6 -1
- package/dist/icons/scale2.d.mts +6 -1
- package/dist/icons/scale2.d.ts +6 -1
- package/dist/icons/scale3.d.mts +6 -1
- package/dist/icons/scale3.d.ts +6 -1
- package/dist/icons/scales1.d.mts +6 -1
- package/dist/icons/scales1.d.ts +6 -1
- package/dist/icons/scales2.d.mts +6 -1
- package/dist/icons/scales2.d.ts +6 -1
- package/dist/icons/scan.d.mts +6 -1
- package/dist/icons/scan.d.ts +6 -1
- package/dist/icons/scissors1.d.mts +6 -1
- package/dist/icons/scissors1.d.ts +6 -1
- package/dist/icons/scissors2.d.mts +6 -1
- package/dist/icons/scissors2.d.ts +6 -1
- package/dist/icons/scissorsCut1.d.mts +6 -1
- package/dist/icons/scissorsCut1.d.ts +6 -1
- package/dist/icons/scissorsCut2.d.mts +6 -1
- package/dist/icons/scissorsCut2.d.ts +6 -1
- package/dist/icons/search.d.mts +6 -1
- package/dist/icons/search.d.ts +6 -1
- package/dist/icons/searchLg.d.mts +6 -1
- package/dist/icons/searchLg.d.ts +6 -1
- package/dist/icons/searchMd.d.mts +6 -1
- package/dist/icons/searchMd.d.ts +6 -1
- package/dist/icons/searchRefraction.d.mts +6 -1
- package/dist/icons/searchRefraction.d.ts +6 -1
- package/dist/icons/searchSm.d.mts +6 -1
- package/dist/icons/searchSm.d.ts +6 -1
- package/dist/icons/send.d.mts +6 -1
- package/dist/icons/send.d.ts +6 -1
- package/dist/icons/send1.d.mts +6 -1
- package/dist/icons/send1.d.ts +6 -1
- package/dist/icons/send2.d.mts +6 -1
- package/dist/icons/send2.d.ts +6 -1
- package/dist/icons/send3.d.mts +6 -1
- package/dist/icons/send3.d.ts +6 -1
- package/dist/icons/server1.d.mts +6 -1
- package/dist/icons/server1.d.ts +6 -1
- package/dist/icons/server2.d.mts +6 -1
- package/dist/icons/server2.d.ts +6 -1
- package/dist/icons/server3.d.mts +6 -1
- package/dist/icons/server3.d.ts +6 -1
- package/dist/icons/server4.d.mts +6 -1
- package/dist/icons/server4.d.ts +6 -1
- package/dist/icons/server5.d.mts +6 -1
- package/dist/icons/server5.d.ts +6 -1
- package/dist/icons/server6.d.mts +6 -1
- package/dist/icons/server6.d.ts +6 -1
- package/dist/icons/settings.d.mts +6 -1
- package/dist/icons/settings.d.ts +6 -1
- package/dist/icons/settings1.d.mts +6 -1
- package/dist/icons/settings1.d.ts +6 -1
- package/dist/icons/settings2.d.mts +6 -1
- package/dist/icons/settings2.d.ts +6 -1
- package/dist/icons/settings3.d.mts +6 -1
- package/dist/icons/settings3.d.ts +6 -1
- package/dist/icons/settings4.d.mts +6 -1
- package/dist/icons/settings4.d.ts +6 -1
- package/dist/icons/share.d.mts +6 -1
- package/dist/icons/share.d.ts +6 -1
- package/dist/icons/share1.d.mts +6 -1
- package/dist/icons/share1.d.ts +6 -1
- package/dist/icons/share2.d.mts +6 -1
- package/dist/icons/share2.d.ts +6 -1
- package/dist/icons/share3.d.mts +6 -1
- package/dist/icons/share3.d.ts +6 -1
- package/dist/icons/share4.d.mts +6 -1
- package/dist/icons/share4.d.ts +6 -1
- package/dist/icons/share5.d.mts +6 -1
- package/dist/icons/share5.d.ts +6 -1
- package/dist/icons/share6.d.mts +6 -1
- package/dist/icons/share6.d.ts +6 -1
- package/dist/icons/share7.d.mts +6 -1
- package/dist/icons/share7.d.ts +6 -1
- package/dist/icons/shareArrow.d.mts +6 -1
- package/dist/icons/shareArrow.d.ts +6 -1
- package/dist/icons/shield1.d.mts +6 -1
- package/dist/icons/shield1.d.ts +6 -1
- package/dist/icons/shield2.d.mts +6 -1
- package/dist/icons/shield2.d.ts +6 -1
- package/dist/icons/shield3.d.mts +6 -1
- package/dist/icons/shield3.d.ts +6 -1
- package/dist/icons/shieldDollar.d.mts +6 -1
- package/dist/icons/shieldDollar.d.ts +6 -1
- package/dist/icons/shieldOff.d.mts +6 -1
- package/dist/icons/shieldOff.d.ts +6 -1
- package/dist/icons/shieldPlus.d.mts +6 -1
- package/dist/icons/shieldPlus.d.ts +6 -1
- package/dist/icons/shieldTick.d.mts +6 -1
- package/dist/icons/shieldTick.d.ts +6 -1
- package/dist/icons/shieldZap.d.mts +6 -1
- package/dist/icons/shieldZap.d.ts +6 -1
- package/dist/icons/shoppingBag1.d.mts +6 -1
- package/dist/icons/shoppingBag1.d.ts +6 -1
- package/dist/icons/shoppingBag2.d.mts +6 -1
- package/dist/icons/shoppingBag2.d.ts +6 -1
- package/dist/icons/shoppingBag3.d.mts +6 -1
- package/dist/icons/shoppingBag3.d.ts +6 -1
- package/dist/icons/shoppingCart1.d.mts +6 -1
- package/dist/icons/shoppingCart1.d.ts +6 -1
- package/dist/icons/shoppingCart2.d.mts +6 -1
- package/dist/icons/shoppingCart2.d.ts +6 -1
- package/dist/icons/shoppingCart3.d.mts +6 -1
- package/dist/icons/shoppingCart3.d.ts +6 -1
- package/dist/icons/shuffle1.d.mts +6 -1
- package/dist/icons/shuffle1.d.ts +6 -1
- package/dist/icons/shuffle2.d.mts +6 -1
- package/dist/icons/shuffle2.d.ts +6 -1
- package/dist/icons/signal1.d.mts +6 -1
- package/dist/icons/signal1.d.ts +6 -1
- package/dist/icons/signal2.d.mts +6 -1
- package/dist/icons/signal2.d.ts +6 -1
- package/dist/icons/signal3.d.mts +6 -1
- package/dist/icons/signal3.d.ts +6 -1
- package/dist/icons/simcard.d.mts +6 -1
- package/dist/icons/simcard.d.ts +6 -1
- package/dist/icons/skew.d.mts +6 -1
- package/dist/icons/skew.d.ts +6 -1
- package/dist/icons/skipBack.d.mts +6 -1
- package/dist/icons/skipBack.d.ts +6 -1
- package/dist/icons/skipForward.d.mts +6 -1
- package/dist/icons/skipForward.d.ts +6 -1
- package/dist/icons/slashCircle1.d.mts +6 -1
- package/dist/icons/slashCircle1.d.ts +6 -1
- package/dist/icons/slashCircle2.d.mts +6 -1
- package/dist/icons/slashCircle2.d.ts +6 -1
- package/dist/icons/slashDivider.d.mts +6 -1
- package/dist/icons/slashDivider.d.ts +6 -1
- package/dist/icons/slashOctagon.d.mts +6 -1
- package/dist/icons/slashOctagon.d.ts +6 -1
- package/dist/icons/sliders1.d.mts +6 -1
- package/dist/icons/sliders1.d.ts +6 -1
- package/dist/icons/sliders2.d.mts +6 -1
- package/dist/icons/sliders2.d.ts +6 -1
- package/dist/icons/sliders3.d.mts +6 -1
- package/dist/icons/sliders3.d.ts +6 -1
- package/dist/icons/sliders4.d.mts +6 -1
- package/dist/icons/sliders4.d.ts +6 -1
- package/dist/icons/snowflake1.d.mts +6 -1
- package/dist/icons/snowflake1.d.ts +6 -1
- package/dist/icons/snowflake2.d.mts +6 -1
- package/dist/icons/snowflake2.d.ts +6 -1
- package/dist/icons/spacingHeight1.d.mts +6 -1
- package/dist/icons/spacingHeight1.d.ts +6 -1
- package/dist/icons/spacingHeight2.d.mts +6 -1
- package/dist/icons/spacingHeight2.d.ts +6 -1
- package/dist/icons/spacingWidth1.d.mts +6 -1
- package/dist/icons/spacingWidth1.d.ts +6 -1
- package/dist/icons/spacingWidth2.d.mts +6 -1
- package/dist/icons/spacingWidth2.d.ts +6 -1
- package/dist/icons/speaker1.d.mts +6 -1
- package/dist/icons/speaker1.d.ts +6 -1
- package/dist/icons/speaker2.d.mts +6 -1
- package/dist/icons/speaker2.d.ts +6 -1
- package/dist/icons/speaker3.d.mts +6 -1
- package/dist/icons/speaker3.d.ts +6 -1
- package/dist/icons/speedometer1.d.mts +6 -1
- package/dist/icons/speedometer1.d.ts +6 -1
- package/dist/icons/speedometer2.d.mts +6 -1
- package/dist/icons/speedometer2.d.ts +6 -1
- package/dist/icons/speedometer3.d.mts +6 -1
- package/dist/icons/speedometer3.d.ts +6 -1
- package/dist/icons/speedometer4.d.mts +6 -1
- package/dist/icons/speedometer4.d.ts +6 -1
- package/dist/icons/spinner.d.mts +6 -1
- package/dist/icons/spinner.d.ts +6 -1
- package/dist/icons/square.d.mts +6 -1
- package/dist/icons/square.d.ts +6 -1
- package/dist/icons/stand.d.mts +6 -1
- package/dist/icons/stand.d.ts +6 -1
- package/dist/icons/star1.d.mts +6 -1
- package/dist/icons/star1.d.ts +6 -1
- package/dist/icons/star2.d.mts +6 -1
- package/dist/icons/star2.d.ts +6 -1
- package/dist/icons/star3.d.mts +6 -1
- package/dist/icons/star3.d.ts +6 -1
- package/dist/icons/star4.d.mts +6 -1
- package/dist/icons/star4.d.ts +6 -1
- package/dist/icons/star5.d.mts +6 -1
- package/dist/icons/star5.d.ts +6 -1
- package/dist/icons/star6.d.mts +6 -1
- package/dist/icons/star6.d.ts +6 -1
- package/dist/icons/star7.d.mts +6 -1
- package/dist/icons/star7.d.ts +6 -1
- package/dist/icons/stars.d.mts +6 -1
- package/dist/icons/stars.d.ts +6 -1
- package/dist/icons/stars1.d.mts +6 -1
- package/dist/icons/stars1.d.ts +6 -1
- package/dist/icons/stars2.d.mts +6 -1
- package/dist/icons/stars2.d.ts +6 -1
- package/dist/icons/stars3.d.mts +6 -1
- package/dist/icons/stars3.d.ts +6 -1
- package/dist/icons/stickerCircle.d.mts +6 -1
- package/dist/icons/stickerCircle.d.ts +6 -1
- package/dist/icons/stickerSquare.d.mts +6 -1
- package/dist/icons/stickerSquare.d.ts +6 -1
- package/dist/icons/stop.d.mts +6 -1
- package/dist/icons/stop.d.ts +6 -1
- package/dist/icons/stopCircle.d.mts +6 -1
- package/dist/icons/stopCircle.d.ts +6 -1
- package/dist/icons/stopSquare.d.mts +6 -1
- package/dist/icons/stopSquare.d.ts +6 -1
- package/dist/icons/strikethrough1.d.mts +6 -1
- package/dist/icons/strikethrough1.d.ts +6 -1
- package/dist/icons/strikethrough2.d.mts +6 -1
- package/dist/icons/strikethrough2.d.ts +6 -1
- package/dist/icons/strikethroughSquare.d.mts +6 -1
- package/dist/icons/strikethroughSquare.d.ts +6 -1
- package/dist/icons/subscript.d.mts +6 -1
- package/dist/icons/subscript.d.ts +6 -1
- package/dist/icons/sun.d.mts +6 -1
- package/dist/icons/sun.d.ts +6 -1
- package/dist/icons/sunSetting1.d.mts +6 -1
- package/dist/icons/sunSetting1.d.ts +6 -1
- package/dist/icons/sunSetting2.d.mts +6 -1
- package/dist/icons/sunSetting2.d.ts +6 -1
- package/dist/icons/sunSetting3.d.mts +6 -1
- package/dist/icons/sunSetting3.d.ts +6 -1
- package/dist/icons/sunrise.d.mts +6 -1
- package/dist/icons/sunrise.d.ts +6 -1
- package/dist/icons/sunset.d.mts +6 -1
- package/dist/icons/sunset.d.ts +6 -1
- package/dist/icons/switchHorizontal1.d.mts +6 -1
- package/dist/icons/switchHorizontal1.d.ts +6 -1
- package/dist/icons/switchHorizontal2.d.mts +6 -1
- package/dist/icons/switchHorizontal2.d.ts +6 -1
- package/dist/icons/switchVertical1.d.mts +6 -1
- package/dist/icons/switchVertical1.d.ts +6 -1
- package/dist/icons/switchVertical2.d.mts +6 -1
- package/dist/icons/switchVertical2.d.ts +6 -1
- package/dist/icons/table.d.mts +6 -1
- package/dist/icons/table.d.ts +6 -1
- package/dist/icons/tablet1.d.mts +6 -1
- package/dist/icons/tablet1.d.ts +6 -1
- package/dist/icons/tablet2.d.mts +6 -1
- package/dist/icons/tablet2.d.ts +6 -1
- package/dist/icons/tag1.d.mts +6 -1
- package/dist/icons/tag1.d.ts +6 -1
- package/dist/icons/tag2.d.mts +6 -1
- package/dist/icons/tag2.d.ts +6 -1
- package/dist/icons/tag3.d.mts +6 -1
- package/dist/icons/tag3.d.ts +6 -1
- package/dist/icons/target1.d.mts +6 -1
- package/dist/icons/target1.d.ts +6 -1
- package/dist/icons/target2.d.mts +6 -1
- package/dist/icons/target2.d.ts +6 -1
- package/dist/icons/target3.d.mts +6 -1
- package/dist/icons/target3.d.ts +6 -1
- package/dist/icons/target4.d.mts +6 -1
- package/dist/icons/target4.d.ts +6 -1
- package/dist/icons/target5.d.mts +6 -1
- package/dist/icons/target5.d.ts +6 -1
- package/dist/icons/telescope.d.mts +6 -1
- package/dist/icons/telescope.d.ts +6 -1
- package/dist/icons/terminal.d.mts +6 -1
- package/dist/icons/terminal.d.ts +6 -1
- package/dist/icons/terminalBrowser.d.mts +6 -1
- package/dist/icons/terminalBrowser.d.ts +6 -1
- package/dist/icons/terminalCircle.d.mts +6 -1
- package/dist/icons/terminalCircle.d.ts +6 -1
- package/dist/icons/terminalSquare.d.mts +6 -1
- package/dist/icons/terminalSquare.d.ts +6 -1
- package/dist/icons/textInput.d.mts +6 -1
- package/dist/icons/textInput.d.ts +6 -1
- package/dist/icons/thermometer1.d.mts +6 -1
- package/dist/icons/thermometer1.d.ts +6 -1
- package/dist/icons/thermometer2.d.mts +6 -1
- package/dist/icons/thermometer2.d.ts +6 -1
- package/dist/icons/thermometer3.d.mts +6 -1
- package/dist/icons/thermometer3.d.ts +6 -1
- package/dist/icons/thermometerCold.d.mts +6 -1
- package/dist/icons/thermometerCold.d.ts +6 -1
- package/dist/icons/thermometerWarm.d.mts +6 -1
- package/dist/icons/thermometerWarm.d.ts +6 -1
- package/dist/icons/thumbsDown.d.mts +6 -1
- package/dist/icons/thumbsDown.d.ts +6 -1
- package/dist/icons/thumbsUp.d.mts +6 -1
- package/dist/icons/thumbsUp.d.ts +6 -1
- package/dist/icons/ticket1.d.mts +6 -1
- package/dist/icons/ticket1.d.ts +6 -1
- package/dist/icons/ticket2.d.mts +6 -1
- package/dist/icons/ticket2.d.ts +6 -1
- package/dist/icons/toggle1Left.d.mts +6 -1
- package/dist/icons/toggle1Left.d.ts +6 -1
- package/dist/icons/toggle1Right.d.mts +6 -1
- package/dist/icons/toggle1Right.d.ts +6 -1
- package/dist/icons/toggle2Left.d.mts +6 -1
- package/dist/icons/toggle2Left.d.ts +6 -1
- package/dist/icons/toggle2Right.d.mts +6 -1
- package/dist/icons/toggle2Right.d.ts +6 -1
- package/dist/icons/toggle3Left.d.mts +6 -1
- package/dist/icons/toggle3Left.d.ts +6 -1
- package/dist/icons/toggle3Right.d.mts +6 -1
- package/dist/icons/toggle3Right.d.ts +6 -1
- package/dist/icons/tool1.d.mts +6 -1
- package/dist/icons/tool1.d.ts +6 -1
- package/dist/icons/tool2.d.mts +6 -1
- package/dist/icons/tool2.d.ts +6 -1
- package/dist/icons/train.d.mts +6 -1
- package/dist/icons/train.d.ts +6 -1
- package/dist/icons/tram.d.mts +6 -1
- package/dist/icons/tram.d.ts +6 -1
- package/dist/icons/transform.d.mts +6 -1
- package/dist/icons/transform.d.ts +6 -1
- package/dist/icons/translate1.d.mts +6 -1
- package/dist/icons/translate1.d.ts +6 -1
- package/dist/icons/translate2.d.mts +6 -1
- package/dist/icons/translate2.d.ts +6 -1
- package/dist/icons/trash.d.mts +6 -1
- package/dist/icons/trash.d.ts +6 -1
- package/dist/icons/trash1.d.mts +6 -1
- package/dist/icons/trash1.d.ts +6 -1
- package/dist/icons/trash2.d.mts +6 -1
- package/dist/icons/trash2.d.ts +6 -1
- package/dist/icons/trash3.d.mts +6 -1
- package/dist/icons/trash3.d.ts +6 -1
- package/dist/icons/trash4.d.mts +6 -1
- package/dist/icons/trash4.d.ts +6 -1
- package/dist/icons/trendDown.d.mts +6 -1
- package/dist/icons/trendDown.d.ts +6 -1
- package/dist/icons/trendDown1.d.mts +6 -1
- package/dist/icons/trendDown1.d.ts +6 -1
- package/dist/icons/trendDown2.d.mts +6 -1
- package/dist/icons/trendDown2.d.ts +6 -1
- package/dist/icons/trendUp.d.mts +6 -1
- package/dist/icons/trendUp.d.ts +6 -1
- package/dist/icons/trendUp1.d.mts +6 -1
- package/dist/icons/trendUp1.d.ts +6 -1
- package/dist/icons/trendUp2.d.mts +6 -1
- package/dist/icons/trendUp2.d.ts +6 -1
- package/dist/icons/triangle.d.mts +6 -1
- package/dist/icons/triangle.d.ts +6 -1
- package/dist/icons/trophy1.d.mts +6 -1
- package/dist/icons/trophy1.d.ts +6 -1
- package/dist/icons/trophy2.d.mts +6 -1
- package/dist/icons/trophy2.d.ts +6 -1
- package/dist/icons/truck1.d.mts +6 -1
- package/dist/icons/truck1.d.ts +6 -1
- package/dist/icons/truck2.d.mts +6 -1
- package/dist/icons/truck2.d.ts +6 -1
- package/dist/icons/tv1.d.mts +6 -1
- package/dist/icons/tv1.d.ts +6 -1
- package/dist/icons/tv2.d.mts +6 -1
- package/dist/icons/tv2.d.ts +6 -1
- package/dist/icons/tv3.d.mts +6 -1
- package/dist/icons/tv3.d.ts +6 -1
- package/dist/icons/type1.d.mts +6 -1
- package/dist/icons/type1.d.ts +6 -1
- package/dist/icons/type2.d.mts +6 -1
- package/dist/icons/type2.d.ts +6 -1
- package/dist/icons/typeSquare.d.mts +6 -1
- package/dist/icons/typeSquare.d.ts +6 -1
- package/dist/icons/typeStrikethrough1.d.mts +6 -1
- package/dist/icons/typeStrikethrough1.d.ts +6 -1
- package/dist/icons/typeStrikethrough2.d.mts +6 -1
- package/dist/icons/typeStrikethrough2.d.ts +6 -1
- package/dist/icons/types-DBpSTFQy.d.mts +9 -0
- package/dist/icons/types-DBpSTFQy.d.ts +9 -0
- package/dist/icons/umbrella1.d.mts +6 -1
- package/dist/icons/umbrella1.d.ts +6 -1
- package/dist/icons/umbrella2.d.mts +6 -1
- package/dist/icons/umbrella2.d.ts +6 -1
- package/dist/icons/umbrella3.d.mts +6 -1
- package/dist/icons/umbrella3.d.ts +6 -1
- package/dist/icons/underline1.d.mts +6 -1
- package/dist/icons/underline1.d.ts +6 -1
- package/dist/icons/underline2.d.mts +6 -1
- package/dist/icons/underline2.d.ts +6 -1
- package/dist/icons/underlineSquare.d.mts +6 -1
- package/dist/icons/underlineSquare.d.ts +6 -1
- package/dist/icons/upload1.d.mts +6 -1
- package/dist/icons/upload1.d.ts +6 -1
- package/dist/icons/upload2.d.mts +6 -1
- package/dist/icons/upload2.d.ts +6 -1
- package/dist/icons/upload3.d.mts +6 -1
- package/dist/icons/upload3.d.ts +6 -1
- package/dist/icons/upload4.d.mts +6 -1
- package/dist/icons/upload4.d.ts +6 -1
- package/dist/icons/uploadCloud1.d.mts +6 -1
- package/dist/icons/uploadCloud1.d.ts +6 -1
- package/dist/icons/uploadCloud2.d.mts +6 -1
- package/dist/icons/uploadCloud2.d.ts +6 -1
- package/dist/icons/usbFlashDrive.d.mts +6 -1
- package/dist/icons/usbFlashDrive.d.ts +6 -1
- package/dist/icons/user.d.mts +6 -1
- package/dist/icons/user.d.ts +6 -1
- package/dist/icons/user1.d.mts +6 -1
- package/dist/icons/user1.d.ts +6 -1
- package/dist/icons/user2.d.mts +6 -1
- package/dist/icons/user2.d.ts +6 -1
- package/dist/icons/user3.d.mts +6 -1
- package/dist/icons/user3.d.ts +6 -1
- package/dist/icons/userCheck1.d.mts +6 -1
- package/dist/icons/userCheck1.d.ts +6 -1
- package/dist/icons/userCheck2.d.mts +6 -1
- package/dist/icons/userCheck2.d.ts +6 -1
- package/dist/icons/userCircle.d.mts +6 -1
- package/dist/icons/userCircle.d.ts +6 -1
- package/dist/icons/userDown1.d.mts +6 -1
- package/dist/icons/userDown1.d.ts +6 -1
- package/dist/icons/userDown2.d.mts +6 -1
- package/dist/icons/userDown2.d.ts +6 -1
- package/dist/icons/userEdit.d.mts +6 -1
- package/dist/icons/userEdit.d.ts +6 -1
- package/dist/icons/userLeft1.d.mts +6 -1
- package/dist/icons/userLeft1.d.ts +6 -1
- package/dist/icons/userLeft2.d.mts +6 -1
- package/dist/icons/userLeft2.d.ts +6 -1
- package/dist/icons/userMinus1.d.mts +6 -1
- package/dist/icons/userMinus1.d.ts +6 -1
- package/dist/icons/userMinus2.d.mts +6 -1
- package/dist/icons/userMinus2.d.ts +6 -1
- package/dist/icons/userPlus.d.mts +6 -1
- package/dist/icons/userPlus.d.ts +6 -1
- package/dist/icons/userPlus1.d.mts +6 -1
- package/dist/icons/userPlus1.d.ts +6 -1
- package/dist/icons/userPlus2.d.mts +6 -1
- package/dist/icons/userPlus2.d.ts +6 -1
- package/dist/icons/userRight1.d.mts +6 -1
- package/dist/icons/userRight1.d.ts +6 -1
- package/dist/icons/userRight2.d.mts +6 -1
- package/dist/icons/userRight2.d.ts +6 -1
- package/dist/icons/userSquare.d.mts +6 -1
- package/dist/icons/userSquare.d.ts +6 -1
- package/dist/icons/userUp1.d.mts +6 -1
- package/dist/icons/userUp1.d.ts +6 -1
- package/dist/icons/userUp2.d.mts +6 -1
- package/dist/icons/userUp2.d.ts +6 -1
- package/dist/icons/userX.d.mts +6 -1
- package/dist/icons/userX.d.ts +6 -1
- package/dist/icons/userX1.d.mts +6 -1
- package/dist/icons/userX1.d.ts +6 -1
- package/dist/icons/userX2.d.mts +6 -1
- package/dist/icons/userX2.d.ts +6 -1
- package/dist/icons/users.d.mts +6 -1
- package/dist/icons/users.d.ts +6 -1
- package/dist/icons/users1.d.mts +6 -1
- package/dist/icons/users1.d.ts +6 -1
- package/dist/icons/users2.d.mts +6 -1
- package/dist/icons/users2.d.ts +6 -1
- package/dist/icons/users3.d.mts +6 -1
- package/dist/icons/users3.d.ts +6 -1
- package/dist/icons/usersCheck.d.mts +6 -1
- package/dist/icons/usersCheck.d.ts +6 -1
- package/dist/icons/usersDown.d.mts +6 -1
- package/dist/icons/usersDown.d.ts +6 -1
- package/dist/icons/usersEdit.d.mts +6 -1
- package/dist/icons/usersEdit.d.ts +6 -1
- package/dist/icons/usersLeft.d.mts +6 -1
- package/dist/icons/usersLeft.d.ts +6 -1
- package/dist/icons/usersMinus.d.mts +6 -1
- package/dist/icons/usersMinus.d.ts +6 -1
- package/dist/icons/usersPlus.d.mts +6 -1
- package/dist/icons/usersPlus.d.ts +6 -1
- package/dist/icons/usersRight.d.mts +6 -1
- package/dist/icons/usersRight.d.ts +6 -1
- package/dist/icons/usersUp.d.mts +6 -1
- package/dist/icons/usersUp.d.ts +6 -1
- package/dist/icons/usersX.d.mts +6 -1
- package/dist/icons/usersX.d.ts +6 -1
- package/dist/icons/variable.d.mts +6 -1
- package/dist/icons/variable.d.ts +6 -1
- package/dist/icons/videoRecorder.d.mts +6 -1
- package/dist/icons/videoRecorder.d.ts +6 -1
- package/dist/icons/videoRecorderOff.d.mts +6 -1
- package/dist/icons/videoRecorderOff.d.ts +6 -1
- package/dist/icons/virus.d.mts +6 -1
- package/dist/icons/virus.d.ts +6 -1
- package/dist/icons/voicemail.d.mts +6 -1
- package/dist/icons/voicemail.d.ts +6 -1
- package/dist/icons/volumeMax.d.mts +6 -1
- package/dist/icons/volumeMax.d.ts +6 -1
- package/dist/icons/volumeMin.d.mts +6 -1
- package/dist/icons/volumeMin.d.ts +6 -1
- package/dist/icons/volumeMinus.d.mts +6 -1
- package/dist/icons/volumeMinus.d.ts +6 -1
- package/dist/icons/volumePlus.d.mts +6 -1
- package/dist/icons/volumePlus.d.ts +6 -1
- package/dist/icons/volumeX.d.mts +6 -1
- package/dist/icons/volumeX.d.ts +6 -1
- package/dist/icons/wallet1.d.mts +6 -1
- package/dist/icons/wallet1.d.ts +6 -1
- package/dist/icons/wallet2.d.mts +6 -1
- package/dist/icons/wallet2.d.ts +6 -1
- package/dist/icons/wallet3.d.mts +6 -1
- package/dist/icons/wallet3.d.ts +6 -1
- package/dist/icons/wallet4.d.mts +6 -1
- package/dist/icons/wallet4.d.ts +6 -1
- package/dist/icons/wallet5.d.mts +6 -1
- package/dist/icons/wallet5.d.ts +6 -1
- package/dist/icons/watchCircle.d.mts +6 -1
- package/dist/icons/watchCircle.d.ts +6 -1
- package/dist/icons/watchSquare.d.mts +6 -1
- package/dist/icons/watchSquare.d.ts +6 -1
- package/dist/icons/waves.d.mts +6 -1
- package/dist/icons/waves.d.ts +6 -1
- package/dist/icons/webcam1.d.mts +6 -1
- package/dist/icons/webcam1.d.ts +6 -1
- package/dist/icons/webcam2.d.mts +6 -1
- package/dist/icons/webcam2.d.ts +6 -1
- package/dist/icons/wifi.d.mts +6 -1
- package/dist/icons/wifi.d.ts +6 -1
- package/dist/icons/wifiOff.d.mts +6 -1
- package/dist/icons/wifiOff.d.ts +6 -1
- package/dist/icons/wind1.d.mts +6 -1
- package/dist/icons/wind1.d.ts +6 -1
- package/dist/icons/wind2.d.mts +6 -1
- package/dist/icons/wind2.d.ts +6 -1
- package/dist/icons/wind3.d.mts +6 -1
- package/dist/icons/wind3.d.ts +6 -1
- package/dist/icons/x.d.mts +6 -1
- package/dist/icons/x.d.ts +6 -1
- package/dist/icons/xCircle.d.mts +6 -1
- package/dist/icons/xCircle.d.ts +6 -1
- package/dist/icons/xClose.d.mts +6 -1
- package/dist/icons/xClose.d.ts +6 -1
- package/dist/icons/xSquare.d.mts +6 -1
- package/dist/icons/xSquare.d.ts +6 -1
- package/dist/icons/youtube.d.mts +6 -1
- package/dist/icons/youtube.d.ts +6 -1
- package/dist/icons/zap.d.mts +6 -1
- package/dist/icons/zap.d.ts +6 -1
- package/dist/icons/zapCircle.d.mts +6 -1
- package/dist/icons/zapCircle.d.ts +6 -1
- package/dist/icons/zapFast.d.mts +6 -1
- package/dist/icons/zapFast.d.ts +6 -1
- package/dist/icons/zapOff.d.mts +6 -1
- package/dist/icons/zapOff.d.ts +6 -1
- package/dist/icons/zapSquare.d.mts +6 -1
- package/dist/icons/zapSquare.d.ts +6 -1
- package/dist/icons/zoomIn.d.mts +6 -1
- package/dist/icons/zoomIn.d.ts +6 -1
- package/dist/icons/zoomOut.d.mts +6 -1
- package/dist/icons/zoomOut.d.ts +6 -1
- package/dist/index.d.mts +918 -128
- package/dist/index.d.ts +918 -128
- package/dist/index.js +0 -4
- package/dist/index.mjs +0 -2
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +1 -0
- package/dist/tailwind.css +2 -2
- package/dist/types-DBpSTFQy.d.mts +9 -0
- package/dist/types-DBpSTFQy.d.ts +9 -0
- package/package.json +25 -18
- package/dist/_tsup-dts-rollup.d.mts +0 -6841
- package/dist/_tsup-dts-rollup.d.ts +0 -6841
- package/dist/chunk-BDGP7V4I.mjs +0 -124
- package/dist/chunk-REC5TG6U.mjs +0 -454
|
@@ -1,5 +1,182 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { VariantProps } from 'cva';
|
|
3
|
+
|
|
4
|
+
declare const buttonVariants: (props?: ({
|
|
5
|
+
variant?: "primary" | "secondary" | "tertiary" | "outline" | "outlineBlue" | "destructive" | "ghostBlue" | "ghostRed" | "ghostGray" | "roundedFill" | "roundedGlass" | undefined;
|
|
6
|
+
} & ({
|
|
7
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
8
|
+
[x: string]: any;
|
|
9
|
+
} | null | undefined)[] | {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
} | null | undefined)[] | {
|
|
12
|
+
[x: string]: any;
|
|
13
|
+
} | null | undefined)[] | {
|
|
14
|
+
[x: string]: any;
|
|
15
|
+
} | null | undefined)[] | {
|
|
16
|
+
[x: string]: any;
|
|
17
|
+
} | null | undefined)[] | {
|
|
18
|
+
[x: string]: any;
|
|
19
|
+
} | null | undefined)[] | {
|
|
20
|
+
[x: string]: any;
|
|
21
|
+
} | null | undefined)[] | {
|
|
22
|
+
[x: string]: any;
|
|
23
|
+
} | null | undefined)[] | {
|
|
24
|
+
[x: string]: any;
|
|
25
|
+
} | null | undefined)[] | {
|
|
26
|
+
[x: string]: any;
|
|
27
|
+
} | null | undefined)[] | {
|
|
28
|
+
[x: string]: any;
|
|
29
|
+
} | null | undefined)[] | {
|
|
30
|
+
[x: string]: any;
|
|
31
|
+
} | null | undefined;
|
|
32
|
+
className?: undefined;
|
|
33
|
+
} | {
|
|
34
|
+
class?: undefined;
|
|
35
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
36
|
+
[x: string]: any;
|
|
37
|
+
} | null | undefined)[] | {
|
|
38
|
+
[x: string]: any;
|
|
39
|
+
} | null | undefined)[] | {
|
|
40
|
+
[x: string]: any;
|
|
41
|
+
} | null | undefined)[] | {
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
} | null | undefined)[] | {
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
} | null | undefined)[] | {
|
|
46
|
+
[x: string]: any;
|
|
47
|
+
} | null | undefined)[] | {
|
|
48
|
+
[x: string]: any;
|
|
49
|
+
} | null | undefined)[] | {
|
|
50
|
+
[x: string]: any;
|
|
51
|
+
} | null | undefined)[] | {
|
|
52
|
+
[x: string]: any;
|
|
53
|
+
} | null | undefined)[] | {
|
|
54
|
+
[x: string]: any;
|
|
55
|
+
} | null | undefined)[] | {
|
|
56
|
+
[x: string]: any;
|
|
57
|
+
} | null | undefined)[] | {
|
|
58
|
+
[x: string]: any;
|
|
59
|
+
} | null | undefined;
|
|
60
|
+
})) | undefined) => string;
|
|
61
|
+
declare const buttonSizes: (props?: ({
|
|
62
|
+
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
63
|
+
} & ({
|
|
64
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
65
|
+
[x: string]: any;
|
|
66
|
+
} | null | undefined)[] | {
|
|
67
|
+
[x: string]: any;
|
|
68
|
+
} | null | undefined)[] | {
|
|
69
|
+
[x: string]: any;
|
|
70
|
+
} | null | undefined)[] | {
|
|
71
|
+
[x: string]: any;
|
|
72
|
+
} | null | undefined)[] | {
|
|
73
|
+
[x: string]: any;
|
|
74
|
+
} | null | undefined)[] | {
|
|
75
|
+
[x: string]: any;
|
|
76
|
+
} | null | undefined)[] | {
|
|
77
|
+
[x: string]: any;
|
|
78
|
+
} | null | undefined)[] | {
|
|
79
|
+
[x: string]: any;
|
|
80
|
+
} | null | undefined)[] | {
|
|
81
|
+
[x: string]: any;
|
|
82
|
+
} | null | undefined)[] | {
|
|
83
|
+
[x: string]: any;
|
|
84
|
+
} | null | undefined)[] | {
|
|
85
|
+
[x: string]: any;
|
|
86
|
+
} | null | undefined)[] | {
|
|
87
|
+
[x: string]: any;
|
|
88
|
+
} | null | undefined;
|
|
89
|
+
className?: undefined;
|
|
90
|
+
} | {
|
|
91
|
+
class?: undefined;
|
|
92
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
93
|
+
[x: string]: any;
|
|
94
|
+
} | null | undefined)[] | {
|
|
95
|
+
[x: string]: any;
|
|
96
|
+
} | null | undefined)[] | {
|
|
97
|
+
[x: string]: any;
|
|
98
|
+
} | null | undefined)[] | {
|
|
99
|
+
[x: string]: any;
|
|
100
|
+
} | null | undefined)[] | {
|
|
101
|
+
[x: string]: any;
|
|
102
|
+
} | null | undefined)[] | {
|
|
103
|
+
[x: string]: any;
|
|
104
|
+
} | null | undefined)[] | {
|
|
105
|
+
[x: string]: any;
|
|
106
|
+
} | null | undefined)[] | {
|
|
107
|
+
[x: string]: any;
|
|
108
|
+
} | null | undefined)[] | {
|
|
109
|
+
[x: string]: any;
|
|
110
|
+
} | null | undefined)[] | {
|
|
111
|
+
[x: string]: any;
|
|
112
|
+
} | null | undefined)[] | {
|
|
113
|
+
[x: string]: any;
|
|
114
|
+
} | null | undefined)[] | {
|
|
115
|
+
[x: string]: any;
|
|
116
|
+
} | null | undefined;
|
|
117
|
+
})) | undefined) => string;
|
|
118
|
+
declare const iconButtonSizes: (props?: ({
|
|
119
|
+
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
120
|
+
} & ({
|
|
121
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
122
|
+
[x: string]: any;
|
|
123
|
+
} | null | undefined)[] | {
|
|
124
|
+
[x: string]: any;
|
|
125
|
+
} | null | undefined)[] | {
|
|
126
|
+
[x: string]: any;
|
|
127
|
+
} | null | undefined)[] | {
|
|
128
|
+
[x: string]: any;
|
|
129
|
+
} | null | undefined)[] | {
|
|
130
|
+
[x: string]: any;
|
|
131
|
+
} | null | undefined)[] | {
|
|
132
|
+
[x: string]: any;
|
|
133
|
+
} | null | undefined)[] | {
|
|
134
|
+
[x: string]: any;
|
|
135
|
+
} | null | undefined)[] | {
|
|
136
|
+
[x: string]: any;
|
|
137
|
+
} | null | undefined)[] | {
|
|
138
|
+
[x: string]: any;
|
|
139
|
+
} | null | undefined)[] | {
|
|
140
|
+
[x: string]: any;
|
|
141
|
+
} | null | undefined)[] | {
|
|
142
|
+
[x: string]: any;
|
|
143
|
+
} | null | undefined)[] | {
|
|
144
|
+
[x: string]: any;
|
|
145
|
+
} | null | undefined;
|
|
146
|
+
className?: undefined;
|
|
147
|
+
} | {
|
|
148
|
+
class?: undefined;
|
|
149
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
150
|
+
[x: string]: any;
|
|
151
|
+
} | null | undefined)[] | {
|
|
152
|
+
[x: string]: any;
|
|
153
|
+
} | null | undefined)[] | {
|
|
154
|
+
[x: string]: any;
|
|
155
|
+
} | null | undefined)[] | {
|
|
156
|
+
[x: string]: any;
|
|
157
|
+
} | null | undefined)[] | {
|
|
158
|
+
[x: string]: any;
|
|
159
|
+
} | null | undefined)[] | {
|
|
160
|
+
[x: string]: any;
|
|
161
|
+
} | null | undefined)[] | {
|
|
162
|
+
[x: string]: any;
|
|
163
|
+
} | null | undefined)[] | {
|
|
164
|
+
[x: string]: any;
|
|
165
|
+
} | null | undefined)[] | {
|
|
166
|
+
[x: string]: any;
|
|
167
|
+
} | null | undefined)[] | {
|
|
168
|
+
[x: string]: any;
|
|
169
|
+
} | null | undefined)[] | {
|
|
170
|
+
[x: string]: any;
|
|
171
|
+
} | null | undefined)[] | {
|
|
172
|
+
[x: string]: any;
|
|
173
|
+
} | null | undefined;
|
|
174
|
+
})) | undefined) => string;
|
|
175
|
+
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants>, VariantProps<typeof buttonSizes> {
|
|
176
|
+
icon?: boolean;
|
|
177
|
+
isLoading?: boolean;
|
|
178
|
+
asChild?: boolean;
|
|
179
|
+
}
|
|
180
|
+
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
181
|
+
|
|
182
|
+
export { Button, type ButtonProps, buttonSizes, buttonVariants, iconButtonSizes };
|
|
@@ -1,5 +1,182 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { VariantProps } from 'cva';
|
|
3
|
+
|
|
4
|
+
declare const buttonVariants: (props?: ({
|
|
5
|
+
variant?: "primary" | "secondary" | "tertiary" | "outline" | "outlineBlue" | "destructive" | "ghostBlue" | "ghostRed" | "ghostGray" | "roundedFill" | "roundedGlass" | undefined;
|
|
6
|
+
} & ({
|
|
7
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
8
|
+
[x: string]: any;
|
|
9
|
+
} | null | undefined)[] | {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
} | null | undefined)[] | {
|
|
12
|
+
[x: string]: any;
|
|
13
|
+
} | null | undefined)[] | {
|
|
14
|
+
[x: string]: any;
|
|
15
|
+
} | null | undefined)[] | {
|
|
16
|
+
[x: string]: any;
|
|
17
|
+
} | null | undefined)[] | {
|
|
18
|
+
[x: string]: any;
|
|
19
|
+
} | null | undefined)[] | {
|
|
20
|
+
[x: string]: any;
|
|
21
|
+
} | null | undefined)[] | {
|
|
22
|
+
[x: string]: any;
|
|
23
|
+
} | null | undefined)[] | {
|
|
24
|
+
[x: string]: any;
|
|
25
|
+
} | null | undefined)[] | {
|
|
26
|
+
[x: string]: any;
|
|
27
|
+
} | null | undefined)[] | {
|
|
28
|
+
[x: string]: any;
|
|
29
|
+
} | null | undefined)[] | {
|
|
30
|
+
[x: string]: any;
|
|
31
|
+
} | null | undefined;
|
|
32
|
+
className?: undefined;
|
|
33
|
+
} | {
|
|
34
|
+
class?: undefined;
|
|
35
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
36
|
+
[x: string]: any;
|
|
37
|
+
} | null | undefined)[] | {
|
|
38
|
+
[x: string]: any;
|
|
39
|
+
} | null | undefined)[] | {
|
|
40
|
+
[x: string]: any;
|
|
41
|
+
} | null | undefined)[] | {
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
} | null | undefined)[] | {
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
} | null | undefined)[] | {
|
|
46
|
+
[x: string]: any;
|
|
47
|
+
} | null | undefined)[] | {
|
|
48
|
+
[x: string]: any;
|
|
49
|
+
} | null | undefined)[] | {
|
|
50
|
+
[x: string]: any;
|
|
51
|
+
} | null | undefined)[] | {
|
|
52
|
+
[x: string]: any;
|
|
53
|
+
} | null | undefined)[] | {
|
|
54
|
+
[x: string]: any;
|
|
55
|
+
} | null | undefined)[] | {
|
|
56
|
+
[x: string]: any;
|
|
57
|
+
} | null | undefined)[] | {
|
|
58
|
+
[x: string]: any;
|
|
59
|
+
} | null | undefined;
|
|
60
|
+
})) | undefined) => string;
|
|
61
|
+
declare const buttonSizes: (props?: ({
|
|
62
|
+
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
63
|
+
} & ({
|
|
64
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
65
|
+
[x: string]: any;
|
|
66
|
+
} | null | undefined)[] | {
|
|
67
|
+
[x: string]: any;
|
|
68
|
+
} | null | undefined)[] | {
|
|
69
|
+
[x: string]: any;
|
|
70
|
+
} | null | undefined)[] | {
|
|
71
|
+
[x: string]: any;
|
|
72
|
+
} | null | undefined)[] | {
|
|
73
|
+
[x: string]: any;
|
|
74
|
+
} | null | undefined)[] | {
|
|
75
|
+
[x: string]: any;
|
|
76
|
+
} | null | undefined)[] | {
|
|
77
|
+
[x: string]: any;
|
|
78
|
+
} | null | undefined)[] | {
|
|
79
|
+
[x: string]: any;
|
|
80
|
+
} | null | undefined)[] | {
|
|
81
|
+
[x: string]: any;
|
|
82
|
+
} | null | undefined)[] | {
|
|
83
|
+
[x: string]: any;
|
|
84
|
+
} | null | undefined)[] | {
|
|
85
|
+
[x: string]: any;
|
|
86
|
+
} | null | undefined)[] | {
|
|
87
|
+
[x: string]: any;
|
|
88
|
+
} | null | undefined;
|
|
89
|
+
className?: undefined;
|
|
90
|
+
} | {
|
|
91
|
+
class?: undefined;
|
|
92
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
93
|
+
[x: string]: any;
|
|
94
|
+
} | null | undefined)[] | {
|
|
95
|
+
[x: string]: any;
|
|
96
|
+
} | null | undefined)[] | {
|
|
97
|
+
[x: string]: any;
|
|
98
|
+
} | null | undefined)[] | {
|
|
99
|
+
[x: string]: any;
|
|
100
|
+
} | null | undefined)[] | {
|
|
101
|
+
[x: string]: any;
|
|
102
|
+
} | null | undefined)[] | {
|
|
103
|
+
[x: string]: any;
|
|
104
|
+
} | null | undefined)[] | {
|
|
105
|
+
[x: string]: any;
|
|
106
|
+
} | null | undefined)[] | {
|
|
107
|
+
[x: string]: any;
|
|
108
|
+
} | null | undefined)[] | {
|
|
109
|
+
[x: string]: any;
|
|
110
|
+
} | null | undefined)[] | {
|
|
111
|
+
[x: string]: any;
|
|
112
|
+
} | null | undefined)[] | {
|
|
113
|
+
[x: string]: any;
|
|
114
|
+
} | null | undefined)[] | {
|
|
115
|
+
[x: string]: any;
|
|
116
|
+
} | null | undefined;
|
|
117
|
+
})) | undefined) => string;
|
|
118
|
+
declare const iconButtonSizes: (props?: ({
|
|
119
|
+
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
120
|
+
} & ({
|
|
121
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
122
|
+
[x: string]: any;
|
|
123
|
+
} | null | undefined)[] | {
|
|
124
|
+
[x: string]: any;
|
|
125
|
+
} | null | undefined)[] | {
|
|
126
|
+
[x: string]: any;
|
|
127
|
+
} | null | undefined)[] | {
|
|
128
|
+
[x: string]: any;
|
|
129
|
+
} | null | undefined)[] | {
|
|
130
|
+
[x: string]: any;
|
|
131
|
+
} | null | undefined)[] | {
|
|
132
|
+
[x: string]: any;
|
|
133
|
+
} | null | undefined)[] | {
|
|
134
|
+
[x: string]: any;
|
|
135
|
+
} | null | undefined)[] | {
|
|
136
|
+
[x: string]: any;
|
|
137
|
+
} | null | undefined)[] | {
|
|
138
|
+
[x: string]: any;
|
|
139
|
+
} | null | undefined)[] | {
|
|
140
|
+
[x: string]: any;
|
|
141
|
+
} | null | undefined)[] | {
|
|
142
|
+
[x: string]: any;
|
|
143
|
+
} | null | undefined)[] | {
|
|
144
|
+
[x: string]: any;
|
|
145
|
+
} | null | undefined;
|
|
146
|
+
className?: undefined;
|
|
147
|
+
} | {
|
|
148
|
+
class?: undefined;
|
|
149
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
150
|
+
[x: string]: any;
|
|
151
|
+
} | null | undefined)[] | {
|
|
152
|
+
[x: string]: any;
|
|
153
|
+
} | null | undefined)[] | {
|
|
154
|
+
[x: string]: any;
|
|
155
|
+
} | null | undefined)[] | {
|
|
156
|
+
[x: string]: any;
|
|
157
|
+
} | null | undefined)[] | {
|
|
158
|
+
[x: string]: any;
|
|
159
|
+
} | null | undefined)[] | {
|
|
160
|
+
[x: string]: any;
|
|
161
|
+
} | null | undefined)[] | {
|
|
162
|
+
[x: string]: any;
|
|
163
|
+
} | null | undefined)[] | {
|
|
164
|
+
[x: string]: any;
|
|
165
|
+
} | null | undefined)[] | {
|
|
166
|
+
[x: string]: any;
|
|
167
|
+
} | null | undefined)[] | {
|
|
168
|
+
[x: string]: any;
|
|
169
|
+
} | null | undefined)[] | {
|
|
170
|
+
[x: string]: any;
|
|
171
|
+
} | null | undefined)[] | {
|
|
172
|
+
[x: string]: any;
|
|
173
|
+
} | null | undefined;
|
|
174
|
+
})) | undefined) => string;
|
|
175
|
+
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants>, VariantProps<typeof buttonSizes> {
|
|
176
|
+
icon?: boolean;
|
|
177
|
+
isLoading?: boolean;
|
|
178
|
+
asChild?: boolean;
|
|
179
|
+
}
|
|
180
|
+
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
181
|
+
|
|
182
|
+
export { Button, type ButtonProps, buttonSizes, buttonVariants, iconButtonSizes };
|
|
@@ -123,16 +123,17 @@ var buttonVariants = (0, import_cva.cva)({
|
|
|
123
123
|
base: "inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium ring-offset-background transition-colors relative focus-visible:outline-none focus-visible:ring-2 disabled:select-none disabled:pointer-events-none disabled:opacity-40",
|
|
124
124
|
variants: {
|
|
125
125
|
variant: {
|
|
126
|
-
primary: "bg-blue-700 text-white hover:bg-blue-800 active:bg-blue-900 focus-visible:ring-blue-1000",
|
|
127
|
-
secondary: "bg-gray-50 text-
|
|
128
|
-
tertiary: "bg-gray-50 text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
129
|
-
outline: "bg-white ring-1 ring-offset-0 ring-gray-200
|
|
130
|
-
outlineBlue: "bg-transparent ring-1 ring-inset ring-offset-0 ring-blue-700
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
126
|
+
primary: "bg-blue-700 text-white [&>svg]:text-white dark:text-black [&>svg]:dark:text-black hover:bg-blue-800 active:bg-blue-900 focus-visible:ring-blue-1000",
|
|
127
|
+
secondary: "bg-gray-50 text-black [&>svg]:text-black hover:bg-gray-100 active:bg-gray-500 focus-visible:ring-black",
|
|
128
|
+
tertiary: "bg-gray-50 text-blue-700 [&>svg]:text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
129
|
+
outline: "bg-white text-black [&>svg]:text-black ring-1 ring-offset-0 ring-gray-200 hover:bg-gray-50 active:bg-gray-200 focus-visible:ring-black",
|
|
130
|
+
outlineBlue: "bg-transparent text-blue-700 [&>svg]:text-blue-700 ring-1 ring-inset ring-offset-0 ring-blue-700 hover:bg-blue-50 active:bg-blue-200 focus-visible:ring-blue-700 ",
|
|
131
|
+
destructive: "bg-red-700 text-white [&>svg]:text-white dark:text-black [&>svg]:dark:text-black hover:bg-red-800 active:bg-red-900 focus-visible:ring-red-1000",
|
|
132
|
+
ghostBlue: "bg-transparent text-blue-700 [&>svg]:text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
133
|
+
ghostRed: "bg-transparent text-red-700 [&>svg]:text-red-700 hover:bg-red-100 active:bg-red-200 focus-visible:ring-red-700",
|
|
134
|
+
ghostGray: "bg-transparent text-black [&>svg]:text-black hover:bg-gray-100 active:bg-gray-200 focus-visible:ring-black",
|
|
135
|
+
roundedFill: "rounded-2xl text-black [&>svg]:text-black bg-gray-200 active:bg-gray-300 border-2 border-gray-400 hover:border-gray-600",
|
|
136
|
+
roundedGlass: "rounded-2xl text-black [&>svg]:text-black bg-gray-100/50 hover:bg-gray-100/75 active:bg-gray-100 backdrop-blur-[20px]"
|
|
136
137
|
}
|
|
137
138
|
},
|
|
138
139
|
defaultVariants: {
|
|
@@ -3,9 +3,7 @@ import {
|
|
|
3
3
|
buttonSizes,
|
|
4
4
|
buttonVariants,
|
|
5
5
|
iconButtonSizes
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-REC5TG6U.mjs";
|
|
8
|
-
import "../../chunk-VOEUAKL5.mjs";
|
|
6
|
+
} from "../../chunk-O46NQFTB.mjs";
|
|
9
7
|
import "../../chunk-BOWIL6WZ.mjs";
|
|
10
8
|
export {
|
|
11
9
|
Button,
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { DayPicker } from 'react-day-picker';
|
|
4
|
+
export { DateRange } from 'react-day-picker';
|
|
5
|
+
|
|
6
|
+
type CalendarProps = React.ComponentProps<typeof DayPicker>;
|
|
7
|
+
declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare namespace Calendar {
|
|
9
|
+
var displayName: string;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export { Calendar };
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { DayPicker } from 'react-day-picker';
|
|
4
|
+
export { DateRange } from 'react-day-picker';
|
|
5
|
+
|
|
6
|
+
type CalendarProps = React.ComponentProps<typeof DayPicker>;
|
|
7
|
+
declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare namespace Calendar {
|
|
9
|
+
var displayName: string;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export { Calendar };
|
|
@@ -130,6 +130,18 @@ var ChevronRightIcon = (0, import_react2.forwardRef)(
|
|
|
130
130
|
}
|
|
131
131
|
);
|
|
132
132
|
|
|
133
|
+
// src/utils/cn.ts
|
|
134
|
+
var import_clsx = require("clsx");
|
|
135
|
+
var import_tailwind_merge = require("tailwind-merge");
|
|
136
|
+
function cn(...inputs) {
|
|
137
|
+
return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// src/components/Button/Button.tsx
|
|
141
|
+
var React = __toESM(require("react"));
|
|
142
|
+
var import_react_slot = require("@radix-ui/react-slot");
|
|
143
|
+
var import_cva = require("cva");
|
|
144
|
+
|
|
133
145
|
// src/icons/spinner.tsx
|
|
134
146
|
var import_react3 = require("react");
|
|
135
147
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
@@ -169,32 +181,23 @@ var SpinnerIcon = (0, import_react3.forwardRef)(
|
|
|
169
181
|
}
|
|
170
182
|
);
|
|
171
183
|
|
|
172
|
-
// src/utils/cn.ts
|
|
173
|
-
var import_clsx = require("clsx");
|
|
174
|
-
var import_tailwind_merge = require("tailwind-merge");
|
|
175
|
-
function cn(...inputs) {
|
|
176
|
-
return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
|
|
177
|
-
}
|
|
178
|
-
|
|
179
184
|
// src/components/Button/Button.tsx
|
|
180
|
-
var React = __toESM(require("react"));
|
|
181
|
-
var import_react_slot = require("@radix-ui/react-slot");
|
|
182
|
-
var import_cva = require("cva");
|
|
183
185
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
184
186
|
var buttonVariants = (0, import_cva.cva)({
|
|
185
187
|
base: "inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium ring-offset-background transition-colors relative focus-visible:outline-none focus-visible:ring-2 disabled:select-none disabled:pointer-events-none disabled:opacity-40",
|
|
186
188
|
variants: {
|
|
187
189
|
variant: {
|
|
188
|
-
primary: "bg-blue-700 text-white hover:bg-blue-800 active:bg-blue-900 focus-visible:ring-blue-1000",
|
|
189
|
-
secondary: "bg-gray-50 text-
|
|
190
|
-
tertiary: "bg-gray-50 text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
191
|
-
outline: "bg-white ring-1 ring-offset-0 ring-gray-200
|
|
192
|
-
outlineBlue: "bg-transparent ring-1 ring-inset ring-offset-0 ring-blue-700
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
190
|
+
primary: "bg-blue-700 text-white [&>svg]:text-white dark:text-black [&>svg]:dark:text-black hover:bg-blue-800 active:bg-blue-900 focus-visible:ring-blue-1000",
|
|
191
|
+
secondary: "bg-gray-50 text-black [&>svg]:text-black hover:bg-gray-100 active:bg-gray-500 focus-visible:ring-black",
|
|
192
|
+
tertiary: "bg-gray-50 text-blue-700 [&>svg]:text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
193
|
+
outline: "bg-white text-black [&>svg]:text-black ring-1 ring-offset-0 ring-gray-200 hover:bg-gray-50 active:bg-gray-200 focus-visible:ring-black",
|
|
194
|
+
outlineBlue: "bg-transparent text-blue-700 [&>svg]:text-blue-700 ring-1 ring-inset ring-offset-0 ring-blue-700 hover:bg-blue-50 active:bg-blue-200 focus-visible:ring-blue-700 ",
|
|
195
|
+
destructive: "bg-red-700 text-white [&>svg]:text-white dark:text-black [&>svg]:dark:text-black hover:bg-red-800 active:bg-red-900 focus-visible:ring-red-1000",
|
|
196
|
+
ghostBlue: "bg-transparent text-blue-700 [&>svg]:text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
197
|
+
ghostRed: "bg-transparent text-red-700 [&>svg]:text-red-700 hover:bg-red-100 active:bg-red-200 focus-visible:ring-red-700",
|
|
198
|
+
ghostGray: "bg-transparent text-black [&>svg]:text-black hover:bg-gray-100 active:bg-gray-200 focus-visible:ring-black",
|
|
199
|
+
roundedFill: "rounded-2xl text-black [&>svg]:text-black bg-gray-200 active:bg-gray-300 border-2 border-gray-400 hover:border-gray-600",
|
|
200
|
+
roundedGlass: "rounded-2xl text-black [&>svg]:text-black bg-gray-100/50 hover:bg-gray-100/75 active:bg-gray-100 backdrop-blur-[20px]"
|
|
198
201
|
}
|
|
199
202
|
},
|
|
200
203
|
defaultVariants: {
|
|
@@ -306,7 +309,7 @@ function Calendar(_a) {
|
|
|
306
309
|
month: "space-y-4",
|
|
307
310
|
months: "flex flex-col sm:flex-row relative",
|
|
308
311
|
month_caption: "flex justify-center pt-1 items-center",
|
|
309
|
-
caption_label: "text-sm font-medium",
|
|
312
|
+
caption_label: "text-sm font-medium text-black",
|
|
310
313
|
nav: "space-x-1 flex items-center",
|
|
311
314
|
button_previous: cn(
|
|
312
315
|
buttonVariants({ variant: "outline" }),
|
|
@@ -326,11 +329,11 @@ function Calendar(_a) {
|
|
|
326
329
|
"relative p-0 text-center text-sm focus-within:relative focus-within:z-20 aria-selected:bg-blue-100 aria-selected:[&.day-outside]:bg-blue-100/50",
|
|
327
330
|
props.mode === "range" ? "[&.day-range-end]:rounded-r-md [&.day-range-start]:rounded-l-md aria-selected:[&.day-range-end]:rounded-r-md first:aria-selected:rounded-l-md last:aria-selected:rounded-r-md" : "aria-selected:rounded-md"
|
|
328
331
|
),
|
|
329
|
-
day_button: "h-8 w-8 p-0 cursor-pointer rounded-md",
|
|
332
|
+
day_button: "h-8 w-8 p-0 cursor-pointer rounded-md text-black",
|
|
330
333
|
range_start: "day-range-start",
|
|
331
334
|
range_middle: "day-range-middle *:aria-selected:bg-blue-100 *:aria-selected:text-blue-700",
|
|
332
335
|
range_end: "day-range-end",
|
|
333
|
-
selected: "day-selected *:bg-blue-700 *:text-white *:hover:bg-blue-700 *:hover:text-white *:focus:bg-blue-700 *:focus:text-white-
|
|
336
|
+
selected: "day-selected *:bg-blue-700 *:text-white dark:*:text-black *:hover:bg-blue-700 *:hover:text-white dark:*:hover:text-black *:focus:bg-blue-700 *:focus:text-white dark:*:focus:text-black *:opacity-100",
|
|
334
337
|
outside: "text-gray-700 opacity-50",
|
|
335
338
|
disabled: "text-gray-700 opacity-50",
|
|
336
339
|
hidden: "invisible"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
} from "../../chunk-BDGP7V4I.mjs";
|
|
2
|
+
ChevronLeftIcon
|
|
3
|
+
} from "../../chunk-RUGV2ZRC.mjs";
|
|
5
4
|
import {
|
|
6
|
-
ChevronLeftIcon,
|
|
7
5
|
ChevronRightIcon
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import
|
|
6
|
+
} from "../../chunk-M7XGO7VL.mjs";
|
|
7
|
+
import {
|
|
8
|
+
buttonVariants,
|
|
9
|
+
iconButtonSizes
|
|
10
|
+
} from "../../chunk-O46NQFTB.mjs";
|
|
10
11
|
import {
|
|
11
12
|
__objRest,
|
|
12
13
|
__spreadValues,
|
|
@@ -36,7 +37,7 @@ function Calendar(_a) {
|
|
|
36
37
|
month: "space-y-4",
|
|
37
38
|
months: "flex flex-col sm:flex-row relative",
|
|
38
39
|
month_caption: "flex justify-center pt-1 items-center",
|
|
39
|
-
caption_label: "text-sm font-medium",
|
|
40
|
+
caption_label: "text-sm font-medium text-black",
|
|
40
41
|
nav: "space-x-1 flex items-center",
|
|
41
42
|
button_previous: cn(
|
|
42
43
|
buttonVariants({ variant: "outline" }),
|
|
@@ -56,11 +57,11 @@ function Calendar(_a) {
|
|
|
56
57
|
"relative p-0 text-center text-sm focus-within:relative focus-within:z-20 aria-selected:bg-blue-100 aria-selected:[&.day-outside]:bg-blue-100/50",
|
|
57
58
|
props.mode === "range" ? "[&.day-range-end]:rounded-r-md [&.day-range-start]:rounded-l-md aria-selected:[&.day-range-end]:rounded-r-md first:aria-selected:rounded-l-md last:aria-selected:rounded-r-md" : "aria-selected:rounded-md"
|
|
58
59
|
),
|
|
59
|
-
day_button: "h-8 w-8 p-0 cursor-pointer rounded-md",
|
|
60
|
+
day_button: "h-8 w-8 p-0 cursor-pointer rounded-md text-black",
|
|
60
61
|
range_start: "day-range-start",
|
|
61
62
|
range_middle: "day-range-middle *:aria-selected:bg-blue-100 *:aria-selected:text-blue-700",
|
|
62
63
|
range_end: "day-range-end",
|
|
63
|
-
selected: "day-selected *:bg-blue-700 *:text-white *:hover:bg-blue-700 *:hover:text-white *:focus:bg-blue-700 *:focus:text-white-
|
|
64
|
+
selected: "day-selected *:bg-blue-700 *:text-white dark:*:text-black *:hover:bg-blue-700 *:hover:text-white dark:*:hover:text-black *:focus:bg-blue-700 *:focus:text-white dark:*:focus:text-black *:opacity-100",
|
|
64
65
|
outside: "text-gray-700 opacity-50",
|
|
65
66
|
disabled: "text-gray-700 opacity-50",
|
|
66
67
|
hidden: "invisible"
|
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { ButtonProps } from '../Button/index.mjs';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
4
|
+
import 'cva';
|
|
5
|
+
|
|
6
|
+
type CarouselApi = UseEmblaCarouselType[1];
|
|
7
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
8
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
9
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
10
|
+
type CarouselProps = {
|
|
11
|
+
opts?: CarouselOptions;
|
|
12
|
+
plugins?: CarouselPlugin;
|
|
13
|
+
orientation?: 'horizontal' | 'vertical';
|
|
14
|
+
setApi?: (api: CarouselApi) => void;
|
|
15
|
+
};
|
|
16
|
+
declare const Carousel: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & CarouselProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
declare const CarouselContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
declare const CarouselItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
declare const CarouselPrevious: React.ForwardRefExoticComponent<Omit<ButtonProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
20
|
+
declare const CarouselNext: React.ForwardRefExoticComponent<Omit<ButtonProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
21
|
+
|
|
22
|
+
export { Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious };
|
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { ButtonProps } from '../Button/index.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
4
|
+
import 'cva';
|
|
5
|
+
|
|
6
|
+
type CarouselApi = UseEmblaCarouselType[1];
|
|
7
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
8
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
9
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
10
|
+
type CarouselProps = {
|
|
11
|
+
opts?: CarouselOptions;
|
|
12
|
+
plugins?: CarouselPlugin;
|
|
13
|
+
orientation?: 'horizontal' | 'vertical';
|
|
14
|
+
setApi?: (api: CarouselApi) => void;
|
|
15
|
+
};
|
|
16
|
+
declare const Carousel: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & CarouselProps & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
declare const CarouselContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
declare const CarouselItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
declare const CarouselPrevious: React.ForwardRefExoticComponent<Omit<ButtonProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
20
|
+
declare const CarouselNext: React.ForwardRefExoticComponent<Omit<ButtonProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
21
|
+
|
|
22
|
+
export { Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious };
|