@pantheon-systems/pds-toolkit-react 2.0.0-alpha.46 → 2.0.0-alpha.47
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.
- package/dist/components/icons/Icon/generated-icon-data.d.ts +1 -1
- package/dist/css/component-css/pds-index.css +1 -1
- package/dist/css/component-css/pds-side-nav-global.css +1 -1
- package/dist/css/design-tokens/variables.dark.css +6 -4
- package/dist/css/design-tokens/variables.light.css +9 -7
- package/dist/css/layout-css/pds-index.css +1 -1
- package/dist/css/layout-css/pds-stepper-layout.css +1 -1
- package/dist/css/pds-components.css +1 -1
- package/dist/css/pds-core.css +1 -1
- package/dist/css/pds-layouts.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +236 -240
- package/dist/index.js.map +1 -1
- package/dist/layouts/StepperLayout/StepperLayout.d.ts +5 -1
- package/package.json +2 -2
|
@@ -12,9 +12,13 @@ interface StepperLayoutProps {
|
|
|
12
12
|
* Additional class names
|
|
13
13
|
*/
|
|
14
14
|
className?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Wrap the entire experience (stepper, form, and buttons) in a Panel.
|
|
17
|
+
*/
|
|
18
|
+
hasPanel?: boolean;
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
21
|
* StepperLayout UI component
|
|
18
22
|
*/
|
|
19
|
-
export declare const StepperLayout: ({ children, className, ...props }: StepperLayoutProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare const StepperLayout: ({ children, className, hasPanel, ...props }: StepperLayoutProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
24
|
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": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.47",
|
|
5
5
|
"description": "PDS toolkit built using the React framework",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"@dnd-kit/utilities": "^3.2.2",
|
|
182
182
|
"@floating-ui/react": "^0.24.3",
|
|
183
183
|
"@floating-ui/react-dom": "~1.3.0",
|
|
184
|
-
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.
|
|
184
|
+
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.58",
|
|
185
185
|
"@reactuses/core": "^5.0.15",
|
|
186
186
|
"date-fns": "^4.1.0",
|
|
187
187
|
"downshift": "^9.3.2",
|