@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/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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",