braid-design-system 32.9.1 → 32.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # braid-design-system
2
2
 
3
+ ## 32.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - **seekJobs:** Change link colour to neutral ([#1347](https://github.com/seek-oss/braid-design-system/pull/1347))
8
+
9
+ Changing the `foregroundColor` token for `link` on the `seekJobs` theme to align with neutral text.
10
+ Our different approach to using colour has seen links dialled back to compete less with other messaging and CTAs.
11
+
12
+ This affects the following usages across the system:
13
+
14
+ - `vars.foregroundColor.link`
15
+ - `Text` (using `tone="link"`)
16
+ - `TextLink` and (`TextLinkButton`)
17
+
18
+ ### Patch Changes
19
+
20
+ - **TextLink, TextLinkButton:** Underline regular links in non-legacy themes ([#1347](https://github.com/seek-oss/braid-design-system/pull/1347))
21
+
22
+ To improve affordance beyond primarily being colour, a `TextLink` (and `TextLinkButton`) will now always be underlined, in line with [best practice accessibility guidelines].
23
+
24
+ Given this has not been the case previously, this decision has been applied to non-legacy themes only, as such only affecting consumers of `seekJobs`, `docs` and `wireframe`.
25
+
26
+ [best practice accessibility guidelines]: https://webaim.org/techniques/hypertext/link_text#appearance
27
+
28
+ - **TextLink, TextLinkButton:** Apply themed focus outline ([#1347](https://github.com/seek-oss/braid-design-system/pull/1347))
29
+
30
+ Apply a focus outline using the relevant focus attributes from the theme, bringing `TextLink` (and `TextLinkButton`) into line with the focus treatment applied to rest of the system.
31
+
32
+ - **TextLink, TextLinkButton:** Reduce `weak` links to `regular` font weight ([#1347](https://github.com/seek-oss/braid-design-system/pull/1347))
33
+
34
+ The font weight of a `weak` link is now reduced to `regular` weight, reducing the link's visual prominence in addition to following the neutral text colour.
35
+
36
+ - **docs:** Lighten soft background tokens ([#1347](https://github.com/seek-oss/braid-design-system/pull/1347))
37
+
38
+ Lighten the `brandAccentSoft` and `formAccentSoft` background tokens for the `docs` theme.
39
+
40
+ - **Dialog, Drawer:** Adapt max height to available viewport space ([#1352](https://github.com/seek-oss/braid-design-system/pull/1352))
41
+
42
+ Make use of the new [dynamic viewport units] for applying a max height to modal elements such as `Dialog` and `Drawer`. These new units take into account dynamic browser toolbars that expand and contract as the user scrolls, ensuring the browser interface never obscures the web site content.
43
+
44
+ Fix also incorporates fallback for older browsers to use regular viewport units.
45
+
46
+ [Dynamic Viewport units]: https://web.dev/viewport-units/
47
+
48
+ ## 32.9.2
49
+
50
+ ### Patch Changes
51
+
52
+ - Update dependencies for codemod ([#1353](https://github.com/seek-oss/braid-design-system/pull/1353))
53
+
3
54
  ## 32.9.1
4
55
 
5
56
  ### Patch Changes