@comercti/react-components-hmg 0.22.11 → 0.22.13
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 +12 -7
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +5 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -686,7 +686,9 @@ declare type __VLS_Props_27 = {
|
|
|
686
686
|
/** Define se o loading deve ser exibido ou não */
|
|
687
687
|
showLoading?: boolean;
|
|
688
688
|
/** Define a cor do background */
|
|
689
|
-
background?: 'smoky' | 'transparent';
|
|
689
|
+
background?: 'smoky' | 'transparent' | 'black';
|
|
690
|
+
/** Aplica um efeito de blur no background */
|
|
691
|
+
blur?: boolean;
|
|
690
692
|
};
|
|
691
693
|
|
|
692
694
|
declare type __VLS_Props_28 = {
|
|
@@ -2002,7 +2004,8 @@ declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22,
|
|
|
2002
2004
|
|
|
2003
2005
|
declare const _default_39: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
2004
2006
|
type: "spinner" | "semi-circle" | "dots";
|
|
2005
|
-
|
|
2007
|
+
blur: boolean;
|
|
2008
|
+
background: "smoky" | "transparent" | "black";
|
|
2006
2009
|
showLoading: boolean;
|
|
2007
2010
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2008
2011
|
|