@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 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
@@ -1,4 +1,3 @@
1
- 'use client'
2
1
  "use strict";
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- 'use client'
2
1
 
3
2
  // src/index.ts
4
3
  export * from "@saas-ui/core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.2.1",
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.1",
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.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
  },