@saas-ui/forms 0.1.1 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - @saas-ui/button@0.1.6
8
+ - @saas-ui/input-right-button@0.1.6
9
+ - @saas-ui/password-input@0.1.6
10
+
11
+ ## 0.1.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @saas-ui/select@0.1.4
17
+ - @saas-ui/button@0.1.5
18
+ - @saas-ui/input-right-button@0.1.5
19
+ - @saas-ui/password-input@0.1.5
20
+
21
+ ## 0.1.4
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @saas-ui/button@0.1.4
27
+ - @saas-ui/input-right-button@0.1.4
28
+ - @saas-ui/password-input@0.1.4
29
+
30
+ ## 0.1.3
31
+
32
+ ### Patch Changes
33
+
34
+ - Improved exports configuration
35
+ - Updated dependencies
36
+ - @saas-ui/button@0.1.3
37
+ - @saas-ui/input-right-button@0.1.3
38
+ - @saas-ui/number-input@0.1.3
39
+ - @saas-ui/password-input@0.1.3
40
+ - @saas-ui/pin-input@0.1.3
41
+ - @saas-ui/radio@0.1.3
42
+ - @saas-ui/select@0.1.3
43
+
44
+ ## 0.1.2
45
+
46
+ ### Patch Changes
47
+
48
+ - Republish with correct deps
49
+ - Updated dependencies
50
+ - @saas-ui/button@0.1.2
51
+ - @saas-ui/input-right-button@0.1.2
52
+ - @saas-ui/number-input@0.1.2
53
+ - @saas-ui/password-input@0.1.2
54
+ - @saas-ui/pin-input@0.1.2
55
+ - @saas-ui/radio@0.1.2
56
+ - @saas-ui/select@0.1.2
57
+
3
58
  ## 0.1.1
4
59
 
5
60
  ### Patch Changes
package/dist/Field.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/fields.d.ts CHANGED
File without changes
File without changes
package/dist/form.d.ts CHANGED
File without changes
File without changes
package/dist/index.d.ts CHANGED
File without changes
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
File without changes
package/dist/layout.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/utils.d.ts CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "0.1.1",
3
+ "version": "0.1.6",
4
4
  "description": "Theme and components agnostic SaasProvider",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
7
- "require": "./dist/index.js",
8
- "development": "./src/index.ts",
9
- "default": "./dist/index.modern.js"
7
+ ".": {
8
+ "require": "./dist/index.js",
9
+ "default": "./dist/index.modern.js"
10
+ },
11
+ "./src": {
12
+ "default": "./src/index.ts"
13
+ }
10
14
  },
11
15
  "main": "./dist/index.js",
12
16
  "module": "./dist/index.modern.js",
@@ -55,13 +59,13 @@
55
59
  },
56
60
  "dependencies": {
57
61
  "@hookform/resolvers": "^2.8.3",
58
- "@saas-ui/button": "workspace:*",
59
- "@saas-ui/input-right-button": "workspace:*",
60
- "@saas-ui/number-input": "workspace:*",
61
- "@saas-ui/password-input": "workspace:*",
62
- "@saas-ui/pin-input": "workspace:*",
63
- "@saas-ui/radio": "workspace:*",
64
- "@saas-ui/select": "workspace:*",
62
+ "@saas-ui/button": "0.1.6",
63
+ "@saas-ui/input-right-button": "0.1.6",
64
+ "@saas-ui/number-input": "0.1.3",
65
+ "@saas-ui/password-input": "0.1.6",
66
+ "@saas-ui/pin-input": "0.1.3",
67
+ "@saas-ui/radio": "0.1.3",
68
+ "@saas-ui/select": "0.1.4",
65
69
  "react-hook-form": "^7.22.0"
66
70
  },
67
71
  "peerDependencies": {
@@ -72,4 +76,4 @@
72
76
  "optionalDependencies": {
73
77
  "yup": "^0.32.11"
74
78
  }
75
- }
79
+ }