@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/comerc-style-guide.cjs.js +2 -2
- package/comerc-style-guide.es.js +137 -135
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +2 -2
- package/package.json +1 -1
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
|
|
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,
|
|
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
|
|