@snapcall/design-system 1.20.0-beta.9 → 1.21.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-IO5BLXCA.mjs +97 -0
- package/dist/chunk-M7XGO7VL.mjs +41 -0
- package/dist/chunk-N65I4EXR.mjs +48 -0
- package/dist/{chunk-6K65KHH3.mjs → chunk-RN2FGOFK.mjs} +73 -28
- package/dist/chunk-RUGV2ZRC.mjs +41 -0
- package/dist/{chunk-BDGP7V4I.mjs → chunk-XI3KELZM.mjs} +12 -11
- 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 +3 -4
- package/dist/components/Avatar/index.d.mts +126 -1
- package/dist/components/Avatar/index.d.ts +126 -1
- package/dist/components/Avatar/index.mjs +3 -92
- 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 +2 -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 +11 -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 +141 -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 +6 -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 +12 -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 +7 -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 +3 -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/MediaCard/index.d.mts +21 -0
- package/dist/components/MediaCard/index.d.ts +21 -0
- package/dist/components/MediaCard/index.js +500 -0
- package/dist/components/MediaCard/index.mjs +324 -0
- 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 +85 -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 +7 -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 +9 -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 +937 -118
- package/dist/index.d.ts +937 -118
- package/dist/index.js +4 -0
- package/dist/index.mjs +2 -0
- 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 +17 -18
- package/dist/_tsup-dts-rollup.d.mts +0 -6831
- package/dist/_tsup-dts-rollup.d.ts +0 -6831
- package/dist/chunk-REC5TG6U.mjs +0 -454
|
@@ -1 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
4
|
+
button?: JSX.Element;
|
|
5
|
+
prefixEnchancer?: JSX.Element | string;
|
|
6
|
+
suffixEnchancer?: JSX.Element | string;
|
|
7
|
+
'data-has-error'?: string;
|
|
8
|
+
'data-is-disabled'?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
|
|
11
|
+
|
|
12
|
+
export { Input };
|
|
@@ -1 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
4
|
+
button?: JSX.Element;
|
|
5
|
+
prefixEnchancer?: JSX.Element | string;
|
|
6
|
+
suffixEnchancer?: JSX.Element | string;
|
|
7
|
+
'data-has-error'?: string;
|
|
8
|
+
'data-is-disabled'?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
|
|
11
|
+
|
|
12
|
+
export { Input };
|
|
@@ -122,7 +122,7 @@ var Input = React.forwardRef(
|
|
|
122
122
|
"input",
|
|
123
123
|
__spreadProps(__spreadValues({}, props), {
|
|
124
124
|
disabled: isDisabled,
|
|
125
|
-
className: "w-full px-3 py-2 text-sm bg-transparent outline-none text-
|
|
125
|
+
className: "w-full px-3 py-2 text-sm bg-transparent outline-none text-black placeholder:text-gray-700 disabled:cursor-not-allowed",
|
|
126
126
|
type,
|
|
127
127
|
ref
|
|
128
128
|
})
|
|
@@ -55,7 +55,7 @@ var Input = React.forwardRef(
|
|
|
55
55
|
"input",
|
|
56
56
|
__spreadProps(__spreadValues({}, props), {
|
|
57
57
|
disabled: isDisabled,
|
|
58
|
-
className: "w-full px-3 py-2 text-sm bg-transparent outline-none text-
|
|
58
|
+
className: "w-full px-3 py-2 text-sm bg-transparent outline-none text-black placeholder:text-gray-700 disabled:cursor-not-allowed",
|
|
59
59
|
type,
|
|
60
60
|
ref
|
|
61
61
|
})
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
3
|
+
|
|
4
|
+
declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & React.RefAttributes<HTMLLabelElement>>;
|
|
5
|
+
|
|
6
|
+
export { Label };
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
3
|
+
|
|
4
|
+
declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & React.RefAttributes<HTMLLabelElement>>;
|
|
5
|
+
|
|
6
|
+
export { Label };
|
|
@@ -80,7 +80,7 @@ var Label = React.forwardRef((_a, ref) => {
|
|
|
80
80
|
__spreadValues({
|
|
81
81
|
ref,
|
|
82
82
|
className: cn(
|
|
83
|
-
"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
|
|
83
|
+
"text-black text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
|
|
84
84
|
className
|
|
85
85
|
)
|
|
86
86
|
}, props)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { HTMLAttributes } from 'react';
|
|
3
|
+
|
|
4
|
+
type MediaCardProps = {
|
|
5
|
+
title: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
duration?: number;
|
|
8
|
+
type: 'audio' | 'video' | 'image';
|
|
9
|
+
image?: string | JSX.Element;
|
|
10
|
+
action?: JSX.Element;
|
|
11
|
+
actionBehavior?: 'default' | 'hover';
|
|
12
|
+
moderationStatus?: 'processing' | 'flagged' | 'safe' | null;
|
|
13
|
+
isLoading?: boolean;
|
|
14
|
+
size: 'small' | 'medium' | 'large';
|
|
15
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
16
|
+
declare const MediaCard: {
|
|
17
|
+
({ title, description, duration, type, image, action, actionBehavior, isLoading, size, className, ...otherProps }: MediaCardProps): react_jsx_runtime.JSX.Element;
|
|
18
|
+
displayName: string;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export { MediaCard };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { HTMLAttributes } from 'react';
|
|
3
|
+
|
|
4
|
+
type MediaCardProps = {
|
|
5
|
+
title: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
duration?: number;
|
|
8
|
+
type: 'audio' | 'video' | 'image';
|
|
9
|
+
image?: string | JSX.Element;
|
|
10
|
+
action?: JSX.Element;
|
|
11
|
+
actionBehavior?: 'default' | 'hover';
|
|
12
|
+
moderationStatus?: 'processing' | 'flagged' | 'safe' | null;
|
|
13
|
+
isLoading?: boolean;
|
|
14
|
+
size: 'small' | 'medium' | 'large';
|
|
15
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
16
|
+
declare const MediaCard: {
|
|
17
|
+
({ title, description, duration, type, image, action, actionBehavior, isLoading, size, className, ...otherProps }: MediaCardProps): react_jsx_runtime.JSX.Element;
|
|
18
|
+
displayName: string;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export { MediaCard };
|
|
@@ -0,0 +1,500 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __defProps = Object.defineProperties;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
10
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11
|
+
var __spreadValues = (a, b) => {
|
|
12
|
+
for (var prop in b || (b = {}))
|
|
13
|
+
if (__hasOwnProp.call(b, prop))
|
|
14
|
+
__defNormalProp(a, prop, b[prop]);
|
|
15
|
+
if (__getOwnPropSymbols)
|
|
16
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
17
|
+
if (__propIsEnum.call(b, prop))
|
|
18
|
+
__defNormalProp(a, prop, b[prop]);
|
|
19
|
+
}
|
|
20
|
+
return a;
|
|
21
|
+
};
|
|
22
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
23
|
+
var __objRest = (source, exclude) => {
|
|
24
|
+
var target = {};
|
|
25
|
+
for (var prop in source)
|
|
26
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
27
|
+
target[prop] = source[prop];
|
|
28
|
+
if (source != null && __getOwnPropSymbols)
|
|
29
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
30
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
31
|
+
target[prop] = source[prop];
|
|
32
|
+
}
|
|
33
|
+
return target;
|
|
34
|
+
};
|
|
35
|
+
var __export = (target, all) => {
|
|
36
|
+
for (var name in all)
|
|
37
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
38
|
+
};
|
|
39
|
+
var __copyProps = (to, from, except, desc) => {
|
|
40
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
41
|
+
for (let key of __getOwnPropNames(from))
|
|
42
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
43
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
44
|
+
}
|
|
45
|
+
return to;
|
|
46
|
+
};
|
|
47
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
48
|
+
|
|
49
|
+
// src/components/MediaCard/index.ts
|
|
50
|
+
var MediaCard_exports = {};
|
|
51
|
+
__export(MediaCard_exports, {
|
|
52
|
+
MediaCard: () => MediaCard
|
|
53
|
+
});
|
|
54
|
+
module.exports = __toCommonJS(MediaCard_exports);
|
|
55
|
+
|
|
56
|
+
// src/components/MediaCard/MediaCard.tsx
|
|
57
|
+
var import_react7 = require("react");
|
|
58
|
+
|
|
59
|
+
// src/icons/image1.tsx
|
|
60
|
+
var import_react = require("react");
|
|
61
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
62
|
+
var Image1Icon = (0, import_react.forwardRef)(
|
|
63
|
+
function Image1Icon2(_a, ref) {
|
|
64
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
65
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
66
|
+
"svg",
|
|
67
|
+
__spreadProps(__spreadValues({
|
|
68
|
+
ref,
|
|
69
|
+
width: size,
|
|
70
|
+
height: size,
|
|
71
|
+
viewBox: "0 0 24 24",
|
|
72
|
+
fill: "none",
|
|
73
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
+
className
|
|
75
|
+
}, other), {
|
|
76
|
+
children: [
|
|
77
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { opacity: "0.12", children: [
|
|
78
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
79
|
+
"path",
|
|
80
|
+
{
|
|
81
|
+
d: "M6.36574 19.6343L14.8687 11.1314C15.2647 10.7354 15.4627 10.5373 15.691 10.4632C15.8919 10.3979 16.1082 10.3979 16.3091 10.4632C16.5374 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2C21 17.8802 21 18.7202 20.6731 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7203 21 17.8802 21 16.2 21H6.93142C6.3256 21 6.0227 21 5.88243 20.8802C5.76073 20.7763 5.69614 20.6203 5.7087 20.4608C5.72317 20.2769 5.93736 20.0627 6.36574 19.6343Z",
|
|
82
|
+
fill: "currentColor"
|
|
83
|
+
}
|
|
84
|
+
),
|
|
85
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
86
|
+
"path",
|
|
87
|
+
{
|
|
88
|
+
d: "M8.50005 10.5C9.60462 10.5 10.5 9.60457 10.5 8.5C10.5 7.39543 9.60462 6.5 8.50005 6.5C7.39548 6.5 6.50005 7.39543 6.50005 8.5C6.50005 9.60457 7.39548 10.5 8.50005 10.5Z",
|
|
89
|
+
fill: "currentColor"
|
|
90
|
+
}
|
|
91
|
+
)
|
|
92
|
+
] }),
|
|
93
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
94
|
+
"path",
|
|
95
|
+
{
|
|
96
|
+
d: "M16.2 21H6.93137C6.32555 21 6.02265 21 5.88238 20.8802C5.76068 20.7763 5.69609 20.6203 5.70865 20.4608C5.72312 20.2769 5.93731 20.0627 6.36569 19.6343L14.8686 11.1314C15.2646 10.7354 15.4627 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2M16.2 21C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2M16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5Z",
|
|
97
|
+
stroke: "currentColor",
|
|
98
|
+
strokeWidth: "2",
|
|
99
|
+
strokeLinecap: "round",
|
|
100
|
+
strokeLinejoin: "round"
|
|
101
|
+
}
|
|
102
|
+
)
|
|
103
|
+
]
|
|
104
|
+
})
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
);
|
|
108
|
+
|
|
109
|
+
// src/icons/play.tsx
|
|
110
|
+
var import_react2 = require("react");
|
|
111
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
112
|
+
var PlayIcon = (0, import_react2.forwardRef)(function PlayIcon2(_a, ref) {
|
|
113
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
114
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
115
|
+
"svg",
|
|
116
|
+
__spreadProps(__spreadValues({
|
|
117
|
+
ref,
|
|
118
|
+
width: size,
|
|
119
|
+
height: size,
|
|
120
|
+
viewBox: "0 0 24 24",
|
|
121
|
+
fill: "none",
|
|
122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
123
|
+
className
|
|
124
|
+
}, other), {
|
|
125
|
+
children: [
|
|
126
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
127
|
+
"path",
|
|
128
|
+
{
|
|
129
|
+
opacity: "0.12",
|
|
130
|
+
d: "M5 4.98951C5 4.01835 5 3.53277 5.20249 3.2651C5.37889 3.03191 5.64852 2.88761 5.9404 2.87018C6.27544 2.85017 6.67946 3.11953 7.48752 3.65823L18.0031 10.6686C18.6708 11.1137 19.0046 11.3363 19.1209 11.6168C19.2227 11.8621 19.2227 12.1377 19.1209 12.383C19.0046 12.6635 18.6708 12.886 18.0031 13.3312L7.48752 20.3415C6.67946 20.8802 6.27544 21.1496 5.9404 21.1296C5.64852 21.1122 5.37889 20.9679 5.20249 20.7347C5 20.467 5 19.9814 5 19.0103V4.98951Z",
|
|
131
|
+
fill: "currentColor"
|
|
132
|
+
}
|
|
133
|
+
),
|
|
134
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
135
|
+
"path",
|
|
136
|
+
{
|
|
137
|
+
d: "M5 4.98951C5 4.01835 5 3.53277 5.20249 3.2651C5.37889 3.03191 5.64852 2.88761 5.9404 2.87018C6.27544 2.85017 6.67946 3.11953 7.48752 3.65823L18.0031 10.6686C18.6708 11.1137 19.0046 11.3363 19.1209 11.6168C19.2227 11.8621 19.2227 12.1377 19.1209 12.383C19.0046 12.6635 18.6708 12.886 18.0031 13.3312L7.48752 20.3415C6.67946 20.8802 6.27544 21.1496 5.9404 21.1296C5.64852 21.1122 5.37889 20.9679 5.20249 20.7347C5 20.467 5 19.9814 5 19.0103V4.98951Z",
|
|
138
|
+
stroke: "currentColor",
|
|
139
|
+
strokeWidth: "2",
|
|
140
|
+
strokeLinecap: "round",
|
|
141
|
+
strokeLinejoin: "round"
|
|
142
|
+
}
|
|
143
|
+
)
|
|
144
|
+
]
|
|
145
|
+
})
|
|
146
|
+
);
|
|
147
|
+
});
|
|
148
|
+
|
|
149
|
+
// src/icons/recording2.tsx
|
|
150
|
+
var import_react3 = require("react");
|
|
151
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
152
|
+
var Recording2Icon = (0, import_react3.forwardRef)(
|
|
153
|
+
function Recording2Icon2(_a, ref) {
|
|
154
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
155
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
156
|
+
"svg",
|
|
157
|
+
__spreadProps(__spreadValues({
|
|
158
|
+
ref,
|
|
159
|
+
width: size,
|
|
160
|
+
height: size,
|
|
161
|
+
viewBox: "0 0 24 24",
|
|
162
|
+
fill: "none",
|
|
163
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
164
|
+
className
|
|
165
|
+
}, other), {
|
|
166
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
167
|
+
"path",
|
|
168
|
+
{
|
|
169
|
+
d: "M3 10L3 14M7.5 11V13M12 6V18M16.5 3V21M21 10V14",
|
|
170
|
+
stroke: "currentColor",
|
|
171
|
+
strokeWidth: "2",
|
|
172
|
+
strokeLinecap: "round",
|
|
173
|
+
strokeLinejoin: "round"
|
|
174
|
+
}
|
|
175
|
+
)
|
|
176
|
+
})
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
);
|
|
180
|
+
|
|
181
|
+
// src/icons/spinner.tsx
|
|
182
|
+
var import_react4 = require("react");
|
|
183
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
184
|
+
var SpinnerIcon = (0, import_react4.forwardRef)(
|
|
185
|
+
function SpinnerIcon2(_a, ref) {
|
|
186
|
+
var _b = _a, { size = 24, className = "animate-spin text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
187
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
188
|
+
"svg",
|
|
189
|
+
__spreadProps(__spreadValues({
|
|
190
|
+
ref,
|
|
191
|
+
width: size,
|
|
192
|
+
height: size,
|
|
193
|
+
viewBox: "0 0 25 24",
|
|
194
|
+
fill: "none",
|
|
195
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
196
|
+
className
|
|
197
|
+
}, other), {
|
|
198
|
+
children: [
|
|
199
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
200
|
+
"path",
|
|
201
|
+
{
|
|
202
|
+
opacity: "0.12",
|
|
203
|
+
d: "M24.5 12C24.5 18.6274 19.1274 24 12.5 24C5.87258 24 0.5 18.6274 0.5 12C0.5 5.37258 5.87258 0 12.5 0C19.1274 0 24.5 5.37258 24.5 12ZM3.668 12C3.668 16.8778 7.62222 20.832 12.5 20.832C17.3778 20.832 21.332 16.8778 21.332 12C21.332 7.12222 17.3778 3.168 12.5 3.168C7.62222 3.168 3.668 7.12222 3.668 12Z",
|
|
204
|
+
fill: "currentColor"
|
|
205
|
+
}
|
|
206
|
+
),
|
|
207
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
208
|
+
"path",
|
|
209
|
+
{
|
|
210
|
+
d: "M22.916 12C23.7908 12 24.5108 12.7122 24.3956 13.5794C24.1641 15.323 23.5512 17.0011 22.5928 18.4912C21.3476 20.4272 19.5719 21.9643 17.4774 22.919C15.3829 23.8738 13.058 24.206 10.7799 23.8761C8.50179 23.5461 6.36667 22.5679 4.62912 21.0581C2.89158 19.5483 1.62494 17.5706 0.98025 15.3609C0.335563 13.1511 0.340035 10.8026 0.993131 8.5953C1.64623 6.38803 2.92039 4.41517 4.66367 2.91199C6.00545 1.75501 7.58156 0.913857 9.27571 0.441275C10.1184 0.206218 10.9241 0.819698 11.0462 1.68595C11.1683 2.55221 10.5575 3.33995 9.72694 3.61463C8.63201 3.97673 7.61359 4.55146 6.73246 5.31122C5.44941 6.41757 4.51162 7.86959 4.03094 9.49414C3.55027 11.1187 3.54697 12.8472 4.02146 14.4736C4.49595 16.1 5.4282 17.5555 6.70703 18.6668C7.98587 19.778 9.55732 20.4979 11.234 20.7408C12.9107 20.9836 14.6218 20.7391 16.1634 20.0364C17.7049 19.3337 19.0119 18.2024 19.9283 16.7775C20.5576 15.799 20.9846 14.7103 21.1903 13.5755C21.3464 12.7148 22.0412 12 22.916 12Z",
|
|
211
|
+
fill: "currentColor"
|
|
212
|
+
}
|
|
213
|
+
)
|
|
214
|
+
]
|
|
215
|
+
})
|
|
216
|
+
);
|
|
217
|
+
}
|
|
218
|
+
);
|
|
219
|
+
|
|
220
|
+
// src/icons/videoRecorder.tsx
|
|
221
|
+
var import_react5 = require("react");
|
|
222
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
223
|
+
var VideoRecorderIcon = (0, import_react5.forwardRef)(
|
|
224
|
+
function VideoRecorderIcon2(_a, ref) {
|
|
225
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
226
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
227
|
+
"svg",
|
|
228
|
+
__spreadProps(__spreadValues({
|
|
229
|
+
ref,
|
|
230
|
+
width: size,
|
|
231
|
+
height: size,
|
|
232
|
+
viewBox: "0 0 24 24",
|
|
233
|
+
fill: "none",
|
|
234
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
235
|
+
className
|
|
236
|
+
}, other), {
|
|
237
|
+
children: [
|
|
238
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
239
|
+
"path",
|
|
240
|
+
{
|
|
241
|
+
opacity: "0.12",
|
|
242
|
+
d: "M2 9.8C2 8.11984 2 7.27976 2.32698 6.63803C2.6146 6.07354 3.07354 5.6146 3.63803 5.32698C4.27976 5 5.11984 5 6.8 5H12.2C13.8802 5 14.7202 5 15.362 5.32698C15.9265 5.6146 16.3854 6.07354 16.673 6.63803C17 7.27976 17 8.11984 17 9.8V14.2C17 15.8802 17 16.7202 16.673 17.362C16.3854 17.9265 15.9265 18.3854 15.362 18.673C14.7202 19 13.8802 19 12.2 19H6.8C5.11984 19 4.27976 19 3.63803 18.673C3.07354 18.3854 2.6146 17.9265 2.32698 17.362C2 16.7202 2 15.8802 2 14.2V9.8Z",
|
|
243
|
+
fill: "currentColor",
|
|
244
|
+
stroke: "currentColor",
|
|
245
|
+
strokeWidth: "2",
|
|
246
|
+
strokeLinecap: "round",
|
|
247
|
+
strokeLinejoin: "round"
|
|
248
|
+
}
|
|
249
|
+
),
|
|
250
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
251
|
+
"path",
|
|
252
|
+
{
|
|
253
|
+
d: "M22 8.93137C22 8.32555 22 8.02265 21.8802 7.88238C21.7763 7.76068 21.6203 7.69609 21.4608 7.70865C21.2769 7.72312 21.0627 7.93731 20.6343 8.36569L17 12L20.6343 15.6343C21.0627 16.0627 21.2769 16.2769 21.4608 16.2914C21.6203 16.3039 21.7763 16.2393 21.8802 16.1176C22 15.9774 22 15.6744 22 15.0686V8.93137Z",
|
|
254
|
+
stroke: "currentColor",
|
|
255
|
+
strokeWidth: "2",
|
|
256
|
+
strokeLinecap: "round",
|
|
257
|
+
strokeLinejoin: "round"
|
|
258
|
+
}
|
|
259
|
+
),
|
|
260
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
261
|
+
"path",
|
|
262
|
+
{
|
|
263
|
+
d: "M2 9.8C2 8.11984 2 7.27976 2.32698 6.63803C2.6146 6.07354 3.07354 5.6146 3.63803 5.32698C4.27976 5 5.11984 5 6.8 5H12.2C13.8802 5 14.7202 5 15.362 5.32698C15.9265 5.6146 16.3854 6.07354 16.673 6.63803C17 7.27976 17 8.11984 17 9.8V14.2C17 15.8802 17 16.7202 16.673 17.362C16.3854 17.9265 15.9265 18.3854 15.362 18.673C14.7202 19 13.8802 19 12.2 19H6.8C5.11984 19 4.27976 19 3.63803 18.673C3.07354 18.3854 2.6146 17.9265 2.32698 17.362C2 16.7202 2 15.8802 2 14.2V9.8Z",
|
|
264
|
+
stroke: "currentColor",
|
|
265
|
+
strokeWidth: "2",
|
|
266
|
+
strokeLinecap: "round",
|
|
267
|
+
strokeLinejoin: "round"
|
|
268
|
+
}
|
|
269
|
+
)
|
|
270
|
+
]
|
|
271
|
+
})
|
|
272
|
+
);
|
|
273
|
+
}
|
|
274
|
+
);
|
|
275
|
+
|
|
276
|
+
// src/utils/cn.ts
|
|
277
|
+
var import_clsx = require("clsx");
|
|
278
|
+
var import_tailwind_merge = require("tailwind-merge");
|
|
279
|
+
function cn(...inputs) {
|
|
280
|
+
return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
// src/components/Avatar/Avatar.tsx
|
|
284
|
+
var import_react6 = require("react");
|
|
285
|
+
var import_cva = require("cva");
|
|
286
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
287
|
+
var avatarSizes = (0, import_cva.cva)({
|
|
288
|
+
variants: {
|
|
289
|
+
size: {
|
|
290
|
+
xxs: "w-[8px] h-[8px] rounded-[3px]",
|
|
291
|
+
xs: "w-[16px] h-[16px] rounded-[3px] text-[10px]",
|
|
292
|
+
sm: "w-[24px] h-[24px] rounded-[4px] text-md",
|
|
293
|
+
md: "w-[36px] h-[36px] rounded-[6px] text-md",
|
|
294
|
+
lg: "w-[45px] h-[45px] rounded-[8px] text-md",
|
|
295
|
+
xl: "w-[72px] h-[72px] rounded-[10px] text-[30px]"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
defaultVariants: {
|
|
299
|
+
size: "md"
|
|
300
|
+
}
|
|
301
|
+
});
|
|
302
|
+
var avatarColors = {
|
|
303
|
+
amber: "bg-amber-200 text-amber-700 data-[size=xxs]:bg-amber-700",
|
|
304
|
+
red: "bg-red-300 text-red-700 data-[size=xxs]:bg-red-700",
|
|
305
|
+
green: "bg-green-300 text-green-700 data-[size=xxs]:bg-green-700",
|
|
306
|
+
plum: "bg-plum-300 text-plum-700 data-[size=xxs]:bg-plum-700",
|
|
307
|
+
crimson: "bg-crimson-300 text-crimson-700 data-[size=xxs]:bg-crimson-700",
|
|
308
|
+
blue: "bg-blue-300 text-blue-700 data-[size=xxs]:bg-blue-700",
|
|
309
|
+
purple: "bg-purple-300 text-purple-700 data-[size=xxs]:bg-purple-700",
|
|
310
|
+
violet: "bg-violet-300 text-violet-700 data-[size=xxs]:bg-violet-700",
|
|
311
|
+
indigo: "bg-indigo-300 text-indigo-700 data-[size=xxs]:bg-indigo-700",
|
|
312
|
+
cyan: "bg-cyan-300 text-cyan-700 data-[size=xxs]:bg-cyan-700",
|
|
313
|
+
teal: "bg-teal-300 text-teal-700 data-[size=xxs]:bg-teal-700",
|
|
314
|
+
grass: "bg-grass-300 text-grass-700 data-[size=xxs]:bg-grass-700",
|
|
315
|
+
brown: "bg-brown-300 text-brown-700 data-[size=xxs]:bg-brown-700",
|
|
316
|
+
lime: "bg-lime-300 text-lime-700 data-[size=xxs]:bg-lime-700",
|
|
317
|
+
yellow: "bg-yellow-300 text-yellow-700 data-[size=xxs]:bg-yellow-700",
|
|
318
|
+
gold: "bg-gold-300 text-gold-700 data-[size=xxs]:bg-gold-700",
|
|
319
|
+
bronze: "bg-bronze-300 text-bronze-700 data-[size=xxs]:bg-bronze-700",
|
|
320
|
+
gray: "bg-gray-300 text-gray-700 data-[size=xxs]:bg-gray-700"
|
|
321
|
+
};
|
|
322
|
+
var avatarVariants = (0, import_cva.cva)({
|
|
323
|
+
variants: {
|
|
324
|
+
variant: avatarColors
|
|
325
|
+
},
|
|
326
|
+
defaultVariants: {
|
|
327
|
+
variant: "blue"
|
|
328
|
+
}
|
|
329
|
+
});
|
|
330
|
+
var getNameInitials = (name) => {
|
|
331
|
+
const initial = name[0].toUpperCase();
|
|
332
|
+
return initial;
|
|
333
|
+
};
|
|
334
|
+
var getColorFromName = (name) => {
|
|
335
|
+
const nameValue = Array.from(name).reduce(
|
|
336
|
+
(total, current) => current.charCodeAt(0) + total,
|
|
337
|
+
0
|
|
338
|
+
);
|
|
339
|
+
const colorIndex = nameValue % Object.keys(avatarColors).length;
|
|
340
|
+
return Object.keys(avatarColors)[colorIndex];
|
|
341
|
+
};
|
|
342
|
+
var Avatar = (0, import_react6.forwardRef)(function Avatar2(_a, forwardedRef) {
|
|
343
|
+
var _b = _a, { size, className, icon, name, variant, image } = _b, other = __objRest(_b, ["size", "className", "icon", "name", "variant", "image"]);
|
|
344
|
+
const color = getColorFromName(name);
|
|
345
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
346
|
+
"div",
|
|
347
|
+
__spreadProps(__spreadValues({
|
|
348
|
+
"data-size": size,
|
|
349
|
+
ref: forwardedRef,
|
|
350
|
+
className: cn(
|
|
351
|
+
"flex items-center justify-center font-semibold relative overflow-hidden shrink-0",
|
|
352
|
+
variant ? avatarVariants({ variant }) : avatarVariants({
|
|
353
|
+
variant: color
|
|
354
|
+
}),
|
|
355
|
+
avatarSizes({ size }),
|
|
356
|
+
{
|
|
357
|
+
relative: Boolean(icon)
|
|
358
|
+
},
|
|
359
|
+
className
|
|
360
|
+
)
|
|
361
|
+
}, other), {
|
|
362
|
+
children: [
|
|
363
|
+
image ? image : name && size !== "xxs" ? getNameInitials(name) : null,
|
|
364
|
+
icon && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "absolute bottom-0 right-0", children: icon })
|
|
365
|
+
]
|
|
366
|
+
})
|
|
367
|
+
);
|
|
368
|
+
});
|
|
369
|
+
|
|
370
|
+
// src/components/MediaCard/utils.ts
|
|
371
|
+
var secondsToDuration = (seconds) => {
|
|
372
|
+
const hours = Math.floor(seconds / (60 * 60));
|
|
373
|
+
const minutes = Math.floor(seconds / 60) % 60;
|
|
374
|
+
const leftoverSeconds = seconds % 60;
|
|
375
|
+
const hoursText = hours ? `${hours}:` : "";
|
|
376
|
+
const minutesText = minutes ? `${minutes}:` : "0:";
|
|
377
|
+
const secondsText = leftoverSeconds < 10 ? `0${leftoverSeconds}` : `${leftoverSeconds}`;
|
|
378
|
+
return `${hoursText}${minutesText}${secondsText}`;
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
// src/components/MediaCard/MediaCard.tsx
|
|
382
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
383
|
+
var typesIcons = {
|
|
384
|
+
audio: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Recording2Icon, {}),
|
|
385
|
+
video: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(VideoRecorderIcon, { duotone: true }),
|
|
386
|
+
image: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Image1Icon, { duotone: true })
|
|
387
|
+
};
|
|
388
|
+
var MediaCard = (_a) => {
|
|
389
|
+
var _b = _a, {
|
|
390
|
+
title,
|
|
391
|
+
description,
|
|
392
|
+
duration,
|
|
393
|
+
type,
|
|
394
|
+
image,
|
|
395
|
+
action,
|
|
396
|
+
actionBehavior = "default",
|
|
397
|
+
isLoading,
|
|
398
|
+
size,
|
|
399
|
+
className
|
|
400
|
+
} = _b, otherProps = __objRest(_b, [
|
|
401
|
+
"title",
|
|
402
|
+
"description",
|
|
403
|
+
"duration",
|
|
404
|
+
"type",
|
|
405
|
+
"image",
|
|
406
|
+
"action",
|
|
407
|
+
"actionBehavior",
|
|
408
|
+
"isLoading",
|
|
409
|
+
"size",
|
|
410
|
+
"className"
|
|
411
|
+
]);
|
|
412
|
+
const thumbnail = /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
413
|
+
"div",
|
|
414
|
+
__spreadProps(__spreadValues({}, otherProps), {
|
|
415
|
+
className: cn(
|
|
416
|
+
"flex-1 min-h-0 bg-gray-50 relative",
|
|
417
|
+
{
|
|
418
|
+
"aspect-square rounded-md": size === "medium" || size === "small"
|
|
419
|
+
},
|
|
420
|
+
className
|
|
421
|
+
),
|
|
422
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "flex justify-center items-center w-full h-full rounded-[inherit] overflow-hidden relative", children: [
|
|
423
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
424
|
+
"div",
|
|
425
|
+
{
|
|
426
|
+
className: cn(
|
|
427
|
+
"absolute w-full h-full",
|
|
428
|
+
size === "large" ? "p-2" : "p-1"
|
|
429
|
+
),
|
|
430
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "relative w-full h-full flex justify-center items-center", children: [
|
|
431
|
+
duration && size === "large" && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "absolute bottom-0 left-0", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("p", { className: "px-1 py-0.5 bg-black/50 dark:bg-white/50 rounded text-xs text-white dark:text-black font-medium truncate", children: secondsToDuration(duration) }) }),
|
|
432
|
+
size !== "small" && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "absolute bottom-0 right-0", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Avatar, { size: size === "large" ? "sm" : "xs", name: "Avatar" }) }),
|
|
433
|
+
type === "video" && image && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
434
|
+
PlayIcon,
|
|
435
|
+
{
|
|
436
|
+
size: size === "large" ? 24 : size === "medium" ? 18 : 12,
|
|
437
|
+
className: "text-white fill-white dark:text-black dark:fill-black"
|
|
438
|
+
}
|
|
439
|
+
)
|
|
440
|
+
] })
|
|
441
|
+
}
|
|
442
|
+
),
|
|
443
|
+
typeof image === "string" ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("img", { className: "w-full h-full object-cover", src: image }) : image ? image : (0, import_react7.cloneElement)(typesIcons[type], {
|
|
444
|
+
className: "text-gray-900 self-center",
|
|
445
|
+
size: size === "large" ? 24 : size === "medium" ? 18 : 16
|
|
446
|
+
})
|
|
447
|
+
] })
|
|
448
|
+
})
|
|
449
|
+
);
|
|
450
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
451
|
+
"div",
|
|
452
|
+
{
|
|
453
|
+
className: cn(
|
|
454
|
+
"flex flex-col bg-white border border-gray-200 divide-y divide-gray-200 rounded-lg shadow-sm group/mediacard",
|
|
455
|
+
"hover:bg-gray-25 active:bg-gray-50 overflow-hidden",
|
|
456
|
+
{
|
|
457
|
+
"opacity-40": isLoading,
|
|
458
|
+
"w-[232px] h-[184px]": size === "large",
|
|
459
|
+
"w-[240px] h-[72px]": size === "medium",
|
|
460
|
+
"w-[240px] h-[52px]": size === "small"
|
|
461
|
+
}
|
|
462
|
+
),
|
|
463
|
+
children: [
|
|
464
|
+
size === "large" && thumbnail,
|
|
465
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
466
|
+
"div",
|
|
467
|
+
{
|
|
468
|
+
className: cn("flex gap-4", {
|
|
469
|
+
"p-3": size === "large",
|
|
470
|
+
"py-2 pl-2 pr-3.5 h-full": size === "medium" || size === "small"
|
|
471
|
+
}),
|
|
472
|
+
children: [
|
|
473
|
+
size !== "large" && thumbnail,
|
|
474
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "flex gap-2 items-center w-full", children: [
|
|
475
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "flex-1 flex flex-col gap-0.5 min-w-0", children: [
|
|
476
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("p", { className: "text-black text-sm font-medium truncate", children: title }),
|
|
477
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("p", { className: "text-xs text-gray-900 truncate", children: description })
|
|
478
|
+
] }),
|
|
479
|
+
isLoading ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(SpinnerIcon, { size: 24, className: "text-blue-700 animate-spin" }) : /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
480
|
+
"div",
|
|
481
|
+
{
|
|
482
|
+
className: cn({
|
|
483
|
+
"invisible group-hover/mediacard:visible group-focus-within/mediacard:visible": actionBehavior === "hover"
|
|
484
|
+
}),
|
|
485
|
+
children: action
|
|
486
|
+
}
|
|
487
|
+
)
|
|
488
|
+
] })
|
|
489
|
+
]
|
|
490
|
+
}
|
|
491
|
+
)
|
|
492
|
+
]
|
|
493
|
+
}
|
|
494
|
+
);
|
|
495
|
+
};
|
|
496
|
+
MediaCard.displayName = "MediaCard";
|
|
497
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
498
|
+
0 && (module.exports = {
|
|
499
|
+
MediaCard
|
|
500
|
+
});
|