@pantheon-systems/pds-toolkit-react 1.0.0-dev.274 → 1.0.0-dev.275

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.
@@ -114,6 +114,11 @@ export declare const sampleSites: ({
114
114
  export declare const sideNavSampleMenuItems: ({
115
115
  linkContent: React.JSX.Element;
116
116
  links?: undefined;
117
+ } | {
118
+ linkContent: React.JSX.Element;
119
+ links: {
120
+ linkContent: React.JSX.Element;
121
+ }[];
117
122
  } | {
118
123
  linkContent: string;
119
124
  links: ({
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.274",
4
+ "version": "1.0.0-dev.275",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",