@atlaskit/tokens 9.1.1 → 10.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 (136) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cjs/artifacts/theme-import-map.js +1 -19
  3. package/dist/cjs/artifacts/themes/atlassian-dark-future.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light-future.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  10. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  11. package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
  12. package/dist/cjs/artifacts/themes/atlassian-spacing.js +2 -2
  13. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
  14. package/dist/cjs/artifacts/token-default-values.js +20 -21
  15. package/dist/cjs/artifacts/token-names.js +1 -2
  16. package/dist/cjs/babel-plugin/plugin.js +2 -2
  17. package/dist/cjs/constants.js +2 -1
  18. package/dist/cjs/entry-points/token-metadata.codegen.js +20 -25
  19. package/dist/cjs/entry-points/tokens-raw.js +0 -21
  20. package/dist/cjs/index.js +25 -0
  21. package/dist/cjs/theme-config.js +1 -25
  22. package/dist/es2019/artifacts/theme-import-map.js +2 -8
  23. package/dist/es2019/artifacts/themes/atlassian-dark-future.js +3 -3
  24. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +3 -3
  25. package/dist/es2019/artifacts/themes/atlassian-dark.js +3 -3
  26. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +3 -3
  27. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +3 -3
  28. package/dist/es2019/artifacts/themes/atlassian-light-future.js +3 -3
  29. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +3 -3
  30. package/dist/es2019/artifacts/themes/atlassian-light.js +3 -3
  31. package/dist/es2019/artifacts/themes/atlassian-shape.js +2 -2
  32. package/dist/es2019/artifacts/themes/atlassian-spacing.js +2 -2
  33. package/dist/es2019/artifacts/themes/atlassian-typography.js +2 -2
  34. package/dist/es2019/artifacts/token-default-values.js +20 -21
  35. package/dist/es2019/artifacts/token-names.js +1 -2
  36. package/dist/es2019/babel-plugin/plugin.js +1 -1
  37. package/dist/es2019/constants.js +1 -0
  38. package/dist/es2019/entry-points/token-metadata.codegen.js +20 -25
  39. package/dist/es2019/entry-points/tokens-raw.js +0 -3
  40. package/dist/es2019/index.js +2 -1
  41. package/dist/es2019/theme-config.js +1 -25
  42. package/dist/esm/artifacts/theme-import-map.js +1 -13
  43. package/dist/esm/artifacts/themes/atlassian-dark-future.js +2 -2
  44. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  45. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  46. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  47. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  48. package/dist/esm/artifacts/themes/atlassian-light-future.js +2 -2
  49. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  50. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  51. package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
  52. package/dist/esm/artifacts/themes/atlassian-spacing.js +2 -2
  53. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  54. package/dist/esm/artifacts/token-default-values.js +20 -21
  55. package/dist/esm/artifacts/token-names.js +1 -2
  56. package/dist/esm/babel-plugin/plugin.js +1 -1
  57. package/dist/esm/constants.js +1 -0
  58. package/dist/esm/entry-points/token-metadata.codegen.js +20 -25
  59. package/dist/esm/entry-points/tokens-raw.js +0 -3
  60. package/dist/esm/index.js +2 -1
  61. package/dist/esm/theme-config.js +1 -25
  62. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  63. package/dist/types/artifacts/themes/atlassian-dark-future.d.ts +2 -2
  64. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  65. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  66. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  67. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  68. package/dist/types/artifacts/themes/atlassian-light-future.d.ts +2 -2
  69. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  70. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  71. package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
  72. package/dist/types/artifacts/themes/atlassian-spacing.d.ts +2 -2
  73. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  74. package/dist/types/artifacts/token-default-values.d.ts +20 -21
  75. package/dist/types/artifacts/token-names.d.ts +1 -3
  76. package/dist/types/artifacts/types-internal.d.ts +2 -2
  77. package/dist/types/artifacts/types.d.ts +2 -2
  78. package/dist/types/constants.d.ts +1 -0
  79. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  80. package/dist/types/entry-points/tokens-raw.d.ts +0 -3
  81. package/dist/types/index.d.ts +2 -1
  82. package/dist/types/theme-config.d.ts +4 -9
  83. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  84. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-future.d.ts +2 -2
  85. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  86. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  87. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  89. package/dist/types-ts4.5/artifacts/themes/atlassian-light-future.d.ts +2 -2
  90. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  91. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  92. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
  93. package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +2 -2
  94. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  95. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +20 -21
  96. package/dist/types-ts4.5/artifacts/token-names.d.ts +1 -3
  97. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  98. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  99. package/dist/types-ts4.5/constants.d.ts +1 -0
  100. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  101. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -3
  102. package/dist/types-ts4.5/index.d.ts +2 -1
  103. package/dist/types-ts4.5/theme-config.d.ts +4 -15
  104. package/package.json +10 -11
  105. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +0 -12
  106. package/dist/cjs/artifacts/themes/atlassian-typography-modernized.js +0 -12
  107. package/dist/cjs/artifacts/themes/atlassian-typography-refreshed.js +0 -12
  108. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +0 -669
  109. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-modernized.js +0 -669
  110. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-refreshed.js +0 -669
  111. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +0 -34
  112. package/dist/es2019/artifacts/themes/atlassian-typography-modernized.js +0 -34
  113. package/dist/es2019/artifacts/themes/atlassian-typography-refreshed.js +0 -34
  114. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +0 -663
  115. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-modernized.js +0 -663
  116. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-refreshed.js +0 -663
  117. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +0 -6
  118. package/dist/esm/artifacts/themes/atlassian-typography-modernized.js +0 -6
  119. package/dist/esm/artifacts/themes/atlassian-typography-refreshed.js +0 -6
  120. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +0 -663
  121. package/dist/esm/artifacts/tokens-raw/atlassian-typography-modernized.js +0 -663
  122. package/dist/esm/artifacts/tokens-raw/atlassian-typography-refreshed.js +0 -663
  123. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +0 -7
  124. package/dist/types/artifacts/themes/atlassian-typography-modernized.d.ts +0 -7
  125. package/dist/types/artifacts/themes/atlassian-typography-refreshed.d.ts +0 -7
  126. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +0 -37
  127. package/dist/types/artifacts/tokens-raw/atlassian-typography-modernized.d.ts +0 -37
  128. package/dist/types/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +0 -37
  129. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +0 -7
  130. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-modernized.d.ts +0 -7
  131. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-refreshed.d.ts +0 -7
  132. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +0 -37
  133. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-modernized.d.ts +0 -37
  134. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +0 -37
  135. package/figma/atlassian-typography-modernized.json +0 -87
  136. package/figma/atlassian-typography-refreshed.json +0 -87
