@atlaskit/tokens 11.4.3 → 13.0.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 +66 -0
- package/dist/cjs/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/cjs/artifacts/replacement-mapping.js +82 -11
- package/dist/cjs/artifacts/themes/atlassian-motion.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +50 -26
- package/dist/cjs/artifacts/token-names.js +32 -8
- package/dist/cjs/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +1 -34
- package/dist/cjs/entry-points/token-metadata.codegen.js +1 -10
- package/dist/es2019/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/es2019/artifacts/replacement-mapping.js +82 -11
- package/dist/es2019/artifacts/themes/atlassian-motion.js +64 -91
- package/dist/es2019/artifacts/themes/atlassian-typography.js +1 -2
- package/dist/es2019/artifacts/token-default-values.js +50 -26
- package/dist/es2019/artifacts/token-names.js +32 -8
- package/dist/es2019/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +1 -34
- package/dist/es2019/entry-points/token-metadata.codegen.js +1 -10
- package/dist/esm/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/esm/artifacts/replacement-mapping.js +82 -11
- package/dist/esm/artifacts/themes/atlassian-motion.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +50 -26
- package/dist/esm/artifacts/token-names.js +32 -8
- package/dist/esm/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +1 -34
- package/dist/esm/entry-points/token-metadata.codegen.js +1 -10
- package/dist/types/artifacts/palettes-raw/motion-palette.d.ts +3 -15
- package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-motion.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +50 -26
- package/dist/types/artifacts/token-names.d.ts +63 -15
- package/dist/types/artifacts/tokens-raw/atlassian-motion.d.ts +5 -5
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +6 -3
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +93 -15
- package/dist/types-ts4.5/artifacts/palettes-raw/motion-palette.d.ts +3 -15
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-motion.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 +50 -26
- package/dist/types-ts4.5/artifacts/token-names.d.ts +63 -15
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +5 -5
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +6 -3
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +93 -15
- package/figma/atlassian-typography.json +1 -3
- package/package.json +10 -10
|
@@ -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::74e601b3ce776abbd8b70ea18be310cc>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -294,39 +294,6 @@ const tokens = [{
|
|
|
294
294
|
"name": "font.body.small",
|
|
295
295
|
"path": ["font", "body", "small"],
|
|
296
296
|
"cleanName": "font.body.small"
|
|
297
|
-
}, {
|
|
298
|
-
"attributes": {
|
|
299
|
-
"group": "typography",
|
|
300
|
-
"state": "deprecated",
|
|
301
|
-
"introduced": "1.14.0",
|
|
302
|
-
"deprecated": "10.1.0",
|
|
303
|
-
"description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
|
|
304
|
-
"replacement": "font.body.small"
|
|
305
|
-
},
|
|
306
|
-
"value": "normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
307
|
-
"filePath": "schema/themes/atlassian-typography/theme.tsx",
|
|
308
|
-
"isSource": true,
|
|
309
|
-
"original": {
|
|
310
|
-
"attributes": {
|
|
311
|
-
"group": "typography",
|
|
312
|
-
"state": "deprecated",
|
|
313
|
-
"introduced": "1.14.0",
|
|
314
|
-
"deprecated": "10.1.0",
|
|
315
|
-
"description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
|
|
316
|
-
"replacement": "font.body.small"
|
|
317
|
-
},
|
|
318
|
-
"value": {
|
|
319
|
-
"fontWeight": "FontWeight400",
|
|
320
|
-
"fontSize": "FontSize12",
|
|
321
|
-
"lineHeight": "LineHeight16",
|
|
322
|
-
"fontFamily": "FontFamilyWebSansRefreshed",
|
|
323
|
-
"fontStyle": "normal",
|
|
324
|
-
"letterSpacing": "LetterSpacing0"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"name": "font.body.UNSAFE_small",
|
|
328
|
-
"path": ["font", "body", "UNSAFE_small"],
|
|
329
|
-
"cleanName": "font.body.UNSAFE_small"
|
|
330
297
|
}, {
|
|
331
298
|
"attributes": {
|
|
332
299
|
"group": "typography",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::cc165f5e3a3a334da8899d36a5cd4535>>
|
|
7
7
|
* @codegenCommand yarn build tokens
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -3994,15 +3994,6 @@ export const tokens = [{
|
|
|
3994
3994
|
usage: 'A composite token that applies all font properties for standard body text (e.g. font.body)',
|
|
3995
3995
|
cssProperties: ['font']
|
|
3996
3996
|
}
|
|
3997
|
-
}, {
|
|
3998
|
-
name: 'font.body.UNSAFE_small',
|
|
3999
|
-
path: ['font', 'body', 'UNSAFE_small'],
|
|
4000
|
-
description: 'UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token',
|
|
4001
|
-
exampleValue: 'normal 400 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
|
|
4002
|
-
usageGuidelines: {
|
|
4003
|
-
usage: 'A composite token that applies all font properties for standard body text (e.g. font.body)',
|
|
4004
|
-
cssProperties: ['font']
|
|
4005
|
-
}
|
|
4006
3997
|
}, {
|
|
4007
3998
|
name: 'font.metric.large',
|
|
4008
3999
|
path: ['font', 'metric', 'large'],
|