@comercti/react-components-hmg 0.10.13 → 0.10.16

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
@@ -401,7 +401,7 @@ declare type __VLS_Props_13 = {
401
401
  /** Define o contorno do toggle */
402
402
  contoured?: boolean;
403
403
  /** Idenficador do toggle */
404
- id: string;
404
+ id?: string;
405
405
  /** Informa que está invalido */
406
406
  invalid?: boolean;
407
407
  /** Label do toggle */
@@ -1769,7 +1769,7 @@ onChange?: (value: boolean | CustomEvent<any>) => any;
1769
1769
  invalid: boolean;
1770
1770
  disabled: boolean;
1771
1771
  contoured: boolean;
1772
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1772
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1773
1773
 
1774
1774
  declare const _default_21: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1775
1775
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.10.13",
3
+ "version": "0.10.16",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",