@lendi/navbar 7.3.1 → 7.3.2
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { MegaNavbarProps } from '..';
|
|
3
|
-
export declare const MegaNavbar: React.FC<
|
|
3
|
+
export declare const MegaNavbar: React.FC<MegaNavbarProps | (MegaNavbarProps & import("..").MultiNavbarProps) | (MegaNavbarProps & import("..").SimpleNavbarProps)>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { MultiNavbarProps } from '..';
|
|
3
|
-
export declare const MultiNavbar: React.FC<
|
|
3
|
+
export declare const MultiNavbar: React.FC<MultiNavbarProps | (MultiNavbarProps & import("..").MegaNavbarProps) | (MultiNavbarProps & import("..").SimpleNavbarProps)>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { SimpleNavbarProps } from '..';
|
|
3
|
-
export declare const SimpleNavbar: React.FC<
|
|
3
|
+
export declare const SimpleNavbar: React.FC<SimpleNavbarProps | (SimpleNavbarProps & import("..").MegaNavbarProps) | (SimpleNavbarProps & import("..").MultiNavbarProps)>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lendi/navbar",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@lendi-ui/transition": "^4.0.2",
|
|
42
42
|
"@lendi-ui/typography": "^5.0.0",
|
|
43
43
|
"@lendi-ui/utils": "^4.0.1",
|
|
44
|
-
"@lendi/comm-panel": "10.
|
|
44
|
+
"@lendi/comm-panel": "10.3.0",
|
|
45
45
|
"@lendi/lala-utils": "^9.2.0",
|
|
46
46
|
"@lendi/launchdarkly": "^0.1.1",
|
|
47
47
|
"@lendi/segment-tracking": "^4.0.2",
|