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,15 +1,15 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.MBT84G_root {
|
|
3
3
|
align-items: stretch;
|
|
4
4
|
display: inline-flex;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.
|
|
7
|
+
.MBT84G_action {
|
|
8
8
|
border-start-end-radius: 0;
|
|
9
9
|
border-end-end-radius: 0;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.MBT84G_trigger {
|
|
13
13
|
min-width: 0;
|
|
14
14
|
border-start-start-radius: 0;
|
|
15
15
|
border-end-start-radius: 0;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
position: relative;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.MBT84G_trigger:before {
|
|
22
22
|
content: "";
|
|
23
23
|
opacity: .16;
|
|
24
24
|
pointer-events: none;
|
|
@@ -29,31 +29,31 @@
|
|
|
29
29
|
inset-inline-start: 0;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.MBT84G_trigger[data-variant="outline"]:before, .MBT84G_trigger[data-variant="destructive-outline"]:before {
|
|
33
33
|
opacity: 0;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
.MBT84G_trigger[data-size="xs"] {
|
|
37
37
|
padding-inline: .5rem;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.MBT84G_trigger[data-size="sm"] {
|
|
41
41
|
padding-inline: .625rem;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.MBT84G_trigger[data-size="md"] {
|
|
45
45
|
padding-inline: .75rem;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.MBT84G_trigger[data-size="lg"] {
|
|
49
49
|
padding-inline: .875rem;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.
|
|
52
|
+
.MBT84G_trigger[data-size="xl"] {
|
|
53
53
|
padding-inline: 1rem;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
.MBT84G_trigger :where(svg) {
|
|
57
57
|
flex-shrink: 0;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ButtonProps, ButtonSize, ButtonVariant } from "../
|
|
2
|
-
import { MenuContentProps } from "../
|
|
1
|
+
import { ButtonProps, ButtonSize, ButtonVariant } from "../button/Button.js";
|
|
2
|
+
import { MenuContentProps } from "../menu/Menu.js";
|
|
3
3
|
import { ReactNode } from "react";
|
|
4
4
|
import { Menu } from "@base-ui/react/menu";
|
|
5
5
|
|
|
6
|
-
//#region src/components/
|
|
6
|
+
//#region src/components/split-button/SplitButton.d.ts
|
|
7
7
|
type SplitButtonVariant = Exclude<ButtonVariant, 'link'>;
|
|
8
8
|
type SplitButtonSize = Exclude<ButtonSize, 'icon-sm' | 'icon-md' | 'icon-lg'>;
|
|
9
9
|
type SplitButtonProps = Omit<Menu.Root.Props, 'children'> & {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ChevronDownIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
3
|
-
import { Button } from "../
|
|
4
|
-
import { Menu, MenuContent, MenuTrigger } from "../
|
|
1
|
+
import { ChevronDownIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
|
+
import { Button } from "../button/Button.js";
|
|
4
|
+
import { Menu, MenuContent, MenuTrigger } from "../menu/Menu.js";
|
|
5
5
|
import SplitButton_module_default from "./SplitButton.module.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import { clsx } from "clsx";
|
|
8
8
|
import { createContext, forwardRef, useContext } from "react";
|
|
9
|
-
//#region src/components/
|
|
9
|
+
//#region src/components/split-button/SplitButton.tsx
|
|
10
10
|
const SplitButtonContext = createContext(null);
|
|
11
11
|
function useSplitButtonContext(componentName) {
|
|
12
12
|
const context = useContext(SplitButtonContext);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './SplitButton.css';
|
|
2
|
+
//#region src/components/split-button/SplitButton.module.css
|
|
3
|
+
var SplitButton_module_default = {
|
|
4
|
+
"action": "MBT84G_action",
|
|
5
|
+
"root": "MBT84G_root",
|
|
6
|
+
"trigger": "MBT84G_trigger"
|
|
7
|
+
};
|
|
8
|
+
//#endregion
|
|
9
|
+
export { SplitButton_module_default as default };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.a_XBzW_root {
|
|
3
3
|
flex: var(--stack-flex, initial);
|
|
4
4
|
flex-direction: var(--stack-direction-mobile, column);
|
|
5
5
|
display: flex;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
@media (width >= 640px) {
|
|
9
|
-
.
|
|
9
|
+
.a_XBzW_root {
|
|
10
10
|
flex-direction: var(--stack-direction-desktop, var(--stack-direction-mobile, column));
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Stack_module_default from "./Stack.module.js";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { clsx } from "clsx";
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/stack/Stack.tsx
|
|
5
5
|
function Stack({ as: Root = "div", className, style, direction, gap, align, justify, wrap, fill, ...props }) {
|
|
6
6
|
const responsiveDirection = typeof direction === "string" ? {
|
|
7
7
|
mobile: direction,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
|
|
2
|
+
.Mu3jYq_root {
|
|
3
3
|
width: 100%;
|
|
4
4
|
color: var(--stepper-color, var(--color-foreground));
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
.Mu3jYq_list {
|
|
8
8
|
gap: var(--stepper-gap, var(--spacing-4));
|
|
9
9
|
width: 100%;
|
|
10
10
|
margin: 0;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
.Mu3jYq_item {
|
|
21
21
|
flex: 1 1 0;
|
|
22
22
|
min-width: 0;
|
|
23
23
|
position: relative;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
.Mu3jYq_trigger {
|
|
58
58
|
z-index: 1;
|
|
59
59
|
width: 100%;
|
|
60
60
|
color: inherit;
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
cursor: pointer;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
&:focus-visible
|
|
86
|
+
&:focus-visible .Mu3jYq_indicator {
|
|
87
87
|
outline: var(--stepper-focus-ring-width, var(--border-width-sm)) solid
|
|
88
88
|
var(--stepper-focus-ring-color, var(--color-ring));
|
|
89
89
|
outline-offset: var(--stepper-focus-ring-offset, 2px);
|
|
@@ -96,18 +96,18 @@
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
@media (hover: hover) {
|
|
99
|
-
&:not([aria-disabled="true"]):not([data-disabled]):hover
|
|
99
|
+
&:not([aria-disabled="true"]):not([data-disabled]):hover .Mu3jYq_indicator[data-state="inactive"] {
|
|
100
100
|
border-color: var(--stepper-indicator-border-color-hover, var(--stepper-indicator-border-color-current, var(--color-foreground)));
|
|
101
101
|
color: var(--stepper-indicator-color-hover, var(--stepper-indicator-color-current, var(--color-foreground)));
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
&:not([aria-disabled="true"]):not([data-disabled]):hover
|
|
104
|
+
&:not([aria-disabled="true"]):not([data-disabled]):hover .Mu3jYq_title {
|
|
105
105
|
color: var(--stepper-title-color-hover, var(--color-foreground));
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
.Mu3jYq_indicator {
|
|
111
111
|
box-sizing: border-box;
|
|
112
112
|
width: var(--stepper-indicator-size, 2rem);
|
|
113
113
|
height: var(--stepper-indicator-size, 2rem);
|
|
@@ -145,13 +145,13 @@
|
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
.Mu3jYq_content {
|
|
149
149
|
gap: var(--stepper-content-gap, .25rem);
|
|
150
150
|
min-width: 0;
|
|
151
151
|
display: grid;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
.Mu3jYq_title {
|
|
155
155
|
color: var(--stepper-title-color, currentColor);
|
|
156
156
|
font-size: var(--stepper-title-font-size, var(--text-sm));
|
|
157
157
|
font-weight: var(--stepper-title-font-weight, var(--weight-medium));
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
|
|
165
|
+
.Mu3jYq_description {
|
|
166
166
|
color: var(--stepper-description-color, var(--color-muted-foreground));
|
|
167
167
|
font-size: var(--stepper-description-font-size, var(--text-xs));
|
|
168
168
|
line-height: var(--stepper-description-line-height, var(--line-height-text-xs));
|
|
@@ -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/stepper/Stepper.d.ts
|
|
5
5
|
type StepperOrientation = 'horizontal' | 'vertical';
|
|
6
6
|
type StepperStatus = 'inactive' | 'current' | 'completed';
|
|
7
7
|
declare function Stepper({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { CheckIcon } from "../../icons/ui/Icons.js";
|
|
1
|
+
import { CheckIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
2
|
import Stepper_module_default from "./Stepper.module.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { clsx } from "clsx";
|
|
5
5
|
import { createContext, useContext, useMemo } from "react";
|
|
6
6
|
import { useRender } from "@base-ui/react/use-render";
|
|
7
|
-
//#region src/components/
|
|
7
|
+
//#region src/components/stepper/Stepper.tsx
|
|
8
8
|
const StepperContext = createContext({
|
|
9
9
|
currentStep: void 0,
|
|
10
10
|
orientation: "horizontal"
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import './Stepper.css';
|
|
2
|
+
//#region src/components/stepper/Stepper.module.css
|
|
3
|
+
var Stepper_module_default = {
|
|
4
|
+
"content": "Mu3jYq_content",
|
|
5
|
+
"description": "Mu3jYq_description",
|
|
6
|
+
"indicator": "Mu3jYq_indicator",
|
|
7
|
+
"item": "Mu3jYq_item",
|
|
8
|
+
"list": "Mu3jYq_list",
|
|
9
|
+
"root": "Mu3jYq_root",
|
|
10
|
+
"title": "Mu3jYq_title",
|
|
11
|
+
"trigger": "Mu3jYq_trigger"
|
|
12
|
+
};
|
|
13
|
+
//#endregion
|
|
14
|
+
export { Stepper_module_default as default };
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
|
|
2
|
+
.-P-pGG_field {
|
|
3
3
|
align-items: center;
|
|
4
4
|
gap: var(--switch-gap, var(--spacing-2));
|
|
5
5
|
vertical-align: middle;
|
|
6
6
|
cursor: pointer;
|
|
7
7
|
display: inline-flex;
|
|
8
8
|
|
|
9
|
-
&:has(
|
|
9
|
+
&:has(.-P-pGG_root[data-disabled]), &:has(.-P-pGG_root[data-readonly]) {
|
|
10
10
|
cursor: default;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
.-P-pGG_root {
|
|
15
15
|
box-sizing: border-box;
|
|
16
16
|
-webkit-appearance: none;
|
|
17
17
|
appearance: none;
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
.-P-pGG_thumb {
|
|
104
104
|
width: var(--switch-thumb-size, 1.125rem);
|
|
105
105
|
height: var(--switch-thumb-size, 1.125rem);
|
|
106
106
|
border: var(--switch-thumb-border-width, 0) solid var(--switch-thumb-border-color, transparent);
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
.-P-pGG_label {
|
|
133
133
|
color: var(--switch-label-color, var(--color-foreground));
|
|
134
134
|
font-size: var(--switch-label-font-size, var(--text-sm));
|
|
135
135
|
font-weight: var(--switch-label-font-weight, var(--weight-medium));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
import { Switch } from "@base-ui/react/switch";
|
|
3
3
|
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/switch/Switch.d.ts
|
|
5
5
|
type SwitchSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
6
6
|
declare const Switch$1: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").SwitchRootProps & {
|
|
7
7
|
size?: SwitchSize;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import Switch_module_default from "./Switch.module.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { clsx } from "clsx";
|
|
5
5
|
import { forwardRef } from "react";
|
|
6
6
|
import { Switch } from "@base-ui/react/switch";
|
|
7
|
-
//#region src/components/
|
|
7
|
+
//#region src/components/switch/Switch.tsx
|
|
8
8
|
const Switch$1 = forwardRef(function Switch$2({ className, size = "md", children, ...props }, ref) {
|
|
9
9
|
return /* @__PURE__ */ jsx(Switch.Root, {
|
|
10
10
|
ref,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import './Switch.css';
|
|
2
|
+
//#region src/components/switch/Switch.module.css
|
|
3
|
+
var Switch_module_default = {
|
|
4
|
+
"field": "-P-pGG_field",
|
|
5
|
+
"label": "-P-pGG_label",
|
|
6
|
+
"root": "-P-pGG_root",
|
|
7
|
+
"thumb": "-P-pGG_thumb"
|
|
8
|
+
};
|
|
9
|
+
//#endregion
|
|
10
|
+
export { Switch_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.aWDqsG_container {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
border: var(--table-container-border-width, var(--table-border-width, var(--border-width-sm)))
|
|
5
5
|
solid var(--table-container-border-color, var(--table-border-color, var(--color-border)));
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
overflow-x: auto;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.aWDqsG_root {
|
|
15
15
|
--table-cell-padding-y-default: var(--table-cell-padding-y, var(--spacing-3));
|
|
16
16
|
--table-empty-padding-y-default: calc(var(--table-cell-padding-y-default) * 2);
|
|
17
17
|
box-sizing: border-box;
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
border-spacing: 0;
|
|
20
20
|
width: 100%;
|
|
21
21
|
color: var(--table-color, var(--color-foreground));
|
|
22
|
-
font-family: var(--table-font-family,
|
|
22
|
+
font-family: var(--table-font-family, inherit);
|
|
23
23
|
font-size: var(--table-font-size, var(--text-sm));
|
|
24
24
|
line-height: var(--table-line-height, var(--line-height-text-sm));
|
|
25
25
|
text-align: left;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.aWDqsG_caption {
|
|
29
29
|
box-sizing: border-box;
|
|
30
30
|
color: var(--table-caption-color, var(--color-muted-foreground));
|
|
31
31
|
font-size: var(--table-caption-font-size, var(--text-sm));
|
|
@@ -35,36 +35,36 @@
|
|
|
35
35
|
text-wrap: pretty;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.aWDqsG_caption[data-side="top"] {
|
|
39
39
|
caption-side: top;
|
|
40
40
|
padding-block: var(--table-caption-padding-edge, var(--spacing-2))
|
|
41
41
|
var(--table-caption-padding-y, var(--spacing-3));
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.aWDqsG_caption[data-side="bottom"] {
|
|
45
45
|
caption-side: bottom;
|
|
46
46
|
padding-block: var(--table-caption-padding-y, var(--spacing-3))
|
|
47
47
|
var(--table-caption-padding-edge, var(--spacing-2));
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
.aWDqsG_row {
|
|
51
51
|
transition: var(--table-row-transition, background-color var(--transition-default));
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.
|
|
54
|
+
.aWDqsG_header .aWDqsG_row, .aWDqsG_body .aWDqsG_row {
|
|
55
55
|
border-bottom: var(--table-border-width, var(--border-width-sm)) solid
|
|
56
56
|
var(--table-border-color, var(--color-border));
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
.aWDqsG_body .aWDqsG_row:hover {
|
|
60
60
|
background-color: var(--table-row-bg-hover, var(--color-muted));
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
63
|
+
.aWDqsG_body .aWDqsG_row:last-child {
|
|
64
64
|
border-bottom: 0;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.
|
|
67
|
+
.aWDqsG_footer {
|
|
68
68
|
border-top: var(--table-border-width, var(--border-width-sm)) solid
|
|
69
69
|
var(--table-border-color, var(--color-border));
|
|
70
70
|
background-color: var(--table-footer-bg, var(--color-muted));
|
|
@@ -72,34 +72,34 @@
|
|
|
72
72
|
font-weight: var(--table-footer-font-weight, var(--weight-medium));
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.
|
|
75
|
+
.aWDqsG_head, .aWDqsG_cell {
|
|
76
76
|
padding-block: var(--table-cell-padding-y-default);
|
|
77
77
|
padding-inline: var(--table-cell-padding-x, var(--spacing-4));
|
|
78
78
|
vertical-align: middle;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
.
|
|
81
|
+
.aWDqsG_head {
|
|
82
82
|
color: var(--table-head-color, var(--color-muted-foreground));
|
|
83
83
|
font-weight: var(--table-head-font-weight, var(--weight-medium));
|
|
84
84
|
text-align: inherit;
|
|
85
85
|
white-space: nowrap;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.aWDqsG_cell {
|
|
89
89
|
color: inherit;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
92
|
+
.aWDqsG_numeric {
|
|
93
93
|
text-align: right;
|
|
94
94
|
white-space: nowrap;
|
|
95
95
|
font-variant-numeric: tabular-nums;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
.aWDqsG_emptyRow:hover {
|
|
99
99
|
background-color: #0000;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
.aWDqsG_empty {
|
|
103
103
|
padding-block: var(--table-empty-padding-y, var(--table-empty-padding-y-default));
|
|
104
104
|
color: var(--table-empty-color, var(--color-muted-foreground));
|
|
105
105
|
text-align: center;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Table_module_default from "./Table.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/table/Table.tsx
|
|
5
5
|
function TableContainer({ className, ...props }) {
|
|
6
6
|
return /* @__PURE__ */ jsx("div", {
|
|
7
7
|
"data-slot": "table-container",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import './Table.css';
|
|
2
|
+
//#region src/components/table/Table.module.css
|
|
3
|
+
var Table_module_default = {
|
|
4
|
+
"body": "aWDqsG_body",
|
|
5
|
+
"caption": "aWDqsG_caption",
|
|
6
|
+
"cell": "aWDqsG_cell",
|
|
7
|
+
"container": "aWDqsG_container",
|
|
8
|
+
"empty": "aWDqsG_empty",
|
|
9
|
+
"emptyRow": "aWDqsG_emptyRow",
|
|
10
|
+
"footer": "aWDqsG_footer",
|
|
11
|
+
"head": "aWDqsG_head",
|
|
12
|
+
"header": "aWDqsG_header",
|
|
13
|
+
"numeric": "aWDqsG_numeric",
|
|
14
|
+
"root": "aWDqsG_root",
|
|
15
|
+
"row": "aWDqsG_row"
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { Table_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._009u1q_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
gap: var(--tabs-gap, .75rem);
|
|
5
5
|
min-width: 0;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
._009u1q_list {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
z-index: 0;
|
|
19
19
|
align-items: stretch;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
._009u1q_root[data-variant="line"] & {
|
|
39
39
|
border-width: 0 0 var(--tabs-list-border-width, var(--border-width-sm));
|
|
40
40
|
background-color: #0000;
|
|
41
41
|
border-radius: 0;
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
padding-inline: 0;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
._009u1q_root[data-orientation="vertical"][data-variant="line"] & {
|
|
47
47
|
width: var(--tabs-vertical-list-width, 12rem);
|
|
48
48
|
border-width: 0 var(--tabs-list-border-width, var(--border-width-sm)) 0 0;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.
|
|
52
|
+
._009u1q_tab {
|
|
53
53
|
box-sizing: border-box;
|
|
54
54
|
z-index: 1;
|
|
55
55
|
justify-content: center;
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
._009u1q_indicator {
|
|
116
116
|
z-index: 0;
|
|
117
117
|
width: var(--active-tab-width, 0);
|
|
118
118
|
height: var(--tabs-indicator-size, 1.75rem);
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
top: 50%;
|
|
125
125
|
left: 0;
|
|
126
126
|
|
|
127
|
-
.
|
|
127
|
+
._009u1q_root[data-variant="line"] & {
|
|
128
128
|
height: var(--tabs-line-indicator-size, 2px);
|
|
129
129
|
border-radius: var(--tabs-line-indicator-radius, var(--radius-full));
|
|
130
130
|
background-color: var(--tabs-line-indicator-bg, var(--tabs-tab-color-active, var(--color-foreground)));
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
top: 0;
|
|
143
143
|
left: 50%;
|
|
144
144
|
|
|
145
|
-
.
|
|
145
|
+
._009u1q_root[data-variant="line"] & {
|
|
146
146
|
width: var(--tabs-line-indicator-size, 2px);
|
|
147
147
|
translate: 0 var(--active-tab-top, 0);
|
|
148
148
|
transition: var(--tabs-line-indicator-transition, translate .2s ease, height .2s ease);
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
._009u1q_panel {
|
|
156
156
|
box-sizing: border-box;
|
|
157
157
|
border: var(--tabs-border-width, var(--border-width-sm)) solid
|
|
158
158
|
var(--tabs-border-color, var(--color-border));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region src/components/
|
|
1
|
+
//#region src/components/tabs/Tabs.d.ts
|
|
2
2
|
declare const Tabs: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").TabsRootProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
|
|
3
3
|
variant?: "default" | "line";
|
|
4
4
|
}, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import Tabs_module_default from "./Tabs.module.js";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { Children, Fragment as Fragment$1, forwardRef, isValidElement } from "react";
|
|
5
5
|
import { Tabs } from "@base-ui/react/tabs";
|
|
6
|
-
//#region src/components/
|
|
6
|
+
//#region src/components/tabs/Tabs.tsx
|
|
7
7
|
const Tabs$1 = forwardRef(function Tabs$2({ className, variant = "default", ...props }, ref) {
|
|
8
8
|
return /* @__PURE__ */ jsx(Tabs.Root, {
|
|
9
9
|
ref,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import './Tabs.css';
|
|
2
|
+
//#region src/components/tabs/Tabs.module.css
|
|
3
|
+
var Tabs_module_default = {
|
|
4
|
+
"indicator": "_009u1q_indicator",
|
|
5
|
+
"list": "_009u1q_list",
|
|
6
|
+
"panel": "_009u1q_panel",
|
|
7
|
+
"root": "_009u1q_root",
|
|
8
|
+
"tab": "_009u1q_tab"
|
|
9
|
+
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { Tabs_module_default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
3
|
-
font-family: var(--text-font-family,
|
|
2
|
+
._3Jr2mq_root {
|
|
3
|
+
font-family: var(--text-font-family, inherit);
|
|
4
4
|
font-size: var(--text-font-size-md, var(--text-md));
|
|
5
5
|
font-weight: var(--text-font-weight-regular, var(--weight-regular));
|
|
6
6
|
line-height: var(--text-line-height-md, var(--line-height-text-md));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useRender } from "@base-ui/react/use-render";
|
|
2
2
|
|
|
3
|
-
//#region src/components/
|
|
3
|
+
//#region src/components/text/Text.d.ts
|
|
4
4
|
type TextElement = 'p' | 'span' | 'small' | 'strong' | 'em' | 'div';
|
|
5
5
|
type TextSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
6
6
|
type TextWeight = 'regular' | 'medium' | 'semibold' | 'bold';
|
|
@@ -2,7 +2,7 @@ import Text_module_default from "./Text.module.js";
|
|
|
2
2
|
import { clsx } from "clsx";
|
|
3
3
|
import { createElement } from "react";
|
|
4
4
|
import { useRender } from "@base-ui/react/use-render";
|
|
5
|
-
//#region src/components/
|
|
5
|
+
//#region src/components/text/Text.tsx
|
|
6
6
|
const defaultVariants = {
|
|
7
7
|
size: "md",
|
|
8
8
|
weight: "regular"
|