@comercti/react-components-hmg 0.10.7 → 0.10.8

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/index.d.ts CHANGED
@@ -779,7 +779,7 @@ declare type __VLS_Props_8 = {
779
779
  };
780
780
 
781
781
  declare type __VLS_Props_9 = {
782
- modelValue?: Date | string | null;
782
+ modelValue?: Date | string | null | number;
783
783
  start?: Date | string | null;
784
784
  end?: Date | string | null;
785
785
  /** Habilita range */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",