@pantheon-systems/pds-toolkit-react 1.1.0 → 1.2.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.
@@ -37,7 +37,7 @@ interface AppLayoutProps extends ComponentPropsWithoutRef<'div'> {
37
37
  /**
38
38
  * Element type for the main content area.
39
39
  */
40
- mainContentElement: 'div' | 'main';
40
+ mainContentElement?: 'div' | 'main';
41
41
  /**
42
42
  * Additional props for the main content element.
43
43
  */
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.1.0",
4
+ "version": "1.2.0",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "publishConfig": {
7
7
  "access": "public",