@cfx-dev/ui-components 4.5.21 → 5.0.1
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 +68 -23
- package/dist/utils/ui/ui.types.js +18 -15
- 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,27 +1,26 @@
|
|
|
1
|
-
import { jsx as
|
|
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
|
-
fill: "
|
|
8
|
+
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...r,
|
|
11
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
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 13.75H4C3.04 13.75 2.25 12.96 2.25 12V4C2.25 3.04 3.04 2.25 4 2.25H7C7.41 2.25 7.75 2.59 7.75 3C7.75 3.41 7.41 3.75 7 3.75H4C3.86 3.75 3.75 3.86 3.75 4V12C3.75 12.14 3.86 12.25 4 12.25H12C12.14 12.25 12.25 12.14 12.25 12V9C12.25 8.59 12.59 8.25 13 8.25C13.41 8.25 13.75 8.59 13.75 9V12C13.75 12.96 12.96 13.75 12 13.75ZM8.53 8.53L13.25 3.81V6C13.25 6.41 13.59 6.75 14 6.75C14.41 6.75 14.75 6.41 14.75 6V2C14.75 1.9 14.73 1.8 14.69 1.71C14.65 1.62 14.6 1.54 14.53 1.47C14.46 1.4 14.38 1.34 14.29 1.31C14.2 1.27 14.1 1.25 14 1.25H10C9.59 1.25 9.25 1.59 9.25 2C9.25 2.41 9.59 2.75 10 2.75H12.19L7.47 7.47C7.18 7.76 7.18 8.24 7.47 8.53C7.62 8.68 7.81 8.75 8 8.75C8.19 8.75 8.38 8.68 8.53 8.53Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const i = o.memo(t);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
i as default
|
|
27
26
|
};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function o(t) {
|
|
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: /* @__PURE__ */
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
|
-
d: "
|
|
14
|
+
d: "M9.14996 14.24C9.04996 14.24 8.94996 14.22 8.84996 14.18L7.15996 13.45C6.51996 13.17 6.10996 12.54 6.10996 11.85V8.16002L3.23996 4.62002C2.80996 4.09002 2.72996 3.38002 3.01996 2.77002C3.30996 2.16002 3.91996 1.77002 4.59996 1.77002H11.41C12.09 1.77002 12.7 2.15002 12.99 2.77002C13.28 3.38002 13.2 4.10002 12.77 4.62002L9.89996 8.16002V13.5C9.89996 13.75 9.76996 13.99 9.55996 14.13C9.43996 14.21 9.28996 14.25 9.14996 14.25V14.24ZM4.59996 3.25002C4.45996 3.25002 4.39996 3.34002 4.36996 3.39002C4.33996 3.44002 4.30996 3.55002 4.39996 3.65002L7.43996 7.40002C7.54996 7.53002 7.60996 7.70002 7.60996 7.87002V11.83C7.60996 11.93 7.66996 12.02 7.75996 12.06L8.39996 12.34V7.88002C8.39996 7.71002 8.45996 7.54002 8.56996 7.41002L11.61 3.66002C11.7 3.55002 11.67 3.45002 11.64 3.40002C11.61 3.35002 11.55 3.26002 11.41 3.26002H4.59996V3.25002Z"
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const i = r.memo(o);
|
|
21
21
|
export {
|
|
22
|
-
|
|
22
|
+
i as default
|
|
23
23
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import C from "react";
|
|
3
|
+
function t(o) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M14.68 4.61C14.37 3.92 13.83 3.53 13.19 3.53H8.1C8.03 3.53 7.96 3.5 7.92 3.45L7.12 2.57C6.79 2.21 6.32 2 5.83 2H2.59C1.95 2.03 1 2.49 1 3.67V12.44C1 12.53 1 12.61 1.02 12.7C1.17 13.5 1.74 14.01 2.46 14.01H13.23C13.46 14.01 13.69 13.95 13.89 13.85C14.47 13.54 14.8 13.04 14.8 12.46V5.2C14.8 5 14.76 4.8 14.68 4.62V4.61ZM13.24 12.51L2.54 12.55C2.54 12.55 2.51 12.49 2.5 12.44V3.67C2.5 3.58 2.5 3.52 2.62 3.51H5.83C5.9 3.51 5.96 3.54 6.01 3.59L6.81 4.47C7.14 4.83 7.61 5.04 8.1 5.04H13.18C13.18 5.04 13.26 5.11 13.31 5.2V12.44C13.31 12.44 13.28 12.49 13.24 12.52V12.51Z",
|
|
15
|
+
stroke: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const n = C.memo(t);
|
|
22
|
+
export {
|
|
23
|
+
n as default
|
|
24
|
+
};
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
3
|
+
function C(t) {
|
|
4
|
+
return /* @__PURE__ */ 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
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
|
|
16
|
-
d: "M12.2581 4.73975C11.7581 4.24122 11.1129 4 10.4677 4C9.82258 4 9.16129 4.24122 8.67742 4.73975L8 5.5L7.32258 4.73975C6.82258 4.24122 6.17742 4 5.53226 4C4.8871 4 4.24194 4.24122 3.74194 4.73975C3.22581 5.25436 3 5.92978 3 6.58912C3 10.32 8 12.5714 8 12.5714C8 12.5714 13 10.32 13 6.58912C13 5.9137 12.7758 5.23827 12.2581 4.73975Z"
|
|
15
|
+
d: "M8 13.11L7.69 12.97C7.47 12.87 2.25 10.47 2.25 6.29999C2.25 5.37999 2.59 4.53999 3.21 3.91999C4.45 2.67999 6.61001 2.67999 7.85001 3.91999L8 4.07999L8.12 3.94999C9.35 2.67999 11.54 2.67999 12.79 3.90999C13.41 4.50999 13.76 5.35999 13.76 6.28999C13.76 10.46 8.54 12.86 8.32 12.96L8.01 13.1L8 13.11ZM5.53 4.45999C5.05 4.45999 4.61 4.64999 4.27 4.97999C3.93 5.31999 3.75 5.77999 3.75 6.29999C3.75 9.00999 6.97 10.91 8 11.45C9.02 10.91 12.25 9.00999 12.25 6.29999C12.25 5.76999 12.07 5.30999 11.74 4.98999H11.73C11.05 4.30999 9.85 4.31999 9.22 4.96999L8 6.32999L6.76 4.93999C6.45 4.63999 6.01 4.44999 5.53 4.44999V4.45999Z"
|
|
17
16
|
}
|
|
18
17
|
)
|
|
19
18
|
}
|
|
20
19
|
);
|
|
21
20
|
}
|
|
22
|
-
const
|
|
21
|
+
const n = o.memo(C);
|
|
23
22
|
export {
|
|
24
|
-
|
|
23
|
+
n as default
|
|
25
24
|
};
|
|
@@ -12,14 +12,13 @@ function o(t) {
|
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
|
|
16
|
-
d: "M12.2581 4.73975C11.7581 4.24122 11.1129 4 10.4677 4C9.82258 4 9.16129 4.24122 8.67742 4.73975L8 5.5L7.32258 4.73975C6.82258 4.24122 6.17742 4 5.53226 4C4.8871 4 4.24194 4.24122 3.74194 4.73975C3.22581 5.25436 3 5.92978 3 6.58912C3 10.32 8 12.5714 8 12.5714C8 12.5714 13 10.32 13 6.58912C13 5.9137 12.7758 5.23827 12.2581 4.73975Z"
|
|
15
|
+
d: "M13.75 6.29999C13.75 10.47 8.53 12.87 8.31001 12.97L8 13.11L7.69 12.97C7.47 12.87 2.25 10.47 2.25 6.29999C2.25 5.37999 2.59 4.53999 3.21 3.91999C4.45 2.68999 6.61001 2.67999 7.85001 3.91999L8 4.07999L8.12 3.94999C9.35 2.67999 11.54 2.67999 12.79 3.90999C13.41 4.50999 13.76 5.35999 13.76 6.28999L13.75 6.29999Z"
|
|
17
16
|
}
|
|
18
17
|
)
|
|
19
18
|
}
|
|
20
19
|
);
|
|
21
20
|
}
|
|
22
|
-
const
|
|
21
|
+
const n = e.memo(o);
|
|
23
22
|
export {
|
|
24
|
-
|
|
23
|
+
n as default
|
|
25
24
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
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
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
15
|
strokeLinecap: "round",
|
|
17
16
|
strokeLinejoin: "round",
|
|
18
|
-
d: "M8
|
|
17
|
+
d: "M8 14.75C4.28 14.75 1.25 11.72 1.25 8C1.25 4.28 4.28 1.25 8 1.25C11.72 1.25 14.75 4.28 14.75 8C14.75 11.72 11.72 14.75 8 14.75ZM8 2.75C5.1 2.75 2.75 5.11 2.75 8C2.75 10.89 5.1 13.25 8 13.25C10.9 13.25 13.25 10.89 13.25 8C13.25 5.11 10.9 2.75 8 2.75ZM8.10001 11.75H8C7.59 11.75 7.25 11.41 7.25 11C7.25 10.59 7.59 10.25 8 10.25H8.10001C8.51001 10.25 8.85001 10.59 8.85001 11C8.85001 11.41 8.51001 11.75 8.10001 11.75ZM7.94 9.25C7.62 9.25 7.33 9.05 7.23 8.73C7.1 8.34 7.32 7.91 7.71 7.79C8.19 7.63 9.25 7.09 9.25 6.5C9.25 6.21 9.14 5.92 8.95 5.7C8.75 5.47 8.47001 5.32 8.17001 5.27C7.86001 5.22 7.54 5.27 7.27 5.43C7.01 5.58 6.8 5.82 6.7 6.1C6.56 6.49 6.13001 6.69 5.74001 6.55C5.35001 6.41 5.15 5.98 5.29 5.59C5.51 4.98 5.95 4.46 6.52 4.13C7.09 3.81 7.76 3.69 8.41 3.79C9.06 3.9 9.65 4.23 10.08 4.72C10.51 5.22 10.75 5.85 10.75 6.5C10.75 8.32 8.44001 9.13 8.17001 9.21C8.09001 9.23 8.02 9.25 7.94 9.25Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const l = r.memo(e);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
l as default
|
|
27
26
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
function e(
|
|
4
|
-
return /* @__PURE__ */
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ 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
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
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: "M7 13.7499C6.81 13.7499 6.62 13.6799 6.47 13.5299L1.47 8.52994C1.4 8.45994 1.34001 8.37994 1.31001 8.28994C1.27001 8.19994 1.25 8.09994 1.25 7.99994C1.25 7.89994 1.27001 7.79994 1.31001 7.70994C1.35001 7.61994 1.4 7.53994 1.47 7.46994L6.47 2.46994C6.76 2.17994 7.24 2.17994 7.53 2.46994C7.82 2.75994 7.82 3.23994 7.53 3.52994L3.81001 7.24994H14C14.41 7.24994 14.75 7.58994 14.75 7.99994C14.75 8.40994 14.41 8.74994 14 8.74994H3.81001L7.53 12.4699C7.82 12.7599 7.82 13.2399 7.53 13.5299C7.38 13.6799 7.19 13.7499 7 13.7499Z"
|
|
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
|
};
|
|
@@ -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: "
|
|
17
|
+
d: "M9.99994 12.7499C9.80994 12.7499 9.61994 12.6799 9.46994 12.5299L5.46994 8.52994C5.17994 8.23994 5.17994 7.75994 5.46994 7.46994L9.46994 3.46994C9.75994 3.17994 10.2399 3.17994 10.5299 3.46994C10.8199 3.75994 10.8199 4.23994 10.5299 4.52994L7.05995 7.99994L10.5299 11.4699C10.8199 11.7599 10.8199 12.2399 10.5299 12.5299C10.3799 12.6799 10.1899 12.7499 9.99994 12.7499Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const i = e.memo(t);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
i as default
|
|
27
26
|
};
|
|
@@ -1,39 +1,23 @@
|
|
|
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 r(t) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
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
|
-
...
|
|
11
|
-
children:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
strokeWidth: "1.54",
|
|
18
|
-
strokeLinecap: "round",
|
|
19
|
-
strokeLinejoin: "round",
|
|
20
|
-
d: "M13.05 6.91002C13.05 9.75002 7.91002 13.77 7.91002 13.77C7.91002 13.77 2.77002 9.75002 2.77002 6.91002C2.77002 4.07002 5.07002 1.77002 7.91002 1.77002C10.75 1.77002 13.05 4.07002 13.05 6.91002Z"
|
|
21
|
-
}
|
|
22
|
-
),
|
|
23
|
-
/* @__PURE__ */ r(
|
|
24
|
-
"path",
|
|
25
|
-
{
|
|
26
|
-
fill: "currentColor",
|
|
27
|
-
d: "M7.90999 5.89999C8.17999 5.89999 8.42999 6.00999 8.61999 6.19999C8.80999 6.38999 8.91999 6.63999 8.91999 6.90999C8.91999 7.46999 8.46999 7.91999 7.90999 7.91999C7.34999 7.91999 6.89999 7.46999 6.89999 6.90999C6.89999 6.34999 7.34999 5.89999 7.90999 5.89999ZM7.90999 4.35999C6.49999 4.35999 5.35999 5.49999 5.35999 6.90999C5.35999 8.31999 6.49999 9.45999 7.90999 9.45999C9.31999 9.45999 10.46 8.31999 10.46 6.90999C10.46 5.49999 9.31999 4.35999 7.90999 4.35999Z"
|
|
28
|
-
}
|
|
29
|
-
)
|
|
30
|
-
] }),
|
|
31
|
-
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_532_400", children: /* @__PURE__ */ r("rect", { width: "11.82", height: "13.54", fill: "white", transform: "translate(2 1)" }) }) })
|
|
32
|
-
]
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M8.00011 14.75C7.84011 14.75 7.67011 14.7 7.54011 14.59C6.98011 14.16 2.11011 10.25 2.11011 7.14C2.11011 4.03 4.75011 1.25 8.00011 1.25C11.2501 1.25 13.8901 3.89 13.8901 7.14C13.8901 10.39 9.02011 14.16 8.46011 14.59C8.32011 14.7 8.16011 14.75 8.00011 14.75ZM8.00011 2.75C5.58011 2.75 3.61011 4.72 3.61011 7.14C3.61011 8.8 6.13011 11.47 8.00011 13.03C9.55011 11.73 12.3901 8.96 12.3901 7.14C12.3901 4.72 10.4201 2.75 8.00011 2.75ZM8.00011 6.09C8.58011 6.09 9.05011 6.56 9.05011 7.14C9.05011 7.72 8.58011 8.19 8.00011 8.19C7.42011 8.19 6.95011 7.72 6.95011 7.14C6.95011 6.56 7.42011 6.09 8.00011 6.09ZM8.00011 4.59C6.59011 4.59 5.45011 5.73 5.45011 7.14C5.45011 8.55 6.59011 9.69 8.00011 9.69C9.41011 9.69 10.5501 8.55 10.5501 7.14C10.5501 5.73 9.41011 4.59 8.00011 4.59Z"
|
|
15
|
+
}
|
|
16
|
+
)
|
|
33
17
|
}
|
|
34
18
|
);
|
|
35
19
|
}
|
|
36
|
-
const
|
|
20
|
+
const l = o.memo(r);
|
|
37
21
|
export {
|
|
38
|
-
|
|
22
|
+
l as default
|
|
39
23
|
};
|
|
@@ -1,49 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function t(o) {
|
|
4
|
+
return /* @__PURE__ */ 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
|
-
...
|
|
11
|
-
children:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
),
|
|
22
|
-
/* @__PURE__ */ o(
|
|
23
|
-
"path",
|
|
24
|
-
{
|
|
25
|
-
stroke: "currentColor",
|
|
26
|
-
strokeWidth: "1.5",
|
|
27
|
-
strokeLinecap: "round",
|
|
28
|
-
strokeLinejoin: "round",
|
|
29
|
-
d: "M3 12H13"
|
|
30
|
-
}
|
|
31
|
-
),
|
|
32
|
-
/* @__PURE__ */ o(
|
|
33
|
-
"path",
|
|
34
|
-
{
|
|
35
|
-
stroke: "currentColor",
|
|
36
|
-
strokeWidth: "1.5",
|
|
37
|
-
strokeLinecap: "round",
|
|
38
|
-
strokeLinejoin: "round",
|
|
39
|
-
d: "M3 4H13"
|
|
40
|
-
}
|
|
41
|
-
)
|
|
42
|
-
]
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M13 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H13C13.41 7.25 13.75 7.59 13.75 8C13.75 8.41 13.41 8.75 13 8.75ZM13.75 12C13.75 11.59 13.41 11.25 13 11.25H3C2.59 11.25 2.25 11.59 2.25 12C2.25 12.41 2.59 12.75 3 12.75H13C13.41 12.75 13.75 12.41 13.75 12ZM13.75 4C13.75 3.59 13.41 3.25 13 3.25H3C2.59 3.25 2.25 3.59 2.25 4C2.25 4.41 2.59 4.75 3 4.75H13C13.41 4.75 13.75 4.41 13.75 4Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
43
20
|
}
|
|
44
21
|
);
|
|
45
22
|
}
|
|
46
|
-
const
|
|
23
|
+
const s = e.memo(t);
|
|
47
24
|
export {
|
|
48
|
-
|
|
25
|
+
s as default
|
|
49
26
|
};
|
|
@@ -5,17 +5,16 @@ 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 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H13C13.41 7.25 13.75 7.59 13.75 8C13.75 8.41 13.41 8.75 13 8.75Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
@@ -5,23 +5,22 @@ function t(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.11 8.75H12.01C11.6 8.75 11.26 8.41 11.26 8C11.26 7.59 11.6 7.25 12.01 7.25H12.11C12.52 7.25 12.86 7.59 12.86 8C12.86 8.41 12.52 8.75 12.11 8.75ZM8.21001 8.75H8.11001C7.70001 8.75 7.36001 8.41 7.36001 8C7.36001 7.59 7.70001 7.25 8.11001 7.25H8.21001C8.62001 7.25 8.96001 7.59 8.96001 8C8.96001 8.41 8.62001 8.75 8.21001 8.75ZM4.11001 8.75H4.01001C3.60001 8.75 3.26001 8.41 3.26001 8C3.26001 7.59 3.60001 7.25 4.01001 7.25H4.11001C4.52001 7.25 4.86001 7.59 4.86001 8C4.86001 8.41 4.52001 8.75 4.11001 8.75Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const i = e.memo(t);
|
|
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 e(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: "M8
|
|
17
|
+
d: "M8 11.41C7.59 11.41 7.25 11.07 7.25 10.66V7.85C7.25 7.44 7.59 7.1 8 7.1C8.41 7.1 8.75 7.44 8.75 7.85V10.66C8.75 11.07 8.41 11.41 8 11.41ZM8.8 5.34C8.8 4.93 8.46 4.59 8.05 4.59H7.95C7.54 4.59 7.2 4.93 7.2 5.34C7.2 5.75 7.54 6.09 7.95 6.09H8.05C8.46 6.09 8.8 5.75 8.8 5.34ZM14.75 8C14.75 4.28 11.72 1.25 8 1.25C4.28 1.25 1.25 4.28 1.25 8C1.25 11.72 4.28 14.75 8 14.75C11.72 14.75 14.75 11.72 14.75 8ZM13.25 8C13.25 10.89 10.9 13.25 8 13.25C5.1 13.25 2.75 10.89 2.75 8C2.75 5.11 5.1 2.75 8 2.75C10.9 2.75 13.25 5.11 13.25 8Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const i = C.memo(e);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
i as default
|
|
27
26
|
};
|
|
@@ -13,13 +13,13 @@ function t(l) {
|
|
|
13
13
|
{
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "
|
|
16
|
+
d: "M2.99002 13.76C2.79002 13.76 2.60001 13.68 2.46001 13.54C2.29001 13.37 2.21001 13.14 2.25001 12.9L2.67002 10.01C2.69002 9.85 2.77002 9.7 2.88002 9.59L9.71001 2.76C10.39 2.08 11.5 2.08 12.18 2.76L13.24 3.82C13.57 4.15 13.75 4.59 13.75 5.06C13.75 5.53 13.57 5.97 13.24 6.3L6.41002 13.13C6.30001 13.24 6.15002 13.32 5.99002 13.34L3.09002 13.76C3.09002 13.76 3.02002 13.76 2.98002 13.76H2.99002ZM4.12001 10.47L3.88002 12.12L5.53001 11.88L12.18 5.23C12.24 5.17 12.25 5.09 12.25 5.05C12.25 5.01 12.25 4.94 12.18 4.87L11.12 3.81C11.02 3.71 10.86 3.71 10.77 3.81L4.12001 10.46V10.47Z"
|
|
17
17
|
}
|
|
18
18
|
)
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
|
-
const
|
|
22
|
+
const n = o.memo(t);
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
n as default
|
|
25
25
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import l from "react";
|
|
3
|
+
function o(C) {
|
|
4
4
|
return /* @__PURE__ */ e(
|
|
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
|
-
...
|
|
10
|
+
...C,
|
|
11
11
|
children: /* @__PURE__ */ e(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "
|
|
16
|
+
d: "M5.44 12.95C5.15 12.95 4.86 12.88 4.59 12.73C4.03 12.42 3.69 11.84 3.69 11.2V4.81C3.69 4.17 4.04 3.59 4.59 3.28C5.15 2.97 5.83 2.99 6.37 3.33L11.48 6.53C11.99 6.85 12.3 7.41 12.3 8.01C12.3 8.62 11.99 9.17 11.48 9.49L6.37 12.68C6.09 12.86 5.77 12.95 5.44 12.95ZM5.45 4.55C5.4 4.55 5.35 4.57 5.33 4.58C5.28 4.61 5.2 4.67 5.2 4.8V11.19C5.2 11.32 5.28 11.38 5.33 11.41C5.38 11.44 5.48 11.47 5.58 11.41L10.69 8.22C10.79 8.16 10.81 8.06 10.81 8.01C10.81 7.96 10.79 7.86 10.69 7.8L5.58 4.6C5.58 4.6 5.49 4.56 5.45 4.56V4.55Z"
|
|
17
17
|
}
|
|
18
18
|
)
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
|
-
const
|
|
22
|
+
const n = l.memo(o);
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
n as default
|
|
25
25
|
};
|
|
@@ -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: "M8
|
|
17
|
+
d: "M8 13.75C7.59 13.75 7.25 13.41 7.25 13V8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H7.25V3C7.25 2.59 7.59 2.25 8 2.25C8.41 2.25 8.75 2.59 8.75 3V7.25H13C13.41 7.25 13.75 7.59 13.75 8C13.75 8.41 13.41 8.75 13 8.75H8.75V13C8.75 13.41 8.41 13.75 8 13.75Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const l = t.memo(e);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
l as default
|
|
27
26
|
};
|
|
@@ -1,36 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
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
10
|
...r,
|
|
11
|
-
children:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
),
|
|
22
|
-
/* @__PURE__ */ o(
|
|
23
|
-
"path",
|
|
24
|
-
{
|
|
25
|
-
d: "M10.25 5H5.75C5.33579 5 5 5.33579 5 5.75V10.25C5 10.6642 5.33579 11 5.75 11H10.25C10.6642 11 11 10.6642 11 10.25V5.75C11 5.33579 10.6642 5 10.25 5Z",
|
|
26
|
-
fill: "currentColor"
|
|
27
|
-
}
|
|
28
|
-
)
|
|
29
|
-
]
|
|
11
|
+
children: /* @__PURE__ */ o(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M11 5.5V10.5C11 10.78 10.78 11 10.5 11H5.5C5.22 11 5 10.78 5 10.5V5.5C5 5.22 5.22 5 5.5 5H10.5C10.78 5 11 5.22 11 5.5ZM14.75 3.5V12.5C14.75 13.74 13.74 14.75 12.5 14.75H3.5C2.26 14.75 1.25 13.74 1.25 12.5V3.5C1.25 2.26 2.26 1.25 3.5 1.25H12.5C13.74 1.25 14.75 2.26 14.75 3.5ZM13.25 3.5C13.25 3.09 12.91 2.75 12.5 2.75H3.5C3.09 2.75 2.75 3.09 2.75 3.5V12.5C2.75 12.91 3.09 13.25 3.5 13.25H12.5C12.91 13.25 13.25 12.91 13.25 12.5V3.5Z",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
30
20
|
}
|
|
31
21
|
);
|
|
32
22
|
}
|
|
33
|
-
const
|
|
23
|
+
const i = t.memo(e);
|
|
34
24
|
export {
|
|
35
|
-
|
|
25
|
+
i as default
|
|
36
26
|
};
|