@atlaskit/tokens 5.2.0 → 5.2.1
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 +8 -0
- package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography-modernized.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography-refreshed.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +4 -4
- package/dist/cjs/artifacts/token-names.js +4 -4
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +88 -88
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-modernized.js +88 -88
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-refreshed.js +88 -88
- package/dist/cjs/entry-points/token-metadata.codegen.js +16 -1
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +4 -4
- package/dist/es2019/artifacts/themes/atlassian-typography-modernized.js +4 -4
- package/dist/es2019/artifacts/themes/atlassian-typography-refreshed.js +4 -4
- package/dist/es2019/artifacts/token-default-values.js +4 -4
- package/dist/es2019/artifacts/token-names.js +4 -4
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +88 -88
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-modernized.js +88 -88
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-refreshed.js +88 -88
- package/dist/es2019/entry-points/token-metadata.codegen.js +16 -1
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography-modernized.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography-refreshed.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +4 -4
- package/dist/esm/artifacts/token-names.js +4 -4
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +88 -88
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-modernized.js +88 -88
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-refreshed.js +88 -88
- package/dist/esm/entry-points/token-metadata.codegen.js +16 -1
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-modernized.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +4 -4
- package/dist/types/artifacts/token-names.d.ts +7 -7
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-modernized.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/token-metadata.codegen.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-modernized.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +4 -4
- package/dist/types-ts4.5/artifacts/token-names.d.ts +7 -7
- 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-modernized.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 5.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#171759](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171759)
|
|
8
|
+
[`7c69b991b4311`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c69b991b4311) -
|
|
9
|
+
Updated metric token descriptions.
|
|
10
|
+
|
|
3
11
|
## 5.2.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::252bf2063fd34e49eee6872f2c3d6bdc>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-
|
|
12
|
+
var _default = exports.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, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-large: normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-medium: normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-small: normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"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-weight-regular: 400;\n --ds-font-weight-medium: 500;\n --ds-font-weight-semibold: 600;\n --ds-font-weight-bold: 700;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-brand-heading: \"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-body: \"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n}\n";
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::66733241d8380b9195d56ab172debac3>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-modernized\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-
|
|
12
|
+
var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-modernized\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 653 2rem/2.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 653 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 653 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 653 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-large: normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-medium: normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-small: normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"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-weight-regular: 400;\n --ds-font-weight-medium: 500;\n --ds-font-weight-semibold: 600;\n --ds-font-weight-bold: 653;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-brand-heading: \"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-body: \"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n}\n";
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::ab83d5a3ce8c87f1ace527ec1cee1502>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-refreshed\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-
|
|
12
|
+
var _default = exports.default = "\nhtml[data-theme~=\"typography:typography-refreshed\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 653 2rem/2.25rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 653 1.75rem/2rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 653 1.5rem/1.75rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 653 1.25rem/1.5rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 653 1rem/1.25rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 653 0.875rem/1.25rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 653 0.75rem/1rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-large: normal 653 1.75rem/2rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-medium: normal 653 1.5rem/1.75rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-metric-small: normal 653 1rem/1.25rem \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 \"Atlassian Mono\", ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-weight-regular: 400;\n --ds-font-weight-medium: 500;\n --ds-font-weight-semibold: 600;\n --ds-font-weight-bold: 653;\n --ds-font-family-heading: \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-body: \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: \"Atlassian Mono\", ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-brand-heading: \"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-body: \"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif;\n}\n";
|
|
@@ -13,7 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
14
14
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
15
15
|
*
|
|
16
|
-
* @codegen <<SignedSource::
|
|
16
|
+
* @codegen <<SignedSource::14617f23058b2551ba4bc304aee7628f>>
|
|
17
17
|
* @codegenCommand yarn build tokens
|
|
18
18
|
*/
|
|
19
19
|
var defaultTokenValues = {
|
|
@@ -442,9 +442,6 @@ var defaultTokenValues = {
|
|
|
442
442
|
'space.negative.250': '-1.25rem',
|
|
443
443
|
'space.negative.300': '-1.5rem',
|
|
444
444
|
'space.negative.400': '-2rem',
|
|
445
|
-
'font.metric.large': 'normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
446
|
-
'font.metric.medium': 'normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
447
|
-
'font.metric.small': 'normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
448
445
|
'font.heading.xxlarge': 'normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
449
446
|
'font.heading.xlarge': 'normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
450
447
|
'font.heading.large': 'normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
@@ -456,6 +453,9 @@ var defaultTokenValues = {
|
|
|
456
453
|
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
457
454
|
'font.body.small': 'normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
458
455
|
'font.body.UNSAFE_small': 'normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
456
|
+
'font.metric.large': 'normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
457
|
+
'font.metric.medium': 'normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
458
|
+
'font.metric.small': 'normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
459
459
|
'font.code': 'normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
460
460
|
'font.weight.regular': '400',
|
|
461
461
|
'font.weight.medium': '500',
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::5e39d81369b0c277ebeac5d0b02ae5cb>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = {
|
|
@@ -435,9 +435,6 @@ var tokens = {
|
|
|
435
435
|
'space.negative.250': '--ds-space-negative-250',
|
|
436
436
|
'space.negative.300': '--ds-space-negative-300',
|
|
437
437
|
'space.negative.400': '--ds-space-negative-400',
|
|
438
|
-
'font.metric.large': '--ds-font-metric-large',
|
|
439
|
-
'font.metric.medium': '--ds-font-metric-medium',
|
|
440
|
-
'font.metric.small': '--ds-font-metric-small',
|
|
441
438
|
'font.heading.xxlarge': '--ds-font-heading-xxlarge',
|
|
442
439
|
'font.heading.xlarge': '--ds-font-heading-xlarge',
|
|
443
440
|
'font.heading.large': '--ds-font-heading-large',
|
|
@@ -449,6 +446,9 @@ var tokens = {
|
|
|
449
446
|
'font.body': '--ds-font-body',
|
|
450
447
|
'font.body.small': '--ds-font-body-small',
|
|
451
448
|
'font.body.UNSAFE_small': '--ds-font-body-UNSAFE_small',
|
|
449
|
+
'font.metric.large': '--ds-font-metric-large',
|
|
450
|
+
'font.metric.medium': '--ds-font-metric-medium',
|
|
451
|
+
'font.metric.small': '--ds-font-metric-small',
|
|
452
452
|
'font.code': '--ds-font-code',
|
|
453
453
|
'font.weight.regular': '--ds-font-weight-regular',
|
|
454
454
|
'font.weight.medium': '--ds-font-weight-medium',
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::25358e138280ef2e45273d04317a2c5d>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -31,93 +31,6 @@ var tokens = [{
|
|
|
31
31
|
"name": "utility.UNSAFE.textTransformUppercase",
|
|
32
32
|
"path": ["utility", "UNSAFE", "textTransformUppercase"],
|
|
33
33
|
"cleanName": "utility.UNSAFE.textTransformUppercase"
|
|
34
|
-
}, {
|
|
35
|
-
"attributes": {
|
|
36
|
-
"group": "typography",
|
|
37
|
-
"state": "active",
|
|
38
|
-
"introduced": "5.0.1",
|
|
39
|
-
"description": "Large numerical information content to be used in dashboards, charts, etc."
|
|
40
|
-
},
|
|
41
|
-
"value": "normal 653 28px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
42
|
-
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
43
|
-
"isSource": true,
|
|
44
|
-
"original": {
|
|
45
|
-
"attributes": {
|
|
46
|
-
"group": "typography",
|
|
47
|
-
"state": "active",
|
|
48
|
-
"introduced": "5.0.1",
|
|
49
|
-
"description": "Large numerical information content to be used in dashboards, charts, etc."
|
|
50
|
-
},
|
|
51
|
-
"value": {
|
|
52
|
-
"fontWeight": "FontWeight653",
|
|
53
|
-
"fontSize": "FontSize28",
|
|
54
|
-
"lineHeight": "LineHeight32",
|
|
55
|
-
"fontFamily": "FontFamilyWebSans",
|
|
56
|
-
"fontStyle": "normal",
|
|
57
|
-
"letterSpacing": "LetterSpacing0"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"name": "font.metric.large",
|
|
61
|
-
"path": ["font", "metric", "large"],
|
|
62
|
-
"cleanName": "font.metric.large"
|
|
63
|
-
}, {
|
|
64
|
-
"attributes": {
|
|
65
|
-
"group": "typography",
|
|
66
|
-
"state": "active",
|
|
67
|
-
"introduced": "5.0.1",
|
|
68
|
-
"description": "Medium numerical information content to be used in dashboards, charts, etc."
|
|
69
|
-
},
|
|
70
|
-
"value": "normal 653 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
71
|
-
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
72
|
-
"isSource": true,
|
|
73
|
-
"original": {
|
|
74
|
-
"attributes": {
|
|
75
|
-
"group": "typography",
|
|
76
|
-
"state": "active",
|
|
77
|
-
"introduced": "5.0.1",
|
|
78
|
-
"description": "Medium numerical information content to be used in dashboards, charts, etc."
|
|
79
|
-
},
|
|
80
|
-
"value": {
|
|
81
|
-
"fontWeight": "FontWeight653",
|
|
82
|
-
"fontSize": "FontSize24",
|
|
83
|
-
"lineHeight": "LineHeight28",
|
|
84
|
-
"fontFamily": "FontFamilyWebSans",
|
|
85
|
-
"fontStyle": "normal",
|
|
86
|
-
"letterSpacing": "LetterSpacing0"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"name": "font.metric.medium",
|
|
90
|
-
"path": ["font", "metric", "medium"],
|
|
91
|
-
"cleanName": "font.metric.medium"
|
|
92
|
-
}, {
|
|
93
|
-
"attributes": {
|
|
94
|
-
"group": "typography",
|
|
95
|
-
"state": "active",
|
|
96
|
-
"introduced": "5.0.1",
|
|
97
|
-
"description": "Small numerical information content to be used in dashboards, charts, etc."
|
|
98
|
-
},
|
|
99
|
-
"value": "normal 653 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
100
|
-
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
101
|
-
"isSource": true,
|
|
102
|
-
"original": {
|
|
103
|
-
"attributes": {
|
|
104
|
-
"group": "typography",
|
|
105
|
-
"state": "active",
|
|
106
|
-
"introduced": "5.0.1",
|
|
107
|
-
"description": "Small numerical information content to be used in dashboards, charts, etc."
|
|
108
|
-
},
|
|
109
|
-
"value": {
|
|
110
|
-
"fontWeight": "FontWeight653",
|
|
111
|
-
"fontSize": "FontSize16",
|
|
112
|
-
"lineHeight": "LineHeight20",
|
|
113
|
-
"fontFamily": "FontFamilyWebSans",
|
|
114
|
-
"fontStyle": "normal",
|
|
115
|
-
"letterSpacing": "LetterSpacing0"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
"name": "font.metric.small",
|
|
119
|
-
"path": ["font", "metric", "small"],
|
|
120
|
-
"cleanName": "font.metric.small"
|
|
121
34
|
}, {
|
|
122
35
|
"attributes": {
|
|
123
36
|
"group": "typography",
|
|
@@ -437,6 +350,93 @@ var tokens = [{
|
|
|
437
350
|
"name": "font.body.UNSAFE_small",
|
|
438
351
|
"path": ["font", "body", "UNSAFE_small"],
|
|
439
352
|
"cleanName": "font.body.UNSAFE_small"
|
|
353
|
+
}, {
|
|
354
|
+
"attributes": {
|
|
355
|
+
"group": "typography",
|
|
356
|
+
"state": "active",
|
|
357
|
+
"introduced": "5.0.1",
|
|
358
|
+
"description": "Use to emphasize a number within a large donut."
|
|
359
|
+
},
|
|
360
|
+
"value": "normal 653 28px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
361
|
+
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
362
|
+
"isSource": true,
|
|
363
|
+
"original": {
|
|
364
|
+
"attributes": {
|
|
365
|
+
"group": "typography",
|
|
366
|
+
"state": "active",
|
|
367
|
+
"introduced": "5.0.1",
|
|
368
|
+
"description": "Use to emphasize a number within a large donut."
|
|
369
|
+
},
|
|
370
|
+
"value": {
|
|
371
|
+
"fontWeight": "FontWeight653",
|
|
372
|
+
"fontSize": "FontSize28",
|
|
373
|
+
"lineHeight": "LineHeight32",
|
|
374
|
+
"fontFamily": "FontFamilyWebSans",
|
|
375
|
+
"fontStyle": "normal",
|
|
376
|
+
"letterSpacing": "LetterSpacing0"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"name": "font.metric.large",
|
|
380
|
+
"path": ["font", "metric", "large"],
|
|
381
|
+
"cleanName": "font.metric.large"
|
|
382
|
+
}, {
|
|
383
|
+
"attributes": {
|
|
384
|
+
"group": "typography",
|
|
385
|
+
"state": "active",
|
|
386
|
+
"introduced": "5.0.1",
|
|
387
|
+
"description": "Use to emphasize a number within a medium donut."
|
|
388
|
+
},
|
|
389
|
+
"value": "normal 653 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
390
|
+
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
391
|
+
"isSource": true,
|
|
392
|
+
"original": {
|
|
393
|
+
"attributes": {
|
|
394
|
+
"group": "typography",
|
|
395
|
+
"state": "active",
|
|
396
|
+
"introduced": "5.0.1",
|
|
397
|
+
"description": "Use to emphasize a number within a medium donut."
|
|
398
|
+
},
|
|
399
|
+
"value": {
|
|
400
|
+
"fontWeight": "FontWeight653",
|
|
401
|
+
"fontSize": "FontSize24",
|
|
402
|
+
"lineHeight": "LineHeight28",
|
|
403
|
+
"fontFamily": "FontFamilyWebSans",
|
|
404
|
+
"fontStyle": "normal",
|
|
405
|
+
"letterSpacing": "LetterSpacing0"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"name": "font.metric.medium",
|
|
409
|
+
"path": ["font", "metric", "medium"],
|
|
410
|
+
"cleanName": "font.metric.medium"
|
|
411
|
+
}, {
|
|
412
|
+
"attributes": {
|
|
413
|
+
"group": "typography",
|
|
414
|
+
"state": "active",
|
|
415
|
+
"introduced": "5.0.1",
|
|
416
|
+
"description": "Use to emphasize a number and words in single-value tiles, or small donuts."
|
|
417
|
+
},
|
|
418
|
+
"value": "normal 653 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
419
|
+
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
420
|
+
"isSource": true,
|
|
421
|
+
"original": {
|
|
422
|
+
"attributes": {
|
|
423
|
+
"group": "typography",
|
|
424
|
+
"state": "active",
|
|
425
|
+
"introduced": "5.0.1",
|
|
426
|
+
"description": "Use to emphasize a number and words in single-value tiles, or small donuts."
|
|
427
|
+
},
|
|
428
|
+
"value": {
|
|
429
|
+
"fontWeight": "FontWeight653",
|
|
430
|
+
"fontSize": "FontSize16",
|
|
431
|
+
"lineHeight": "LineHeight20",
|
|
432
|
+
"fontFamily": "FontFamilyWebSans",
|
|
433
|
+
"fontStyle": "normal",
|
|
434
|
+
"letterSpacing": "LetterSpacing0"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"name": "font.metric.small",
|
|
438
|
+
"path": ["font", "metric", "small"],
|
|
439
|
+
"cleanName": "font.metric.small"
|
|
440
440
|
}, {
|
|
441
441
|
"attributes": {
|
|
442
442
|
"group": "typography",
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::291e1edce99c0e4f79235fa3dfd68462>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -31,93 +31,6 @@ var tokens = [{
|
|
|
31
31
|
"name": "utility.UNSAFE.textTransformUppercase",
|
|
32
32
|
"path": ["utility", "UNSAFE", "textTransformUppercase"],
|
|
33
33
|
"cleanName": "utility.UNSAFE.textTransformUppercase"
|
|
34
|
-
}, {
|
|
35
|
-
"attributes": {
|
|
36
|
-
"group": "typography",
|
|
37
|
-
"state": "active",
|
|
38
|
-
"introduced": "5.0.1",
|
|
39
|
-
"description": "Large numerical information content to be used in dashboards, charts, etc."
|
|
40
|
-
},
|
|
41
|
-
"value": "normal 653 28px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
42
|
-
"filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
|
|
43
|
-
"isSource": true,
|
|
44
|
-
"original": {
|
|
45
|
-
"attributes": {
|
|
46
|
-
"group": "typography",
|
|
47
|
-
"state": "active",
|
|
48
|
-
"introduced": "5.0.1",
|
|
49
|
-
"description": "Large numerical information content to be used in dashboards, charts, etc."
|
|
50
|
-
},
|
|
51
|
-
"value": {
|
|
52
|
-
"fontWeight": "FontWeight653",
|
|
53
|
-
"fontSize": "FontSize28",
|
|
54
|
-
"lineHeight": "LineHeight32",
|
|
55
|
-
"fontFamily": "FontFamilyWebSans",
|
|
56
|
-
"fontStyle": "normal",
|
|
57
|
-
"letterSpacing": "LetterSpacing0"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"name": "font.metric.large",
|
|
61
|
-
"path": ["font", "metric", "large"],
|
|
62
|
-
"cleanName": "font.metric.large"
|
|
63
|
-
}, {
|
|
64
|
-
"attributes": {
|
|
65
|
-
"group": "typography",
|
|
66
|
-
"state": "active",
|
|
67
|
-
"introduced": "5.0.1",
|
|
68
|
-
"description": "Medium numerical information content to be used in dashboards, charts, etc."
|
|
69
|
-
},
|
|
70
|
-
"value": "normal 653 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
71
|
-
"filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
|
|
72
|
-
"isSource": true,
|
|
73
|
-
"original": {
|
|
74
|
-
"attributes": {
|
|
75
|
-
"group": "typography",
|
|
76
|
-
"state": "active",
|
|
77
|
-
"introduced": "5.0.1",
|
|
78
|
-
"description": "Medium numerical information content to be used in dashboards, charts, etc."
|
|
79
|
-
},
|
|
80
|
-
"value": {
|
|
81
|
-
"fontWeight": "FontWeight653",
|
|
82
|
-
"fontSize": "FontSize24",
|
|
83
|
-
"lineHeight": "LineHeight28",
|
|
84
|
-
"fontFamily": "FontFamilyWebSans",
|
|
85
|
-
"fontStyle": "normal",
|
|
86
|
-
"letterSpacing": "LetterSpacing0"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"name": "font.metric.medium",
|
|
90
|
-
"path": ["font", "metric", "medium"],
|
|
91
|
-
"cleanName": "font.metric.medium"
|
|
92
|
-
}, {
|
|
93
|
-
"attributes": {
|
|
94
|
-
"group": "typography",
|
|
95
|
-
"state": "active",
|
|
96
|
-
"introduced": "5.0.1",
|
|
97
|
-
"description": "Small numerical information content to be used in dashboards, charts, etc."
|
|
98
|
-
},
|
|
99
|
-
"value": "normal 653 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
100
|
-
"filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
|
|
101
|
-
"isSource": true,
|
|
102
|
-
"original": {
|
|
103
|
-
"attributes": {
|
|
104
|
-
"group": "typography",
|
|
105
|
-
"state": "active",
|
|
106
|
-
"introduced": "5.0.1",
|
|
107
|
-
"description": "Small numerical information content to be used in dashboards, charts, etc."
|
|
108
|
-
},
|
|
109
|
-
"value": {
|
|
110
|
-
"fontWeight": "FontWeight653",
|
|
111
|
-
"fontSize": "FontSize16",
|
|
112
|
-
"lineHeight": "LineHeight20",
|
|
113
|
-
"fontFamily": "FontFamilyWebSans",
|
|
114
|
-
"fontStyle": "normal",
|
|
115
|
-
"letterSpacing": "LetterSpacing0"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
"name": "font.metric.small",
|
|
119
|
-
"path": ["font", "metric", "small"],
|
|
120
|
-
"cleanName": "font.metric.small"
|
|
121
34
|
}, {
|
|
122
35
|
"attributes": {
|
|
123
36
|
"group": "typography",
|
|
@@ -437,6 +350,93 @@ var tokens = [{
|
|
|
437
350
|
"name": "font.body.UNSAFE_small",
|
|
438
351
|
"path": ["font", "body", "UNSAFE_small"],
|
|
439
352
|
"cleanName": "font.body.UNSAFE_small"
|
|
353
|
+
}, {
|
|
354
|
+
"attributes": {
|
|
355
|
+
"group": "typography",
|
|
356
|
+
"state": "active",
|
|
357
|
+
"introduced": "5.0.1",
|
|
358
|
+
"description": "Use to emphasize a number within a large donut."
|
|
359
|
+
},
|
|
360
|
+
"value": "normal 653 28px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
361
|
+
"filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
|
|
362
|
+
"isSource": true,
|
|
363
|
+
"original": {
|
|
364
|
+
"attributes": {
|
|
365
|
+
"group": "typography",
|
|
366
|
+
"state": "active",
|
|
367
|
+
"introduced": "5.0.1",
|
|
368
|
+
"description": "Use to emphasize a number within a large donut."
|
|
369
|
+
},
|
|
370
|
+
"value": {
|
|
371
|
+
"fontWeight": "FontWeight653",
|
|
372
|
+
"fontSize": "FontSize28",
|
|
373
|
+
"lineHeight": "LineHeight32",
|
|
374
|
+
"fontFamily": "FontFamilyWebSans",
|
|
375
|
+
"fontStyle": "normal",
|
|
376
|
+
"letterSpacing": "LetterSpacing0"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"name": "font.metric.large",
|
|
380
|
+
"path": ["font", "metric", "large"],
|
|
381
|
+
"cleanName": "font.metric.large"
|
|
382
|
+
}, {
|
|
383
|
+
"attributes": {
|
|
384
|
+
"group": "typography",
|
|
385
|
+
"state": "active",
|
|
386
|
+
"introduced": "5.0.1",
|
|
387
|
+
"description": "Use to emphasize a number within a medium donut."
|
|
388
|
+
},
|
|
389
|
+
"value": "normal 653 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
390
|
+
"filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
|
|
391
|
+
"isSource": true,
|
|
392
|
+
"original": {
|
|
393
|
+
"attributes": {
|
|
394
|
+
"group": "typography",
|
|
395
|
+
"state": "active",
|
|
396
|
+
"introduced": "5.0.1",
|
|
397
|
+
"description": "Use to emphasize a number within a medium donut."
|
|
398
|
+
},
|
|
399
|
+
"value": {
|
|
400
|
+
"fontWeight": "FontWeight653",
|
|
401
|
+
"fontSize": "FontSize24",
|
|
402
|
+
"lineHeight": "LineHeight28",
|
|
403
|
+
"fontFamily": "FontFamilyWebSans",
|
|
404
|
+
"fontStyle": "normal",
|
|
405
|
+
"letterSpacing": "LetterSpacing0"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"name": "font.metric.medium",
|
|
409
|
+
"path": ["font", "metric", "medium"],
|
|
410
|
+
"cleanName": "font.metric.medium"
|
|
411
|
+
}, {
|
|
412
|
+
"attributes": {
|
|
413
|
+
"group": "typography",
|
|
414
|
+
"state": "active",
|
|
415
|
+
"introduced": "5.0.1",
|
|
416
|
+
"description": "Use to emphasize a number and words in single-value tiles, or small donuts."
|
|
417
|
+
},
|
|
418
|
+
"value": "normal 653 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
419
|
+
"filePath": "schema/themes/atlassian-typography-modernized/theme.tsx",
|
|
420
|
+
"isSource": true,
|
|
421
|
+
"original": {
|
|
422
|
+
"attributes": {
|
|
423
|
+
"group": "typography",
|
|
424
|
+
"state": "active",
|
|
425
|
+
"introduced": "5.0.1",
|
|
426
|
+
"description": "Use to emphasize a number and words in single-value tiles, or small donuts."
|
|
427
|
+
},
|
|
428
|
+
"value": {
|
|
429
|
+
"fontWeight": "FontWeight653",
|
|
430
|
+
"fontSize": "FontSize16",
|
|
431
|
+
"lineHeight": "LineHeight20",
|
|
432
|
+
"fontFamily": "FontFamilyWebSans",
|
|
433
|
+
"fontStyle": "normal",
|
|
434
|
+
"letterSpacing": "LetterSpacing0"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"name": "font.metric.small",
|
|
438
|
+
"path": ["font", "metric", "small"],
|
|
439
|
+
"cleanName": "font.metric.small"
|
|
440
440
|
}, {
|
|
441
441
|
"attributes": {
|
|
442
442
|
"group": "typography",
|