@nori-ui/core 1.7.0 → 1.9.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/dist/chunk-BOMPFNM4.js +165 -0
- package/dist/chunk-BOMPFNM4.js.map +1 -0
- package/dist/chunk-BVLOX4A3.js +256 -0
- package/dist/chunk-BVLOX4A3.js.map +1 -0
- package/dist/{chunk-PLQPBMG2.js → chunk-BXZGCOKT.js} +2 -2
- package/dist/{chunk-PLQPBMG2.js.map → chunk-BXZGCOKT.js.map} +1 -1
- package/dist/{chunk-RI4Y2C5U.js → chunk-KLK7OMFT.js} +3 -3
- package/dist/{chunk-RI4Y2C5U.js.map → chunk-KLK7OMFT.js.map} +1 -1
- package/dist/chunk-OHWRTHGL.js +495 -0
- package/dist/chunk-OHWRTHGL.js.map +1 -0
- package/dist/{chunk-V5QSMDZL.js → chunk-QB6RH6UU.js} +3 -3
- package/dist/{chunk-V5QSMDZL.js.map → chunk-QB6RH6UU.js.map} +1 -1
- package/dist/chunk-S763GTIZ.js +350 -0
- package/dist/chunk-S763GTIZ.js.map +1 -0
- package/dist/chunk-UJRVWGK7.js +3 -0
- package/dist/chunk-UJRVWGK7.js.map +1 -0
- package/dist/chunk-VFUV6XJR.js +257 -0
- package/dist/chunk-VFUV6XJR.js.map +1 -0
- package/dist/client.cjs +2860 -1386
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +5 -0
- package/dist/client.d.ts +5 -0
- package/dist/client.js +23 -17
- package/dist/client.js.map +1 -1
- package/dist/components/Accordion/index.js +2 -2
- package/dist/components/Carousel/index.cjs +297 -0
- package/dist/components/Carousel/index.cjs.map +1 -0
- package/dist/components/Carousel/index.d.cts +67 -0
- package/dist/components/Carousel/index.d.ts +67 -0
- package/dist/components/Carousel/index.js +5 -0
- package/dist/components/Carousel/index.js.map +1 -0
- package/dist/components/Command/index.cjs +1371 -0
- package/dist/components/Command/index.cjs.map +1 -0
- package/dist/components/Command/index.d.cts +89 -0
- package/dist/components/Command/index.d.ts +89 -0
- package/dist/components/Command/index.js +11 -0
- package/dist/components/Command/index.js.map +1 -0
- package/dist/components/Dialog/index.js +2 -1
- package/dist/components/HoverCard/index.cjs +894 -0
- package/dist/components/HoverCard/index.cjs.map +1 -0
- package/dist/components/HoverCard/index.d.cts +66 -0
- package/dist/components/HoverCard/index.d.ts +66 -0
- package/dist/components/HoverCard/index.js +9 -0
- package/dist/components/HoverCard/index.js.map +1 -0
- package/dist/components/InputOTP/index.cjs +580 -0
- package/dist/components/InputOTP/index.cjs.map +1 -0
- package/dist/components/InputOTP/index.d.cts +49 -0
- package/dist/components/InputOTP/index.d.ts +49 -0
- package/dist/components/InputOTP/index.js +7 -0
- package/dist/components/InputOTP/index.js.map +1 -0
- package/dist/components/Sidebar/index.cjs +675 -0
- package/dist/components/Sidebar/index.cjs.map +1 -0
- package/dist/components/Sidebar/index.d.cts +109 -0
- package/dist/components/Sidebar/index.d.ts +109 -0
- package/dist/components/Sidebar/index.js +7 -0
- package/dist/components/Sidebar/index.js.map +1 -0
- package/dist/components/Switch/index.js +2 -2
- package/dist/index.cjs +2860 -1386
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +23 -17
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -10,9 +10,11 @@ export { Button, ButtonProps, ButtonSize, ButtonVariant } from './components/But
|
|
|
10
10
|
export { ButtonGroup, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupSize } from './components/ButtonGroup/index.cjs';
|
|
11
11
|
export { Calendar, CalendarBehavior, CalendarCaption, CalendarCaptionProps, CalendarChangeMeta, CalendarMode, CalendarProps, CalendarValue, CalendarView, CaptionContextValue, CaptionOption, DateRange, DayContext, useCalendarCaption } from './components/Calendar/index.cjs';
|
|
12
12
|
export { Card, CardProps, CardSectionProps, CardTextProps } from './components/Card/index.cjs';
|
|
13
|
+
export { Carousel, CarouselButtonProps, CarouselContentProps, CarouselDotsProps, CarouselItemProps, CarouselProps } from './components/Carousel/index.cjs';
|
|
13
14
|
export { Checkbox, CheckboxProps } from './components/Checkbox/index.cjs';
|
|
14
15
|
export { Collapsible, CollapsibleContentProps, CollapsibleProps, CollapsibleTriggerProps } from './components/Collapsible/index.cjs';
|
|
15
16
|
export { Combobox } from './components/Combobox/index.cjs';
|
|
17
|
+
export { Command, CommandDialogProps, CommandEmptyProps, CommandGroupProps, CommandItemProps, CommandProps, CommandShortcutProps, CommandTriggerProps, useCommandContext } from './components/Command/index.cjs';
|
|
16
18
|
export { ContextMenu, ContextMenuContentProps, ContextMenuProps, ContextMenuTriggerProps } from './components/ContextMenu/index.cjs';
|
|
17
19
|
export { Column, DataTable, DataTableProps, SortDirection, SortState } from './components/DataTable/index.cjs';
|
|
18
20
|
export { DatePicker, DatePickerProps, DatePickerRangeProps, DateRangeValue } from './components/DatePicker/index.cjs';
|
|
@@ -21,8 +23,10 @@ export { DropdownMenu, DropdownMenuContentProps, DropdownMenuProps, DropdownMenu
|
|
|
21
23
|
export { Empty, EmptyProps } from './components/Empty/index.cjs';
|
|
22
24
|
export { Field, FieldGroupProps, FieldProps } from './components/Field/index.cjs';
|
|
23
25
|
export { FloatButton, FloatButtonBackToTopProps, FloatButtonBadge, FloatButtonGroupDirection, FloatButtonGroupProps, FloatButtonGroupTrigger, FloatButtonPlacement, FloatButtonProps, FloatButtonShape, FloatButtonSize, FloatButtonVariant } from './components/FloatButton/index.cjs';
|
|
26
|
+
export { HoverCard, HoverCardContentProps, HoverCardProps, HoverCardTriggerProps } from './components/HoverCard/index.cjs';
|
|
24
27
|
export { HStack, HStackProps, StackAlign, StackGap, StackJustify } from './components/HStack/index.cjs';
|
|
25
28
|
export { InputGroup, InputGroupAddonProps, InputGroupInputProps, InputGroupProps } from './components/InputGroup/index.cjs';
|
|
29
|
+
export { InputOTP, InputOTPPattern, InputOTPProps } from './components/InputOTP/index.cjs';
|
|
26
30
|
export { Item, ItemProps } from './components/Item/index.cjs';
|
|
27
31
|
export { Kbd, KbdProps } from './components/Kbd/index.cjs';
|
|
28
32
|
export { Label, LabelProps } from './components/Label/index.cjs';
|
|
@@ -34,6 +38,7 @@ export { SegmentedControl, SegmentedControlOption, SegmentedControlProps, Segmen
|
|
|
34
38
|
export { LoadOptionsParams, LoadOptionsResult, Select, SelectOption, SelectProps, SelectRenderOptionInfo } from './components/Select/index.cjs';
|
|
35
39
|
export { Separator, SeparatorOrientation, SeparatorProps } from './components/Separator/index.cjs';
|
|
36
40
|
export { Drawer, Sheet, SheetBody, SheetBodyProps, SheetClose, SheetCloseProps, SheetDescription, SheetDescriptionProps, SheetFooter, SheetFooterProps, SheetHeader, SheetHeaderProps, SheetPanel, SheetPanelProps, SheetProps, SheetSide, SheetSize, SheetTitle, SheetTitleProps, SheetTrigger, SheetTriggerProps } from './components/Sheet/index.cjs';
|
|
41
|
+
export { Sidebar, SidebarContentProps, SidebarFooterProps, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeaderProps, SidebarMenuItemProps, SidebarMenuProps, SidebarProps, SidebarSide, SidebarVariant, useSidebarContext } from './components/Sidebar/index.cjs';
|
|
37
42
|
export { Skeleton, SkeletonProps } from './components/Skeleton/index.cjs';
|
|
38
43
|
export { Slider, SliderDirection, SliderGestureProvider, SliderOrientation, SliderProps, useSliderInteractionActive } from './components/Slider/index.cjs';
|
|
39
44
|
export { Spinner, SpinnerProps, SpinnerSize } from './components/Spinner/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -10,9 +10,11 @@ export { Button, ButtonProps, ButtonSize, ButtonVariant } from './components/But
|
|
|
10
10
|
export { ButtonGroup, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupSize } from './components/ButtonGroup/index.js';
|
|
11
11
|
export { Calendar, CalendarBehavior, CalendarCaption, CalendarCaptionProps, CalendarChangeMeta, CalendarMode, CalendarProps, CalendarValue, CalendarView, CaptionContextValue, CaptionOption, DateRange, DayContext, useCalendarCaption } from './components/Calendar/index.js';
|
|
12
12
|
export { Card, CardProps, CardSectionProps, CardTextProps } from './components/Card/index.js';
|
|
13
|
+
export { Carousel, CarouselButtonProps, CarouselContentProps, CarouselDotsProps, CarouselItemProps, CarouselProps } from './components/Carousel/index.js';
|
|
13
14
|
export { Checkbox, CheckboxProps } from './components/Checkbox/index.js';
|
|
14
15
|
export { Collapsible, CollapsibleContentProps, CollapsibleProps, CollapsibleTriggerProps } from './components/Collapsible/index.js';
|
|
15
16
|
export { Combobox } from './components/Combobox/index.js';
|
|
17
|
+
export { Command, CommandDialogProps, CommandEmptyProps, CommandGroupProps, CommandItemProps, CommandProps, CommandShortcutProps, CommandTriggerProps, useCommandContext } from './components/Command/index.js';
|
|
16
18
|
export { ContextMenu, ContextMenuContentProps, ContextMenuProps, ContextMenuTriggerProps } from './components/ContextMenu/index.js';
|
|
17
19
|
export { Column, DataTable, DataTableProps, SortDirection, SortState } from './components/DataTable/index.js';
|
|
18
20
|
export { DatePicker, DatePickerProps, DatePickerRangeProps, DateRangeValue } from './components/DatePicker/index.js';
|
|
@@ -21,8 +23,10 @@ export { DropdownMenu, DropdownMenuContentProps, DropdownMenuProps, DropdownMenu
|
|
|
21
23
|
export { Empty, EmptyProps } from './components/Empty/index.js';
|
|
22
24
|
export { Field, FieldGroupProps, FieldProps } from './components/Field/index.js';
|
|
23
25
|
export { FloatButton, FloatButtonBackToTopProps, FloatButtonBadge, FloatButtonGroupDirection, FloatButtonGroupProps, FloatButtonGroupTrigger, FloatButtonPlacement, FloatButtonProps, FloatButtonShape, FloatButtonSize, FloatButtonVariant } from './components/FloatButton/index.js';
|
|
26
|
+
export { HoverCard, HoverCardContentProps, HoverCardProps, HoverCardTriggerProps } from './components/HoverCard/index.js';
|
|
24
27
|
export { HStack, HStackProps, StackAlign, StackGap, StackJustify } from './components/HStack/index.js';
|
|
25
28
|
export { InputGroup, InputGroupAddonProps, InputGroupInputProps, InputGroupProps } from './components/InputGroup/index.js';
|
|
29
|
+
export { InputOTP, InputOTPPattern, InputOTPProps } from './components/InputOTP/index.js';
|
|
26
30
|
export { Item, ItemProps } from './components/Item/index.js';
|
|
27
31
|
export { Kbd, KbdProps } from './components/Kbd/index.js';
|
|
28
32
|
export { Label, LabelProps } from './components/Label/index.js';
|
|
@@ -34,6 +38,7 @@ export { SegmentedControl, SegmentedControlOption, SegmentedControlProps, Segmen
|
|
|
34
38
|
export { LoadOptionsParams, LoadOptionsResult, Select, SelectOption, SelectProps, SelectRenderOptionInfo } from './components/Select/index.js';
|
|
35
39
|
export { Separator, SeparatorOrientation, SeparatorProps } from './components/Separator/index.js';
|
|
36
40
|
export { Drawer, Sheet, SheetBody, SheetBodyProps, SheetClose, SheetCloseProps, SheetDescription, SheetDescriptionProps, SheetFooter, SheetFooterProps, SheetHeader, SheetHeaderProps, SheetPanel, SheetPanelProps, SheetProps, SheetSide, SheetSize, SheetTitle, SheetTitleProps, SheetTrigger, SheetTriggerProps } from './components/Sheet/index.js';
|
|
41
|
+
export { Sidebar, SidebarContentProps, SidebarFooterProps, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeaderProps, SidebarMenuItemProps, SidebarMenuProps, SidebarProps, SidebarSide, SidebarVariant, useSidebarContext } from './components/Sidebar/index.js';
|
|
37
42
|
export { Skeleton, SkeletonProps } from './components/Skeleton/index.js';
|
|
38
43
|
export { Slider, SliderDirection, SliderGestureProvider, SliderOrientation, SliderProps, useSliderInteractionActive } from './components/Slider/index.js';
|
|
39
44
|
export { Spinner, SpinnerProps, SpinnerSize } from './components/Spinner/index.js';
|
package/dist/index.js
CHANGED
|
@@ -1,41 +1,47 @@
|
|
|
1
1
|
import './chunk-BRCCWMGJ.js';
|
|
2
|
-
export { Toggle } from './chunk-STX5UKYT.js';
|
|
3
|
-
export { Tooltip } from './chunk-VL2WNGPF.js';
|
|
4
|
-
export { VStack } from './chunk-L6VYDM7S.js';
|
|
5
2
|
import './chunk-MDOZGILD.js';
|
|
6
3
|
import './chunk-QI6646JZ.js';
|
|
7
4
|
export { Icon } from './chunk-33S7ADWM.js';
|
|
8
|
-
export { Switch } from './chunk-RI4Y2C5U.js';
|
|
9
|
-
import './chunk-VP7DRJUZ.js';
|
|
10
5
|
export { Tabs } from './chunk-EN4CLDGZ.js';
|
|
11
6
|
export { TextArea } from './chunk-USFXANEU.js';
|
|
12
7
|
export { TextInput } from './chunk-V75O7QQO.js';
|
|
13
8
|
export { Toaster, toast } from './chunk-LWLK6HSW.js';
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
9
|
+
export { Toggle } from './chunk-STX5UKYT.js';
|
|
10
|
+
export { Tooltip } from './chunk-VL2WNGPF.js';
|
|
11
|
+
export { VStack } from './chunk-L6VYDM7S.js';
|
|
17
12
|
export { Separator } from './chunk-2XJCLPNH.js';
|
|
18
13
|
export { Drawer, Sheet, SheetBody, SheetClose, SheetDescription, SheetFooter, SheetHeader, SheetPanel, SheetTitle, SheetTrigger } from './chunk-SF6WPUC5.js';
|
|
14
|
+
export { Sidebar, useSidebarContext } from './chunk-S763GTIZ.js';
|
|
19
15
|
export { Skeleton } from './chunk-3IIIHZHT.js';
|
|
20
16
|
export { Slider, SliderGestureProvider, useSliderInteractionActive } from './chunk-7FSFJA33.js';
|
|
17
|
+
export { Switch } from './chunk-KLK7OMFT.js';
|
|
18
|
+
import './chunk-VP7DRJUZ.js';
|
|
19
|
+
export { Kbd } from './chunk-IGBXSBF7.js';
|
|
20
|
+
export { Label } from './chunk-3CEJ5TB4.js';
|
|
21
|
+
export { PAGINATION_COMPACT_BREAKPOINT, Pagination } from './chunk-3B345SQU.js';
|
|
22
|
+
export { Progress } from './chunk-OELY6K44.js';
|
|
23
|
+
export { Radio } from './chunk-UKDDK42K.js';
|
|
24
|
+
export { SegmentedControl } from './chunk-F5UKI7XD.js';
|
|
25
|
+
export { Empty } from './chunk-XQNVWHMN.js';
|
|
26
|
+
export { Field } from './chunk-CPIKN4BX.js';
|
|
21
27
|
export { FloatButton } from './chunk-PJXVLE24.js';
|
|
22
28
|
export { HStack } from './chunk-OIHX5B4R.js';
|
|
29
|
+
export { HoverCard } from './chunk-BOMPFNM4.js';
|
|
23
30
|
export { InputGroup } from './chunk-C5HQPXRI.js';
|
|
31
|
+
export { InputOTP } from './chunk-BVLOX4A3.js';
|
|
24
32
|
export { Item } from './chunk-J5LK2XHE.js';
|
|
25
|
-
export {
|
|
26
|
-
export { Label } from './chunk-3CEJ5TB4.js';
|
|
27
|
-
export { PAGINATION_COMPACT_BREAKPOINT, Pagination } from './chunk-3B345SQU.js';
|
|
33
|
+
export { Collapsible } from './chunk-M4BI63P6.js';
|
|
28
34
|
export { Combobox } from './chunk-IIVTPN62.js';
|
|
35
|
+
export { Command, useCommandContext } from './chunk-OHWRTHGL.js';
|
|
29
36
|
export { ContextMenu } from './chunk-TSWPHJIU.js';
|
|
30
37
|
export { DataTable } from './chunk-C32XGHWO.js';
|
|
31
38
|
export { Table } from './chunk-5YHT252H.js';
|
|
32
39
|
export { usePagination } from './chunk-73CUV7MW.js';
|
|
33
40
|
export { DatePicker } from './chunk-O6M3F7BZ.js';
|
|
34
|
-
|
|
41
|
+
import './chunk-UJRVWGK7.js';
|
|
42
|
+
export { Dialog } from './chunk-BXZGCOKT.js';
|
|
35
43
|
import './chunk-2PESUXE3.js';
|
|
36
44
|
export { DropdownMenu, MenuContent, MenuItem, MenuLabel, MenuSeparator } from './chunk-MK57AOTI.js';
|
|
37
|
-
export { Empty } from './chunk-XQNVWHMN.js';
|
|
38
|
-
export { Field } from './chunk-CPIKN4BX.js';
|
|
39
45
|
export { Box } from './chunk-IWM2XDXH.js';
|
|
40
46
|
import './chunk-VLZANXRZ.js';
|
|
41
47
|
export { Text } from './chunk-ZGFXKYA5.js';
|
|
@@ -50,11 +56,11 @@ export { Select } from './chunk-PJTCO76H.js';
|
|
|
50
56
|
import './chunk-GJMHNEQ3.js';
|
|
51
57
|
export { defaultDictionary, resolveI18n } from './chunk-4UFAZLSZ.js';
|
|
52
58
|
export { Card } from './chunk-PQW5LKAI.js';
|
|
59
|
+
export { Carousel } from './chunk-VFUV6XJR.js';
|
|
53
60
|
export { Checkbox } from './chunk-H2LHWJ52.js';
|
|
54
|
-
export {
|
|
55
|
-
export { Accordion } from './chunk-V5QSMDZL.js';
|
|
56
|
-
import './chunk-RB3YBWQ4.js';
|
|
61
|
+
export { Accordion } from './chunk-QB6RH6UU.js';
|
|
57
62
|
import './chunk-RGJ3NBKE.js';
|
|
63
|
+
import './chunk-RB3YBWQ4.js';
|
|
58
64
|
export { Alert } from './chunk-3W3XYULK.js';
|
|
59
65
|
export { defaultSemanticIcons } from './chunk-7Z4NMNX6.js';
|
|
60
66
|
export { AlertDialog } from './chunk-U2ZKY2CP.js';
|
package/package.json
CHANGED