Skip to content

Commit effffb7

Browse files
committed
refactor: remove uncontrolled passwordbox component
1 parent 81fdc17 commit effffb7

File tree

3 files changed

+1
-140
lines changed

3 files changed

+1
-140
lines changed

src/design-system/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ export { ToastBar } from './toast-bar';
2424
export * from './tooltip';
2525
export { Message } from './message';
2626
export { Metadata, MetadataLink } from './metadata';
27-
export { PasswordBox, UncontrolledPasswordBox } from './password-box';
27+
export { PasswordBox } from './password-box';
2828
export type {
29-
UncontrolledPasswordBoxProps,
3029
PasswordBoxProps,
3130
OnPasswordChange,
3231
Password,

src/design-system/password-box/uncontrolled-password-box-input.component.tsx

Lines changed: 0 additions & 113 deletions
This file was deleted.

src/design-system/password-box/uncontrolled-password-box.component.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)