@nulogy/components 14.8.0 → 14.8.1

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.
@@ -1,8 +1,6 @@
1
1
  export { default as BrandedNavBar } from "./NavBar";
2
2
  export { default as MenuTrigger } from "./MenuTrigger";
3
3
  export type { MenuTriggerProps } from "./MenuTrigger";
4
- export { default as EnvironmentBanner } from "./EnvironmentBanner";
5
- export type { EnvironmentBannerProps } from "./EnvironmentBanner";
6
4
  export { default as NavBarBackground } from "./NavBarBackground";
7
5
  export type { NavBarBackgroundProps } from "./NavBarBackground";
8
6
  export { default as BrandLogoContainer } from "./BrandLogoContainer";
@@ -1,8 +1,6 @@
1
1
  import React from "react";
2
- /** @deprecated The BrandedNavBar component is deprecated. Use the Navigation component instead. */
3
2
  export type EnvironmentBannerProps = {
4
3
  children?: React.ReactNode;
5
4
  };
6
5
  declare const EnvironmentBanner: ({ children }: EnvironmentBannerProps) => React.JSX.Element;
7
- /** @deprecated The BrandedNavBar component is deprecated. Use the Navigation component instead. */
8
6
  export default EnvironmentBanner;
@@ -0,0 +1,2 @@
1
+ export { default as EnvironmentBanner } from "./EnvironmentBanner";
2
+ export type { EnvironmentBannerProps } from "./EnvironmentBanner";
@@ -2,6 +2,8 @@ export { default as Navigation } from "./Navigation";
2
2
  export { NulogyLogo } from "./components/NulogyLogo/NulogyLogo";
3
3
  export { NavigationLogoLink } from "./components/shared/NavigationLogoLink";
4
4
  export { NavigationLogo } from "./components/shared/NavigationLogo";
5
+ export { EnvironmentBanner } from "./components/EnvironmentBanner";
5
6
  export type { NavigationProps } from "./Navigation";
6
7
  export type { MenuItems, MenuItem, UserMenu, UserMenuItem, UserMenuInfo } from "./types";
7
8
  export type { AppSwitcherConfig } from "./components/AppSwitcher/NulogyAppSwitcher";
9
+ export type { EnvironmentBannerProps } from "./components/EnvironmentBanner";
@@ -8,3 +8,4 @@ declare const _default: {
8
8
  export default _default;
9
9
  export declare const BasicUsage: () => React.JSX.Element;
10
10
  export declare const WithACustomBreakpoint: () => React.JSX.Element;
11
+ export declare const WithBanners: () => React.JSX.Element;
@@ -7,8 +7,8 @@ export { Banner } from "./Banner";
7
7
  export { BottomSheet, BottomSheetParts } from "./BottomSheet";
8
8
  export type { BottomSheetProps } from "./BottomSheet";
9
9
  export { AnimatedBox, Box } from "./Box";
10
- export { BrandedNavBar, BrandLogoContainer, DesktopMenu, EnvironmentBanner, MenuTrigger, NavBarBackground, SmallNavBar, } from "./BrandedNavBar";
11
- export type { BrandLogoContainerProps, DesktopMenuProps, EnvironmentBannerProps, MenuTriggerProps, NavBarBackgroundProps, RenderMenuButtonProps, SmallNavBarProps, } from "./BrandedNavBar";
10
+ export { BrandedNavBar, BrandLogoContainer, DesktopMenu, MenuTrigger, NavBarBackground, SmallNavBar, } from "./BrandedNavBar";
11
+ export type { BrandLogoContainerProps, DesktopMenuProps, MenuTriggerProps, NavBarBackgroundProps, RenderMenuButtonProps, SmallNavBarProps, } from "./BrandedNavBar";
12
12
  export { Branding } from "./Branding";
13
13
  export { Breadcrumbs } from "./Breadcrumbs";
14
14
  export { Button, ControlIcon, DangerButton, IconicButton, PrimaryButton, QuietButton } from "./Button";
@@ -33,8 +33,8 @@ export { List, ListItem } from "./List";
33
33
  export { LoadingAnimation } from "./LoadingAnimation";
34
34
  export { ALL_NDS_LOCALES } from "./locales.const";
35
35
  export { Modal } from "./Modal";
36
- export { Navigation, NulogyLogo, NavigationLogoLink, NavigationLogo } from "./Navigation";
37
- export type { NavigationProps, MenuItems, MenuItem, UserMenu, UserMenuItem, UserMenuInfo, AppSwitcherConfig, } from "./Navigation";
36
+ export { Navigation, NulogyLogo, NavigationLogoLink, NavigationLogo, EnvironmentBanner } from "./Navigation";
37
+ export type { NavigationProps, MenuItems, MenuItem, UserMenu, UserMenuItem, UserMenuInfo, AppSwitcherConfig, EnvironmentBannerProps, } from "./Navigation";
38
38
  export { NDSProvider } from "./NDSProvider";
39
39
  export { Overlay } from "./Overlay";
40
40
  export { Pagination } from "./Pagination";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "14.8.0",
3
+ "version": "14.8.1",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {