@saas-ui/react 3.0.0-alpha.24 → 3.0.0-alpha.26
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -0
- package/dist/chunk-6MMPBMKN.js +54 -0
- package/dist/chunk-CZVNG73V.js +63 -0
- package/dist/chunk-GRUMUCSL.js +109 -0
- package/dist/{chunk-CD2JUFI2.js → chunk-K2SPPLAY.js} +2 -2
- package/dist/chunk-KE5AC3TZ.js +63 -0
- package/dist/{chunk-FJFNGSPL.js → chunk-NGGISORT.js} +12 -6
- package/dist/components/dialog/index.cjs +35 -35
- package/dist/components/dialog/index.d.cts +35 -17
- package/dist/components/dialog/index.d.ts +35 -17
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/drawer/index.cjs +34 -36
- package/dist/components/drawer/index.d.cts +33 -18
- package/dist/components/drawer/index.d.ts +33 -18
- package/dist/components/drawer/index.js +3 -3
- package/dist/components/empty-state/index.cjs +12 -10
- package/dist/components/empty-state/index.js +1 -1
- package/dist/components/file-upload/index.cjs +254 -0
- package/dist/components/file-upload/index.d.cts +43 -0
- package/dist/components/file-upload/index.d.ts +43 -0
- package/dist/components/file-upload/index.js +10 -0
- package/dist/components/grid-list/index.d.cts +1 -1
- package/dist/components/grid-list/index.d.ts +1 -1
- package/dist/components/password-input/index.cjs +2 -2
- package/dist/components/password-input/index.js +1 -1
- package/dist/components/persona/index.d.cts +1 -1
- package/dist/components/persona/index.d.ts +1 -1
- package/dist/components/popover/index.cjs +214 -0
- package/dist/components/popover/index.d.cts +37 -0
- package/dist/components/popover/index.d.ts +37 -0
- package/dist/components/popover/index.js +11 -0
- package/dist/index.cjs +1570 -1325
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +944 -839
- package/package.json +2 -2
- package/dist/chunk-3Y67QIZ7.js +0 -56
- package/dist/chunk-OIOBGO3Y.js +0 -63
package/dist/index.d.cts
CHANGED
@@ -15,6 +15,7 @@ export { DataList, useDataListStyles } from '@chakra-ui/react/data-list';
|
|
15
15
|
export { Dialog } from './components/dialog/index.cjs';
|
16
16
|
export { Drawer } from './components/drawer/index.cjs';
|
17
17
|
export { EmptyState, EmptyStateProps } from './components/empty-state/index.cjs';
|
18
|
+
export { FileUpload } from './components/file-upload/index.cjs';
|
18
19
|
export { GridList } from './components/grid-list/index.cjs';
|
19
20
|
export { IconBadge, IconBadgeProps } from './components/icon-badge/index.cjs';
|
20
21
|
export { IconButton, IconButtonProps } from './components/icon-button/index.cjs';
|
@@ -28,6 +29,7 @@ export { Pagination } from './components/pagination/index.cjs';
|
|
28
29
|
export { PasswordInput, PasswordInputProps } from './components/password-input/index.cjs';
|
29
30
|
export { Persona, PersonaAvatar, PersonaAvatarProps, PersonaProps, Presence, PresenceConfig, defaultPresenceOptions } from './components/persona/index.cjs';
|
30
31
|
export { PinInput, PinInputProps } from './components/pin-input/index.cjs';
|
32
|
+
export { Popover } from './components/popover/index.cjs';
|
31
33
|
export { Radio, RadioGroup, RadioGroupProps, RadioProps } from './components/radio/index.cjs';
|
32
34
|
export { SearchInput, SearchInputProps } from './components/search-input/index.cjs';
|
33
35
|
export { Select } from './components/select/index.cjs';
|
@@ -43,8 +45,8 @@ export { Tag, TagProps } from './components/tag/index.cjs';
|
|
43
45
|
export { Toaster, ToasterProps, toast } from './components/toaster/index.cjs';
|
44
46
|
export { Tooltip, TooltipProps } from './components/tooltip/index.cjs';
|
45
47
|
import './types-DnFoUudY.cjs';
|
46
|
-
import '@ark-ui/react/dialog';
|
47
48
|
import '@ark-ui/react';
|
49
|
+
import '@ark-ui/react/dialog';
|
48
50
|
import '@saas-ui/core/grid-list';
|
49
51
|
import '@ark-ui/react/presence';
|
50
52
|
import '@saas-ui/core/navbar';
|
package/dist/index.d.ts
CHANGED
@@ -15,6 +15,7 @@ export { DataList, useDataListStyles } from '@chakra-ui/react/data-list';
|
|
15
15
|
export { Dialog } from './components/dialog/index.js';
|
16
16
|
export { Drawer } from './components/drawer/index.js';
|
17
17
|
export { EmptyState, EmptyStateProps } from './components/empty-state/index.js';
|
18
|
+
export { FileUpload } from './components/file-upload/index.js';
|
18
19
|
export { GridList } from './components/grid-list/index.js';
|
19
20
|
export { IconBadge, IconBadgeProps } from './components/icon-badge/index.js';
|
20
21
|
export { IconButton, IconButtonProps } from './components/icon-button/index.js';
|
@@ -28,6 +29,7 @@ export { Pagination } from './components/pagination/index.js';
|
|
28
29
|
export { PasswordInput, PasswordInputProps } from './components/password-input/index.js';
|
29
30
|
export { Persona, PersonaAvatar, PersonaAvatarProps, PersonaProps, Presence, PresenceConfig, defaultPresenceOptions } from './components/persona/index.js';
|
30
31
|
export { PinInput, PinInputProps } from './components/pin-input/index.js';
|
32
|
+
export { Popover } from './components/popover/index.js';
|
31
33
|
export { Radio, RadioGroup, RadioGroupProps, RadioProps } from './components/radio/index.js';
|
32
34
|
export { SearchInput, SearchInputProps } from './components/search-input/index.js';
|
33
35
|
export { Select } from './components/select/index.js';
|
@@ -43,8 +45,8 @@ export { Tag, TagProps } from './components/tag/index.js';
|
|
43
45
|
export { Toaster, ToasterProps, toast } from './components/toaster/index.js';
|
44
46
|
export { Tooltip, TooltipProps } from './components/tooltip/index.js';
|
45
47
|
import './types-DnFoUudY.js';
|
46
|
-
import '@ark-ui/react/dialog';
|
47
48
|
import '@ark-ui/react';
|
49
|
+
import '@ark-ui/react/dialog';
|
48
50
|
import '@saas-ui/core/grid-list';
|
49
51
|
import '@ark-ui/react/presence';
|
50
52
|
import '@saas-ui/core/navbar';
|