@comercti/react-components-hmg 0.23.21 → 0.23.23

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
@@ -452,7 +452,7 @@ declare type __VLS_Props_13 = {
452
452
  /** ID única do input */
453
453
  id?: string;
454
454
  /** Valor do input para two-way binding (v-model) */
455
- modelValue: string;
455
+ modelValue?: string;
456
456
  /** Define a quantidade de dígitos do código */
457
457
  length: number;
458
458
  /** Define se o input deve ser desabilitado */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.21",
3
+ "version": "0.23.23",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",