@saas-ui/react 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.2.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 3b12ef4e: Removed client directive from index, fixes app directory compatibility
|
8
|
+
- 2fec29d4: Added formRef prop to FormDialog to access the internal form state
|
9
|
+
- Updated dependencies [2fec29d4]
|
10
|
+
- @saas-ui/modals@2.1.2
|
11
|
+
- @saas-ui/data-table@4.0.2
|
12
|
+
|
3
13
|
## 2.2.1
|
4
14
|
|
5
15
|
### Patch Changes
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.2",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -61,11 +61,11 @@
|
|
61
61
|
"@chakra-ui/system": "^2.6.1",
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
63
63
|
"@saas-ui/core": "2.1.0",
|
64
|
-
"@saas-ui/data-table": "4.0.
|
64
|
+
"@saas-ui/data-table": "4.0.2",
|
65
65
|
"@saas-ui/forms": "2.1.1",
|
66
66
|
"@saas-ui/hooks": "2.0.0",
|
67
67
|
"@saas-ui/hotkeys": "2.1.2",
|
68
|
-
"@saas-ui/modals": "2.1.
|
68
|
+
"@saas-ui/modals": "2.1.2",
|
69
69
|
"@saas-ui/nprogress": "2.0.0",
|
70
70
|
"@saas-ui/theme": "2.1.0"
|
71
71
|
},
|