@saas-ui/react 3.0.0-alpha.8 → 3.0.0-alpha.9

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/index.js CHANGED
@@ -19,12 +19,12 @@ import {
19
19
  useSidebarItemStyles,
20
20
  useSidebarStyles
21
21
  } from "./chunk-DPMEXCSG.js";
22
- import {
23
- steps_exports
24
- } from "./chunk-6LOMIKR5.js";
25
22
  import {
26
23
  Switch
27
24
  } from "./chunk-SA3OGTOO.js";
25
+ import {
26
+ steps_exports
27
+ } from "./chunk-6LOMIKR5.js";
28
28
  import {
29
29
  Toaster,
30
30
  toast
@@ -39,15 +39,15 @@ import {
39
39
  import {
40
40
  menu_exports
41
41
  } from "./chunk-JGHXJ3PI.js";
42
- import {
43
- navbar_exports
44
- } from "./chunk-3Z2C27LI.js";
45
42
  import {
46
43
  NumberInput
47
44
  } from "./chunk-ULAJ3JEO.js";
48
45
  import {
49
46
  PasswordInput
50
47
  } from "./chunk-CD2JUFI2.js";
48
+ import {
49
+ navbar_exports
50
+ } from "./chunk-Q6SNJJO2.js";
51
51
  import {
52
52
  Persona,
53
53
  PersonaAvatar,
@@ -60,42 +60,44 @@ import {
60
60
  Radio,
61
61
  RadioGroup
62
62
  } from "./chunk-WYLMBMAH.js";
63
- import {
64
- namespace_exports
65
- } from "./chunk-CB52LBJK.js";
66
63
  import {
67
64
  namespace_exports as namespace_exports2
68
65
  } from "./chunk-H6TFEHY4.js";
66
+ import {
67
+ namespace_exports
68
+ } from "./chunk-CB52LBJK.js";
69
69
  import {
70
70
  EmptyState
71
71
  } from "./chunk-FJFNGSPL.js";
72
- import {
73
- grid_list_exports
74
- } from "./chunk-NSD5HRIP.js";
75
72
  import {
76
73
  IconBadge
77
74
  } from "./chunk-I2RXEKTB.js";
75
+ import {
76
+ grid_list_exports
77
+ } from "./chunk-NSD5HRIP.js";
78
78
  import "./chunk-KTLWEUNW.js";
79
79
  import {
80
80
  InputGroup
81
81
  } from "./chunk-PKI6YH2V.js";
82
82
  import {
83
- Link,
83
+ Link
84
+ } from "./chunk-TZBAM4AD.js";
85
+ import {
84
86
  SuiContext,
85
87
  SuiProvider,
86
88
  useLink,
87
89
  useSui
88
- } from "./chunk-BFA5FCA2.js";
90
+ } from "./chunk-O2WVT2BP.js";
89
91
  import {
90
92
  AppShell
91
93
  } from "./chunk-6ZNR6N2K.js";
92
- import {
93
- breadcrumb_exports
94
- } from "./chunk-TT4C5VXB.js";
95
94
  import {
96
95
  Avatar,
97
96
  AvatarGroup
98
97
  } from "./chunk-UCQ3LZIE.js";
98
+ import {
99
+ breadcrumb_exports
100
+ } from "./chunk-TT4C5VXB.js";
99
101
  import {
100
102
  Button
101
103
  } from "./chunk-BCNPBZZK.js";
@@ -2444,7 +2446,7 @@ var navbarSlotRecipe = defineSlotRecipe4({
2444
2446
  whiteSpace: "nowrap",
2445
2447
  boxSizing: "border-box"
2446
2448
  },
2447
- item: {
2449
+ link: {
2448
2450
  bg: "transparent",
2449
2451
  color: "currentColor",
2450
2452
  display: "inline-flex",
@@ -2500,7 +2502,7 @@ var navbarSlotRecipe = defineSlotRecipe4({
2500
2502
  },
2501
2503
  gap: 4
2502
2504
  },
2503
- item: {
2505
+ link: {
2504
2506
  px: 3,
2505
2507
  h: 8
2506
2508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-alpha.8",
3
+ "version": "3.0.0-alpha.9",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {