Skip to content

Commit fd89332

Browse files
authored
chore: integrate unmigrated component tags (#4176)
* chore(accordion,actionbar): fix tag placement to show migrated in filters * chore: add unmigrated tag for clarity
1 parent 6d835ff commit fd89332

File tree

30 files changed

+111
-30
lines changed

30 files changed

+111
-30
lines changed

components/accordion/stories/accordion.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export default {
118118
status: {
119119
type: "migrated",
120120
},
121-
tags: ["migrated"],
122121
},
122+
tags: ["migrated"],
123123
};
124124

125125
/**

components/actionbar/stories/actionbar.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ export default {
7575
status: {
7676
type: "migrated",
7777
},
78-
tags: ["migrated"],
7978
},
79+
tags: ["migrated"],
8080
};
8181

8282
export const Default = ActionBarGroup.bind({});

components/actionmenu/stories/actionmenu.stories.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@ export default {
5050
story: {
5151
height: "200px",
5252
}
53-
}
53+
},
54+
status: {
55+
type: "unmigrated",
56+
},
5457
},
58+
tags: ["unmigrated"],
5559
};
5660

5761
export const Default = ActionMenuGroup.bind({});

components/asset/stories/asset.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ export default {
3838
parameters: {
3939
packageJson,
4040
metadata,
41+
status: {
42+
type: "unmigrated",
43+
},
4144
},
45+
tags: ["unmigrated"],
4246
};
4347

4448
export const Default = AssetGroup.bind({});

components/assetcard/stories/assetcard.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ export default {
9292
},
9393
packageJson,
9494
metadata,
95+
status: {
96+
type: "unmigrated",
97+
},
9598
},
99+
tags: ["unmigrated"],
96100
};
97101

98102
export const Default = AssetCardGroup.bind({});

components/assetlist/stories/assetlist.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ export default {
2222
},
2323
packageJson,
2424
metadata,
25+
status: {
26+
type: "unmigrated",
27+
},
2528
},
29+
tags: ["unmigrated"],
2630
};
2731

2832
export const Default = AssetListGroup.bind({});

components/button/stories/button.stories.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ export default {
9393
type: "figma",
9494
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=707-2774",
9595
},
96-
html: {
97-
root: "#render-root"
98-
},
9996
downState: {
10097
selectors: [".spectrum-Button:not(:disabled)"],
10198
},

components/calendar/stories/calendar.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,11 @@ export default {
117117
},
118118
packageJson,
119119
metadata,
120+
status: {
121+
type: "unmigrated",
122+
},
120123
},
124+
tags: ["unmigrated"],
121125
};
122126

123127
export const Default = CalendarGroup.bind({});

components/card/stories/card.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,11 @@ export default {
125125
},
126126
packageJson,
127127
metadata,
128+
status: {
129+
type: "unmigrated",
130+
},
128131
},
132+
tags: ["unmigrated"],
129133
};
130134

131135
/**

components/clearbutton/stories/clearbutton.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export default {
3535
status: {
3636
type: "migrated",
3737
},
38-
tags: ["migrated"],
3938
},
39+
tags: ["migrated"],
4040
};
4141

4242
export const Default = ClearButtonGroup.bind({});

0 commit comments

Comments
 (0)