@saas-ui/react 3.0.0-alpha.11 → 3.0.0-alpha.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +18 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import {
|
2
|
-
|
3
|
-
|
2
|
+
Toaster,
|
3
|
+
toast
|
4
|
+
} from "./chunk-HELHPHIQ.js";
|
4
5
|
import {
|
5
6
|
colors
|
6
7
|
} from "./chunk-3MO37LYW.js";
|
@@ -13,12 +14,6 @@ import {
|
|
13
14
|
import {
|
14
15
|
namespace_exports as namespace_exports3
|
15
16
|
} from "./chunk-S3CQW7GD.js";
|
16
|
-
import {
|
17
|
-
sidebar_exports,
|
18
|
-
useSidebar,
|
19
|
-
useSidebarItemStyles,
|
20
|
-
useSidebarStyles
|
21
|
-
} from "./chunk-GGAKUS66.js";
|
22
17
|
import {
|
23
18
|
steps_exports
|
24
19
|
} from "./chunk-6LOMIKR5.js";
|
@@ -26,9 +21,14 @@ import {
|
|
26
21
|
Switch
|
27
22
|
} from "./chunk-SA3OGTOO.js";
|
28
23
|
import {
|
29
|
-
|
30
|
-
|
31
|
-
|
24
|
+
sidebar_exports,
|
25
|
+
useSidebar,
|
26
|
+
useSidebarItemStyles,
|
27
|
+
useSidebarStyles
|
28
|
+
} from "./chunk-GGAKUS66.js";
|
29
|
+
import {
|
30
|
+
Tooltip
|
31
|
+
} from "./chunk-QSNSWCTM.js";
|
32
32
|
import {
|
33
33
|
loading_overlay_exports,
|
34
34
|
useLoadingOverlayStyles
|
@@ -36,26 +36,26 @@ import {
|
|
36
36
|
import {
|
37
37
|
Spinner
|
38
38
|
} from "./chunk-32JGENDB.js";
|
39
|
-
import {
|
40
|
-
menu_exports
|
41
|
-
} from "./chunk-JGHXJ3PI.js";
|
42
39
|
import {
|
43
40
|
navbar_exports
|
44
41
|
} from "./chunk-Q6SNJJO2.js";
|
42
|
+
import {
|
43
|
+
menu_exports
|
44
|
+
} from "./chunk-JGHXJ3PI.js";
|
45
45
|
import {
|
46
46
|
NumberInput
|
47
47
|
} from "./chunk-ULAJ3JEO.js";
|
48
48
|
import {
|
49
49
|
PasswordInput
|
50
50
|
} from "./chunk-CD2JUFI2.js";
|
51
|
-
import {
|
52
|
-
PinInput
|
53
|
-
} from "./chunk-2EUACKRH.js";
|
54
51
|
import {
|
55
52
|
Persona,
|
56
53
|
PersonaAvatar,
|
57
54
|
defaultPresenceOptions
|
58
55
|
} from "./chunk-M7FOBCOV.js";
|
56
|
+
import {
|
57
|
+
PinInput
|
58
|
+
} from "./chunk-2EUACKRH.js";
|
59
59
|
import {
|
60
60
|
Radio,
|
61
61
|
RadioGroup
|
@@ -2721,7 +2721,7 @@ var sidebarNavItemSlotRecipe = defineSlotRecipe6({
|
|
2721
2721
|
endElement: {
|
2722
2722
|
display: "flex",
|
2723
2723
|
gap: "1px",
|
2724
|
-
|
2724
|
+
ms: "auto"
|
2725
2725
|
}
|
2726
2726
|
},
|
2727
2727
|
variants: {
|