@comercti/react-components-hmg 0.9.3 → 0.9.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/comerc-style-guide.cjs.js +3 -3
- package/comerc-style-guide.es.js +1041 -1043
- package/comerc-style-guide.umd.js +3 -3
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -247,6 +247,7 @@ onRedirect?: (item: ItensMenu_2) => any;
|
|
|
247
247
|
type: "menu" | "selection";
|
|
248
248
|
itemsMenu: ItensMenu_2[];
|
|
249
249
|
itemsSelection: ItemsSelection_2[];
|
|
250
|
+
top: string;
|
|
250
251
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
251
252
|
dropdownRef: HTMLButtonElement;
|
|
252
253
|
}, any>;
|
|
@@ -1900,6 +1901,8 @@ declare interface DropdownProps {
|
|
|
1900
1901
|
itemsSelection?: ItemsSelection[];
|
|
1901
1902
|
/** Define o tipo do dropdown */
|
|
1902
1903
|
type?: 'menu' | 'selection';
|
|
1904
|
+
/** Define o valor do top para o dropdown */
|
|
1905
|
+
top?: string;
|
|
1903
1906
|
}
|
|
1904
1907
|
|
|
1905
1908
|
declare interface FileItem {
|