@lendi/navbar 5.0.19 → 5.0.22

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,5 +1,19 @@
1
1
  # Changelog - @lendi/navbar
2
2
 
3
+ ## 5.0.22
4
+ - Updated dependencies [af775922]:
5
+ - @lendi/comm-panel@9.0.18
6
+
7
+ ## 5.0.21
8
+ - [patch] 12fc0fcb:
9
+
10
+ - Updated LUI Dependencies
11
+
12
+ ## 5.0.20
13
+ - [patch] abb79cbb:
14
+
15
+ - Updated LUI Dependency
16
+
3
17
  ## 5.0.19
4
18
  - Updated dependencies [677a777f]:
5
19
  - @lendi/comm-panel@9.0.15
@@ -18,7 +18,7 @@ export declare const Bar: import("styled-components").StyledComponent<"div", any
18
18
  export declare const UnOrderedList: import("styled-components").StyledComponent<"ul", any, {}, never>;
19
19
  export declare const ListItem: import("styled-components").StyledComponent<"li", any, {}, never>;
20
20
  export declare const LinkOption: import("styled-components").StyledComponent<(props: import("@lendi-ui/typography").LinkProps) => JSX.Element, any, TransparentProps, never>;
21
- export declare const ExpandMoreWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps>, any, TransparentProps & ExpandMoreProps, never>;
21
+ export declare const ExpandMoreWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@lendi-ui/icon/dist/declarations/src/icons-compiled/util").IconProps>, any, TransparentProps & ExpandMoreProps, never>;
22
22
  export declare const BarWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
23
23
  export declare const Label: import("styled-components").StyledComponent<"p", any, import("@lendi-ui/typography").BodyOptions & import("@lendi-ui/spacing").MarginOptions, never>;
24
24
  export declare const OptionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -18,7 +18,7 @@ export declare const Bar: import("styled-components").StyledComponent<"div", any
18
18
  export declare const UnOrderedList: import("styled-components").StyledComponent<"ul", any, {}, never>;
19
19
  export declare const ListItem: import("styled-components").StyledComponent<"li", any, {}, never>;
20
20
  export declare const LinkOption: import("styled-components").StyledComponent<(props: import("@lendi-ui/typography").LinkProps) => JSX.Element, any, TransparentProps, never>;
21
- export declare const ExpandMoreWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps>, any, TransparentProps & ExpandMoreProps, never>;
21
+ export declare const ExpandMoreWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@lendi-ui/icon/dist/declarations/src/icons-compiled/util").IconProps>, any, TransparentProps & ExpandMoreProps, never>;
22
22
  export declare const BarWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
23
23
  export declare const Label: import("styled-components").StyledComponent<"p", any, import("@lendi-ui/typography").BodyOptions & import("@lendi-ui/spacing").MarginOptions, never>;
24
24
  export declare const OptionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -14,9 +14,9 @@ export declare const TalkExpertActionMobile: import("styled-components").StyledC
14
14
  export declare const SecondaryAction: import("styled-components").StyledComponent<typeof Button, any, AccomodateBigLabel, never>;
15
15
  export declare const SecondaryActionMobile: import("styled-components").StyledComponent<typeof Button, any, {}, never>;
16
16
  export declare const LogoutWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
17
- export declare const ExitToAppWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps>, any, {}, never>;
17
+ export declare const ExitToAppWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@lendi-ui/icon/dist/declarations/src/icons-compiled/util").IconProps>, any, {}, never>;
18
18
  export declare const LogoutLinkWrapper: import("styled-components").StyledComponent<(props: import("@lendi-ui/typography").LinkProps) => JSX.Element, any, {}, never>;
19
19
  export declare const DesktopLogoutWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
20
20
  export declare const KebabMenu: import("styled-components").StyledComponent<typeof IconButton, any, {}, never>;
21
- export declare const UnreadMessageWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps>, any, {}, never>;
21
+ export declare const UnreadMessageWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@lendi-ui/icon/dist/declarations/src/icons-compiled/util").IconProps>, any, {}, never>;
22
22
  export {};
@@ -4,7 +4,7 @@ export interface HamBurgerMenuProps {
4
4
  leftSidebarState: boolean;
5
5
  }
6
6
  declare const HamBurgerMenu: ({ toggleSidebar, leftSidebarState }: HamBurgerMenuProps) => JSX.Element;
7
- export declare const CloseButton: import("styled-components").StyledComponent<React.FunctionComponent<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps>, any, {}, never>;
8
- export declare const MenuButton: import("styled-components").StyledComponent<React.FunctionComponent<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps>, any, {}, never>;
7
+ export declare const CloseButton: import("styled-components").StyledComponent<React.FunctionComponent<import("@lendi-ui/icon/dist/declarations/src/icons-compiled/util").IconProps>, any, {}, never>;
8
+ export declare const MenuButton: import("styled-components").StyledComponent<React.FunctionComponent<import("@lendi-ui/icon/dist/declarations/src/icons-compiled/util").IconProps>, any, {}, never>;
9
9
  export declare const HamBurgerWrapper: import("styled-components").StyledComponent<"a", any, {}, never>;
10
10
  export default HamBurgerMenu;
@@ -9,7 +9,7 @@ interface AccordionProps {
9
9
  }
10
10
  export declare const ItemsWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>;
11
11
  export declare const Item: import("styled-components").StyledComponent<"button", any, {}, never>;
12
- export declare const RightArrow: import("styled-components").StyledComponent<React.FunctionComponent<import("@lendi-ui/icon/dist/types/icons-compiled/util").IconProps>, any, {
12
+ export declare const RightArrow: import("styled-components").StyledComponent<React.FunctionComponent<import("@lendi-ui/icon/dist/declarations/src/icons-compiled/util").IconProps>, any, {
13
13
  color: "secondary.500";
14
14
  } & RightArrowProps, "color">;
15
15
  export declare const Accordion: import("styled-components").StyledComponent<"ul", any, AccordionProps, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lendi/navbar",
3
- "version": "5.0.19",
3
+ "version": "5.0.22",
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": "^4.0.0",
43
43
  "@lendi-ui/utils": "^4.0.1",
44
- "@lendi/comm-panel": "9.0.15",
44
+ "@lendi/comm-panel": "9.0.18",
45
45
  "@lendi/segment-tracking": "^0.8.0",
46
46
  "@sentry/browser": "^5.15.0",
47
47
  "react-dot-fragment": "^0.2.8"