Skip to content

Releases: bcgov/design-system

@bcgov/design-system-react-components@v0.1.4

27 Aug 18:56
41a9f13
Compare
Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-system-react-components/v/0.1.4

Changelog

0.1.4

Changed

  • Use react-aria-components v1.3.3.
  • Use @bcgov/design-tokens v3.1.1.
  • InlineAlert close button is adjusted so it doesn't cause its container to stretch when there's only a single line of text in the alert.
  • Select component list item vertical padding is updated, making lists slightly taller.

@bcgov/design-tokens@v3.1.1

23 Aug 20:07
64f31d4
Compare
Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-tokens/v/3.1.1

Changelog

3.1.1

Changed

  • surface.color.tertiary.default is fixed so it gets alpha channel data (#FFFFFF corrected to #FFFFFF00)

@bcgov/design-tokens@v3.1.0

22 Aug 19:17
d735bbb
Compare
Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-tokens/v/3.1.0

Changelog

3.1.0

Added

  • Comments added to tokens to document intended usage
  • layout.padding.hair added to match layout.margin.hair
  • New color tokens added:
    • surface.color.primary.default
    • surface.color.primary.hover
    • surface.color.primary.pressed
    • surface.color.primary.disabled
    • surface.color.secondary.default
    • surface.color.secondary.hover
    • surface.color.secondary.pressed
    • surface.color.secondary.disabled
    • surface.color.tertiary.default
    • surface.color.tertiary.hover
    • surface.color.tertiary.pressed
    • surface.color.tertiary.disabled

@bcgov/design-tokens@v3.0.1

21 Aug 19:31
4afd327
Compare
Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-tokens/v/3.0.1

Changelog

3.0.1

Changed

  • typography.fontWeights.italic is marked as deprecated and will be removed in next major version

Added

  • typography.fontWeights.italic.style is added, replacing deprecated typography.fontWeights.italic
  • typography.fontWeights.italic.weight is added, giving a default weight to italic type

@bcgov/design-system-react-components@v0.1.3

13 Aug 17:17
2463f62
Compare
Choose a tag to compare

@bcgov/design-system-react-components@v0.1.2

13 Aug 17:16
Compare
Choose a tag to compare

@bcgov/design-system-react-components@v0.1.1

31 Jul 15:43
5efc5c3
Compare
Choose a tag to compare

@bcgov/design-system-react-components@v0.1.0

24 Jul 18:17
8ec6af5
Compare
Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-system-react-components/v/0.1.0

Changelog

0.1.0

This is a milestone release that contains the following components:

This release uses:

  • react-aria-components v1.2.1
  • @bcgov/design-tokensv3.0.0

No component changes from v0.0.10.

@bcgov/design-system-react-components@v0.0.10

24 Jul 18:14
4343768
Compare
Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-system-react-components/v/0.0.10

Changelog

0.0.10

Changed

  • Select, TextArea, and TextField components use "(required)" in label when isRequired prop is true, rather than "(optional)" when false.
  • Select, TagGroup, TextArea, and TextField components have text slot spacing adjusted for consistency between components.

Added

  • Added Form utility component.

@bcgov/design-system-react-components@v0.0.9

24 Jul 18:12
758f8ec
Compare
Choose a tag to compare

npm

https://www.npmjs.com/package/@bcgov/design-system-react-components/v/0.0.9

Changelog

0.0.9

Changed

  • TextField label has extra padding removed.

Added

  • Added TextArea component.