vue3-float-label 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -58,6 +58,7 @@ Example:
58
58
  </float-label>
59
59
  ```
60
60
  <hr>
61
+
61
62
  #### `on-focus`
62
63
 
63
64
  **Boolean** - Optional behavior that triggers the float when the field is in focus instead of when content is typed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue3-float-label",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A Vue 3 component for float labels.",
5
5
  "type": "module",
6
6
  "author": "Justin Moreland",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@vitejs/plugin-vue": "^5.2.1",
39
- "vite": "^6.2.3",
39
+ "vite": "^6.2.4",
40
40
  "esbuild": "^0.25.0"
41
41
  },
42
42
  "peerDependencies": {