@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 e(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
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...r,
|
|
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.95 9.75C12.21 11.84 10.22 13.25 8 13.25C6.56 13.25 5.22 12.65 4.25 11.66V12.5C4.25 12.91 3.91 13.25 3.5 13.25C3.09 13.25 2.75 12.91 2.75 12.5V9.5C2.75 9.09 3.09 8.75 3.5 8.75H6.5C6.91 8.75 7.25 9.09 7.25 9.5C7.25 9.91 6.91 10.25 6.5 10.25H5C5.7 11.18 6.8 11.75 8 11.75C9.59 11.75 11.01 10.75 11.54 9.25C11.68 8.86 12.11 8.65 12.5 8.79C12.89 8.93 13.1 9.36 12.96 9.75H12.95ZM12.5 2.75C12.09 2.75 11.75 3.09 11.75 3.5V4.34C10.78 3.35 9.44 2.75 8 2.75C5.78 2.75 3.79 4.16 3.05 6.25C2.91 6.64 3.12 7.07 3.51 7.21C3.9 7.35 4.33 7.14 4.47 6.75C5 5.25 6.42 4.25 8.01 4.25C9.21 4.25 10.31 4.82 11.01 5.75H9.51C9.1 5.75 8.76 6.09 8.76 6.5C8.76 6.91 9.1 7.25 9.51 7.25H12.51C12.92 7.25 13.26 6.91 13.26 6.5V3.5C13.26 3.09 12.92 2.75 12.51 2.75H12.5Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const s = o.memo(e);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
s 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: "M9 13.7499C9.19 13.7499 9.38 13.6799 9.53 13.5299L14.53 8.52994C14.6 8.45994 14.66 8.37994 14.69 8.28994C14.73 8.19994 14.75 8.09994 14.75 7.99994C14.75 7.89994 14.73 7.79994 14.69 7.70994C14.65 7.61994 14.6 7.53994 14.53 7.46994L9.53 2.46994C9.24 2.17994 8.76 2.17994 8.47 2.46994C8.18 2.75994 8.18 3.23994 8.47 3.52994L12.19 7.24994H2C1.59 7.24994 1.25 7.58994 1.25 7.99994C1.25 8.40994 1.59 8.74994 2 8.74994H12.19L8.47 12.4699C8.18 12.7599 8.18 13.2399 8.47 13.5299C8.62 13.6799 8.81 13.7499 9 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
|
};
|
|
@@ -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: "M5.99994 12.7499C6.18994 12.7499 6.37994 12.6799 6.52994 12.5299L10.5299 8.52994C10.8199 8.23994 10.8199 7.75994 10.5299 7.46994L6.52994 3.46994C6.23994 3.17994 5.75994 3.17994 5.46994 3.46994C5.17994 3.75994 5.17994 4.23994 5.46994 4.52994L8.93993 7.99994L5.46994 11.4699C5.17994 11.7599 5.17994 12.2399 5.46994 12.5299C5.61994 12.6799 5.80994 12.7499 5.99994 12.7499Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const C = t.memo(e);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
C as default
|
|
27
26
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
function t(
|
|
4
|
-
return /* @__PURE__ */
|
|
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: /* @__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: "M13
|
|
17
|
+
d: "M13.9999 14.75C13.8099 14.75 13.6199 14.68 13.4699 14.53L11.5799 12.64C9.07994 14.62 5.42994 14.45 3.11994 12.14C0.629941 9.65 0.629941 5.6 3.11994 3.12C4.32994 1.91 5.92994 1.25 7.62994 1.25C9.32994 1.25 10.9399 1.91 12.1399 3.12C13.3499 4.32 14.0099 5.93 14.0099 7.63C14.0099 9.08 13.5299 10.46 12.6399 11.58L14.5299 13.47C14.8199 13.76 14.8199 14.24 14.5299 14.53C14.3799 14.68 14.1899 14.75 13.9999 14.75ZM7.62994 2.75C6.32994 2.75 5.09994 3.26 4.17994 4.18C2.27994 6.08 2.27994 9.18 4.17994 11.08C6.07994 12.98 9.17994 12.98 11.0799 11.08C11.9999 10.16 12.5099 8.93 12.5099 7.63C12.5099 6.33 11.9999 5.1 11.0799 4.18C10.1599 3.26 8.92994 2.75 7.62994 2.75Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const c = e.memo(t);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
c as default
|
|
27
26
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(r) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M12.77 3.85V3.75C12.77 3.34 13.11 3 13.52 3C13.93 3 14.27 3.34 14.27 3.75C14.27 4.16 13.93 4.55 13.52 4.55C13.11 4.55 12.77 4.26 12.77 3.85ZM13.52 6.9C13.11 6.9 12.77 7.24 12.77 7.65V7.75C12.77 8.16 13.11 8.5 13.52 8.5C13.93 8.5 14.27 8.16 14.27 7.75V7.65C14.27 7.24 13.93 6.9 13.52 6.9ZM13.52 11C13.11 11 12.77 11.34 12.77 11.75V11.85C12.77 12.26 13.11 12.55 13.52 12.55C13.93 12.55 14.27 12.16 14.27 11.75C14.27 11.34 13.93 11 13.52 11ZM11.09 7.05H2.75C2.34 7.05 2 7.39 2 7.8C2 8.21 2.34 8.55 2.75 8.55H11.09C11.5 8.55 11.84 8.21 11.84 7.8C11.84 7.39 11.5 7.05 11.09 7.05ZM11.09 11.05H2.75C2.34 11.05 2 11.39 2 11.8C2 12.21 2.34 12.55 2.75 12.55H11.09C11.5 12.55 11.84 12.21 11.84 11.8C11.84 11.39 11.5 11.05 11.09 11.05ZM11.09 3.05H2.75C2.34 3.05 2 3.39 2 3.8C2 4.21 2.34 4.55 2.75 4.55H11.09C11.5 4.55 11.84 4.21 11.84 3.8C11.84 3.39 11.5 3.05 11.09 3.05Z",
|
|
15
|
+
stroke: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const i = t.memo(e);
|
|
22
|
+
export {
|
|
23
|
+
i as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function o(C) {
|
|
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
|
+
...C,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M10.75 5H11.72C10.84 4.05 9.59 3.5 8.25 3.5C5.63 3.5 3.5 5.63 3.5 8.25C3.5 10.87 5.63 13 8.25 13C10.87 13 13 10.87 13 8.25C13 7.84 13.34 7.5 13.75 7.5C14.16 7.5 14.5 7.84 14.5 8.25C14.5 11.7 11.7 14.5 8.25 14.5C4.8 14.5 2 11.7 2 8.25C2 4.8 4.8 2 8.25 2C10.11 2 11.83 2.82 13 4.2V2.75C13 2.34 13.34 2 13.75 2C14.16 2 14.5 2.34 14.5 2.75V5.75C14.5 6.16 14.16 6.5 13.75 6.5H10.75C10.34 6.5 10 6.16 10 5.75C10 5.34 10.34 5 10.75 5ZM7.01 7.18V9.32C7.01 9.75 7.49 10.02 7.85 9.79L9.56 8.72C9.91 8.5 9.91 8 9.56 7.79L7.85 6.72C7.48 6.49 7.01 6.75 7.01 7.19V7.18Z",
|
|
15
|
+
stroke: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const c = e.memo(o);
|
|
22
|
+
export {
|
|
23
|
+
c as default
|
|
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: "M11 12.75C10.9 12.75 10.8 12.73 10.71 12.69C10.62 12.65 10.54 12.6 10.47 12.53L8.47 10.53C8.18 10.24 8.18 9.76 8.47 9.47C8.76 9.18 9.24 9.18 9.53 9.47L10.25 10.19V4C10.25 3.59 10.59 3.25 11 3.25C11.41 3.25 11.75 3.59 11.75 4V10.19L12.47 9.47C12.76 9.18 13.24 9.18 13.53 9.47C13.82 9.76 13.82 10.24 13.53 10.53L11.53 12.53C11.46 12.6 11.38 12.66 11.29 12.69C11.2 12.73 11.1 12.75 11 12.75ZM5 12.75C4.59 12.75 4.25 12.41 4.25 12V5.81L3.53 6.53C3.24 6.82 2.76 6.82 2.47 6.53C2.18 6.24 2.18 5.76 2.47 5.47L4.47 3.47C4.54 3.4 4.62 3.34 4.71 3.31C4.89 3.24 5.11 3.24 5.29 3.31C5.38 3.35 5.46 3.4 5.53 3.47L7.53 5.47C7.82 5.76 7.82 6.24 7.53 6.53C7.24 6.82 6.76 6.82 6.47 6.53L5.75 5.81V12C5.75 12.41 5.41 12.75 5 12.75Z"
|
|
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
|
};
|
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function e(
|
|
2
|
+
import o from "react";
|
|
3
|
+
function e(t) {
|
|
4
4
|
return /* @__PURE__ */ r(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
|
-
viewBox: "0 0
|
|
8
|
-
fill: "
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
10
|
+
...t,
|
|
11
11
|
children: /* @__PURE__ */ r(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
|
-
d: "
|
|
15
|
-
fill: "currentColor"
|
|
14
|
+
d: "M12 13.75H4C3.04 13.75 2.25 12.96 2.25 12V4C2.25 3.04 3.04 2.25 4 2.25H12C12.96 2.25 13.75 3.04 13.75 4V12C13.75 12.96 12.96 13.75 12 13.75ZM4 3.75C3.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 12V4C12.25 3.86 12.14 3.75 12 3.75H4Z"
|
|
16
15
|
}
|
|
17
16
|
)
|
|
18
17
|
}
|
|
19
18
|
);
|
|
20
19
|
}
|
|
21
|
-
const
|
|
20
|
+
const l = o.memo(e);
|
|
22
21
|
export {
|
|
23
|
-
|
|
22
|
+
l as default
|
|
24
23
|
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function o(e) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...e,
|
|
10
|
+
children: /* @__PURE__ */ r(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "M6 0.5V5.5C6 5.78 5.78 6 5.5 6H0.5C0.22 6 0 5.78 0 5.5V0.5C0 0.22 0.22 0 0.5 0H5.5C5.78 0 6 0.22 6 0.5Z"
|
|
15
|
+
}
|
|
16
|
+
)
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
const a = t.memo(o);
|
|
21
|
+
export {
|
|
22
|
+
a as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e 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
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M7 10.75C6.81 10.75 6.62 10.68 6.47 10.53L4.47 8.53C4.18 8.24 4.18 7.76 4.47 7.47C4.76 7.18 5.24 7.18 5.53 7.47L7 8.94L10.47 5.47C10.76 5.18 11.24 5.18 11.53 5.47C11.82 5.76 11.82 6.24 11.53 6.53L7.53 10.53C7.38 10.68 7.19 10.75 7 10.75ZM14.75 12.5V3.5C14.75 2.26 13.74 1.25 12.5 1.25H3.5C2.26 1.25 1.25 2.26 1.25 3.5V12.5C1.25 13.74 2.26 14.75 3.5 14.75H12.5C13.74 14.75 14.75 13.74 14.75 12.5ZM12.5 2.75C12.91 2.75 13.25 3.09 13.25 3.5V12.5C13.25 12.91 12.91 13.25 12.5 13.25H3.5C3.09 13.25 2.75 12.91 2.75 12.5V3.5C2.75 3.09 3.09 2.75 3.5 2.75H12.5Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const i = e.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function e(
|
|
2
|
+
import t 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: "
|
|
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.75ZM3.8 4.86C3.14 5.74 2.75 6.83 2.75 8C2.75 10.89 5.1 13.25 8 13.25C9.18 13.25 10.27 12.86 11.14 12.2L3.79 4.85L3.8 4.86ZM4.86 3.8L12.21 11.15C12.87 10.27 13.26 9.18 13.26 8.01C13.26 5.12 10.91 2.76 8.01 2.76C6.83 2.76 5.74 3.15 4.87 3.81L4.86 3.8Z"
|
|
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
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function t(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
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.1 2.75 8C2.75 10.9 5.1 13.25 8 13.25C10.9 13.25 13.25 10.9 13.25 8C13.25 5.1 10.9 2.75 8 2.75ZM7.71 10.27L10.71 7.27C11 6.98 11 6.5 10.71 6.21C10.42 5.92 9.94 5.92 9.65 6.21L7.18 8.68L6.67 8.17C6.38 7.88 5.9 7.88 5.61 8.17C5.32 8.46 5.32 8.94 5.61 9.23L6.65 10.27C6.8 10.42 6.99 10.49 7.18 10.49C7.37 10.49 7.56 10.42 7.71 10.27Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const s = e.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
s as default
|
|
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: "M5.99994 12.2499C5.80994 12.2499 5.61994 12.1799 5.46994 12.0299L2.46994 9.02994C2.17994 8.73994 2.17994 8.25994 2.46994 7.96994C2.75994 7.67994 3.23994 7.67994 3.52994 7.96994L5.99994 10.4399L12.4699 3.96994C12.7599 3.67994 13.2399 3.67994 13.5299 3.96994C13.8199 4.25994 13.8199 4.73994 13.5299 5.02994L6.52994 12.0299C6.37994 12.1799 6.18994 12.2499 5.99994 12.2499Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const c = t.memo(e);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
c as default
|
|
27
26
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import o from "react";
|
|
3
|
+
function e(C) {
|
|
4
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
|
-
...
|
|
10
|
+
...C,
|
|
11
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: "M6 13.7499C5.81 13.7499 5.62 13.6799 5.47 13.5299L3.47 11.5299C3.4 11.4599 3.34001 11.3799 3.31001 11.2899C3.27001 11.1999 3.25 11.0999 3.25 10.9999C3.25 10.8999 3.27001 10.7999 3.31001 10.7099C3.35001 10.6199 3.4 10.5399 3.47 10.4699L5.47 8.46994C5.76 8.17994 6.24 8.17994 6.53 8.46994C6.82 8.75994 6.82 9.23994 6.53 9.52994L5.81001 10.2499H12C12.41 10.2499 12.75 10.5899 12.75 10.9999C12.75 11.4099 12.41 11.7499 12 11.7499H5.81001L6.53 12.4699C6.82 12.7599 6.82 13.2399 6.53 13.5299C6.38 13.6799 6.19 13.7499 6 13.7499ZM10 7.74994C9.81 7.74994 9.62 7.67994 9.47 7.52994C9.18 7.23994 9.18 6.75994 9.47 6.46994L10.19 5.74994H4C3.59 5.74994 3.25 5.40994 3.25 4.99994C3.25 4.58994 3.59 4.24994 4 4.24994H10.19L9.47 3.52994C9.18 3.23994 9.18 2.75994 9.47 2.46994C9.76 2.17994 10.24 2.17994 10.53 2.46994L12.53 4.46994C12.6 4.53994 12.66 4.61994 12.69 4.70994C12.73 4.79994 12.75 4.89994 12.75 4.99994C12.75 5.09994 12.73 5.19994 12.69 5.28994C12.65 5.37994 12.6 5.45994 12.53 5.52994L10.53 7.52994C10.38 7.67994 10.19 7.74994 10 7.74994Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const s = o.memo(e);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
s as default
|
|
27
26
|
};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import t from "react";
|
|
3
|
+
function o(r) {
|
|
4
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
|
-
...
|
|
10
|
+
...r,
|
|
11
11
|
children: /* @__PURE__ */ C(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
|
-
d: "
|
|
14
|
+
d: "M13 4.25H10.75V3C10.75 2.04 9.96 1.25 9 1.25H7C6.04 1.25 5.25 2.04 5.25 3V4.25H3C2.59 4.25 2.25 4.59 2.25 5C2.25 5.41 2.59 5.75 3 5.75H3.25V12C3.25 13.52 4.48 14.75 6 14.75H10C11.52 14.75 12.75 13.52 12.75 12V5.75H13C13.41 5.75 13.75 5.41 13.75 5C13.75 4.59 13.41 4.25 13 4.25ZM6.75 3C6.75 2.86 6.86 2.75 7 2.75H9C9.14 2.75 9.25 2.86 9.25 3V4.25H6.75V3ZM11.25 12C11.25 12.69 10.69 13.25 10 13.25H6C5.31 13.25 4.75 12.69 4.75 12V5.75H11.25V12ZM7.44 7.5V11.5C7.44 11.91 7.1 12.25 6.69 12.25C6.28 12.25 5.94 11.91 5.94 11.5V7.5C5.94 7.09 6.28 6.75 6.69 6.75C7.1 6.75 7.44 7.09 7.44 7.5ZM10.06 7.5V11.5C10.06 11.91 9.72001 12.25 9.31001 12.25C8.90001 12.25 8.56001 11.91 8.56001 11.5V7.5C8.56001 7.09 8.90001 6.75 9.31001 6.75C9.72001 6.75 10.06 7.09 10.06 7.5Z"
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const e = t.memo(o);
|
|
21
21
|
export {
|
|
22
|
-
|
|
22
|
+
e as default
|
|
23
23
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
function
|
|
3
|
+
function C(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: "M10 13.2499H7.64C7.23 13.2499 6.89 12.9099 6.89 12.4999C6.89 12.0899 7.23 11.7499 7.64 11.7499H10C11.24 11.7499 12.25 10.7399 12.25 9.49994C12.25 8.25994 11.24 7.24994 10 7.24994H4.81001L6.53 8.96994C6.82 9.25994 6.82 9.73994 6.53 10.0299C6.24 10.3199 5.76 10.3199 5.47 10.0299L2.47 7.02994C2.4 6.95994 2.34001 6.87994 2.31001 6.78994C2.27001 6.69994 2.25 6.59994 2.25 6.49994C2.25 6.39994 2.27001 6.29994 2.31001 6.20994C2.35001 6.11994 2.4 6.03994 2.47 5.96994L5.47 2.96994C5.76 2.67994 6.24 2.67994 6.53 2.96994C6.82 3.25994 6.82 3.73994 6.53 4.02994L4.81001 5.74994H10C12.07 5.74994 13.75 7.42994 13.75 9.49994C13.75 11.5699 12.07 13.2499 10 13.2499Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const i = t.memo(C);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
i 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: "M13.7487 7.00122C13.7487 6.81122 13.6787 6.62122 13.5287 6.47122L8.52872 1.47122C8.45872 1.40122 8.37872 1.34123 8.28872 1.31123C8.19872 1.27123 8.09872 1.25122 7.99872 1.25122C7.89872 1.25122 7.79872 1.27123 7.70872 1.31123C7.61872 1.35123 7.53872 1.40122 7.46872 1.47122L2.46872 6.47122C2.17872 6.76122 2.17872 7.24122 2.46872 7.53122C2.75872 7.82122 3.23872 7.82122 3.52872 7.53122L7.24872 3.81123L7.24872 14.0012C7.24872 14.4112 7.58872 14.7512 7.99872 14.7512C8.40872 14.7512 8.74872 14.4112 8.74872 14.0012L8.74872 3.81123L12.4687 7.53122C12.7587 7.82122 13.2387 7.82122 13.5287 7.53122C13.6787 7.38122 13.7487 7.19122 13.7487 7.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 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.7487 10.0012C12.7487 9.81116 12.6787 9.62116 12.5287 9.47116L8.52872 5.47116C8.23872 5.18116 7.75872 5.18116 7.46872 5.47116L3.46872 9.47116C3.17872 9.76116 3.17872 10.2412 3.46872 10.5312C3.75872 10.8212 4.23872 10.8212 4.52872 10.5312L7.99872 7.06117L11.4687 10.5312C11.7587 10.8212 12.2387 10.8212 12.5287 10.5312C12.6787 10.3812 12.7487 10.1912 12.7487 10.0012Z"
|
|
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
|
};
|