@pantheon-systems/pds-toolkit-react 1.0.0-dev.188 → 1.0.0-dev.189

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.
@@ -13,10 +13,6 @@ export interface DashboardLayoutProps extends ComponentPropsWithoutRef<'div'> {
13
13
  * Whether to include a sidebar toggle button.
14
14
  */
15
15
  hasSidebarToggle?: boolean;
16
- /**
17
- * Whether the sidebar should be expanded by default.
18
- */
19
- initialSidebarExpanded?: boolean;
20
16
  /**
21
17
  * A fully-formed link element using the router of your choice. The link text will be used as the aria-label. If the logo should not be a link, set to `null`.
22
18
  */
@@ -49,4 +45,4 @@ export interface DashboardLayoutProps extends ComponentPropsWithoutRef<'div'> {
49
45
  /**
50
46
  * DashboardLayout UI component
51
47
  */
52
- export declare const DashboardLayout: ({ children, hasSidebarToggle, initialSidebarExpanded, isAdmin, logoLinkContent, sidebarCollapsedWidth, sidebarExpandedWidth, sidebarToggleLabel, skiplinkText, className, ...props }: DashboardLayoutProps) => React.JSX.Element;
48
+ export declare const DashboardLayout: ({ children, hasSidebarToggle, isAdmin, logoLinkContent, sidebarCollapsedWidth, sidebarExpandedWidth, sidebarToggleLabel, skiplinkText, className, ...props }: DashboardLayoutProps) => React.JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-toolkit-react",
3
3
  "technology": "React",
4
- "version": "1.0.0-dev.188",
4
+ "version": "1.0.0-dev.189",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",