@saas-ui/react 0.11.3 → 0.11.6
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 +30 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 0.11.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 70340f0: useModal now has the correct types
|
|
8
|
+
- 9245460: Make sure Field ref is focusable
|
|
9
|
+
- 6c78c30: FormDialog type is now generic and accepts FieldValues / form context ref
|
|
10
|
+
- Updated dependencies [70340f0]
|
|
11
|
+
- Updated dependencies [9245460]
|
|
12
|
+
- Updated dependencies [6c78c30]
|
|
13
|
+
- @saas-ui/modals@0.3.4
|
|
14
|
+
- @saas-ui/forms@0.5.3
|
|
15
|
+
- @saas-ui/auth@0.6.5
|
|
16
|
+
|
|
17
|
+
## 0.11.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @saas-ui/stepper@0.1.2
|
|
23
|
+
|
|
24
|
+
## 0.11.4
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 8b731d8: usePromise errors are now re-thrown
|
|
29
|
+
- Updated dependencies [8b731d8]
|
|
30
|
+
- @saas-ui/hooks@0.3.1
|
|
31
|
+
- @saas-ui/auth@0.6.4
|
|
32
|
+
|
|
3
33
|
## 0.11.3
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
"url": "https://storybook.saas-ui.dev"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@saas-ui/auth": "0.6.
|
|
58
|
+
"@saas-ui/auth": "0.6.5",
|
|
59
59
|
"@saas-ui/banner": "0.0.1",
|
|
60
60
|
"@saas-ui/button": "0.3.0",
|
|
61
61
|
"@saas-ui/card": "0.3.0",
|
|
62
62
|
"@saas-ui/collapse": "0.3.0",
|
|
63
63
|
"@saas-ui/data-table": "0.2.4",
|
|
64
|
-
"@saas-ui/forms": "0.5.
|
|
65
|
-
"@saas-ui/hooks": "0.3.
|
|
64
|
+
"@saas-ui/forms": "0.5.3",
|
|
65
|
+
"@saas-ui/hooks": "0.3.1",
|
|
66
66
|
"@saas-ui/hotkeys": "0.4.0",
|
|
67
67
|
"@saas-ui/input-right-button": "0.3.0",
|
|
68
68
|
"@saas-ui/layout": "0.2.4",
|
|
69
69
|
"@saas-ui/list": "0.4.0",
|
|
70
70
|
"@saas-ui/menu": "0.4.4",
|
|
71
|
-
"@saas-ui/modals": "0.3.
|
|
71
|
+
"@saas-ui/modals": "0.3.4",
|
|
72
72
|
"@saas-ui/nprogress": "0.3.0",
|
|
73
73
|
"@saas-ui/number-input": "0.3.0",
|
|
74
74
|
"@saas-ui/palette": "0.5.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@saas-ui/search-input": "0.4.0",
|
|
82
82
|
"@saas-ui/select": "0.3.0",
|
|
83
83
|
"@saas-ui/snackbar": "0.3.0",
|
|
84
|
-
"@saas-ui/stepper": "0.1.
|
|
84
|
+
"@saas-ui/stepper": "0.1.2",
|
|
85
85
|
"@saas-ui/system": "0.4.0",
|
|
86
86
|
"@saas-ui/theme": "0.6.0"
|
|
87
87
|
},
|