@comercti/react-components-hmg 0.3.4 → 0.3.6

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