@nori-ui/core 1.8.0 → 1.9.1
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-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/client.cjs +2248 -1424
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +2 -0
- package/dist/client.d.ts +2 -0
- package/dist/client.js +13 -10
- package/dist/client.js.map +1 -1
- package/dist/components/Accordion/index.js +2 -2
- 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/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 +2248 -1424
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +13 -10
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -14,6 +14,7 @@ export { Carousel, CarouselButtonProps, CarouselContentProps, CarouselDotsProps,
|
|
|
14
14
|
export { Checkbox, CheckboxProps } from './components/Checkbox/index.cjs';
|
|
15
15
|
export { Collapsible, CollapsibleContentProps, CollapsibleProps, CollapsibleTriggerProps } from './components/Collapsible/index.cjs';
|
|
16
16
|
export { Combobox } from './components/Combobox/index.cjs';
|
|
17
|
+
export { Command, CommandDialogProps, CommandEmptyProps, CommandGroupProps, CommandItemProps, CommandProps, CommandShortcutProps, CommandTriggerProps, useCommandContext } from './components/Command/index.cjs';
|
|
17
18
|
export { ContextMenu, ContextMenuContentProps, ContextMenuProps, ContextMenuTriggerProps } from './components/ContextMenu/index.cjs';
|
|
18
19
|
export { Column, DataTable, DataTableProps, SortDirection, SortState } from './components/DataTable/index.cjs';
|
|
19
20
|
export { DatePicker, DatePickerProps, DatePickerRangeProps, DateRangeValue } from './components/DatePicker/index.cjs';
|
|
@@ -37,6 +38,7 @@ export { SegmentedControl, SegmentedControlOption, SegmentedControlProps, Segmen
|
|
|
37
38
|
export { LoadOptionsParams, LoadOptionsResult, Select, SelectOption, SelectProps, SelectRenderOptionInfo } from './components/Select/index.cjs';
|
|
38
39
|
export { Separator, SeparatorOrientation, SeparatorProps } from './components/Separator/index.cjs';
|
|
39
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';
|
|
40
42
|
export { Skeleton, SkeletonProps } from './components/Skeleton/index.cjs';
|
|
41
43
|
export { Slider, SliderDirection, SliderGestureProvider, SliderOrientation, SliderProps, useSliderInteractionActive } from './components/Slider/index.cjs';
|
|
42
44
|
export { Spinner, SpinnerProps, SpinnerSize } from './components/Spinner/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export { Carousel, CarouselButtonProps, CarouselContentProps, CarouselDotsProps,
|
|
|
14
14
|
export { Checkbox, CheckboxProps } from './components/Checkbox/index.js';
|
|
15
15
|
export { Collapsible, CollapsibleContentProps, CollapsibleProps, CollapsibleTriggerProps } from './components/Collapsible/index.js';
|
|
16
16
|
export { Combobox } from './components/Combobox/index.js';
|
|
17
|
+
export { Command, CommandDialogProps, CommandEmptyProps, CommandGroupProps, CommandItemProps, CommandProps, CommandShortcutProps, CommandTriggerProps, useCommandContext } from './components/Command/index.js';
|
|
17
18
|
export { ContextMenu, ContextMenuContentProps, ContextMenuProps, ContextMenuTriggerProps } from './components/ContextMenu/index.js';
|
|
18
19
|
export { Column, DataTable, DataTableProps, SortDirection, SortState } from './components/DataTable/index.js';
|
|
19
20
|
export { DatePicker, DatePickerProps, DatePickerRangeProps, DateRangeValue } from './components/DatePicker/index.js';
|
|
@@ -37,6 +38,7 @@ export { SegmentedControl, SegmentedControlOption, SegmentedControlProps, Segmen
|
|
|
37
38
|
export { LoadOptionsParams, LoadOptionsResult, Select, SelectOption, SelectProps, SelectRenderOptionInfo } from './components/Select/index.js';
|
|
38
39
|
export { Separator, SeparatorOrientation, SeparatorProps } from './components/Separator/index.js';
|
|
39
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';
|
|
40
42
|
export { Skeleton, SkeletonProps } from './components/Skeleton/index.js';
|
|
41
43
|
export { Slider, SliderDirection, SliderGestureProvider, SliderOrientation, SliderProps, useSliderInteractionActive } from './components/Slider/index.js';
|
|
42
44
|
export { Spinner, SpinnerProps, SpinnerSize } from './components/Spinner/index.js';
|
package/dist/index.js
CHANGED
|
@@ -1,25 +1,28 @@
|
|
|
1
1
|
import './chunk-BRCCWMGJ.js';
|
|
2
|
+
import './chunk-MDOZGILD.js';
|
|
3
|
+
import './chunk-QI6646JZ.js';
|
|
2
4
|
export { Icon } from './chunk-33S7ADWM.js';
|
|
5
|
+
export { Tabs } from './chunk-EN4CLDGZ.js';
|
|
3
6
|
export { TextArea } from './chunk-USFXANEU.js';
|
|
4
7
|
export { TextInput } from './chunk-V75O7QQO.js';
|
|
5
8
|
export { Toaster, toast } from './chunk-LWLK6HSW.js';
|
|
6
9
|
export { Toggle } from './chunk-STX5UKYT.js';
|
|
7
10
|
export { Tooltip } from './chunk-VL2WNGPF.js';
|
|
8
11
|
export { VStack } from './chunk-L6VYDM7S.js';
|
|
9
|
-
|
|
10
|
-
import './chunk-QI6646JZ.js';
|
|
12
|
+
export { Separator } from './chunk-2XJCLPNH.js';
|
|
11
13
|
export { Drawer, Sheet, SheetBody, SheetClose, SheetDescription, SheetFooter, SheetHeader, SheetPanel, SheetTitle, SheetTrigger } from './chunk-SF6WPUC5.js';
|
|
14
|
+
export { Sidebar, useSidebarContext } from './chunk-S763GTIZ.js';
|
|
12
15
|
export { Skeleton } from './chunk-3IIIHZHT.js';
|
|
13
16
|
export { Slider, SliderGestureProvider, useSliderInteractionActive } from './chunk-7FSFJA33.js';
|
|
14
|
-
export { Switch } from './chunk-
|
|
17
|
+
export { Switch } from './chunk-KLK7OMFT.js';
|
|
15
18
|
import './chunk-VP7DRJUZ.js';
|
|
16
|
-
export {
|
|
19
|
+
export { Kbd } from './chunk-IGBXSBF7.js';
|
|
17
20
|
export { Label } from './chunk-3CEJ5TB4.js';
|
|
18
21
|
export { PAGINATION_COMPACT_BREAKPOINT, Pagination } from './chunk-3B345SQU.js';
|
|
19
22
|
export { Progress } from './chunk-OELY6K44.js';
|
|
20
23
|
export { Radio } from './chunk-UKDDK42K.js';
|
|
21
24
|
export { SegmentedControl } from './chunk-F5UKI7XD.js';
|
|
22
|
-
export {
|
|
25
|
+
export { Empty } from './chunk-XQNVWHMN.js';
|
|
23
26
|
export { Field } from './chunk-CPIKN4BX.js';
|
|
24
27
|
export { FloatButton } from './chunk-PJXVLE24.js';
|
|
25
28
|
export { HStack } from './chunk-OIHX5B4R.js';
|
|
@@ -27,18 +30,18 @@ export { HoverCard } from './chunk-BOMPFNM4.js';
|
|
|
27
30
|
export { InputGroup } from './chunk-C5HQPXRI.js';
|
|
28
31
|
export { InputOTP } from './chunk-BVLOX4A3.js';
|
|
29
32
|
export { Item } from './chunk-J5LK2XHE.js';
|
|
30
|
-
export { Kbd } from './chunk-IGBXSBF7.js';
|
|
31
33
|
export { Collapsible } from './chunk-M4BI63P6.js';
|
|
32
34
|
export { Combobox } from './chunk-IIVTPN62.js';
|
|
35
|
+
export { Command, useCommandContext } from './chunk-OHWRTHGL.js';
|
|
33
36
|
export { ContextMenu } from './chunk-TSWPHJIU.js';
|
|
34
37
|
export { DataTable } from './chunk-C32XGHWO.js';
|
|
35
38
|
export { Table } from './chunk-5YHT252H.js';
|
|
36
39
|
export { usePagination } from './chunk-73CUV7MW.js';
|
|
37
40
|
export { DatePicker } from './chunk-O6M3F7BZ.js';
|
|
38
|
-
|
|
41
|
+
import './chunk-UJRVWGK7.js';
|
|
42
|
+
export { Dialog } from './chunk-BXZGCOKT.js';
|
|
39
43
|
import './chunk-2PESUXE3.js';
|
|
40
44
|
export { DropdownMenu, MenuContent, MenuItem, MenuLabel, MenuSeparator } from './chunk-MK57AOTI.js';
|
|
41
|
-
export { Empty } from './chunk-XQNVWHMN.js';
|
|
42
45
|
export { Box } from './chunk-IWM2XDXH.js';
|
|
43
46
|
import './chunk-VLZANXRZ.js';
|
|
44
47
|
export { Text } from './chunk-ZGFXKYA5.js';
|
|
@@ -55,9 +58,9 @@ export { defaultDictionary, resolveI18n } from './chunk-4UFAZLSZ.js';
|
|
|
55
58
|
export { Card } from './chunk-PQW5LKAI.js';
|
|
56
59
|
export { Carousel } from './chunk-VFUV6XJR.js';
|
|
57
60
|
export { Checkbox } from './chunk-H2LHWJ52.js';
|
|
58
|
-
export { Accordion } from './chunk-
|
|
59
|
-
import './chunk-RB3YBWQ4.js';
|
|
61
|
+
export { Accordion } from './chunk-QB6RH6UU.js';
|
|
60
62
|
import './chunk-RGJ3NBKE.js';
|
|
63
|
+
import './chunk-RB3YBWQ4.js';
|
|
61
64
|
export { Alert } from './chunk-3W3XYULK.js';
|
|
62
65
|
export { defaultSemanticIcons } from './chunk-7Z4NMNX6.js';
|
|
63
66
|
export { AlertDialog } from './chunk-U2ZKY2CP.js';
|
package/package.json
CHANGED