@moduix/react 2.1.0 → 2.2.4
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/README.md +28 -16
- package/dist/components/accordion/Accordion.d.ts +12 -13
- package/dist/components/accordion/Accordion.js +69 -68
- package/dist/components/accordion/Accordion.module.js +17 -15
- package/dist/components/accordion/Accordion_module.css +203 -0
- package/dist/components/accordion/index.d.ts +1 -2
- package/dist/components/accordion/index.js +1 -0
- package/dist/components/alert/Alert.d.ts +10 -12
- package/dist/components/alert/Alert.js +68 -70
- package/dist/components/alert/Alert.module.js +9 -11
- package/dist/components/alert/Alert_module.css +139 -0
- package/dist/components/alert/index.d.ts +1 -0
- package/dist/components/alert/index.js +1 -0
- package/dist/components/angle-slider/AngleSlider.d.ts +25 -31
- package/dist/components/angle-slider/AngleSlider.js +105 -91
- package/dist/components/angle-slider/AngleSlider.module.js +10 -12
- package/dist/components/angle-slider/AngleSlider_module.css +195 -0
- package/dist/components/angle-slider/index.d.ts +1 -2
- package/dist/components/angle-slider/index.js +1 -0
- package/dist/components/aspect-ratio/AspectRatio.d.ts +5 -7
- package/dist/components/aspect-ratio/AspectRatio.js +20 -19
- package/dist/components/aspect-ratio/AspectRatio.module.js +5 -5
- package/dist/components/aspect-ratio/AspectRatio_module.css +17 -0
- package/dist/components/aspect-ratio/index.d.ts +1 -0
- package/dist/components/aspect-ratio/index.js +1 -0
- package/dist/components/avatar/Avatar.d.ts +15 -17
- package/dist/components/avatar/Avatar.js +47 -48
- package/dist/components/avatar/Avatar.module.js +6 -8
- package/dist/components/avatar/Avatar_module.css +77 -0
- package/dist/components/avatar/index.d.ts +1 -2
- package/dist/components/avatar/index.js +1 -0
- package/dist/components/badge/Badge.d.ts +6 -8
- package/dist/components/badge/Badge.js +32 -29
- package/dist/components/badge/Badge.module.js +6 -7
- package/dist/components/badge/Badge_module.css +115 -0
- package/dist/components/badge/index.d.ts +1 -0
- package/dist/components/badge/index.js +1 -0
- package/dist/components/bleed/Bleed.d.ts +6 -8
- package/dist/components/bleed/Bleed.js +17 -17
- package/dist/components/bleed/Bleed.module.js +5 -5
- package/dist/components/bleed/Bleed_module.css +52 -0
- package/dist/components/bleed/index.d.ts +1 -0
- package/dist/components/bleed/index.js +1 -0
- package/dist/components/breadcrumbs/Breadcrumbs.d.ts +17 -24
- package/dist/components/breadcrumbs/Breadcrumbs.js +106 -95
- package/dist/components/breadcrumbs/Breadcrumbs.module.js +11 -13
- package/dist/components/breadcrumbs/Breadcrumbs_module.css +105 -0
- package/dist/components/breadcrumbs/index.d.ts +1 -2
- package/dist/components/breadcrumbs/index.js +1 -0
- package/dist/components/button/Button.d.ts +10 -12
- package/dist/components/button/Button.js +36 -28
- package/dist/components/button/Button.module.js +5 -5
- package/dist/components/button/Button_module.css +230 -0
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/button/index.js +1 -0
- package/dist/components/card/Card.d.ts +14 -16
- package/dist/components/card/Card.js +96 -98
- package/dist/components/card/Card.module.js +12 -14
- package/dist/components/card/Card_module.css +169 -0
- package/dist/components/card/index.d.ts +1 -0
- package/dist/components/card/index.js +1 -0
- package/dist/components/carousel/Carousel.d.ts +19 -22
- package/dist/components/carousel/Carousel.js +126 -125
- package/dist/components/carousel/Carousel.module.js +15 -17
- package/dist/components/carousel/Carousel_module.css +201 -0
- package/dist/components/carousel/index.d.ts +1 -2
- package/dist/components/carousel/index.js +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +15 -17
- package/dist/components/checkbox/Checkbox.js +90 -76
- package/dist/components/checkbox/Checkbox.module.js +9 -11
- package/dist/components/checkbox/Checkbox_module.css +137 -0
- package/dist/components/checkbox/index.d.ts +1 -2
- package/dist/components/checkbox/index.js +1 -0
- package/dist/components/clipboard/Clipboard.d.ts +14 -16
- package/dist/components/clipboard/Clipboard.js +95 -95
- package/dist/components/clipboard/Clipboard.module.js +11 -13
- package/dist/components/clipboard/Clipboard_module.css +156 -0
- package/dist/components/clipboard/index.d.ts +1 -2
- package/dist/components/clipboard/index.js +1 -0
- package/dist/components/close-button/CloseButton.d.ts +8 -10
- package/dist/components/close-button/CloseButton.js +34 -34
- package/dist/components/close-button/CloseButton.module.js +5 -5
- package/dist/components/close-button/CloseButton_module.css +64 -0
- package/dist/components/close-button/index.d.ts +1 -0
- package/dist/components/close-button/index.js +1 -0
- package/dist/components/collapsible/Collapsible.d.ts +10 -12
- package/dist/components/collapsible/Collapsible.js +61 -61
- package/dist/components/collapsible/Collapsible.module.js +12 -12
- package/dist/components/collapsible/Collapsible_module.css +149 -0
- package/dist/components/collapsible/index.d.ts +1 -2
- package/dist/components/collapsible/index.js +1 -0
- package/dist/components/color-picker/ColorPicker.d.ts +36 -38
- package/dist/components/color-picker/ColorPicker.js +325 -293
- package/dist/components/color-picker/ColorPicker.module.js +33 -33
- package/dist/components/color-picker/ColorPicker_module.css +507 -0
- package/dist/components/color-picker/index.d.ts +1 -2
- package/dist/components/color-picker/index.js +1 -0
- package/dist/components/combobox/Combobox.d.ts +28 -29
- package/dist/components/combobox/Combobox.js +215 -193
- package/dist/components/combobox/Combobox.module.js +23 -22
- package/dist/components/combobox/Combobox_module.css +336 -0
- package/dist/components/combobox/index.d.ts +1 -2
- package/dist/components/combobox/index.js +1 -0
- package/dist/components/command-palette/CommandPalette.d.ts +52 -77
- package/dist/components/command-palette/CommandPalette.js +370 -351
- package/dist/components/command-palette/CommandPalette.module.js +41 -40
- package/dist/components/command-palette/CommandPalette_module.css +460 -0
- package/dist/components/command-palette/index.d.ts +1 -2
- package/dist/components/command-palette/index.js +1 -0
- package/dist/components/container/Container.d.ts +6 -8
- package/dist/components/container/Container.js +17 -17
- package/dist/components/container/Container.module.js +5 -5
- package/dist/components/container/Container_module.css +46 -0
- package/dist/components/container/index.d.ts +1 -0
- package/dist/components/container/index.js +1 -0
- package/dist/components/date-input/DateInput.d.ts +16 -24
- package/dist/components/date-input/DateInput.js +103 -89
- package/dist/components/date-input/DateInput.module.js +9 -11
- package/dist/components/date-input/DateInput_module.css +110 -0
- package/dist/components/date-input/index.d.ts +1 -2
- package/dist/components/date-input/index.js +1 -0
- package/dist/components/date-picker/DatePicker.d.ts +61 -62
- package/dist/components/date-picker/DatePicker.js +429 -367
- package/dist/components/date-picker/DatePicker.module.js +28 -28
- package/dist/components/date-picker/DatePicker_module.css +435 -0
- package/dist/components/date-picker/index.d.ts +1 -2
- package/dist/components/date-picker/index.js +1 -0
- package/dist/components/dialog/Dialog.d.ts +27 -45
- package/dist/components/dialog/Dialog.js +126 -114
- package/dist/components/dialog/Dialog.module.js +22 -20
- package/dist/components/dialog/Dialog_module.css +236 -0
- package/dist/components/dialog/index.d.ts +2 -2
- package/dist/components/dialog/index.js +1 -0
- package/dist/components/drawer/Drawer.d.ts +35 -55
- package/dist/components/drawer/Drawer.js +166 -161
- package/dist/components/drawer/Drawer.module.js +39 -31
- package/dist/components/drawer/Drawer_module.css +546 -0
- package/dist/components/drawer/index.d.ts +1 -2
- package/dist/components/drawer/index.js +1 -0
- package/dist/components/editable/Editable.d.ts +15 -23
- package/dist/components/editable/Editable.js +109 -102
- package/dist/components/editable/Editable.module.js +10 -12
- package/dist/components/editable/Editable_module.css +176 -0
- package/dist/components/editable/index.d.ts +1 -2
- package/dist/components/editable/index.js +1 -0
- package/dist/components/empty/Empty.d.ts +7 -9
- package/dist/components/empty/Empty.js +64 -66
- package/dist/components/empty/Empty.module.js +9 -11
- package/dist/components/empty/Empty_module.css +91 -0
- package/dist/components/empty/index.d.ts +1 -0
- package/dist/components/empty/index.js +1 -0
- package/dist/components/field/Field.d.ts +16 -25
- package/dist/components/field/Field.js +93 -93
- package/dist/components/field/Field.module.js +11 -13
- package/dist/components/field/Field_module.css +98 -0
- package/dist/components/field/index.d.ts +1 -2
- package/dist/components/field/index.js +1 -0
- package/dist/components/fieldset/Fieldset.d.ts +9 -11
- package/dist/components/fieldset/Fieldset.js +48 -48
- package/dist/components/fieldset/Fieldset.module.js +7 -9
- package/dist/components/fieldset/Fieldset_module.css +53 -0
- package/dist/components/fieldset/index.d.ts +1 -2
- package/dist/components/fieldset/index.js +1 -0
- package/dist/components/file-upload/FileUpload.d.ts +27 -42
- package/dist/components/file-upload/FileUpload.js +196 -176
- package/dist/components/file-upload/FileUpload.module.js +19 -21
- package/dist/components/file-upload/FileUpload_module.css +378 -0
- package/dist/components/file-upload/index.d.ts +1 -2
- package/dist/components/file-upload/index.js +1 -0
- package/dist/components/floating-panel/FloatingPanel.d.ts +32 -50
- package/dist/components/floating-panel/FloatingPanel.js +185 -176
- package/dist/components/floating-panel/FloatingPanel.module.js +19 -19
- package/dist/components/floating-panel/FloatingPanel_module.css +322 -0
- package/dist/components/floating-panel/index.d.ts +1 -2
- package/dist/components/floating-panel/index.js +1 -0
- package/dist/components/heading/Heading.d.ts +7 -9
- package/dist/components/heading/Heading.js +26 -26
- package/dist/components/heading/Heading.module.js +5 -5
- package/dist/components/heading/Heading_module.css +59 -0
- package/dist/components/heading/index.d.ts +1 -0
- package/dist/components/heading/index.js +1 -0
- package/dist/components/highlight/Highlight.d.ts +6 -12
- package/dist/components/highlight/Highlight.js +14 -14
- package/dist/components/highlight/Highlight.module.js +5 -5
- package/dist/components/highlight/Highlight_module.css +16 -0
- package/dist/components/highlight/index.d.ts +1 -2
- package/dist/components/highlight/index.js +1 -0
- package/dist/components/hover-card/HoverCard.d.ts +17 -28
- package/dist/components/hover-card/HoverCard.js +77 -72
- package/dist/components/hover-card/HoverCard.module.js +12 -12
- package/dist/components/hover-card/HoverCard_module.css +117 -0
- package/dist/components/hover-card/index.d.ts +1 -2
- package/dist/components/hover-card/index.js +1 -0
- package/dist/components/image/Image.d.ts +5 -11
- package/dist/components/image/Image.js +21 -23
- package/dist/components/image/Image.module.js +5 -5
- package/dist/components/image/Image_module.css +8 -0
- package/dist/components/image/index.d.ts +1 -2
- package/dist/components/image/index.js +1 -0
- package/dist/components/image-cropper/ImageCropper.d.ts +16 -19
- package/dist/components/image-cropper/ImageCropper.js +86 -86
- package/dist/components/image-cropper/ImageCropper.module.js +9 -11
- package/dist/components/image-cropper/ImageCropper_module.css +163 -0
- package/dist/components/image-cropper/index.d.ts +1 -2
- package/dist/components/image-cropper/index.js +1 -0
- package/dist/components/input/Input.d.ts +9 -12
- package/dist/components/input/Input.js +19 -18
- package/dist/components/input/Input.module.js +5 -5
- package/dist/components/input/Input_module.css +110 -0
- package/dist/components/input/index.d.ts +1 -2
- package/dist/components/input/index.js +1 -0
- package/dist/components/input-group/InputGroup.d.ts +21 -24
- package/dist/components/input-group/InputGroup.js +64 -66
- package/dist/components/input-group/InputGroup.module.js +8 -10
- package/dist/components/input-group/InputGroup_module.css +162 -0
- package/dist/components/input-group/index.d.ts +1 -2
- package/dist/components/input-group/index.js +1 -0
- package/dist/components/kbd/Kbd.d.ts +3 -5
- package/dist/components/kbd/Kbd.js +24 -26
- package/dist/components/kbd/Kbd.module.js +5 -7
- package/dist/components/kbd/Kbd_module.css +46 -0
- package/dist/components/kbd/index.d.ts +1 -0
- package/dist/components/kbd/index.js +1 -0
- package/dist/components/lightbox/Lightbox.d.ts +39 -63
- package/dist/components/lightbox/Lightbox.js +203 -194
- package/dist/components/lightbox/Lightbox.module.js +23 -21
- package/dist/components/lightbox/Lightbox_module.css +255 -0
- package/dist/components/lightbox/index.d.ts +2 -2
- package/dist/components/lightbox/index.js +1 -0
- package/dist/components/list/List.d.ts +10 -13
- package/dist/components/list/List.js +39 -41
- package/dist/components/list/List.module.js +5 -5
- package/dist/components/list/List_module.css +119 -0
- package/dist/components/list/index.d.ts +1 -2
- package/dist/components/list/index.js +1 -0
- package/dist/components/listbox/Listbox.d.ts +30 -46
- package/dist/components/listbox/Listbox.js +158 -156
- package/dist/components/listbox/Listbox.module.js +20 -22
- package/dist/components/listbox/Listbox_module.css +323 -0
- package/dist/components/listbox/index.d.ts +1 -2
- package/dist/components/listbox/index.js +1 -0
- package/dist/components/marquee/Marquee.d.ts +11 -13
- package/dist/components/marquee/Marquee.js +56 -57
- package/dist/components/marquee/Marquee.module.js +12 -12
- package/dist/components/marquee/Marquee_module.css +109 -0
- package/dist/components/marquee/index.d.ts +1 -2
- package/dist/components/marquee/index.js +1 -0
- package/dist/components/menu/Menu.d.ts +48 -78
- package/dist/components/menu/Menu.js +261 -223
- package/dist/components/menu/Menu.module.js +31 -32
- package/dist/components/menu/Menu_module.css +386 -0
- package/dist/components/menu/index.d.ts +1 -2
- package/dist/components/menu/index.js +1 -0
- package/dist/components/native-select/NativeSelect.d.ts +6 -9
- package/dist/components/native-select/NativeSelect.js +32 -29
- package/dist/components/native-select/NativeSelect.module.js +6 -8
- package/dist/components/native-select/NativeSelect_module.css +116 -0
- package/dist/components/native-select/index.d.ts +1 -2
- package/dist/components/native-select/index.js +1 -0
- package/dist/components/number-input/NumberInput.d.ts +16 -19
- package/dist/components/number-input/NumberInput.js +94 -95
- package/dist/components/number-input/NumberInput.module.js +11 -13
- package/dist/components/number-input/NumberInput_module.css +161 -0
- package/dist/components/number-input/index.d.ts +1 -2
- package/dist/components/number-input/index.js +1 -0
- package/dist/components/pagination/Pagination.d.ts +15 -18
- package/dist/components/pagination/Pagination.js +103 -94
- package/dist/components/pagination/Pagination.module.js +9 -11
- package/dist/components/pagination/Pagination_module.css +109 -0
- package/dist/components/pagination/index.d.ts +1 -2
- package/dist/components/pagination/index.js +1 -0
- package/dist/components/password-input/PasswordInput.d.ts +14 -16
- package/dist/components/password-input/PasswordInput.js +79 -74
- package/dist/components/password-input/PasswordInput.module.js +9 -11
- package/dist/components/password-input/PasswordInput_module.css +150 -0
- package/dist/components/password-input/index.d.ts +1 -2
- package/dist/components/password-input/index.js +1 -0
- package/dist/components/pin-input/PinInput.d.ts +16 -26
- package/dist/components/pin-input/PinInput.js +112 -81
- package/dist/components/pin-input/PinInput.module.js +8 -10
- package/dist/components/pin-input/PinInput_module.css +97 -0
- package/dist/components/pin-input/index.d.ts +1 -2
- package/dist/components/pin-input/index.js +1 -0
- package/dist/components/popover/Popover.d.ts +29 -49
- package/dist/components/popover/Popover.js +151 -145
- package/dist/components/popover/Popover.module.js +19 -19
- package/dist/components/popover/Popover_module.css +186 -0
- package/dist/components/popover/index.d.ts +1 -2
- package/dist/components/popover/index.js +1 -0
- package/dist/components/progress-circular/ProgressCircular.d.ts +17 -20
- package/dist/components/progress-circular/ProgressCircular.js +82 -81
- package/dist/components/progress-circular/ProgressCircular.module.js +12 -13
- package/dist/components/progress-circular/ProgressCircular_module.css +79 -0
- package/dist/components/progress-circular/index.d.ts +1 -2
- package/dist/components/progress-circular/index.js +1 -0
- package/dist/components/progress-linear/ProgressLinear.d.ts +13 -16
- package/dist/components/progress-linear/ProgressLinear.js +64 -66
- package/dist/components/progress-linear/ProgressLinear.module.js +13 -13
- package/dist/components/progress-linear/ProgressLinear_module.css +119 -0
- package/dist/components/progress-linear/index.d.ts +1 -2
- package/dist/components/progress-linear/index.js +1 -0
- package/dist/components/qr-code/QrCode.d.ts +10 -12
- package/dist/components/qr-code/QrCode.js +56 -56
- package/dist/components/qr-code/QrCode.module.js +8 -10
- package/dist/components/qr-code/QrCode_module.css +120 -0
- package/dist/components/qr-code/index.d.ts +1 -2
- package/dist/components/qr-code/index.js +1 -0
- package/dist/components/radio-group/RadioGroup.d.ts +20 -20
- package/dist/components/radio-group/RadioGroup.js +93 -78
- package/dist/components/radio-group/RadioGroup.module.js +9 -11
- package/dist/components/radio-group/RadioGroup_module.css +157 -0
- package/dist/components/radio-group/index.d.ts +2 -2
- package/dist/components/radio-group/index.js +1 -0
- package/dist/components/rating-group/RatingGroup.d.ts +20 -24
- package/dist/components/rating-group/RatingGroup.js +99 -84
- package/dist/components/rating-group/RatingGroup.module.js +10 -12
- package/dist/components/rating-group/RatingGroup_module.css +139 -0
- package/dist/components/rating-group/index.d.ts +2 -2
- package/dist/components/rating-group/index.js +1 -0
- package/dist/components/scroll-area/ScrollArea.d.ts +20 -21
- package/dist/components/scroll-area/ScrollArea.js +69 -69
- package/dist/components/scroll-area/ScrollArea.module.js +9 -11
- package/dist/components/scroll-area/ScrollArea_module.css +176 -0
- package/dist/components/scroll-area/index.d.ts +2 -2
- package/dist/components/scroll-area/index.js +1 -0
- package/dist/components/segment-group/SegmentGroup.d.ts +22 -23
- package/dist/components/segment-group/SegmentGroup.js +120 -77
- package/dist/components/segment-group/SegmentGroup.module.js +9 -11
- package/dist/components/segment-group/SegmentGroup_module.css +123 -0
- package/dist/components/segment-group/index.d.ts +1 -2
- package/dist/components/segment-group/index.js +1 -0
- package/dist/components/select/Select.d.ts +40 -57
- package/dist/components/select/Select.js +273 -242
- package/dist/components/select/Select.module.js +25 -26
- package/dist/components/select/Select_module.css +375 -0
- package/dist/components/select/index.d.ts +1 -2
- package/dist/components/select/index.js +1 -0
- package/dist/components/separator/Separator.d.ts +7 -9
- package/dist/components/separator/Separator.js +22 -22
- package/dist/components/separator/Separator.module.js +5 -5
- package/dist/components/separator/Separator_module.css +47 -0
- package/dist/components/separator/index.d.ts +1 -0
- package/dist/components/separator/index.js +1 -0
- package/dist/components/sidebar/Sidebar.d.ts +53 -67
- package/dist/components/sidebar/Sidebar.js +342 -329
- package/dist/components/sidebar/Sidebar.module.js +26 -28
- package/dist/components/sidebar/Sidebar_module.css +482 -0
- package/dist/components/sidebar/index.d.ts +1 -2
- package/dist/components/sidebar/index.js +1 -0
- package/dist/components/signature-pad/SignaturePad.d.ts +16 -19
- package/dist/components/signature-pad/SignaturePad.js +118 -105
- package/dist/components/signature-pad/SignaturePad.module.js +9 -11
- package/dist/components/signature-pad/SignaturePad_module.css +89 -0
- package/dist/components/signature-pad/index.d.ts +1 -2
- package/dist/components/signature-pad/index.js +1 -0
- package/dist/components/simple-grid/SimpleGrid.d.ts +9 -11
- package/dist/components/simple-grid/SimpleGrid.js +31 -27
- package/dist/components/simple-grid/index.d.ts +1 -0
- package/dist/components/simple-grid/index.js +1 -0
- package/dist/components/skeleton/Skeleton.d.ts +10 -12
- package/dist/components/skeleton/Skeleton.js +27 -27
- package/dist/components/skeleton/Skeleton.module.js +5 -5
- package/dist/components/skeleton/Skeleton_module.css +35 -0
- package/dist/components/skeleton/index.d.ts +1 -0
- package/dist/components/skeleton/index.js +1 -0
- package/dist/components/slider/Slider.d.ts +21 -26
- package/dist/components/slider/Slider.js +119 -110
- package/dist/components/slider/Slider.module.js +13 -15
- package/dist/components/slider/Slider_module.css +222 -0
- package/dist/components/slider/index.d.ts +1 -2
- package/dist/components/slider/index.js +1 -0
- package/dist/components/spinner/Spinner.d.ts +7 -9
- package/dist/components/spinner/Spinner.js +35 -35
- package/dist/components/spinner/Spinner.module.js +6 -8
- package/dist/components/spinner/Spinner_module.css +59 -0
- package/dist/components/spinner/index.d.ts +1 -0
- package/dist/components/spinner/index.js +1 -0
- package/dist/components/split-button/SplitButton.d.ts +20 -24
- package/dist/components/split-button/SplitButton.js +80 -81
- package/dist/components/split-button/SplitButton.module.js +6 -8
- package/dist/components/split-button/SplitButton_module.css +52 -0
- package/dist/components/split-button/index.d.ts +1 -2
- package/dist/components/split-button/index.js +1 -0
- package/dist/components/splitter/Splitter.d.ts +10 -11
- package/dist/components/splitter/Splitter.js +58 -59
- package/dist/components/splitter/Splitter.module.js +7 -9
- package/dist/components/splitter/Splitter_module.css +174 -0
- package/dist/components/splitter/index.d.ts +1 -2
- package/dist/components/splitter/index.js +1 -0
- package/dist/components/stack/Stack.d.ts +17 -20
- package/dist/components/stack/Stack.js +29 -29
- package/dist/components/stack/Stack.module.js +5 -5
- package/dist/components/stack/Stack_module.css +14 -0
- package/dist/components/stack/index.d.ts +1 -2
- package/dist/components/stack/index.js +1 -0
- package/dist/components/steps/Steps.d.ts +24 -19
- package/dist/components/steps/Steps.js +109 -108
- package/dist/components/steps/Steps.module.js +14 -16
- package/dist/components/steps/Steps_module.css +306 -0
- package/dist/components/steps/index.d.ts +1 -2
- package/dist/components/steps/index.js +1 -0
- package/dist/components/swap/Swap.d.ts +15 -10
- package/dist/components/swap/Swap.js +34 -33
- package/dist/components/swap/Swap.module.js +21 -10
- package/dist/components/swap/Swap_module.css +118 -0
- package/dist/components/swap/index.d.ts +1 -2
- package/dist/components/swap/index.js +1 -0
- package/dist/components/switch/Switch.d.ts +15 -17
- package/dist/components/switch/Switch.js +66 -60
- package/dist/components/switch/Switch.module.js +7 -9
- package/dist/components/switch/Switch_module.css +144 -0
- package/dist/components/switch/index.d.ts +2 -2
- package/dist/components/switch/index.js +1 -0
- package/dist/components/table/Table.d.ts +31 -33
- package/dist/components/table/Table.js +155 -157
- package/dist/components/table/Table.module.js +14 -16
- package/dist/components/table/Table_module.css +165 -0
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/table/index.js +1 -0
- package/dist/components/tabs/Tabs.d.ts +16 -18
- package/dist/components/tabs/Tabs.js +61 -59
- package/dist/components/tabs/Tabs.module.js +8 -10
- package/dist/components/tabs/Tabs_module.css +191 -0
- package/dist/components/tabs/index.d.ts +1 -2
- package/dist/components/tabs/index.js +1 -0
- package/dist/components/tag/Tag.d.ts +10 -12
- package/dist/components/tag/Tag.js +62 -64
- package/dist/components/tag/Tag.module.js +8 -10
- package/dist/components/tag/Tag_module.css +100 -0
- package/dist/components/tag/index.d.ts +1 -0
- package/dist/components/tag/index.js +1 -0
- package/dist/components/tags-input/TagsInput.d.ts +18 -21
- package/dist/components/tags-input/TagsInput.js +183 -133
- package/dist/components/tags-input/TagsInput.module.js +13 -15
- package/dist/components/tags-input/TagsInput_module.css +223 -0
- package/dist/components/tags-input/index.d.ts +1 -2
- package/dist/components/tags-input/index.js +1 -0
- package/dist/components/text/Text.d.ts +12 -14
- package/dist/components/text/Text.js +38 -37
- package/dist/components/text/Text.module.js +5 -5
- package/dist/components/text/Text_module.css +100 -0
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/index.js +1 -0
- package/dist/components/textarea/Textarea.d.ts +3 -6
- package/dist/components/textarea/Textarea.js +16 -18
- package/dist/components/textarea/Textarea.module.js +5 -5
- package/dist/components/textarea/Textarea_module.css +58 -0
- package/dist/components/textarea/index.d.ts +1 -2
- package/dist/components/textarea/index.js +1 -0
- package/dist/components/timer/Timer.d.ts +19 -25
- package/dist/components/timer/Timer.js +84 -71
- package/dist/components/timer/Timer.module.js +9 -11
- package/dist/components/timer/Timer_module.css +102 -0
- package/dist/components/timer/index.d.ts +1 -2
- package/dist/components/timer/index.js +1 -0
- package/dist/components/toast/Toast.d.ts +15 -17
- package/dist/components/toast/Toast.js +95 -89
- package/dist/components/toast/Toast.module.js +9 -11
- package/dist/components/toast/Toast_module.css +171 -0
- package/dist/components/toast/index.d.ts +1 -2
- package/dist/components/toast/index.js +1 -0
- package/dist/components/toggle/Toggle.d.ts +11 -13
- package/dist/components/toggle/Toggle.js +26 -27
- package/dist/components/toggle/Toggle.module.js +5 -7
- package/dist/components/toggle/Toggle_module.css +169 -0
- package/dist/components/toggle/index.d.ts +2 -2
- package/dist/components/toggle/index.js +1 -0
- package/dist/components/toggle-group/ToggleGroup.d.ts +18 -20
- package/dist/components/toggle-group/ToggleGroup.js +57 -57
- package/dist/components/toggle-group/ToggleGroup.module.js +5 -7
- package/dist/components/toggle-group/ToggleGroup_module.css +46 -0
- package/dist/components/toggle-group/index.d.ts +1 -2
- package/dist/components/toggle-group/index.js +1 -0
- package/dist/components/tooltip/Tooltip.d.ts +19 -28
- package/dist/components/tooltip/Tooltip.js +96 -71
- package/dist/components/tooltip/Tooltip.module.js +13 -12
- package/dist/components/tooltip/Tooltip_module.css +146 -0
- package/dist/components/tooltip/index.d.ts +1 -2
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/tour/Tour.d.ts +27 -34
- package/dist/components/tour/Tour.js +157 -136
- package/dist/components/tour/Tour.module.js +25 -22
- package/dist/components/tour/Tour_module.css +361 -0
- package/dist/components/tour/index.d.ts +1 -2
- package/dist/components/tour/index.js +1 -0
- package/dist/components/tree-view/TreeView.d.ts +37 -31
- package/dist/components/tree-view/TreeView.js +184 -164
- package/dist/components/tree-view/TreeView.module.js +27 -25
- package/dist/components/tree-view/TreeView_module.css +283 -0
- package/dist/components/tree-view/index.d.ts +1 -2
- package/dist/components/tree-view/index.js +1 -0
- package/dist/components/typeset/Typeset.d.ts +4 -6
- package/dist/components/typeset/Typeset.js +28 -26
- package/dist/components/typeset/Typeset.module.js +5 -7
- package/dist/components/typeset/Typeset_module.css +325 -0
- package/dist/components/typeset/index.d.ts +1 -0
- package/dist/components/typeset/index.js +1 -0
- package/dist/internal/icons/ui/Icons.d.ts +45 -0
- package/dist/internal/icons/ui/Icons.js +969 -0
- package/dist/internal/icons/ui/index.d.ts +1 -0
- package/dist/internal/icons/ui/index.js +1 -0
- package/dist/internal/normalizeClassName.d.ts +1 -0
- package/dist/internal/normalizeClassName.js +2 -0
- package/dist/internal/overlayPortal.d.ts +13 -0
- package/dist/internal/overlayPortal.js +20 -0
- package/dist/locale.d.ts +1 -0
- package/dist/locale.js +1 -0
- package/dist/presets/contrast.css +131 -0
- package/dist/presets/dense.css +144 -0
- package/dist/presets/soft.css +143 -0
- package/dist/styles/animations.css +63 -0
- package/dist/styles/borders.css +10 -0
- package/dist/styles/colors.css +206 -0
- package/dist/styles/opacity.css +6 -0
- package/dist/styles/radius.css +11 -0
- package/dist/{lib/moduix/styles → styles}/reset.css +54 -39
- package/dist/styles/shadows.css +6 -0
- package/dist/styles/sizing.css +8 -0
- package/dist/styles/spacing.css +24 -0
- package/dist/styles/style.css +14 -0
- package/dist/styles/transforms.css +5 -0
- package/dist/styles/transitions.css +28 -0
- package/dist/styles/typography.css +27 -0
- package/dist/styles/z-index.css +13 -0
- package/package.json +385 -25
- package/dist/components/accordion/Accordion.css +0 -197
- package/dist/components/alert/Alert.css +0 -122
- package/dist/components/angle-slider/AngleSlider.css +0 -192
- package/dist/components/aspect-ratio/AspectRatio.css +0 -16
- package/dist/components/avatar/Avatar.css +0 -75
- package/dist/components/badge/Badge.css +0 -110
- package/dist/components/bleed/Bleed.css +0 -51
- package/dist/components/breadcrumbs/Breadcrumbs.css +0 -97
- package/dist/components/button/Button.css +0 -213
- package/dist/components/card/Card.css +0 -164
- package/dist/components/carousel/Carousel.css +0 -200
- package/dist/components/checkbox/Checkbox.css +0 -135
- package/dist/components/clipboard/Clipboard.css +0 -145
- package/dist/components/close-button/CloseButton.css +0 -49
- package/dist/components/collapsible/Collapsible.css +0 -145
- package/dist/components/color-picker/ColorPicker.css +0 -469
- package/dist/components/combobox/Combobox.css +0 -331
- package/dist/components/command-palette/CommandPalette.css +0 -459
- package/dist/components/container/Container.css +0 -45
- package/dist/components/date-input/DateInput.css +0 -107
- package/dist/components/date-picker/DatePicker.css +0 -441
- package/dist/components/dialog/Dialog.css +0 -226
- package/dist/components/drawer/Drawer.css +0 -483
- package/dist/components/editable/Editable.css +0 -173
- package/dist/components/empty/Empty.css +0 -78
- package/dist/components/field/Field.css +0 -111
- package/dist/components/fieldset/Fieldset.css +0 -52
- package/dist/components/file-upload/FileUpload.css +0 -363
- package/dist/components/floating-panel/FloatingPanel.css +0 -323
- package/dist/components/heading/Heading.css +0 -58
- package/dist/components/highlight/Highlight.css +0 -15
- package/dist/components/hover-card/HoverCard.css +0 -111
- package/dist/components/image/Image.css +0 -7
- package/dist/components/image-cropper/ImageCropper.css +0 -151
- package/dist/components/input/Input.css +0 -83
- package/dist/components/input-group/InputGroup.css +0 -158
- package/dist/components/kbd/Kbd.css +0 -45
- package/dist/components/lightbox/Lightbox.css +0 -244
- package/dist/components/list/List.css +0 -118
- package/dist/components/listbox/Listbox.css +0 -316
- package/dist/components/marquee/Marquee.css +0 -114
- package/dist/components/menu/Menu.css +0 -380
- package/dist/components/native-select/NativeSelect.css +0 -109
- package/dist/components/number-input/NumberInput.css +0 -155
- package/dist/components/pagination/Pagination.css +0 -99
- package/dist/components/password-input/PasswordInput.css +0 -155
- package/dist/components/pin-input/PinInput.css +0 -96
- package/dist/components/popover/Popover.css +0 -172
- package/dist/components/progress-circular/ProgressCircular.css +0 -68
- package/dist/components/progress-linear/ProgressLinear.css +0 -106
- package/dist/components/qr-code/QrCode.css +0 -101
- package/dist/components/radio-group/RadioGroup.css +0 -147
- package/dist/components/rating-group/RatingGroup.css +0 -133
- package/dist/components/scroll-area/ScrollArea.css +0 -167
- package/dist/components/segment-group/SegmentGroup.css +0 -120
- package/dist/components/select/Select.css +0 -377
- package/dist/components/separator/Separator.css +0 -45
- package/dist/components/sidebar/Sidebar.css +0 -479
- package/dist/components/signature-pad/SignaturePad.css +0 -95
- package/dist/components/skeleton/Skeleton.css +0 -29
- package/dist/components/slider/Slider.css +0 -171
- package/dist/components/spinner/Spinner.css +0 -60
- package/dist/components/split-button/SplitButton.css +0 -51
- package/dist/components/splitter/Splitter.css +0 -175
- package/dist/components/stack/Stack.css +0 -13
- package/dist/components/steps/Steps.css +0 -284
- package/dist/components/swap/Swap.css +0 -45
- package/dist/components/switch/Switch.css +0 -130
- package/dist/components/table/Table.css +0 -162
- package/dist/components/tabs/Tabs.css +0 -188
- package/dist/components/tag/Tag.css +0 -98
- package/dist/components/tags-input/TagsInput.css +0 -212
- package/dist/components/text/Text.css +0 -87
- package/dist/components/textarea/Textarea.css +0 -56
- package/dist/components/timer/Timer.css +0 -95
- package/dist/components/toast/Toast.css +0 -155
- package/dist/components/toggle/Toggle.css +0 -167
- package/dist/components/toggle-group/ToggleGroup.css +0 -42
- package/dist/components/tooltip/Tooltip.css +0 -130
- package/dist/components/tour/Tour.css +0 -291
- package/dist/components/tree-view/TreeView.css +0 -264
- package/dist/components/typeset/Typeset.css +0 -317
- package/dist/index.d.ts +0 -86
- package/dist/index.js +0 -86
- package/dist/lib/moduix/icons/ui/Icons.d.ts +0 -7
- package/dist/lib/moduix/icons/ui/Icons.js +0 -532
- package/dist/lib/moduix/icons/ui/index.d.ts +0 -2
- package/dist/lib/moduix/normalizeClassName.js +0 -4
- package/dist/lib/moduix/overlayPortal.d.ts +0 -9
- package/dist/lib/moduix/overlayPortal.js +0 -21
- package/dist/lib/moduix/presets/contrast.css +0 -65
- package/dist/lib/moduix/presets/dense.css +0 -78
- package/dist/lib/moduix/presets/soft.css +0 -77
- package/dist/lib/moduix/styles/style.css +0 -301
- package/dist/presets/contrast.d.ts +0 -1
- package/dist/presets/contrast.js +0 -1
- package/dist/presets/dense.d.ts +0 -1
- package/dist/presets/dense.js +0 -1
- package/dist/presets/soft.d.ts +0 -1
- package/dist/presets/soft.js +0 -1
- package/dist/reset.d.ts +0 -1
- package/dist/reset.js +0 -1
- package/dist/style.d.ts +0 -1
- package/dist/style.js +0 -1
|
@@ -0,0 +1,969 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
function ChevronLeftIcon(props) {
|
|
3
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: "24",
|
|
6
|
+
height: "24",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: "3",
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
"aria-hidden": "true",
|
|
14
|
+
focusable: "false",
|
|
15
|
+
...props,
|
|
16
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
17
|
+
d: "m15 18-6-6 6-6"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
function ChevronRightIcon(props) {
|
|
22
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
width: "24",
|
|
25
|
+
height: "24",
|
|
26
|
+
viewBox: "0 0 24 24",
|
|
27
|
+
fill: "none",
|
|
28
|
+
stroke: "currentColor",
|
|
29
|
+
strokeWidth: "3",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round",
|
|
32
|
+
"aria-hidden": "true",
|
|
33
|
+
focusable: "false",
|
|
34
|
+
...props,
|
|
35
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "m9 18 6-6-6-6"
|
|
37
|
+
})
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
function ChevronDownIcon(props) {
|
|
41
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
42
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
43
|
+
width: "24",
|
|
44
|
+
height: "24",
|
|
45
|
+
viewBox: "0 0 24 24",
|
|
46
|
+
fill: "none",
|
|
47
|
+
stroke: "currentColor",
|
|
48
|
+
strokeWidth: "3",
|
|
49
|
+
strokeLinecap: "round",
|
|
50
|
+
strokeLinejoin: "round",
|
|
51
|
+
"aria-hidden": "true",
|
|
52
|
+
focusable: "false",
|
|
53
|
+
...props,
|
|
54
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
55
|
+
d: "m6 9 6 6 6-6"
|
|
56
|
+
})
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
function CalendarIcon(props) {
|
|
60
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
61
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
62
|
+
width: "24",
|
|
63
|
+
height: "24",
|
|
64
|
+
viewBox: "0 0 24 24",
|
|
65
|
+
fill: "none",
|
|
66
|
+
stroke: "currentColor",
|
|
67
|
+
strokeWidth: "2.5",
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round",
|
|
70
|
+
"aria-hidden": "true",
|
|
71
|
+
focusable: "false",
|
|
72
|
+
...props,
|
|
73
|
+
children: [
|
|
74
|
+
/*#__PURE__*/ jsx("path", {
|
|
75
|
+
d: "M8 2v4"
|
|
76
|
+
}),
|
|
77
|
+
/*#__PURE__*/ jsx("path", {
|
|
78
|
+
d: "M16 2v4"
|
|
79
|
+
}),
|
|
80
|
+
/*#__PURE__*/ jsx("rect", {
|
|
81
|
+
width: "18",
|
|
82
|
+
height: "18",
|
|
83
|
+
x: "3",
|
|
84
|
+
y: "4",
|
|
85
|
+
rx: "2"
|
|
86
|
+
}),
|
|
87
|
+
/*#__PURE__*/ jsx("path", {
|
|
88
|
+
d: "M3 10h18"
|
|
89
|
+
})
|
|
90
|
+
]
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
function ChevronUpIcon(props) {
|
|
94
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
95
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
+
width: "24",
|
|
97
|
+
height: "24",
|
|
98
|
+
viewBox: "0 0 24 24",
|
|
99
|
+
fill: "none",
|
|
100
|
+
stroke: "currentColor",
|
|
101
|
+
strokeWidth: "3",
|
|
102
|
+
strokeLinecap: "round",
|
|
103
|
+
strokeLinejoin: "round",
|
|
104
|
+
"aria-hidden": "true",
|
|
105
|
+
focusable: "false",
|
|
106
|
+
...props,
|
|
107
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
108
|
+
d: "m18 15-6-6-6 6"
|
|
109
|
+
})
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
function ChevronUpDownIcon(props) {
|
|
113
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
114
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
115
|
+
width: "24",
|
|
116
|
+
height: "24",
|
|
117
|
+
viewBox: "0 0 24 24",
|
|
118
|
+
fill: "none",
|
|
119
|
+
stroke: "currentColor",
|
|
120
|
+
strokeWidth: "3",
|
|
121
|
+
strokeLinecap: "round",
|
|
122
|
+
strokeLinejoin: "round",
|
|
123
|
+
"aria-hidden": "true",
|
|
124
|
+
focusable: "false",
|
|
125
|
+
...props,
|
|
126
|
+
children: [
|
|
127
|
+
/*#__PURE__*/ jsx("path", {
|
|
128
|
+
d: "m7 15 5 5 5-5"
|
|
129
|
+
}),
|
|
130
|
+
/*#__PURE__*/ jsx("path", {
|
|
131
|
+
d: "m7 9 5-5 5 5"
|
|
132
|
+
})
|
|
133
|
+
]
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
function PlusIcon(props) {
|
|
137
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
138
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
139
|
+
width: "24",
|
|
140
|
+
height: "24",
|
|
141
|
+
viewBox: "0 0 24 24",
|
|
142
|
+
fill: "none",
|
|
143
|
+
stroke: "currentColor",
|
|
144
|
+
strokeWidth: "3",
|
|
145
|
+
strokeLinecap: "round",
|
|
146
|
+
strokeLinejoin: "round",
|
|
147
|
+
"aria-hidden": "true",
|
|
148
|
+
focusable: "false",
|
|
149
|
+
...props,
|
|
150
|
+
children: [
|
|
151
|
+
/*#__PURE__*/ jsx("path", {
|
|
152
|
+
d: "M5 12h14"
|
|
153
|
+
}),
|
|
154
|
+
/*#__PURE__*/ jsx("path", {
|
|
155
|
+
d: "M12 5v14"
|
|
156
|
+
})
|
|
157
|
+
]
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
function MinusIcon(props) {
|
|
161
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
162
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
163
|
+
width: "24",
|
|
164
|
+
height: "24",
|
|
165
|
+
viewBox: "0 0 24 24",
|
|
166
|
+
fill: "none",
|
|
167
|
+
stroke: "currentColor",
|
|
168
|
+
strokeWidth: "3",
|
|
169
|
+
strokeLinecap: "round",
|
|
170
|
+
strokeLinejoin: "round",
|
|
171
|
+
"aria-hidden": "true",
|
|
172
|
+
focusable: "false",
|
|
173
|
+
...props,
|
|
174
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
175
|
+
d: "M5 12h14"
|
|
176
|
+
})
|
|
177
|
+
});
|
|
178
|
+
}
|
|
179
|
+
function ZoomOutIcon(props) {
|
|
180
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
182
|
+
width: "24",
|
|
183
|
+
height: "24",
|
|
184
|
+
viewBox: "0 0 24 24",
|
|
185
|
+
fill: "none",
|
|
186
|
+
stroke: "currentColor",
|
|
187
|
+
strokeWidth: "2",
|
|
188
|
+
strokeLinecap: "round",
|
|
189
|
+
strokeLinejoin: "round",
|
|
190
|
+
"aria-hidden": "true",
|
|
191
|
+
focusable: "false",
|
|
192
|
+
...props,
|
|
193
|
+
children: [
|
|
194
|
+
/*#__PURE__*/ jsx("circle", {
|
|
195
|
+
cx: "11",
|
|
196
|
+
cy: "11",
|
|
197
|
+
r: "8"
|
|
198
|
+
}),
|
|
199
|
+
/*#__PURE__*/ jsx("line", {
|
|
200
|
+
x1: "21",
|
|
201
|
+
x2: "16.65",
|
|
202
|
+
y1: "21",
|
|
203
|
+
y2: "16.65"
|
|
204
|
+
}),
|
|
205
|
+
/*#__PURE__*/ jsx("line", {
|
|
206
|
+
x1: "8",
|
|
207
|
+
x2: "14",
|
|
208
|
+
y1: "11",
|
|
209
|
+
y2: "11"
|
|
210
|
+
})
|
|
211
|
+
]
|
|
212
|
+
});
|
|
213
|
+
}
|
|
214
|
+
function ZoomInIcon(props) {
|
|
215
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
216
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
217
|
+
width: "24",
|
|
218
|
+
height: "24",
|
|
219
|
+
viewBox: "0 0 24 24",
|
|
220
|
+
fill: "none",
|
|
221
|
+
stroke: "currentColor",
|
|
222
|
+
strokeWidth: "2",
|
|
223
|
+
strokeLinecap: "round",
|
|
224
|
+
strokeLinejoin: "round",
|
|
225
|
+
"aria-hidden": "true",
|
|
226
|
+
focusable: "false",
|
|
227
|
+
...props,
|
|
228
|
+
children: [
|
|
229
|
+
/*#__PURE__*/ jsx("circle", {
|
|
230
|
+
cx: "11",
|
|
231
|
+
cy: "11",
|
|
232
|
+
r: "8"
|
|
233
|
+
}),
|
|
234
|
+
/*#__PURE__*/ jsx("line", {
|
|
235
|
+
x1: "21",
|
|
236
|
+
x2: "16.65",
|
|
237
|
+
y1: "21",
|
|
238
|
+
y2: "16.65"
|
|
239
|
+
}),
|
|
240
|
+
/*#__PURE__*/ jsx("line", {
|
|
241
|
+
x1: "11",
|
|
242
|
+
x2: "11",
|
|
243
|
+
y1: "8",
|
|
244
|
+
y2: "14"
|
|
245
|
+
}),
|
|
246
|
+
/*#__PURE__*/ jsx("line", {
|
|
247
|
+
x1: "8",
|
|
248
|
+
x2: "14",
|
|
249
|
+
y1: "11",
|
|
250
|
+
y2: "11"
|
|
251
|
+
})
|
|
252
|
+
]
|
|
253
|
+
});
|
|
254
|
+
}
|
|
255
|
+
function RotateCcwIcon(props) {
|
|
256
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
257
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
258
|
+
width: "24",
|
|
259
|
+
height: "24",
|
|
260
|
+
viewBox: "0 0 24 24",
|
|
261
|
+
fill: "none",
|
|
262
|
+
stroke: "currentColor",
|
|
263
|
+
strokeWidth: "2",
|
|
264
|
+
strokeLinecap: "round",
|
|
265
|
+
strokeLinejoin: "round",
|
|
266
|
+
"aria-hidden": "true",
|
|
267
|
+
focusable: "false",
|
|
268
|
+
...props,
|
|
269
|
+
children: [
|
|
270
|
+
/*#__PURE__*/ jsx("path", {
|
|
271
|
+
d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"
|
|
272
|
+
}),
|
|
273
|
+
/*#__PURE__*/ jsx("path", {
|
|
274
|
+
d: "M3 3v5h5"
|
|
275
|
+
})
|
|
276
|
+
]
|
|
277
|
+
});
|
|
278
|
+
}
|
|
279
|
+
function RotateCwIcon(props) {
|
|
280
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
281
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
282
|
+
width: "24",
|
|
283
|
+
height: "24",
|
|
284
|
+
viewBox: "0 0 24 24",
|
|
285
|
+
fill: "none",
|
|
286
|
+
stroke: "currentColor",
|
|
287
|
+
strokeWidth: "2",
|
|
288
|
+
strokeLinecap: "round",
|
|
289
|
+
strokeLinejoin: "round",
|
|
290
|
+
"aria-hidden": "true",
|
|
291
|
+
focusable: "false",
|
|
292
|
+
...props,
|
|
293
|
+
children: [
|
|
294
|
+
/*#__PURE__*/ jsx("path", {
|
|
295
|
+
d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"
|
|
296
|
+
}),
|
|
297
|
+
/*#__PURE__*/ jsx("path", {
|
|
298
|
+
d: "M21 3v5h-5"
|
|
299
|
+
})
|
|
300
|
+
]
|
|
301
|
+
});
|
|
302
|
+
}
|
|
303
|
+
function PlayIcon(props) {
|
|
304
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
305
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
306
|
+
width: "24",
|
|
307
|
+
height: "24",
|
|
308
|
+
viewBox: "0 0 24 24",
|
|
309
|
+
fill: "none",
|
|
310
|
+
stroke: "currentColor",
|
|
311
|
+
strokeWidth: "2",
|
|
312
|
+
strokeLinecap: "round",
|
|
313
|
+
strokeLinejoin: "round",
|
|
314
|
+
"aria-hidden": "true",
|
|
315
|
+
focusable: "false",
|
|
316
|
+
...props,
|
|
317
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
318
|
+
d: "M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"
|
|
319
|
+
})
|
|
320
|
+
});
|
|
321
|
+
}
|
|
322
|
+
function PauseIcon(props) {
|
|
323
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
324
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
325
|
+
width: "24",
|
|
326
|
+
height: "24",
|
|
327
|
+
viewBox: "0 0 24 24",
|
|
328
|
+
fill: "none",
|
|
329
|
+
stroke: "currentColor",
|
|
330
|
+
strokeWidth: "2",
|
|
331
|
+
strokeLinecap: "round",
|
|
332
|
+
strokeLinejoin: "round",
|
|
333
|
+
"aria-hidden": "true",
|
|
334
|
+
focusable: "false",
|
|
335
|
+
...props,
|
|
336
|
+
children: [
|
|
337
|
+
/*#__PURE__*/ jsx("rect", {
|
|
338
|
+
x: "14",
|
|
339
|
+
y: "3",
|
|
340
|
+
width: "5",
|
|
341
|
+
height: "18",
|
|
342
|
+
rx: "1"
|
|
343
|
+
}),
|
|
344
|
+
/*#__PURE__*/ jsx("rect", {
|
|
345
|
+
x: "5",
|
|
346
|
+
y: "3",
|
|
347
|
+
width: "5",
|
|
348
|
+
height: "18",
|
|
349
|
+
rx: "1"
|
|
350
|
+
})
|
|
351
|
+
]
|
|
352
|
+
});
|
|
353
|
+
}
|
|
354
|
+
function RestartIcon(props) {
|
|
355
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
356
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
357
|
+
width: "24",
|
|
358
|
+
height: "24",
|
|
359
|
+
viewBox: "0 0 24 24",
|
|
360
|
+
fill: "none",
|
|
361
|
+
stroke: "currentColor",
|
|
362
|
+
strokeWidth: "2",
|
|
363
|
+
strokeLinecap: "round",
|
|
364
|
+
strokeLinejoin: "round",
|
|
365
|
+
"aria-hidden": "true",
|
|
366
|
+
focusable: "false",
|
|
367
|
+
...props,
|
|
368
|
+
children: [
|
|
369
|
+
/*#__PURE__*/ jsx("path", {
|
|
370
|
+
d: "M21 5H3"
|
|
371
|
+
}),
|
|
372
|
+
/*#__PURE__*/ jsx("path", {
|
|
373
|
+
d: "M7 12H3"
|
|
374
|
+
}),
|
|
375
|
+
/*#__PURE__*/ jsx("path", {
|
|
376
|
+
d: "M7 19H3"
|
|
377
|
+
}),
|
|
378
|
+
/*#__PURE__*/ jsx("path", {
|
|
379
|
+
d: "M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14"
|
|
380
|
+
}),
|
|
381
|
+
/*#__PURE__*/ jsx("path", {
|
|
382
|
+
d: "M11 10v4h4"
|
|
383
|
+
})
|
|
384
|
+
]
|
|
385
|
+
});
|
|
386
|
+
}
|
|
387
|
+
function FlipHorizontalIcon(props) {
|
|
388
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
389
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
390
|
+
width: "24",
|
|
391
|
+
height: "24",
|
|
392
|
+
viewBox: "0 0 24 24",
|
|
393
|
+
fill: "none",
|
|
394
|
+
stroke: "currentColor",
|
|
395
|
+
strokeWidth: "2",
|
|
396
|
+
strokeLinecap: "round",
|
|
397
|
+
strokeLinejoin: "round",
|
|
398
|
+
"aria-hidden": "true",
|
|
399
|
+
focusable: "false",
|
|
400
|
+
...props,
|
|
401
|
+
children: [
|
|
402
|
+
/*#__PURE__*/ jsx("path", {
|
|
403
|
+
d: "M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3"
|
|
404
|
+
}),
|
|
405
|
+
/*#__PURE__*/ jsx("path", {
|
|
406
|
+
d: "M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3"
|
|
407
|
+
}),
|
|
408
|
+
/*#__PURE__*/ jsx("path", {
|
|
409
|
+
d: "M12 20v2"
|
|
410
|
+
}),
|
|
411
|
+
/*#__PURE__*/ jsx("path", {
|
|
412
|
+
d: "M12 14v2"
|
|
413
|
+
}),
|
|
414
|
+
/*#__PURE__*/ jsx("path", {
|
|
415
|
+
d: "M12 8v2"
|
|
416
|
+
}),
|
|
417
|
+
/*#__PURE__*/ jsx("path", {
|
|
418
|
+
d: "M12 2v2"
|
|
419
|
+
})
|
|
420
|
+
]
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
function MaximizeIcon(props) {
|
|
424
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
425
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
426
|
+
width: "24",
|
|
427
|
+
height: "24",
|
|
428
|
+
viewBox: "0 0 24 24",
|
|
429
|
+
fill: "none",
|
|
430
|
+
stroke: "currentColor",
|
|
431
|
+
strokeWidth: "2",
|
|
432
|
+
strokeLinecap: "round",
|
|
433
|
+
strokeLinejoin: "round",
|
|
434
|
+
"aria-hidden": "true",
|
|
435
|
+
focusable: "false",
|
|
436
|
+
...props,
|
|
437
|
+
children: [
|
|
438
|
+
/*#__PURE__*/ jsx("path", {
|
|
439
|
+
d: "M15 3h6v6"
|
|
440
|
+
}),
|
|
441
|
+
/*#__PURE__*/ jsx("path", {
|
|
442
|
+
d: "m21 3-7 7"
|
|
443
|
+
}),
|
|
444
|
+
/*#__PURE__*/ jsx("path", {
|
|
445
|
+
d: "m3 21 7-7"
|
|
446
|
+
}),
|
|
447
|
+
/*#__PURE__*/ jsx("path", {
|
|
448
|
+
d: "M9 21H3v-6"
|
|
449
|
+
})
|
|
450
|
+
]
|
|
451
|
+
});
|
|
452
|
+
}
|
|
453
|
+
function RestoreIcon(props) {
|
|
454
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
455
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
456
|
+
width: "24",
|
|
457
|
+
height: "24",
|
|
458
|
+
viewBox: "0 0 24 24",
|
|
459
|
+
fill: "none",
|
|
460
|
+
stroke: "currentColor",
|
|
461
|
+
strokeWidth: "2",
|
|
462
|
+
strokeLinecap: "round",
|
|
463
|
+
strokeLinejoin: "round",
|
|
464
|
+
"aria-hidden": "true",
|
|
465
|
+
focusable: "false",
|
|
466
|
+
...props,
|
|
467
|
+
children: [
|
|
468
|
+
/*#__PURE__*/ jsx("rect", {
|
|
469
|
+
width: "14",
|
|
470
|
+
height: "14",
|
|
471
|
+
x: "3",
|
|
472
|
+
y: "3",
|
|
473
|
+
rx: "2"
|
|
474
|
+
}),
|
|
475
|
+
/*#__PURE__*/ jsx("path", {
|
|
476
|
+
d: "M7 21h10a2 2 0 0 0 2-2V9"
|
|
477
|
+
})
|
|
478
|
+
]
|
|
479
|
+
});
|
|
480
|
+
}
|
|
481
|
+
function GripIcon(props) {
|
|
482
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
484
|
+
width: "24",
|
|
485
|
+
height: "24",
|
|
486
|
+
viewBox: "0 0 24 24",
|
|
487
|
+
fill: "none",
|
|
488
|
+
stroke: "currentColor",
|
|
489
|
+
strokeWidth: "2",
|
|
490
|
+
strokeLinecap: "round",
|
|
491
|
+
strokeLinejoin: "round",
|
|
492
|
+
"aria-hidden": "true",
|
|
493
|
+
focusable: "false",
|
|
494
|
+
...props,
|
|
495
|
+
children: [
|
|
496
|
+
/*#__PURE__*/ jsx("circle", {
|
|
497
|
+
cx: "12",
|
|
498
|
+
cy: "5",
|
|
499
|
+
r: "1"
|
|
500
|
+
}),
|
|
501
|
+
/*#__PURE__*/ jsx("circle", {
|
|
502
|
+
cx: "19",
|
|
503
|
+
cy: "5",
|
|
504
|
+
r: "1"
|
|
505
|
+
}),
|
|
506
|
+
/*#__PURE__*/ jsx("circle", {
|
|
507
|
+
cx: "5",
|
|
508
|
+
cy: "5",
|
|
509
|
+
r: "1"
|
|
510
|
+
}),
|
|
511
|
+
/*#__PURE__*/ jsx("circle", {
|
|
512
|
+
cx: "12",
|
|
513
|
+
cy: "12",
|
|
514
|
+
r: "1"
|
|
515
|
+
}),
|
|
516
|
+
/*#__PURE__*/ jsx("circle", {
|
|
517
|
+
cx: "19",
|
|
518
|
+
cy: "12",
|
|
519
|
+
r: "1"
|
|
520
|
+
}),
|
|
521
|
+
/*#__PURE__*/ jsx("circle", {
|
|
522
|
+
cx: "5",
|
|
523
|
+
cy: "12",
|
|
524
|
+
r: "1"
|
|
525
|
+
}),
|
|
526
|
+
/*#__PURE__*/ jsx("circle", {
|
|
527
|
+
cx: "12",
|
|
528
|
+
cy: "19",
|
|
529
|
+
r: "1"
|
|
530
|
+
}),
|
|
531
|
+
/*#__PURE__*/ jsx("circle", {
|
|
532
|
+
cx: "19",
|
|
533
|
+
cy: "19",
|
|
534
|
+
r: "1"
|
|
535
|
+
}),
|
|
536
|
+
/*#__PURE__*/ jsx("circle", {
|
|
537
|
+
cx: "5",
|
|
538
|
+
cy: "19",
|
|
539
|
+
r: "1"
|
|
540
|
+
})
|
|
541
|
+
]
|
|
542
|
+
});
|
|
543
|
+
}
|
|
544
|
+
function CheckIcon(props) {
|
|
545
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
546
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
547
|
+
width: "24",
|
|
548
|
+
height: "24",
|
|
549
|
+
viewBox: "0 0 24 24",
|
|
550
|
+
fill: "none",
|
|
551
|
+
stroke: "currentColor",
|
|
552
|
+
strokeWidth: "3",
|
|
553
|
+
strokeLinecap: "round",
|
|
554
|
+
strokeLinejoin: "round",
|
|
555
|
+
"aria-hidden": "true",
|
|
556
|
+
focusable: "false",
|
|
557
|
+
...props,
|
|
558
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
559
|
+
d: "M20 6 9 17l-5-5"
|
|
560
|
+
})
|
|
561
|
+
});
|
|
562
|
+
}
|
|
563
|
+
function CloseIcon(props) {
|
|
564
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
565
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
566
|
+
width: "24",
|
|
567
|
+
height: "24",
|
|
568
|
+
viewBox: "0 0 24 24",
|
|
569
|
+
fill: "none",
|
|
570
|
+
stroke: "currentColor",
|
|
571
|
+
strokeWidth: "3",
|
|
572
|
+
strokeLinecap: "round",
|
|
573
|
+
strokeLinejoin: "round",
|
|
574
|
+
"aria-hidden": "true",
|
|
575
|
+
focusable: "false",
|
|
576
|
+
...props,
|
|
577
|
+
children: [
|
|
578
|
+
/*#__PURE__*/ jsx("path", {
|
|
579
|
+
d: "M18 6 6 18"
|
|
580
|
+
}),
|
|
581
|
+
/*#__PURE__*/ jsx("path", {
|
|
582
|
+
d: "m6 6 12 12"
|
|
583
|
+
})
|
|
584
|
+
]
|
|
585
|
+
});
|
|
586
|
+
}
|
|
587
|
+
function SearchIcon(props) {
|
|
588
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
590
|
+
width: "24",
|
|
591
|
+
height: "24",
|
|
592
|
+
viewBox: "0 0 24 24",
|
|
593
|
+
fill: "none",
|
|
594
|
+
stroke: "currentColor",
|
|
595
|
+
strokeWidth: "2",
|
|
596
|
+
strokeLinecap: "round",
|
|
597
|
+
strokeLinejoin: "round",
|
|
598
|
+
"aria-hidden": "true",
|
|
599
|
+
focusable: "false",
|
|
600
|
+
...props,
|
|
601
|
+
children: [
|
|
602
|
+
/*#__PURE__*/ jsx("path", {
|
|
603
|
+
d: "m21 21-4.34-4.34"
|
|
604
|
+
}),
|
|
605
|
+
/*#__PURE__*/ jsx("circle", {
|
|
606
|
+
cx: "11",
|
|
607
|
+
cy: "11",
|
|
608
|
+
r: "8"
|
|
609
|
+
})
|
|
610
|
+
]
|
|
611
|
+
});
|
|
612
|
+
}
|
|
613
|
+
function TrashIcon(props) {
|
|
614
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
615
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
616
|
+
width: "24",
|
|
617
|
+
height: "24",
|
|
618
|
+
viewBox: "0 0 24 24",
|
|
619
|
+
fill: "none",
|
|
620
|
+
stroke: "currentColor",
|
|
621
|
+
strokeWidth: "2",
|
|
622
|
+
strokeLinecap: "round",
|
|
623
|
+
strokeLinejoin: "round",
|
|
624
|
+
"aria-hidden": "true",
|
|
625
|
+
focusable: "false",
|
|
626
|
+
...props,
|
|
627
|
+
children: [
|
|
628
|
+
/*#__PURE__*/ jsx("path", {
|
|
629
|
+
d: "M10 11v6"
|
|
630
|
+
}),
|
|
631
|
+
/*#__PURE__*/ jsx("path", {
|
|
632
|
+
d: "M14 11v6"
|
|
633
|
+
}),
|
|
634
|
+
/*#__PURE__*/ jsx("path", {
|
|
635
|
+
d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"
|
|
636
|
+
}),
|
|
637
|
+
/*#__PURE__*/ jsx("path", {
|
|
638
|
+
d: "M3 6h18"
|
|
639
|
+
}),
|
|
640
|
+
/*#__PURE__*/ jsx("path", {
|
|
641
|
+
d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"
|
|
642
|
+
})
|
|
643
|
+
]
|
|
644
|
+
});
|
|
645
|
+
}
|
|
646
|
+
function UploadIcon(props) {
|
|
647
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
648
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
649
|
+
width: "24",
|
|
650
|
+
height: "24",
|
|
651
|
+
viewBox: "0 0 24 24",
|
|
652
|
+
fill: "none",
|
|
653
|
+
stroke: "currentColor",
|
|
654
|
+
strokeWidth: "2",
|
|
655
|
+
strokeLinecap: "round",
|
|
656
|
+
strokeLinejoin: "round",
|
|
657
|
+
"aria-hidden": "true",
|
|
658
|
+
focusable: "false",
|
|
659
|
+
...props,
|
|
660
|
+
children: [
|
|
661
|
+
/*#__PURE__*/ jsx("path", {
|
|
662
|
+
d: "M12 3v12"
|
|
663
|
+
}),
|
|
664
|
+
/*#__PURE__*/ jsx("path", {
|
|
665
|
+
d: "m17 8-5-5-5 5"
|
|
666
|
+
}),
|
|
667
|
+
/*#__PURE__*/ jsx("path", {
|
|
668
|
+
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"
|
|
669
|
+
})
|
|
670
|
+
]
|
|
671
|
+
});
|
|
672
|
+
}
|
|
673
|
+
function PencilIcon(props) {
|
|
674
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
675
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
676
|
+
width: "24",
|
|
677
|
+
height: "24",
|
|
678
|
+
viewBox: "0 0 24 24",
|
|
679
|
+
fill: "none",
|
|
680
|
+
stroke: "currentColor",
|
|
681
|
+
strokeWidth: "2",
|
|
682
|
+
strokeLinecap: "round",
|
|
683
|
+
strokeLinejoin: "round",
|
|
684
|
+
"aria-hidden": "true",
|
|
685
|
+
focusable: "false",
|
|
686
|
+
...props,
|
|
687
|
+
children: [
|
|
688
|
+
/*#__PURE__*/ jsx("path", {
|
|
689
|
+
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"
|
|
690
|
+
}),
|
|
691
|
+
/*#__PURE__*/ jsx("path", {
|
|
692
|
+
d: "m15 5 4 4"
|
|
693
|
+
})
|
|
694
|
+
]
|
|
695
|
+
});
|
|
696
|
+
}
|
|
697
|
+
function PipetteIcon(props) {
|
|
698
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
699
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
700
|
+
width: "24",
|
|
701
|
+
height: "24",
|
|
702
|
+
viewBox: "0 0 24 24",
|
|
703
|
+
fill: "none",
|
|
704
|
+
stroke: "currentColor",
|
|
705
|
+
strokeWidth: "2.5",
|
|
706
|
+
strokeLinecap: "round",
|
|
707
|
+
strokeLinejoin: "round",
|
|
708
|
+
"aria-hidden": "true",
|
|
709
|
+
focusable: "false",
|
|
710
|
+
...props,
|
|
711
|
+
children: [
|
|
712
|
+
/*#__PURE__*/ jsx("path", {
|
|
713
|
+
d: "m2 22 1-1h3l9-9"
|
|
714
|
+
}),
|
|
715
|
+
/*#__PURE__*/ jsx("path", {
|
|
716
|
+
d: "M3 21v-3l9-9"
|
|
717
|
+
}),
|
|
718
|
+
/*#__PURE__*/ jsx("path", {
|
|
719
|
+
d: "m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9"
|
|
720
|
+
}),
|
|
721
|
+
/*#__PURE__*/ jsx("path", {
|
|
722
|
+
d: "m9 12 6 6"
|
|
723
|
+
}),
|
|
724
|
+
/*#__PURE__*/ jsx("path", {
|
|
725
|
+
d: "m12 9 3-3 3 3-3 3"
|
|
726
|
+
})
|
|
727
|
+
]
|
|
728
|
+
});
|
|
729
|
+
}
|
|
730
|
+
function EyeIcon(props) {
|
|
731
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
732
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
733
|
+
width: "24",
|
|
734
|
+
height: "24",
|
|
735
|
+
viewBox: "0 0 24 24",
|
|
736
|
+
fill: "none",
|
|
737
|
+
stroke: "currentColor",
|
|
738
|
+
strokeWidth: "2",
|
|
739
|
+
strokeLinecap: "round",
|
|
740
|
+
strokeLinejoin: "round",
|
|
741
|
+
"aria-hidden": "true",
|
|
742
|
+
focusable: "false",
|
|
743
|
+
...props,
|
|
744
|
+
children: [
|
|
745
|
+
/*#__PURE__*/ jsx("path", {
|
|
746
|
+
d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
|
|
747
|
+
}),
|
|
748
|
+
/*#__PURE__*/ jsx("circle", {
|
|
749
|
+
cx: "12",
|
|
750
|
+
cy: "12",
|
|
751
|
+
r: "3"
|
|
752
|
+
})
|
|
753
|
+
]
|
|
754
|
+
});
|
|
755
|
+
}
|
|
756
|
+
function EyeClosedIcon(props) {
|
|
757
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
758
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
759
|
+
width: "24",
|
|
760
|
+
height: "24",
|
|
761
|
+
viewBox: "0 0 24 24",
|
|
762
|
+
fill: "none",
|
|
763
|
+
stroke: "currentColor",
|
|
764
|
+
strokeWidth: "2",
|
|
765
|
+
strokeLinecap: "round",
|
|
766
|
+
strokeLinejoin: "round",
|
|
767
|
+
"aria-hidden": "true",
|
|
768
|
+
focusable: "false",
|
|
769
|
+
...props,
|
|
770
|
+
children: [
|
|
771
|
+
/*#__PURE__*/ jsx("path", {
|
|
772
|
+
d: "m15 18-.722-3.25"
|
|
773
|
+
}),
|
|
774
|
+
/*#__PURE__*/ jsx("path", {
|
|
775
|
+
d: "M2 8a10.645 10.645 0 0 0 20 0"
|
|
776
|
+
}),
|
|
777
|
+
/*#__PURE__*/ jsx("path", {
|
|
778
|
+
d: "m20 15-1.726-2.05"
|
|
779
|
+
}),
|
|
780
|
+
/*#__PURE__*/ jsx("path", {
|
|
781
|
+
d: "m4 15 1.726-2.05"
|
|
782
|
+
}),
|
|
783
|
+
/*#__PURE__*/ jsx("path", {
|
|
784
|
+
d: "m9 18 .722-3.25"
|
|
785
|
+
})
|
|
786
|
+
]
|
|
787
|
+
});
|
|
788
|
+
}
|
|
789
|
+
function RatingStarIcon(props) {
|
|
790
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
791
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
792
|
+
width: "24",
|
|
793
|
+
height: "24",
|
|
794
|
+
viewBox: "0 0 24 24",
|
|
795
|
+
fill: "none",
|
|
796
|
+
stroke: "currentColor",
|
|
797
|
+
strokeWidth: "2",
|
|
798
|
+
strokeLinecap: "round",
|
|
799
|
+
strokeLinejoin: "round",
|
|
800
|
+
"aria-hidden": "true",
|
|
801
|
+
focusable: "false",
|
|
802
|
+
...props,
|
|
803
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
804
|
+
d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
|
|
805
|
+
})
|
|
806
|
+
});
|
|
807
|
+
}
|
|
808
|
+
function CopyIcon(props) {
|
|
809
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
810
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
811
|
+
width: "24",
|
|
812
|
+
height: "24",
|
|
813
|
+
viewBox: "0 0 24 24",
|
|
814
|
+
fill: "none",
|
|
815
|
+
stroke: "currentColor",
|
|
816
|
+
strokeWidth: "2",
|
|
817
|
+
strokeLinecap: "round",
|
|
818
|
+
strokeLinejoin: "round",
|
|
819
|
+
"aria-hidden": "true",
|
|
820
|
+
focusable: "false",
|
|
821
|
+
...props,
|
|
822
|
+
children: [
|
|
823
|
+
/*#__PURE__*/ jsx("rect", {
|
|
824
|
+
width: "14",
|
|
825
|
+
height: "14",
|
|
826
|
+
x: "8",
|
|
827
|
+
y: "8",
|
|
828
|
+
rx: "2",
|
|
829
|
+
ry: "2"
|
|
830
|
+
}),
|
|
831
|
+
/*#__PURE__*/ jsx("path", {
|
|
832
|
+
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
833
|
+
})
|
|
834
|
+
]
|
|
835
|
+
});
|
|
836
|
+
}
|
|
837
|
+
function FileIcon(props) {
|
|
838
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
839
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
840
|
+
width: "24",
|
|
841
|
+
height: "24",
|
|
842
|
+
viewBox: "0 0 24 24",
|
|
843
|
+
fill: "none",
|
|
844
|
+
stroke: "currentColor",
|
|
845
|
+
strokeWidth: "2",
|
|
846
|
+
strokeLinecap: "round",
|
|
847
|
+
strokeLinejoin: "round",
|
|
848
|
+
"aria-hidden": "true",
|
|
849
|
+
focusable: "false",
|
|
850
|
+
...props,
|
|
851
|
+
children: [
|
|
852
|
+
/*#__PURE__*/ jsx("path", {
|
|
853
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"
|
|
854
|
+
}),
|
|
855
|
+
/*#__PURE__*/ jsx("path", {
|
|
856
|
+
d: "M14 2v5a1 1 0 0 0 1 1h5"
|
|
857
|
+
})
|
|
858
|
+
]
|
|
859
|
+
});
|
|
860
|
+
}
|
|
861
|
+
function FolderIcon(props) {
|
|
862
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
863
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
864
|
+
width: "24",
|
|
865
|
+
height: "24",
|
|
866
|
+
viewBox: "0 0 24 24",
|
|
867
|
+
fill: "none",
|
|
868
|
+
stroke: "currentColor",
|
|
869
|
+
strokeWidth: "2",
|
|
870
|
+
strokeLinecap: "round",
|
|
871
|
+
strokeLinejoin: "round",
|
|
872
|
+
"aria-hidden": "true",
|
|
873
|
+
focusable: "false",
|
|
874
|
+
...props,
|
|
875
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
876
|
+
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"
|
|
877
|
+
})
|
|
878
|
+
});
|
|
879
|
+
}
|
|
880
|
+
function FolderOpenIcon(props) {
|
|
881
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
882
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
883
|
+
width: "24",
|
|
884
|
+
height: "24",
|
|
885
|
+
viewBox: "0 0 24 24",
|
|
886
|
+
fill: "none",
|
|
887
|
+
stroke: "currentColor",
|
|
888
|
+
strokeWidth: "2",
|
|
889
|
+
strokeLinecap: "round",
|
|
890
|
+
strokeLinejoin: "round",
|
|
891
|
+
"aria-hidden": "true",
|
|
892
|
+
focusable: "false",
|
|
893
|
+
...props,
|
|
894
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
895
|
+
d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"
|
|
896
|
+
})
|
|
897
|
+
});
|
|
898
|
+
}
|
|
899
|
+
function IndeterminateIcon(props) {
|
|
900
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
901
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
902
|
+
width: "24",
|
|
903
|
+
height: "24",
|
|
904
|
+
viewBox: "0 0 24 24",
|
|
905
|
+
fill: "none",
|
|
906
|
+
stroke: "currentColor",
|
|
907
|
+
strokeWidth: "3",
|
|
908
|
+
strokeLinecap: "round",
|
|
909
|
+
strokeLinejoin: "round",
|
|
910
|
+
"aria-hidden": "true",
|
|
911
|
+
focusable: "false",
|
|
912
|
+
...props,
|
|
913
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
914
|
+
d: "M5 12h14"
|
|
915
|
+
})
|
|
916
|
+
});
|
|
917
|
+
}
|
|
918
|
+
function SeparatorMarkIcon(props) {
|
|
919
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
920
|
+
viewBox: "0 0 16 4",
|
|
921
|
+
fill: "none",
|
|
922
|
+
"aria-hidden": "true",
|
|
923
|
+
focusable: "false",
|
|
924
|
+
...props,
|
|
925
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
926
|
+
d: "M1 2h14",
|
|
927
|
+
stroke: "currentColor",
|
|
928
|
+
strokeWidth: "1.6",
|
|
929
|
+
strokeLinecap: "round"
|
|
930
|
+
})
|
|
931
|
+
});
|
|
932
|
+
}
|
|
933
|
+
function ScrubCursorIcon(props) {
|
|
934
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
935
|
+
viewBox: "0 0 25 14",
|
|
936
|
+
fill: "black",
|
|
937
|
+
stroke: "white",
|
|
938
|
+
"aria-hidden": "true",
|
|
939
|
+
focusable: "false",
|
|
940
|
+
...props,
|
|
941
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
942
|
+
d: "M19.5 5.5H6.5V2L1 7l5.5 5v-3.5h13V12L25 7l-5.5-5z"
|
|
943
|
+
})
|
|
944
|
+
});
|
|
945
|
+
}
|
|
946
|
+
function PopupArrowIcon({ fillClassName, outerStrokeClassName, innerStrokeClassName, ...props }) {
|
|
947
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
948
|
+
viewBox: "0 0 20 10",
|
|
949
|
+
fill: "none",
|
|
950
|
+
"aria-hidden": "true",
|
|
951
|
+
focusable: "false",
|
|
952
|
+
...props,
|
|
953
|
+
children: [
|
|
954
|
+
/*#__PURE__*/ jsx("path", {
|
|
955
|
+
d: "M9.66437 2.60207L4.80758 6.97318C4.07308 7.63423 3.11989 8 2.13172 8H0V10H20V8H18.5349C17.5468 8 16.5936 7.63423 15.8591 6.97318L11.0023 2.60207C10.622 2.2598 10.0447 2.25979 9.66437 2.60207Z",
|
|
956
|
+
className: fillClassName
|
|
957
|
+
}),
|
|
958
|
+
/*#__PURE__*/ jsx("path", {
|
|
959
|
+
d: "M8.99542 1.85876C9.75604 1.17425 10.9106 1.17422 11.6713 1.85878L16.5281 6.22989C17.0789 6.72568 17.7938 7.00001 18.5349 7.00001L15.89 7L11.0023 2.60207C10.622 2.2598 10.0447 2.2598 9.66436 2.60207L4.77734 7L2.13171 7.00001C2.87284 7.00001 3.58774 6.72568 4.13861 6.22989L8.99542 1.85876Z",
|
|
960
|
+
className: outerStrokeClassName
|
|
961
|
+
}),
|
|
962
|
+
/*#__PURE__*/ jsx("path", {
|
|
963
|
+
d: "M10.3333 3.34539L5.47654 7.71648C4.55842 8.54279 3.36693 9 2.13172 9H0V8H2.13172C3.11989 8 4.07308 7.63423 4.80758 6.97318L9.66437 2.60207C10.0447 2.25979 10.622 2.2598 11.0023 2.60207L15.8591 6.97318C16.5936 7.63423 17.5468 8 18.5349 8H20V9H18.5349C17.2998 9 16.1083 8.54278 15.1901 7.71648L10.3333 3.34539Z",
|
|
964
|
+
className: innerStrokeClassName
|
|
965
|
+
})
|
|
966
|
+
]
|
|
967
|
+
});
|
|
968
|
+
}
|
|
969
|
+
export { CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpDownIcon, ChevronUpIcon, CloseIcon, CopyIcon, EyeClosedIcon, EyeIcon, FileIcon, FlipHorizontalIcon, FolderIcon, FolderOpenIcon, GripIcon, IndeterminateIcon, MaximizeIcon, MinusIcon, PauseIcon, PencilIcon, PipetteIcon, PlayIcon, PlusIcon, PopupArrowIcon, RatingStarIcon, RestartIcon, RestoreIcon, RotateCcwIcon, RotateCwIcon, ScrubCursorIcon, SearchIcon, SeparatorMarkIcon, TrashIcon, UploadIcon, ZoomInIcon, ZoomOutIcon };
|