John Kaeser
John Kaeser
### Related Ticket(s) none ### Description The way experimental components' feature flags work was changed at some point after updating Storybook. The current behavior is an all-or-nothing approach where the...
### Related Ticket(s) Resolves #9365 ### Description The default width for `DDSVideoPlayer` thumbnails seems to have been accidentally set to `3px`, resulting in tiny images that appeared as a blur...
### Related Ticket(s) Resolves #9462 ### Description Adds support for a new `logo` key in the masthead translation data schema so that JSON files from the `dataEndpoint` can modify certain...
https://jsw.ibm.com/browse/ADCMS-4835 ### Contribution type Components ### Contribution type (other) _No response_ ### Intent We'd like to create a web component version of `@carbon/react`'s **Pagination Nav** component. ### Solution Create a...
### Related Ticket(s) Closes #11342 ### Description This fixes two issues: 1. For each search result, we split it on a substring that matches the current search query, bold that...
### Related Ticket(s) Closes #11673 ### Description This PR updates all component-internal markup to include `part` attributes in the shadow roots allowing global stylesheets to override internal styles. ### Changelog...
### Description We use `padding-right` to set spacing for LTR documents, but this doesn't look right in RTL documents. We should use logical properties to fix this. See Olivia's original...