@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,7 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ChevronSelectorVerticalIcon
|
|
3
|
-
} from "../../chunk-REC5TG6U.mjs";
|
|
4
|
-
import "../../chunk-VOEUAKL5.mjs";
|
|
5
1
|
import {
|
|
6
2
|
__objRest,
|
|
7
3
|
__spreadProps,
|
|
@@ -12,7 +8,41 @@ import {
|
|
|
12
8
|
// src/components/Select/Select.tsx
|
|
13
9
|
import * as React from "react";
|
|
14
10
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
15
|
-
|
|
11
|
+
|
|
12
|
+
// src/icons/chevronSelectorVertical.tsx
|
|
13
|
+
import { forwardRef } from "react";
|
|
14
|
+
import { jsx } from "react/jsx-runtime";
|
|
15
|
+
var ChevronSelectorVerticalIcon = forwardRef(
|
|
16
|
+
function ChevronSelectorVerticalIcon2(_a, ref) {
|
|
17
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
18
|
+
return /* @__PURE__ */ jsx(
|
|
19
|
+
"svg",
|
|
20
|
+
__spreadProps(__spreadValues({
|
|
21
|
+
ref,
|
|
22
|
+
width: size,
|
|
23
|
+
height: size,
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
className
|
|
28
|
+
}, other), {
|
|
29
|
+
children: /* @__PURE__ */ jsx(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M7 15L12 20L17 15M7 9L12 4L17 9",
|
|
33
|
+
stroke: "currentColor",
|
|
34
|
+
strokeWidth: "2",
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round"
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
})
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
);
|
|
43
|
+
|
|
44
|
+
// src/components/Select/Select.tsx
|
|
45
|
+
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
16
46
|
var Select = SelectPrimitive.Root;
|
|
17
47
|
var SelectGroup = SelectPrimitive.Group;
|
|
18
48
|
var SelectValue = SelectPrimitive.Value;
|
|
@@ -24,7 +54,7 @@ var SelectTrigger = React.forwardRef((_a, ref) => {
|
|
|
24
54
|
__spreadProps(__spreadValues({
|
|
25
55
|
ref,
|
|
26
56
|
className: cn(
|
|
27
|
-
"flex gap-2 h-9 w-full px-3 py-2 text-sm outline-none text-
|
|
57
|
+
"flex gap-2 h-9 w-full px-3 py-2 text-sm outline-none text-black placeholder:text-gray-700 rounded-md border border-gray-200 bg-white [.dark-theme_&]:bg-gray-50 focus-within:outline focus-within:outline-[2px] focus-within:outline-blue-300 focus-within:outline-offset-[2px] items-center justify-between",
|
|
28
58
|
{ "cursor-not-allowed opacity-50": isDisabled },
|
|
29
59
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
30
60
|
// when the disabled attr is set by reference
|
|
@@ -36,7 +66,7 @@ var SelectTrigger = React.forwardRef((_a, ref) => {
|
|
|
36
66
|
}, props), {
|
|
37
67
|
children: [
|
|
38
68
|
children,
|
|
39
|
-
/* @__PURE__ */
|
|
69
|
+
/* @__PURE__ */ jsx2(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx2(ChevronSelectorVerticalIcon, { size: "16", className: "w-4 h-4 opacity-50" }) })
|
|
40
70
|
]
|
|
41
71
|
})
|
|
42
72
|
);
|
|
@@ -44,7 +74,7 @@ var SelectTrigger = React.forwardRef((_a, ref) => {
|
|
|
44
74
|
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
45
75
|
var SelectContent = React.forwardRef((_a, ref) => {
|
|
46
76
|
var _b = _a, { className, children, position = "popper" } = _b, props = __objRest(_b, ["className", "children", "position"]);
|
|
47
|
-
return /* @__PURE__ */
|
|
77
|
+
return /* @__PURE__ */ jsx2(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsx2(
|
|
48
78
|
SelectPrimitive.Content,
|
|
49
79
|
__spreadProps(__spreadValues({
|
|
50
80
|
ref,
|
|
@@ -55,7 +85,7 @@ var SelectContent = React.forwardRef((_a, ref) => {
|
|
|
55
85
|
),
|
|
56
86
|
position
|
|
57
87
|
}, props), {
|
|
58
|
-
children: /* @__PURE__ */
|
|
88
|
+
children: /* @__PURE__ */ jsx2(
|
|
59
89
|
SelectPrimitive.Viewport,
|
|
60
90
|
{
|
|
61
91
|
className: cn(
|
|
@@ -71,34 +101,34 @@ var SelectContent = React.forwardRef((_a, ref) => {
|
|
|
71
101
|
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
72
102
|
var SelectLabel = React.forwardRef((_a, ref) => {
|
|
73
103
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
74
|
-
return /* @__PURE__ */
|
|
104
|
+
return /* @__PURE__ */ jsx2(
|
|
75
105
|
SelectPrimitive.Label,
|
|
76
106
|
__spreadValues({
|
|
77
107
|
ref,
|
|
78
|
-
className: cn("px-2 py-1.5 text-sm font-medium text-
|
|
108
|
+
className: cn("px-2 py-1.5 text-sm font-medium text-black", className)
|
|
79
109
|
}, props)
|
|
80
110
|
);
|
|
81
111
|
});
|
|
82
112
|
SelectLabel.displayName = SelectPrimitive.Label.displayName;
|
|
83
113
|
var SelectItem = React.forwardRef((_a, ref) => {
|
|
84
114
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
85
|
-
return /* @__PURE__ */
|
|
115
|
+
return /* @__PURE__ */ jsx2(
|
|
86
116
|
SelectPrimitive.Item,
|
|
87
117
|
__spreadProps(__spreadValues({
|
|
88
118
|
ref,
|
|
89
119
|
className: cn(
|
|
90
|
-
"flex w-full cursor-default select-none items-center rounded-md py-1.5 px-2 text-
|
|
120
|
+
"flex w-full cursor-default select-none items-center rounded-md py-1.5 px-2 text-black text-sm outline-none hover:bg-gray-50 active:bg-gray-100 focus:bg-gray-100 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[state=checked]:bg-gray-50",
|
|
91
121
|
className
|
|
92
122
|
)
|
|
93
123
|
}, props), {
|
|
94
|
-
children: /* @__PURE__ */
|
|
124
|
+
children: /* @__PURE__ */ jsx2(SelectPrimitive.ItemText, { children })
|
|
95
125
|
})
|
|
96
126
|
);
|
|
97
127
|
});
|
|
98
128
|
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
99
129
|
var SelectSeparator = React.forwardRef((_a, ref) => {
|
|
100
130
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
101
|
-
return /* @__PURE__ */
|
|
131
|
+
return /* @__PURE__ */ jsx2(
|
|
102
132
|
SelectPrimitive.Separator,
|
|
103
133
|
__spreadValues({
|
|
104
134
|
ref,
|
|
@@ -1,7 +1,79 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
4
|
+
import { VariantProps } from 'cva';
|
|
5
|
+
|
|
6
|
+
declare const Sheet: React.FC<SheetPrimitive.DialogProps>;
|
|
7
|
+
declare const SheetTrigger: React.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
declare const SheetClose: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const sheetVariants: (props?: ({
|
|
10
|
+
side?: "top" | "bottom" | "left" | "right" | undefined;
|
|
11
|
+
} & ({
|
|
12
|
+
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 | {
|
|
13
|
+
[x: string]: any;
|
|
14
|
+
} | null | undefined)[] | {
|
|
15
|
+
[x: string]: any;
|
|
16
|
+
} | null | undefined)[] | {
|
|
17
|
+
[x: string]: any;
|
|
18
|
+
} | null | undefined)[] | {
|
|
19
|
+
[x: string]: any;
|
|
20
|
+
} | null | undefined)[] | {
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
} | null | undefined)[] | {
|
|
23
|
+
[x: string]: any;
|
|
24
|
+
} | null | undefined)[] | {
|
|
25
|
+
[x: string]: any;
|
|
26
|
+
} | null | undefined)[] | {
|
|
27
|
+
[x: string]: any;
|
|
28
|
+
} | null | undefined)[] | {
|
|
29
|
+
[x: string]: any;
|
|
30
|
+
} | null | undefined)[] | {
|
|
31
|
+
[x: string]: any;
|
|
32
|
+
} | null | undefined)[] | {
|
|
33
|
+
[x: string]: any;
|
|
34
|
+
} | null | undefined)[] | {
|
|
35
|
+
[x: string]: any;
|
|
36
|
+
} | null | undefined;
|
|
37
|
+
className?: undefined;
|
|
38
|
+
} | {
|
|
39
|
+
class?: undefined;
|
|
40
|
+
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 | {
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
} | null | undefined)[] | {
|
|
43
|
+
[x: string]: any;
|
|
44
|
+
} | null | undefined)[] | {
|
|
45
|
+
[x: string]: any;
|
|
46
|
+
} | null | undefined)[] | {
|
|
47
|
+
[x: string]: any;
|
|
48
|
+
} | null | undefined)[] | {
|
|
49
|
+
[x: string]: any;
|
|
50
|
+
} | null | undefined)[] | {
|
|
51
|
+
[x: string]: any;
|
|
52
|
+
} | null | undefined)[] | {
|
|
53
|
+
[x: string]: any;
|
|
54
|
+
} | null | undefined)[] | {
|
|
55
|
+
[x: string]: any;
|
|
56
|
+
} | null | undefined)[] | {
|
|
57
|
+
[x: string]: any;
|
|
58
|
+
} | null | undefined)[] | {
|
|
59
|
+
[x: string]: any;
|
|
60
|
+
} | null | undefined)[] | {
|
|
61
|
+
[x: string]: any;
|
|
62
|
+
} | null | undefined)[] | {
|
|
63
|
+
[x: string]: any;
|
|
64
|
+
} | null | undefined;
|
|
65
|
+
})) | undefined) => string;
|
|
66
|
+
interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, Pick<SheetPrimitive.DialogPortalProps, 'container'>, VariantProps<typeof sheetVariants> {
|
|
67
|
+
overlay?: boolean;
|
|
68
|
+
}
|
|
69
|
+
declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
70
|
+
declare const SheetHeader: {
|
|
71
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
72
|
+
displayName: string;
|
|
73
|
+
};
|
|
74
|
+
declare const SheetTitle: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & {
|
|
75
|
+
icon?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
76
|
+
} & React.RefAttributes<HTMLHeadingElement>>;
|
|
77
|
+
declare const SheetDescription: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
|
|
78
|
+
|
|
79
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetHeader, SheetTitle, SheetTrigger };
|
|
@@ -1,7 +1,79 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
4
|
+
import { VariantProps } from 'cva';
|
|
5
|
+
|
|
6
|
+
declare const Sheet: React.FC<SheetPrimitive.DialogProps>;
|
|
7
|
+
declare const SheetTrigger: React.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
declare const SheetClose: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const sheetVariants: (props?: ({
|
|
10
|
+
side?: "top" | "bottom" | "left" | "right" | undefined;
|
|
11
|
+
} & ({
|
|
12
|
+
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 | {
|
|
13
|
+
[x: string]: any;
|
|
14
|
+
} | null | undefined)[] | {
|
|
15
|
+
[x: string]: any;
|
|
16
|
+
} | null | undefined)[] | {
|
|
17
|
+
[x: string]: any;
|
|
18
|
+
} | null | undefined)[] | {
|
|
19
|
+
[x: string]: any;
|
|
20
|
+
} | null | undefined)[] | {
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
} | null | undefined)[] | {
|
|
23
|
+
[x: string]: any;
|
|
24
|
+
} | null | undefined)[] | {
|
|
25
|
+
[x: string]: any;
|
|
26
|
+
} | null | undefined)[] | {
|
|
27
|
+
[x: string]: any;
|
|
28
|
+
} | null | undefined)[] | {
|
|
29
|
+
[x: string]: any;
|
|
30
|
+
} | null | undefined)[] | {
|
|
31
|
+
[x: string]: any;
|
|
32
|
+
} | null | undefined)[] | {
|
|
33
|
+
[x: string]: any;
|
|
34
|
+
} | null | undefined)[] | {
|
|
35
|
+
[x: string]: any;
|
|
36
|
+
} | null | undefined;
|
|
37
|
+
className?: undefined;
|
|
38
|
+
} | {
|
|
39
|
+
class?: undefined;
|
|
40
|
+
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 | {
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
} | null | undefined)[] | {
|
|
43
|
+
[x: string]: any;
|
|
44
|
+
} | null | undefined)[] | {
|
|
45
|
+
[x: string]: any;
|
|
46
|
+
} | null | undefined)[] | {
|
|
47
|
+
[x: string]: any;
|
|
48
|
+
} | null | undefined)[] | {
|
|
49
|
+
[x: string]: any;
|
|
50
|
+
} | null | undefined)[] | {
|
|
51
|
+
[x: string]: any;
|
|
52
|
+
} | null | undefined)[] | {
|
|
53
|
+
[x: string]: any;
|
|
54
|
+
} | null | undefined)[] | {
|
|
55
|
+
[x: string]: any;
|
|
56
|
+
} | null | undefined)[] | {
|
|
57
|
+
[x: string]: any;
|
|
58
|
+
} | null | undefined)[] | {
|
|
59
|
+
[x: string]: any;
|
|
60
|
+
} | null | undefined)[] | {
|
|
61
|
+
[x: string]: any;
|
|
62
|
+
} | null | undefined)[] | {
|
|
63
|
+
[x: string]: any;
|
|
64
|
+
} | null | undefined;
|
|
65
|
+
})) | undefined) => string;
|
|
66
|
+
interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, Pick<SheetPrimitive.DialogPortalProps, 'container'>, VariantProps<typeof sheetVariants> {
|
|
67
|
+
overlay?: boolean;
|
|
68
|
+
}
|
|
69
|
+
declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
70
|
+
declare const SheetHeader: {
|
|
71
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
72
|
+
displayName: string;
|
|
73
|
+
};
|
|
74
|
+
declare const SheetTitle: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & {
|
|
75
|
+
icon?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
76
|
+
} & React.RefAttributes<HTMLHeadingElement>>;
|
|
77
|
+
declare const SheetDescription: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
|
|
78
|
+
|
|
79
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetHeader, SheetTitle, SheetTrigger };
|
|
@@ -74,52 +74,13 @@ var React2 = __toESM(require("react"));
|
|
|
74
74
|
var SheetPrimitive = __toESM(require("@radix-ui/react-dialog"));
|
|
75
75
|
var import_cva2 = require("cva");
|
|
76
76
|
|
|
77
|
-
// src/icons/
|
|
77
|
+
// src/icons/xClose.tsx
|
|
78
78
|
var import_react = require("react");
|
|
79
79
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
80
|
-
var
|
|
81
|
-
function SpinnerIcon2(_a, ref) {
|
|
82
|
-
var _b = _a, { size = 24, className = "animate-spin text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
83
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
84
|
-
"svg",
|
|
85
|
-
__spreadProps(__spreadValues({
|
|
86
|
-
ref,
|
|
87
|
-
width: size,
|
|
88
|
-
height: size,
|
|
89
|
-
viewBox: "0 0 25 24",
|
|
90
|
-
fill: "none",
|
|
91
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
92
|
-
className
|
|
93
|
-
}, other), {
|
|
94
|
-
children: [
|
|
95
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
96
|
-
"path",
|
|
97
|
-
{
|
|
98
|
-
opacity: "0.12",
|
|
99
|
-
d: "M24.5 12C24.5 18.6274 19.1274 24 12.5 24C5.87258 24 0.5 18.6274 0.5 12C0.5 5.37258 5.87258 0 12.5 0C19.1274 0 24.5 5.37258 24.5 12ZM3.668 12C3.668 16.8778 7.62222 20.832 12.5 20.832C17.3778 20.832 21.332 16.8778 21.332 12C21.332 7.12222 17.3778 3.168 12.5 3.168C7.62222 3.168 3.668 7.12222 3.668 12Z",
|
|
100
|
-
fill: "currentColor"
|
|
101
|
-
}
|
|
102
|
-
),
|
|
103
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
104
|
-
"path",
|
|
105
|
-
{
|
|
106
|
-
d: "M22.916 12C23.7908 12 24.5108 12.7122 24.3956 13.5794C24.1641 15.323 23.5512 17.0011 22.5928 18.4912C21.3476 20.4272 19.5719 21.9643 17.4774 22.919C15.3829 23.8738 13.058 24.206 10.7799 23.8761C8.50179 23.5461 6.36667 22.5679 4.62912 21.0581C2.89158 19.5483 1.62494 17.5706 0.98025 15.3609C0.335563 13.1511 0.340035 10.8026 0.993131 8.5953C1.64623 6.38803 2.92039 4.41517 4.66367 2.91199C6.00545 1.75501 7.58156 0.913857 9.27571 0.441275C10.1184 0.206218 10.9241 0.819698 11.0462 1.68595C11.1683 2.55221 10.5575 3.33995 9.72694 3.61463C8.63201 3.97673 7.61359 4.55146 6.73246 5.31122C5.44941 6.41757 4.51162 7.86959 4.03094 9.49414C3.55027 11.1187 3.54697 12.8472 4.02146 14.4736C4.49595 16.1 5.4282 17.5555 6.70703 18.6668C7.98587 19.778 9.55732 20.4979 11.234 20.7408C12.9107 20.9836 14.6218 20.7391 16.1634 20.0364C17.7049 19.3337 19.0119 18.2024 19.9283 16.7775C20.5576 15.799 20.9846 14.7103 21.1903 13.5755C21.3464 12.7148 22.0412 12 22.916 12Z",
|
|
107
|
-
fill: "currentColor"
|
|
108
|
-
}
|
|
109
|
-
)
|
|
110
|
-
]
|
|
111
|
-
})
|
|
112
|
-
);
|
|
113
|
-
}
|
|
114
|
-
);
|
|
115
|
-
|
|
116
|
-
// src/icons/xClose.tsx
|
|
117
|
-
var import_react2 = require("react");
|
|
118
|
-
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
119
|
-
var XCloseIcon = (0, import_react2.forwardRef)(
|
|
80
|
+
var XCloseIcon = (0, import_react.forwardRef)(
|
|
120
81
|
function XCloseIcon2(_a, ref) {
|
|
121
82
|
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
122
|
-
return /* @__PURE__ */ (0,
|
|
83
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
123
84
|
"svg",
|
|
124
85
|
__spreadProps(__spreadValues({
|
|
125
86
|
ref,
|
|
@@ -130,7 +91,7 @@ var XCloseIcon = (0, import_react2.forwardRef)(
|
|
|
130
91
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
92
|
className
|
|
132
93
|
}, other), {
|
|
133
|
-
children: /* @__PURE__ */ (0,
|
|
94
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
134
95
|
"path",
|
|
135
96
|
{
|
|
136
97
|
d: "M18 6L6 18M6 6L18 18",
|
|
@@ -156,21 +117,63 @@ function cn(...inputs) {
|
|
|
156
117
|
var React = __toESM(require("react"));
|
|
157
118
|
var import_react_slot = require("@radix-ui/react-slot");
|
|
158
119
|
var import_cva = require("cva");
|
|
120
|
+
|
|
121
|
+
// src/icons/spinner.tsx
|
|
122
|
+
var import_react2 = require("react");
|
|
123
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
124
|
+
var SpinnerIcon = (0, import_react2.forwardRef)(
|
|
125
|
+
function SpinnerIcon2(_a, ref) {
|
|
126
|
+
var _b = _a, { size = 24, className = "animate-spin text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
127
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
128
|
+
"svg",
|
|
129
|
+
__spreadProps(__spreadValues({
|
|
130
|
+
ref,
|
|
131
|
+
width: size,
|
|
132
|
+
height: size,
|
|
133
|
+
viewBox: "0 0 25 24",
|
|
134
|
+
fill: "none",
|
|
135
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
136
|
+
className
|
|
137
|
+
}, other), {
|
|
138
|
+
children: [
|
|
139
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
140
|
+
"path",
|
|
141
|
+
{
|
|
142
|
+
opacity: "0.12",
|
|
143
|
+
d: "M24.5 12C24.5 18.6274 19.1274 24 12.5 24C5.87258 24 0.5 18.6274 0.5 12C0.5 5.37258 5.87258 0 12.5 0C19.1274 0 24.5 5.37258 24.5 12ZM3.668 12C3.668 16.8778 7.62222 20.832 12.5 20.832C17.3778 20.832 21.332 16.8778 21.332 12C21.332 7.12222 17.3778 3.168 12.5 3.168C7.62222 3.168 3.668 7.12222 3.668 12Z",
|
|
144
|
+
fill: "currentColor"
|
|
145
|
+
}
|
|
146
|
+
),
|
|
147
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
148
|
+
"path",
|
|
149
|
+
{
|
|
150
|
+
d: "M22.916 12C23.7908 12 24.5108 12.7122 24.3956 13.5794C24.1641 15.323 23.5512 17.0011 22.5928 18.4912C21.3476 20.4272 19.5719 21.9643 17.4774 22.919C15.3829 23.8738 13.058 24.206 10.7799 23.8761C8.50179 23.5461 6.36667 22.5679 4.62912 21.0581C2.89158 19.5483 1.62494 17.5706 0.98025 15.3609C0.335563 13.1511 0.340035 10.8026 0.993131 8.5953C1.64623 6.38803 2.92039 4.41517 4.66367 2.91199C6.00545 1.75501 7.58156 0.913857 9.27571 0.441275C10.1184 0.206218 10.9241 0.819698 11.0462 1.68595C11.1683 2.55221 10.5575 3.33995 9.72694 3.61463C8.63201 3.97673 7.61359 4.55146 6.73246 5.31122C5.44941 6.41757 4.51162 7.86959 4.03094 9.49414C3.55027 11.1187 3.54697 12.8472 4.02146 14.4736C4.49595 16.1 5.4282 17.5555 6.70703 18.6668C7.98587 19.778 9.55732 20.4979 11.234 20.7408C12.9107 20.9836 14.6218 20.7391 16.1634 20.0364C17.7049 19.3337 19.0119 18.2024 19.9283 16.7775C20.5576 15.799 20.9846 14.7103 21.1903 13.5755C21.3464 12.7148 22.0412 12 22.916 12Z",
|
|
151
|
+
fill: "currentColor"
|
|
152
|
+
}
|
|
153
|
+
)
|
|
154
|
+
]
|
|
155
|
+
})
|
|
156
|
+
);
|
|
157
|
+
}
|
|
158
|
+
);
|
|
159
|
+
|
|
160
|
+
// src/components/Button/Button.tsx
|
|
159
161
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
160
162
|
var buttonVariants = (0, import_cva.cva)({
|
|
161
163
|
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",
|
|
162
164
|
variants: {
|
|
163
165
|
variant: {
|
|
164
|
-
primary: "bg-blue-700 text-white hover:bg-blue-800 active:bg-blue-900 focus-visible:ring-blue-1000",
|
|
165
|
-
secondary: "bg-gray-50 text-
|
|
166
|
-
tertiary: "bg-gray-50 text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
167
|
-
outline: "bg-white ring-1 ring-offset-0 ring-gray-200
|
|
168
|
-
outlineBlue: "bg-transparent ring-1 ring-inset ring-offset-0 ring-blue-700
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
166
|
+
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",
|
|
167
|
+
secondary: "bg-gray-50 text-black [&>svg]:text-black hover:bg-gray-100 active:bg-gray-500 focus-visible:ring-black",
|
|
168
|
+
tertiary: "bg-gray-50 text-blue-700 [&>svg]:text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
169
|
+
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",
|
|
170
|
+
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 ",
|
|
171
|
+
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",
|
|
172
|
+
ghostBlue: "bg-transparent text-blue-700 [&>svg]:text-blue-700 hover:bg-blue-100 active:bg-blue-200 focus-visible:ring-blue-700",
|
|
173
|
+
ghostRed: "bg-transparent text-red-700 [&>svg]:text-red-700 hover:bg-red-100 active:bg-red-200 focus-visible:ring-red-700",
|
|
174
|
+
ghostGray: "bg-transparent text-black [&>svg]:text-black hover:bg-gray-100 active:bg-gray-200 focus-visible:ring-black",
|
|
175
|
+
roundedFill: "rounded-2xl text-black [&>svg]:text-black bg-gray-200 active:bg-gray-300 border-2 border-gray-400 hover:border-gray-600",
|
|
176
|
+
roundedGlass: "rounded-2xl text-black [&>svg]:text-black bg-gray-100/50 hover:bg-gray-100/75 active:bg-gray-100 backdrop-blur-[20px]"
|
|
174
177
|
}
|
|
175
178
|
},
|
|
176
179
|
defaultVariants: {
|
|
@@ -285,7 +288,7 @@ var SheetOverlay = React2.forwardRef((_a, ref) => {
|
|
|
285
288
|
SheetPrimitive.Overlay,
|
|
286
289
|
__spreadProps(__spreadValues({
|
|
287
290
|
className: cn(
|
|
288
|
-
"fixed inset-0 z-50 bg-
|
|
291
|
+
"fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
|
|
289
292
|
className
|
|
290
293
|
)
|
|
291
294
|
}, props), {
|
|
@@ -373,7 +376,7 @@ var SheetTitle = React2.forwardRef((_a, ref) => {
|
|
|
373
376
|
SheetPrimitive.Title,
|
|
374
377
|
__spreadValues({
|
|
375
378
|
ref,
|
|
376
|
-
className: cn("text-md font-semibold text-
|
|
379
|
+
className: cn("text-md font-semibold text-black truncate", className)
|
|
377
380
|
}, props)
|
|
378
381
|
)
|
|
379
382
|
] });
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Button
|
|
3
|
-
} from "../../chunk-BDGP7V4I.mjs";
|
|
4
1
|
import {
|
|
5
2
|
XCloseIcon
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import
|
|
3
|
+
} from "../../chunk-FMJFBQTF.mjs";
|
|
4
|
+
import {
|
|
5
|
+
Button
|
|
6
|
+
} from "../../chunk-O46NQFTB.mjs";
|
|
8
7
|
import {
|
|
9
8
|
__objRest,
|
|
10
9
|
__spreadProps,
|
|
@@ -40,7 +39,7 @@ var SheetOverlay = React.forwardRef((_a, ref) => {
|
|
|
40
39
|
SheetPrimitive.Overlay,
|
|
41
40
|
__spreadProps(__spreadValues({
|
|
42
41
|
className: cn(
|
|
43
|
-
"fixed inset-0 z-50 bg-
|
|
42
|
+
"fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
|
|
44
43
|
className
|
|
45
44
|
)
|
|
46
45
|
}, props), {
|
|
@@ -128,7 +127,7 @@ var SheetTitle = React.forwardRef((_a, ref) => {
|
|
|
128
127
|
SheetPrimitive.Title,
|
|
129
128
|
__spreadValues({
|
|
130
129
|
ref,
|
|
131
|
-
className: cn("text-md font-semibold text-
|
|
130
|
+
className: cn("text-md font-semibold text-black truncate", className)
|
|
132
131
|
}, props)
|
|
133
132
|
)
|
|
134
133
|
] });
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
4
|
+
|
|
5
|
+
export { Skeleton };
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
4
|
+
|
|
5
|
+
export { Skeleton };
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
3
|
+
|
|
4
|
+
declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
|
|
6
|
+
export { Switch };
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
3
|
+
|
|
4
|
+
declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
|
|
6
|
+
export { Switch };
|
|
@@ -87,7 +87,7 @@ var Switch = React.forwardRef((_a, ref) => {
|
|
|
87
87
|
)
|
|
88
88
|
}, props), {
|
|
89
89
|
ref,
|
|
90
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SwitchPrimitive.Thumb, { className: "inline-block w-4 h-4 bg-gray-600 rounded-full translate-x-0.5 data-[state=checked]:translate-x-5 data-[state=checked]:bg-white transition-transform ease-linear will-change-transform" })
|
|
90
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SwitchPrimitive.Thumb, { className: "inline-block w-4 h-4 bg-gray-600 rounded-full translate-x-0.5 data-[state=checked]:translate-x-5 data-[state=checked]:bg-white dark:data-[state=checked]:bg-black transition-transform ease-linear will-change-transform" })
|
|
91
91
|
})
|
|
92
92
|
);
|
|
93
93
|
});
|
|
@@ -20,7 +20,7 @@ var Switch = React.forwardRef((_a, ref) => {
|
|
|
20
20
|
)
|
|
21
21
|
}, props), {
|
|
22
22
|
ref,
|
|
23
|
-
children: /* @__PURE__ */ jsx(SwitchPrimitive.Thumb, { className: "inline-block w-4 h-4 bg-gray-600 rounded-full translate-x-0.5 data-[state=checked]:translate-x-5 data-[state=checked]:bg-white transition-transform ease-linear will-change-transform" })
|
|
23
|
+
children: /* @__PURE__ */ jsx(SwitchPrimitive.Thumb, { className: "inline-block w-4 h-4 bg-gray-600 rounded-full translate-x-0.5 data-[state=checked]:translate-x-5 data-[state=checked]:bg-white dark:data-[state=checked]:bg-black transition-transform ease-linear will-change-transform" })
|
|
24
24
|
})
|
|
25
25
|
);
|
|
26
26
|
});
|
|
@@ -1,7 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
declare const Table: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableElement> & React.RefAttributes<HTMLTableElement>>;
|
|
4
|
+
declare const TableHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
5
|
+
declare const TableBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
6
|
+
declare const TableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & React.RefAttributes<HTMLTableRowElement>>;
|
|
7
|
+
declare const TableHead: React.ForwardRefExoticComponent<React.ThHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
|
|
8
|
+
declare const TableCell: React.ForwardRefExoticComponent<React.TdHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
|
|
9
|
+
declare const TableEmpty: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
|
|
10
|
+
title?: string | undefined;
|
|
11
|
+
description?: string | undefined;
|
|
12
|
+
} & React.RefAttributes<HTMLDivElement & {
|
|
13
|
+
title?: string | undefined;
|
|
14
|
+
description?: string | undefined;
|
|
15
|
+
}>>;
|
|
16
|
+
|
|
17
|
+
export { Table, TableBody, TableCell, TableEmpty, TableHead, TableHeader, TableRow };
|
|
@@ -1,7 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
declare const Table: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableElement> & React.RefAttributes<HTMLTableElement>>;
|
|
4
|
+
declare const TableHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
5
|
+
declare const TableBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
6
|
+
declare const TableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & React.RefAttributes<HTMLTableRowElement>>;
|
|
7
|
+
declare const TableHead: React.ForwardRefExoticComponent<React.ThHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
|
|
8
|
+
declare const TableCell: React.ForwardRefExoticComponent<React.TdHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
|
|
9
|
+
declare const TableEmpty: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
|
|
10
|
+
title?: string | undefined;
|
|
11
|
+
description?: string | undefined;
|
|
12
|
+
} & React.RefAttributes<HTMLDivElement & {
|
|
13
|
+
title?: string | undefined;
|
|
14
|
+
description?: string | undefined;
|
|
15
|
+
}>>;
|
|
16
|
+
|
|
17
|
+
export { Table, TableBody, TableCell, TableEmpty, TableHead, TableHeader, TableRow };
|
|
@@ -110,7 +110,7 @@ var TableBody = React.forwardRef((_a, ref) => {
|
|
|
110
110
|
__spreadValues({
|
|
111
111
|
ref,
|
|
112
112
|
className: cn(
|
|
113
|
-
"[&_tr:last-child]:border-0 [&_tr:hover]:bg-gray-25 [&_tr:active]:bg-gray-50 [&_tr:hover:active]:bg-gray-50",
|
|
113
|
+
"bg-white [&_tr:last-child]:border-0 [&_tr:hover]:bg-gray-25 [&_tr:active]:bg-gray-50 [&_tr:hover:active]:bg-gray-50",
|
|
114
114
|
className
|
|
115
115
|
)
|
|
116
116
|
}, props)
|
|
@@ -124,7 +124,7 @@ var TableRow = React.forwardRef((_a, ref) => {
|
|
|
124
124
|
__spreadValues({
|
|
125
125
|
ref,
|
|
126
126
|
className: cn(
|
|
127
|
-
"border-b transition-colors data-[state=selected]:bg-gray-50",
|
|
127
|
+
"border-b transition-colors data-[state=selected]:bg-gray-50 text-black",
|
|
128
128
|
className
|
|
129
129
|
)
|
|
130
130
|
}, props)
|
|
@@ -168,7 +168,7 @@ var TableEmpty = React.forwardRef((_a, ref) => {
|
|
|
168
168
|
className: cn("flex flex-col gap-6 items-center py-12", className)
|
|
169
169
|
}, props), {
|
|
170
170
|
children: [
|
|
171
|
-
title && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "text-lg font-semibold text-
|
|
171
|
+
title && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "text-lg font-semibold text-black", children: title }),
|
|
172
172
|
description && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "text-sm font-normal text-gray-900", children: description }),
|
|
173
173
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { children })
|
|
174
174
|
]
|