@kaizen/components 1.61.3 → 1.63.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.
- package/codemods/README.md +0 -1
- package/dist/cjs/{__containers__/GuidanceBlock/v2 → GuidanceBlock}/GuidanceBlock.cjs +6 -6
- package/dist/cjs/GuidanceBlock/GuidanceBlock.module.scss.cjs +33 -0
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +1 -1
- package/dist/cjs/future.cjs +0 -2
- package/dist/cjs/index.cjs +10 -12
- package/dist/esm/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.mjs +6 -6
- package/dist/esm/GuidanceBlock/GuidanceBlock.module.scss.mjs +31 -0
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +1 -1
- package/dist/esm/future.mjs +0 -1
- package/dist/esm/index.mjs +1 -2
- package/dist/styles.css +9139 -10172
- package/dist/types/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.d.ts +4 -4
- package/dist/types/{__layout__/Workflow/v3 → Workflow}/Workflow.d.ts +1 -1
- package/dist/types/{__layout__/Workflow/v2 → Workflow}/subcomponents/Footer/Footer.d.ts +1 -1
- package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/FooterActions/FooterActions.d.ts +1 -1
- package/dist/types/{__layout__/Workflow/v2 → Workflow}/subcomponents/Footer/components/Root/Root.d.ts +1 -1
- package/dist/types/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Actions/Actions.d.ts +1 -1
- package/dist/types/{__layout__/Workflow/v2 → Workflow}/subcomponents/Header/components/Branding/Branding.d.ts +2 -2
- package/dist/types/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Root/Root.d.ts +1 -1
- package/dist/types/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Titles/Titles.d.ts +1 -1
- package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Main/Main.d.ts +1 -1
- package/dist/types/{__layout__/Workflow/v3 → Workflow}/subcomponents/Wrapper/Wrapper.d.ts +1 -1
- package/dist/types/__future__/index.d.ts +0 -1
- package/dist/types/index.d.ts +1 -2
- package/package.json +2 -2
- package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.module.scss +2 -2
- package/src/{__containers__/GuidanceBlock/v2 → GuidanceBlock}/_docs/GuidanceBlock.mdx +2 -2
- package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/_docs/GuidanceBlock.stickersheet.stories.tsx +1 -1
- package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/_docs/GuidanceBlock.stories.tsx +1 -1
- package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +5 -1
- package/src/{__layout__/Workflow/v3 → Workflow}/_docs/ProgressStepper.mdx +1 -1
- package/src/{__layout__/Workflow/v3 → Workflow}/_docs/ProgressStepper.stories.tsx +1 -1
- package/src/{__layout__/Workflow/v3 → Workflow}/_docs/Workflow.mdx +1 -1
- package/src/{__layout__/Workflow/v3 → Workflow}/_docs/Workflow.stories.tsx +1 -1
- package/src/{__layout__/Workflow/v2 → Workflow}/_docs/WorkflowFooter.mdx +1 -1
- package/src/{__layout__/Workflow/v3 → Workflow}/_docs/WorkflowFooter.stories.tsx +1 -1
- package/src/{__layout__/Workflow/v1 → Workflow}/_docs/WorkflowHeader.mdx +1 -1
- package/src/{__layout__/Workflow/v3 → Workflow}/_docs/WorkflowHeader.stories.tsx +1 -1
- package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.css +7 -0
- package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +5 -11
- package/src/__future__/Select/_docs/Select.mdx +2 -0
- package/src/__future__/index.ts +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss +8 -2
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +2 -7
- package/src/index.ts +1 -3
- package/codemods/updateGuidanceBlockVariantProp/index.ts +0 -19
- package/codemods/updateGuidanceBlockVariantProp/transformGuidanceBlockVariantProp.spec.ts +0 -135
- package/codemods/updateGuidanceBlockVariantProp/transformGuidanceBlockVariantProp.ts +0 -77
- package/dist/cjs/__containers__/GuidanceBlock/v1/GuidanceBlock.cjs +0 -160
- package/dist/cjs/__containers__/GuidanceBlock/v1/GuidanceBlock.module.scss.cjs +0 -33
- package/dist/cjs/__containers__/GuidanceBlock/v2/GuidanceBlock.module.scss.cjs +0 -28
- package/dist/cjs/__layout__/Workflow/v1/Workflow.cjs +0 -58
- package/dist/cjs/__layout__/Workflow/v1/index.cjs +0 -8
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Footer/Footer.cjs +0 -34
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Footer/components/FooterActions/FooterActions.cjs +0 -26
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Footer/components/FooterActions/FooterActions.module.scss.cjs +0 -8
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +0 -98
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss.cjs +0 -14
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Footer/components/Root/FooterRoot.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Footer/components/Root/Root.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/Header.cjs +0 -32
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/components/Actions/Actions.cjs +0 -26
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/components/Actions/Actions.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/components/Branding/Branding.cjs +0 -25
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/components/Branding/Branding.module.scss.cjs +0 -7
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/components/Root/Root.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/components/Root/Root.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/components/Titles/Titles.cjs +0 -42
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Header/components/Titles/Titles.module.scss.cjs +0 -9
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Main/Main.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Main/Main.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Wrapper/Wrapper.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v1/subcomponents/Wrapper/Wrapper.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v2/Workflow.cjs +0 -57
- package/dist/cjs/__layout__/Workflow/v2/index.cjs +0 -8
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Footer/Footer.cjs +0 -34
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/FooterActions.cjs +0 -26
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/FooterActions.module.scss.cjs +0 -8
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +0 -100
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss.cjs +0 -14
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Footer/components/Root/FooterRoot.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Footer/components/Root/Root.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/Header.cjs +0 -32
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/components/Actions/Actions.cjs +0 -26
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/components/Actions/Actions.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/components/Branding/Branding.cjs +0 -25
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/components/Branding/Branding.module.scss.cjs +0 -7
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/components/Root/Root.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/components/Root/Root.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/components/Titles/Titles.cjs +0 -42
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Header/components/Titles/Titles.module.scss.cjs +0 -9
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Main/Main.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Main/Main.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Wrapper/Wrapper.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v2/subcomponents/Wrapper/Wrapper.module.scss.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v3/Workflow.cjs +0 -57
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Footer/Footer.cjs +0 -34
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Footer/components/FooterActions/FooterActions.cjs +0 -26
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Footer/components/FooterActions/FooterActions.module.css.cjs +0 -8
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +0 -99
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.css.cjs +0 -16
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Footer/components/Root/FooterRoot.module.css.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Footer/components/Root/Root.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/Header.cjs +0 -32
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/components/Actions/Actions.cjs +0 -26
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/components/Actions/Actions.module.css.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/components/Branding/Branding.cjs +0 -25
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/components/Branding/Branding.module.css.cjs +0 -7
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/components/Root/Root.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/components/Root/Root.module.css.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/components/Titles/Titles.cjs +0 -38
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Header/components/Titles/Titles.module.css.cjs +0 -9
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Main/Main.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Main/Main.module.css.cjs +0 -6
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Wrapper/Wrapper.cjs +0 -23
- package/dist/cjs/__layout__/Workflow/v3/subcomponents/Wrapper/Wrapper.module.css.cjs +0 -6
- package/dist/cjs/containersV1.cjs +0 -4
- package/dist/cjs/containersV2.cjs +0 -4
- package/dist/cjs/layoutV1.cjs +0 -4
- package/dist/cjs/layoutV2.cjs +0 -4
- package/dist/cjs/layoutV3.cjs +0 -4
- package/dist/esm/__containers__/GuidanceBlock/v1/GuidanceBlock.module.scss.mjs +0 -31
- package/dist/esm/__containers__/GuidanceBlock/v2/GuidanceBlock.mjs +0 -153
- package/dist/esm/__containers__/GuidanceBlock/v2/GuidanceBlock.module.scss.mjs +0 -26
- package/dist/esm/__layout__/Workflow/v1/Workflow.mjs +0 -53
- package/dist/esm/__layout__/Workflow/v1/index.mjs +0 -6
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Footer/Footer.mjs +0 -29
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Footer/components/FooterActions/FooterActions.mjs +0 -20
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Footer/components/FooterActions/FooterActions.module.scss.mjs +0 -6
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +0 -92
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss.mjs +0 -12
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Footer/components/Root/FooterRoot.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Footer/components/Root/Root.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/Header.mjs +0 -27
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/components/Actions/Actions.mjs +0 -21
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/components/Actions/Actions.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/components/Branding/Branding.mjs +0 -20
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/components/Branding/Branding.module.scss.mjs +0 -5
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/components/Root/Root.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/components/Root/Root.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/components/Titles/Titles.mjs +0 -38
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Header/components/Titles/Titles.module.scss.mjs +0 -7
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Main/Main.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Main/Main.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Wrapper/Wrapper.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v1/subcomponents/Wrapper/Wrapper.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v2/Workflow.mjs +0 -52
- package/dist/esm/__layout__/Workflow/v2/index.mjs +0 -6
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Footer/Footer.mjs +0 -29
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/FooterActions.mjs +0 -20
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/FooterActions.module.scss.mjs +0 -6
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +0 -94
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss.mjs +0 -12
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Footer/components/Root/FooterRoot.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Footer/components/Root/Root.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/Header.mjs +0 -27
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/components/Actions/Actions.mjs +0 -21
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/components/Actions/Actions.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/components/Branding/Branding.mjs +0 -20
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/components/Branding/Branding.module.scss.mjs +0 -5
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/components/Root/Root.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/components/Root/Root.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/components/Titles/Titles.mjs +0 -38
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Header/components/Titles/Titles.module.scss.mjs +0 -7
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Main/Main.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Main/Main.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Wrapper/Wrapper.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v2/subcomponents/Wrapper/Wrapper.module.scss.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v3/Workflow.mjs +0 -52
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Footer/Footer.mjs +0 -29
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Footer/components/FooterActions/FooterActions.mjs +0 -20
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Footer/components/FooterActions/FooterActions.module.css.mjs +0 -6
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +0 -93
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.css.mjs +0 -14
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Footer/components/Root/FooterRoot.module.css.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Footer/components/Root/Root.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/Header.mjs +0 -27
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Actions/Actions.mjs +0 -21
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Actions/Actions.module.css.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Branding/Branding.mjs +0 -20
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Branding/Branding.module.css.mjs +0 -5
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Root/Root.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Root/Root.module.css.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Titles/Titles.mjs +0 -34
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Titles/Titles.module.css.mjs +0 -7
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Main/Main.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Main/Main.module.css.mjs +0 -4
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Wrapper/Wrapper.mjs +0 -17
- package/dist/esm/__layout__/Workflow/v3/subcomponents/Wrapper/Wrapper.module.css.mjs +0 -4
- package/dist/esm/containersV1.mjs +0 -1
- package/dist/esm/containersV2.mjs +0 -1
- package/dist/esm/layoutV1.mjs +0 -1
- package/dist/esm/layoutV2.mjs +0 -1
- package/dist/esm/layoutV3.mjs +0 -1
- package/dist/types/__containers__/GuidanceBlock/v2/GuidanceBlock.d.ts +0 -59
- package/dist/types/__containers__/GuidanceBlock/v2/index.d.ts +0 -1
- package/dist/types/__containers__/v1.d.ts +0 -1
- package/dist/types/__containers__/v2.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v1/Workflow.d.ts +0 -30
- package/dist/types/__layout__/Workflow/v1/index.d.ts +0 -27
- package/dist/types/__layout__/Workflow/v1/subcomponents/Footer/Footer.d.ts +0 -13
- package/dist/types/__layout__/Workflow/v1/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +0 -9
- package/dist/types/__layout__/Workflow/v1/subcomponents/Footer/components/Root/Root.d.ts +0 -7
- package/dist/types/__layout__/Workflow/v1/subcomponents/Header/Header.d.ts +0 -6
- package/dist/types/__layout__/Workflow/v1/subcomponents/Header/components/Actions/Actions.d.ts +0 -13
- package/dist/types/__layout__/Workflow/v1/subcomponents/Header/components/Branding/Branding.d.ts +0 -11
- package/dist/types/__layout__/Workflow/v1/subcomponents/Header/components/Root/Root.d.ts +0 -7
- package/dist/types/__layout__/Workflow/v1/subcomponents/Header/components/Titles/Titles.d.ts +0 -17
- package/dist/types/__layout__/Workflow/v1/subcomponents/Wrapper/Wrapper.d.ts +0 -9
- package/dist/types/__layout__/Workflow/v2/Workflow.d.ts +0 -27
- package/dist/types/__layout__/Workflow/v2/_docs/controls/controls.d.ts +0 -2
- package/dist/types/__layout__/Workflow/v2/_docs/controls/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/index.d.ts +0 -27
- package/dist/types/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/FooterActions.d.ts +0 -11
- package/dist/types/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/Footer/components/Root/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/Footer/components/index.d.ts +0 -3
- package/dist/types/__layout__/Workflow/v2/subcomponents/Footer/index.d.ts +0 -2
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/Header.d.ts +0 -6
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/components/Actions/Actions.d.ts +0 -13
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/components/Actions/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/components/Branding/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/components/Root/Root.d.ts +0 -7
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/components/Root/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/components/Titles/Titles.d.ts +0 -17
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/components/Titles/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/components/index.d.ts +0 -4
- package/dist/types/__layout__/Workflow/v2/subcomponents/Header/index.d.ts +0 -2
- package/dist/types/__layout__/Workflow/v2/subcomponents/Main/Main.d.ts +0 -9
- package/dist/types/__layout__/Workflow/v2/subcomponents/Main/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/Wrapper/Wrapper.d.ts +0 -9
- package/dist/types/__layout__/Workflow/v2/subcomponents/Wrapper/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v2/subcomponents/index.d.ts +0 -4
- package/dist/types/__layout__/Workflow/v3/_docs/controls/controls.d.ts +0 -2
- package/dist/types/__layout__/Workflow/v3/_docs/controls/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Footer/Footer.d.ts +0 -12
- package/dist/types/__layout__/Workflow/v3/subcomponents/Footer/components/FooterActions/FooterActions.d.ts +0 -11
- package/dist/types/__layout__/Workflow/v3/subcomponents/Footer/components/FooterActions/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Footer/components/Root/Root.d.ts +0 -7
- package/dist/types/__layout__/Workflow/v3/subcomponents/Footer/components/Root/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Footer/components/index.d.ts +0 -3
- package/dist/types/__layout__/Workflow/v3/subcomponents/Footer/index.d.ts +0 -2
- package/dist/types/__layout__/Workflow/v3/subcomponents/Header/components/Actions/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Header/components/Branding/Branding.d.ts +0 -11
- package/dist/types/__layout__/Workflow/v3/subcomponents/Header/components/Branding/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Header/components/Root/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Header/components/Titles/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Header/components/index.d.ts +0 -4
- package/dist/types/__layout__/Workflow/v3/subcomponents/Header/index.d.ts +0 -2
- package/dist/types/__layout__/Workflow/v3/subcomponents/Main/Main.d.ts +0 -9
- package/dist/types/__layout__/Workflow/v3/subcomponents/Main/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/Wrapper/index.d.ts +0 -1
- package/dist/types/__layout__/Workflow/v3/subcomponents/index.d.ts +0 -4
- package/dist/types/__layout__/v1.d.ts +0 -1
- package/dist/types/__layout__/v2.d.ts +0 -1
- package/dist/types/__layout__/v3.d.ts +0 -1
- package/src/__containers__/GuidanceBlock/v1/_docs/GuidanceBlock.mdx +0 -38
- package/src/__containers__/GuidanceBlock/v2/GuidanceBlock.module.scss +0 -356
- package/src/__containers__/GuidanceBlock/v2/GuidanceBlock.spec.tsx +0 -82
- package/src/__containers__/GuidanceBlock/v2/GuidanceBlock.tsx +0 -262
- package/src/__containers__/GuidanceBlock/v2/_docs/GuidanceBlock.stickersheet.stories.tsx +0 -118
- package/src/__containers__/GuidanceBlock/v2/_docs/GuidanceBlock.stories.tsx +0 -152
- package/src/__containers__/GuidanceBlock/v2/index.ts +0 -1
- package/src/__containers__/v1.ts +0 -1
- package/src/__containers__/v2.ts +0 -1
- package/src/__layout__/Workflow/v1/Workflow.tsx +0 -55
- package/src/__layout__/Workflow/v1/_docs/ProgressStepper.mdx +0 -38
- package/src/__layout__/Workflow/v1/_docs/ProgressStepper.stories.tsx +0 -84
- package/src/__layout__/Workflow/v1/_docs/Workflow.mdx +0 -165
- package/src/__layout__/Workflow/v1/_docs/Workflow.stories.tsx +0 -176
- package/src/__layout__/Workflow/v1/_docs/WorkflowFooter.mdx +0 -38
- package/src/__layout__/Workflow/v1/_docs/WorkflowFooter.stories.tsx +0 -85
- package/src/__layout__/Workflow/v1/_docs/WorkflowHeader.stories.tsx +0 -62
- package/src/__layout__/Workflow/v1/_docs/controls/controls.tsx +0 -93
- package/src/__layout__/Workflow/v1/index.ts +0 -10
- package/src/__layout__/Workflow/v1/subcomponents/Footer/Footer.tsx +0 -37
- package/src/__layout__/Workflow/v1/subcomponents/Footer/components/FooterActions/FooterActions.module.scss +0 -15
- package/src/__layout__/Workflow/v1/subcomponents/Footer/components/FooterActions/FooterActions.tsx +0 -28
- package/src/__layout__/Workflow/v1/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss +0 -105
- package/src/__layout__/Workflow/v1/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +0 -137
- package/src/__layout__/Workflow/v1/subcomponents/Footer/components/Root/FooterRoot.module.scss +0 -22
- package/src/__layout__/Workflow/v1/subcomponents/Footer/components/Root/Root.tsx +0 -23
- package/src/__layout__/Workflow/v1/subcomponents/Header/Header.tsx +0 -27
- package/src/__layout__/Workflow/v1/subcomponents/Header/components/Actions/Actions.module.scss +0 -17
- package/src/__layout__/Workflow/v1/subcomponents/Header/components/Actions/Actions.tsx +0 -24
- package/src/__layout__/Workflow/v1/subcomponents/Header/components/Branding/Branding.module.scss +0 -17
- package/src/__layout__/Workflow/v1/subcomponents/Header/components/Branding/Branding.tsx +0 -20
- package/src/__layout__/Workflow/v1/subcomponents/Header/components/Root/Root.module.scss +0 -24
- package/src/__layout__/Workflow/v1/subcomponents/Header/components/Root/Root.tsx +0 -20
- package/src/__layout__/Workflow/v1/subcomponents/Header/components/Titles/Titles.module.scss +0 -23
- package/src/__layout__/Workflow/v1/subcomponents/Header/components/Titles/Titles.tsx +0 -55
- package/src/__layout__/Workflow/v1/subcomponents/Main/Main.module.scss +0 -4
- package/src/__layout__/Workflow/v1/subcomponents/Main/Main.tsx +0 -22
- package/src/__layout__/Workflow/v1/subcomponents/Wrapper/Wrapper.module.scss +0 -9
- package/src/__layout__/Workflow/v1/subcomponents/Wrapper/Wrapper.tsx +0 -22
- package/src/__layout__/Workflow/v2/Workflow.tsx +0 -55
- package/src/__layout__/Workflow/v2/_docs/ProgressStepper.mdx +0 -38
- package/src/__layout__/Workflow/v2/_docs/ProgressStepper.stories.tsx +0 -94
- package/src/__layout__/Workflow/v2/_docs/Workflow.mdx +0 -165
- package/src/__layout__/Workflow/v2/_docs/Workflow.stories.tsx +0 -174
- package/src/__layout__/Workflow/v2/_docs/WorkflowFooter.stories.tsx +0 -96
- package/src/__layout__/Workflow/v2/_docs/WorkflowHeader.mdx +0 -28
- package/src/__layout__/Workflow/v2/_docs/WorkflowHeader.stories.tsx +0 -70
- package/src/__layout__/Workflow/v2/_docs/controls/controls.tsx +0 -93
- package/src/__layout__/Workflow/v2/_docs/controls/index.tsx +0 -1
- package/src/__layout__/Workflow/v2/index.ts +0 -10
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/FooterActions.module.scss +0 -15
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/FooterActions.tsx +0 -28
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/FooterActions/index.ts +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/index.ts +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/Root/FooterRoot.module.scss +0 -22
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/Root/Root.tsx +0 -23
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/Root/index.ts +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Footer/components/index.ts +0 -3
- package/src/__layout__/Workflow/v2/subcomponents/Footer/index.ts +0 -2
- package/src/__layout__/Workflow/v2/subcomponents/Header/Header.tsx +0 -27
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Actions/Actions.module.scss +0 -17
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Actions/Actions.tsx +0 -24
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Actions/index.ts +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Branding/Branding.module.scss +0 -17
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Branding/Branding.tsx +0 -20
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Branding/index.ts +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Root/Root.module.scss +0 -24
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Root/Root.tsx +0 -20
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Root/index.tsx +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Titles/Titles.module.scss +0 -23
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Titles/Titles.tsx +0 -55
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/Titles/index.ts +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Header/components/index.ts +0 -4
- package/src/__layout__/Workflow/v2/subcomponents/Header/index.ts +0 -2
- package/src/__layout__/Workflow/v2/subcomponents/Main/Main.module.scss +0 -4
- package/src/__layout__/Workflow/v2/subcomponents/Main/Main.tsx +0 -22
- package/src/__layout__/Workflow/v2/subcomponents/Main/index.tsx +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/Wrapper/Wrapper.module.scss +0 -9
- package/src/__layout__/Workflow/v2/subcomponents/Wrapper/Wrapper.tsx +0 -22
- package/src/__layout__/Workflow/v2/subcomponents/Wrapper/index.ts +0 -1
- package/src/__layout__/Workflow/v2/subcomponents/index.ts +0 -4
- package/src/__layout__/Workflow/v3/_docs/WorkflowFooter.mdx +0 -38
- package/src/__layout__/Workflow/v3/_docs/WorkflowHeader.mdx +0 -28
- package/src/__layout__/Workflow/v3/_docs/controls/index.tsx +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Footer/Footer.tsx +0 -38
- package/src/__layout__/Workflow/v3/subcomponents/Footer/components/FooterActions/index.ts +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.spec.tsx +0 -45
- package/src/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/index.ts +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Footer/components/Root/index.ts +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Footer/components/index.ts +0 -3
- package/src/__layout__/Workflow/v3/subcomponents/Footer/index.ts +0 -2
- package/src/__layout__/Workflow/v3/subcomponents/Header/components/Actions/index.ts +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Header/components/Branding/index.ts +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Header/components/Root/index.tsx +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Header/components/Titles/index.ts +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Header/components/index.ts +0 -4
- package/src/__layout__/Workflow/v3/subcomponents/Header/index.ts +0 -2
- package/src/__layout__/Workflow/v3/subcomponents/Main/index.tsx +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/Wrapper/index.ts +0 -1
- package/src/__layout__/Workflow/v3/subcomponents/index.ts +0 -4
- package/src/__layout__/v1.ts +0 -1
- package/src/__layout__/v2.ts +0 -1
- package/src/__layout__/v3.ts +0 -1
- package/v1/containers/package.json +0 -5
- package/v1/layout/package.json +0 -5
- package/v2/containers/package.json +0 -5
- package/v2/layout/package.json +0 -5
- package/v3/layout/package.json +0 -5
- /package/dist/types/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/index.d.ts +0 -0
- /package/dist/types/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/types.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/_docs/controls/controls.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/_docs/controls/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v3 → Workflow}/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/FooterActions/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v3 → Workflow}/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/ProgressStepper/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/Root/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/Header.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/Actions/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/Branding/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/Root/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/Titles/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Main/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/Wrapper/index.d.ts +0 -0
- /package/dist/types/{__layout__/Workflow/v1 → Workflow}/subcomponents/index.d.ts +0 -0
- /package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.spec.tsx +0 -0
- /package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.tsx +0 -0
- /package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/index.ts +0 -0
- /package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/types.ts +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/Workflow.tsx +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/_docs/controls/controls.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/_docs/controls/index.tsx +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/index.ts +0 -0
- /package/src/{__layout__/Workflow/v2 → Workflow}/subcomponents/Footer/Footer.tsx +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Footer/components/FooterActions/FooterActions.module.css +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Footer/components/FooterActions/FooterActions.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/FooterActions/index.ts +0 -0
- /package/src/{__layout__/Workflow/v2 → Workflow}/subcomponents/Footer/components/ProgressStepper/ProgressStepper.spec.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/ProgressStepper/index.ts +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Footer/components/Root/FooterRoot.module.css +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Footer/components/Root/Root.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/Root/index.ts +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/components/index.ts +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Footer/index.ts +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/Header.tsx +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Actions/Actions.module.css +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Actions/Actions.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/Actions/index.ts +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Branding/Branding.module.css +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Branding/Branding.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/Branding/index.ts +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Root/Root.module.css +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Root/Root.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/Root/index.tsx +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Titles/Titles.module.css +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Header/components/Titles/Titles.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/Titles/index.ts +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/components/index.ts +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Header/index.ts +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Main/Main.module.css +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Main/Main.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Main/index.tsx +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Wrapper/Wrapper.module.css +0 -0
- /package/src/{__layout__/Workflow/v3 → Workflow}/subcomponents/Wrapper/Wrapper.tsx +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/Wrapper/index.ts +0 -0
- /package/src/{__layout__/Workflow/v1 → Workflow}/subcomponents/index.ts +0 -0
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
|
-
import '../../../../../../../Icon/subcomponents/SVG/SVG.mjs';
|
|
5
|
-
import { IndicatorActiveIcon } from '../../../../../../../Icon/IndicatorActiveIcon.mjs';
|
|
6
|
-
import { IndicatorInactiveIcon } from '../../../../../../../Icon/IndicatorInactiveIcon.mjs';
|
|
7
|
-
import { SuccessIcon } from '../../../../../../../Icon/SuccessIcon.mjs';
|
|
8
|
-
import { Text } from '../../../../../../../Text/Text.mjs';
|
|
9
|
-
import { VisuallyHidden } from '../../../../../../../VisuallyHidden/VisuallyHidden.mjs';
|
|
10
|
-
import styles from './ProgressStepper.module.css.mjs';
|
|
11
|
-
var getStepStatus = function (isComplete, isCurrentStep, step, index) {
|
|
12
|
-
if (isComplete) {
|
|
13
|
-
return {
|
|
14
|
-
icon: ( /*#__PURE__*/React.createElement(SuccessIcon, {
|
|
15
|
-
key: index,
|
|
16
|
-
inheritSize: true,
|
|
17
|
-
role: "presentation",
|
|
18
|
-
classNameOverride: "success"
|
|
19
|
-
})),
|
|
20
|
-
accessibleName: "Completed: ".concat(step.label)
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
if (isCurrentStep) {
|
|
24
|
-
return {
|
|
25
|
-
icon: ( /*#__PURE__*/React.createElement(IndicatorActiveIcon, {
|
|
26
|
-
key: index,
|
|
27
|
-
inheritSize: true,
|
|
28
|
-
role: "presentation",
|
|
29
|
-
classNameOverride: "active"
|
|
30
|
-
})),
|
|
31
|
-
accessibleName: "Current: ".concat(step.label)
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
icon: ( /*#__PURE__*/React.createElement(IndicatorInactiveIcon, {
|
|
36
|
-
key: index,
|
|
37
|
-
inheritSize: true,
|
|
38
|
-
classNameOverride: "incomplete",
|
|
39
|
-
role: "presentation"
|
|
40
|
-
})),
|
|
41
|
-
accessibleName: "Not started: ".concat(step.label)
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
const ProgressStepper = /*#__PURE__*/function () {
|
|
45
|
-
const ProgressStepper = function (_a) {
|
|
46
|
-
var currentStepId = _a.currentStepId,
|
|
47
|
-
steps = _a.steps,
|
|
48
|
-
_b = _a.isComplete,
|
|
49
|
-
isComplete = _b === void 0 ? false : _b,
|
|
50
|
-
restprops = __rest(_a, ["currentStepId", "steps", "isComplete"]);
|
|
51
|
-
var currentStepIndex = steps.findIndex(function (stepItem) {
|
|
52
|
-
return stepItem.id === currentStepId;
|
|
53
|
-
});
|
|
54
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
55
|
-
className: styles.stepsContainer
|
|
56
|
-
}, /*#__PURE__*/React.createElement("ol", __assign({
|
|
57
|
-
className: styles.stepList
|
|
58
|
-
}, restprops, {
|
|
59
|
-
"aria-labelledby": "stepper-description"
|
|
60
|
-
}), steps.map(function (step, index) {
|
|
61
|
-
var _a, _b;
|
|
62
|
-
var isCurrentStep = currentStepIndex === index;
|
|
63
|
-
var isCompletedStep = index < currentStepIndex || isComplete;
|
|
64
|
-
var _c = getStepStatus(isCompletedStep, isCurrentStep, step, index),
|
|
65
|
-
accessibleName = _c.accessibleName,
|
|
66
|
-
Icon = _c.icon;
|
|
67
|
-
return /*#__PURE__*/React.createElement("li", {
|
|
68
|
-
className: styles.step,
|
|
69
|
-
key: "".concat(step.id),
|
|
70
|
-
"aria-current": isCurrentStep
|
|
71
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
72
|
-
className: styles.stepContent
|
|
73
|
-
}, /*#__PURE__*/React.createElement(VisuallyHidden, null, accessibleName), /*#__PURE__*/React.createElement(Text, {
|
|
74
|
-
classNameOverride: classnames(styles.stepName, (_a = {}, _a[styles.isCurrent] = isCurrentStep, _a)),
|
|
75
|
-
variant: "small",
|
|
76
|
-
"aria-hidden": true
|
|
77
|
-
}, step.label), /*#__PURE__*/React.createElement("div", {
|
|
78
|
-
className: styles.stepIndicator
|
|
79
|
-
}, /*#__PURE__*/React.createElement("span", {
|
|
80
|
-
className: classnames(styles.stepIcon, (_b = {}, _b[styles.isCompleted] = isCompletedStep, _b))
|
|
81
|
-
}, Icon)), index < steps.length - 1 && ( /*#__PURE__*/React.createElement("div", {
|
|
82
|
-
className: classnames([styles.stepDivider, isCompletedStep && styles.completedStep])
|
|
83
|
-
}))));
|
|
84
|
-
})), /*#__PURE__*/React.createElement(Text, {
|
|
85
|
-
classNameOverride: styles.stepperDescription,
|
|
86
|
-
variant: "small",
|
|
87
|
-
id: "stepper-description"
|
|
88
|
-
}, "Step ", currentStepIndex + 1, " of ", steps.length));
|
|
89
|
-
};
|
|
90
|
-
ProgressStepper.displayName = "Workflow.ProgressStepper";
|
|
91
|
-
return ProgressStepper;
|
|
92
|
-
}();
|
|
93
|
-
export { ProgressStepper };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
var styles = {
|
|
2
|
-
"stepsContainer": "ProgressStepper-module_stepsContainer__xiaZx",
|
|
3
|
-
"stepList": "ProgressStepper-module_stepList__HEznt",
|
|
4
|
-
"step": "ProgressStepper-module_step__SpIP9",
|
|
5
|
-
"stepContent": "ProgressStepper-module_stepContent__HnUls",
|
|
6
|
-
"stepIndicator": "ProgressStepper-module_stepIndicator__rdjmc",
|
|
7
|
-
"stepName": "ProgressStepper-module_stepName__JxpgD",
|
|
8
|
-
"isCurrent": "ProgressStepper-module_isCurrent__tpOup",
|
|
9
|
-
"stepIcon": "ProgressStepper-module_stepIcon__4CeIh",
|
|
10
|
-
"isCompleted": "ProgressStepper-module_isCompleted__TeTBL",
|
|
11
|
-
"stepDivider": "ProgressStepper-module_stepDivider__vpzq6",
|
|
12
|
-
"stepperDescription": "ProgressStepper-module_stepperDescription__liW0H"
|
|
13
|
-
};
|
|
14
|
-
export { styles as default };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
|
-
import styles from './FooterRoot.module.css.mjs';
|
|
5
|
-
const FooterRoot = /*#__PURE__*/function () {
|
|
6
|
-
const FooterRoot = function (_a) {
|
|
7
|
-
var children = _a.children,
|
|
8
|
-
classNameOverride = _a.classNameOverride,
|
|
9
|
-
restProps = __rest(_a, ["children", "classNameOverride"]);
|
|
10
|
-
return /*#__PURE__*/React.createElement("footer", __assign({
|
|
11
|
-
className: classnames(styles.footerRoot, classNameOverride)
|
|
12
|
-
}, restProps), children);
|
|
13
|
-
};
|
|
14
|
-
FooterRoot.displayName = "Workflow.FooterRoot";
|
|
15
|
-
return FooterRoot;
|
|
16
|
-
}();
|
|
17
|
-
export { FooterRoot };
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Titles } from './components/Titles/Titles.mjs';
|
|
4
|
-
import { Actions } from './components/Actions/Actions.mjs';
|
|
5
|
-
import { Branding } from './components/Branding/Branding.mjs';
|
|
6
|
-
import { HeaderRoot } from './components/Root/Root.mjs';
|
|
7
|
-
const Header = /*#__PURE__*/function () {
|
|
8
|
-
const Header = function (_a) {
|
|
9
|
-
var workflowName = _a.workflowName,
|
|
10
|
-
stepName = _a.stepName,
|
|
11
|
-
statusTag = _a.statusTag,
|
|
12
|
-
headerActions = _a.headerActions,
|
|
13
|
-
restProps = __rest(_a, ["workflowName", "stepName", "statusTag", "headerActions"]);
|
|
14
|
-
return /*#__PURE__*/React.createElement(HeaderRoot, __assign({}, restProps), /*#__PURE__*/React.createElement(Branding, {
|
|
15
|
-
alt: "Culture Amp"
|
|
16
|
-
}), /*#__PURE__*/React.createElement(Titles, {
|
|
17
|
-
workflowName: workflowName,
|
|
18
|
-
stepName: stepName,
|
|
19
|
-
statusTag: statusTag
|
|
20
|
-
}), /*#__PURE__*/React.createElement(Actions, {
|
|
21
|
-
headerActions: headerActions
|
|
22
|
-
}));
|
|
23
|
-
};
|
|
24
|
-
Header.displayName = "Workflow.Header";
|
|
25
|
-
return Header;
|
|
26
|
-
}();
|
|
27
|
-
export { Header };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import styles from './Actions.module.css.mjs';
|
|
4
|
-
|
|
5
|
-
/** A wrapper for an exit trigger (and other) actions of the Header Workflow */
|
|
6
|
-
const Actions = /*#__PURE__*/function () {
|
|
7
|
-
const Actions = function (_a) {
|
|
8
|
-
var headerActions = _a.headerActions,
|
|
9
|
-
restProps = __rest(_a, ["headerActions"]);
|
|
10
|
-
return /*#__PURE__*/React.createElement("div", __assign({
|
|
11
|
-
className: styles.actions
|
|
12
|
-
}, restProps), headerActions === null || headerActions === void 0 ? void 0 : headerActions.map(function (action, index) {
|
|
13
|
-
return /*#__PURE__*/React.createElement(action.type, __assign({
|
|
14
|
-
key: "header-actions ".concat(index)
|
|
15
|
-
}, action.props));
|
|
16
|
-
}));
|
|
17
|
-
};
|
|
18
|
-
Actions.displayName = "Workflow.Actions";
|
|
19
|
-
return Actions;
|
|
20
|
-
}();
|
|
21
|
-
export { Actions };
|
package/dist/esm/__layout__/Workflow/v3/subcomponents/Header/components/Branding/Branding.mjs
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Brand } from '../../../../../../../Brand/Brand.mjs';
|
|
3
|
-
import styles from './Branding.module.css.mjs';
|
|
4
|
-
const Branding = /*#__PURE__*/function () {
|
|
5
|
-
const Branding = function (_a) {
|
|
6
|
-
var _b = _a.variant,
|
|
7
|
-
variant = _b === void 0 ? "logo-horizontal" : _b,
|
|
8
|
-
alt = _a.alt;
|
|
9
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
10
|
-
className: styles.branding
|
|
11
|
-
}, /*#__PURE__*/React.createElement(Brand, {
|
|
12
|
-
classNameOverride: styles.logo,
|
|
13
|
-
variant: variant,
|
|
14
|
-
alt: alt
|
|
15
|
-
}));
|
|
16
|
-
};
|
|
17
|
-
Branding.displayName = "Workflow.Branding";
|
|
18
|
-
return Branding;
|
|
19
|
-
}();
|
|
20
|
-
export { Branding };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
|
-
import styles from './Root.module.css.mjs';
|
|
5
|
-
const HeaderRoot = /*#__PURE__*/function () {
|
|
6
|
-
const HeaderRoot = function (_a) {
|
|
7
|
-
var children = _a.children,
|
|
8
|
-
classNameOverride = _a.classNameOverride,
|
|
9
|
-
restProps = __rest(_a, ["children", "classNameOverride"]);
|
|
10
|
-
return /*#__PURE__*/React.createElement("header", __assign({
|
|
11
|
-
className: classnames(styles.root, classNameOverride)
|
|
12
|
-
}, restProps), children);
|
|
13
|
-
};
|
|
14
|
-
HeaderRoot.displayName = "Workflow.HeaderRoot";
|
|
15
|
-
return HeaderRoot;
|
|
16
|
-
}();
|
|
17
|
-
export { HeaderRoot };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Heading } from '../../../../../../../Heading/Heading.mjs';
|
|
4
|
-
import { VisuallyHidden } from '../../../../../../../VisuallyHidden/VisuallyHidden.mjs';
|
|
5
|
-
import styles from './Titles.module.css.mjs';
|
|
6
|
-
const Titles = /*#__PURE__*/function () {
|
|
7
|
-
const Titles = function (_a) {
|
|
8
|
-
var workflowName = _a.workflowName,
|
|
9
|
-
stepName = _a.stepName,
|
|
10
|
-
statusTag = _a.statusTag,
|
|
11
|
-
restProps = __rest(_a, ["workflowName", "stepName", "statusTag"]);
|
|
12
|
-
return /*#__PURE__*/React.createElement("div", __assign({
|
|
13
|
-
className: styles.titles
|
|
14
|
-
}, restProps), /*#__PURE__*/React.createElement(Heading, {
|
|
15
|
-
variant: "composable-header-title",
|
|
16
|
-
tag: "h1",
|
|
17
|
-
color: "dark",
|
|
18
|
-
classNameOverride: styles.pageTitle
|
|
19
|
-
}, /*#__PURE__*/React.createElement(Heading, {
|
|
20
|
-
classNameOverride: styles.prefix,
|
|
21
|
-
variant: "heading-6",
|
|
22
|
-
tag: "span",
|
|
23
|
-
color: "dark-reduced-opacity"
|
|
24
|
-
}, workflowName, /*#__PURE__*/React.createElement(VisuallyHidden, null, ":")), /*#__PURE__*/React.createElement("span", null, stepName)), statusTag && (
|
|
25
|
-
/*#__PURE__*/
|
|
26
|
-
// status may need to be update by a fetch
|
|
27
|
-
React.createElement("div", {
|
|
28
|
-
className: styles.statusTag
|
|
29
|
-
}, statusTag)));
|
|
30
|
-
};
|
|
31
|
-
Titles.displayName = "Workflow.Titles";
|
|
32
|
-
return Titles;
|
|
33
|
-
}();
|
|
34
|
-
export { Titles };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
|
-
import styles from './Main.module.css.mjs';
|
|
5
|
-
const Main = /*#__PURE__*/function () {
|
|
6
|
-
const Main = function (_a) {
|
|
7
|
-
var children = _a.children,
|
|
8
|
-
classNameOverride = _a.classNameOverride,
|
|
9
|
-
restProps = __rest(_a, ["children", "classNameOverride"]);
|
|
10
|
-
return /*#__PURE__*/React.createElement("main", __assign({
|
|
11
|
-
className: classnames([styles.main, classNameOverride])
|
|
12
|
-
}, restProps), children);
|
|
13
|
-
};
|
|
14
|
-
Main.displayName = "Workflow.Main";
|
|
15
|
-
return Main;
|
|
16
|
-
}();
|
|
17
|
-
export { Main };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
|
-
import styles from './Wrapper.module.css.mjs';
|
|
5
|
-
const Wrapper = /*#__PURE__*/function () {
|
|
6
|
-
const Wrapper = function (_a) {
|
|
7
|
-
var children = _a.children,
|
|
8
|
-
classNameOverride = _a.classNameOverride,
|
|
9
|
-
restProps = __rest(_a, ["children", "classNameOverride"]);
|
|
10
|
-
return /*#__PURE__*/React.createElement("div", __assign({
|
|
11
|
-
className: classnames(styles.wrapper, classNameOverride)
|
|
12
|
-
}, restProps), children);
|
|
13
|
-
};
|
|
14
|
-
Wrapper.displayName = "Workflow.Wrapper";
|
|
15
|
-
return Wrapper;
|
|
16
|
-
}();
|
|
17
|
-
export { Wrapper };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { GuidanceBlock } from './__containers__/GuidanceBlock/v1/GuidanceBlock.mjs';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { GuidanceBlock } from './__containers__/GuidanceBlock/v2/GuidanceBlock.mjs';
|
package/dist/esm/layoutV1.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Workflow } from './__layout__/Workflow/v1/index.mjs';
|
package/dist/esm/layoutV2.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Workflow } from './__layout__/Workflow/v2/index.mjs';
|
package/dist/esm/layoutV3.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Workflow } from './__layout__/Workflow/v3/Workflow.mjs';
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { HeadingProps } from "../../../Heading";
|
|
3
|
-
import { SceneProps, SpotProps } from "../../../Illustration";
|
|
4
|
-
import { ButtonProps } from "../../../__actions__/v2";
|
|
5
|
-
import { TooltipProps } from "../../../__overlays__/Tooltip/v1";
|
|
6
|
-
export type ActionProps = ButtonProps & {
|
|
7
|
-
tooltip?: TooltipProps;
|
|
8
|
-
};
|
|
9
|
-
type LayoutType = "default" | "inline" | "stacked";
|
|
10
|
-
type IllustrationType = "spot" | "scene";
|
|
11
|
-
type TextAlignment = "center" | "left";
|
|
12
|
-
type GuidanceBlockActions = {
|
|
13
|
-
primary: ActionProps;
|
|
14
|
-
secondary?: ActionProps;
|
|
15
|
-
dismiss?: {
|
|
16
|
-
onClick: () => void;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
type BaseGuidanceBlockProps = {
|
|
20
|
-
layout?: LayoutType;
|
|
21
|
-
illustration: React.ReactElement<SpotProps | SceneProps>;
|
|
22
|
-
illustrationType?: IllustrationType;
|
|
23
|
-
smallScreenTextAlignment?: TextAlignment;
|
|
24
|
-
actions?: GuidanceBlockActions;
|
|
25
|
-
secondaryDismiss?: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* If you are migrating from the KAIO v1:
|
|
28
|
-
* - `prominent` is now `expert-advice`
|
|
29
|
-
* - All other variants are removed in favour of `default`
|
|
30
|
-
*/
|
|
31
|
-
variant?: "default" | "expert-advice";
|
|
32
|
-
withActionButtonArrow?: boolean;
|
|
33
|
-
noMaxWidth?: boolean;
|
|
34
|
-
};
|
|
35
|
-
type GuidanceBlockWithText = {
|
|
36
|
-
text: {
|
|
37
|
-
title: string;
|
|
38
|
-
titleTag?: HeadingProps["tag"];
|
|
39
|
-
description: string | React.ReactNode;
|
|
40
|
-
};
|
|
41
|
-
} & BaseGuidanceBlockProps;
|
|
42
|
-
type GuidanceBlockPropsWithContent = {
|
|
43
|
-
content: React.ReactElement;
|
|
44
|
-
} & BaseGuidanceBlockProps;
|
|
45
|
-
export type GuidanceBlockProps = GuidanceBlockWithText | GuidanceBlockPropsWithContent;
|
|
46
|
-
export type GuidanceBlockState = {
|
|
47
|
-
hidden: boolean;
|
|
48
|
-
removed: boolean;
|
|
49
|
-
mediaQueryLayout: string;
|
|
50
|
-
};
|
|
51
|
-
/**
|
|
52
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093807/Guidance+Block Guidance} |
|
|
53
|
-
* {@link https://cultureamp.design/?path=/docs/components-guidanceblock--docs Storybook}
|
|
54
|
-
*/
|
|
55
|
-
export declare const GuidanceBlock: {
|
|
56
|
-
({ layout, variant, withActionButtonArrow, noMaxWidth, illustrationType, smallScreenTextAlignment, actions, illustration, secondaryDismiss, ...restProps }: GuidanceBlockProps): JSX.Element;
|
|
57
|
-
displayName: string;
|
|
58
|
-
};
|
|
59
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./GuidanceBlock";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./GuidanceBlock/v1";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./GuidanceBlock/v2";
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "../../../types/OverrideClassName";
|
|
3
|
-
import { FooterProps, HeaderProps } from "./subcomponents";
|
|
4
|
-
export type WorkflowProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & FooterProps & HeaderProps;
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use { Workflow } from `@kaizen/components/future`
|
|
7
|
-
*/
|
|
8
|
-
export declare const Workflow: {
|
|
9
|
-
({ stepName, steps, isComplete, workflowName, status, headerActions, children, nextAction, previousAction, classNameOverride, ...restProps }: WorkflowProps): JSX.Element;
|
|
10
|
-
Header: {
|
|
11
|
-
({ workflowName, stepName, status, headerActions, ...restProps }: HeaderProps): JSX.Element;
|
|
12
|
-
displayName: string;
|
|
13
|
-
};
|
|
14
|
-
Footer: {
|
|
15
|
-
({ steps, stepName, isComplete, previousAction, nextAction, ...restProps }: FooterProps): JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
|
18
|
-
Main: {
|
|
19
|
-
({ children, classNameOverride, ...restProps }: import("./subcomponents").WorkflowMainProps): JSX.Element;
|
|
20
|
-
displayName: string;
|
|
21
|
-
};
|
|
22
|
-
ProgressStepper: {
|
|
23
|
-
({ stepName, steps, isComplete, ...restprops }: import("./subcomponents").ProgressStepperProps): JSX.Element;
|
|
24
|
-
displayName: string;
|
|
25
|
-
};
|
|
26
|
-
Wrapper: {
|
|
27
|
-
({ children, classNameOverride, ...restProps }: import("./subcomponents").WorkflowWrapperProps): JSX.Element;
|
|
28
|
-
displayName: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { WorkflowProps as WorkflowPropsV1 } from "./Workflow";
|
|
2
|
-
/** * @deprecated upgrade to v3 for the latest release */
|
|
3
|
-
export declare const Workflow: {
|
|
4
|
-
({ stepName, steps, isComplete, workflowName, status, headerActions, children, nextAction, previousAction, classNameOverride, ...restProps }: WorkflowPropsV1): JSX.Element;
|
|
5
|
-
Header: {
|
|
6
|
-
({ workflowName, stepName, status, headerActions, ...restProps }: import("./subcomponents").HeaderProps): JSX.Element;
|
|
7
|
-
displayName: string;
|
|
8
|
-
};
|
|
9
|
-
Footer: {
|
|
10
|
-
({ steps, stepName, isComplete, previousAction, nextAction, ...restProps }: import("./subcomponents").FooterProps): JSX.Element;
|
|
11
|
-
displayName: string;
|
|
12
|
-
};
|
|
13
|
-
Main: {
|
|
14
|
-
({ children, classNameOverride, ...restProps }: import("./subcomponents").WorkflowMainProps): JSX.Element;
|
|
15
|
-
displayName: string;
|
|
16
|
-
};
|
|
17
|
-
ProgressStepper: {
|
|
18
|
-
({ stepName, steps, isComplete, ...restprops }: import("./subcomponents").ProgressStepperProps): JSX.Element;
|
|
19
|
-
displayName: string;
|
|
20
|
-
};
|
|
21
|
-
Wrapper: {
|
|
22
|
-
({ children, classNameOverride, ...restProps }: import("./subcomponents").WorkflowWrapperProps): JSX.Element;
|
|
23
|
-
displayName: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
/** * @deprecated upgrade to v3 for the latest release */
|
|
27
|
-
export type WorkflowProps = WorkflowPropsV1;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
3
|
-
import { ProgressStepperProps } from "./components";
|
|
4
|
-
export type FooterProps = {
|
|
5
|
-
/** An action to return to a previous step */
|
|
6
|
-
previousAction?: JSX.Element;
|
|
7
|
-
/** An action to progress to the next step or submit the form */
|
|
8
|
-
nextAction?: JSX.Element;
|
|
9
|
-
} & ProgressStepperProps & OverrideClassName<Omit<HTMLAttributes<HTMLElement>, "children">>;
|
|
10
|
-
export declare const Footer: {
|
|
11
|
-
({ steps, stepName, isComplete, previousAction, nextAction, ...restProps }: FooterProps): JSX.Element;
|
|
12
|
-
displayName: string;
|
|
13
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export type ProgressStepperProps = {
|
|
2
|
-
stepName: string;
|
|
3
|
-
steps: [string, ...string[]];
|
|
4
|
-
isComplete?: boolean;
|
|
5
|
-
};
|
|
6
|
-
export declare const ProgressStepper: {
|
|
7
|
-
({ stepName, steps, isComplete, ...restprops }: ProgressStepperProps): JSX.Element;
|
|
8
|
-
displayName: string;
|
|
9
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "../../../../../../../types/OverrideClassName";
|
|
3
|
-
export type FooterRootProps = OverrideClassName<HTMLAttributes<HTMLHeadingElement>>;
|
|
4
|
-
export declare const FooterRoot: {
|
|
5
|
-
({ children, classNameOverride, ...restProps }: FooterRootProps): JSX.Element;
|
|
6
|
-
displayName: string;
|
|
7
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { WorkflowTitlesProps, WorkflowActionsProps } from "./components";
|
|
2
|
-
export type HeaderProps = WorkflowTitlesProps & WorkflowActionsProps;
|
|
3
|
-
export declare const Header: {
|
|
4
|
-
({ workflowName, stepName, status, headerActions, ...restProps }: HeaderProps): JSX.Element;
|
|
5
|
-
displayName: string;
|
|
6
|
-
};
|
package/dist/types/__layout__/Workflow/v1/subcomponents/Header/components/Actions/Actions.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "../../../../../../../types/OverrideClassName";
|
|
3
|
-
export type WorkflowActionsProps = {
|
|
4
|
-
/**
|
|
5
|
-
* Header actions will render in order of the array.
|
|
6
|
-
*/
|
|
7
|
-
headerActions?: JSX.Element[];
|
|
8
|
-
} & OverrideClassName<Omit<HTMLAttributes<HTMLDivElement>, "children">>;
|
|
9
|
-
/** A wrapper for an exit trigger (and other) actions of the Header Workflow */
|
|
10
|
-
export declare const Actions: {
|
|
11
|
-
({ headerActions, ...restProps }: WorkflowActionsProps): JSX.Element;
|
|
12
|
-
displayName: string;
|
|
13
|
-
};
|
package/dist/types/__layout__/Workflow/v1/subcomponents/Header/components/Branding/Branding.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { BrandProps } from "../../../../../../../Brand";
|
|
3
|
-
import { OverrideClassName } from "../../../../../../../types/OverrideClassName";
|
|
4
|
-
export type WorflowBrandingProps = {
|
|
5
|
-
variant?: BrandProps["variant"];
|
|
6
|
-
alt: string;
|
|
7
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
8
|
-
export declare const Branding: {
|
|
9
|
-
({ variant, alt, }: WorflowBrandingProps): JSX.Element;
|
|
10
|
-
displayName: string;
|
|
11
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "../../../../../../../types/OverrideClassName";
|
|
3
|
-
export type HeaderRootProps = OverrideClassName<HTMLAttributes<HTMLHeadingElement>>;
|
|
4
|
-
export declare const HeaderRoot: {
|
|
5
|
-
({ children, classNameOverride, ...restProps }: HeaderRootProps): JSX.Element;
|
|
6
|
-
displayName: string;
|
|
7
|
-
};
|
package/dist/types/__layout__/Workflow/v1/subcomponents/Header/components/Titles/Titles.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { DefaultTagProps } from "../../../../../../../Tag";
|
|
3
|
-
import { OverrideClassName } from "../../../../../../../types/OverrideClassName";
|
|
4
|
-
export type WorkflowStatus = {
|
|
5
|
-
/** @default: "statusDraft" */
|
|
6
|
-
variant?: DefaultTagProps["variant"];
|
|
7
|
-
content?: string;
|
|
8
|
-
};
|
|
9
|
-
export type WorkflowTitlesProps = {
|
|
10
|
-
workflowName: string;
|
|
11
|
-
stepName: string;
|
|
12
|
-
status?: WorkflowStatus;
|
|
13
|
-
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
14
|
-
export declare const Titles: {
|
|
15
|
-
({ workflowName, stepName, status, ...restProps }: WorkflowTitlesProps): JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import { OverrideClassName } from "../../../../../types/OverrideClassName";
|
|
3
|
-
export type WorkflowWrapperProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & {
|
|
4
|
-
children: ReactNode;
|
|
5
|
-
};
|
|
6
|
-
export declare const Wrapper: {
|
|
7
|
-
({ children, classNameOverride, ...restProps }: WorkflowWrapperProps): JSX.Element;
|
|
8
|
-
displayName: string;
|
|
9
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { OverrideClassName } from "../../../types/OverrideClassName";
|
|
3
|
-
import { FooterProps, HeaderProps } from "./subcomponents";
|
|
4
|
-
export type WorkflowProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & FooterProps & Pick<HeaderProps, "workflowName" | "status" | "headerActions">;
|
|
5
|
-
export declare const Workflow: {
|
|
6
|
-
({ steps, currentStepId, isComplete, workflowName, status, headerActions, children, nextAction, previousAction, classNameOverride, ...restProps }: WorkflowProps): JSX.Element;
|
|
7
|
-
Header: {
|
|
8
|
-
({ workflowName, stepName, status, headerActions, ...restProps }: HeaderProps): JSX.Element;
|
|
9
|
-
displayName: string;
|
|
10
|
-
};
|
|
11
|
-
Footer: {
|
|
12
|
-
({ steps, currentStepId, isComplete, previousAction, nextAction, ...restProps }: FooterProps): JSX.Element;
|
|
13
|
-
displayName: string;
|
|
14
|
-
};
|
|
15
|
-
Main: {
|
|
16
|
-
({ children, classNameOverride, ...restProps }: import("./subcomponents").WorkflowMainProps): JSX.Element;
|
|
17
|
-
displayName: string;
|
|
18
|
-
};
|
|
19
|
-
ProgressStepper: {
|
|
20
|
-
({ currentStepId, steps, isComplete, ...restprops }: import("./subcomponents").ProgressStepperProps): JSX.Element;
|
|
21
|
-
displayName: string;
|
|
22
|
-
};
|
|
23
|
-
Wrapper: {
|
|
24
|
-
({ children, classNameOverride, ...restProps }: import("./subcomponents").WorkflowWrapperProps): JSX.Element;
|
|
25
|
-
displayName: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./controls";
|