feat(TextBox): export TextContent TS definition#374
Merged
ImCoolNowRight merged 1 commit intodevelopfrom Sep 25, 2023
Merged
Conversation
Collaborator
|
Test Execution Passed. |
anthony9187
approved these changes
Sep 25, 2023
ImCoolNowRight
approved these changes
Sep 25, 2023
svc-lightning-ui-components
pushed a commit
that referenced
this pull request
Sep 27, 2023
# [@lightningjs/ui-components-v2.14.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.13.1...@lightningjs/ui-components-v2.14.0) (2023-09-27) ### Bug Fixes * **Button:** prevent repatching all prefix items on mode change ([#373](#373)) ([e3c2642](e3c2642)) * **InlineContent:** ignore invalid maxLines numbers ([#371](#371)) ([1a36d0b](1a36d0b)) * **TabBar:** update height if Tabs row height changes ([#375](#375)) ([9f392a9](9f392a9)) * **TitleRow:** default autoResizeHeight to prevent infinite loop ([#379](#379)) ([5fbc5bf](5fbc5bf)) ### Features * **TextBox:** export TextContent TS definition ([#374](#374)) ([42334e6](42334e6)) * **Tile:** Add Icon Support to Tile Component ([#376](#376)) ([7a66940](7a66940))
Collaborator
|
🎉 This PR is included in version @lightningjs/ui-components-v2.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This exports the TextContent TypeScript definition from the TextBox component so that consuming applications have access to it.
References
LUI-976 (The component in this ticket currently just copies the definition. This change will allow importing it from here).
Testing
n/a
Automation
n/a
Checklist