Skip to content

Commit

Permalink
Winter/small fixes to progress stepper (#5052)
Browse files Browse the repository at this point in the history
* delete old progress stepper and update docs meta title

* add empty changeset

---------

Co-authored-by: Doug MacKenzie <[email protected]>
  • Loading branch information
mcwinter07 and dougmacknz authored Sep 23, 2024
1 parent 1c788b7 commit f58c5b6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 258 deletions.
3 changes: 3 additions & 0 deletions .changeset/eighty-dolphins-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Workflow } from "../"
import { WorkflowControls } from "./controls"

const meta = {
title: "Layout/Workflow/Workflow/Components/Progress Stepper",
title: "Layout/Workflow/Components/Progress Stepper",
component: Workflow.ProgressStepper,
argTypes: {
currentStepId: WorkflowControls.currentStepId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const MockContent = (): JSX.Element => (
)

const meta = {
title: "Layout/Workflow/Workflow",
title: "Layout/Workflow",
component: Workflow,
argTypes: WorkflowControls,
args: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Workflow } from "../"
import { WorkflowControls } from "./controls"

const meta = {
title: "Layout/Workflow/Workflow/Components/Footer",
title: "Layout/Workflow/Components/Footer",
component: Workflow.Footer,
argTypes: {
...WorkflowControls.nextAction,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Workflow } from "../"
import { WorkflowControls } from "./controls"

const meta = {
title: "Layout/Workflow/Workflow/Components/Header",
title: "Layout/Workflow/Components/Header",
component: Workflow.Header,
argTypes: {
...WorkflowControls.headerActions,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit f58c5b6

Please sign in to comment.