@atlaskit/tokens 2.5.0 → 3.0.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 (57) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +16 -1
  3. package/dist/cjs/artifacts/replacement-mapping.js +1 -67
  4. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-typography-modernized.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-typography-refreshed.js +2 -2
  7. package/dist/cjs/artifacts/token-default-values.js +2 -24
  8. package/dist/cjs/artifacts/token-names.js +2 -24
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +1 -529
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-modernized.js +1 -169
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -185
  12. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +16 -1
  13. package/dist/es2019/artifacts/replacement-mapping.js +1 -67
  14. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +1 -23
  15. package/dist/es2019/artifacts/themes/atlassian-typography-modernized.js +1 -8
  16. package/dist/es2019/artifacts/themes/atlassian-typography-refreshed.js +9 -16
  17. package/dist/es2019/artifacts/token-default-values.js +2 -24
  18. package/dist/es2019/artifacts/token-names.js +2 -24
  19. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +1 -529
  20. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-modernized.js +1 -169
  21. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -185
  22. package/dist/esm/artifacts/palettes-raw/typography-palette.js +16 -1
  23. package/dist/esm/artifacts/replacement-mapping.js +1 -67
  24. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  25. package/dist/esm/artifacts/themes/atlassian-typography-modernized.js +2 -2
  26. package/dist/esm/artifacts/themes/atlassian-typography-refreshed.js +2 -2
  27. package/dist/esm/artifacts/token-default-values.js +2 -24
  28. package/dist/esm/artifacts/token-names.js +2 -24
  29. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +1 -529
  30. package/dist/esm/artifacts/tokens-raw/atlassian-typography-modernized.js +1 -169
  31. package/dist/esm/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -185
  32. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  33. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  34. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  35. package/dist/types/artifacts/themes/atlassian-typography-modernized.d.ts +2 -2
  36. package/dist/types/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
  37. package/dist/types/artifacts/token-default-values.d.ts +1 -23
  38. package/dist/types/artifacts/token-names.d.ts +1 -45
  39. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -29
  40. package/dist/types/artifacts/tokens-raw/atlassian-typography-modernized.d.ts +1 -29
  41. package/dist/types/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -29
  42. package/dist/types/entry-points/css-type-schema.codegen.d.ts +2 -2
  43. package/dist/types/types.d.ts +0 -56
  44. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  45. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  46. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  47. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-modernized.d.ts +2 -2
  48. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
  49. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +1 -23
  50. package/dist/types-ts4.5/artifacts/token-names.d.ts +1 -45
  51. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -29
  52. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-modernized.d.ts +1 -29
  53. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -29
  54. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +2 -2
  55. package/dist/types-ts4.5/types.d.ts +0 -56
  56. package/figma/atlassian-typography-refreshed.json +1 -1
  57. package/package.json +2 -2
