@comercti/react-components-hmg 0.22.11 → 0.22.12

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
@@ -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
- background: "smoky" | "transparent";
2007
+ blur: boolean;
2008
+ background: "smoky" | "transparent" | "black";
2006
2009
  showLoading: boolean;
2007
2010
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2008
2011
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.22.11",
3
+ "version": "0.22.12",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",