@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,31 +0,0 @@
|
|
|
1
|
-
var styles = {
|
|
2
|
-
"rightMargin": "GuidanceBlock-module_rightMargin__SbVUD",
|
|
3
|
-
"noRightMargin": "GuidanceBlock-module_noRightMargin__CbCz9",
|
|
4
|
-
"banner": "GuidanceBlock-module_banner__NyOs1",
|
|
5
|
-
"noMaxWidth": "GuidanceBlock-module_noMaxWidth__Rh070",
|
|
6
|
-
"illustrationWrapper": "GuidanceBlock-module_illustrationWrapper__lIGaj",
|
|
7
|
-
"illustration": "GuidanceBlock-module_illustration__W7PwM",
|
|
8
|
-
"hasSceneIllustration": "GuidanceBlock-module_hasSceneIllustration__CX8GF",
|
|
9
|
-
"descriptionContainer": "GuidanceBlock-module_descriptionContainer__JyNJp",
|
|
10
|
-
"descriptionAndActions": "GuidanceBlock-module_descriptionAndActions__2KGZQ",
|
|
11
|
-
"buttonContainer": "GuidanceBlock-module_buttonContainer__6-Ty-",
|
|
12
|
-
"hidden": "GuidanceBlock-module_hidden__a6zCg",
|
|
13
|
-
"headingWrapper": "GuidanceBlock-module_headingWrapper__3zGY2",
|
|
14
|
-
"cancel": "GuidanceBlock-module_cancel__G-4ci",
|
|
15
|
-
"icon": "GuidanceBlock-module_icon__W0pEX",
|
|
16
|
-
"disabled": "GuidanceBlock-module_disabled__GL1dK",
|
|
17
|
-
"hover": "GuidanceBlock-module_hover__5PdJM",
|
|
18
|
-
"active": "GuidanceBlock-module_active__3ifEz",
|
|
19
|
-
"default": "GuidanceBlock-module_default__9rhEq",
|
|
20
|
-
"positive": "GuidanceBlock-module_positive__m6n-N",
|
|
21
|
-
"negative": "GuidanceBlock-module_negative__Z8tj-",
|
|
22
|
-
"assertive": "GuidanceBlock-module_assertive__76y6Y",
|
|
23
|
-
"informative": "GuidanceBlock-module_informative__QBzhx",
|
|
24
|
-
"cautionary": "GuidanceBlock-module_cautionary__iwOA-",
|
|
25
|
-
"prominent": "GuidanceBlock-module_prominent__LWMSm",
|
|
26
|
-
"inline": "GuidanceBlock-module_inline__Dq-OU",
|
|
27
|
-
"stacked": "GuidanceBlock-module_stacked__h3bUz",
|
|
28
|
-
"centerContent": "GuidanceBlock-module_centerContent__Cyd34",
|
|
29
|
-
"smallScreenTextAlignment": "GuidanceBlock-module_smallScreenTextAlignment__VI-fw"
|
|
30
|
-
};
|
|
31
|
-
export { styles as default };
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React, { useState, useEffect } from 'react';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
|
-
import Media from 'react-media';
|
|
5
|
-
import { Heading } from '../../../Heading/Heading.mjs';
|
|
6
|
-
import '../../../Icon/subcomponents/SVG/SVG.mjs';
|
|
7
|
-
import { ArrowForwardIcon } from '../../../Icon/ArrowForwardIcon.mjs';
|
|
8
|
-
import { Text } from '../../../Text/Text.mjs';
|
|
9
|
-
import { Tooltip } from '../../../__overlays__/Tooltip/v1/index.mjs';
|
|
10
|
-
import styles from './GuidanceBlock.module.scss.mjs';
|
|
11
|
-
import { Button } from '../../../__actions__/Button/v1/Button/Button.mjs';
|
|
12
|
-
var WithTooltip = function (_a) {
|
|
13
|
-
var tooltipProps = _a.tooltipProps,
|
|
14
|
-
children = _a.children;
|
|
15
|
-
return !!tooltipProps ? ( /*#__PURE__*/React.createElement(Tooltip, __assign({}, tooltipProps), children)) : ( /*#__PURE__*/React.createElement(React.Fragment, null, children));
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093807/Guidance+Block Guidance} |
|
|
19
|
-
* {@link https://cultureamp.design/?path=/docs/components-guidanceblock--docs Storybook}
|
|
20
|
-
*/
|
|
21
|
-
const GuidanceBlock = /*#__PURE__*/function () {
|
|
22
|
-
const GuidanceBlock = function (_a) {
|
|
23
|
-
var _b, _c, _d, _e;
|
|
24
|
-
var _f = _a.layout,
|
|
25
|
-
layout = _f === void 0 ? "default" : _f,
|
|
26
|
-
_g = _a.variant,
|
|
27
|
-
variant = _g === void 0 ? "default" : _g,
|
|
28
|
-
_h = _a.withActionButtonArrow,
|
|
29
|
-
withActionButtonArrow = _h === void 0 ? true : _h,
|
|
30
|
-
_j = _a.noMaxWidth,
|
|
31
|
-
noMaxWidth = _j === void 0 ? false : _j,
|
|
32
|
-
_k = _a.illustrationType,
|
|
33
|
-
illustrationType = _k === void 0 ? "spot" : _k,
|
|
34
|
-
_l = _a.smallScreenTextAlignment,
|
|
35
|
-
smallScreenTextAlignment = _l === void 0 ? "center" : _l,
|
|
36
|
-
actions = _a.actions,
|
|
37
|
-
illustration = _a.illustration,
|
|
38
|
-
secondaryDismiss = _a.secondaryDismiss,
|
|
39
|
-
restProps = __rest(_a, ["layout", "variant", "withActionButtonArrow", "noMaxWidth", "illustrationType", "smallScreenTextAlignment", "actions", "illustration", "secondaryDismiss"]);
|
|
40
|
-
var _m = useState(false),
|
|
41
|
-
hidden = _m[0],
|
|
42
|
-
setHidden = _m[1];
|
|
43
|
-
var _o = useState(false),
|
|
44
|
-
removed = _o[0],
|
|
45
|
-
setRemoved = _o[1];
|
|
46
|
-
var _p = useState(""),
|
|
47
|
-
mediaQueryLayout = _p[0],
|
|
48
|
-
setMediaQueryLayout = _p[1];
|
|
49
|
-
var containerRef = /*#__PURE__*/React.createRef();
|
|
50
|
-
useEffect(function () {
|
|
51
|
-
if (layout === "inline" || layout === "stacked") {
|
|
52
|
-
containerQuery();
|
|
53
|
-
}
|
|
54
|
-
}, []);
|
|
55
|
-
var handleDismissBanner = function () {
|
|
56
|
-
var _a;
|
|
57
|
-
setHidden(true);
|
|
58
|
-
(_a = actions === null || actions === void 0 ? void 0 : actions.dismiss) === null || _a === void 0 ? void 0 : _a.onClick();
|
|
59
|
-
};
|
|
60
|
-
var onTransitionEnd = function (e) {
|
|
61
|
-
// Be careful: this assumes the final CSS property to be animated is "margin-top".
|
|
62
|
-
if (hidden && e.propertyName === "margin-top") {
|
|
63
|
-
setRemoved(true);
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
var containerQuery = function () {
|
|
67
|
-
var resizeObserver = new ResizeObserver(function (entries) {
|
|
68
|
-
if (entries.length === 1) {
|
|
69
|
-
handleMediaQueryLayout(entries[0].contentRect.width);
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
resizeObserver.observe(containerRef.current);
|
|
73
|
-
};
|
|
74
|
-
var handleMediaQueryLayout = function (width) {
|
|
75
|
-
if (width <= 320) {
|
|
76
|
-
setMediaQueryLayout("centerContent");
|
|
77
|
-
} else {
|
|
78
|
-
setMediaQueryLayout("");
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
var marginTop = function () {
|
|
82
|
-
if (hidden && containerRef.current) {
|
|
83
|
-
return -containerRef.current.clientHeight + "px";
|
|
84
|
-
}
|
|
85
|
-
return "0";
|
|
86
|
-
};
|
|
87
|
-
if (removed) {
|
|
88
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
89
|
-
}
|
|
90
|
-
var componentIsMobile = mediaQueryLayout.includes("centerContent");
|
|
91
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
92
|
-
className: classnames(styles.banner, variant && styles[variant], layout && styles[layout], hidden && styles.hidden, mediaQueryLayout === "centerContent" && styles.centerContent, noMaxWidth && styles.noMaxWidth, illustrationType === "scene" && styles.hasSceneIllustration, smallScreenTextAlignment === "left" && styles.smallScreenTextAlignment),
|
|
93
|
-
style: {
|
|
94
|
-
marginTop: marginTop()
|
|
95
|
-
},
|
|
96
|
-
ref: containerRef,
|
|
97
|
-
onTransitionEnd: onTransitionEnd
|
|
98
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
99
|
-
className: styles.illustrationWrapper
|
|
100
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
101
|
-
className: styles.illustration
|
|
102
|
-
}, illustrationType === "scene" ? /*#__PURE__*/React.cloneElement(illustration, {
|
|
103
|
-
enableAspectRatio: true
|
|
104
|
-
}) : illustration)), /*#__PURE__*/React.createElement("div", {
|
|
105
|
-
className: styles.descriptionAndActions
|
|
106
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
107
|
-
className: styles.descriptionContainer
|
|
108
|
-
}, "content" in restProps && restProps.content, "text" in restProps && ( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
109
|
-
className: styles.headingWrapper
|
|
110
|
-
}, /*#__PURE__*/React.createElement(Heading, {
|
|
111
|
-
tag: (_c = (_b = restProps === null || restProps === void 0 ? void 0 : restProps.text) === null || _b === void 0 ? void 0 : _b.titleTag) !== null && _c !== void 0 ? _c : "h3",
|
|
112
|
-
variant: "heading-3"
|
|
113
|
-
}, (_d = restProps === null || restProps === void 0 ? void 0 : restProps.text) === null || _d === void 0 ? void 0 : _d.title)), /*#__PURE__*/React.createElement(Text, {
|
|
114
|
-
tag: "p",
|
|
115
|
-
variant: "body"
|
|
116
|
-
}, (_e = restProps === null || restProps === void 0 ? void 0 : restProps.text) === null || _e === void 0 ? void 0 : _e.description)))), (actions === null || actions === void 0 ? void 0 : actions.primary) && ( /*#__PURE__*/React.createElement(Media, {
|
|
117
|
-
query: "(max-width: 767px)"
|
|
118
|
-
}, function (isMobile) {
|
|
119
|
-
var _a;
|
|
120
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
121
|
-
className: classnames({
|
|
122
|
-
noRightMargin: isMobile || componentIsMobile,
|
|
123
|
-
rightMargin: !(isMobile || componentIsMobile) && layout === "default"
|
|
124
|
-
})
|
|
125
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
126
|
-
className: classnames(styles.buttonContainer, (actions === null || actions === void 0 ? void 0 : actions.secondary) && styles.secondaryAction)
|
|
127
|
-
}, /*#__PURE__*/React.createElement(WithTooltip, {
|
|
128
|
-
tooltipProps: actions.primary.tooltip
|
|
129
|
-
}, /*#__PURE__*/React.createElement(Button, __assign({
|
|
130
|
-
icon: withActionButtonArrow ? ( /*#__PURE__*/React.createElement(ArrowForwardIcon, {
|
|
131
|
-
role: "presentation"
|
|
132
|
-
})) : undefined,
|
|
133
|
-
iconPosition: "end"
|
|
134
|
-
}, actions.primary, {
|
|
135
|
-
fullWidth: isMobile || componentIsMobile
|
|
136
|
-
}))), (actions === null || actions === void 0 ? void 0 : actions.secondary) && ( /*#__PURE__*/React.createElement(WithTooltip, {
|
|
137
|
-
tooltipProps: actions.secondary.tooltip
|
|
138
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
139
|
-
className: styles.secondaryAction
|
|
140
|
-
}, /*#__PURE__*/React.createElement(Button, __assign({
|
|
141
|
-
secondary: true
|
|
142
|
-
}, actions.secondary, {
|
|
143
|
-
onClick: secondaryDismiss ? function () {
|
|
144
|
-
return handleDismissBanner();
|
|
145
|
-
} : (_a = actions === null || actions === void 0 ? void 0 : actions.secondary) === null || _a === void 0 ? void 0 : _a.onClick,
|
|
146
|
-
fullWidth: isMobile || componentIsMobile
|
|
147
|
-
})))))));
|
|
148
|
-
}))));
|
|
149
|
-
};
|
|
150
|
-
GuidanceBlock.displayName = "GuidanceBlock";
|
|
151
|
-
return GuidanceBlock;
|
|
152
|
-
}();
|
|
153
|
-
export { GuidanceBlock };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
var styles = {
|
|
2
|
-
"rightMargin": "GuidanceBlock-module_rightMargin__gIzig",
|
|
3
|
-
"noRightMargin": "GuidanceBlock-module_noRightMargin__xtPiX",
|
|
4
|
-
"banner": "GuidanceBlock-module_banner__ng6kh",
|
|
5
|
-
"noMaxWidth": "GuidanceBlock-module_noMaxWidth__V-DbD",
|
|
6
|
-
"illustrationWrapper": "GuidanceBlock-module_illustrationWrapper__-rRYc",
|
|
7
|
-
"illustration": "GuidanceBlock-module_illustration__LpEwu",
|
|
8
|
-
"hasSceneIllustration": "GuidanceBlock-module_hasSceneIllustration__HxwOA",
|
|
9
|
-
"descriptionContainer": "GuidanceBlock-module_descriptionContainer__N1EEi",
|
|
10
|
-
"descriptionAndActions": "GuidanceBlock-module_descriptionAndActions__D206m",
|
|
11
|
-
"buttonContainer": "GuidanceBlock-module_buttonContainer__w3vEh",
|
|
12
|
-
"hidden": "GuidanceBlock-module_hidden__hgakl",
|
|
13
|
-
"headingWrapper": "GuidanceBlock-module_headingWrapper__xqjf-",
|
|
14
|
-
"cancel": "GuidanceBlock-module_cancel__0lcBe",
|
|
15
|
-
"icon": "GuidanceBlock-module_icon__XVKkH",
|
|
16
|
-
"disabled": "GuidanceBlock-module_disabled__tbZPh",
|
|
17
|
-
"hover": "GuidanceBlock-module_hover__vs7Wu",
|
|
18
|
-
"active": "GuidanceBlock-module_active__eJu5N",
|
|
19
|
-
"default": "GuidanceBlock-module_default__W7fnR",
|
|
20
|
-
"expert-advice": "GuidanceBlock-module_expert-advice__uGg7D",
|
|
21
|
-
"inline": "GuidanceBlock-module_inline__DC0LQ",
|
|
22
|
-
"stacked": "GuidanceBlock-module_stacked__2SSuH",
|
|
23
|
-
"centerContent": "GuidanceBlock-module_centerContent__pS9uQ",
|
|
24
|
-
"smallScreenTextAlignment": "GuidanceBlock-module_smallScreenTextAlignment__iaw5d"
|
|
25
|
-
};
|
|
26
|
-
export { styles as default };
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Footer } from './subcomponents/Footer/Footer.mjs';
|
|
4
|
-
import './subcomponents/Footer/components/Root/Root.mjs';
|
|
5
|
-
import { ProgressStepper } from './subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs';
|
|
6
|
-
import './subcomponents/Footer/components/FooterActions/FooterActions.mjs';
|
|
7
|
-
import { Header } from './subcomponents/Header/Header.mjs';
|
|
8
|
-
import './subcomponents/Header/components/Titles/Titles.mjs';
|
|
9
|
-
import './subcomponents/Header/components/Actions/Actions.mjs';
|
|
10
|
-
import './subcomponents/Header/components/Branding/Branding.mjs';
|
|
11
|
-
import './subcomponents/Header/components/Root/Root.mjs';
|
|
12
|
-
import { Main } from './subcomponents/Main/Main.mjs';
|
|
13
|
-
import { Wrapper } from './subcomponents/Wrapper/Wrapper.mjs';
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* @deprecated Use { Workflow } from `@kaizen/components/future`
|
|
17
|
-
*/
|
|
18
|
-
const Workflow = /*#__PURE__*/function () {
|
|
19
|
-
const Workflow = function (_a) {
|
|
20
|
-
var stepName = _a.stepName,
|
|
21
|
-
steps = _a.steps,
|
|
22
|
-
isComplete = _a.isComplete,
|
|
23
|
-
workflowName = _a.workflowName,
|
|
24
|
-
status = _a.status,
|
|
25
|
-
headerActions = _a.headerActions,
|
|
26
|
-
children = _a.children,
|
|
27
|
-
nextAction = _a.nextAction,
|
|
28
|
-
previousAction = _a.previousAction,
|
|
29
|
-
classNameOverride = _a.classNameOverride,
|
|
30
|
-
restProps = __rest(_a, ["stepName", "steps", "isComplete", "workflowName", "status", "headerActions", "children", "nextAction", "previousAction", "classNameOverride"]);
|
|
31
|
-
return /*#__PURE__*/React.createElement(Workflow.Wrapper, __assign({
|
|
32
|
-
classNameOverride: classNameOverride
|
|
33
|
-
}, restProps), /*#__PURE__*/React.createElement(Workflow.Header, {
|
|
34
|
-
workflowName: workflowName,
|
|
35
|
-
stepName: stepName,
|
|
36
|
-
status: status,
|
|
37
|
-
headerActions: headerActions
|
|
38
|
-
}), /*#__PURE__*/React.createElement(Workflow.Main, null, children), /*#__PURE__*/React.createElement(Workflow.Footer, {
|
|
39
|
-
stepName: stepName,
|
|
40
|
-
steps: steps,
|
|
41
|
-
isComplete: isComplete,
|
|
42
|
-
nextAction: nextAction,
|
|
43
|
-
previousAction: previousAction
|
|
44
|
-
}));
|
|
45
|
-
};
|
|
46
|
-
Workflow.Header = Header;
|
|
47
|
-
Workflow.Footer = Footer;
|
|
48
|
-
Workflow.Main = Main;
|
|
49
|
-
Workflow.ProgressStepper = ProgressStepper;
|
|
50
|
-
Workflow.Wrapper = Wrapper;
|
|
51
|
-
return Workflow;
|
|
52
|
-
}();
|
|
53
|
-
export { Workflow };
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { FooterRoot } from './components/Root/Root.mjs';
|
|
4
|
-
import { ProgressStepper } from './components/ProgressStepper/ProgressStepper.mjs';
|
|
5
|
-
import { FooterAction } from './components/FooterActions/FooterActions.mjs';
|
|
6
|
-
const Footer = /*#__PURE__*/function () {
|
|
7
|
-
const Footer = function (_a) {
|
|
8
|
-
var steps = _a.steps,
|
|
9
|
-
stepName = _a.stepName,
|
|
10
|
-
isComplete = _a.isComplete,
|
|
11
|
-
previousAction = _a.previousAction,
|
|
12
|
-
nextAction = _a.nextAction,
|
|
13
|
-
restProps = __rest(_a, ["steps", "stepName", "isComplete", "previousAction", "nextAction"]);
|
|
14
|
-
return /*#__PURE__*/React.createElement(FooterRoot, __assign({}, restProps), /*#__PURE__*/React.createElement(FooterAction, {
|
|
15
|
-
action: previousAction,
|
|
16
|
-
actionType: "Previous"
|
|
17
|
-
}), /*#__PURE__*/React.createElement(ProgressStepper, {
|
|
18
|
-
steps: steps,
|
|
19
|
-
stepName: stepName,
|
|
20
|
-
isComplete: isComplete
|
|
21
|
-
}), /*#__PURE__*/React.createElement(FooterAction, {
|
|
22
|
-
action: nextAction,
|
|
23
|
-
actionType: "Next"
|
|
24
|
-
}));
|
|
25
|
-
};
|
|
26
|
-
Footer.displayName = "Workflow.Footer";
|
|
27
|
-
return Footer;
|
|
28
|
-
}();
|
|
29
|
-
export { Footer };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
|
-
import styles from './FooterActions.module.scss.mjs';
|
|
5
|
-
|
|
6
|
-
/** A simple wrapper for a Footer previous or next action */
|
|
7
|
-
const FooterAction = /*#__PURE__*/function () {
|
|
8
|
-
const FooterAction = function (_a) {
|
|
9
|
-
var _b = _a.actionType,
|
|
10
|
-
actionType = _b === void 0 ? "Previous" : _b,
|
|
11
|
-
action = _a.action,
|
|
12
|
-
restProps = __rest(_a, ["actionType", "action"]);
|
|
13
|
-
return /*#__PURE__*/React.createElement("div", __assign({
|
|
14
|
-
className: classnames([styles.footerAction, styles["footerAction".concat(actionType)]])
|
|
15
|
-
}, restProps), action);
|
|
16
|
-
};
|
|
17
|
-
FooterAction.displayName = "Workflow.FooterActions";
|
|
18
|
-
return FooterAction;
|
|
19
|
-
}();
|
|
20
|
-
export { FooterAction };
|
|
@@ -1,92 +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.scss.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)
|
|
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)
|
|
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)
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
const ProgressStepper = /*#__PURE__*/function () {
|
|
45
|
-
const ProgressStepper = function (_a) {
|
|
46
|
-
var stepName = _a.stepName,
|
|
47
|
-
steps = _a.steps,
|
|
48
|
-
_b = _a.isComplete,
|
|
49
|
-
isComplete = _b === void 0 ? false : _b,
|
|
50
|
-
restprops = __rest(_a, ["stepName", "steps", "isComplete"]);
|
|
51
|
-
var currentStepIndex = steps.indexOf(stepName);
|
|
52
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
53
|
-
className: styles.stepsContainer
|
|
54
|
-
}, /*#__PURE__*/React.createElement("ol", __assign({
|
|
55
|
-
className: styles.stepList
|
|
56
|
-
}, restprops, {
|
|
57
|
-
"aria-labelledby": "stepper-description"
|
|
58
|
-
}), steps.map(function (step, index) {
|
|
59
|
-
var isCurrentStep = currentStepIndex === index;
|
|
60
|
-
var isCompletedStep = index < currentStepIndex || isComplete;
|
|
61
|
-
var _a = getStepStatus(isCompletedStep, isCurrentStep, step, index),
|
|
62
|
-
accessibleName = _a.accessibleName,
|
|
63
|
-
Icon = _a.icon;
|
|
64
|
-
return /*#__PURE__*/React.createElement("li", {
|
|
65
|
-
className: styles.step,
|
|
66
|
-
key: "".concat(index, "-").concat(step),
|
|
67
|
-
"aria-current": isCurrentStep
|
|
68
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
69
|
-
className: styles.stepContent
|
|
70
|
-
}, /*#__PURE__*/React.createElement(VisuallyHidden, null, accessibleName), /*#__PURE__*/React.createElement(Text, {
|
|
71
|
-
classNameOverride: styles.stepName,
|
|
72
|
-
variant: "small",
|
|
73
|
-
color: "white",
|
|
74
|
-
"aria-hidden": true
|
|
75
|
-
}, step), /*#__PURE__*/React.createElement("div", {
|
|
76
|
-
className: styles.stepIndicator
|
|
77
|
-
}, /*#__PURE__*/React.createElement("span", {
|
|
78
|
-
className: styles.stepIcon
|
|
79
|
-
}, Icon)), index < steps.length - 1 && ( /*#__PURE__*/React.createElement("div", {
|
|
80
|
-
className: classnames([styles.stepDivider, isCompletedStep && styles.completedStep])
|
|
81
|
-
}))));
|
|
82
|
-
})), /*#__PURE__*/React.createElement(Text, {
|
|
83
|
-
classNameOverride: styles.stepperDescription,
|
|
84
|
-
variant: "small",
|
|
85
|
-
color: "white",
|
|
86
|
-
id: "stepper-description"
|
|
87
|
-
}, "Step ", currentStepIndex + 1, " of ", steps.length));
|
|
88
|
-
};
|
|
89
|
-
ProgressStepper.displayName = "Workflow.ProgressStepper";
|
|
90
|
-
return ProgressStepper;
|
|
91
|
-
}();
|
|
92
|
-
export { ProgressStepper };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
var styles = {
|
|
2
|
-
"stepsContainer": "ProgressStepper-module_stepsContainer__ci3hM",
|
|
3
|
-
"stepList": "ProgressStepper-module_stepList__kp--2",
|
|
4
|
-
"step": "ProgressStepper-module_step__Ut-Qg",
|
|
5
|
-
"stepContent": "ProgressStepper-module_stepContent__retc7",
|
|
6
|
-
"stepIndicator": "ProgressStepper-module_stepIndicator__YdnP-",
|
|
7
|
-
"stepName": "ProgressStepper-module_stepName__zVxii",
|
|
8
|
-
"stepIcon": "ProgressStepper-module_stepIcon__jyegN",
|
|
9
|
-
"stepDivider": "ProgressStepper-module_stepDivider__Lp7Fp",
|
|
10
|
-
"stepperDescription": "ProgressStepper-module_stepperDescription__jgeSN"
|
|
11
|
-
};
|
|
12
|
-
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.scss.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
|
-
status = _a.status,
|
|
12
|
-
headerActions = _a.headerActions,
|
|
13
|
-
restProps = __rest(_a, ["workflowName", "stepName", "status", "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
|
-
status: status
|
|
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.scss.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/v1/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.scss.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.scss.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,38 +0,0 @@
|
|
|
1
|
-
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Heading } from '../../../../../../../Heading/Heading.mjs';
|
|
4
|
-
import { Tag } from '../../../../../../../Tag/Tag.mjs';
|
|
5
|
-
import { VisuallyHidden } from '../../../../../../../VisuallyHidden/VisuallyHidden.mjs';
|
|
6
|
-
import styles from './Titles.module.scss.mjs';
|
|
7
|
-
const Titles = /*#__PURE__*/function () {
|
|
8
|
-
const Titles = function (_a) {
|
|
9
|
-
var workflowName = _a.workflowName,
|
|
10
|
-
stepName = _a.stepName,
|
|
11
|
-
status = _a.status,
|
|
12
|
-
restProps = __rest(_a, ["workflowName", "stepName", "status"]);
|
|
13
|
-
return /*#__PURE__*/React.createElement("div", __assign({
|
|
14
|
-
className: styles.titles
|
|
15
|
-
}, restProps), /*#__PURE__*/React.createElement(Heading, {
|
|
16
|
-
variant: "heading-1",
|
|
17
|
-
tag: "h1",
|
|
18
|
-
color: "dark",
|
|
19
|
-
classNameOverride: styles.pageTitle
|
|
20
|
-
}, /*#__PURE__*/React.createElement(Heading, {
|
|
21
|
-
classNameOverride: styles.prefix,
|
|
22
|
-
variant: "heading-6",
|
|
23
|
-
tag: "span",
|
|
24
|
-
color: "dark-reduced-opacity"
|
|
25
|
-
}, workflowName, /*#__PURE__*/React.createElement(VisuallyHidden, null, ":")), /*#__PURE__*/React.createElement("span", null, stepName)), status && (
|
|
26
|
-
/*#__PURE__*/
|
|
27
|
-
// status may need to be update by a fetch
|
|
28
|
-
React.createElement("div", {
|
|
29
|
-
className: styles.status
|
|
30
|
-
}, /*#__PURE__*/React.createElement(Tag, {
|
|
31
|
-
inline: true,
|
|
32
|
-
variant: (status === null || status === void 0 ? void 0 : status.variant) || "statusDraft"
|
|
33
|
-
}, status === null || status === void 0 ? void 0 : status.content))));
|
|
34
|
-
};
|
|
35
|
-
Titles.displayName = "Workflow.Titles";
|
|
36
|
-
return Titles;
|
|
37
|
-
}();
|
|
38
|
-
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.scss.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 };
|