@@ -1,669 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- /**
8
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::d9a4e2432a4ea835e7ceac5c19e379b5>>
10
- * @codegenCommand yarn build tokens
11
- */
12
-
13
- var tokens = [{
14
- "attributes": {
15
- "group": "raw",
16
- "state": "active",
17
- "introduced": "1.20.1",
18
- "description": "Text transform uppercase token used for backwards compatibility between new and old theming solutions"
19
- },
20
- "value": "uppercase",
21
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
22
- "isSource": true,
23
- "original": {
24
- "attributes": {
25
- "group": "raw",
26
- "state": "active",
27
- "introduced": "1.20.1",
28
- "description": "Text transform uppercase token used for backwards compatibility between new and old theming solutions"
29
- },
30
- "value": "uppercase"
31
- },
32
- "name": "utility.UNSAFE.textTransformUppercase",
33
- "path": ["utility", "UNSAFE", "textTransformUppercase"],
34
- "cleanName": "utility.UNSAFE.textTransformUppercase"
35
- }, {
36
- "attributes": {
37
- "group": "typography",
38
- "state": "active",
39
- "introduced": "1.14.0",
40
- "description": "For overlapping brand with app promotions, such as marketplace content. Migrate instances of H900 to Heading XXL."
41
- },
42
- "value": "normal 653 32px/36px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
43
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
44
- "isSource": true,
45
- "original": {
46
- "attributes": {
47
- "group": "typography",
48
- "state": "active",
49
- "introduced": "1.14.0",
50
- "description": "For overlapping brand with app promotions, such as marketplace content. Migrate instances of H900 to Heading XXL."
51
- },
52
- "value": {
53
- "fontWeight": "FontWeight653",
54
- "fontSize": "FontSize32",
55
- "lineHeight": "LineHeight36",
56
- "fontFamily": "FontFamilyWebSans",
57
- "fontStyle": "normal",
58
- "letterSpacing": "LetterSpacing0"
59
- }
60
- },
61
- "name": "font.heading.xxlarge",
62
- "path": ["font", "heading", "xxlarge"],
63
- "cleanName": "font.heading.xxlarge"
64
- }, {
65
- "attributes": {
66
- "group": "typography",
67
- "state": "active",
68
- "introduced": "1.14.0",
69
- "description": "For overlapping brand with app promotions, such as marketplace content. Migrate instances of H800 to Heading XL."
70
- },
71
- "value": "normal 653 28px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
72
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
73
- "isSource": true,
74
- "original": {
75
- "attributes": {
76
- "group": "typography",
77
- "state": "active",
78
- "introduced": "1.14.0",
79
- "description": "For overlapping brand with app promotions, such as marketplace content. Migrate instances of H800 to Heading XL."
80
- },
81
- "value": {
82
- "fontWeight": "FontWeight653",
83
- "fontSize": "FontSize28",
84
- "lineHeight": "LineHeight32",
85
- "fontFamily": "FontFamilyWebSans",
86
- "fontStyle": "normal",
87
- "letterSpacing": "LetterSpacing0"
88
- }
89
- },
90
- "name": "font.heading.xlarge",
91
- "path": ["font", "heading", "xlarge"],
92
- "cleanName": "font.heading.xlarge"
93
- }, {
94
- "attributes": {
95
- "group": "typography",
96
- "state": "active",
97
- "introduced": "1.14.0",
98
- "description": "App page titles, such as forms. Migrate instances of H700 to Heading L."
99
- },
100
- "value": "normal 653 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
101
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
102
- "isSource": true,
103
- "original": {
104
- "attributes": {
105
- "group": "typography",
106
- "state": "active",
107
- "introduced": "1.14.0",
108
- "description": "App page titles, such as forms. Migrate instances of H700 to Heading L."
109
- },
110
- "value": {
111
- "fontWeight": "FontWeight653",
112
- "fontSize": "FontSize24",
113
- "lineHeight": "LineHeight28",
114
- "fontFamily": "FontFamilyWebSans",
115
- "fontStyle": "normal",
116
- "letterSpacing": "LetterSpacing0"
117
- }
118
- },
119
- "name": "font.heading.large",
120
- "path": ["font", "heading", "large"],
121
- "cleanName": "font.heading.large"
122
- }, {
123
- "attributes": {
124
- "group": "typography",
125
- "state": "active",
126
- "introduced": "1.14.0",
127
- "description": "Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M."
128
- },
129
- "value": "normal 653 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
130
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
131
- "isSource": true,
132
- "original": {
133
- "attributes": {
134
- "group": "typography",
135
- "state": "active",
136
- "introduced": "1.14.0",
137
- "description": "Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M."
138
- },
139
- "value": {
140
- "fontWeight": "FontWeight653",
141
- "fontSize": "FontSize20",
142
- "lineHeight": "LineHeight24",
143
- "fontFamily": "FontFamilyWebSans",
144
- "fontStyle": "normal",
145
- "letterSpacing": "LetterSpacing0"
146
- }
147
- },
148
- "name": "font.heading.medium",
149
- "path": ["font", "heading", "medium"],
150
- "cleanName": "font.heading.medium"
151
- }, {
152
- "attributes": {
153
- "group": "typography",
154
- "state": "active",
155
- "introduced": "1.14.0",
156
- "description": "For headers in small components where space is limited. Migrate instances of H500 to Heading S."
157
- },
158
- "value": "normal 653 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
159
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
160
- "isSource": true,
161
- "original": {
162
- "attributes": {
163
- "group": "typography",
164
- "state": "active",
165
- "introduced": "1.14.0",
166
- "description": "For headers in small components where space is limited. Migrate instances of H500 to Heading S."
167
- },
168
- "value": {
169
- "fontWeight": "FontWeight653",
170
- "fontSize": "FontSize16",
171
- "lineHeight": "LineHeight20",
172
- "fontFamily": "FontFamilyWebSans",
173
- "fontStyle": "normal",
174
- "letterSpacing": "LetterSpacing0"
175
- }
176
- },
177
- "name": "font.heading.small",
178
- "path": ["font", "heading", "small"],
179
- "cleanName": "font.heading.small"
180
- }, {
181
- "attributes": {
182
- "group": "typography",
183
- "state": "active",
184
- "introduced": "1.14.0",
185
- "description": "For headers in small components where space is limited. Migrate instances of H400 to Heading XS."
186
- },
187
- "value": "normal 653 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
188
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
189
- "isSource": true,
190
- "original": {
191
- "attributes": {
192
- "group": "typography",
193
- "state": "active",
194
- "introduced": "1.14.0",
195
- "description": "For headers in small components where space is limited. Migrate instances of H400 to Heading XS."
196
- },
197
- "value": {
198
- "fontWeight": "FontWeight653",
199
- "fontSize": "FontSize14",
200
- "lineHeight": "LineHeight20",
201
- "fontFamily": "FontFamilyWebSans",
202
- "fontStyle": "normal",
203
- "letterSpacing": "LetterSpacing0"
204
- }
205
- },
206
- "name": "font.heading.xsmall",
207
- "path": ["font", "heading", "xsmall"],
208
- "cleanName": "font.heading.xsmall"
209
- }, {
210
- "attributes": {
211
- "group": "typography",
212
- "state": "active",
213
- "introduced": "1.14.0",
214
- "description": "For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."
215
- },
216
- "value": "normal 653 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
217
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
218
- "isSource": true,
219
- "original": {
220
- "attributes": {
221
- "group": "typography",
222
- "state": "active",
223
- "introduced": "1.14.0",
224
- "description": "For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."
225
- },
226
- "value": {
227
- "fontWeight": "FontWeight653",
228
- "fontSize": "FontSize12",
229
- "lineHeight": "LineHeight16",
230
- "fontFamily": "FontFamilyWebSans",
231
- "fontStyle": "normal",
232
- "letterSpacing": "LetterSpacing0"
233
- }
234
- },
235
- "name": "font.heading.xxsmall",
236
- "path": ["font", "heading", "xxsmall"],
237
- "cleanName": "font.heading.xxsmall"
238
- }, {
239
- "attributes": {
240
- "group": "typography",
241
- "state": "active",
242
- "introduced": "1.14.0",
243
- "description": "For long-form text, such as in blogs."
244
- },
245
- "value": "normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
246
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
247
- "isSource": true,
248
- "original": {
249
- "attributes": {
250
- "group": "typography",
251
- "state": "active",
252
- "introduced": "1.14.0",
253
- "description": "For long-form text, such as in blogs."
254
- },
255
- "value": {
256
- "fontWeight": "FontWeight400",
257
- "fontSize": "FontSize16",
258
- "lineHeight": "LineHeight24",
259
- "fontFamily": "FontFamilyWebSans",
260
- "fontStyle": "normal",
261
- "letterSpacing": "LetterSpacing0"
262
- }
263
- },
264
- "name": "font.body.large",
265
- "path": ["font", "body", "large"],
266
- "cleanName": "font.body.large"
267
- }, {
268
- "attributes": {
269
- "group": "typography",
270
- "state": "active",
271
- "introduced": "1.14.0",
272
- "description": "Use in short descriptions or labels. The default size for text in components. Migrate instances of Paragraph Default and UI Text to Body M."
273
- },
274
- "value": "normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
275
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
276
- "isSource": true,
277
- "original": {
278
- "attributes": {
279
- "group": "typography",
280
- "state": "active",
281
- "introduced": "1.14.0",
282
- "description": "Use in short descriptions or labels. The default size for text in components. Migrate instances of Paragraph Default and UI Text to Body M."
283
- },
284
- "value": {
285
- "fontWeight": "FontWeight400",
286
- "fontSize": "FontSize14",
287
- "lineHeight": "LineHeight20",
288
- "fontFamily": "FontFamilyWebSans",
289
- "fontStyle": "normal",
290
- "letterSpacing": "LetterSpacing0"
291
- }
292
- },
293
- "name": "font.body.[default]",
294
- "path": ["font", "body", "[default]"],
295
- "cleanName": "font.body"
296
- }, {
297
- "attributes": {
298
- "group": "typography",
299
- "state": "active",
300
- "introduced": "1.14.0",
301
- "description": "Use in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S."
302
- },
303
- "value": "normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
304
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
305
- "isSource": true,
306
- "original": {
307
- "attributes": {
308
- "group": "typography",
309
- "state": "active",
310
- "introduced": "1.14.0",
311
- "description": "Use in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S."
312
- },
313
- "value": {
314
- "fontWeight": "FontWeight400",
315
- "fontSize": "FontSize12",
316
- "lineHeight": "LineHeight16",
317
- "fontFamily": "FontFamilyWebSans",
318
- "fontStyle": "normal",
319
- "letterSpacing": "LetterSpacing0"
320
- }
321
- },
322
- "name": "font.body.small",
323
- "path": ["font", "body", "small"],
324
- "cleanName": "font.body.small"
325
- }, {
326
- "attributes": {
327
- "group": "typography",
328
- "state": "active",
329
- "introduced": "1.14.0",
330
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"
331
- },
332
- "value": "normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
333
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
334
- "isSource": true,
335
- "original": {
336
- "attributes": {
337
- "group": "typography",
338
- "state": "active",
339
- "introduced": "1.14.0",
340
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"
341
- },
342
- "value": {
343
- "fontWeight": "FontWeight400",
344
- "fontSize": "FontSize12",
345
- "lineHeight": "LineHeight16",
346
- "fontFamily": "FontFamilyWebSans",
347
- "fontStyle": "normal",
348
- "letterSpacing": "LetterSpacing0"
349
- }
350
- },
351
- "name": "font.body.UNSAFE_small",
352
- "path": ["font", "body", "UNSAFE_small"],
353
- "cleanName": "font.body.UNSAFE_small"
354
- }, {
355
- "attributes": {
356
- "group": "typography",
357
- "state": "active",
358
- "introduced": "5.0.1",
359
- "description": "Use to emphasize a number within a large donut."
360
- },
361
- "value": "normal 653 28px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
362
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
363
- "isSource": true,
364
- "original": {
365
- "attributes": {
366
- "group": "typography",
367
- "state": "active",
368
- "introduced": "5.0.1",
369
- "description": "Use to emphasize a number within a large donut."
370
- },
371
- "value": {
372
- "fontWeight": "FontWeight653",
373
- "fontSize": "FontSize28",
374
- "lineHeight": "LineHeight32",
375
- "fontFamily": "FontFamilyWebSans",
376
- "fontStyle": "normal",
377
- "letterSpacing": "LetterSpacing0"
378
- }
379
- },
380
- "name": "font.metric.large",
381
- "path": ["font", "metric", "large"],
382
- "cleanName": "font.metric.large"
383
- }, {
384
- "attributes": {
385
- "group": "typography",
386
- "state": "active",
387
- "introduced": "5.0.1",
388
- "description": "Use to emphasize a number within a medium donut."
389
- },
390
- "value": "normal 653 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
391
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
392
- "isSource": true,
393
- "original": {
394
- "attributes": {
395
- "group": "typography",
396
- "state": "active",
397
- "introduced": "5.0.1",
398
- "description": "Use to emphasize a number within a medium donut."
399
- },
400
- "value": {
401
- "fontWeight": "FontWeight653",
402
- "fontSize": "FontSize24",
403
- "lineHeight": "LineHeight28",
404
- "fontFamily": "FontFamilyWebSans",
405
- "fontStyle": "normal",
406
- "letterSpacing": "LetterSpacing0"
407
- }
408
- },
409
- "name": "font.metric.medium",
410
- "path": ["font", "metric", "medium"],
411
- "cleanName": "font.metric.medium"
412
- }, {
413
- "attributes": {
414
- "group": "typography",
415
- "state": "active",
416
- "introduced": "5.0.1",
417
- "description": "Use to emphasize a number and words in single-value tiles, or small donuts."
418
- },
419
- "value": "normal 653 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
420
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
421
- "isSource": true,
422
- "original": {
423
- "attributes": {
424
- "group": "typography",
425
- "state": "active",
426
- "introduced": "5.0.1",
427
- "description": "Use to emphasize a number and words in single-value tiles, or small donuts."
428
- },
429
- "value": {
430
- "fontWeight": "FontWeight653",
431
- "fontSize": "FontSize16",
432
- "lineHeight": "LineHeight20",
433
- "fontFamily": "FontFamilyWebSans",
434
- "fontStyle": "normal",
435
- "letterSpacing": "LetterSpacing0"
436
- }
437
- },
438
- "name": "font.metric.small",
439
- "path": ["font", "metric", "small"],
440
- "cleanName": "font.metric.small"
441
- }, {
442
- "attributes": {
443
- "group": "typography",
444
- "state": "active",
445
- "introduced": "1.14.0",
446
- "description": "For representing code only, either inline or in code blocks."
447
- },
448
- "value": "normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
449
- "filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
450
- "isSource": true,
451
- "original": {
452
- "attributes": {
453
- "group": "typography",
454
- "state": "active",
455
- "introduced": "1.14.0",
456
- "description": "For representing code only, either inline or in code blocks."
457
- },
458
- "value": {
459
- "fontWeight": "FontWeight400",
460
- "fontSize": "FontSizeCode",
461
- "lineHeight": "LineHeight1",
462
- "fontFamily": "FontFamilyWebMono",
463
- "fontStyle": "normal",
464
- "letterSpacing": "LetterSpacing0"
465
- }
466
- },
467
- "name": "font.code.[default]",
468
- "path": ["font", "code", "[default]"],
469
- "cleanName": "font.code"
470
- }, {
471
- "attributes": {
472
- "group": "fontWeight",
473
- "state": "active",
474
- "introduced": "0.10.33",
475
- "description": "Default font weight for body text styles."
476
- },
477
- "value": "400",
478
- "filePath": "schema/themes/atlassian-typography-modernized/font-weight.tsx",
479
- "isSource": true,
480
- "original": {
481
- "attributes": {
482
- "group": "fontWeight",
483
- "state": "active",
484
- "introduced": "0.10.33",
485
- "description": "Default font weight for body text styles."
486
- },
487
- "value": "FontWeight400"
488
- },
489
- "name": "font.weight.regular",
490
- "path": ["font", "weight", "regular"],
491
- "cleanName": "font.weight.regular"
492
- }, {
493
- "attributes": {
494
- "group": "fontWeight",
495
- "state": "active",
496
- "introduced": "0.10.33",
497
- "description": "For all text that may appear beside iconography, such as in a button."
498
- },
499
- "value": "500",
500
- "filePath": "schema/themes/atlassian-typography-modernized/font-weight.tsx",
501
- "isSource": true,
502
- "original": {
503
- "attributes": {
504
- "group": "fontWeight",
505
- "state": "active",
506
- "introduced": "0.10.33",
507
- "description": "For all text that may appear beside iconography, such as in a button."
508
- },
509
- "value": "FontWeight500"
510
- },
511
- "name": "font.weight.medium",
512
- "path": ["font", "weight", "medium"],
513
- "cleanName": "font.weight.medium"
514
- }, {
515
- "attributes": {
516
- "group": "fontWeight",
517
- "state": "active",
518
- "introduced": "0.10.33",
519
- "description": "Use with caution as fallback fonts do not support this font weight and will default to bold weight."
520
- },
521
- "value": "600",
522
- "filePath": "schema/themes/atlassian-typography-modernized/font-weight.tsx",
523
- "isSource": true,
524
- "original": {
525
- "attributes": {
526
- "group": "fontWeight",
527
- "state": "active",
528
- "introduced": "0.10.33",
529
- "description": "Use with caution as fallback fonts do not support this font weight and will default to bold weight."
530
- },
531
- "value": "FontWeight600"
532
- },
533
- "name": "font.weight.semibold",
534
- "path": ["font", "weight", "semibold"],
535
- "cleanName": "font.weight.semibold"
536
- }, {
537
- "attributes": {
538
- "group": "fontWeight",
539
- "state": "active",
540
- "introduced": "0.10.33",
541
- "description": "Use sparingly for emphasising text, such as in a lozenge."
542
- },
543
- "value": "653",
544
- "filePath": "schema/themes/atlassian-typography-modernized/font-weight.tsx",
545
- "isSource": true,
546
- "original": {
547
- "attributes": {
548
- "group": "fontWeight",
549
- "state": "active",
550
- "introduced": "0.10.33",
551
- "description": "Use sparingly for emphasising text, such as in a lozenge."
552
- },
553
- "value": "FontWeight653"
554
- },
555
- "name": "font.weight.bold",
556
- "path": ["font", "weight", "bold"],
557
- "cleanName": "font.weight.bold"
558
- }, {
559
- "attributes": {
560
- "group": "fontFamily",
561
- "state": "active",
562
- "introduced": "1.14.0",
563
- "description": "For our default UI heading text."
564
- },
565
- "value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
566
- "filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
567
- "isSource": true,
568
- "original": {
569
- "attributes": {
570
- "group": "fontFamily",
571
- "state": "active",
572
- "introduced": "1.14.0",
573
- "description": "For our default UI heading text."
574
- },
575
- "value": "FontFamilyWebSans"
576
- },
577
- "name": "font.family.heading",
578
- "path": ["font", "family", "heading"],
579
- "cleanName": "font.family.heading"
580
- }, {
581
- "attributes": {
582
- "group": "fontFamily",
583
- "state": "active",
584
- "introduced": "1.14.0",
585
- "description": "For our default UI body text."
586
- },
587
- "value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
588
- "filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
589
- "isSource": true,
590
- "original": {
591
- "attributes": {
592
- "group": "fontFamily",
593
- "state": "active",
594
- "introduced": "1.14.0",
595
- "description": "For our default UI body text."
596
- },
597
- "value": "FontFamilyWebSans"
598
- },
599
- "name": "font.family.body",
600
- "path": ["font", "family", "body"],
601
- "cleanName": "font.family.body"
602
- }, {
603
- "attributes": {
604
- "group": "fontFamily",
605
- "state": "active",
606
- "introduced": "1.14.0",
607
- "description": "For representing code only."
608
- },
609
- "value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
610
- "filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
611
- "isSource": true,
612
- "original": {
613
- "attributes": {
614
- "group": "fontFamily",
615
- "state": "active",
616
- "introduced": "1.14.0",
617
- "description": "For representing code only."
618
- },
619
- "value": "FontFamilyWebMono"
620
- },
621
- "name": "font.family.code",
622
- "path": ["font", "family", "code"],
623
- "cleanName": "font.family.code"
624
- }, {
625
- "attributes": {
626
- "group": "fontFamily",
627
- "state": "active",
628
- "introduced": "1.14.0",
629
- "description": "For our brand heading text. Uses Charlie Display."
630
- },
631
- "value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
632
- "filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
633
- "isSource": true,
634
- "original": {
635
- "attributes": {
636
- "group": "fontFamily",
637
- "state": "active",
638
- "introduced": "1.14.0",
639
- "description": "For our brand heading text. Uses Charlie Display."
640
- },
641
- "value": "FontFamilyCharlieDisplay"
642
- },
643
- "name": "font.family.brand.heading",
644
- "path": ["font", "family", "brand", "heading"],
645
- "cleanName": "font.family.brand.heading"
646
- }, {
647
- "attributes": {
648
- "group": "fontFamily",
649
- "state": "active",
650
- "introduced": "1.14.0",
651
- "description": "For our brand body text. Uses Charlie Text."
652
- },
653
- "value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
654
- "filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
655
- "isSource": true,
656
- "original": {
657
- "attributes": {
658
- "group": "fontFamily",
659
- "state": "active",
660
- "introduced": "1.14.0",
661
- "description": "For our brand body text. Uses Charlie Text."
662
- },
663
- "value": "FontFamilyCharlieText"
664
- },
665
- "name": "font.family.brand.body",
666
- "path": ["font", "family", "brand", "body"],
667
- "cleanName": "font.family.brand.body"
668
- }];
669
- var _default = exports.default = tokens;