@atlaskit/tokens 1.15.0 → 1.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +48 -18
- package/dist/cjs/artifacts/theme-import-map.js +7 -1
- package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +13 -0
- package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +11 -11
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +666 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +11 -11
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/typography-palette.js +13 -1
- package/dist/cjs/theme-config.js +10 -2
- package/dist/cjs/tokens/atlassian-typography/letter-spacing.js +29 -0
- package/dist/cjs/tokens/atlassian-typography/theme.js +3 -3
- package/dist/cjs/tokens/atlassian-typography-adg3/font-size.js +1 -1
- package/dist/cjs/tokens/atlassian-typography-adg3/line-height.js +1 -1
- package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +3 -3
- package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +29 -0
- package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +140 -0
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +48 -18
- package/dist/es2019/artifacts/theme-import-map.js +4 -2
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +31 -0
- package/dist/es2019/artifacts/themes/atlassian-typography.js +3 -3
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +11 -11
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +659 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +11 -11
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/typography-palette.js +13 -1
- package/dist/es2019/theme-config.js +10 -2
- package/dist/es2019/tokens/atlassian-typography/letter-spacing.js +22 -0
- package/dist/es2019/tokens/atlassian-typography/theme.js +3 -3
- package/dist/es2019/tokens/atlassian-typography-adg3/font-size.js +1 -1
- package/dist/es2019/tokens/atlassian-typography-adg3/line-height.js +1 -1
- package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +3 -3
- package/dist/es2019/tokens/atlassian-typography-minor3/font-family.js +22 -0
- package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +133 -0
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +48 -18
- package/dist/esm/artifacts/theme-import-map.js +5 -1
- package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +6 -0
- package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +11 -11
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +659 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +11 -11
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/typography-palette.js +13 -1
- package/dist/esm/theme-config.js +10 -2
- package/dist/esm/tokens/atlassian-typography/letter-spacing.js +22 -0
- package/dist/esm/tokens/atlassian-typography/theme.js +3 -3
- package/dist/esm/tokens/atlassian-typography-adg3/font-size.js +1 -1
- package/dist/esm/tokens/atlassian-typography-adg3/line-height.js +1 -1
- package/dist/esm/tokens/atlassian-typography-adg3/theme.js +3 -3
- package/dist/esm/tokens/atlassian-typography-minor3/font-family.js +22 -0
- package/dist/esm/tokens/atlassian-typography-minor3/theme.js +133 -0
- package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +7 -0
- package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +137 -0
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/palettes/typography-palette.d.ts +2 -2
- package/dist/types/theme-config.d.ts +4 -4
- package/dist/types/tokens/atlassian-typography/letter-spacing.d.ts +4 -0
- package/dist/types/tokens/atlassian-typography-minor3/font-family.d.ts +4 -0
- package/dist/types/tokens/atlassian-typography-minor3/letter-spacing.d.ts +4 -0
- package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +10 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +137 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/dist/types-ts4.5/palettes/typography-palette.d.ts +2 -2
- package/dist/types-ts4.5/theme-config.d.ts +5 -3
- package/dist/types-ts4.5/tokens/atlassian-typography-minor3/font-family.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +10 -0
- package/figma/atlassian-typography-minor3.json +51 -0
- package/package.json +1 -2
- package/report.api.md +29 -2
- package/tmp/api-report-tmp.d.ts +20 -4
- /package/dist/cjs/tokens/atlassian-typography-adg3/{utils.js → letter-spacing.js} +0 -0
- /package/dist/cjs/tokens/{atlassian-typography/utils.js → atlassian-typography-minor3/letter-spacing.js} +0 -0
- /package/dist/es2019/tokens/atlassian-typography-adg3/{utils.js → letter-spacing.js} +0 -0
- /package/dist/es2019/tokens/{atlassian-typography/utils.js → atlassian-typography-minor3/letter-spacing.js} +0 -0
- /package/dist/esm/tokens/atlassian-typography-adg3/{utils.js → letter-spacing.js} +0 -0
- /package/dist/esm/tokens/{atlassian-typography/utils.js → atlassian-typography-minor3/letter-spacing.js} +0 -0
- /package/dist/types/tokens/{atlassian-typography/utils.d.ts → atlassian-typography-adg3/letter-spacing.d.ts} +0 -0
- /package/dist/{types/tokens/atlassian-typography-adg3/utils.d.ts → types-ts4.5/tokens/atlassian-typography/letter-spacing.d.ts} +0 -0
- /package/dist/types-ts4.5/tokens/atlassian-typography-adg3/{utils.d.ts → letter-spacing.d.ts} +0 -0
- /package/dist/types-ts4.5/tokens/{atlassian-typography/utils.d.ts → atlassian-typography-minor3/letter-spacing.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 1.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update type definitions to conform to inherited changes from `@types/react@16.14.15`.
|
|
8
|
+
|
|
9
|
+
## 1.15.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`2b79cf3df13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b79cf3df13) - Patches certain token values in the internal typography theme.
|
|
14
|
+
|
|
3
15
|
## 1.15.0
|
|
4
16
|
|
|
5
17
|
### 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::c5a499034468ced262952ef968c2fd67>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -129,21 +129,6 @@ var tokens = [{
|
|
|
129
129
|
},
|
|
130
130
|
"name": "typography.fontFamily.LegacyFontFamilyWebSans",
|
|
131
131
|
"path": ["typography", "fontFamily", "LegacyFontFamilyWebSans"]
|
|
132
|
-
}, {
|
|
133
|
-
"value": "11px",
|
|
134
|
-
"attributes": {
|
|
135
|
-
"group": "typography"
|
|
136
|
-
},
|
|
137
|
-
"filePath": "src/palettes/typography-palette.tsx",
|
|
138
|
-
"isSource": true,
|
|
139
|
-
"original": {
|
|
140
|
-
"value": 11,
|
|
141
|
-
"attributes": {
|
|
142
|
-
"group": "typography"
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
"name": "typography.fontSize.FontSize11",
|
|
146
|
-
"path": ["typography", "fontSize", "FontSize11"]
|
|
147
132
|
}, {
|
|
148
133
|
"value": "12px",
|
|
149
134
|
"attributes": {
|
|
@@ -234,6 +219,21 @@ var tokens = [{
|
|
|
234
219
|
},
|
|
235
220
|
"name": "typography.fontSize.FontSize28",
|
|
236
221
|
"path": ["typography", "fontSize", "FontSize28"]
|
|
222
|
+
}, {
|
|
223
|
+
"value": "32px",
|
|
224
|
+
"attributes": {
|
|
225
|
+
"group": "typography"
|
|
226
|
+
},
|
|
227
|
+
"filePath": "src/palettes/typography-palette.tsx",
|
|
228
|
+
"isSource": true,
|
|
229
|
+
"original": {
|
|
230
|
+
"value": 32,
|
|
231
|
+
"attributes": {
|
|
232
|
+
"group": "typography"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"name": "typography.fontSize.FontSize32",
|
|
236
|
+
"path": ["typography", "fontSize", "FontSize32"]
|
|
237
237
|
}, {
|
|
238
238
|
"value": "36px",
|
|
239
239
|
"attributes": {
|
|
@@ -279,6 +279,21 @@ var tokens = [{
|
|
|
279
279
|
},
|
|
280
280
|
"name": "typography.fontSize.FontSizeCode",
|
|
281
281
|
"path": ["typography", "fontSize", "FontSizeCode"]
|
|
282
|
+
}, {
|
|
283
|
+
"value": "11px",
|
|
284
|
+
"attributes": {
|
|
285
|
+
"group": "typography"
|
|
286
|
+
},
|
|
287
|
+
"filePath": "src/palettes/typography-palette.tsx",
|
|
288
|
+
"isSource": true,
|
|
289
|
+
"original": {
|
|
290
|
+
"value": 11,
|
|
291
|
+
"attributes": {
|
|
292
|
+
"group": "typography"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"name": "typography.fontSize.LegacyFontSize11",
|
|
296
|
+
"path": ["typography", "fontSize", "LegacyFontSize11"]
|
|
282
297
|
}, {
|
|
283
298
|
"value": "29px",
|
|
284
299
|
"attributes": {
|
|
@@ -535,20 +550,35 @@ var tokens = [{
|
|
|
535
550
|
"name": "typography.lineHeight.LineHeight500",
|
|
536
551
|
"path": ["typography", "lineHeight", "LineHeight500"]
|
|
537
552
|
}, {
|
|
538
|
-
"value": "
|
|
553
|
+
"value": "36px",
|
|
539
554
|
"attributes": {
|
|
540
555
|
"group": "typography"
|
|
541
556
|
},
|
|
542
557
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
543
558
|
"isSource": true,
|
|
544
559
|
"original": {
|
|
545
|
-
"value":
|
|
560
|
+
"value": 36,
|
|
546
561
|
"attributes": {
|
|
547
562
|
"group": "typography"
|
|
548
563
|
}
|
|
549
564
|
},
|
|
550
565
|
"name": "typography.lineHeight.LineHeight600",
|
|
551
566
|
"path": ["typography", "lineHeight", "LineHeight600"]
|
|
567
|
+
}, {
|
|
568
|
+
"value": "40px",
|
|
569
|
+
"attributes": {
|
|
570
|
+
"group": "typography"
|
|
571
|
+
},
|
|
572
|
+
"filePath": "src/palettes/typography-palette.tsx",
|
|
573
|
+
"isSource": true,
|
|
574
|
+
"original": {
|
|
575
|
+
"value": 40,
|
|
576
|
+
"attributes": {
|
|
577
|
+
"group": "typography"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"name": "typography.lineHeight.LineHeight700",
|
|
581
|
+
"path": ["typography", "lineHeight", "LineHeight700"]
|
|
552
582
|
}];
|
|
553
583
|
var _default = tokens;
|
|
554
584
|
exports.default = _default;
|
|
@@ -16,7 +16,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
16
16
|
* This allows users to compose their themes and only use the tokens that are requested.
|
|
17
17
|
* When a new theme is created, the import should automatically be added to the map
|
|
18
18
|
*
|
|
19
|
-
* @codegen <<SignedSource::
|
|
19
|
+
* @codegen <<SignedSource::1e1c80a5700235c55449aa23948418be>>
|
|
20
20
|
* @codegenCommand yarn build tokens
|
|
21
21
|
*/
|
|
22
22
|
|
|
@@ -80,6 +80,12 @@ var themeImportsMap = {
|
|
|
80
80
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_atlassian-typography" */
|
|
81
81
|
'./themes/atlassian-typography'));
|
|
82
82
|
});
|
|
83
|
+
},
|
|
84
|
+
'typography-minor3': function typographyMinor3() {
|
|
85
|
+
return Promise.resolve().then(function () {
|
|
86
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-minor3" */
|
|
87
|
+
'./themes/atlassian-typography-minor3'));
|
|
88
|
+
});
|
|
83
89
|
}
|
|
84
90
|
};
|
|
85
91
|
var _default = themeImportsMap;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
+
* @codegen <<SignedSource::88719508da65fd1b7ad398cc0681c4c5>>
|
|
10
|
+
* @codegenCommand yarn build tokens
|
|
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";
|
|
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::ce2e1e115aa9ff0027981ef8ba658c64>>
|
|
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.
|
|
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";
|
|
13
13
|
exports.default = _default;
|
|
@@ -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::72f2d56fa731cf91334d35722aa12dda>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -71,7 +71,7 @@ var tokens = [{
|
|
|
71
71
|
},
|
|
72
72
|
"value": {
|
|
73
73
|
"fontWeight": "FontWeight400",
|
|
74
|
-
"fontSize": "
|
|
74
|
+
"fontSize": "LegacyFontSize11",
|
|
75
75
|
"lineHeight": "LineHeight200",
|
|
76
76
|
"fontFamily": "FontFamilyWebSans",
|
|
77
77
|
"fontStyle": "normal",
|
|
@@ -324,7 +324,7 @@ var tokens = [{
|
|
|
324
324
|
"value": {
|
|
325
325
|
"fontWeight": "FontWeight500",
|
|
326
326
|
"fontSize": "LegacyFontSize35",
|
|
327
|
-
"lineHeight": "
|
|
327
|
+
"lineHeight": "LineHeight700",
|
|
328
328
|
"fontFamily": "FontFamilyWebSans",
|
|
329
329
|
"fontStyle": "normal",
|
|
330
330
|
"letterSpacing": "LetterSpacing400"
|
|
@@ -377,7 +377,7 @@ var tokens = [{
|
|
|
377
377
|
"description": "Helpful guidance goes here"
|
|
378
378
|
},
|
|
379
379
|
"value": "0",
|
|
380
|
-
"filePath": "src/tokens/atlassian-typography-adg3/
|
|
380
|
+
"filePath": "src/tokens/atlassian-typography-adg3/letter-spacing.tsx",
|
|
381
381
|
"isSource": true,
|
|
382
382
|
"original": {
|
|
383
383
|
"attributes": {
|
|
@@ -399,7 +399,7 @@ var tokens = [{
|
|
|
399
399
|
"description": "Helpful guidance goes here"
|
|
400
400
|
},
|
|
401
401
|
"value": "-0.003em",
|
|
402
|
-
"filePath": "src/tokens/atlassian-typography-adg3/
|
|
402
|
+
"filePath": "src/tokens/atlassian-typography-adg3/letter-spacing.tsx",
|
|
403
403
|
"isSource": true,
|
|
404
404
|
"original": {
|
|
405
405
|
"attributes": {
|
|
@@ -421,7 +421,7 @@ var tokens = [{
|
|
|
421
421
|
"description": "Helpful guidance goes here"
|
|
422
422
|
},
|
|
423
423
|
"value": "-0.006em",
|
|
424
|
-
"filePath": "src/tokens/atlassian-typography-adg3/
|
|
424
|
+
"filePath": "src/tokens/atlassian-typography-adg3/letter-spacing.tsx",
|
|
425
425
|
"isSource": true,
|
|
426
426
|
"original": {
|
|
427
427
|
"attributes": {
|
|
@@ -443,7 +443,7 @@ var tokens = [{
|
|
|
443
443
|
"description": "Helpful guidance goes here"
|
|
444
444
|
},
|
|
445
445
|
"value": "-0.008em",
|
|
446
|
-
"filePath": "src/tokens/atlassian-typography-adg3/
|
|
446
|
+
"filePath": "src/tokens/atlassian-typography-adg3/letter-spacing.tsx",
|
|
447
447
|
"isSource": true,
|
|
448
448
|
"original": {
|
|
449
449
|
"attributes": {
|
|
@@ -465,7 +465,7 @@ var tokens = [{
|
|
|
465
465
|
"description": "Helpful guidance goes here"
|
|
466
466
|
},
|
|
467
467
|
"value": "-0.01em",
|
|
468
|
-
"filePath": "src/tokens/atlassian-typography-adg3/
|
|
468
|
+
"filePath": "src/tokens/atlassian-typography-adg3/letter-spacing.tsx",
|
|
469
469
|
"isSource": true,
|
|
470
470
|
"original": {
|
|
471
471
|
"attributes": {
|
|
@@ -541,7 +541,7 @@ var tokens = [{
|
|
|
541
541
|
},
|
|
542
542
|
"value": {
|
|
543
543
|
"fontWeight": "FontWeight400",
|
|
544
|
-
"fontSize": "
|
|
544
|
+
"fontSize": "LegacyFontSize11",
|
|
545
545
|
"lineHeight": "LineHeight100",
|
|
546
546
|
"fontFamily": "FontFamilyWebSans",
|
|
547
547
|
"fontStyle": "normal",
|
|
@@ -678,7 +678,7 @@ var tokens = [{
|
|
|
678
678
|
"introduced": "0.10.33",
|
|
679
679
|
"description": "Helpful guidance goes here"
|
|
680
680
|
},
|
|
681
|
-
"value": "
|
|
681
|
+
"value": "LegacyFontSize11"
|
|
682
682
|
},
|
|
683
683
|
"name": "font.size.050",
|
|
684
684
|
"path": ["font", "size", "050"],
|
|
@@ -1074,7 +1074,7 @@ var tokens = [{
|
|
|
1074
1074
|
"introduced": "0.10.33",
|
|
1075
1075
|
"description": "Helpful guidance goes here"
|
|
1076
1076
|
},
|
|
1077
|
-
"value": "
|
|
1077
|
+
"value": "LineHeight700"
|
|
1078
1078
|
},
|
|
1079
1079
|
"name": "font.lineHeight.600",
|
|
1080
1080
|
"path": ["font", "lineHeight", "600"],
|