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,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.nla08G_trigger, .nla08G_close {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
min-height: var(--dialog-control-height, var(--size-lg));
|
|
5
5
|
padding: var(--dialog-control-padding-y, .5rem) var(--dialog-control-padding-x, .875rem);
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
.nla08G_backdrop {
|
|
44
44
|
z-index: var(--z-backdrop);
|
|
45
45
|
background-color: var(--dialog-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
46
46
|
min-height: 100dvh;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
63
|
+
.nla08G_viewport {
|
|
64
64
|
box-sizing: border-box;
|
|
65
65
|
z-index: var(--z-modal);
|
|
66
66
|
overscroll-behavior: contain;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
.nla08G_viewportNonBlocking {
|
|
80
80
|
pointer-events: none;
|
|
81
81
|
|
|
82
82
|
& > [data-slot="dialog-popup"] {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
.nla08G_popup {
|
|
88
88
|
box-sizing: border-box;
|
|
89
89
|
width: min(var(--dialog-width, 28rem),
|
|
90
90
|
var(--dialog-max-width, calc(100vw - var(--spacing-8, 2rem))),
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.
|
|
124
|
+
.nla08G_header {
|
|
125
125
|
align-items: start;
|
|
126
126
|
gap: var(--dialog-header-gap, var(--spacing-1));
|
|
127
127
|
grid-template-columns: minmax(0, 1fr) auto;
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
.
|
|
144
|
+
.nla08G_title {
|
|
145
145
|
color: var(--dialog-title-color, var(--dialog-color, var(--color-popover-foreground)));
|
|
146
146
|
font-size: var(--dialog-title-font-size, var(--text-lg));
|
|
147
147
|
font-weight: var(--dialog-title-font-weight, var(--weight-semibold));
|
|
@@ -149,21 +149,21 @@
|
|
|
149
149
|
margin: 0;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
.
|
|
152
|
+
.nla08G_description {
|
|
153
153
|
color: var(--dialog-description-color, var(--dialog-muted-color, var(--color-muted-foreground)));
|
|
154
154
|
font-size: var(--dialog-description-font-size, var(--text-md));
|
|
155
155
|
line-height: var(--dialog-description-line-height, var(--line-height-text-md));
|
|
156
156
|
margin: 0;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.
|
|
159
|
+
.nla08G_footer {
|
|
160
160
|
justify-content: flex-end;
|
|
161
161
|
gap: var(--dialog-footer-gap, var(--spacing-2));
|
|
162
162
|
margin-top: var(--dialog-footer-margin-top, var(--spacing-6));
|
|
163
163
|
display: flex;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.
|
|
166
|
+
.nla08G_closeIcon {
|
|
167
167
|
--close-button-size: var(--dialog-close-icon-size, 1.75rem);
|
|
168
168
|
--close-button-radius: var(--dialog-close-icon-radius, var(--radius-md));
|
|
169
169
|
--close-button-color: var(--dialog-close-icon-color, var(--dialog-muted-color, var(--color-muted-foreground)));
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
padding: 0;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.
|
|
180
|
+
.nla08G_body {
|
|
181
181
|
margin: var(--dialog-content-margin, var(--spacing-4) 0 0);
|
|
182
182
|
color: var(--dialog-description-color, var(--dialog-muted-color, var(--color-muted-foreground)));
|
|
183
183
|
font-size: var(--dialog-description-font-size, var(--text-md));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
import { Dialog } from "@base-ui/react/dialog";
|
|
3
3
|
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/dialog/Dialog.d.ts
|
|
5
5
|
declare const createDialogHandle: typeof Dialog.createHandle;
|
|
6
6
|
declare function Dialog$1<Payload = unknown>({
|
|
7
7
|
modal,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
2
|
-
import { CloseButton } from "../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
|
+
import { CloseButton } from "../close-button/CloseButton.js";
|
|
3
3
|
import Dialog_module_default from "./Dialog.module.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { createContext, useContext } from "react";
|
|
7
7
|
import { Dialog } from "@base-ui/react/dialog";
|
|
8
|
-
//#region src/components/
|
|
8
|
+
//#region src/components/dialog/Dialog.tsx
|
|
9
9
|
const DEFAULT_CLOSE_BUTTON_LABEL = "Close dialog";
|
|
10
10
|
const DialogModeContext = createContext(true);
|
|
11
11
|
const createDialogHandle = Dialog.createHandle;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import './Dialog.css';
|
|
2
|
+
//#region src/components/dialog/Dialog.module.css
|
|
3
|
+
var Dialog_module_default = {
|
|
4
|
+
"backdrop": "nla08G_backdrop",
|
|
5
|
+
"body": "nla08G_body",
|
|
6
|
+
"close": "nla08G_close",
|
|
7
|
+
"closeIcon": "nla08G_closeIcon",
|
|
8
|
+
"description": "nla08G_description",
|
|
9
|
+
"footer": "nla08G_footer",
|
|
10
|
+
"header": "nla08G_header",
|
|
11
|
+
"popup": "nla08G_popup",
|
|
12
|
+
"title": "nla08G_title",
|
|
13
|
+
"trigger": "nla08G_trigger",
|
|
14
|
+
"viewport": "nla08G_viewport",
|
|
15
|
+
"viewportNonBlocking": "nla08G_viewportNonBlocking"
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { Dialog_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.NnadXG_indentBackground {
|
|
3
3
|
background: var(--drawer-indent-background-bg, var(--color-foreground));
|
|
4
4
|
opacity: var(--drawer-indent-background-opacity, 0);
|
|
5
5
|
transition: opacity var(--drawer-indent-transition, .4s cubic-bezier(.32, .72, 0, 1));
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.NnadXG_indent {
|
|
16
16
|
transition: transform var(--drawer-indent-transition, .4s cubic-bezier(.32, .72, 0, 1)),
|
|
17
17
|
border-radius var(--drawer-indent-radius-transition, .25s cubic-bezier(.32, .72, 0, 1));
|
|
18
18
|
transform-origin: top;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
.NnadXG_trigger, .NnadXG_close {
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
min-height: var(--drawer-control-height, var(--size-lg));
|
|
33
33
|
padding: var(--drawer-control-padding-y, .5rem) var(--drawer-control-padding-x, .875rem);
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
.NnadXG_swipeArea {
|
|
72
72
|
z-index: var(--z-modal);
|
|
73
73
|
touch-action: none;
|
|
74
74
|
position: fixed;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.NnadXG_backdrop {
|
|
110
110
|
z-index: var(--z-backdrop);
|
|
111
111
|
background-color: var(--drawer-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
112
112
|
min-height: 100dvh;
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.
|
|
135
|
+
.NnadXG_viewport {
|
|
136
136
|
z-index: var(--z-modal);
|
|
137
137
|
top: var(--drawer-viewport-top, 0);
|
|
138
138
|
right: var(--drawer-viewport-right, 0);
|
|
@@ -146,31 +146,31 @@
|
|
|
146
146
|
display: flex;
|
|
147
147
|
position: fixed;
|
|
148
148
|
|
|
149
|
-
&:has(.
|
|
149
|
+
&:has(.NnadXG_popup[data-swipe-direction="up"]) {
|
|
150
150
|
justify-content: center;
|
|
151
151
|
align-items: flex-start;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
&:has(.
|
|
154
|
+
&:has(.NnadXG_popup[data-swipe-direction="left"]) {
|
|
155
155
|
justify-content: flex-start;
|
|
156
156
|
align-items: center;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
&:has(.
|
|
159
|
+
&:has(.NnadXG_popup[data-swipe-direction="right"]) {
|
|
160
160
|
justify-content: flex-end;
|
|
161
161
|
align-items: center;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
165
|
+
.NnadXG_viewportNonModal {
|
|
166
166
|
pointer-events: none;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
.NnadXG_viewportIsland {
|
|
170
170
|
--drawer-viewport-padding: var(--drawer-island-padding, var(--spacing-4));
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
.NnadXG_popup {
|
|
174
174
|
--drawer-bleed: var(--drawer-bleed-size, 3rem);
|
|
175
175
|
box-sizing: border-box;
|
|
176
176
|
border: var(--border-width-sm) solid var(--drawer-border-color, var(--color-border));
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
-
.
|
|
372
|
+
.NnadXG_handle {
|
|
373
373
|
width: var(--drawer-handle-width, 3rem);
|
|
374
374
|
height: var(--drawer-handle-height, .25rem);
|
|
375
375
|
border-radius: var(--drawer-handle-radius, var(--radius-full));
|
|
@@ -380,20 +380,20 @@
|
|
|
380
380
|
left: 50%;
|
|
381
381
|
transform: translateX(-50%);
|
|
382
382
|
|
|
383
|
-
.
|
|
383
|
+
.NnadXG_popup[data-swipe-direction="down"] & {
|
|
384
384
|
top: var(--drawer-handle-offset, var(--spacing-3));
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
-
.
|
|
387
|
+
.NnadXG_popup[data-swipe-direction="up"] & {
|
|
388
388
|
bottom: var(--drawer-handle-offset, var(--spacing-3));
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
.
|
|
391
|
+
.NnadXG_popup[data-swipe-direction="left"] &, .NnadXG_popup[data-swipe-direction="right"] & {
|
|
392
392
|
display: none;
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
.
|
|
396
|
+
.NnadXG_content {
|
|
397
397
|
flex-direction: column;
|
|
398
398
|
flex: 1;
|
|
399
399
|
width: 100%;
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
display: flex;
|
|
402
402
|
overflow: hidden;
|
|
403
403
|
|
|
404
|
-
.
|
|
404
|
+
.NnadXG_popup[data-snap-layout] & {
|
|
405
405
|
height: var(--drawer-snap-visible-height, 100%);
|
|
406
406
|
max-height: var(--drawer-snap-visible-height, 100%);
|
|
407
407
|
flex: 0 auto;
|
|
@@ -411,12 +411,12 @@
|
|
|
411
411
|
flex-basis var(--drawer-transition, .45s cubic-bezier(.32, .72, 0, 1));
|
|
412
412
|
}
|
|
413
413
|
|
|
414
|
-
.
|
|
414
|
+
.NnadXG_popup[data-snap-layout][data-swiping] & {
|
|
415
415
|
transition: none;
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
.
|
|
419
|
+
.NnadXG_header {
|
|
420
420
|
align-items: start;
|
|
421
421
|
gap: var(--drawer-header-gap, var(--spacing-1));
|
|
422
422
|
grid-template-columns: minmax(0, 1fr) auto;
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
-
.
|
|
439
|
+
.NnadXG_title {
|
|
440
440
|
color: var(--drawer-title-color, var(--drawer-color, var(--color-popover-foreground)));
|
|
441
441
|
font-size: var(--drawer-title-font-size, var(--text-lg));
|
|
442
442
|
font-weight: var(--drawer-title-font-weight, var(--weight-semibold));
|
|
@@ -444,14 +444,14 @@
|
|
|
444
444
|
margin: 0;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
.
|
|
447
|
+
.NnadXG_description {
|
|
448
448
|
color: var(--drawer-description-color, var(--color-muted-foreground));
|
|
449
449
|
font-size: var(--drawer-description-font-size, var(--text-md));
|
|
450
450
|
line-height: var(--drawer-description-line-height, var(--line-height-text-md));
|
|
451
451
|
margin: 0;
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
-
.
|
|
454
|
+
.NnadXG_body {
|
|
455
455
|
min-height: 0;
|
|
456
456
|
margin-top: var(--drawer-body-margin-top, var(--spacing-4));
|
|
457
457
|
font-size: var(--drawer-body-font-size, var(--text-md));
|
|
@@ -460,14 +460,14 @@
|
|
|
460
460
|
overflow: hidden;
|
|
461
461
|
}
|
|
462
462
|
|
|
463
|
-
.
|
|
463
|
+
.NnadXG_footer {
|
|
464
464
|
justify-content: flex-end;
|
|
465
465
|
gap: var(--drawer-footer-gap, var(--spacing-2));
|
|
466
466
|
margin-top: var(--drawer-footer-margin-top, var(--spacing-6));
|
|
467
467
|
display: flex;
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
.
|
|
470
|
+
.NnadXG_closeIcon {
|
|
471
471
|
--close-button-size: var(--drawer-close-icon-size, 1.75rem);
|
|
472
472
|
--close-button-radius: var(--drawer-close-icon-radius, var(--radius-md));
|
|
473
473
|
--close-button-color: var(--drawer-close-icon-color, var(--drawer-description-color, var(--color-muted-foreground)));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
2
|
-
import { CloseButton } from "../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
|
+
import { CloseButton } from "../close-button/CloseButton.js";
|
|
3
3
|
import Drawer_module_default from "./Drawer.module.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { createContext, useContext, useEffect, useState } from "react";
|
|
7
7
|
import { Drawer } from "@base-ui/react/drawer";
|
|
8
|
-
//#region src/components/
|
|
8
|
+
//#region src/components/drawer/Drawer.tsx
|
|
9
9
|
const DEFAULT_CLOSE_BUTTON_LABEL = "Close drawer";
|
|
10
10
|
const DrawerModeContext = createContext(true);
|
|
11
11
|
function useMountReady(disableInitialAnimation) {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import './Drawer.css';
|
|
2
|
+
//#region src/components/drawer/Drawer.module.css
|
|
3
|
+
var Drawer_module_default = {
|
|
4
|
+
"backdrop": "NnadXG_backdrop",
|
|
5
|
+
"body": "NnadXG_body",
|
|
6
|
+
"close": "NnadXG_close",
|
|
7
|
+
"closeIcon": "NnadXG_closeIcon",
|
|
8
|
+
"content": "NnadXG_content",
|
|
9
|
+
"description": "NnadXG_description",
|
|
10
|
+
"footer": "NnadXG_footer",
|
|
11
|
+
"handle": "NnadXG_handle",
|
|
12
|
+
"header": "NnadXG_header",
|
|
13
|
+
"indent": "NnadXG_indent",
|
|
14
|
+
"indentBackground": "NnadXG_indentBackground",
|
|
15
|
+
"popup": "NnadXG_popup",
|
|
16
|
+
"swipeArea": "NnadXG_swipeArea",
|
|
17
|
+
"title": "NnadXG_title",
|
|
18
|
+
"trigger": "NnadXG_trigger",
|
|
19
|
+
"viewport": "NnadXG_viewport",
|
|
20
|
+
"viewportIsland": "NnadXG_viewportIsland",
|
|
21
|
+
"viewportNonModal": "NnadXG_viewportNonModal"
|
|
22
|
+
};
|
|
23
|
+
//#endregion
|
|
24
|
+
export { Drawer_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.An2k4G_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
justify-items: center;
|
|
5
5
|
gap: var(--empty-gap, var(--spacing-4));
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
display: grid;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
19
|
+
.An2k4G_icon {
|
|
20
20
|
min-width: 0;
|
|
21
21
|
padding: var(--empty-icon-padding, var(--spacing-3));
|
|
22
22
|
border-radius: var(--radius-full);
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.
|
|
37
|
+
.An2k4G_content {
|
|
38
38
|
justify-items: center;
|
|
39
39
|
gap: var(--empty-content-gap, var(--spacing-1));
|
|
40
40
|
min-width: 0;
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
display: grid;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.
|
|
45
|
+
.An2k4G_title {
|
|
46
46
|
min-width: 0;
|
|
47
47
|
color: var(--empty-title-color, currentColor);
|
|
48
48
|
font-size: var(--empty-title-font-size, var(--text-xl));
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
margin: 0;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
55
|
+
.An2k4G_description {
|
|
56
56
|
min-width: 0;
|
|
57
57
|
color: var(--empty-description-color, var(--color-muted-foreground));
|
|
58
58
|
font-size: var(--empty-description-font-size, var(--text-sm));
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
.An2k4G_actions {
|
|
72
72
|
justify-content: center;
|
|
73
73
|
align-items: center;
|
|
74
74
|
gap: var(--empty-actions-gap, var(--spacing-2));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Empty_module_default from "./Empty.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/empty/Empty.tsx
|
|
5
5
|
function Empty({ className, ...props }) {
|
|
6
6
|
return /* @__PURE__ */ jsx("div", {
|
|
7
7
|
"data-slot": "empty-root",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import './Empty.css';
|
|
2
|
+
//#region src/components/empty/Empty.module.css
|
|
3
|
+
var Empty_module_default = {
|
|
4
|
+
"actions": "An2k4G_actions",
|
|
5
|
+
"content": "An2k4G_content",
|
|
6
|
+
"description": "An2k4G_description",
|
|
7
|
+
"icon": "An2k4G_icon",
|
|
8
|
+
"root": "An2k4G_root",
|
|
9
|
+
"title": "An2k4G_title"
|
|
10
|
+
};
|
|
11
|
+
//#endregion
|
|
12
|
+
export { Empty_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.ZTSnFG_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
align-items: flex-start;
|
|
5
5
|
gap: var(--field-gap, var(--spacing-1));
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
display: flex;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
:is(.
|
|
13
|
+
:is(.ZTSnFG_item, .ZTSnFG_label, .ZTSnFG_description, .ZTSnFG_control, .ZTSnFG_error)[data-disabled] {
|
|
14
14
|
opacity: var(--field-disabled-opacity, var(--opacity-disabled));
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.ZTSnFG_item {
|
|
18
18
|
gap: var(--field-item-gap, var(--spacing-1));
|
|
19
19
|
display: grid;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.ZTSnFG_label {
|
|
23
23
|
align-items: center;
|
|
24
24
|
gap: var(--field-label-gap, var(--spacing-2));
|
|
25
25
|
color: var(--field-label-color, var(--color-foreground));
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
display: inline-flex;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.ZTSnFG_description {
|
|
33
33
|
color: var(--field-description-color, var(--color-muted-foreground));
|
|
34
34
|
font-size: var(--field-description-font-size, var(--text-sm));
|
|
35
35
|
line-height: var(--field-description-line-height, var(--line-height-text-sm));
|
|
36
36
|
margin: 0;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
.ZTSnFG_control {
|
|
40
40
|
box-sizing: border-box;
|
|
41
41
|
width: var(--field-control-width, 100%);
|
|
42
42
|
min-height: var(--field-control-height, var(--size-lg));
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
outline: var(--field-focus-ring-width, var(--border-width-sm)) solid transparent;
|
|
54
54
|
outline-offset: var(--field-focus-ring-offset, -1px);
|
|
55
55
|
transition: border-color var(--field-control-transition, var(--transition-default)),
|
|
56
|
+
outline-color var(--field-control-transition, var(--transition-default)),
|
|
56
57
|
opacity var(--field-control-transition, var(--transition-default));
|
|
57
58
|
margin: 0;
|
|
58
59
|
|
|
@@ -77,7 +78,7 @@
|
|
|
77
78
|
}
|
|
78
79
|
}
|
|
79
80
|
|
|
80
|
-
.
|
|
81
|
+
.ZTSnFG_error {
|
|
81
82
|
color: var(--field-error-color, var(--color-destructive));
|
|
82
83
|
font-size: var(--field-error-font-size, var(--text-sm));
|
|
83
84
|
line-height: var(--field-error-line-height, var(--line-height-text-sm));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import Field_module_default from "./Field.module.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Field } from "@base-ui/react/field";
|
|
5
|
-
//#region src/components/
|
|
5
|
+
//#region src/components/field/Field.tsx
|
|
6
6
|
function Field$1({ className, ...props }) {
|
|
7
7
|
return /* @__PURE__ */ jsx(Field.Root, {
|
|
8
8
|
"data-slot": "field-root",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import './Field.css';
|
|
2
|
+
//#region src/components/field/Field.module.css
|
|
3
|
+
var Field_module_default = {
|
|
4
|
+
"control": "ZTSnFG_control",
|
|
5
|
+
"description": "ZTSnFG_description",
|
|
6
|
+
"error": "ZTSnFG_error",
|
|
7
|
+
"item": "ZTSnFG_item",
|
|
8
|
+
"label": "ZTSnFG_label",
|
|
9
|
+
"root": "ZTSnFG_root"
|
|
10
|
+
};
|
|
11
|
+
//#endregion
|
|
12
|
+
export { Field_module_default as default };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.UEdKMa_root, .UEdKMa_legend {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
6
|
+
.UEdKMa_root {
|
|
7
7
|
gap: var(--fieldset-gap, var(--spacing-4));
|
|
8
8
|
width: var(--fieldset-width, 100%);
|
|
9
9
|
max-width: var(--fieldset-max-width, none);
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
display: flex;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.UEdKMa_root[data-disabled] {
|
|
22
22
|
opacity: var(--fieldset-disabled-opacity, var(--opacity-disabled));
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.UEdKMa_legend {
|
|
26
26
|
inline-size: 100%;
|
|
27
27
|
max-inline-size: 100%;
|
|
28
28
|
margin: var(--fieldset-legend-margin, 0);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import Fieldset_module_default from "./Fieldset.module.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Fieldset } from "@base-ui/react/fieldset";
|
|
5
|
-
//#region src/components/
|
|
5
|
+
//#region src/components/fieldset/Fieldset.tsx
|
|
6
6
|
function Fieldset$1({ className, ...props }) {
|
|
7
7
|
return /* @__PURE__ */ jsx(Fieldset.Root, {
|
|
8
8
|
"data-slot": "fieldset-root",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './Fieldset.css';
|
|
2
|
-
//#region src/components/
|
|
2
|
+
//#region src/components/fieldset/Fieldset.module.css
|
|
3
3
|
var Fieldset_module_default = {
|
|
4
|
-
"legend": "
|
|
5
|
-
"root": "
|
|
4
|
+
"legend": "UEdKMa_legend",
|
|
5
|
+
"root": "UEdKMa_root"
|
|
6
6
|
};
|
|
7
7
|
//#endregion
|
|
8
8
|
export { Fieldset_module_default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Form } from "@base-ui/react/form";
|
|
2
2
|
|
|
3
|
-
//#region src/components/
|
|
3
|
+
//#region src/components/form/Form.d.ts
|
|
4
4
|
declare const Form$1: import("react").ForwardRefExoticComponent<Omit<Form.Props<Record<string, any>>, "ref"> & import("react").RefAttributes<HTMLFormElement>>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { Form$1 as Form };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import Form_module_default from "./Form.module.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { forwardRef } from "react";
|
|
5
5
|
import { Form } from "@base-ui/react/form";
|
|
6
|
-
//#region src/components/
|
|
6
|
+
//#region src/components/form/Form.tsx
|
|
7
7
|
const Form$1 = forwardRef(function Form$2({ className, ...props }, ref) {
|
|
8
8
|
return /* @__PURE__ */ jsx(Form, {
|
|
9
9
|
ref,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.hAKK3q_root {
|
|
3
3
|
color: var(--heading-color, var(--color-foreground));
|
|
4
|
-
font-family: var(--heading-font-family,
|
|
4
|
+
font-family: var(--heading-font-family, inherit);
|
|
5
5
|
font-size: var(--heading-font-size-2xl, var(--heading-font-size, var(--text-3xl)));
|
|
6
6
|
font-weight: var(--heading-font-weight-semibold, var(--heading-font-weight, var(--weight-semibold)));
|
|
7
7
|
line-height: var(--heading-line-height-2xl, var(--heading-line-height, var(--line-height-text-3xl)));
|