We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f067a2 commit 156fe34Copy full SHA for 156fe34
packages/common/babel.config.js
@@ -180,6 +180,7 @@ const carbonMapper = (importName) => ({
180
StructuredListBody: 'StructuredList',
181
StructuredListRow: 'StructuredList',
182
StructuredListCell: 'StructuredList',
183
+ ProgressStep: 'ProgressIndicator'
184
}[importName] || importName)
185
186
const createCarbonCJSTransform = (env) => [
0 commit comments