@cfx-dev/ui-components 4.5.22 → 5.0.2
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/DropdownContent-BMfQCuaP.js +964 -0
- package/dist/Table.module-CMz5ENmI.js +17 -0
- package/dist/assets/all_css.css +1 -1
- package/dist/assets/css/Accordion.css +1 -1
- package/dist/assets/css/AccordionShowcase.css +1 -1
- package/dist/assets/css/Avatar.css +1 -1
- package/dist/assets/css/Badge.css +1 -1
- package/dist/assets/css/BurgerMenu.css +1 -1
- package/dist/assets/css/Button.css +1 -1
- package/dist/assets/css/Checkbox.css +1 -1
- package/dist/assets/css/ControlBox.css +1 -1
- package/dist/assets/css/CountryFlag.css +1 -1
- package/dist/assets/css/DataTable.css +1 -1
- package/dist/assets/css/Dot.css +1 -1
- package/dist/assets/css/DropdownContent.css +1 -1
- package/dist/assets/css/DropdownSelect.css +1 -1
- package/dist/assets/css/FlexShowcase.css +1 -1
- package/dist/assets/css/Flyout.css +1 -1
- package/dist/assets/css/FormField.css +1 -0
- package/dist/assets/css/Icon.css +1 -1
- package/dist/assets/css/IconButton.css +1 -1
- package/dist/assets/css/InfoPanel.css +1 -1
- package/dist/assets/css/Input.css +1 -1
- package/dist/assets/css/InputDropzone.css +1 -1
- package/dist/assets/css/Island.css +1 -1
- package/dist/assets/css/ItemPreview.css +1 -1
- package/dist/assets/css/Link.css +1 -1
- package/dist/assets/css/Loaf.css +1 -1
- package/dist/assets/css/Modal.css +1 -1
- package/dist/assets/css/NavList.css +1 -1
- package/dist/assets/css/Page.css +1 -1
- package/dist/assets/css/Popover.css +1 -1
- package/dist/assets/css/Prose.css +1 -1
- package/dist/assets/css/Radio.css +1 -1
- package/dist/assets/css/Range.css +1 -1
- package/dist/assets/css/RangeInput.css +1 -1
- package/dist/assets/css/RichInput.css +1 -1
- package/dist/assets/css/Select.css +1 -1
- package/dist/assets/css/Separator.css +1 -1
- package/dist/assets/css/Skeleton.css +1 -1
- package/dist/assets/css/Slider.css +1 -1
- package/dist/assets/css/StyledInput.css +1 -1
- package/dist/assets/css/StyledTextarea.css +1 -1
- package/dist/assets/css/Switch.css +1 -1
- package/dist/assets/css/Table.css +1 -1
- package/dist/assets/css/Tabular.css +1 -1
- package/dist/assets/css/Text.css +1 -1
- package/dist/assets/css/TextShowcase.css +1 -1
- package/dist/assets/css/Textarea.css +1 -1
- package/dist/assets/css/Title.css +1 -1
- package/dist/assets/css/ToggleGroup.css +1 -1
- package/dist/assets/general/global.css +1 -1
- package/dist/cfxIcons-0xD_EEXT.js +110 -0
- package/dist/cfxIconsXLarge-D0vz6Yd_.js +110 -0
- package/dist/components/Accordion/Accordion.d.ts +0 -3
- package/dist/components/Accordion/Accordion.js +117 -121
- package/dist/components/Accordion/AccordionShowcase.js +22 -26
- package/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/Avatar.js +12 -12
- package/dist/components/Avatar/AvatarShowcase.js +4 -4
- package/dist/components/Badge/Badge.d.ts +1 -1
- package/dist/components/Badge/Badge.js +7 -7
- package/dist/components/Badge/BadgeShowcase.js +20 -20
- package/dist/components/BurgerMenu/BurgerMenu.js +7 -7
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +8 -8
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +15 -15
- package/dist/components/Button/ButtonShowcase.js +80 -57
- package/dist/components/Checkbox/Checkbox.d.ts +4 -1
- package/dist/components/Checkbox/Checkbox.js +276 -191
- package/dist/components/Checkbox/CheckboxShowcase.js +170 -29
- package/dist/components/ControlBox/ControlBox.d.ts +1 -1
- package/dist/components/ControlBox/ControlBox.js +17 -17
- package/dist/components/DataTable/DataTableShowcase.js +5 -5
- package/dist/components/Dot/Dot.d.ts +1 -1
- package/dist/components/Dot/Dot.js +15 -15
- package/dist/components/DropdownContent/DropdownContent.d.ts +1 -5
- package/dist/components/DropdownContent/DropdownContent.js +2 -3
- package/dist/components/DropdownContent/index.d.ts +1 -1
- package/dist/components/DropdownContent/index.js +2 -3
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +1 -2
- package/dist/components/DropdownMenu/DropdownMenu.js +17 -19
- package/dist/components/DropdownSelect/DropdownSelect.d.ts +0 -5
- package/dist/components/DropdownSelect/DropdownSelect.js +47 -55
- package/dist/components/DropdownSelect/DropdownSelectShowcase.js +10 -11
- package/dist/components/Flyout/Flyout.d.ts +1 -1
- package/dist/components/Flyout/Flyout.js +10 -10
- package/dist/components/FormField/FormField.d.ts +20 -0
- package/dist/components/FormField/FormField.js +68 -0
- package/dist/components/FormField/FormFieldShowcase.d.ts +5 -0
- package/dist/components/FormField/FormFieldShowcase.js +59 -0
- package/dist/components/FormField/index.d.ts +1 -0
- package/dist/components/FormField/index.js +4 -0
- package/dist/components/Icon/Icon.d.ts +6 -2
- package/dist/components/Icon/Icon.js +33 -32
- package/dist/components/IconButton/IconButton.js +1 -1
- package/dist/components/Icons/Icons.types.d.ts +1 -3
- package/dist/components/Icons/IconsShowcase.js +224 -92
- package/dist/components/Icons/cfx-icons/Cart.js +17 -33
- package/dist/components/Icons/cfx-icons/Close.js +7 -8
- package/dist/components/Icons/cfx-icons/Controller.js +13 -20
- package/dist/components/Icons/cfx-icons/Copy.js +6 -7
- package/dist/components/Icons/cfx-icons/DownArrow.js +4 -5
- package/dist/components/Icons/cfx-icons/DownChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Download.js +6 -7
- package/dist/components/Icons/cfx-icons/Expand.js +1 -1
- package/dist/components/Icons/cfx-icons/ExternalLink.js +9 -10
- package/dist/components/Icons/cfx-icons/Filter.js +9 -9
- package/dist/components/Icons/cfx-icons/Folder.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Folder.js +24 -0
- package/dist/components/Icons/cfx-icons/Heart.js +9 -10
- package/dist/components/Icons/cfx-icons/HeartFilled.js +3 -4
- package/dist/components/Icons/cfx-icons/Help.js +9 -10
- package/dist/components/Icons/cfx-icons/LeftArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/LeftChevron.js +7 -8
- package/dist/components/Icons/cfx-icons/Map.js +14 -30
- package/dist/components/Icons/cfx-icons/Menu.js +17 -40
- package/dist/components/Icons/cfx-icons/Minus.js +2 -3
- package/dist/components/Icons/cfx-icons/More.js +4 -5
- package/dist/components/Icons/cfx-icons/MoreInfo.js +6 -7
- package/dist/components/Icons/cfx-icons/Pencil.js +3 -3
- package/dist/components/Icons/cfx-icons/Play.js +6 -6
- package/dist/components/Icons/cfx-icons/Plus.js +4 -5
- package/dist/components/Icons/cfx-icons/Radio.js +15 -25
- package/dist/components/Icons/cfx-icons/Refresh.js +10 -11
- package/dist/components/Icons/cfx-icons/RightArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/RightChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Search.js +9 -10
- package/dist/components/Icons/cfx-icons/ServerList.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/ServerList.js +24 -0
- package/dist/components/Icons/cfx-icons/ServerReconnect.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/ServerReconnect.js +24 -0
- package/dist/components/Icons/cfx-icons/Sort.js +6 -7
- package/dist/components/Icons/cfx-icons/Square.js +8 -9
- package/dist/components/Icons/cfx-icons/SquareFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/SquareFilled.js +23 -0
- package/dist/components/Icons/cfx-icons/SquareTick.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/SquareTick.js +26 -0
- package/dist/components/Icons/cfx-icons/Stop.js +7 -8
- package/dist/components/Icons/cfx-icons/Success.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Success.js +26 -0
- package/dist/components/Icons/cfx-icons/Tick.js +4 -5
- package/dist/components/Icons/cfx-icons/Transfer.js +7 -8
- package/dist/components/Icons/cfx-icons/Trash.js +6 -6
- package/dist/components/Icons/cfx-icons/Undo.js +5 -6
- package/dist/components/Icons/cfx-icons/UpArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/UpChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Upload.js +7 -8
- package/dist/components/Icons/cfx-icons/UpvotesBurst.js +10 -10
- package/dist/components/Icons/cfx-icons/UpvotesRecurring.js +10 -11
- package/dist/components/Icons/cfx-icons/User.js +13 -20
- package/dist/components/Icons/cfx-icons/Users.js +13 -32
- package/dist/components/Icons/cfx-icons/Verified.js +1 -1
- package/dist/components/Icons/cfx-icons/Visibility.js +8 -8
- package/dist/components/Icons/cfx-icons/VisibilityOff.js +1 -1
- package/dist/components/Icons/cfx-icons/Warning.js +9 -10
- package/dist/components/Icons/cfx-iconsXLarge/Cart.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Cart.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Close.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Close.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Controller.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Controller.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Copy.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Copy.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Download.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Download.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Filter.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Filter.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Folder.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Folder.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Heart.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Heart.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Help.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Help.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Map.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Map.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Menu.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Menu.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Minus.d.ts +5 -0
- package/dist/components/Icons/{cfx-icons-big/Upload.js → cfx-iconsXLarge/Minus.js} +2 -3
- package/dist/components/Icons/cfx-iconsXLarge/More.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/More.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pencil.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pencil.js +25 -0
- package/dist/components/Icons/cfx-iconsXLarge/Play.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Play.js +25 -0
- package/dist/components/Icons/cfx-iconsXLarge/Plus.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Plus.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Radio.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Radio.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Refresh.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Refresh.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Search.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Search.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerList.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerList.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Sort.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Sort.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Square.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Square.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareTick.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareTick.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Stop.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Stop.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Success.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Success.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tick.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tick.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Transfer.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Transfer.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Trash.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Trash.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Undo.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Undo.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Upload.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesBurst.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesBurst.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesRecurring.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesRecurring.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/User.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/User.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Users.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Users.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Verified.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Verified.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Visibility.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Visibility.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Warning.js +26 -0
- package/dist/components/Icons/cfxIcons.d.ts +6 -1
- package/dist/components/Icons/cfxIcons.js +88 -78
- package/dist/components/Icons/cfxIconsXLarge.d.ts +52 -0
- package/dist/components/Icons/cfxIconsXLarge.js +106 -0
- package/dist/components/Icons/index.d.ts +2 -2
- package/dist/components/Icons/index.js +3 -3
- package/dist/components/InfoPanel/InfoPanel.d.ts +1 -1
- package/dist/components/InfoPanel/InfoPanel.js +10 -10
- package/dist/components/InfoPanel/InfoPanelShowcase.js +30 -30
- package/dist/components/Input/Input.d.ts +3 -3
- package/dist/components/Input/Input.js +94 -107
- package/dist/components/Input/Input.types.d.ts +1 -1
- package/dist/components/Input/InputShowcase.js +80 -64
- package/dist/components/Input/RichInput.js +48 -62
- package/dist/components/InputDropzone/InputDropzone.js +52 -43
- package/dist/components/InputDropzone/ItemPreview.js +23 -21
- package/dist/components/Layout/Pad/Pad.d.ts +2 -2
- package/dist/components/Layout/Pad/Pad.js +1 -1
- package/dist/components/Link/LinkShowcase.js +39 -39
- package/dist/components/Loaf/Loaf.d.ts +2 -2
- package/dist/components/Loaf/Loaf.js +15 -15
- package/dist/components/Modal/Modal.d.ts +3 -3
- package/dist/components/Modal/Modal.js +26 -26
- package/dist/components/Modal/ModalShowcase.js +13 -13
- package/dist/components/Pagination/Pagination.js +5 -5
- package/dist/components/RSC/Flex/Flex.d.ts +2 -2
- package/dist/components/RSC/Flex/Flex.js +17 -17
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/Radio/Radio.js +19 -19
- package/dist/components/Range/RangeShowcase.js +10 -10
- package/dist/components/Select/Select.d.ts +0 -3
- package/dist/components/Select/Select.js +372 -391
- package/dist/components/Select/SelectShowcase.js +20 -47
- package/dist/components/Separator/Separator.d.ts +1 -2
- package/dist/components/Separator/Separator.js +29 -42
- package/dist/components/Skeleton/SkeletonShowcase.js +12 -12
- package/dist/components/Slider/SliderShowcase.js +6 -6
- package/dist/components/StyledInput/StyledInput.d.ts +3 -3
- package/dist/components/StyledInput/StyledInput.js +16 -32
- package/dist/components/Switch/Switch.d.ts +6 -0
- package/dist/components/Switch/Switch.js +99 -85
- package/dist/components/Table/TableBody.js +1 -1
- package/dist/components/Table/TableCell.js +1 -1
- package/dist/components/Table/TableCellCheckbox.js +1 -1
- package/dist/components/Table/TableHeader.js +1 -1
- package/dist/components/Table/TableIconButton.js +1 -1
- package/dist/components/Table/TableRoot.js +1 -1
- package/dist/components/Table/TableRow.d.ts +1 -1
- package/dist/components/Table/TableRow.js +8 -8
- package/dist/components/TableResponsiveText/TableResponsiveText.js +4 -4
- package/dist/components/Tabular/TabularShowcase.js +22 -22
- package/dist/components/Text/BodyShowcase.js +261 -48
- package/dist/components/Text/HeadingShowcase.js +179 -24
- package/dist/components/Text/Text.d.ts +1 -0
- package/dist/components/Text/Text.js +62 -57
- package/dist/components/Text/Text.types.d.ts +6 -4
- package/dist/components/Text/TextShowcase.d.ts +15 -6
- package/dist/components/Text/TextShowcase.js +63 -38
- package/dist/components/Title/TitleShowcase.js +97 -17
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.js +22 -22
- package/dist/components/ToggleGroup/ToggleGroupShowcase.js +76 -40
- package/dist/main.d.ts +5 -6
- package/dist/main.js +87 -87
- package/dist/styles-scss/_ui.scss +94 -14
- package/dist/styles-scss/global.scss +17 -15
- package/dist/styles-scss/tokens.scss +158 -53
- package/dist/utils/ui/index.d.ts +2 -2
- package/dist/utils/ui/index.js +12 -10
- package/dist/utils/ui/ui.d.ts +7 -2
- package/dist/utils/ui/ui.js +64 -46
- package/dist/utils/ui/ui.types.d.ts +67 -22
- package/dist/utils/ui/ui.types.js +10 -7
- package/package.json +1 -1
- package/dist/DropdownContent-MvHlrWi6.js +0 -989
- package/dist/Table.module-DffST69u.js +0 -17
- package/dist/assets/css/IconBig.css +0 -1
- package/dist/cfxIcons-B4SQ4Ljd.js +0 -100
- package/dist/cfxIconsBig-BLJjMT-Y.js +0 -16
- package/dist/components/IconBig/IconBig.d.ts +0 -13
- package/dist/components/IconBig/IconBig.js +0 -78
- package/dist/components/IconBig/index.d.ts +0 -2
- package/dist/components/IconBig/index.js +0 -4
- package/dist/components/Icons/cfx-icons/SquareCheck.d.ts +0 -5
- package/dist/components/Icons/cfx-icons/SquareCheck.js +0 -27
- package/dist/components/Icons/cfx-icons-big/Confirm.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Confirm.js +0 -39
- package/dist/components/Icons/cfx-icons-big/Like.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Like.js +0 -25
- package/dist/components/Icons/cfx-icons-big/Subscriptions.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Subscriptions.js +0 -33
- package/dist/components/Icons/cfx-icons-big/Warning.js +0 -27
- package/dist/components/Icons/cfxIconsBig.d.ts +0 -5
- package/dist/components/Icons/cfxIconsBig.js +0 -12
- /package/dist/components/Icons/{cfx-icons-big → cfx-iconsXLarge}/Upload.d.ts +0 -0
- /package/dist/components/Icons/{cfx-icons-big → cfx-iconsXLarge}/Warning.d.ts +0 -0
|
@@ -1,101 +1,233 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { Accordion as x, AccordionItem as c, AccordionHeader as m, AccordionTrigger as l, AccordionContent as d } from "../Accordion/Accordion.js";
|
|
3
|
+
import e from "../Flex/Flex.js";
|
|
4
|
+
import { Icon as I } from "../Icon/Icon.js";
|
|
5
|
+
import { Text as A } from "../Text/Text.js";
|
|
6
|
+
import "../../utils/ui/ui.js";
|
|
7
|
+
import { I as C } from "../../cfxIcons-0xD_EEXT.js";
|
|
8
|
+
import "./cfx-iconsXLarge/Close.js";
|
|
9
|
+
import "./cfx-iconsXLarge/Controller.js";
|
|
10
|
+
import "./cfx-iconsXLarge/Copy.js";
|
|
11
|
+
import "./cfx-iconsXLarge/DownArrow.js";
|
|
12
|
+
import "./cfx-iconsXLarge/DownChevron.js";
|
|
13
|
+
import "./cfx-iconsXLarge/Download.js";
|
|
14
|
+
import "./cfx-iconsXLarge/Expand.js";
|
|
15
|
+
import "./cfx-iconsXLarge/ExternalLink.js";
|
|
16
|
+
import "./cfx-iconsXLarge/Filter.js";
|
|
17
|
+
import "./cfx-iconsXLarge/Folder.js";
|
|
18
|
+
import "./cfx-iconsXLarge/Heart.js";
|
|
19
|
+
import "./cfx-iconsXLarge/HeartFilled.js";
|
|
20
|
+
import "./cfx-iconsXLarge/Help.js";
|
|
21
|
+
import "./cfx-iconsXLarge/LeftArrow.js";
|
|
22
|
+
import "./cfx-iconsXLarge/LeftChevron.js";
|
|
23
|
+
import "./cfx-iconsXLarge/Map.js";
|
|
24
|
+
import "./cfx-iconsXLarge/Menu.js";
|
|
25
|
+
import "./cfx-iconsXLarge/Minus.js";
|
|
26
|
+
import "./cfx-iconsXLarge/More.js";
|
|
27
|
+
import "./cfx-iconsXLarge/MoreInfo.js";
|
|
28
|
+
import "./cfx-iconsXLarge/Pencil.js";
|
|
29
|
+
import "./cfx-iconsXLarge/Play.js";
|
|
30
|
+
import "./cfx-iconsXLarge/Plus.js";
|
|
31
|
+
import "./cfx-iconsXLarge/Radio.js";
|
|
32
|
+
import "./cfx-iconsXLarge/Refresh.js";
|
|
33
|
+
import "./cfx-iconsXLarge/RightArrow.js";
|
|
34
|
+
import "./cfx-iconsXLarge/RightChevron.js";
|
|
35
|
+
import "./cfx-iconsXLarge/Search.js";
|
|
36
|
+
import "./cfx-iconsXLarge/ServerList.js";
|
|
37
|
+
import "./cfx-iconsXLarge/ServerReconnect.js";
|
|
38
|
+
import "./cfx-iconsXLarge/Sort.js";
|
|
39
|
+
import "./cfx-iconsXLarge/Square.js";
|
|
40
|
+
import "./cfx-iconsXLarge/SquareFilled.js";
|
|
41
|
+
import "./cfx-iconsXLarge/SquareTick.js";
|
|
42
|
+
import "./cfx-iconsXLarge/Stop.js";
|
|
43
|
+
import "./cfx-iconsXLarge/Success.js";
|
|
44
|
+
import "./cfx-iconsXLarge/Tick.js";
|
|
45
|
+
import "./cfx-iconsXLarge/Transfer.js";
|
|
46
|
+
import "./cfx-iconsXLarge/Trash.js";
|
|
47
|
+
import "./cfx-iconsXLarge/Undo.js";
|
|
48
|
+
import "./cfx-iconsXLarge/UpArrow.js";
|
|
49
|
+
import "./cfx-iconsXLarge/UpChevron.js";
|
|
50
|
+
import "./cfx-iconsXLarge/Upload.js";
|
|
51
|
+
import "./cfx-iconsXLarge/Users.js";
|
|
52
|
+
import "./cfx-iconsXLarge/Visibility.js";
|
|
53
|
+
import "./cfx-iconsXLarge/VisibilityOff.js";
|
|
54
|
+
import "./cfx-iconsXLarge/Warning.js";
|
|
55
|
+
import "./cfx-iconsXLarge/Cart.js";
|
|
56
|
+
import "./cfx-iconsXLarge/User.js";
|
|
57
|
+
import "./cfx-iconsXLarge/Verified.js";
|
|
58
|
+
import "./cfx-iconsXLarge/UpvotesBurst.js";
|
|
59
|
+
import "./cfx-iconsXLarge/UpvotesRecurring.js";
|
|
60
|
+
function Sr() {
|
|
61
|
+
const s = [
|
|
62
|
+
"Download",
|
|
63
|
+
"Upload",
|
|
64
|
+
"Copy",
|
|
65
|
+
"Close",
|
|
66
|
+
"Undo",
|
|
67
|
+
"Refresh",
|
|
68
|
+
"Sort",
|
|
69
|
+
"Transfer",
|
|
70
|
+
"Trash",
|
|
71
|
+
"Plus",
|
|
72
|
+
"Minus",
|
|
73
|
+
"Play",
|
|
74
|
+
"Expand",
|
|
75
|
+
"Pencil",
|
|
76
|
+
"Filter"
|
|
77
|
+
], a = [
|
|
78
|
+
"Menu",
|
|
79
|
+
"Search",
|
|
80
|
+
"ExternalLink",
|
|
81
|
+
"Stop",
|
|
82
|
+
"Tick",
|
|
83
|
+
"More",
|
|
84
|
+
"LeftArrow",
|
|
85
|
+
"RightArrow",
|
|
86
|
+
"UpArrow",
|
|
87
|
+
"DownArrow",
|
|
88
|
+
"LeftChevron",
|
|
89
|
+
"RightChevron",
|
|
90
|
+
"UpChevron",
|
|
91
|
+
"DownChevron"
|
|
92
|
+
], h = [
|
|
93
|
+
"Warning",
|
|
94
|
+
"Help",
|
|
95
|
+
"MoreInfo"
|
|
96
|
+
// 'Success',
|
|
97
|
+
], u = [
|
|
98
|
+
"Square",
|
|
99
|
+
"SquareTick",
|
|
100
|
+
"Radio",
|
|
101
|
+
"Visibility",
|
|
102
|
+
"VisibilityOff",
|
|
103
|
+
"Heart",
|
|
104
|
+
"HeartFilled"
|
|
105
|
+
];
|
|
106
|
+
function f() {
|
|
107
|
+
const o = Object.keys(C), n = [];
|
|
108
|
+
for (let i = 0; i < o.length; i += 1)
|
|
109
|
+
!s.includes(o[i]) && !a.includes(o[i]) && !h.includes(o[i]) && !u.includes(o[i]) && n.push(o[i]);
|
|
110
|
+
return n;
|
|
111
|
+
}
|
|
112
|
+
function g(o) {
|
|
113
|
+
return [
|
|
114
|
+
"xsmall",
|
|
115
|
+
"small",
|
|
116
|
+
"medium",
|
|
117
|
+
"large",
|
|
118
|
+
"xlarge"
|
|
119
|
+
].map((i) => /* @__PURE__ */ r(
|
|
120
|
+
I,
|
|
16
121
|
{
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
gridTemplateColumns: "repeat(auto-fill, minmax(200px, 1fr))",
|
|
20
|
-
gap: "30px",
|
|
21
|
-
alignItems: "center",
|
|
22
|
-
justifyContent: "center"
|
|
23
|
-
},
|
|
24
|
-
children: l.map(({
|
|
25
|
-
name: i,
|
|
26
|
-
Component: t
|
|
27
|
-
}) => /* @__PURE__ */ n(
|
|
28
|
-
"div",
|
|
29
|
-
{
|
|
30
|
-
style: {
|
|
31
|
-
display: "flex",
|
|
32
|
-
flexDirection: "column",
|
|
33
|
-
alignItems: "center",
|
|
34
|
-
justifyContent: "center"
|
|
35
|
-
},
|
|
36
|
-
children: [
|
|
37
|
-
/* @__PURE__ */ e(
|
|
38
|
-
"div",
|
|
39
|
-
{
|
|
40
|
-
style: {
|
|
41
|
-
width: "16px",
|
|
42
|
-
height: "16px",
|
|
43
|
-
color: "white"
|
|
44
|
-
},
|
|
45
|
-
children: /* @__PURE__ */ e(t, {})
|
|
46
|
-
}
|
|
47
|
-
),
|
|
48
|
-
/* @__PURE__ */ e("span", { style: { marginTop: "10px" }, children: i })
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
i
|
|
52
|
-
))
|
|
122
|
+
name: o,
|
|
123
|
+
size: i
|
|
53
124
|
}
|
|
54
|
-
)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
125
|
+
));
|
|
126
|
+
}
|
|
127
|
+
function p(o) {
|
|
128
|
+
return o.map((n) => /* @__PURE__ */ t(
|
|
129
|
+
e,
|
|
58
130
|
{
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
name: i,
|
|
68
|
-
Component: t
|
|
69
|
-
}) => /* @__PURE__ */ n(
|
|
70
|
-
"div",
|
|
71
|
-
{
|
|
72
|
-
style: {
|
|
73
|
-
display: "flex",
|
|
74
|
-
flexDirection: "column",
|
|
131
|
+
direction: "column",
|
|
132
|
+
alignItems: "center",
|
|
133
|
+
children: [
|
|
134
|
+
/* @__PURE__ */ r(A, { children: n }),
|
|
135
|
+
/* @__PURE__ */ r(
|
|
136
|
+
e,
|
|
137
|
+
{
|
|
138
|
+
justifyContent: "center",
|
|
75
139
|
alignItems: "center",
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
{
|
|
82
|
-
style: {
|
|
83
|
-
width: "64px",
|
|
84
|
-
height: "64px",
|
|
85
|
-
color: "white"
|
|
86
|
-
},
|
|
87
|
-
children: /* @__PURE__ */ e(t, {})
|
|
88
|
-
}
|
|
89
|
-
),
|
|
90
|
-
/* @__PURE__ */ e("span", { style: { marginTop: "10px" }, children: i })
|
|
91
|
-
]
|
|
92
|
-
},
|
|
93
|
-
i
|
|
94
|
-
))
|
|
140
|
+
gap: "small",
|
|
141
|
+
children: g(n)
|
|
142
|
+
}
|
|
143
|
+
)
|
|
144
|
+
]
|
|
95
145
|
}
|
|
96
|
-
)
|
|
146
|
+
));
|
|
147
|
+
}
|
|
148
|
+
return /* @__PURE__ */ t(x, { children: [
|
|
149
|
+
/* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
|
|
150
|
+
/* @__PURE__ */ r(
|
|
151
|
+
l,
|
|
152
|
+
{
|
|
153
|
+
text: "Action",
|
|
154
|
+
preopen: !0
|
|
155
|
+
}
|
|
156
|
+
),
|
|
157
|
+
/* @__PURE__ */ r(
|
|
158
|
+
d,
|
|
159
|
+
{
|
|
160
|
+
preopen: !0,
|
|
161
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: p(s) })
|
|
162
|
+
}
|
|
163
|
+
)
|
|
164
|
+
] }) }),
|
|
165
|
+
/* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
|
|
166
|
+
/* @__PURE__ */ r(
|
|
167
|
+
l,
|
|
168
|
+
{
|
|
169
|
+
text: "Navigation",
|
|
170
|
+
preopen: !0
|
|
171
|
+
}
|
|
172
|
+
),
|
|
173
|
+
/* @__PURE__ */ r(
|
|
174
|
+
d,
|
|
175
|
+
{
|
|
176
|
+
preopen: !0,
|
|
177
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: p(a) })
|
|
178
|
+
}
|
|
179
|
+
)
|
|
180
|
+
] }) }),
|
|
181
|
+
/* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
|
|
182
|
+
/* @__PURE__ */ r(
|
|
183
|
+
l,
|
|
184
|
+
{
|
|
185
|
+
text: "Alerts and Tooltips",
|
|
186
|
+
preopen: !0
|
|
187
|
+
}
|
|
188
|
+
),
|
|
189
|
+
/* @__PURE__ */ r(
|
|
190
|
+
d,
|
|
191
|
+
{
|
|
192
|
+
preopen: !0,
|
|
193
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: p(h) })
|
|
194
|
+
}
|
|
195
|
+
)
|
|
196
|
+
] }) }),
|
|
197
|
+
/* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
|
|
198
|
+
/* @__PURE__ */ r(
|
|
199
|
+
l,
|
|
200
|
+
{
|
|
201
|
+
text: "Toggle",
|
|
202
|
+
preopen: !0
|
|
203
|
+
}
|
|
204
|
+
),
|
|
205
|
+
/* @__PURE__ */ r(
|
|
206
|
+
d,
|
|
207
|
+
{
|
|
208
|
+
preopen: !0,
|
|
209
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: p(u) })
|
|
210
|
+
}
|
|
211
|
+
)
|
|
212
|
+
] }) }),
|
|
213
|
+
/* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
|
|
214
|
+
/* @__PURE__ */ r(
|
|
215
|
+
l,
|
|
216
|
+
{
|
|
217
|
+
text: "Others",
|
|
218
|
+
preopen: !0
|
|
219
|
+
}
|
|
220
|
+
),
|
|
221
|
+
/* @__PURE__ */ r(
|
|
222
|
+
d,
|
|
223
|
+
{
|
|
224
|
+
preopen: !0,
|
|
225
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: p(f()) })
|
|
226
|
+
}
|
|
227
|
+
)
|
|
228
|
+
] }) })
|
|
97
229
|
] });
|
|
98
230
|
}
|
|
99
231
|
export {
|
|
100
|
-
|
|
232
|
+
Sr as default
|
|
101
233
|
};
|
|
@@ -1,42 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function t(C) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
...
|
|
10
|
-
children:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
),
|
|
21
|
-
/* @__PURE__ */ r(
|
|
22
|
-
"path",
|
|
23
|
-
{
|
|
24
|
-
fill: "currentColor",
|
|
25
|
-
d: "M5.64998 12.05C5.00998 12.05 4.47998 12.57 4.47998 13.22C4.47998 13.87 4.99998 14.39 5.64998 14.39C6.29998 14.39 6.81998 13.87 6.81998 13.22C6.81998 12.57 6.29998 12.05 5.64998 12.05Z"
|
|
26
|
-
}
|
|
27
|
-
),
|
|
28
|
-
/* @__PURE__ */ r(
|
|
29
|
-
"path",
|
|
30
|
-
{
|
|
31
|
-
fill: "currentColor",
|
|
32
|
-
d: "M10.65 12.05C10.01 12.05 9.47998 12.57 9.47998 13.22C9.47998 13.87 9.99998 14.39 10.65 14.39C11.3 14.39 11.82 13.87 11.82 13.22C11.82 12.57 11.3 12.05 10.65 12.05Z"
|
|
33
|
-
}
|
|
34
|
-
)
|
|
35
|
-
]
|
|
9
|
+
...C,
|
|
10
|
+
children: /* @__PURE__ */ r(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M11.0501 10.8901H4.8501C3.9801 10.8901 3.2601 10.2701 3.1201 9.41006L2.3101 4.35006C2.3101 4.35006 2.3101 4.32006 2.3101 4.31006L2.0701 2.80006L0.560097 2.33006C0.160097 2.21006 -0.0599007 1.79006 0.0700993 1.39006C0.190099 0.990055 0.610102 0.770055 1.0101 0.900055L2.9701 1.51006C3.2401 1.59006 3.4401 1.83006 3.4901 2.11006L3.7101 3.47006H12.9101C13.1301 3.47006 13.3401 3.57006 13.4801 3.74006C13.6201 3.91006 13.6801 4.13006 13.6501 4.35006L12.7901 9.45006C12.6501 10.2901 11.9201 10.9101 11.0601 10.9101L11.0501 10.8901ZM3.9301 4.96006L4.6001 9.18006C4.6201 9.30006 4.7201 9.39006 4.8501 9.39006H11.0501C11.1701 9.39006 11.2801 9.30006 11.3001 9.18006L12.0101 4.96006H3.9301ZM5.5501 11.9801C4.9101 11.9801 4.3801 12.5001 4.3801 13.1501C4.3801 13.8001 4.90009 14.3201 5.5501 14.3201C6.2001 14.3201 6.7201 13.8001 6.7201 13.1501C6.7201 12.5001 6.2001 11.9801 5.5501 11.9801ZM10.5501 11.9801C9.91009 11.9801 9.3801 12.5001 9.3801 13.1501C9.3801 13.8001 9.90009 14.3201 10.5501 14.3201C11.2001 14.3201 11.7201 13.8001 11.7201 13.1501C11.7201 12.5001 11.2001 11.9801 10.5501 11.9801Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
36
20
|
}
|
|
37
21
|
);
|
|
38
22
|
}
|
|
39
|
-
const
|
|
23
|
+
const L = o.memo(t);
|
|
40
24
|
export {
|
|
41
|
-
|
|
25
|
+
L as default
|
|
42
26
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function t(
|
|
2
|
+
import e from "react";
|
|
3
|
+
function t(r) {
|
|
4
4
|
return /* @__PURE__ */ o(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
|
-
fill: "
|
|
8
|
+
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
10
|
+
...r,
|
|
11
11
|
children: /* @__PURE__ */ o(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
15
|
strokeLinecap: "round",
|
|
17
16
|
strokeLinejoin: "round",
|
|
18
|
-
d: "M12
|
|
17
|
+
d: "M12 12.7499C11.81 12.7499 11.62 12.6799 11.47 12.5299L8 9.05994L4.53 12.5299C4.24 12.8199 3.76 12.8199 3.47 12.5299C3.18 12.2399 3.18 11.7599 3.47 11.4699L6.94 7.99994L3.47 4.52994C3.18 4.23994 3.18 3.75994 3.47 3.46994C3.76 3.17994 4.24 3.17994 4.53 3.46994L8 6.93994L11.47 3.46994C11.76 3.17994 12.24 3.17994 12.53 3.46994C12.82 3.75994 12.82 4.23994 12.53 4.52994L9.06001 7.99994L12.53 11.4699C12.82 11.7599 12.82 12.2399 12.53 12.5299C12.38 12.6799 12.19 12.7499 12 12.7499Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const s = e.memo(t);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
s as default
|
|
27
26
|
};
|
|
@@ -1,31 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function t(r) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
/* @__PURE__ */ C(
|
|
19
|
-
"path",
|
|
20
|
-
{
|
|
21
|
-
d: "M5.81881 7.95007C5.81881 7.95007 5.80881 8.05007 5.76881 8.07007C5.73881 8.10007 5.68881 8.12007 5.64881 8.12007H4.93881V8.83007C4.93881 8.93007 4.85881 9.01007 4.75881 9.01007H4.31881C4.21881 9.01007 4.13881 8.93007 4.13881 8.83007V8.12007H3.42881C3.32881 8.12007 3.26881 8.04007 3.26881 7.94007V7.50007C3.26881 7.50007 3.27881 7.42007 3.31881 7.38007C3.34881 7.35007 3.39881 7.33007 3.43881 7.33007H4.14881V6.63007C4.14881 6.53007 4.22881 6.45007 4.32881 6.45007H4.76881C4.86881 6.45007 4.94881 6.53007 4.94881 6.63007V7.34007H5.64881C5.74881 7.34007 5.82881 7.42007 5.82881 7.52007V7.94007L5.81881 7.95007ZM11.4688 6.46007C11.5888 6.46007 11.6988 6.50007 11.7788 6.60007C11.8588 6.68007 11.9188 6.81007 11.9188 6.91007C11.9188 7.03007 11.8788 7.14007 11.7788 7.22007C11.6988 7.30007 11.5688 7.36007 11.4688 7.36007C11.3488 7.36007 11.2388 7.32007 11.1588 7.22007C11.0788 7.14007 11.0188 7.01007 11.0188 6.91007C11.0188 6.79007 11.0588 6.68007 11.1588 6.60007C11.2388 6.52007 11.3488 6.46007 11.4688 6.46007ZM10.6488 8.18007C10.5288 8.18007 10.4188 8.13007 10.3388 8.04007C10.2588 7.95007 10.1988 7.83007 10.1988 7.73007C10.1988 7.61007 10.2488 7.50007 10.3388 7.42007C10.4188 7.34007 10.5488 7.28007 10.6488 7.28007C10.7688 7.28007 10.8788 7.32007 10.9588 7.42007C11.0388 7.50007 11.0988 7.63007 11.0988 7.73007C11.0988 7.85007 11.0588 7.96007 10.9588 8.06007C10.8888 8.14007 10.7688 8.18007 10.6488 8.18007ZM11.4688 9.00007C11.3488 9.00007 11.2388 8.96007 11.1588 8.86007C11.0788 8.78007 11.0188 8.65007 11.0188 8.55007C11.0188 8.43007 11.0588 8.32007 11.1588 8.24007C11.2388 8.16007 11.3688 8.10007 11.4688 8.10007C11.5888 8.10007 11.6988 8.14007 11.7788 8.24007C11.8588 8.32007 11.9188 8.45007 11.9188 8.55007C11.9188 8.67007 11.8788 8.78007 11.7788 8.86007C11.6988 8.94007 11.5888 9.00007 11.4688 9.00007ZM12.2888 8.18007C12.1688 8.18007 12.0588 8.14007 11.9588 8.06007C11.8788 7.98007 11.8188 7.87007 11.8188 7.75007C11.8188 7.63007 11.8588 7.52007 11.9388 7.42007C12.0188 7.34007 12.1488 7.28007 12.2488 7.28007C12.3688 7.28007 12.4788 7.32007 12.5788 7.40007C12.6588 7.48007 12.7188 7.61007 12.7188 7.71007C12.7188 7.83007 12.6788 7.94007 12.5988 8.02007C12.5188 8.12007 12.4088 8.17007 12.2888 8.17007V8.18007Z"
|
|
22
|
-
}
|
|
23
|
-
)
|
|
24
|
-
]
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M2.75948 13.03C2.38948 13.03 2.02948 12.95 1.68948 12.8C1.03948 12.5 0.549479 11.94 0.269479 11.17C-0.210521 9.89 -0.0405208 8.15 0.709479 6.53C0.839479 6.28 0.949479 6.04 1.08948 5.83C2.11948 4.09 3.64948 3 5.05948 3H10.9295C12.4195 3 14.0495 4.23 15.0795 6.12L15.2695 6.51C15.2695 6.51 15.2695 6.52 15.2695 6.53C16.0195 8.14 16.1895 9.88 15.7095 11.17C15.4295 11.94 14.9295 12.51 14.2795 12.81C12.7795 13.5 10.8095 12.59 9.46948 10.62H6.46948C5.43948 12.15 4.02948 13.04 2.73948 13.04L2.75948 13.03ZM5.05948 4.5C4.19948 4.5 3.11948 5.35 2.36948 6.6C2.24948 6.79 2.15948 6.98 2.05948 7.18C1.48948 8.41 1.33948 9.75 1.66948 10.66C1.80948 11.05 2.02948 11.31 2.30948 11.44C3.16948 11.84 4.52948 10.98 5.41948 9.48C5.55948 9.25 5.79948 9.11 6.05948 9.11H9.88948C10.1495 9.11 10.3995 9.25 10.5295 9.47C11.4295 10.97 12.7995 11.83 13.6595 11.43C13.9495 11.3 14.1695 11.03 14.3095 10.64C14.6395 9.73 14.4895 8.4 13.9195 7.16L13.7395 6.8C13.0095 5.45 11.8395 4.48 10.9195 4.48H5.04948L5.05948 4.5ZM5.81948 7.65C5.81948 7.65 5.80948 7.75 5.76948 7.77C5.73948 7.8 5.68948 7.82 5.64948 7.82H4.93948V8.53C4.93948 8.63 4.85948 8.71 4.75948 8.71H4.31948C4.21948 8.71 4.13948 8.63 4.13948 8.53V7.82H3.42948C3.32948 7.82 3.26948 7.74 3.26948 7.64V7.2C3.26948 7.2 3.27948 7.12 3.31948 7.08C3.34948 7.05 3.39948 7.03 3.43948 7.03H4.14948V6.33C4.14948 6.23 4.22948 6.15 4.32948 6.15H4.76948C4.86948 6.15 4.94948 6.23 4.94948 6.33V7.04H5.64948C5.74948 7.04 5.82948 7.12 5.82948 7.22V7.64L5.81948 7.65ZM11.4595 6.16C11.5795 6.16 11.6895 6.2 11.7695 6.3C11.8495 6.38 11.9095 6.51 11.9095 6.61C11.9095 6.73 11.8695 6.84 11.7695 6.92C11.6895 7 11.5595 7.06 11.4595 7.06C11.3395 7.06 11.2295 7.02 11.1495 6.92C11.0695 6.84 11.0095 6.71 11.0095 6.61C11.0095 6.49 11.0495 6.38 11.1495 6.3C11.2295 6.22 11.3395 6.16 11.4595 6.16ZM10.6395 7.88C10.5195 7.88 10.4095 7.83 10.3295 7.74C10.2495 7.65 10.1895 7.53 10.1895 7.43C10.1895 7.31 10.2395 7.2 10.3295 7.12C10.4095 7.04 10.5395 6.98 10.6395 6.98C10.7595 6.98 10.8695 7.02 10.9495 7.12C11.0295 7.2 11.0895 7.33 11.0895 7.43C11.0895 7.55 11.0495 7.66 10.9495 7.76C10.8795 7.84 10.7595 7.88 10.6395 7.88ZM11.4595 8.7C11.3395 8.7 11.2295 8.66 11.1495 8.56C11.0695 8.48 11.0095 8.35 11.0095 8.25C11.0095 8.13 11.0495 8.02 11.1495 7.94C11.2295 7.86 11.3595 7.8 11.4595 7.8C11.5795 7.8 11.6895 7.84 11.7695 7.94C11.8495 8.02 11.9095 8.15 11.9095 8.25C11.9095 8.37 11.8695 8.48 11.7695 8.56C11.6895 8.64 11.5795 8.7 11.4595 8.7ZM12.2795 7.88C12.1595 7.88 12.0495 7.84 11.9495 7.76C11.8695 7.68 11.8095 7.57 11.8095 7.45C11.8095 7.33 11.8495 7.22 11.9295 7.12C12.0095 7.04 12.1395 6.98 12.2395 6.98C12.3595 6.98 12.4695 7.02 12.5695 7.1C12.6495 7.18 12.7095 7.31 12.7095 7.41C12.7095 7.53 12.6695 7.64 12.5895 7.72C12.5095 7.82 12.3995 7.87 12.2795 7.87V7.88Z",
|
|
15
|
+
stroke: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
25
18
|
}
|
|
26
19
|
);
|
|
27
20
|
}
|
|
28
|
-
const n =
|
|
21
|
+
const n = o.memo(t);
|
|
29
22
|
export {
|
|
30
23
|
n as default
|
|
31
24
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import C from "react";
|
|
3
|
+
function t(r) {
|
|
4
4
|
return /* @__PURE__ */ o(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
|
-
fill: "
|
|
8
|
+
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...r,
|
|
11
11
|
children: /* @__PURE__ */ o(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
15
|
strokeLinecap: "round",
|
|
17
16
|
strokeLinejoin: "round",
|
|
18
|
-
d: "
|
|
17
|
+
d: "M14.25 3.5V9.5C14.25 10.46 13.46 11.25 12.5 11.25H12V9.75H12.5C12.64 9.75 12.75 9.64 12.75 9.5V3.5C12.75 3.36 12.64 3.25 12.5 3.25H6.5C6.36 3.25 6.25 3.36 6.25 3.5V4H4.75V3.5C4.75 2.54 5.54 1.75 6.5 1.75H12.5C13.46 1.75 14.25 2.54 14.25 3.5ZM11.25 12.5V6.5C11.25 5.54 10.46 4.75 9.5 4.75H3.5C2.54 4.75 1.75 5.54 1.75 6.5V12.5C1.75 13.46 2.54 14.25 3.5 14.25H9.5C10.46 14.25 11.25 13.46 11.25 12.5ZM9.5 6.25C9.64 6.25 9.75 6.36 9.75 6.5V12.5C9.75 12.64 9.64 12.75 9.5 12.75H3.5C3.36 12.75 3.25 12.64 3.25 12.5V6.5C3.25 6.36 3.36 6.25 3.5 6.25H9.5Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const i = C.memo(t);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
i as default
|
|
27
26
|
};
|
|
@@ -5,23 +5,22 @@ function e(r) {
|
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
|
-
fill: "
|
|
8
|
+
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...r,
|
|
11
11
|
children: /* @__PURE__ */ o(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
15
|
strokeLinecap: "round",
|
|
17
16
|
strokeLinejoin: "round",
|
|
18
|
-
d: "
|
|
17
|
+
d: "M13.7487 9.00122C13.7487 9.19122 13.6787 9.38122 13.5287 9.53122L8.52872 14.5312C8.45872 14.6012 8.37872 14.6612 8.28872 14.6912C8.19872 14.7312 8.09872 14.7512 7.99872 14.7512C7.89872 14.7512 7.79872 14.7312 7.70872 14.6912C7.61872 14.6512 7.53872 14.6012 7.46872 14.5312L2.46872 9.53122C2.17872 9.24122 2.17872 8.76122 2.46872 8.47122C2.75872 8.18122 3.23872 8.18122 3.52872 8.47122L7.24872 12.1912L7.24872 2.00122C7.24872 1.59122 7.58872 1.25122 7.99872 1.25122C8.40872 1.25122 8.74872 1.59122 8.74872 2.00122L8.74872 12.1912L12.4687 8.47122C12.7587 8.18122 13.2387 8.18122 13.5287 8.47122C13.6787 8.62122 13.7487 8.81122 13.7487 9.00122Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const i = t.memo(e);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
i as default
|
|
27
26
|
};
|
|
@@ -5,23 +5,22 @@ function n(r) {
|
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
|
-
fill: "
|
|
8
|
+
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...r,
|
|
11
11
|
children: /* @__PURE__ */ o(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
15
|
strokeLinecap: "round",
|
|
17
16
|
strokeLinejoin: "round",
|
|
18
|
-
d: "
|
|
17
|
+
d: "M12.7487 6.00128C12.7487 6.19128 12.6787 6.38128 12.5287 6.53128L8.52872 10.5313C8.23872 10.8213 7.75872 10.8213 7.46872 10.5313L3.46872 6.53128C3.17872 6.24128 3.17872 5.76128 3.46872 5.47128C3.75872 5.18128 4.23872 5.18128 4.52872 5.47128L7.99872 8.94128L11.4687 5.47128C11.7587 5.18128 12.2387 5.18128 12.5287 5.47128C12.6787 5.62128 12.7487 5.81128 12.7487 6.00128Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const i = e.memo(n);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
i as default
|
|
27
26
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import C from "react";
|
|
3
|
+
function t(r) {
|
|
4
4
|
return /* @__PURE__ */ o(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
|
-
fill: "
|
|
8
|
+
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...r,
|
|
11
11
|
children: /* @__PURE__ */ o(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
15
|
strokeLinecap: "round",
|
|
17
16
|
strokeLinejoin: "round",
|
|
18
|
-
d: "
|
|
17
|
+
d: "M8 10.25C7.9 10.25 7.8 10.23 7.71 10.19C7.62 10.15 7.54 10.1 7.47 10.03L4.47 7.03C4.18 6.74 4.18 6.26 4.47 5.97C4.76 5.68 5.24 5.68 5.53 5.97L7.25 7.69V2.5C7.25 2.09 7.59 1.75 8 1.75C8.41 1.75 8.75 2.09 8.75 2.5V7.69L10.47 5.97C10.76 5.68 11.24 5.68 11.53 5.97C11.82 6.26 11.82 6.74 11.53 7.03L8.53 10.03C8.46 10.1 8.38 10.16 8.29 10.19C8.2 10.23 8.1 10.25 8 10.25ZM13.75 12.46V9.46C13.75 9.05 13.41 8.71 13 8.71C12.59 8.71 12.25 9.05 12.25 9.46V12.46C12.25 12.6 12.14 12.71 12 12.71H4C3.86 12.71 3.75 12.6 3.75 12.46V9.46C3.75 9.05 3.41 8.71 3 8.71C2.59 8.71 2.25 9.05 2.25 9.46V12.46C2.25 13.42 3.04 14.21 4 14.21H12C12.96 14.21 13.75 13.42 13.75 12.46Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const l = C.memo(t);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
l as default
|
|
27
26
|
};
|
|
@@ -14,7 +14,7 @@ function r(e) {
|
|
|
14
14
|
stroke: "currentColor",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
16
|
fillRule: "evenodd",
|
|
17
|
-
d: "
|
|
17
|
+
d: "M13.75 4V5.99C13.75 6.4 13.41 6.74 13 6.74C12.59 6.74 12.25 6.4 12.25 5.99V4C12.25 3.86 12.14 3.75 12 3.75H10C9.59 3.75 9.25 3.41 9.25 3C9.25 2.59 9.59 2.25 10 2.25H12C12.96 2.25 13.75 3.04 13.75 4ZM6 2.25H4C3.04 2.25 2.25 3.04 2.25 4V5.99C2.25 6.4 2.59 6.74 3 6.74C3.41 6.74 3.75 6.4 3.75 5.99V4C3.75 3.86 3.86 3.75 4 3.75H6C6.41 3.75 6.75 3.41 6.75 3C6.75 2.59 6.41 2.25 6 2.25ZM13 9.24C12.59 9.24 12.25 9.58 12.25 9.99V12C12.25 12.14 12.14 12.25 12 12.25H10C9.59 12.25 9.25 12.59 9.25 13C9.25 13.41 9.59 13.75 10 13.75H12C12.96 13.75 13.75 12.96 13.75 12V9.99C13.75 9.58 13.41 9.24 13 9.24ZM6 12.25H4C3.86 12.25 3.75 12.14 3.75 12V9.99C3.75 9.58 3.41 9.24 3 9.24C2.59 9.24 2.25 9.58 2.25 9.99V12C2.25 12.96 3.04 13.75 4 13.75H6C6.41 13.75 6.75 13.41 6.75 13C6.75 12.59 6.41 12.25 6 12.25Z"
|
|
18
18
|
}
|
|
19
19
|
)
|
|
20
20
|
}
|