@comercti/react-components-hmg 0.8.1 → 0.8.3

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
@@ -339,7 +339,7 @@ declare type __VLS_Props_10 = {
339
339
 
340
340
  declare type __VLS_Props_11 = {
341
341
  /** Valor do input para two-way binding (v-model) */
342
- modelValue?: string | number;
342
+ modelValue?: string | number | null;
343
343
  /** Tipo do input (text, password, email, etc) */
344
344
  type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url' | 'search' | 'date';
345
345
  /** ID única do input */
@@ -368,7 +368,7 @@ declare type __VLS_Props_11 = {
368
368
 
369
369
  declare type __VLS_Props_12 = {
370
370
  /** Valor do radio para two-way binding (v-model) */
371
- modelValue?: ModelValueType_2;
371
+ modelValue?: ModelValueType_2 | null;
372
372
  /** ID única do radio */
373
373
  id?: string;
374
374
  /** Estrutura para adicionar o radio */
@@ -731,7 +731,7 @@ declare type __VLS_Props_6 = {
731
731
 
732
732
  declare type __VLS_Props_7 = {
733
733
  /** Valor do checkbox para two-way binding (v-model) */
734
- modelValue?: ModelValueType;
734
+ modelValue?: ModelValueType | null;
735
735
  /** ID única do checkbox */
736
736
  id?: string;
737
737
  /** Valor a ser definido quando checkbox estiver marcado */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",