@comercti/react-components-hmg 0.8.10 → 0.8.11
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 +250 -243
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -114,6 +114,7 @@ backgroundColor: string;
|
|
|
114
114
|
titleColor: string;
|
|
115
115
|
disabledSubmit: boolean;
|
|
116
116
|
disabledClear: boolean;
|
|
117
|
+
showClearButton: boolean;
|
|
117
118
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
118
119
|
menuRef: HTMLDivElement;
|
|
119
120
|
}, HTMLDivElement>;
|
|
@@ -563,6 +564,8 @@ declare type __VLS_Props_22 = {
|
|
|
563
564
|
disabledSubmit?: boolean;
|
|
564
565
|
/**Desabilita o botão de limpar */
|
|
565
566
|
disabledClear?: boolean;
|
|
567
|
+
/** Define se o botão de limpar será exibido */
|
|
568
|
+
showClearButton?: boolean;
|
|
566
569
|
};
|
|
567
570
|
|
|
568
571
|
declare type __VLS_Props_23 = {
|