@saas-ui/react 3.0.0-alpha.20 → 3.0.0-alpha.21
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/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
@@ -4,6 +4,9 @@ import {
|
|
4
4
|
useSidebarItemStyles,
|
5
5
|
useSidebarStyles
|
6
6
|
} from "./chunk-U23VDAWJ.js";
|
7
|
+
import {
|
8
|
+
Switch
|
9
|
+
} from "./chunk-SA3OGTOO.js";
|
7
10
|
import {
|
8
11
|
Toaster,
|
9
12
|
toast
|
@@ -17,18 +20,10 @@ import {
|
|
17
20
|
import {
|
18
21
|
PinInput
|
19
22
|
} from "./chunk-2EUACKRH.js";
|
20
|
-
import {
|
21
|
-
Persona,
|
22
|
-
PersonaAvatar,
|
23
|
-
defaultPresenceOptions
|
24
|
-
} from "./chunk-4VH4IGVF.js";
|
25
23
|
import {
|
26
24
|
Radio,
|
27
25
|
RadioGroup
|
28
26
|
} from "./chunk-WYLMBMAH.js";
|
29
|
-
import {
|
30
|
-
namespace_exports as namespace_exports3
|
31
|
-
} from "./chunk-BU7QENBQ.js";
|
32
27
|
import {
|
33
28
|
SegmentedControl
|
34
29
|
} from "./chunk-SKXSBAOS.js";
|
@@ -36,8 +31,11 @@ import {
|
|
36
31
|
SearchInput
|
37
32
|
} from "./chunk-46ISJZBS.js";
|
38
33
|
import {
|
39
|
-
|
40
|
-
} from "./chunk-
|
34
|
+
namespace_exports as namespace_exports3
|
35
|
+
} from "./chunk-BU7QENBQ.js";
|
36
|
+
import {
|
37
|
+
NumberInput
|
38
|
+
} from "./chunk-S5J6REMC.js";
|
41
39
|
import {
|
42
40
|
steps_exports
|
43
41
|
} from "./chunk-VZG7EJ64.js";
|
@@ -54,18 +52,6 @@ import {
|
|
54
52
|
import {
|
55
53
|
menu_exports
|
56
54
|
} from "./chunk-C7B3ELC4.js";
|
57
|
-
import {
|
58
|
-
PasswordInput
|
59
|
-
} from "./chunk-CD2JUFI2.js";
|
60
|
-
import {
|
61
|
-
pagination_exports
|
62
|
-
} from "./chunk-MLJN6IOJ.js";
|
63
|
-
import {
|
64
|
-
NumberInput
|
65
|
-
} from "./chunk-S5J6REMC.js";
|
66
|
-
import {
|
67
|
-
InputGroup
|
68
|
-
} from "./chunk-PKI6YH2V.js";
|
69
55
|
import {
|
70
56
|
navbar_exports
|
71
57
|
} from "./chunk-Q6SNJJO2.js";
|
@@ -75,6 +61,20 @@ import {
|
|
75
61
|
useLink,
|
76
62
|
useSui
|
77
63
|
} from "./chunk-O2WVT2BP.js";
|
64
|
+
import {
|
65
|
+
pagination_exports
|
66
|
+
} from "./chunk-MLJN6IOJ.js";
|
67
|
+
import {
|
68
|
+
PasswordInput
|
69
|
+
} from "./chunk-CD2JUFI2.js";
|
70
|
+
import {
|
71
|
+
InputGroup
|
72
|
+
} from "./chunk-PKI6YH2V.js";
|
73
|
+
import {
|
74
|
+
Persona,
|
75
|
+
PersonaAvatar,
|
76
|
+
defaultPresenceOptions
|
77
|
+
} from "./chunk-4VH4IGVF.js";
|
78
78
|
import {
|
79
79
|
Command
|
80
80
|
} from "./chunk-UASXI64E.js";
|
@@ -89,7 +89,7 @@ import {
|
|
89
89
|
} from "./chunk-FJFNGSPL.js";
|
90
90
|
import {
|
91
91
|
grid_list_exports
|
92
|
-
} from "./chunk-
|
92
|
+
} from "./chunk-MZ75UMS3.js";
|
93
93
|
import {
|
94
94
|
IconBadge
|
95
95
|
} from "./chunk-I2RXEKTB.js";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "3.0.0-alpha.
|
3
|
+
"version": "3.0.0-alpha.21",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -70,7 +70,7 @@
|
|
70
70
|
},
|
71
71
|
"dependencies": {
|
72
72
|
"@ark-ui/react": "^4.4.4",
|
73
|
-
"@saas-ui/core": "3.0.0-alpha.
|
73
|
+
"@saas-ui/core": "3.0.0-alpha.7",
|
74
74
|
"@saas-ui/hooks": "3.0.0-alpha.4"
|
75
75
|
},
|
76
76
|
"peerDependencies": {
|