@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
package/dist/index.d.ts
CHANGED
|
@@ -1,128 +1,918 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import react__default from 'react';
|
|
3
|
+
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
4
|
+
import { I as IconProps } from './types-DBpSTFQy.js';
|
|
5
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
7
|
+
import { VariantProps } from 'cva';
|
|
8
|
+
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
9
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
10
|
+
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
11
|
+
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
12
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
13
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
14
|
+
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
15
|
+
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
16
|
+
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
17
|
+
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
18
|
+
import * as ToastPrimitives from '@radix-ui/react-toast';
|
|
19
|
+
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
20
|
+
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
21
|
+
|
|
22
|
+
declare const AccordionItem: react__default.ForwardRefExoticComponent<AccordionPrimitive.AccordionItemProps & react__default.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
declare const Accordion: react__default.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & react__default.RefAttributes<HTMLDivElement>>;
|
|
24
|
+
type TriggerIcon = {
|
|
25
|
+
icon?: react__default.ReactElement<IconProps & react__default.RefAttributes<SVGSVGElement>>;
|
|
26
|
+
};
|
|
27
|
+
declare const AccordionTrigger: react__default.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & react__default.RefAttributes<HTMLButtonElement>, "ref"> & TriggerIcon & react__default.RefAttributes<HTMLButtonElement & TriggerIcon>>;
|
|
28
|
+
declare const AccordionContent: react__default.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
29
|
+
|
|
30
|
+
declare const buttonVariants: (props?: ({
|
|
31
|
+
variant?: "primary" | "secondary" | "tertiary" | "outline" | "outlineBlue" | "destructive" | "ghostBlue" | "ghostRed" | "ghostGray" | "roundedFill" | "roundedGlass" | undefined;
|
|
32
|
+
} & ({
|
|
33
|
+
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 | {
|
|
34
|
+
[x: string]: any;
|
|
35
|
+
} | null | undefined)[] | {
|
|
36
|
+
[x: string]: any;
|
|
37
|
+
} | null | undefined)[] | {
|
|
38
|
+
[x: string]: any;
|
|
39
|
+
} | null | undefined)[] | {
|
|
40
|
+
[x: string]: any;
|
|
41
|
+
} | null | undefined)[] | {
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
} | null | undefined)[] | {
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
} | null | undefined)[] | {
|
|
46
|
+
[x: string]: any;
|
|
47
|
+
} | null | undefined)[] | {
|
|
48
|
+
[x: string]: any;
|
|
49
|
+
} | null | undefined)[] | {
|
|
50
|
+
[x: string]: any;
|
|
51
|
+
} | null | undefined)[] | {
|
|
52
|
+
[x: string]: any;
|
|
53
|
+
} | null | undefined)[] | {
|
|
54
|
+
[x: string]: any;
|
|
55
|
+
} | null | undefined)[] | {
|
|
56
|
+
[x: string]: any;
|
|
57
|
+
} | null | undefined;
|
|
58
|
+
className?: undefined;
|
|
59
|
+
} | {
|
|
60
|
+
class?: undefined;
|
|
61
|
+
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 | {
|
|
62
|
+
[x: string]: any;
|
|
63
|
+
} | null | undefined)[] | {
|
|
64
|
+
[x: string]: any;
|
|
65
|
+
} | null | undefined)[] | {
|
|
66
|
+
[x: string]: any;
|
|
67
|
+
} | null | undefined)[] | {
|
|
68
|
+
[x: string]: any;
|
|
69
|
+
} | null | undefined)[] | {
|
|
70
|
+
[x: string]: any;
|
|
71
|
+
} | null | undefined)[] | {
|
|
72
|
+
[x: string]: any;
|
|
73
|
+
} | null | undefined)[] | {
|
|
74
|
+
[x: string]: any;
|
|
75
|
+
} | null | undefined)[] | {
|
|
76
|
+
[x: string]: any;
|
|
77
|
+
} | null | undefined)[] | {
|
|
78
|
+
[x: string]: any;
|
|
79
|
+
} | null | undefined)[] | {
|
|
80
|
+
[x: string]: any;
|
|
81
|
+
} | null | undefined)[] | {
|
|
82
|
+
[x: string]: any;
|
|
83
|
+
} | null | undefined)[] | {
|
|
84
|
+
[x: string]: any;
|
|
85
|
+
} | null | undefined;
|
|
86
|
+
})) | undefined) => string;
|
|
87
|
+
declare const buttonSizes: (props?: ({
|
|
88
|
+
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
89
|
+
} & ({
|
|
90
|
+
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 | {
|
|
91
|
+
[x: string]: any;
|
|
92
|
+
} | null | undefined)[] | {
|
|
93
|
+
[x: string]: any;
|
|
94
|
+
} | null | undefined)[] | {
|
|
95
|
+
[x: string]: any;
|
|
96
|
+
} | null | undefined)[] | {
|
|
97
|
+
[x: string]: any;
|
|
98
|
+
} | null | undefined)[] | {
|
|
99
|
+
[x: string]: any;
|
|
100
|
+
} | null | undefined)[] | {
|
|
101
|
+
[x: string]: any;
|
|
102
|
+
} | null | undefined)[] | {
|
|
103
|
+
[x: string]: any;
|
|
104
|
+
} | null | undefined)[] | {
|
|
105
|
+
[x: string]: any;
|
|
106
|
+
} | null | undefined)[] | {
|
|
107
|
+
[x: string]: any;
|
|
108
|
+
} | null | undefined)[] | {
|
|
109
|
+
[x: string]: any;
|
|
110
|
+
} | null | undefined)[] | {
|
|
111
|
+
[x: string]: any;
|
|
112
|
+
} | null | undefined)[] | {
|
|
113
|
+
[x: string]: any;
|
|
114
|
+
} | null | undefined;
|
|
115
|
+
className?: undefined;
|
|
116
|
+
} | {
|
|
117
|
+
class?: undefined;
|
|
118
|
+
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 | {
|
|
119
|
+
[x: string]: any;
|
|
120
|
+
} | null | undefined)[] | {
|
|
121
|
+
[x: string]: any;
|
|
122
|
+
} | null | undefined)[] | {
|
|
123
|
+
[x: string]: any;
|
|
124
|
+
} | null | undefined)[] | {
|
|
125
|
+
[x: string]: any;
|
|
126
|
+
} | null | undefined)[] | {
|
|
127
|
+
[x: string]: any;
|
|
128
|
+
} | null | undefined)[] | {
|
|
129
|
+
[x: string]: any;
|
|
130
|
+
} | null | undefined)[] | {
|
|
131
|
+
[x: string]: any;
|
|
132
|
+
} | null | undefined)[] | {
|
|
133
|
+
[x: string]: any;
|
|
134
|
+
} | null | undefined)[] | {
|
|
135
|
+
[x: string]: any;
|
|
136
|
+
} | null | undefined)[] | {
|
|
137
|
+
[x: string]: any;
|
|
138
|
+
} | null | undefined)[] | {
|
|
139
|
+
[x: string]: any;
|
|
140
|
+
} | null | undefined)[] | {
|
|
141
|
+
[x: string]: any;
|
|
142
|
+
} | null | undefined;
|
|
143
|
+
})) | undefined) => string;
|
|
144
|
+
declare const iconButtonSizes: (props?: ({
|
|
145
|
+
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
146
|
+
} & ({
|
|
147
|
+
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 | {
|
|
148
|
+
[x: string]: any;
|
|
149
|
+
} | null | undefined)[] | {
|
|
150
|
+
[x: string]: any;
|
|
151
|
+
} | null | undefined)[] | {
|
|
152
|
+
[x: string]: any;
|
|
153
|
+
} | null | undefined)[] | {
|
|
154
|
+
[x: string]: any;
|
|
155
|
+
} | null | undefined)[] | {
|
|
156
|
+
[x: string]: any;
|
|
157
|
+
} | null | undefined)[] | {
|
|
158
|
+
[x: string]: any;
|
|
159
|
+
} | null | undefined)[] | {
|
|
160
|
+
[x: string]: any;
|
|
161
|
+
} | null | undefined)[] | {
|
|
162
|
+
[x: string]: any;
|
|
163
|
+
} | null | undefined)[] | {
|
|
164
|
+
[x: string]: any;
|
|
165
|
+
} | null | undefined)[] | {
|
|
166
|
+
[x: string]: any;
|
|
167
|
+
} | null | undefined)[] | {
|
|
168
|
+
[x: string]: any;
|
|
169
|
+
} | null | undefined)[] | {
|
|
170
|
+
[x: string]: any;
|
|
171
|
+
} | null | undefined;
|
|
172
|
+
className?: undefined;
|
|
173
|
+
} | {
|
|
174
|
+
class?: undefined;
|
|
175
|
+
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 | {
|
|
176
|
+
[x: string]: any;
|
|
177
|
+
} | null | undefined)[] | {
|
|
178
|
+
[x: string]: any;
|
|
179
|
+
} | null | undefined)[] | {
|
|
180
|
+
[x: string]: any;
|
|
181
|
+
} | null | undefined)[] | {
|
|
182
|
+
[x: string]: any;
|
|
183
|
+
} | null | undefined)[] | {
|
|
184
|
+
[x: string]: any;
|
|
185
|
+
} | null | undefined)[] | {
|
|
186
|
+
[x: string]: any;
|
|
187
|
+
} | null | undefined)[] | {
|
|
188
|
+
[x: string]: any;
|
|
189
|
+
} | null | undefined)[] | {
|
|
190
|
+
[x: string]: any;
|
|
191
|
+
} | null | undefined)[] | {
|
|
192
|
+
[x: string]: any;
|
|
193
|
+
} | null | undefined)[] | {
|
|
194
|
+
[x: string]: any;
|
|
195
|
+
} | null | undefined)[] | {
|
|
196
|
+
[x: string]: any;
|
|
197
|
+
} | null | undefined)[] | {
|
|
198
|
+
[x: string]: any;
|
|
199
|
+
} | null | undefined;
|
|
200
|
+
})) | undefined) => string;
|
|
201
|
+
interface ButtonProps extends react.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants>, VariantProps<typeof buttonSizes> {
|
|
202
|
+
icon?: boolean;
|
|
203
|
+
isLoading?: boolean;
|
|
204
|
+
asChild?: boolean;
|
|
205
|
+
}
|
|
206
|
+
declare const Button: react.ForwardRefExoticComponent<ButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
|
207
|
+
|
|
208
|
+
declare const AlertDialog: react.FC<AlertDialogPrimitive.AlertDialogProps>;
|
|
209
|
+
declare const AlertDialogTrigger: react.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
|
210
|
+
declare const AlertDialogContent: react.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
211
|
+
declare const AlertDialogHeader: {
|
|
212
|
+
({ className, ...props }: react.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
213
|
+
displayName: string;
|
|
214
|
+
};
|
|
215
|
+
declare const AlertDialogFooter: {
|
|
216
|
+
({ className, ...props }: react.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
217
|
+
displayName: string;
|
|
218
|
+
};
|
|
219
|
+
declare const AlertDialogTitle: react.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & react.RefAttributes<HTMLHeadingElement>, "ref"> & react.RefAttributes<HTMLHeadingElement>>;
|
|
220
|
+
declare const AlertDialogDescription: react.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & react.RefAttributes<HTMLParagraphElement>, "ref"> & react.RefAttributes<HTMLParagraphElement>>;
|
|
221
|
+
type AlertDialogActionVariant = {
|
|
222
|
+
variant?: VariantProps<typeof buttonVariants>['variant'];
|
|
223
|
+
};
|
|
224
|
+
declare const AlertDialogAction: react.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & react.RefAttributes<HTMLButtonElement>, "ref"> & AlertDialogActionVariant & react.RefAttributes<HTMLButtonElement>>;
|
|
225
|
+
declare const AlertDialogCancel: react.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
226
|
+
|
|
227
|
+
interface AvatarProps extends VariantProps<typeof avatarVariants>, VariantProps<typeof avatarSizes> {
|
|
228
|
+
className?: string;
|
|
229
|
+
icon?: JSX.Element;
|
|
230
|
+
name: string;
|
|
231
|
+
image?: JSX.Element;
|
|
232
|
+
}
|
|
233
|
+
declare const avatarSizes: (props?: ({
|
|
234
|
+
size?: "xs" | "sm" | "md" | "lg" | "xxs" | "xl" | undefined;
|
|
235
|
+
} & ({
|
|
236
|
+
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 | {
|
|
237
|
+
[x: string]: any;
|
|
238
|
+
} | null | undefined)[] | {
|
|
239
|
+
[x: string]: any;
|
|
240
|
+
} | null | undefined)[] | {
|
|
241
|
+
[x: string]: any;
|
|
242
|
+
} | null | undefined)[] | {
|
|
243
|
+
[x: string]: any;
|
|
244
|
+
} | null | undefined)[] | {
|
|
245
|
+
[x: string]: any;
|
|
246
|
+
} | null | undefined)[] | {
|
|
247
|
+
[x: string]: any;
|
|
248
|
+
} | null | undefined)[] | {
|
|
249
|
+
[x: string]: any;
|
|
250
|
+
} | null | undefined)[] | {
|
|
251
|
+
[x: string]: any;
|
|
252
|
+
} | null | undefined)[] | {
|
|
253
|
+
[x: string]: any;
|
|
254
|
+
} | null | undefined)[] | {
|
|
255
|
+
[x: string]: any;
|
|
256
|
+
} | null | undefined)[] | {
|
|
257
|
+
[x: string]: any;
|
|
258
|
+
} | null | undefined)[] | {
|
|
259
|
+
[x: string]: any;
|
|
260
|
+
} | null | undefined;
|
|
261
|
+
className?: undefined;
|
|
262
|
+
} | {
|
|
263
|
+
class?: undefined;
|
|
264
|
+
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 | {
|
|
265
|
+
[x: string]: any;
|
|
266
|
+
} | null | undefined)[] | {
|
|
267
|
+
[x: string]: any;
|
|
268
|
+
} | null | undefined)[] | {
|
|
269
|
+
[x: string]: any;
|
|
270
|
+
} | null | undefined)[] | {
|
|
271
|
+
[x: string]: any;
|
|
272
|
+
} | null | undefined)[] | {
|
|
273
|
+
[x: string]: any;
|
|
274
|
+
} | null | undefined)[] | {
|
|
275
|
+
[x: string]: any;
|
|
276
|
+
} | null | undefined)[] | {
|
|
277
|
+
[x: string]: any;
|
|
278
|
+
} | null | undefined)[] | {
|
|
279
|
+
[x: string]: any;
|
|
280
|
+
} | null | undefined)[] | {
|
|
281
|
+
[x: string]: any;
|
|
282
|
+
} | null | undefined)[] | {
|
|
283
|
+
[x: string]: any;
|
|
284
|
+
} | null | undefined)[] | {
|
|
285
|
+
[x: string]: any;
|
|
286
|
+
} | null | undefined)[] | {
|
|
287
|
+
[x: string]: any;
|
|
288
|
+
} | null | undefined;
|
|
289
|
+
})) | undefined) => string;
|
|
290
|
+
declare const avatarVariants: (props?: ({
|
|
291
|
+
variant?: "blue" | "amber" | "red" | "green" | "plum" | "crimson" | "purple" | "violet" | "indigo" | "cyan" | "teal" | "grass" | "brown" | "lime" | "yellow" | "gold" | "bronze" | "gray" | undefined;
|
|
292
|
+
} & ({
|
|
293
|
+
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 | {
|
|
294
|
+
[x: string]: any;
|
|
295
|
+
} | null | undefined)[] | {
|
|
296
|
+
[x: string]: any;
|
|
297
|
+
} | null | undefined)[] | {
|
|
298
|
+
[x: string]: any;
|
|
299
|
+
} | null | undefined)[] | {
|
|
300
|
+
[x: string]: any;
|
|
301
|
+
} | null | undefined)[] | {
|
|
302
|
+
[x: string]: any;
|
|
303
|
+
} | null | undefined)[] | {
|
|
304
|
+
[x: string]: any;
|
|
305
|
+
} | null | undefined)[] | {
|
|
306
|
+
[x: string]: any;
|
|
307
|
+
} | null | undefined)[] | {
|
|
308
|
+
[x: string]: any;
|
|
309
|
+
} | null | undefined)[] | {
|
|
310
|
+
[x: string]: any;
|
|
311
|
+
} | null | undefined)[] | {
|
|
312
|
+
[x: string]: any;
|
|
313
|
+
} | null | undefined)[] | {
|
|
314
|
+
[x: string]: any;
|
|
315
|
+
} | null | undefined)[] | {
|
|
316
|
+
[x: string]: any;
|
|
317
|
+
} | null | undefined;
|
|
318
|
+
className?: undefined;
|
|
319
|
+
} | {
|
|
320
|
+
class?: undefined;
|
|
321
|
+
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 | {
|
|
322
|
+
[x: string]: any;
|
|
323
|
+
} | null | undefined)[] | {
|
|
324
|
+
[x: string]: any;
|
|
325
|
+
} | null | undefined)[] | {
|
|
326
|
+
[x: string]: any;
|
|
327
|
+
} | null | undefined)[] | {
|
|
328
|
+
[x: string]: any;
|
|
329
|
+
} | null | undefined)[] | {
|
|
330
|
+
[x: string]: any;
|
|
331
|
+
} | null | undefined)[] | {
|
|
332
|
+
[x: string]: any;
|
|
333
|
+
} | null | undefined)[] | {
|
|
334
|
+
[x: string]: any;
|
|
335
|
+
} | null | undefined)[] | {
|
|
336
|
+
[x: string]: any;
|
|
337
|
+
} | null | undefined)[] | {
|
|
338
|
+
[x: string]: any;
|
|
339
|
+
} | null | undefined)[] | {
|
|
340
|
+
[x: string]: any;
|
|
341
|
+
} | null | undefined)[] | {
|
|
342
|
+
[x: string]: any;
|
|
343
|
+
} | null | undefined)[] | {
|
|
344
|
+
[x: string]: any;
|
|
345
|
+
} | null | undefined;
|
|
346
|
+
})) | undefined) => string;
|
|
347
|
+
declare const Avatar: react__default.ForwardRefExoticComponent<AvatarProps & react__default.RefAttributes<HTMLDivElement>>;
|
|
348
|
+
|
|
349
|
+
declare const badgeVariants: (props?: ({
|
|
350
|
+
variant?: "fill" | "default" | "outline" | undefined;
|
|
351
|
+
color?: "blue" | "red" | "green" | "crimson" | "violet" | "cyan" | "teal" | "brown" | "yellow" | "gray" | "orange" | undefined;
|
|
352
|
+
} & ({
|
|
353
|
+
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 | {
|
|
354
|
+
[x: string]: any;
|
|
355
|
+
} | null | undefined)[] | {
|
|
356
|
+
[x: string]: any;
|
|
357
|
+
} | null | undefined)[] | {
|
|
358
|
+
[x: string]: any;
|
|
359
|
+
} | null | undefined)[] | {
|
|
360
|
+
[x: string]: any;
|
|
361
|
+
} | null | undefined)[] | {
|
|
362
|
+
[x: string]: any;
|
|
363
|
+
} | null | undefined)[] | {
|
|
364
|
+
[x: string]: any;
|
|
365
|
+
} | null | undefined)[] | {
|
|
366
|
+
[x: string]: any;
|
|
367
|
+
} | null | undefined)[] | {
|
|
368
|
+
[x: string]: any;
|
|
369
|
+
} | null | undefined)[] | {
|
|
370
|
+
[x: string]: any;
|
|
371
|
+
} | null | undefined)[] | {
|
|
372
|
+
[x: string]: any;
|
|
373
|
+
} | null | undefined)[] | {
|
|
374
|
+
[x: string]: any;
|
|
375
|
+
} | null | undefined)[] | {
|
|
376
|
+
[x: string]: any;
|
|
377
|
+
} | null | undefined;
|
|
378
|
+
className?: undefined;
|
|
379
|
+
} | {
|
|
380
|
+
class?: undefined;
|
|
381
|
+
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 | {
|
|
382
|
+
[x: string]: any;
|
|
383
|
+
} | null | undefined)[] | {
|
|
384
|
+
[x: string]: any;
|
|
385
|
+
} | null | undefined)[] | {
|
|
386
|
+
[x: string]: any;
|
|
387
|
+
} | null | undefined)[] | {
|
|
388
|
+
[x: string]: any;
|
|
389
|
+
} | null | undefined)[] | {
|
|
390
|
+
[x: string]: any;
|
|
391
|
+
} | null | undefined)[] | {
|
|
392
|
+
[x: string]: any;
|
|
393
|
+
} | null | undefined)[] | {
|
|
394
|
+
[x: string]: any;
|
|
395
|
+
} | null | undefined)[] | {
|
|
396
|
+
[x: string]: any;
|
|
397
|
+
} | null | undefined)[] | {
|
|
398
|
+
[x: string]: any;
|
|
399
|
+
} | null | undefined)[] | {
|
|
400
|
+
[x: string]: any;
|
|
401
|
+
} | null | undefined)[] | {
|
|
402
|
+
[x: string]: any;
|
|
403
|
+
} | null | undefined)[] | {
|
|
404
|
+
[x: string]: any;
|
|
405
|
+
} | null | undefined;
|
|
406
|
+
})) | undefined) => string;
|
|
407
|
+
interface BadgeProps extends Omit<react.HTMLAttributes<HTMLDivElement>, 'color'>, VariantProps<typeof badgeVariants> {
|
|
408
|
+
}
|
|
409
|
+
declare function Badge({ className, variant, color, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
410
|
+
|
|
411
|
+
type CarouselApi = UseEmblaCarouselType[1];
|
|
412
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
413
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
414
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
415
|
+
type CarouselProps = {
|
|
416
|
+
opts?: CarouselOptions;
|
|
417
|
+
plugins?: CarouselPlugin;
|
|
418
|
+
orientation?: 'horizontal' | 'vertical';
|
|
419
|
+
setApi?: (api: CarouselApi) => void;
|
|
420
|
+
};
|
|
421
|
+
declare const Carousel: react.ForwardRefExoticComponent<react.HTMLAttributes<HTMLDivElement> & CarouselProps & react.RefAttributes<HTMLDivElement>>;
|
|
422
|
+
declare const CarouselContent: react.ForwardRefExoticComponent<react.HTMLAttributes<HTMLDivElement> & react.RefAttributes<HTMLDivElement>>;
|
|
423
|
+
declare const CarouselItem: react.ForwardRefExoticComponent<react.HTMLAttributes<HTMLDivElement> & react.RefAttributes<HTMLDivElement>>;
|
|
424
|
+
declare const CarouselPrevious: react.ForwardRefExoticComponent<Omit<ButtonProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
425
|
+
declare const CarouselNext: react.ForwardRefExoticComponent<Omit<ButtonProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
426
|
+
|
|
427
|
+
declare const Checkbox: react.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
428
|
+
|
|
429
|
+
declare const Command: react.ForwardRefExoticComponent<Omit<{
|
|
430
|
+
children?: react.ReactNode;
|
|
431
|
+
} & Pick<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
432
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
433
|
+
} & {
|
|
434
|
+
asChild?: boolean | undefined;
|
|
435
|
+
}, "key" | "asChild" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
436
|
+
label?: string | undefined;
|
|
437
|
+
shouldFilter?: boolean | undefined;
|
|
438
|
+
filter?: ((value: string, search: string, keywords?: string[] | undefined) => number) | undefined;
|
|
439
|
+
defaultValue?: string | undefined;
|
|
440
|
+
value?: string | undefined;
|
|
441
|
+
onValueChange?: ((value: string) => void) | undefined;
|
|
442
|
+
loop?: boolean | undefined;
|
|
443
|
+
disablePointerSelection?: boolean | undefined;
|
|
444
|
+
vimBindings?: boolean | undefined;
|
|
445
|
+
} & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
446
|
+
declare const CommandInput: react.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof react.InputHTMLAttributes<HTMLInputElement>> & {
|
|
447
|
+
ref?: react.Ref<HTMLInputElement> | undefined;
|
|
448
|
+
} & {
|
|
449
|
+
asChild?: boolean | undefined;
|
|
450
|
+
}, "key" | "asChild" | keyof react.InputHTMLAttributes<HTMLInputElement>>, "type" | "onChange" | "value"> & {
|
|
451
|
+
value?: string | undefined;
|
|
452
|
+
onValueChange?: ((search: string) => void) | undefined;
|
|
453
|
+
} & react.RefAttributes<HTMLInputElement>, "ref"> & react.RefAttributes<HTMLInputElement>>;
|
|
454
|
+
declare const CommandList: react.ForwardRefExoticComponent<Omit<{
|
|
455
|
+
children?: react.ReactNode;
|
|
456
|
+
} & Pick<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
457
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
458
|
+
} & {
|
|
459
|
+
asChild?: boolean | undefined;
|
|
460
|
+
}, "key" | "asChild" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
461
|
+
label?: string | undefined;
|
|
462
|
+
} & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
463
|
+
interface CommandEmptyExtension {
|
|
464
|
+
title?: string;
|
|
465
|
+
description?: string;
|
|
466
|
+
}
|
|
467
|
+
declare const CommandEmpty: react.ForwardRefExoticComponent<Omit<{
|
|
468
|
+
children?: react.ReactNode;
|
|
469
|
+
} & Pick<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
470
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
471
|
+
} & {
|
|
472
|
+
asChild?: boolean | undefined;
|
|
473
|
+
}, "key" | "asChild" | keyof react.HTMLAttributes<HTMLDivElement>> & react.RefAttributes<HTMLDivElement>, "ref"> & CommandEmptyExtension & react.RefAttributes<HTMLDivElement & CommandEmptyExtension>>;
|
|
474
|
+
declare const CommandLoading: react.ForwardRefExoticComponent<Omit<{
|
|
475
|
+
children?: react.ReactNode;
|
|
476
|
+
} & Pick<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
477
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
478
|
+
} & {
|
|
479
|
+
asChild?: boolean | undefined;
|
|
480
|
+
}, "key" | "asChild" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
481
|
+
progress?: number | undefined;
|
|
482
|
+
label?: string | undefined;
|
|
483
|
+
} & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
484
|
+
declare const CommandGroup: react.ForwardRefExoticComponent<Omit<{
|
|
485
|
+
children?: react.ReactNode;
|
|
486
|
+
} & Omit<Pick<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
487
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
488
|
+
} & {
|
|
489
|
+
asChild?: boolean | undefined;
|
|
490
|
+
}, "key" | "asChild" | keyof react.HTMLAttributes<HTMLDivElement>>, "heading" | "value"> & {
|
|
491
|
+
heading?: react.ReactNode;
|
|
492
|
+
value?: string | undefined;
|
|
493
|
+
forceMount?: boolean | undefined;
|
|
494
|
+
} & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
495
|
+
declare const CommandSeparator: react.ForwardRefExoticComponent<Omit<Pick<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
496
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
497
|
+
} & {
|
|
498
|
+
asChild?: boolean | undefined;
|
|
499
|
+
}, "key" | "asChild" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
500
|
+
alwaysRender?: boolean | undefined;
|
|
501
|
+
} & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
502
|
+
type CommandItemExtension = {
|
|
503
|
+
icon?: JSX.Element;
|
|
504
|
+
checkbox?: boolean;
|
|
505
|
+
checked?: boolean;
|
|
506
|
+
description?: string;
|
|
507
|
+
};
|
|
508
|
+
declare const CommandItem: react.ForwardRefExoticComponent<Omit<{
|
|
509
|
+
children?: react.ReactNode;
|
|
510
|
+
} & Omit<Pick<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
511
|
+
ref?: react.Ref<HTMLDivElement> | undefined;
|
|
512
|
+
} & {
|
|
513
|
+
asChild?: boolean | undefined;
|
|
514
|
+
}, "key" | "asChild" | keyof react.HTMLAttributes<HTMLDivElement>>, "onSelect" | "disabled" | "value"> & {
|
|
515
|
+
disabled?: boolean | undefined;
|
|
516
|
+
onSelect?: ((value: string) => void) | undefined;
|
|
517
|
+
value?: string | undefined;
|
|
518
|
+
keywords?: string[] | undefined;
|
|
519
|
+
forceMount?: boolean | undefined;
|
|
520
|
+
} & react.RefAttributes<HTMLDivElement>, "ref"> & CommandItemExtension & react.RefAttributes<HTMLDivElement & CommandItemExtension>>;
|
|
521
|
+
|
|
522
|
+
type StringKeys<T> = {
|
|
523
|
+
[K in keyof T]: T[K] extends string ? K : never;
|
|
524
|
+
}[keyof T];
|
|
525
|
+
interface CreatableSelectBaseProps<Multiple extends boolean> {
|
|
526
|
+
isLoading?: boolean;
|
|
527
|
+
multiple?: Multiple;
|
|
528
|
+
newLabel?: string;
|
|
529
|
+
nothingFoundLabel?: string;
|
|
530
|
+
placeholder?: string;
|
|
531
|
+
value: string[];
|
|
532
|
+
onValueChanged: (v: string[]) => void;
|
|
533
|
+
'data-has-error'?: string;
|
|
534
|
+
}
|
|
535
|
+
type WithItemsProps<T> = {
|
|
536
|
+
items: T[];
|
|
537
|
+
valueKey: StringKeys<T>;
|
|
538
|
+
getItemProps: (item: T) => CommandItemExtension & {
|
|
539
|
+
children: react__default.ReactNode;
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
type CreatableSelectProps<T, Multiple extends boolean> = (CreatableSelectBaseProps<Multiple> & WithItemsProps<T>) | (CreatableSelectBaseProps<Multiple> & {
|
|
543
|
+
items?: never;
|
|
544
|
+
valueKey?: never;
|
|
545
|
+
getItemProps?: never;
|
|
546
|
+
});
|
|
547
|
+
declare function CreatableSelect<T, Multiple extends boolean>({ isLoading, items, multiple, newLabel, nothingFoundLabel, placeholder, value, valueKey, onValueChanged, getItemProps, ...props }: CreatableSelectProps<T, Multiple>): react_jsx_runtime.JSX.Element;
|
|
548
|
+
|
|
549
|
+
declare const Dialog: react.FC<SheetPrimitive.DialogProps>;
|
|
550
|
+
declare const DialogTrigger: react.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
|
551
|
+
declare const DialogContent: react.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
552
|
+
bottomSheet?: boolean | undefined;
|
|
553
|
+
showClose?: boolean | undefined;
|
|
554
|
+
} & react.RefAttributes<HTMLDivElement>>;
|
|
555
|
+
declare const DialogHeader: {
|
|
556
|
+
({ className, ...props }: react.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
557
|
+
displayName: string;
|
|
558
|
+
};
|
|
559
|
+
declare const DialogFooter: {
|
|
560
|
+
({ className, ...props }: react.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
561
|
+
displayName: string;
|
|
562
|
+
};
|
|
563
|
+
declare const DialogTitle: react.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & react.RefAttributes<HTMLHeadingElement>, "ref"> & react.RefAttributes<HTMLHeadingElement>>;
|
|
564
|
+
declare const DialogDescription: react.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & react.RefAttributes<HTMLParagraphElement>, "ref"> & react.RefAttributes<HTMLParagraphElement>>;
|
|
565
|
+
|
|
566
|
+
declare const DropdownMenu: react__default.FC<DropdownMenuPrimitive.DropdownMenuProps>;
|
|
567
|
+
interface DropdownMenuItemExtension {
|
|
568
|
+
icon?: JSX.Element;
|
|
569
|
+
description?: JSX.Element;
|
|
570
|
+
destructive?: boolean;
|
|
571
|
+
}
|
|
572
|
+
declare const DropdownMenuCheckboxItem: react__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuItemExtension & react__default.RefAttributes<HTMLDivElement & DropdownMenuItemExtension>>;
|
|
573
|
+
declare const DropdownMenuContent: react__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
574
|
+
declare const DropdownMenuGroup: react__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & react__default.RefAttributes<HTMLDivElement>>;
|
|
575
|
+
declare const DropdownMenuItem: react__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuItemExtension & react__default.RefAttributes<HTMLDivElement & DropdownMenuItemExtension>>;
|
|
576
|
+
declare const DropdownMenuLabel: react__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
577
|
+
declare const DropdownMenuPortal: react__default.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
578
|
+
declare const DropdownMenuRadioGroup: react__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & react__default.RefAttributes<HTMLDivElement>>;
|
|
579
|
+
declare const DropdownMenuRadioItem: react__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuItemExtension & react__default.RefAttributes<HTMLDivElement & DropdownMenuItemExtension>>;
|
|
580
|
+
declare const DropdownMenuSeparator: react__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
581
|
+
declare const DropdownMenuSub: react__default.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
582
|
+
declare const DropdownMenuSubContent: react__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
583
|
+
declare const DropdownMenuSubTrigger: react__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & react__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuItemExtension & react__default.RefAttributes<HTMLDivElement & DropdownMenuItemExtension>>;
|
|
584
|
+
declare const DropdownMenuTrigger: react__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & react__default.RefAttributes<HTMLButtonElement>>;
|
|
585
|
+
|
|
586
|
+
interface FilterButtonProps extends ButtonProps {
|
|
587
|
+
selectedCount?: number;
|
|
588
|
+
}
|
|
589
|
+
declare const FilterButton: react__default.ForwardRefExoticComponent<FilterButtonProps & react__default.RefAttributes<HTMLButtonElement>>;
|
|
590
|
+
|
|
591
|
+
interface InputProps extends react.InputHTMLAttributes<HTMLInputElement> {
|
|
592
|
+
button?: JSX.Element;
|
|
593
|
+
prefixEnchancer?: JSX.Element | string;
|
|
594
|
+
suffixEnchancer?: JSX.Element | string;
|
|
595
|
+
'data-has-error'?: string;
|
|
596
|
+
'data-is-disabled'?: string;
|
|
597
|
+
}
|
|
598
|
+
declare const Input: react.ForwardRefExoticComponent<InputProps & react.RefAttributes<HTMLInputElement>>;
|
|
599
|
+
|
|
600
|
+
declare const Label: react.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & react.RefAttributes<HTMLLabelElement>, "ref"> & react.RefAttributes<HTMLLabelElement>>;
|
|
601
|
+
|
|
602
|
+
declare enum PaginationPageChoice {
|
|
603
|
+
FIRST = "FIRST",
|
|
604
|
+
PREVIOUS = "PREVIOUS",
|
|
605
|
+
NEXT = "NEXT",
|
|
606
|
+
LAST = "LAST"
|
|
607
|
+
}
|
|
608
|
+
interface PaginationProps {
|
|
609
|
+
totalRowsCaption?: string;
|
|
610
|
+
nextPageAvailable: boolean;
|
|
611
|
+
previousPageAvailable: boolean;
|
|
612
|
+
currentPageCation?: string;
|
|
613
|
+
onPageChange: (page: PaginationPageChoice) => void;
|
|
614
|
+
className?: string;
|
|
615
|
+
}
|
|
616
|
+
declare const Pagination: ({ totalRowsCaption, nextPageAvailable, previousPageAvailable, currentPageCation, onPageChange, className, }: PaginationProps) => react_jsx_runtime.JSX.Element;
|
|
617
|
+
|
|
618
|
+
declare const Popover: react.FC<PopoverPrimitive.PopoverProps>;
|
|
619
|
+
declare const PopoverTrigger: react.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
|
620
|
+
declare const PopoverContent: react.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
621
|
+
|
|
622
|
+
declare const RadioGroup: react.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
623
|
+
declare const RadioGroupItem: react.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
624
|
+
|
|
625
|
+
declare const Select: react.FC<SelectPrimitive.SelectProps>;
|
|
626
|
+
declare const SelectGroup: react.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
627
|
+
declare const SelectValue: react.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react.RefAttributes<HTMLSpanElement>>;
|
|
628
|
+
type SelectTriggerExtraProps = {
|
|
629
|
+
'data-has-error'?: string;
|
|
630
|
+
'data-is-disabled'?: string;
|
|
631
|
+
};
|
|
632
|
+
declare const SelectTrigger: react.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & react.RefAttributes<HTMLButtonElement>, "ref"> & SelectTriggerExtraProps & react.RefAttributes<HTMLButtonElement & SelectTriggerExtraProps>>;
|
|
633
|
+
declare const SelectContent: react.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
634
|
+
declare const SelectLabel: react.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
635
|
+
declare const SelectItem: react.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
636
|
+
declare const SelectSeparator: react.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
637
|
+
|
|
638
|
+
declare const Sheet: react.FC<SheetPrimitive.DialogProps>;
|
|
639
|
+
declare const SheetTrigger: react.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
|
640
|
+
declare const SheetClose: react.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogCloseProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
641
|
+
declare const sheetVariants: (props?: ({
|
|
642
|
+
side?: "top" | "right" | "bottom" | "left" | undefined;
|
|
643
|
+
} & ({
|
|
644
|
+
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 | {
|
|
645
|
+
[x: string]: any;
|
|
646
|
+
} | null | undefined)[] | {
|
|
647
|
+
[x: string]: any;
|
|
648
|
+
} | null | undefined)[] | {
|
|
649
|
+
[x: string]: any;
|
|
650
|
+
} | null | undefined)[] | {
|
|
651
|
+
[x: string]: any;
|
|
652
|
+
} | null | undefined)[] | {
|
|
653
|
+
[x: string]: any;
|
|
654
|
+
} | null | undefined)[] | {
|
|
655
|
+
[x: string]: any;
|
|
656
|
+
} | null | undefined)[] | {
|
|
657
|
+
[x: string]: any;
|
|
658
|
+
} | null | undefined)[] | {
|
|
659
|
+
[x: string]: any;
|
|
660
|
+
} | null | undefined)[] | {
|
|
661
|
+
[x: string]: any;
|
|
662
|
+
} | null | undefined)[] | {
|
|
663
|
+
[x: string]: any;
|
|
664
|
+
} | null | undefined)[] | {
|
|
665
|
+
[x: string]: any;
|
|
666
|
+
} | null | undefined)[] | {
|
|
667
|
+
[x: string]: any;
|
|
668
|
+
} | null | undefined;
|
|
669
|
+
className?: undefined;
|
|
670
|
+
} | {
|
|
671
|
+
class?: undefined;
|
|
672
|
+
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 | {
|
|
673
|
+
[x: string]: any;
|
|
674
|
+
} | null | undefined)[] | {
|
|
675
|
+
[x: string]: any;
|
|
676
|
+
} | null | undefined)[] | {
|
|
677
|
+
[x: string]: any;
|
|
678
|
+
} | null | undefined)[] | {
|
|
679
|
+
[x: string]: any;
|
|
680
|
+
} | null | undefined)[] | {
|
|
681
|
+
[x: string]: any;
|
|
682
|
+
} | null | undefined)[] | {
|
|
683
|
+
[x: string]: any;
|
|
684
|
+
} | null | undefined)[] | {
|
|
685
|
+
[x: string]: any;
|
|
686
|
+
} | null | undefined)[] | {
|
|
687
|
+
[x: string]: any;
|
|
688
|
+
} | null | undefined)[] | {
|
|
689
|
+
[x: string]: any;
|
|
690
|
+
} | null | undefined)[] | {
|
|
691
|
+
[x: string]: any;
|
|
692
|
+
} | null | undefined)[] | {
|
|
693
|
+
[x: string]: any;
|
|
694
|
+
} | null | undefined)[] | {
|
|
695
|
+
[x: string]: any;
|
|
696
|
+
} | null | undefined;
|
|
697
|
+
})) | undefined) => string;
|
|
698
|
+
interface SheetContentProps extends react.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, Pick<SheetPrimitive.DialogPortalProps, 'container'>, VariantProps<typeof sheetVariants> {
|
|
699
|
+
overlay?: boolean;
|
|
700
|
+
}
|
|
701
|
+
declare const SheetContent: react.ForwardRefExoticComponent<SheetContentProps & react.RefAttributes<HTMLDivElement>>;
|
|
702
|
+
declare const SheetHeader: {
|
|
703
|
+
({ className, ...props }: react.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
704
|
+
displayName: string;
|
|
705
|
+
};
|
|
706
|
+
declare const SheetTitle: react.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & react.RefAttributes<HTMLHeadingElement>, "ref"> & {
|
|
707
|
+
icon?: react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
|
|
708
|
+
} & react.RefAttributes<HTMLHeadingElement>>;
|
|
709
|
+
declare const SheetDescription: react.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & react.RefAttributes<HTMLParagraphElement>, "ref"> & react.RefAttributes<HTMLParagraphElement>>;
|
|
710
|
+
|
|
711
|
+
declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
712
|
+
|
|
713
|
+
declare const Switch: react.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
714
|
+
|
|
715
|
+
declare const Table: react.ForwardRefExoticComponent<react.HTMLAttributes<HTMLTableElement> & react.RefAttributes<HTMLTableElement>>;
|
|
716
|
+
declare const TableHeader: react.ForwardRefExoticComponent<react.HTMLAttributes<HTMLTableSectionElement> & react.RefAttributes<HTMLTableSectionElement>>;
|
|
717
|
+
declare const TableBody: react.ForwardRefExoticComponent<react.HTMLAttributes<HTMLTableSectionElement> & react.RefAttributes<HTMLTableSectionElement>>;
|
|
718
|
+
declare const TableRow: react.ForwardRefExoticComponent<react.HTMLAttributes<HTMLTableRowElement> & react.RefAttributes<HTMLTableRowElement>>;
|
|
719
|
+
declare const TableHead: react.ForwardRefExoticComponent<react.ThHTMLAttributes<HTMLTableCellElement> & react.RefAttributes<HTMLTableCellElement>>;
|
|
720
|
+
declare const TableCell: react.ForwardRefExoticComponent<react.TdHTMLAttributes<HTMLTableCellElement> & react.RefAttributes<HTMLTableCellElement>>;
|
|
721
|
+
declare const TableEmpty: react.ForwardRefExoticComponent<react.HTMLAttributes<HTMLDivElement> & {
|
|
722
|
+
title?: string | undefined;
|
|
723
|
+
description?: string | undefined;
|
|
724
|
+
} & react.RefAttributes<HTMLDivElement & {
|
|
725
|
+
title?: string | undefined;
|
|
726
|
+
description?: string | undefined;
|
|
727
|
+
}>>;
|
|
728
|
+
|
|
729
|
+
declare const Tabs: react.ForwardRefExoticComponent<TabsPrimitive.TabsProps & react.RefAttributes<HTMLDivElement>>;
|
|
730
|
+
declare const TabsList: react.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
731
|
+
declare const TabsTrigger: react.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
732
|
+
declare const TabsContent: react.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
733
|
+
|
|
734
|
+
interface TextareaProps extends react.TextareaHTMLAttributes<HTMLTextAreaElement> {
|
|
735
|
+
'data-has-error'?: string;
|
|
736
|
+
'data-is-disabled'?: string;
|
|
737
|
+
}
|
|
738
|
+
declare const Textarea: react.ForwardRefExoticComponent<TextareaProps & react.RefAttributes<HTMLTextAreaElement>>;
|
|
739
|
+
|
|
740
|
+
declare const ToastProvider: react.FC<ToastPrimitives.ToastProviderProps>;
|
|
741
|
+
declare const ToastViewport: react.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & react.RefAttributes<HTMLOListElement>, "ref"> & react.RefAttributes<HTMLOListElement>>;
|
|
742
|
+
declare const Toast$1: react.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & react.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
743
|
+
variant?: "default" | "destructive" | undefined;
|
|
744
|
+
} & ({
|
|
745
|
+
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 | {
|
|
746
|
+
[x: string]: any;
|
|
747
|
+
} | null | undefined)[] | {
|
|
748
|
+
[x: string]: any;
|
|
749
|
+
} | null | undefined)[] | {
|
|
750
|
+
[x: string]: any;
|
|
751
|
+
} | null | undefined)[] | {
|
|
752
|
+
[x: string]: any;
|
|
753
|
+
} | null | undefined)[] | {
|
|
754
|
+
[x: string]: any;
|
|
755
|
+
} | null | undefined)[] | {
|
|
756
|
+
[x: string]: any;
|
|
757
|
+
} | null | undefined)[] | {
|
|
758
|
+
[x: string]: any;
|
|
759
|
+
} | null | undefined)[] | {
|
|
760
|
+
[x: string]: any;
|
|
761
|
+
} | null | undefined)[] | {
|
|
762
|
+
[x: string]: any;
|
|
763
|
+
} | null | undefined)[] | {
|
|
764
|
+
[x: string]: any;
|
|
765
|
+
} | null | undefined)[] | {
|
|
766
|
+
[x: string]: any;
|
|
767
|
+
} | null | undefined)[] | {
|
|
768
|
+
[x: string]: any;
|
|
769
|
+
} | null | undefined;
|
|
770
|
+
className?: undefined;
|
|
771
|
+
} | {
|
|
772
|
+
class?: undefined;
|
|
773
|
+
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 | {
|
|
774
|
+
[x: string]: any;
|
|
775
|
+
} | null | undefined)[] | {
|
|
776
|
+
[x: string]: any;
|
|
777
|
+
} | null | undefined)[] | {
|
|
778
|
+
[x: string]: any;
|
|
779
|
+
} | null | undefined)[] | {
|
|
780
|
+
[x: string]: any;
|
|
781
|
+
} | null | undefined)[] | {
|
|
782
|
+
[x: string]: any;
|
|
783
|
+
} | null | undefined)[] | {
|
|
784
|
+
[x: string]: any;
|
|
785
|
+
} | null | undefined)[] | {
|
|
786
|
+
[x: string]: any;
|
|
787
|
+
} | null | undefined)[] | {
|
|
788
|
+
[x: string]: any;
|
|
789
|
+
} | null | undefined)[] | {
|
|
790
|
+
[x: string]: any;
|
|
791
|
+
} | null | undefined)[] | {
|
|
792
|
+
[x: string]: any;
|
|
793
|
+
} | null | undefined)[] | {
|
|
794
|
+
[x: string]: any;
|
|
795
|
+
} | null | undefined)[] | {
|
|
796
|
+
[x: string]: any;
|
|
797
|
+
} | null | undefined;
|
|
798
|
+
})) | undefined) => string> & react.RefAttributes<HTMLLIElement>>;
|
|
799
|
+
declare const RawToast: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & VariantProps<(props?: ({
|
|
800
|
+
variant?: "default" | "destructive" | undefined;
|
|
801
|
+
} & ({
|
|
802
|
+
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 | {
|
|
803
|
+
[x: string]: any;
|
|
804
|
+
} | null | undefined)[] | {
|
|
805
|
+
[x: string]: any;
|
|
806
|
+
} | null | undefined)[] | {
|
|
807
|
+
[x: string]: any;
|
|
808
|
+
} | null | undefined)[] | {
|
|
809
|
+
[x: string]: any;
|
|
810
|
+
} | null | undefined)[] | {
|
|
811
|
+
[x: string]: any;
|
|
812
|
+
} | null | undefined)[] | {
|
|
813
|
+
[x: string]: any;
|
|
814
|
+
} | null | undefined)[] | {
|
|
815
|
+
[x: string]: any;
|
|
816
|
+
} | null | undefined)[] | {
|
|
817
|
+
[x: string]: any;
|
|
818
|
+
} | null | undefined)[] | {
|
|
819
|
+
[x: string]: any;
|
|
820
|
+
} | null | undefined)[] | {
|
|
821
|
+
[x: string]: any;
|
|
822
|
+
} | null | undefined)[] | {
|
|
823
|
+
[x: string]: any;
|
|
824
|
+
} | null | undefined)[] | {
|
|
825
|
+
[x: string]: any;
|
|
826
|
+
} | null | undefined;
|
|
827
|
+
className?: undefined;
|
|
828
|
+
} | {
|
|
829
|
+
class?: undefined;
|
|
830
|
+
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 | {
|
|
831
|
+
[x: string]: any;
|
|
832
|
+
} | null | undefined)[] | {
|
|
833
|
+
[x: string]: any;
|
|
834
|
+
} | null | undefined)[] | {
|
|
835
|
+
[x: string]: any;
|
|
836
|
+
} | null | undefined)[] | {
|
|
837
|
+
[x: string]: any;
|
|
838
|
+
} | null | undefined)[] | {
|
|
839
|
+
[x: string]: any;
|
|
840
|
+
} | null | undefined)[] | {
|
|
841
|
+
[x: string]: any;
|
|
842
|
+
} | null | undefined)[] | {
|
|
843
|
+
[x: string]: any;
|
|
844
|
+
} | null | undefined)[] | {
|
|
845
|
+
[x: string]: any;
|
|
846
|
+
} | null | undefined)[] | {
|
|
847
|
+
[x: string]: any;
|
|
848
|
+
} | null | undefined)[] | {
|
|
849
|
+
[x: string]: any;
|
|
850
|
+
} | null | undefined)[] | {
|
|
851
|
+
[x: string]: any;
|
|
852
|
+
} | null | undefined)[] | {
|
|
853
|
+
[x: string]: any;
|
|
854
|
+
} | null | undefined;
|
|
855
|
+
})) | undefined) => string> & react.RefAttributes<HTMLDivElement>>;
|
|
856
|
+
declare const ToastAction: react.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & react.RefAttributes<HTMLButtonElement>, "ref"> & ButtonProps & react.RefAttributes<never>>;
|
|
857
|
+
declare const ToastClose: react.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
858
|
+
declare const ToastTitle: react.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
859
|
+
declare const ToastDescription: react.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
860
|
+
type ToastProps = react.ComponentPropsWithoutRef<typeof Toast$1>;
|
|
861
|
+
type ToastActionElement = react.ReactElement<typeof ToastAction>;
|
|
862
|
+
|
|
863
|
+
type ToasterToast = Omit<ToastProps, 'title'> & {
|
|
864
|
+
id: string;
|
|
865
|
+
title?: react.ReactNode;
|
|
866
|
+
description?: react.ReactNode;
|
|
867
|
+
actions?: ToastActionElement[];
|
|
868
|
+
parentId?: string;
|
|
869
|
+
icon?: react.ReactElement;
|
|
870
|
+
hideClose?: boolean;
|
|
871
|
+
};
|
|
872
|
+
type Toast = Omit<ToasterToast, 'id' | 'parentId'>;
|
|
873
|
+
declare const toast: (parentId: string) => ({ ...props }: Toast) => {
|
|
874
|
+
id: string;
|
|
875
|
+
dismiss: () => void;
|
|
876
|
+
update: (props: ToasterToast) => void;
|
|
877
|
+
parentId: string;
|
|
878
|
+
};
|
|
879
|
+
declare function useToast({ toasterId }?: {
|
|
880
|
+
toasterId?: string;
|
|
881
|
+
}): {
|
|
882
|
+
toast: ({ ...props }: Toast) => {
|
|
883
|
+
id: string;
|
|
884
|
+
dismiss: () => void;
|
|
885
|
+
update: (props: ToasterToast) => void;
|
|
886
|
+
parentId: string;
|
|
887
|
+
};
|
|
888
|
+
dismiss: (toastId?: string) => void;
|
|
889
|
+
toasts: ToasterToast[];
|
|
890
|
+
};
|
|
891
|
+
|
|
892
|
+
declare const ToastContent: ({ title, description, icon, actions, hideClose, onClose, }: Pick<ToasterToast, "title" | "icon" | "description" | "actions" | "hideClose"> & {
|
|
893
|
+
onClose?: react__default.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
894
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
895
|
+
declare function Toaster({ className, toasterId, ...props }: ToastPrimitives.ToastProviderProps & {
|
|
896
|
+
toasterId?: string;
|
|
897
|
+
className?: string;
|
|
898
|
+
}): react_jsx_runtime.JSX.Element;
|
|
899
|
+
|
|
900
|
+
type ToggleGroupContextProps = {
|
|
901
|
+
direction?: 'row' | 'column';
|
|
902
|
+
type: 'single' | 'multiple';
|
|
903
|
+
};
|
|
904
|
+
declare const ToggleGroup: react.ForwardRefExoticComponent<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & react.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & react.RefAttributes<HTMLDivElement>, "ref">) & ToggleGroupContextProps) & react.RefAttributes<HTMLDivElement>>;
|
|
905
|
+
type ToggleGroupItemProps = {
|
|
906
|
+
title?: string;
|
|
907
|
+
description?: string;
|
|
908
|
+
icon?: JSX.Element;
|
|
909
|
+
image?: react.ReactNode;
|
|
910
|
+
};
|
|
911
|
+
declare const ToggleGroupItem: react.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & react.RefAttributes<HTMLButtonElement>, "ref"> & ToggleGroupItemProps & react.RefAttributes<HTMLButtonElement>>;
|
|
912
|
+
|
|
913
|
+
declare const TooltipProvider: ({ delayDuration, ...props }: react.ComponentProps<typeof TooltipPrimitive.Provider>) => react_jsx_runtime.JSX.Element;
|
|
914
|
+
declare const Tooltip: react.FC<TooltipPrimitive.TooltipProps>;
|
|
915
|
+
declare const TooltipTrigger: react.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>>;
|
|
916
|
+
declare const TooltipContent: react.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
917
|
+
|
|
918
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, Avatar, Badge, type BadgeProps, Button, type ButtonProps, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, Checkbox, Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandLoading, CommandSeparator, CreatableSelect, type CreatableSelectProps, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, FilterButton, Input, Label, Pagination, PaginationPageChoice, Popover, PopoverContent, PopoverTrigger, RadioGroup, RadioGroupItem, RawToast, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetHeader, SheetTitle, SheetTrigger, Skeleton, Switch, Table, TableBody, TableCell, TableEmpty, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastContent, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, buttonSizes, buttonVariants, iconButtonSizes, toast, useToast };
|