@lifesg/react-design-system 2.1.0-canary.3 → 2.1.0-canary.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.
@@ -16,6 +16,6 @@ export declare const MobileMenuIcon: import("styled-components").StyledComponent
16
16
  (props: import("react").SVGProps<SVGSVGElement>): JSX.Element;
17
17
  displayName: string;
18
18
  }, import("styled-components").DefaultTheme, {}, never>;
19
- export declare const NavBrandContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
19
+ export declare const NavBrandContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StyleProps, never>;
20
20
  export declare const NavSeparator: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StyleProps, never>;
21
21
  export {};
package/navbar/types.d.ts CHANGED
@@ -58,6 +58,7 @@ export type NavbarDrawerHandle = HTMLDivElement & {
58
58
  };
59
59
  export interface NavbarProps<T = void> extends NavbarSharedProps {
60
60
  items: NavItemsProps<T>;
61
+ className?: string | undefined;
61
62
  id?: string | undefined;
62
63
  "data-testid"?: string | undefined;
63
64
  selectedId?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifesg/react-design-system",
3
- "version": "2.1.0-canary.3",
3
+ "version": "2.1.0-canary.4",
4
4
  "description": "A component design system for LifeSG web apps",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",