@7shifts/sous-chef 3.76.0-beta.8 → 3.76.1-beta.0

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.
@@ -2,7 +2,8 @@ import { ReactNode } from 'react';
2
2
  export type PageLayoutMenu = {
3
3
  to: string;
4
4
  label: string;
5
- badge?: ReactNode;
5
+ name?: string;
6
+ suffix?: ReactNode;
6
7
  isVisible?: boolean;
7
8
  isActive?: boolean;
8
9
  /** When `true` it will skip client side routing and let the browser handle the transition normally (as if it were an `<a href>`). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.76.0-beta.8",
3
+ "version": "3.76.1-beta.0",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",