moduix 0.11.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +60 -0
- package/dist/components/{Accordion → accordion}/Accordion.css +8 -6
- package/dist/components/{Accordion → accordion}/Accordion.d.ts +1 -1
- package/dist/components/{Accordion → accordion}/Accordion.js +3 -3
- package/dist/components/accordion/Accordion.module.js +12 -0
- package/dist/components/{Alert → alert}/Alert.css +6 -6
- package/dist/components/{Alert → alert}/Alert.d.ts +1 -1
- package/dist/components/{Alert → alert}/Alert.js +1 -1
- package/dist/components/alert/Alert.module.js +11 -0
- package/dist/components/{AlertDialog → alert-dialog}/AlertDialog.css +13 -13
- package/dist/components/{AlertDialog → alert-dialog}/AlertDialog.d.ts +1 -1
- package/dist/components/{AlertDialog → alert-dialog}/AlertDialog.js +2 -2
- package/dist/components/alert-dialog/AlertDialog.module.js +18 -0
- package/dist/components/{AspectRatio → aspect-ratio}/AspectRatio.css +1 -1
- package/dist/components/{AspectRatio → aspect-ratio}/AspectRatio.d.ts +1 -1
- package/dist/components/{AspectRatio → aspect-ratio}/AspectRatio.js +1 -1
- package/dist/components/aspect-ratio/AspectRatio.module.js +5 -0
- package/dist/components/{Autocomplete → autocomplete}/Autocomplete.css +34 -34
- package/dist/components/{Autocomplete → autocomplete}/Autocomplete.d.ts +1 -1
- package/dist/components/{Autocomplete → autocomplete}/Autocomplete.js +3 -3
- package/dist/components/autocomplete/Autocomplete.module.js +37 -0
- package/dist/components/{Avatar → avatar}/Avatar.css +3 -3
- package/dist/components/{Avatar → avatar}/Avatar.d.ts +1 -1
- package/dist/components/{Avatar → avatar}/Avatar.js +2 -2
- package/dist/components/avatar/Avatar.module.js +9 -0
- package/dist/components/{Badge → badge}/Badge.css +2 -2
- package/dist/components/{Badge → badge}/Badge.d.ts +1 -1
- package/dist/components/{Badge → badge}/Badge.js +1 -1
- package/dist/components/{Badge → badge}/Badge.module.js +3 -3
- package/dist/components/{Bleed → bleed}/Bleed.css +12 -12
- package/dist/components/{Bleed → bleed}/Bleed.d.ts +1 -1
- package/dist/components/{Bleed → bleed}/Bleed.js +1 -1
- package/dist/components/bleed/Bleed.module.js +5 -0
- package/dist/components/{Breadcrumbs → breadcrumbs}/Breadcrumbs.css +10 -10
- package/dist/components/{Breadcrumbs → breadcrumbs}/Breadcrumbs.d.ts +1 -1
- package/dist/components/{Breadcrumbs → breadcrumbs}/Breadcrumbs.js +1 -1
- package/dist/components/breadcrumbs/Breadcrumbs.module.js +13 -0
- package/dist/components/{Button → button}/Button.css +1 -1
- package/dist/components/{Button → button}/Button.d.ts +1 -1
- package/dist/components/{Button → button}/Button.js +2 -2
- package/dist/components/button/Button.module.js +5 -0
- package/dist/components/{Card → card}/Card.css +11 -11
- package/dist/components/{Card → card}/Card.d.ts +1 -1
- package/dist/components/{Card → card}/Card.js +1 -1
- package/dist/components/card/Card.module.js +14 -0
- package/dist/components/{Checkbox → checkbox}/Checkbox.css +8 -8
- package/dist/components/{Checkbox → checkbox}/Checkbox.d.ts +1 -1
- package/dist/components/{Checkbox → checkbox}/Checkbox.js +3 -3
- package/dist/components/checkbox/Checkbox.module.js +13 -0
- package/dist/components/{CheckboxGroup → checkbox-group}/CheckboxGroup.css +5 -5
- package/dist/components/{CheckboxGroup → checkbox-group}/CheckboxGroup.d.ts +2 -2
- package/dist/components/{CheckboxGroup → checkbox-group}/CheckboxGroup.js +3 -3
- package/dist/components/checkbox-group/CheckboxGroup.module.js +11 -0
- package/dist/components/{CloseButton → close-button}/CloseButton.css +1 -1
- package/dist/components/{CloseButton → close-button}/CloseButton.d.ts +1 -1
- package/dist/components/{CloseButton → close-button}/CloseButton.js +3 -3
- package/dist/components/close-button/CloseButton.module.js +5 -0
- package/dist/components/{Collapsible → collapsible}/Collapsible.css +6 -4
- package/dist/components/{Collapsible → collapsible}/Collapsible.d.ts +1 -1
- package/dist/components/{Collapsible → collapsible}/Collapsible.js +3 -3
- package/dist/components/collapsible/Collapsible.module.js +10 -0
- package/dist/components/{Combobox → combobox}/Combobox.css +38 -38
- package/dist/components/{Combobox → combobox}/Combobox.d.ts +1 -1
- package/dist/components/{Combobox → combobox}/Combobox.js +3 -3
- package/dist/components/combobox/Combobox.module.js +42 -0
- package/dist/components/{CommandPalette → command-palette}/CommandPalette.css +26 -26
- package/dist/components/{CommandPalette → command-palette}/CommandPalette.d.ts +1 -1
- package/dist/components/{CommandPalette → command-palette}/CommandPalette.js +3 -3
- package/dist/components/command-palette/CommandPalette.module.js +30 -0
- package/dist/components/{Container → container}/Container.css +9 -9
- package/dist/components/{Container → container}/Container.d.ts +1 -1
- package/dist/components/{Container → container}/Container.js +1 -1
- package/dist/components/container/Container.module.js +5 -0
- package/dist/components/{ContextMenu → context-menu}/ContextMenu.css +27 -27
- package/dist/components/{ContextMenu → context-menu}/ContextMenu.d.ts +1 -1
- package/dist/components/{ContextMenu → context-menu}/ContextMenu.js +3 -3
- package/dist/components/context-menu/ContextMenu.module.js +33 -0
- package/dist/components/{CopyButton → copy-button}/CopyButton.css +1 -1
- package/dist/components/{CopyButton → copy-button}/CopyButton.d.ts +2 -2
- package/dist/components/{CopyButton → copy-button}/CopyButton.js +3 -3
- package/dist/components/copy-button/CopyButton.module.js +5 -0
- package/dist/components/{Dialog → dialog}/Dialog.css +11 -11
- package/dist/components/{Dialog → dialog}/Dialog.d.ts +1 -1
- package/dist/components/{Dialog → dialog}/Dialog.js +3 -3
- package/dist/components/dialog/Dialog.module.js +18 -0
- package/dist/components/{Drawer → drawer}/Drawer.css +25 -25
- package/dist/components/{Drawer → drawer}/Drawer.d.ts +1 -1
- package/dist/components/{Drawer → drawer}/Drawer.js +3 -3
- package/dist/components/drawer/Drawer.module.js +24 -0
- package/dist/components/{Empty → empty}/Empty.css +6 -6
- package/dist/components/{Empty → empty}/Empty.d.ts +1 -1
- package/dist/components/{Empty → empty}/Empty.js +1 -1
- package/dist/components/empty/Empty.module.js +12 -0
- package/dist/components/{Field → field}/Field.css +7 -7
- package/dist/components/{Field → field}/Field.d.ts +1 -1
- package/dist/components/{Field → field}/Field.js +2 -2
- package/dist/components/field/Field.module.js +12 -0
- package/dist/components/{Fieldset → fieldset}/Fieldset.css +4 -4
- package/dist/components/{Fieldset → fieldset}/Fieldset.d.ts +1 -1
- package/dist/components/{Fieldset → fieldset}/Fieldset.js +2 -2
- package/dist/components/{Fieldset → fieldset}/Fieldset.module.js +3 -3
- package/dist/components/{Form → form}/Form.css +1 -1
- package/dist/components/{Form → form}/Form.d.ts +1 -1
- package/dist/components/{Form → form}/Form.js +2 -2
- package/dist/components/form/Form.module.js +5 -0
- package/dist/components/{Heading → heading}/Heading.css +2 -2
- package/dist/components/{Heading → heading}/Heading.d.ts +1 -1
- package/dist/components/{Heading → heading}/Heading.js +1 -1
- package/dist/components/heading/Heading.module.js +5 -0
- package/dist/components/{Input → input}/Input.css +5 -5
- package/dist/components/{Input → input}/Input.d.ts +1 -1
- package/dist/components/{Input → input}/Input.js +2 -2
- package/dist/components/input/Input.module.js +5 -0
- package/dist/components/{InputGroup → input-group}/InputGroup.css +6 -6
- package/dist/components/{InputGroup → input-group}/InputGroup.d.ts +3 -3
- package/dist/components/{InputGroup → input-group}/InputGroup.js +4 -4
- package/dist/components/input-group/InputGroup.module.js +11 -0
- package/dist/components/{Kbd → kbd}/Kbd.css +3 -3
- package/dist/components/{Kbd → kbd}/Kbd.d.ts +1 -1
- package/dist/components/{Kbd → kbd}/Kbd.js +1 -1
- package/dist/components/{Kbd → kbd}/Kbd.module.js +3 -3
- package/dist/components/{Lightbox → lightbox}/Lightbox.css +11 -11
- package/dist/components/{Lightbox → lightbox}/Lightbox.d.ts +1 -1
- package/dist/components/{Lightbox → lightbox}/Lightbox.js +3 -3
- package/dist/components/lightbox/Lightbox.module.js +14 -0
- package/dist/components/{List → list}/List.css +8 -8
- package/dist/components/{List → list}/List.d.ts +1 -1
- package/dist/components/{List → list}/List.js +1 -1
- package/dist/components/list/List.module.js +5 -0
- package/dist/components/{Menu → menu}/Menu.css +33 -33
- package/dist/components/{Menu → menu}/Menu.d.ts +1 -1
- package/dist/components/{Menu → menu}/Menu.js +3 -3
- package/dist/components/menu/Menu.module.js +36 -0
- package/dist/components/{Menubar → menubar}/Menubar.css +34 -34
- package/dist/components/{Menubar → menubar}/Menubar.d.ts +1 -1
- package/dist/components/{Menubar → menubar}/Menubar.js +3 -3
- package/dist/components/menubar/Menubar.module.js +36 -0
- package/dist/components/{Meter → meter}/Meter.css +5 -5
- package/dist/components/{Meter → meter}/Meter.d.ts +1 -1
- package/dist/components/{Meter → meter}/Meter.js +2 -2
- package/dist/components/meter/Meter.module.js +11 -0
- package/dist/components/{NavigationMenu → navigation-menu}/NavigationMenu.css +19 -19
- package/dist/components/{NavigationMenu → navigation-menu}/NavigationMenu.d.ts +1 -1
- package/dist/components/{NavigationMenu → navigation-menu}/NavigationMenu.js +3 -3
- package/dist/components/navigation-menu/NavigationMenu.module.js +21 -0
- package/dist/components/{NumberField → number-field}/NumberField.css +8 -8
- package/dist/components/{NumberField → number-field}/NumberField.d.ts +1 -1
- package/dist/components/{NumberField → number-field}/NumberField.js +3 -3
- package/dist/components/number-field/NumberField.module.js +13 -0
- package/dist/components/{OTPField → otp-field}/OTPField.css +3 -3
- package/dist/components/{OTPField → otp-field}/OTPField.d.ts +1 -1
- package/dist/components/{OTPField → otp-field}/OTPField.js +2 -2
- package/dist/components/otp-field/OTPField.module.js +9 -0
- package/dist/components/{Pagination → pagination}/Pagination.css +10 -10
- package/dist/components/{Pagination → pagination}/Pagination.d.ts +1 -1
- package/dist/components/{Pagination → pagination}/Pagination.js +3 -3
- package/dist/components/pagination/Pagination.module.js +16 -0
- package/dist/components/{PasswordInput → password-input}/PasswordInput.css +4 -4
- package/dist/components/{PasswordInput → password-input}/PasswordInput.d.ts +2 -2
- package/dist/components/{PasswordInput → password-input}/PasswordInput.js +3 -3
- package/dist/components/password-input/PasswordInput.module.js +9 -0
- package/dist/components/{Popover → popover}/Popover.css +15 -15
- package/dist/components/{Popover → popover}/Popover.d.ts +1 -1
- package/dist/components/{Popover → popover}/Popover.js +3 -3
- package/dist/components/popover/Popover.module.js +22 -0
- package/dist/components/{PreviewCard → preview-card}/PreviewCard.css +10 -10
- package/dist/components/{PreviewCard → preview-card}/PreviewCard.d.ts +1 -1
- package/dist/components/{PreviewCard → preview-card}/PreviewCard.js +3 -3
- package/dist/components/preview-card/PreviewCard.module.js +16 -0
- package/dist/components/{Progress → progress}/Progress.css +7 -7
- package/dist/components/{Progress → progress}/Progress.d.ts +1 -1
- package/dist/components/{Progress → progress}/Progress.js +2 -2
- package/dist/components/progress/Progress.module.js +12 -0
- package/dist/components/{Radio → radio}/Radio.css +9 -9
- package/dist/components/{Radio → radio}/Radio.d.ts +1 -1
- package/dist/components/{Radio → radio}/Radio.js +2 -2
- package/dist/components/radio/Radio.module.js +14 -0
- package/dist/components/{Rating → rating}/Rating.css +14 -14
- package/dist/components/{Rating → rating}/Rating.d.ts +1 -1
- package/dist/components/{Rating → rating}/Rating.js +3 -3
- package/dist/components/rating/Rating.module.js +9 -0
- package/dist/components/{ScrollArea → scroll-area}/ScrollArea.css +11 -11
- package/dist/components/{ScrollArea → scroll-area}/ScrollArea.d.ts +1 -1
- package/dist/components/{ScrollArea → scroll-area}/ScrollArea.js +2 -2
- package/dist/components/scroll-area/ScrollArea.module.js +12 -0
- package/dist/components/{Select → select}/Select.css +29 -29
- package/dist/components/{Select → select}/Select.d.ts +1 -1
- package/dist/components/{Select → select}/Select.js +3 -3
- package/dist/components/select/Select.module.js +33 -0
- package/dist/components/{Separator → separator}/Separator.css +1 -1
- package/dist/components/{Separator → separator}/Separator.d.ts +1 -1
- package/dist/components/{Separator → separator}/Separator.js +2 -2
- package/dist/components/separator/Separator.module.js +5 -0
- package/dist/components/{Skeleton → skeleton}/Skeleton.css +1 -1
- package/dist/components/{Skeleton → skeleton}/Skeleton.d.ts +1 -1
- package/dist/components/{Skeleton → skeleton}/Skeleton.js +1 -1
- package/dist/components/skeleton/Skeleton.module.js +5 -0
- package/dist/components/{Slider → slider}/Slider.css +7 -7
- package/dist/components/{Slider → slider}/Slider.d.ts +1 -1
- package/dist/components/{Slider → slider}/Slider.js +2 -2
- package/dist/components/slider/Slider.module.js +13 -0
- package/dist/components/{SnapCarousel → snap-carousel}/SnapCarousel.css +16 -16
- package/dist/components/{SnapCarousel → snap-carousel}/SnapCarousel.d.ts +1 -1
- package/dist/components/{SnapCarousel → snap-carousel}/SnapCarousel.js +2 -2
- package/dist/components/snap-carousel/SnapCarousel.module.js +13 -0
- package/dist/components/{Spinner → spinner}/Spinner.css +9 -9
- package/dist/components/{Spinner → spinner}/Spinner.d.ts +1 -1
- package/dist/components/{Spinner → spinner}/Spinner.js +1 -1
- package/dist/components/spinner/Spinner.module.js +9 -0
- package/dist/components/{SplitButton → split-button}/SplitButton.css +11 -11
- package/dist/components/{SplitButton → split-button}/SplitButton.d.ts +3 -3
- package/dist/components/{SplitButton → split-button}/SplitButton.js +5 -5
- package/dist/components/split-button/SplitButton.module.js +9 -0
- package/dist/components/{Stack → stack}/Stack.css +2 -2
- package/dist/components/{Stack → stack}/Stack.d.ts +1 -1
- package/dist/components/{Stack → stack}/Stack.js +1 -1
- package/dist/components/stack/Stack.module.js +5 -0
- package/dist/components/{Stepper → stepper}/Stepper.css +11 -11
- package/dist/components/{Stepper → stepper}/Stepper.d.ts +1 -1
- package/dist/components/{Stepper → stepper}/Stepper.js +2 -2
- package/dist/components/stepper/Stepper.module.js +14 -0
- package/dist/components/{Switch → switch}/Switch.css +5 -5
- package/dist/components/{Switch → switch}/Switch.d.ts +1 -1
- package/dist/components/{Switch → switch}/Switch.js +2 -2
- package/dist/components/switch/Switch.module.js +10 -0
- package/dist/components/{Table → table}/Table.css +17 -17
- package/dist/components/{Table → table}/Table.d.ts +1 -1
- package/dist/components/{Table → table}/Table.js +1 -1
- package/dist/components/table/Table.module.js +18 -0
- package/dist/components/{Tabs → tabs}/Tabs.css +9 -9
- package/dist/components/{Tabs → tabs}/Tabs.d.ts +1 -1
- package/dist/components/{Tabs → tabs}/Tabs.js +2 -2
- package/dist/components/tabs/Tabs.module.js +11 -0
- package/dist/components/{Text → text}/Text.css +2 -2
- package/dist/components/{Text → text}/Text.d.ts +1 -1
- package/dist/components/{Text → text}/Text.js +1 -1
- package/dist/components/text/Text.module.js +5 -0
- package/dist/components/{Textarea → textarea}/Textarea.css +8 -8
- package/dist/components/{Textarea → textarea}/Textarea.d.ts +1 -1
- package/dist/components/{Textarea → textarea}/Textarea.js +2 -2
- package/dist/components/textarea/Textarea.module.js +5 -0
- package/dist/components/{Toast → toast}/Toast.css +20 -20
- package/dist/components/{Toast → toast}/Toast.d.ts +1 -1
- package/dist/components/{Toast → toast}/Toast.js +3 -3
- package/dist/components/toast/Toast.module.js +26 -0
- package/dist/components/{Toggle → toggle}/Toggle.css +1 -1
- package/dist/components/{Toggle → toggle}/Toggle.d.ts +1 -1
- package/dist/components/{Toggle → toggle}/Toggle.js +2 -2
- package/dist/components/toggle/Toggle.module.js +5 -0
- package/dist/components/{ToggleGroup → toggle-group}/ToggleGroup.css +6 -6
- package/dist/components/{ToggleGroup → toggle-group}/ToggleGroup.d.ts +2 -2
- package/dist/components/{ToggleGroup → toggle-group}/ToggleGroup.js +3 -3
- package/dist/components/{ToggleGroup → toggle-group}/ToggleGroup.module.js +3 -3
- package/dist/components/{Toolbar → toolbar}/Toolbar.css +8 -8
- package/dist/components/{Toolbar → toolbar}/Toolbar.d.ts +1 -1
- package/dist/components/{Toolbar → toolbar}/Toolbar.js +2 -2
- package/dist/components/toolbar/Toolbar.module.js +12 -0
- package/dist/components/{Tooltip → tooltip}/Tooltip.css +9 -9
- package/dist/components/{Tooltip → tooltip}/Tooltip.d.ts +1 -1
- package/dist/components/{Tooltip → tooltip}/Tooltip.js +3 -3
- package/dist/components/tooltip/Tooltip.module.js +15 -0
- package/dist/index.d.ts +66 -66
- package/dist/index.js +66 -66
- package/dist/{icons → lib/moduix/icons}/ui/Icons.d.ts +1 -1
- package/dist/{icons → lib/moduix/icons}/ui/Icons.js +1 -1
- package/dist/{utils → lib/moduix}/mergeClassName.js +1 -1
- package/dist/styles/style.css +3 -10
- package/package.json +1 -2
- package/dist/components/Accordion/Accordion.module.js +0 -12
- package/dist/components/Alert/Alert.module.js +0 -11
- package/dist/components/AlertDialog/AlertDialog.module.js +0 -18
- package/dist/components/AspectRatio/AspectRatio.module.js +0 -5
- package/dist/components/Autocomplete/Autocomplete.module.js +0 -37
- package/dist/components/Avatar/Avatar.module.js +0 -9
- package/dist/components/Bleed/Bleed.module.js +0 -5
- package/dist/components/Breadcrumbs/Breadcrumbs.module.js +0 -13
- package/dist/components/Button/Button.module.js +0 -5
- package/dist/components/Card/Card.module.js +0 -14
- package/dist/components/Checkbox/Checkbox.module.js +0 -13
- package/dist/components/CheckboxGroup/CheckboxGroup.module.js +0 -11
- package/dist/components/CloseButton/CloseButton.module.js +0 -5
- package/dist/components/Collapsible/Collapsible.module.js +0 -10
- package/dist/components/Combobox/Combobox.module.js +0 -42
- package/dist/components/CommandPalette/CommandPalette.module.js +0 -30
- package/dist/components/Container/Container.module.js +0 -5
- package/dist/components/ContextMenu/ContextMenu.module.js +0 -33
- package/dist/components/CopyButton/CopyButton.module.js +0 -5
- package/dist/components/Dialog/Dialog.module.js +0 -18
- package/dist/components/Drawer/Drawer.module.js +0 -24
- package/dist/components/Empty/Empty.module.js +0 -12
- package/dist/components/Field/Field.module.js +0 -12
- package/dist/components/Form/Form.module.js +0 -5
- package/dist/components/Heading/Heading.module.js +0 -5
- package/dist/components/Input/Input.module.js +0 -5
- package/dist/components/InputGroup/InputGroup.module.js +0 -11
- package/dist/components/Lightbox/Lightbox.module.js +0 -14
- package/dist/components/List/List.module.js +0 -5
- package/dist/components/Menu/Menu.module.js +0 -36
- package/dist/components/Menubar/Menubar.module.js +0 -36
- package/dist/components/Meter/Meter.module.js +0 -11
- package/dist/components/NavigationMenu/NavigationMenu.module.js +0 -21
- package/dist/components/NumberField/NumberField.module.js +0 -13
- package/dist/components/OTPField/OTPField.module.js +0 -9
- package/dist/components/Pagination/Pagination.module.js +0 -16
- package/dist/components/PasswordInput/PasswordInput.module.js +0 -9
- package/dist/components/Popover/Popover.module.js +0 -22
- package/dist/components/PreviewCard/PreviewCard.module.js +0 -16
- package/dist/components/Progress/Progress.module.js +0 -12
- package/dist/components/Radio/Radio.module.js +0 -14
- package/dist/components/Rating/Rating.module.js +0 -9
- package/dist/components/ScrollArea/ScrollArea.module.js +0 -12
- package/dist/components/Select/Select.module.js +0 -33
- package/dist/components/Separator/Separator.module.js +0 -5
- package/dist/components/Skeleton/Skeleton.module.js +0 -5
- package/dist/components/Slider/Slider.module.js +0 -13
- package/dist/components/SnapCarousel/SnapCarousel.module.js +0 -13
- package/dist/components/Spinner/Spinner.module.js +0 -9
- package/dist/components/SplitButton/SplitButton.module.js +0 -9
- package/dist/components/Stack/Stack.module.js +0 -5
- package/dist/components/Stepper/Stepper.module.js +0 -14
- package/dist/components/Switch/Switch.module.js +0 -10
- package/dist/components/Table/Table.module.js +0 -18
- package/dist/components/Tabs/Tabs.module.js +0 -11
- package/dist/components/Text/Text.module.js +0 -5
- package/dist/components/Textarea/Textarea.module.js +0 -5
- package/dist/components/Toast/Toast.module.js +0 -26
- package/dist/components/Toggle/Toggle.module.js +0 -5
- package/dist/components/Toolbar/Toolbar.module.js +0 -12
- package/dist/components/Tooltip/Tooltip.module.js +0 -15
- /package/dist/components/{Accordion → accordion}/index.d.ts +0 -0
- /package/dist/components/{Alert → alert}/index.d.ts +0 -0
- /package/dist/components/{AlertDialog → alert-dialog}/index.d.ts +0 -0
- /package/dist/components/{AspectRatio → aspect-ratio}/index.d.ts +0 -0
- /package/dist/components/{Autocomplete → autocomplete}/index.d.ts +0 -0
- /package/dist/components/{Avatar → avatar}/index.d.ts +0 -0
- /package/dist/components/{Badge → badge}/index.d.ts +0 -0
- /package/dist/components/{Bleed → bleed}/index.d.ts +0 -0
- /package/dist/components/{Breadcrumbs → breadcrumbs}/index.d.ts +0 -0
- /package/dist/components/{Button → button}/index.d.ts +0 -0
- /package/dist/components/{Card → card}/index.d.ts +0 -0
- /package/dist/components/{Checkbox → checkbox}/index.d.ts +0 -0
- /package/dist/components/{CheckboxGroup → checkbox-group}/index.d.ts +0 -0
- /package/dist/components/{Collapsible → collapsible}/index.d.ts +0 -0
- /package/dist/components/{Combobox → combobox}/index.d.ts +0 -0
- /package/dist/components/{CommandPalette → command-palette}/index.d.ts +0 -0
- /package/dist/components/{Container → container}/index.d.ts +0 -0
- /package/dist/components/{ContextMenu → context-menu}/index.d.ts +0 -0
- /package/dist/components/{CopyButton → copy-button}/index.d.ts +0 -0
- /package/dist/components/{Dialog → dialog}/index.d.ts +0 -0
- /package/dist/components/{Drawer → drawer}/index.d.ts +0 -0
- /package/dist/components/{Empty → empty}/index.d.ts +0 -0
- /package/dist/components/{Field → field}/index.d.ts +0 -0
- /package/dist/components/{Fieldset → fieldset}/index.d.ts +0 -0
- /package/dist/components/{Form → form}/index.d.ts +0 -0
- /package/dist/components/{Heading → heading}/index.d.ts +0 -0
- /package/dist/components/{Input → input}/index.d.ts +0 -0
- /package/dist/components/{InputGroup → input-group}/index.d.ts +0 -0
- /package/dist/components/{Kbd → kbd}/index.d.ts +0 -0
- /package/dist/components/{Lightbox → lightbox}/index.d.ts +0 -0
- /package/dist/components/{List → list}/index.d.ts +0 -0
- /package/dist/components/{Menu → menu}/index.d.ts +0 -0
- /package/dist/components/{Menubar → menubar}/index.d.ts +0 -0
- /package/dist/components/{NavigationMenu → navigation-menu}/index.d.ts +0 -0
- /package/dist/components/{NumberField → number-field}/index.d.ts +0 -0
- /package/dist/components/{OTPField → otp-field}/index.d.ts +0 -0
- /package/dist/components/{Pagination → pagination}/index.d.ts +0 -0
- /package/dist/components/{PasswordInput → password-input}/index.d.ts +0 -0
- /package/dist/components/{Popover → popover}/index.d.ts +0 -0
- /package/dist/components/{PreviewCard → preview-card}/index.d.ts +0 -0
- /package/dist/components/{Radio → radio}/index.d.ts +0 -0
- /package/dist/components/{Rating → rating}/index.d.ts +0 -0
- /package/dist/components/{ScrollArea → scroll-area}/index.d.ts +0 -0
- /package/dist/components/{Select → select}/index.d.ts +0 -0
- /package/dist/components/{Skeleton → skeleton}/index.d.ts +0 -0
- /package/dist/components/{Slider → slider}/index.d.ts +0 -0
- /package/dist/components/{SnapCarousel → snap-carousel}/index.d.ts +0 -0
- /package/dist/components/{Spinner → spinner}/index.d.ts +0 -0
- /package/dist/components/{SplitButton → split-button}/index.d.ts +0 -0
- /package/dist/components/{Stack → stack}/index.d.ts +0 -0
- /package/dist/components/{Stepper → stepper}/index.d.ts +0 -0
- /package/dist/components/{Switch → switch}/index.d.ts +0 -0
- /package/dist/components/{Table → table}/index.d.ts +0 -0
- /package/dist/components/{Text → text}/index.d.ts +0 -0
- /package/dist/components/{Textarea → textarea}/index.d.ts +0 -0
- /package/dist/components/{Toast → toast}/index.d.ts +0 -0
- /package/dist/components/{Toggle → toggle}/index.d.ts +0 -0
- /package/dist/components/{ToggleGroup → toggle-group}/index.d.ts +0 -0
- /package/dist/components/{Tooltip → tooltip}/index.d.ts +0 -0
- /package/dist/{icons → lib/moduix/icons}/ui/index.d.ts +0 -0
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.Jr816G_root {
|
|
3
3
|
gap: var(--checkbox-group-gap, var(--spacing-2));
|
|
4
4
|
color: var(--checkbox-group-color, var(--color-foreground));
|
|
5
5
|
flex-direction: column;
|
|
6
6
|
display: flex;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.Jr816G_label {
|
|
10
10
|
color: var(--checkbox-group-label-color, var(--checkbox-group-color, var(--color-foreground)));
|
|
11
11
|
font-size: var(--checkbox-group-label-font-size, var(--text-sm));
|
|
12
12
|
font-weight: var(--checkbox-group-label-font-weight, var(--weight-semibold));
|
|
13
13
|
line-height: var(--checkbox-group-label-line-height, var(--line-height-text-sm));
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.Jr816G_list {
|
|
17
17
|
align-items: flex-start;
|
|
18
18
|
gap: var(--checkbox-group-list-gap, var(--spacing-2));
|
|
19
19
|
flex-direction: column;
|
|
20
20
|
display: flex;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
.Jr816G_item {
|
|
24
24
|
gap: var(--checkbox-group-item-gap, var(--checkbox-gap, var(--spacing-2)));
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.
|
|
27
|
+
.Jr816G_itemLabel {
|
|
28
28
|
color: var(--checkbox-group-item-label-color, var(--checkbox-label-color, var(--color-foreground)));
|
|
29
29
|
font-size: var(--checkbox-group-item-label-font-size, var(--checkbox-label-font-size, var(--text-sm)));
|
|
30
30
|
font-weight: var(--checkbox-group-item-label-font-weight, var(--checkbox-label-font-weight, var(--weight-medium)));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Checkbox, CheckboxField, CheckboxLabel } from "../
|
|
1
|
+
import { Checkbox, CheckboxField, CheckboxLabel } from "../checkbox/Checkbox.js";
|
|
2
2
|
import { ComponentProps } from "react";
|
|
3
3
|
import { CheckboxGroup } from "@base-ui/react/checkbox-group";
|
|
4
4
|
|
|
5
|
-
//#region src/components/
|
|
5
|
+
//#region src/components/checkbox-group/CheckboxGroup.d.ts
|
|
6
6
|
declare function CheckboxGroup$1({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
2
|
-
import { Checkbox, CheckboxField, CheckboxLabel } from "../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
|
+
import { Checkbox, CheckboxField, CheckboxLabel } from "../checkbox/Checkbox.js";
|
|
3
3
|
import CheckboxGroup_module_default from "./CheckboxGroup.module.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { CheckboxGroup } from "@base-ui/react/checkbox-group";
|
|
7
|
-
//#region src/components/
|
|
7
|
+
//#region src/components/checkbox-group/CheckboxGroup.tsx
|
|
8
8
|
function CheckboxGroup$1({ className, ...props }) {
|
|
9
9
|
return /* @__PURE__ */ jsx(CheckboxGroup, {
|
|
10
10
|
"data-slot": "checkbox-group-root",
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import './CheckboxGroup.css';
|
|
2
|
+
//#region src/components/checkbox-group/CheckboxGroup.module.css
|
|
3
|
+
var CheckboxGroup_module_default = {
|
|
4
|
+
"item": "Jr816G_item",
|
|
5
|
+
"itemLabel": "Jr816G_itemLabel",
|
|
6
|
+
"label": "Jr816G_label",
|
|
7
|
+
"list": "Jr816G_list",
|
|
8
|
+
"root": "Jr816G_root"
|
|
9
|
+
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { CheckboxGroup_module_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region src/components/
|
|
1
|
+
//#region src/components/close-button/CloseButton.d.ts
|
|
2
2
|
declare const CloseButton: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").ButtonProps, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
3
3
|
//#endregion
|
|
4
4
|
export { CloseButton };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { CloseIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { CloseIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
3
|
import CloseButton_module_default from "./CloseButton.module.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import { forwardRef } from "react";
|
|
6
6
|
import { Button } from "@base-ui/react/button";
|
|
7
|
-
//#region src/components/
|
|
7
|
+
//#region src/components/close-button/CloseButton.tsx
|
|
8
8
|
const DEFAULT_CLOSE_BUTTON_LABEL = "Close";
|
|
9
9
|
const CloseButton = forwardRef(function CloseButton({ className, children, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, ...props }, ref) {
|
|
10
10
|
return /* @__PURE__ */ jsx(Button, {
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.XwDr5q_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
|
+
width: var(--collapsible-width, 14rem);
|
|
5
|
+
max-width: var(--collapsible-max-width, 100%);
|
|
4
6
|
min-width: 0;
|
|
5
7
|
color: var(--collapsible-color, var(--color-foreground));
|
|
6
8
|
flex-direction: column;
|
|
7
9
|
display: flex;
|
|
8
10
|
}
|
|
9
11
|
|
|
10
|
-
.
|
|
12
|
+
.XwDr5q_trigger {
|
|
11
13
|
box-sizing: border-box;
|
|
12
14
|
justify-content: space-between;
|
|
13
15
|
align-items: center;
|
|
@@ -53,7 +55,7 @@
|
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
|
|
56
|
-
.
|
|
58
|
+
.XwDr5q_triggerIcon {
|
|
57
59
|
width: var(--collapsible-icon-size, .75rem);
|
|
58
60
|
height: var(--collapsible-icon-size, .75rem);
|
|
59
61
|
transition: transform var(--collapsible-icon-transition, var(--transition-default));
|
|
@@ -72,7 +74,7 @@
|
|
|
72
74
|
}
|
|
73
75
|
}
|
|
74
76
|
|
|
75
|
-
.
|
|
77
|
+
.XwDr5q_panel {
|
|
76
78
|
box-sizing: border-box;
|
|
77
79
|
height: var(--collapsible-panel-height);
|
|
78
80
|
color: var(--collapsible-panel-color, var(--color-muted-foreground));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
|
|
3
|
-
//#region src/components/
|
|
3
|
+
//#region src/components/collapsible/Collapsible.d.ts
|
|
4
4
|
declare const Collapsible: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").CollapsibleRootProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const CollapsibleTrigger: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").CollapsibleTriggerProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
6
6
|
declare function CollapsibleTriggerIcon({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ChevronRightIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { ChevronRightIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
3
|
import Collapsible_module_default from "./Collapsible.module.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { forwardRef } from "react";
|
|
7
7
|
import { Collapsible } from "@base-ui/react/collapsible";
|
|
8
|
-
//#region src/components/
|
|
8
|
+
//#region src/components/collapsible/Collapsible.tsx
|
|
9
9
|
const Collapsible$1 = forwardRef(function Collapsible$2({ className, ...props }, ref) {
|
|
10
10
|
return /* @__PURE__ */ jsx(Collapsible.Root, {
|
|
11
11
|
ref,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import './Collapsible.css';
|
|
2
|
+
//#region src/components/collapsible/Collapsible.module.css
|
|
3
|
+
var Collapsible_module_default = {
|
|
4
|
+
"panel": "XwDr5q_panel",
|
|
5
|
+
"root": "XwDr5q_root",
|
|
6
|
+
"trigger": "XwDr5q_trigger",
|
|
7
|
+
"triggerIcon": "XwDr5q_triggerIcon"
|
|
8
|
+
};
|
|
9
|
+
//#endregion
|
|
10
|
+
export { Collapsible_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.Ij4laq_fieldLabel {
|
|
3
3
|
font-size: var(--combobox-label-font-size, var(--text-sm));
|
|
4
4
|
line-height: var(--combobox-label-line-height, var(--line-height-text-sm));
|
|
5
5
|
font-weight: var(--combobox-label-font-weight, var(--weight-medium));
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
display: inline-flex;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.Ij4laq_inputGroup {
|
|
13
13
|
width: var(--combobox-width, 16rem);
|
|
14
14
|
min-height: var(--combobox-control-height, var(--size-lg));
|
|
15
15
|
padding-inline: var(--combobox-input-group-padding-x, 0);
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
.Ij4laq_input {
|
|
40
40
|
box-sizing: border-box;
|
|
41
41
|
width: 100%;
|
|
42
42
|
min-width: 0;
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
.Ij4laq_trigger, .Ij4laq_clear {
|
|
60
60
|
box-sizing: border-box;
|
|
61
61
|
width: var(--combobox-action-size, 1.5rem);
|
|
62
62
|
height: var(--combobox-action-size, 1.5rem);
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
92
|
+
.Ij4laq_icon {
|
|
93
93
|
width: var(--combobox-icon-size, .875rem);
|
|
94
94
|
height: var(--combobox-icon-size, .875rem);
|
|
95
95
|
color: var(--combobox-icon-color, var(--color-muted-foreground));
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
display: inline-flex;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
.Ij4laq_iconSvg {
|
|
103
103
|
width: var(--combobox-icon-svg-size, 1rem);
|
|
104
104
|
height: var(--combobox-icon-svg-size, 1rem);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.
|
|
107
|
+
.Ij4laq_fieldTrigger {
|
|
108
108
|
width: var(--combobox-width, 16rem);
|
|
109
109
|
min-height: var(--combobox-control-height, var(--size-lg));
|
|
110
110
|
border: var(--combobox-border-width, var(--border-width-sm)) solid
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.
|
|
141
|
+
.Ij4laq_backdrop {
|
|
142
142
|
z-index: var(--z-backdrop);
|
|
143
143
|
background-color: var(--combobox-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
144
144
|
min-height: 100dvh;
|
|
@@ -154,12 +154,12 @@
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.
|
|
157
|
+
.Ij4laq_positioner {
|
|
158
158
|
z-index: var(--z-popup);
|
|
159
159
|
outline: 0;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.
|
|
162
|
+
.Ij4laq_popup {
|
|
163
163
|
box-sizing: border-box;
|
|
164
164
|
width: var(--anchor-width);
|
|
165
165
|
min-width: min(var(--anchor-width), var(--available-width));
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
185
|
+
.Ij4laq_arrow {
|
|
186
186
|
color: var(--combobox-popup-bg, var(--color-popover));
|
|
187
187
|
display: flex;
|
|
188
188
|
|
|
@@ -207,26 +207,26 @@
|
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
.
|
|
210
|
+
.Ij4laq_arrowSvg {
|
|
211
211
|
width: var(--combobox-arrow-width, 1.25rem);
|
|
212
212
|
height: var(--combobox-arrow-height, .625rem);
|
|
213
213
|
display: block;
|
|
214
214
|
overflow: visible;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
.
|
|
217
|
+
.Ij4laq_arrowFill {
|
|
218
218
|
fill: currentColor;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
-
.
|
|
221
|
+
.Ij4laq_arrowOuterStroke {
|
|
222
222
|
fill: var(--combobox-arrow-stroke-color, var(--combobox-popup-border-color, var(--color-border)));
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
.
|
|
225
|
+
.Ij4laq_arrowInnerStroke {
|
|
226
226
|
fill: var(--combobox-popup-bg, var(--color-popover));
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.
|
|
229
|
+
.Ij4laq_status {
|
|
230
230
|
margin: 0;
|
|
231
231
|
|
|
232
232
|
&:not(:empty) {
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.
|
|
245
|
+
.Ij4laq_empty {
|
|
246
246
|
margin: 0;
|
|
247
247
|
|
|
248
248
|
&:not(:empty) {
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.
|
|
256
|
+
.Ij4laq_list {
|
|
257
257
|
box-sizing: border-box;
|
|
258
258
|
max-height: min(var(--combobox-list-max-height, var(--combobox-popup-max-height, 24rem)),
|
|
259
259
|
var(--available-height));
|
|
@@ -268,11 +268,11 @@
|
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.
|
|
271
|
+
.Ij4laq_row {
|
|
272
272
|
display: contents;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.
|
|
275
|
+
.Ij4laq_item {
|
|
276
276
|
box-sizing: border-box;
|
|
277
277
|
grid-template-columns: var(--combobox-item-indicator-size, var(--popup-check-indicator-size, .75rem))
|
|
278
278
|
minmax(0, 1fr);
|
|
@@ -321,18 +321,18 @@
|
|
|
321
321
|
grid-template-columns: minmax(0, 1fr)
|
|
322
322
|
var(--combobox-item-indicator-size, var(--popup-check-indicator-size, .75rem));
|
|
323
323
|
|
|
324
|
-
& > .
|
|
324
|
+
& > .Ij4laq_itemIndicator {
|
|
325
325
|
grid-column-start: 2;
|
|
326
326
|
justify-self: end;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
& > .
|
|
329
|
+
& > .Ij4laq_itemText {
|
|
330
330
|
grid-column-start: 1;
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
.
|
|
335
|
+
.Ij4laq_itemIndicator {
|
|
336
336
|
padding: var(--combobox-item-indicator-padding, 0);
|
|
337
337
|
width: var(--combobox-item-indicator-size, var(--popup-check-indicator-size, .75rem));
|
|
338
338
|
height: var(--combobox-item-indicator-size, var(--popup-check-indicator-size, .75rem));
|
|
@@ -346,23 +346,23 @@
|
|
|
346
346
|
display: inline-flex;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
.
|
|
349
|
+
.Ij4laq_itemIndicatorIcon {
|
|
350
350
|
width: var(--combobox-item-indicator-icon-size, .75rem);
|
|
351
351
|
height: var(--combobox-item-indicator-icon-size, .75rem);
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
.
|
|
354
|
+
.Ij4laq_separator {
|
|
355
355
|
height: var(--border-width-sm);
|
|
356
356
|
margin: var(--combobox-separator-margin-y, var(--popup-separator-margin-y, .375rem))
|
|
357
357
|
var(--combobox-separator-margin-x, var(--popup-separator-margin-x-start, 1rem));
|
|
358
358
|
background-color: var(--combobox-border-color, var(--color-border));
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
-
.
|
|
361
|
+
.Ij4laq_group {
|
|
362
362
|
padding-bottom: var(--combobox-group-padding-bottom, var(--spacing-1));
|
|
363
363
|
}
|
|
364
364
|
|
|
365
|
-
.
|
|
365
|
+
.Ij4laq_groupLabel {
|
|
366
366
|
z-index: 1;
|
|
367
367
|
padding: var(--combobox-group-label-padding-top, var(--popup-group-label-padding-y, .35rem))
|
|
368
368
|
var(--combobox-group-label-padding-x, var(--popup-group-label-padding-x-start, .625rem))
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
top: 0;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
.
|
|
381
|
+
.Ij4laq_chips {
|
|
382
382
|
align-items: center;
|
|
383
383
|
gap: var(--combobox-chips-gap, var(--spacing-1));
|
|
384
384
|
width: 100%;
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
display: flex;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
.
|
|
391
|
+
.Ij4laq_chip {
|
|
392
392
|
align-items: center;
|
|
393
393
|
gap: var(--combobox-chip-gap, var(--spacing-1));
|
|
394
394
|
min-height: var(--combobox-chip-min-height, 1.625rem);
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
}
|
|
414
414
|
}
|
|
415
415
|
|
|
416
|
-
.
|
|
416
|
+
.Ij4laq_chipRemove {
|
|
417
417
|
width: var(--combobox-chip-remove-size, 1rem);
|
|
418
418
|
height: var(--combobox-chip-remove-size, 1rem);
|
|
419
419
|
border-radius: var(--combobox-chip-remove-radius, var(--radius-sm));
|
|
@@ -432,12 +432,12 @@
|
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
|
|
435
|
-
.
|
|
435
|
+
.Ij4laq_chipRemoveIcon {
|
|
436
436
|
width: var(--combobox-chip-remove-icon-size, .75rem);
|
|
437
437
|
height: var(--combobox-chip-remove-icon-size, .75rem);
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
-
.
|
|
440
|
+
.Ij4laq_chipsInput {
|
|
441
441
|
flex: 1 1 var(--combobox-chips-input-min-width, 4rem);
|
|
442
442
|
min-width: var(--combobox-chips-input-min-width, 4rem);
|
|
443
443
|
height: var(--combobox-chips-input-height, 1.75rem);
|
|
@@ -455,13 +455,13 @@
|
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
.
|
|
458
|
+
.Ij4laq_field {
|
|
459
459
|
gap: var(--combobox-field-gap, .375rem);
|
|
460
460
|
flex-direction: column;
|
|
461
461
|
display: inline-flex;
|
|
462
462
|
}
|
|
463
463
|
|
|
464
|
-
.
|
|
464
|
+
.Ij4laq_controlActions {
|
|
465
465
|
right: var(--combobox-actions-offset-right, .5rem);
|
|
466
466
|
align-items: center;
|
|
467
467
|
gap: var(--combobox-actions-gap, .125rem);
|
|
@@ -471,24 +471,24 @@
|
|
|
471
471
|
transform: translateY(-50%);
|
|
472
472
|
}
|
|
473
473
|
|
|
474
|
-
.
|
|
474
|
+
.Ij4laq_itemText {
|
|
475
475
|
grid-column-start: 2;
|
|
476
476
|
min-width: 0;
|
|
477
477
|
overflow: hidden;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
.
|
|
480
|
+
.Ij4laq_chipText {
|
|
481
481
|
text-overflow: ellipsis;
|
|
482
482
|
white-space: nowrap;
|
|
483
483
|
overflow: hidden;
|
|
484
484
|
}
|
|
485
485
|
|
|
486
|
-
.
|
|
486
|
+
.Ij4laq_inlineInputContainer {
|
|
487
487
|
box-sizing: border-box;
|
|
488
488
|
padding: var(--spacing-2);
|
|
489
489
|
border-bottom: var(--border-width-sm) solid var(--combobox-border-color, var(--color-border));
|
|
490
490
|
|
|
491
|
-
& > .
|
|
491
|
+
& > .Ij4laq_input {
|
|
492
492
|
border: var(--border-width-sm) solid var(--combobox-border-color, var(--color-border));
|
|
493
493
|
border-radius: var(--radius-sm);
|
|
494
494
|
padding-inline: .75rem;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
import { Combobox } from "@base-ui/react/combobox";
|
|
3
3
|
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/combobox/Combobox.d.ts
|
|
5
5
|
type IndicatorPosition = 'start' | 'end';
|
|
6
6
|
type ComboboxContentProps = Combobox.Popup.Props & Pick<Combobox.Positioner.Props, 'side' | 'sideOffset' | 'align' | 'alignOffset' | 'arrowPadding' | 'collisionAvoidance' | 'collisionBoundary' | 'collisionPadding'> & {
|
|
7
7
|
showArrow?: boolean;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { CheckIcon, ChevronDownIcon, ChevronUpDownIcon, CloseIcon, PopupArrowIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { CheckIcon, ChevronDownIcon, ChevronUpDownIcon, CloseIcon, PopupArrowIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
3
|
import Combobox_module_default from "./Combobox.module.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { forwardRef } from "react";
|
|
7
7
|
import { Combobox } from "@base-ui/react/combobox";
|
|
8
|
-
//#region src/components/
|
|
8
|
+
//#region src/components/combobox/Combobox.tsx
|
|
9
9
|
const COMBOBOX_CONTENT_SIDE_OFFSET = 5;
|
|
10
10
|
const Combobox$1 = Combobox.Root;
|
|
11
11
|
function ComboboxField({ className, ...props }) {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import './Combobox.css';
|
|
2
|
+
//#region src/components/combobox/Combobox.module.css
|
|
3
|
+
var Combobox_module_default = {
|
|
4
|
+
"arrow": "Ij4laq_arrow",
|
|
5
|
+
"arrowFill": "Ij4laq_arrowFill",
|
|
6
|
+
"arrowInnerStroke": "Ij4laq_arrowInnerStroke",
|
|
7
|
+
"arrowOuterStroke": "Ij4laq_arrowOuterStroke",
|
|
8
|
+
"arrowSvg": "Ij4laq_arrowSvg",
|
|
9
|
+
"backdrop": "Ij4laq_backdrop",
|
|
10
|
+
"chip": "Ij4laq_chip",
|
|
11
|
+
"chipRemove": "Ij4laq_chipRemove",
|
|
12
|
+
"chipRemoveIcon": "Ij4laq_chipRemoveIcon",
|
|
13
|
+
"chips": "Ij4laq_chips",
|
|
14
|
+
"chipsInput": "Ij4laq_chipsInput",
|
|
15
|
+
"chipText": "Ij4laq_chipText",
|
|
16
|
+
"clear": "Ij4laq_clear",
|
|
17
|
+
"controlActions": "Ij4laq_controlActions",
|
|
18
|
+
"empty": "Ij4laq_empty",
|
|
19
|
+
"field": "Ij4laq_field",
|
|
20
|
+
"fieldLabel": "Ij4laq_fieldLabel",
|
|
21
|
+
"fieldTrigger": "Ij4laq_fieldTrigger",
|
|
22
|
+
"group": "Ij4laq_group",
|
|
23
|
+
"groupLabel": "Ij4laq_groupLabel",
|
|
24
|
+
"icon": "Ij4laq_icon",
|
|
25
|
+
"iconSvg": "Ij4laq_iconSvg",
|
|
26
|
+
"inlineInputContainer": "Ij4laq_inlineInputContainer",
|
|
27
|
+
"input": "Ij4laq_input",
|
|
28
|
+
"inputGroup": "Ij4laq_inputGroup",
|
|
29
|
+
"item": "Ij4laq_item",
|
|
30
|
+
"itemIndicator": "Ij4laq_itemIndicator",
|
|
31
|
+
"itemIndicatorIcon": "Ij4laq_itemIndicatorIcon",
|
|
32
|
+
"itemText": "Ij4laq_itemText",
|
|
33
|
+
"list": "Ij4laq_list",
|
|
34
|
+
"popup": "Ij4laq_popup",
|
|
35
|
+
"positioner": "Ij4laq_positioner",
|
|
36
|
+
"row": "Ij4laq_row",
|
|
37
|
+
"separator": "Ij4laq_separator",
|
|
38
|
+
"status": "Ij4laq_status",
|
|
39
|
+
"trigger": "Ij4laq_trigger"
|
|
40
|
+
};
|
|
41
|
+
//#endregion
|
|
42
|
+
export { Combobox_module_default as default };
|