@comercti/react-components-hmg 0.10.19 → 0.10.21

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
@@ -1036,10 +1036,10 @@ declare function __VLS_template_21(): {
1036
1036
  attrs: Partial<{}>;
1037
1037
  slots: Readonly<{
1038
1038
  /** Permite passar qualquer elemento como ativador do tooltip */
1039
- activator: () => VNode[];
1039
+ default: () => VNode[];
1040
1040
  }> & {
1041
1041
  /** Permite passar qualquer elemento como ativador do tooltip */
1042
- activator: () => VNode[];
1042
+ default: () => VNode[];
1043
1043
  };
1044
1044
  refs: {};
1045
1045
  rootEl: HTMLDivElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.10.19",
3
+ "version": "0.10.21",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",