@comercti/react-components-hmg 0.3.3 → 0.3.4

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
@@ -1941,7 +1941,7 @@ declare interface ITabsProps {
1941
1941
  declare interface ItemsSelection {
1942
1942
  text: string;
1943
1943
  value: string;
1944
- visivel: boolean;
1944
+ visible: boolean;
1945
1945
  subtext?: string;
1946
1946
  icon?: string;
1947
1947
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",