@webpros/mui-theme 0.3.11 → 0.4.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/package.json +2 -2
- package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
- package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
- package/dist/src/components/data-display/Table/Table.theme.js +1 -1
- package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
- package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
- package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
- package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
- package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
- package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
- package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
- package/dist/src/components/inputs/Filter/Filter.js +3 -2
- package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
- package/dist/src/components/inputs/Select/Select.theme.js +2 -2
- package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +10 -2
- package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
- package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
- package/dist/src/components/inputs/ToggleButton/index.js +2 -2
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
- package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
- package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
- package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
- package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
- package/dist/src/components/utils/inputIcons.d.ts +9 -0
- package/dist/src/components/utils/inputIcons.js +19 -0
- package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
- package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
- package/dist/src/icons/AmazonIcon.d.ts +2 -0
- package/dist/src/icons/AmazonIcon.js +12 -0
- package/dist/src/icons/AndroidIcon.d.ts +2 -0
- package/dist/src/icons/AndroidIcon.js +12 -0
- package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
- package/dist/src/icons/ApparetmentIcon.js +12 -0
- package/dist/src/icons/ArchiveIcon.d.ts +2 -0
- package/dist/src/icons/ArchiveIcon.js +12 -0
- package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
- package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
- package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
- package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
- package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
- package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
- package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
- package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownIcon.js +12 -0
- package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
- package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLeftIcon.js +12 -0
- package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
- package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLineDownIcon.js +12 -0
- package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowLineUpIcon.js +12 -0
- package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowRightIcon.js +12 -0
- package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
- package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareInIcon.js +12 -0
- package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
- package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
- package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpIcon.js +12 -0
- package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
- package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
- package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowarcleftIcon.js +12 -0
- package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowarcrightIcon.js +12 -0
- package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
- package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
- package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
- package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowcircleupIcon.js +12 -0
- package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
- package/dist/src/icons/ArrowdownrightIcon.js +12 -0
- package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
- package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
- package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
- package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
- package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
- package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
- package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
- package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
- package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
- package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
- package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsdownupIcon.js +12 -0
- package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
- package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
- package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsmergeIcon.js +12 -0
- package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsoutIcon.js +12 -0
- package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
- package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquareupIcon.js +12 -0
- package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
- package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
- package/dist/src/icons/ArrowurightupIcon.js +12 -0
- package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
- package/dist/src/icons/ArrowuupleftIcon.js +12 -0
- package/dist/src/icons/ArticleIcon.d.ts +2 -0
- package/dist/src/icons/ArticleIcon.js +12 -0
- package/dist/src/icons/AtIcon.d.ts +2 -0
- package/dist/src/icons/AtIcon.js +12 -0
- package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
- package/dist/src/icons/AutoResponderIcon.js +12 -0
- package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
- package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
- package/dist/src/icons/BarChartIcon.d.ts +2 -0
- package/dist/src/icons/BarChartIcon.js +12 -0
- package/dist/src/icons/BarricadeIcon.d.ts +2 -0
- package/dist/src/icons/BarricadeIcon.js +12 -0
- package/dist/src/icons/BellIcon.d.ts +2 -0
- package/dist/src/icons/BellIcon.js +12 -0
- package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
- package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
- package/dist/src/icons/BluetoothIcon.d.ts +2 -0
- package/dist/src/icons/BluetoothIcon.js +12 -0
- package/dist/src/icons/BookOpenIcon.d.ts +2 -0
- package/dist/src/icons/BookOpenIcon.js +12 -0
- package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
- package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
- package/dist/src/icons/BookmarksIcon.d.ts +2 -0
- package/dist/src/icons/BookmarksIcon.js +12 -0
- package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
- package/dist/src/icons/BoundingBoxIcon.js +12 -0
- package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
- package/dist/src/icons/BoxArrowDownIcon.js +12 -0
- package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
- package/dist/src/icons/BoxArrowUpIcon.js +12 -0
- package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
- package/dist/src/icons/BriefcaseIcon.js +12 -0
- package/dist/src/icons/BrowserIcon.d.ts +2 -0
- package/dist/src/icons/BrowserIcon.js +12 -0
- package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
- package/dist/src/icons/BugBeetleIcon.js +12 -0
- package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
- package/dist/src/icons/BuildingApartmentIcon.js +12 -0
- package/dist/src/icons/BuildingIcon.d.ts +2 -0
- package/dist/src/icons/BuildingIcon.js +12 -0
- package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
- package/dist/src/icons/BuildingOfficeIcon.js +12 -0
- package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
- package/dist/src/icons/CalendarBlankIcon.js +12 -0
- package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
- package/dist/src/icons/CalendarCheckIcon.js +12 -0
- package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
- package/dist/src/icons/CalendarPlusIcon.js +12 -0
- package/dist/src/icons/CarIcon.d.ts +2 -0
- package/dist/src/icons/CarIcon.js +12 -0
- package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
- package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
- package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
- package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
- package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
- package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
- package/dist/src/icons/CaretDownIcon.d.ts +2 -0
- package/dist/src/icons/CaretDownIcon.js +12 -0
- package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretDownSmallIcon.js +12 -0
- package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
- package/dist/src/icons/CaretLeftIcon.js +12 -0
- package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
- package/dist/src/icons/CaretRightIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightIcon.js +12 -0
- package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightSmallIcon.js +12 -0
- package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
- package/dist/src/icons/CaretRightTinyIcon.js +12 -0
- package/dist/src/icons/CaretUpIcon.d.ts +2 -0
- package/dist/src/icons/CaretUpIcon.js +12 -0
- package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
- package/dist/src/icons/CaretUpSmallIcon.js +12 -0
- package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
- package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
- package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
- package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
- package/dist/src/icons/CellTowerIcon.d.ts +2 -0
- package/dist/src/icons/CellTowerIcon.js +12 -0
- package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
- package/dist/src/icons/ChartLineDownIcon.js +12 -0
- package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
- package/dist/src/icons/ChartLineUpIcon.js +12 -0
- package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
- package/dist/src/icons/ChartPieSliceIcon.js +12 -0
- package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
- package/dist/src/icons/ChartPolarIcon.js +12 -0
- package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
- package/dist/src/icons/ChartScatterIcon.js +12 -0
- package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
- package/dist/src/icons/ChatCenteredIcon.js +12 -0
- package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
- package/dist/src/icons/ChatCircleIcon.js +12 -0
- package/dist/src/icons/CheckAllIcon.d.ts +2 -0
- package/dist/src/icons/CheckAllIcon.js +12 -0
- package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/CheckCircleFillIcon.js +12 -0
- package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
- package/dist/src/icons/CheckCircleIcon.js +12 -0
- package/dist/src/icons/CheckIcon.d.ts +2 -0
- package/dist/src/icons/CheckIcon.js +12 -0
- package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
- package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckSmallIcon.js +12 -0
- package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
- package/dist/src/icons/CheckSquareFillIcon.js +12 -0
- package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
- package/dist/src/icons/CheckSquareIcon.js +12 -0
- package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
- package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxOff20Icon.js +12 -0
- package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
- package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
- package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
- package/dist/src/icons/CheckboxOn20Icon.js +12 -0
- package/dist/src/icons/CircleIcon.d.ts +2 -0
- package/dist/src/icons/CircleIcon.js +12 -0
- package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
- package/dist/src/icons/CirclesFourIcon.js +12 -0
- package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
- package/dist/src/icons/CirclesThreeIcon.js +12 -0
- package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ClockClockwiseIcon.js +12 -0
- package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
- package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
- package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/ClockDuotoneIcon.js +12 -0
- package/dist/src/icons/ClockIcon.d.ts +2 -0
- package/dist/src/icons/ClockIcon.js +12 -0
- package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
- package/dist/src/icons/ClockSmallIcon.js +12 -0
- package/dist/src/icons/CloneIcon.d.ts +2 -0
- package/dist/src/icons/CloneIcon.js +12 -0
- package/dist/src/icons/CloseBigIcon.d.ts +2 -0
- package/dist/src/icons/CloseBigIcon.js +12 -0
- package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/CloseCircleFillIcon.js +12 -0
- package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
- package/dist/src/icons/CloseCircleIcon.js +12 -0
- package/dist/src/icons/CloseIcon.d.ts +2 -0
- package/dist/src/icons/CloseIcon.js +12 -0
- package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
- package/dist/src/icons/CloseSmallIcon.js +12 -0
- package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
- package/dist/src/icons/CloudCheckIcon.js +12 -0
- package/dist/src/icons/CloudIcon.d.ts +2 -0
- package/dist/src/icons/CloudIcon.js +12 -0
- package/dist/src/icons/CodepenIcon.d.ts +2 -0
- package/dist/src/icons/CodepenIcon.js +12 -0
- package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
- package/dist/src/icons/CodesandboxIcon.js +12 -0
- package/dist/src/icons/CommandIcon.d.ts +2 -0
- package/dist/src/icons/CommandIcon.js +12 -0
- package/dist/src/icons/CompassIcon.d.ts +2 -0
- package/dist/src/icons/CompassIcon.js +12 -0
- package/dist/src/icons/CompassToolIcon.d.ts +2 -0
- package/dist/src/icons/CompassToolIcon.js +12 -0
- package/dist/src/icons/CopyIcon.d.ts +2 -0
- package/dist/src/icons/CopyIcon.js +12 -0
- package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
- package/dist/src/icons/CopySimpleIcon.js +12 -0
- package/dist/src/icons/CornersOutIcon.d.ts +2 -0
- package/dist/src/icons/CornersOutIcon.js +12 -0
- package/dist/src/icons/CpuIcon.d.ts +2 -0
- package/dist/src/icons/CpuIcon.js +12 -0
- package/dist/src/icons/CreditCardIcon.d.ts +2 -0
- package/dist/src/icons/CreditCardIcon.js +12 -0
- package/dist/src/icons/CrownIcon.d.ts +2 -0
- package/dist/src/icons/CrownIcon.js +12 -0
- package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
- package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
- package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
- package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
- package/dist/src/icons/DatabaseIcon.d.ts +2 -0
- package/dist/src/icons/DatabaseIcon.js +12 -0
- package/dist/src/icons/DesktopIcon.d.ts +2 -0
- package/dist/src/icons/DesktopIcon.js +12 -0
- package/dist/src/icons/DetectiveIcon.d.ts +2 -0
- package/dist/src/icons/DetectiveIcon.js +12 -0
- package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
- package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
- package/dist/src/icons/DisableIcon.d.ts +2 -0
- package/dist/src/icons/DisableIcon.js +12 -0
- package/dist/src/icons/DominoIcon.d.ts +2 -0
- package/dist/src/icons/DominoIcon.js +12 -0
- package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
- package/dist/src/icons/DominoPlusIcon.js +12 -0
- package/dist/src/icons/DonutChartIcon.d.ts +2 -0
- package/dist/src/icons/DonutChartIcon.js +12 -0
- package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
- package/dist/src/icons/DotsNineBoldIcon.js +12 -0
- package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
- package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
- package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
- package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeIcon.js +12 -0
- package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
- package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
- package/dist/src/icons/DraftIcon.d.ts +2 -0
- package/dist/src/icons/DraftIcon.js +12 -0
- package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
- package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeIcon.js +12 -0
- package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
- package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
- package/dist/src/icons/EqualizerIcon.d.ts +2 -0
- package/dist/src/icons/EqualizerIcon.js +12 -0
- package/dist/src/icons/EqualsIcon.d.ts +2 -0
- package/dist/src/icons/EqualsIcon.js +12 -0
- package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
- package/dist/src/icons/ErrorFilledIcon.js +12 -0
- package/dist/src/icons/ErrorIcon.d.ts +2 -0
- package/dist/src/icons/ErrorIcon.js +12 -0
- package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
- package/dist/src/icons/ErrorMarkerIcon.js +12 -0
- package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
- package/dist/src/icons/ExclamationMarkIcon.js +12 -0
- package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
- package/dist/src/icons/EyeClosedIcon.js +12 -0
- package/dist/src/icons/EyeIcon.d.ts +2 -0
- package/dist/src/icons/EyeIcon.js +12 -0
- package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
- package/dist/src/icons/EyeSlashIcon.js +12 -0
- package/dist/src/icons/FadersIcon.d.ts +2 -0
- package/dist/src/icons/FadersIcon.js +12 -0
- package/dist/src/icons/FallIcon.d.ts +2 -0
- package/dist/src/icons/FallIcon.js +12 -0
- package/dist/src/icons/FigmaIcon.d.ts +2 -0
- package/dist/src/icons/FigmaIcon.js +12 -0
- package/dist/src/icons/FilePdfIcon.d.ts +2 -0
- package/dist/src/icons/FilePdfIcon.js +12 -0
- package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
- package/dist/src/icons/FilledCircleIcon.js +12 -0
- package/dist/src/icons/FireIcon.d.ts +2 -0
- package/dist/src/icons/FireIcon.js +12 -0
- package/dist/src/icons/FlagIcon.d.ts +2 -0
- package/dist/src/icons/FlagIcon.js +12 -0
- package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
- package/dist/src/icons/FlagPennantIcon.js +12 -0
- package/dist/src/icons/FolderIcon.d.ts +2 -0
- package/dist/src/icons/FolderIcon.js +12 -0
- package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
- package/dist/src/icons/FolderOpenIcon.js +12 -0
- package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
- package/dist/src/icons/FolderPlusIcon.js +12 -0
- package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
- package/dist/src/icons/FolderSimpleIcon.js +12 -0
- package/dist/src/icons/FoldersIcon.d.ts +2 -0
- package/dist/src/icons/FoldersIcon.js +12 -0
- package/dist/src/icons/FontInterIcon.d.ts +2 -0
- package/dist/src/icons/FontInterIcon.js +12 -0
- package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
- package/dist/src/icons/FontMerriweatherIcon.js +12 -0
- package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
- package/dist/src/icons/FontMonserratIcon.js +12 -0
- package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
- package/dist/src/icons/FontOpensansIcon.js +12 -0
- package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
- package/dist/src/icons/FontPlayfairIcon.js +12 -0
- package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
- package/dist/src/icons/FontPoppinsIcon.js +12 -0
- package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
- package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
- package/dist/src/icons/FontRubikIcon.d.ts +2 -0
- package/dist/src/icons/FontRubikIcon.js +12 -0
- package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
- package/dist/src/icons/FontVallkornIcon.js +12 -0
- package/dist/src/icons/ForwarderIcon.d.ts +2 -0
- package/dist/src/icons/ForwarderIcon.js +12 -0
- package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
- package/dist/src/icons/ForwarderPlusIcon.js +12 -0
- package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
- package/dist/src/icons/FrameCornersIcon.js +12 -0
- package/dist/src/icons/FramerIcon.d.ts +2 -0
- package/dist/src/icons/FramerIcon.js +12 -0
- package/dist/src/icons/FtpIcon.d.ts +2 -0
- package/dist/src/icons/FtpIcon.js +12 -0
- package/dist/src/icons/FunnelIcon.d.ts +2 -0
- package/dist/src/icons/FunnelIcon.js +12 -0
- package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
- package/dist/src/icons/FunnelSimpleIcon.js +12 -0
- package/dist/src/icons/GearIcon.d.ts +2 -0
- package/dist/src/icons/GearIcon.js +12 -0
- package/dist/src/icons/GearSixIcon.d.ts +2 -0
- package/dist/src/icons/GearSixIcon.js +12 -0
- package/dist/src/icons/GearsIcon.d.ts +2 -0
- package/dist/src/icons/GearsIcon.js +12 -0
- package/dist/src/icons/GithubIcon.d.ts +2 -0
- package/dist/src/icons/GithubIcon.js +12 -0
- package/dist/src/icons/GlobeIcon.d.ts +2 -0
- package/dist/src/icons/GlobeIcon.js +12 -0
- package/dist/src/icons/GoToIcon.d.ts +2 -0
- package/dist/src/icons/GoToIcon.js +12 -0
- package/dist/src/icons/GoogleIcon.d.ts +2 -0
- package/dist/src/icons/GoogleIcon.js +12 -0
- package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
- package/dist/src/icons/GooglePhotosIcon.js +12 -0
- package/dist/src/icons/GridFourIcon.d.ts +2 -0
- package/dist/src/icons/GridFourIcon.js +12 -0
- package/dist/src/icons/GridNineIcon.d.ts +2 -0
- package/dist/src/icons/GridNineIcon.js +12 -0
- package/dist/src/icons/HalfStarIcon.d.ts +2 -0
- package/dist/src/icons/HalfStarIcon.js +12 -0
- package/dist/src/icons/HandPalmIcon.d.ts +2 -0
- package/dist/src/icons/HandPalmIcon.js +12 -0
- package/dist/src/icons/HardDriveIcon.d.ts +2 -0
- package/dist/src/icons/HardDriveIcon.js +12 -0
- package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
- package/dist/src/icons/HardDrivesIcon.js +12 -0
- package/dist/src/icons/HashIcon.d.ts +2 -0
- package/dist/src/icons/HashIcon.js +12 -0
- package/dist/src/icons/HeartIcon.d.ts +2 -0
- package/dist/src/icons/HeartIcon.js +12 -0
- package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
- package/dist/src/icons/HeartbeatIcon.js +12 -0
- package/dist/src/icons/HomeIcon.d.ts +2 -0
- package/dist/src/icons/HomeIcon.js +12 -0
- package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
- package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
- package/dist/src/icons/HourglassHighIcon.js +12 -0
- package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
- package/dist/src/icons/IdentificationCardIcon.js +12 -0
- package/dist/src/icons/ImageIcon.d.ts +2 -0
- package/dist/src/icons/ImageIcon.js +12 -0
- package/dist/src/icons/InfoFillIcon.d.ts +2 -0
- package/dist/src/icons/InfoFillIcon.js +12 -0
- package/dist/src/icons/InfoIIcon.d.ts +2 -0
- package/dist/src/icons/InfoIIcon.js +12 -0
- package/dist/src/icons/InfoIcon.d.ts +2 -0
- package/dist/src/icons/InfoIcon.js +12 -0
- package/dist/src/icons/KeyIcon.d.ts +2 -0
- package/dist/src/icons/KeyIcon.js +12 -0
- package/dist/src/icons/KeyholeIcon.d.ts +2 -0
- package/dist/src/icons/KeyholeIcon.js +12 -0
- package/dist/src/icons/LaravelIcon.d.ts +2 -0
- package/dist/src/icons/LaravelIcon.js +12 -0
- package/dist/src/icons/LayoutIcon.d.ts +2 -0
- package/dist/src/icons/LayoutIcon.js +12 -0
- package/dist/src/icons/LightningFillIcon.d.ts +2 -0
- package/dist/src/icons/LightningFillIcon.js +12 -0
- package/dist/src/icons/LightningIcon.d.ts +2 -0
- package/dist/src/icons/LightningIcon.js +12 -0
- package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
- package/dist/src/icons/LineChartIcon.d.ts +2 -0
- package/dist/src/icons/LineChartIcon.js +12 -0
- package/dist/src/icons/LinkIcon.d.ts +2 -0
- package/dist/src/icons/LinkIcon.js +12 -0
- package/dist/src/icons/LinuxIcon.d.ts +2 -0
- package/dist/src/icons/LinuxIcon.js +12 -0
- package/dist/src/icons/ListDashesIcon.d.ts +2 -0
- package/dist/src/icons/ListDashesIcon.js +12 -0
- package/dist/src/icons/ListIcon.d.ts +2 -0
- package/dist/src/icons/ListIcon.js +12 -0
- package/dist/src/icons/LockIcon.d.ts +2 -0
- package/dist/src/icons/LockIcon.js +12 -0
- package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
- package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
- package/dist/src/icons/MapPinIcon.d.ts +2 -0
- package/dist/src/icons/MapPinIcon.js +12 -0
- package/dist/src/icons/MastodonIcon.d.ts +2 -0
- package/dist/src/icons/MastodonIcon.js +12 -0
- package/dist/src/icons/MedalIcon.d.ts +2 -0
- package/dist/src/icons/MedalIcon.js +12 -0
- package/dist/src/icons/MemoryIcon.d.ts +2 -0
- package/dist/src/icons/MemoryIcon.js +12 -0
- package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
- package/dist/src/icons/MessengerLogoIcon.js +12 -0
- package/dist/src/icons/MicIcon.d.ts +2 -0
- package/dist/src/icons/MicIcon.js +12 -0
- package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
- package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
- package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
- package/dist/src/icons/MicrosoftWordIcon.js +12 -0
- package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleFillIcon.js +12 -0
- package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
- package/dist/src/icons/MinusCircleIcon.js +12 -0
- package/dist/src/icons/MinusIcon.d.ts +2 -0
- package/dist/src/icons/MinusIcon.js +12 -0
- package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
- package/dist/src/icons/MinusSquareFillIcon.js +12 -0
- package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
- package/dist/src/icons/MinusSquareIcon.js +12 -0
- package/dist/src/icons/MoonIcon.d.ts +2 -0
- package/dist/src/icons/MoonIcon.js +12 -0
- package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
- package/dist/src/icons/NotEqualsIcon.js +12 -0
- package/dist/src/icons/NotchesIcon.d.ts +2 -0
- package/dist/src/icons/NotchesIcon.js +12 -0
- package/dist/src/icons/NotePencilIcon.d.ts +2 -0
- package/dist/src/icons/NotePencilIcon.js +12 -0
- package/dist/src/icons/NotepadIcon.d.ts +2 -0
- package/dist/src/icons/NotepadIcon.js +12 -0
- package/dist/src/icons/NovaIcon.d.ts +2 -0
- package/dist/src/icons/NovaIcon.js +12 -0
- package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleFourIcon.js +12 -0
- package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleOneIcon.js +12 -0
- package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
- package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
- package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
- package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
- package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
- package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
- package/dist/src/icons/PaintBucketFillIcon.js +12 -0
- package/dist/src/icons/PalmIcon.d.ts +2 -0
- package/dist/src/icons/PalmIcon.js +12 -0
- package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
- package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
- package/dist/src/icons/PaperclipIcon.d.ts +2 -0
- package/dist/src/icons/PaperclipIcon.js +12 -0
- package/dist/src/icons/PasswordIcon.d.ts +2 -0
- package/dist/src/icons/PasswordIcon.js +12 -0
- package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
- package/dist/src/icons/PauseCircleIcon.js +12 -0
- package/dist/src/icons/PauseFillIcon.d.ts +2 -0
- package/dist/src/icons/PauseFillIcon.js +12 -0
- package/dist/src/icons/PauseIcon.d.ts +2 -0
- package/dist/src/icons/PauseIcon.js +12 -0
- package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
- package/dist/src/icons/PencilSimpleIcon.js +12 -0
- package/dist/src/icons/PercentIcon.d.ts +2 -0
- package/dist/src/icons/PercentIcon.js +12 -0
- package/dist/src/icons/PhoneIcon.d.ts +2 -0
- package/dist/src/icons/PhoneIcon.js +12 -0
- package/dist/src/icons/PieChartIcon.d.ts +2 -0
- package/dist/src/icons/PieChartIcon.js +12 -0
- package/dist/src/icons/PinterestIcon.d.ts +2 -0
- package/dist/src/icons/PinterestIcon.js +12 -0
- package/dist/src/icons/PlayIcon.d.ts +2 -0
- package/dist/src/icons/PlayIcon.js +12 -0
- package/dist/src/icons/PleskIcon.d.ts +2 -0
- package/dist/src/icons/PleskIcon.js +12 -0
- package/dist/src/icons/PluginIcon.d.ts +2 -0
- package/dist/src/icons/PluginIcon.js +12 -0
- package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
- package/dist/src/icons/PlugsConnectedIcon.js +12 -0
- package/dist/src/icons/PlugsIcon.d.ts +2 -0
- package/dist/src/icons/PlugsIcon.js +12 -0
- package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
- package/dist/src/icons/PlusCircleFillIcon.js +12 -0
- package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
- package/dist/src/icons/PlusCircleIcon.js +12 -0
- package/dist/src/icons/PlusIcon.d.ts +2 -0
- package/dist/src/icons/PlusIcon.js +12 -0
- package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
- package/dist/src/icons/PlusSmallIcon.js +12 -0
- package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
- package/dist/src/icons/PlusSquareIcon.js +12 -0
- package/dist/src/icons/PowerIcon.d.ts +2 -0
- package/dist/src/icons/PowerIcon.js +12 -0
- package/dist/src/icons/ProhibitIcon.d.ts +2 -0
- package/dist/src/icons/ProhibitIcon.js +12 -0
- package/dist/src/icons/PulseIcon.d.ts +2 -0
- package/dist/src/icons/PulseIcon.js +12 -0
- package/dist/src/icons/PushPinIcon.d.ts +2 -0
- package/dist/src/icons/PushPinIcon.js +12 -0
- package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
- package/dist/src/icons/PuzzlePieceIcon.js +12 -0
- package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
- package/dist/src/icons/QuestionFillIcon.js +12 -0
- package/dist/src/icons/QuestionIcon.d.ts +2 -0
- package/dist/src/icons/QuestionIcon.js +12 -0
- package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
- package/dist/src/icons/QuestionSimpleIcon.js +12 -0
- package/dist/src/icons/QueueIcon.d.ts +2 -0
- package/dist/src/icons/QueueIcon.js +12 -0
- package/dist/src/icons/RadioOffIcon.d.ts +2 -0
- package/dist/src/icons/RadioOffIcon.js +12 -0
- package/dist/src/icons/RadioOnIcon.d.ts +2 -0
- package/dist/src/icons/RadioOnIcon.js +12 -0
- package/dist/src/icons/RealcvIcon.d.ts +2 -0
- package/dist/src/icons/RealcvIcon.js +12 -0
- package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
- package/dist/src/icons/RectangleCircleIcon.js +12 -0
- package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
- package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
- package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
- package/dist/src/icons/RemoveForwarderIcon.js +12 -0
- package/dist/src/icons/RemoveIcon.d.ts +2 -0
- package/dist/src/icons/RemoveIcon.js +12 -0
- package/dist/src/icons/RepeatIcon.d.ts +2 -0
- package/dist/src/icons/RepeatIcon.js +12 -0
- package/dist/src/icons/RiseIcon.d.ts +2 -0
- package/dist/src/icons/RiseIcon.js +12 -0
- package/dist/src/icons/RobotIcon.d.ts +2 -0
- package/dist/src/icons/RobotIcon.js +12 -0
- package/dist/src/icons/SealWarningIcon.d.ts +2 -0
- package/dist/src/icons/SealWarningIcon.js +12 -0
- package/dist/src/icons/SettingsIcon.d.ts +2 -0
- package/dist/src/icons/SettingsIcon.js +12 -0
- package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
- package/dist/src/icons/ShareNetworkIcon.js +12 -0
- package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCheckIcon.js +12 -0
- package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCheckedIcon.js +12 -0
- package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
- package/dist/src/icons/ShieldCrossIcon.js +12 -0
- package/dist/src/icons/ShieldIcon.d.ts +2 -0
- package/dist/src/icons/ShieldIcon.js +12 -0
- package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
- package/dist/src/icons/SidebarCollapseIcon.js +12 -0
- package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
- package/dist/src/icons/SidebarExpandIcon.js +12 -0
- package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
- package/dist/src/icons/SidebarSimpleIcon.js +12 -0
- package/dist/src/icons/SignInIcon.d.ts +2 -0
- package/dist/src/icons/SignInIcon.js +12 -0
- package/dist/src/icons/SignOutIcon.d.ts +2 -0
- package/dist/src/icons/SignOutIcon.js +12 -0
- package/dist/src/icons/SirenIcon.d.ts +2 -0
- package/dist/src/icons/SirenIcon.js +12 -0
- package/dist/src/icons/SkipBackIcon.d.ts +2 -0
- package/dist/src/icons/SkipBackIcon.js +12 -0
- package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
- package/dist/src/icons/SkipForwardIcon.js +12 -0
- package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
- package/dist/src/icons/SkypeLogoIcon.js +12 -0
- package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
- package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
- package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
- package/dist/src/icons/SmartphoneIcon.js +12 -0
- package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
- package/dist/src/icons/SnapchatLogoIcon.js +12 -0
- package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
- package/dist/src/icons/SortAscendingIcon.js +12 -0
- package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
- package/dist/src/icons/SortDescendingIcon.js +12 -0
- package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
- package/dist/src/icons/SoundcloudIcon.js +12 -0
- package/dist/src/icons/SparkleIcon.d.ts +2 -0
- package/dist/src/icons/SparkleIcon.js +12 -0
- package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
- package/dist/src/icons/SparklesStarsIcon.js +12 -0
- package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
- package/dist/src/icons/SpeakerXIcon.js +12 -0
- package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
- package/dist/src/icons/SpeedometerIcon.js +12 -0
- package/dist/src/icons/SpotifyIcon.d.ts +2 -0
- package/dist/src/icons/SpotifyIcon.js +12 -0
- package/dist/src/icons/SquareFillIcon.d.ts +2 -0
- package/dist/src/icons/SquareFillIcon.js +12 -0
- package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
- package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
- package/dist/src/icons/SquareIcon.d.ts +2 -0
- package/dist/src/icons/SquareIcon.js +12 -0
- package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
- package/dist/src/icons/SquaresFourFillIcon.js +12 -0
- package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
- package/dist/src/icons/SquaresFourIcon.js +12 -0
- package/dist/src/icons/StagingIcon.d.ts +2 -0
- package/dist/src/icons/StagingIcon.js +12 -0
- package/dist/src/icons/StairsIcon.d.ts +2 -0
- package/dist/src/icons/StairsIcon.js +12 -0
- package/dist/src/icons/StarFilledIcon.d.ts +2 -0
- package/dist/src/icons/StarFilledIcon.js +12 -0
- package/dist/src/icons/StarFourIcon.d.ts +2 -0
- package/dist/src/icons/StarFourIcon.js +12 -0
- package/dist/src/icons/StarIcon.d.ts +2 -0
- package/dist/src/icons/StarIcon.js +12 -0
- package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
- package/dist/src/icons/StethoscopeIcon.js +12 -0
- package/dist/src/icons/StopCircleIcon.d.ts +2 -0
- package/dist/src/icons/StopCircleIcon.js +12 -0
- package/dist/src/icons/StopFillIcon.d.ts +2 -0
- package/dist/src/icons/StopFillIcon.js +12 -0
- package/dist/src/icons/SunIcon.d.ts +2 -0
- package/dist/src/icons/SunIcon.js +12 -0
- package/dist/src/icons/TabletIcon.d.ts +2 -0
- package/dist/src/icons/TabletIcon.js +12 -0
- package/dist/src/icons/TabsIcon.d.ts +2 -0
- package/dist/src/icons/TabsIcon.js +12 -0
- package/dist/src/icons/TagFilledIcon.d.ts +2 -0
- package/dist/src/icons/TagFilledIcon.js +12 -0
- package/dist/src/icons/TagIcon.d.ts +2 -0
- package/dist/src/icons/TagIcon.js +12 -0
- package/dist/src/icons/TagSmallIcon.d.ts +2 -0
- package/dist/src/icons/TagSmallIcon.js +12 -0
- package/dist/src/icons/TaskpadIcon.d.ts +2 -0
- package/dist/src/icons/TaskpadIcon.js +12 -0
- package/dist/src/icons/TerminalIcon.d.ts +2 -0
- package/dist/src/icons/TerminalIcon.js +12 -0
- package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
- package/dist/src/icons/TerminalWindowIcon.js +12 -0
- package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignCenterIcon.js +12 -0
- package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
- package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignLeftIcon.js +12 -0
- package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
- package/dist/src/icons/TextAlignRightIcon.js +12 -0
- package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
- package/dist/src/icons/TextBBoldIcon.js +12 -0
- package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
- package/dist/src/icons/TextHTwoIcon.js +12 -0
- package/dist/src/icons/TextItalicIcon.d.ts +2 -0
- package/dist/src/icons/TextItalicIcon.js +12 -0
- package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
- package/dist/src/icons/TextStrikethroughIcon.js +12 -0
- package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
- package/dist/src/icons/TextUnderlineIcon.js +12 -0
- package/dist/src/icons/TextboxIcon.d.ts +2 -0
- package/dist/src/icons/TextboxIcon.js +12 -0
- package/dist/src/icons/ThemeIcon.d.ts +2 -0
- package/dist/src/icons/ThemeIcon.js +12 -0
- package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
- package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
- package/dist/src/icons/TicketIcon.d.ts +2 -0
- package/dist/src/icons/TicketIcon.js +12 -0
- package/dist/src/icons/TidalIcon.d.ts +2 -0
- package/dist/src/icons/TidalIcon.js +12 -0
- package/dist/src/icons/TiktokIcon.d.ts +2 -0
- package/dist/src/icons/TiktokIcon.js +12 -0
- package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
- package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
- package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
- package/dist/src/icons/ToggleLeftIcon.js +12 -0
- package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
- package/dist/src/icons/ToggleRightFillIcon.js +12 -0
- package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
- package/dist/src/icons/ToggleRightIcon.js +12 -0
- package/dist/src/icons/TranslateIcon.d.ts +2 -0
- package/dist/src/icons/TranslateIcon.js +12 -0
- package/dist/src/icons/TrashIcon.d.ts +2 -0
- package/dist/src/icons/TrashIcon.js +12 -0
- package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
- package/dist/src/icons/TrayArrowInIcon.js +12 -0
- package/dist/src/icons/TrayIcon.d.ts +2 -0
- package/dist/src/icons/TrayIcon.js +12 -0
- package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
- package/dist/src/icons/TrayPlusIcon.js +12 -0
- package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
- package/dist/src/icons/TreeStructureIcon.js +12 -0
- package/dist/src/icons/UploadIcon.d.ts +2 -0
- package/dist/src/icons/UploadIcon.js +12 -0
- package/dist/src/icons/UserIcon.d.ts +2 -0
- package/dist/src/icons/UserIcon.js +12 -0
- package/dist/src/icons/UserPlusIcon.d.ts +2 -0
- package/dist/src/icons/UserPlusIcon.js +12 -0
- package/dist/src/icons/UserSquareIcon.d.ts +2 -0
- package/dist/src/icons/UserSquareIcon.js +12 -0
- package/dist/src/icons/UsersIcon.d.ts +2 -0
- package/dist/src/icons/UsersIcon.js +12 -0
- package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
- package/dist/src/icons/VectorTwoIcon.js +12 -0
- package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
- package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
- package/dist/src/icons/WandMagicIcon.d.ts +2 -0
- package/dist/src/icons/WandMagicIcon.js +12 -0
- package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
- package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
- package/dist/src/icons/WarningFillIcon.d.ts +2 -0
- package/dist/src/icons/WarningFillIcon.js +12 -0
- package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
- package/dist/src/icons/WarningFilledIcon.js +12 -0
- package/dist/src/icons/WarningIcon.d.ts +2 -0
- package/dist/src/icons/WarningIcon.js +12 -0
- package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
- package/dist/src/icons/WarningMarkerIcon.js +12 -0
- package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
- package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
- package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
- package/dist/src/icons/WarningOctagonIcon.js +12 -0
- package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
- package/dist/src/icons/WarningTriangleIcon.js +12 -0
- package/dist/src/icons/WaveSineIcon.d.ts +2 -0
- package/dist/src/icons/WaveSineIcon.js +12 -0
- package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
- package/dist/src/icons/WebhooksLogoIcon.js +12 -0
- package/dist/src/icons/WebsiteIcon.d.ts +2 -0
- package/dist/src/icons/WebsiteIcon.js +12 -0
- package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
- package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
- package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
- package/dist/src/icons/WhatsappLogoIcon.js +12 -0
- package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
- package/dist/src/icons/WheelchairMotionIcon.js +12 -0
- package/dist/src/icons/WifiIcon.d.ts +2 -0
- package/dist/src/icons/WifiIcon.js +12 -0
- package/dist/src/icons/WordpressIcon.d.ts +2 -0
- package/dist/src/icons/WordpressIcon.js +12 -0
- package/dist/src/icons/WorkIcon.d.ts +2 -0
- package/dist/src/icons/WorkIcon.js +12 -0
- package/dist/src/icons/WrenchIcon.d.ts +2 -0
- package/dist/src/icons/WrenchIcon.js +12 -0
- package/dist/src/icons/XIcon.d.ts +2 -0
- package/dist/src/icons/XIcon.js +12 -0
- package/dist/src/icons/YoutubeIcon.d.ts +2 -0
- package/dist/src/icons/YoutubeIcon.js +12 -0
- package/dist/src/icons/index.d.ts +411 -4
- package/dist/src/icons/index.js +412 -10
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +3 -0
- package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
- package/dist/src/tokens/ThemeColorTokens.js +16 -1
- package/dist/src/tokens/ThemeMode.d.ts +1 -1
- package/dist/src/tokens/ThemeScheme.d.ts +2 -0
- package/dist/src/tokens/ThemeScheme.js +2 -1
- package/dist/src/tokens/colors/Wptk.d.ts +24 -0
- package/dist/src/tokens/colors/Wptk.js +1496 -0
- package/dist/src/tokens/colors/index.d.ts +1 -0
- package/dist/src/tokens/colors/index.js +1 -0
- package/dist/src/utils/createIcon.d.ts +16 -5
- package/dist/src/utils/createIcon.js +3 -65
- package/dist/src/utils/getMUIComponents.js +2 -2
- package/package.json +3 -3
- package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
- package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
- package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
- package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
- package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
- package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webpros/mui-theme",
|
|
3
3
|
"description": "MUI v7 theme for WebPros products",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"build": "yarn build:main && yarn build:eslint",
|
|
42
42
|
"build:main": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
43
43
|
"build:eslint": "tsc -p ./eslint/tsconfig.eslint.json",
|
|
44
|
+
"yalc:publish": "yarn build && yalc publish && cd eslint && yalc publish",
|
|
44
45
|
"storybook:dev": "storybook dev -p 6006",
|
|
45
46
|
"storybook:build": "storybook build",
|
|
46
47
|
"test": "npm run prettier:test && npm run lint && npm run typecheck",
|
|
@@ -82,7 +83,6 @@
|
|
|
82
83
|
"@storybook/addon-a11y": "^9.1.16",
|
|
83
84
|
"@storybook/addon-docs": "^9.1.16",
|
|
84
85
|
"@storybook/addon-onboarding": "^9.1.16",
|
|
85
|
-
"@storybook/addon-themes": "^9.1.16",
|
|
86
86
|
"@storybook/builder-vite": "^9.1.16",
|
|
87
87
|
"@storybook/react-vite": "^9.1.16",
|
|
88
88
|
"@stylistic/eslint-plugin": "^5.5.0",
|
|
@@ -10,7 +10,7 @@ const iconBaseStyle = (size) => ({
|
|
|
10
10
|
minHeight: size,
|
|
11
11
|
padding: 0,
|
|
12
12
|
});
|
|
13
|
-
const DIAMOND_STRETCH_CLIP_PATH = 'polygon(
|
|
13
|
+
const DIAMOND_STRETCH_CLIP_PATH = 'polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%)';
|
|
14
14
|
export const getBadge = (theme) => {
|
|
15
15
|
const { colors } = theme;
|
|
16
16
|
return {
|
|
@@ -135,8 +135,8 @@ export const getBadge = (theme) => {
|
|
|
135
135
|
props: { size: 'large' },
|
|
136
136
|
style: {
|
|
137
137
|
'& .MuiBadge-badge': {
|
|
138
|
-
minWidth:
|
|
139
|
-
minHeight:
|
|
138
|
+
minWidth: 20,
|
|
139
|
+
minHeight: 20,
|
|
140
140
|
borderRadius: 999,
|
|
141
141
|
},
|
|
142
142
|
},
|
|
@@ -177,8 +177,8 @@ export const getBadge = (theme) => {
|
|
|
177
177
|
props: { size: 'medium', color: 'warning', variant: 'dot' },
|
|
178
178
|
style: {
|
|
179
179
|
'& .MuiBadge-badge': {
|
|
180
|
-
width:
|
|
181
|
-
height:
|
|
180
|
+
width: 12,
|
|
181
|
+
height: 12,
|
|
182
182
|
clipPath: DIAMOND_CLIP_PATH,
|
|
183
183
|
borderRadius: 0,
|
|
184
184
|
},
|
|
@@ -189,8 +189,8 @@ export const getBadge = (theme) => {
|
|
|
189
189
|
props: { size: 'large', color: 'error', variant: 'standard' },
|
|
190
190
|
style: {
|
|
191
191
|
'& .MuiBadge-badge': {
|
|
192
|
-
height:
|
|
193
|
-
minHeight:
|
|
192
|
+
height: 20,
|
|
193
|
+
minHeight: 20,
|
|
194
194
|
padding: '0 6px',
|
|
195
195
|
clipPath: OCTAGON_CLIP_PATH,
|
|
196
196
|
borderRadius: 0,
|
|
@@ -201,8 +201,8 @@ export const getBadge = (theme) => {
|
|
|
201
201
|
props: { size: 'large', color: 'warning', variant: 'standard' },
|
|
202
202
|
style: {
|
|
203
203
|
'& .MuiBadge-badge': {
|
|
204
|
-
height:
|
|
205
|
-
minHeight:
|
|
204
|
+
height: 20,
|
|
205
|
+
minHeight: 20,
|
|
206
206
|
padding: '0 6px',
|
|
207
207
|
clipPath: DIAMOND_STRETCH_CLIP_PATH,
|
|
208
208
|
borderRadius: 0,
|
|
@@ -213,9 +213,9 @@ export const getBadge = (theme) => {
|
|
|
213
213
|
props: { size: 'large', color: 'success', variant: 'standard' },
|
|
214
214
|
style: {
|
|
215
215
|
'& .MuiBadge-badge': {
|
|
216
|
-
minWidth:
|
|
217
|
-
height:
|
|
218
|
-
minHeight:
|
|
216
|
+
minWidth: 20,
|
|
217
|
+
height: 20,
|
|
218
|
+
minHeight: 20,
|
|
219
219
|
paddingLeft: 4,
|
|
220
220
|
paddingRight: 4,
|
|
221
221
|
borderRadius: 999,
|
|
@@ -226,9 +226,9 @@ export const getBadge = (theme) => {
|
|
|
226
226
|
props: { size: 'large', color: 'undefined', variant: 'standard' },
|
|
227
227
|
style: {
|
|
228
228
|
'& .MuiBadge-badge': {
|
|
229
|
-
minWidth:
|
|
230
|
-
height:
|
|
231
|
-
minHeight:
|
|
229
|
+
minWidth: 20,
|
|
230
|
+
height: 20,
|
|
231
|
+
minHeight: 20,
|
|
232
232
|
paddingLeft: 4,
|
|
233
233
|
paddingRight: 4,
|
|
234
234
|
borderRadius: 999,
|
|
@@ -239,7 +239,7 @@ export const getBadge = (theme) => {
|
|
|
239
239
|
{
|
|
240
240
|
props: { size: 'large', color: 'error', icon: true },
|
|
241
241
|
style: {
|
|
242
|
-
'& .MuiBadge-badge': Object.assign(Object.assign({}, iconBaseStyle(
|
|
242
|
+
'& .MuiBadge-badge': Object.assign(Object.assign({}, iconBaseStyle(20)), { clipPath: OCTAGON_CLIP_PATH, borderRadius: 0 }),
|
|
243
243
|
},
|
|
244
244
|
},
|
|
245
245
|
{
|
|
@@ -251,13 +251,13 @@ export const getBadge = (theme) => {
|
|
|
251
251
|
{
|
|
252
252
|
props: { size: 'large', color: 'success', icon: true },
|
|
253
253
|
style: {
|
|
254
|
-
'& .MuiBadge-badge': Object.assign(Object.assign({}, iconBaseStyle(
|
|
254
|
+
'& .MuiBadge-badge': Object.assign(Object.assign({}, iconBaseStyle(20)), { borderRadius: 999 }),
|
|
255
255
|
},
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
props: { size: 'large', color: 'undefined', icon: true },
|
|
259
259
|
style: {
|
|
260
|
-
'& .MuiBadge-badge': Object.assign(Object.assign({}, iconBaseStyle(
|
|
260
|
+
'& .MuiBadge-badge': Object.assign(Object.assign({}, iconBaseStyle(20)), { borderRadius: 999 }),
|
|
261
261
|
},
|
|
262
262
|
},
|
|
263
263
|
// Position variants
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import { chipClasses, touchRippleClasses, } from '@mui/material';
|
|
3
3
|
import { getChipColorsMap } from './get-chip-colors-map';
|
|
4
4
|
import { rippleEnterKeyframe } from '../../../shared/rippleEnterKeyframe';
|
|
5
|
+
import { ChipDeleteIcon } from '../../../components/utils/inputIcons';
|
|
5
6
|
export const getChip = (theme) => {
|
|
6
7
|
const { typography } = theme;
|
|
7
8
|
const colorsMap = getChipColorsMap(theme);
|
|
@@ -116,6 +117,7 @@ export const getChip = (theme) => {
|
|
|
116
117
|
size: 'large',
|
|
117
118
|
variant: 'filled',
|
|
118
119
|
color: 'default',
|
|
120
|
+
deleteIcon: ChipDeleteIcon,
|
|
119
121
|
},
|
|
120
122
|
styleOverrides: {
|
|
121
123
|
root: {
|
|
@@ -1,23 +1,37 @@
|
|
|
1
|
+
import { iconMapping } from './alertDefaultIcons';
|
|
1
2
|
export const getAlert = (theme) => {
|
|
2
3
|
const { colors } = theme;
|
|
3
4
|
return {
|
|
4
5
|
MuiAlert: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
// error: <XCircleIcon />,
|
|
9
|
-
// },
|
|
10
|
-
// },
|
|
6
|
+
defaultProps: {
|
|
7
|
+
iconMapping,
|
|
8
|
+
},
|
|
11
9
|
styleOverrides: {
|
|
12
10
|
root: {
|
|
13
11
|
borderRadius: '6px',
|
|
14
12
|
padding: '8px',
|
|
15
|
-
|
|
16
|
-
width: '20px',
|
|
17
|
-
height: '20px',
|
|
18
|
-
},
|
|
13
|
+
boxShadow: 'none',
|
|
19
14
|
'.MuiAlert-action': {
|
|
20
|
-
marginTop: '-
|
|
15
|
+
marginTop: '-8px',
|
|
16
|
+
paddingTop: '6px',
|
|
17
|
+
paddingRight: '8px',
|
|
18
|
+
paddingLeft: '0px',
|
|
19
|
+
},
|
|
20
|
+
'.MuiAlert-message': {
|
|
21
|
+
paddingLeft: '6px',
|
|
22
|
+
paddingRight: '6px',
|
|
23
|
+
paddingTop: '7px',
|
|
24
|
+
paddingBottom: '7px',
|
|
25
|
+
},
|
|
26
|
+
'.MuiAlertTitle-root ': {
|
|
27
|
+
marginTop: '0px',
|
|
28
|
+
marginBottom: '0px',
|
|
29
|
+
},
|
|
30
|
+
'.MuiAlert-icon': {
|
|
31
|
+
paddingLeft: '4px',
|
|
32
|
+
paddingRight: '4px',
|
|
33
|
+
paddingTop: '7px',
|
|
34
|
+
marginRight: '0px',
|
|
21
35
|
},
|
|
22
36
|
},
|
|
23
37
|
},
|
|
@@ -27,6 +41,9 @@ export const getAlert = (theme) => {
|
|
|
27
41
|
style: {
|
|
28
42
|
color: colors.schemes.status.onErrorContainer,
|
|
29
43
|
backgroundColor: colors.schemes.status.errorContainer,
|
|
44
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
45
|
+
color: colors.schemes.status.onErrorContainer,
|
|
46
|
+
},
|
|
30
47
|
},
|
|
31
48
|
},
|
|
32
49
|
{
|
|
@@ -34,7 +51,7 @@ export const getAlert = (theme) => {
|
|
|
34
51
|
style: {
|
|
35
52
|
backgroundColor: colors.schemes.status.warningContainer,
|
|
36
53
|
color: colors.schemes.status.onWarningContainer,
|
|
37
|
-
'
|
|
54
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
38
55
|
color: colors.schemes.status.onWarningContainer,
|
|
39
56
|
},
|
|
40
57
|
},
|
|
@@ -44,7 +61,7 @@ export const getAlert = (theme) => {
|
|
|
44
61
|
style: {
|
|
45
62
|
backgroundColor: colors.schemes.status.infoContainer,
|
|
46
63
|
color: colors.schemes.status.onInfoContainer,
|
|
47
|
-
'
|
|
64
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
48
65
|
color: colors.schemes.status.onInfoContainer,
|
|
49
66
|
},
|
|
50
67
|
},
|
|
@@ -54,7 +71,7 @@ export const getAlert = (theme) => {
|
|
|
54
71
|
style: {
|
|
55
72
|
backgroundColor: colors.schemes.status.successContainer,
|
|
56
73
|
color: colors.schemes.status.onSuccessContainer,
|
|
57
|
-
'
|
|
74
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
58
75
|
color: colors.schemes.status.onSuccessContainer,
|
|
59
76
|
},
|
|
60
77
|
},
|
|
@@ -64,11 +81,61 @@ export const getAlert = (theme) => {
|
|
|
64
81
|
style: {
|
|
65
82
|
backgroundColor: colors.schemes.base.primaryContainer,
|
|
66
83
|
color: colors.schemes.base.onPrimaryContainer,
|
|
67
|
-
'
|
|
84
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
68
85
|
color: colors.schemes.base.onPrimaryContainer,
|
|
69
86
|
},
|
|
70
87
|
},
|
|
71
88
|
},
|
|
89
|
+
{
|
|
90
|
+
props: { variant: 'filled', color: 'error' },
|
|
91
|
+
style: {
|
|
92
|
+
backgroundColor: colors.schemes.status.error,
|
|
93
|
+
color: colors.schemes.status.onError,
|
|
94
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
95
|
+
color: colors.schemes.status.onError,
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
props: { variant: 'filled', color: 'warning' },
|
|
101
|
+
style: {
|
|
102
|
+
backgroundColor: colors.schemes.status.warning,
|
|
103
|
+
color: colors.schemes.status.onWarning,
|
|
104
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
105
|
+
color: colors.schemes.status.onWarning,
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
props: { variant: 'filled', color: 'info' },
|
|
111
|
+
style: {
|
|
112
|
+
backgroundColor: colors.schemes.status.info,
|
|
113
|
+
color: colors.schemes.status.onInfo,
|
|
114
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
115
|
+
color: colors.schemes.status.onInfo,
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
props: { variant: 'filled', color: 'success' },
|
|
121
|
+
style: {
|
|
122
|
+
backgroundColor: colors.schemes.status.success,
|
|
123
|
+
color: colors.schemes.status.onSuccess,
|
|
124
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
125
|
+
color: colors.schemes.status.onSuccess,
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
props: { variant: 'filled', color: 'primary' },
|
|
131
|
+
style: {
|
|
132
|
+
backgroundColor: colors.schemes.base.primary,
|
|
133
|
+
color: colors.schemes.base.onPrimary,
|
|
134
|
+
'.MuiAlert-action svg, .MuiAlert-icon svg': {
|
|
135
|
+
color: colors.schemes.base.onPrimary,
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
},
|
|
72
139
|
],
|
|
73
140
|
},
|
|
74
141
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
3
|
+
import { CloseCircleIcon } from '../../../icons/CloseCircleIcon';
|
|
4
|
+
import { InfoIcon } from '../../../icons/InfoIcon';
|
|
5
|
+
import { StarIcon } from '../../../icons/StarIcon';
|
|
6
|
+
import { CheckCircleIcon } from '../../../icons/CheckCircleIcon';
|
|
7
|
+
import { WarningIcon } from '../../../icons/WarningIcon';
|
|
8
|
+
export const iconMapping = {
|
|
9
|
+
error: _jsx(CloseCircleIcon, { size: '20px', className: "MuiSvgIcon-root" }),
|
|
10
|
+
info: _jsx(InfoIcon, { size: '20px', className: "MuiSvgIcon-root" }),
|
|
11
|
+
primary: _jsx(StarIcon, { size: '20px', className: "MuiSvgIcon-root" }),
|
|
12
|
+
success: _jsx(CheckCircleIcon, { size: '20px', className: "MuiSvgIcon-root" }),
|
|
13
|
+
warning: (_jsx(WarningIcon, { sx: (theme) => ({
|
|
14
|
+
color: theme.colors.schemes.status.warning,
|
|
15
|
+
}), size: '20px', className: "MuiSvgIcon-root" })),
|
|
16
|
+
};
|
|
@@ -14,11 +14,8 @@ export const getDialog = (theme) => {
|
|
|
14
14
|
},
|
|
15
15
|
styleOverrides: {
|
|
16
16
|
root: {
|
|
17
|
-
padding: spacing(3.75, 8.25, 2.375,
|
|
17
|
+
padding: spacing(3.75, 8.25, 2.375, 5),
|
|
18
18
|
color: colors.schemes.surfaces.onSurface,
|
|
19
|
-
[`& + .${dialogContentClasses.root}`]: {
|
|
20
|
-
paddingTop: '0 !important',
|
|
21
|
-
},
|
|
22
19
|
[`& .${iconButtonClasses.root}`]: closeButtonPosition,
|
|
23
20
|
},
|
|
24
21
|
},
|
|
@@ -56,10 +53,10 @@ export const getDialog = (theme) => {
|
|
|
56
53
|
styleOverrides: {
|
|
57
54
|
root: {
|
|
58
55
|
color: colors.schemes.surfaces.onSurfaceVariant,
|
|
59
|
-
padding: spacing(0,
|
|
56
|
+
padding: spacing(0, 5, 1, 5),
|
|
60
57
|
},
|
|
61
58
|
dividers: {
|
|
62
|
-
padding: spacing(2,
|
|
59
|
+
padding: spacing(2, 5),
|
|
63
60
|
borderColor: colors.schemes.surfaces.outlineVariant,
|
|
64
61
|
},
|
|
65
62
|
},
|
|
@@ -67,7 +64,7 @@ export const getDialog = (theme) => {
|
|
|
67
64
|
MuiDialogActions: {
|
|
68
65
|
styleOverrides: {
|
|
69
66
|
root: {
|
|
70
|
-
padding: spacing(2,
|
|
67
|
+
padding: spacing(2, 5, 2.5, 5),
|
|
71
68
|
justifyContent: 'flex-end',
|
|
72
69
|
gap: spacing(0.5),
|
|
73
70
|
'& > :not(style) ~ :not(style)': {
|
|
@@ -80,7 +77,7 @@ export const getDialog = (theme) => {
|
|
|
80
77
|
props: { alignment: 'left' },
|
|
81
78
|
style: {
|
|
82
79
|
justifyContent: 'flex-start',
|
|
83
|
-
padding: spacing(2,
|
|
80
|
+
padding: spacing(2, 5, 2.5, 5),
|
|
84
81
|
},
|
|
85
82
|
},
|
|
86
83
|
],
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
2
|
-
import { outlinedInputClasses, inputBaseClasses, } from '@mui/material';
|
|
3
|
-
import { AutocompleteCaretDownIcon } from '../../../components/
|
|
4
|
-
import { AutocompleteXIcon } from '../../../components/inputs/Autocomplete/components/AutocompleteXIcon';
|
|
2
|
+
import { outlinedInputClasses, inputBaseClasses, autocompleteClasses, } from '@mui/material';
|
|
3
|
+
import { AutocompleteCaretDownIcon, AutocompleteXIcon, } from '../../../components/utils/inputIcons';
|
|
5
4
|
export const getAutocomplete = () => {
|
|
6
5
|
return {
|
|
7
6
|
MuiAutocomplete: {
|
|
@@ -25,15 +24,45 @@ export const getAutocomplete = () => {
|
|
|
25
24
|
},
|
|
26
25
|
[`& .${outlinedInputClasses.root}`]: {
|
|
27
26
|
padding: '3.5px 9px 3.5px',
|
|
27
|
+
alignItems: 'flex-start',
|
|
28
|
+
'& .MuiAutocomplete-tagSizeMedium': {
|
|
29
|
+
transform: 'translateY(2.5px)',
|
|
30
|
+
},
|
|
28
31
|
},
|
|
32
|
+
[`& .${autocompleteClasses.clearIndicator}`]: {
|
|
33
|
+
visibility: 'visible',
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
tag: {
|
|
37
|
+
margin: 1, // Creates 2px gap (1px on each side)
|
|
29
38
|
},
|
|
30
39
|
endAdornment: {
|
|
40
|
+
top: '0px',
|
|
41
|
+
alignSelf: 'flex-start',
|
|
31
42
|
svg: {
|
|
32
43
|
width: 20,
|
|
33
44
|
height: 20,
|
|
34
45
|
},
|
|
35
46
|
},
|
|
36
47
|
},
|
|
48
|
+
variants: [
|
|
49
|
+
{
|
|
50
|
+
props: { size: 'small' },
|
|
51
|
+
style: {
|
|
52
|
+
[`& .MuiAutocomplete-endAdornment`]: {
|
|
53
|
+
transform: 'translateX(0px) translateY(2px)',
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
props: { size: 'medium' },
|
|
59
|
+
style: {
|
|
60
|
+
[`& .MuiAutocomplete-endAdornment`]: {
|
|
61
|
+
transform: 'translateX(0px) translateY(4px)',
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
],
|
|
37
66
|
},
|
|
38
67
|
};
|
|
39
68
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Theme, ComponentsOverrides, ComponentsVariants } from '@mui/material';
|
|
1
|
+
import { Theme, ComponentsOverrides, ComponentsVariants, ComponentsProps } from '@mui/material';
|
|
2
2
|
import { ComponentWithViewContextOwnProps } from '../../../shared/viewContext';
|
|
3
3
|
declare module '@mui/material/Checkbox' {
|
|
4
4
|
interface CheckboxProps extends ComponentWithViewContextOwnProps {
|
|
@@ -6,6 +6,7 @@ declare module '@mui/material/Checkbox' {
|
|
|
6
6
|
}
|
|
7
7
|
interface M3Checkbox {
|
|
8
8
|
MuiCheckbox: {
|
|
9
|
+
defaultProps?: ComponentsProps['MuiCheckbox'];
|
|
9
10
|
styleOverrides?: ComponentsOverrides<Theme>['MuiCheckbox'];
|
|
10
11
|
variants?: ComponentsVariants<Theme>['MuiCheckbox'];
|
|
11
12
|
};
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
import { CheckboxIntermediate, CheckboxOff, CheckboxOn, } from '../../../components/utils/inputIcons';
|
|
1
2
|
export const getCheckbox = (theme) => {
|
|
2
3
|
const { colors } = theme;
|
|
3
4
|
return {
|
|
4
5
|
MuiCheckbox: {
|
|
6
|
+
defaultProps: {
|
|
7
|
+
checkedIcon: CheckboxOn,
|
|
8
|
+
icon: CheckboxOff,
|
|
9
|
+
indeterminateIcon: CheckboxIntermediate,
|
|
10
|
+
},
|
|
5
11
|
styleOverrides: {
|
|
6
12
|
root: {
|
|
7
13
|
'&.Mui-disabled': {
|
|
@@ -10,6 +16,27 @@ export const getCheckbox = (theme) => {
|
|
|
10
16
|
},
|
|
11
17
|
},
|
|
12
18
|
variants: [
|
|
19
|
+
{
|
|
20
|
+
props: { size: 'small' },
|
|
21
|
+
style: {
|
|
22
|
+
'& .MuiSvgIcon-root': {
|
|
23
|
+
width: 20,
|
|
24
|
+
height: 20,
|
|
25
|
+
},
|
|
26
|
+
padding: 5,
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
props: { size: 'medium' },
|
|
31
|
+
style: {
|
|
32
|
+
width: 34,
|
|
33
|
+
height: 34,
|
|
34
|
+
'& .MuiSvgIcon-root': {
|
|
35
|
+
width: 24,
|
|
36
|
+
height: 24,
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
},
|
|
13
40
|
{
|
|
14
41
|
props: { color: 'default' },
|
|
15
42
|
style: {
|
|
@@ -3,7 +3,8 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-run
|
|
|
3
3
|
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
4
4
|
import { useCallback } from 'react';
|
|
5
5
|
import { Autocomplete, Box, IconButton, TextField, autocompleteClasses, } from '@mui/material';
|
|
6
|
-
import { FunnelSimpleIcon
|
|
6
|
+
import { FunnelSimpleIcon } from '../../../icons/FunnelSimpleIcon';
|
|
7
|
+
import { CloseIcon } from '../../../icons/CloseIcon';
|
|
7
8
|
const FILTER_SX = {
|
|
8
9
|
'& .MuiAutocomplete-inputRoot': {
|
|
9
10
|
flexWrap: 'nowrap',
|
|
@@ -74,7 +75,7 @@ export const Filter = (_a) => {
|
|
|
74
75
|
var _a;
|
|
75
76
|
const chips = (_a = params.InputProps) === null || _a === void 0 ? void 0 : _a.startAdornment;
|
|
76
77
|
return (_jsx(TextField, Object.assign({}, params, { placeholder: placeholder, slotProps: {
|
|
77
|
-
input: Object.assign(Object.assign({}, params.InputProps), { startAdornment: (_jsxs(_Fragment, { children: [_jsx(Box, { sx: FILTER_ICON_SX, children: _jsx(FunnelSimpleIcon, { size: 20 }) }), _jsx(Box, { sx: CHIPS_CONTAINER_SX, children: chips })] })), endAdornment: chips ? (_jsx(IconButton, { size: "small", onClick: handleClear, sx: CLEAR_BUTTON_SX, "aria-label": "Clear", children: _jsx(
|
|
78
|
+
input: Object.assign(Object.assign({}, params.InputProps), { startAdornment: (_jsxs(_Fragment, { children: [_jsx(Box, { sx: FILTER_ICON_SX, children: _jsx(FunnelSimpleIcon, { size: 20 }) }), _jsx(Box, { sx: CHIPS_CONTAINER_SX, children: chips })] })), endAdornment: chips ? (_jsx(IconButton, { size: "small", onClick: handleClear, sx: CLEAR_BUTTON_SX, "aria-label": "Clear", children: _jsx(CloseIcon, { size: 16 }) })) : null }),
|
|
78
79
|
} })));
|
|
79
80
|
}, [placeholder, handleClear]);
|
|
80
81
|
return (_jsx(Autocomplete, Object.assign({}, props, { multiple: true, size: size, value: value, onChange: onChange, filterSelectedOptions: filterSelectedOptions, forcePopupIcon: false, disableClearable: true, renderInput: renderInput !== null && renderInput !== void 0 ? renderInput : defaultRenderInput, slotProps: Object.assign(Object.assign({}, slotProps), { chip: {
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
2
|
+
import { RadioOff, RadioOn } from '../../../components/utils/inputIcons';
|
|
2
3
|
export const getRadio = (theme) => {
|
|
3
4
|
const { colors } = theme;
|
|
4
5
|
return {
|
|
5
6
|
MuiRadio: {
|
|
6
|
-
defaultProps: {
|
|
7
|
+
defaultProps: {
|
|
8
|
+
size: 'small',
|
|
9
|
+
color: 'default',
|
|
10
|
+
checkedIcon: RadioOn,
|
|
11
|
+
icon: RadioOff,
|
|
12
|
+
},
|
|
7
13
|
styleOverrides: {
|
|
8
14
|
root: {
|
|
9
15
|
color: colors.schemes.surfaces.onSurfaceVariant,
|
|
@@ -19,6 +25,16 @@ export const getRadio = (theme) => {
|
|
|
19
25
|
},
|
|
20
26
|
},
|
|
21
27
|
variants: [
|
|
28
|
+
{
|
|
29
|
+
props: { size: 'small' },
|
|
30
|
+
style: {
|
|
31
|
+
'& .MuiSvgIcon-root': {
|
|
32
|
+
width: 20,
|
|
33
|
+
height: 20,
|
|
34
|
+
},
|
|
35
|
+
padding: 5,
|
|
36
|
+
},
|
|
37
|
+
},
|
|
22
38
|
{
|
|
23
39
|
props: { color: 'error' },
|
|
24
40
|
style: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
2
|
-
import {
|
|
2
|
+
import { SelectCaretDownIcon } from '../../../components/utils/inputIcons';
|
|
3
3
|
export const getSelect = () => {
|
|
4
4
|
return {
|
|
5
5
|
MuiSelect: {
|
|
6
6
|
defaultProps: {
|
|
7
|
-
IconComponent:
|
|
7
|
+
IconComponent: SelectCaretDownIcon,
|
|
8
8
|
},
|
|
9
9
|
styleOverrides: {
|
|
10
10
|
icon: {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
import '
|
|
2
|
-
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { IconButtonOwnProps } from '@mui/material';
|
|
3
|
+
import { ButtonOwnProps } from '@mui/material/Button';
|
|
4
|
+
type ToggleButtonProps = {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
value: string;
|
|
7
|
+
isIconButton?: boolean;
|
|
8
|
+
} & ButtonOwnProps & IconButtonOwnProps;
|
|
9
|
+
export declare const ToggleButton: ({ children, value, isIconButton, ...props }: ToggleButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
10
|
export type ToggleButtonComponentType = typeof ToggleButton;
|
|
11
|
+
export {};
|
|
@@ -1,4 +1,27 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
1
3
|
// Copyright 2025 WebPros International GmbH. All rights reserved.
|
|
2
|
-
import {
|
|
3
|
-
import '
|
|
4
|
-
|
|
4
|
+
import { useContext } from 'react';
|
|
5
|
+
import { Button } from '../Button/Button';
|
|
6
|
+
import { ToggleContext } from '../ToggleButtonGroup/ToggleButtonGroup';
|
|
7
|
+
import { IconButton } from '@mui/material';
|
|
8
|
+
const isSelected = (btnValue, contextValue) => {
|
|
9
|
+
if (Array.isArray(contextValue)) {
|
|
10
|
+
return contextValue.includes(btnValue);
|
|
11
|
+
}
|
|
12
|
+
return btnValue === contextValue;
|
|
13
|
+
};
|
|
14
|
+
export const ToggleButton = (_a) => {
|
|
15
|
+
var { children, value, isIconButton = false } = _a, props = __rest(_a, ["children", "value", "isIconButton"]);
|
|
16
|
+
const { value: contextValue, handleToggle } = useContext(ToggleContext);
|
|
17
|
+
const isBtnSelected = isSelected(value, contextValue);
|
|
18
|
+
const toggleProps = {
|
|
19
|
+
'aria-pressed': isBtnSelected,
|
|
20
|
+
onClick: handleToggle,
|
|
21
|
+
value: value,
|
|
22
|
+
};
|
|
23
|
+
const borderRadiusSX = {
|
|
24
|
+
borderRadius: isBtnSelected ? '17px' : '6px',
|
|
25
|
+
};
|
|
26
|
+
return isIconButton ? (_jsx(IconButton, Object.assign({}, toggleProps, props, { variant: "tonal", color: isBtnSelected ? 'primary' : 'default', sx: borderRadiusSX, children: children }))) : (_jsx(Button, Object.assign({}, toggleProps, props, { variant: "tonal", color: isBtnSelected ? 'primary' : 'default', sx: borderRadiusSX, children: children })));
|
|
27
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './ToggleButton
|
|
1
|
+
export * from './ToggleButton';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
// Copyright
|
|
2
|
-
export * from './ToggleButton
|
|
1
|
+
// Copyright 2026 WebPros International GmbH. All rights reserved.
|
|
2
|
+
export * from './ToggleButton';
|
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
type ToggleButtonGroupProps = {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
multiple?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export type ToggleContextType = {
|
|
7
|
+
value: string | Array<string>;
|
|
8
|
+
handleToggle: React.MouseEventHandler;
|
|
9
|
+
};
|
|
10
|
+
export declare const ToggleContext: import("react").Context<ToggleContextType>;
|
|
11
|
+
export declare const ToggleButtonGroup: ({ children, multiple }: ToggleButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
12
|
export type ToggleButtonGroupComponentType = typeof ToggleButtonGroup;
|
|
13
|
+
export {};
|