@@ -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::35d3625b04d052c37199113601e6c7ba>>
9
+ * @codegen <<SignedSource::2e613448665c48489ceb1abb4eefd550>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -31,126 +31,6 @@ var tokens = [{
31
31
  "name": "utility.UNSAFE.textTransformUppercase",
32
32
  "path": ["utility", "UNSAFE", "textTransformUppercase"],
33
33
  "cleanName": "utility.UNSAFE.textTransformUppercase"
34
- }, {
35
- "attributes": {
36
- "group": "letterSpacing",
37
- "state": "deprecated",
38
- "introduced": "0.10.33",
39
- "description": "Helpful guidance goes here",
40
- "deprecated": "1.29.0"
41
- },
42
- "value": "0",
43
- "filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
44
- "isSource": true,
45
- "original": {
46
- "attributes": {
47
- "group": "letterSpacing",
48
- "state": "deprecated",
49
- "introduced": "0.10.33",
50
- "description": "Helpful guidance goes here",
51
- "deprecated": "1.29.0"
52
- },
53
- "value": "LetterSpacing0"
54
- },
55
- "name": "font.letterSpacing.0",
56
- "path": ["font", "letterSpacing", "0"],
57
- "cleanName": "font.letterSpacing.0"
58
- }, {
59
- "attributes": {
60
- "group": "letterSpacing",
61
- "state": "deprecated",
62
- "introduced": "0.10.33",
63
- "description": "Helpful guidance goes here",
64
- "deprecated": "1.29.0"
65
- },
66
- "value": "0",
67
- "filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
68
- "isSource": true,
69
- "original": {
70
- "attributes": {
71
- "group": "letterSpacing",
72
- "state": "deprecated",
73
- "introduced": "0.10.33",
74
- "description": "Helpful guidance goes here",
75
- "deprecated": "1.29.0"
76
- },
77
- "value": "LetterSpacing0"
78
- },
79
- "name": "font.letterSpacing.100",
80
- "path": ["font", "letterSpacing", "100"],
81
- "cleanName": "font.letterSpacing.100"
82
- }, {
83
- "attributes": {
84
- "group": "letterSpacing",
85
- "state": "deprecated",
86
- "introduced": "0.10.33",
87
- "description": "Helpful guidance goes here",
88
- "deprecated": "1.29.0"
89
- },
90
- "value": "0",
91
- "filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
92
- "isSource": true,
93
- "original": {
94
- "attributes": {
95
- "group": "letterSpacing",
96
- "state": "deprecated",
97
- "introduced": "0.10.33",
98
- "description": "Helpful guidance goes here",
99
- "deprecated": "1.29.0"
100
- },
101
- "value": "LetterSpacing0"
102
- },
103
- "name": "font.letterSpacing.200",
104
- "path": ["font", "letterSpacing", "200"],
105
- "cleanName": "font.letterSpacing.200"
106
- }, {
107
- "attributes": {
108
- "group": "letterSpacing",
109
- "state": "deprecated",
110
- "introduced": "0.10.33",
111
- "description": "Helpful guidance goes here",
112
- "deprecated": "1.29.0"
113
- },
114
- "value": "0",
115
- "filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
116
- "isSource": true,
117
- "original": {
118
- "attributes": {
119
- "group": "letterSpacing",
120
- "state": "deprecated",
121
- "introduced": "0.10.33",
122
- "description": "Helpful guidance goes here",
123
- "deprecated": "1.29.0"
124
- },
125
- "value": "LetterSpacing0"
126
- },
127
- "name": "font.letterSpacing.300",
128
- "path": ["font", "letterSpacing", "300"],
129
- "cleanName": "font.letterSpacing.300"
130
- }, {
131
- "attributes": {
132
- "group": "letterSpacing",
133
- "state": "deprecated",
134
- "introduced": "0.10.33",
135
- "description": "Helpful guidance goes here",
136
- "deprecated": "1.29.0"
137
- },
138
- "value": "0",
139
- "filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
140
- "isSource": true,
141
- "original": {
142
- "attributes": {
143
- "group": "letterSpacing",
144
- "state": "deprecated",
145
- "introduced": "0.10.33",
146
- "description": "Helpful guidance goes here",
147
- "deprecated": "1.29.0"
148
- },
149
- "value": "LetterSpacing0"
150
- },
151
- "name": "font.letterSpacing.400",
152
- "path": ["font", "letterSpacing", "400"],
153
- "cleanName": "font.letterSpacing.400"
154
34
  }, {
155
35
  "attributes": {
156
36
  "group": "typography",
@@ -653,54 +533,6 @@ var tokens = [{
653
533
  "name": "font.family.code",
654
534
  "path": ["font", "family", "code"],
655
535
  "cleanName": "font.family.code"
656
- }, {
657
- "attributes": {
658
- "group": "fontFamily",
659
- "state": "deprecated",
660
- "introduced": "0.10.33",
661
- "description": "For representing code only.",
662
- "deprecated": "1.29.0"
663
- },
664
- "value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
665
- "filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
666
- "isSource": true,
667
- "original": {
668
- "attributes": {
669
- "group": "fontFamily",
670
- "state": "deprecated",
671
- "introduced": "0.10.33",
672
- "description": "For representing code only.",
673
- "deprecated": "1.29.0"
674
- },
675
- "value": "FontFamilyWebMono"
676
- },
677
- "name": "font.family.monospace",
678
- "path": ["font", "family", "monospace"],
679
- "cleanName": "font.family.monospace"
680
- }, {
681
- "attributes": {
682
- "group": "fontFamily",
683
- "state": "deprecated",
684
- "introduced": "0.10.33",
685
- "description": "Helpful guidance goes here",
686
- "deprecated": "1.29.0"
687
- },
688
- "value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
689
- "filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
690
- "isSource": true,
691
- "original": {
692
- "attributes": {
693
- "group": "fontFamily",
694
- "state": "deprecated",
695
- "introduced": "0.10.33",
696
- "description": "Helpful guidance goes here",
697
- "deprecated": "1.29.0"
698
- },
699
- "value": "FontFamilyWebSans"
700
- },
701
- "name": "font.family.sans",
702
- "path": ["font", "family", "sans"],
703
- "cleanName": "font.family.sans"
704
536
  }, {
705
537
  "attributes": {
706
538
  "group": "fontFamily",
@@ -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::6058c6751a5967271869a82517102e49>>
9
+ * @codegen <<SignedSource::e746c2ac14bbe528a59594204f70d95e>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -31,126 +31,6 @@ var tokens = [{
31
31
  "name": "utility.UNSAFE.textTransformUppercase",
32
32
  "path": ["utility", "UNSAFE", "textTransformUppercase"],
33
33
  "cleanName": "utility.UNSAFE.textTransformUppercase"
34
- }, {
35
- "attributes": {
36
- "group": "letterSpacing",
37
- "state": "deprecated",
38
- "introduced": "0.10.33",
39
- "description": "Helpful guidance goes here",
40
- "deprecated": "1.29.0"
41
- },
42
- "value": "0",
43
- "filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
44
- "isSource": true,
45
- "original": {
46
- "attributes": {
47
- "group": "letterSpacing",
48
- "state": "deprecated",
49
- "introduced": "0.10.33",
50
- "description": "Helpful guidance goes here",
51
- "deprecated": "1.29.0"
52
- },
53
- "value": "LetterSpacing0"
54
- },
55
- "name": "font.letterSpacing.0",
56
- "path": ["font", "letterSpacing", "0"],
57
- "cleanName": "font.letterSpacing.0"
58
- }, {
59
- "attributes": {
60
- "group": "letterSpacing",
61
- "state": "deprecated",
62
- "introduced": "0.10.33",
63
- "description": "Helpful guidance goes here",
64
- "deprecated": "1.29.0"
65
- },
66
- "value": "0",
67
- "filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
68
- "isSource": true,
69
- "original": {
70
- "attributes": {
71
- "group": "letterSpacing",
72
- "state": "deprecated",
73
- "introduced": "0.10.33",
74
- "description": "Helpful guidance goes here",
75
- "deprecated": "1.29.0"
76
- },
77
- "value": "LetterSpacing0"
78
- },
79
- "name": "font.letterSpacing.100",
80
- "path": ["font", "letterSpacing", "100"],
81
- "cleanName": "font.letterSpacing.100"
82
- }, {
83
- "attributes": {
84
- "group": "letterSpacing",
85
- "state": "deprecated",
86
- "introduced": "0.10.33",
87
- "description": "Helpful guidance goes here",
88
- "deprecated": "1.29.0"
89
- },
90
- "value": "0",
91
- "filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
92
- "isSource": true,
93
- "original": {
94
- "attributes": {
95
- "group": "letterSpacing",
96
- "state": "deprecated",
97
- "introduced": "0.10.33",
98
- "description": "Helpful guidance goes here",
99
- "deprecated": "1.29.0"
100
- },
101
- "value": "LetterSpacing0"
102
- },
103
- "name": "font.letterSpacing.200",
104
- "path": ["font", "letterSpacing", "200"],
105
- "cleanName": "font.letterSpacing.200"
106
- }, {
107
- "attributes": {
108
- "group": "letterSpacing",
109
- "state": "deprecated",
110
- "introduced": "0.10.33",
111
- "description": "Helpful guidance goes here",
112
- "deprecated": "1.29.0"
113
- },
114
- "value": "0",
115
- "filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
116
- "isSource": true,
117
- "original": {
118
- "attributes": {
119
- "group": "letterSpacing",
120
- "state": "deprecated",
121
- "introduced": "0.10.33",
122
- "description": "Helpful guidance goes here",
123
- "deprecated": "1.29.0"
124
- },
125
- "value": "LetterSpacing0"
126
- },
127
- "name": "font.letterSpacing.300",
128
- "path": ["font", "letterSpacing", "300"],
129
- "cleanName": "font.letterSpacing.300"
130
- }, {
131
- "attributes": {
132
- "group": "letterSpacing",
133
- "state": "deprecated",
134
- "introduced": "0.10.33",
135
- "description": "Helpful guidance goes here",
136
- "deprecated": "1.29.0"
137
- },
138
- "value": "0",
139
- "filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
140
- "isSource": true,
141
- "original": {
142
- "attributes": {
143
- "group": "letterSpacing",
144
- "state": "deprecated",
145
- "introduced": "0.10.33",
146
- "description": "Helpful guidance goes here",
147
- "deprecated": "1.29.0"
148
- },
149
- "value": "LetterSpacing0"
150
- },
151
- "name": "font.letterSpacing.400",
152
- "path": ["font", "letterSpacing", "400"],
153
- "cleanName": "font.letterSpacing.400"
154
34
  }, {
155
35
  "attributes": {
156
36
  "group": "typography",
@@ -158,7 +38,7 @@ var tokens = [{
158
38
  "introduced": "1.14.0",
159
39
  "description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H900 to Heading XXL."
160
40
  },
161
- "value": "normal 700 32px/36px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
41
+ "value": "normal 653 32px/36px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
162
42
  "filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
163
43
  "isSource": true,
164
44
  "original": {
@@ -169,7 +49,7 @@ var tokens = [{
169
49
  "description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H900 to Heading XXL."
170
50
  },
171
51
  "value": {
172
- "fontWeight": "FontWeight700",
52
+ "fontWeight": "FontWeight653",
173
53
  "fontSize": "FontSize32",
174
54
  "lineHeight": "LineHeight36",
175
55
  "fontFamily": "FontFamilyWebSansRefreshed",
@@ -187,7 +67,7 @@ var tokens = [{
187
67
  "introduced": "1.14.0",
188
68
  "description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H800 to Heading XL."
189
69
  },
190
- "value": "normal 700 28px/32px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
70
+ "value": "normal 653 28px/32px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
191
71
  "filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
192
72
  "isSource": true,
193
73
  "original": {
@@ -198,7 +78,7 @@ var tokens = [{
198
78
  "description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H800 to Heading XL."
199
79
  },
200
80
  "value": {
201
- "fontWeight": "FontWeight700",
81
+ "fontWeight": "FontWeight653",
202
82
  "fontSize": "FontSize28",
203
83
  "lineHeight": "LineHeight32",
204
84
  "fontFamily": "FontFamilyWebSansRefreshed",
@@ -216,7 +96,7 @@ var tokens = [{
216
96
  "introduced": "1.14.0",
217
97
  "description": "Product page titles, such as forms. Migrate instances of H700 to Heading L."
218
98
  },
219
- "value": "normal 700 24px/28px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
99
+ "value": "normal 653 24px/28px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
220
100
  "filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
221
101
  "isSource": true,
222
102
  "original": {
@@ -227,7 +107,7 @@ var tokens = [{
227
107
  "description": "Product page titles, such as forms. Migrate instances of H700 to Heading L."
228
108
  },
229
109
  "value": {
230
- "fontWeight": "FontWeight700",
110
+ "fontWeight": "FontWeight653",
231
111
  "fontSize": "FontSize24",
232
112
  "lineHeight": "LineHeight28",
233
113
  "fontFamily": "FontFamilyWebSansRefreshed",
@@ -245,7 +125,7 @@ var tokens = [{
245
125
  "introduced": "1.14.0",
246
126
  "description": "Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M."
247
127
  },
248
- "value": "normal 700 20px/24px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
128
+ "value": "normal 653 20px/24px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
249
129
  "filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
250
130
  "isSource": true,
251
131
  "original": {
@@ -256,7 +136,7 @@ var tokens = [{
256
136
  "description": "Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M."
257
137
  },
258
138
  "value": {
259
- "fontWeight": "FontWeight700",
139
+ "fontWeight": "FontWeight653",
260
140
  "fontSize": "FontSize20",
261
141
  "lineHeight": "LineHeight24",
262
142
  "fontFamily": "FontFamilyWebSansRefreshed",
@@ -274,7 +154,7 @@ var tokens = [{
274
154
  "introduced": "1.14.0",
275
155
  "description": "For headers in small components where space is limited. Migrate instances of H500 to Heading S."
276
156
  },
277
- "value": "normal 700 16px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
157
+ "value": "normal 653 16px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
278
158
  "filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
279
159
  "isSource": true,
280
160
  "original": {
@@ -285,7 +165,7 @@ var tokens = [{
285
165
  "description": "For headers in small components where space is limited. Migrate instances of H500 to Heading S."
286
166
  },
287
167
  "value": {
288
- "fontWeight": "FontWeight700",
168
+ "fontWeight": "FontWeight653",
289
169
  "fontSize": "FontSize16",
290
170
  "lineHeight": "LineHeight20",
291
171
  "fontFamily": "FontFamilyWebSansRefreshed",
@@ -303,7 +183,7 @@ var tokens = [{
303
183
  "introduced": "1.14.0",
304
184
  "description": "For headers in small components where space is limited. Migrate instances of H400 to Heading XS."
305
185
  },
306
- "value": "normal 700 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
186
+ "value": "normal 653 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
307
187
  "filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
308
188
  "isSource": true,
309
189
  "original": {
@@ -314,7 +194,7 @@ var tokens = [{
314
194
  "description": "For headers in small components where space is limited. Migrate instances of H400 to Heading XS."
315
195
  },
316
196
  "value": {
317
- "fontWeight": "FontWeight700",
197
+ "fontWeight": "FontWeight653",
318
198
  "fontSize": "FontSize14",
319
199
  "lineHeight": "LineHeight20",
320
200
  "fontFamily": "FontFamilyWebSansRefreshed",
@@ -332,7 +212,7 @@ var tokens = [{
332
212
  "introduced": "1.14.0",
333
213
  "description": "For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."
334
214
  },
335
- "value": "normal 700 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
215
+ "value": "normal 653 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
336
216
  "filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
337
217
  "isSource": true,
338
218
  "original": {
@@ -343,7 +223,7 @@ var tokens = [{
343
223
  "description": "For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."
344
224
  },
345
225
  "value": {
346
- "fontWeight": "FontWeight700",
226
+ "fontWeight": "FontWeight653",
347
227
  "fontSize": "FontSize12",
348
228
  "lineHeight": "LineHeight16",
349
229
  "fontFamily": "FontFamilyWebSansRefreshed",
@@ -572,7 +452,7 @@ var tokens = [{
572
452
  "introduced": "0.10.33",
573
453
  "description": "Use sparingly for emphasising text, such as in a lozenge."
574
454
  },
575
- "value": "700",
455
+ "value": "653",
576
456
  "filePath": "schema/themes/atlassian-typography-refreshed/font-weight.tsx",
577
457
  "isSource": true,
578
458
  "original": {
@@ -582,7 +462,7 @@ var tokens = [{
582
462
  "introduced": "0.10.33",
583
463
  "description": "Use sparingly for emphasising text, such as in a lozenge."
584
464
  },
585
- "value": "FontWeight700"
465
+ "value": "FontWeight653"
586
466
  },
587
467
  "name": "font.weight.bold",
588
468
  "path": ["font", "weight", "bold"],
@@ -653,54 +533,6 @@ var tokens = [{
653
533
  "name": "font.family.code",
654
534
  "path": ["font", "family", "code"],
655
535
  "cleanName": "font.family.code"
656
- }, {
657
- "attributes": {
658
- "group": "fontFamily",
659
- "state": "deprecated",
660
- "introduced": "0.10.33",
661
- "description": "For representing code only.",
662
- "deprecated": "1.29.0"
663
- },
664
- "value": "\"Atlassian Mono\", ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
665
- "filePath": "schema/themes/atlassian-typography-refreshed/font-family.tsx",
666
- "isSource": true,
667
- "original": {
668
- "attributes": {
669
- "group": "fontFamily",
670
- "state": "deprecated",
671
- "introduced": "0.10.33",
672
- "description": "For representing code only.",
673
- "deprecated": "1.29.0"
674
- },
675
- "value": "FontFamilyWebMonoRefreshed"
676
- },
677
- "name": "font.family.monospace",
678
- "path": ["font", "family", "monospace"],
679
- "cleanName": "font.family.monospace"
680
- }, {
681
- "attributes": {
682
- "group": "fontFamily",
683
- "state": "deprecated",
684
- "introduced": "0.10.33",
685
- "description": "Helpful guidance goes here",
686
- "deprecated": "1.29.0"
687
- },
688
- "value": "\"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
689
- "filePath": "schema/themes/atlassian-typography-refreshed/font-family.tsx",
690
- "isSource": true,
691
- "original": {
692
- "attributes": {
693
- "group": "fontFamily",
694
- "state": "deprecated",
695
- "introduced": "0.10.33",
696
- "description": "Helpful guidance goes here",
697
- "deprecated": "1.29.0"
698
- },
699
- "value": "FontFamilyWebSansRefreshed"
700
- },
701
- "name": "font.family.sans",
702
- "path": ["font", "family", "sans"],
703
- "cleanName": "font.family.sans"
704
536
  }, {
705
537
  "attributes": {
706
538
  "group": "fontFamily",
@@ -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::e4e9ea6d283fd02d4b56206ad5eaabdc>>
3
+ * @codegen <<SignedSource::e159597b9fc66518a84a3aeaf2f08709>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -408,6 +408,21 @@ const tokens = [{
408
408
  },
409
409
  "name": "typography.fontWeight.FontWeight600",
410
410
  "path": ["typography", "fontWeight", "FontWeight600"]
411
+ }, {
412
+ "value": "653",
413
+ "attributes": {
414
+ "group": "fontWeight"
415
+ },
416
+ "filePath": "schema/palettes/typography-palette.tsx",
417
+ "isSource": true,
418
+ "original": {
419
+ "value": "653",
420
+ "attributes": {
421
+ "group": "fontWeight"
422
+ }
423
+ },
424
+ "name": "typography.fontWeight.FontWeight653",
425
+ "path": ["typography", "fontWeight", "FontWeight653"]
411
426
  }, {
412
427
  "value": "700",
413
428
  "attributes": {
@@ -12,78 +12,12 @@
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::0bd5759a2d00fb9285fe55febafed591>>
15
+ * @codegen <<SignedSource::32dc903e7e4405ed9f0a75811b32c2e1>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
 
19
19
  const replacementMapper = [{
20
20
  "path": "border.width.0",
21
21
  "state": "experimental"
22
- }, {
23
- "path": "font.letterSpacing.0",
24
- "state": "deprecated"
25
- }, {
26
- "path": "font.letterSpacing.100",
27
- "state": "deprecated"
28
- }, {
29
- "path": "font.letterSpacing.200",
30
- "state": "deprecated"
31
- }, {
32
- "path": "font.letterSpacing.300",
33
- "state": "deprecated"
34
- }, {
35
- "path": "font.letterSpacing.400",
36
- "state": "deprecated"
37
- }, {
38
- "path": "font.family.monospace",
39
- "state": "deprecated"
40
- }, {
41
- "path": "font.family.sans",
42
- "state": "deprecated"
43
- }, {
44
- "path": "font.size.050",
45
- "state": "deprecated"
46
- }, {
47
- "path": "font.size.075",
48
- "state": "deprecated"
49
- }, {
50
- "path": "font.size.100",
51
- "state": "deprecated"
52
- }, {
53
- "path": "font.size.200",
54
- "state": "deprecated"
55
- }, {
56
- "path": "font.size.300",
57
- "state": "deprecated"
58
- }, {
59
- "path": "font.size.400",
60
- "state": "deprecated"
61
- }, {
62
- "path": "font.size.500",
63
- "state": "deprecated"
64
- }, {
65
- "path": "font.size.600",
66
- "state": "deprecated"
67
- }, {
68
- "path": "font.lineHeight.1",
69
- "state": "deprecated"
70
- }, {
71
- "path": "font.lineHeight.100",
72
- "state": "deprecated"
73
- }, {
74
- "path": "font.lineHeight.200",
75
- "state": "deprecated"
76
- }, {
77
- "path": "font.lineHeight.300",
78
- "state": "deprecated"
79
- }, {
80
- "path": "font.lineHeight.400",
81
- "state": "deprecated"
82
- }, {
83
- "path": "font.lineHeight.500",
84
- "state": "deprecated"
85
- }, {
86
- "path": "font.lineHeight.600",
87
- "state": "deprecated"
88
22
  }];
89
23
  export default replacementMapper;
@@ -1,16 +1,11 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::348e7051bde334fd7443da09d1f58011>>
3
+ * @codegen <<SignedSource::0eab025fe6a1c066de1ae91979f5a92d>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
7
7
  html[data-theme~="typography:typography-adg3"] {
8
8
  --ds-UNSAFE-textTransformUppercase: uppercase;
9
- --ds-font-letterSpacing-0: 0;
10
- --ds-font-letterSpacing-100: -0.003em;
11
- --ds-font-letterSpacing-200: -0.006em;
12
- --ds-font-letterSpacing-300: -0.008em;
13
- --ds-font-letterSpacing-400: -0.01em;
14
9
  --ds-font-heading-xxlarge: normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
15
10
  --ds-font-heading-xlarge: normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
16
11
  --ds-font-heading-large: normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
@@ -30,24 +25,7 @@ html[data-theme~="typography:typography-adg3"] {
30
25
  --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
31
26
  --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
32
27
  --ds-font-family-code: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
33
- --ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
34
- --ds-font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
35
28
  --ds-font-family-brand-heading: "Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
36
29
  --ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
37
- --ds-font-size-050: 0.6875rem;
38
- --ds-font-size-075: 0.75rem;
39
- --ds-font-size-100: 0.875rem;
40
- --ds-font-size-200: 1rem;
41
- --ds-font-size-300: 1.25rem;
42
- --ds-font-size-400: 1.5rem;
43
- --ds-font-size-500: 1.8125rem;
44
- --ds-font-size-600: 2.1875rem;
45
- --ds-font-lineHeight-1: 1;
46
- --ds-font-lineHeight-100: 1rem;
47
- --ds-font-lineHeight-200: 1.25rem;
48
- --ds-font-lineHeight-300: 1.5rem;
49
- --ds-font-lineHeight-400: 1.75rem;
50
- --ds-font-lineHeight-500: 2rem;
51
- --ds-font-lineHeight-600: 2.5rem;
52
30
  }
53
31
  `;