@nori-ui/core 1.4.0 → 1.5.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-V2AWSDDZ.js → chunk-76FZF4GM.js} +3 -3
- package/dist/{chunk-V2AWSDDZ.js.map → chunk-76FZF4GM.js.map} +1 -1
- package/dist/{chunk-XXBN6CIK.js → chunk-F7G6R373.js} +3 -3
- package/dist/{chunk-XXBN6CIK.js.map → chunk-F7G6R373.js.map} +1 -1
- package/dist/{chunk-HZKXPN6B.js → chunk-ND7MRYW7.js} +3 -3
- package/dist/{chunk-HZKXPN6B.js.map → chunk-ND7MRYW7.js.map} +1 -1
- package/dist/chunk-O4NMS3KB.js +11 -0
- package/dist/chunk-O4NMS3KB.js.map +1 -0
- package/dist/client.cjs +4 -0
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -0
- package/dist/client.d.ts +1 -0
- package/dist/client.js +9 -8
- package/dist/client.js.map +1 -1
- package/dist/components/Calendar/index.js +2 -2
- package/dist/components/Combobox/index.cjs +1374 -0
- package/dist/components/Combobox/index.cjs.map +1 -0
- package/dist/components/Combobox/index.d.cts +17 -0
- package/dist/components/Combobox/index.d.ts +17 -0
- package/dist/components/Combobox/index.js +9 -0
- package/dist/components/Combobox/index.js.map +1 -0
- package/dist/components/DatePicker/index.js +3 -3
- package/dist/components/Pagination/index.js +2 -2
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +8 -7
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -9,6 +9,7 @@ export { Button, ButtonProps, ButtonSize, ButtonVariant } from './components/But
|
|
|
9
9
|
export { Calendar, CalendarBehavior, CalendarCaption, CalendarCaptionProps, CalendarChangeMeta, CalendarMode, CalendarProps, CalendarValue, CalendarView, CaptionContextValue, CaptionOption, DateRange, DayContext, useCalendarCaption } from './components/Calendar/index.cjs';
|
|
10
10
|
export { Card, CardProps, CardSectionProps, CardTextProps } from './components/Card/index.cjs';
|
|
11
11
|
export { Checkbox, CheckboxProps } from './components/Checkbox/index.cjs';
|
|
12
|
+
export { Combobox } from './components/Combobox/index.cjs';
|
|
12
13
|
export { ContextMenu, ContextMenuContentProps, ContextMenuProps, ContextMenuTriggerProps } from './components/ContextMenu/index.cjs';
|
|
13
14
|
export { DatePicker, DatePickerProps, DatePickerRangeProps, DateRangeValue } from './components/DatePicker/index.cjs';
|
|
14
15
|
export { Dialog, DialogCloseProps, DialogContentProps, DialogFooterProps, DialogProps, DialogTextProps, DialogTriggerProps } from './components/Dialog/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { Button, ButtonProps, ButtonSize, ButtonVariant } from './components/But
|
|
|
9
9
|
export { Calendar, CalendarBehavior, CalendarCaption, CalendarCaptionProps, CalendarChangeMeta, CalendarMode, CalendarProps, CalendarValue, CalendarView, CaptionContextValue, CaptionOption, DateRange, DayContext, useCalendarCaption } from './components/Calendar/index.js';
|
|
10
10
|
export { Card, CardProps, CardSectionProps, CardTextProps } from './components/Card/index.js';
|
|
11
11
|
export { Checkbox, CheckboxProps } from './components/Checkbox/index.js';
|
|
12
|
+
export { Combobox } from './components/Combobox/index.js';
|
|
12
13
|
export { ContextMenu, ContextMenuContentProps, ContextMenuProps, ContextMenuTriggerProps } from './components/ContextMenu/index.js';
|
|
13
14
|
export { DatePicker, DatePickerProps, DatePickerRangeProps, DateRangeValue } from './components/DatePicker/index.js';
|
|
14
15
|
export { Dialog, DialogCloseProps, DialogContentProps, DialogFooterProps, DialogProps, DialogTextProps, DialogTriggerProps } from './components/Dialog/index.js';
|
package/dist/index.js
CHANGED
|
@@ -1,44 +1,45 @@
|
|
|
1
1
|
import './chunk-BRCCWMGJ.js';
|
|
2
|
+
export { Toggle } from './chunk-SINLREQV.js';
|
|
2
3
|
export { Tooltip } from './chunk-CGQIVFCN.js';
|
|
3
4
|
export { VStack } from './chunk-AFQIK6JI.js';
|
|
4
5
|
import './chunk-MDOZGILD.js';
|
|
5
6
|
import './chunk-QI6646JZ.js';
|
|
6
7
|
export { Icon } from './chunk-33S7ADWM.js';
|
|
8
|
+
export { Slider, SliderGestureProvider, useSliderInteractionActive } from './chunk-ZMSIYLSI.js';
|
|
7
9
|
export { Switch } from './chunk-VMAGFYHG.js';
|
|
8
10
|
export { Tabs } from './chunk-GELLSU64.js';
|
|
9
11
|
export { TextArea } from './chunk-UPVNZPFV.js';
|
|
10
12
|
export { TextInput } from './chunk-EFK7726V.js';
|
|
11
13
|
export { Toaster, toast } from './chunk-LWLK6HSW.js';
|
|
12
|
-
export { Toggle } from './chunk-SINLREQV.js';
|
|
13
14
|
export { Progress } from './chunk-XP55RZ3D.js';
|
|
14
15
|
export { Radio } from './chunk-C6TRLHMW.js';
|
|
15
16
|
export { SegmentedControl } from './chunk-WAKKQROH.js';
|
|
16
17
|
export { Separator } from './chunk-7UKRN73P.js';
|
|
17
18
|
export { Drawer, Sheet, SheetBody, SheetClose, SheetDescription, SheetFooter, SheetHeader, SheetPanel, SheetTitle, SheetTrigger } from './chunk-BNDUQNG7.js';
|
|
18
19
|
export { Skeleton } from './chunk-JSAG5YO7.js';
|
|
19
|
-
export {
|
|
20
|
+
export { Dialog } from './chunk-IGLMPAWE.js';
|
|
20
21
|
import './chunk-2PESUXE3.js';
|
|
21
22
|
export { Field } from './chunk-2UXKXUX2.js';
|
|
22
23
|
export { FloatButton } from './chunk-6JVUVBZH.js';
|
|
23
24
|
export { HStack } from './chunk-GRDVE3IR.js';
|
|
24
25
|
export { InputGroup } from './chunk-UUXWRDWW.js';
|
|
25
26
|
export { Label } from './chunk-WOF67PKT.js';
|
|
26
|
-
export { PAGINATION_COMPACT_BREAKPOINT, Pagination, usePagination } from './chunk-
|
|
27
|
+
export { PAGINATION_COMPACT_BREAKPOINT, Pagination, usePagination } from './chunk-76FZF4GM.js';
|
|
27
28
|
export { Breadcrumb, getBreadcrumbJsonLd } from './chunk-4I37QSEM.js';
|
|
28
29
|
export { Button } from './chunk-LWQZ257T.js';
|
|
29
30
|
export { Spinner } from './chunk-ACLHDHX3.js';
|
|
30
31
|
export { Card } from './chunk-HTF6FDB6.js';
|
|
31
32
|
export { Checkbox } from './chunk-WTNDPO2V.js';
|
|
33
|
+
export { Combobox } from './chunk-O4NMS3KB.js';
|
|
32
34
|
export { ContextMenu } from './chunk-KCLWPSV5.js';
|
|
33
35
|
export { DropdownMenu, MenuContent, MenuItem, MenuLabel, MenuSeparator } from './chunk-H7MFAFV4.js';
|
|
34
|
-
export { DatePicker } from './chunk-
|
|
36
|
+
export { DatePicker } from './chunk-F7G6R373.js';
|
|
35
37
|
import './chunk-ZPUYNM37.js';
|
|
36
|
-
export { Calendar, useCalendarCaption } from './chunk-
|
|
37
|
-
export { Select } from './chunk-UJ5KFRDE.js';
|
|
38
|
+
export { Calendar, useCalendarCaption } from './chunk-ND7MRYW7.js';
|
|
38
39
|
import './chunk-MJ4AGXS7.js';
|
|
39
40
|
export { defaultDictionary, resolveI18n } from './chunk-6PO2IWB3.js';
|
|
41
|
+
export { Select } from './chunk-UJ5KFRDE.js';
|
|
40
42
|
export { Popover, usePopoverContext } from './chunk-L5X4SYJ4.js';
|
|
41
|
-
export { Dialog } from './chunk-IGLMPAWE.js';
|
|
42
43
|
export { Accordion } from './chunk-Y4ZRSW35.js';
|
|
43
44
|
import './chunk-RB3YBWQ4.js';
|
|
44
45
|
import './chunk-RGJ3NBKE.js';
|
package/package.json
CHANGED