@atlaskit/tokens 5.1.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 +17 -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 -1
- package/dist/cjs/artifacts/token-names.js +4 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +88 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-modernized.js +88 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-refreshed.js +88 -1
- 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 -1
- package/dist/es2019/artifacts/themes/atlassian-typography-modernized.js +4 -1
- package/dist/es2019/artifacts/themes/atlassian-typography-refreshed.js +4 -1
- package/dist/es2019/artifacts/token-default-values.js +4 -1
- package/dist/es2019/artifacts/token-names.js +4 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +88 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-modernized.js +88 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-refreshed.js +88 -1
- 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 -1
- package/dist/esm/artifacts/token-names.js +4 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +88 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-modernized.js +88 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-refreshed.js +88 -1
- 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 -1
- package/dist/types/artifacts/token-names.d.ts +7 -1
- 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/types.d.ts +5 -0
- 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 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +7 -1
- 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/dist/types-ts4.5/types.d.ts +5 -0
- package/package.json +8 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
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
|
+
|
|
11
|
+
## 5.2.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#165589](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165589)
|
|
16
|
+
[`6cfd5bcd946b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6cfd5bcd946b6) -
|
|
17
|
+
Introduction of metric text tokens for typography to be used in charts,dashboards and various
|
|
18
|
+
neumerical information copies.
|
|
19
|
+
|
|
3
20
|
## 5.1.0
|
|
4
21
|
|
|
5
22
|
### 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-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-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";
|
|
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-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-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";
|
|
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-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-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";
|
|
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 = {
|
|
@@ -453,6 +453,9 @@ var defaultTokenValues = {
|
|
|
453
453
|
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
454
454
|
'font.body.small': 'normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
455
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',
|
|
456
459
|
'font.code': 'normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
457
460
|
'font.weight.regular': '400',
|
|
458
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 = {
|
|
@@ -446,6 +446,9 @@ var tokens = {
|
|
|
446
446
|
'font.body': '--ds-font-body',
|
|
447
447
|
'font.body.small': '--ds-font-body-small',
|
|
448
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',
|
|
449
452
|
'font.code': '--ds-font-code',
|
|
450
453
|
'font.weight.regular': '--ds-font-weight-regular',
|
|
451
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 = [{
|
|
@@ -350,6 +350,93 @@ var tokens = [{
|
|
|
350
350
|
"name": "font.body.UNSAFE_small",
|
|
351
351
|
"path": ["font", "body", "UNSAFE_small"],
|
|
352
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"
|
|
353
440
|
}, {
|
|
354
441
|
"attributes": {
|
|
355
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 = [{
|
|
@@ -350,6 +350,93 @@ var tokens = [{
|
|
|
350
350
|
"name": "font.body.UNSAFE_small",
|
|
351
351
|
"path": ["font", "body", "UNSAFE_small"],
|
|
352
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"
|
|
353
440
|
}, {
|
|
354
441
|
"attributes": {
|
|
355
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::c3c9aca6d0ec1fc0ca5113618a6baabd>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -350,6 +350,93 @@ var tokens = [{
|
|
|
350
350
|
"name": "font.body.UNSAFE_small",
|
|
351
351
|
"path": ["font", "body", "UNSAFE_small"],
|
|
352
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 \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
361
|
+
"filePath": "schema/themes/atlassian-typography-refreshed/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": "FontFamilyWebSansRefreshed",
|
|
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 \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
390
|
+
"filePath": "schema/themes/atlassian-typography-refreshed/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": "FontFamilyWebSansRefreshed",
|
|
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 \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
419
|
+
"filePath": "schema/themes/atlassian-typography-refreshed/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": "FontFamilyWebSansRefreshed",
|
|
433
|
+
"fontStyle": "normal",
|
|
434
|
+
"letterSpacing": "LetterSpacing0"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"name": "font.metric.small",
|
|
438
|
+
"path": ["font", "metric", "small"],
|
|
439
|
+
"cleanName": "font.metric.small"
|
|
353
440
|
}, {
|
|
354
441
|
"attributes": {
|
|
355
442
|
"group": "typography",
|
|
@@ -9,7 +9,7 @@ exports.tokens = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* Metadata for generation of of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::c6f9eb087d49a14806a7713cb8306e06>>
|
|
13
13
|
* @codegenCommand yarn build tokens
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -2188,6 +2188,21 @@ var tokens = exports.tokens = [{
|
|
|
2188
2188
|
path: ['font', 'body', 'UNSAFE_small'],
|
|
2189
2189
|
description: 'UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token',
|
|
2190
2190
|
exampleValue: 'normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2191
|
+
}, {
|
|
2192
|
+
name: 'font.metric.large',
|
|
2193
|
+
path: ['font', 'metric', 'large'],
|
|
2194
|
+
description: 'Use to emphasize a number within a large donut.',
|
|
2195
|
+
exampleValue: 'normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2196
|
+
}, {
|
|
2197
|
+
name: 'font.metric.medium',
|
|
2198
|
+
path: ['font', 'metric', 'medium'],
|
|
2199
|
+
description: 'Use to emphasize a number within a medium donut.',
|
|
2200
|
+
exampleValue: 'normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2201
|
+
}, {
|
|
2202
|
+
name: 'font.metric.small',
|
|
2203
|
+
path: ['font', 'metric', 'small'],
|
|
2204
|
+
description: 'Use to emphasize a number and words in single-value tiles, or small donuts.',
|
|
2205
|
+
exampleValue: 'normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2191
2206
|
}, {
|
|
2192
2207
|
name: 'font.code',
|
|
2193
2208
|
path: ['font', 'code', '[default]'],
|
|
@@ -34,7 +34,7 @@ var tokenOrder = exports.tokenOrder = [{
|
|
|
34
34
|
subpaths: []
|
|
35
35
|
}, {
|
|
36
36
|
path: 'font',
|
|
37
|
-
subpaths: ['heading', 'body', 'code', 'weight', 'family', 'size', 'lineHeight']
|
|
37
|
+
subpaths: ['heading', 'body', 'metric', 'code', 'weight', 'family', 'size', 'lineHeight']
|
|
38
38
|
}, {
|
|
39
39
|
path: 'value',
|
|
40
40
|
// Legacy palette
|
|
@@ -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::252bf2063fd34e49eee6872f2c3d6bdc>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -17,6 +17,9 @@ html[data-theme~="typography:typography-adg3"] {
|
|
|
17
17
|
--ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
18
18
|
--ds-font-body-small: normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
19
19
|
--ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
20
|
+
--ds-font-metric-large: normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
21
|
+
--ds-font-metric-medium: normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
22
|
+
--ds-font-metric-small: normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
20
23
|
--ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
|
|
21
24
|
--ds-font-weight-regular: 400;
|
|
22
25
|
--ds-font-weight-medium: 500;
|
|
@@ -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::66733241d8380b9195d56ab172debac3>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -17,6 +17,9 @@ html[data-theme~="typography:typography-modernized"] {
|
|
|
17
17
|
--ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
18
18
|
--ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
19
19
|
--ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
20
|
+
--ds-font-metric-large: normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
21
|
+
--ds-font-metric-medium: normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
22
|
+
--ds-font-metric-small: normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
20
23
|
--ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
|
|
21
24
|
--ds-font-weight-regular: 400;
|
|
22
25
|
--ds-font-weight-medium: 500;
|
|
@@ -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::ab83d5a3ce8c87f1ace527ec1cee1502>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -17,6 +17,9 @@ html[data-theme~="typography:typography-refreshed"] {
|
|
|
17
17
|
--ds-font-body: normal 400 0.875rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
18
18
|
--ds-font-body-small: normal 400 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
19
19
|
--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;
|
|
20
|
+
--ds-font-metric-large: normal 653 1.75rem/2rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
21
|
+
--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;
|
|
22
|
+
--ds-font-metric-small: normal 653 1rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;
|
|
20
23
|
--ds-font-code: normal 400 0.875em/1 "Atlassian Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
|
|
21
24
|
--ds-font-weight-regular: 400;
|
|
22
25
|
--ds-font-weight-medium: 500;
|
|
@@ -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::14617f23058b2551ba4bc304aee7628f>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
const defaultTokenValues = {
|
|
@@ -447,6 +447,9 @@ const defaultTokenValues = {
|
|
|
447
447
|
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
448
448
|
'font.body.small': 'normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
449
449
|
'font.body.UNSAFE_small': 'normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
450
|
+
'font.metric.large': 'normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
451
|
+
'font.metric.medium': 'normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
452
|
+
'font.metric.small': 'normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
450
453
|
'font.code': 'normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
451
454
|
'font.weight.regular': '400',
|
|
452
455
|
'font.weight.medium': '500',
|
|
@@ -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::5e39d81369b0c277ebeac5d0b02ae5cb>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = {
|
|
@@ -440,6 +440,9 @@ const tokens = {
|
|
|
440
440
|
'font.body': '--ds-font-body',
|
|
441
441
|
'font.body.small': '--ds-font-body-small',
|
|
442
442
|
'font.body.UNSAFE_small': '--ds-font-body-UNSAFE_small',
|
|
443
|
+
'font.metric.large': '--ds-font-metric-large',
|
|
444
|
+
'font.metric.medium': '--ds-font-metric-medium',
|
|
445
|
+
'font.metric.small': '--ds-font-metric-small',
|
|
443
446
|
'font.code': '--ds-font-code',
|
|
444
447
|
'font.weight.regular': '--ds-font-weight-regular',
|
|
445
448
|
'font.weight.medium': '--ds-font-weight-medium',
|