-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(language-selector): remove internal decorator #11069
fix(language-selector): remove internal decorator #11069
Conversation
Deploy preview created for package Built with commit: aa2280ab371d40fdaa6361858fcf0dec61054519 |
Deploy preview created for package Built with commit: aa2280ab371d40fdaa6361858fcf0dec61054519 |
Deploy preview created for package Built with commit: aa2280ab371d40fdaa6361858fcf0dec61054519 |
Deploy preview created for package Built with commit: aa2280ab371d40fdaa6361858fcf0dec61054519 |
Deploy preview created for package Built with commit: aa2280ab371d40fdaa6361858fcf0dec61054519 |
d61199d
into
carbon-design-system:main
### Related Ticket(s) Closes #10885 ### Description Removes the `@internal` decorator from `language-selector` which was preventing output to the `.d.ts`. Also removes unneeded code from `bx-input`. ### Changelog **New** - {{new thing}} **Changed** - {{changed thing}} **Removed** - `@internal` decorator - unused getter/setter from `bx-input` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
…em#11069) ### Related Ticket(s) Closes carbon-design-system#10885 ### Description Removes the `@internal` decorator from `language-selector` which was preventing output to the `.d.ts`. Also removes unneeded code from `bx-input`. ### Changelog **New** - {{new thing}} **Changed** - {{changed thing}} **Removed** - `@internal` decorator - unused getter/setter from `bx-input` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
…em#11069) ### Related Ticket(s) Closes carbon-design-system#10885 ### Description Removes the `@internal` decorator from `language-selector` which was preventing output to the `.d.ts`. Also removes unneeded code from `bx-input`. ### Changelog **New** - {{new thing}} **Changed** - {{changed thing}} **Removed** - `@internal` decorator - unused getter/setter from `bx-input` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Related Ticket(s)
Closes #10885
Description
Removes the
@internal
decorator fromlanguage-selector
which was preventing output to the.d.ts
. Also removes unneeded code frombx-input
.Changelog
New
Changed
Removed
@internal
decoratorbx-input