@atlaskit/tokens 1.17.1 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +92 -77
- 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/themes/atlassian-typography.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +4 -3
- package/dist/cjs/artifacts/token-names.js +2 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +42 -97
- package/dist/cjs/babel-plugin/plugin.js +2 -2
- package/dist/cjs/get-global-theme.js +2 -2
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/typography-palette.js +46 -40
- package/dist/cjs/tokens/atlassian-typography/theme.js +10 -0
- package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +12 -2
- package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +10 -0
- package/dist/cjs/tokens/default/typography/font.js +8 -0
- package/dist/cjs/utils/generate-custom-color-ramp.js +2 -2
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +92 -77
- package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +4 -3
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +2 -1
- package/dist/es2019/artifacts/themes/atlassian-typography.js +2 -1
- package/dist/es2019/artifacts/token-default-values.js +4 -3
- package/dist/es2019/artifacts/token-names.js +2 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +42 -97
- package/dist/es2019/get-theme-styles.js +1 -2
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/typography-palette.js +44 -38
- package/dist/es2019/tokens/atlassian-typography/theme.js +10 -0
- package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +12 -2
- package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +10 -0
- package/dist/es2019/tokens/default/typography/font.js +8 -0
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +92 -77
- 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/themes/atlassian-typography.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +4 -3
- package/dist/esm/artifacts/token-names.js +2 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +42 -97
- package/dist/esm/babel-plugin/plugin.js +2 -2
- package/dist/esm/get-global-theme.js +2 -2
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/typography-palette.js +46 -40
- package/dist/esm/tokens/atlassian-typography/theme.js +10 -0
- package/dist/esm/tokens/atlassian-typography-adg3/theme.js +12 -2
- package/dist/esm/tokens/atlassian-typography-minor3/theme.js +10 -0
- package/dist/esm/tokens/default/typography/font.js +8 -0
- package/dist/esm/utils/generate-custom-color-ramp.js +2 -2
- 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/themes/atlassian-typography.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +4 -3
- package/dist/types/artifacts/token-names.d.ts +3 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +2 -45
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +2 -81
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -81
- package/dist/types/palettes/typography-palette.d.ts +1 -1
- package/dist/types/types.d.ts +6 -6
- 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/themes/atlassian-typography.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +4 -3
- package/dist/types-ts4.5/artifacts/token-names.d.ts +3 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +2 -45
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +2 -81
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +2 -81
- package/dist/types-ts4.5/palettes/typography-palette.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +6 -6
- package/package.json +1 -1
- package/report.api.md +2 -0
- package/tmp/api-report-tmp.d.ts +2 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::40ab79b49a385a9644c0830bb643054e>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
7
7
|
html[data-theme~="typography:typography-adg3"] {
|
|
8
8
|
--ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-product);
|
|
9
|
+
--ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-product);
|
|
9
10
|
--ds-font-body-sm: normal 400 0.6875rem/1.25rem var(--ds-font-family-product);
|
|
10
11
|
--ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);
|
|
11
12
|
--ds-font-heading-lg: normal 500 1.5rem/1.75rem var(--ds-font-family-product);
|
|
@@ -20,8 +21,8 @@ html[data-theme~="typography:typography-adg3"] {
|
|
|
20
21
|
--ds-font-letterSpacing-200: -0.006em;
|
|
21
22
|
--ds-font-letterSpacing-300: -0.008em;
|
|
22
23
|
--ds-font-letterSpacing-400: -0.01em;
|
|
23
|
-
--ds-font-ui: normal 400 0.875rem/
|
|
24
|
-
--ds-font-ui-sm: normal 400 0.6875rem/
|
|
24
|
+
--ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-product);
|
|
25
|
+
--ds-font-ui-sm: normal 400 0.6875rem/1 var(--ds-font-family-product);
|
|
25
26
|
--ds-font-family-code: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
|
|
26
27
|
--ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
|
|
27
28
|
--ds-font-family-product: ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::d807664672d6fd88e3f6e4054ec56bc9>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
7
7
|
html[data-theme~="typography:typography-minor3"] {
|
|
8
8
|
--ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-sans);
|
|
9
|
+
--ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-sans);
|
|
9
10
|
--ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-sans);
|
|
10
11
|
--ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);
|
|
11
12
|
--ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-sans);
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::4523ed1ede9eb6edfe0926fd28d32efc>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
7
7
|
html[data-theme~="typography:typography"] {
|
|
8
8
|
--ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-sans);
|
|
9
|
+
--ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-sans);
|
|
9
10
|
--ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-sans);
|
|
10
11
|
--ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);
|
|
11
12
|
--ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-sans);
|
|
@@ -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::2502bf5f723d604cd04596897e52d47f>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
const defaultTokenValues = {
|
|
@@ -344,6 +344,7 @@ const defaultTokenValues = {
|
|
|
344
344
|
'space.800': '4rem',
|
|
345
345
|
'space.1000': '5rem',
|
|
346
346
|
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
347
|
+
'font.body.lg': 'normal 400 1rem/1.5rem ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
347
348
|
'font.body.sm': 'normal 400 0.6875rem/1.25rem ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
348
349
|
'font.code': 'normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
349
350
|
'font.heading.lg': 'normal 500 1.5rem/1.75rem ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
@@ -358,8 +359,8 @@ const defaultTokenValues = {
|
|
|
358
359
|
'font.letterSpacing.200': '-0.006em',
|
|
359
360
|
'font.letterSpacing.300': '-0.008em',
|
|
360
361
|
'font.letterSpacing.400': '-0.01em',
|
|
361
|
-
'font.ui': 'normal 400 0.875rem/
|
|
362
|
-
'font.ui.sm': 'normal 400 0.6875rem/
|
|
362
|
+
'font.ui': 'normal 400 0.875rem/1 ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
363
|
+
'font.ui.sm': 'normal 400 0.6875rem/1 ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
363
364
|
'font.family.code': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
364
365
|
'font.family.monospace': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
365
366
|
'font.family.product': 'ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
@@ -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::d529715bd079c269a29aaf75bad507ea>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = {
|
|
@@ -337,6 +337,7 @@ const tokens = {
|
|
|
337
337
|
'space.800': '--ds-space-800',
|
|
338
338
|
'space.1000': '--ds-space-1000',
|
|
339
339
|
'font.body': '--ds-font-body',
|
|
340
|
+
'font.body.lg': '--ds-font-body-lg',
|
|
340
341
|
'font.body.sm': '--ds-font-body-sm',
|
|
341
342
|
'font.code': '--ds-font-code',
|
|
342
343
|
'font.heading.lg': '--ds-font-heading-lg',
|
|
@@ -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::56d6ec09c58b78a37bdca311bfaa73ea>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -10,14 +10,7 @@ const tokens = [{
|
|
|
10
10
|
"introduced": "1.14.0",
|
|
11
11
|
"description": "The default body font."
|
|
12
12
|
},
|
|
13
|
-
"value":
|
|
14
|
-
"fontSize": 14,
|
|
15
|
-
"fontStyle": "normal",
|
|
16
|
-
"fontWeight": "400",
|
|
17
|
-
"lineHeight": 20,
|
|
18
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
19
|
-
"letterSpacing": "0"
|
|
20
|
-
},
|
|
13
|
+
"value": "normal 400 14px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
21
14
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
22
15
|
"isSource": true,
|
|
23
16
|
"original": {
|
|
@@ -44,16 +37,38 @@ const tokens = [{
|
|
|
44
37
|
"group": "typography",
|
|
45
38
|
"state": "experimental",
|
|
46
39
|
"introduced": "1.14.0",
|
|
47
|
-
"description": "
|
|
40
|
+
"description": "Larger body font or default body font for text rich experiences."
|
|
48
41
|
},
|
|
49
|
-
"value":
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
42
|
+
"value": "normal 400 16px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
43
|
+
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
44
|
+
"isSource": true,
|
|
45
|
+
"original": {
|
|
46
|
+
"attributes": {
|
|
47
|
+
"group": "typography",
|
|
48
|
+
"state": "experimental",
|
|
49
|
+
"introduced": "1.14.0",
|
|
50
|
+
"description": "Larger body font or default body font for text rich experiences."
|
|
51
|
+
},
|
|
52
|
+
"value": {
|
|
53
|
+
"fontWeight": "FontWeight400",
|
|
54
|
+
"fontSize": "FontSize16",
|
|
55
|
+
"lineHeight": "LineHeight300",
|
|
56
|
+
"fontFamily": "FontFamilyWebSans",
|
|
57
|
+
"fontStyle": "normal",
|
|
58
|
+
"letterSpacing": "LetterSpacing0"
|
|
59
|
+
}
|
|
56
60
|
},
|
|
61
|
+
"name": "font.body.lg",
|
|
62
|
+
"path": ["font", "body", "lg"],
|
|
63
|
+
"cleanName": "font.body.lg"
|
|
64
|
+
}, {
|
|
65
|
+
"attributes": {
|
|
66
|
+
"group": "typography",
|
|
67
|
+
"state": "experimental",
|
|
68
|
+
"introduced": "1.14.0",
|
|
69
|
+
"description": "Smaller body font."
|
|
70
|
+
},
|
|
71
|
+
"value": "normal 400 11px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
57
72
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
58
73
|
"isSource": true,
|
|
59
74
|
"original": {
|
|
@@ -82,14 +97,7 @@ const tokens = [{
|
|
|
82
97
|
"introduced": "1.14.0",
|
|
83
98
|
"description": "Used for monospace and code."
|
|
84
99
|
},
|
|
85
|
-
"value":
|
|
86
|
-
"fontSize": "0.875em",
|
|
87
|
-
"fontStyle": "normal",
|
|
88
|
-
"fontWeight": "400",
|
|
89
|
-
"lineHeight": "1",
|
|
90
|
-
"fontFamily": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
91
|
-
"letterSpacing": "0"
|
|
92
|
-
},
|
|
100
|
+
"value": "normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
93
101
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
94
102
|
"isSource": true,
|
|
95
103
|
"original": {
|
|
@@ -118,14 +126,7 @@ const tokens = [{
|
|
|
118
126
|
"introduced": "1.14.0",
|
|
119
127
|
"description": "TBD"
|
|
120
128
|
},
|
|
121
|
-
"value":
|
|
122
|
-
"fontSize": 24,
|
|
123
|
-
"fontStyle": "normal",
|
|
124
|
-
"fontWeight": "500",
|
|
125
|
-
"lineHeight": 28,
|
|
126
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
127
|
-
"letterSpacing": "-0.01em"
|
|
128
|
-
},
|
|
129
|
+
"value": "normal 500 24px/28px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
129
130
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
130
131
|
"isSource": true,
|
|
131
132
|
"original": {
|
|
@@ -154,14 +155,7 @@ const tokens = [{
|
|
|
154
155
|
"introduced": "1.14.0",
|
|
155
156
|
"description": "TBD"
|
|
156
157
|
},
|
|
157
|
-
"value":
|
|
158
|
-
"fontSize": 20,
|
|
159
|
-
"fontStyle": "normal",
|
|
160
|
-
"fontWeight": "500",
|
|
161
|
-
"lineHeight": 24,
|
|
162
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
163
|
-
"letterSpacing": "-0.008em"
|
|
164
|
-
},
|
|
158
|
+
"value": "normal 500 20px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
165
159
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
166
160
|
"isSource": true,
|
|
167
161
|
"original": {
|
|
@@ -190,14 +184,7 @@ const tokens = [{
|
|
|
190
184
|
"introduced": "1.14.0",
|
|
191
185
|
"description": "TBD"
|
|
192
186
|
},
|
|
193
|
-
"value":
|
|
194
|
-
"fontSize": 16,
|
|
195
|
-
"fontStyle": "normal",
|
|
196
|
-
"fontWeight": "600",
|
|
197
|
-
"lineHeight": 20,
|
|
198
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
199
|
-
"letterSpacing": "-0.006em"
|
|
200
|
-
},
|
|
187
|
+
"value": "normal 600 16px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
201
188
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
202
189
|
"isSource": true,
|
|
203
190
|
"original": {
|
|
@@ -226,14 +213,7 @@ const tokens = [{
|
|
|
226
213
|
"introduced": "1.14.0",
|
|
227
214
|
"description": "TBD"
|
|
228
215
|
},
|
|
229
|
-
"value":
|
|
230
|
-
"fontSize": 29,
|
|
231
|
-
"fontStyle": "normal",
|
|
232
|
-
"fontWeight": "600",
|
|
233
|
-
"lineHeight": 32,
|
|
234
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
235
|
-
"letterSpacing": "-0.01em"
|
|
236
|
-
},
|
|
216
|
+
"value": "normal 600 29px/32px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
237
217
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
238
218
|
"isSource": true,
|
|
239
219
|
"original": {
|
|
@@ -262,14 +242,7 @@ const tokens = [{
|
|
|
262
242
|
"introduced": "1.14.0",
|
|
263
243
|
"description": "TBD"
|
|
264
244
|
},
|
|
265
|
-
"value":
|
|
266
|
-
"fontSize": 14,
|
|
267
|
-
"fontStyle": "normal",
|
|
268
|
-
"fontWeight": "600",
|
|
269
|
-
"lineHeight": 16,
|
|
270
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
271
|
-
"letterSpacing": "-0.003em"
|
|
272
|
-
},
|
|
245
|
+
"value": "normal 600 14px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
273
246
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
274
247
|
"isSource": true,
|
|
275
248
|
"original": {
|
|
@@ -298,14 +271,7 @@ const tokens = [{
|
|
|
298
271
|
"introduced": "1.14.0",
|
|
299
272
|
"description": "TBD"
|
|
300
273
|
},
|
|
301
|
-
"value":
|
|
302
|
-
"fontSize": 35,
|
|
303
|
-
"fontStyle": "normal",
|
|
304
|
-
"fontWeight": "500",
|
|
305
|
-
"lineHeight": 40,
|
|
306
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
307
|
-
"letterSpacing": "-0.01em"
|
|
308
|
-
},
|
|
274
|
+
"value": "normal 500 35px/40px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
309
275
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
310
276
|
"isSource": true,
|
|
311
277
|
"original": {
|
|
@@ -334,14 +300,7 @@ const tokens = [{
|
|
|
334
300
|
"introduced": "1.14.0",
|
|
335
301
|
"description": "TBD"
|
|
336
302
|
},
|
|
337
|
-
"value":
|
|
338
|
-
"fontSize": 12,
|
|
339
|
-
"fontStyle": "normal",
|
|
340
|
-
"fontWeight": "600",
|
|
341
|
-
"lineHeight": 16,
|
|
342
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
343
|
-
"letterSpacing": "0"
|
|
344
|
-
},
|
|
303
|
+
"value": "normal 600 12px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
345
304
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
346
305
|
"isSource": true,
|
|
347
306
|
"original": {
|
|
@@ -480,14 +439,7 @@ const tokens = [{
|
|
|
480
439
|
"introduced": "1.14.0",
|
|
481
440
|
"description": "Single-line non-wrapping text like that in a button."
|
|
482
441
|
},
|
|
483
|
-
"value":
|
|
484
|
-
"fontSize": 14,
|
|
485
|
-
"fontStyle": "normal",
|
|
486
|
-
"fontWeight": "400",
|
|
487
|
-
"lineHeight": 16,
|
|
488
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
489
|
-
"letterSpacing": "0"
|
|
490
|
-
},
|
|
442
|
+
"value": "normal 400 14px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
491
443
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
492
444
|
"isSource": true,
|
|
493
445
|
"original": {
|
|
@@ -500,7 +452,7 @@ const tokens = [{
|
|
|
500
452
|
"value": {
|
|
501
453
|
"fontWeight": "FontWeight400",
|
|
502
454
|
"fontSize": "FontSize14",
|
|
503
|
-
"lineHeight": "
|
|
455
|
+
"lineHeight": "LineHeight1",
|
|
504
456
|
"fontFamily": "FontFamilyWebSans",
|
|
505
457
|
"fontStyle": "normal",
|
|
506
458
|
"letterSpacing": "LetterSpacing0"
|
|
@@ -516,14 +468,7 @@ const tokens = [{
|
|
|
516
468
|
"introduced": "1.14.0",
|
|
517
469
|
"description": "Single-line non-wrapping supporting text like that in a smaller label."
|
|
518
470
|
},
|
|
519
|
-
"value":
|
|
520
|
-
"fontSize": 11,
|
|
521
|
-
"fontStyle": "normal",
|
|
522
|
-
"fontWeight": "400",
|
|
523
|
-
"lineHeight": 16,
|
|
524
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
525
|
-
"letterSpacing": "0"
|
|
526
|
-
},
|
|
471
|
+
"value": "normal 400 11px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
527
472
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
528
473
|
"isSource": true,
|
|
529
474
|
"original": {
|
|
@@ -536,7 +481,7 @@ const tokens = [{
|
|
|
536
481
|
"value": {
|
|
537
482
|
"fontWeight": "FontWeight400",
|
|
538
483
|
"fontSize": "LegacyFontSize11",
|
|
539
|
-
"lineHeight": "
|
|
484
|
+
"lineHeight": "LineHeight1",
|
|
540
485
|
"fontFamily": "FontFamilyWebSans",
|
|
541
486
|
"fontStyle": "normal",
|
|
542
487
|
"letterSpacing": "LetterSpacing0"
|
|
@@ -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::7b7d53e8ee9563ef170026c46b344165>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -10,14 +10,7 @@ const tokens = [{
|
|
|
10
10
|
"introduced": "1.14.0",
|
|
11
11
|
"description": "The default body font."
|
|
12
12
|
},
|
|
13
|
-
"value":
|
|
14
|
-
"fontSize": 14,
|
|
15
|
-
"fontStyle": "normal",
|
|
16
|
-
"fontWeight": "400",
|
|
17
|
-
"lineHeight": 20,
|
|
18
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
19
|
-
"letterSpacing": "0"
|
|
20
|
-
},
|
|
13
|
+
"value": "normal 400 14px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
21
14
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
22
15
|
"isSource": true,
|
|
23
16
|
"original": {
|
|
@@ -44,16 +37,38 @@ const tokens = [{
|
|
|
44
37
|
"group": "typography",
|
|
45
38
|
"state": "experimental",
|
|
46
39
|
"introduced": "1.14.0",
|
|
47
|
-
"description": "
|
|
40
|
+
"description": "Larger body font or default body font for text rich experiences."
|
|
48
41
|
},
|
|
49
|
-
"value":
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
42
|
+
"value": "normal 400 16px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
43
|
+
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
44
|
+
"isSource": true,
|
|
45
|
+
"original": {
|
|
46
|
+
"attributes": {
|
|
47
|
+
"group": "typography",
|
|
48
|
+
"state": "experimental",
|
|
49
|
+
"introduced": "1.14.0",
|
|
50
|
+
"description": "Larger body font or default body font for text rich experiences."
|
|
51
|
+
},
|
|
52
|
+
"value": {
|
|
53
|
+
"fontWeight": "FontWeight400",
|
|
54
|
+
"fontSize": "FontSize16",
|
|
55
|
+
"lineHeight": "LineHeight300",
|
|
56
|
+
"fontFamily": "FontFamilyWebSans",
|
|
57
|
+
"fontStyle": "normal",
|
|
58
|
+
"letterSpacing": "LetterSpacing0"
|
|
59
|
+
}
|
|
56
60
|
},
|
|
61
|
+
"name": "font.body.lg",
|
|
62
|
+
"path": ["font", "body", "lg"],
|
|
63
|
+
"cleanName": "font.body.lg"
|
|
64
|
+
}, {
|
|
65
|
+
"attributes": {
|
|
66
|
+
"group": "typography",
|
|
67
|
+
"state": "experimental",
|
|
68
|
+
"introduced": "1.14.0",
|
|
69
|
+
"description": "Smaller body font."
|
|
70
|
+
},
|
|
71
|
+
"value": "normal 400 12px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
57
72
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
58
73
|
"isSource": true,
|
|
59
74
|
"original": {
|
|
@@ -82,14 +97,7 @@ const tokens = [{
|
|
|
82
97
|
"introduced": "1.14.0",
|
|
83
98
|
"description": "Used for monospace and code."
|
|
84
99
|
},
|
|
85
|
-
"value":
|
|
86
|
-
"fontSize": "0.875em",
|
|
87
|
-
"fontStyle": "normal",
|
|
88
|
-
"fontWeight": "400",
|
|
89
|
-
"lineHeight": "1",
|
|
90
|
-
"fontFamily": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
91
|
-
"letterSpacing": "0"
|
|
92
|
-
},
|
|
100
|
+
"value": "normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
93
101
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
94
102
|
"isSource": true,
|
|
95
103
|
"original": {
|
|
@@ -118,14 +126,7 @@ const tokens = [{
|
|
|
118
126
|
"introduced": "1.14.0",
|
|
119
127
|
"description": "TBD"
|
|
120
128
|
},
|
|
121
|
-
"value":
|
|
122
|
-
"fontSize": 24,
|
|
123
|
-
"fontStyle": "normal",
|
|
124
|
-
"fontWeight": "700",
|
|
125
|
-
"lineHeight": 28,
|
|
126
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
127
|
-
"letterSpacing": "0"
|
|
128
|
-
},
|
|
129
|
+
"value": "normal 700 24px/28px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
129
130
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
130
131
|
"isSource": true,
|
|
131
132
|
"original": {
|
|
@@ -154,14 +155,7 @@ const tokens = [{
|
|
|
154
155
|
"introduced": "1.14.0",
|
|
155
156
|
"description": "TBD"
|
|
156
157
|
},
|
|
157
|
-
"value":
|
|
158
|
-
"fontSize": 20,
|
|
159
|
-
"fontStyle": "normal",
|
|
160
|
-
"fontWeight": "700",
|
|
161
|
-
"lineHeight": 24,
|
|
162
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
163
|
-
"letterSpacing": "0"
|
|
164
|
-
},
|
|
158
|
+
"value": "normal 700 20px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
165
159
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
166
160
|
"isSource": true,
|
|
167
161
|
"original": {
|
|
@@ -190,14 +184,7 @@ const tokens = [{
|
|
|
190
184
|
"introduced": "1.14.0",
|
|
191
185
|
"description": "TBD"
|
|
192
186
|
},
|
|
193
|
-
"value":
|
|
194
|
-
"fontSize": 16,
|
|
195
|
-
"fontStyle": "normal",
|
|
196
|
-
"fontWeight": "700",
|
|
197
|
-
"lineHeight": 20,
|
|
198
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
199
|
-
"letterSpacing": "0"
|
|
200
|
-
},
|
|
187
|
+
"value": "normal 700 16px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
201
188
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
202
189
|
"isSource": true,
|
|
203
190
|
"original": {
|
|
@@ -226,14 +213,7 @@ const tokens = [{
|
|
|
226
213
|
"introduced": "1.14.0",
|
|
227
214
|
"description": "TBD"
|
|
228
215
|
},
|
|
229
|
-
"value":
|
|
230
|
-
"fontSize": 28,
|
|
231
|
-
"fontStyle": "normal",
|
|
232
|
-
"fontWeight": "700",
|
|
233
|
-
"lineHeight": 32,
|
|
234
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
235
|
-
"letterSpacing": "0"
|
|
236
|
-
},
|
|
216
|
+
"value": "normal 700 28px/32px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
237
217
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
238
218
|
"isSource": true,
|
|
239
219
|
"original": {
|
|
@@ -262,14 +242,7 @@ const tokens = [{
|
|
|
262
242
|
"introduced": "1.14.0",
|
|
263
243
|
"description": "TBD"
|
|
264
244
|
},
|
|
265
|
-
"value":
|
|
266
|
-
"fontSize": 14,
|
|
267
|
-
"fontStyle": "normal",
|
|
268
|
-
"fontWeight": "700",
|
|
269
|
-
"lineHeight": 16,
|
|
270
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
271
|
-
"letterSpacing": "0"
|
|
272
|
-
},
|
|
245
|
+
"value": "normal 700 14px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
273
246
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
274
247
|
"isSource": true,
|
|
275
248
|
"original": {
|
|
@@ -298,14 +271,7 @@ const tokens = [{
|
|
|
298
271
|
"introduced": "1.14.0",
|
|
299
272
|
"description": "TBD"
|
|
300
273
|
},
|
|
301
|
-
"value":
|
|
302
|
-
"fontSize": 32,
|
|
303
|
-
"fontStyle": "normal",
|
|
304
|
-
"fontWeight": "700",
|
|
305
|
-
"lineHeight": 36,
|
|
306
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
307
|
-
"letterSpacing": "0"
|
|
308
|
-
},
|
|
274
|
+
"value": "normal 700 32px/36px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
309
275
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
310
276
|
"isSource": true,
|
|
311
277
|
"original": {
|
|
@@ -334,14 +300,7 @@ const tokens = [{
|
|
|
334
300
|
"introduced": "1.14.0",
|
|
335
301
|
"description": "TBD"
|
|
336
302
|
},
|
|
337
|
-
"value":
|
|
338
|
-
"fontSize": 12,
|
|
339
|
-
"fontStyle": "normal",
|
|
340
|
-
"fontWeight": "700",
|
|
341
|
-
"lineHeight": 16,
|
|
342
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
343
|
-
"letterSpacing": "0"
|
|
344
|
-
},
|
|
303
|
+
"value": "normal 700 12px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
345
304
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
346
305
|
"isSource": true,
|
|
347
306
|
"original": {
|
|
@@ -480,14 +439,7 @@ const tokens = [{
|
|
|
480
439
|
"introduced": "1.14.0",
|
|
481
440
|
"description": "Single-line non-wrapping text like that in a button."
|
|
482
441
|
},
|
|
483
|
-
"value":
|
|
484
|
-
"fontSize": 14,
|
|
485
|
-
"fontStyle": "normal",
|
|
486
|
-
"fontWeight": "400",
|
|
487
|
-
"lineHeight": "1",
|
|
488
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
489
|
-
"letterSpacing": "0"
|
|
490
|
-
},
|
|
442
|
+
"value": "normal 400 14px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
491
443
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
492
444
|
"isSource": true,
|
|
493
445
|
"original": {
|
|
@@ -516,14 +468,7 @@ const tokens = [{
|
|
|
516
468
|
"introduced": "1.14.0",
|
|
517
469
|
"description": "Single-line non-wrapping supporting text like that in a smaller label."
|
|
518
470
|
},
|
|
519
|
-
"value":
|
|
520
|
-
"fontSize": 12,
|
|
521
|
-
"fontStyle": "normal",
|
|
522
|
-
"fontWeight": "400",
|
|
523
|
-
"lineHeight": "1",
|
|
524
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
525
|
-
"letterSpacing": "0"
|
|
526
|
-
},
|
|
471
|
+
"value": "normal 400 12px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
527
472
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
528
473
|
"isSource": true,
|
|
529
474
|
"original": {
|