@snapcall/design-system 1.20.0-beta.8 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-VOEUAKL5.mjs → chunk-AFJWE6PJ.mjs} +5 -5
- package/dist/{chunk-3R4WXKTO.mjs → chunk-C4CNS77B.mjs} +1 -1
- package/dist/chunk-FMJFBQTF.mjs +41 -0
- package/dist/chunk-M7XGO7VL.mjs +41 -0
- package/dist/chunk-O46NQFTB.mjs +164 -0
- package/dist/chunk-RUGV2ZRC.mjs +41 -0
- package/dist/{chunk-6K65KHH3.mjs → chunk-WST7J5RJ.mjs} +72 -29
- package/dist/{chunk-WONCTSHB.mjs → chunk-YC4ZDBIC.mjs} +5 -1
- package/dist/{chunk-5LQUAZYA.mjs → chunk-ZMQWNJ3B.mjs} +2 -2
- package/dist/components/Accordion/index.d.mts +18 -4
- package/dist/components/Accordion/index.d.ts +18 -4
- package/dist/components/Accordion/index.js +2 -2
- package/dist/components/Accordion/index.mjs +42 -11
- package/dist/components/AlertDialog/index.d.mts +26 -9
- package/dist/components/AlertDialog/index.d.ts +26 -9
- package/dist/components/AlertDialog/index.js +12 -11
- package/dist/components/AlertDialog/index.mjs +2 -4
- package/dist/components/Avatar/index.d.mts +126 -1
- package/dist/components/Avatar/index.d.ts +126 -1
- package/dist/components/Badge/index.d.mts +67 -2
- package/dist/components/Badge/index.d.ts +67 -2
- package/dist/components/Badge/index.js +5 -1
- package/dist/components/Badge/index.mjs +1 -1
- package/dist/components/Button/index.d.mts +182 -5
- package/dist/components/Button/index.d.ts +182 -5
- package/dist/components/Button/index.js +11 -10
- package/dist/components/Button/index.mjs +1 -3
- package/dist/components/Calendar/index.d.mts +12 -2
- package/dist/components/Calendar/index.d.ts +12 -2
- package/dist/components/Calendar/index.js +26 -23
- package/dist/components/Calendar/index.mjs +10 -9
- package/dist/components/Carousel/index.d.mts +22 -6
- package/dist/components/Carousel/index.d.ts +22 -6
- package/dist/components/Carousel/index.js +23 -20
- package/dist/components/Carousel/index.mjs +140 -17
- package/dist/components/Checkbox/index.d.mts +6 -1
- package/dist/components/Checkbox/index.d.ts +6 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/Checkbox/index.mjs +2 -3
- package/dist/components/Command/index.d.mts +2 -8
- package/dist/components/Command/index.d.ts +2 -8
- package/dist/components/Command/index.js +71 -68
- package/dist/components/Command/index.mjs +5 -5
- package/dist/components/CreatableSelect/index.d.mts +32 -2
- package/dist/components/CreatableSelect/index.d.ts +32 -2
- package/dist/components/CreatableSelect/index.js +151 -144
- package/dist/components/CreatableSelect/index.mjs +11 -11
- package/dist/components/Dialog/index.d.mts +22 -7
- package/dist/components/Dialog/index.d.ts +22 -7
- package/dist/components/Dialog/index.js +58 -55
- package/dist/components/Dialog/index.mjs +6 -7
- package/dist/components/DropdownMenu/index.d.mts +24 -14
- package/dist/components/DropdownMenu/index.d.ts +24 -14
- package/dist/components/DropdownMenu/index.js +23 -24
- package/dist/components/DropdownMenu/index.mjs +8 -11
- package/dist/components/FilterButton/index.d.mts +10 -1
- package/dist/components/FilterButton/index.d.ts +10 -1
- package/dist/components/FilterButton/index.js +16 -11
- package/dist/components/FilterButton/index.mjs +2 -4
- package/dist/components/Form/index.d.mts +30 -8
- package/dist/components/Form/index.d.ts +30 -8
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Form/index.mjs +1 -1
- package/dist/components/Input/index.d.mts +12 -1
- package/dist/components/Input/index.d.ts +12 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/Input/index.mjs +1 -1
- package/dist/components/Label/index.d.mts +6 -1
- package/dist/components/Label/index.d.ts +6 -1
- package/dist/components/Label/index.js +1 -1
- package/dist/components/Label/index.mjs +1 -1
- package/dist/components/Link/index.d.mts +5 -1
- package/dist/components/Link/index.d.ts +5 -1
- package/dist/components/Pagination/index.d.mts +19 -2
- package/dist/components/Pagination/index.d.ts +19 -2
- package/dist/components/Pagination/index.js +24 -21
- package/dist/components/Pagination/index.mjs +84 -18
- package/dist/components/Popover/index.d.mts +8 -3
- package/dist/components/Popover/index.d.ts +8 -3
- package/dist/components/Popover/index.js +1 -1
- package/dist/components/Popover/index.mjs +1 -1
- package/dist/components/RadioGroup/index.d.mts +7 -2
- package/dist/components/RadioGroup/index.d.ts +7 -2
- package/dist/components/Select/index.d.mts +17 -8
- package/dist/components/Select/index.d.ts +17 -8
- package/dist/components/Select/index.js +3 -3
- package/dist/components/Select/index.mjs +45 -15
- package/dist/components/Sheet/index.d.mts +79 -7
- package/dist/components/Sheet/index.d.ts +79 -7
- package/dist/components/Sheet/index.js +58 -55
- package/dist/components/Sheet/index.mjs +6 -7
- package/dist/components/Skeleton/index.d.mts +5 -1
- package/dist/components/Skeleton/index.d.ts +5 -1
- package/dist/components/Switch/index.d.mts +6 -1
- package/dist/components/Switch/index.d.ts +6 -1
- package/dist/components/Switch/index.js +1 -1
- package/dist/components/Switch/index.mjs +1 -1
- package/dist/components/Table/index.d.mts +17 -7
- package/dist/components/Table/index.d.ts +17 -7
- package/dist/components/Table/index.js +3 -3
- package/dist/components/Table/index.mjs +3 -3
- package/dist/components/Tabs/index.d.mts +9 -4
- package/dist/components/Tabs/index.d.ts +9 -4
- package/dist/components/Tabs/index.js +1 -1
- package/dist/components/Tabs/index.mjs +1 -1
- package/dist/components/Textarea/index.d.mts +9 -1
- package/dist/components/Textarea/index.d.ts +9 -1
- package/dist/components/Textarea/index.js +1 -1
- package/dist/components/Textarea/index.mjs +1 -1
- package/dist/components/Toaster/index.d.mts +168 -14
- package/dist/components/Toaster/index.d.ts +168 -14
- package/dist/components/Toaster/index.js +60 -57
- package/dist/components/Toaster/index.mjs +8 -9
- package/dist/components/ToggleGroup/index.d.mts +17 -2
- package/dist/components/ToggleGroup/index.d.ts +17 -2
- package/dist/components/ToggleGroup/index.js +1 -1
- package/dist/components/ToggleGroup/index.mjs +2 -3
- package/dist/components/Tooltip/index.d.mts +10 -4
- package/dist/components/Tooltip/index.d.ts +10 -4
- package/dist/components/Tooltip/index.js +1 -1
- package/dist/components/Tooltip/index.mjs +1 -1
- package/dist/components/index-Btj0VOSP.d.mts +96 -0
- package/dist/components/index-Btj0VOSP.d.ts +96 -0
- package/dist/icons/activity.d.mts +6 -1
- package/dist/icons/activity.d.ts +6 -1
- package/dist/icons/activityHeart.d.mts +6 -1
- package/dist/icons/activityHeart.d.ts +6 -1
- package/dist/icons/airplay.d.mts +6 -1
- package/dist/icons/airplay.d.ts +6 -1
- package/dist/icons/airpods.d.mts +6 -1
- package/dist/icons/airpods.d.ts +6 -1
- package/dist/icons/alarmClock.d.mts +6 -1
- package/dist/icons/alarmClock.d.ts +6 -1
- package/dist/icons/alarmClockCheck.d.mts +6 -1
- package/dist/icons/alarmClockCheck.d.ts +6 -1
- package/dist/icons/alarmClockMinus.d.mts +6 -1
- package/dist/icons/alarmClockMinus.d.ts +6 -1
- package/dist/icons/alarmClockOff.d.mts +6 -1
- package/dist/icons/alarmClockOff.d.ts +6 -1
- package/dist/icons/alarmClockPlus.d.mts +6 -1
- package/dist/icons/alarmClockPlus.d.ts +6 -1
- package/dist/icons/alertCircle.d.mts +6 -1
- package/dist/icons/alertCircle.d.ts +6 -1
- package/dist/icons/alertHexagon.d.mts +6 -1
- package/dist/icons/alertHexagon.d.ts +6 -1
- package/dist/icons/alertOctagon.d.mts +6 -1
- package/dist/icons/alertOctagon.d.ts +6 -1
- package/dist/icons/alertSquare.d.mts +6 -1
- package/dist/icons/alertSquare.d.ts +6 -1
- package/dist/icons/alertTriangle.d.mts +6 -1
- package/dist/icons/alertTriangle.d.ts +6 -1
- package/dist/icons/alignBottom1.d.mts +6 -1
- package/dist/icons/alignBottom1.d.ts +6 -1
- package/dist/icons/alignBottom2.d.mts +6 -1
- package/dist/icons/alignBottom2.d.ts +6 -1
- package/dist/icons/alignCenter.d.mts +6 -1
- package/dist/icons/alignCenter.d.ts +6 -1
- package/dist/icons/alignHorizontalCentre1.d.mts +6 -1
- package/dist/icons/alignHorizontalCentre1.d.ts +6 -1
- package/dist/icons/alignHorizontalCentre2.d.mts +6 -1
- package/dist/icons/alignHorizontalCentre2.d.ts +6 -1
- package/dist/icons/alignJustify.d.mts +6 -1
- package/dist/icons/alignJustify.d.ts +6 -1
- package/dist/icons/alignLeft.d.mts +6 -1
- package/dist/icons/alignLeft.d.ts +6 -1
- package/dist/icons/alignLeft1.d.mts +6 -1
- package/dist/icons/alignLeft1.d.ts +6 -1
- package/dist/icons/alignLeft2.d.mts +6 -1
- package/dist/icons/alignLeft2.d.ts +6 -1
- package/dist/icons/alignRight.d.mts +6 -1
- package/dist/icons/alignRight.d.ts +6 -1
- package/dist/icons/alignRight1.d.mts +6 -1
- package/dist/icons/alignRight1.d.ts +6 -1
- package/dist/icons/alignRight2.d.mts +6 -1
- package/dist/icons/alignRight2.d.ts +6 -1
- package/dist/icons/alignTopArrow1.d.mts +6 -1
- package/dist/icons/alignTopArrow1.d.ts +6 -1
- package/dist/icons/alignTopArrow2.d.mts +6 -1
- package/dist/icons/alignTopArrow2.d.ts +6 -1
- package/dist/icons/alignVerticalCenter1.d.mts +6 -1
- package/dist/icons/alignVerticalCenter1.d.ts +6 -1
- package/dist/icons/alignVerticalCenter2.d.mts +6 -1
- package/dist/icons/alignVerticalCenter2.d.ts +6 -1
- package/dist/icons/anchor.d.mts +6 -1
- package/dist/icons/anchor.d.ts +6 -1
- package/dist/icons/annotation.d.mts +6 -1
- package/dist/icons/annotation.d.ts +6 -1
- package/dist/icons/annotationAlert.d.mts +6 -1
- package/dist/icons/annotationAlert.d.ts +6 -1
- package/dist/icons/annotationCheck.d.mts +6 -1
- package/dist/icons/annotationCheck.d.ts +6 -1
- package/dist/icons/annotationDots.d.mts +6 -1
- package/dist/icons/annotationDots.d.ts +6 -1
- package/dist/icons/annotationHeart.d.mts +6 -1
- package/dist/icons/annotationHeart.d.ts +6 -1
- package/dist/icons/annotationInfo.d.mts +6 -1
- package/dist/icons/annotationInfo.d.ts +6 -1
- package/dist/icons/annotationPlus.d.mts +6 -1
- package/dist/icons/annotationPlus.d.ts +6 -1
- package/dist/icons/annotationQuestion.d.mts +6 -1
- package/dist/icons/annotationQuestion.d.ts +6 -1
- package/dist/icons/annotationX.d.mts +6 -1
- package/dist/icons/annotationX.d.ts +6 -1
- package/dist/icons/announcement1.d.mts +6 -1
- package/dist/icons/announcement1.d.ts +6 -1
- package/dist/icons/announcement2.d.mts +6 -1
- package/dist/icons/announcement2.d.ts +6 -1
- package/dist/icons/announcement3.d.mts +6 -1
- package/dist/icons/announcement3.d.ts +6 -1
- package/dist/icons/appIntegration.d.mts +6 -1
- package/dist/icons/appIntegration.d.ts +6 -1
- package/dist/icons/archive.d.mts +6 -1
- package/dist/icons/archive.d.ts +6 -1
- package/dist/icons/arrowBlockDown.d.mts +6 -1
- package/dist/icons/arrowBlockDown.d.ts +6 -1
- package/dist/icons/arrowBlockLeft.d.mts +6 -1
- package/dist/icons/arrowBlockLeft.d.ts +6 -1
- package/dist/icons/arrowBlockRight.d.mts +6 -1
- package/dist/icons/arrowBlockRight.d.ts +6 -1
- package/dist/icons/arrowBlockUp.d.mts +6 -1
- package/dist/icons/arrowBlockUp.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenDown.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenDown.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenDownLeft.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenDownLeft.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenDownRight.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenDownRight.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenLeft.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenLeft.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenRight.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenRight.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenUp.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenUp.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenUpLeft.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenUpLeft.d.ts +6 -1
- package/dist/icons/arrowCircleBrokenUpRight.d.mts +6 -1
- package/dist/icons/arrowCircleBrokenUpRight.d.ts +6 -1
- package/dist/icons/arrowCircleDown.d.mts +6 -1
- package/dist/icons/arrowCircleDown.d.ts +6 -1
- package/dist/icons/arrowCircleDownLeft.d.mts +6 -1
- package/dist/icons/arrowCircleDownLeft.d.ts +6 -1
- package/dist/icons/arrowCircleDownRight.d.mts +6 -1
- package/dist/icons/arrowCircleDownRight.d.ts +6 -1
- package/dist/icons/arrowCircleLeft.d.mts +6 -1
- package/dist/icons/arrowCircleLeft.d.ts +6 -1
- package/dist/icons/arrowCircleRight.d.mts +6 -1
- package/dist/icons/arrowCircleRight.d.ts +6 -1
- package/dist/icons/arrowCircleUp.d.mts +6 -1
- package/dist/icons/arrowCircleUp.d.ts +6 -1
- package/dist/icons/arrowCircleUpLeft.d.mts +6 -1
- package/dist/icons/arrowCircleUpLeft.d.ts +6 -1
- package/dist/icons/arrowCircleUpRight.d.mts +6 -1
- package/dist/icons/arrowCircleUpRight.d.ts +6 -1
- package/dist/icons/arrowDown.d.mts +6 -1
- package/dist/icons/arrowDown.d.ts +6 -1
- package/dist/icons/arrowDownLeft.d.mts +6 -1
- package/dist/icons/arrowDownLeft.d.ts +6 -1
- package/dist/icons/arrowDownRight.d.mts +6 -1
- package/dist/icons/arrowDownRight.d.ts +6 -1
- package/dist/icons/arrowLeft.d.mts +6 -1
- package/dist/icons/arrowLeft.d.ts +6 -1
- package/dist/icons/arrowNarrowDown.d.mts +6 -1
- package/dist/icons/arrowNarrowDown.d.ts +6 -1
- package/dist/icons/arrowNarrowDownLeft.d.mts +6 -1
- package/dist/icons/arrowNarrowDownLeft.d.ts +6 -1
- package/dist/icons/arrowNarrowDownRight.d.mts +6 -1
- package/dist/icons/arrowNarrowDownRight.d.ts +6 -1
- package/dist/icons/arrowNarrowLeft.d.mts +6 -1
- package/dist/icons/arrowNarrowLeft.d.ts +6 -1
- package/dist/icons/arrowNarrowRight.d.mts +6 -1
- package/dist/icons/arrowNarrowRight.d.ts +6 -1
- package/dist/icons/arrowNarrowUp.d.mts +6 -1
- package/dist/icons/arrowNarrowUp.d.ts +6 -1
- package/dist/icons/arrowNarrowUpLeft.d.mts +6 -1
- package/dist/icons/arrowNarrowUpLeft.d.ts +6 -1
- package/dist/icons/arrowNarrowUpRight.d.mts +6 -1
- package/dist/icons/arrowNarrowUpRight.d.ts +6 -1
- package/dist/icons/arrowRight.d.mts +6 -1
- package/dist/icons/arrowRight.d.ts +6 -1
- package/dist/icons/arrowSquareDown.d.mts +6 -1
- package/dist/icons/arrowSquareDown.d.ts +6 -1
- package/dist/icons/arrowSquareDownLeft.d.mts +6 -1
- package/dist/icons/arrowSquareDownLeft.d.ts +6 -1
- package/dist/icons/arrowSquareDownRight.d.mts +6 -1
- package/dist/icons/arrowSquareDownRight.d.ts +6 -1
- package/dist/icons/arrowSquareLeft.d.mts +6 -1
- package/dist/icons/arrowSquareLeft.d.ts +6 -1
- package/dist/icons/arrowSquareRight.d.mts +6 -1
- package/dist/icons/arrowSquareRight.d.ts +6 -1
- package/dist/icons/arrowSquareUp.d.mts +6 -1
- package/dist/icons/arrowSquareUp.d.ts +6 -1
- package/dist/icons/arrowSquareUpLeft.d.mts +6 -1
- package/dist/icons/arrowSquareUpLeft.d.ts +6 -1
- package/dist/icons/arrowSquareUpRight.d.mts +6 -1
- package/dist/icons/arrowSquareUpRight.d.ts +6 -1
- package/dist/icons/arrowUp.d.mts +6 -1
- package/dist/icons/arrowUp.d.ts +6 -1
- package/dist/icons/arrowUpLeft.d.mts +6 -1
- package/dist/icons/arrowUpLeft.d.ts +6 -1
- package/dist/icons/arrowUpRight.d.mts +6 -1
- package/dist/icons/arrowUpRight.d.ts +6 -1
- package/dist/icons/arrowsDown.d.mts +6 -1
- package/dist/icons/arrowsDown.d.ts +6 -1
- package/dist/icons/arrowsLeft.d.mts +6 -1
- package/dist/icons/arrowsLeft.d.ts +6 -1
- package/dist/icons/arrowsRight.d.mts +6 -1
- package/dist/icons/arrowsRight.d.ts +6 -1
- package/dist/icons/arrowsTriangle.d.mts +6 -1
- package/dist/icons/arrowsTriangle.d.ts +6 -1
- package/dist/icons/arrowsUp.d.mts +6 -1
- package/dist/icons/arrowsUp.d.ts +6 -1
- package/dist/icons/asterisk1.d.mts +6 -1
- package/dist/icons/asterisk1.d.ts +6 -1
- package/dist/icons/asterisk2.d.mts +6 -1
- package/dist/icons/asterisk2.d.ts +6 -1
- package/dist/icons/atSign.d.mts +6 -1
- package/dist/icons/atSign.d.ts +6 -1
- package/dist/icons/atom1.d.mts +6 -1
- package/dist/icons/atom1.d.ts +6 -1
- package/dist/icons/atom2.d.mts +6 -1
- package/dist/icons/atom2.d.ts +6 -1
- package/dist/icons/attachment.d.mts +6 -1
- package/dist/icons/attachment.d.ts +6 -1
- package/dist/icons/attachment1.d.mts +6 -1
- package/dist/icons/attachment1.d.ts +6 -1
- package/dist/icons/attachment2.d.mts +6 -1
- package/dist/icons/attachment2.d.ts +6 -1
- package/dist/icons/award1.d.mts +6 -1
- package/dist/icons/award1.d.ts +6 -1
- package/dist/icons/award2.d.mts +6 -1
- package/dist/icons/award2.d.ts +6 -1
- package/dist/icons/award3.d.mts +6 -1
- package/dist/icons/award3.d.ts +6 -1
- package/dist/icons/award4.d.mts +6 -1
- package/dist/icons/award4.d.ts +6 -1
- package/dist/icons/award5.d.mts +6 -1
- package/dist/icons/award5.d.ts +6 -1
- package/dist/icons/backpack.d.mts +6 -1
- package/dist/icons/backpack.d.ts +6 -1
- package/dist/icons/bank.d.mts +6 -1
- package/dist/icons/bank.d.ts +6 -1
- package/dist/icons/bankNote1.d.mts +6 -1
- package/dist/icons/bankNote1.d.ts +6 -1
- package/dist/icons/bankNote2.d.mts +6 -1
- package/dist/icons/bankNote2.d.ts +6 -1
- package/dist/icons/bankNote3.d.mts +6 -1
- package/dist/icons/bankNote3.d.ts +6 -1
- package/dist/icons/barChart1.d.mts +6 -1
- package/dist/icons/barChart1.d.ts +6 -1
- package/dist/icons/barChart11.d.mts +6 -1
- package/dist/icons/barChart11.d.ts +6 -1
- package/dist/icons/barChart12.d.mts +6 -1
- package/dist/icons/barChart12.d.ts +6 -1
- package/dist/icons/barChart2.d.mts +6 -1
- package/dist/icons/barChart2.d.ts +6 -1
- package/dist/icons/barChart3.d.mts +6 -1
- package/dist/icons/barChart3.d.ts +6 -1
- package/dist/icons/barChart4.d.mts +6 -1
- package/dist/icons/barChart4.d.ts +6 -1
- package/dist/icons/barChart5.d.mts +6 -1
- package/dist/icons/barChart5.d.ts +6 -1
- package/dist/icons/barChart6.d.mts +6 -1
- package/dist/icons/barChart6.d.ts +6 -1
- package/dist/icons/barChart7.d.mts +6 -1
- package/dist/icons/barChart7.d.ts +6 -1
- package/dist/icons/barChart8.d.mts +6 -1
- package/dist/icons/barChart8.d.ts +6 -1
- package/dist/icons/barChart9.d.mts +6 -1
- package/dist/icons/barChart9.d.ts +6 -1
- package/dist/icons/barChartCircle1.d.mts +6 -1
- package/dist/icons/barChartCircle1.d.ts +6 -1
- package/dist/icons/barChartCircle2.d.mts +6 -1
- package/dist/icons/barChartCircle2.d.ts +6 -1
- package/dist/icons/barChartCircle3.d.mts +6 -1
- package/dist/icons/barChartCircle3.d.ts +6 -1
- package/dist/icons/barChartSquare1.d.mts +6 -1
- package/dist/icons/barChartSquare1.d.ts +6 -1
- package/dist/icons/barChartSquare2.d.mts +6 -1
- package/dist/icons/barChartSquare2.d.ts +6 -1
- package/dist/icons/barChartSquare3.d.mts +6 -1
- package/dist/icons/barChartSquare3.d.ts +6 -1
- package/dist/icons/barChartSquareDown.d.mts +6 -1
- package/dist/icons/barChartSquareDown.d.ts +6 -1
- package/dist/icons/barChartSquareMinus.d.mts +6 -1
- package/dist/icons/barChartSquareMinus.d.ts +6 -1
- package/dist/icons/barChartSquarePlus.d.mts +6 -1
- package/dist/icons/barChartSquarePlus.d.ts +6 -1
- package/dist/icons/barChartSquareUp.d.mts +6 -1
- package/dist/icons/barChartSquareUp.d.ts +6 -1
- package/dist/icons/barLineChart.d.mts +6 -1
- package/dist/icons/barLineChart.d.ts +6 -1
- package/dist/icons/batteryCharging1.d.mts +6 -1
- package/dist/icons/batteryCharging1.d.ts +6 -1
- package/dist/icons/batteryCharging2.d.mts +6 -1
- package/dist/icons/batteryCharging2.d.ts +6 -1
- package/dist/icons/batteryEmpty.d.mts +6 -1
- package/dist/icons/batteryEmpty.d.ts +6 -1
- package/dist/icons/batteryFull.d.mts +6 -1
- package/dist/icons/batteryFull.d.ts +6 -1
- package/dist/icons/batteryLow.d.mts +6 -1
- package/dist/icons/batteryLow.d.ts +6 -1
- package/dist/icons/batteryMid.d.mts +6 -1
- package/dist/icons/batteryMid.d.ts +6 -1
- package/dist/icons/beaker1.d.mts +6 -1
- package/dist/icons/beaker1.d.ts +6 -1
- package/dist/icons/beaker2.d.mts +6 -1
- package/dist/icons/beaker2.d.ts +6 -1
- package/dist/icons/bell.d.mts +6 -1
- package/dist/icons/bell.d.ts +6 -1
- package/dist/icons/bell1.d.mts +6 -1
- package/dist/icons/bell1.d.ts +6 -1
- package/dist/icons/bell2.d.mts +6 -1
- package/dist/icons/bell2.d.ts +6 -1
- package/dist/icons/bell3.d.mts +6 -1
- package/dist/icons/bell3.d.ts +6 -1
- package/dist/icons/bell4.d.mts +6 -1
- package/dist/icons/bell4.d.ts +6 -1
- package/dist/icons/bellMinus.d.mts +6 -1
- package/dist/icons/bellMinus.d.ts +6 -1
- package/dist/icons/bellOff1.d.mts +6 -1
- package/dist/icons/bellOff1.d.ts +6 -1
- package/dist/icons/bellOff2.d.mts +6 -1
- package/dist/icons/bellOff2.d.ts +6 -1
- package/dist/icons/bellOff3.d.mts +6 -1
- package/dist/icons/bellOff3.d.ts +6 -1
- package/dist/icons/bellPlus.d.mts +6 -1
- package/dist/icons/bellPlus.d.ts +6 -1
- package/dist/icons/bellRinging1.d.mts +6 -1
- package/dist/icons/bellRinging1.d.ts +6 -1
- package/dist/icons/bellRinging2.d.mts +6 -1
- package/dist/icons/bellRinging2.d.ts +6 -1
- package/dist/icons/bellRinging3.d.mts +6 -1
- package/dist/icons/bellRinging3.d.ts +6 -1
- package/dist/icons/bellRinging4.d.mts +6 -1
- package/dist/icons/bellRinging4.d.ts +6 -1
- package/dist/icons/bezierCurve1.d.mts +6 -1
- package/dist/icons/bezierCurve1.d.ts +6 -1
- package/dist/icons/bezierCurve2.d.mts +6 -1
- package/dist/icons/bezierCurve2.d.ts +6 -1
- package/dist/icons/bezierCurve3.d.mts +6 -1
- package/dist/icons/bezierCurve3.d.ts +6 -1
- package/dist/icons/bluetoothConnect.d.mts +6 -1
- package/dist/icons/bluetoothConnect.d.ts +6 -1
- package/dist/icons/bluetoothOff.d.mts +6 -1
- package/dist/icons/bluetoothOff.d.ts +6 -1
- package/dist/icons/bluetoothOn.d.mts +6 -1
- package/dist/icons/bluetoothOn.d.ts +6 -1
- package/dist/icons/bluetoothSignal.d.mts +6 -1
- package/dist/icons/bluetoothSignal.d.ts +6 -1
- package/dist/icons/bold1.d.mts +6 -1
- package/dist/icons/bold1.d.ts +6 -1
- package/dist/icons/bold2.d.mts +6 -1
- package/dist/icons/bold2.d.ts +6 -1
- package/dist/icons/boldSquare.d.mts +6 -1
- package/dist/icons/boldSquare.d.ts +6 -1
- package/dist/icons/bookClosed.d.mts +6 -1
- package/dist/icons/bookClosed.d.ts +6 -1
- package/dist/icons/bookOpen1.d.mts +6 -1
- package/dist/icons/bookOpen1.d.ts +6 -1
- package/dist/icons/bookOpen2.d.mts +6 -1
- package/dist/icons/bookOpen2.d.ts +6 -1
- package/dist/icons/bookmark.d.mts +6 -1
- package/dist/icons/bookmark.d.ts +6 -1
- package/dist/icons/bookmarkAdd.d.mts +6 -1
- package/dist/icons/bookmarkAdd.d.ts +6 -1
- package/dist/icons/bookmarkCheck.d.mts +6 -1
- package/dist/icons/bookmarkCheck.d.ts +6 -1
- package/dist/icons/bookmarkMinus.d.mts +6 -1
- package/dist/icons/bookmarkMinus.d.ts +6 -1
- package/dist/icons/bookmarkX.d.mts +6 -1
- package/dist/icons/bookmarkX.d.ts +6 -1
- package/dist/icons/box.d.mts +6 -1
- package/dist/icons/box.d.ts +6 -1
- package/dist/icons/brackets.d.mts +6 -1
- package/dist/icons/brackets.d.ts +6 -1
- package/dist/icons/bracketsCheck.d.mts +6 -1
- package/dist/icons/bracketsCheck.d.ts +6 -1
- package/dist/icons/bracketsEllipses.d.mts +6 -1
- package/dist/icons/bracketsEllipses.d.ts +6 -1
- package/dist/icons/bracketsMinus.d.mts +6 -1
- package/dist/icons/bracketsMinus.d.ts +6 -1
- package/dist/icons/bracketsPlus.d.mts +6 -1
- package/dist/icons/bracketsPlus.d.ts +6 -1
- package/dist/icons/bracketsSlash.d.mts +6 -1
- package/dist/icons/bracketsSlash.d.ts +6 -1
- package/dist/icons/bracketsX.d.mts +6 -1
- package/dist/icons/bracketsX.d.ts +6 -1
- package/dist/icons/briefcase1.d.mts +6 -1
- package/dist/icons/briefcase1.d.ts +6 -1
- package/dist/icons/briefcase2.d.mts +6 -1
- package/dist/icons/briefcase2.d.ts +6 -1
- package/dist/icons/browser.d.mts +6 -1
- package/dist/icons/browser.d.ts +6 -1
- package/dist/icons/brush1.d.mts +6 -1
- package/dist/icons/brush1.d.ts +6 -1
- package/dist/icons/brush2.d.mts +6 -1
- package/dist/icons/brush2.d.ts +6 -1
- package/dist/icons/brush3.d.mts +6 -1
- package/dist/icons/brush3.d.ts +6 -1
- package/dist/icons/building1.d.mts +6 -1
- package/dist/icons/building1.d.ts +6 -1
- package/dist/icons/building2.d.mts +6 -1
- package/dist/icons/building2.d.ts +6 -1
- package/dist/icons/building3.d.mts +6 -1
- package/dist/icons/building3.d.ts +6 -1
- package/dist/icons/building4.d.mts +6 -1
- package/dist/icons/building4.d.ts +6 -1
- package/dist/icons/building5.d.mts +6 -1
- package/dist/icons/building5.d.ts +6 -1
- package/dist/icons/building6.d.mts +6 -1
- package/dist/icons/building6.d.ts +6 -1
- package/dist/icons/building7.d.mts +6 -1
- package/dist/icons/building7.d.ts +6 -1
- package/dist/icons/building8.d.mts +6 -1
- package/dist/icons/building8.d.ts +6 -1
- package/dist/icons/bus.d.mts +6 -1
- package/dist/icons/bus.d.ts +6 -1
- package/dist/icons/calculator.d.mts +6 -1
- package/dist/icons/calculator.d.ts +6 -1
- package/dist/icons/calendar.d.mts +6 -1
- package/dist/icons/calendar.d.ts +6 -1
- package/dist/icons/calendarCheck.d.mts +6 -1
- package/dist/icons/calendarCheck.d.ts +6 -1
- package/dist/icons/calendarCheck1.d.mts +6 -1
- package/dist/icons/calendarCheck1.d.ts +6 -1
- package/dist/icons/calendarCheck2.d.mts +6 -1
- package/dist/icons/calendarCheck2.d.ts +6 -1
- package/dist/icons/calendarDate.d.mts +6 -1
- package/dist/icons/calendarDate.d.ts +6 -1
- package/dist/icons/calendarHeart1.d.mts +6 -1
- package/dist/icons/calendarHeart1.d.ts +6 -1
- package/dist/icons/calendarHeart2.d.mts +6 -1
- package/dist/icons/calendarHeart2.d.ts +6 -1
- package/dist/icons/calendarMinus1.d.mts +6 -1
- package/dist/icons/calendarMinus1.d.ts +6 -1
- package/dist/icons/calendarMinus2.d.mts +6 -1
- package/dist/icons/calendarMinus2.d.ts +6 -1
- package/dist/icons/calendarPlus.d.mts +6 -1
- package/dist/icons/calendarPlus.d.ts +6 -1
- package/dist/icons/calendarPlus1.d.mts +6 -1
- package/dist/icons/calendarPlus1.d.ts +6 -1
- package/dist/icons/calendarPlus2.d.mts +6 -1
- package/dist/icons/calendarPlus2.d.ts +6 -1
- package/dist/icons/calendarPlusCorner.d.mts +6 -1
- package/dist/icons/calendarPlusCorner.d.ts +6 -1
- package/dist/icons/camera.d.mts +6 -1
- package/dist/icons/camera.d.ts +6 -1
- package/dist/icons/camera1.d.mts +6 -1
- package/dist/icons/camera1.d.ts +6 -1
- package/dist/icons/camera2.d.mts +6 -1
- package/dist/icons/camera2.d.ts +6 -1
- package/dist/icons/camera3.d.mts +6 -1
- package/dist/icons/camera3.d.ts +6 -1
- package/dist/icons/cameraLens.d.mts +6 -1
- package/dist/icons/cameraLens.d.ts +6 -1
- package/dist/icons/cameraOff.d.mts +6 -1
- package/dist/icons/cameraOff.d.ts +6 -1
- package/dist/icons/cameraPlus.d.mts +6 -1
- package/dist/icons/cameraPlus.d.ts +6 -1
- package/dist/icons/car1.d.mts +6 -1
- package/dist/icons/car1.d.ts +6 -1
- package/dist/icons/car2.d.mts +6 -1
- package/dist/icons/car2.d.ts +6 -1
- package/dist/icons/certificate1.d.mts +6 -1
- package/dist/icons/certificate1.d.ts +6 -1
- package/dist/icons/certificate2.d.mts +6 -1
- package/dist/icons/certificate2.d.ts +6 -1
- package/dist/icons/chartBreakoutCircle.d.mts +6 -1
- package/dist/icons/chartBreakoutCircle.d.ts +6 -1
- package/dist/icons/chartBreakoutSquare.d.mts +6 -1
- package/dist/icons/chartBreakoutSquare.d.ts +6 -1
- package/dist/icons/check.d.mts +6 -1
- package/dist/icons/check.d.ts +6 -1
- package/dist/icons/checkCircle.d.mts +6 -1
- package/dist/icons/checkCircle.d.ts +6 -1
- package/dist/icons/checkCircleBroken.d.mts +6 -1
- package/dist/icons/checkCircleBroken.d.ts +6 -1
- package/dist/icons/checkDone1.d.mts +6 -1
- package/dist/icons/checkDone1.d.ts +6 -1
- package/dist/icons/checkDone2.d.mts +6 -1
- package/dist/icons/checkDone2.d.ts +6 -1
- package/dist/icons/checkHeart.d.mts +6 -1
- package/dist/icons/checkHeart.d.ts +6 -1
- package/dist/icons/checkSquare.d.mts +6 -1
- package/dist/icons/checkSquare.d.ts +6 -1
- package/dist/icons/checkSquareBroken.d.mts +6 -1
- package/dist/icons/checkSquareBroken.d.ts +6 -1
- package/dist/icons/checkVerified1.d.mts +6 -1
- package/dist/icons/checkVerified1.d.ts +6 -1
- package/dist/icons/checkVerified2.d.mts +6 -1
- package/dist/icons/checkVerified2.d.ts +6 -1
- package/dist/icons/checkVerified3.d.mts +6 -1
- package/dist/icons/checkVerified3.d.ts +6 -1
- package/dist/icons/chevronDown.d.mts +6 -1
- package/dist/icons/chevronDown.d.ts +6 -1
- package/dist/icons/chevronDownDouble.d.mts +6 -1
- package/dist/icons/chevronDownDouble.d.ts +6 -1
- package/dist/icons/chevronLeft.d.mts +6 -1
- package/dist/icons/chevronLeft.d.ts +6 -1
- package/dist/icons/chevronLeftDouble.d.mts +6 -1
- package/dist/icons/chevronLeftDouble.d.ts +6 -1
- package/dist/icons/chevronRight.d.mts +6 -1
- package/dist/icons/chevronRight.d.ts +6 -1
- package/dist/icons/chevronRightDouble.d.mts +6 -1
- package/dist/icons/chevronRightDouble.d.ts +6 -1
- package/dist/icons/chevronSelectorHorizontal.d.mts +6 -1
- package/dist/icons/chevronSelectorHorizontal.d.ts +6 -1
- package/dist/icons/chevronSelectorVertical.d.mts +6 -1
- package/dist/icons/chevronSelectorVertical.d.ts +6 -1
- package/dist/icons/chevronUp.d.mts +6 -1
- package/dist/icons/chevronUp.d.ts +6 -1
- package/dist/icons/chevronUpDouble.d.mts +6 -1
- package/dist/icons/chevronUpDouble.d.ts +6 -1
- package/dist/icons/chromeCast.d.mts +6 -1
- package/dist/icons/chromeCast.d.ts +6 -1
- package/dist/icons/circle.d.mts +6 -1
- package/dist/icons/circle.d.ts +6 -1
- package/dist/icons/circleCut.d.mts +6 -1
- package/dist/icons/circleCut.d.ts +6 -1
- package/dist/icons/clapperboard.d.mts +6 -1
- package/dist/icons/clapperboard.d.ts +6 -1
- package/dist/icons/clipboard.d.mts +6 -1
- package/dist/icons/clipboard.d.ts +6 -1
- package/dist/icons/clipboardAttachment.d.mts +6 -1
- package/dist/icons/clipboardAttachment.d.ts +6 -1
- package/dist/icons/clipboardCheck.d.mts +6 -1
- package/dist/icons/clipboardCheck.d.ts +6 -1
- package/dist/icons/clipboardDownload.d.mts +6 -1
- package/dist/icons/clipboardDownload.d.ts +6 -1
- package/dist/icons/clipboardMinus.d.mts +6 -1
- package/dist/icons/clipboardMinus.d.ts +6 -1
- package/dist/icons/clipboardPlus.d.mts +6 -1
- package/dist/icons/clipboardPlus.d.ts +6 -1
- package/dist/icons/clipboardX.d.mts +6 -1
- package/dist/icons/clipboardX.d.ts +6 -1
- package/dist/icons/clock.d.mts +6 -1
- package/dist/icons/clock.d.ts +6 -1
- package/dist/icons/clockCheck.d.mts +6 -1
- package/dist/icons/clockCheck.d.ts +6 -1
- package/dist/icons/clockFastForward.d.mts +6 -1
- package/dist/icons/clockFastForward.d.ts +6 -1
- package/dist/icons/clockPlus.d.mts +6 -1
- package/dist/icons/clockPlus.d.ts +6 -1
- package/dist/icons/clockRefresh.d.mts +6 -1
- package/dist/icons/clockRefresh.d.ts +6 -1
- package/dist/icons/clockRewind.d.mts +6 -1
- package/dist/icons/clockRewind.d.ts +6 -1
- package/dist/icons/clockSnooze.d.mts +6 -1
- package/dist/icons/clockSnooze.d.ts +6 -1
- package/dist/icons/clockStopwatch.d.mts +6 -1
- package/dist/icons/clockStopwatch.d.ts +6 -1
- package/dist/icons/cloud1.d.mts +6 -1
- package/dist/icons/cloud1.d.ts +6 -1
- package/dist/icons/cloud2.d.mts +6 -1
- package/dist/icons/cloud2.d.ts +6 -1
- package/dist/icons/cloud3.d.mts +6 -1
- package/dist/icons/cloud3.d.ts +6 -1
- package/dist/icons/cloudBlank1.d.mts +6 -1
- package/dist/icons/cloudBlank1.d.ts +6 -1
- package/dist/icons/cloudBlank2.d.mts +6 -1
- package/dist/icons/cloudBlank2.d.ts +6 -1
- package/dist/icons/cloudLightning.d.mts +6 -1
- package/dist/icons/cloudLightning.d.ts +6 -1
- package/dist/icons/cloudMoon.d.mts +6 -1
- package/dist/icons/cloudMoon.d.ts +6 -1
- package/dist/icons/cloudOff.d.mts +6 -1
- package/dist/icons/cloudOff.d.ts +6 -1
- package/dist/icons/cloudRaining1.d.mts +6 -1
- package/dist/icons/cloudRaining1.d.ts +6 -1
- package/dist/icons/cloudRaining2.d.mts +6 -1
- package/dist/icons/cloudRaining2.d.ts +6 -1
- package/dist/icons/cloudRaining3.d.mts +6 -1
- package/dist/icons/cloudRaining3.d.ts +6 -1
- package/dist/icons/cloudRaining4.d.mts +6 -1
- package/dist/icons/cloudRaining4.d.ts +6 -1
- package/dist/icons/cloudRaining5.d.mts +6 -1
- package/dist/icons/cloudRaining5.d.ts +6 -1
- package/dist/icons/cloudRaining6.d.mts +6 -1
- package/dist/icons/cloudRaining6.d.ts +6 -1
- package/dist/icons/cloudSnowing1.d.mts +6 -1
- package/dist/icons/cloudSnowing1.d.ts +6 -1
- package/dist/icons/cloudSnowing2.d.mts +6 -1
- package/dist/icons/cloudSnowing2.d.ts +6 -1
- package/dist/icons/cloudSun1.d.mts +6 -1
- package/dist/icons/cloudSun1.d.ts +6 -1
- package/dist/icons/cloudSun2.d.mts +6 -1
- package/dist/icons/cloudSun2.d.ts +6 -1
- package/dist/icons/cloudSun3.d.mts +6 -1
- package/dist/icons/cloudSun3.d.ts +6 -1
- package/dist/icons/code1.d.mts +6 -1
- package/dist/icons/code1.d.ts +6 -1
- package/dist/icons/code2.d.mts +6 -1
- package/dist/icons/code2.d.ts +6 -1
- package/dist/icons/codeBrowser.d.mts +6 -1
- package/dist/icons/codeBrowser.d.ts +6 -1
- package/dist/icons/codeCircle1.d.mts +6 -1
- package/dist/icons/codeCircle1.d.ts +6 -1
- package/dist/icons/codeCircle2.d.mts +6 -1
- package/dist/icons/codeCircle2.d.ts +6 -1
- package/dist/icons/codeCircle3.d.mts +6 -1
- package/dist/icons/codeCircle3.d.ts +6 -1
- package/dist/icons/codeSnippet1.d.mts +6 -1
- package/dist/icons/codeSnippet1.d.ts +6 -1
- package/dist/icons/codeSnippet2.d.mts +6 -1
- package/dist/icons/codeSnippet2.d.ts +6 -1
- package/dist/icons/codeSquare1.d.mts +6 -1
- package/dist/icons/codeSquare1.d.ts +6 -1
- package/dist/icons/codeSquare2.d.mts +6 -1
- package/dist/icons/codeSquare2.d.ts +6 -1
- package/dist/icons/codepen.d.mts +6 -1
- package/dist/icons/codepen.d.ts +6 -1
- package/dist/icons/coins1.d.mts +6 -1
- package/dist/icons/coins1.d.ts +6 -1
- package/dist/icons/coins2.d.mts +6 -1
- package/dist/icons/coins2.d.ts +6 -1
- package/dist/icons/coins3.d.mts +6 -1
- package/dist/icons/coins3.d.ts +6 -1
- package/dist/icons/coins4.d.mts +6 -1
- package/dist/icons/coins4.d.ts +6 -1
- package/dist/icons/coinsHand.d.mts +6 -1
- package/dist/icons/coinsHand.d.ts +6 -1
- package/dist/icons/coinsStacked1.d.mts +6 -1
- package/dist/icons/coinsStacked1.d.ts +6 -1
- package/dist/icons/coinsStacked2.d.mts +6 -1
- package/dist/icons/coinsStacked2.d.ts +6 -1
- package/dist/icons/coinsStacked3.d.mts +6 -1
- package/dist/icons/coinsStacked3.d.ts +6 -1
- package/dist/icons/coinsStacked4.d.mts +6 -1
- package/dist/icons/coinsStacked4.d.ts +6 -1
- package/dist/icons/coinsSwap1.d.mts +6 -1
- package/dist/icons/coinsSwap1.d.ts +6 -1
- package/dist/icons/coinsSwap2.d.mts +6 -1
- package/dist/icons/coinsSwap2.d.ts +6 -1
- package/dist/icons/colors.d.mts +6 -1
- package/dist/icons/colors.d.ts +6 -1
- package/dist/icons/colors1.d.mts +6 -1
- package/dist/icons/colors1.d.ts +6 -1
- package/dist/icons/columns1.d.mts +6 -1
- package/dist/icons/columns1.d.ts +6 -1
- package/dist/icons/columns2.d.mts +6 -1
- package/dist/icons/columns2.d.ts +6 -1
- package/dist/icons/columns3.d.mts +6 -1
- package/dist/icons/columns3.d.ts +6 -1
- package/dist/icons/command.d.mts +6 -1
- package/dist/icons/command.d.ts +6 -1
- package/dist/icons/compass.d.mts +6 -1
- package/dist/icons/compass.d.ts +6 -1
- package/dist/icons/compass1.d.mts +6 -1
- package/dist/icons/compass1.d.ts +6 -1
- package/dist/icons/compass2.d.mts +6 -1
- package/dist/icons/compass2.d.ts +6 -1
- package/dist/icons/compass3.d.mts +6 -1
- package/dist/icons/compass3.d.ts +6 -1
- package/dist/icons/container.d.mts +6 -1
- package/dist/icons/container.d.ts +6 -1
- package/dist/icons/contrast1.d.mts +6 -1
- package/dist/icons/contrast1.d.ts +6 -1
- package/dist/icons/contrast2.d.mts +6 -1
- package/dist/icons/contrast2.d.ts +6 -1
- package/dist/icons/contrast3.d.mts +6 -1
- package/dist/icons/contrast3.d.ts +6 -1
- package/dist/icons/copy.d.mts +6 -1
- package/dist/icons/copy.d.ts +6 -1
- package/dist/icons/copy1.d.mts +6 -1
- package/dist/icons/copy1.d.ts +6 -1
- package/dist/icons/copy2.d.mts +6 -1
- package/dist/icons/copy2.d.ts +6 -1
- package/dist/icons/copy3.d.mts +6 -1
- package/dist/icons/copy3.d.ts +6 -1
- package/dist/icons/copy4.d.mts +6 -1
- package/dist/icons/copy4.d.ts +6 -1
- package/dist/icons/copy5.d.mts +6 -1
- package/dist/icons/copy5.d.ts +6 -1
- package/dist/icons/copy6.d.mts +6 -1
- package/dist/icons/copy6.d.ts +6 -1
- package/dist/icons/copy7.d.mts +6 -1
- package/dist/icons/copy7.d.ts +6 -1
- package/dist/icons/cornerDownLeft.d.mts +6 -1
- package/dist/icons/cornerDownLeft.d.ts +6 -1
- package/dist/icons/cornerDownRight.d.mts +6 -1
- package/dist/icons/cornerDownRight.d.ts +6 -1
- package/dist/icons/cornerLeftDown.d.mts +6 -1
- package/dist/icons/cornerLeftDown.d.ts +6 -1
- package/dist/icons/cornerLeftUp.d.mts +6 -1
- package/dist/icons/cornerLeftUp.d.ts +6 -1
- package/dist/icons/cornerRightDown.d.mts +6 -1
- package/dist/icons/cornerRightDown.d.ts +6 -1
- package/dist/icons/cornerRightUp.d.mts +6 -1
- package/dist/icons/cornerRightUp.d.ts +6 -1
- package/dist/icons/cornerUpLeft.d.mts +6 -1
- package/dist/icons/cornerUpLeft.d.ts +6 -1
- package/dist/icons/cornerUpRight.d.mts +6 -1
- package/dist/icons/cornerUpRight.d.ts +6 -1
- package/dist/icons/cpuChip1.d.mts +6 -1
- package/dist/icons/cpuChip1.d.ts +6 -1
- package/dist/icons/cpuChip2.d.mts +6 -1
- package/dist/icons/cpuChip2.d.ts +6 -1
- package/dist/icons/creditCard1.d.mts +6 -1
- package/dist/icons/creditCard1.d.ts +6 -1
- package/dist/icons/creditCard2.d.mts +6 -1
- package/dist/icons/creditCard2.d.ts +6 -1
- package/dist/icons/creditCardCheck.d.mts +6 -1
- package/dist/icons/creditCardCheck.d.ts +6 -1
- package/dist/icons/creditCardDown.d.mts +6 -1
- package/dist/icons/creditCardDown.d.ts +6 -1
- package/dist/icons/creditCardDownload.d.mts +6 -1
- package/dist/icons/creditCardDownload.d.ts +6 -1
- package/dist/icons/creditCardEdit.d.mts +6 -1
- package/dist/icons/creditCardEdit.d.ts +6 -1
- package/dist/icons/creditCardLock.d.mts +6 -1
- package/dist/icons/creditCardLock.d.ts +6 -1
- package/dist/icons/creditCardMinus.d.mts +6 -1
- package/dist/icons/creditCardMinus.d.ts +6 -1
- package/dist/icons/creditCardPlus.d.mts +6 -1
- package/dist/icons/creditCardPlus.d.ts +6 -1
- package/dist/icons/creditCardRefresh.d.mts +6 -1
- package/dist/icons/creditCardRefresh.d.ts +6 -1
- package/dist/icons/creditCardSearch.d.mts +6 -1
- package/dist/icons/creditCardSearch.d.ts +6 -1
- package/dist/icons/creditCardShield.d.mts +6 -1
- package/dist/icons/creditCardShield.d.ts +6 -1
- package/dist/icons/creditCardUp.d.mts +6 -1
- package/dist/icons/creditCardUp.d.ts +6 -1
- package/dist/icons/creditCardUpload.d.mts +6 -1
- package/dist/icons/creditCardUpload.d.ts +6 -1
- package/dist/icons/creditCardX.d.mts +6 -1
- package/dist/icons/creditCardX.d.ts +6 -1
- package/dist/icons/crop1.d.mts +6 -1
- package/dist/icons/crop1.d.ts +6 -1
- package/dist/icons/crop2.d.mts +6 -1
- package/dist/icons/crop2.d.ts +6 -1
- package/dist/icons/cryptocurrency1.d.mts +6 -1
- package/dist/icons/cryptocurrency1.d.ts +6 -1
- package/dist/icons/cryptocurrency2.d.mts +6 -1
- package/dist/icons/cryptocurrency2.d.ts +6 -1
- package/dist/icons/cryptocurrency3.d.mts +6 -1
- package/dist/icons/cryptocurrency3.d.ts +6 -1
- package/dist/icons/cryptocurrency4.d.mts +6 -1
- package/dist/icons/cryptocurrency4.d.ts +6 -1
- package/dist/icons/cube1.d.mts +6 -1
- package/dist/icons/cube1.d.ts +6 -1
- package/dist/icons/cube2.d.mts +6 -1
- package/dist/icons/cube2.d.ts +6 -1
- package/dist/icons/cube3.d.mts +6 -1
- package/dist/icons/cube3.d.ts +6 -1
- package/dist/icons/cube4.d.mts +6 -1
- package/dist/icons/cube4.d.ts +6 -1
- package/dist/icons/cubeOutline.d.mts +6 -1
- package/dist/icons/cubeOutline.d.ts +6 -1
- package/dist/icons/currencyBitcoin.d.mts +6 -1
- package/dist/icons/currencyBitcoin.d.ts +6 -1
- package/dist/icons/currencyBitcoinCircle.d.mts +6 -1
- package/dist/icons/currencyBitcoinCircle.d.ts +6 -1
- package/dist/icons/currencyDollar.d.mts +6 -1
- package/dist/icons/currencyDollar.d.ts +6 -1
- package/dist/icons/currencyDollarCircle.d.mts +6 -1
- package/dist/icons/currencyDollarCircle.d.ts +6 -1
- package/dist/icons/currencyEthereum.d.mts +6 -1
- package/dist/icons/currencyEthereum.d.ts +6 -1
- package/dist/icons/currencyEthereumCircle.d.mts +6 -1
- package/dist/icons/currencyEthereumCircle.d.ts +6 -1
- package/dist/icons/currencyEuro.d.mts +6 -1
- package/dist/icons/currencyEuro.d.ts +6 -1
- package/dist/icons/currencyEuroCircle.d.mts +6 -1
- package/dist/icons/currencyEuroCircle.d.ts +6 -1
- package/dist/icons/currencyPound.d.mts +6 -1
- package/dist/icons/currencyPound.d.ts +6 -1
- package/dist/icons/currencyPoundCircle.d.mts +6 -1
- package/dist/icons/currencyPoundCircle.d.ts +6 -1
- package/dist/icons/currencyRuble.d.mts +6 -1
- package/dist/icons/currencyRuble.d.ts +6 -1
- package/dist/icons/currencyRubleCircle.d.mts +6 -1
- package/dist/icons/currencyRubleCircle.d.ts +6 -1
- package/dist/icons/currencyRupee.d.mts +6 -1
- package/dist/icons/currencyRupee.d.ts +6 -1
- package/dist/icons/currencyRupeeCircle.d.mts +6 -1
- package/dist/icons/currencyRupeeCircle.d.ts +6 -1
- package/dist/icons/currencyYen.d.mts +6 -1
- package/dist/icons/currencyYen.d.ts +6 -1
- package/dist/icons/currencyYenCircle.d.mts +6 -1
- package/dist/icons/currencyYenCircle.d.ts +6 -1
- package/dist/icons/cursor1.d.mts +6 -1
- package/dist/icons/cursor1.d.ts +6 -1
- package/dist/icons/cursor2.d.mts +6 -1
- package/dist/icons/cursor2.d.ts +6 -1
- package/dist/icons/cursor3.d.mts +6 -1
- package/dist/icons/cursor3.d.ts +6 -1
- package/dist/icons/cursor4.d.mts +6 -1
- package/dist/icons/cursor4.d.ts +6 -1
- package/dist/icons/cursorBox.d.mts +6 -1
- package/dist/icons/cursorBox.d.ts +6 -1
- package/dist/icons/cursorClick.d.mts +6 -1
- package/dist/icons/cursorClick.d.ts +6 -1
- package/dist/icons/cursorClick1.d.mts +6 -1
- package/dist/icons/cursorClick1.d.ts +6 -1
- package/dist/icons/cursorClick2.d.mts +6 -1
- package/dist/icons/cursorClick2.d.ts +6 -1
- package/dist/icons/data.d.mts +6 -1
- package/dist/icons/data.d.ts +6 -1
- package/dist/icons/database1.d.mts +6 -1
- package/dist/icons/database1.d.ts +6 -1
- package/dist/icons/database2.d.mts +6 -1
- package/dist/icons/database2.d.ts +6 -1
- package/dist/icons/database3.d.mts +6 -1
- package/dist/icons/database3.d.ts +6 -1
- package/dist/icons/dataflow1.d.mts +6 -1
- package/dist/icons/dataflow1.d.ts +6 -1
- package/dist/icons/dataflow2.d.mts +6 -1
- package/dist/icons/dataflow2.d.ts +6 -1
- package/dist/icons/dataflow3.d.mts +6 -1
- package/dist/icons/dataflow3.d.ts +6 -1
- package/dist/icons/dataflow4.d.mts +6 -1
- package/dist/icons/dataflow4.d.ts +6 -1
- package/dist/icons/delete.d.mts +6 -1
- package/dist/icons/delete.d.ts +6 -1
- package/dist/icons/diamond1.d.mts +6 -1
- package/dist/icons/diamond1.d.ts +6 -1
- package/dist/icons/diamond2.d.mts +6 -1
- package/dist/icons/diamond2.d.ts +6 -1
- package/dist/icons/dice1.d.mts +6 -1
- package/dist/icons/dice1.d.ts +6 -1
- package/dist/icons/dice2.d.mts +6 -1
- package/dist/icons/dice2.d.ts +6 -1
- package/dist/icons/dice3.d.mts +6 -1
- package/dist/icons/dice3.d.ts +6 -1
- package/dist/icons/dice4.d.mts +6 -1
- package/dist/icons/dice4.d.ts +6 -1
- package/dist/icons/dice5.d.mts +6 -1
- package/dist/icons/dice5.d.ts +6 -1
- package/dist/icons/dice6.d.mts +6 -1
- package/dist/icons/dice6.d.ts +6 -1
- package/dist/icons/disc1.d.mts +6 -1
- package/dist/icons/disc1.d.ts +6 -1
- package/dist/icons/disc2.d.mts +6 -1
- package/dist/icons/disc2.d.ts +6 -1
- package/dist/icons/distributeSpacingHorizontal.d.mts +6 -1
- package/dist/icons/distributeSpacingHorizontal.d.ts +6 -1
- package/dist/icons/distributeSpacingVertical.d.mts +6 -1
- package/dist/icons/distributeSpacingVertical.d.ts +6 -1
- package/dist/icons/divide1.d.mts +6 -1
- package/dist/icons/divide1.d.ts +6 -1
- package/dist/icons/divide2.d.mts +6 -1
- package/dist/icons/divide2.d.ts +6 -1
- package/dist/icons/divide3.d.mts +6 -1
- package/dist/icons/divide3.d.ts +6 -1
- package/dist/icons/divider.d.mts +6 -1
- package/dist/icons/divider.d.ts +6 -1
- package/dist/icons/dotpoints1.d.mts +6 -1
- package/dist/icons/dotpoints1.d.ts +6 -1
- package/dist/icons/dotpoints2.d.mts +6 -1
- package/dist/icons/dotpoints2.d.ts +6 -1
- package/dist/icons/dotsGrid.d.mts +6 -1
- package/dist/icons/dotsGrid.d.ts +6 -1
- package/dist/icons/dotsHorizontal.d.mts +6 -1
- package/dist/icons/dotsHorizontal.d.ts +6 -1
- package/dist/icons/dotsVertical.d.mts +6 -1
- package/dist/icons/dotsVertical.d.ts +6 -1
- package/dist/icons/download.d.mts +6 -1
- package/dist/icons/download.d.ts +6 -1
- package/dist/icons/download1.d.mts +6 -1
- package/dist/icons/download1.d.ts +6 -1
- package/dist/icons/download2.d.mts +6 -1
- package/dist/icons/download2.d.ts +6 -1
- package/dist/icons/download3.d.mts +6 -1
- package/dist/icons/download3.d.ts +6 -1
- package/dist/icons/download4.d.mts +6 -1
- package/dist/icons/download4.d.ts +6 -1
- package/dist/icons/downloadCloud1.d.mts +6 -1
- package/dist/icons/downloadCloud1.d.ts +6 -1
- package/dist/icons/downloadCloud2.d.mts +6 -1
- package/dist/icons/downloadCloud2.d.ts +6 -1
- package/dist/icons/drop.d.mts +6 -1
- package/dist/icons/drop.d.ts +6 -1
- package/dist/icons/droplets1.d.mts +6 -1
- package/dist/icons/droplets1.d.ts +6 -1
- package/dist/icons/droplets2.d.mts +6 -1
- package/dist/icons/droplets2.d.ts +6 -1
- package/dist/icons/droplets3.d.mts +6 -1
- package/dist/icons/droplets3.d.ts +6 -1
- package/dist/icons/dropper.d.mts +6 -1
- package/dist/icons/dropper.d.ts +6 -1
- package/dist/icons/edit.d.mts +6 -1
- package/dist/icons/edit.d.ts +6 -1
- package/dist/icons/edit1.d.mts +6 -1
- package/dist/icons/edit1.d.ts +6 -1
- package/dist/icons/edit2.d.mts +6 -1
- package/dist/icons/edit2.d.ts +6 -1
- package/dist/icons/edit3.d.mts +6 -1
- package/dist/icons/edit3.d.ts +6 -1
- package/dist/icons/edit4.d.mts +6 -1
- package/dist/icons/edit4.d.ts +6 -1
- package/dist/icons/edit5.d.mts +6 -1
- package/dist/icons/edit5.d.ts +6 -1
- package/dist/icons/equal.d.mts +6 -1
- package/dist/icons/equal.d.ts +6 -1
- package/dist/icons/equalNot.d.mts +6 -1
- package/dist/icons/equalNot.d.ts +6 -1
- package/dist/icons/eraser.d.mts +6 -1
- package/dist/icons/eraser.d.ts +6 -1
- package/dist/icons/expand.d.mts +6 -1
- package/dist/icons/expand.d.ts +6 -1
- package/dist/icons/expand1.d.mts +6 -1
- package/dist/icons/expand1.d.ts +6 -1
- package/dist/icons/expand2.d.mts +6 -1
- package/dist/icons/expand2.d.ts +6 -1
- package/dist/icons/expand3.d.mts +6 -1
- package/dist/icons/expand3.d.ts +6 -1
- package/dist/icons/expand4.d.mts +6 -1
- package/dist/icons/expand4.d.ts +6 -1
- package/dist/icons/expand5.d.mts +6 -1
- package/dist/icons/expand5.d.ts +6 -1
- package/dist/icons/expand6.d.mts +6 -1
- package/dist/icons/expand6.d.ts +6 -1
- package/dist/icons/eye.d.mts +6 -1
- package/dist/icons/eye.d.ts +6 -1
- package/dist/icons/eyeOff.d.mts +6 -1
- package/dist/icons/eyeOff.d.ts +6 -1
- package/dist/icons/faceContent.d.mts +6 -1
- package/dist/icons/faceContent.d.ts +6 -1
- package/dist/icons/faceFrown.d.mts +6 -1
- package/dist/icons/faceFrown.d.ts +6 -1
- package/dist/icons/faceHappy.d.mts +6 -1
- package/dist/icons/faceHappy.d.ts +6 -1
- package/dist/icons/faceId.d.mts +6 -1
- package/dist/icons/faceId.d.ts +6 -1
- package/dist/icons/faceIdSquare.d.mts +6 -1
- package/dist/icons/faceIdSquare.d.ts +6 -1
- package/dist/icons/faceNeutral.d.mts +6 -1
- package/dist/icons/faceNeutral.d.ts +6 -1
- package/dist/icons/faceSad.d.mts +6 -1
- package/dist/icons/faceSad.d.ts +6 -1
- package/dist/icons/faceSmile.d.mts +6 -1
- package/dist/icons/faceSmile.d.ts +6 -1
- package/dist/icons/faceWink.d.mts +6 -1
- package/dist/icons/faceWink.d.ts +6 -1
- package/dist/icons/fastBackward.d.mts +6 -1
- package/dist/icons/fastBackward.d.ts +6 -1
- package/dist/icons/fastForward.d.mts +6 -1
- package/dist/icons/fastForward.d.ts +6 -1
- package/dist/icons/feather.d.mts +6 -1
- package/dist/icons/feather.d.ts +6 -1
- package/dist/icons/figma.d.mts +6 -1
- package/dist/icons/figma.d.ts +6 -1
- package/dist/icons/file1.d.mts +6 -1
- package/dist/icons/file1.d.ts +6 -1
- package/dist/icons/file2.d.mts +6 -1
- package/dist/icons/file2.d.ts +6 -1
- package/dist/icons/file3.d.mts +6 -1
- package/dist/icons/file3.d.ts +6 -1
- package/dist/icons/file4.d.mts +6 -1
- package/dist/icons/file4.d.ts +6 -1
- package/dist/icons/file5.d.mts +6 -1
- package/dist/icons/file5.d.ts +6 -1
- package/dist/icons/file6.d.mts +6 -1
- package/dist/icons/file6.d.ts +6 -1
- package/dist/icons/file7.d.mts +6 -1
- package/dist/icons/file7.d.ts +6 -1
- package/dist/icons/fileAttachment1.d.mts +6 -1
- package/dist/icons/fileAttachment1.d.ts +6 -1
- package/dist/icons/fileAttachment2.d.mts +6 -1
- package/dist/icons/fileAttachment2.d.ts +6 -1
- package/dist/icons/fileAttachment3.d.mts +6 -1
- package/dist/icons/fileAttachment3.d.ts +6 -1
- package/dist/icons/fileAttachment4.d.mts +6 -1
- package/dist/icons/fileAttachment4.d.ts +6 -1
- package/dist/icons/fileAttachment5.d.mts +6 -1
- package/dist/icons/fileAttachment5.d.ts +6 -1
- package/dist/icons/fileCheck1.d.mts +6 -1
- package/dist/icons/fileCheck1.d.ts +6 -1
- package/dist/icons/fileCheck2.d.mts +6 -1
- package/dist/icons/fileCheck2.d.ts +6 -1
- package/dist/icons/fileCheck3.d.mts +6 -1
- package/dist/icons/fileCheck3.d.ts +6 -1
- package/dist/icons/fileCode1.d.mts +6 -1
- package/dist/icons/fileCode1.d.ts +6 -1
- package/dist/icons/fileCode2.d.mts +6 -1
- package/dist/icons/fileCode2.d.ts +6 -1
- package/dist/icons/fileDownload1.d.mts +6 -1
- package/dist/icons/fileDownload1.d.ts +6 -1
- package/dist/icons/fileDownload2.d.mts +6 -1
- package/dist/icons/fileDownload2.d.ts +6 -1
- package/dist/icons/fileDownload3.d.mts +6 -1
- package/dist/icons/fileDownload3.d.ts +6 -1
- package/dist/icons/fileHeart1.d.mts +6 -1
- package/dist/icons/fileHeart1.d.ts +6 -1
- package/dist/icons/fileHeart2.d.mts +6 -1
- package/dist/icons/fileHeart2.d.ts +6 -1
- package/dist/icons/fileHeart3.d.mts +6 -1
- package/dist/icons/fileHeart3.d.ts +6 -1
- package/dist/icons/fileLock1.d.mts +6 -1
- package/dist/icons/fileLock1.d.ts +6 -1
- package/dist/icons/fileLock2.d.mts +6 -1
- package/dist/icons/fileLock2.d.ts +6 -1
- package/dist/icons/fileLock3.d.mts +6 -1
- package/dist/icons/fileLock3.d.ts +6 -1
- package/dist/icons/fileMinus1.d.mts +6 -1
- package/dist/icons/fileMinus1.d.ts +6 -1
- package/dist/icons/fileMinus2.d.mts +6 -1
- package/dist/icons/fileMinus2.d.ts +6 -1
- package/dist/icons/fileMinus3.d.mts +6 -1
- package/dist/icons/fileMinus3.d.ts +6 -1
- package/dist/icons/filePlus1.d.mts +6 -1
- package/dist/icons/filePlus1.d.ts +6 -1
- package/dist/icons/filePlus2.d.mts +6 -1
- package/dist/icons/filePlus2.d.ts +6 -1
- package/dist/icons/filePlus3.d.mts +6 -1
- package/dist/icons/filePlus3.d.ts +6 -1
- package/dist/icons/fileQuestion.d.mts +6 -1
- package/dist/icons/fileQuestion.d.ts +6 -1
- package/dist/icons/fileQuestion1.d.mts +6 -1
- package/dist/icons/fileQuestion1.d.ts +6 -1
- package/dist/icons/fileQuestion2.d.mts +6 -1
- package/dist/icons/fileQuestion2.d.ts +6 -1
- package/dist/icons/fileQuestion3.d.mts +6 -1
- package/dist/icons/fileQuestion3.d.ts +6 -1
- package/dist/icons/fileSearch1.d.mts +6 -1
- package/dist/icons/fileSearch1.d.ts +6 -1
- package/dist/icons/fileSearch2.d.mts +6 -1
- package/dist/icons/fileSearch2.d.ts +6 -1
- package/dist/icons/fileSearch3.d.mts +6 -1
- package/dist/icons/fileSearch3.d.ts +6 -1
- package/dist/icons/fileShield1.d.mts +6 -1
- package/dist/icons/fileShield1.d.ts +6 -1
- package/dist/icons/fileShield2.d.mts +6 -1
- package/dist/icons/fileShield2.d.ts +6 -1
- package/dist/icons/fileShield3.d.mts +6 -1
- package/dist/icons/fileShield3.d.ts +6 -1
- package/dist/icons/fileX1.d.mts +6 -1
- package/dist/icons/fileX1.d.ts +6 -1
- package/dist/icons/fileX2.d.mts +6 -1
- package/dist/icons/fileX2.d.ts +6 -1
- package/dist/icons/fileX3.d.mts +6 -1
- package/dist/icons/fileX3.d.ts +6 -1
- package/dist/icons/film1.d.mts +6 -1
- package/dist/icons/film1.d.ts +6 -1
- package/dist/icons/film2.d.mts +6 -1
- package/dist/icons/film2.d.ts +6 -1
- package/dist/icons/film3.d.mts +6 -1
- package/dist/icons/film3.d.ts +6 -1
- package/dist/icons/filterFunnel1.d.mts +6 -1
- package/dist/icons/filterFunnel1.d.ts +6 -1
- package/dist/icons/filterFunnel2.d.mts +6 -1
- package/dist/icons/filterFunnel2.d.ts +6 -1
- package/dist/icons/filterLines.d.mts +6 -1
- package/dist/icons/filterLines.d.ts +6 -1
- package/dist/icons/fingerprint1.d.mts +6 -1
- package/dist/icons/fingerprint1.d.ts +6 -1
- package/dist/icons/fingerprint2.d.mts +6 -1
- package/dist/icons/fingerprint2.d.ts +6 -1
- package/dist/icons/fingerprint3.d.mts +6 -1
- package/dist/icons/fingerprint3.d.ts +6 -1
- package/dist/icons/fingerprint4.d.mts +6 -1
- package/dist/icons/fingerprint4.d.ts +6 -1
- package/dist/icons/flag1.d.mts +6 -1
- package/dist/icons/flag1.d.ts +6 -1
- package/dist/icons/flag2.d.mts +6 -1
- package/dist/icons/flag2.d.ts +6 -1
- package/dist/icons/flag3.d.mts +6 -1
- package/dist/icons/flag3.d.ts +6 -1
- package/dist/icons/flag4.d.mts +6 -1
- package/dist/icons/flag4.d.ts +6 -1
- package/dist/icons/flag5.d.mts +6 -1
- package/dist/icons/flag5.d.ts +6 -1
- package/dist/icons/flag6.d.mts +6 -1
- package/dist/icons/flag6.d.ts +6 -1
- package/dist/icons/flash.d.mts +6 -1
- package/dist/icons/flash.d.ts +6 -1
- package/dist/icons/flashOff.d.mts +6 -1
- package/dist/icons/flashOff.d.ts +6 -1
- package/dist/icons/flexAlignBottom.d.mts +6 -1
- package/dist/icons/flexAlignBottom.d.ts +6 -1
- package/dist/icons/flexAlignLeft.d.mts +6 -1
- package/dist/icons/flexAlignLeft.d.ts +6 -1
- package/dist/icons/flexAlignRight.d.mts +6 -1
- package/dist/icons/flexAlignRight.d.ts +6 -1
- package/dist/icons/flexAlignTop.d.mts +6 -1
- package/dist/icons/flexAlignTop.d.ts +6 -1
- package/dist/icons/flipBackward.d.mts +6 -1
- package/dist/icons/flipBackward.d.ts +6 -1
- package/dist/icons/flipForward.d.mts +6 -1
- package/dist/icons/flipForward.d.ts +6 -1
- package/dist/icons/folder.d.mts +6 -1
- package/dist/icons/folder.d.ts +6 -1
- package/dist/icons/folderCheck.d.mts +6 -1
- package/dist/icons/folderCheck.d.ts +6 -1
- package/dist/icons/folderClosed.d.mts +6 -1
- package/dist/icons/folderClosed.d.ts +6 -1
- package/dist/icons/folderCode.d.mts +6 -1
- package/dist/icons/folderCode.d.ts +6 -1
- package/dist/icons/folderDownload.d.mts +6 -1
- package/dist/icons/folderDownload.d.ts +6 -1
- package/dist/icons/folderLock.d.mts +6 -1
- package/dist/icons/folderLock.d.ts +6 -1
- package/dist/icons/folderMinus.d.mts +6 -1
- package/dist/icons/folderMinus.d.ts +6 -1
- package/dist/icons/folderMove.d.mts +6 -1
- package/dist/icons/folderMove.d.ts +6 -1
- package/dist/icons/folderPlus.d.mts +6 -1
- package/dist/icons/folderPlus.d.ts +6 -1
- package/dist/icons/folderQuestion.d.mts +6 -1
- package/dist/icons/folderQuestion.d.ts +6 -1
- package/dist/icons/folderSearch.d.mts +6 -1
- package/dist/icons/folderSearch.d.ts +6 -1
- package/dist/icons/folderShield.d.mts +6 -1
- package/dist/icons/folderShield.d.ts +6 -1
- package/dist/icons/folderX.d.mts +6 -1
- package/dist/icons/folderX.d.ts +6 -1
- package/dist/icons/framer.d.mts +6 -1
- package/dist/icons/framer.d.ts +6 -1
- package/dist/icons/gamingPad1.d.mts +6 -1
- package/dist/icons/gamingPad1.d.ts +6 -1
- package/dist/icons/gamingPad2.d.mts +6 -1
- package/dist/icons/gamingPad2.d.ts +6 -1
- package/dist/icons/gift1.d.mts +6 -1
- package/dist/icons/gift1.d.ts +6 -1
- package/dist/icons/gift2.d.mts +6 -1
- package/dist/icons/gift2.d.ts +6 -1
- package/dist/icons/gitBranch1.d.mts +6 -1
- package/dist/icons/gitBranch1.d.ts +6 -1
- package/dist/icons/gitBranch2.d.mts +6 -1
- package/dist/icons/gitBranch2.d.ts +6 -1
- package/dist/icons/gitCommit.d.mts +6 -1
- package/dist/icons/gitCommit.d.ts +6 -1
- package/dist/icons/gitMerge.d.mts +6 -1
- package/dist/icons/gitMerge.d.ts +6 -1
- package/dist/icons/gitPullRequest.d.mts +6 -1
- package/dist/icons/gitPullRequest.d.ts +6 -1
- package/dist/icons/glasses1.d.mts +6 -1
- package/dist/icons/glasses1.d.ts +6 -1
- package/dist/icons/glasses2.d.mts +6 -1
- package/dist/icons/glasses2.d.ts +6 -1
- package/dist/icons/globe1.d.mts +6 -1
- package/dist/icons/globe1.d.ts +6 -1
- package/dist/icons/globe11.d.mts +6 -1
- package/dist/icons/globe11.d.ts +6 -1
- package/dist/icons/globe2.d.mts +6 -1
- package/dist/icons/globe2.d.ts +6 -1
- package/dist/icons/globe21.d.mts +6 -1
- package/dist/icons/globe21.d.ts +6 -1
- package/dist/icons/globe3.d.mts +6 -1
- package/dist/icons/globe3.d.ts +6 -1
- package/dist/icons/globe4.d.mts +6 -1
- package/dist/icons/globe4.d.ts +6 -1
- package/dist/icons/globe5.d.mts +6 -1
- package/dist/icons/globe5.d.ts +6 -1
- package/dist/icons/globe6.d.mts +6 -1
- package/dist/icons/globe6.d.ts +6 -1
- package/dist/icons/googleChrome.d.mts +6 -1
- package/dist/icons/googleChrome.d.ts +6 -1
- package/dist/icons/graduationHat1.d.mts +6 -1
- package/dist/icons/graduationHat1.d.ts +6 -1
- package/dist/icons/graduationHat2.d.mts +6 -1
- package/dist/icons/graduationHat2.d.ts +6 -1
- package/dist/icons/grid1.d.mts +6 -1
- package/dist/icons/grid1.d.ts +6 -1
- package/dist/icons/grid2.d.mts +6 -1
- package/dist/icons/grid2.d.ts +6 -1
- package/dist/icons/grid3.d.mts +6 -1
- package/dist/icons/grid3.d.ts +6 -1
- package/dist/icons/gridDotsBlank.d.mts +6 -1
- package/dist/icons/gridDotsBlank.d.ts +6 -1
- package/dist/icons/gridDotsBottom.d.mts +6 -1
- package/dist/icons/gridDotsBottom.d.ts +6 -1
- package/dist/icons/gridDotsHorizontalCenter.d.mts +6 -1
- package/dist/icons/gridDotsHorizontalCenter.d.ts +6 -1
- package/dist/icons/gridDotsLeft.d.mts +6 -1
- package/dist/icons/gridDotsLeft.d.ts +6 -1
- package/dist/icons/gridDotsOuter.d.mts +6 -1
- package/dist/icons/gridDotsOuter.d.ts +6 -1
- package/dist/icons/gridDotsRight.d.mts +6 -1
- package/dist/icons/gridDotsRight.d.ts +6 -1
- package/dist/icons/gridDotsTop.d.mts +6 -1
- package/dist/icons/gridDotsTop.d.ts +6 -1
- package/dist/icons/gridDotsVerticalCenter.d.mts +6 -1
- package/dist/icons/gridDotsVerticalCenter.d.ts +6 -1
- package/dist/icons/hand.d.mts +6 -1
- package/dist/icons/hand.d.ts +6 -1
- package/dist/icons/hardDrive.d.mts +6 -1
- package/dist/icons/hardDrive.d.ts +6 -1
- package/dist/icons/hash1.d.mts +6 -1
- package/dist/icons/hash1.d.ts +6 -1
- package/dist/icons/hash2.d.mts +6 -1
- package/dist/icons/hash2.d.ts +6 -1
- package/dist/icons/heading1.d.mts +6 -1
- package/dist/icons/heading1.d.ts +6 -1
- package/dist/icons/heading2.d.mts +6 -1
- package/dist/icons/heading2.d.ts +6 -1
- package/dist/icons/headingSquare.d.mts +6 -1
- package/dist/icons/headingSquare.d.ts +6 -1
- package/dist/icons/headphones1.d.mts +6 -1
- package/dist/icons/headphones1.d.ts +6 -1
- package/dist/icons/headphones2.d.mts +6 -1
- package/dist/icons/headphones2.d.ts +6 -1
- package/dist/icons/heart.d.mts +6 -1
- package/dist/icons/heart.d.ts +6 -1
- package/dist/icons/heartCircle.d.mts +6 -1
- package/dist/icons/heartCircle.d.ts +6 -1
- package/dist/icons/heartHand.d.mts +6 -1
- package/dist/icons/heartHand.d.ts +6 -1
- package/dist/icons/heartHexagon.d.mts +6 -1
- package/dist/icons/heartHexagon.d.ts +6 -1
- package/dist/icons/heartOctagon.d.mts +6 -1
- package/dist/icons/heartOctagon.d.ts +6 -1
- package/dist/icons/heartRounded.d.mts +6 -1
- package/dist/icons/heartRounded.d.ts +6 -1
- package/dist/icons/heartSquare.d.mts +6 -1
- package/dist/icons/heartSquare.d.ts +6 -1
- package/dist/icons/hearts.d.mts +6 -1
- package/dist/icons/hearts.d.ts +6 -1
- package/dist/icons/helpCircle.d.mts +6 -1
- package/dist/icons/helpCircle.d.ts +6 -1
- package/dist/icons/helpHexagon.d.mts +6 -1
- package/dist/icons/helpHexagon.d.ts +6 -1
- package/dist/icons/helpOctagon.d.mts +6 -1
- package/dist/icons/helpOctagon.d.ts +6 -1
- package/dist/icons/helpSquare.d.mts +6 -1
- package/dist/icons/helpSquare.d.ts +6 -1
- package/dist/icons/hexagon1.d.mts +6 -1
- package/dist/icons/hexagon1.d.ts +6 -1
- package/dist/icons/hexagon2.d.mts +6 -1
- package/dist/icons/hexagon2.d.ts +6 -1
- package/dist/icons/home.d.mts +6 -1
- package/dist/icons/home.d.ts +6 -1
- package/dist/icons/home1.d.mts +6 -1
- package/dist/icons/home1.d.ts +6 -1
- package/dist/icons/home2.d.mts +6 -1
- package/dist/icons/home2.d.ts +6 -1
- package/dist/icons/home3.d.mts +6 -1
- package/dist/icons/home3.d.ts +6 -1
- package/dist/icons/home4.d.mts +6 -1
- package/dist/icons/home4.d.ts +6 -1
- package/dist/icons/home5.d.mts +6 -1
- package/dist/icons/home5.d.ts +6 -1
- package/dist/icons/homeLine.d.mts +6 -1
- package/dist/icons/homeLine.d.ts +6 -1
- package/dist/icons/homeSmile.d.mts +6 -1
- package/dist/icons/homeSmile.d.ts +6 -1
- package/dist/icons/horizontalBarChart1.d.mts +6 -1
- package/dist/icons/horizontalBarChart1.d.ts +6 -1
- package/dist/icons/horizontalBarChart2.d.mts +6 -1
- package/dist/icons/horizontalBarChart2.d.ts +6 -1
- package/dist/icons/horizontalBarChart3.d.mts +6 -1
- package/dist/icons/horizontalBarChart3.d.ts +6 -1
- package/dist/icons/hourglass1.d.mts +6 -1
- package/dist/icons/hourglass1.d.ts +6 -1
- package/dist/icons/hourglass2.d.mts +6 -1
- package/dist/icons/hourglass2.d.ts +6 -1
- package/dist/icons/hourglass3.d.mts +6 -1
- package/dist/icons/hourglass3.d.ts +6 -1
- package/dist/icons/hurricane1.d.mts +6 -1
- package/dist/icons/hurricane1.d.ts +6 -1
- package/dist/icons/hurricane2.d.mts +6 -1
- package/dist/icons/hurricane2.d.ts +6 -1
- package/dist/icons/hurricane3.d.mts +6 -1
- package/dist/icons/hurricane3.d.ts +6 -1
- package/dist/icons/image.d.mts +6 -1
- package/dist/icons/image.d.ts +6 -1
- package/dist/icons/image1.d.mts +6 -1
- package/dist/icons/image1.d.ts +6 -1
- package/dist/icons/image2.d.mts +6 -1
- package/dist/icons/image2.d.ts +6 -1
- package/dist/icons/image3.d.mts +6 -1
- package/dist/icons/image3.d.ts +6 -1
- package/dist/icons/image4.d.mts +6 -1
- package/dist/icons/image4.d.ts +6 -1
- package/dist/icons/image5.d.mts +6 -1
- package/dist/icons/image5.d.ts +6 -1
- package/dist/icons/imageCheck.d.mts +6 -1
- package/dist/icons/imageCheck.d.ts +6 -1
- package/dist/icons/imageDown.d.mts +6 -1
- package/dist/icons/imageDown.d.ts +6 -1
- package/dist/icons/imageIndentLeft.d.mts +6 -1
- package/dist/icons/imageIndentLeft.d.ts +6 -1
- package/dist/icons/imageIndentRight.d.mts +6 -1
- package/dist/icons/imageIndentRight.d.ts +6 -1
- package/dist/icons/imageLeft.d.mts +6 -1
- package/dist/icons/imageLeft.d.ts +6 -1
- package/dist/icons/imagePlus.d.mts +6 -1
- package/dist/icons/imagePlus.d.ts +6 -1
- package/dist/icons/imageRight.d.mts +6 -1
- package/dist/icons/imageRight.d.ts +6 -1
- package/dist/icons/imageUp.d.mts +6 -1
- package/dist/icons/imageUp.d.ts +6 -1
- package/dist/icons/imageUser.d.mts +6 -1
- package/dist/icons/imageUser.d.ts +6 -1
- package/dist/icons/imageUserCheck.d.mts +6 -1
- package/dist/icons/imageUserCheck.d.ts +6 -1
- package/dist/icons/imageUserDown.d.mts +6 -1
- package/dist/icons/imageUserDown.d.ts +6 -1
- package/dist/icons/imageUserLeft.d.mts +6 -1
- package/dist/icons/imageUserLeft.d.ts +6 -1
- package/dist/icons/imageUserPlus.d.mts +6 -1
- package/dist/icons/imageUserPlus.d.ts +6 -1
- package/dist/icons/imageUserRight.d.mts +6 -1
- package/dist/icons/imageUserRight.d.ts +6 -1
- package/dist/icons/imageUserUp.d.mts +6 -1
- package/dist/icons/imageUserUp.d.ts +6 -1
- package/dist/icons/imageUserX.d.mts +6 -1
- package/dist/icons/imageUserX.d.ts +6 -1
- package/dist/icons/imageX.d.mts +6 -1
- package/dist/icons/imageX.d.ts +6 -1
- package/dist/icons/inbox1.d.mts +6 -1
- package/dist/icons/inbox1.d.ts +6 -1
- package/dist/icons/inbox2.d.mts +6 -1
- package/dist/icons/inbox2.d.ts +6 -1
- package/dist/icons/index.d.mts +2452 -1224
- package/dist/icons/index.d.ts +2452 -1224
- package/dist/icons/infinity.d.mts +6 -1
- package/dist/icons/infinity.d.ts +6 -1
- package/dist/icons/infoCircle.d.mts +6 -1
- package/dist/icons/infoCircle.d.ts +6 -1
- package/dist/icons/infoHexagon.d.mts +6 -1
- package/dist/icons/infoHexagon.d.ts +6 -1
- package/dist/icons/infoOctagon.d.mts +6 -1
- package/dist/icons/infoOctagon.d.ts +6 -1
- package/dist/icons/infoSquare.d.mts +6 -1
- package/dist/icons/infoSquare.d.ts +6 -1
- package/dist/icons/intersectCircle.d.mts +6 -1
- package/dist/icons/intersectCircle.d.ts +6 -1
- package/dist/icons/intersectSquare.d.mts +6 -1
- package/dist/icons/intersectSquare.d.ts +6 -1
- package/dist/icons/italic1.d.mts +6 -1
- package/dist/icons/italic1.d.ts +6 -1
- package/dist/icons/italic2.d.mts +6 -1
- package/dist/icons/italic2.d.ts +6 -1
- package/dist/icons/italicSquare.d.mts +6 -1
- package/dist/icons/italicSquare.d.ts +6 -1
- package/dist/icons/key1.d.mts +6 -1
- package/dist/icons/key1.d.ts +6 -1
- package/dist/icons/key2.d.mts +6 -1
- package/dist/icons/key2.d.ts +6 -1
- package/dist/icons/keyboard1.d.mts +6 -1
- package/dist/icons/keyboard1.d.ts +6 -1
- package/dist/icons/keyboard2.d.mts +6 -1
- package/dist/icons/keyboard2.d.ts +6 -1
- package/dist/icons/laptop1.d.mts +6 -1
- package/dist/icons/laptop1.d.ts +6 -1
- package/dist/icons/laptop2.d.mts +6 -1
- package/dist/icons/laptop2.d.ts +6 -1
- package/dist/icons/layerSingle.d.mts +6 -1
- package/dist/icons/layerSingle.d.ts +6 -1
- package/dist/icons/layersThree1.d.mts +6 -1
- package/dist/icons/layersThree1.d.ts +6 -1
- package/dist/icons/layersThree2.d.mts +6 -1
- package/dist/icons/layersThree2.d.ts +6 -1
- package/dist/icons/layersTwo1.d.mts +6 -1
- package/dist/icons/layersTwo1.d.ts +6 -1
- package/dist/icons/layersTwo2.d.mts +6 -1
- package/dist/icons/layersTwo2.d.ts +6 -1
- package/dist/icons/layoutAlt1.d.mts +6 -1
- package/dist/icons/layoutAlt1.d.ts +6 -1
- package/dist/icons/layoutAlt2.d.mts +6 -1
- package/dist/icons/layoutAlt2.d.ts +6 -1
- package/dist/icons/layoutAlt3.d.mts +6 -1
- package/dist/icons/layoutAlt3.d.ts +6 -1
- package/dist/icons/layoutAlt4.d.mts +6 -1
- package/dist/icons/layoutAlt4.d.ts +6 -1
- package/dist/icons/layoutBottom.d.mts +6 -1
- package/dist/icons/layoutBottom.d.ts +6 -1
- package/dist/icons/layoutGrid1.d.mts +6 -1
- package/dist/icons/layoutGrid1.d.ts +6 -1
- package/dist/icons/layoutGrid2.d.mts +6 -1
- package/dist/icons/layoutGrid2.d.ts +6 -1
- package/dist/icons/layoutLeft.d.mts +6 -1
- package/dist/icons/layoutLeft.d.ts +6 -1
- package/dist/icons/layoutRight.d.mts +6 -1
- package/dist/icons/layoutRight.d.ts +6 -1
- package/dist/icons/layoutTop.d.mts +6 -1
- package/dist/icons/layoutTop.d.ts +6 -1
- package/dist/icons/leftIndent1.d.mts +6 -1
- package/dist/icons/leftIndent1.d.ts +6 -1
- package/dist/icons/leftIndent2.d.mts +6 -1
- package/dist/icons/leftIndent2.d.ts +6 -1
- package/dist/icons/letterSpacing1.d.mts +6 -1
- package/dist/icons/letterSpacing1.d.ts +6 -1
- package/dist/icons/letterSpacing2.d.mts +6 -1
- package/dist/icons/letterSpacing2.d.ts +6 -1
- package/dist/icons/lifeBuoy1.d.mts +6 -1
- package/dist/icons/lifeBuoy1.d.ts +6 -1
- package/dist/icons/lifeBuoy2.d.mts +6 -1
- package/dist/icons/lifeBuoy2.d.ts +6 -1
- package/dist/icons/lightbulb.d.mts +6 -1
- package/dist/icons/lightbulb.d.ts +6 -1
- package/dist/icons/lightbulb1.d.mts +6 -1
- package/dist/icons/lightbulb1.d.ts +6 -1
- package/dist/icons/lightbulb2.d.mts +6 -1
- package/dist/icons/lightbulb2.d.ts +6 -1
- package/dist/icons/lightbulb3.d.mts +6 -1
- package/dist/icons/lightbulb3.d.ts +6 -1
- package/dist/icons/lightbulb4.d.mts +6 -1
- package/dist/icons/lightbulb4.d.ts +6 -1
- package/dist/icons/lightbulb5.d.mts +6 -1
- package/dist/icons/lightbulb5.d.ts +6 -1
- package/dist/icons/lightning1.d.mts +6 -1
- package/dist/icons/lightning1.d.ts +6 -1
- package/dist/icons/lightning2.d.mts +6 -1
- package/dist/icons/lightning2.d.ts +6 -1
- package/dist/icons/lineChartDown1.d.mts +6 -1
- package/dist/icons/lineChartDown1.d.ts +6 -1
- package/dist/icons/lineChartDown2.d.mts +6 -1
- package/dist/icons/lineChartDown2.d.ts +6 -1
- package/dist/icons/lineChartDown3.d.mts +6 -1
- package/dist/icons/lineChartDown3.d.ts +6 -1
- package/dist/icons/lineChartDown4.d.mts +6 -1
- package/dist/icons/lineChartDown4.d.ts +6 -1
- package/dist/icons/lineChartDown5.d.mts +6 -1
- package/dist/icons/lineChartDown5.d.ts +6 -1
- package/dist/icons/lineChartUp1.d.mts +6 -1
- package/dist/icons/lineChartUp1.d.ts +6 -1
- package/dist/icons/lineChartUp2.d.mts +6 -1
- package/dist/icons/lineChartUp2.d.ts +6 -1
- package/dist/icons/lineChartUp3.d.mts +6 -1
- package/dist/icons/lineChartUp3.d.ts +6 -1
- package/dist/icons/lineChartUp4.d.mts +6 -1
- package/dist/icons/lineChartUp4.d.ts +6 -1
- package/dist/icons/lineChartUp5.d.mts +6 -1
- package/dist/icons/lineChartUp5.d.ts +6 -1
- package/dist/icons/lineHeight.d.mts +6 -1
- package/dist/icons/lineHeight.d.ts +6 -1
- package/dist/icons/link.d.mts +6 -1
- package/dist/icons/link.d.ts +6 -1
- package/dist/icons/link1.d.mts +6 -1
- package/dist/icons/link1.d.ts +6 -1
- package/dist/icons/link2.d.mts +6 -1
- package/dist/icons/link2.d.ts +6 -1
- package/dist/icons/link3.d.mts +6 -1
- package/dist/icons/link3.d.ts +6 -1
- package/dist/icons/link4.d.mts +6 -1
- package/dist/icons/link4.d.ts +6 -1
- package/dist/icons/link5.d.mts +6 -1
- package/dist/icons/link5.d.ts +6 -1
- package/dist/icons/linkBroken1.d.mts +6 -1
- package/dist/icons/linkBroken1.d.ts +6 -1
- package/dist/icons/linkBroken2.d.mts +6 -1
- package/dist/icons/linkBroken2.d.ts +6 -1
- package/dist/icons/linkExternal1.d.mts +6 -1
- package/dist/icons/linkExternal1.d.ts +6 -1
- package/dist/icons/linkExternal2.d.mts +6 -1
- package/dist/icons/linkExternal2.d.ts +6 -1
- package/dist/icons/list.d.mts +6 -1
- package/dist/icons/list.d.ts +6 -1
- package/dist/icons/loading1.d.mts +6 -1
- package/dist/icons/loading1.d.ts +6 -1
- package/dist/icons/loading2.d.mts +6 -1
- package/dist/icons/loading2.d.ts +6 -1
- package/dist/icons/loading3.d.mts +6 -1
- package/dist/icons/loading3.d.ts +6 -1
- package/dist/icons/lock.d.mts +6 -1
- package/dist/icons/lock.d.ts +6 -1
- package/dist/icons/lock1.d.mts +6 -1
- package/dist/icons/lock1.d.ts +6 -1
- package/dist/icons/lock2.d.mts +6 -1
- package/dist/icons/lock2.d.ts +6 -1
- package/dist/icons/lock3.d.mts +6 -1
- package/dist/icons/lock3.d.ts +6 -1
- package/dist/icons/lock4.d.mts +6 -1
- package/dist/icons/lock4.d.ts +6 -1
- package/dist/icons/lockKeyholeCircle.d.mts +6 -1
- package/dist/icons/lockKeyholeCircle.d.ts +6 -1
- package/dist/icons/lockKeyholeSquare.d.mts +6 -1
- package/dist/icons/lockKeyholeSquare.d.ts +6 -1
- package/dist/icons/lockUnlocked1.d.mts +6 -1
- package/dist/icons/lockUnlocked1.d.ts +6 -1
- package/dist/icons/lockUnlocked2.d.mts +6 -1
- package/dist/icons/lockUnlocked2.d.ts +6 -1
- package/dist/icons/lockUnlocked3.d.mts +6 -1
- package/dist/icons/lockUnlocked3.d.ts +6 -1
- package/dist/icons/lockUnlocked4.d.mts +6 -1
- package/dist/icons/lockUnlocked4.d.ts +6 -1
- package/dist/icons/logIn.d.mts +6 -1
- package/dist/icons/logIn.d.ts +6 -1
- package/dist/icons/logIn1.d.mts +6 -1
- package/dist/icons/logIn1.d.ts +6 -1
- package/dist/icons/logIn2.d.mts +6 -1
- package/dist/icons/logIn2.d.ts +6 -1
- package/dist/icons/logIn3.d.mts +6 -1
- package/dist/icons/logIn3.d.ts +6 -1
- package/dist/icons/logIn4.d.mts +6 -1
- package/dist/icons/logIn4.d.ts +6 -1
- package/dist/icons/logOut1.d.mts +6 -1
- package/dist/icons/logOut1.d.ts +6 -1
- package/dist/icons/logOut2.d.mts +6 -1
- package/dist/icons/logOut2.d.ts +6 -1
- package/dist/icons/logOut3.d.mts +6 -1
- package/dist/icons/logOut3.d.ts +6 -1
- package/dist/icons/logOut4.d.mts +6 -1
- package/dist/icons/logOut4.d.ts +6 -1
- package/dist/icons/luggage1.d.mts +6 -1
- package/dist/icons/luggage1.d.ts +6 -1
- package/dist/icons/luggage2.d.mts +6 -1
- package/dist/icons/luggage2.d.ts +6 -1
- package/dist/icons/luggage3.d.mts +6 -1
- package/dist/icons/luggage3.d.ts +6 -1
- package/dist/icons/magicWand.d.mts +6 -1
- package/dist/icons/magicWand.d.ts +6 -1
- package/dist/icons/magicWand1.d.mts +6 -1
- package/dist/icons/magicWand1.d.ts +6 -1
- package/dist/icons/magicWand2.d.mts +6 -1
- package/dist/icons/magicWand2.d.ts +6 -1
- package/dist/icons/mail.d.mts +6 -1
- package/dist/icons/mail.d.ts +6 -1
- package/dist/icons/mail1.d.mts +6 -1
- package/dist/icons/mail1.d.ts +6 -1
- package/dist/icons/mail2.d.mts +6 -1
- package/dist/icons/mail2.d.ts +6 -1
- package/dist/icons/mail3.d.mts +6 -1
- package/dist/icons/mail3.d.ts +6 -1
- package/dist/icons/mail4.d.mts +6 -1
- package/dist/icons/mail4.d.ts +6 -1
- package/dist/icons/mail5.d.mts +6 -1
- package/dist/icons/mail5.d.ts +6 -1
- package/dist/icons/mailNotification.d.mts +6 -1
- package/dist/icons/mailNotification.d.ts +6 -1
- package/dist/icons/map1.d.mts +6 -1
- package/dist/icons/map1.d.ts +6 -1
- package/dist/icons/map2.d.mts +6 -1
- package/dist/icons/map2.d.ts +6 -1
- package/dist/icons/mark.d.mts +6 -1
- package/dist/icons/mark.d.ts +6 -1
- package/dist/icons/markerPin1.d.mts +6 -1
- package/dist/icons/markerPin1.d.ts +6 -1
- package/dist/icons/markerPin2.d.mts +6 -1
- package/dist/icons/markerPin2.d.ts +6 -1
- package/dist/icons/markerPin3.d.mts +6 -1
- package/dist/icons/markerPin3.d.ts +6 -1
- package/dist/icons/markerPin4.d.mts +6 -1
- package/dist/icons/markerPin4.d.ts +6 -1
- package/dist/icons/markerPin5.d.mts +6 -1
- package/dist/icons/markerPin5.d.ts +6 -1
- package/dist/icons/markerPin6.d.mts +6 -1
- package/dist/icons/markerPin6.d.ts +6 -1
- package/dist/icons/maximize1.d.mts +6 -1
- package/dist/icons/maximize1.d.ts +6 -1
- package/dist/icons/maximize2.d.mts +6 -1
- package/dist/icons/maximize2.d.ts +6 -1
- package/dist/icons/medicalCircle.d.mts +6 -1
- package/dist/icons/medicalCircle.d.ts +6 -1
- package/dist/icons/medicalCross.d.mts +6 -1
- package/dist/icons/medicalCross.d.ts +6 -1
- package/dist/icons/medicalSquare.d.mts +6 -1
- package/dist/icons/medicalSquare.d.ts +6 -1
- package/dist/icons/menu.d.mts +6 -1
- package/dist/icons/menu.d.ts +6 -1
- package/dist/icons/menu1.d.mts +6 -1
- package/dist/icons/menu1.d.ts +6 -1
- package/dist/icons/menu2.d.mts +6 -1
- package/dist/icons/menu2.d.ts +6 -1
- package/dist/icons/menu3.d.mts +6 -1
- package/dist/icons/menu3.d.ts +6 -1
- package/dist/icons/menu4.d.mts +6 -1
- package/dist/icons/menu4.d.ts +6 -1
- package/dist/icons/menu5.d.mts +6 -1
- package/dist/icons/menu5.d.ts +6 -1
- package/dist/icons/messageAlertCircle.d.mts +6 -1
- package/dist/icons/messageAlertCircle.d.ts +6 -1
- package/dist/icons/messageAlertSquare.d.mts +6 -1
- package/dist/icons/messageAlertSquare.d.ts +6 -1
- package/dist/icons/messageChatCircle.d.mts +6 -1
- package/dist/icons/messageChatCircle.d.ts +6 -1
- package/dist/icons/messageChatSquare.d.mts +6 -1
- package/dist/icons/messageChatSquare.d.ts +6 -1
- package/dist/icons/messageCheckCircle.d.mts +6 -1
- package/dist/icons/messageCheckCircle.d.ts +6 -1
- package/dist/icons/messageCheckSquare.d.mts +6 -1
- package/dist/icons/messageCheckSquare.d.ts +6 -1
- package/dist/icons/messageCircle1.d.mts +6 -1
- package/dist/icons/messageCircle1.d.ts +6 -1
- package/dist/icons/messageCircle2.d.mts +6 -1
- package/dist/icons/messageCircle2.d.ts +6 -1
- package/dist/icons/messageDotsCircle.d.mts +6 -1
- package/dist/icons/messageDotsCircle.d.ts +6 -1
- package/dist/icons/messageDotsSquare.d.mts +6 -1
- package/dist/icons/messageDotsSquare.d.ts +6 -1
- package/dist/icons/messageHeartCircle.d.mts +6 -1
- package/dist/icons/messageHeartCircle.d.ts +6 -1
- package/dist/icons/messageHeartSquare.d.mts +6 -1
- package/dist/icons/messageHeartSquare.d.ts +6 -1
- package/dist/icons/messageNotificationCircle.d.mts +6 -1
- package/dist/icons/messageNotificationCircle.d.ts +6 -1
- package/dist/icons/messageNotificationSquare.d.mts +6 -1
- package/dist/icons/messageNotificationSquare.d.ts +6 -1
- package/dist/icons/messagePlusCircle.d.mts +6 -1
- package/dist/icons/messagePlusCircle.d.ts +6 -1
- package/dist/icons/messagePlusSquare.d.mts +6 -1
- package/dist/icons/messagePlusSquare.d.ts +6 -1
- package/dist/icons/messageQuestionCircle.d.mts +6 -1
- package/dist/icons/messageQuestionCircle.d.ts +6 -1
- package/dist/icons/messageQuestionSquare.d.mts +6 -1
- package/dist/icons/messageQuestionSquare.d.ts +6 -1
- package/dist/icons/messageSmileCircle.d.mts +6 -1
- package/dist/icons/messageSmileCircle.d.ts +6 -1
- package/dist/icons/messageSmileSquare.d.mts +6 -1
- package/dist/icons/messageSmileSquare.d.ts +6 -1
- package/dist/icons/messageSquare1.d.mts +6 -1
- package/dist/icons/messageSquare1.d.ts +6 -1
- package/dist/icons/messageSquare2.d.mts +6 -1
- package/dist/icons/messageSquare2.d.ts +6 -1
- package/dist/icons/messageTextCircle1.d.mts +6 -1
- package/dist/icons/messageTextCircle1.d.ts +6 -1
- package/dist/icons/messageTextCircle2.d.mts +6 -1
- package/dist/icons/messageTextCircle2.d.ts +6 -1
- package/dist/icons/messageTextSquare.d.mts +6 -1
- package/dist/icons/messageTextSquare.d.ts +6 -1
- package/dist/icons/messageTextSquare1.d.mts +6 -1
- package/dist/icons/messageTextSquare1.d.ts +6 -1
- package/dist/icons/messageTextSquare2.d.mts +6 -1
- package/dist/icons/messageTextSquare2.d.ts +6 -1
- package/dist/icons/messageXCircle.d.mts +6 -1
- package/dist/icons/messageXCircle.d.ts +6 -1
- package/dist/icons/messageXSquare.d.mts +6 -1
- package/dist/icons/messageXSquare.d.ts +6 -1
- package/dist/icons/microphone.d.mts +6 -1
- package/dist/icons/microphone.d.ts +6 -1
- package/dist/icons/microphone1.d.mts +6 -1
- package/dist/icons/microphone1.d.ts +6 -1
- package/dist/icons/microphone2.d.mts +6 -1
- package/dist/icons/microphone2.d.ts +6 -1
- package/dist/icons/microphoneOff.d.mts +6 -1
- package/dist/icons/microphoneOff.d.ts +6 -1
- package/dist/icons/microphoneOff1.d.mts +6 -1
- package/dist/icons/microphoneOff1.d.ts +6 -1
- package/dist/icons/microphoneOff2.d.mts +6 -1
- package/dist/icons/microphoneOff2.d.ts +6 -1
- package/dist/icons/microscope.d.mts +6 -1
- package/dist/icons/microscope.d.ts +6 -1
- package/dist/icons/minimize1.d.mts +6 -1
- package/dist/icons/minimize1.d.ts +6 -1
- package/dist/icons/minimize2.d.mts +6 -1
- package/dist/icons/minimize2.d.ts +6 -1
- package/dist/icons/minus.d.mts +6 -1
- package/dist/icons/minus.d.ts +6 -1
- package/dist/icons/minusCircle.d.mts +6 -1
- package/dist/icons/minusCircle.d.ts +6 -1
- package/dist/icons/minusSquare.d.mts +6 -1
- package/dist/icons/minusSquare.d.ts +6 -1
- package/dist/icons/modem1.d.mts +6 -1
- package/dist/icons/modem1.d.ts +6 -1
- package/dist/icons/modem2.d.mts +6 -1
- package/dist/icons/modem2.d.ts +6 -1
- package/dist/icons/monitor.d.mts +6 -1
- package/dist/icons/monitor.d.ts +6 -1
- package/dist/icons/monitor1.d.mts +6 -1
- package/dist/icons/monitor1.d.ts +6 -1
- package/dist/icons/monitor2.d.mts +6 -1
- package/dist/icons/monitor2.d.ts +6 -1
- package/dist/icons/monitor3.d.mts +6 -1
- package/dist/icons/monitor3.d.ts +6 -1
- package/dist/icons/monitor4.d.mts +6 -1
- package/dist/icons/monitor4.d.ts +6 -1
- package/dist/icons/monitor5.d.mts +6 -1
- package/dist/icons/monitor5.d.ts +6 -1
- package/dist/icons/moon1.d.mts +6 -1
- package/dist/icons/moon1.d.ts +6 -1
- package/dist/icons/moon2.d.mts +6 -1
- package/dist/icons/moon2.d.ts +6 -1
- package/dist/icons/moonEclipse.d.mts +6 -1
- package/dist/icons/moonEclipse.d.ts +6 -1
- package/dist/icons/moonStar.d.mts +6 -1
- package/dist/icons/moonStar.d.ts +6 -1
- package/dist/icons/mouse.d.mts +6 -1
- package/dist/icons/mouse.d.ts +6 -1
- package/dist/icons/move.d.mts +6 -1
- package/dist/icons/move.d.ts +6 -1
- package/dist/icons/musicNote1.d.mts +6 -1
- package/dist/icons/musicNote1.d.ts +6 -1
- package/dist/icons/musicNote2.d.mts +6 -1
- package/dist/icons/musicNote2.d.ts +6 -1
- package/dist/icons/musicNotePlus.d.mts +6 -1
- package/dist/icons/musicNotePlus.d.ts +6 -1
- package/dist/icons/navigationPointer1.d.mts +6 -1
- package/dist/icons/navigationPointer1.d.ts +6 -1
- package/dist/icons/navigationPointer2.d.mts +6 -1
- package/dist/icons/navigationPointer2.d.ts +6 -1
- package/dist/icons/navigationPointerOff1.d.mts +6 -1
- package/dist/icons/navigationPointerOff1.d.ts +6 -1
- package/dist/icons/navigationPointerOff2.d.mts +6 -1
- package/dist/icons/navigationPointerOff2.d.ts +6 -1
- package/dist/icons/notificationBox.d.mts +6 -1
- package/dist/icons/notificationBox.d.ts +6 -1
- package/dist/icons/notificationMessage.d.mts +6 -1
- package/dist/icons/notificationMessage.d.ts +6 -1
- package/dist/icons/notificationText.d.mts +6 -1
- package/dist/icons/notificationText.d.ts +6 -1
- package/dist/icons/octagon.d.mts +6 -1
- package/dist/icons/octagon.d.ts +6 -1
- package/dist/icons/package.d.mts +6 -1
- package/dist/icons/package.d.ts +6 -1
- package/dist/icons/packageCheck.d.mts +6 -1
- package/dist/icons/packageCheck.d.ts +6 -1
- package/dist/icons/packageMinus.d.mts +6 -1
- package/dist/icons/packageMinus.d.ts +6 -1
- package/dist/icons/packagePlus.d.mts +6 -1
- package/dist/icons/packagePlus.d.ts +6 -1
- package/dist/icons/packageSearch.d.mts +6 -1
- package/dist/icons/packageSearch.d.ts +6 -1
- package/dist/icons/packageX.d.mts +6 -1
- package/dist/icons/packageX.d.ts +6 -1
- package/dist/icons/paint.d.mts +6 -1
- package/dist/icons/paint.d.ts +6 -1
- package/dist/icons/paintPour.d.mts +6 -1
- package/dist/icons/paintPour.d.ts +6 -1
- package/dist/icons/palette.d.mts +6 -1
- package/dist/icons/palette.d.ts +6 -1
- package/dist/icons/paperclip.d.mts +6 -1
- package/dist/icons/paperclip.d.ts +6 -1
- package/dist/icons/paragraphSpacing.d.mts +6 -1
- package/dist/icons/paragraphSpacing.d.ts +6 -1
- package/dist/icons/paragraphWrap.d.mts +6 -1
- package/dist/icons/paragraphWrap.d.ts +6 -1
- package/dist/icons/passcode.d.mts +6 -1
- package/dist/icons/passcode.d.ts +6 -1
- package/dist/icons/passcodeLock.d.mts +6 -1
- package/dist/icons/passcodeLock.d.ts +6 -1
- package/dist/icons/passport.d.mts +6 -1
- package/dist/icons/passport.d.ts +6 -1
- package/dist/icons/pauseCircle.d.mts +6 -1
- package/dist/icons/pauseCircle.d.ts +6 -1
- package/dist/icons/pauseSquare.d.mts +6 -1
- package/dist/icons/pauseSquare.d.ts +6 -1
- package/dist/icons/penTool1.d.mts +6 -1
- package/dist/icons/penTool1.d.ts +6 -1
- package/dist/icons/penTool2.d.mts +6 -1
- package/dist/icons/penTool2.d.ts +6 -1
- package/dist/icons/penToolMinus.d.mts +6 -1
- package/dist/icons/penToolMinus.d.ts +6 -1
- package/dist/icons/penToolPlus.d.mts +6 -1
- package/dist/icons/penToolPlus.d.ts +6 -1
- package/dist/icons/pencil1.d.mts +6 -1
- package/dist/icons/pencil1.d.ts +6 -1
- package/dist/icons/pencil2.d.mts +6 -1
- package/dist/icons/pencil2.d.ts +6 -1
- package/dist/icons/pencilLine.d.mts +6 -1
- package/dist/icons/pencilLine.d.ts +6 -1
- package/dist/icons/pentagon.d.mts +6 -1
- package/dist/icons/pentagon.d.ts +6 -1
- package/dist/icons/percent1.d.mts +6 -1
- package/dist/icons/percent1.d.ts +6 -1
- package/dist/icons/percent2.d.mts +6 -1
- package/dist/icons/percent2.d.ts +6 -1
- package/dist/icons/percent3.d.mts +6 -1
- package/dist/icons/percent3.d.ts +6 -1
- package/dist/icons/perspective1.d.mts +6 -1
- package/dist/icons/perspective1.d.ts +6 -1
- package/dist/icons/perspective2.d.mts +6 -1
- package/dist/icons/perspective2.d.ts +6 -1
- package/dist/icons/phone.d.mts +6 -1
- package/dist/icons/phone.d.ts +6 -1
- package/dist/icons/phone1.d.mts +6 -1
- package/dist/icons/phone1.d.ts +6 -1
- package/dist/icons/phone2.d.mts +6 -1
- package/dist/icons/phone2.d.ts +6 -1
- package/dist/icons/phoneCall.d.mts +6 -1
- package/dist/icons/phoneCall.d.ts +6 -1
- package/dist/icons/phoneCall1.d.mts +6 -1
- package/dist/icons/phoneCall1.d.ts +6 -1
- package/dist/icons/phoneCall2.d.mts +6 -1
- package/dist/icons/phoneCall2.d.ts +6 -1
- package/dist/icons/phoneHangUp.d.mts +6 -1
- package/dist/icons/phoneHangUp.d.ts +6 -1
- package/dist/icons/phoneIncoming.d.mts +6 -1
- package/dist/icons/phoneIncoming.d.ts +6 -1
- package/dist/icons/phoneIncoming1.d.mts +6 -1
- package/dist/icons/phoneIncoming1.d.ts +6 -1
- package/dist/icons/phoneIncoming2.d.mts +6 -1
- package/dist/icons/phoneIncoming2.d.ts +6 -1
- package/dist/icons/phoneOutgoing1.d.mts +6 -1
- package/dist/icons/phoneOutgoing1.d.ts +6 -1
- package/dist/icons/phoneOutgoing2.d.mts +6 -1
- package/dist/icons/phoneOutgoing2.d.ts +6 -1
- package/dist/icons/phonePause.d.mts +6 -1
- package/dist/icons/phonePause.d.ts +6 -1
- package/dist/icons/phonePlus.d.mts +6 -1
- package/dist/icons/phonePlus.d.ts +6 -1
- package/dist/icons/phoneX.d.mts +6 -1
- package/dist/icons/phoneX.d.ts +6 -1
- package/dist/icons/pieChart.d.mts +6 -1
- package/dist/icons/pieChart.d.ts +6 -1
- package/dist/icons/pieChart1.d.mts +6 -1
- package/dist/icons/pieChart1.d.ts +6 -1
- package/dist/icons/pieChart2.d.mts +6 -1
- package/dist/icons/pieChart2.d.ts +6 -1
- package/dist/icons/pieChart3.d.mts +6 -1
- package/dist/icons/pieChart3.d.ts +6 -1
- package/dist/icons/pieChart4.d.mts +6 -1
- package/dist/icons/pieChart4.d.ts +6 -1
- package/dist/icons/piggyBank1.d.mts +6 -1
- package/dist/icons/piggyBank1.d.ts +6 -1
- package/dist/icons/piggyBank2.d.mts +6 -1
- package/dist/icons/piggyBank2.d.ts +6 -1
- package/dist/icons/pilcrow1.d.mts +6 -1
- package/dist/icons/pilcrow1.d.ts +6 -1
- package/dist/icons/pilcrow2.d.mts +6 -1
- package/dist/icons/pilcrow2.d.ts +6 -1
- package/dist/icons/pilcrowSquare.d.mts +6 -1
- package/dist/icons/pilcrowSquare.d.ts +6 -1
- package/dist/icons/pin1.d.mts +6 -1
- package/dist/icons/pin1.d.ts +6 -1
- package/dist/icons/pin2.d.mts +6 -1
- package/dist/icons/pin2.d.ts +6 -1
- package/dist/icons/placeholder.d.mts +6 -1
- package/dist/icons/placeholder.d.ts +6 -1
- package/dist/icons/plane.d.mts +6 -1
- package/dist/icons/plane.d.ts +6 -1
- package/dist/icons/play.d.mts +6 -1
- package/dist/icons/play.d.ts +6 -1
- package/dist/icons/playCircle.d.mts +6 -1
- package/dist/icons/playCircle.d.ts +6 -1
- package/dist/icons/playSquare.d.mts +6 -1
- package/dist/icons/playSquare.d.ts +6 -1
- package/dist/icons/plus.d.mts +6 -1
- package/dist/icons/plus.d.ts +6 -1
- package/dist/icons/plusCircle.d.mts +6 -1
- package/dist/icons/plusCircle.d.ts +6 -1
- package/dist/icons/plusSquare.d.mts +6 -1
- package/dist/icons/plusSquare.d.ts +6 -1
- package/dist/icons/podcast.d.mts +6 -1
- package/dist/icons/podcast.d.ts +6 -1
- package/dist/icons/power1.d.mts +6 -1
- package/dist/icons/power1.d.ts +6 -1
- package/dist/icons/power2.d.mts +6 -1
- package/dist/icons/power2.d.ts +6 -1
- package/dist/icons/power3.d.mts +6 -1
- package/dist/icons/power3.d.ts +6 -1
- package/dist/icons/presentationChart1.d.mts +6 -1
- package/dist/icons/presentationChart1.d.ts +6 -1
- package/dist/icons/presentationChart2.d.mts +6 -1
- package/dist/icons/presentationChart2.d.ts +6 -1
- package/dist/icons/presentationChart3.d.mts +6 -1
- package/dist/icons/presentationChart3.d.ts +6 -1
- package/dist/icons/printer.d.mts +6 -1
- package/dist/icons/printer.d.ts +6 -1
- package/dist/icons/puzzlePiece.d.mts +6 -1
- package/dist/icons/puzzlePiece.d.ts +6 -1
- package/dist/icons/puzzlePiece1.d.mts +6 -1
- package/dist/icons/puzzlePiece1.d.ts +6 -1
- package/dist/icons/puzzlePiece2.d.mts +6 -1
- package/dist/icons/puzzlePiece2.d.ts +6 -1
- package/dist/icons/qrCode.d.mts +6 -1
- package/dist/icons/qrCode.d.ts +6 -1
- package/dist/icons/qrCode1.d.mts +6 -1
- package/dist/icons/qrCode1.d.ts +6 -1
- package/dist/icons/qrCode2.d.mts +6 -1
- package/dist/icons/qrCode2.d.ts +6 -1
- package/dist/icons/receipt.d.mts +6 -1
- package/dist/icons/receipt.d.ts +6 -1
- package/dist/icons/receiptCheck.d.mts +6 -1
- package/dist/icons/receiptCheck.d.ts +6 -1
- package/dist/icons/recording.d.mts +6 -1
- package/dist/icons/recording.d.ts +6 -1
- package/dist/icons/recording1.d.mts +6 -1
- package/dist/icons/recording1.d.ts +6 -1
- package/dist/icons/recording2.d.mts +6 -1
- package/dist/icons/recording2.d.ts +6 -1
- package/dist/icons/recording3.d.mts +6 -1
- package/dist/icons/recording3.d.ts +6 -1
- package/dist/icons/reflect1.d.mts +6 -1
- package/dist/icons/reflect1.d.ts +6 -1
- package/dist/icons/reflect2.d.mts +6 -1
- package/dist/icons/reflect2.d.ts +6 -1
- package/dist/icons/refreshCcw.d.mts +6 -1
- package/dist/icons/refreshCcw.d.ts +6 -1
- package/dist/icons/refreshCcw1.d.mts +6 -1
- package/dist/icons/refreshCcw1.d.ts +6 -1
- package/dist/icons/refreshCcw2.d.mts +6 -1
- package/dist/icons/refreshCcw2.d.ts +6 -1
- package/dist/icons/refreshCcw3.d.mts +6 -1
- package/dist/icons/refreshCcw3.d.ts +6 -1
- package/dist/icons/refreshCcw4.d.mts +6 -1
- package/dist/icons/refreshCcw4.d.ts +6 -1
- package/dist/icons/refreshCcw5.d.mts +6 -1
- package/dist/icons/refreshCcw5.d.ts +6 -1
- package/dist/icons/refreshCw.d.mts +6 -1
- package/dist/icons/refreshCw.d.ts +6 -1
- package/dist/icons/refreshCw1.d.mts +6 -1
- package/dist/icons/refreshCw1.d.ts +6 -1
- package/dist/icons/refreshCw2.d.mts +6 -1
- package/dist/icons/refreshCw2.d.ts +6 -1
- package/dist/icons/refreshCw3.d.mts +6 -1
- package/dist/icons/refreshCw3.d.ts +6 -1
- package/dist/icons/refreshCw4.d.mts +6 -1
- package/dist/icons/refreshCw4.d.ts +6 -1
- package/dist/icons/refreshCw5.d.mts +6 -1
- package/dist/icons/refreshCw5.d.ts +6 -1
- package/dist/icons/repeat1.d.mts +6 -1
- package/dist/icons/repeat1.d.ts +6 -1
- package/dist/icons/repeat2.d.mts +6 -1
- package/dist/icons/repeat2.d.ts +6 -1
- package/dist/icons/repeat3.d.mts +6 -1
- package/dist/icons/repeat3.d.ts +6 -1
- package/dist/icons/repeat4.d.mts +6 -1
- package/dist/icons/repeat4.d.ts +6 -1
- package/dist/icons/reverseLeft.d.mts +6 -1
- package/dist/icons/reverseLeft.d.ts +6 -1
- package/dist/icons/reverseRight.d.mts +6 -1
- package/dist/icons/reverseRight.d.ts +6 -1
- package/dist/icons/rightIndent1.d.mts +6 -1
- package/dist/icons/rightIndent1.d.ts +6 -1
- package/dist/icons/rightIndent2.d.mts +6 -1
- package/dist/icons/rightIndent2.d.ts +6 -1
- package/dist/icons/rocket.d.mts +6 -1
- package/dist/icons/rocket.d.ts +6 -1
- package/dist/icons/rocket1.d.mts +6 -1
- package/dist/icons/rocket1.d.ts +6 -1
- package/dist/icons/rocket2.d.mts +6 -1
- package/dist/icons/rocket2.d.ts +6 -1
- package/dist/icons/rollerBrush.d.mts +6 -1
- package/dist/icons/rollerBrush.d.ts +6 -1
- package/dist/icons/rotateCcw.d.mts +6 -1
- package/dist/icons/rotateCcw.d.ts +6 -1
- package/dist/icons/route.d.mts +6 -1
- package/dist/icons/route.d.ts +6 -1
- package/dist/icons/rows1.d.mts +6 -1
- package/dist/icons/rows1.d.ts +6 -1
- package/dist/icons/rows2.d.mts +6 -1
- package/dist/icons/rows2.d.ts +6 -1
- package/dist/icons/rows3.d.mts +6 -1
- package/dist/icons/rows3.d.ts +6 -1
- package/dist/icons/rss1.d.mts +6 -1
- package/dist/icons/rss1.d.ts +6 -1
- package/dist/icons/rss2.d.mts +6 -1
- package/dist/icons/rss2.d.ts +6 -1
- package/dist/icons/ruler.d.mts +6 -1
- package/dist/icons/ruler.d.ts +6 -1
- package/dist/icons/safe.d.mts +6 -1
- package/dist/icons/safe.d.ts +6 -1
- package/dist/icons/sale1.d.mts +6 -1
- package/dist/icons/sale1.d.ts +6 -1
- package/dist/icons/sale2.d.mts +6 -1
- package/dist/icons/sale2.d.ts +6 -1
- package/dist/icons/sale3.d.mts +6 -1
- package/dist/icons/sale3.d.ts +6 -1
- package/dist/icons/sale4.d.mts +6 -1
- package/dist/icons/sale4.d.ts +6 -1
- package/dist/icons/save.d.mts +6 -1
- package/dist/icons/save.d.ts +6 -1
- package/dist/icons/save1.d.mts +6 -1
- package/dist/icons/save1.d.ts +6 -1
- package/dist/icons/save2.d.mts +6 -1
- package/dist/icons/save2.d.ts +6 -1
- package/dist/icons/save3.d.mts +6 -1
- package/dist/icons/save3.d.ts +6 -1
- package/dist/icons/scale1.d.mts +6 -1
- package/dist/icons/scale1.d.ts +6 -1
- package/dist/icons/scale2.d.mts +6 -1
- package/dist/icons/scale2.d.ts +6 -1
- package/dist/icons/scale3.d.mts +6 -1
- package/dist/icons/scale3.d.ts +6 -1
- package/dist/icons/scales1.d.mts +6 -1
- package/dist/icons/scales1.d.ts +6 -1
- package/dist/icons/scales2.d.mts +6 -1
- package/dist/icons/scales2.d.ts +6 -1
- package/dist/icons/scan.d.mts +6 -1
- package/dist/icons/scan.d.ts +6 -1
- package/dist/icons/scissors1.d.mts +6 -1
- package/dist/icons/scissors1.d.ts +6 -1
- package/dist/icons/scissors2.d.mts +6 -1
- package/dist/icons/scissors2.d.ts +6 -1
- package/dist/icons/scissorsCut1.d.mts +6 -1
- package/dist/icons/scissorsCut1.d.ts +6 -1
- package/dist/icons/scissorsCut2.d.mts +6 -1
- package/dist/icons/scissorsCut2.d.ts +6 -1
- package/dist/icons/search.d.mts +6 -1
- package/dist/icons/search.d.ts +6 -1
- package/dist/icons/searchLg.d.mts +6 -1
- package/dist/icons/searchLg.d.ts +6 -1
- package/dist/icons/searchMd.d.mts +6 -1
- package/dist/icons/searchMd.d.ts +6 -1
- package/dist/icons/searchRefraction.d.mts +6 -1
- package/dist/icons/searchRefraction.d.ts +6 -1
- package/dist/icons/searchSm.d.mts +6 -1
- package/dist/icons/searchSm.d.ts +6 -1
- package/dist/icons/send.d.mts +6 -1
- package/dist/icons/send.d.ts +6 -1
- package/dist/icons/send1.d.mts +6 -1
- package/dist/icons/send1.d.ts +6 -1
- package/dist/icons/send2.d.mts +6 -1
- package/dist/icons/send2.d.ts +6 -1
- package/dist/icons/send3.d.mts +6 -1
- package/dist/icons/send3.d.ts +6 -1
- package/dist/icons/server1.d.mts +6 -1
- package/dist/icons/server1.d.ts +6 -1
- package/dist/icons/server2.d.mts +6 -1
- package/dist/icons/server2.d.ts +6 -1
- package/dist/icons/server3.d.mts +6 -1
- package/dist/icons/server3.d.ts +6 -1
- package/dist/icons/server4.d.mts +6 -1
- package/dist/icons/server4.d.ts +6 -1
- package/dist/icons/server5.d.mts +6 -1
- package/dist/icons/server5.d.ts +6 -1
- package/dist/icons/server6.d.mts +6 -1
- package/dist/icons/server6.d.ts +6 -1
- package/dist/icons/settings.d.mts +6 -1
- package/dist/icons/settings.d.ts +6 -1
- package/dist/icons/settings1.d.mts +6 -1
- package/dist/icons/settings1.d.ts +6 -1
- package/dist/icons/settings2.d.mts +6 -1
- package/dist/icons/settings2.d.ts +6 -1
- package/dist/icons/settings3.d.mts +6 -1
- package/dist/icons/settings3.d.ts +6 -1
- package/dist/icons/settings4.d.mts +6 -1
- package/dist/icons/settings4.d.ts +6 -1
- package/dist/icons/share.d.mts +6 -1
- package/dist/icons/share.d.ts +6 -1
- package/dist/icons/share1.d.mts +6 -1
- package/dist/icons/share1.d.ts +6 -1
- package/dist/icons/share2.d.mts +6 -1
- package/dist/icons/share2.d.ts +6 -1
- package/dist/icons/share3.d.mts +6 -1
- package/dist/icons/share3.d.ts +6 -1
- package/dist/icons/share4.d.mts +6 -1
- package/dist/icons/share4.d.ts +6 -1
- package/dist/icons/share5.d.mts +6 -1
- package/dist/icons/share5.d.ts +6 -1
- package/dist/icons/share6.d.mts +6 -1
- package/dist/icons/share6.d.ts +6 -1
- package/dist/icons/share7.d.mts +6 -1
- package/dist/icons/share7.d.ts +6 -1
- package/dist/icons/shareArrow.d.mts +6 -1
- package/dist/icons/shareArrow.d.ts +6 -1
- package/dist/icons/shield1.d.mts +6 -1
- package/dist/icons/shield1.d.ts +6 -1
- package/dist/icons/shield2.d.mts +6 -1
- package/dist/icons/shield2.d.ts +6 -1
- package/dist/icons/shield3.d.mts +6 -1
- package/dist/icons/shield3.d.ts +6 -1
- package/dist/icons/shieldDollar.d.mts +6 -1
- package/dist/icons/shieldDollar.d.ts +6 -1
- package/dist/icons/shieldOff.d.mts +6 -1
- package/dist/icons/shieldOff.d.ts +6 -1
- package/dist/icons/shieldPlus.d.mts +6 -1
- package/dist/icons/shieldPlus.d.ts +6 -1
- package/dist/icons/shieldTick.d.mts +6 -1
- package/dist/icons/shieldTick.d.ts +6 -1
- package/dist/icons/shieldZap.d.mts +6 -1
- package/dist/icons/shieldZap.d.ts +6 -1
- package/dist/icons/shoppingBag1.d.mts +6 -1
- package/dist/icons/shoppingBag1.d.ts +6 -1
- package/dist/icons/shoppingBag2.d.mts +6 -1
- package/dist/icons/shoppingBag2.d.ts +6 -1
- package/dist/icons/shoppingBag3.d.mts +6 -1
- package/dist/icons/shoppingBag3.d.ts +6 -1
- package/dist/icons/shoppingCart1.d.mts +6 -1
- package/dist/icons/shoppingCart1.d.ts +6 -1
- package/dist/icons/shoppingCart2.d.mts +6 -1
- package/dist/icons/shoppingCart2.d.ts +6 -1
- package/dist/icons/shoppingCart3.d.mts +6 -1
- package/dist/icons/shoppingCart3.d.ts +6 -1
- package/dist/icons/shuffle1.d.mts +6 -1
- package/dist/icons/shuffle1.d.ts +6 -1
- package/dist/icons/shuffle2.d.mts +6 -1
- package/dist/icons/shuffle2.d.ts +6 -1
- package/dist/icons/signal1.d.mts +6 -1
- package/dist/icons/signal1.d.ts +6 -1
- package/dist/icons/signal2.d.mts +6 -1
- package/dist/icons/signal2.d.ts +6 -1
- package/dist/icons/signal3.d.mts +6 -1
- package/dist/icons/signal3.d.ts +6 -1
- package/dist/icons/simcard.d.mts +6 -1
- package/dist/icons/simcard.d.ts +6 -1
- package/dist/icons/skew.d.mts +6 -1
- package/dist/icons/skew.d.ts +6 -1
- package/dist/icons/skipBack.d.mts +6 -1
- package/dist/icons/skipBack.d.ts +6 -1
- package/dist/icons/skipForward.d.mts +6 -1
- package/dist/icons/skipForward.d.ts +6 -1
- package/dist/icons/slashCircle1.d.mts +6 -1
- package/dist/icons/slashCircle1.d.ts +6 -1
- package/dist/icons/slashCircle2.d.mts +6 -1
- package/dist/icons/slashCircle2.d.ts +6 -1
- package/dist/icons/slashDivider.d.mts +6 -1
- package/dist/icons/slashDivider.d.ts +6 -1
- package/dist/icons/slashOctagon.d.mts +6 -1
- package/dist/icons/slashOctagon.d.ts +6 -1
- package/dist/icons/sliders1.d.mts +6 -1
- package/dist/icons/sliders1.d.ts +6 -1
- package/dist/icons/sliders2.d.mts +6 -1
- package/dist/icons/sliders2.d.ts +6 -1
- package/dist/icons/sliders3.d.mts +6 -1
- package/dist/icons/sliders3.d.ts +6 -1
- package/dist/icons/sliders4.d.mts +6 -1
- package/dist/icons/sliders4.d.ts +6 -1
- package/dist/icons/snowflake1.d.mts +6 -1
- package/dist/icons/snowflake1.d.ts +6 -1
- package/dist/icons/snowflake2.d.mts +6 -1
- package/dist/icons/snowflake2.d.ts +6 -1
- package/dist/icons/spacingHeight1.d.mts +6 -1
- package/dist/icons/spacingHeight1.d.ts +6 -1
- package/dist/icons/spacingHeight2.d.mts +6 -1
- package/dist/icons/spacingHeight2.d.ts +6 -1
- package/dist/icons/spacingWidth1.d.mts +6 -1
- package/dist/icons/spacingWidth1.d.ts +6 -1
- package/dist/icons/spacingWidth2.d.mts +6 -1
- package/dist/icons/spacingWidth2.d.ts +6 -1
- package/dist/icons/speaker1.d.mts +6 -1
- package/dist/icons/speaker1.d.ts +6 -1
- package/dist/icons/speaker2.d.mts +6 -1
- package/dist/icons/speaker2.d.ts +6 -1
- package/dist/icons/speaker3.d.mts +6 -1
- package/dist/icons/speaker3.d.ts +6 -1
- package/dist/icons/speedometer1.d.mts +6 -1
- package/dist/icons/speedometer1.d.ts +6 -1
- package/dist/icons/speedometer2.d.mts +6 -1
- package/dist/icons/speedometer2.d.ts +6 -1
- package/dist/icons/speedometer3.d.mts +6 -1
- package/dist/icons/speedometer3.d.ts +6 -1
- package/dist/icons/speedometer4.d.mts +6 -1
- package/dist/icons/speedometer4.d.ts +6 -1
- package/dist/icons/spinner.d.mts +6 -1
- package/dist/icons/spinner.d.ts +6 -1
- package/dist/icons/square.d.mts +6 -1
- package/dist/icons/square.d.ts +6 -1
- package/dist/icons/stand.d.mts +6 -1
- package/dist/icons/stand.d.ts +6 -1
- package/dist/icons/star1.d.mts +6 -1
- package/dist/icons/star1.d.ts +6 -1
- package/dist/icons/star2.d.mts +6 -1
- package/dist/icons/star2.d.ts +6 -1
- package/dist/icons/star3.d.mts +6 -1
- package/dist/icons/star3.d.ts +6 -1
- package/dist/icons/star4.d.mts +6 -1
- package/dist/icons/star4.d.ts +6 -1
- package/dist/icons/star5.d.mts +6 -1
- package/dist/icons/star5.d.ts +6 -1
- package/dist/icons/star6.d.mts +6 -1
- package/dist/icons/star6.d.ts +6 -1
- package/dist/icons/star7.d.mts +6 -1
- package/dist/icons/star7.d.ts +6 -1
- package/dist/icons/stars.d.mts +6 -1
- package/dist/icons/stars.d.ts +6 -1
- package/dist/icons/stars1.d.mts +6 -1
- package/dist/icons/stars1.d.ts +6 -1
- package/dist/icons/stars2.d.mts +6 -1
- package/dist/icons/stars2.d.ts +6 -1
- package/dist/icons/stars3.d.mts +6 -1
- package/dist/icons/stars3.d.ts +6 -1
- package/dist/icons/stickerCircle.d.mts +6 -1
- package/dist/icons/stickerCircle.d.ts +6 -1
- package/dist/icons/stickerSquare.d.mts +6 -1
- package/dist/icons/stickerSquare.d.ts +6 -1
- package/dist/icons/stop.d.mts +6 -1
- package/dist/icons/stop.d.ts +6 -1
- package/dist/icons/stopCircle.d.mts +6 -1
- package/dist/icons/stopCircle.d.ts +6 -1
- package/dist/icons/stopSquare.d.mts +6 -1
- package/dist/icons/stopSquare.d.ts +6 -1
- package/dist/icons/strikethrough1.d.mts +6 -1
- package/dist/icons/strikethrough1.d.ts +6 -1
- package/dist/icons/strikethrough2.d.mts +6 -1
- package/dist/icons/strikethrough2.d.ts +6 -1
- package/dist/icons/strikethroughSquare.d.mts +6 -1
- package/dist/icons/strikethroughSquare.d.ts +6 -1
- package/dist/icons/subscript.d.mts +6 -1
- package/dist/icons/subscript.d.ts +6 -1
- package/dist/icons/sun.d.mts +6 -1
- package/dist/icons/sun.d.ts +6 -1
- package/dist/icons/sunSetting1.d.mts +6 -1
- package/dist/icons/sunSetting1.d.ts +6 -1
- package/dist/icons/sunSetting2.d.mts +6 -1
- package/dist/icons/sunSetting2.d.ts +6 -1
- package/dist/icons/sunSetting3.d.mts +6 -1
- package/dist/icons/sunSetting3.d.ts +6 -1
- package/dist/icons/sunrise.d.mts +6 -1
- package/dist/icons/sunrise.d.ts +6 -1
- package/dist/icons/sunset.d.mts +6 -1
- package/dist/icons/sunset.d.ts +6 -1
- package/dist/icons/switchHorizontal1.d.mts +6 -1
- package/dist/icons/switchHorizontal1.d.ts +6 -1
- package/dist/icons/switchHorizontal2.d.mts +6 -1
- package/dist/icons/switchHorizontal2.d.ts +6 -1
- package/dist/icons/switchVertical1.d.mts +6 -1
- package/dist/icons/switchVertical1.d.ts +6 -1
- package/dist/icons/switchVertical2.d.mts +6 -1
- package/dist/icons/switchVertical2.d.ts +6 -1
- package/dist/icons/table.d.mts +6 -1
- package/dist/icons/table.d.ts +6 -1
- package/dist/icons/tablet1.d.mts +6 -1
- package/dist/icons/tablet1.d.ts +6 -1
- package/dist/icons/tablet2.d.mts +6 -1
- package/dist/icons/tablet2.d.ts +6 -1
- package/dist/icons/tag1.d.mts +6 -1
- package/dist/icons/tag1.d.ts +6 -1
- package/dist/icons/tag2.d.mts +6 -1
- package/dist/icons/tag2.d.ts +6 -1
- package/dist/icons/tag3.d.mts +6 -1
- package/dist/icons/tag3.d.ts +6 -1
- package/dist/icons/target1.d.mts +6 -1
- package/dist/icons/target1.d.ts +6 -1
- package/dist/icons/target2.d.mts +6 -1
- package/dist/icons/target2.d.ts +6 -1
- package/dist/icons/target3.d.mts +6 -1
- package/dist/icons/target3.d.ts +6 -1
- package/dist/icons/target4.d.mts +6 -1
- package/dist/icons/target4.d.ts +6 -1
- package/dist/icons/target5.d.mts +6 -1
- package/dist/icons/target5.d.ts +6 -1
- package/dist/icons/telescope.d.mts +6 -1
- package/dist/icons/telescope.d.ts +6 -1
- package/dist/icons/terminal.d.mts +6 -1
- package/dist/icons/terminal.d.ts +6 -1
- package/dist/icons/terminalBrowser.d.mts +6 -1
- package/dist/icons/terminalBrowser.d.ts +6 -1
- package/dist/icons/terminalCircle.d.mts +6 -1
- package/dist/icons/terminalCircle.d.ts +6 -1
- package/dist/icons/terminalSquare.d.mts +6 -1
- package/dist/icons/terminalSquare.d.ts +6 -1
- package/dist/icons/textInput.d.mts +6 -1
- package/dist/icons/textInput.d.ts +6 -1
- package/dist/icons/thermometer1.d.mts +6 -1
- package/dist/icons/thermometer1.d.ts +6 -1
- package/dist/icons/thermometer2.d.mts +6 -1
- package/dist/icons/thermometer2.d.ts +6 -1
- package/dist/icons/thermometer3.d.mts +6 -1
- package/dist/icons/thermometer3.d.ts +6 -1
- package/dist/icons/thermometerCold.d.mts +6 -1
- package/dist/icons/thermometerCold.d.ts +6 -1
- package/dist/icons/thermometerWarm.d.mts +6 -1
- package/dist/icons/thermometerWarm.d.ts +6 -1
- package/dist/icons/thumbsDown.d.mts +6 -1
- package/dist/icons/thumbsDown.d.ts +6 -1
- package/dist/icons/thumbsUp.d.mts +6 -1
- package/dist/icons/thumbsUp.d.ts +6 -1
- package/dist/icons/ticket1.d.mts +6 -1
- package/dist/icons/ticket1.d.ts +6 -1
- package/dist/icons/ticket2.d.mts +6 -1
- package/dist/icons/ticket2.d.ts +6 -1
- package/dist/icons/toggle1Left.d.mts +6 -1
- package/dist/icons/toggle1Left.d.ts +6 -1
- package/dist/icons/toggle1Right.d.mts +6 -1
- package/dist/icons/toggle1Right.d.ts +6 -1
- package/dist/icons/toggle2Left.d.mts +6 -1
- package/dist/icons/toggle2Left.d.ts +6 -1
- package/dist/icons/toggle2Right.d.mts +6 -1
- package/dist/icons/toggle2Right.d.ts +6 -1
- package/dist/icons/toggle3Left.d.mts +6 -1
- package/dist/icons/toggle3Left.d.ts +6 -1
- package/dist/icons/toggle3Right.d.mts +6 -1
- package/dist/icons/toggle3Right.d.ts +6 -1
- package/dist/icons/tool1.d.mts +6 -1
- package/dist/icons/tool1.d.ts +6 -1
- package/dist/icons/tool2.d.mts +6 -1
- package/dist/icons/tool2.d.ts +6 -1
- package/dist/icons/train.d.mts +6 -1
- package/dist/icons/train.d.ts +6 -1
- package/dist/icons/tram.d.mts +6 -1
- package/dist/icons/tram.d.ts +6 -1
- package/dist/icons/transform.d.mts +6 -1
- package/dist/icons/transform.d.ts +6 -1
- package/dist/icons/translate1.d.mts +6 -1
- package/dist/icons/translate1.d.ts +6 -1
- package/dist/icons/translate2.d.mts +6 -1
- package/dist/icons/translate2.d.ts +6 -1
- package/dist/icons/trash.d.mts +6 -1
- package/dist/icons/trash.d.ts +6 -1
- package/dist/icons/trash1.d.mts +6 -1
- package/dist/icons/trash1.d.ts +6 -1
- package/dist/icons/trash2.d.mts +6 -1
- package/dist/icons/trash2.d.ts +6 -1
- package/dist/icons/trash3.d.mts +6 -1
- package/dist/icons/trash3.d.ts +6 -1
- package/dist/icons/trash4.d.mts +6 -1
- package/dist/icons/trash4.d.ts +6 -1
- package/dist/icons/trendDown.d.mts +6 -1
- package/dist/icons/trendDown.d.ts +6 -1
- package/dist/icons/trendDown1.d.mts +6 -1
- package/dist/icons/trendDown1.d.ts +6 -1
- package/dist/icons/trendDown2.d.mts +6 -1
- package/dist/icons/trendDown2.d.ts +6 -1
- package/dist/icons/trendUp.d.mts +6 -1
- package/dist/icons/trendUp.d.ts +6 -1
- package/dist/icons/trendUp1.d.mts +6 -1
- package/dist/icons/trendUp1.d.ts +6 -1
- package/dist/icons/trendUp2.d.mts +6 -1
- package/dist/icons/trendUp2.d.ts +6 -1
- package/dist/icons/triangle.d.mts +6 -1
- package/dist/icons/triangle.d.ts +6 -1
- package/dist/icons/trophy1.d.mts +6 -1
- package/dist/icons/trophy1.d.ts +6 -1
- package/dist/icons/trophy2.d.mts +6 -1
- package/dist/icons/trophy2.d.ts +6 -1
- package/dist/icons/truck1.d.mts +6 -1
- package/dist/icons/truck1.d.ts +6 -1
- package/dist/icons/truck2.d.mts +6 -1
- package/dist/icons/truck2.d.ts +6 -1
- package/dist/icons/tv1.d.mts +6 -1
- package/dist/icons/tv1.d.ts +6 -1
- package/dist/icons/tv2.d.mts +6 -1
- package/dist/icons/tv2.d.ts +6 -1
- package/dist/icons/tv3.d.mts +6 -1
- package/dist/icons/tv3.d.ts +6 -1
- package/dist/icons/type1.d.mts +6 -1
- package/dist/icons/type1.d.ts +6 -1
- package/dist/icons/type2.d.mts +6 -1
- package/dist/icons/type2.d.ts +6 -1
- package/dist/icons/typeSquare.d.mts +6 -1
- package/dist/icons/typeSquare.d.ts +6 -1
- package/dist/icons/typeStrikethrough1.d.mts +6 -1
- package/dist/icons/typeStrikethrough1.d.ts +6 -1
- package/dist/icons/typeStrikethrough2.d.mts +6 -1
- package/dist/icons/typeStrikethrough2.d.ts +6 -1
- package/dist/icons/types-DBpSTFQy.d.mts +9 -0
- package/dist/icons/types-DBpSTFQy.d.ts +9 -0
- package/dist/icons/umbrella1.d.mts +6 -1
- package/dist/icons/umbrella1.d.ts +6 -1
- package/dist/icons/umbrella2.d.mts +6 -1
- package/dist/icons/umbrella2.d.ts +6 -1
- package/dist/icons/umbrella3.d.mts +6 -1
- package/dist/icons/umbrella3.d.ts +6 -1
- package/dist/icons/underline1.d.mts +6 -1
- package/dist/icons/underline1.d.ts +6 -1
- package/dist/icons/underline2.d.mts +6 -1
- package/dist/icons/underline2.d.ts +6 -1
- package/dist/icons/underlineSquare.d.mts +6 -1
- package/dist/icons/underlineSquare.d.ts +6 -1
- package/dist/icons/upload1.d.mts +6 -1
- package/dist/icons/upload1.d.ts +6 -1
- package/dist/icons/upload2.d.mts +6 -1
- package/dist/icons/upload2.d.ts +6 -1
- package/dist/icons/upload3.d.mts +6 -1
- package/dist/icons/upload3.d.ts +6 -1
- package/dist/icons/upload4.d.mts +6 -1
- package/dist/icons/upload4.d.ts +6 -1
- package/dist/icons/uploadCloud1.d.mts +6 -1
- package/dist/icons/uploadCloud1.d.ts +6 -1
- package/dist/icons/uploadCloud2.d.mts +6 -1
- package/dist/icons/uploadCloud2.d.ts +6 -1
- package/dist/icons/usbFlashDrive.d.mts +6 -1
- package/dist/icons/usbFlashDrive.d.ts +6 -1
- package/dist/icons/user.d.mts +6 -1
- package/dist/icons/user.d.ts +6 -1
- package/dist/icons/user1.d.mts +6 -1
- package/dist/icons/user1.d.ts +6 -1
- package/dist/icons/user2.d.mts +6 -1
- package/dist/icons/user2.d.ts +6 -1
- package/dist/icons/user3.d.mts +6 -1
- package/dist/icons/user3.d.ts +6 -1
- package/dist/icons/userCheck1.d.mts +6 -1
- package/dist/icons/userCheck1.d.ts +6 -1
- package/dist/icons/userCheck2.d.mts +6 -1
- package/dist/icons/userCheck2.d.ts +6 -1
- package/dist/icons/userCircle.d.mts +6 -1
- package/dist/icons/userCircle.d.ts +6 -1
- package/dist/icons/userDown1.d.mts +6 -1
- package/dist/icons/userDown1.d.ts +6 -1
- package/dist/icons/userDown2.d.mts +6 -1
- package/dist/icons/userDown2.d.ts +6 -1
- package/dist/icons/userEdit.d.mts +6 -1
- package/dist/icons/userEdit.d.ts +6 -1
- package/dist/icons/userLeft1.d.mts +6 -1
- package/dist/icons/userLeft1.d.ts +6 -1
- package/dist/icons/userLeft2.d.mts +6 -1
- package/dist/icons/userLeft2.d.ts +6 -1
- package/dist/icons/userMinus1.d.mts +6 -1
- package/dist/icons/userMinus1.d.ts +6 -1
- package/dist/icons/userMinus2.d.mts +6 -1
- package/dist/icons/userMinus2.d.ts +6 -1
- package/dist/icons/userPlus.d.mts +6 -1
- package/dist/icons/userPlus.d.ts +6 -1
- package/dist/icons/userPlus1.d.mts +6 -1
- package/dist/icons/userPlus1.d.ts +6 -1
- package/dist/icons/userPlus2.d.mts +6 -1
- package/dist/icons/userPlus2.d.ts +6 -1
- package/dist/icons/userRight1.d.mts +6 -1
- package/dist/icons/userRight1.d.ts +6 -1
- package/dist/icons/userRight2.d.mts +6 -1
- package/dist/icons/userRight2.d.ts +6 -1
- package/dist/icons/userSquare.d.mts +6 -1
- package/dist/icons/userSquare.d.ts +6 -1
- package/dist/icons/userUp1.d.mts +6 -1
- package/dist/icons/userUp1.d.ts +6 -1
- package/dist/icons/userUp2.d.mts +6 -1
- package/dist/icons/userUp2.d.ts +6 -1
- package/dist/icons/userX.d.mts +6 -1
- package/dist/icons/userX.d.ts +6 -1
- package/dist/icons/userX1.d.mts +6 -1
- package/dist/icons/userX1.d.ts +6 -1
- package/dist/icons/userX2.d.mts +6 -1
- package/dist/icons/userX2.d.ts +6 -1
- package/dist/icons/users.d.mts +6 -1
- package/dist/icons/users.d.ts +6 -1
- package/dist/icons/users1.d.mts +6 -1
- package/dist/icons/users1.d.ts +6 -1
- package/dist/icons/users2.d.mts +6 -1
- package/dist/icons/users2.d.ts +6 -1
- package/dist/icons/users3.d.mts +6 -1
- package/dist/icons/users3.d.ts +6 -1
- package/dist/icons/usersCheck.d.mts +6 -1
- package/dist/icons/usersCheck.d.ts +6 -1
- package/dist/icons/usersDown.d.mts +6 -1
- package/dist/icons/usersDown.d.ts +6 -1
- package/dist/icons/usersEdit.d.mts +6 -1
- package/dist/icons/usersEdit.d.ts +6 -1
- package/dist/icons/usersLeft.d.mts +6 -1
- package/dist/icons/usersLeft.d.ts +6 -1
- package/dist/icons/usersMinus.d.mts +6 -1
- package/dist/icons/usersMinus.d.ts +6 -1
- package/dist/icons/usersPlus.d.mts +6 -1
- package/dist/icons/usersPlus.d.ts +6 -1
- package/dist/icons/usersRight.d.mts +6 -1
- package/dist/icons/usersRight.d.ts +6 -1
- package/dist/icons/usersUp.d.mts +6 -1
- package/dist/icons/usersUp.d.ts +6 -1
- package/dist/icons/usersX.d.mts +6 -1
- package/dist/icons/usersX.d.ts +6 -1
- package/dist/icons/variable.d.mts +6 -1
- package/dist/icons/variable.d.ts +6 -1
- package/dist/icons/videoRecorder.d.mts +6 -1
- package/dist/icons/videoRecorder.d.ts +6 -1
- package/dist/icons/videoRecorderOff.d.mts +6 -1
- package/dist/icons/videoRecorderOff.d.ts +6 -1
- package/dist/icons/virus.d.mts +6 -1
- package/dist/icons/virus.d.ts +6 -1
- package/dist/icons/voicemail.d.mts +6 -1
- package/dist/icons/voicemail.d.ts +6 -1
- package/dist/icons/volumeMax.d.mts +6 -1
- package/dist/icons/volumeMax.d.ts +6 -1
- package/dist/icons/volumeMin.d.mts +6 -1
- package/dist/icons/volumeMin.d.ts +6 -1
- package/dist/icons/volumeMinus.d.mts +6 -1
- package/dist/icons/volumeMinus.d.ts +6 -1
- package/dist/icons/volumePlus.d.mts +6 -1
- package/dist/icons/volumePlus.d.ts +6 -1
- package/dist/icons/volumeX.d.mts +6 -1
- package/dist/icons/volumeX.d.ts +6 -1
- package/dist/icons/wallet1.d.mts +6 -1
- package/dist/icons/wallet1.d.ts +6 -1
- package/dist/icons/wallet2.d.mts +6 -1
- package/dist/icons/wallet2.d.ts +6 -1
- package/dist/icons/wallet3.d.mts +6 -1
- package/dist/icons/wallet3.d.ts +6 -1
- package/dist/icons/wallet4.d.mts +6 -1
- package/dist/icons/wallet4.d.ts +6 -1
- package/dist/icons/wallet5.d.mts +6 -1
- package/dist/icons/wallet5.d.ts +6 -1
- package/dist/icons/watchCircle.d.mts +6 -1
- package/dist/icons/watchCircle.d.ts +6 -1
- package/dist/icons/watchSquare.d.mts +6 -1
- package/dist/icons/watchSquare.d.ts +6 -1
- package/dist/icons/waves.d.mts +6 -1
- package/dist/icons/waves.d.ts +6 -1
- package/dist/icons/webcam1.d.mts +6 -1
- package/dist/icons/webcam1.d.ts +6 -1
- package/dist/icons/webcam2.d.mts +6 -1
- package/dist/icons/webcam2.d.ts +6 -1
- package/dist/icons/wifi.d.mts +6 -1
- package/dist/icons/wifi.d.ts +6 -1
- package/dist/icons/wifiOff.d.mts +6 -1
- package/dist/icons/wifiOff.d.ts +6 -1
- package/dist/icons/wind1.d.mts +6 -1
- package/dist/icons/wind1.d.ts +6 -1
- package/dist/icons/wind2.d.mts +6 -1
- package/dist/icons/wind2.d.ts +6 -1
- package/dist/icons/wind3.d.mts +6 -1
- package/dist/icons/wind3.d.ts +6 -1
- package/dist/icons/x.d.mts +6 -1
- package/dist/icons/x.d.ts +6 -1
- package/dist/icons/xCircle.d.mts +6 -1
- package/dist/icons/xCircle.d.ts +6 -1
- package/dist/icons/xClose.d.mts +6 -1
- package/dist/icons/xClose.d.ts +6 -1
- package/dist/icons/xSquare.d.mts +6 -1
- package/dist/icons/xSquare.d.ts +6 -1
- package/dist/icons/youtube.d.mts +6 -1
- package/dist/icons/youtube.d.ts +6 -1
- package/dist/icons/zap.d.mts +6 -1
- package/dist/icons/zap.d.ts +6 -1
- package/dist/icons/zapCircle.d.mts +6 -1
- package/dist/icons/zapCircle.d.ts +6 -1
- package/dist/icons/zapFast.d.mts +6 -1
- package/dist/icons/zapFast.d.ts +6 -1
- package/dist/icons/zapOff.d.mts +6 -1
- package/dist/icons/zapOff.d.ts +6 -1
- package/dist/icons/zapSquare.d.mts +6 -1
- package/dist/icons/zapSquare.d.ts +6 -1
- package/dist/icons/zoomIn.d.mts +6 -1
- package/dist/icons/zoomIn.d.ts +6 -1
- package/dist/icons/zoomOut.d.mts +6 -1
- package/dist/icons/zoomOut.d.ts +6 -1
- package/dist/index.d.mts +918 -128
- package/dist/index.d.ts +918 -128
- package/dist/index.js +0 -4
- package/dist/index.mjs +0 -2
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +1 -0
- package/dist/tailwind.css +2 -2
- package/dist/types-DBpSTFQy.d.mts +9 -0
- package/dist/types-DBpSTFQy.d.ts +9 -0
- package/package.json +25 -18
- package/dist/_tsup-dts-rollup.d.mts +0 -6841
- package/dist/_tsup-dts-rollup.d.ts +0 -6841
- package/dist/chunk-BDGP7V4I.mjs +0 -124
- package/dist/chunk-REC5TG6U.mjs +0 -454
package/dist/index.js
CHANGED
|
@@ -20,7 +20,6 @@ __reExport(src_exports, require("./components/AlertDialog"), module.exports);
|
|
|
20
20
|
__reExport(src_exports, require("./components/Avatar"), module.exports);
|
|
21
21
|
__reExport(src_exports, require("./components/Badge"), module.exports);
|
|
22
22
|
__reExport(src_exports, require("./components/Button"), module.exports);
|
|
23
|
-
__reExport(src_exports, require("./components/Calendar"), module.exports);
|
|
24
23
|
__reExport(src_exports, require("./components/Carousel"), module.exports);
|
|
25
24
|
__reExport(src_exports, require("./components/Checkbox"), module.exports);
|
|
26
25
|
__reExport(src_exports, require("./components/Command"), module.exports);
|
|
@@ -28,7 +27,6 @@ __reExport(src_exports, require("./components/CreatableSelect"), module.exports)
|
|
|
28
27
|
__reExport(src_exports, require("./components/Dialog"), module.exports);
|
|
29
28
|
__reExport(src_exports, require("./components/DropdownMenu"), module.exports);
|
|
30
29
|
__reExport(src_exports, require("./components/FilterButton"), module.exports);
|
|
31
|
-
__reExport(src_exports, require("./components/Form"), module.exports);
|
|
32
30
|
__reExport(src_exports, require("./components/Input"), module.exports);
|
|
33
31
|
__reExport(src_exports, require("./components/Label"), module.exports);
|
|
34
32
|
__reExport(src_exports, require("./components/Pagination"), module.exports);
|
|
@@ -51,7 +49,6 @@ __reExport(src_exports, require("./components/Tooltip"), module.exports);
|
|
|
51
49
|
...require("./components/Avatar"),
|
|
52
50
|
...require("./components/Badge"),
|
|
53
51
|
...require("./components/Button"),
|
|
54
|
-
...require("./components/Calendar"),
|
|
55
52
|
...require("./components/Carousel"),
|
|
56
53
|
...require("./components/Checkbox"),
|
|
57
54
|
...require("./components/Command"),
|
|
@@ -59,7 +56,6 @@ __reExport(src_exports, require("./components/Tooltip"), module.exports);
|
|
|
59
56
|
...require("./components/Dialog"),
|
|
60
57
|
...require("./components/DropdownMenu"),
|
|
61
58
|
...require("./components/FilterButton"),
|
|
62
|
-
...require("./components/Form"),
|
|
63
59
|
...require("./components/Input"),
|
|
64
60
|
...require("./components/Label"),
|
|
65
61
|
...require("./components/Pagination"),
|
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,6 @@ export * from "./components/AlertDialog";
|
|
|
3
3
|
export * from "./components/Avatar";
|
|
4
4
|
export * from "./components/Badge";
|
|
5
5
|
export * from "./components/Button";
|
|
6
|
-
export * from "./components/Calendar";
|
|
7
6
|
export * from "./components/Carousel";
|
|
8
7
|
export * from "./components/Checkbox";
|
|
9
8
|
export * from "./components/Command";
|
|
@@ -11,7 +10,6 @@ export * from "./components/CreatableSelect";
|
|
|
11
10
|
export * from "./components/Dialog";
|
|
12
11
|
export * from "./components/DropdownMenu";
|
|
13
12
|
export * from "./components/FilterButton";
|
|
14
|
-
export * from "./components/Form";
|
|
15
13
|
export * from "./components/Input";
|
|
16
14
|
export * from "./components/Label";
|
|
17
15
|
export * from "./components/Pagination";
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*{box-sizing:border-box;-webkit-font-smoothing:antialiased}:root{--color-white:255 255 255;--color-black:0 0 0;--color-gray-25:252 252 252;--color-gray-50:247 247 247;--color-gray-100:242 242 242;--color-gray-200:237 237 237;--color-gray-300:232 232 232;--color-gray-400:227 227 227;--color-gray-500:219 219 219;--color-gray-600:199 199 199;--color-gray-700:143 143 143;--color-gray-800:133 133 133;--color-gray-900:112 112 112;--color-gray-1000:23 23 23;--color-blue-25:250 252 255;--color-blue-50:245 249 255;--color-blue-100:240 246 255;--color-blue-200:215 231 254;--color-blue-300:199 222 255;--color-blue-400:184 213 255;--color-blue-500:133 184 255;--color-blue-600:87 157 255;--color-blue-700:0 106 255;--color-blue-800:0 91 219;--color-blue-900:0 77 184;--color-blue-1000:0 34 82;--color-red-25:255 250 250;--color-red-50:255 250 250;--color-red-100:255 240 240;--color-red-200:255 229 229;--color-red-300:253 216 216;--color-red-400:249 200 200;--color-red-500:243 175 176;--color-red-600:234 143 144;--color-red-700:229 72 77;--color-red-800:219 61 66;--color-red-900:206 44 49;--color-red-1000:57 20 23;--color-amber-25:255 252 246;--color-amber-50:255 250 242;--color-amber-100:255 249 237;--color-amber-200:255 243 222;--color-amber-300:255 239 209;--color-amber-400:255 232 189;--color-amber-500:255 221 159;--color-amber-600:255 207 119;--color-amber-700:255 178 36;--color-amber-800:249 167 16;--color-amber-900:228 152 12;--color-amber-1000:78 32 9;--color-green-25:251 254 252;--color-green-50:243 252 245;--color-green-100:235 250 240;--color-green-200:221 243 228;--color-green-300:204 235 215;--color-green-400:180 223 196;--color-green-500:146 206 172;--color-green-600:91 185 139;--color-green-700:48 166 109;--color-green-800:42 152 101;--color-green-900:24 119 76;--color-green-1000:21 50 38;--color-tomato-25:255 250 250;--color-tomato-50:255 246 245;--color-tomato-100:255 241 240;--color-tomato-200:255 228 224;--color-tomato-300:253 216 211;--color-tomato-400:250 198 189;--color-tomato-500:243 174 160;--color-tomato-600:234 146 128;--color-tomato-700:229 77 46;--color-tomato-800:219 66 36;--color-tomato-900:204 51 20;--color-tomato-1000:54 24 17;--color-crimson-25:255 250 252;--color-crimson-50:255 245 250;--color-crimson-100:254 241 247;--color-crimson-200:252 228 239;--color-crimson-300:249 215 230;--color-crimson-400:244 199 220;--color-crimson-500:237 171 199;--color-crimson-600:229 143 178;--color-crimson-700:234 62 131;--color-crimson-800:225 51 120;--color-crimson-900:210 30 102;--color-crimson-1000:63 13 30;--color-pink-25:255 250 253;--color-pink-50:255 245 251;--color-pink-100:254 236 247;--color-pink-200:252 228 243;--color-pink-300:249 215 235;--color-pink-400:243 196 225;--color-pink-500:236 172 211;--color-pink-600:226 141 194;--color-pink-700:215 66 160;--color-pink-800:210 50 151;--color-pink-900:205 29 141;--color-pink-1000:61 10 43;--color-plum-25:253 250 255;--color-plum-50:255 250 255;--color-plum-100:252 238 252;--color-plum-200:249 230 249;--color-plum-300:243 215 244;--color-plum-400:236 201 238;--color-plum-500:223 176 227;--color-plum-600:207 146 217;--color-plum-700:171 74 186;--color-plum-800:164 60 180;--color-plum-900:154 43 171;--color-plum-1000:52 12 59;--color-purple-25:254 251 254;--color-purple-50:253 250 255;--color-purple-100:249 241 254;--color-purple-200:244 232 252;--color-purple-300:237 220 249;--color-purple-400:228 205 244;--color-purple-500:212 181 237;--color-purple-600:191 149 228;--color-purple-700:142 78 198;--color-purple-800:131 68 187;--color-purple-900:121 59 176;--color-purple-1000:43 14 68;--color-violet-25:252 251 254;--color-violet-50:251 250 255;--color-violet-100:243 240 255;--color-violet-200:235 231 254;--color-violet-300:228 222 252;--color-violet-400:213 205 249;--color-violet-500:197 185 243;--color-violet-600:168 152 236;--color-violet-700:109 84 207;--color-violet-800:99 78 193;--color-violet-900:87 70 175;--color-violet-1000:31 18 73;--color-indigo-25:252 252 253;--color-indigo-50:250 251 255;--color-indigo-100:240 244 255;--color-indigo-200:231 237 254;--color-indigo-300:217 226 252;--color-indigo-400:200 213 249;--color-indigo-500:173 191 245;--color-indigo-600:143 166 239;--color-indigo-700:60 97 221;--color-indigo-800:56 91 204;--color-indigo-900:52 81 178;--color-indigo-1000:16 29 71;--color-cyan-25:251 253 254;--color-cyan-50:242 252 253;--color-cyan-100:233 249 251;--color-cyan-200:218 244 247;--color-cyan-300:195 233 239;--color-cyan-400:168 222 230;--color-cyan-500:133 206 219;--color-cyan-600:63 185 207;--color-cyan-700:5 162 194;--color-cyan-800:8 149 180;--color-cyan-900:12 119 146;--color-cyan-1000:4 50 62;--color-teal-25:251 254 253;--color-teal-50:242 252 250;--color-teal-100:231 249 245;--color-teal-200:216 243 237;--color-teal-300:199 235 229;--color-teal-400:175 223 215;--color-teal-500:141 206 195;--color-teal-600:85 185 172;--color-teal-700:18 165 148;--color-teal-800:14 154 138;--color-teal-900:6 122 110;--color-teal-1000:17 50 45;--color-grass-25:251 254 251;--color-grass-50:243 252 243;--color-grass-100:235 249 235;--color-grass-200:222 242 222;--color-grass-300:204 234 205;--color-grass-400:185 223 188;--color-grass-500:150 207 155;--color-grass-600:100 185 116;--color-grass-700:69 165 87;--color-grass-800:61 153 79;--color-grass-900:41 122 58;--color-grass-1000:27 49 30;--color-brown-25:254 252 251;--color-brown-50:252 250 247;--color-brown-100:249 242 236;--color-brown-200:244 232 220;--color-brown-300:239 221 205;--color-brown-400:232 205 181;--color-brown-500:221 185 151;--color-brown-600:208 158 113;--color-brown-700:173 127 88;--color-brown-800:162 118 83;--color-brown-900:136 99 73;--color-brown-1000:63 44 34;--color-orange-25:254 252 251;--color-orange-50:254 249 246;--color-orange-100:255 240 229;--color-orange-200:255 232 214;--color-orange-300:255 219 194;--color-orange-400:255 204 168;--color-orange-500:255 178 128;--color-orange-600:250 146 76;--color-orange-700:247 104 8;--color-orange-800:235 94 0;--color-orange-900:189 75 0;--color-orange-1000:69 30 17;--color-sky-25:250 254 255;--color-sky-50:240 252 255;--color-sky-100:229 249 255;--color-sky-200:211 243 253;--color-sky-300:195 236 249;--color-sky-400:162 222 241;--color-sky-500:123 208 234;--color-sky-600:46 190 229;--color-sky-700:104 221 253;--color-sky-800:93 211 244;--color-sky-900:0 122 163;--color-sky-1000:0 50 66;--color-mint-25:251 254 254;--color-mint-50:241 254 250;--color-mint-100:224 251 243;--color-mint-200:212 247 238;--color-mint-300:194 239 228;--color-mint-400:165 228 212;--color-mint-500:125 212 191;--color-mint-600:64 196 170;--color-mint-700:112 225 200;--color-mint-800:104 217 193;--color-mint-900:20 123 109;--color-mint-1000:9 52 46;--color-lime-25:253 254 251;--color-lime-50:246 252 238;--color-lime-100:238 250 219;--color-lime-200:227 247 197;--color-lime-300:215 242 176;--color-lime-400:202 233 150;--color-lime-500:177 209 107;--color-lime-600:148 186 44;--color-lime-700:153 213 42;--color-lime-800:147 201 38;--color-lime-900:93 119 13;--color-lime-1000:39 52 9;--color-yellow-25:252 252 247;--color-yellow-50:255 252 229;--color-yellow-100:255 251 209;--color-yellow-200:255 248 189;--color-yellow-300:254 242 164;--color-yellow-400:249 231 139;--color-yellow-500:239 210 108;--color-yellow-600:245 217 10;--color-yellow-700:235 188 0;--color-yellow-800:245 204 0;--color-yellow-900:148 104 0;--color-yellow-1000:52 40 15;--color-gold-25:253 253 252;--color-gold-50:251 250 243;--color-gold-100:246 243 234;--color-gold-200:238 234 221;--color-gold-300:230 224 209;--color-gold-400:218 209 190;--color-gold-500:203 189 164;--color-gold-600:184 163 132;--color-gold-700:150 130 100;--color-gold-800:141 122 94;--color-gold-900:119 103 80;--color-gold-1000:59 53 43;--color-bronze-25:253 252 252;--color-bronze-50:253 248 247;--color-bronze-100:248 240 237;--color-bronze-200:242 232 227;--color-bronze-300:234 221 215;--color-bronze-400:224 206 199;--color-bronze-500:208 184 175;--color-bronze-600:190 159 147;--color-bronze-700:161 128 114;--color-bronze-800:150 118 105;--color-bronze-900:132 99 88;--color-bronze-1000:68 49 44}.dark-theme{--color-white:255 255 255;--color-black:0 0 0;--color-gray-25:23 23 23;--color-gray-50:28 28 28;--color-gray-100:36 36 36;--color-gray-200:41 41 41;--color-gray-300:46 46 46;--color-gray-400:51 51 51;--color-gray-500:61 61 61;--color-gray-600:79 79 79;--color-gray-700:112 112 112;--color-gray-800:125 125 125;--color-gray-900:161 161 161;--color-gray-1000:237 237 237;--color-blue-25:15 22 31;--color-blue-50:15 28 46;--color-blue-100:16 35 61;--color-blue-200:16 42 76;--color-blue-300:15 47 87;--color-blue-400:13 56 104;--color-blue-500:10 67 128;--color-blue-600:9 84 165;--color-blue-700:0 145 255;--color-blue-800:56 159 255;--color-blue-900:82 168 255;--color-blue-1000:235 246 255;--color-red-25:32 19 21;--color-red-50:41 20 21;--color-red-100:58 23 25;--color-red-200:71 26 29;--color-red-300:85 27 31;--color-red-400:103 30 33;--color-red-500:131 33 38;--color-red-600:168 36 40;--color-red-700:229 72 77;--color-red-800:242 84 90;--color-red-900:255 97 102;--color-red-1000:254 236 238;--color-amber-25:31 19 0;--color-amber-50:41 24 0;--color-amber-100:51 27 0;--color-amber-200:61 33 0;--color-amber-300:77 42 0;--color-amber-400:87 51 0;--color-amber-500:107 65 5;--color-amber-600:128 77 0;--color-amber-700:255 178 36;--color-amber-800:255 187 61;--color-amber-900:255 196 87;--color-amber-1000:254 243 220;--color-green-25:12 24 17;--color-green-50:11 29 22;--color-green-100:15 41 30;--color-green-200:17 49 35;--color-green-300:19 57 41;--color-green-400:22 69 49;--color-green-500:27 85 59;--color-green-600:34 109 73;--color-green-700:48 166 109;--color-green-800:60 175 119;--color-green-900:75 195 137;--color-green-1000:229 251 234;--color-tomato-25:28 20 18;--color-tomato-50:41 19 15;--color-tomato-100:58 23 19;--color-tomato-200:72 26 20;--color-tomato-300:86 29 21;--color-tomato-400:100 32 22;--color-tomato-500:127 35 21;--color-tomato-600:165 43 18;--color-tomato-700:229 77 46;--color-tomato-800:236 93 65;--color-tomato-900:241 107 80;--color-tomato-1000:254 239 236;--color-crimson-25:30 21 25;--color-crimson-50:40 21 29;--color-crimson-100:58 23 38;--color-crimson-200:71 26 45;--color-crimson-300:85 27 51;--color-crimson-400:99 29 58;--color-crimson-500:129 29 69;--color-crimson-600:174 25 85;--color-crimson-700:234 62 131;--color-crimson-800:240 81 137;--color-crimson-900:247 95 143;--color-crimson-1000:254 236 244;--color-pink-25:32 19 28;--color-pink-50:40 21 34;--color-pink-100:58 24 47;--color-pink-200:70 27 56;--color-pink-300:80 27 63;--color-pink-400:98 29 74;--color-pink-500:124 29 91;--color-pink-600:165 24 113;--color-pink-700:215 66 160;--color-pink-800:227 74 168;--color-pink-900:246 90 181;--color-pink-1000:254 236 247;--color-plum-25:28 18 28;--color-plum-50:36 20 36;--color-plum-100:51 26 51;--color-plum-200:62 28 63;--color-plum-300:72 33 74;--color-plum-400:85 38 89;--color-plum-500:107 46 112;--color-plum-600:136 56 148;--color-plum-700:171 74 186;--color-plum-800:188 83 198;--color-plum-900:216 100 216;--color-plum-1000:251 237 252;--color-purple-25:28 21 30;--color-purple-50:35 21 40;--color-purple-100:46 25 56;--color-purple-200:58 30 72;--color-purple-300:66 33 84;--color-purple-400:79 39 104;--color-purple-500:95 46 133;--color-purple-600:121 56 178;--color-purple-700:142 78 198;--color-purple-800:156 91 210;--color-purple-900:191 122 240;--color-purple-1000:248 237 252;--color-violet-25:23 21 30;--color-violet-50:28 23 43;--color-violet-100:36 29 62;--color-violet-200:43 34 79;--color-violet-300:50 38 94;--color-violet-400:57 44 114;--color-violet-500:68 53 146;--color-violet-600:87 65 195;--color-violet-700:109 84 207;--color-violet-800:123 101 220;--color-violet-900:159 141 252;--color-violet-1000:239 236 254;--color-indigo-25:19 22 32;--color-indigo-50:21 25 45;--color-indigo-100:24 32 62;--color-indigo-200:28 39 79;--color-indigo-300:31 44 92;--color-indigo-400:34 51 109;--color-indigo-500:39 63 139;--color-indigo-600:47 77 177;--color-indigo-700:60 97 221;--color-indigo-800:84 116 232;--color-indigo-900:133 157 255;--color-indigo-1000:237 240 253;--color-cyan-25:7 25 29;--color-cyan-50:6 29 35;--color-cyan-100:7 41 49;--color-cyan-200:7 48 59;--color-cyan-300:7 57 69;--color-cyan-400:6 66 81;--color-cyan-500:4 79 98;--color-cyan-600:0 102 128;--color-cyan-700:5 162 194;--color-cyan-800:0 177 204;--color-cyan-900:0 193 214;--color-cyan-1000:224 248 250;--color-teal-25:9 26 22;--color-teal-50:4 32 27;--color-teal-100:6 40 34;--color-teal-200:7 49 43;--color-teal-300:8 58 51;--color-teal-400:9 68 60;--color-teal-500:11 86 76;--color-teal-600:12 110 99;--color-teal-700:18 165 148;--color-teal-800:16 178 162;--color-teal-900:10 199 180;--color-teal-1000:224 250 244;--color-grass-25:12 24 17;--color-grass-50:15 31 19;--color-grass-100:20 42 26;--color-grass-200:22 49 30;--color-grass-300:25 57 33;--color-grass-400:29 68 39;--color-grass-500:37 86 49;--color-grass-600:47 111 59;--color-grass-700:69 165 87;--color-grass-800:85 180 102;--color-grass-900:98 192 115;--color-grass-1000:229 251 234;--color-brown-25:26 22 20;--color-brown-50:33 23 18;--color-brown-100:46 32 26;--color-brown-200:53 37 29;--color-brown-300:63 44 34;--color-brown-400:72 53 40;--color-brown-500:93 67 50;--color-brown-600:119 89 64;--color-brown-700:173 127 88;--color-brown-800:189 140 97;--color-brown-900:219 162 112;--color-brown-1000:250 240 229;--color-orange-25:30 17 6;--color-orange-50:41 19 0;--color-orange-100:58 27 3;--color-orange-200:67 30 4;--color-orange-300:77 34 5;--color-orange-400:96 42 6;--color-orange-500:118 50 5;--color-orange-600:148 62 0;--color-orange-700:247 104 8;--color-orange-800:255 126 41;--color-orange-900:255 139 61;--color-orange-1000:254 234 220;--color-sky-25:13 25 33;--color-sky-50:7 30 44;--color-sky-100:8 37 53;--color-sky-200:8 44 64;--color-sky-300:8 52 74;--color-sky-400:8 62 89;--color-sky-500:6 74 106;--color-sky-600:0 93 133;--color-sky-700:104 221 253;--color-sky-800:138 232 255;--color-sky-900:47 200 238;--color-sky-1000:235 248 255;--color-mint-25:7 23 21;--color-mint-50:5 31 29;--color-mint-100:5 41 38;--color-mint-200:4 47 42;--color-mint-300:3 58 52;--color-mint-400:1 70 62;--color-mint-500:0 87 75;--color-mint-600:0 107 89;--color-mint-700:112 225 200;--color-mint-800:149 243 217;--color-mint-900:37 208 171;--color-mint-1000:232 252 248;--color-lime-25:20 24 7;--color-lime-50:23 28 8;--color-lime-100:30 38 13;--color-lime-200:37 46 15;--color-lime-300:43 55 17;--color-lime-400:53 67 20;--color-lime-500:64 81 21;--color-lime-600:84 105 22;--color-lime-700:153 213 42;--color-lime-800:196 240 66;--color-lime-900:136 191 34;--color-lime-1000:240 251 223;--color-yellow-25:26 19 0;--color-yellow-50:36 27 0;--color-yellow-100:46 34 0;--color-yellow-200:51 38 0;--color-yellow-300:61 47 0;--color-yellow-400:71 58 0;--color-yellow-500:87 72 5;--color-yellow-600:112 94 0;--color-yellow-700:245 217 10;--color-yellow-800:255 239 92;--color-yellow-900:240 192 0;--color-yellow-1000:255 250 209;--color-gold-25:22 21 18;--color-gold-50:29 27 22;--color-gold-100:38 35 28;--color-gold-200:44 41 32;--color-gold-300:53 48 39;--color-gold-400:63 57 44;--color-gold-500:79 70 54;--color-gold-600:107 93 71;--color-gold-700:150 130 100;--color-gold-800:165 145 115;--color-gold-900:191 168 136;--color-gold-1000:247 245 232;--color-bronze-25:25 21 20;--color-bronze-50:32 26 24;--color-bronze-100:41 32 30;--color-bronze-200:51 40 36;--color-bronze-300:60 47 42;--color-bronze-400:69 53 48;--color-bronze-500:87 68 61;--color-bronze-600:116 89 78;--color-bronze-700:161 128 114;--color-bronze-800:176 140 125;--color-bronze-900:204 164 148;--color-bronze-1000:249 237 231}
|
|
1
|
+
*{box-sizing:border-box;-webkit-font-smoothing:antialiased}.light-theme,:root{--color-white:255 255 255;--color-black:18 18 18;--color-gray-25:252 252 252;--color-gray-50:247 247 247;--color-gray-100:242 242 242;--color-gray-200:237 237 237;--color-gray-300:232 232 232;--color-gray-400:227 227 227;--color-gray-500:219 219 219;--color-gray-600:199 199 199;--color-gray-700:143 143 143;--color-gray-800:133 133 133;--color-gray-900:112 112 112;--color-gray-1000:23 23 23;--color-blue-25:250 252 255;--color-blue-50:245 249 255;--color-blue-100:240 246 255;--color-blue-200:215 231 254;--color-blue-300:199 222 255;--color-blue-400:184 213 255;--color-blue-500:133 184 255;--color-blue-600:87 157 255;--color-blue-700:0 106 255;--color-blue-800:0 91 219;--color-blue-900:0 77 184;--color-blue-1000:0 34 82;--color-red-25:255 250 250;--color-red-50:255 250 250;--color-red-100:255 240 240;--color-red-200:255 229 229;--color-red-300:253 216 216;--color-red-400:249 200 200;--color-red-500:243 175 176;--color-red-600:234 143 144;--color-red-700:229 72 77;--color-red-800:219 61 66;--color-red-900:206 44 49;--color-red-1000:57 20 23;--color-amber-25:255 252 246;--color-amber-50:255 250 242;--color-amber-100:255 249 237;--color-amber-200:255 243 222;--color-amber-300:255 239 209;--color-amber-400:255 232 189;--color-amber-500:255 221 159;--color-amber-600:255 207 119;--color-amber-700:255 178 36;--color-amber-800:249 167 16;--color-amber-900:228 152 12;--color-amber-1000:78 32 9;--color-green-25:251 254 252;--color-green-50:243 252 245;--color-green-100:235 250 240;--color-green-200:221 243 228;--color-green-300:204 235 215;--color-green-400:180 223 196;--color-green-500:146 206 172;--color-green-600:91 185 139;--color-green-700:48 166 109;--color-green-800:42 152 101;--color-green-900:24 119 76;--color-green-1000:21 50 38;--color-tomato-25:255 250 250;--color-tomato-50:255 246 245;--color-tomato-100:255 241 240;--color-tomato-200:255 228 224;--color-tomato-300:253 216 211;--color-tomato-400:250 198 189;--color-tomato-500:243 174 160;--color-tomato-600:234 146 128;--color-tomato-700:229 77 46;--color-tomato-800:219 66 36;--color-tomato-900:204 51 20;--color-tomato-1000:54 24 17;--color-crimson-25:255 250 252;--color-crimson-50:255 245 250;--color-crimson-100:254 241 247;--color-crimson-200:252 228 239;--color-crimson-300:249 215 230;--color-crimson-400:244 199 220;--color-crimson-500:237 171 199;--color-crimson-600:229 143 178;--color-crimson-700:234 62 131;--color-crimson-800:225 51 120;--color-crimson-900:210 30 102;--color-crimson-1000:63 13 30;--color-pink-25:255 250 253;--color-pink-50:255 245 251;--color-pink-100:254 236 247;--color-pink-200:252 228 243;--color-pink-300:249 215 235;--color-pink-400:243 196 225;--color-pink-500:236 172 211;--color-pink-600:226 141 194;--color-pink-700:215 66 160;--color-pink-800:210 50 151;--color-pink-900:205 29 141;--color-pink-1000:61 10 43;--color-plum-25:253 250 255;--color-plum-50:255 250 255;--color-plum-100:252 238 252;--color-plum-200:249 230 249;--color-plum-300:243 215 244;--color-plum-400:236 201 238;--color-plum-500:223 176 227;--color-plum-600:207 146 217;--color-plum-700:171 74 186;--color-plum-800:164 60 180;--color-plum-900:154 43 171;--color-plum-1000:52 12 59;--color-purple-25:254 251 254;--color-purple-50:253 250 255;--color-purple-100:249 241 254;--color-purple-200:244 232 252;--color-purple-300:237 220 249;--color-purple-400:228 205 244;--color-purple-500:212 181 237;--color-purple-600:191 149 228;--color-purple-700:142 78 198;--color-purple-800:131 68 187;--color-purple-900:121 59 176;--color-purple-1000:43 14 68;--color-violet-25:252 251 254;--color-violet-50:251 250 255;--color-violet-100:243 240 255;--color-violet-200:235 231 254;--color-violet-300:228 222 252;--color-violet-400:213 205 249;--color-violet-500:197 185 243;--color-violet-600:168 152 236;--color-violet-700:109 84 207;--color-violet-800:99 78 193;--color-violet-900:87 70 175;--color-violet-1000:31 18 73;--color-indigo-25:252 252 253;--color-indigo-50:250 251 255;--color-indigo-100:240 244 255;--color-indigo-200:231 237 254;--color-indigo-300:217 226 252;--color-indigo-400:200 213 249;--color-indigo-500:173 191 245;--color-indigo-600:143 166 239;--color-indigo-700:60 97 221;--color-indigo-800:56 91 204;--color-indigo-900:52 81 178;--color-indigo-1000:16 29 71;--color-cyan-25:251 253 254;--color-cyan-50:242 252 253;--color-cyan-100:233 249 251;--color-cyan-200:218 244 247;--color-cyan-300:195 233 239;--color-cyan-400:168 222 230;--color-cyan-500:133 206 219;--color-cyan-600:63 185 207;--color-cyan-700:5 162 194;--color-cyan-800:8 149 180;--color-cyan-900:12 119 146;--color-cyan-1000:4 50 62;--color-teal-25:251 254 253;--color-teal-50:242 252 250;--color-teal-100:231 249 245;--color-teal-200:216 243 237;--color-teal-300:199 235 229;--color-teal-400:175 223 215;--color-teal-500:141 206 195;--color-teal-600:85 185 172;--color-teal-700:18 165 148;--color-teal-800:14 154 138;--color-teal-900:6 122 110;--color-teal-1000:17 50 45;--color-grass-25:251 254 251;--color-grass-50:243 252 243;--color-grass-100:235 249 235;--color-grass-200:222 242 222;--color-grass-300:204 234 205;--color-grass-400:185 223 188;--color-grass-500:150 207 155;--color-grass-600:100 185 116;--color-grass-700:69 165 87;--color-grass-800:61 153 79;--color-grass-900:41 122 58;--color-grass-1000:27 49 30;--color-brown-25:254 252 251;--color-brown-50:252 250 247;--color-brown-100:249 242 236;--color-brown-200:244 232 220;--color-brown-300:239 221 205;--color-brown-400:232 205 181;--color-brown-500:221 185 151;--color-brown-600:208 158 113;--color-brown-700:173 127 88;--color-brown-800:162 118 83;--color-brown-900:136 99 73;--color-brown-1000:63 44 34;--color-orange-25:254 252 251;--color-orange-50:254 249 246;--color-orange-100:255 240 229;--color-orange-200:255 232 214;--color-orange-300:255 219 194;--color-orange-400:255 204 168;--color-orange-500:255 178 128;--color-orange-600:250 146 76;--color-orange-700:247 104 8;--color-orange-800:235 94 0;--color-orange-900:189 75 0;--color-orange-1000:69 30 17;--color-sky-25:250 254 255;--color-sky-50:240 252 255;--color-sky-100:229 249 255;--color-sky-200:211 243 253;--color-sky-300:195 236 249;--color-sky-400:162 222 241;--color-sky-500:123 208 234;--color-sky-600:46 190 229;--color-sky-700:104 221 253;--color-sky-800:93 211 244;--color-sky-900:0 122 163;--color-sky-1000:0 50 66;--color-mint-25:251 254 254;--color-mint-50:241 254 250;--color-mint-100:224 251 243;--color-mint-200:212 247 238;--color-mint-300:194 239 228;--color-mint-400:165 228 212;--color-mint-500:125 212 191;--color-mint-600:64 196 170;--color-mint-700:112 225 200;--color-mint-800:104 217 193;--color-mint-900:20 123 109;--color-mint-1000:9 52 46;--color-lime-25:253 254 251;--color-lime-50:246 252 238;--color-lime-100:238 250 219;--color-lime-200:227 247 197;--color-lime-300:215 242 176;--color-lime-400:202 233 150;--color-lime-500:177 209 107;--color-lime-600:148 186 44;--color-lime-700:153 213 42;--color-lime-800:147 201 38;--color-lime-900:93 119 13;--color-lime-1000:39 52 9;--color-yellow-25:252 252 247;--color-yellow-50:255 252 229;--color-yellow-100:255 251 209;--color-yellow-200:255 248 189;--color-yellow-300:254 242 164;--color-yellow-400:249 231 139;--color-yellow-500:239 210 108;--color-yellow-600:245 217 10;--color-yellow-700:235 188 0;--color-yellow-800:245 204 0;--color-yellow-900:148 104 0;--color-yellow-1000:52 40 15;--color-gold-25:253 253 252;--color-gold-50:251 250 243;--color-gold-100:246 243 234;--color-gold-200:238 234 221;--color-gold-300:230 224 209;--color-gold-400:218 209 190;--color-gold-500:203 189 164;--color-gold-600:184 163 132;--color-gold-700:150 130 100;--color-gold-800:141 122 94;--color-gold-900:119 103 80;--color-gold-1000:59 53 43;--color-bronze-25:253 252 252;--color-bronze-50:253 248 247;--color-bronze-100:248 240 237;--color-bronze-200:242 232 227;--color-bronze-300:234 221 215;--color-bronze-400:224 206 199;--color-bronze-500:208 184 175;--color-bronze-600:190 159 147;--color-bronze-700:161 128 114;--color-bronze-800:150 118 105;--color-bronze-900:132 99 88;--color-bronze-1000:68 49 44}.dark-theme{--color-white:18 18 18;--color-black:255 255 255;--color-gray-25:23 23 23;--color-gray-50:28 28 28;--color-gray-100:36 36 36;--color-gray-200:41 41 41;--color-gray-300:46 46 46;--color-gray-400:51 51 51;--color-gray-500:61 61 61;--color-gray-600:79 79 79;--color-gray-700:112 112 112;--color-gray-800:125 125 125;--color-gray-900:161 161 161;--color-gray-1000:237 237 237;--color-blue-25:15 22 31;--color-blue-50:15 28 46;--color-blue-100:16 35 61;--color-blue-200:16 42 76;--color-blue-300:15 47 87;--color-blue-400:13 56 104;--color-blue-500:10 67 128;--color-blue-600:9 84 165;--color-blue-700:0 145 255;--color-blue-800:56 159 255;--color-blue-900:82 168 255;--color-blue-1000:235 246 255;--color-red-25:32 19 21;--color-red-50:41 20 21;--color-red-100:58 23 25;--color-red-200:71 26 29;--color-red-300:85 27 31;--color-red-400:103 30 33;--color-red-500:131 33 38;--color-red-600:168 36 40;--color-red-700:229 72 77;--color-red-800:242 84 90;--color-red-900:255 97 102;--color-red-1000:254 236 238;--color-amber-25:31 19 0;--color-amber-50:41 24 0;--color-amber-100:51 27 0;--color-amber-200:61 33 0;--color-amber-300:77 42 0;--color-amber-400:87 51 0;--color-amber-500:107 65 5;--color-amber-600:128 77 0;--color-amber-700:255 178 36;--color-amber-800:255 187 61;--color-amber-900:255 196 87;--color-amber-1000:254 243 220;--color-green-25:12 24 17;--color-green-50:11 29 22;--color-green-100:15 41 30;--color-green-200:17 49 35;--color-green-300:19 57 41;--color-green-400:22 69 49;--color-green-500:27 85 59;--color-green-600:34 109 73;--color-green-700:48 166 109;--color-green-800:60 175 119;--color-green-900:75 195 137;--color-green-1000:229 251 234;--color-tomato-25:28 20 18;--color-tomato-50:41 19 15;--color-tomato-100:58 23 19;--color-tomato-200:72 26 20;--color-tomato-300:86 29 21;--color-tomato-400:100 32 22;--color-tomato-500:127 35 21;--color-tomato-600:165 43 18;--color-tomato-700:229 77 46;--color-tomato-800:236 93 65;--color-tomato-900:241 107 80;--color-tomato-1000:254 239 236;--color-crimson-25:30 21 25;--color-crimson-50:40 21 29;--color-crimson-100:58 23 38;--color-crimson-200:71 26 45;--color-crimson-300:85 27 51;--color-crimson-400:99 29 58;--color-crimson-500:129 29 69;--color-crimson-600:174 25 85;--color-crimson-700:234 62 131;--color-crimson-800:240 81 137;--color-crimson-900:247 95 143;--color-crimson-1000:254 236 244;--color-pink-25:32 19 28;--color-pink-50:40 21 34;--color-pink-100:58 24 47;--color-pink-200:70 27 56;--color-pink-300:80 27 63;--color-pink-400:98 29 74;--color-pink-500:124 29 91;--color-pink-600:165 24 113;--color-pink-700:215 66 160;--color-pink-800:227 74 168;--color-pink-900:246 90 181;--color-pink-1000:254 236 247;--color-plum-25:28 18 28;--color-plum-50:36 20 36;--color-plum-100:51 26 51;--color-plum-200:62 28 63;--color-plum-300:72 33 74;--color-plum-400:85 38 89;--color-plum-500:107 46 112;--color-plum-600:136 56 148;--color-plum-700:171 74 186;--color-plum-800:188 83 198;--color-plum-900:216 100 216;--color-plum-1000:251 237 252;--color-purple-25:28 21 30;--color-purple-50:35 21 40;--color-purple-100:46 25 56;--color-purple-200:58 30 72;--color-purple-300:66 33 84;--color-purple-400:79 39 104;--color-purple-500:95 46 133;--color-purple-600:121 56 178;--color-purple-700:142 78 198;--color-purple-800:156 91 210;--color-purple-900:191 122 240;--color-purple-1000:248 237 252;--color-violet-25:23 21 30;--color-violet-50:28 23 43;--color-violet-100:36 29 62;--color-violet-200:43 34 79;--color-violet-300:50 38 94;--color-violet-400:57 44 114;--color-violet-500:68 53 146;--color-violet-600:87 65 195;--color-violet-700:109 84 207;--color-violet-800:123 101 220;--color-violet-900:159 141 252;--color-violet-1000:239 236 254;--color-indigo-25:19 22 32;--color-indigo-50:21 25 45;--color-indigo-100:24 32 62;--color-indigo-200:28 39 79;--color-indigo-300:31 44 92;--color-indigo-400:34 51 109;--color-indigo-500:39 63 139;--color-indigo-600:47 77 177;--color-indigo-700:60 97 221;--color-indigo-800:84 116 232;--color-indigo-900:133 157 255;--color-indigo-1000:237 240 253;--color-cyan-25:7 25 29;--color-cyan-50:6 29 35;--color-cyan-100:7 41 49;--color-cyan-200:7 48 59;--color-cyan-300:7 57 69;--color-cyan-400:6 66 81;--color-cyan-500:4 79 98;--color-cyan-600:0 102 128;--color-cyan-700:5 162 194;--color-cyan-800:0 177 204;--color-cyan-900:0 193 214;--color-cyan-1000:224 248 250;--color-teal-25:9 26 22;--color-teal-50:4 32 27;--color-teal-100:6 40 34;--color-teal-200:7 49 43;--color-teal-300:8 58 51;--color-teal-400:9 68 60;--color-teal-500:11 86 76;--color-teal-600:12 110 99;--color-teal-700:18 165 148;--color-teal-800:16 178 162;--color-teal-900:10 199 180;--color-teal-1000:224 250 244;--color-grass-25:12 24 17;--color-grass-50:15 31 19;--color-grass-100:20 42 26;--color-grass-200:22 49 30;--color-grass-300:25 57 33;--color-grass-400:29 68 39;--color-grass-500:37 86 49;--color-grass-600:47 111 59;--color-grass-700:69 165 87;--color-grass-800:85 180 102;--color-grass-900:98 192 115;--color-grass-1000:229 251 234;--color-brown-25:26 22 20;--color-brown-50:33 23 18;--color-brown-100:46 32 26;--color-brown-200:53 37 29;--color-brown-300:63 44 34;--color-brown-400:72 53 40;--color-brown-500:93 67 50;--color-brown-600:119 89 64;--color-brown-700:173 127 88;--color-brown-800:189 140 97;--color-brown-900:219 162 112;--color-brown-1000:250 240 229;--color-orange-25:30 17 6;--color-orange-50:41 19 0;--color-orange-100:58 27 3;--color-orange-200:67 30 4;--color-orange-300:77 34 5;--color-orange-400:96 42 6;--color-orange-500:118 50 5;--color-orange-600:148 62 0;--color-orange-700:247 104 8;--color-orange-800:255 126 41;--color-orange-900:255 139 61;--color-orange-1000:254 234 220;--color-sky-25:13 25 33;--color-sky-50:7 30 44;--color-sky-100:8 37 53;--color-sky-200:8 44 64;--color-sky-300:8 52 74;--color-sky-400:8 62 89;--color-sky-500:6 74 106;--color-sky-600:0 93 133;--color-sky-700:104 221 253;--color-sky-800:138 232 255;--color-sky-900:47 200 238;--color-sky-1000:235 248 255;--color-mint-25:7 23 21;--color-mint-50:5 31 29;--color-mint-100:5 41 38;--color-mint-200:4 47 42;--color-mint-300:3 58 52;--color-mint-400:1 70 62;--color-mint-500:0 87 75;--color-mint-600:0 107 89;--color-mint-700:112 225 200;--color-mint-800:149 243 217;--color-mint-900:37 208 171;--color-mint-1000:232 252 248;--color-lime-25:20 24 7;--color-lime-50:23 28 8;--color-lime-100:30 38 13;--color-lime-200:37 46 15;--color-lime-300:43 55 17;--color-lime-400:53 67 20;--color-lime-500:64 81 21;--color-lime-600:84 105 22;--color-lime-700:153 213 42;--color-lime-800:196 240 66;--color-lime-900:136 191 34;--color-lime-1000:240 251 223;--color-yellow-25:26 19 0;--color-yellow-50:36 27 0;--color-yellow-100:46 34 0;--color-yellow-200:51 38 0;--color-yellow-300:61 47 0;--color-yellow-400:71 58 0;--color-yellow-500:87 72 5;--color-yellow-600:112 94 0;--color-yellow-700:245 217 10;--color-yellow-800:255 239 92;--color-yellow-900:240 192 0;--color-yellow-1000:255 250 209;--color-gold-25:22 21 18;--color-gold-50:29 27 22;--color-gold-100:38 35 28;--color-gold-200:44 41 32;--color-gold-300:53 48 39;--color-gold-400:63 57 44;--color-gold-500:79 70 54;--color-gold-600:107 93 71;--color-gold-700:150 130 100;--color-gold-800:165 145 115;--color-gold-900:191 168 136;--color-gold-1000:247 245 232;--color-bronze-25:25 21 20;--color-bronze-50:32 26 24;--color-bronze-100:41 32 30;--color-bronze-200:51 40 36;--color-bronze-300:60 47 42;--color-bronze-400:69 53 48;--color-bronze-500:87 68 61;--color-bronze-600:116 89 78;--color-bronze-700:161 128 114;--color-bronze-800:176 140 125;--color-bronze-900:204 164 148;--color-bronze-1000:249 237 231}
|
package/dist/tailwind.config.js
CHANGED
package/dist/tailwind.css
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
*{box-sizing:border-box;-webkit-font-smoothing:antialiased}:root{--color-white:255 255 255;--color-black:0 0 0;--color-gray-25:252 252 252;--color-gray-50:247 247 247;--color-gray-100:242 242 242;--color-gray-200:237 237 237;--color-gray-300:232 232 232;--color-gray-400:227 227 227;--color-gray-500:219 219 219;--color-gray-600:199 199 199;--color-gray-700:143 143 143;--color-gray-800:133 133 133;--color-gray-900:112 112 112;--color-gray-1000:23 23 23;--color-blue-25:250 252 255;--color-blue-50:245 249 255;--color-blue-100:240 246 255;--color-blue-200:215 231 254;--color-blue-300:199 222 255;--color-blue-400:184 213 255;--color-blue-500:133 184 255;--color-blue-600:87 157 255;--color-blue-700:0 106 255;--color-blue-800:0 91 219;--color-blue-900:0 77 184;--color-blue-1000:0 34 82;--color-red-25:255 250 250;--color-red-50:255 250 250;--color-red-100:255 240 240;--color-red-200:255 229 229;--color-red-300:253 216 216;--color-red-400:249 200 200;--color-red-500:243 175 176;--color-red-600:234 143 144;--color-red-700:229 72 77;--color-red-800:219 61 66;--color-red-900:206 44 49;--color-red-1000:57 20 23;--color-amber-25:255 252 246;--color-amber-50:255 250 242;--color-amber-100:255 249 237;--color-amber-200:255 243 222;--color-amber-300:255 239 209;--color-amber-400:255 232 189;--color-amber-500:255 221 159;--color-amber-600:255 207 119;--color-amber-700:255 178 36;--color-amber-800:249 167 16;--color-amber-900:228 152 12;--color-amber-1000:78 32 9;--color-green-25:251 254 252;--color-green-50:243 252 245;--color-green-100:235 250 240;--color-green-200:221 243 228;--color-green-300:204 235 215;--color-green-400:180 223 196;--color-green-500:146 206 172;--color-green-600:91 185 139;--color-green-700:48 166 109;--color-green-800:42 152 101;--color-green-900:24 119 76;--color-green-1000:21 50 38;--color-tomato-25:255 250 250;--color-tomato-50:255 246 245;--color-tomato-100:255 241 240;--color-tomato-200:255 228 224;--color-tomato-300:253 216 211;--color-tomato-400:250 198 189;--color-tomato-500:243 174 160;--color-tomato-600:234 146 128;--color-tomato-700:229 77 46;--color-tomato-800:219 66 36;--color-tomato-900:204 51 20;--color-tomato-1000:54 24 17;--color-crimson-25:255 250 252;--color-crimson-50:255 245 250;--color-crimson-100:254 241 247;--color-crimson-200:252 228 239;--color-crimson-300:249 215 230;--color-crimson-400:244 199 220;--color-crimson-500:237 171 199;--color-crimson-600:229 143 178;--color-crimson-700:234 62 131;--color-crimson-800:225 51 120;--color-crimson-900:210 30 102;--color-crimson-1000:63 13 30;--color-pink-25:255 250 253;--color-pink-50:255 245 251;--color-pink-100:254 236 247;--color-pink-200:252 228 243;--color-pink-300:249 215 235;--color-pink-400:243 196 225;--color-pink-500:236 172 211;--color-pink-600:226 141 194;--color-pink-700:215 66 160;--color-pink-800:210 50 151;--color-pink-900:205 29 141;--color-pink-1000:61 10 43;--color-plum-25:253 250 255;--color-plum-50:255 250 255;--color-plum-100:252 238 252;--color-plum-200:249 230 249;--color-plum-300:243 215 244;--color-plum-400:236 201 238;--color-plum-500:223 176 227;--color-plum-600:207 146 217;--color-plum-700:171 74 186;--color-plum-800:164 60 180;--color-plum-900:154 43 171;--color-plum-1000:52 12 59;--color-purple-25:254 251 254;--color-purple-50:253 250 255;--color-purple-100:249 241 254;--color-purple-200:244 232 252;--color-purple-300:237 220 249;--color-purple-400:228 205 244;--color-purple-500:212 181 237;--color-purple-600:191 149 228;--color-purple-700:142 78 198;--color-purple-800:131 68 187;--color-purple-900:121 59 176;--color-purple-1000:43 14 68;--color-violet-25:252 251 254;--color-violet-50:251 250 255;--color-violet-100:243 240 255;--color-violet-200:235 231 254;--color-violet-300:228 222 252;--color-violet-400:213 205 249;--color-violet-500:197 185 243;--color-violet-600:168 152 236;--color-violet-700:109 84 207;--color-violet-800:99 78 193;--color-violet-900:87 70 175;--color-violet-1000:31 18 73;--color-indigo-25:252 252 253;--color-indigo-50:250 251 255;--color-indigo-100:240 244 255;--color-indigo-200:231 237 254;--color-indigo-300:217 226 252;--color-indigo-400:200 213 249;--color-indigo-500:173 191 245;--color-indigo-600:143 166 239;--color-indigo-700:60 97 221;--color-indigo-800:56 91 204;--color-indigo-900:52 81 178;--color-indigo-1000:16 29 71;--color-cyan-25:251 253 254;--color-cyan-50:242 252 253;--color-cyan-100:233 249 251;--color-cyan-200:218 244 247;--color-cyan-300:195 233 239;--color-cyan-400:168 222 230;--color-cyan-500:133 206 219;--color-cyan-600:63 185 207;--color-cyan-700:5 162 194;--color-cyan-800:8 149 180;--color-cyan-900:12 119 146;--color-cyan-1000:4 50 62;--color-teal-25:251 254 253;--color-teal-50:242 252 250;--color-teal-100:231 249 245;--color-teal-200:216 243 237;--color-teal-300:199 235 229;--color-teal-400:175 223 215;--color-teal-500:141 206 195;--color-teal-600:85 185 172;--color-teal-700:18 165 148;--color-teal-800:14 154 138;--color-teal-900:6 122 110;--color-teal-1000:17 50 45;--color-grass-25:251 254 251;--color-grass-50:243 252 243;--color-grass-100:235 249 235;--color-grass-200:222 242 222;--color-grass-300:204 234 205;--color-grass-400:185 223 188;--color-grass-500:150 207 155;--color-grass-600:100 185 116;--color-grass-700:69 165 87;--color-grass-800:61 153 79;--color-grass-900:41 122 58;--color-grass-1000:27 49 30;--color-brown-25:254 252 251;--color-brown-50:252 250 247;--color-brown-100:249 242 236;--color-brown-200:244 232 220;--color-brown-300:239 221 205;--color-brown-400:232 205 181;--color-brown-500:221 185 151;--color-brown-600:208 158 113;--color-brown-700:173 127 88;--color-brown-800:162 118 83;--color-brown-900:136 99 73;--color-brown-1000:63 44 34;--color-orange-25:254 252 251;--color-orange-50:254 249 246;--color-orange-100:255 240 229;--color-orange-200:255 232 214;--color-orange-300:255 219 194;--color-orange-400:255 204 168;--color-orange-500:255 178 128;--color-orange-600:250 146 76;--color-orange-700:247 104 8;--color-orange-800:235 94 0;--color-orange-900:189 75 0;--color-orange-1000:69 30 17;--color-sky-25:250 254 255;--color-sky-50:240 252 255;--color-sky-100:229 249 255;--color-sky-200:211 243 253;--color-sky-300:195 236 249;--color-sky-400:162 222 241;--color-sky-500:123 208 234;--color-sky-600:46 190 229;--color-sky-700:104 221 253;--color-sky-800:93 211 244;--color-sky-900:0 122 163;--color-sky-1000:0 50 66;--color-mint-25:251 254 254;--color-mint-50:241 254 250;--color-mint-100:224 251 243;--color-mint-200:212 247 238;--color-mint-300:194 239 228;--color-mint-400:165 228 212;--color-mint-500:125 212 191;--color-mint-600:64 196 170;--color-mint-700:112 225 200;--color-mint-800:104 217 193;--color-mint-900:20 123 109;--color-mint-1000:9 52 46;--color-lime-25:253 254 251;--color-lime-50:246 252 238;--color-lime-100:238 250 219;--color-lime-200:227 247 197;--color-lime-300:215 242 176;--color-lime-400:202 233 150;--color-lime-500:177 209 107;--color-lime-600:148 186 44;--color-lime-700:153 213 42;--color-lime-800:147 201 38;--color-lime-900:93 119 13;--color-lime-1000:39 52 9;--color-yellow-25:252 252 247;--color-yellow-50:255 252 229;--color-yellow-100:255 251 209;--color-yellow-200:255 248 189;--color-yellow-300:254 242 164;--color-yellow-400:249 231 139;--color-yellow-500:239 210 108;--color-yellow-600:245 217 10;--color-yellow-700:235 188 0;--color-yellow-800:245 204 0;--color-yellow-900:148 104 0;--color-yellow-1000:52 40 15;--color-gold-25:253 253 252;--color-gold-50:251 250 243;--color-gold-100:246 243 234;--color-gold-200:238 234 221;--color-gold-300:230 224 209;--color-gold-400:218 209 190;--color-gold-500:203 189 164;--color-gold-600:184 163 132;--color-gold-700:150 130 100;--color-gold-800:141 122 94;--color-gold-900:119 103 80;--color-gold-1000:59 53 43;--color-bronze-25:253 252 252;--color-bronze-50:253 248 247;--color-bronze-100:248 240 237;--color-bronze-200:242 232 227;--color-bronze-300:234 221 215;--color-bronze-400:224 206 199;--color-bronze-500:208 184 175;--color-bronze-600:190 159 147;--color-bronze-700:161 128 114;--color-bronze-800:150 118 105;--color-bronze-900:132 99 88;--color-bronze-1000:68 49 44}.dark-theme{--color-white:255 255 255;--color-black:0 0 0;--color-gray-25:23 23 23;--color-gray-50:28 28 28;--color-gray-100:36 36 36;--color-gray-200:41 41 41;--color-gray-300:46 46 46;--color-gray-400:51 51 51;--color-gray-500:61 61 61;--color-gray-600:79 79 79;--color-gray-700:112 112 112;--color-gray-800:125 125 125;--color-gray-900:161 161 161;--color-gray-1000:237 237 237;--color-blue-25:15 22 31;--color-blue-50:15 28 46;--color-blue-100:16 35 61;--color-blue-200:16 42 76;--color-blue-300:15 47 87;--color-blue-400:13 56 104;--color-blue-500:10 67 128;--color-blue-600:9 84 165;--color-blue-700:0 145 255;--color-blue-800:56 159 255;--color-blue-900:82 168 255;--color-blue-1000:235 246 255;--color-red-25:32 19 21;--color-red-50:41 20 21;--color-red-100:58 23 25;--color-red-200:71 26 29;--color-red-300:85 27 31;--color-red-400:103 30 33;--color-red-500:131 33 38;--color-red-600:168 36 40;--color-red-700:229 72 77;--color-red-800:242 84 90;--color-red-900:255 97 102;--color-red-1000:254 236 238;--color-amber-25:31 19 0;--color-amber-50:41 24 0;--color-amber-100:51 27 0;--color-amber-200:61 33 0;--color-amber-300:77 42 0;--color-amber-400:87 51 0;--color-amber-500:107 65 5;--color-amber-600:128 77 0;--color-amber-700:255 178 36;--color-amber-800:255 187 61;--color-amber-900:255 196 87;--color-amber-1000:254 243 220;--color-green-25:12 24 17;--color-green-50:11 29 22;--color-green-100:15 41 30;--color-green-200:17 49 35;--color-green-300:19 57 41;--color-green-400:22 69 49;--color-green-500:27 85 59;--color-green-600:34 109 73;--color-green-700:48 166 109;--color-green-800:60 175 119;--color-green-900:75 195 137;--color-green-1000:229 251 234;--color-tomato-25:28 20 18;--color-tomato-50:41 19 15;--color-tomato-100:58 23 19;--color-tomato-200:72 26 20;--color-tomato-300:86 29 21;--color-tomato-400:100 32 22;--color-tomato-500:127 35 21;--color-tomato-600:165 43 18;--color-tomato-700:229 77 46;--color-tomato-800:236 93 65;--color-tomato-900:241 107 80;--color-tomato-1000:254 239 236;--color-crimson-25:30 21 25;--color-crimson-50:40 21 29;--color-crimson-100:58 23 38;--color-crimson-200:71 26 45;--color-crimson-300:85 27 51;--color-crimson-400:99 29 58;--color-crimson-500:129 29 69;--color-crimson-600:174 25 85;--color-crimson-700:234 62 131;--color-crimson-800:240 81 137;--color-crimson-900:247 95 143;--color-crimson-1000:254 236 244;--color-pink-25:32 19 28;--color-pink-50:40 21 34;--color-pink-100:58 24 47;--color-pink-200:70 27 56;--color-pink-300:80 27 63;--color-pink-400:98 29 74;--color-pink-500:124 29 91;--color-pink-600:165 24 113;--color-pink-700:215 66 160;--color-pink-800:227 74 168;--color-pink-900:246 90 181;--color-pink-1000:254 236 247;--color-plum-25:28 18 28;--color-plum-50:36 20 36;--color-plum-100:51 26 51;--color-plum-200:62 28 63;--color-plum-300:72 33 74;--color-plum-400:85 38 89;--color-plum-500:107 46 112;--color-plum-600:136 56 148;--color-plum-700:171 74 186;--color-plum-800:188 83 198;--color-plum-900:216 100 216;--color-plum-1000:251 237 252;--color-purple-25:28 21 30;--color-purple-50:35 21 40;--color-purple-100:46 25 56;--color-purple-200:58 30 72;--color-purple-300:66 33 84;--color-purple-400:79 39 104;--color-purple-500:95 46 133;--color-purple-600:121 56 178;--color-purple-700:142 78 198;--color-purple-800:156 91 210;--color-purple-900:191 122 240;--color-purple-1000:248 237 252;--color-violet-25:23 21 30;--color-violet-50:28 23 43;--color-violet-100:36 29 62;--color-violet-200:43 34 79;--color-violet-300:50 38 94;--color-violet-400:57 44 114;--color-violet-500:68 53 146;--color-violet-600:87 65 195;--color-violet-700:109 84 207;--color-violet-800:123 101 220;--color-violet-900:159 141 252;--color-violet-1000:239 236 254;--color-indigo-25:19 22 32;--color-indigo-50:21 25 45;--color-indigo-100:24 32 62;--color-indigo-200:28 39 79;--color-indigo-300:31 44 92;--color-indigo-400:34 51 109;--color-indigo-500:39 63 139;--color-indigo-600:47 77 177;--color-indigo-700:60 97 221;--color-indigo-800:84 116 232;--color-indigo-900:133 157 255;--color-indigo-1000:237 240 253;--color-cyan-25:7 25 29;--color-cyan-50:6 29 35;--color-cyan-100:7 41 49;--color-cyan-200:7 48 59;--color-cyan-300:7 57 69;--color-cyan-400:6 66 81;--color-cyan-500:4 79 98;--color-cyan-600:0 102 128;--color-cyan-700:5 162 194;--color-cyan-800:0 177 204;--color-cyan-900:0 193 214;--color-cyan-1000:224 248 250;--color-teal-25:9 26 22;--color-teal-50:4 32 27;--color-teal-100:6 40 34;--color-teal-200:7 49 43;--color-teal-300:8 58 51;--color-teal-400:9 68 60;--color-teal-500:11 86 76;--color-teal-600:12 110 99;--color-teal-700:18 165 148;--color-teal-800:16 178 162;--color-teal-900:10 199 180;--color-teal-1000:224 250 244;--color-grass-25:12 24 17;--color-grass-50:15 31 19;--color-grass-100:20 42 26;--color-grass-200:22 49 30;--color-grass-300:25 57 33;--color-grass-400:29 68 39;--color-grass-500:37 86 49;--color-grass-600:47 111 59;--color-grass-700:69 165 87;--color-grass-800:85 180 102;--color-grass-900:98 192 115;--color-grass-1000:229 251 234;--color-brown-25:26 22 20;--color-brown-50:33 23 18;--color-brown-100:46 32 26;--color-brown-200:53 37 29;--color-brown-300:63 44 34;--color-brown-400:72 53 40;--color-brown-500:93 67 50;--color-brown-600:119 89 64;--color-brown-700:173 127 88;--color-brown-800:189 140 97;--color-brown-900:219 162 112;--color-brown-1000:250 240 229;--color-orange-25:30 17 6;--color-orange-50:41 19 0;--color-orange-100:58 27 3;--color-orange-200:67 30 4;--color-orange-300:77 34 5;--color-orange-400:96 42 6;--color-orange-500:118 50 5;--color-orange-600:148 62 0;--color-orange-700:247 104 8;--color-orange-800:255 126 41;--color-orange-900:255 139 61;--color-orange-1000:254 234 220;--color-sky-25:13 25 33;--color-sky-50:7 30 44;--color-sky-100:8 37 53;--color-sky-200:8 44 64;--color-sky-300:8 52 74;--color-sky-400:8 62 89;--color-sky-500:6 74 106;--color-sky-600:0 93 133;--color-sky-700:104 221 253;--color-sky-800:138 232 255;--color-sky-900:47 200 238;--color-sky-1000:235 248 255;--color-mint-25:7 23 21;--color-mint-50:5 31 29;--color-mint-100:5 41 38;--color-mint-200:4 47 42;--color-mint-300:3 58 52;--color-mint-400:1 70 62;--color-mint-500:0 87 75;--color-mint-600:0 107 89;--color-mint-700:112 225 200;--color-mint-800:149 243 217;--color-mint-900:37 208 171;--color-mint-1000:232 252 248;--color-lime-25:20 24 7;--color-lime-50:23 28 8;--color-lime-100:30 38 13;--color-lime-200:37 46 15;--color-lime-300:43 55 17;--color-lime-400:53 67 20;--color-lime-500:64 81 21;--color-lime-600:84 105 22;--color-lime-700:153 213 42;--color-lime-800:196 240 66;--color-lime-900:136 191 34;--color-lime-1000:240 251 223;--color-yellow-25:26 19 0;--color-yellow-50:36 27 0;--color-yellow-100:46 34 0;--color-yellow-200:51 38 0;--color-yellow-300:61 47 0;--color-yellow-400:71 58 0;--color-yellow-500:87 72 5;--color-yellow-600:112 94 0;--color-yellow-700:245 217 10;--color-yellow-800:255 239 92;--color-yellow-900:240 192 0;--color-yellow-1000:255 250 209;--color-gold-25:22 21 18;--color-gold-50:29 27 22;--color-gold-100:38 35 28;--color-gold-200:44 41 32;--color-gold-300:53 48 39;--color-gold-400:63 57 44;--color-gold-500:79 70 54;--color-gold-600:107 93 71;--color-gold-700:150 130 100;--color-gold-800:165 145 115;--color-gold-900:191 168 136;--color-gold-1000:247 245 232;--color-bronze-25:25 21 20;--color-bronze-50:32 26 24;--color-bronze-100:41 32 30;--color-bronze-200:51 40 36;--color-bronze-300:60 47 42;--color-bronze-400:69 53 48;--color-bronze-500:87 68 61;--color-bronze-600:116 89 78;--color-bronze-700:161 128 114;--color-bronze-800:176 140 125;--color-bronze-900:204 164 148;--color-bronze-1000:249 237 231}
|
|
1
|
+
*{box-sizing:border-box;-webkit-font-smoothing:antialiased}.light-theme,:root{--color-white:255 255 255;--color-black:18 18 18;--color-gray-25:252 252 252;--color-gray-50:247 247 247;--color-gray-100:242 242 242;--color-gray-200:237 237 237;--color-gray-300:232 232 232;--color-gray-400:227 227 227;--color-gray-500:219 219 219;--color-gray-600:199 199 199;--color-gray-700:143 143 143;--color-gray-800:133 133 133;--color-gray-900:112 112 112;--color-gray-1000:23 23 23;--color-blue-25:250 252 255;--color-blue-50:245 249 255;--color-blue-100:240 246 255;--color-blue-200:215 231 254;--color-blue-300:199 222 255;--color-blue-400:184 213 255;--color-blue-500:133 184 255;--color-blue-600:87 157 255;--color-blue-700:0 106 255;--color-blue-800:0 91 219;--color-blue-900:0 77 184;--color-blue-1000:0 34 82;--color-red-25:255 250 250;--color-red-50:255 250 250;--color-red-100:255 240 240;--color-red-200:255 229 229;--color-red-300:253 216 216;--color-red-400:249 200 200;--color-red-500:243 175 176;--color-red-600:234 143 144;--color-red-700:229 72 77;--color-red-800:219 61 66;--color-red-900:206 44 49;--color-red-1000:57 20 23;--color-amber-25:255 252 246;--color-amber-50:255 250 242;--color-amber-100:255 249 237;--color-amber-200:255 243 222;--color-amber-300:255 239 209;--color-amber-400:255 232 189;--color-amber-500:255 221 159;--color-amber-600:255 207 119;--color-amber-700:255 178 36;--color-amber-800:249 167 16;--color-amber-900:228 152 12;--color-amber-1000:78 32 9;--color-green-25:251 254 252;--color-green-50:243 252 245;--color-green-100:235 250 240;--color-green-200:221 243 228;--color-green-300:204 235 215;--color-green-400:180 223 196;--color-green-500:146 206 172;--color-green-600:91 185 139;--color-green-700:48 166 109;--color-green-800:42 152 101;--color-green-900:24 119 76;--color-green-1000:21 50 38;--color-tomato-25:255 250 250;--color-tomato-50:255 246 245;--color-tomato-100:255 241 240;--color-tomato-200:255 228 224;--color-tomato-300:253 216 211;--color-tomato-400:250 198 189;--color-tomato-500:243 174 160;--color-tomato-600:234 146 128;--color-tomato-700:229 77 46;--color-tomato-800:219 66 36;--color-tomato-900:204 51 20;--color-tomato-1000:54 24 17;--color-crimson-25:255 250 252;--color-crimson-50:255 245 250;--color-crimson-100:254 241 247;--color-crimson-200:252 228 239;--color-crimson-300:249 215 230;--color-crimson-400:244 199 220;--color-crimson-500:237 171 199;--color-crimson-600:229 143 178;--color-crimson-700:234 62 131;--color-crimson-800:225 51 120;--color-crimson-900:210 30 102;--color-crimson-1000:63 13 30;--color-pink-25:255 250 253;--color-pink-50:255 245 251;--color-pink-100:254 236 247;--color-pink-200:252 228 243;--color-pink-300:249 215 235;--color-pink-400:243 196 225;--color-pink-500:236 172 211;--color-pink-600:226 141 194;--color-pink-700:215 66 160;--color-pink-800:210 50 151;--color-pink-900:205 29 141;--color-pink-1000:61 10 43;--color-plum-25:253 250 255;--color-plum-50:255 250 255;--color-plum-100:252 238 252;--color-plum-200:249 230 249;--color-plum-300:243 215 244;--color-plum-400:236 201 238;--color-plum-500:223 176 227;--color-plum-600:207 146 217;--color-plum-700:171 74 186;--color-plum-800:164 60 180;--color-plum-900:154 43 171;--color-plum-1000:52 12 59;--color-purple-25:254 251 254;--color-purple-50:253 250 255;--color-purple-100:249 241 254;--color-purple-200:244 232 252;--color-purple-300:237 220 249;--color-purple-400:228 205 244;--color-purple-500:212 181 237;--color-purple-600:191 149 228;--color-purple-700:142 78 198;--color-purple-800:131 68 187;--color-purple-900:121 59 176;--color-purple-1000:43 14 68;--color-violet-25:252 251 254;--color-violet-50:251 250 255;--color-violet-100:243 240 255;--color-violet-200:235 231 254;--color-violet-300:228 222 252;--color-violet-400:213 205 249;--color-violet-500:197 185 243;--color-violet-600:168 152 236;--color-violet-700:109 84 207;--color-violet-800:99 78 193;--color-violet-900:87 70 175;--color-violet-1000:31 18 73;--color-indigo-25:252 252 253;--color-indigo-50:250 251 255;--color-indigo-100:240 244 255;--color-indigo-200:231 237 254;--color-indigo-300:217 226 252;--color-indigo-400:200 213 249;--color-indigo-500:173 191 245;--color-indigo-600:143 166 239;--color-indigo-700:60 97 221;--color-indigo-800:56 91 204;--color-indigo-900:52 81 178;--color-indigo-1000:16 29 71;--color-cyan-25:251 253 254;--color-cyan-50:242 252 253;--color-cyan-100:233 249 251;--color-cyan-200:218 244 247;--color-cyan-300:195 233 239;--color-cyan-400:168 222 230;--color-cyan-500:133 206 219;--color-cyan-600:63 185 207;--color-cyan-700:5 162 194;--color-cyan-800:8 149 180;--color-cyan-900:12 119 146;--color-cyan-1000:4 50 62;--color-teal-25:251 254 253;--color-teal-50:242 252 250;--color-teal-100:231 249 245;--color-teal-200:216 243 237;--color-teal-300:199 235 229;--color-teal-400:175 223 215;--color-teal-500:141 206 195;--color-teal-600:85 185 172;--color-teal-700:18 165 148;--color-teal-800:14 154 138;--color-teal-900:6 122 110;--color-teal-1000:17 50 45;--color-grass-25:251 254 251;--color-grass-50:243 252 243;--color-grass-100:235 249 235;--color-grass-200:222 242 222;--color-grass-300:204 234 205;--color-grass-400:185 223 188;--color-grass-500:150 207 155;--color-grass-600:100 185 116;--color-grass-700:69 165 87;--color-grass-800:61 153 79;--color-grass-900:41 122 58;--color-grass-1000:27 49 30;--color-brown-25:254 252 251;--color-brown-50:252 250 247;--color-brown-100:249 242 236;--color-brown-200:244 232 220;--color-brown-300:239 221 205;--color-brown-400:232 205 181;--color-brown-500:221 185 151;--color-brown-600:208 158 113;--color-brown-700:173 127 88;--color-brown-800:162 118 83;--color-brown-900:136 99 73;--color-brown-1000:63 44 34;--color-orange-25:254 252 251;--color-orange-50:254 249 246;--color-orange-100:255 240 229;--color-orange-200:255 232 214;--color-orange-300:255 219 194;--color-orange-400:255 204 168;--color-orange-500:255 178 128;--color-orange-600:250 146 76;--color-orange-700:247 104 8;--color-orange-800:235 94 0;--color-orange-900:189 75 0;--color-orange-1000:69 30 17;--color-sky-25:250 254 255;--color-sky-50:240 252 255;--color-sky-100:229 249 255;--color-sky-200:211 243 253;--color-sky-300:195 236 249;--color-sky-400:162 222 241;--color-sky-500:123 208 234;--color-sky-600:46 190 229;--color-sky-700:104 221 253;--color-sky-800:93 211 244;--color-sky-900:0 122 163;--color-sky-1000:0 50 66;--color-mint-25:251 254 254;--color-mint-50:241 254 250;--color-mint-100:224 251 243;--color-mint-200:212 247 238;--color-mint-300:194 239 228;--color-mint-400:165 228 212;--color-mint-500:125 212 191;--color-mint-600:64 196 170;--color-mint-700:112 225 200;--color-mint-800:104 217 193;--color-mint-900:20 123 109;--color-mint-1000:9 52 46;--color-lime-25:253 254 251;--color-lime-50:246 252 238;--color-lime-100:238 250 219;--color-lime-200:227 247 197;--color-lime-300:215 242 176;--color-lime-400:202 233 150;--color-lime-500:177 209 107;--color-lime-600:148 186 44;--color-lime-700:153 213 42;--color-lime-800:147 201 38;--color-lime-900:93 119 13;--color-lime-1000:39 52 9;--color-yellow-25:252 252 247;--color-yellow-50:255 252 229;--color-yellow-100:255 251 209;--color-yellow-200:255 248 189;--color-yellow-300:254 242 164;--color-yellow-400:249 231 139;--color-yellow-500:239 210 108;--color-yellow-600:245 217 10;--color-yellow-700:235 188 0;--color-yellow-800:245 204 0;--color-yellow-900:148 104 0;--color-yellow-1000:52 40 15;--color-gold-25:253 253 252;--color-gold-50:251 250 243;--color-gold-100:246 243 234;--color-gold-200:238 234 221;--color-gold-300:230 224 209;--color-gold-400:218 209 190;--color-gold-500:203 189 164;--color-gold-600:184 163 132;--color-gold-700:150 130 100;--color-gold-800:141 122 94;--color-gold-900:119 103 80;--color-gold-1000:59 53 43;--color-bronze-25:253 252 252;--color-bronze-50:253 248 247;--color-bronze-100:248 240 237;--color-bronze-200:242 232 227;--color-bronze-300:234 221 215;--color-bronze-400:224 206 199;--color-bronze-500:208 184 175;--color-bronze-600:190 159 147;--color-bronze-700:161 128 114;--color-bronze-800:150 118 105;--color-bronze-900:132 99 88;--color-bronze-1000:68 49 44}.dark-theme{--color-white:18 18 18;--color-black:255 255 255;--color-gray-25:23 23 23;--color-gray-50:28 28 28;--color-gray-100:36 36 36;--color-gray-200:41 41 41;--color-gray-300:46 46 46;--color-gray-400:51 51 51;--color-gray-500:61 61 61;--color-gray-600:79 79 79;--color-gray-700:112 112 112;--color-gray-800:125 125 125;--color-gray-900:161 161 161;--color-gray-1000:237 237 237;--color-blue-25:15 22 31;--color-blue-50:15 28 46;--color-blue-100:16 35 61;--color-blue-200:16 42 76;--color-blue-300:15 47 87;--color-blue-400:13 56 104;--color-blue-500:10 67 128;--color-blue-600:9 84 165;--color-blue-700:0 145 255;--color-blue-800:56 159 255;--color-blue-900:82 168 255;--color-blue-1000:235 246 255;--color-red-25:32 19 21;--color-red-50:41 20 21;--color-red-100:58 23 25;--color-red-200:71 26 29;--color-red-300:85 27 31;--color-red-400:103 30 33;--color-red-500:131 33 38;--color-red-600:168 36 40;--color-red-700:229 72 77;--color-red-800:242 84 90;--color-red-900:255 97 102;--color-red-1000:254 236 238;--color-amber-25:31 19 0;--color-amber-50:41 24 0;--color-amber-100:51 27 0;--color-amber-200:61 33 0;--color-amber-300:77 42 0;--color-amber-400:87 51 0;--color-amber-500:107 65 5;--color-amber-600:128 77 0;--color-amber-700:255 178 36;--color-amber-800:255 187 61;--color-amber-900:255 196 87;--color-amber-1000:254 243 220;--color-green-25:12 24 17;--color-green-50:11 29 22;--color-green-100:15 41 30;--color-green-200:17 49 35;--color-green-300:19 57 41;--color-green-400:22 69 49;--color-green-500:27 85 59;--color-green-600:34 109 73;--color-green-700:48 166 109;--color-green-800:60 175 119;--color-green-900:75 195 137;--color-green-1000:229 251 234;--color-tomato-25:28 20 18;--color-tomato-50:41 19 15;--color-tomato-100:58 23 19;--color-tomato-200:72 26 20;--color-tomato-300:86 29 21;--color-tomato-400:100 32 22;--color-tomato-500:127 35 21;--color-tomato-600:165 43 18;--color-tomato-700:229 77 46;--color-tomato-800:236 93 65;--color-tomato-900:241 107 80;--color-tomato-1000:254 239 236;--color-crimson-25:30 21 25;--color-crimson-50:40 21 29;--color-crimson-100:58 23 38;--color-crimson-200:71 26 45;--color-crimson-300:85 27 51;--color-crimson-400:99 29 58;--color-crimson-500:129 29 69;--color-crimson-600:174 25 85;--color-crimson-700:234 62 131;--color-crimson-800:240 81 137;--color-crimson-900:247 95 143;--color-crimson-1000:254 236 244;--color-pink-25:32 19 28;--color-pink-50:40 21 34;--color-pink-100:58 24 47;--color-pink-200:70 27 56;--color-pink-300:80 27 63;--color-pink-400:98 29 74;--color-pink-500:124 29 91;--color-pink-600:165 24 113;--color-pink-700:215 66 160;--color-pink-800:227 74 168;--color-pink-900:246 90 181;--color-pink-1000:254 236 247;--color-plum-25:28 18 28;--color-plum-50:36 20 36;--color-plum-100:51 26 51;--color-plum-200:62 28 63;--color-plum-300:72 33 74;--color-plum-400:85 38 89;--color-plum-500:107 46 112;--color-plum-600:136 56 148;--color-plum-700:171 74 186;--color-plum-800:188 83 198;--color-plum-900:216 100 216;--color-plum-1000:251 237 252;--color-purple-25:28 21 30;--color-purple-50:35 21 40;--color-purple-100:46 25 56;--color-purple-200:58 30 72;--color-purple-300:66 33 84;--color-purple-400:79 39 104;--color-purple-500:95 46 133;--color-purple-600:121 56 178;--color-purple-700:142 78 198;--color-purple-800:156 91 210;--color-purple-900:191 122 240;--color-purple-1000:248 237 252;--color-violet-25:23 21 30;--color-violet-50:28 23 43;--color-violet-100:36 29 62;--color-violet-200:43 34 79;--color-violet-300:50 38 94;--color-violet-400:57 44 114;--color-violet-500:68 53 146;--color-violet-600:87 65 195;--color-violet-700:109 84 207;--color-violet-800:123 101 220;--color-violet-900:159 141 252;--color-violet-1000:239 236 254;--color-indigo-25:19 22 32;--color-indigo-50:21 25 45;--color-indigo-100:24 32 62;--color-indigo-200:28 39 79;--color-indigo-300:31 44 92;--color-indigo-400:34 51 109;--color-indigo-500:39 63 139;--color-indigo-600:47 77 177;--color-indigo-700:60 97 221;--color-indigo-800:84 116 232;--color-indigo-900:133 157 255;--color-indigo-1000:237 240 253;--color-cyan-25:7 25 29;--color-cyan-50:6 29 35;--color-cyan-100:7 41 49;--color-cyan-200:7 48 59;--color-cyan-300:7 57 69;--color-cyan-400:6 66 81;--color-cyan-500:4 79 98;--color-cyan-600:0 102 128;--color-cyan-700:5 162 194;--color-cyan-800:0 177 204;--color-cyan-900:0 193 214;--color-cyan-1000:224 248 250;--color-teal-25:9 26 22;--color-teal-50:4 32 27;--color-teal-100:6 40 34;--color-teal-200:7 49 43;--color-teal-300:8 58 51;--color-teal-400:9 68 60;--color-teal-500:11 86 76;--color-teal-600:12 110 99;--color-teal-700:18 165 148;--color-teal-800:16 178 162;--color-teal-900:10 199 180;--color-teal-1000:224 250 244;--color-grass-25:12 24 17;--color-grass-50:15 31 19;--color-grass-100:20 42 26;--color-grass-200:22 49 30;--color-grass-300:25 57 33;--color-grass-400:29 68 39;--color-grass-500:37 86 49;--color-grass-600:47 111 59;--color-grass-700:69 165 87;--color-grass-800:85 180 102;--color-grass-900:98 192 115;--color-grass-1000:229 251 234;--color-brown-25:26 22 20;--color-brown-50:33 23 18;--color-brown-100:46 32 26;--color-brown-200:53 37 29;--color-brown-300:63 44 34;--color-brown-400:72 53 40;--color-brown-500:93 67 50;--color-brown-600:119 89 64;--color-brown-700:173 127 88;--color-brown-800:189 140 97;--color-brown-900:219 162 112;--color-brown-1000:250 240 229;--color-orange-25:30 17 6;--color-orange-50:41 19 0;--color-orange-100:58 27 3;--color-orange-200:67 30 4;--color-orange-300:77 34 5;--color-orange-400:96 42 6;--color-orange-500:118 50 5;--color-orange-600:148 62 0;--color-orange-700:247 104 8;--color-orange-800:255 126 41;--color-orange-900:255 139 61;--color-orange-1000:254 234 220;--color-sky-25:13 25 33;--color-sky-50:7 30 44;--color-sky-100:8 37 53;--color-sky-200:8 44 64;--color-sky-300:8 52 74;--color-sky-400:8 62 89;--color-sky-500:6 74 106;--color-sky-600:0 93 133;--color-sky-700:104 221 253;--color-sky-800:138 232 255;--color-sky-900:47 200 238;--color-sky-1000:235 248 255;--color-mint-25:7 23 21;--color-mint-50:5 31 29;--color-mint-100:5 41 38;--color-mint-200:4 47 42;--color-mint-300:3 58 52;--color-mint-400:1 70 62;--color-mint-500:0 87 75;--color-mint-600:0 107 89;--color-mint-700:112 225 200;--color-mint-800:149 243 217;--color-mint-900:37 208 171;--color-mint-1000:232 252 248;--color-lime-25:20 24 7;--color-lime-50:23 28 8;--color-lime-100:30 38 13;--color-lime-200:37 46 15;--color-lime-300:43 55 17;--color-lime-400:53 67 20;--color-lime-500:64 81 21;--color-lime-600:84 105 22;--color-lime-700:153 213 42;--color-lime-800:196 240 66;--color-lime-900:136 191 34;--color-lime-1000:240 251 223;--color-yellow-25:26 19 0;--color-yellow-50:36 27 0;--color-yellow-100:46 34 0;--color-yellow-200:51 38 0;--color-yellow-300:61 47 0;--color-yellow-400:71 58 0;--color-yellow-500:87 72 5;--color-yellow-600:112 94 0;--color-yellow-700:245 217 10;--color-yellow-800:255 239 92;--color-yellow-900:240 192 0;--color-yellow-1000:255 250 209;--color-gold-25:22 21 18;--color-gold-50:29 27 22;--color-gold-100:38 35 28;--color-gold-200:44 41 32;--color-gold-300:53 48 39;--color-gold-400:63 57 44;--color-gold-500:79 70 54;--color-gold-600:107 93 71;--color-gold-700:150 130 100;--color-gold-800:165 145 115;--color-gold-900:191 168 136;--color-gold-1000:247 245 232;--color-bronze-25:25 21 20;--color-bronze-50:32 26 24;--color-bronze-100:41 32 30;--color-bronze-200:51 40 36;--color-bronze-300:60 47 42;--color-bronze-400:69 53 48;--color-bronze-500:87 68 61;--color-bronze-600:116 89 78;--color-bronze-700:161 128 114;--color-bronze-800:176 140 125;--color-bronze-900:204 164 148;--color-bronze-1000:249 237 231}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(147,197,253,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(147,197,253,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
|
|
2
2
|
|
|
3
|
-
/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:rgb(var(--color-gray-200)/1)}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:rgb(var(--color-gray-400)/1)}input::placeholder,textarea::placeholder{opacity:1;color:rgb(var(--color-gray-400)/1)}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#93c5fd80;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-6{right:1.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[50\%\]{top:50%}.top-auto{top:auto}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[150\]{z-index:150}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-ml-4{margin-left:-1rem}.-mr-2{margin-right:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-4{margin-top:-1rem}.ml-1{margin-left:.25rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-9{margin-right:2.25rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.box-border{box-sizing:border-box}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[125px\]{height:125px}.h-\[150px\]{height:150px}.h-\[16px\]{height:16px}.h-\[200px\]{height:200px}.h-\[24px\]{height:24px}.h-\[36px\]{height:36px}.h-\[45px\]{height:45px}.h-\[500px\]{height:500px}.h-\[72px\]{height:72px}.h-\[800px\]{height:800px}.h-\[8px\]{height:8px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-\[180px\]{max-height:180px}.max-h-\[300px\]{max-height:300px}.max-h-\[90vh\]{max-height:90vh}.max-h-screen{max-height:100vh}.min-h-9{min-height:2.25rem}.min-h-\[400px\]{min-height:400px}.min-h-\[80px\]{min-height:80px}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-6\/12{width:50%}.w-72{width:18rem}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-\[130px\]{width:130px}.w-\[16px\]{width:16px}.w-\[200px\]{width:200px}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[300px\]{width:300px}.w-\[36px\]{width:36px}.w-\[400px\]{width:400px}.w-\[42px\]{width:42px}.w-\[45px\]{width:45px}.w-\[500px\]{width:500px}.w-\[50px\]{width:50px}.w-\[72px\]{width:72px}.w-\[800px\]{width:800px}.w-\[8px\]{width:8px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-0{min-width:0}.min-w-\[144px\]{min-width:144px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-\[400px\]{max-width:400px}.max-w-\[90vw\]{max-width:90vw}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-\[150px\]{flex-basis:150px}.basis-\[350px\]{flex-basis:350px}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-0{--tw-translate-x:0px}.translate-x-0,.translate-x-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0\.5{--tw-translate-x:0.125rem}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.transform,.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-\[5px\]{gap:5px}.gap-\[inherit\]{gap:inherit}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.rounded{border-radius:.25rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-200{--tw-border-opacity:1;border-color:rgb(var(--color-gray-200)/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(var(--color-gray-600)/var(--tw-border-opacity))}.border-red-700{--tw-border-opacity:1;border-color:rgb(var(--color-red-700)/var(--tw-border-opacity))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-100)/var(--tw-bg-opacity))}.bg-amber-200{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-200)/var(--tw-bg-opacity))}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-400)/var(--tw-bg-opacity))}.bg-amber-700{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-700)/var(--tw-bg-opacity))}.bg-black\/25{background-color:rgb(var(--color-black)/.25)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-100)/var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-300)/var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-400)/var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity))}.bg-bronze-300{--tw-bg-opacity:1;background-color:rgb(var(--color-bronze-300)/var(--tw-bg-opacity))}.bg-brown-100{--tw-bg-opacity:1;background-color:rgb(var(--color-brown-100)/var(--tw-bg-opacity))}.bg-brown-300{--tw-bg-opacity:1;background-color:rgb(var(--color-brown-300)/var(--tw-bg-opacity))}.bg-brown-700{--tw-bg-opacity:1;background-color:rgb(var(--color-brown-700)/var(--tw-bg-opacity))}.bg-crimson-100{--tw-bg-opacity:1;background-color:rgb(var(--color-crimson-100)/var(--tw-bg-opacity))}.bg-crimson-300{--tw-bg-opacity:1;background-color:rgb(var(--color-crimson-300)/var(--tw-bg-opacity))}.bg-crimson-700{--tw-bg-opacity:1;background-color:rgb(var(--color-crimson-700)/var(--tw-bg-opacity))}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(var(--color-cyan-100)/var(--tw-bg-opacity))}.bg-cyan-300{--tw-bg-opacity:1;background-color:rgb(var(--color-cyan-300)/var(--tw-bg-opacity))}.bg-cyan-700{--tw-bg-opacity:1;background-color:rgb(var(--color-cyan-700)/var(--tw-bg-opacity))}.bg-gold-300{--tw-bg-opacity:1;background-color:rgb(var(--color-gold-300)/var(--tw-bg-opacity))}.bg-grass-300{--tw-bg-opacity:1;background-color:rgb(var(--color-grass-300)/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity))}.bg-gray-1000{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-1000)/var(--tw-bg-opacity))}.bg-gray-1000\/25{background-color:rgb(var(--color-gray-1000)/.25)}.bg-gray-1000\/80{background-color:rgb(var(--color-gray-1000)/.8)}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-300)/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-600)/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-900)/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(var(--color-green-100)/var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(var(--color-green-300)/var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(var(--color-green-700)/var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity:1;background-color:rgb(var(--color-green-900)/var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(var(--color-indigo-300)/var(--tw-bg-opacity))}.bg-lime-300{--tw-bg-opacity:1;background-color:rgb(var(--color-lime-300)/var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(var(--color-orange-100)/var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(var(--color-orange-300)/var(--tw-bg-opacity))}.bg-orange-700{--tw-bg-opacity:1;background-color:rgb(var(--color-orange-700)/var(--tw-bg-opacity))}.bg-plum-300{--tw-bg-opacity:1;background-color:rgb(var(--color-plum-300)/var(--tw-bg-opacity))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(var(--color-purple-300)/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(var(--color-red-100)/var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(var(--color-red-300)/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(var(--color-red-700)/var(--tw-bg-opacity))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(var(--color-teal-100)/var(--tw-bg-opacity))}.bg-teal-300{--tw-bg-opacity:1;background-color:rgb(var(--color-teal-300)/var(--tw-bg-opacity))}.bg-teal-700{--tw-bg-opacity:1;background-color:rgb(var(--color-teal-700)/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(var(--color-violet-100)/var(--tw-bg-opacity))}.bg-violet-300{--tw-bg-opacity:1;background-color:rgb(var(--color-violet-300)/var(--tw-bg-opacity))}.bg-violet-700{--tw-bg-opacity:1;background-color:rgb(var(--color-violet-700)/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(var(--color-white)/var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(var(--color-yellow-300)/var(--tw-bg-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[11px\]{padding:11px}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-2{padding-bottom:.5rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pt-1{padding-top:.25rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-2xl{font-size:24px;line-height:32px;letter-spacing:-.02em}.text-3xl{font-size:30px;line-height:38px;letter-spacing:-.02em}.text-4xl{font-size:36px;line-height:44px;letter-spacing:-.02em}.text-5xl{font-size:48px;line-height:60px;letter-spacing:-.02em}.text-6xl{font-size:60px;line-height:72px;letter-spacing:-.02em}.text-7xl{font-size:72px;line-height:90px;letter-spacing:-.02em}.text-\[10px\]{font-size:10px}.text-\[30px\]{font-size:30px}.text-lg{font-size:18px;line-height:22px;letter-spacing:-.02em}.text-md{font-size:16px}.text-md,.text-sm{line-height:20px;letter-spacing:-.02em}.text-sm{font-size:14px}.text-xl{font-size:20px;line-height:24px;letter-spacing:-.02em}.text-xs{font-size:12px;line-height:16px;letter-spacing:-.02em}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-none{line-height:1}.text-\[inherit\]{color:inherit}.text-amber-700{--tw-text-opacity:1;color:rgb(var(--color-amber-700)/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity))}.text-bronze-700{--tw-text-opacity:1;color:rgb(var(--color-bronze-700)/var(--tw-text-opacity))}.text-brown-700{--tw-text-opacity:1;color:rgb(var(--color-brown-700)/var(--tw-text-opacity))}.text-crimson-700{--tw-text-opacity:1;color:rgb(var(--color-crimson-700)/var(--tw-text-opacity))}.text-current{color:currentColor}.text-cyan-700{--tw-text-opacity:1;color:rgb(var(--color-cyan-700)/var(--tw-text-opacity))}.text-gold-700{--tw-text-opacity:1;color:rgb(var(--color-gold-700)/var(--tw-text-opacity))}.text-grass-700{--tw-text-opacity:1;color:rgb(var(--color-grass-700)/var(--tw-text-opacity))}.text-gray-1000{--tw-text-opacity:1;color:rgb(var(--color-gray-1000)/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(var(--color-gray-700)/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(var(--color-gray-800)/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(var(--color-gray-900)/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(var(--color-green-700)/var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgb(var(--color-indigo-700)/var(--tw-text-opacity))}.text-inherit{color:inherit}.text-lime-700{--tw-text-opacity:1;color:rgb(var(--color-lime-700)/var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity:1;color:rgb(var(--color-orange-700)/var(--tw-text-opacity))}.text-plum-700{--tw-text-opacity:1;color:rgb(var(--color-plum-700)/var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgb(var(--color-purple-700)/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(var(--color-red-700)/var(--tw-text-opacity))}.text-teal-700{--tw-text-opacity:1;color:rgb(var(--color-teal-700)/var(--tw-text-opacity))}.text-violet-700{--tw-text-opacity:1;color:rgb(var(--color-violet-700)/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(var(--color-white)/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(var(--color-yellow-700)/var(--tw-text-opacity))}.opacity-50{opacity:.5}.shadow-dropdown-sm{--tw-shadow:0px 1px 2px 0px #1018280f,0px 1px 3px 0px #1018281a ;;--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color)}.shadow-dropdown-sm,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline-none{outline:2px solid #0000;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-inset{--tw-ring-inset:inset}.ring-amber-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-amber-300)/var(--tw-ring-opacity))}.ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-300)/var(--tw-ring-opacity))}.ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-700)/var(--tw-ring-opacity))}.ring-brown-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-brown-300)/var(--tw-ring-opacity))}.ring-crimson-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-crimson-300)/var(--tw-ring-opacity))}.ring-cyan-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-cyan-300)/var(--tw-ring-opacity))}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-gray-200)/var(--tw-ring-opacity))}.ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-green-300)/var(--tw-ring-opacity))}.ring-orange-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-orange-300)/var(--tw-ring-opacity))}.ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-red-300)/var(--tw-ring-opacity))}.ring-teal-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-teal-300)/var(--tw-ring-opacity))}.ring-violet-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-violet-300)/var(--tw-ring-opacity))}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-white)/var(--tw-ring-opacity))}.ring-offset-0{--tw-ring-offset-width:0px}.ring-offset-white{--tw-ring-offset-color:rgb(var(--color-white)/1)}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.will-change-transform{will-change:transform}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.fade-in-0{--tw-enter-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.\*\:bg-blue-700>*{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity))}.\*\:text-white>*{--tw-text-opacity:1;color:rgb(var(--color-white)/var(--tw-text-opacity))}.\*\:opacity-100>*{opacity:1}.placeholder\:text-gray-700::-moz-placeholder{--tw-text-opacity:1;color:rgb(var(--color-gray-700)/var(--tw-text-opacity))}.placeholder\:text-gray-700::placeholder{--tw-text-opacity:1;color:rgb(var(--color-gray-700)/var(--tw-text-opacity))}.placeholder\:text-gray-900::-moz-placeholder{--tw-text-opacity:1;color:rgb(var(--color-gray-900)/var(--tw-text-opacity))}.placeholder\:text-gray-900::placeholder{--tw-text-opacity:1;color:rgb(var(--color-gray-900)/var(--tw-text-opacity))}.after\:content-\[\'Example\'\]:after{--tw-content:"Example";content:var(--tw-content)}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgb(var(--color-gray-200)/var(--tw-border-opacity))}.focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity))}.focus-within\:outline:focus-within{outline-style:solid}.focus-within\:outline-\[2px\]:focus-within{outline-width:2px}.focus-within\:outline-offset-\[2px\]:focus-within{outline-offset:2px}.focus-within\:outline-blue-300:focus-within{outline-color:rgb(var(--color-blue-300)/1)}.focus-within\:outline-red-700:focus-within{outline-color:rgb(var(--color-red-700)/1)}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-100)/var(--tw-bg-opacity))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-50)/var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-800)/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-red-100)/var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-red-800)/var(--tw-bg-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.\*\:hover\:bg-blue-700:hover>*{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity))}.\*\:hover\:text-white:hover>*{--tw-text-opacity:1;color:rgb(var(--color-white)/var(--tw-text-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.\*\:focus\:bg-blue-700:focus>*{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity))}.focus-visible\:outline-none:focus-visible{outline:2px solid #0000;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-blue-1000:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-1000)/var(--tw-ring-opacity))}.focus-visible\:ring-blue-300:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-300)/var(--tw-ring-opacity))}.focus-visible\:ring-blue-700:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-700)/var(--tw-ring-opacity))}.focus-visible\:ring-gray-1000:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-gray-1000)/var(--tw-ring-opacity))}.focus-visible\:ring-red-1000:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-red-1000)/var(--tw-ring-opacity))}.focus-visible\:ring-red-700:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-red-700)/var(--tw-ring-opacity))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.active\:bg-blue-200:active{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-200)/var(--tw-bg-opacity))}.active\:bg-blue-900:active{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-900)/var(--tw-bg-opacity))}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity))}.active\:bg-gray-200:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-200)/var(--tw-bg-opacity))}.active\:bg-gray-500:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-500)/var(--tw-bg-opacity))}.active\:bg-red-200:active{--tw-bg-opacity:1;background-color:rgb(var(--color-red-200)/var(--tw-bg-opacity))}.active\:bg-red-900:active{--tw-bg-opacity:1;background-color:rgb(var(--color-red-900)/var(--tw-bg-opacity))}.active\:text-blue-700:active{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity))}.active\:text-blue-900:active{--tw-text-opacity:1;color:rgb(var(--color-blue-900)/var(--tw-text-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:select-none:disabled{-webkit-user-select:none;-moz-user-select:none;user-select:none}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group\/row:focus-within .group-focus-within\/row\:visible{visibility:visible}.group:focus-within .group-focus-within\:bg-gray-100{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity))}.group\/row:hover .group-hover\/row\:visible{visibility:visible}.group:hover .group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}.group:hover .group-hover\:underline,.group\/row:hover .group-hover\/row\:underline{text-decoration-line:underline}.group:active .group-active\:bg-gray-100{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:rounded-md[aria-selected=true]{border-radius:.375rem}.\*\:aria-selected\:bg-blue-100[aria-selected=true]>*,.aria-selected\:bg-blue-100[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-100)/var(--tw-bg-opacity))}.\*\:aria-selected\:text-blue-700[aria-selected=true]>*{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity))}.first\:aria-selected\:rounded-l-md[aria-selected=true]:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.last\:aria-selected\:rounded-r-md[aria-selected=true]:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.data-\[side\=left\]\:-translate-x-1[data-side=left]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right],.data-\[side\=top\]\:-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem}.data-\[state\=checked\]\:translate-x-5[data-state=checked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:0px}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x)}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end],.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x)}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[disabled\=true\]\:cursor-not-allowed[data-disabled=true],.data-\[disabled\]\:cursor-not-allowed[data-disabled]{cursor:not-allowed}.data-\[state\=checked\]\:border-blue-700[data-state=checked],.data-\[state\=on\]\:border-blue-700[data-state=on]{--tw-border-opacity:1;border-color:rgb(var(--color-blue-700)/var(--tw-border-opacity))}.data-\[disabled\]\:data-\[state\=unchecked\]\:bg-gray-300[data-state=unchecked][data-disabled]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-300)/var(--tw-bg-opacity))}.data-\[selected\=true\]\:bg-gray-50[data-selected=true]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-amber-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-blue-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-bronze-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-bronze-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-brown-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-brown-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-crimson-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-crimson-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-cyan-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-cyan-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-gold-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-gold-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-grass-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-grass-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-gray-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-green-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-green-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-indigo-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-indigo-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-lime-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-lime-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-plum-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-plum-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-purple-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-purple-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-red-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-red-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-teal-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-teal-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-violet-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-violet-700)/var(--tw-bg-opacity))}.data-\[size\=xxs\]\:bg-yellow-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-yellow-700)/var(--tw-bg-opacity))}.data-\[state\=active\]\:bg-white[data-state=active]{--tw-bg-opacity:1;background-color:rgb(var(--color-white)/var(--tw-bg-opacity))}.data-\[state\=checked\]\:bg-blue-700[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity))}.data-\[state\=checked\]\:bg-gray-50[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}.data-\[state\=checked\]\:bg-white[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(var(--color-white)/var(--tw-bg-opacity))}.data-\[state\=selected\]\:bg-gray-50[data-state=selected]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}.data-\[state\=active\]\:text-blue-700[data-state=active]{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.data-\[disabled\]\:opacity-40[data-disabled]{opacity:.4}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed],.data-\[state\=closed\]\:fade-out[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:0.8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:0.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-0.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}.data-\[state\=closed\]\:slide-out-to-bottom-\[100\%\][data-state=closed],.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed],.data-\[state\=closed\]\:slide-out-to-left-\[50\%\][data-state=closed]{--tw-exit-translate-x:-50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-bottom-\[100\%\][data-state=open],.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open],.data-\[state\=open\]\:slide-in-from-left-\[50\%\][data-state=open]{--tw-enter-translate-x:-50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-disabled] .group-data-\[disabled\]\:cursor-not-allowed{cursor:not-allowed}.group[data-state=on] .group-data-\[state\=on\]\:border-blue-700{--tw-border-opacity:1;border-color:rgb(var(--color-blue-700)/var(--tw-border-opacity))}.group[data-state=checked] .group-data-\[state\=checked\]\:bg-gray-50{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}.group[data-state=off] .group-data-\[state\=off\]\:bg-transparent{background-color:initial}.group[data-state=off] .group-data-\[state\=off\]\:text-transparent{color:#0000}.group[data-disabled] .group-data-\[disabled\]\:opacity-50{opacity:.5}@media (min-width:640px){.sm\:mt-0{margin-top:0}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}}@media (min-width:768px){.md\:w-full{width:100%}.md\:max-w-\[420px\]{max-width:420px}.md\:basis-1\/2{flex-basis:50%}}@media (min-width:1024px){.lg\:basis-1\/3{flex-basis:33.333333%}}@media (min-width:1280px){.xl\:rounded-none{border-radius:0}}.aria-selected\:\[\&\.day-outside\]\:bg-blue-100\/50.day-outside[aria-selected=true]{background-color:rgb(var(--color-blue-100)/.5)}.\[\&\.day-range-end\]\:rounded-r-md.day-range-end,.aria-selected\:\[\&\.day-range-end\]\:rounded-r-md.day-range-end[aria-selected=true]{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\.day-range-start\]\:rounded-l-md.day-range-start{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>button\]\:flex-1>button{flex:1 1 0%}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-sm [cmdk-group-heading]{font-size:14px;line-height:20px;letter-spacing:-.02em}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_tr\:active\]\:bg-gray-50 tr:active,.\[\&_tr\:hover\:active\]\:bg-gray-50 tr:hover:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}.\[\&_tr\:hover\]\:bg-gray-25 tr:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-25)/var(--tw-bg-opacity))}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.dark-theme .\[\.dark-theme_\&\]\:bg-gray-50{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity))}
|
|
3
|
+
/*! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:rgb(var(--color-gray-200)/1)}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:rgb(var(--color-gray-400)/1)}input::placeholder,textarea::placeholder{opacity:1;color:rgb(var(--color-gray-400)/1)}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-6{right:1.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[50\%\]{top:50%}.top-auto{top:auto}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[150\]{z-index:150}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-ml-4{margin-left:-1rem}.-mr-2{margin-right:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-4{margin-top:-1rem}.ml-1{margin-left:.25rem}.mr-2\.5{margin-right:.625rem}.mr-9{margin-right:2.25rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.box-border{box-sizing:border-box}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[125px\]{height:125px}.h-\[150px\]{height:150px}.h-\[16px\]{height:16px}.h-\[200px\]{height:200px}.h-\[24px\]{height:24px}.h-\[36px\]{height:36px}.h-\[45px\]{height:45px}.h-\[500px\]{height:500px}.h-\[72px\]{height:72px}.h-\[800px\]{height:800px}.h-\[8px\]{height:8px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-\[180px\]{max-height:180px}.max-h-\[300px\]{max-height:300px}.max-h-\[90vh\]{max-height:90vh}.max-h-screen{max-height:100vh}.min-h-9{min-height:2.25rem}.min-h-\[400px\]{min-height:400px}.min-h-\[80px\]{min-height:80px}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-6\/12{width:50%}.w-72{width:18rem}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-\[130px\]{width:130px}.w-\[16px\]{width:16px}.w-\[200px\]{width:200px}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[300px\]{width:300px}.w-\[36px\]{width:36px}.w-\[400px\]{width:400px}.w-\[42px\]{width:42px}.w-\[45px\]{width:45px}.w-\[500px\]{width:500px}.w-\[50px\]{width:50px}.w-\[72px\]{width:72px}.w-\[800px\]{width:800px}.w-\[8px\]{width:8px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-0{min-width:0}.min-w-\[144px\]{min-width:144px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-\[400px\]{max-width:400px}.max-w-\[90vw\]{max-width:90vw}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-\[150px\]{flex-basis:150px}.basis-\[350px\]{flex-basis:350px}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-0\.5{--tw-translate-x:0.125rem}.translate-x-0\.5,.translate-x-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-\[5px\]{gap:5px}.gap-\[inherit\]{gap:inherit}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-200{--tw-border-opacity:1;border-color:rgb(var(--color-gray-200)/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(var(--color-gray-400)/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(var(--color-gray-600)/var(--tw-border-opacity,1))}.border-red-700{--tw-border-opacity:1;border-color:rgb(var(--color-red-700)/var(--tw-border-opacity,1))}.bg-\[\#1b1c1d\]{--tw-bg-opacity:1;background-color:rgb(27 28 29/var(--tw-bg-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-100)/var(--tw-bg-opacity,1))}.bg-amber-200{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-200)/var(--tw-bg-opacity,1))}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-400)/var(--tw-bg-opacity,1))}.bg-amber-700{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-700)/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(var(--color-black)/var(--tw-bg-opacity,1))}.bg-black\/25{background-color:rgb(var(--color-black)/.25)}.bg-black\/80{background-color:rgb(var(--color-black)/.8)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-100)/var(--tw-bg-opacity,1))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-300)/var(--tw-bg-opacity,1))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-400)/var(--tw-bg-opacity,1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity,1))}.bg-bronze-300{--tw-bg-opacity:1;background-color:rgb(var(--color-bronze-300)/var(--tw-bg-opacity,1))}.bg-brown-100{--tw-bg-opacity:1;background-color:rgb(var(--color-brown-100)/var(--tw-bg-opacity,1))}.bg-brown-300{--tw-bg-opacity:1;background-color:rgb(var(--color-brown-300)/var(--tw-bg-opacity,1))}.bg-brown-700{--tw-bg-opacity:1;background-color:rgb(var(--color-brown-700)/var(--tw-bg-opacity,1))}.bg-crimson-100{--tw-bg-opacity:1;background-color:rgb(var(--color-crimson-100)/var(--tw-bg-opacity,1))}.bg-crimson-300{--tw-bg-opacity:1;background-color:rgb(var(--color-crimson-300)/var(--tw-bg-opacity,1))}.bg-crimson-700{--tw-bg-opacity:1;background-color:rgb(var(--color-crimson-700)/var(--tw-bg-opacity,1))}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(var(--color-cyan-100)/var(--tw-bg-opacity,1))}.bg-cyan-300{--tw-bg-opacity:1;background-color:rgb(var(--color-cyan-300)/var(--tw-bg-opacity,1))}.bg-cyan-700{--tw-bg-opacity:1;background-color:rgb(var(--color-cyan-700)/var(--tw-bg-opacity,1))}.bg-gold-300{--tw-bg-opacity:1;background-color:rgb(var(--color-gold-300)/var(--tw-bg-opacity,1))}.bg-grass-300{--tw-bg-opacity:1;background-color:rgb(var(--color-grass-300)/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity,1))}.bg-gray-100\/50{background-color:rgb(var(--color-gray-100)/.5)}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-200)/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-300)/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-600)/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-900)/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(var(--color-green-100)/var(--tw-bg-opacity,1))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(var(--color-green-300)/var(--tw-bg-opacity,1))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(var(--color-green-700)/var(--tw-bg-opacity,1))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(var(--color-indigo-300)/var(--tw-bg-opacity,1))}.bg-lime-300{--tw-bg-opacity:1;background-color:rgb(var(--color-lime-300)/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(var(--color-orange-100)/var(--tw-bg-opacity,1))}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(var(--color-orange-300)/var(--tw-bg-opacity,1))}.bg-orange-700{--tw-bg-opacity:1;background-color:rgb(var(--color-orange-700)/var(--tw-bg-opacity,1))}.bg-plum-300{--tw-bg-opacity:1;background-color:rgb(var(--color-plum-300)/var(--tw-bg-opacity,1))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(var(--color-purple-300)/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(var(--color-red-100)/var(--tw-bg-opacity,1))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(var(--color-red-300)/var(--tw-bg-opacity,1))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(var(--color-red-700)/var(--tw-bg-opacity,1))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(var(--color-teal-100)/var(--tw-bg-opacity,1))}.bg-teal-300{--tw-bg-opacity:1;background-color:rgb(var(--color-teal-300)/var(--tw-bg-opacity,1))}.bg-teal-700{--tw-bg-opacity:1;background-color:rgb(var(--color-teal-700)/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(var(--color-violet-100)/var(--tw-bg-opacity,1))}.bg-violet-300{--tw-bg-opacity:1;background-color:rgb(var(--color-violet-300)/var(--tw-bg-opacity,1))}.bg-violet-700{--tw-bg-opacity:1;background-color:rgb(var(--color-violet-700)/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(var(--color-white)/var(--tw-bg-opacity,1))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(var(--color-yellow-300)/var(--tw-bg-opacity,1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[11px\]{padding:11px}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-2{padding-bottom:.5rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pt-1{padding-top:.25rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-2xl{font-size:24px;line-height:32px;letter-spacing:-.02em}.text-3xl{font-size:30px;line-height:38px;letter-spacing:-.02em}.text-4xl{font-size:36px;line-height:44px;letter-spacing:-.02em}.text-5xl{font-size:48px;line-height:60px;letter-spacing:-.02em}.text-6xl{font-size:60px;line-height:72px;letter-spacing:-.02em}.text-7xl{font-size:72px;line-height:90px;letter-spacing:-.02em}.text-\[10px\]{font-size:10px}.text-\[30px\]{font-size:30px}.text-lg{font-size:18px;line-height:22px;letter-spacing:-.02em}.text-md{font-size:16px}.text-md,.text-sm{line-height:20px;letter-spacing:-.02em}.text-sm{font-size:14px}.text-xl{font-size:20px;line-height:24px;letter-spacing:-.02em}.text-xs{font-size:12px;line-height:16px;letter-spacing:-.02em}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-none{line-height:1}.text-amber-700{--tw-text-opacity:1;color:rgb(var(--color-amber-700)/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity,1))}.text-bronze-700{--tw-text-opacity:1;color:rgb(var(--color-bronze-700)/var(--tw-text-opacity,1))}.text-brown-700{--tw-text-opacity:1;color:rgb(var(--color-brown-700)/var(--tw-text-opacity,1))}.text-crimson-700{--tw-text-opacity:1;color:rgb(var(--color-crimson-700)/var(--tw-text-opacity,1))}.text-current{color:currentColor}.text-cyan-700{--tw-text-opacity:1;color:rgb(var(--color-cyan-700)/var(--tw-text-opacity,1))}.text-gold-700{--tw-text-opacity:1;color:rgb(var(--color-gold-700)/var(--tw-text-opacity,1))}.text-grass-700{--tw-text-opacity:1;color:rgb(var(--color-grass-700)/var(--tw-text-opacity,1))}.text-gray-1000{--tw-text-opacity:1;color:rgb(var(--color-gray-1000)/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(var(--color-gray-700)/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(var(--color-gray-800)/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(var(--color-gray-900)/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(var(--color-green-700)/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(var(--color-indigo-700)/var(--tw-text-opacity,1))}.text-inherit{color:inherit}.text-lime-700{--tw-text-opacity:1;color:rgb(var(--color-lime-700)/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:rgb(var(--color-orange-700)/var(--tw-text-opacity,1))}.text-plum-700{--tw-text-opacity:1;color:rgb(var(--color-plum-700)/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(var(--color-purple-700)/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(var(--color-red-700)/var(--tw-text-opacity,1))}.text-teal-700{--tw-text-opacity:1;color:rgb(var(--color-teal-700)/var(--tw-text-opacity,1))}.text-violet-700{--tw-text-opacity:1;color:rgb(var(--color-violet-700)/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(var(--color-white)/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(var(--color-yellow-700)/var(--tw-text-opacity,1))}.opacity-50{opacity:.5}.shadow-dropdown-sm{--tw-shadow:0px 1px 2px 0px rgba(16,24,40,.06),0px 1px 3px 0px rgba(16,24,40,.1) ;;--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color)}.shadow-dropdown-sm,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-inset{--tw-ring-inset:inset}.ring-amber-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-amber-300)/var(--tw-ring-opacity,1))}.ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-300)/var(--tw-ring-opacity,1))}.ring-blue-700{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-700)/var(--tw-ring-opacity,1))}.ring-brown-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-brown-300)/var(--tw-ring-opacity,1))}.ring-crimson-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-crimson-300)/var(--tw-ring-opacity,1))}.ring-cyan-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-cyan-300)/var(--tw-ring-opacity,1))}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-gray-200)/var(--tw-ring-opacity,1))}.ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-green-300)/var(--tw-ring-opacity,1))}.ring-orange-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-orange-300)/var(--tw-ring-opacity,1))}.ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-red-300)/var(--tw-ring-opacity,1))}.ring-teal-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-teal-300)/var(--tw-ring-opacity,1))}.ring-violet-300{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-violet-300)/var(--tw-ring-opacity,1))}.ring-offset-0{--tw-ring-offset-width:0px}.ring-offset-white{--tw-ring-offset-color:rgb(var(--color-white)/1)}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[20px\]{--tw-backdrop-blur:blur(20px)}.backdrop-blur-\[20px\],.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.will-change-transform{will-change:transform}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.fade-in-0{--tw-enter-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.\*\:bg-blue-700>*{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity,1))}.\*\:text-white>*{--tw-text-opacity:1;color:rgb(var(--color-white)/var(--tw-text-opacity,1))}.\*\:opacity-100>*{opacity:1}.placeholder\:text-gray-700::-moz-placeholder{--tw-text-opacity:1;color:rgb(var(--color-gray-700)/var(--tw-text-opacity,1))}.placeholder\:text-gray-700::placeholder{--tw-text-opacity:1;color:rgb(var(--color-gray-700)/var(--tw-text-opacity,1))}.placeholder\:text-gray-900::-moz-placeholder{--tw-text-opacity:1;color:rgb(var(--color-gray-900)/var(--tw-text-opacity,1))}.placeholder\:text-gray-900::placeholder{--tw-text-opacity:1;color:rgb(var(--color-gray-900)/var(--tw-text-opacity,1))}.after\:content-\[\'Example\'\]:after{--tw-content:"Example";content:var(--tw-content)}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:border-gray-200:focus-within{--tw-border-opacity:1;border-color:rgb(var(--color-gray-200)/var(--tw-border-opacity,1))}.focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity,1))}.focus-within\:outline:focus-within{outline-style:solid}.focus-within\:outline-\[2px\]:focus-within{outline-width:2px}.focus-within\:outline-offset-\[2px\]:focus-within{outline-offset:2px}.focus-within\:outline-blue-300:focus-within{outline-color:rgb(var(--color-blue-300)/1)}.focus-within\:outline-red-700:focus-within{outline-color:rgb(var(--color-red-700)/1)}.hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgb(var(--color-gray-600)/var(--tw-border-opacity,1))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-100)/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-50)/var(--tw-bg-opacity,1))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-800)/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity,1))}.hover\:bg-gray-100\/75:hover{background-color:rgb(var(--color-gray-100)/.75)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-red-100)/var(--tw-bg-opacity,1))}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-red-800)/var(--tw-bg-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.\*\:hover\:bg-blue-700:hover>*{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity,1))}.\*\:hover\:text-white:hover>*{--tw-text-opacity:1;color:rgb(var(--color-white)/var(--tw-text-opacity,1))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.\*\:focus\:bg-blue-700:focus>*{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity,1))}.\*\:focus\:text-white:focus>*{--tw-text-opacity:1;color:rgb(var(--color-white)/var(--tw-text-opacity,1))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-black:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-black)/var(--tw-ring-opacity,1))}.focus-visible\:ring-blue-1000:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-1000)/var(--tw-ring-opacity,1))}.focus-visible\:ring-blue-300:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-300)/var(--tw-ring-opacity,1))}.focus-visible\:ring-blue-700:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-blue-700)/var(--tw-ring-opacity,1))}.focus-visible\:ring-red-1000:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-red-1000)/var(--tw-ring-opacity,1))}.focus-visible\:ring-red-700:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-red-700)/var(--tw-ring-opacity,1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.active\:bg-blue-200:active{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-200)/var(--tw-bg-opacity,1))}.active\:bg-blue-900:active{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-900)/var(--tw-bg-opacity,1))}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity,1))}.active\:bg-gray-200:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-200)/var(--tw-bg-opacity,1))}.active\:bg-gray-300:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-300)/var(--tw-bg-opacity,1))}.active\:bg-gray-500:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-500)/var(--tw-bg-opacity,1))}.active\:bg-red-200:active{--tw-bg-opacity:1;background-color:rgb(var(--color-red-200)/var(--tw-bg-opacity,1))}.active\:bg-red-900:active{--tw-bg-opacity:1;background-color:rgb(var(--color-red-900)/var(--tw-bg-opacity,1))}.active\:text-blue-900:active{--tw-text-opacity:1;color:rgb(var(--color-blue-900)/var(--tw-text-opacity,1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:select-none:disabled{-webkit-user-select:none;-moz-user-select:none;user-select:none}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group\/row:focus-within .group-focus-within\/row\:visible{visibility:visible}.group:focus-within .group-focus-within\:bg-gray-100{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity,1))}.group\/row:hover .group-hover\/row\:visible{visibility:visible}.group:hover .group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}.group:hover .group-hover\:underline,.group\/row:hover .group-hover\/row\:underline{text-decoration-line:underline}.group:active .group-active\:bg-gray-100{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-100)/var(--tw-bg-opacity,1))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:rounded-md[aria-selected=true]{border-radius:.375rem}.\*\:aria-selected\:bg-blue-100[aria-selected=true]>*,.aria-selected\:bg-blue-100[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-100)/var(--tw-bg-opacity,1))}.\*\:aria-selected\:text-blue-700[aria-selected=true]>*{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity,1))}.first\:aria-selected\:rounded-l-md[aria-selected=true]:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.last\:aria-selected\:rounded-r-md[aria-selected=true]:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.data-\[side\=left\]\:-translate-x-1[data-side=left]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right],.data-\[side\=top\]\:-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem}.data-\[state\=checked\]\:translate-x-5[data-state=checked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:0px}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x)}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end],.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x)}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[disabled\=true\]\:cursor-not-allowed[data-disabled=true],.data-\[disabled\]\:cursor-not-allowed[data-disabled]{cursor:not-allowed}.data-\[state\=checked\]\:border-blue-700[data-state=checked],.data-\[state\=on\]\:border-blue-700[data-state=on]{--tw-border-opacity:1;border-color:rgb(var(--color-blue-700)/var(--tw-border-opacity,1))}.data-\[disabled\]\:data-\[state\=unchecked\]\:bg-gray-300[data-state=unchecked][data-disabled]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-300)/var(--tw-bg-opacity,1))}.data-\[selected\=true\]\:bg-gray-50[data-selected=true]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-amber-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-amber-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-blue-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-bronze-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-bronze-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-brown-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-brown-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-crimson-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-crimson-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-cyan-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-cyan-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-gold-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-gold-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-grass-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-grass-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-gray-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-green-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-green-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-indigo-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-indigo-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-lime-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-lime-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-plum-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-plum-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-purple-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-purple-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-red-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-red-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-teal-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-teal-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-violet-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-violet-700)/var(--tw-bg-opacity,1))}.data-\[size\=xxs\]\:bg-yellow-700[data-size=xxs]{--tw-bg-opacity:1;background-color:rgb(var(--color-yellow-700)/var(--tw-bg-opacity,1))}.data-\[state\=active\]\:bg-white[data-state=active]{--tw-bg-opacity:1;background-color:rgb(var(--color-white)/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-blue-700[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(var(--color-blue-700)/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-gray-50[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-white[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(var(--color-white)/var(--tw-bg-opacity,1))}.data-\[state\=selected\]\:bg-gray-50[data-state=selected]{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}.data-\[state\=active\]\:text-blue-700[data-state=active]{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity,1))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.data-\[disabled\]\:opacity-40[data-disabled]{opacity:.4}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed],.data-\[state\=closed\]\:fade-out[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:0.8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:0.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-0.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}.data-\[state\=closed\]\:slide-out-to-bottom-\[100\%\][data-state=closed],.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed],.data-\[state\=closed\]\:slide-out-to-left-\[50\%\][data-state=closed]{--tw-exit-translate-x:-50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-bottom-\[100\%\][data-state=open],.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open],.data-\[state\=open\]\:slide-in-from-left-\[50\%\][data-state=open]{--tw-enter-translate-x:-50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-disabled] .group-data-\[disabled\]\:cursor-not-allowed{cursor:not-allowed}.group[data-state=on] .group-data-\[state\=on\]\:border-blue-700{--tw-border-opacity:1;border-color:rgb(var(--color-blue-700)/var(--tw-border-opacity,1))}.group[data-state=checked] .group-data-\[state\=checked\]\:bg-gray-50{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}.group[data-state=off] .group-data-\[state\=off\]\:bg-transparent{background-color:transparent}.group[data-state=off] .group-data-\[state\=off\]\:text-transparent{color:transparent}.group[data-disabled] .group-data-\[disabled\]\:opacity-50{opacity:.5}@media (min-width:640px){.sm\:mt-0{margin-top:0}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}}@media (min-width:768px){.md\:w-full{width:100%}.md\:max-w-\[420px\]{max-width:420px}.md\:basis-1\/2{flex-basis:50%}}@media (min-width:1024px){.lg\:basis-1\/3{flex-basis:33.333333%}}@media (min-width:1280px){.xl\:rounded-none{border-radius:0}}.dark\:text-black:where(.dark-theme,.dark-theme *){--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.dark\:\*\:text-black>:where(.dark-theme,.dark-theme *){--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.dark\:\*\:hover\:text-black:hover>:where(.dark-theme,.dark-theme *){--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.dark\:\*\:focus\:text-black:focus>:where(.dark-theme,.dark-theme *){--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.dark\:data-\[state\=checked\]\:bg-black[data-state=checked]:where(.dark-theme,.dark-theme *){--tw-bg-opacity:1;background-color:rgb(var(--color-black)/var(--tw-bg-opacity,1))}.dark\:data-\[state\=active\]\:text-black[data-state=active]:where(.dark-theme,.dark-theme *){--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.aria-selected\:\[\&\.day-outside\]\:bg-blue-100\/50.day-outside[aria-selected=true]{background-color:rgb(var(--color-blue-100)/.5)}.\[\&\.day-range-end\]\:rounded-r-md.day-range-end,.aria-selected\:\[\&\.day-range-end\]\:rounded-r-md.day-range-end[aria-selected=true]{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\.day-range-start\]\:rounded-l-md.day-range-start{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>button\]\:flex-1>button{flex:1 1 0%}.\[\&\>svg\]\:text-black>svg{--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.\[\&\>svg\]\:text-blue-700>svg{--tw-text-opacity:1;color:rgb(var(--color-blue-700)/var(--tw-text-opacity,1))}.\[\&\>svg\]\:text-red-700>svg{--tw-text-opacity:1;color:rgb(var(--color-red-700)/var(--tw-text-opacity,1))}.\[\&\>svg\]\:text-white>svg{--tw-text-opacity:1;color:rgb(var(--color-white)/var(--tw-text-opacity,1))}.\[\&\>svg\]\:dark\:text-black:where(.dark-theme,.dark-theme *)>svg{--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-sm [cmdk-group-heading]{font-size:14px;line-height:20px;letter-spacing:-.02em}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-black [cmdk-group-heading]{--tw-text-opacity:1;color:rgb(var(--color-black)/var(--tw-text-opacity,1))}.\[\&_tr\:active\]\:bg-gray-50 tr:active,.\[\&_tr\:hover\:active\]\:bg-gray-50 tr:hover:active{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}.\[\&_tr\:hover\]\:bg-gray-25 tr:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-25)/var(--tw-bg-opacity,1))}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.dark-theme .\[\.dark-theme_\&\]\:bg-gray-50{--tw-bg-opacity:1;background-color:rgb(var(--color-gray-50)/var(--tw-bg-opacity,1))}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snapcall/design-system",
|
|
3
|
-
"version": "1.20.0
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -12,6 +12,14 @@
|
|
|
12
12
|
"./icons": {
|
|
13
13
|
"import": "./dist/icons/index.mjs",
|
|
14
14
|
"require": "./dist/icons/index.js"
|
|
15
|
+
},
|
|
16
|
+
"./calendar": {
|
|
17
|
+
"import": "./dist/components/Calendar/index.mjs",
|
|
18
|
+
"require": "./dist/components/Calendar/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./form": {
|
|
21
|
+
"import": "./dist/components/Form/index.mjs",
|
|
22
|
+
"require": "./dist/components/Form/index.js"
|
|
15
23
|
}
|
|
16
24
|
},
|
|
17
25
|
"sideEffects": false,
|
|
@@ -73,32 +81,31 @@
|
|
|
73
81
|
"tailwindcss-animate": "^1.0.7"
|
|
74
82
|
},
|
|
75
83
|
"devDependencies": {
|
|
76
|
-
"@faker-js/faker": "^
|
|
77
|
-
"@
|
|
78
|
-
"@storybook/addon-
|
|
79
|
-
"@storybook/addon-
|
|
80
|
-
"@storybook/addon-
|
|
81
|
-
"@storybook/addon-
|
|
82
|
-
"@storybook/
|
|
83
|
-
"@storybook/
|
|
84
|
-
"@storybook/
|
|
85
|
-
"@storybook/react": "^
|
|
86
|
-
"@storybook/
|
|
87
|
-
"@storybook/theming": "^7.6.10",
|
|
84
|
+
"@faker-js/faker": "^9.2.0",
|
|
85
|
+
"@storybook/addon-actions": "^8.4.5",
|
|
86
|
+
"@storybook/addon-essentials": "^8.4.5",
|
|
87
|
+
"@storybook/addon-interactions": "^8.4.5",
|
|
88
|
+
"@storybook/addon-links": "^8.4.5",
|
|
89
|
+
"@storybook/addon-themes": "^8.4.5",
|
|
90
|
+
"@storybook/blocks": "^8.4.5",
|
|
91
|
+
"@storybook/manager-api": "^8.4.5",
|
|
92
|
+
"@storybook/react": "^8.4.5",
|
|
93
|
+
"@storybook/react-vite": "^8.4.5",
|
|
94
|
+
"@storybook/theming": "^8.4.5",
|
|
88
95
|
"@tanstack/react-table": "^8.11.7",
|
|
89
96
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
90
97
|
"@types/react": "^18.2.48",
|
|
91
98
|
"@types/react-dom": "^18.2.18",
|
|
92
99
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
93
100
|
"@typescript-eslint/parser": "^6.21.0",
|
|
94
|
-
"
|
|
101
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
95
102
|
"autoprefixer": "^10.4.17",
|
|
96
103
|
"concurrently": "^8.2.2",
|
|
97
104
|
"date-fns": "^4.1.0",
|
|
98
105
|
"eslint": "^8.56.0",
|
|
99
106
|
"eslint-config-prettier": "^9.1.0",
|
|
100
107
|
"eslint-plugin-react": "^7.33.2",
|
|
101
|
-
"eslint-plugin-storybook": "^0.
|
|
108
|
+
"eslint-plugin-storybook": "^0.11.1",
|
|
102
109
|
"husky": "^8.0.3",
|
|
103
110
|
"lint-staged": "^15.2.0",
|
|
104
111
|
"postcss": "^8.4.33",
|
|
@@ -107,11 +114,11 @@
|
|
|
107
114
|
"react-day-picker": "^9.1.2",
|
|
108
115
|
"react-dom": "^18.2.0",
|
|
109
116
|
"react-hook-form": "^7.49.3",
|
|
110
|
-
"storybook": "^
|
|
111
|
-
"tailwindcss": "^3.4.
|
|
117
|
+
"storybook": "^8.4.5",
|
|
118
|
+
"tailwindcss": "^3.4.15",
|
|
112
119
|
"tsup": "^8.3.5",
|
|
113
120
|
"typescript": "^5.1.6",
|
|
114
|
-
"vite": "^4.
|
|
121
|
+
"vite": "^5.4.11"
|
|
115
122
|
},
|
|
116
123
|
"publishConfig": {
|
|
117
124
|
"access": "public"
|