@pantheon-systems/pds-toolkit-react 1.0.0-dev.271 → 1.0.0-dev.273

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,6 +2,9 @@ import React from 'react';
2
2
  export declare const PanelRowDemoItemsLeft: ({ slot: _slot }: {
3
3
  slot?: string;
4
4
  }) => React.JSX.Element;
5
+ export declare const PanelRowDemoItemsLeftList: ({ slot: _slot, }: {
6
+ slot?: string;
7
+ }) => React.JSX.Element;
5
8
  export declare const PanelRowDemoItemsRight: ({ slot: _slot }: {
6
9
  slot?: string;
7
10
  }) => 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.271",
4
+ "version": "1.0.0-dev.273",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",