@dragonmastery/zinia-forms-core 0.5.5 → 0.5.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/dist/tailwind.css CHANGED
@@ -7,8 +7,8 @@
7
7
  * Usage in your app.css:
8
8
  * @import '@dragonmastery/zinia-forms-core/tailwind.css';
9
9
  *
10
- * Note: This @source directive scans the compiled JavaScript bundle in dist/.
11
- * For development with source files, you may need to add an additional @source
12
- * directive pointing to the package's source files if available.
10
+ * Scans both compiled JS (production/dist) and source TS/TSX (development/src).
13
11
  */
14
12
  @source "./**/*.js";
13
+ @source "./**/*.ts";
14
+ @source "./**/*.tsx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dragonmastery/zinia-forms-core",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "A modern, type-safe form system for Vue 3 with Zod validation and automatic component generation",
5
5
  "keywords": [
6
6
  "vue",