Skip to content

Commit 5c7f567

Browse files
fix: update migrated components json
1 parent 62d0b78 commit 5c7f567

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.storybook/data/migrated-components.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"total": 85,
3-
"migrated": 62,
3+
"migrated": 63,
44
"components": [
55
{
66
"name": "accordion",
@@ -192,6 +192,11 @@
192192
"title": "Meter",
193193
"url": "meter"
194194
},
195+
{
196+
"name": "stepper",
197+
"title": "Number field",
198+
"url": "number-field"
199+
},
195200
{
196201
"name": "opacitycheckerboard",
197202
"title": "Opacity checkerboard",
@@ -252,11 +257,6 @@
252257
"title": "Status light",
253258
"url": "status-light"
254259
},
255-
{
256-
"name": "stepper",
257-
"title": "Number field",
258-
"url": "number-field"
259-
},
260260
{
261261
"name": "swatch",
262262
"title": "Swatch",
@@ -297,6 +297,11 @@
297297
"title": "Text area",
298298
"url": "text-area"
299299
},
300+
{
301+
"name": "textfield",
302+
"title": "Text field",
303+
"url": "text-field"
304+
},
300305
{
301306
"name": "thumbnail",
302307
"title": "Thumbnail",
@@ -313,5 +318,5 @@
313318
"url": "tooltip"
314319
}
315320
],
316-
"generatedAt": "2025-08-14T14:29:31.682Z"
321+
"generatedAt": "2025-08-15T21:14:18.477Z"
317322
}

0 commit comments

Comments
 (0)