@atlaskit/tokens 1.37.0 → 1.37.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/codemods/hypermod.config.tsx +1 -0
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +3 -3
- package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +15 -15
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +15 -15
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +16 -16
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +3 -3
- package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +15 -15
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +20 -20
- package/dist/es2019/artifacts/token-default-values.js +15 -15
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +15 -15
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +16 -16
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +3 -3
- package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +15 -15
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +15 -15
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +16 -16
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +15 -15
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +15 -15
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
8
8
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
9
9
|
*
|
|
10
|
-
* @codegen <<SignedSource::
|
|
10
|
+
* @codegen <<SignedSource::0be8396ce2b2c338731e309ec56b045d>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
const defaultTokenValues = {
|
|
@@ -434,27 +434,27 @@ const defaultTokenValues = {
|
|
|
434
434
|
'space.negative.250': '-1.25rem',
|
|
435
435
|
'space.negative.300': '-1.5rem',
|
|
436
436
|
'space.negative.400': '-2rem',
|
|
437
|
-
'font.heading.xxlarge': 'normal 500 2.1875rem/2.5rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
438
|
-
'font.heading.xlarge': 'normal 600 1.8125rem/2rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
439
|
-
'font.heading.large': 'normal 500 1.5rem/1.75rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
440
|
-
'font.heading.medium': 'normal 500 1.25rem/1.5rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
441
|
-
'font.heading.small': 'normal 600 1rem/1.25rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
442
|
-
'font.heading.xsmall': 'normal 600 0.875rem/1rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
443
|
-
'font.heading.xxsmall': 'normal 600 0.75rem/1rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
444
|
-
'font.body.large': 'normal 400 1rem/1.5rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
445
|
-
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
446
|
-
'font.body.small': 'normal 400 0.6875rem/1rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
447
|
-
'font.ui': 'normal 500 0.875rem/1 ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
448
|
-
'font.ui.small': 'normal 400 0.6875rem/1 ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
437
|
+
'font.heading.xxlarge': 'normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
438
|
+
'font.heading.xlarge': 'normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
439
|
+
'font.heading.large': 'normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
440
|
+
'font.heading.medium': 'normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
441
|
+
'font.heading.small': 'normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
442
|
+
'font.heading.xsmall': 'normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
443
|
+
'font.heading.xxsmall': 'normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
444
|
+
'font.body.large': 'normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
445
|
+
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
446
|
+
'font.body.small': 'normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
447
|
+
'font.ui': 'normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
448
|
+
'font.ui.small': 'normal 400 0.6875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
449
449
|
'font.code': 'normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
450
450
|
'font.letterSpacing.0': '0',
|
|
451
451
|
'font.letterSpacing.100': '-0.003em',
|
|
452
452
|
'font.letterSpacing.200': '-0.006em',
|
|
453
453
|
'font.letterSpacing.300': '-0.008em',
|
|
454
454
|
'font.letterSpacing.400': '-0.01em',
|
|
455
|
-
'font.family.body': 'ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
455
|
+
'font.family.body': 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
456
456
|
'font.family.code': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
457
|
-
'font.family.heading': 'ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
457
|
+
'font.family.heading': 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
458
458
|
'font.family.monospace': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
459
459
|
'font.family.sans': '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
|
|
460
460
|
'font.family.brand': 'Charlie Sans',
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::70af860fac3168f1ea8797320fe6b8a5>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -33,7 +33,7 @@ const tokens = [{
|
|
|
33
33
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
34
34
|
"responsiveSmallerVariant": "font.heading.xlarge"
|
|
35
35
|
},
|
|
36
|
-
"value": "normal 500 35px/40px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
36
|
+
"value": "normal 500 35px/40px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
37
37
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
38
38
|
"isSource": true,
|
|
39
39
|
"original": {
|
|
@@ -64,7 +64,7 @@ const tokens = [{
|
|
|
64
64
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
65
65
|
"responsiveSmallerVariant": "font.heading.large"
|
|
66
66
|
},
|
|
67
|
-
"value": "normal 600 29px/32px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
67
|
+
"value": "normal 600 29px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
68
68
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
69
69
|
"isSource": true,
|
|
70
70
|
"original": {
|
|
@@ -95,7 +95,7 @@ const tokens = [{
|
|
|
95
95
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
96
96
|
"responsiveSmallerVariant": "font.heading.medium"
|
|
97
97
|
},
|
|
98
|
-
"value": "normal 500 24px/28px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
98
|
+
"value": "normal 500 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
99
99
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
100
100
|
"isSource": true,
|
|
101
101
|
"original": {
|
|
@@ -126,7 +126,7 @@ const tokens = [{
|
|
|
126
126
|
"description": "ALPHA - Use with caution. Use for less important headings.",
|
|
127
127
|
"responsiveSmallerVariant": "font.heading.small"
|
|
128
128
|
},
|
|
129
|
-
"value": "normal 500 20px/24px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
129
|
+
"value": "normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
130
130
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
131
131
|
"isSource": true,
|
|
132
132
|
"original": {
|
|
@@ -156,7 +156,7 @@ const tokens = [{
|
|
|
156
156
|
"introduced": "1.14.0",
|
|
157
157
|
"description": "ALPHA - Use with caution. Use for less important headings."
|
|
158
158
|
},
|
|
159
|
-
"value": "normal 600 16px/20px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
159
|
+
"value": "normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
160
160
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
161
161
|
"isSource": true,
|
|
162
162
|
"original": {
|
|
@@ -185,7 +185,7 @@ const tokens = [{
|
|
|
185
185
|
"introduced": "1.14.0",
|
|
186
186
|
"description": "ALPHA - Use with caution. Use for smaller headings."
|
|
187
187
|
},
|
|
188
|
-
"value": "normal 600 14px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
188
|
+
"value": "normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
189
189
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
190
190
|
"isSource": true,
|
|
191
191
|
"original": {
|
|
@@ -214,7 +214,7 @@ const tokens = [{
|
|
|
214
214
|
"introduced": "1.14.0",
|
|
215
215
|
"description": "ALPHA - Use with caution. Smallest heading size available."
|
|
216
216
|
},
|
|
217
|
-
"value": "normal 600 12px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
217
|
+
"value": "normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
218
218
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
219
219
|
"isSource": true,
|
|
220
220
|
"original": {
|
|
@@ -243,7 +243,7 @@ const tokens = [{
|
|
|
243
243
|
"introduced": "1.14.0",
|
|
244
244
|
"description": "ALPHA - Use with caution. Larger body font or default body font for text rich experiences."
|
|
245
245
|
},
|
|
246
|
-
"value": "normal 400 16px/24px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
246
|
+
"value": "normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
247
247
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
248
248
|
"isSource": true,
|
|
249
249
|
"original": {
|
|
@@ -272,7 +272,7 @@ const tokens = [{
|
|
|
272
272
|
"introduced": "1.14.0",
|
|
273
273
|
"description": "ALPHA - Use with caution. The default body font."
|
|
274
274
|
},
|
|
275
|
-
"value": "normal 400 14px/20px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
275
|
+
"value": "normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
276
276
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
277
277
|
"isSource": true,
|
|
278
278
|
"original": {
|
|
@@ -301,7 +301,7 @@ const tokens = [{
|
|
|
301
301
|
"introduced": "1.14.0",
|
|
302
302
|
"description": "ALPHA - Use with caution. Smaller body font."
|
|
303
303
|
},
|
|
304
|
-
"value": "normal 400 11px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
304
|
+
"value": "normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
305
305
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
306
306
|
"isSource": true,
|
|
307
307
|
"original": {
|
|
@@ -330,7 +330,7 @@ const tokens = [{
|
|
|
330
330
|
"introduced": "1.14.0",
|
|
331
331
|
"description": "ALPHA - Use with caution. Single-line non-wrapping text like that in a button."
|
|
332
332
|
},
|
|
333
|
-
"value": "normal 500 14px/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
333
|
+
"value": "normal 500 14px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
334
334
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
335
335
|
"isSource": true,
|
|
336
336
|
"original": {
|
|
@@ -359,7 +359,7 @@ const tokens = [{
|
|
|
359
359
|
"introduced": "1.14.0",
|
|
360
360
|
"description": "ALPHA - Use with caution. Single-line non-wrapping supporting text like that in a smaller label."
|
|
361
361
|
},
|
|
362
|
-
"value": "normal 400 11px/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
362
|
+
"value": "normal 400 11px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
363
363
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
364
364
|
"isSource": true,
|
|
365
365
|
"original": {
|
|
@@ -538,7 +538,7 @@ const tokens = [{
|
|
|
538
538
|
"description": "Helpful guidance goes here",
|
|
539
539
|
"deprecated": "1.29.0"
|
|
540
540
|
},
|
|
541
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
541
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
542
542
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
543
543
|
"isSource": true,
|
|
544
544
|
"original": {
|
|
@@ -586,7 +586,7 @@ const tokens = [{
|
|
|
586
586
|
"description": "Helpful guidance goes here",
|
|
587
587
|
"deprecated": "1.29.0"
|
|
588
588
|
},
|
|
589
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
589
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
590
590
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
591
591
|
"isSource": true,
|
|
592
592
|
"original": {
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::e18647e46fb4c80c4003121d24898ee4>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -33,7 +33,7 @@ const tokens = [{
|
|
|
33
33
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
34
34
|
"responsiveSmallerVariant": "font.heading.xlarge"
|
|
35
35
|
},
|
|
36
|
-
"value": "normal 700 32px/36px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
36
|
+
"value": "normal 700 32px/36px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
37
37
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
38
38
|
"isSource": true,
|
|
39
39
|
"original": {
|
|
@@ -64,7 +64,7 @@ const tokens = [{
|
|
|
64
64
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
65
65
|
"responsiveSmallerVariant": "font.heading.large"
|
|
66
66
|
},
|
|
67
|
-
"value": "normal 700 28px/32px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
67
|
+
"value": "normal 700 28px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
68
68
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
69
69
|
"isSource": true,
|
|
70
70
|
"original": {
|
|
@@ -95,7 +95,7 @@ const tokens = [{
|
|
|
95
95
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
96
96
|
"responsiveSmallerVariant": "font.heading.medium"
|
|
97
97
|
},
|
|
98
|
-
"value": "normal 700 24px/28px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
98
|
+
"value": "normal 700 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
99
99
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
100
100
|
"isSource": true,
|
|
101
101
|
"original": {
|
|
@@ -126,7 +126,7 @@ const tokens = [{
|
|
|
126
126
|
"description": "ALPHA - Use with caution. Use for less important headings.",
|
|
127
127
|
"responsiveSmallerVariant": "font.heading.small"
|
|
128
128
|
},
|
|
129
|
-
"value": "normal 700 20px/24px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
129
|
+
"value": "normal 700 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
130
130
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
131
131
|
"isSource": true,
|
|
132
132
|
"original": {
|
|
@@ -156,7 +156,7 @@ const tokens = [{
|
|
|
156
156
|
"introduced": "1.14.0",
|
|
157
157
|
"description": "ALPHA - Use with caution. Use for less important headings."
|
|
158
158
|
},
|
|
159
|
-
"value": "normal 700 16px/20px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
159
|
+
"value": "normal 700 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
160
160
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
161
161
|
"isSource": true,
|
|
162
162
|
"original": {
|
|
@@ -185,7 +185,7 @@ const tokens = [{
|
|
|
185
185
|
"introduced": "1.14.0",
|
|
186
186
|
"description": "ALPHA - Use with caution. Use for smaller headings."
|
|
187
187
|
},
|
|
188
|
-
"value": "normal 700 14px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
188
|
+
"value": "normal 700 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
189
189
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
190
190
|
"isSource": true,
|
|
191
191
|
"original": {
|
|
@@ -214,7 +214,7 @@ const tokens = [{
|
|
|
214
214
|
"introduced": "1.14.0",
|
|
215
215
|
"description": "ALPHA - Use with caution. Smallest heading size available."
|
|
216
216
|
},
|
|
217
|
-
"value": "normal 700 12px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
217
|
+
"value": "normal 700 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
218
218
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
219
219
|
"isSource": true,
|
|
220
220
|
"original": {
|
|
@@ -243,7 +243,7 @@ const tokens = [{
|
|
|
243
243
|
"introduced": "1.14.0",
|
|
244
244
|
"description": "ALPHA - Use with caution. Larger body font or default body font for text rich experiences."
|
|
245
245
|
},
|
|
246
|
-
"value": "normal 400 16px/24px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
246
|
+
"value": "normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
247
247
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
248
248
|
"isSource": true,
|
|
249
249
|
"original": {
|
|
@@ -272,7 +272,7 @@ const tokens = [{
|
|
|
272
272
|
"introduced": "1.14.0",
|
|
273
273
|
"description": "ALPHA - Use with caution. The default body font."
|
|
274
274
|
},
|
|
275
|
-
"value": "normal 400 14px/20px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
275
|
+
"value": "normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
276
276
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
277
277
|
"isSource": true,
|
|
278
278
|
"original": {
|
|
@@ -301,7 +301,7 @@ const tokens = [{
|
|
|
301
301
|
"introduced": "1.14.0",
|
|
302
302
|
"description": "ALPHA - Use with caution. Smaller body font."
|
|
303
303
|
},
|
|
304
|
-
"value": "normal 400 12px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
304
|
+
"value": "normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
305
305
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
306
306
|
"isSource": true,
|
|
307
307
|
"original": {
|
|
@@ -330,7 +330,7 @@ const tokens = [{
|
|
|
330
330
|
"introduced": "1.14.0",
|
|
331
331
|
"description": "ALPHA - Use with caution. Single-line non-wrapping text like that in a button."
|
|
332
332
|
},
|
|
333
|
-
"value": "normal 500 14px/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
333
|
+
"value": "normal 500 14px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
334
334
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
335
335
|
"isSource": true,
|
|
336
336
|
"original": {
|
|
@@ -359,7 +359,7 @@ const tokens = [{
|
|
|
359
359
|
"introduced": "1.14.0",
|
|
360
360
|
"description": "ALPHA - Use with caution. Single-line non-wrapping supporting text like that in a smaller label."
|
|
361
361
|
},
|
|
362
|
-
"value": "normal 400 12px/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
362
|
+
"value": "normal 400 12px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
363
363
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
364
364
|
"isSource": true,
|
|
365
365
|
"original": {
|
|
@@ -538,7 +538,7 @@ const tokens = [{
|
|
|
538
538
|
"description": "Helpful guidance goes here",
|
|
539
539
|
"deprecated": "1.29.0"
|
|
540
540
|
},
|
|
541
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
541
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
542
542
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
543
543
|
"isSource": true,
|
|
544
544
|
"original": {
|
|
@@ -586,7 +586,7 @@ const tokens = [{
|
|
|
586
586
|
"description": "Helpful guidance goes here",
|
|
587
587
|
"deprecated": "1.29.0"
|
|
588
588
|
},
|
|
589
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
589
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
590
590
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
591
591
|
"isSource": true,
|
|
592
592
|
"original": {
|
|
@@ -634,7 +634,7 @@ const tokens = [{
|
|
|
634
634
|
"description": "Helpful guidance goes here",
|
|
635
635
|
"deprecated": "1.29.0"
|
|
636
636
|
},
|
|
637
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
637
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
638
638
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
639
639
|
"isSource": true,
|
|
640
640
|
"original": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import warnOnce from '@atlaskit/ds-lib/warn-once';
|
|
2
2
|
import tokens from './artifacts/token-names';
|
|
3
3
|
const name = "@atlaskit/tokens";
|
|
4
|
-
const version = "1.37.
|
|
4
|
+
const version = "1.37.2";
|
|
5
5
|
/**
|
|
6
6
|
* Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
|
|
7
7
|
* resulting CSS Custom Property.
|
package/dist/es2019/get-token.js
CHANGED
|
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
|
|
|
2
2
|
import tokens from './artifacts/token-names';
|
|
3
3
|
import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
|
|
4
4
|
const name = "@atlaskit/tokens";
|
|
5
|
-
const version = "1.37.
|
|
5
|
+
const version = "1.37.2";
|
|
6
6
|
/**
|
|
7
7
|
* Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
|
|
8
8
|
* This should be used to implement design decisions throughout your application.
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::7e7682a077bd4735a11d99a880446147>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
var tokens = [{
|
|
@@ -64,14 +64,14 @@ var tokens = [{
|
|
|
64
64
|
"name": "typography.fontFamily.FontFamilyWebMono",
|
|
65
65
|
"path": ["typography", "fontFamily", "FontFamilyWebMono"]
|
|
66
66
|
}, {
|
|
67
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
67
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
68
68
|
"attributes": {
|
|
69
69
|
"group": "fontFamily"
|
|
70
70
|
},
|
|
71
71
|
"filePath": "schema/palettes/typography-palette.tsx",
|
|
72
72
|
"isSource": true,
|
|
73
73
|
"original": {
|
|
74
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
74
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
75
75
|
"attributes": {
|
|
76
76
|
"group": "fontFamily"
|
|
77
77
|
}
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::8805a9363c77bb3681dad874e8097353>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
export default "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 500 2.1875rem/2.5rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 600 1.8125rem/2rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 500 1.5rem/1.75rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 500 1.25rem/1.5rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 600 1rem/1.25rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 600 0.875rem/1rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 600 0.75rem/1rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.6875rem/1rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.6875rem/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-1: 1;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
|
|
6
|
+
export default "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --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;\n --ds-font-heading-xlarge: normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --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;\n --ds-font-heading-medium: normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.6875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-1: 1;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::7c5ec982604c24a59432d3e7d47d1419>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
export default "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 700 2rem/2.25rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.75rem/2rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.5rem/1.75rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1.25rem/1.5rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 700 1rem/1.25rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 700 0.875rem/1rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 700 0.75rem/1rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.75rem/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-family-body: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n @media not all and (min-width: 64rem) {\n --ds-font-heading-xxlarge: normal 700 1.75rem/2rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.5rem/1.75rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.25rem/1.5rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1rem/1.25rem ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n }\n}\n";
|
|
6
|
+
export default "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 700 2rem/2.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 700 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 700 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.75rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n @media not all and (min-width: 64rem) {\n --ds-font-heading-xxlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n }\n}\n";
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
8
8
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
9
9
|
*
|
|
10
|
-
* @codegen <<SignedSource::
|
|
10
|
+
* @codegen <<SignedSource::0be8396ce2b2c338731e309ec56b045d>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
var defaultTokenValues = {
|
|
@@ -434,27 +434,27 @@ var defaultTokenValues = {
|
|
|
434
434
|
'space.negative.250': '-1.25rem',
|
|
435
435
|
'space.negative.300': '-1.5rem',
|
|
436
436
|
'space.negative.400': '-2rem',
|
|
437
|
-
'font.heading.xxlarge': 'normal 500 2.1875rem/2.5rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
438
|
-
'font.heading.xlarge': 'normal 600 1.8125rem/2rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
439
|
-
'font.heading.large': 'normal 500 1.5rem/1.75rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
440
|
-
'font.heading.medium': 'normal 500 1.25rem/1.5rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
441
|
-
'font.heading.small': 'normal 600 1rem/1.25rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
442
|
-
'font.heading.xsmall': 'normal 600 0.875rem/1rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
443
|
-
'font.heading.xxsmall': 'normal 600 0.75rem/1rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
444
|
-
'font.body.large': 'normal 400 1rem/1.5rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
445
|
-
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
446
|
-
'font.body.small': 'normal 400 0.6875rem/1rem ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
447
|
-
'font.ui': 'normal 500 0.875rem/1 ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
448
|
-
'font.ui.small': 'normal 400 0.6875rem/1 ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
437
|
+
'font.heading.xxlarge': 'normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
438
|
+
'font.heading.xlarge': 'normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
439
|
+
'font.heading.large': 'normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
440
|
+
'font.heading.medium': 'normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
441
|
+
'font.heading.small': 'normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
442
|
+
'font.heading.xsmall': 'normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
443
|
+
'font.heading.xxsmall': 'normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
444
|
+
'font.body.large': 'normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
445
|
+
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
446
|
+
'font.body.small': 'normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
447
|
+
'font.ui': 'normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
448
|
+
'font.ui.small': 'normal 400 0.6875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
449
449
|
'font.code': 'normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
450
450
|
'font.letterSpacing.0': '0',
|
|
451
451
|
'font.letterSpacing.100': '-0.003em',
|
|
452
452
|
'font.letterSpacing.200': '-0.006em',
|
|
453
453
|
'font.letterSpacing.300': '-0.008em',
|
|
454
454
|
'font.letterSpacing.400': '-0.01em',
|
|
455
|
-
'font.family.body': 'ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
455
|
+
'font.family.body': 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
456
456
|
'font.family.code': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
457
|
-
'font.family.heading': 'ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
457
|
+
'font.family.heading': 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
|
|
458
458
|
'font.family.monospace': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
459
459
|
'font.family.sans': '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
|
|
460
460
|
'font.family.brand': 'Charlie Sans',
|
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::70af860fac3168f1ea8797320fe6b8a5>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
var tokens = [{
|
|
@@ -33,7 +33,7 @@ var tokens = [{
|
|
|
33
33
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
34
34
|
"responsiveSmallerVariant": "font.heading.xlarge"
|
|
35
35
|
},
|
|
36
|
-
"value": "normal 500 35px/40px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
36
|
+
"value": "normal 500 35px/40px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
37
37
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
38
38
|
"isSource": true,
|
|
39
39
|
"original": {
|
|
@@ -64,7 +64,7 @@ var tokens = [{
|
|
|
64
64
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
65
65
|
"responsiveSmallerVariant": "font.heading.large"
|
|
66
66
|
},
|
|
67
|
-
"value": "normal 600 29px/32px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
67
|
+
"value": "normal 600 29px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
68
68
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
69
69
|
"isSource": true,
|
|
70
70
|
"original": {
|
|
@@ -95,7 +95,7 @@ var tokens = [{
|
|
|
95
95
|
"description": "ALPHA - Use with caution. Use for main headings.",
|
|
96
96
|
"responsiveSmallerVariant": "font.heading.medium"
|
|
97
97
|
},
|
|
98
|
-
"value": "normal 500 24px/28px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
98
|
+
"value": "normal 500 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
99
99
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
100
100
|
"isSource": true,
|
|
101
101
|
"original": {
|
|
@@ -126,7 +126,7 @@ var tokens = [{
|
|
|
126
126
|
"description": "ALPHA - Use with caution. Use for less important headings.",
|
|
127
127
|
"responsiveSmallerVariant": "font.heading.small"
|
|
128
128
|
},
|
|
129
|
-
"value": "normal 500 20px/24px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
129
|
+
"value": "normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
130
130
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
131
131
|
"isSource": true,
|
|
132
132
|
"original": {
|
|
@@ -156,7 +156,7 @@ var tokens = [{
|
|
|
156
156
|
"introduced": "1.14.0",
|
|
157
157
|
"description": "ALPHA - Use with caution. Use for less important headings."
|
|
158
158
|
},
|
|
159
|
-
"value": "normal 600 16px/20px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
159
|
+
"value": "normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
160
160
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
161
161
|
"isSource": true,
|
|
162
162
|
"original": {
|
|
@@ -185,7 +185,7 @@ var tokens = [{
|
|
|
185
185
|
"introduced": "1.14.0",
|
|
186
186
|
"description": "ALPHA - Use with caution. Use for smaller headings."
|
|
187
187
|
},
|
|
188
|
-
"value": "normal 600 14px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
188
|
+
"value": "normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
189
189
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
190
190
|
"isSource": true,
|
|
191
191
|
"original": {
|
|
@@ -214,7 +214,7 @@ var tokens = [{
|
|
|
214
214
|
"introduced": "1.14.0",
|
|
215
215
|
"description": "ALPHA - Use with caution. Smallest heading size available."
|
|
216
216
|
},
|
|
217
|
-
"value": "normal 600 12px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
217
|
+
"value": "normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
218
218
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
219
219
|
"isSource": true,
|
|
220
220
|
"original": {
|
|
@@ -243,7 +243,7 @@ var tokens = [{
|
|
|
243
243
|
"introduced": "1.14.0",
|
|
244
244
|
"description": "ALPHA - Use with caution. Larger body font or default body font for text rich experiences."
|
|
245
245
|
},
|
|
246
|
-
"value": "normal 400 16px/24px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
246
|
+
"value": "normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
247
247
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
248
248
|
"isSource": true,
|
|
249
249
|
"original": {
|
|
@@ -272,7 +272,7 @@ var tokens = [{
|
|
|
272
272
|
"introduced": "1.14.0",
|
|
273
273
|
"description": "ALPHA - Use with caution. The default body font."
|
|
274
274
|
},
|
|
275
|
-
"value": "normal 400 14px/20px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
275
|
+
"value": "normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
276
276
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
277
277
|
"isSource": true,
|
|
278
278
|
"original": {
|
|
@@ -301,7 +301,7 @@ var tokens = [{
|
|
|
301
301
|
"introduced": "1.14.0",
|
|
302
302
|
"description": "ALPHA - Use with caution. Smaller body font."
|
|
303
303
|
},
|
|
304
|
-
"value": "normal 400 11px/16px ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
304
|
+
"value": "normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
305
305
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
306
306
|
"isSource": true,
|
|
307
307
|
"original": {
|
|
@@ -330,7 +330,7 @@ var tokens = [{
|
|
|
330
330
|
"introduced": "1.14.0",
|
|
331
331
|
"description": "ALPHA - Use with caution. Single-line non-wrapping text like that in a button."
|
|
332
332
|
},
|
|
333
|
-
"value": "normal 500 14px/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
333
|
+
"value": "normal 500 14px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
334
334
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
335
335
|
"isSource": true,
|
|
336
336
|
"original": {
|
|
@@ -359,7 +359,7 @@ var tokens = [{
|
|
|
359
359
|
"introduced": "1.14.0",
|
|
360
360
|
"description": "ALPHA - Use with caution. Single-line non-wrapping supporting text like that in a smaller label."
|
|
361
361
|
},
|
|
362
|
-
"value": "normal 400 11px/1 ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
362
|
+
"value": "normal 400 11px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
363
363
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
364
364
|
"isSource": true,
|
|
365
365
|
"original": {
|
|
@@ -538,7 +538,7 @@ var tokens = [{
|
|
|
538
538
|
"description": "Helpful guidance goes here",
|
|
539
539
|
"deprecated": "1.29.0"
|
|
540
540
|
},
|
|
541
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
541
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
542
542
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
543
543
|
"isSource": true,
|
|
544
544
|
"original": {
|
|
@@ -586,7 +586,7 @@ var tokens = [{
|
|
|
586
586
|
"description": "Helpful guidance goes here",
|
|
587
587
|
"deprecated": "1.29.0"
|
|
588
588
|
},
|
|
589
|
-
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
589
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
590
590
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
591
591
|
"isSource": true,
|
|
592
592
|
"original": {
|