@atlaskit/tokens 1.17.0 → 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 +12 -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 +2 -2
- package/report.api.md +2 -0
- package/tmp/api-report-tmp.d.ts +2 -0
|
@@ -6,8 +6,8 @@ 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::40ab79b49a385a9644c0830bb643054e>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-product);\n --ds-font-body-sm: normal 400 0.6875rem/1.25rem var(--ds-font-family-product);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);\n --ds-font-heading-lg: normal 500 1.5rem/1.75rem var(--ds-font-family-product);\n --ds-font-heading-md: normal 500 1.25rem/1.5rem var(--ds-font-family-product);\n --ds-font-heading-sm: normal 600 1rem/1.25rem var(--ds-font-family-product);\n --ds-font-heading-xl: normal 600 1.8125rem/2rem var(--ds-font-family-product);\n --ds-font-heading-xs: normal 600 0.875rem/1rem var(--ds-font-family-product);\n --ds-font-heading-xxl: normal 500 2.1875rem/2.5rem var(--ds-font-family-product);\n --ds-font-heading-xxs: normal 600 0.75rem/1rem var(--ds-font-family-product);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-ui: normal 400 0.875rem/
|
|
12
|
+
var _default = "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-product);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-product);\n --ds-font-body-sm: normal 400 0.6875rem/1.25rem var(--ds-font-family-product);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);\n --ds-font-heading-lg: normal 500 1.5rem/1.75rem var(--ds-font-family-product);\n --ds-font-heading-md: normal 500 1.25rem/1.5rem var(--ds-font-family-product);\n --ds-font-heading-sm: normal 600 1rem/1.25rem var(--ds-font-family-product);\n --ds-font-heading-xl: normal 600 1.8125rem/2rem var(--ds-font-family-product);\n --ds-font-heading-xs: normal 600 0.875rem/1rem var(--ds-font-family-product);\n --ds-font-heading-xxl: normal 500 2.1875rem/2.5rem var(--ds-font-family-product);\n --ds-font-heading-xxs: normal 600 0.75rem/1rem var(--ds-font-family-product);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: -0.003em;\n --ds-font-letterSpacing-200: -0.006em;\n --ds-font-letterSpacing-300: -0.008em;\n --ds-font-letterSpacing-400: -0.01em;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-product);\n --ds-font-ui-sm: normal 400 0.6875rem/1 var(--ds-font-family-product);\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-product: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-1: 1;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
|
|
13
13
|
exports.default = _default;
|
|
@@ -6,8 +6,8 @@ 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::d807664672d6fd88e3f6e4054ec56bc9>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-sans);\n --ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-sans);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);\n --ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-sans);\n --ds-font-heading-md: normal 700 1.25rem/1.5rem var(--ds-font-family-sans);\n --ds-font-heading-sm: normal 700 1rem/1.25rem var(--ds-font-family-sans);\n --ds-font-heading-xl: normal 700 1.75rem/2rem var(--ds-font-family-sans);\n --ds-font-heading-xs: normal 700 0.875rem/1rem var(--ds-font-family-sans);\n --ds-font-heading-xxl: normal 700 2rem/2.25rem var(--ds-font-family-sans);\n --ds-font-heading-xxs: normal 700 0.75rem/1rem var(--ds-font-family-sans);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-sans);\n --ds-font-ui-sm: normal 400 0.75rem/1 var(--ds-font-family-sans);\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-product: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
|
|
12
|
+
var _default = "\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-sans);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-sans);\n --ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-sans);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);\n --ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-sans);\n --ds-font-heading-md: normal 700 1.25rem/1.5rem var(--ds-font-family-sans);\n --ds-font-heading-sm: normal 700 1rem/1.25rem var(--ds-font-family-sans);\n --ds-font-heading-xl: normal 700 1.75rem/2rem var(--ds-font-family-sans);\n --ds-font-heading-xs: normal 700 0.875rem/1rem var(--ds-font-family-sans);\n --ds-font-heading-xxl: normal 700 2rem/2.25rem var(--ds-font-family-sans);\n --ds-font-heading-xxs: normal 700 0.75rem/1rem var(--ds-font-family-sans);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-sans);\n --ds-font-ui-sm: normal 400 0.75rem/1 var(--ds-font-family-sans);\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-product: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
|
|
13
13
|
exports.default = _default;
|
|
@@ -6,8 +6,8 @@ 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::4523ed1ede9eb6edfe0926fd28d32efc>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = "\nhtml[data-theme~=\"typography:typography\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-sans);\n --ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-sans);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);\n --ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-sans);\n --ds-font-heading-md: normal 700 1.25rem/1.5rem var(--ds-font-family-sans);\n --ds-font-heading-sm: normal 700 1rem/1.25rem var(--ds-font-family-sans);\n --ds-font-heading-xl: normal 700 1.75rem/2rem var(--ds-font-family-sans);\n --ds-font-heading-xs: normal 700 0.875rem/1rem var(--ds-font-family-sans);\n --ds-font-heading-xxl: normal 700 2.25rem/2.5rem var(--ds-font-family-sans);\n --ds-font-heading-xxs: normal 700 0.75rem/1rem var(--ds-font-family-sans);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-sans);\n --ds-font-ui-sm: normal 400 0.75rem/1 var(--ds-font-family-sans);\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-product: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
|
|
12
|
+
var _default = "\nhtml[data-theme~=\"typography:typography\"] {\n --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-sans);\n --ds-font-body-lg: normal 400 1rem/1.5rem var(--ds-font-family-sans);\n --ds-font-body-sm: normal 400 0.75rem/1.25rem var(--ds-font-family-sans);\n --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-monospace);\n --ds-font-heading-lg: normal 700 1.5rem/1.75rem var(--ds-font-family-sans);\n --ds-font-heading-md: normal 700 1.25rem/1.5rem var(--ds-font-family-sans);\n --ds-font-heading-sm: normal 700 1rem/1.25rem var(--ds-font-family-sans);\n --ds-font-heading-xl: normal 700 1.75rem/2rem var(--ds-font-family-sans);\n --ds-font-heading-xs: normal 700 0.875rem/1rem var(--ds-font-family-sans);\n --ds-font-heading-xxl: normal 700 2.25rem/2.5rem var(--ds-font-family-sans);\n --ds-font-heading-xxs: normal 700 0.75rem/1rem var(--ds-font-family-sans);\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-sans);\n --ds-font-ui-sm: normal 400 0.75rem/1 var(--ds-font-family-sans);\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-product: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-sans: ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand: Charlie Sans;\n}\n";
|
|
13
13
|
exports.default = _default;
|
|
@@ -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::2502bf5f723d604cd04596897e52d47f>>
|
|
17
17
|
* @codegenCommand yarn build tokens
|
|
18
18
|
*/
|
|
19
19
|
var defaultTokenValues = {
|
|
@@ -350,6 +350,7 @@ var defaultTokenValues = {
|
|
|
350
350
|
'space.800': '4rem',
|
|
351
351
|
'space.1000': '5rem',
|
|
352
352
|
'font.body': 'normal 400 0.875rem/1.25rem ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
353
|
+
'font.body.lg': 'normal 400 1rem/1.5rem ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
353
354
|
'font.body.sm': 'normal 400 0.6875rem/1.25rem ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
354
355
|
'font.code': 'normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
355
356
|
'font.heading.lg': 'normal 500 1.5rem/1.75rem ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
@@ -364,8 +365,8 @@ var defaultTokenValues = {
|
|
|
364
365
|
'font.letterSpacing.200': '-0.006em',
|
|
365
366
|
'font.letterSpacing.300': '-0.008em',
|
|
366
367
|
'font.letterSpacing.400': '-0.01em',
|
|
367
|
-
'font.ui': 'normal 400 0.875rem/
|
|
368
|
-
'font.ui.sm': 'normal 400 0.6875rem/
|
|
368
|
+
'font.ui': 'normal 400 0.875rem/1 ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
369
|
+
'font.ui.sm': 'normal 400 0.6875rem/1 ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
369
370
|
'font.family.code': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
370
371
|
'font.family.monospace': 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace',
|
|
371
372
|
'font.family.product': 'ui-sans-serif, "Segoe UI", system-ui, Ubuntu, "Helvetica Neue", sans-serif',
|
|
@@ -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::d529715bd079c269a29aaf75bad507ea>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = {
|
|
@@ -343,6 +343,7 @@ var tokens = {
|
|
|
343
343
|
'space.800': '--ds-space-800',
|
|
344
344
|
'space.1000': '--ds-space-1000',
|
|
345
345
|
'font.body': '--ds-font-body',
|
|
346
|
+
'font.body.lg': '--ds-font-body-lg',
|
|
346
347
|
'font.body.sm': '--ds-font-body-sm',
|
|
347
348
|
'font.code': '--ds-font-code',
|
|
348
349
|
'font.heading.lg': '--ds-font-heading-lg',
|
|
@@ -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::56d6ec09c58b78a37bdca311bfaa73ea>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -16,14 +16,7 @@ var tokens = [{
|
|
|
16
16
|
"introduced": "1.14.0",
|
|
17
17
|
"description": "The default body font."
|
|
18
18
|
},
|
|
19
|
-
"value":
|
|
20
|
-
"fontSize": 14,
|
|
21
|
-
"fontStyle": "normal",
|
|
22
|
-
"fontWeight": "400",
|
|
23
|
-
"lineHeight": 20,
|
|
24
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
25
|
-
"letterSpacing": "0"
|
|
26
|
-
},
|
|
19
|
+
"value": "normal 400 14px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
27
20
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
28
21
|
"isSource": true,
|
|
29
22
|
"original": {
|
|
@@ -50,16 +43,38 @@ var tokens = [{
|
|
|
50
43
|
"group": "typography",
|
|
51
44
|
"state": "experimental",
|
|
52
45
|
"introduced": "1.14.0",
|
|
53
|
-
"description": "
|
|
46
|
+
"description": "Larger body font or default body font for text rich experiences."
|
|
54
47
|
},
|
|
55
|
-
"value":
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
48
|
+
"value": "normal 400 16px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
49
|
+
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
50
|
+
"isSource": true,
|
|
51
|
+
"original": {
|
|
52
|
+
"attributes": {
|
|
53
|
+
"group": "typography",
|
|
54
|
+
"state": "experimental",
|
|
55
|
+
"introduced": "1.14.0",
|
|
56
|
+
"description": "Larger body font or default body font for text rich experiences."
|
|
57
|
+
},
|
|
58
|
+
"value": {
|
|
59
|
+
"fontWeight": "FontWeight400",
|
|
60
|
+
"fontSize": "FontSize16",
|
|
61
|
+
"lineHeight": "LineHeight300",
|
|
62
|
+
"fontFamily": "FontFamilyWebSans",
|
|
63
|
+
"fontStyle": "normal",
|
|
64
|
+
"letterSpacing": "LetterSpacing0"
|
|
65
|
+
}
|
|
62
66
|
},
|
|
67
|
+
"name": "font.body.lg",
|
|
68
|
+
"path": ["font", "body", "lg"],
|
|
69
|
+
"cleanName": "font.body.lg"
|
|
70
|
+
}, {
|
|
71
|
+
"attributes": {
|
|
72
|
+
"group": "typography",
|
|
73
|
+
"state": "experimental",
|
|
74
|
+
"introduced": "1.14.0",
|
|
75
|
+
"description": "Smaller body font."
|
|
76
|
+
},
|
|
77
|
+
"value": "normal 400 11px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
63
78
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
64
79
|
"isSource": true,
|
|
65
80
|
"original": {
|
|
@@ -88,14 +103,7 @@ var tokens = [{
|
|
|
88
103
|
"introduced": "1.14.0",
|
|
89
104
|
"description": "Used for monospace and code."
|
|
90
105
|
},
|
|
91
|
-
"value":
|
|
92
|
-
"fontSize": "0.875em",
|
|
93
|
-
"fontStyle": "normal",
|
|
94
|
-
"fontWeight": "400",
|
|
95
|
-
"lineHeight": "1",
|
|
96
|
-
"fontFamily": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
97
|
-
"letterSpacing": "0"
|
|
98
|
-
},
|
|
106
|
+
"value": "normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
99
107
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
100
108
|
"isSource": true,
|
|
101
109
|
"original": {
|
|
@@ -124,14 +132,7 @@ var tokens = [{
|
|
|
124
132
|
"introduced": "1.14.0",
|
|
125
133
|
"description": "TBD"
|
|
126
134
|
},
|
|
127
|
-
"value":
|
|
128
|
-
"fontSize": 24,
|
|
129
|
-
"fontStyle": "normal",
|
|
130
|
-
"fontWeight": "500",
|
|
131
|
-
"lineHeight": 28,
|
|
132
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
133
|
-
"letterSpacing": "-0.01em"
|
|
134
|
-
},
|
|
135
|
+
"value": "normal 500 24px/28px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
135
136
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
136
137
|
"isSource": true,
|
|
137
138
|
"original": {
|
|
@@ -160,14 +161,7 @@ var tokens = [{
|
|
|
160
161
|
"introduced": "1.14.0",
|
|
161
162
|
"description": "TBD"
|
|
162
163
|
},
|
|
163
|
-
"value":
|
|
164
|
-
"fontSize": 20,
|
|
165
|
-
"fontStyle": "normal",
|
|
166
|
-
"fontWeight": "500",
|
|
167
|
-
"lineHeight": 24,
|
|
168
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
169
|
-
"letterSpacing": "-0.008em"
|
|
170
|
-
},
|
|
164
|
+
"value": "normal 500 20px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
171
165
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
172
166
|
"isSource": true,
|
|
173
167
|
"original": {
|
|
@@ -196,14 +190,7 @@ var tokens = [{
|
|
|
196
190
|
"introduced": "1.14.0",
|
|
197
191
|
"description": "TBD"
|
|
198
192
|
},
|
|
199
|
-
"value":
|
|
200
|
-
"fontSize": 16,
|
|
201
|
-
"fontStyle": "normal",
|
|
202
|
-
"fontWeight": "600",
|
|
203
|
-
"lineHeight": 20,
|
|
204
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
205
|
-
"letterSpacing": "-0.006em"
|
|
206
|
-
},
|
|
193
|
+
"value": "normal 600 16px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
207
194
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
208
195
|
"isSource": true,
|
|
209
196
|
"original": {
|
|
@@ -232,14 +219,7 @@ var tokens = [{
|
|
|
232
219
|
"introduced": "1.14.0",
|
|
233
220
|
"description": "TBD"
|
|
234
221
|
},
|
|
235
|
-
"value":
|
|
236
|
-
"fontSize": 29,
|
|
237
|
-
"fontStyle": "normal",
|
|
238
|
-
"fontWeight": "600",
|
|
239
|
-
"lineHeight": 32,
|
|
240
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
241
|
-
"letterSpacing": "-0.01em"
|
|
242
|
-
},
|
|
222
|
+
"value": "normal 600 29px/32px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
243
223
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
244
224
|
"isSource": true,
|
|
245
225
|
"original": {
|
|
@@ -268,14 +248,7 @@ var tokens = [{
|
|
|
268
248
|
"introduced": "1.14.0",
|
|
269
249
|
"description": "TBD"
|
|
270
250
|
},
|
|
271
|
-
"value":
|
|
272
|
-
"fontSize": 14,
|
|
273
|
-
"fontStyle": "normal",
|
|
274
|
-
"fontWeight": "600",
|
|
275
|
-
"lineHeight": 16,
|
|
276
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
277
|
-
"letterSpacing": "-0.003em"
|
|
278
|
-
},
|
|
251
|
+
"value": "normal 600 14px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
279
252
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
280
253
|
"isSource": true,
|
|
281
254
|
"original": {
|
|
@@ -304,14 +277,7 @@ var tokens = [{
|
|
|
304
277
|
"introduced": "1.14.0",
|
|
305
278
|
"description": "TBD"
|
|
306
279
|
},
|
|
307
|
-
"value":
|
|
308
|
-
"fontSize": 35,
|
|
309
|
-
"fontStyle": "normal",
|
|
310
|
-
"fontWeight": "500",
|
|
311
|
-
"lineHeight": 40,
|
|
312
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
313
|
-
"letterSpacing": "-0.01em"
|
|
314
|
-
},
|
|
280
|
+
"value": "normal 500 35px/40px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
315
281
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
316
282
|
"isSource": true,
|
|
317
283
|
"original": {
|
|
@@ -340,14 +306,7 @@ var tokens = [{
|
|
|
340
306
|
"introduced": "1.14.0",
|
|
341
307
|
"description": "TBD"
|
|
342
308
|
},
|
|
343
|
-
"value":
|
|
344
|
-
"fontSize": 12,
|
|
345
|
-
"fontStyle": "normal",
|
|
346
|
-
"fontWeight": "600",
|
|
347
|
-
"lineHeight": 16,
|
|
348
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
349
|
-
"letterSpacing": "0"
|
|
350
|
-
},
|
|
309
|
+
"value": "normal 600 12px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
351
310
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
352
311
|
"isSource": true,
|
|
353
312
|
"original": {
|
|
@@ -486,14 +445,7 @@ var tokens = [{
|
|
|
486
445
|
"introduced": "1.14.0",
|
|
487
446
|
"description": "Single-line non-wrapping text like that in a button."
|
|
488
447
|
},
|
|
489
|
-
"value":
|
|
490
|
-
"fontSize": 14,
|
|
491
|
-
"fontStyle": "normal",
|
|
492
|
-
"fontWeight": "400",
|
|
493
|
-
"lineHeight": 16,
|
|
494
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
495
|
-
"letterSpacing": "0"
|
|
496
|
-
},
|
|
448
|
+
"value": "normal 400 14px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
497
449
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
498
450
|
"isSource": true,
|
|
499
451
|
"original": {
|
|
@@ -506,7 +458,7 @@ var tokens = [{
|
|
|
506
458
|
"value": {
|
|
507
459
|
"fontWeight": "FontWeight400",
|
|
508
460
|
"fontSize": "FontSize14",
|
|
509
|
-
"lineHeight": "
|
|
461
|
+
"lineHeight": "LineHeight1",
|
|
510
462
|
"fontFamily": "FontFamilyWebSans",
|
|
511
463
|
"fontStyle": "normal",
|
|
512
464
|
"letterSpacing": "LetterSpacing0"
|
|
@@ -522,14 +474,7 @@ var tokens = [{
|
|
|
522
474
|
"introduced": "1.14.0",
|
|
523
475
|
"description": "Single-line non-wrapping supporting text like that in a smaller label."
|
|
524
476
|
},
|
|
525
|
-
"value":
|
|
526
|
-
"fontSize": 11,
|
|
527
|
-
"fontStyle": "normal",
|
|
528
|
-
"fontWeight": "400",
|
|
529
|
-
"lineHeight": 16,
|
|
530
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
531
|
-
"letterSpacing": "0"
|
|
532
|
-
},
|
|
477
|
+
"value": "normal 400 11px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
533
478
|
"filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
|
|
534
479
|
"isSource": true,
|
|
535
480
|
"original": {
|
|
@@ -542,7 +487,7 @@ var tokens = [{
|
|
|
542
487
|
"value": {
|
|
543
488
|
"fontWeight": "FontWeight400",
|
|
544
489
|
"fontSize": "LegacyFontSize11",
|
|
545
|
-
"lineHeight": "
|
|
490
|
+
"lineHeight": "LineHeight1",
|
|
546
491
|
"fontFamily": "FontFamilyWebSans",
|
|
547
492
|
"fontStyle": "normal",
|
|
548
493
|
"letterSpacing": "LetterSpacing0"
|
|
@@ -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::7b7d53e8ee9563ef170026c46b344165>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -16,14 +16,7 @@ var tokens = [{
|
|
|
16
16
|
"introduced": "1.14.0",
|
|
17
17
|
"description": "The default body font."
|
|
18
18
|
},
|
|
19
|
-
"value":
|
|
20
|
-
"fontSize": 14,
|
|
21
|
-
"fontStyle": "normal",
|
|
22
|
-
"fontWeight": "400",
|
|
23
|
-
"lineHeight": 20,
|
|
24
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
25
|
-
"letterSpacing": "0"
|
|
26
|
-
},
|
|
19
|
+
"value": "normal 400 14px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
27
20
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
28
21
|
"isSource": true,
|
|
29
22
|
"original": {
|
|
@@ -50,16 +43,38 @@ var tokens = [{
|
|
|
50
43
|
"group": "typography",
|
|
51
44
|
"state": "experimental",
|
|
52
45
|
"introduced": "1.14.0",
|
|
53
|
-
"description": "
|
|
46
|
+
"description": "Larger body font or default body font for text rich experiences."
|
|
54
47
|
},
|
|
55
|
-
"value":
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
48
|
+
"value": "normal 400 16px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
49
|
+
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
50
|
+
"isSource": true,
|
|
51
|
+
"original": {
|
|
52
|
+
"attributes": {
|
|
53
|
+
"group": "typography",
|
|
54
|
+
"state": "experimental",
|
|
55
|
+
"introduced": "1.14.0",
|
|
56
|
+
"description": "Larger body font or default body font for text rich experiences."
|
|
57
|
+
},
|
|
58
|
+
"value": {
|
|
59
|
+
"fontWeight": "FontWeight400",
|
|
60
|
+
"fontSize": "FontSize16",
|
|
61
|
+
"lineHeight": "LineHeight300",
|
|
62
|
+
"fontFamily": "FontFamilyWebSans",
|
|
63
|
+
"fontStyle": "normal",
|
|
64
|
+
"letterSpacing": "LetterSpacing0"
|
|
65
|
+
}
|
|
62
66
|
},
|
|
67
|
+
"name": "font.body.lg",
|
|
68
|
+
"path": ["font", "body", "lg"],
|
|
69
|
+
"cleanName": "font.body.lg"
|
|
70
|
+
}, {
|
|
71
|
+
"attributes": {
|
|
72
|
+
"group": "typography",
|
|
73
|
+
"state": "experimental",
|
|
74
|
+
"introduced": "1.14.0",
|
|
75
|
+
"description": "Smaller body font."
|
|
76
|
+
},
|
|
77
|
+
"value": "normal 400 12px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
63
78
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
64
79
|
"isSource": true,
|
|
65
80
|
"original": {
|
|
@@ -88,14 +103,7 @@ var tokens = [{
|
|
|
88
103
|
"introduced": "1.14.0",
|
|
89
104
|
"description": "Used for monospace and code."
|
|
90
105
|
},
|
|
91
|
-
"value":
|
|
92
|
-
"fontSize": "0.875em",
|
|
93
|
-
"fontStyle": "normal",
|
|
94
|
-
"fontWeight": "400",
|
|
95
|
-
"lineHeight": "1",
|
|
96
|
-
"fontFamily": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
97
|
-
"letterSpacing": "0"
|
|
98
|
-
},
|
|
106
|
+
"value": "normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
99
107
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
100
108
|
"isSource": true,
|
|
101
109
|
"original": {
|
|
@@ -124,14 +132,7 @@ var tokens = [{
|
|
|
124
132
|
"introduced": "1.14.0",
|
|
125
133
|
"description": "TBD"
|
|
126
134
|
},
|
|
127
|
-
"value":
|
|
128
|
-
"fontSize": 24,
|
|
129
|
-
"fontStyle": "normal",
|
|
130
|
-
"fontWeight": "700",
|
|
131
|
-
"lineHeight": 28,
|
|
132
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
133
|
-
"letterSpacing": "0"
|
|
134
|
-
},
|
|
135
|
+
"value": "normal 700 24px/28px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
135
136
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
136
137
|
"isSource": true,
|
|
137
138
|
"original": {
|
|
@@ -160,14 +161,7 @@ var tokens = [{
|
|
|
160
161
|
"introduced": "1.14.0",
|
|
161
162
|
"description": "TBD"
|
|
162
163
|
},
|
|
163
|
-
"value":
|
|
164
|
-
"fontSize": 20,
|
|
165
|
-
"fontStyle": "normal",
|
|
166
|
-
"fontWeight": "700",
|
|
167
|
-
"lineHeight": 24,
|
|
168
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
169
|
-
"letterSpacing": "0"
|
|
170
|
-
},
|
|
164
|
+
"value": "normal 700 20px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
171
165
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
172
166
|
"isSource": true,
|
|
173
167
|
"original": {
|
|
@@ -196,14 +190,7 @@ var tokens = [{
|
|
|
196
190
|
"introduced": "1.14.0",
|
|
197
191
|
"description": "TBD"
|
|
198
192
|
},
|
|
199
|
-
"value":
|
|
200
|
-
"fontSize": 16,
|
|
201
|
-
"fontStyle": "normal",
|
|
202
|
-
"fontWeight": "700",
|
|
203
|
-
"lineHeight": 20,
|
|
204
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
205
|
-
"letterSpacing": "0"
|
|
206
|
-
},
|
|
193
|
+
"value": "normal 700 16px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
207
194
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
208
195
|
"isSource": true,
|
|
209
196
|
"original": {
|
|
@@ -232,14 +219,7 @@ var tokens = [{
|
|
|
232
219
|
"introduced": "1.14.0",
|
|
233
220
|
"description": "TBD"
|
|
234
221
|
},
|
|
235
|
-
"value":
|
|
236
|
-
"fontSize": 28,
|
|
237
|
-
"fontStyle": "normal",
|
|
238
|
-
"fontWeight": "700",
|
|
239
|
-
"lineHeight": 32,
|
|
240
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
241
|
-
"letterSpacing": "0"
|
|
242
|
-
},
|
|
222
|
+
"value": "normal 700 28px/32px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
243
223
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
244
224
|
"isSource": true,
|
|
245
225
|
"original": {
|
|
@@ -268,14 +248,7 @@ var tokens = [{
|
|
|
268
248
|
"introduced": "1.14.0",
|
|
269
249
|
"description": "TBD"
|
|
270
250
|
},
|
|
271
|
-
"value":
|
|
272
|
-
"fontSize": 14,
|
|
273
|
-
"fontStyle": "normal",
|
|
274
|
-
"fontWeight": "700",
|
|
275
|
-
"lineHeight": 16,
|
|
276
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
277
|
-
"letterSpacing": "0"
|
|
278
|
-
},
|
|
251
|
+
"value": "normal 700 14px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
279
252
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
280
253
|
"isSource": true,
|
|
281
254
|
"original": {
|
|
@@ -304,14 +277,7 @@ var tokens = [{
|
|
|
304
277
|
"introduced": "1.14.0",
|
|
305
278
|
"description": "TBD"
|
|
306
279
|
},
|
|
307
|
-
"value":
|
|
308
|
-
"fontSize": 32,
|
|
309
|
-
"fontStyle": "normal",
|
|
310
|
-
"fontWeight": "700",
|
|
311
|
-
"lineHeight": 36,
|
|
312
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
313
|
-
"letterSpacing": "0"
|
|
314
|
-
},
|
|
280
|
+
"value": "normal 700 32px/36px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
315
281
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
316
282
|
"isSource": true,
|
|
317
283
|
"original": {
|
|
@@ -340,14 +306,7 @@ var tokens = [{
|
|
|
340
306
|
"introduced": "1.14.0",
|
|
341
307
|
"description": "TBD"
|
|
342
308
|
},
|
|
343
|
-
"value":
|
|
344
|
-
"fontSize": 12,
|
|
345
|
-
"fontStyle": "normal",
|
|
346
|
-
"fontWeight": "700",
|
|
347
|
-
"lineHeight": 16,
|
|
348
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
349
|
-
"letterSpacing": "0"
|
|
350
|
-
},
|
|
309
|
+
"value": "normal 700 12px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
351
310
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
352
311
|
"isSource": true,
|
|
353
312
|
"original": {
|
|
@@ -486,14 +445,7 @@ var tokens = [{
|
|
|
486
445
|
"introduced": "1.14.0",
|
|
487
446
|
"description": "Single-line non-wrapping text like that in a button."
|
|
488
447
|
},
|
|
489
|
-
"value":
|
|
490
|
-
"fontSize": 14,
|
|
491
|
-
"fontStyle": "normal",
|
|
492
|
-
"fontWeight": "400",
|
|
493
|
-
"lineHeight": "1",
|
|
494
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
495
|
-
"letterSpacing": "0"
|
|
496
|
-
},
|
|
448
|
+
"value": "normal 400 14px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
497
449
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
498
450
|
"isSource": true,
|
|
499
451
|
"original": {
|
|
@@ -522,14 +474,7 @@ var tokens = [{
|
|
|
522
474
|
"introduced": "1.14.0",
|
|
523
475
|
"description": "Single-line non-wrapping supporting text like that in a smaller label."
|
|
524
476
|
},
|
|
525
|
-
"value":
|
|
526
|
-
"fontSize": 12,
|
|
527
|
-
"fontStyle": "normal",
|
|
528
|
-
"fontWeight": "400",
|
|
529
|
-
"lineHeight": "1",
|
|
530
|
-
"fontFamily": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
531
|
-
"letterSpacing": "0"
|
|
532
|
-
},
|
|
477
|
+
"value": "normal 400 12px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
533
478
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
534
479
|
"isSource": true,
|
|
535
480
|
"original": {
|