Skip to content

docs: adds tag for migrated components #3688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/actionbutton/stories/actionbutton.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default {
decorators: [
withDownStateDimensionCapture,
],
tags: ["migrated"],
};

export const Default = ActionButtonGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/breadcrumb/stories/breadcrumb.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export default {
type: "migrated",
}
},
tags: ["migrated"],
};

/**
Expand Down
1 change: 1 addition & 0 deletions components/checkbox/stories/checkbox.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = CheckboxGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/coachmark/stories/coachmark.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = CoachMarkGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/colorhandle/stories/colorhandle.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

/**
Expand Down
1 change: 1 addition & 0 deletions components/colorslider/stories/colorslider.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

/**
Expand Down
1 change: 1 addition & 0 deletions components/colorwheel/stories/colorwheel.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = ColorWheelGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/divider/stories/divider.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

/**
Expand Down
1 change: 1 addition & 0 deletions components/dropzone/stories/dropzone.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = DropzoneGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/fieldgroup/stories/fieldgroup.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = FieldGroupSet.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/helptext/stories/helptext.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

/**
Expand Down
1 change: 1 addition & 0 deletions components/icon/stories/icon.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = IconGroup.bind({});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default {
},
layout: "centered"
},
tags: ["migrated"],
};

export const Default = IllustratedMessageGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/infieldbutton/stories/infieldbutton.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default {
decorators: [
withDownStateDimensionCapture,
],
tags: ["migrated"],
};

export const Default = InfieldButtonGroup.bind({});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = InfieldProgressCircleGroup.bind({});
Expand Down
3 changes: 2 additions & 1 deletion components/inlinealert/stories/inlinealert.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { AlertsWithStyleOptions } from "./template.js";

/**
* In-line alerts display a non-modal message associated with objects in a view. These are often used in form validation, providing a place to aggregate feedback related to multiple fields.
*
*
* In-line alerts have five different variants: neutral (default), informative, positive, notice, and negative. Each variant is available with three fill styles (treatment): border (default), subtle, and bold.
*/
export default {
Expand Down Expand Up @@ -105,6 +105,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

/**
Expand Down
1 change: 1 addition & 0 deletions components/link/stories/link.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = LinkGroup.bind({});
Expand Down
1 change: 0 additions & 1 deletion components/meter/stories/meter.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default {
packageJson,
metadata,
},
tags: ["migrated"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Meter isn't quite migrated. We are missing a new S2 size.

};

/**
Expand Down
1 change: 1 addition & 0 deletions components/popover/stories/popover.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = ProgressCircleGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/radio/stories/radio.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = RadioGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/rating/stories/rating.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

/**
Expand Down
1 change: 1 addition & 0 deletions components/search/stories/search.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = SearchGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/textfield/stories/textarea.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = TextAreaGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/textfield/stories/textfield.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

export const Default = TextFieldGroup.bind({});
Expand Down
1 change: 1 addition & 0 deletions components/toast/stories/toast.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default {
type: "migrated",
},
},
tags: ["migrated"],
};

/**
Expand Down
Loading