@atlaskit/tokens 0.13.2 → 0.13.4

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.
Files changed (155) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/css/atlassian-dark.css +437 -249
  3. package/css/atlassian-legacy-dark.css +437 -249
  4. package/css/atlassian-legacy-light.css +437 -249
  5. package/css/atlassian-light.css +445 -257
  6. package/css/atlassian-spacing.css +31 -31
  7. package/css/atlassian-typography.css +6 -6
  8. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +340 -340
  9. package/dist/cjs/artifacts/palettes-raw/palette.js +611 -611
  10. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +35 -35
  11. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +43 -43
  12. package/dist/cjs/artifacts/replacement-mapping.js +112 -112
  13. package/dist/cjs/artifacts/token-default-values.js +262 -168
  14. package/dist/cjs/artifacts/token-names.js +258 -164
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +5394 -3033
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +5382 -3021
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +5246 -2885
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +5300 -2939
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  20. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +80 -60
  21. package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +403 -0
  22. package/dist/cjs/{figma/types.js → artifacts/typescript/atlassian-dark-types-internal.js} +0 -0
  23. package/dist/cjs/artifacts/typescript/atlassian-dark-types.js +5 -0
  24. package/dist/cjs/artifacts/typescript/atlassian-light-token-default-values.js +100 -6
  25. package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +403 -0
  26. package/dist/cjs/artifacts/typescript/atlassian-light-types-internal.js +5 -0
  27. package/dist/cjs/artifacts/typescript/atlassian-light-types.js +5 -0
  28. package/dist/cjs/entry-points/figma-sync.js +23 -0
  29. package/dist/cjs/get-token-value.js +1 -1
  30. package/dist/cjs/get-token.js +1 -1
  31. package/dist/cjs/palettes/palette.js +3 -3
  32. package/dist/cjs/tokens/atlassian-dark/color/chart.js +420 -0
  33. package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +440 -0
  34. package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +440 -0
  35. package/dist/cjs/tokens/atlassian-light/color/accent.js +1 -1
  36. package/dist/cjs/tokens/atlassian-light/color/chart.js +420 -0
  37. package/dist/cjs/tokens/default/color/background.js +2 -2
  38. package/dist/cjs/tokens/default/color/border.js +1 -1
  39. package/dist/cjs/tokens/default/color/chart.js +890 -0
  40. package/dist/cjs/tokens/default/color/icon.js +1 -1
  41. package/dist/cjs/tokens/default/color/text.js +1 -1
  42. package/dist/cjs/version.json +1 -1
  43. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +340 -340
  44. package/dist/es2019/artifacts/palettes-raw/palette.js +611 -611
  45. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +35 -35
  46. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +43 -43
  47. package/dist/es2019/artifacts/replacement-mapping.js +112 -112
  48. package/dist/es2019/artifacts/token-default-values.js +262 -168
  49. package/dist/es2019/artifacts/token-names.js +258 -164
  50. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +5394 -3033
  51. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +5382 -3021
  52. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +5246 -2885
  53. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +5300 -2939
  54. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  55. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +80 -60
  56. package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +395 -0
  57. package/dist/es2019/{figma/types.js → artifacts/typescript/atlassian-dark-types-internal.js} +0 -0
  58. package/dist/{esm/figma/types.js → es2019/artifacts/typescript/atlassian-dark-types.js} +0 -0
  59. package/dist/es2019/artifacts/typescript/atlassian-light-token-default-values.js +100 -6
  60. package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +395 -0
  61. package/dist/es2019/artifacts/typescript/atlassian-light-types-internal.js +1 -0
  62. package/dist/es2019/artifacts/typescript/atlassian-light-types.js +1 -0
  63. package/dist/es2019/entry-points/figma-sync.js +3 -0
  64. package/dist/es2019/get-token-value.js +1 -1
  65. package/dist/es2019/get-token.js +1 -1
  66. package/dist/es2019/palettes/palette.js +3 -3
  67. package/dist/es2019/tokens/atlassian-dark/color/chart.js +413 -0
  68. package/dist/es2019/tokens/atlassian-legacy-dark/color/chart.js +433 -0
  69. package/dist/es2019/tokens/atlassian-legacy-light/color/chart.js +433 -0
  70. package/dist/es2019/tokens/atlassian-light/color/accent.js +1 -1
  71. package/dist/es2019/tokens/atlassian-light/color/chart.js +413 -0
  72. package/dist/es2019/tokens/default/color/background.js +2 -2
  73. package/dist/es2019/tokens/default/color/border.js +1 -1
  74. package/dist/es2019/tokens/default/color/chart.js +883 -0
  75. package/dist/es2019/tokens/default/color/icon.js +1 -1
  76. package/dist/es2019/tokens/default/color/text.js +1 -1
  77. package/dist/es2019/version.json +1 -1
  78. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +340 -340
  79. package/dist/esm/artifacts/palettes-raw/palette.js +611 -611
  80. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +35 -35
  81. package/dist/esm/artifacts/palettes-raw/typography-palette.js +43 -43
  82. package/dist/esm/artifacts/replacement-mapping.js +112 -112
  83. package/dist/esm/artifacts/token-default-values.js +262 -168
  84. package/dist/esm/artifacts/token-names.js +258 -164
  85. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +5394 -3033
  86. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +5382 -3021
  87. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +5246 -2885
  88. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +5300 -2939
  89. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  90. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +80 -60
  91. package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +395 -0
  92. package/dist/esm/artifacts/typescript/atlassian-dark-types-internal.js +1 -0
  93. package/dist/esm/artifacts/typescript/atlassian-dark-types.js +1 -0
  94. package/dist/esm/artifacts/typescript/atlassian-light-token-default-values.js +100 -6
  95. package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +395 -0
  96. package/dist/esm/artifacts/typescript/atlassian-light-types-internal.js +1 -0
  97. package/dist/esm/artifacts/typescript/atlassian-light-types.js +1 -0
  98. package/dist/esm/entry-points/figma-sync.js +3 -0
  99. package/dist/esm/get-token-value.js +1 -1
  100. package/dist/esm/get-token.js +1 -1
  101. package/dist/esm/palettes/palette.js +3 -3
  102. package/dist/esm/tokens/atlassian-dark/color/chart.js +413 -0
  103. package/dist/esm/tokens/atlassian-legacy-dark/color/chart.js +433 -0
  104. package/dist/esm/tokens/atlassian-legacy-light/color/chart.js +433 -0
  105. package/dist/esm/tokens/atlassian-light/color/accent.js +1 -1
  106. package/dist/esm/tokens/atlassian-light/color/chart.js +413 -0
  107. package/dist/esm/tokens/default/color/background.js +2 -2
  108. package/dist/esm/tokens/default/color/border.js +1 -1
  109. package/dist/esm/tokens/default/color/chart.js +883 -0
  110. package/dist/esm/tokens/default/color/icon.js +1 -1
  111. package/dist/esm/tokens/default/color/text.js +1 -1
  112. package/dist/esm/version.json +1 -1
  113. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +5 -5
  114. package/dist/types/artifacts/palettes-raw/palette.d.ts +5 -5
  115. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  116. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  117. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  118. package/dist/types/artifacts/token-default-values.d.ts +262 -168
  119. package/dist/types/artifacts/token-names.d.ts +516 -328
  120. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +42 -37
  121. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +42 -37
  122. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +38 -33
  123. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +38 -33
  124. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +22 -17
  125. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
  126. package/dist/types/artifacts/types-internal.d.ts +2 -2
  127. package/dist/types/artifacts/types.d.ts +2 -2
  128. package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +784 -0
  129. package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +6 -0
  130. package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +6 -0
  131. package/dist/types/artifacts/typescript/atlassian-light-token-default-values.d.ts +100 -6
  132. package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +784 -0
  133. package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +6 -0
  134. package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +6 -0
  135. package/dist/types/entry-points/figma-sync.d.ts +3 -0
  136. package/dist/types/tokens/atlassian-dark/color/chart.d.ts +4 -0
  137. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  138. package/dist/types/tokens/atlassian-legacy-dark/color/chart.d.ts +4 -0
  139. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  140. package/dist/types/tokens/atlassian-legacy-light/color/chart.d.ts +4 -0
  141. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  142. package/dist/types/tokens/atlassian-light/color/chart.d.ts +4 -0
  143. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  144. package/dist/types/tokens/default/color/chart.d.ts +4 -0
  145. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  146. package/dist/types/types.d.ts +224 -0
  147. package/figma-sync/package.json +17 -0
  148. package/package.json +6 -3
  149. package/report.api.md +515 -327
  150. package/tmp/api-report-tmp.d.ts +515 -327
  151. package/dist/cjs/figma/synchronize-figma-tokens.js +0 -220
  152. package/dist/es2019/figma/synchronize-figma-tokens.js +0 -212
  153. package/dist/esm/figma/synchronize-figma-tokens.js +0 -216
  154. package/dist/types/figma/synchronize-figma-tokens.d.ts +0 -24
  155. package/dist/types/figma/types.d.ts +0 -40
