@comercti/react-components-hmg 0.9.4 → 0.9.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
@@ -247,7 +247,6 @@ onRedirect?: (item: ItensMenu_2) => any;
247
247
  type: "menu" | "selection";
248
248
  itemsMenu: ItensMenu_2[];
249
249
  itemsSelection: ItemsSelection_2[];
250
- top: string;
251
250
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
252
251
  dropdownRef: HTMLButtonElement;
253
252
  }, any>;
@@ -1901,8 +1900,6 @@ declare interface DropdownProps {
1901
1900
  itemsSelection?: ItemsSelection[];
1902
1901
  /** Define o tipo do dropdown */
1903
1902
  type?: 'menu' | 'selection';
1904
- /** Define o valor do top para o dropdown */
1905
- top?: string;
1906
1903
  }
1907
1904
 
1908
1905
  declare interface FileItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.9.4",
3
+ "version": "0.9.6",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",