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,9 +1,9 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import Meter_module_default from "./Meter.module.js";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { forwardRef } from "react";
|
|
5
5
|
import { Meter } from "@base-ui/react/meter";
|
|
6
|
-
//#region src/components/
|
|
6
|
+
//#region src/components/meter/Meter.tsx
|
|
7
7
|
const Meter$1 = forwardRef(function Meter({ children, ...props }, ref) {
|
|
8
8
|
return /* @__PURE__ */ jsxs(MeterRoot, {
|
|
9
9
|
ref,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import './Meter.css';
|
|
2
|
+
//#region src/components/meter/Meter.module.css
|
|
3
|
+
var Meter_module_default = {
|
|
4
|
+
"indicator": "NCdhpW_indicator",
|
|
5
|
+
"label": "NCdhpW_label",
|
|
6
|
+
"root": "NCdhpW_root",
|
|
7
|
+
"track": "NCdhpW_track",
|
|
8
|
+
"value": "NCdhpW_value"
|
|
9
|
+
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { Meter_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.z6kKla_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
min-width: var(--navigation-menu-min-width, max-content);
|
|
5
5
|
padding: var(--navigation-menu-padding, var(--spacing-1));
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
color: var(--navigation-menu-color, var(--color-foreground));
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.z6kKla_list {
|
|
12
12
|
justify-content: var(--navigation-menu-list-justify, flex-start);
|
|
13
13
|
gap: var(--navigation-menu-list-gap, 0);
|
|
14
14
|
margin: 0;
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
display: flex;
|
|
18
18
|
position: relative;
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.z6kKla_root[data-orientation="vertical"] & {
|
|
21
21
|
flex-direction: column;
|
|
22
22
|
align-items: stretch;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.z6kKla_trigger, .z6kKla_link {
|
|
27
27
|
box-sizing: border-box;
|
|
28
|
-
justify-content:
|
|
28
|
+
justify-content: flex-start;
|
|
29
29
|
align-items: center;
|
|
30
30
|
gap: var(--navigation-menu-trigger-gap, .375rem);
|
|
31
31
|
min-height: var(--navigation-menu-trigger-height, var(--size-md));
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
font: inherit;
|
|
41
41
|
font-size: var(--navigation-menu-trigger-font-size, var(--text-sm));
|
|
42
42
|
line-height: var(--navigation-menu-trigger-line-height, var(--line-height-text-sm));
|
|
43
|
+
text-align: left;
|
|
43
44
|
user-select: none;
|
|
44
45
|
cursor: pointer;
|
|
45
46
|
transition: background-color var(--navigation-menu-transition, var(--transition-default)),
|
|
@@ -71,8 +72,8 @@
|
|
|
71
72
|
}
|
|
72
73
|
}
|
|
73
74
|
|
|
74
|
-
.
|
|
75
|
-
.
|
|
75
|
+
.z6kKla_trigger {
|
|
76
|
+
.z6kKla_root .z6kKla_root & {
|
|
76
77
|
width: 100%;
|
|
77
78
|
min-width: var(--navigation-menu-submenu-trigger-min-width, 9rem);
|
|
78
79
|
text-align: left;
|
|
@@ -83,14 +84,14 @@
|
|
|
83
84
|
justify-content: flex-start;
|
|
84
85
|
}
|
|
85
86
|
|
|
86
|
-
.
|
|
87
|
+
.z6kKla_root .z6kKla_root &:active, .z6kKla_root .z6kKla_root &[data-popup-open], .z6kKla_root .z6kKla_root &[data-active] {
|
|
87
88
|
background-color: var(--navigation-menu-submenu-trigger-bg-active, var(--navigation-menu-popup-bg, var(--color-background)));
|
|
88
89
|
box-shadow: var(--navigation-menu-submenu-trigger-shadow-active, 0 1px 2px #00000014,
|
|
89
90
|
0 1px 1px #0000000a);
|
|
90
91
|
}
|
|
91
92
|
}
|
|
92
93
|
|
|
93
|
-
.
|
|
94
|
+
.z6kKla_icon {
|
|
94
95
|
box-sizing: border-box;
|
|
95
96
|
width: var(--navigation-menu-icon-size, .875rem);
|
|
96
97
|
height: var(--navigation-menu-icon-size, .875rem);
|
|
@@ -109,16 +110,16 @@
|
|
|
109
110
|
height: 100%;
|
|
110
111
|
}
|
|
111
112
|
|
|
112
|
-
.
|
|
113
|
+
.z6kKla_root .z6kKla_root & {
|
|
113
114
|
margin-left: auto;
|
|
114
115
|
}
|
|
115
116
|
}
|
|
116
117
|
|
|
117
|
-
.
|
|
118
|
+
.z6kKla_portal {
|
|
118
119
|
z-index: var(--z-popup);
|
|
119
120
|
}
|
|
120
121
|
|
|
121
|
-
.
|
|
122
|
+
.z6kKla_backdrop {
|
|
122
123
|
z-index: var(--z-backdrop);
|
|
123
124
|
pointer-events: none;
|
|
124
125
|
background-color: var(--navigation-menu-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
}
|
|
138
139
|
}
|
|
139
140
|
|
|
140
|
-
.
|
|
141
|
+
.z6kKla_positioner {
|
|
141
142
|
--_navigation-menu-positioner-duration: var(--navigation-menu-popup-transition-duration, var(--duration-slow));
|
|
142
143
|
--_navigation-menu-positioner-easing: var(--navigation-menu-popup-transition-easing, cubic-bezier(.22, 1, .36, 1));
|
|
143
144
|
box-sizing: border-box;
|
|
@@ -190,7 +191,7 @@
|
|
|
190
191
|
}
|
|
191
192
|
}
|
|
192
193
|
|
|
193
|
-
.
|
|
194
|
+
.z6kKla_popup {
|
|
194
195
|
box-sizing: border-box;
|
|
195
196
|
width: var(--popup-width);
|
|
196
197
|
height: var(--popup-height);
|
|
@@ -223,7 +224,7 @@
|
|
|
223
224
|
}
|
|
224
225
|
}
|
|
225
226
|
|
|
226
|
-
.
|
|
227
|
+
.z6kKla_content {
|
|
227
228
|
box-sizing: border-box;
|
|
228
229
|
width: min(var(--navigation-menu-content-width-mobile, calc(100vw - var(--spacing-8))),
|
|
229
230
|
var(--available-width, 100vw));
|
|
@@ -265,14 +266,14 @@
|
|
|
265
266
|
}
|
|
266
267
|
}
|
|
267
268
|
|
|
268
|
-
.
|
|
269
|
+
.z6kKla_viewport {
|
|
269
270
|
width: 100%;
|
|
270
271
|
height: 100%;
|
|
271
272
|
position: relative;
|
|
272
273
|
overflow: hidden;
|
|
273
274
|
}
|
|
274
275
|
|
|
275
|
-
.
|
|
276
|
+
.z6kKla_arrow {
|
|
276
277
|
color: var(--navigation-menu-popup-bg, var(--color-popover));
|
|
277
278
|
transition: left var(--navigation-menu-arrow-transition-duration, var(--duration-slow))
|
|
278
279
|
var(--navigation-menu-popup-transition-easing, cubic-bezier(.22, 1, .36, 1));
|
|
@@ -305,15 +306,15 @@
|
|
|
305
306
|
}
|
|
306
307
|
}
|
|
307
308
|
|
|
308
|
-
.
|
|
309
|
+
.z6kKla_arrowFill {
|
|
309
310
|
fill: currentColor;
|
|
310
311
|
}
|
|
311
312
|
|
|
312
|
-
.
|
|
313
|
+
.z6kKla_arrowOuterStroke {
|
|
313
314
|
fill: var(--navigation-menu-arrow-stroke-color, var(--navigation-menu-popup-border-color, var(--color-border)));
|
|
314
315
|
}
|
|
315
316
|
|
|
316
|
-
.
|
|
317
|
+
.z6kKla_arrowInnerStroke {
|
|
317
318
|
fill: var(--navigation-menu-popup-bg, var(--color-popover));
|
|
318
319
|
}
|
|
319
320
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
2
|
import { NavigationMenu } from "@base-ui/react/navigation-menu";
|
|
3
3
|
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/navigation-menu/NavigationMenu.d.ts
|
|
5
5
|
type NavigationMenuPositionerProps = Pick<NavigationMenu.Positioner.Props, 'side' | 'sideOffset' | 'align' | 'alignOffset' | 'arrowPadding' | 'anchor' | 'collisionAvoidance' | 'collisionBoundary' | 'collisionPadding' | 'sticky' | 'positionMethod' | 'disableAnchorTracking'>;
|
|
6
6
|
type NavigationMenuProps = NavigationMenu.Root.Props & NavigationMenuPositionerProps & {
|
|
7
7
|
showArrow?: boolean;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ChevronDownIcon, PopupArrowIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { ChevronDownIcon, PopupArrowIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
3
|
import NavigationMenu_module_default from "./NavigationMenu.module.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { NavigationMenu } from "@base-ui/react/navigation-menu";
|
|
6
|
-
//#region src/components/
|
|
6
|
+
//#region src/components/navigation-menu/NavigationMenu.tsx
|
|
7
7
|
const DEFAULT_SIDE_OFFSET = 10;
|
|
8
8
|
const DEFAULT_COLLISION_AVOIDANCE = { side: "none" };
|
|
9
9
|
const DEFAULT_COLLISION_PADDING = {
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import './NavigationMenu.css';
|
|
2
|
+
//#region src/components/navigation-menu/NavigationMenu.module.css
|
|
3
|
+
var NavigationMenu_module_default = {
|
|
4
|
+
"arrow": "z6kKla_arrow",
|
|
5
|
+
"arrowFill": "z6kKla_arrowFill",
|
|
6
|
+
"arrowInnerStroke": "z6kKla_arrowInnerStroke",
|
|
7
|
+
"arrowOuterStroke": "z6kKla_arrowOuterStroke",
|
|
8
|
+
"backdrop": "z6kKla_backdrop",
|
|
9
|
+
"content": "z6kKla_content",
|
|
10
|
+
"icon": "z6kKla_icon",
|
|
11
|
+
"link": "z6kKla_link",
|
|
12
|
+
"list": "z6kKla_list",
|
|
13
|
+
"popup": "z6kKla_popup",
|
|
14
|
+
"portal": "z6kKla_portal",
|
|
15
|
+
"positioner": "z6kKla_positioner",
|
|
16
|
+
"root": "z6kKla_root",
|
|
17
|
+
"trigger": "z6kKla_trigger",
|
|
18
|
+
"viewport": "z6kKla_viewport"
|
|
19
|
+
};
|
|
20
|
+
//#endregion
|
|
21
|
+
export { NavigationMenu_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.TlakAG_root {
|
|
3
3
|
align-items: flex-start;
|
|
4
4
|
gap: var(--number-field-gap, var(--spacing-1));
|
|
5
5
|
width: var(--number-field-width, auto);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
display: flex;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.TlakAG_scrubArea {
|
|
12
12
|
align-items: center;
|
|
13
13
|
gap: var(--number-field-scrub-area-gap, var(--spacing-2));
|
|
14
14
|
color: var(--number-field-scrub-area-color, var(--color-foreground));
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.TlakAG_scrubAreaCursor {
|
|
26
26
|
width: var(--number-field-scrub-area-cursor-size, 1.5rem);
|
|
27
27
|
height: var(--number-field-scrub-area-cursor-size, 1.5rem);
|
|
28
28
|
flex-shrink: 0;
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
.TlakAG_group {
|
|
40
40
|
align-items: stretch;
|
|
41
41
|
display: inline-flex;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.TlakAG_decrement, .TlakAG_increment {
|
|
45
45
|
--_number-field-focus-ring-width: var(--number-field-focus-ring-width, var(--number-field-border-width, var(--border-width-sm)));
|
|
46
46
|
box-sizing: border-box;
|
|
47
47
|
width: var(--number-field-control-height, var(--size-lg));
|
|
@@ -97,19 +97,19 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
.TlakAG_decrement {
|
|
101
101
|
border-radius: var(--number-field-radius, var(--radius-md)) 0 0
|
|
102
102
|
var(--number-field-radius, var(--radius-md));
|
|
103
103
|
border-right: 0;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
.TlakAG_increment {
|
|
107
107
|
border-radius: 0 var(--number-field-radius, var(--radius-md))
|
|
108
108
|
var(--number-field-radius, var(--radius-md)) 0;
|
|
109
109
|
border-left: 0;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.TlakAG_input {
|
|
113
113
|
--_number-field-focus-ring-width: var(--number-field-focus-ring-width, var(--number-field-border-width, var(--border-width-sm)));
|
|
114
114
|
box-sizing: border-box;
|
|
115
115
|
width: var(--number-field-input-width, 6rem);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NumberField } from "@base-ui/react/number-field";
|
|
2
2
|
|
|
3
|
-
//#region src/components/
|
|
3
|
+
//#region src/components/number-field/NumberField.d.ts
|
|
4
4
|
type NumberFieldProps = NumberField.Root.Props & {
|
|
5
5
|
decrementLabel?: string;
|
|
6
6
|
incrementLabel?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { MinusIcon, PlusIcon, ScrubCursorIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { MinusIcon, PlusIcon, ScrubCursorIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
3
|
import NumberField_module_default from "./NumberField.module.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { NumberField } from "@base-ui/react/number-field";
|
|
6
|
-
//#region src/components/
|
|
6
|
+
//#region src/components/number-field/NumberField.tsx
|
|
7
7
|
const DEFAULT_DECREMENT_LABEL = "Decrease value";
|
|
8
8
|
const DEFAULT_INCREMENT_LABEL = "Increase value";
|
|
9
9
|
function NumberFieldRoot({ className, ...props }) {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import './NumberField.css';
|
|
2
|
+
//#region src/components/number-field/NumberField.module.css
|
|
3
|
+
var NumberField_module_default = {
|
|
4
|
+
"decrement": "TlakAG_decrement",
|
|
5
|
+
"group": "TlakAG_group",
|
|
6
|
+
"increment": "TlakAG_increment",
|
|
7
|
+
"input": "TlakAG_input",
|
|
8
|
+
"root": "TlakAG_root",
|
|
9
|
+
"scrubArea": "TlakAG_scrubArea",
|
|
10
|
+
"scrubAreaCursor": "TlakAG_scrubAreaCursor"
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { NumberField_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.dgqS-q_root {
|
|
3
3
|
align-items: center;
|
|
4
4
|
gap: var(--otp-field-gap, var(--spacing-2));
|
|
5
5
|
width: var(--otp-field-width, auto);
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.dgqS-q_input {
|
|
15
15
|
box-sizing: border-box;
|
|
16
16
|
width: var(--otp-field-input-width, var(--otp-field-input-size, 2.5rem));
|
|
17
17
|
min-width: var(--otp-field-input-width, var(--otp-field-input-size, 2.5rem));
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
.dgqS-q_separator {
|
|
70
70
|
width: var(--otp-field-separator-width, var(--otp-field-separator-size, 1rem));
|
|
71
71
|
height: var(--otp-field-separator-height, var(--otp-field-separator-size, 1rem));
|
|
72
72
|
color: var(--otp-field-separator-color, var(--color-muted-foreground));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
2
2
|
import OTPField_module_default from "./OTPField.module.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { OTPFieldPreview } from "@base-ui/react/otp-field";
|
|
5
|
-
//#region src/components/
|
|
5
|
+
//#region src/components/otp-field/OTPField.tsx
|
|
6
6
|
function OTPField({ children, className, length, ...props }) {
|
|
7
7
|
return /* @__PURE__ */ jsx(OTPFieldPreview.Root, {
|
|
8
8
|
"data-slot": "otp-field-root",
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './OTPField.css';
|
|
2
|
+
//#region src/components/otp-field/OTPField.module.css
|
|
3
|
+
var OTPField_module_default = {
|
|
4
|
+
"input": "dgqS-q_input",
|
|
5
|
+
"root": "dgqS-q_root",
|
|
6
|
+
"separator": "dgqS-q_separator"
|
|
7
|
+
};
|
|
8
|
+
//#endregion
|
|
9
|
+
export { OTPField_module_default as default };
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.bMHAlW_root {
|
|
3
3
|
display: flex;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
6
|
+
.bMHAlW_content {
|
|
7
7
|
align-items: center;
|
|
8
8
|
gap: var(--pagination-gap, var(--spacing-1));
|
|
9
9
|
display: inline-flex;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.bMHAlW_item {
|
|
13
13
|
display: inline-flex;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.bMHAlW_link, .bMHAlW_ellipsis {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
min-width: var(--pagination-item-size, var(--size-lg));
|
|
19
19
|
min-height: var(--pagination-item-size, var(--size-lg));
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
display: inline-flex;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
.bMHAlW_link {
|
|
30
30
|
gap: var(--spacing-2);
|
|
31
31
|
border: var(--border-width-sm) solid var(--pagination-item-border-color, var(--color-border));
|
|
32
32
|
padding-inline: var(--pagination-item-padding-inline, .75rem);
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
66
|
+
.bMHAlW_linkActive, .bMHAlW_link[aria-current="page"] {
|
|
67
67
|
border-color: var(--pagination-item-border-color-active, var(--color-foreground));
|
|
68
68
|
background-color: var(--pagination-item-bg-active, var(--color-foreground));
|
|
69
69
|
color: var(--pagination-item-color-active, var(--color-background));
|
|
@@ -75,21 +75,21 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.bMHAlW_previous, .bMHAlW_next {
|
|
79
79
|
padding-inline: max(var(--pagination-item-padding-inline, .75rem), var(--spacing-3));
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.
|
|
82
|
+
.bMHAlW_iconOnly {
|
|
83
83
|
width: var(--pagination-item-size, var(--size-lg));
|
|
84
84
|
padding-inline: 0;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
.bMHAlW_ellipsis {
|
|
88
88
|
color: var(--pagination-ellipsis-color, var(--color-muted-foreground));
|
|
89
89
|
user-select: none;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
92
|
+
.bMHAlW_visuallyHidden {
|
|
93
93
|
clip: rect(0 0 0 0);
|
|
94
94
|
white-space: nowrap;
|
|
95
95
|
border: 0;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ChevronLeftIcon, ChevronRightIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { mergeClassName } from "../../
|
|
1
|
+
import { ChevronLeftIcon, ChevronRightIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { mergeClassName } from "../../lib/moduix/mergeClassName.js";
|
|
3
3
|
import Pagination_module_default from "./Pagination.module.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { useMemo } from "react";
|
|
7
7
|
import { Toolbar } from "@base-ui/react/toolbar";
|
|
8
|
-
//#region src/components/
|
|
8
|
+
//#region src/components/pagination/Pagination.tsx
|
|
9
9
|
function clampPage(page, count) {
|
|
10
10
|
return Math.min(Math.max(page, 1), count);
|
|
11
11
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import './Pagination.css';
|
|
2
|
+
//#region src/components/pagination/Pagination.module.css
|
|
3
|
+
var Pagination_module_default = {
|
|
4
|
+
"content": "bMHAlW_content",
|
|
5
|
+
"ellipsis": "bMHAlW_ellipsis",
|
|
6
|
+
"iconOnly": "bMHAlW_iconOnly",
|
|
7
|
+
"item": "bMHAlW_item",
|
|
8
|
+
"link": "bMHAlW_link",
|
|
9
|
+
"linkActive": "bMHAlW_linkActive",
|
|
10
|
+
"next": "bMHAlW_next",
|
|
11
|
+
"previous": "bMHAlW_previous",
|
|
12
|
+
"root": "bMHAlW_root",
|
|
13
|
+
"visuallyHidden": "bMHAlW_visuallyHidden"
|
|
14
|
+
};
|
|
15
|
+
//#endregion
|
|
16
|
+
export { Pagination_module_default as default };
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.GsCkpW_root {
|
|
3
3
|
width: var(--input-width, 100%);
|
|
4
4
|
max-width: var(--input-max-width, none);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.
|
|
7
|
+
.GsCkpW_input {
|
|
8
8
|
min-width: 0;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.GsCkpW_toggle {
|
|
12
12
|
--button-icon-size: var(--input-group-icon-size, 1rem);
|
|
13
13
|
color: var(--color-muted-foreground);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.GsCkpW_toggle[aria-pressed="true"] {
|
|
17
17
|
color: var(--color-foreground);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { InputProps } from "../
|
|
1
|
+
import { InputProps } from "../input/Input.js";
|
|
2
2
|
import { ComponentProps } from "react";
|
|
3
3
|
|
|
4
|
-
//#region src/components/
|
|
4
|
+
//#region src/components/password-input/PasswordInput.d.ts
|
|
5
5
|
type PasswordInputProps = Omit<InputProps, 'className' | 'type'> & {
|
|
6
6
|
className?: ComponentProps<'div'>['className'];
|
|
7
7
|
defaultVisible?: boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { EyeClosedIcon, EyeIcon } from "../../icons/ui/Icons.js";
|
|
2
|
-
import { InputGroup, InputGroupButton, InputGroupInput } from "../
|
|
1
|
+
import { EyeClosedIcon, EyeIcon } from "../../lib/moduix/icons/ui/Icons.js";
|
|
2
|
+
import { InputGroup, InputGroupButton, InputGroupInput } from "../input-group/InputGroup.js";
|
|
3
3
|
import PasswordInput_module_default from "./PasswordInput.module.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { forwardRef, useState } from "react";
|
|
7
|
-
//#region src/components/
|
|
7
|
+
//#region src/components/password-input/PasswordInput.tsx
|
|
8
8
|
const DEFAULT_VISIBILITY_TOGGLE_LABELS = {
|
|
9
9
|
show: "Show password",
|
|
10
10
|
hide: "Hide password"
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './PasswordInput.css';
|
|
2
|
+
//#region src/components/password-input/PasswordInput.module.css
|
|
3
|
+
var PasswordInput_module_default = {
|
|
4
|
+
"input": "GsCkpW_input",
|
|
5
|
+
"root": "GsCkpW_root",
|
|
6
|
+
"toggle": "GsCkpW_toggle"
|
|
7
|
+
};
|
|
8
|
+
//#endregion
|
|
9
|
+
export { PasswordInput_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._5v_BDW_trigger, ._5v_BDW_close {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
min-height: var(--popover-control-height, var(--size-lg));
|
|
5
5
|
padding: var(--popover-control-padding-y, .5rem) var(--popover-control-padding-x, .875rem);
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
._5v_BDW_backdrop {
|
|
49
49
|
z-index: var(--z-backdrop);
|
|
50
50
|
background-color: var(--popover-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
51
51
|
min-height: 100dvh;
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.
|
|
64
|
+
._5v_BDW_positioner {
|
|
65
65
|
z-index: var(--z-popup);
|
|
66
66
|
width: var(--positioner-width);
|
|
67
67
|
height: var(--positioner-height);
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
outline: 0;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
._5v_BDW_popup {
|
|
73
73
|
box-sizing: border-box;
|
|
74
74
|
width: var(--popup-width, var(--popover-width, auto));
|
|
75
75
|
height: var(--popup-height, var(--popover-height, auto));
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
._5v_BDW_viewport {
|
|
99
99
|
width: 100%;
|
|
100
100
|
height: 100%;
|
|
101
101
|
position: relative;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
._5v_BDW_arrow {
|
|
127
127
|
color: var(--popover-bg, var(--color-popover));
|
|
128
128
|
display: flex;
|
|
129
129
|
|
|
@@ -147,26 +147,26 @@
|
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.
|
|
150
|
+
._5v_BDW_arrowSvg {
|
|
151
151
|
width: var(--popover-arrow-width, 1.25rem);
|
|
152
152
|
height: var(--popover-arrow-height, .625rem);
|
|
153
153
|
display: block;
|
|
154
154
|
overflow: visible;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.
|
|
157
|
+
._5v_BDW_arrowFill {
|
|
158
158
|
fill: currentColor;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
161
|
+
._5v_BDW_arrowOuterStroke {
|
|
162
162
|
fill: var(--popover-arrow-stroke-color, var(--popover-border-color, var(--color-border)));
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
165
|
+
._5v_BDW_arrowInnerStroke {
|
|
166
166
|
fill: var(--popover-bg, var(--color-popover));
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
._5v_BDW_title {
|
|
170
170
|
color: var(--popover-title-color, var(--popover-color, var(--color-popover-foreground)));
|
|
171
171
|
font-size: var(--popover-title-font-size, var(--text-md));
|
|
172
172
|
font-weight: var(--popover-title-font-weight, var(--weight-semibold));
|
|
@@ -174,23 +174,23 @@
|
|
|
174
174
|
margin: 0;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
._5v_BDW_description {
|
|
178
178
|
margin: var(--popover-description-margin, 0);
|
|
179
179
|
color: var(--popover-description-color, var(--color-muted-foreground));
|
|
180
180
|
font-size: var(--popover-description-font-size, var(--text-sm));
|
|
181
181
|
line-height: var(--popover-description-line-height, var(--line-height-text-sm));
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.
|
|
184
|
+
._5v_BDW_header {
|
|
185
185
|
gap: var(--popover-header-gap, var(--spacing-1));
|
|
186
186
|
display: grid;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.
|
|
189
|
+
._5v_BDW_body {
|
|
190
190
|
margin: var(--popover-body-margin, 0);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
._5v_BDW_footer {
|
|
194
194
|
align-items: center;
|
|
195
195
|
justify-content: var(--popover-footer-justify, flex-end);
|
|
196
196
|
gap: var(--popover-footer-gap, var(--spacing-2));
|