@@ -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::7237ae542acbfbf81d98127d8003c2dd>>
3
+ * @codegen <<SignedSource::7bcab6ad73069f6baf12316783222835>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -10,7 +10,7 @@ const tokens = [{
10
10
  "introduced": "0.10.33",
11
11
  "description": "Helpful guidance goes here"
12
12
  },
13
- "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
13
+ "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
14
14
  "filePath": "src/tokens/atlassian-typography/font-family.tsx",
15
15
  "isSource": true,
16
16
  "original": {
@@ -20,10 +20,11 @@ const tokens = [{
20
20
  "introduced": "0.10.33",
21
21
  "description": "Helpful guidance goes here"
22
22
  },
23
- "value": "FontFamilySans"
23
+ "value": "FontFamilyMonospace"
24
24
  },
25
- "name": "font.family.sans",
26
- "path": ["font", "family", "sans"]
25
+ "name": "font.family.monospace",
26
+ "path": ["font", "family", "monospace"],
27
+ "cleanName": "font.family.monospace"
27
28
  }, {
28
29
  "attributes": {
29
30
  "group": "fontFamily",
@@ -31,7 +32,7 @@ const tokens = [{
31
32
  "introduced": "0.10.33",
32
33
  "description": "Helpful guidance goes here"
33
34
  },
34
- "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
35
+ "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
35
36
  "filePath": "src/tokens/atlassian-typography/font-family.tsx",
36
37
  "isSource": true,
37
38
  "original": {
@@ -41,10 +42,11 @@ const tokens = [{
41
42
  "introduced": "0.10.33",
42
43
  "description": "Helpful guidance goes here"
43
44
  },
44
- "value": "FontFamilyMonospace"
45
+ "value": "FontFamilySans"
45
46
  },
46
- "name": "font.family.monospace",
47
- "path": ["font", "family", "monospace"]
47
+ "name": "font.family.sans",
48
+ "path": ["font", "family", "sans"],
49
+ "cleanName": "font.family.sans"
48
50
  }, {
49
51
  "attributes": {
50
52
  "group": "fontSize",
@@ -52,7 +54,7 @@ const tokens = [{
52
54
  "introduced": "0.10.33",
53
55
  "description": "Helpful guidance goes here"
54
56
  },
55
- "value": "14px",
57
+ "value": "11px",
56
58
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
57
59
  "isSource": true,
58
60
  "original": {
@@ -62,10 +64,11 @@ const tokens = [{
62
64
  "introduced": "0.10.33",
63
65
  "description": "Helpful guidance goes here"
64
66
  },
65
- "value": "FontSize100"
67
+ "value": "FontSize050"
66
68
  },
67
- "name": "font.size.100",
68
- "path": ["font", "size", "100"]
69
+ "name": "font.size.050",
70
+ "path": ["font", "size", "050"],
71
+ "cleanName": "font.size.050"
69
72
  }, {
70
73
  "attributes": {
71
74
  "group": "fontSize",
@@ -73,7 +76,7 @@ const tokens = [{
73
76
  "introduced": "0.10.33",
74
77
  "description": "Helpful guidance goes here"
75
78
  },
76
- "value": "16px",
79
+ "value": "12px",
77
80
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
78
81
  "isSource": true,
79
82
  "original": {
@@ -83,10 +86,11 @@ const tokens = [{
83
86
  "introduced": "0.10.33",
84
87
  "description": "Helpful guidance goes here"
85
88
  },
86
- "value": "FontSize200"
89
+ "value": "FontSize075"
87
90
  },
88
- "name": "font.size.200",
89
- "path": ["font", "size", "200"]
91
+ "name": "font.size.075",
92
+ "path": ["font", "size", "075"],
93
+ "cleanName": "font.size.075"
90
94
  }, {
91
95
  "attributes": {
92
96
  "group": "fontSize",
@@ -94,7 +98,7 @@ const tokens = [{
94
98
  "introduced": "0.10.33",
95
99
  "description": "Helpful guidance goes here"
96
100
  },
97
- "value": "20px",
101
+ "value": "14px",
98
102
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
99
103
  "isSource": true,
100
104
  "original": {
@@ -104,10 +108,11 @@ const tokens = [{
104
108
  "introduced": "0.10.33",
105
109
  "description": "Helpful guidance goes here"
106
110
  },
107
- "value": "FontSize300"
111
+ "value": "FontSize100"
108
112
  },
109
- "name": "font.size.300",
110
- "path": ["font", "size", "300"]
113
+ "name": "font.size.100",
114
+ "path": ["font", "size", "100"],
115
+ "cleanName": "font.size.100"
111
116
  }, {
112
117
  "attributes": {
113
118
  "group": "fontSize",
@@ -115,7 +120,7 @@ const tokens = [{
115
120
  "introduced": "0.10.33",
116
121
  "description": "Helpful guidance goes here"
117
122
  },
118
- "value": "24px",
123
+ "value": "16px",
119
124
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
120
125
  "isSource": true,
121
126
  "original": {
@@ -125,10 +130,11 @@ const tokens = [{
125
130
  "introduced": "0.10.33",
126
131
  "description": "Helpful guidance goes here"
127
132
  },
128
- "value": "FontSize400"
133
+ "value": "FontSize200"
129
134
  },
130
- "name": "font.size.400",
131
- "path": ["font", "size", "400"]
135
+ "name": "font.size.200",
136
+ "path": ["font", "size", "200"],
137
+ "cleanName": "font.size.200"
132
138
  }, {
133
139
  "attributes": {
134
140
  "group": "fontSize",
@@ -136,7 +142,7 @@ const tokens = [{
136
142
  "introduced": "0.10.33",
137
143
  "description": "Helpful guidance goes here"
138
144
  },
139
- "value": "29px",
145
+ "value": "20px",
140
146
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
141
147
  "isSource": true,
142
148
  "original": {
@@ -146,10 +152,11 @@ const tokens = [{
146
152
  "introduced": "0.10.33",
147
153
  "description": "Helpful guidance goes here"
148
154
  },
149
- "value": "FontSize500"
155
+ "value": "FontSize300"
150
156
  },
151
- "name": "font.size.500",
152
- "path": ["font", "size", "500"]
157
+ "name": "font.size.300",
158
+ "path": ["font", "size", "300"],
159
+ "cleanName": "font.size.300"
153
160
  }, {
154
161
  "attributes": {
155
162
  "group": "fontSize",
@@ -157,7 +164,7 @@ const tokens = [{
157
164
  "introduced": "0.10.33",
158
165
  "description": "Helpful guidance goes here"
159
166
  },
160
- "value": "35px",
167
+ "value": "24px",
161
168
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
162
169
  "isSource": true,
163
170
  "original": {
@@ -167,10 +174,11 @@ const tokens = [{
167
174
  "introduced": "0.10.33",
168
175
  "description": "Helpful guidance goes here"
169
176
  },
170
- "value": "FontSize600"
177
+ "value": "FontSize400"
171
178
  },
172
- "name": "font.size.600",
173
- "path": ["font", "size", "600"]
179
+ "name": "font.size.400",
180
+ "path": ["font", "size", "400"],
181
+ "cleanName": "font.size.400"
174
182
  }, {
175
183
  "attributes": {
176
184
  "group": "fontSize",
@@ -178,7 +186,7 @@ const tokens = [{
178
186
  "introduced": "0.10.33",
179
187
  "description": "Helpful guidance goes here"
180
188
  },
181
- "value": "11px",
189
+ "value": "29px",
182
190
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
183
191
  "isSource": true,
184
192
  "original": {
@@ -188,10 +196,11 @@ const tokens = [{
188
196
  "introduced": "0.10.33",
189
197
  "description": "Helpful guidance goes here"
190
198
  },
191
- "value": "FontSize050"
199
+ "value": "FontSize500"
192
200
  },
193
- "name": "font.size.050",
194
- "path": ["font", "size", "050"]
201
+ "name": "font.size.500",
202
+ "path": ["font", "size", "500"],
203
+ "cleanName": "font.size.500"
195
204
  }, {
196
205
  "attributes": {
197
206
  "group": "fontSize",
@@ -199,7 +208,7 @@ const tokens = [{
199
208
  "introduced": "0.10.33",
200
209
  "description": "Helpful guidance goes here"
201
210
  },
202
- "value": "12px",
211
+ "value": "35px",
203
212
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
204
213
  "isSource": true,
205
214
  "original": {
@@ -209,10 +218,11 @@ const tokens = [{
209
218
  "introduced": "0.10.33",
210
219
  "description": "Helpful guidance goes here"
211
220
  },
212
- "value": "FontSize075"
221
+ "value": "FontSize600"
213
222
  },
214
- "name": "font.size.075",
215
- "path": ["font", "size", "075"]
223
+ "name": "font.size.600",
224
+ "path": ["font", "size", "600"],
225
+ "cleanName": "font.size.600"
216
226
  }, {
217
227
  "attributes": {
218
228
  "group": "fontWeight",
@@ -220,7 +230,7 @@ const tokens = [{
220
230
  "introduced": "0.10.33",
221
231
  "description": "Helpful guidance goes here"
222
232
  },
223
- "value": "400",
233
+ "value": "700",
224
234
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
225
235
  "isSource": true,
226
236
  "original": {
@@ -230,10 +240,11 @@ const tokens = [{
230
240
  "introduced": "0.10.33",
231
241
  "description": "Helpful guidance goes here"
232
242
  },
233
- "value": "FontWeightRegular"
243
+ "value": "FontWeightBold"
234
244
  },
235
- "name": "font.weight.regular",
236
- "path": ["font", "weight", "regular"]
245
+ "name": "font.weight.bold",
246
+ "path": ["font", "weight", "bold"],
247
+ "cleanName": "font.weight.bold"
237
248
  }, {
238
249
  "attributes": {
239
250
  "group": "fontWeight",
@@ -254,7 +265,8 @@ const tokens = [{
254
265
  "value": "FontWeightMedium"
255
266
  },
256
267
  "name": "font.weight.medium",
257
- "path": ["font", "weight", "medium"]
268
+ "path": ["font", "weight", "medium"],
269
+ "cleanName": "font.weight.medium"
258
270
  }, {
259
271
  "attributes": {
260
272
  "group": "fontWeight",
@@ -262,7 +274,7 @@ const tokens = [{
262
274
  "introduced": "0.10.33",
263
275
  "description": "Helpful guidance goes here"
264
276
  },
265
- "value": "600",
277
+ "value": "400",
266
278
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
267
279
  "isSource": true,
268
280
  "original": {
@@ -272,10 +284,11 @@ const tokens = [{
272
284
  "introduced": "0.10.33",
273
285
  "description": "Helpful guidance goes here"
274
286
  },
275
- "value": "FontWeightSemiBold"
287
+ "value": "FontWeightRegular"
276
288
  },
277
- "name": "font.weight.semibold",
278
- "path": ["font", "weight", "semibold"]
289
+ "name": "font.weight.regular",
290
+ "path": ["font", "weight", "regular"],
291
+ "cleanName": "font.weight.regular"
279
292
  }, {
280
293
  "attributes": {
281
294
  "group": "fontWeight",
@@ -283,7 +296,7 @@ const tokens = [{
283
296
  "introduced": "0.10.33",
284
297
  "description": "Helpful guidance goes here"
285
298
  },
286
- "value": "700",
299
+ "value": "600",
287
300
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
288
301
  "isSource": true,
289
302
  "original": {
@@ -293,10 +306,11 @@ const tokens = [{
293
306
  "introduced": "0.10.33",
294
307
  "description": "Helpful guidance goes here"
295
308
  },
296
- "value": "FontWeightBold"
309
+ "value": "FontWeightSemiBold"
297
310
  },
298
- "name": "font.weight.bold",
299
- "path": ["font", "weight", "bold"]
311
+ "name": "font.weight.semibold",
312
+ "path": ["font", "weight", "semibold"],
313
+ "cleanName": "font.weight.semibold"
300
314
  }, {
301
315
  "attributes": {
302
316
  "group": "lineHeight",
@@ -317,7 +331,8 @@ const tokens = [{
317
331
  "value": "LineHeight100"
318
332
  },
319
333
  "name": "font.lineHeight.100",
320
- "path": ["font", "lineHeight", "100"]
334
+ "path": ["font", "lineHeight", "100"],
335
+ "cleanName": "font.lineHeight.100"
321
336
  }, {
322
337
  "attributes": {
323
338
  "group": "lineHeight",
@@ -338,7 +353,8 @@ const tokens = [{
338
353
  "value": "LineHeight200"
339
354
  },
340
355
  "name": "font.lineHeight.200",
341
- "path": ["font", "lineHeight", "200"]
356
+ "path": ["font", "lineHeight", "200"],
357
+ "cleanName": "font.lineHeight.200"
342
358
  }, {
343
359
  "attributes": {
344
360
  "group": "lineHeight",
@@ -359,7 +375,8 @@ const tokens = [{
359
375
  "value": "LineHeight300"
360
376
  },
361
377
  "name": "font.lineHeight.300",
362
- "path": ["font", "lineHeight", "300"]
378
+ "path": ["font", "lineHeight", "300"],
379
+ "cleanName": "font.lineHeight.300"
363
380
  }, {
364
381
  "attributes": {
365
382
  "group": "lineHeight",
@@ -380,7 +397,8 @@ const tokens = [{
380
397
  "value": "LineHeight400"
381
398
  },
382
399
  "name": "font.lineHeight.400",
383
- "path": ["font", "lineHeight", "400"]
400
+ "path": ["font", "lineHeight", "400"],
401
+ "cleanName": "font.lineHeight.400"
384
402
  }, {
385
403
  "attributes": {
386
404
  "group": "lineHeight",
@@ -401,7 +419,8 @@ const tokens = [{
401
419
  "value": "LineHeight500"
402
420
  },
403
421
  "name": "font.lineHeight.500",
404
- "path": ["font", "lineHeight", "500"]
422
+ "path": ["font", "lineHeight", "500"],
423
+ "cleanName": "font.lineHeight.500"
405
424
  }, {
406
425
  "attributes": {
407
426
  "group": "lineHeight",
@@ -422,6 +441,7 @@ const tokens = [{
422
441
  "value": "LineHeight600"
423
442
  },
424
443
  "name": "font.lineHeight.600",
425
- "path": ["font", "lineHeight", "600"]
444
+ "path": ["font", "lineHeight", "600"],
445
+ "cleanName": "font.lineHeight.600"
426
446
  }];
427
447
  export default tokens;