@tmlmobilidade/ui 20250306.1700.23 → 20250306.1750.41
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.
@@ -3,7 +3,7 @@ export type MenuProps = MantineMenuProps;
|
|
3
3
|
export type MenuTargetProps = MantineMenuTargetProps;
|
4
4
|
export type MenuDropdownProps = MantineMenuDropdownProps;
|
5
5
|
export type MenuItemProps = MantineMenuItemProps & {
|
6
|
-
href
|
6
|
+
href?: string;
|
7
7
|
};
|
8
8
|
export type MenuDividerProps = MantineMenuDividerProps;
|
9
9
|
export type MenuLabelProps = MantineMenuLabelProps;
|
@@ -3,7 +3,7 @@ export type MenuProps = MantineMenuProps;
|
|
3
3
|
export type MenuTargetProps = MantineMenuTargetProps;
|
4
4
|
export type MenuDropdownProps = MantineMenuDropdownProps;
|
5
5
|
export type MenuItemProps = MantineMenuItemProps & {
|
6
|
-
href
|
6
|
+
href?: string;
|
7
7
|
};
|
8
8
|
export type MenuDividerProps = MantineMenuDividerProps;
|
9
9
|
export type MenuLabelProps = MantineMenuLabelProps;
|
package/dist/index.d.ts
CHANGED
@@ -173,7 +173,7 @@ type MenuProps = MenuProps$1;
|
|
173
173
|
type MenuTargetProps = MenuTargetProps$1;
|
174
174
|
type MenuDropdownProps = MenuDropdownProps$1;
|
175
175
|
type MenuItemProps = MenuItemProps$1 & {
|
176
|
-
href
|
176
|
+
href?: string;
|
177
177
|
};
|
178
178
|
type MenuDividerProps = MenuDividerProps$1;
|
179
179
|
type MenuLabelProps = MenuLabelProps$1;
|