@tachui/forms 0.8.24 → 0.8.25

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.
@@ -183,7 +183,7 @@ function U(e, t) {
183
183
  t
184
184
  );
185
185
  }
186
- const j = "0.8.24", G = j, B = {
186
+ const j = "0.8.25", G = j, B = {
187
187
  name: "@tachui/forms",
188
188
  version: G,
189
189
  author: "TachUI Team",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachui/forms",
3
- "version": "0.8.24",
3
+ "version": "0.8.25",
4
4
  "description": "Unified form components and validation system for tachUI",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "peerDependencies": {
46
- "@tachui/core": ">=0.8.24"
46
+ "@tachui/core": ">=0.8.25"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^20.10.0",
@@ -67,10 +67,10 @@
67
67
  "directory": "packages/forms"
68
68
  },
69
69
  "dependencies": {
70
- "@tachui/core": "0.8.24",
71
- "@tachui/modifiers": "0.8.24",
72
- "@tachui/primitives": "0.8.24",
73
- "@tachui/registry": "0.8.24"
70
+ "@tachui/core": "0.8.25",
71
+ "@tachui/modifiers": "0.8.25",
72
+ "@tachui/primitives": "0.8.25",
73
+ "@tachui/registry": "0.8.25"
74
74
  },
75
75
  "scripts": {
76
76
  "dev": "vite build --watch --mode development",