@pantheon-systems/pds-toolkit-react 1.0.0-dev.172 → 1.0.0-dev.173

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.
@@ -41,8 +41,12 @@ export interface DashboardLayoutProps extends ComponentPropsWithoutRef<'div'> {
41
41
  * Additional class names. Will be merged with existing component root classes.
42
42
  */
43
43
  className?: string;
44
+ /**
45
+ * for admin view UI changes
46
+ */
47
+ isAdmin?: boolean;
44
48
  }
45
49
  /**
46
50
  * DashboardLayout UI component
47
51
  */
48
- export declare const DashboardLayout: ({ children, hasSidebarToggle, initialSidebarExpanded, logoLinkContent, sidebarCollapsedWidth, sidebarExpandedWidth, sidebarToggleLabel, skiplinkText, className, ...props }: DashboardLayoutProps) => React.JSX.Element;
52
+ export declare const DashboardLayout: ({ children, hasSidebarToggle, initialSidebarExpanded, 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.172",
4
+ "version": "1.0.0-dev.173",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",