@comercti/react-components-hmg 0.3.3 → 0.3.5

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
@@ -239,7 +239,7 @@ onRedirect?: (item: ItensMenu_2) => any;
239
239
  }>, {
240
240
  type: "menu" | "selection";
241
241
  variant: "outlined" | "text";
242
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
242
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
243
243
 
244
244
  declare const __VLS_component_7: DefineComponent<__VLS_Props_11, {
245
245
  /** focus input */
@@ -1850,7 +1850,7 @@ export declare const disableCeLoading: () => void;
1850
1850
 
1851
1851
  declare interface DropdownProps {
1852
1852
  /** Define os itens do dropdown tipo menu */
1853
- itemsMenu: ItensMenu[];
1853
+ itemsMenu?: ItensMenu[];
1854
1854
  /** Define os itens do dropdown tipo seleção */
1855
1855
  itemsSelection?: ItemsSelection[];
1856
1856
  /** Define a variante do dropdown */
@@ -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.5",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",