@pantheon-systems/pds-toolkit-react 1.0.0-dev.207 → 1.0.0-dev.208

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,5 +1,8 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import './stepper-layout.css';
3
+ /**
4
+ * Prop types for StepperLayout
5
+ */
3
6
  interface StepperLayoutProps {
4
7
  /**
5
8
  * Layout content.
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef } from 'react';
1
+ import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import { GridGapOptions } from '@layouts/layout-types';
3
3
  import '../../utilities/grid/grid.css';
4
4
  /**
@@ -8,7 +8,7 @@ interface TwoItemLayoutProps extends ComponentPropsWithoutRef<'div'> {
8
8
  /**
9
9
  * Item content.
10
10
  */
11
- children?: React.ReactNode;
11
+ children?: ReactNode;
12
12
  /**
13
13
  * Width of gap between items.
14
14
  */
@@ -144,6 +144,24 @@ export declare const sideNavSampleMenuItems: ({
144
144
  isActive: boolean;
145
145
  })[];
146
146
  })[];
147
+ export declare const sideNavSampleMenuItemsWithTallies: ({
148
+ linkContent: React.JSX.Element;
149
+ links?: undefined;
150
+ } | {
151
+ linkContent: React.JSX.Element;
152
+ links: {
153
+ linkContent: React.JSX.Element;
154
+ }[];
155
+ } | {
156
+ linkContent: string;
157
+ links: ({
158
+ linkContent: React.JSX.Element;
159
+ isActive?: undefined;
160
+ } | {
161
+ linkContent: React.JSX.Element;
162
+ isActive: boolean;
163
+ })[];
164
+ })[];
147
165
  export declare const sideNavSampleMenuItemsRR: ({
148
166
  linkContent: React.JSX.Element;
149
167
  links?: undefined;
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.207",
4
+ "version": "1.0.0-dev.208",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",