hamzus-ui 0.0.249 → 0.0.250

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.249",
3
+ "version": "0.0.250",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -119,7 +119,7 @@
119
119
  onMount(() => {
120
120
  isMounted = false;
121
121
 
122
- let newValue = formatInput(value);
122
+ let newValue = formatInput(value ?? "");
123
123
 
124
124
  // si la valeur formater est pas egal alors on update
125
125
  if (newValue !== value) {