Skip to content

Commit 156fe34

Browse files
committed
Add progressstep into babel carbon mapper
1 parent 9f067a2 commit 156fe34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ const carbonMapper = (importName) => ({
180180
StructuredListBody: 'StructuredList',
181181
StructuredListRow: 'StructuredList',
182182
StructuredListCell: 'StructuredList',
183+
ProgressStep: 'ProgressIndicator'
183184
}[importName] || importName)
184185

185186
const createCarbonCJSTransform = (env) => [

0 commit comments

Comments
 (0)