@nori-ui/core 1.3.0 → 1.4.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-BNDUQNG7.js +443 -0
- package/dist/chunk-BNDUQNG7.js.map +1 -0
- package/dist/{chunk-SJZTETUT.js → chunk-VMAGFYHG.js} +3 -3
- package/dist/{chunk-SJZTETUT.js.map → chunk-VMAGFYHG.js.map} +1 -1
- package/dist/{chunk-OCHEPOOO.js → chunk-Y4ZRSW35.js} +3 -3
- package/dist/{chunk-OCHEPOOO.js.map → chunk-Y4ZRSW35.js.map} +1 -1
- package/dist/client.cjs +443 -3
- 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 +5 -4
- package/dist/client.js.map +1 -1
- package/dist/components/Accordion/index.js +2 -2
- package/dist/components/Sheet/index.cjs +855 -0
- package/dist/components/Sheet/index.cjs.map +1 -0
- package/dist/components/Sheet/index.d.cts +104 -0
- package/dist/components/Sheet/index.d.ts +104 -0
- package/dist/components/Sheet/index.js +8 -0
- package/dist/components/Sheet/index.js.map +1 -0
- package/dist/components/Switch/index.js +2 -2
- package/dist/index.cjs +443 -3
- 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 +5 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -25,6 +25,7 @@ export { Radio, RadioGroupOrientation, RadioGroupProps, RadioProps } from './com
|
|
|
25
25
|
export { SegmentedControl, SegmentedControlOption, SegmentedControlProps, SegmentedControlSize } from './components/SegmentedControl/index.cjs';
|
|
26
26
|
export { LoadOptionsParams, LoadOptionsResult, Select, SelectOption, SelectProps, SelectRenderOptionInfo } from './components/Select/index.cjs';
|
|
27
27
|
export { Separator, SeparatorOrientation, SeparatorProps } from './components/Separator/index.cjs';
|
|
28
|
+
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';
|
|
28
29
|
export { Skeleton, SkeletonProps } from './components/Skeleton/index.cjs';
|
|
29
30
|
export { Slider, SliderDirection, SliderGestureProvider, SliderOrientation, SliderProps, useSliderInteractionActive } from './components/Slider/index.cjs';
|
|
30
31
|
export { Spinner, SpinnerProps, SpinnerSize } from './components/Spinner/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export { Radio, RadioGroupOrientation, RadioGroupProps, RadioProps } from './com
|
|
|
25
25
|
export { SegmentedControl, SegmentedControlOption, SegmentedControlProps, SegmentedControlSize } from './components/SegmentedControl/index.js';
|
|
26
26
|
export { LoadOptionsParams, LoadOptionsResult, Select, SelectOption, SelectProps, SelectRenderOptionInfo } from './components/Select/index.js';
|
|
27
27
|
export { Separator, SeparatorOrientation, SeparatorProps } from './components/Separator/index.js';
|
|
28
|
+
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';
|
|
28
29
|
export { Skeleton, SkeletonProps } from './components/Skeleton/index.js';
|
|
29
30
|
export { Slider, SliderDirection, SliderGestureProvider, SliderOrientation, SliderProps, useSliderInteractionActive } from './components/Slider/index.js';
|
|
30
31
|
export { Spinner, SpinnerProps, SpinnerSize } from './components/Spinner/index.js';
|
package/dist/index.js
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import './chunk-BRCCWMGJ.js';
|
|
2
|
+
export { Tooltip } from './chunk-CGQIVFCN.js';
|
|
2
3
|
export { VStack } from './chunk-AFQIK6JI.js';
|
|
3
4
|
import './chunk-MDOZGILD.js';
|
|
4
5
|
import './chunk-QI6646JZ.js';
|
|
5
6
|
export { Icon } from './chunk-33S7ADWM.js';
|
|
6
|
-
export { Switch } from './chunk-
|
|
7
|
+
export { Switch } from './chunk-VMAGFYHG.js';
|
|
7
8
|
export { Tabs } from './chunk-GELLSU64.js';
|
|
8
9
|
export { TextArea } from './chunk-UPVNZPFV.js';
|
|
9
10
|
export { TextInput } from './chunk-EFK7726V.js';
|
|
10
11
|
export { Toaster, toast } from './chunk-LWLK6HSW.js';
|
|
11
12
|
export { Toggle } from './chunk-SINLREQV.js';
|
|
12
|
-
export { Tooltip } from './chunk-CGQIVFCN.js';
|
|
13
13
|
export { Progress } from './chunk-XP55RZ3D.js';
|
|
14
14
|
export { Radio } from './chunk-C6TRLHMW.js';
|
|
15
15
|
export { SegmentedControl } from './chunk-WAKKQROH.js';
|
|
16
16
|
export { Separator } from './chunk-7UKRN73P.js';
|
|
17
|
+
export { Drawer, Sheet, SheetBody, SheetClose, SheetDescription, SheetFooter, SheetHeader, SheetPanel, SheetTitle, SheetTrigger } from './chunk-BNDUQNG7.js';
|
|
17
18
|
export { Skeleton } from './chunk-JSAG5YO7.js';
|
|
18
19
|
export { Slider, SliderGestureProvider, useSliderInteractionActive } from './chunk-ZMSIYLSI.js';
|
|
19
20
|
import './chunk-2PESUXE3.js';
|
|
@@ -38,9 +39,9 @@ import './chunk-MJ4AGXS7.js';
|
|
|
38
39
|
export { defaultDictionary, resolveI18n } from './chunk-6PO2IWB3.js';
|
|
39
40
|
export { Popover, usePopoverContext } from './chunk-L5X4SYJ4.js';
|
|
40
41
|
export { Dialog } from './chunk-IGLMPAWE.js';
|
|
41
|
-
export { Accordion } from './chunk-
|
|
42
|
-
import './chunk-RGJ3NBKE.js';
|
|
42
|
+
export { Accordion } from './chunk-Y4ZRSW35.js';
|
|
43
43
|
import './chunk-RB3YBWQ4.js';
|
|
44
|
+
import './chunk-RGJ3NBKE.js';
|
|
44
45
|
export { Alert } from './chunk-46OT4PA6.js';
|
|
45
46
|
export { defaultSemanticIcons } from './chunk-7Z4NMNX6.js';
|
|
46
47
|
export { AlertDialog } from './chunk-5BM6H2CD.js';
|
package/package.json
CHANGED