@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
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::7237ae542acbfbf81d98127d8003c2dd>>
10
+ * @codegen <<SignedSource::7bcab6ad73069f6baf12316783222835>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -17,7 +17,7 @@ var tokens = [{
17
17
  "introduced": "0.10.33",
18
18
  "description": "Helpful guidance goes here"
19
19
  },
20
- "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
20
+ "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
21
21
  "filePath": "src/tokens/atlassian-typography/font-family.tsx",
22
22
  "isSource": true,
23
23
  "original": {
@@ -27,10 +27,11 @@ var tokens = [{
27
27
  "introduced": "0.10.33",
28
28
  "description": "Helpful guidance goes here"
29
29
  },
30
- "value": "FontFamilySans"
30
+ "value": "FontFamilyMonospace"
31
31
  },
32
- "name": "font.family.sans",
33
- "path": ["font", "family", "sans"]
32
+ "name": "font.family.monospace",
33
+ "path": ["font", "family", "monospace"],
34
+ "cleanName": "font.family.monospace"
34
35
  }, {
35
36
  "attributes": {
36
37
  "group": "fontFamily",
@@ -38,7 +39,7 @@ var tokens = [{
38
39
  "introduced": "0.10.33",
39
40
  "description": "Helpful guidance goes here"
40
41
  },
41
- "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
42
+ "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
42
43
  "filePath": "src/tokens/atlassian-typography/font-family.tsx",
43
44
  "isSource": true,
44
45
  "original": {
@@ -48,10 +49,11 @@ var tokens = [{
48
49
  "introduced": "0.10.33",
49
50
  "description": "Helpful guidance goes here"
50
51
  },
51
- "value": "FontFamilyMonospace"
52
+ "value": "FontFamilySans"
52
53
  },
53
- "name": "font.family.monospace",
54
- "path": ["font", "family", "monospace"]
54
+ "name": "font.family.sans",
55
+ "path": ["font", "family", "sans"],
56
+ "cleanName": "font.family.sans"
55
57
  }, {
56
58
  "attributes": {
57
59
  "group": "fontSize",
@@ -59,7 +61,7 @@ var tokens = [{
59
61
  "introduced": "0.10.33",
60
62
  "description": "Helpful guidance goes here"
61
63
  },
62
- "value": "14px",
64
+ "value": "11px",
63
65
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
64
66
  "isSource": true,
65
67
  "original": {
@@ -69,10 +71,11 @@ var tokens = [{
69
71
  "introduced": "0.10.33",
70
72
  "description": "Helpful guidance goes here"
71
73
  },
72
- "value": "FontSize100"
74
+ "value": "FontSize050"
73
75
  },
74
- "name": "font.size.100",
75
- "path": ["font", "size", "100"]
76
+ "name": "font.size.050",
77
+ "path": ["font", "size", "050"],
78
+ "cleanName": "font.size.050"
76
79
  }, {
77
80
  "attributes": {
78
81
  "group": "fontSize",
@@ -80,7 +83,7 @@ var tokens = [{
80
83
  "introduced": "0.10.33",
81
84
  "description": "Helpful guidance goes here"
82
85
  },
83
- "value": "16px",
86
+ "value": "12px",
84
87
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
85
88
  "isSource": true,
86
89
  "original": {
@@ -90,10 +93,11 @@ var tokens = [{
90
93
  "introduced": "0.10.33",
91
94
  "description": "Helpful guidance goes here"
92
95
  },
93
- "value": "FontSize200"
96
+ "value": "FontSize075"
94
97
  },
95
- "name": "font.size.200",
96
- "path": ["font", "size", "200"]
98
+ "name": "font.size.075",
99
+ "path": ["font", "size", "075"],
100
+ "cleanName": "font.size.075"
97
101
  }, {
98
102
  "attributes": {
99
103
  "group": "fontSize",
@@ -101,7 +105,7 @@ var tokens = [{
101
105
  "introduced": "0.10.33",
102
106
  "description": "Helpful guidance goes here"
103
107
  },
104
- "value": "20px",
108
+ "value": "14px",
105
109
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
106
110
  "isSource": true,
107
111
  "original": {
@@ -111,10 +115,11 @@ var tokens = [{
111
115
  "introduced": "0.10.33",
112
116
  "description": "Helpful guidance goes here"
113
117
  },
114
- "value": "FontSize300"
118
+ "value": "FontSize100"
115
119
  },
116
- "name": "font.size.300",
117
- "path": ["font", "size", "300"]
120
+ "name": "font.size.100",
121
+ "path": ["font", "size", "100"],
122
+ "cleanName": "font.size.100"
118
123
  }, {
119
124
  "attributes": {
120
125
  "group": "fontSize",
@@ -122,7 +127,7 @@ var tokens = [{
122
127
  "introduced": "0.10.33",
123
128
  "description": "Helpful guidance goes here"
124
129
  },
125
- "value": "24px",
130
+ "value": "16px",
126
131
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
127
132
  "isSource": true,
128
133
  "original": {
@@ -132,10 +137,11 @@ var tokens = [{
132
137
  "introduced": "0.10.33",
133
138
  "description": "Helpful guidance goes here"
134
139
  },
135
- "value": "FontSize400"
140
+ "value": "FontSize200"
136
141
  },
137
- "name": "font.size.400",
138
- "path": ["font", "size", "400"]
142
+ "name": "font.size.200",
143
+ "path": ["font", "size", "200"],
144
+ "cleanName": "font.size.200"
139
145
  }, {
140
146
  "attributes": {
141
147
  "group": "fontSize",
@@ -143,7 +149,7 @@ var tokens = [{
143
149
  "introduced": "0.10.33",
144
150
  "description": "Helpful guidance goes here"
145
151
  },
146
- "value": "29px",
152
+ "value": "20px",
147
153
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
148
154
  "isSource": true,
149
155
  "original": {
@@ -153,10 +159,11 @@ var tokens = [{
153
159
  "introduced": "0.10.33",
154
160
  "description": "Helpful guidance goes here"
155
161
  },
156
- "value": "FontSize500"
162
+ "value": "FontSize300"
157
163
  },
158
- "name": "font.size.500",
159
- "path": ["font", "size", "500"]
164
+ "name": "font.size.300",
165
+ "path": ["font", "size", "300"],
166
+ "cleanName": "font.size.300"
160
167
  }, {
161
168
  "attributes": {
162
169
  "group": "fontSize",
@@ -164,7 +171,7 @@ var tokens = [{
164
171
  "introduced": "0.10.33",
165
172
  "description": "Helpful guidance goes here"
166
173
  },
167
- "value": "35px",
174
+ "value": "24px",
168
175
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
169
176
  "isSource": true,
170
177
  "original": {
@@ -174,10 +181,11 @@ var tokens = [{
174
181
  "introduced": "0.10.33",
175
182
  "description": "Helpful guidance goes here"
176
183
  },
177
- "value": "FontSize600"
184
+ "value": "FontSize400"
178
185
  },
179
- "name": "font.size.600",
180
- "path": ["font", "size", "600"]
186
+ "name": "font.size.400",
187
+ "path": ["font", "size", "400"],
188
+ "cleanName": "font.size.400"
181
189
  }, {
182
190
  "attributes": {
183
191
  "group": "fontSize",
@@ -185,7 +193,7 @@ var tokens = [{
185
193
  "introduced": "0.10.33",
186
194
  "description": "Helpful guidance goes here"
187
195
  },
188
- "value": "11px",
196
+ "value": "29px",
189
197
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
190
198
  "isSource": true,
191
199
  "original": {
@@ -195,10 +203,11 @@ var tokens = [{
195
203
  "introduced": "0.10.33",
196
204
  "description": "Helpful guidance goes here"
197
205
  },
198
- "value": "FontSize050"
206
+ "value": "FontSize500"
199
207
  },
200
- "name": "font.size.050",
201
- "path": ["font", "size", "050"]
208
+ "name": "font.size.500",
209
+ "path": ["font", "size", "500"],
210
+ "cleanName": "font.size.500"
202
211
  }, {
203
212
  "attributes": {
204
213
  "group": "fontSize",
@@ -206,7 +215,7 @@ var tokens = [{
206
215
  "introduced": "0.10.33",
207
216
  "description": "Helpful guidance goes here"
208
217
  },
209
- "value": "12px",
218
+ "value": "35px",
210
219
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
211
220
  "isSource": true,
212
221
  "original": {
@@ -216,10 +225,11 @@ var tokens = [{
216
225
  "introduced": "0.10.33",
217
226
  "description": "Helpful guidance goes here"
218
227
  },
219
- "value": "FontSize075"
228
+ "value": "FontSize600"
220
229
  },
221
- "name": "font.size.075",
222
- "path": ["font", "size", "075"]
230
+ "name": "font.size.600",
231
+ "path": ["font", "size", "600"],
232
+ "cleanName": "font.size.600"
223
233
  }, {
224
234
  "attributes": {
225
235
  "group": "fontWeight",
@@ -227,7 +237,7 @@ var tokens = [{
227
237
  "introduced": "0.10.33",
228
238
  "description": "Helpful guidance goes here"
229
239
  },
230
- "value": "400",
240
+ "value": "700",
231
241
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
232
242
  "isSource": true,
233
243
  "original": {
@@ -237,10 +247,11 @@ var tokens = [{
237
247
  "introduced": "0.10.33",
238
248
  "description": "Helpful guidance goes here"
239
249
  },
240
- "value": "FontWeightRegular"
250
+ "value": "FontWeightBold"
241
251
  },
242
- "name": "font.weight.regular",
243
- "path": ["font", "weight", "regular"]
252
+ "name": "font.weight.bold",
253
+ "path": ["font", "weight", "bold"],
254
+ "cleanName": "font.weight.bold"
244
255
  }, {
245
256
  "attributes": {
246
257
  "group": "fontWeight",
@@ -261,7 +272,8 @@ var tokens = [{
261
272
  "value": "FontWeightMedium"
262
273
  },
263
274
  "name": "font.weight.medium",
264
- "path": ["font", "weight", "medium"]
275
+ "path": ["font", "weight", "medium"],
276
+ "cleanName": "font.weight.medium"
265
277
  }, {
266
278
  "attributes": {
267
279
  "group": "fontWeight",
@@ -269,7 +281,7 @@ var tokens = [{
269
281
  "introduced": "0.10.33",
270
282
  "description": "Helpful guidance goes here"
271
283
  },
272
- "value": "600",
284
+ "value": "400",
273
285
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
274
286
  "isSource": true,
275
287
  "original": {
@@ -279,10 +291,11 @@ var tokens = [{
279
291
  "introduced": "0.10.33",
280
292
  "description": "Helpful guidance goes here"
281
293
  },
282
- "value": "FontWeightSemiBold"
294
+ "value": "FontWeightRegular"
283
295
  },
284
- "name": "font.weight.semibold",
285
- "path": ["font", "weight", "semibold"]
296
+ "name": "font.weight.regular",
297
+ "path": ["font", "weight", "regular"],
298
+ "cleanName": "font.weight.regular"
286
299
  }, {
287
300
  "attributes": {
288
301
  "group": "fontWeight",
@@ -290,7 +303,7 @@ var tokens = [{
290
303
  "introduced": "0.10.33",
291
304
  "description": "Helpful guidance goes here"
292
305
  },
293
- "value": "700",
306
+ "value": "600",
294
307
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
295
308
  "isSource": true,
296
309
  "original": {
@@ -300,10 +313,11 @@ var tokens = [{
300
313
  "introduced": "0.10.33",
301
314
  "description": "Helpful guidance goes here"
302
315
  },
303
- "value": "FontWeightBold"
316
+ "value": "FontWeightSemiBold"
304
317
  },
305
- "name": "font.weight.bold",
306
- "path": ["font", "weight", "bold"]
318
+ "name": "font.weight.semibold",
319
+ "path": ["font", "weight", "semibold"],
320
+ "cleanName": "font.weight.semibold"
307
321
  }, {
308
322
  "attributes": {
309
323
  "group": "lineHeight",
@@ -324,7 +338,8 @@ var tokens = [{
324
338
  "value": "LineHeight100"
325
339
  },
326
340
  "name": "font.lineHeight.100",
327
- "path": ["font", "lineHeight", "100"]
341
+ "path": ["font", "lineHeight", "100"],
342
+ "cleanName": "font.lineHeight.100"
328
343
  }, {
329
344
  "attributes": {
330
345
  "group": "lineHeight",
@@ -345,7 +360,8 @@ var tokens = [{
345
360
  "value": "LineHeight200"
346
361
  },
347
362
  "name": "font.lineHeight.200",
348
- "path": ["font", "lineHeight", "200"]
363
+ "path": ["font", "lineHeight", "200"],
364
+ "cleanName": "font.lineHeight.200"
349
365
  }, {
350
366
  "attributes": {
351
367
  "group": "lineHeight",
@@ -366,7 +382,8 @@ var tokens = [{
366
382
  "value": "LineHeight300"
367
383
  },
368
384
  "name": "font.lineHeight.300",
369
- "path": ["font", "lineHeight", "300"]
385
+ "path": ["font", "lineHeight", "300"],
386
+ "cleanName": "font.lineHeight.300"
370
387
  }, {
371
388
  "attributes": {
372
389
  "group": "lineHeight",
@@ -387,7 +404,8 @@ var tokens = [{
387
404
  "value": "LineHeight400"
388
405
  },
389
406
  "name": "font.lineHeight.400",
390
- "path": ["font", "lineHeight", "400"]
407
+ "path": ["font", "lineHeight", "400"],
408
+ "cleanName": "font.lineHeight.400"
391
409
  }, {
392
410
  "attributes": {
393
411
  "group": "lineHeight",
@@ -408,7 +426,8 @@ var tokens = [{
408
426
  "value": "LineHeight500"
409
427
  },
410
428
  "name": "font.lineHeight.500",
411
- "path": ["font", "lineHeight", "500"]
429
+ "path": ["font", "lineHeight", "500"],
430
+ "cleanName": "font.lineHeight.500"
412
431
  }, {
413
432
  "attributes": {
414
433
  "group": "lineHeight",
@@ -429,7 +448,8 @@ var tokens = [{
429
448
  "value": "LineHeight600"
430
449
  },
431
450
  "name": "font.lineHeight.600",
432
- "path": ["font", "lineHeight", "600"]
451
+ "path": ["font", "lineHeight", "600"],
452
+ "cleanName": "font.lineHeight.600"
433
453
  }];
434
454
  var _default = tokens;
435
455
  exports.default = _default;