@atlaskit/ds-explorations 5.0.7 → 5.1.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,40 @@
1
1
  # @atlaskit/ds-explorations
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`644c0f593ae62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/644c0f593ae62) -
8
+ Adds new semantic background and text tokens.
9
+
10
+ **Background Tokens (`background.[semantics].subtler.*`):**
11
+
12
+ Added `subtler` variants for semantic background colors with default, hovered, and pressed states:
13
+ - `background.success.subtler.[default|hovered|pressed]`
14
+ - `background.warning.subtler.[default|hovered|pressed]`
15
+ - `background.danger.subtler.[default|hovered|pressed]`
16
+ - `background.information.subtler.[default|hovered|pressed]`
17
+ - `background.discovery.subtler.[default|hovered|pressed]`
18
+
19
+ **Text Tokens (`text.[semantics].bolder`):**
20
+
21
+ Added `bolder` variants for semantic text colors to ensure proper contrast on colored backgrounds:
22
+ - `text.success.bolder`
23
+ - `text.warning.bolder`
24
+ - `text.danger.bolder`
25
+ - `text.information.bolder`
26
+ - `text.discovery.bolder`
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+
32
+ ## 5.0.8
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies
37
+
3
38
  ## 5.0.7
4
39
 
5
40
  ### Patch Changes