@pantheon-systems/pds-toolkit-react 1.0.0-dev.147 → 1.0.0-dev.148

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,10 +1,10 @@
1
- import React from 'react';
1
+ import React, { ComponentPropsWithoutRef } from 'react';
2
2
  export declare const DashboardContext: React.Context<any>;
3
3
  import './dashboard-layout.css';
4
4
  /**
5
5
  * Prop types for DashboardLayout
6
6
  */
7
- interface DashboardLayoutProps {
7
+ export interface DashboardLayoutProps extends ComponentPropsWithoutRef<'div'> {
8
8
  /**
9
9
  * Child components
10
10
  */
@@ -42,4 +42,3 @@ interface DashboardLayoutProps {
42
42
  * DashboardLayout UI component
43
43
  */
44
44
  export declare const DashboardLayout: ({ children, hasSidebarToggle, initialSidebarExpanded, sidebarCollapsedWidth, sidebarExpandedWidth, sidebarToggleLabel, skiplinkText, className, ...props }: DashboardLayoutProps) => React.JSX.Element;
45
- export {};
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.147",
4
+ "version": "1.0.0-dev.148",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",