gd2910

Results 43 issues of gd2910

## Summary of the bug Currently the component preview and react code preview for `Radio` 'conditional' variant is mismatched, the react code preview should be changed to align with the...

type: bug 🐛
good first issue
radio button component

## Summary of the bug When using the side navigation and the previous selected is still visible the focus will move to the newly selected section but the section highlight...

type: bug 🐛

## Summary Support for v1 is being dropped, v2 brings in more features including snapshotOptions which will help with visual regression issues. This also splits out a diff report into...

## Summary of the bug `expanded` prop should control ic-side-navigation in full and collapsed versions. ## 🪜 How to reproduce Tell us the steps to reproduce the problem: See this...

type: bug 🐛

## Summary of the bug Currently IcAlert is not passing a11y checks in high-contrast, colours must be changed to a higher contrast to pass. Ticket will have to pass through...

type: bug 🐛
good first issue
alert component

## Summary of the bug Syntax highlighting is not present for 'tsx' files. Add conditional language variable in the CodePreview code window component. Javascript: (note function name & css styling):...

## Summary Create a @Watch that ensures dynamically slotted popover elements are rendered correctly. ## 💬 Description If a new popover element is dynamically slotted ensure that the `theme` is...

popover component

## Summary Currently developers must set the `theme` on each instance of popover when `IcTheme` is not being used. ## 💬 Description Set the theme on component load to match...

## Summary Slotted children of popover won't inherit a `theme` change ## 💬 Description Set a watch on the `theme` that then iterates over the children to change the `theme`...

popover component

## Summary of the changes Dark theme added for IcPopover ## Related issue #1214