Skip to content

Commit dad8cfc

Browse files
authored
chore: update component status table (#2110)
1 parent 6a18f25 commit dad8cfc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/blade/src/utils/storybook/componentStatusData.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,11 @@ const componentData: ComponentStatusDataType = [
465465
description: 'ButtonGroup component can be used to group related buttons.',
466466
},
467467
{
468-
name: 'MobileNumberInput',
469-
status: 'in-development',
468+
name: 'PhoneNumberInput',
469+
status: 'released',
470+
platform: 'web',
471+
releasedIn: '11.10.0',
472+
storybookLink: 'Components/Input/PhoneNumberInput',
470473
description:
471474
'A phone number input is an input field that allow users to input phone numbers with a keyboard. It supports entering phone numbers from different geographic locations.',
472475
},

0 commit comments

Comments
 (0)