@atlaskit/tokens 10.0.0 → 10.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/artifacts/replacement-mapping.js +6 -2
  3. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-future.js +1 -1
  4. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +1 -1
  5. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +1 -1
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +1 -1
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +1 -1
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light-future.js +1 -1
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +1 -1
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +1 -1
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +1 -1
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +1 -1
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +9 -5
  14. package/dist/es2019/artifacts/replacement-mapping.js +6 -2
  15. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-future.js +1 -1
  16. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +1 -1
  17. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +1 -1
  18. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +1 -1
  19. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +1 -1
  20. package/dist/es2019/artifacts/tokens-raw/atlassian-light-future.js +1 -1
  21. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +1 -1
  22. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +1 -1
  23. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +1 -1
  24. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +1 -1
  25. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +9 -5
  26. package/dist/esm/artifacts/replacement-mapping.js +6 -2
  27. package/dist/esm/artifacts/tokens-raw/atlassian-dark-future.js +1 -1
  28. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +1 -1
  29. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +1 -1
  30. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +1 -1
  31. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +1 -1
  32. package/dist/esm/artifacts/tokens-raw/atlassian-light-future.js +1 -1
  33. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +1 -1
  34. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +1 -1
  35. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +1 -1
  36. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +1 -1
  37. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +9 -5
  38. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  39. package/dist/types/artifacts/tokens-raw/atlassian-dark-future.d.ts +2 -1
  40. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +2 -1
  41. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +2 -1
  42. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +2 -1
  43. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +2 -1
  44. package/dist/types/artifacts/tokens-raw/atlassian-light-future.d.ts +2 -1
  45. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +2 -1
  46. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +2 -1
  47. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +2 -1
  48. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +2 -1
  49. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
  50. package/dist/types/artifacts/types-internal.d.ts +2 -2
  51. package/dist/types/artifacts/types.d.ts +2 -2
  52. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  53. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-future.d.ts +2 -1
  54. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +2 -1
  55. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +2 -1
  56. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +2 -1
  57. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +2 -1
  58. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-future.d.ts +2 -1
  59. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +2 -1
  60. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +2 -1
  61. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +2 -1
  62. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +2 -1
  63. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
  64. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  65. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  66. package/figma/atlassian-typography.json +3 -1
  67. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 10.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2fdb6040218a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2fdb6040218a1) -
8
+ Deprecating `font.body.UNSAFE_small` typography token, replace with `font.body.small` token.
9
+
10
+ ## 10.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`a48fdadce2137`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a48fdadce2137) -
15
+ Minor internal typography changes.
16
+
3
17
  ## 10.0.0
4
18
 
5
19
  ### Major Changes
@@ -18,9 +18,13 @@ 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::c779b40628532228cae2ec34977f1f8e>>
21
+ * @codegen <<SignedSource::400f0ecf8657b2dcb96d24d2f0aed049>>
22
22
  * @codegenCommand yarn build tokens
23
23
  */
24
24
 
