@comercti/react-components-hmg 0.2.1 → 0.2.2
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 +3 -3
- package/comerc-style-guide.es.js +585 -581
- package/comerc-style-guide.umd.js +3 -3
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -589,6 +589,8 @@ declare type __VLS_Props_27 = {
|
|
|
589
589
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
590
590
|
/** Define se o loading deve ser exibido ou não */
|
|
591
591
|
showLoading?: boolean;
|
|
592
|
+
/** Define a cor do background */
|
|
593
|
+
background?: 'smoky' | 'transparent';
|
|
592
594
|
};
|
|
593
595
|
|
|
594
596
|
declare type __VLS_Props_28 = {
|
|
@@ -1742,6 +1744,7 @@ declare const _default_35: __VLS_WithTemplateSlots_20<typeof __VLS_component_20,
|
|
|
1742
1744
|
|
|
1743
1745
|
declare const _default_36: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
1744
1746
|
type: "spinner" | "semi-circle" | "dots";
|
|
1747
|
+
background: "smoky" | "transparent";
|
|
1745
1748
|
showLoading: boolean;
|
|
1746
1749
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1747
1750
|
|