@atlaskit/tokens 1.28.2 → 1.29.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 +16 -0
- package/dist/cjs/artifacts/replacement-mapping.js +56 -2
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +181 -121
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +67 -45
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +67 -45
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/es2019/artifacts/replacement-mapping.js +56 -2
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +181 -121
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +67 -45
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +67 -45
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/esm/artifacts/replacement-mapping.js +56 -2
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +181 -121
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +67 -45
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +67 -45
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/types/artifacts/replacement-mapping.d.ts +2 -2
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +33 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +33 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +7 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +33 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +33 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +7 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/figma/atlassian-typography-adg3.json +1 -155
- package/figma/atlassian-typography-minor3.json +1 -56
- package/figma/atlassian-typography.json +1 -56
- package/package.json +1 -2
- package/report.api.md +0 -52
- package/tmp/api-report-tmp.d.ts +0 -1322
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 1.29.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#57118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57118) [`b9bd80957181`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9bd80957181) - Upgrade Emotion v10 (@emotion/core) to Emotion v11 (@emotion/react). No behaviour change expected.
|
|
8
|
+
|
|
9
|
+
## 1.29.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#43538](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43538) [`c10b408a053`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c10b408a053) - Deprecate typography base tokens.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#43718](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43718) [`8aebcad547a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8aebcad547a) - Deprecated tokens are now warned against even when a replacement token has not been specified
|
|
18
|
+
|
|
3
19
|
## 1.28.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -18,9 +18,63 @@ exports.default = void 0;
|
|
|
18
18
|
* These changes will then be picked up by our tooling which will attempt to
|
|
19
19
|
* migrate as many of these renames as possible.
|
|
20
20
|
*
|
|
21
|
-
* @codegen <<SignedSource::
|
|
21
|
+
* @codegen <<SignedSource::97a5e3ceb873d28e0118b88f5dc3e800>>
|
|
22
22
|
* @codegenCommand yarn build tokens
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
|
-
var replacementMapper = [
|
|
25
|
+
var replacementMapper = [{
|
|
26
|
+
"path": "border.width.0",
|
|
27
|
+
"state": "experimental"
|
|
28
|
+
}, {
|
|
29
|
+
"path": "font.body.[default]",
|
|
30
|
+
"state": "experimental"
|
|
31
|
+
}, {
|
|
32
|
+
"path": "font.body.large",
|
|
33
|
+
"state": "experimental"
|
|
34
|
+
}, {
|
|
35
|
+
"path": "font.body.small",
|
|
36
|
+
"state": "experimental"
|
|
37
|
+
}, {
|
|
38
|
+
"path": "font.code.[default]",
|
|
39
|
+
"state": "experimental"
|
|
40
|
+
}, {
|
|
41
|
+
"path": "font.heading.large",
|
|
42
|
+
"state": "experimental"
|
|
43
|
+
}, {
|
|
44
|
+
"path": "font.heading.medium",
|
|
45
|
+
"state": "experimental"
|
|
46
|
+
}, {
|
|
47
|
+
"path": "font.heading.small",
|
|
48
|
+
"state": "experimental"
|
|
49
|
+
}, {
|
|
50
|
+
"path": "font.heading.xlarge",
|
|
51
|
+
"state": "experimental"
|
|
52
|
+
}, {
|
|
53
|
+
"path": "font.heading.xsmall",
|
|
54
|
+
"state": "experimental"
|
|
55
|
+
}, {
|
|
56
|
+
"path": "font.heading.xxlarge",
|
|
57
|
+
"state": "experimental"
|
|
58
|
+
}, {
|
|
59
|
+
"path": "font.heading.xxsmall",
|
|
60
|
+
"state": "experimental"
|
|
61
|
+
}, {
|
|
62
|
+
"path": "font.ui.[default]",
|
|
63
|
+
"state": "experimental"
|
|
64
|
+
}, {
|
|
65
|
+
"path": "font.ui.small",
|
|
66
|
+
"state": "experimental"
|
|
67
|
+
}, {
|
|
68
|
+
"path": "font.family.body",
|
|
69
|
+
"state": "experimental"
|
|
70
|
+
}, {
|
|
71
|
+
"path": "font.family.code",
|
|
72
|
+
"state": "experimental"
|
|
73
|
+
}, {
|
|
74
|
+
"path": "font.family.heading",
|
|
75
|
+
"state": "experimental"
|
|
76
|
+
}, {
|
|
77
|
+
"path": "font.family.brand",
|
|
78
|
+
"state": "experimental"
|
|
79
|
+
}];
|
|
26
80
|
var _default = exports.default = replacementMapper;
|