@saas-ui/react 3.0.0-alpha.29 → 3.0.0-alpha.30

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
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-alpha.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f49a18]
8
+ - @saas-ui/hooks@3.0.0-alpha.5
9
+ - @saas-ui/core@3.0.0-alpha.8
10
+
3
11
  ## 3.0.0-alpha.29
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -17,15 +17,15 @@ import {
17
17
  import {
18
18
  namespace_exports
19
19
  } from "./chunk-3JZ42NYM.js";
20
+ import {
21
+ Status
22
+ } from "./chunk-YKSY7UOM.js";
20
23
  import {
21
24
  sidebar_exports,
22
25
  useSidebar,
23
26
  useSidebarItemStyles,
24
27
  useSidebarStyles
25
28
  } from "./chunk-U23VDAWJ.js";
26
- import {
27
- Status
28
- } from "./chunk-YKSY7UOM.js";
29
29
  import {
30
30
  steps_exports
31
31
  } from "./chunk-VZG7EJ64.js";
@@ -38,11 +38,14 @@ import {
38
38
  useTabsStyles
39
39
  } from "./chunk-IVLUAUU5.js";
40
40
  import {
41
- NumberInput
42
- } from "./chunk-S5J6REMC.js";
41
+ navbar_exports
42
+ } from "./chunk-Q6SNJJO2.js";
43
43
  import {
44
44
  pagination_exports
45
45
  } from "./chunk-MLJN6IOJ.js";
46
+ import {
47
+ PinInput
48
+ } from "./chunk-2EUACKRH.js";
46
49
  import {
47
50
  PasswordInput
48
51
  } from "./chunk-K2SPPLAY.js";
@@ -51,12 +54,6 @@ import {
51
54
  PersonaAvatar,
52
55
  defaultPresenceOptions
53
56
  } from "./chunk-GWC5GCMW.js";
54
- import {
55
- PinInput
56
- } from "./chunk-2EUACKRH.js";
57
- import {
58
- popover_exports
59
- } from "./chunk-KE5AC3TZ.js";
60
57
  import {
61
58
  Radio,
62
59
  RadioGroup
@@ -64,18 +61,28 @@ import {
64
61
  import {
65
62
  SearchInput
66
63
  } from "./chunk-46ISJZBS.js";
64
+ import {
65
+ popover_exports
66
+ } from "./chunk-KE5AC3TZ.js";
67
67
  import {
68
68
  IconBadge
69
69
  } from "./chunk-I2RXEKTB.js";
70
70
  import {
71
71
  IconButton
72
72
  } from "./chunk-MS2ELLDY.js";
73
- import {
74
- InputGroup
75
- } from "./chunk-PKI6YH2V.js";
76
73
  import {
77
74
  Link
78
75
  } from "./chunk-TZBAM4AD.js";
76
+ import {
77
+ SuiContext,
78
+ SuiProvider,
79
+ useLink,
80
+ useSui
81
+ } from "./chunk-O2WVT2BP.js";
82
+ import {
83
+ menu_exports
84
+ } from "./chunk-KFXNVUEZ.js";
85
+ import "./chunk-KTLWEUNW.js";
79
86
  import {
80
87
  loading_overlay_exports,
81
88
  useLoadingOverlayStyles
@@ -84,18 +91,11 @@ import {
84
91
  Spinner
85
92
  } from "./chunk-32JGENDB.js";
86
93
  import {
87
- menu_exports
88
- } from "./chunk-KFXNVUEZ.js";
89
- import "./chunk-KTLWEUNW.js";
90
- import {
91
- navbar_exports
92
- } from "./chunk-Q6SNJJO2.js";
94
+ NumberInput
95
+ } from "./chunk-S5J6REMC.js";
93
96
  import {
94
- SuiContext,
95
- SuiProvider,
96
- useLink,
97
- useSui
98
- } from "./chunk-O2WVT2BP.js";
97
+ InputGroup
98
+ } from "./chunk-PKI6YH2V.js";
99
99
  import {
100
100
  Command
101
101
  } from "./chunk-UASXI64E.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-alpha.29",
3
+ "version": "3.0.0-alpha.30",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -70,8 +70,8 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "@ark-ui/react": "^4.8.1",
73
- "@saas-ui/core": "3.0.0-alpha.7",
74
- "@saas-ui/hooks": "3.0.0-alpha.4"
73
+ "@saas-ui/core": "3.0.0-alpha.8",
74
+ "@saas-ui/hooks": "3.0.0-alpha.5"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@chakra-ui/react": "^3.2.3",