25
- var replacementMapper = [];
25
+ var replacementMapper = [{
26
+ "path": "font.body.UNSAFE_small",
27
+ "state": "deprecated",
28
+ "replacement": "font.body.small"
29
+ }];
26
30
  var _default = exports.default = replacementMapper;
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::98ec2ef3c3602f1046b2ecf3775d0f05>>
9
+ * @codegen <<SignedSource::481346579796e53160811ac193f2a30b>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::98d875cc2aacf781ea80d01fca27e900>>
9
+ * @codegen <<SignedSource::9cf43027d49c104eeaabe2f135ba8c22>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::7ba45c0facfc7e9a1ef22b6924735e40>>
9
+ * @codegen <<SignedSource::59ef4b5bec3f9d0828615e38ebd219c2>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::be6df45ff46dfd498a193c21a4507368>>
9
+ * @codegen <<SignedSource::792226eccdf07de5819440afedceac16>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::204e63815d0b59fc718211b8c738183b>>
9
+ * @codegen <<SignedSource::8ba837ec9e96316ec5c338789f9aad1e>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::8511311bb358d4d21a3ac431d0be8a44>>
9
+ * @codegen <<SignedSource::17a73ccf5d3b30eeaee16556ef650833>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::a7ced96bdd0a0c971d9fad16c25439fc>>
9
+ * @codegen <<SignedSource::8a1f5d2a98c1bd5c70a4bb2c9b1ccf11>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::67eccbb05b77c1915ad88806978636a5>>
9
+ * @codegen <<SignedSource::a101da74518f6374353a0e1b48115f4f>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::6ec487540ff835bd85d78d35a322de1e>>
9
+ * @codegen <<SignedSource::139953049673c5a74ab686e4a2ddaf50>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::c5e6cf9e70d065b7daac533ac0569acf>>
9
+ * @codegen <<SignedSource::cf28017e4c52dc92f3b9d8ffa77c0af4>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::2d82706aaef27f4b665743cafd879972>>
9
+ * @codegen <<SignedSource::deb6b7be7cc018d4dfc8cb7b1704bde5>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -303,9 +303,11 @@ var tokens = [{
303
303
  }, {
304
304
  "attributes": {
305
305
  "group": "typography",
306
- "state": "active",
306
+ "state": "deprecated",
307
307
  "introduced": "1.14.0",
308
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"
308
+ "deprecated": "10.1.0",
309
+ "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
310
+ "replacement": "font.body.small"
309
311
  },
310
312
  "value": "normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
311
313
  "filePath": "schema/themes/atlassian-typography/theme.tsx",
@@ -313,9 +315,11 @@ var tokens = [{
313
315
  "original": {
314
316
  "attributes": {
315
317
  "group": "typography",
316
- "state": "active",
318
+ "state": "deprecated",
317
319
  "introduced": "1.14.0",
318
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"
320
+ "deprecated": "10.1.0",
321
+ "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
322
+ "replacement": "font.body.small"
319
323
  },
320
324
  "value": {
321
325
  "fontWeight": "FontWeight400",
@@ -12,9 +12,13 @@
12
12
  * These changes will then be picked up by our tooling which will attempt to
13
13
  * migrate as many of these renames as possible.
14
14
  *
15
- * @codegen <<SignedSource::c779b40628532228cae2ec34977f1f8e>>
15
+ * @codegen <<SignedSource::400f0ecf8657b2dcb96d24d2f0aed049>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
 
19
- const replacementMapper = [];
19
+ const replacementMapper = [{
20
+ "path": "font.body.UNSAFE_small",
21
+ "state": "deprecated",
22
+ "replacement": "font.body.small"
23
+ }];
20
24
  export default replacementMapper;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::98ec2ef3c3602f1046b2ecf3775d0f05>>
3
+ * @codegen <<SignedSource::481346579796e53160811ac193f2a30b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::98d875cc2aacf781ea80d01fca27e900>>
3
+ * @codegen <<SignedSource::9cf43027d49c104eeaabe2f135ba8c22>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7ba45c0facfc7e9a1ef22b6924735e40>>
3
+ * @codegen <<SignedSource::59ef4b5bec3f9d0828615e38ebd219c2>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::be6df45ff46dfd498a193c21a4507368>>
3
+ * @codegen <<SignedSource::792226eccdf07de5819440afedceac16>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::204e63815d0b59fc718211b8c738183b>>
3
+ * @codegen <<SignedSource::8ba837ec9e96316ec5c338789f9aad1e>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::8511311bb358d4d21a3ac431d0be8a44>>
3
+ * @codegen <<SignedSource::17a73ccf5d3b30eeaee16556ef650833>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a7ced96bdd0a0c971d9fad16c25439fc>>
3
+ * @codegen <<SignedSource::8a1f5d2a98c1bd5c70a4bb2c9b1ccf11>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::67eccbb05b77c1915ad88806978636a5>>
3
+ * @codegen <<SignedSource::a101da74518f6374353a0e1b48115f4f>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::6ec487540ff835bd85d78d35a322de1e>>
3
+ * @codegen <<SignedSource::139953049673c5a74ab686e4a2ddaf50>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c5e6cf9e70d065b7daac533ac0569acf>>
3
+ * @codegen <<SignedSource::cf28017e4c52dc92f3b9d8ffa77c0af4>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2d82706aaef27f4b665743cafd879972>>
3
+ * @codegen <<SignedSource::deb6b7be7cc018d4dfc8cb7b1704bde5>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -297,9 +297,11 @@ const tokens = [{
297
297
  }, {
298
298
  "attributes": {
299
299
  "group": "typography",
300
- "state": "active",
300
+ "state": "deprecated",
301
301
  "introduced": "1.14.0",
302
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"
302
+ "deprecated": "10.1.0",
303
+ "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
304
+ "replacement": "font.body.small"
303
305
  },
304
306
  "value": "normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
305
307
  "filePath": "schema/themes/atlassian-typography/theme.tsx",
@@ -307,9 +309,11 @@ const tokens = [{
307
309
  "original": {
308
310
  "attributes": {
309
311
  "group": "typography",
310
- "state": "active",
312
+ "state": "deprecated",
311
313
  "introduced": "1.14.0",
312
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"
314
+ "deprecated": "10.1.0",
315
+ "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
316
+ "replacement": "font.body.small"
313
317
  },
314
318
  "value": {
315
319
  "fontWeight": "FontWeight400",
@@ -12,9 +12,13 @@
12
12
  * These changes will then be picked up by our tooling which will attempt to
13
13
  * migrate as many of these renames as possible.
14
14
  *
15
- * @codegen <<SignedSource::c779b40628532228cae2ec34977f1f8e>>
15
+ * @codegen <<SignedSource::400f0ecf8657b2dcb96d24d2f0aed049>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
 
19
- var replacementMapper = [];
19
+ var replacementMapper = [{
20
+ "path": "font.body.UNSAFE_small",
21
+ "state": "deprecated",
22
+ "replacement": "font.body.small"
23
+ }];
20
24
  export default replacementMapper;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::98ec2ef3c3602f1046b2ecf3775d0f05>>
3
+ * @codegen <<SignedSource::481346579796e53160811ac193f2a30b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::98d875cc2aacf781ea80d01fca27e900>>
3
+ * @codegen <<SignedSource::9cf43027d49c104eeaabe2f135ba8c22>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7ba45c0facfc7e9a1ef22b6924735e40>>
3
+ * @codegen <<SignedSource::59ef4b5bec3f9d0828615e38ebd219c2>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::be6df45ff46dfd498a193c21a4507368>>
3
+ * @codegen <<SignedSource::792226eccdf07de5819440afedceac16>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::204e63815d0b59fc718211b8c738183b>>
3
+ * @codegen <<SignedSource::8ba837ec9e96316ec5c338789f9aad1e>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::8511311bb358d4d21a3ac431d0be8a44>>
3
+ * @codegen <<SignedSource::17a73ccf5d3b30eeaee16556ef650833>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a7ced96bdd0a0c971d9fad16c25439fc>>
3
+ * @codegen <<SignedSource::8a1f5d2a98c1bd5c70a4bb2c9b1ccf11>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::67eccbb05b77c1915ad88806978636a5>>
3
+ * @codegen <<SignedSource::a101da74518f6374353a0e1b48115f4f>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::6ec487540ff835bd85d78d35a322de1e>>
3
+ * @codegen <<SignedSource::139953049673c5a74ab686e4a2ddaf50>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c5e6cf9e70d065b7daac533ac0569acf>>
3
+ * @codegen <<SignedSource::cf28017e4c52dc92f3b9d8ffa77c0af4>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2d82706aaef27f4b665743cafd879972>>
3
+ * @codegen <<SignedSource::deb6b7be7cc018d4dfc8cb7b1704bde5>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -297,9 +297,11 @@ var tokens = [{
297
297
  }, {
298
298
  "attributes": {
299
299
  "group": "typography",
300
- "state": "active",
300
+ "state": "deprecated",
301
301
  "introduced": "1.14.0",
302
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"
302
+ "deprecated": "10.1.0",
303
+ "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
304
+ "replacement": "font.body.small"
303
305
  },
304
306
  "value": "normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
305
307
  "filePath": "schema/themes/atlassian-typography/theme.tsx",
@@ -307,9 +309,11 @@ var tokens = [{
307
309
  "original": {
308
310
  "attributes": {
309
311
  "group": "typography",
310
- "state": "active",
312
+ "state": "deprecated",
311
313
  "introduced": "1.14.0",
312
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"
314
+ "deprecated": "10.1.0",
315
+ "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
316
+ "replacement": "font.body.small"
313
317
  },
314
318
  "value": {
315
319
  "fontWeight": "FontWeight400",
@@ -12,7 +12,7 @@
12
12
  * These changes will then be picked up by our tooling which will attempt to
13
13
  * migrate as many of these renames as possible.
14
14
  *
15
- * @codegen <<SignedSource::c779b40628532228cae2ec34977f1f8e>>
15
+ * @codegen <<SignedSource::400f0ecf8657b2dcb96d24d2f0aed049>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
  import type tokens from './token-names';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::98ec2ef3c3602f1046b2ecf3775d0f05>>
3
+ * @codegen <<SignedSource::481346579796e53160811ac193f2a30b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string;
@@ -12,6 +12,7 @@ type TokenAttributes = {
12
12
  description: string;
13
13
  suggest?: string[];
14
14
  deprecated?: string;
15
+ replacement?: string;
15
16
  };
16
17
  type Token = {
17
18
  value: TokenValue;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::98d875cc2aacf781ea80d01fca27e900>>
3
+ * @codegen <<SignedSource::9cf43027d49c104eeaabe2f135ba8c22>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string | number | {
@@ -32,6 +32,7 @@ type TokenAttributes = {
32
32
  description: string;
33
33
  suggest?: string[];
34
34
  deprecated?: string;
35
+ replacement?: string;
35
36
  };
36
37
  type Token = {
37
38
  value: TokenValue;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7ba45c0facfc7e9a1ef22b6924735e40>>
3
+ * @codegen <<SignedSource::59ef4b5bec3f9d0828615e38ebd219c2>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string | number | {
@@ -32,6 +32,7 @@ type TokenAttributes = {
32
32
  description: string;
33
33
  suggest?: string[];
34
34
  deprecated?: string;
35
+ replacement?: string;
35
36
  };
36
37
  type Token = {
37
38
  value: TokenValue;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::be6df45ff46dfd498a193c21a4507368>>
3
+ * @codegen <<SignedSource::792226eccdf07de5819440afedceac16>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string | number | {
@@ -32,6 +32,7 @@ type TokenAttributes = {
32
32
  description: string;
33
33
  suggest?: string[];
34
34
  deprecated?: string;
35
+ replacement?: string;
35
36
  };
36
37
  type Token = {
37
38
  value: TokenValue;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::204e63815d0b59fc718211b8c738183b>>
3
+ * @codegen <<SignedSource::8ba837ec9e96316ec5c338789f9aad1e>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string | number | {
@@ -32,6 +32,7 @@ type TokenAttributes = {
32
32
  description: string;
33
33
  suggest?: string[];
34
34
  deprecated?: string;
35
+ replacement?: string;
35
36
  };
36
37
  type Token = {
37
38
  value: TokenValue;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::8511311bb358d4d21a3ac431d0be8a44>>
3
+ * @codegen <<SignedSource::17a73ccf5d3b30eeaee16556ef650833>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string;
@@ -12,6 +12,7 @@ type TokenAttributes = {
12
12
  description: string;
13
13
  suggest?: string[];
14
14
  deprecated?: string;
15
+ replacement?: string;
15
16
  };
16
17
  type Token = {
17
18
  value: TokenValue;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a7ced96bdd0a0c971d9fad16c25439fc>>
3
+ * @codegen <<SignedSource::8a1f5d2a98c1bd5c70a4bb2c9b1ccf11>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string | number | {
@@ -32,6 +32,7 @@ type TokenAttributes = {
32
32
  description: string;
33
33
  suggest?: string[];
34
34
  deprecated?: string;
35
+ replacement?: string;
35
36
  };
36
37
  type Token = {
37
38
  value: TokenValue;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::67eccbb05b77c1915ad88806978636a5>>
3
+ * @codegen <<SignedSource::a101da74518f6374353a0e1b48115f4f>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string | number | {
@@ -32,6 +32,7 @@ type TokenAttributes = {
32
32
  description: string;
33
33
  suggest?: string[];
34
34
  deprecated?: string;
35
+ replacement?: string;
35
36
  };
36
37
  type Token = {
37
38
  value: TokenValue;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::6ec487540ff835bd85d78d35a322de1e>>
3
+ * @codegen <<SignedSource::139953049673c5a74ab686e4a2ddaf50>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string;
@@ -12,6 +12,7 @@ type TokenAttributes = {
12
12
  description: string;
13
13
  suggest?: string[];
14
14
  deprecated?: string;
15
+ replacement?: string;
15
16
  };
16
17
  type Token = {
17
18
  value: TokenValue;