@atlaskit/tokens 1.28.2 → 1.29.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 +10 -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 -1
- package/report.api.md +0 -52
- package/tmp/api-report-tmp.d.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 1.29.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#43538](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43538) [`c10b408a053`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c10b408a053) - Deprecate typography base tokens.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#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
|
|
12
|
+
|
|
3
13
|
## 1.28.2
|
|
4
14
|
|
|
5
15
|
### 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;
|