@atlaskit/tokens 2.4.3 → 2.5.1
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 +17 -0
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +16 -1
- package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography-refreshed.js +2 -2
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +53 -53
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-brand-refresh.js +57 -57
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -17
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +16 -1
- package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +27 -27
- package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +29 -29
- package/dist/es2019/artifacts/themes/atlassian-typography-refreshed.js +9 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +53 -53
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-brand-refresh.js +57 -57
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -17
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +16 -1
- package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography-refreshed.js +2 -2
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +53 -53
- package/dist/esm/artifacts/tokens-raw/atlassian-light-brand-refresh.js +57 -57
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -17
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
- package/dist/types/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -1
- package/figma/atlassian-dark-brand-refresh.json +26 -26
- package/figma/atlassian-light-brand-refresh.json +28 -28
- package/figma/atlassian-typography-refreshed.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 2.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#98010](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98010)
|
|
8
|
+
[`3f5da8c4a3240`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f5da8c4a3240) -
|
|
9
|
+
Adjusted bold weights for typography refreshed theme
|
|
10
|
+
|
|
11
|
+
## 2.5.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#177967](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177967)
|
|
16
|
+
[`f387ab1f662e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f387ab1f662e4) -
|
|
17
|
+
Updated the visual refresh color.chart token values. Reduced the required contrast for a chart
|
|
18
|
+
color token.
|
|
19
|
+
|
|
3
20
|
## 2.4.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|