@atlaskit/tokens 2.5.0 → 3.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 +26 -0
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +16 -1
- package/dist/cjs/artifacts/replacement-mapping.js +1 -67
- 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 +2 -24
- package/dist/cjs/artifacts/token-names.js +2 -24
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +1 -529
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-modernized.js +1 -169
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -185
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +16 -1
- package/dist/es2019/artifacts/replacement-mapping.js +1 -67
- package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +1 -23
- package/dist/es2019/artifacts/themes/atlassian-typography-modernized.js +1 -8
- package/dist/es2019/artifacts/themes/atlassian-typography-refreshed.js +9 -16
- package/dist/es2019/artifacts/token-default-values.js +2 -24
- package/dist/es2019/artifacts/token-names.js +2 -24
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +1 -529
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-modernized.js +1 -169
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -185
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +16 -1
- package/dist/esm/artifacts/replacement-mapping.js +1 -67
- 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 +2 -24
- package/dist/esm/artifacts/token-names.js +2 -24
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +1 -529
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-modernized.js +1 -169
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-refreshed.js +17 -185
- package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types/artifacts/replacement-mapping.d.ts +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 +1 -23
- package/dist/types/artifacts/token-names.d.ts +1 -45
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -29
- package/dist/types/artifacts/tokens-raw/atlassian-typography-modernized.d.ts +1 -29
- package/dist/types/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -29
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +2 -2
- package/dist/types/types.d.ts +0 -56
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-modernized.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +1 -23
- package/dist/types-ts4.5/artifacts/token-names.d.ts +1 -45
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -29
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-modernized.d.ts +1 -29
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -29
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +2 -2
- package/dist/types-ts4.5/types.d.ts +0 -56
- package/figma/atlassian-typography-refreshed.json +1 -1
- package/package.json +2 -2
|
@@ -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::2e613448665c48489ceb1abb4eefd550>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -25,126 +25,6 @@ const tokens = [{
|
|
|
25
25
|
"name": "utility.UNSAFE.textTransformUppercase",
|
|
26
26
|
"path": ["utility", "UNSAFE", "textTransformUppercase"],
|
|
27
27
|
"cleanName": "utility.UNSAFE.textTransformUppercase"
|
|
28
|
-
}, {
|
|
29
|
-
"attributes": {
|
|
30
|
-
"group": "letterSpacing",
|
|
31
|
-
"state": "deprecated",
|
|
32
|
-
"introduced": "0.10.33",
|
|
33
|
-
"description": "Helpful guidance goes here",
|
|
34
|
-
"deprecated": "1.29.0"
|
|
35
|
-
},
|
|
36
|
-
"value": "0",
|
|
37
|
-
"filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
|
|
38
|
-
"isSource": true,
|
|
39
|
-
"original": {
|
|
40
|
-
"attributes": {
|
|
41
|
-
"group": "letterSpacing",
|
|
42
|
-
"state": "deprecated",
|
|
43
|
-
"introduced": "0.10.33",
|
|
44
|
-
"description": "Helpful guidance goes here",
|
|
45
|
-
"deprecated": "1.29.0"
|
|
46
|
-
},
|
|
47
|
-
"value": "LetterSpacing0"
|
|
48
|
-
},
|
|
49
|
-
"name": "font.letterSpacing.0",
|
|
50
|
-
"path": ["font", "letterSpacing", "0"],
|
|
51
|
-
"cleanName": "font.letterSpacing.0"
|
|
52
|
-
}, {
|
|
53
|
-
"attributes": {
|
|
54
|
-
"group": "letterSpacing",
|
|
55
|
-
"state": "deprecated",
|
|
56
|
-
"introduced": "0.10.33",
|
|
57
|
-
"description": "Helpful guidance goes here",
|
|
58
|
-
"deprecated": "1.29.0"
|
|
59
|
-
},
|
|
60
|
-
"value": "0",
|
|
61
|
-
"filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
|
|
62
|
-
"isSource": true,
|
|
63
|
-
"original": {
|
|
64
|
-
"attributes": {
|
|
65
|
-
"group": "letterSpacing",
|
|
66
|
-
"state": "deprecated",
|
|
67
|
-
"introduced": "0.10.33",
|
|
68
|
-
"description": "Helpful guidance goes here",
|
|
69
|
-
"deprecated": "1.29.0"
|
|
70
|
-
},
|
|
71
|
-
"value": "LetterSpacing0"
|
|
72
|
-
},
|
|
73
|
-
"name": "font.letterSpacing.100",
|
|
74
|
-
"path": ["font", "letterSpacing", "100"],
|
|
75
|
-
"cleanName": "font.letterSpacing.100"
|
|
76
|
-
}, {
|
|
77
|
-
"attributes": {
|
|
78
|
-
"group": "letterSpacing",
|
|
79
|
-
"state": "deprecated",
|
|
80
|
-
"introduced": "0.10.33",
|
|
81
|
-
"description": "Helpful guidance goes here",
|
|
82
|
-
"deprecated": "1.29.0"
|
|
83
|
-
},
|
|
84
|
-
"value": "0",
|
|
85
|
-
"filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
|
|
86
|
-
"isSource": true,
|
|
87
|
-
"original": {
|
|
88
|
-
"attributes": {
|
|
89
|
-
"group": "letterSpacing",
|
|
90
|
-
"state": "deprecated",
|
|
91
|
-
"introduced": "0.10.33",
|
|
92
|
-
"description": "Helpful guidance goes here",
|
|
93
|
-
"deprecated": "1.29.0"
|
|
94
|
-
},
|
|
95
|
-
"value": "LetterSpacing0"
|
|
96
|
-
},
|
|
97
|
-
"name": "font.letterSpacing.200",
|
|
98
|
-
"path": ["font", "letterSpacing", "200"],
|
|
99
|
-
"cleanName": "font.letterSpacing.200"
|
|
100
|
-
}, {
|
|
101
|
-
"attributes": {
|
|
102
|
-
"group": "letterSpacing",
|
|
103
|
-
"state": "deprecated",
|
|
104
|
-
"introduced": "0.10.33",
|
|
105
|
-
"description": "Helpful guidance goes here",
|
|
106
|
-
"deprecated": "1.29.0"
|
|
107
|
-
},
|
|
108
|
-
"value": "0",
|
|
109
|
-
"filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
|
|
110
|
-
"isSource": true,
|
|
111
|
-
"original": {
|
|
112
|
-
"attributes": {
|
|
113
|
-
"group": "letterSpacing",
|
|
114
|
-
"state": "deprecated",
|
|
115
|
-
"introduced": "0.10.33",
|
|
116
|
-
"description": "Helpful guidance goes here",
|
|
117
|
-
"deprecated": "1.29.0"
|
|
118
|
-
},
|
|
119
|
-
"value": "LetterSpacing0"
|
|
120
|
-
},
|
|
121
|
-
"name": "font.letterSpacing.300",
|
|
122
|
-
"path": ["font", "letterSpacing", "300"],
|
|
123
|
-
"cleanName": "font.letterSpacing.300"
|
|
124
|
-
}, {
|
|
125
|
-
"attributes": {
|
|
126
|
-
"group": "letterSpacing",
|
|
127
|
-
"state": "deprecated",
|
|
128
|
-
"introduced": "0.10.33",
|
|
129
|
-
"description": "Helpful guidance goes here",
|
|
130
|
-
"deprecated": "1.29.0"
|
|
131
|
-
},
|
|
132
|
-
"value": "0",
|
|
133
|
-
"filePath": "schema/themes/atlassian-typography-modernized/letter-spacing.tsx",
|
|
134
|
-
"isSource": true,
|
|
135
|
-
"original": {
|
|
136
|
-
"attributes": {
|
|
137
|
-
"group": "letterSpacing",
|
|
138
|
-
"state": "deprecated",
|
|
139
|
-
"introduced": "0.10.33",
|
|
140
|
-
"description": "Helpful guidance goes here",
|
|
141
|
-
"deprecated": "1.29.0"
|
|
142
|
-
},
|
|
143
|
-
"value": "LetterSpacing0"
|
|
144
|
-
},
|
|
145
|
-
"name": "font.letterSpacing.400",
|
|
146
|
-
"path": ["font", "letterSpacing", "400"],
|
|
147
|
-
"cleanName": "font.letterSpacing.400"
|
|
148
28
|
}, {
|
|
149
29
|
"attributes": {
|
|
150
30
|
"group": "typography",
|
|
@@ -647,54 +527,6 @@ const tokens = [{
|
|
|
647
527
|
"name": "font.family.code",
|
|
648
528
|
"path": ["font", "family", "code"],
|
|
649
529
|
"cleanName": "font.family.code"
|
|
650
|
-
}, {
|
|
651
|
-
"attributes": {
|
|
652
|
-
"group": "fontFamily",
|
|
653
|
-
"state": "deprecated",
|
|
654
|
-
"introduced": "0.10.33",
|
|
655
|
-
"description": "For representing code only.",
|
|
656
|
-
"deprecated": "1.29.0"
|
|
657
|
-
},
|
|
658
|
-
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
659
|
-
"filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
|
|
660
|
-
"isSource": true,
|
|
661
|
-
"original": {
|
|
662
|
-
"attributes": {
|
|
663
|
-
"group": "fontFamily",
|
|
664
|
-
"state": "deprecated",
|
|
665
|
-
"introduced": "0.10.33",
|
|
666
|
-
"description": "For representing code only.",
|
|
667
|
-
"deprecated": "1.29.0"
|
|
668
|
-
},
|
|
669
|
-
"value": "FontFamilyWebMono"
|
|
670
|
-
},
|
|
671
|
-
"name": "font.family.monospace",
|
|
672
|
-
"path": ["font", "family", "monospace"],
|
|
673
|
-
"cleanName": "font.family.monospace"
|
|
674
|
-
}, {
|
|
675
|
-
"attributes": {
|
|
676
|
-
"group": "fontFamily",
|
|
677
|
-
"state": "deprecated",
|
|
678
|
-
"introduced": "0.10.33",
|
|
679
|
-
"description": "Helpful guidance goes here",
|
|
680
|
-
"deprecated": "1.29.0"
|
|
681
|
-
},
|
|
682
|
-
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
683
|
-
"filePath": "schema/themes/atlassian-typography-modernized/font-family.tsx",
|
|
684
|
-
"isSource": true,
|
|
685
|
-
"original": {
|
|
686
|
-
"attributes": {
|
|
687
|
-
"group": "fontFamily",
|
|
688
|
-
"state": "deprecated",
|
|
689
|
-
"introduced": "0.10.33",
|
|
690
|
-
"description": "Helpful guidance goes here",
|
|
691
|
-
"deprecated": "1.29.0"
|
|
692
|
-
},
|
|
693
|
-
"value": "FontFamilyWebSans"
|
|
694
|
-
},
|
|
695
|
-
"name": "font.family.sans",
|
|
696
|
-
"path": ["font", "family", "sans"],
|
|
697
|
-
"cleanName": "font.family.sans"
|
|
698
530
|
}, {
|
|
699
531
|
"attributes": {
|
|
700
532
|
"group": "fontFamily",
|
|
@@ -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::e746c2ac14bbe528a59594204f70d95e>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -25,126 +25,6 @@ const tokens = [{
|
|
|
25
25
|
"name": "utility.UNSAFE.textTransformUppercase",
|
|
26
26
|
"path": ["utility", "UNSAFE", "textTransformUppercase"],
|
|
27
27
|
"cleanName": "utility.UNSAFE.textTransformUppercase"
|
|
28
|
-
}, {
|
|
29
|
-
"attributes": {
|
|
30
|
-
"group": "letterSpacing",
|
|
31
|
-
"state": "deprecated",
|
|
32
|
-
"introduced": "0.10.33",
|
|
33
|
-
"description": "Helpful guidance goes here",
|
|
34
|
-
"deprecated": "1.29.0"
|
|
35
|
-
},
|
|
36
|
-
"value": "0",
|
|
37
|
-
"filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
|
|
38
|
-
"isSource": true,
|
|
39
|
-
"original": {
|
|
40
|
-
"attributes": {
|
|
41
|
-
"group": "letterSpacing",
|
|
42
|
-
"state": "deprecated",
|
|
43
|
-
"introduced": "0.10.33",
|
|
44
|
-
"description": "Helpful guidance goes here",
|
|
45
|
-
"deprecated": "1.29.0"
|
|
46
|
-
},
|
|
47
|
-
"value": "LetterSpacing0"
|
|
48
|
-
},
|
|
49
|
-
"name": "font.letterSpacing.0",
|
|
50
|
-
"path": ["font", "letterSpacing", "0"],
|
|
51
|
-
"cleanName": "font.letterSpacing.0"
|
|
52
|
-
}, {
|
|
53
|
-
"attributes": {
|
|
54
|
-
"group": "letterSpacing",
|
|
55
|
-
"state": "deprecated",
|
|
56
|
-
"introduced": "0.10.33",
|
|
57
|
-
"description": "Helpful guidance goes here",
|
|
58
|
-
"deprecated": "1.29.0"
|
|
59
|
-
},
|
|
60
|
-
"value": "0",
|
|
61
|
-
"filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
|
|
62
|
-
"isSource": true,
|
|
63
|
-
"original": {
|
|
64
|
-
"attributes": {
|
|
65
|
-
"group": "letterSpacing",
|
|
66
|
-
"state": "deprecated",
|
|
67
|
-
"introduced": "0.10.33",
|
|
68
|
-
"description": "Helpful guidance goes here",
|
|
69
|
-
"deprecated": "1.29.0"
|
|
70
|
-
},
|
|
71
|
-
"value": "LetterSpacing0"
|
|
72
|
-
},
|
|
73
|
-
"name": "font.letterSpacing.100",
|
|
74
|
-
"path": ["font", "letterSpacing", "100"],
|
|
75
|
-
"cleanName": "font.letterSpacing.100"
|
|
76
|
-
}, {
|
|
77
|
-
"attributes": {
|
|
78
|
-
"group": "letterSpacing",
|
|
79
|
-
"state": "deprecated",
|
|
80
|
-
"introduced": "0.10.33",
|
|
81
|
-
"description": "Helpful guidance goes here",
|
|
82
|
-
"deprecated": "1.29.0"
|
|
83
|
-
},
|
|
84
|
-
"value": "0",
|
|
85
|
-
"filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
|
|
86
|
-
"isSource": true,
|
|
87
|
-
"original": {
|
|
88
|
-
"attributes": {
|
|
89
|
-
"group": "letterSpacing",
|
|
90
|
-
"state": "deprecated",
|
|
91
|
-
"introduced": "0.10.33",
|
|
92
|
-
"description": "Helpful guidance goes here",
|
|
93
|
-
"deprecated": "1.29.0"
|
|
94
|
-
},
|
|
95
|
-
"value": "LetterSpacing0"
|
|
96
|
-
},
|
|
97
|
-
"name": "font.letterSpacing.200",
|
|
98
|
-
"path": ["font", "letterSpacing", "200"],
|
|
99
|
-
"cleanName": "font.letterSpacing.200"
|
|
100
|
-
}, {
|
|
101
|
-
"attributes": {
|
|
102
|
-
"group": "letterSpacing",
|
|
103
|
-
"state": "deprecated",
|
|
104
|
-
"introduced": "0.10.33",
|
|
105
|
-
"description": "Helpful guidance goes here",
|
|
106
|
-
"deprecated": "1.29.0"
|
|
107
|
-
},
|
|
108
|
-
"value": "0",
|
|
109
|
-
"filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
|
|
110
|
-
"isSource": true,
|
|
111
|
-
"original": {
|
|
112
|
-
"attributes": {
|
|
113
|
-
"group": "letterSpacing",
|
|
114
|
-
"state": "deprecated",
|
|
115
|
-
"introduced": "0.10.33",
|
|
116
|
-
"description": "Helpful guidance goes here",
|
|
117
|
-
"deprecated": "1.29.0"
|
|
118
|
-
},
|
|
119
|
-
"value": "LetterSpacing0"
|
|
120
|
-
},
|
|
121
|
-
"name": "font.letterSpacing.300",
|
|
122
|
-
"path": ["font", "letterSpacing", "300"],
|
|
123
|
-
"cleanName": "font.letterSpacing.300"
|
|
124
|
-
}, {
|
|
125
|
-
"attributes": {
|
|
126
|
-
"group": "letterSpacing",
|
|
127
|
-
"state": "deprecated",
|
|
128
|
-
"introduced": "0.10.33",
|
|
129
|
-
"description": "Helpful guidance goes here",
|
|
130
|
-
"deprecated": "1.29.0"
|
|
131
|
-
},
|
|
132
|
-
"value": "0",
|
|
133
|
-
"filePath": "schema/themes/atlassian-typography-refreshed/letter-spacing.tsx",
|
|
134
|
-
"isSource": true,
|
|
135
|
-
"original": {
|
|
136
|
-
"attributes": {
|
|
137
|
-
"group": "letterSpacing",
|
|
138
|
-
"state": "deprecated",
|
|
139
|
-
"introduced": "0.10.33",
|
|
140
|
-
"description": "Helpful guidance goes here",
|
|
141
|
-
"deprecated": "1.29.0"
|
|
142
|
-
},
|
|
143
|
-
"value": "LetterSpacing0"
|
|
144
|
-
},
|
|
145
|
-
"name": "font.letterSpacing.400",
|
|
146
|
-
"path": ["font", "letterSpacing", "400"],
|
|
147
|
-
"cleanName": "font.letterSpacing.400"
|
|
148
28
|
}, {
|
|
149
29
|
"attributes": {
|
|
150
30
|
"group": "typography",
|
|
@@ -152,7 +32,7 @@ const tokens = [{
|
|
|
152
32
|
"introduced": "1.14.0",
|
|
153
33
|
"description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H900 to Heading XXL."
|
|
154
34
|
},
|
|
155
|
-
"value": "normal
|
|
35
|
+
"value": "normal 653 32px/36px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
156
36
|
"filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
|
|
157
37
|
"isSource": true,
|
|
158
38
|
"original": {
|
|
@@ -163,7 +43,7 @@ const tokens = [{
|
|
|
163
43
|
"description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H900 to Heading XXL."
|
|
164
44
|
},
|
|
165
45
|
"value": {
|
|
166
|
-
"fontWeight": "
|
|
46
|
+
"fontWeight": "FontWeight653",
|
|
167
47
|
"fontSize": "FontSize32",
|
|
168
48
|
"lineHeight": "LineHeight36",
|
|
169
49
|
"fontFamily": "FontFamilyWebSansRefreshed",
|
|
@@ -181,7 +61,7 @@ const tokens = [{
|
|
|
181
61
|
"introduced": "1.14.0",
|
|
182
62
|
"description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H800 to Heading XL."
|
|
183
63
|
},
|
|
184
|
-
"value": "normal
|
|
64
|
+
"value": "normal 653 28px/32px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
185
65
|
"filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
|
|
186
66
|
"isSource": true,
|
|
187
67
|
"original": {
|
|
@@ -192,7 +72,7 @@ const tokens = [{
|
|
|
192
72
|
"description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H800 to Heading XL."
|
|
193
73
|
},
|
|
194
74
|
"value": {
|
|
195
|
-
"fontWeight": "
|
|
75
|
+
"fontWeight": "FontWeight653",
|
|
196
76
|
"fontSize": "FontSize28",
|
|
197
77
|
"lineHeight": "LineHeight32",
|
|
198
78
|
"fontFamily": "FontFamilyWebSansRefreshed",
|
|
@@ -210,7 +90,7 @@ const tokens = [{
|
|
|
210
90
|
"introduced": "1.14.0",
|
|
211
91
|
"description": "Product page titles, such as forms. Migrate instances of H700 to Heading L."
|
|
212
92
|
},
|
|
213
|
-
"value": "normal
|
|
93
|
+
"value": "normal 653 24px/28px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
214
94
|
"filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
|
|
215
95
|
"isSource": true,
|
|
216
96
|
"original": {
|
|
@@ -221,7 +101,7 @@ const tokens = [{
|
|
|
221
101
|
"description": "Product page titles, such as forms. Migrate instances of H700 to Heading L."
|
|
222
102
|
},
|
|
223
103
|
"value": {
|
|
224
|
-
"fontWeight": "
|
|
104
|
+
"fontWeight": "FontWeight653",
|
|
225
105
|
"fontSize": "FontSize24",
|
|
226
106
|
"lineHeight": "LineHeight28",
|
|
227
107
|
"fontFamily": "FontFamilyWebSansRefreshed",
|
|
@@ -239,7 +119,7 @@ const tokens = [{
|
|
|
239
119
|
"introduced": "1.14.0",
|
|
240
120
|
"description": "Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M."
|
|
241
121
|
},
|
|
242
|
-
"value": "normal
|
|
122
|
+
"value": "normal 653 20px/24px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
243
123
|
"filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
|
|
244
124
|
"isSource": true,
|
|
245
125
|
"original": {
|
|
@@ -250,7 +130,7 @@ const tokens = [{
|
|
|
250
130
|
"description": "Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M."
|
|
251
131
|
},
|
|
252
132
|
"value": {
|
|
253
|
-
"fontWeight": "
|
|
133
|
+
"fontWeight": "FontWeight653",
|
|
254
134
|
"fontSize": "FontSize20",
|
|
255
135
|
"lineHeight": "LineHeight24",
|
|
256
136
|
"fontFamily": "FontFamilyWebSansRefreshed",
|
|
@@ -268,7 +148,7 @@ const tokens = [{
|
|
|
268
148
|
"introduced": "1.14.0",
|
|
269
149
|
"description": "For headers in small components where space is limited. Migrate instances of H500 to Heading S."
|
|
270
150
|
},
|
|
271
|
-
"value": "normal
|
|
151
|
+
"value": "normal 653 16px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
272
152
|
"filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
|
|
273
153
|
"isSource": true,
|
|
274
154
|
"original": {
|
|
@@ -279,7 +159,7 @@ const tokens = [{
|
|
|
279
159
|
"description": "For headers in small components where space is limited. Migrate instances of H500 to Heading S."
|
|
280
160
|
},
|
|
281
161
|
"value": {
|
|
282
|
-
"fontWeight": "
|
|
162
|
+
"fontWeight": "FontWeight653",
|
|
283
163
|
"fontSize": "FontSize16",
|
|
284
164
|
"lineHeight": "LineHeight20",
|
|
285
165
|
"fontFamily": "FontFamilyWebSansRefreshed",
|
|
@@ -297,7 +177,7 @@ const tokens = [{
|
|
|
297
177
|
"introduced": "1.14.0",
|
|
298
178
|
"description": "For headers in small components where space is limited. Migrate instances of H400 to Heading XS."
|
|
299
179
|
},
|
|
300
|
-
"value": "normal
|
|
180
|
+
"value": "normal 653 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
301
181
|
"filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
|
|
302
182
|
"isSource": true,
|
|
303
183
|
"original": {
|
|
@@ -308,7 +188,7 @@ const tokens = [{
|
|
|
308
188
|
"description": "For headers in small components where space is limited. Migrate instances of H400 to Heading XS."
|
|
309
189
|
},
|
|
310
190
|
"value": {
|
|
311
|
-
"fontWeight": "
|
|
191
|
+
"fontWeight": "FontWeight653",
|
|
312
192
|
"fontSize": "FontSize14",
|
|
313
193
|
"lineHeight": "LineHeight20",
|
|
314
194
|
"fontFamily": "FontFamilyWebSansRefreshed",
|
|
@@ -326,7 +206,7 @@ const tokens = [{
|
|
|
326
206
|
"introduced": "1.14.0",
|
|
327
207
|
"description": "For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."
|
|
328
208
|
},
|
|
329
|
-
"value": "normal
|
|
209
|
+
"value": "normal 653 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
330
210
|
"filePath": "schema/themes/atlassian-typography-refreshed/theme.tsx",
|
|
331
211
|
"isSource": true,
|
|
332
212
|
"original": {
|
|
@@ -337,7 +217,7 @@ const tokens = [{
|
|
|
337
217
|
"description": "For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."
|
|
338
218
|
},
|
|
339
219
|
"value": {
|
|
340
|
-
"fontWeight": "
|
|
220
|
+
"fontWeight": "FontWeight653",
|
|
341
221
|
"fontSize": "FontSize12",
|
|
342
222
|
"lineHeight": "LineHeight16",
|
|
343
223
|
"fontFamily": "FontFamilyWebSansRefreshed",
|
|
@@ -566,7 +446,7 @@ const tokens = [{
|
|
|
566
446
|
"introduced": "0.10.33",
|
|
567
447
|
"description": "Use sparingly for emphasising text, such as in a lozenge."
|
|
568
448
|
},
|
|
569
|
-
"value": "
|
|
449
|
+
"value": "653",
|
|
570
450
|
"filePath": "schema/themes/atlassian-typography-refreshed/font-weight.tsx",
|
|
571
451
|
"isSource": true,
|
|
572
452
|
"original": {
|
|
@@ -576,7 +456,7 @@ const tokens = [{
|
|
|
576
456
|
"introduced": "0.10.33",
|
|
577
457
|
"description": "Use sparingly for emphasising text, such as in a lozenge."
|
|
578
458
|
},
|
|
579
|
-
"value": "
|
|
459
|
+
"value": "FontWeight653"
|
|
580
460
|
},
|
|
581
461
|
"name": "font.weight.bold",
|
|
582
462
|
"path": ["font", "weight", "bold"],
|
|
@@ -647,54 +527,6 @@ const tokens = [{
|
|
|
647
527
|
"name": "font.family.code",
|
|
648
528
|
"path": ["font", "family", "code"],
|
|
649
529
|
"cleanName": "font.family.code"
|
|
650
|
-
}, {
|
|
651
|
-
"attributes": {
|
|
652
|
-
"group": "fontFamily",
|
|
653
|
-
"state": "deprecated",
|
|
654
|
-
"introduced": "0.10.33",
|
|
655
|
-
"description": "For representing code only.",
|
|
656
|
-
"deprecated": "1.29.0"
|
|
657
|
-
},
|
|
658
|
-
"value": "\"Atlassian Mono\", ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
659
|
-
"filePath": "schema/themes/atlassian-typography-refreshed/font-family.tsx",
|
|
660
|
-
"isSource": true,
|
|
661
|
-
"original": {
|
|
662
|
-
"attributes": {
|
|
663
|
-
"group": "fontFamily",
|
|
664
|
-
"state": "deprecated",
|
|
665
|
-
"introduced": "0.10.33",
|
|
666
|
-
"description": "For representing code only.",
|
|
667
|
-
"deprecated": "1.29.0"
|
|
668
|
-
},
|
|
669
|
-
"value": "FontFamilyWebMonoRefreshed"
|
|
670
|
-
},
|
|
671
|
-
"name": "font.family.monospace",
|
|
672
|
-
"path": ["font", "family", "monospace"],
|
|
673
|
-
"cleanName": "font.family.monospace"
|
|
674
|
-
}, {
|
|
675
|
-
"attributes": {
|
|
676
|
-
"group": "fontFamily",
|
|
677
|
-
"state": "deprecated",
|
|
678
|
-
"introduced": "0.10.33",
|
|
679
|
-
"description": "Helpful guidance goes here",
|
|
680
|
-
"deprecated": "1.29.0"
|
|
681
|
-
},
|
|
682
|
-
"value": "\"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
683
|
-
"filePath": "schema/themes/atlassian-typography-refreshed/font-family.tsx",
|
|
684
|
-
"isSource": true,
|
|
685
|
-
"original": {
|
|
686
|
-
"attributes": {
|
|
687
|
-
"group": "fontFamily",
|
|
688
|
-
"state": "deprecated",
|
|
689
|
-
"introduced": "0.10.33",
|
|
690
|
-
"description": "Helpful guidance goes here",
|
|
691
|
-
"deprecated": "1.29.0"
|
|
692
|
-
},
|
|
693
|
-
"value": "FontFamilyWebSansRefreshed"
|
|
694
|
-
},
|
|
695
|
-
"name": "font.family.sans",
|
|
696
|
-
"path": ["font", "family", "sans"],
|
|
697
|
-
"cleanName": "font.family.sans"
|
|
698
530
|
}, {
|
|
699
531
|
"attributes": {
|
|
700
532
|
"group": "fontFamily",
|
|
@@ -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::e159597b9fc66518a84a3aeaf2f08709>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
var tokens = [{
|
|
@@ -408,6 +408,21 @@ var tokens = [{
|
|
|
408
408
|
},
|
|
409
409
|
"name": "typography.fontWeight.FontWeight600",
|
|
410
410
|
"path": ["typography", "fontWeight", "FontWeight600"]
|
|
411
|
+
}, {
|
|
412
|
+
"value": "653",
|
|
413
|
+
"attributes": {
|
|
414
|
+
"group": "fontWeight"
|
|
415
|
+
},
|
|
416
|
+
"filePath": "schema/palettes/typography-palette.tsx",
|
|
417
|
+
"isSource": true,
|
|
418
|
+
"original": {
|
|
419
|
+
"value": "653",
|
|
420
|
+
"attributes": {
|
|
421
|
+
"group": "fontWeight"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"name": "typography.fontWeight.FontWeight653",
|
|
425
|
+
"path": ["typography", "fontWeight", "FontWeight653"]
|
|
411
426
|
}, {
|
|
412
427
|
"value": "700",
|
|
413
428
|
"attributes": {
|
|
@@ -12,78 +12,12 @@
|
|
|
12
12
|
* These changes will then be picked up by our tooling which will attempt to
|
|
13
13
|
* migrate as many of these renames as possible.
|
|
14
14
|
*
|
|
15
|
-
* @codegen <<SignedSource::
|
|
15
|
+
* @codegen <<SignedSource::32dc903e7e4405ed9f0a75811b32c2e1>>
|
|
16
16
|
* @codegenCommand yarn build tokens
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
19
|
var replacementMapper = [{
|
|
20
20
|
"path": "border.width.0",
|
|
21
21
|
"state": "experimental"
|
|
22
|
-
}, {
|
|
23
|
-
"path": "font.letterSpacing.0",
|
|
24
|
-
"state": "deprecated"
|
|
25
|
-
}, {
|
|
26
|
-
"path": "font.letterSpacing.100",
|
|
27
|
-
"state": "deprecated"
|
|
28
|
-
}, {
|
|
29
|
-
"path": "font.letterSpacing.200",
|
|
30
|
-
"state": "deprecated"
|
|
31
|
-
}, {
|
|
32
|
-
"path": "font.letterSpacing.300",
|
|
33
|
-
"state": "deprecated"
|
|
34
|
-
}, {
|
|
35
|
-
"path": "font.letterSpacing.400",
|
|
36
|
-
"state": "deprecated"
|
|
37
|
-
}, {
|
|
38
|
-
"path": "font.family.monospace",
|
|
39
|
-
"state": "deprecated"
|
|
40
|
-
}, {
|
|
41
|
-
"path": "font.family.sans",
|
|
42
|
-
"state": "deprecated"
|
|
43
|
-
}, {
|
|
44
|
-
"path": "font.size.050",
|
|
45
|
-
"state": "deprecated"
|
|
46
|
-
}, {
|
|
47
|
-
"path": "font.size.075",
|
|
48
|
-
"state": "deprecated"
|
|
49
|
-
}, {
|
|
50
|
-
"path": "font.size.100",
|
|
51
|
-
"state": "deprecated"
|
|
52
|
-
}, {
|
|
53
|
-
"path": "font.size.200",
|
|
54
|
-
"state": "deprecated"
|
|
55
|
-
}, {
|
|
56
|
-
"path": "font.size.300",
|
|
57
|
-
"state": "deprecated"
|
|
58
|
-
}, {
|
|
59
|
-
"path": "font.size.400",
|
|
60
|
-
"state": "deprecated"
|
|
61
|
-
}, {
|
|
62
|
-
"path": "font.size.500",
|
|
63
|
-
"state": "deprecated"
|
|
64
|
-
}, {
|
|
65
|
-
"path": "font.size.600",
|
|
66
|
-
"state": "deprecated"
|
|
67
|
-
}, {
|
|
68
|
-
"path": "font.lineHeight.1",
|
|
69
|
-
"state": "deprecated"
|
|
70
|
-
}, {
|
|
71
|
-
"path": "font.lineHeight.100",
|
|
72
|
-
"state": "deprecated"
|
|
73
|
-
}, {
|
|
74
|
-
"path": "font.lineHeight.200",
|
|
75
|
-
"state": "deprecated"
|
|
76
|
-
}, {
|
|
77
|
-
"path": "font.lineHeight.300",
|
|
78
|
-
"state": "deprecated"
|
|
79
|
-
}, {
|
|
80
|
-
"path": "font.lineHeight.400",
|
|
81
|
-
"state": "deprecated"
|
|
82
|
-
}, {
|
|
83
|
-
"path": "font.lineHeight.500",
|
|
84
|
-
"state": "deprecated"
|
|
85
|
-
}, {
|
|
86
|
-
"path": "font.lineHeight.600",
|
|
87
|
-
"state": "deprecated"
|
|
88
22
|
}];
|
|
89
23
|
export default replacementMapper;
|
|
@@ -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::0eab025fe6a1c066de1ae91979f5a92d>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
export default "\nhtml[data-theme~=\"typography:typography-adg3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-
|
|
6
|
+
export 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, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"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, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"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, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-body: \"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n}\n";
|