@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
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-alpha.21
4
+
5
+ ### Patch Changes
6
+
7
+ - 6f9f04d: Fixed issue where Sidebar mode could not be controlled
8
+ - Updated dependencies [6f9f04d]
9
+ - @saas-ui/core@3.0.0-alpha.7
10
+
3
11
  ## 3.0.0-alpha.20
4
12
 
5
13
  ### Minor Changes
@@ -32,7 +32,8 @@ var GridListItem = withContext(
32
32
  GridList.Item,
33
33
  "item",
34
34
  {
35
- forwardProps: ["role"]
35
+ forwardProps: ["role"],
36
+ forwardAsChild: false
36
37
  }
37
38
  );
38
39
  var GridListHeader = withContext(
@@ -54,7 +54,8 @@ var GridListItem = withContext(
54
54
  import_grid_list.GridList.Item,
55
55
  "item",
56
56
  {
57
- forwardProps: ["role"]
57
+ forwardProps: ["role"],
58
+ forwardAsChild: false
58
59
  }
59
60
  );
60
61
  var GridListHeader = withContext(
@@ -1,7 +1,7 @@
1
1
  'use client'
2
2
  import {
3
3
  grid_list_exports
4
- } from "../../chunk-D2Q7IR5F.js";
4
+ } from "../../chunk-MZ75UMS3.js";
5
5
  import "../../chunk-RTMS5TJN.js";
6
6
  export {
7
7
  grid_list_exports as GridList
package/dist/index.cjs CHANGED
@@ -9579,7 +9579,8 @@ var GridListItem = withContext3(
9579
9579
  import_grid_list.GridList.Item,
9580
9580
  "item",
9581
9581
  {
9582
- forwardProps: ["role"]
9582
+ forwardProps: ["role"],
9583
+ forwardAsChild: false
9583
9584
  }
9584
9585
  );
9585
9586
  var GridListHeader = withContext3(
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
- Switch
40
- } from "./chunk-SA3OGTOO.js";
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-D2Q7IR5F.js";
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.20",
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.6",
73
+ "@saas-ui/core": "3.0.0-alpha.7",
74
74
  "@saas-ui/hooks": "3.0.0-alpha.4"
75
75
  },
76
76
  "peerDependencies": {