moduix 0.11.2 → 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 +8 -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 +21 -21
- 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 +21 -20
- 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,6 +1,6 @@
|
|
|
1
1
|
import { Autocomplete } from "@base-ui/react/autocomplete";
|
|
2
2
|
|
|
3
|
-
//#region src/components/
|
|
3
|
+
//#region src/components/autocomplete/Autocomplete.d.ts
|
|
4
4
|
declare const Autocomplete$1: typeof Autocomplete.Root;
|
|
5
5
|
declare const AutocompleteField: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
6
|
declare const AutocompleteInlineInputContainer: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ChevronDownIcon, ChevronUpDownIcon, CloseIcon, PopupArrowIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { ChevronDownIcon, ChevronUpDownIcon, CloseIcon, PopupArrowIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
3
|
import Autocomplete_module_default from "./Autocomplete.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 { Autocomplete } from "@base-ui/react/autocomplete";
|
|
8
8
|
import { Combobox } from "@base-ui/react/combobox";
|
|
9
|
-
//#region src/components/
|
|
9
|
+
//#region src/components/autocomplete/Autocomplete.tsx
|
|
10
10
|
const Autocomplete$1 = Autocomplete.Root;
|
|
11
11
|
const AutocompleteField = forwardRef(function AutocompleteField({ className, ...props }, ref) {
|
|
12
12
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import './Autocomplete.css';
|
|
2
|
+
//#region src/components/autocomplete/Autocomplete.module.css
|
|
3
|
+
var Autocomplete_module_default = {
|
|
4
|
+
"arrow": "EXUTcW_arrow",
|
|
5
|
+
"arrowFill": "EXUTcW_arrowFill",
|
|
6
|
+
"arrowInnerStroke": "EXUTcW_arrowInnerStroke",
|
|
7
|
+
"arrowOuterStroke": "EXUTcW_arrowOuterStroke",
|
|
8
|
+
"arrowSvg": "EXUTcW_arrowSvg",
|
|
9
|
+
"backdrop": "EXUTcW_backdrop",
|
|
10
|
+
"clear": "EXUTcW_clear",
|
|
11
|
+
"controlActions": "EXUTcW_controlActions",
|
|
12
|
+
"empty": "EXUTcW_empty",
|
|
13
|
+
"field": "EXUTcW_field",
|
|
14
|
+
"fieldLabel": "EXUTcW_fieldLabel",
|
|
15
|
+
"fieldTrigger": "EXUTcW_fieldTrigger",
|
|
16
|
+
"group": "EXUTcW_group",
|
|
17
|
+
"groupLabel": "EXUTcW_groupLabel",
|
|
18
|
+
"icon": "EXUTcW_icon",
|
|
19
|
+
"iconSvg": "EXUTcW_iconSvg",
|
|
20
|
+
"inlineInputContainer": "EXUTcW_inlineInputContainer",
|
|
21
|
+
"input": "EXUTcW_input",
|
|
22
|
+
"inputGroup": "EXUTcW_inputGroup",
|
|
23
|
+
"item": "EXUTcW_item",
|
|
24
|
+
"itemText": "EXUTcW_itemText",
|
|
25
|
+
"itemTextContent": "EXUTcW_itemTextContent",
|
|
26
|
+
"itemTextIcon": "EXUTcW_itemTextIcon",
|
|
27
|
+
"itemTextLabel": "EXUTcW_itemTextLabel",
|
|
28
|
+
"list": "EXUTcW_list",
|
|
29
|
+
"popup": "EXUTcW_popup",
|
|
30
|
+
"positioner": "EXUTcW_positioner",
|
|
31
|
+
"row": "EXUTcW_row",
|
|
32
|
+
"separator": "EXUTcW_separator",
|
|
33
|
+
"status": "EXUTcW_status",
|
|
34
|
+
"trigger": "EXUTcW_trigger"
|
|
35
|
+
};
|
|
36
|
+
//#endregion
|
|
37
|
+
export { Autocomplete_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.B6ktfW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
width: var(--avatar-size, var(--size-md));
|
|
5
5
|
height: var(--avatar-size, var(--size-md));
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
.B6ktfW_image {
|
|
52
52
|
object-fit: var(--avatar-image-object-fit, cover);
|
|
53
53
|
object-position: var(--avatar-image-object-position, center);
|
|
54
54
|
width: 100%;
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.
|
|
64
|
+
.B6ktfW_fallback {
|
|
65
65
|
width: 100%;
|
|
66
66
|
height: 100%;
|
|
67
67
|
padding: var(--avatar-fallback-padding, 0);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import Avatar_module_default from "./Avatar.module.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Avatar } from "@base-ui/react/avatar";
|
|
5
|
-
//#region src/components/
|
|
5
|
+
//#region src/components/avatar/Avatar.tsx
|
|
6
6
|
function Avatar$1({ className, size, ...props }) {
|
|
7
7
|
return /* @__PURE__ */ jsx(Avatar.Root, {
|
|
8
8
|
"data-slot": "avatar-root",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._4vwdYa_root {
|
|
3
3
|
justify-content: center;
|
|
4
4
|
align-items: center;
|
|
5
5
|
gap: var(--badge-gap, .375rem);
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
._4vwdYa_dot {
|
|
60
60
|
width: var(--badge-dot-size, .375rem);
|
|
61
61
|
height: var(--badge-dot-size, .375rem);
|
|
62
62
|
background-color: currentColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentPropsWithoutRef } from "react";
|
|
2
2
|
|
|
3
|
-
//#region src/components/
|
|
3
|
+
//#region src/components/badge/Badge.d.ts
|
|
4
4
|
type BadgeVariant = 'default' | 'secondary' | 'destructive' | 'outline' | 'ghost';
|
|
5
5
|
type BadgeProps = ComponentPropsWithoutRef<'span'> & {
|
|
6
6
|
variant?: BadgeVariant;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Badge_module_default from "./Badge.module.js";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import clsx$1 from "clsx";
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/badge/Badge.tsx
|
|
5
5
|
function Badge({ className, variant = "default", ...props }) {
|
|
6
6
|
return /* @__PURE__ */ jsx("span", {
|
|
7
7
|
"data-slot": "badge-root",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './Badge.css';
|
|
2
|
-
//#region src/components/
|
|
2
|
+
//#region src/components/badge/Badge.module.css
|
|
3
3
|
var Badge_module_default = {
|
|
4
|
-
"dot": "
|
|
5
|
-
"root": "
|
|
4
|
+
"dot": "_4vwdYa_dot",
|
|
5
|
+
"root": "_4vwdYa_root"
|
|
6
6
|
};
|
|
7
7
|
//#endregion
|
|
8
8
|
export { Badge_module_default as default };
|
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.YpAamG_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
margin: 0;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.
|
|
7
|
+
.YpAamG_root[data-inline="xs"] {
|
|
8
8
|
margin-inline: calc(var(--bleed-inline-xs, var(--spacing-1)) * -1);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.YpAamG_root[data-inline="sm"] {
|
|
12
12
|
margin-inline: calc(var(--bleed-inline-sm, var(--spacing-2)) * -1);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.YpAamG_root[data-inline="md"] {
|
|
16
16
|
margin-inline: calc(var(--bleed-inline-md, var(--spacing-3)) * -1);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
19
|
+
.YpAamG_root[data-inline="lg"] {
|
|
20
20
|
margin-inline: calc(var(--bleed-inline-lg, var(--spacing-4)) * -1);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
.YpAamG_root[data-inline="xl"] {
|
|
24
24
|
margin-inline: calc(var(--bleed-inline-xl, var(--spacing-6)) * -1);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.
|
|
27
|
+
.YpAamG_root[data-inline="full"] {
|
|
28
28
|
inline-size: var(--bleed-inline-full-size, 100vw);
|
|
29
29
|
margin-inline: var(--bleed-inline-full, calc(50% - 50vw));
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.YpAamG_root[data-block="xs"] {
|
|
33
33
|
margin-block: calc(var(--bleed-block-xs, var(--spacing-1)) * -1);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
.YpAamG_root[data-block="sm"] {
|
|
37
37
|
margin-block: calc(var(--bleed-block-sm, var(--spacing-2)) * -1);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.YpAamG_root[data-block="md"] {
|
|
41
41
|
margin-block: calc(var(--bleed-block-md, var(--spacing-3)) * -1);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.YpAamG_root[data-block="lg"] {
|
|
45
45
|
margin-block: calc(var(--bleed-block-lg, var(--spacing-4)) * -1);
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.YpAamG_root[data-block="xl"] {
|
|
49
49
|
margin-block: calc(var(--bleed-block-xl, var(--spacing-6)) * -1);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Bleed_module_default from "./Bleed.module.js";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import clsx$1 from "clsx";
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/bleed/Bleed.tsx
|
|
5
5
|
function Bleed({ as: Root = "div", inline = "full", block = "none", className, ...props }) {
|
|
6
6
|
return /* @__PURE__ */ jsx(Root, {
|
|
7
7
|
...props,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.IRqw7W_root {
|
|
3
3
|
max-width: var(--breadcrumbs-max-width, 100%);
|
|
4
4
|
color: var(--breadcrumbs-color, var(--color-muted-foreground));
|
|
5
5
|
font-size: var(--breadcrumbs-font-size, var(--text-sm));
|
|
6
6
|
line-height: var(--breadcrumbs-line-height, var(--line-height-text-sm));
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.IRqw7W_list {
|
|
10
10
|
align-items: center;
|
|
11
11
|
gap: var(--breadcrumbs-gap, var(--spacing-1));
|
|
12
12
|
white-space: nowrap;
|
|
@@ -17,31 +17,31 @@
|
|
|
17
17
|
display: flex;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.IRqw7W_item {
|
|
21
21
|
flex: none;
|
|
22
22
|
align-items: center;
|
|
23
23
|
min-width: 0;
|
|
24
24
|
display: inline-flex;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.
|
|
27
|
+
.IRqw7W_list > .IRqw7W_item:last-child {
|
|
28
28
|
max-width: var(--breadcrumbs-item-max-width, 16rem);
|
|
29
29
|
flex: auto;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.IRqw7W_link, .IRqw7W_page {
|
|
33
33
|
white-space: nowrap;
|
|
34
34
|
min-width: 0;
|
|
35
35
|
max-width: 100%;
|
|
36
36
|
display: block;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
.IRqw7W_link, .IRqw7W_page, .IRqw7W_ellipsis {
|
|
40
40
|
text-overflow: ellipsis;
|
|
41
41
|
overflow: hidden;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.IRqw7W_link {
|
|
45
45
|
color: var(--breadcrumbs-link-color, var(--color-muted-foreground));
|
|
46
46
|
text-decoration: var(--breadcrumbs-link-text-decoration, none);
|
|
47
47
|
text-underline-offset: var(--breadcrumbs-link-underline-offset, .2em);
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.
|
|
65
|
+
.IRqw7W_page {
|
|
66
66
|
color: var(--breadcrumbs-page-color, var(--color-foreground));
|
|
67
67
|
font-weight: var(--breadcrumbs-page-font-weight, var(--weight-medium));
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.
|
|
70
|
+
.IRqw7W_separator {
|
|
71
71
|
color: var(--breadcrumbs-separator-color, var(--color-muted-foreground));
|
|
72
72
|
font-size: var(--breadcrumbs-separator-font-size, .875em);
|
|
73
73
|
user-select: none;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
display: inline-flex;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
.IRqw7W_ellipsis {
|
|
80
80
|
min-width: var(--breadcrumbs-ellipsis-size, 1rem);
|
|
81
81
|
min-height: var(--breadcrumbs-ellipsis-size, 1rem);
|
|
82
82
|
color: var(--breadcrumbs-ellipsis-color, var(--color-muted-foreground));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
import { useRender } from "@base-ui/react/use-render";
|
|
3
3
|
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/breadcrumbs/Breadcrumbs.d.ts
|
|
5
5
|
declare function Breadcrumbs({
|
|
6
6
|
className,
|
|
7
7
|
'aria-label': ariaLabel,
|
|
@@ -2,7 +2,7 @@ import Breadcrumbs_module_default from "./Breadcrumbs.module.js";
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { clsx } from "clsx";
|
|
4
4
|
import { useRender } from "@base-ui/react/use-render";
|
|
5
|
-
//#region src/components/
|
|
5
|
+
//#region src/components/breadcrumbs/Breadcrumbs.tsx
|
|
6
6
|
function Breadcrumbs({ className, "aria-label": ariaLabel = "Breadcrumb", ...props }) {
|
|
7
7
|
return /* @__PURE__ */ jsx("nav", {
|
|
8
8
|
"data-slot": "breadcrumbs-root",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import './Breadcrumbs.css';
|
|
2
|
+
//#region src/components/breadcrumbs/Breadcrumbs.module.css
|
|
3
|
+
var Breadcrumbs_module_default = {
|
|
4
|
+
"ellipsis": "IRqw7W_ellipsis",
|
|
5
|
+
"item": "IRqw7W_item",
|
|
6
|
+
"link": "IRqw7W_link",
|
|
7
|
+
"list": "IRqw7W_list",
|
|
8
|
+
"page": "IRqw7W_page",
|
|
9
|
+
"root": "IRqw7W_root",
|
|
10
|
+
"separator": "IRqw7W_separator"
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { Breadcrumbs_module_default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Button } from "@base-ui/react/button";
|
|
2
2
|
|
|
3
|
-
//#region src/components/
|
|
3
|
+
//#region src/components/button/Button.d.ts
|
|
4
4
|
type ButtonVariant = 'default' | 'outline' | 'secondary' | 'destructive' | 'destructive-outline' | 'ghost' | 'link';
|
|
5
5
|
type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'icon-sm' | 'icon-md' | 'icon-lg';
|
|
6
6
|
type ButtonProps = Button.Props & {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import Button_module_default from "./Button.module.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { forwardRef } from "react";
|
|
5
5
|
import { Button } from "@base-ui/react/button";
|
|
6
|
-
//#region src/components/
|
|
6
|
+
//#region src/components/button/Button.tsx
|
|
7
7
|
const Button$1 = forwardRef(function Button$2({ className, size = "md", variant = "default", ...props }, ref) {
|
|
8
8
|
return /* @__PURE__ */ jsx(Button, {
|
|
9
9
|
ref,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._7aCbKG_root {
|
|
3
3
|
--card-padding-default: var(--card-padding, var(--spacing-6));
|
|
4
4
|
--card-title-font-size-default: var(--card-title-font-size, var(--text-lg));
|
|
5
5
|
--card-title-line-height-default: var(--card-title-line-height, var(--line-height-text-lg));
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
--card-title-line-height-default: var(--card-title-line-height-sm, var(--line-height-text-md));
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
&:has(.
|
|
29
|
+
&:has(._7aCbKG_link) :where(a, button, input, select, textarea, [role="button"], [role="checkbox"], [role="menuitem"], [role="switch"], [tabindex]:not([tabindex="-1"])):not(._7aCbKG_link) {
|
|
30
30
|
z-index: 1;
|
|
31
31
|
position: relative;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
& .
|
|
34
|
+
& ._7aCbKG_link {
|
|
35
35
|
position: static;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
._7aCbKG_header, ._7aCbKG_content, ._7aCbKG_footer {
|
|
40
40
|
box-sizing: border-box;
|
|
41
41
|
min-width: 0;
|
|
42
42
|
padding-inline: var(--card-padding-default);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.
|
|
45
|
+
._7aCbKG_header {
|
|
46
46
|
column-gap: var(--card-action-gap, var(--spacing-2));
|
|
47
47
|
row-gap: var(--card-header-gap, var(--spacing-1));
|
|
48
48
|
padding-block: var(--card-padding-default) 0;
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
display: grid;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
._7aCbKG_content {
|
|
54
54
|
padding-block: var(--card-content-padding-top, var(--spacing-4)) var(--card-padding-default);
|
|
55
55
|
color: var(--card-content-color, var(--color-muted-foreground));
|
|
56
56
|
font-size: var(--card-content-font-size, var(--text-sm));
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.
|
|
73
|
+
._7aCbKG_footer {
|
|
74
74
|
align-items: center;
|
|
75
75
|
gap: var(--card-footer-gap, var(--spacing-2));
|
|
76
76
|
padding-block: 0 var(--card-padding-default);
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
display: flex;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
.
|
|
81
|
+
._7aCbKG_title {
|
|
82
82
|
min-width: 0;
|
|
83
83
|
color: var(--card-title-color, currentColor);
|
|
84
84
|
font-size: var(--card-title-font-size-default);
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
margin: 0;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
92
|
+
._7aCbKG_description {
|
|
93
93
|
min-width: 0;
|
|
94
94
|
color: var(--card-description-color, var(--color-muted-foreground));
|
|
95
95
|
font-size: var(--card-description-font-size, var(--text-sm));
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
margin: 0;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
._7aCbKG_action {
|
|
103
103
|
z-index: 1;
|
|
104
104
|
justify-content: flex-end;
|
|
105
105
|
align-items: start;
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
position: relative;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.
|
|
113
|
+
._7aCbKG_link {
|
|
114
114
|
color: inherit;
|
|
115
115
|
text-decoration: none;
|
|
116
116
|
position: relative;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps, ComponentPropsWithoutRef } from "react";
|
|
2
2
|
import { useRender } from "@base-ui/react/use-render";
|
|
3
3
|
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/card/Card.d.ts
|
|
5
5
|
type CardSize = 'default' | 'sm';
|
|
6
6
|
type CardTitleElement = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
7
7
|
declare function Card({
|
|
@@ -2,7 +2,7 @@ import Card_module_default from "./Card.module.js";
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import clsx$1 from "clsx";
|
|
4
4
|
import { useRender } from "@base-ui/react/use-render";
|
|
5
|
-
//#region src/components/
|
|
5
|
+
//#region src/components/card/Card.tsx
|
|
6
6
|
function Card({ className, render, size = "default", ...props }) {
|
|
7
7
|
return useRender({
|
|
8
8
|
defaultTagName: "div",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import './Card.css';
|
|
2
|
+
//#region src/components/card/Card.module.css
|
|
3
|
+
var Card_module_default = {
|
|
4
|
+
"action": "_7aCbKG_action",
|
|
5
|
+
"content": "_7aCbKG_content",
|
|
6
|
+
"description": "_7aCbKG_description",
|
|
7
|
+
"footer": "_7aCbKG_footer",
|
|
8
|
+
"header": "_7aCbKG_header",
|
|
9
|
+
"link": "_7aCbKG_link",
|
|
10
|
+
"root": "_7aCbKG_root",
|
|
11
|
+
"title": "_7aCbKG_title"
|
|
12
|
+
};
|
|
13
|
+
//#endregion
|
|
14
|
+
export { Card_module_default as default };
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.CDJB0G_field {
|
|
3
3
|
align-items: center;
|
|
4
4
|
gap: var(--checkbox-gap, var(--spacing-2));
|
|
5
5
|
vertical-align: middle;
|
|
6
6
|
cursor: pointer;
|
|
7
7
|
display: inline-flex;
|
|
8
8
|
|
|
9
|
-
&:has(.
|
|
9
|
+
&:has(.CDJB0G_root[data-disabled]), &:has(.CDJB0G_root[data-readonly]) {
|
|
10
10
|
cursor: default;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.CDJB0G_root {
|
|
15
15
|
box-sizing: border-box;
|
|
16
16
|
width: var(--_checkbox-size, 1.25rem);
|
|
17
17
|
height: var(--_checkbox-size, 1.25rem);
|
|
@@ -87,19 +87,19 @@
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.
|
|
90
|
+
.CDJB0G_indicator {
|
|
91
91
|
justify-content: center;
|
|
92
92
|
align-items: center;
|
|
93
93
|
width: 100%;
|
|
94
94
|
height: 100%;
|
|
95
95
|
display: flex;
|
|
96
96
|
|
|
97
|
-
&[data-indeterminate] .
|
|
97
|
+
&[data-indeterminate] .CDJB0G_iconChecked, &[data-checked] .CDJB0G_iconIndeterminate, &[data-unchecked] .CDJB0G_iconChecked, &[data-unchecked] .CDJB0G_iconIndeterminate {
|
|
98
98
|
display: none;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
.CDJB0G_icon {
|
|
103
103
|
width: var(--_checkbox-icon-size, .75rem);
|
|
104
104
|
height: var(--_checkbox-icon-size, .75rem);
|
|
105
105
|
color: inherit;
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
display: flex;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.CDJB0G_iconChecked, .CDJB0G_iconIndeterminate {
|
|
113
113
|
justify-content: center;
|
|
114
114
|
align-items: center;
|
|
115
115
|
width: 100%;
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.
|
|
125
|
+
.CDJB0G_label {
|
|
126
126
|
color: var(--checkbox-label-color, var(--color-foreground));
|
|
127
127
|
font-size: var(--checkbox-label-font-size, var(--text-sm));
|
|
128
128
|
font-weight: var(--checkbox-label-font-weight, var(--weight-medium));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
import { Checkbox } from "@base-ui/react/checkbox";
|
|
3
3
|
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/checkbox/Checkbox.d.ts
|
|
5
5
|
type CheckboxSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
6
6
|
declare const Checkbox$1: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").CheckboxRootProps & {
|
|
7
7
|
size?: CheckboxSize;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { CheckIcon, IndeterminateIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { CheckIcon, IndeterminateIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
3
|
import Checkbox_module_default from "./Checkbox.module.js";
|
|
4
4
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { forwardRef } from "react";
|
|
7
7
|
import { Checkbox } from "@base-ui/react/checkbox";
|
|
8
|
-
//#region src/components/
|
|
8
|
+
//#region src/components/checkbox/Checkbox.tsx
|
|
9
9
|
const Checkbox$1 = forwardRef(function Checkbox$2({ className, size = "md", children, ...props }, ref) {
|
|
10
10
|
return /* @__PURE__ */ jsx(Checkbox.Root, {
|
|
11
11
|
ref,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import './Checkbox.css';
|
|
2
|
+
//#region src/components/checkbox/Checkbox.module.css
|
|
3
|
+
var Checkbox_module_default = {
|
|
4
|
+
"field": "CDJB0G_field",
|
|
5
|
+
"icon": "CDJB0G_icon",
|
|
6
|
+
"iconChecked": "CDJB0G_iconChecked",
|
|
7
|
+
"iconIndeterminate": "CDJB0G_iconIndeterminate",
|
|
8
|
+
"indicator": "CDJB0G_indicator",
|
|
9
|
+
"label": "CDJB0G_label",
|
|
10
|
+
"root": "CDJB0G_root"
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { Checkbox_module_default as default };
|