fix(ControlRow): update TS structure#348
Merged
ImCoolNowRight merged 34 commits intodevelopfrom Sep 13, 2023
Merged
Conversation
anthony9187
reviewed
Aug 28, 2023
packages/@lightningjs/ui-components/src/components/ControlRow/ControlRow.d.ts
Show resolved
Hide resolved
anthony9187
reviewed
Aug 28, 2023
packages/@lightningjs/ui-components/src/components/ControlRow/ControlRow.d.ts
Outdated
Show resolved
Hide resolved
Collaborator
|
Test Execution Passed. |
anthony9187
reviewed
Sep 13, 2023
packages/@lightningjs/ui-components/src/components/ControlRow/ControlRow.d.ts
Outdated
Show resolved
Hide resolved
f3a3715 to
f1f54d5
Compare
Collaborator
|
Test Execution Passed. |
anthony9187
reviewed
Sep 13, 2023
packages/@lightningjs/ui-components/src/components/ControlRow/ControlRow.d.ts
Outdated
Show resolved
Hide resolved
anthony9187
approved these changes
Sep 13, 2023
arwehrman
approved these changes
Sep 13, 2023
7a70803 to
d443234
Compare
Collaborator
|
Test Execution Passed. |
1 similar comment
Collaborator
|
Test Execution Passed. |
svc-lightning-ui-components
pushed a commit
that referenced
this pull request
Sep 19, 2023
# [@lightningjs/ui-components-v2.13.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.13.0...@lightningjs/ui-components-v2.13.1) (2023-09-19) ### Bug Fixes * **Badge:** update vertical offset value ([#370](#370)) ([d2a716a](d2a716a)) * **ControlRow:** update TS structure ([#348](#348)) ([1591c96](1591c96))
Collaborator
|
🎉 This PR is included in version @lightningjs/ui-components-v2.13.1 🎉 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 PR updates ControlRow TS structure
References
LUI-838