hamzus-ui 0.0.62 → 0.0.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -34,7 +34,9 @@
34
34
 
35
35
  // local var
36
36
 
37
- $: value = formatInput(value);
37
+ $: {
38
+ value = formatInput(value)
39
+ };
38
40
 
39
41
  // fnctions
40
42
  function formatInput(inputValue) {