Benji Franck
Benji Franck
This PR addresses https://github.com/GovAlta/ui-components/issues/1146 with the following changes: - Adds `light` variant - Updates colours for other variants from the [Figma design](https://www.figma.com/file/jDsIoiKh5ViZRWJdS0Dgtf/Component---Button?type=design&node-id=2403%3A133290&mode=design&t=YCaqJONkIYZ8AFc8-1) - Uses `dark` styling for `nocolor` - Uses...
### Is your feature request related to a problem? Please describe Upon reviewing our component CSS, I noticed that we have transition duration values in eight components: Component | Property...
This PR addresses #1147 with the following changes to the checkbox component: When the checkbox is unselected... - Hover: Box uses an inner border - Disabled: Label colour is `grey-500`...
Let's review all component `.html-data.json` files and make the following changes: 1. Add missing component properties 2. Change any camel case property names to lower case ### Accordion - Add...
### Describe the solution you'd like Let's add some subtle animations to our interactive components. Animations provide both aesthetic and functional benefits to users. They help users understand how the...
This PR adds the work side menu component. ### How to test Use the `v2 experimental` design tokens branch for proper colours and border values: https://github.com/GovAlta/design-tokens/tree/v2-2998-coded-component-updates Add this example menu...
This PR updates the button styling to match the new [v2 buttons in Figma](https://www.figma.com/design/Jpy1Ea5qglwnp1SgGnagY9/%E2%9D%96-Component-library-BETA?node-id=57138-300030&m=dev). I decided not to implement the `Text` variant since it seems like a better fit or...
This PR updates the Dropdown styling to match the [v2 Figma designs](https://www.figma.com/design/Jpy1Ea5qglwnp1SgGnagY9/%E2%9D%96-Component-library-BETA?node-id=28478-241608&t=syDuyGbxinA7cKhk-1). It also adds a `size` property with a compact variant.
### Acceptance criteria #### Design Tokens - All design tokens are updated to match the new 2.0 designs - Has new & updated colour values - Has new & updated...
This PR updates the callout to matches the new v2 Callout component. It makes the following changes: - Updates the callout layout - Uses the [v2 design tokens](https://github.com/GovAlta/design-tokens/pull/96) - Adds...