@atlaskit/tokens 1.54.1 → 1.56.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 +17 -0
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/palettes-raw/palette-brand-refresh.js +2257 -0
- package/dist/cjs/artifacts/theme-import-map.js +13 -1
- package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +12 -0
- package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +12 -0
- package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +2 -1
- package/dist/cjs/artifacts/token-names.js +2 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +8727 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-brand-refresh.js +8689 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +9 -17
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +9 -17
- package/dist/cjs/get-theme-styles.js +4 -1
- package/dist/cjs/get-token-value.js +8 -2
- package/dist/cjs/get-token.js +8 -2
- package/dist/cjs/set-global-theme.js +1 -1
- package/dist/cjs/theme-config.js +19 -1
- package/dist/cjs/utils/get-theme-preferences.js +2 -2
- package/dist/cjs/utils/theme-loading.js +7 -3
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/palettes-raw/palette-brand-refresh.js +2251 -0
- package/dist/es2019/artifacts/theme-import-map.js +6 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +401 -0
- package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +401 -0
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +1 -7
- package/dist/es2019/artifacts/token-default-values.js +2 -1
- package/dist/es2019/artifacts/token-names.js +2 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +8721 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-brand-refresh.js +8683 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +9 -17
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +9 -17
- package/dist/es2019/get-theme-styles.js +3 -2
- package/dist/es2019/get-token-value.js +8 -2
- package/dist/es2019/get-token.js +8 -2
- package/dist/es2019/set-global-theme.js +2 -2
- package/dist/es2019/theme-config.js +19 -1
- package/dist/es2019/utils/get-theme-preferences.js +3 -3
- package/dist/es2019/utils/theme-loading.js +4 -0
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/palettes-raw/palette-brand-refresh.js +2251 -0
- package/dist/esm/artifacts/theme-import-map.js +9 -1
- package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +6 -0
- package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +6 -0
- package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +2 -1
- package/dist/esm/artifacts/token-names.js +2 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +8721 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-light-brand-refresh.js +8683 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +9 -17
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +9 -17
- package/dist/esm/get-theme-styles.js +5 -2
- package/dist/esm/get-token-value.js +8 -2
- package/dist/esm/get-token.js +8 -2
- package/dist/esm/set-global-theme.js +2 -2
- package/dist/esm/theme-config.js +19 -1
- package/dist/esm/utils/get-theme-preferences.js +3 -3
- package/dist/esm/utils/theme-loading.js +7 -3
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/palettes-raw/palette-brand-refresh.d.ts +41 -0
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +7 -0
- package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +7 -0
- package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +2 -1
- package/dist/types/artifacts/token-names.d.ts +3 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +109 -0
- package/dist/types/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +89 -0
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -40
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -40
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +2 -2
- package/dist/types/theme-config.d.ts +6 -6
- package/dist/types/types.d.ts +23 -18
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/palettes-raw/palette-brand-refresh.d.ts +41 -0
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +2 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +3 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +109 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +89 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -40
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -40
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +2 -2
- package/dist/types-ts4.5/theme-config.d.ts +8 -4
- package/dist/types-ts4.5/types.d.ts +23 -18
- package/figma/atlassian-dark-brand-refresh.json +3558 -0
- package/figma/atlassian-light-brand-refresh.json +3537 -0
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 1.56.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#120903](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120903)
|
|
8
|
+
[`11a0097de20b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/11a0097de20b0) -
|
|
9
|
+
Added brand refresh color and token changes behind a feature flag.
|
|
10
|
+
|
|
11
|
+
## 1.55.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#120811](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120811)
|
|
16
|
+
[`f66512151ee38`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f66512151ee38) -
|
|
17
|
+
Removed responsive behaviour from heading tokens. Heading tokens will no longer scale down on
|
|
18
|
+
smaller displays. This may be reintroduced in the future with different behaviour.
|
|
19
|
+
|
|
3
20
|
## 1.54.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|