@atlaskit/tokens 1.17.1 → 1.19.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.
Files changed (149) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +92 -77
  4. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
  10. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
  11. package/dist/cjs/artifacts/token-default-values.js +84 -3
  12. package/dist/cjs/artifacts/token-names.js +82 -1
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +2037 -277
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +42 -97
  20. package/dist/cjs/babel-plugin/plugin.js +2 -2
  21. package/dist/cjs/get-global-theme.js +2 -2
  22. package/dist/cjs/get-token-value.js +1 -1
  23. package/dist/cjs/get-token.js +1 -1
  24. package/dist/cjs/palettes/typography-palette.js +46 -40
  25. package/dist/cjs/tokens/atlassian-dark/color/accent.js +360 -40
  26. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  27. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +396 -52
  28. package/dist/cjs/tokens/atlassian-light/color/accent.js +360 -40
  29. package/dist/cjs/tokens/atlassian-typography/theme.js +10 -0
  30. package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +12 -2
  31. package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +10 -0
  32. package/dist/cjs/tokens/default/color/accent.js +920 -200
  33. package/dist/cjs/tokens/default/typography/font.js +8 -0
  34. package/dist/cjs/utils/generate-custom-color-ramp.js +2 -2
  35. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  36. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +92 -77
  37. package/dist/es2019/artifacts/themes/atlassian-dark.js +81 -1
  38. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +85 -5
  39. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +86 -6
  40. package/dist/es2019/artifacts/themes/atlassian-light.js +81 -1
  41. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +4 -3
  42. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +2 -1
  43. package/dist/es2019/artifacts/themes/atlassian-typography.js +2 -1
  44. package/dist/es2019/artifacts/token-default-values.js +84 -3
  45. package/dist/es2019/artifacts/token-names.js +82 -1
  46. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  47. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  48. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  49. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +2037 -277
  50. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
  51. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
  52. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +42 -97
  53. package/dist/es2019/get-theme-styles.js +1 -2
  54. package/dist/es2019/get-token-value.js +1 -1
  55. package/dist/es2019/get-token.js +1 -1
  56. package/dist/es2019/palettes/typography-palette.js +44 -38
  57. package/dist/es2019/tokens/atlassian-dark/color/accent.js +360 -40
  58. package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  59. package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +396 -52
  60. package/dist/es2019/tokens/atlassian-light/color/accent.js +360 -40
  61. package/dist/es2019/tokens/atlassian-typography/theme.js +10 -0
  62. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +12 -2
  63. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +10 -0
  64. package/dist/es2019/tokens/default/color/accent.js +920 -200
  65. package/dist/es2019/tokens/default/typography/font.js +8 -0
  66. package/dist/esm/artifacts/generated-pairs.js +2 -2
  67. package/dist/esm/artifacts/palettes-raw/typography-palette.js +92 -77
  68. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  69. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  70. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  71. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  72. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  73. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  74. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  75. package/dist/esm/artifacts/token-default-values.js +84 -3
  76. package/dist/esm/artifacts/token-names.js +82 -1
  77. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  78. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  79. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  80. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +2037 -277
  81. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
  82. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
  83. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +42 -97
  84. package/dist/esm/babel-plugin/plugin.js +2 -2
  85. package/dist/esm/get-global-theme.js +2 -2
  86. package/dist/esm/get-token-value.js +1 -1
  87. package/dist/esm/get-token.js +1 -1
  88. package/dist/esm/palettes/typography-palette.js +46 -40
  89. package/dist/esm/tokens/atlassian-dark/color/accent.js +360 -40
  90. package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  91. package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +396 -52
  92. package/dist/esm/tokens/atlassian-light/color/accent.js +360 -40
  93. package/dist/esm/tokens/atlassian-typography/theme.js +10 -0
  94. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +12 -2
  95. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +10 -0
  96. package/dist/esm/tokens/default/color/accent.js +920 -200
  97. package/dist/esm/tokens/default/typography/font.js +8 -0
  98. package/dist/esm/utils/generate-custom-color-ramp.js +2 -2
  99. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  100. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  101. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  102. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  103. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  104. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  105. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  106. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  107. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  108. package/dist/types/artifacts/token-default-values.d.ts +84 -3
  109. package/dist/types/artifacts/token-names.d.ts +163 -1
  110. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  111. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  112. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  113. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  114. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +2 -45
  115. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +2 -81
  116. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -81
  117. package/dist/types/artifacts/types-internal.d.ts +2 -2
  118. package/dist/types/artifacts/types.d.ts +2 -2
  119. package/dist/types/palettes/typography-palette.d.ts +1 -1
  120. package/dist/types/types.d.ts +206 -46
  121. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  122. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  123. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  124. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  125. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  126. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  127. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  128. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  129. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  130. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +84 -3
  131. package/dist/types-ts4.5/artifacts/token-names.d.ts +163 -1
  132. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  133. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  134. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  135. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  136. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +2 -45
  137. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +2 -81
  138. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +2 -81
  139. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  140. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  141. package/dist/types-ts4.5/palettes/typography-palette.d.ts +1 -1
  142. package/dist/types-ts4.5/types.d.ts +206 -46
  143. package/figma/atlassian-dark.json +720 -0
  144. package/figma/atlassian-legacy-dark.json +724 -4
  145. package/figma/atlassian-legacy-light.json +724 -4
  146. package/figma/atlassian-light.json +720 -0
  147. package/package.json +1 -1
  148. package/report.api.md +362 -40
  149. package/tmp/api-report-tmp.d.ts +164 -2
@@ -1,19 +1,19 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c5a499034468ced262952ef968c2fd67>>
3
+ * @codegen <<SignedSource::fb8c64dc20041c62b562be8da8152e46>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
7
7
  "value": "Roboto Mono",
8
8
  "attributes": {
9
- "group": "typography"
9
+ "group": "fontFamily"
10
10
  },
11
11
  "filePath": "src/palettes/typography-palette.tsx",
12
12
  "isSource": true,
13
13
  "original": {
14
14
  "value": "Roboto Mono",
15
15
  "attributes": {
16
- "group": "typography"
16
+ "group": "fontFamily"
17
17
  }
18
18
  },
19
19
  "name": "typography.fontFamily.FontFamilyAndroidMono",
@@ -21,14 +21,14 @@ var tokens = [{
21
21
  }, {
22
22
  "value": "Roboto",
23
23
  "attributes": {
24
- "group": "typography"
24
+ "group": "fontFamily"
25
25
  },
26
26
  "filePath": "src/palettes/typography-palette.tsx",
27
27
  "isSource": true,
28
28
  "original": {
29
29
  "value": "Roboto",
30
30
  "attributes": {
31
- "group": "typography"
31
+ "group": "fontFamily"
32
32
  }
33
33
  },
34
34
  "name": "typography.fontFamily.FontFamilyAndroidSans",
@@ -36,14 +36,14 @@ var tokens = [{
36
36
  }, {
37
37
  "value": "Charlie Sans",
38
38
  "attributes": {
39
- "group": "typography"
39
+ "group": "fontFamily"
40
40
  },
41
41
  "filePath": "src/palettes/typography-palette.tsx",
42
42
  "isSource": true,
43
43
  "original": {
44
44
  "value": "Charlie Sans",
45
45
  "attributes": {
46
- "group": "typography"
46
+ "group": "fontFamily"
47
47
  }
48
48
  },
49
49
  "name": "typography.fontFamily.FontFamilyCharlie",
@@ -51,14 +51,14 @@ var tokens = [{
51
51
  }, {
52
52
  "value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
53
53
  "attributes": {
54
- "group": "typography"
54
+ "group": "fontFamily"
55
55
  },
56
56
  "filePath": "src/palettes/typography-palette.tsx",
57
57
  "isSource": true,
58
58
  "original": {
59
59
  "value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
60
60
  "attributes": {
61
- "group": "typography"
61
+ "group": "fontFamily"
62
62
  }
63
63
  },
64
64
  "name": "typography.fontFamily.FontFamilyWebMono",
@@ -66,14 +66,14 @@ var tokens = [{
66
66
  }, {
67
67
  "value": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
68
68
  "attributes": {
69
- "group": "typography"
69
+ "group": "fontFamily"
70
70
  },
71
71
  "filePath": "src/palettes/typography-palette.tsx",
72
72
  "isSource": true,
73
73
  "original": {
74
74
  "value": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
75
75
  "attributes": {
76
- "group": "typography"
76
+ "group": "fontFamily"
77
77
  }
78
78
  },
79
79
  "name": "typography.fontFamily.FontFamilyWebSans",
@@ -81,14 +81,14 @@ var tokens = [{
81
81
  }, {
82
82
  "value": "SF Mono",
83
83
  "attributes": {
84
- "group": "typography"
84
+ "group": "fontFamily"
85
85
  },
86
86
  "filePath": "src/palettes/typography-palette.tsx",
87
87
  "isSource": true,
88
88
  "original": {
89
89
  "value": "SF Mono",
90
90
  "attributes": {
91
- "group": "typography"
91
+ "group": "fontFamily"
92
92
  }
93
93
  },
94
94
  "name": "typography.fontFamily.FontFamilyiOSMono",
@@ -96,14 +96,14 @@ var tokens = [{
96
96
  }, {
97
97
  "value": "SF Pro",
98
98
  "attributes": {
99
- "group": "typography"
99
+ "group": "fontFamily"
100
100
  },
101
101
  "filePath": "src/palettes/typography-palette.tsx",
102
102
  "isSource": true,
103
103
  "original": {
104
104
  "value": "SF Pro",
105
105
  "attributes": {
106
- "group": "typography"
106
+ "group": "fontFamily"
107
107
  }
108
108
  },
109
109
  "name": "typography.fontFamily.FontFamilyiOSSans",
@@ -111,14 +111,14 @@ var tokens = [{
111
111
  }, {
112
112
  "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
113
113
  "attributes": {
114
- "group": "typography"
114
+ "group": "fontFamily"
115
115
  },
116
116
  "filePath": "src/palettes/typography-palette.tsx",
117
117
  "isSource": true,
118
118
  "original": {
119
119
  "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
120
120
  "attributes": {
121
- "group": "typography"
121
+ "group": "fontFamily"
122
122
  }
123
123
  },
124
124
  "name": "typography.fontFamily.LegacyFontFamilyWebSans",
@@ -126,14 +126,14 @@ var tokens = [{
126
126
  }, {
127
127
  "value": "12px",
128
128
  "attributes": {
129
- "group": "typography"
129
+ "group": "fontSize"
130
130
  },
131
131
  "filePath": "src/palettes/typography-palette.tsx",
132
132
  "isSource": true,
133
133
  "original": {
134
134
  "value": 12,
135
135
  "attributes": {
136
- "group": "typography"
136
+ "group": "fontSize"
137
137
  }
138
138
  },
139
139
  "name": "typography.fontSize.FontSize12",
@@ -141,14 +141,14 @@ var tokens = [{
141
141
  }, {
142
142
  "value": "14px",
143
143
  "attributes": {
144
- "group": "typography"
144
+ "group": "fontSize"
145
145
  },
146
146
  "filePath": "src/palettes/typography-palette.tsx",
147
147
  "isSource": true,
148
148
  "original": {
149
149
  "value": 14,
150
150
  "attributes": {
151
- "group": "typography"
151
+ "group": "fontSize"
152
152
  }
153
153
  },
154
154
  "name": "typography.fontSize.FontSize14",
@@ -156,14 +156,14 @@ var tokens = [{
156
156
  }, {
157
157
  "value": "16px",
158
158
  "attributes": {
159
- "group": "typography"
159
+ "group": "fontSize"
160
160
  },
161
161
  "filePath": "src/palettes/typography-palette.tsx",
162
162
  "isSource": true,
163
163
  "original": {
164
164
  "value": 16,
165
165
  "attributes": {
166
- "group": "typography"
166
+ "group": "fontSize"
167
167
  }
168
168
  },
169
169
  "name": "typography.fontSize.FontSize16",
@@ -171,14 +171,14 @@ var tokens = [{
171
171
  }, {
172
172
  "value": "20px",
173
173
  "attributes": {
174
- "group": "typography"
174
+ "group": "fontSize"
175
175
  },
176
176
  "filePath": "src/palettes/typography-palette.tsx",
177
177
  "isSource": true,
178
178
  "original": {
179
179
  "value": 20,
180
180
  "attributes": {
181
- "group": "typography"
181
+ "group": "fontSize"
182
182
  }
183
183
  },
184
184
  "name": "typography.fontSize.FontSize20",
@@ -186,14 +186,14 @@ var tokens = [{
186
186
  }, {
187
187
  "value": "24px",
188
188
  "attributes": {
189
- "group": "typography"
189
+ "group": "fontSize"
190
190
  },
191
191
  "filePath": "src/palettes/typography-palette.tsx",
192
192
  "isSource": true,
193
193
  "original": {
194
194
  "value": 24,
195
195
  "attributes": {
196
- "group": "typography"
196
+ "group": "fontSize"
197
197
  }
198
198
  },
199
199
  "name": "typography.fontSize.FontSize24",
@@ -201,14 +201,14 @@ var tokens = [{
201
201
  }, {
202
202
  "value": "28px",
203
203
  "attributes": {
204
- "group": "typography"
204
+ "group": "fontSize"
205
205
  },
206
206
  "filePath": "src/palettes/typography-palette.tsx",
207
207
  "isSource": true,
208
208
  "original": {
209
209
  "value": 28,
210
210
  "attributes": {
211
- "group": "typography"
211
+ "group": "fontSize"
212
212
  }
213
213
  },
214
214
  "name": "typography.fontSize.FontSize28",
@@ -216,14 +216,14 @@ var tokens = [{
216
216
  }, {
217
217
  "value": "32px",
218
218
  "attributes": {
219
- "group": "typography"
219
+ "group": "fontSize"
220
220
  },
221
221
  "filePath": "src/palettes/typography-palette.tsx",
222
222
  "isSource": true,
223
223
  "original": {
224
224
  "value": 32,
225
225
  "attributes": {
226
- "group": "typography"
226
+ "group": "fontSize"
227
227
  }
228
228
  },
229
229
  "name": "typography.fontSize.FontSize32",
@@ -231,14 +231,14 @@ var tokens = [{
231
231
  }, {
232
232
  "value": "36px",
233
233
  "attributes": {
234
- "group": "typography"
234
+ "group": "fontSize"
235
235
  },
236
236
  "filePath": "src/palettes/typography-palette.tsx",
237
237
  "isSource": true,
238
238
  "original": {
239
239
  "value": 36,
240
240
  "attributes": {
241
- "group": "typography"
241
+ "group": "fontSize"
242
242
  }
243
243
  },
244
244
  "name": "typography.fontSize.FontSize36",
@@ -246,14 +246,14 @@ var tokens = [{
246
246
  }, {
247
247
  "value": "48px",
248
248
  "attributes": {
249
- "group": "typography"
249
+ "group": "fontSize"
250
250
  },
251
251
  "filePath": "src/palettes/typography-palette.tsx",
252
252
  "isSource": true,
253
253
  "original": {
254
254
  "value": 48,
255
255
  "attributes": {
256
- "group": "typography"
256
+ "group": "fontSize"
257
257
  }
258
258
  },
259
259
  "name": "typography.fontSize.FontSize48",
@@ -261,14 +261,14 @@ var tokens = [{
261
261
  }, {
262
262
  "value": "0.875em",
263
263
  "attributes": {
264
- "group": "typography"
264
+ "group": "fontSize"
265
265
  },
266
266
  "filePath": "src/palettes/typography-palette.tsx",
267
267
  "isSource": true,
268
268
  "original": {
269
269
  "value": "0.875em",
270
270
  "attributes": {
271
- "group": "typography"
271
+ "group": "fontSize"
272
272
  }
273
273
  },
274
274
  "name": "typography.fontSize.FontSizeCode",
@@ -276,14 +276,14 @@ var tokens = [{
276
276
  }, {
277
277
  "value": "11px",
278
278
  "attributes": {
279
- "group": "typography"
279
+ "group": "fontSize"
280
280
  },
281
281
  "filePath": "src/palettes/typography-palette.tsx",
282
282
  "isSource": true,
283
283
  "original": {
284
284
  "value": 11,
285
285
  "attributes": {
286
- "group": "typography"
286
+ "group": "fontSize"
287
287
  }
288
288
  },
289
289
  "name": "typography.fontSize.LegacyFontSize11",
@@ -291,14 +291,14 @@ var tokens = [{
291
291
  }, {
292
292
  "value": "29px",
293
293
  "attributes": {
294
- "group": "typography"
294
+ "group": "fontSize"
295
295
  },
296
296
  "filePath": "src/palettes/typography-palette.tsx",
297
297
  "isSource": true,
298
298
  "original": {
299
299
  "value": 29,
300
300
  "attributes": {
301
- "group": "typography"
301
+ "group": "fontSize"
302
302
  }
303
303
  },
304
304
  "name": "typography.fontSize.LegacyFontSize29",
@@ -306,14 +306,14 @@ var tokens = [{
306
306
  }, {
307
307
  "value": "35px",
308
308
  "attributes": {
309
- "group": "typography"
309
+ "group": "fontSize"
310
310
  },
311
311
  "filePath": "src/palettes/typography-palette.tsx",
312
312
  "isSource": true,
313
313
  "original": {
314
314
  "value": 35,
315
315
  "attributes": {
316
- "group": "typography"
316
+ "group": "fontSize"
317
317
  }
318
318
  },
319
319
  "name": "typography.fontSize.LegacyFontSize35",
@@ -321,14 +321,14 @@ var tokens = [{
321
321
  }, {
322
322
  "value": "400",
323
323
  "attributes": {
324
- "group": "typography"
324
+ "group": "fontWeight"
325
325
  },
326
326
  "filePath": "src/palettes/typography-palette.tsx",
327
327
  "isSource": true,
328
328
  "original": {
329
329
  "value": "400",
330
330
  "attributes": {
331
- "group": "typography"
331
+ "group": "fontWeight"
332
332
  }
333
333
  },
334
334
  "name": "typography.fontWeight.FontWeight400",
@@ -336,14 +336,14 @@ var tokens = [{
336
336
  }, {
337
337
  "value": "500",
338
338
  "attributes": {
339
- "group": "typography"
339
+ "group": "fontWeight"
340
340
  },
341
341
  "filePath": "src/palettes/typography-palette.tsx",
342
342
  "isSource": true,
343
343
  "original": {
344
344
  "value": "500",
345
345
  "attributes": {
346
- "group": "typography"
346
+ "group": "fontWeight"
347
347
  }
348
348
  },
349
349
  "name": "typography.fontWeight.FontWeight500",
@@ -351,14 +351,14 @@ var tokens = [{
351
351
  }, {
352
352
  "value": "600",
353
353
  "attributes": {
354
- "group": "typography"
354
+ "group": "fontWeight"
355
355
  },
356
356
  "filePath": "src/palettes/typography-palette.tsx",
357
357
  "isSource": true,
358
358
  "original": {
359
359
  "value": "600",
360
360
  "attributes": {
361
- "group": "typography"
361
+ "group": "fontWeight"
362
362
  }
363
363
  },
364
364
  "name": "typography.fontWeight.FontWeight600",
@@ -366,14 +366,14 @@ var tokens = [{
366
366
  }, {
367
367
  "value": "700",
368
368
  "attributes": {
369
- "group": "typography"
369
+ "group": "fontWeight"
370
370
  },
371
371
  "filePath": "src/palettes/typography-palette.tsx",
372
372
  "isSource": true,
373
373
  "original": {
374
374
  "value": "700",
375
375
  "attributes": {
376
- "group": "typography"
376
+ "group": "fontWeight"
377
377
  }
378
378
  },
379
379
  "name": "typography.fontWeight.FontWeight700",
@@ -381,14 +381,14 @@ var tokens = [{
381
381
  }, {
382
382
  "value": "0",
383
383
  "attributes": {
384
- "group": "typography"
384
+ "group": "letterSpacing"
385
385
  },
386
386
  "filePath": "src/palettes/typography-palette.tsx",
387
387
  "isSource": true,
388
388
  "original": {
389
389
  "value": "0",
390
390
  "attributes": {
391
- "group": "typography"
391
+ "group": "letterSpacing"
392
392
  }
393
393
  },
394
394
  "name": "typography.letterSpacing.LetterSpacing0",
@@ -396,14 +396,14 @@ var tokens = [{
396
396
  }, {
397
397
  "value": "-0.003em",
398
398
  "attributes": {
399
- "group": "typography"
399
+ "group": "letterSpacing"
400
400
  },
401
401
  "filePath": "src/palettes/typography-palette.tsx",
402
402
  "isSource": true,
403
403
  "original": {
404
404
  "value": "-0.003em",
405
405
  "attributes": {
406
- "group": "typography"
406
+ "group": "letterSpacing"
407
407
  }
408
408
  },
409
409
  "name": "typography.letterSpacing.LetterSpacing100",
@@ -411,14 +411,14 @@ var tokens = [{
411
411
  }, {
412
412
  "value": "-0.006em",
413
413
  "attributes": {
414
- "group": "typography"
414
+ "group": "letterSpacing"
415
415
  },
416
416
  "filePath": "src/palettes/typography-palette.tsx",
417
417
  "isSource": true,
418
418
  "original": {
419
419
  "value": "-0.006em",
420
420
  "attributes": {
421
- "group": "typography"
421
+ "group": "letterSpacing"
422
422
  }
423
423
  },
424
424
  "name": "typography.letterSpacing.LetterSpacing200",
@@ -426,14 +426,14 @@ var tokens = [{
426
426
  }, {
427
427
  "value": "-0.008em",
428
428
  "attributes": {
429
- "group": "typography"
429
+ "group": "letterSpacing"
430
430
  },
431
431
  "filePath": "src/palettes/typography-palette.tsx",
432
432
  "isSource": true,
433
433
  "original": {
434
434
  "value": "-0.008em",
435
435
  "attributes": {
436
- "group": "typography"
436
+ "group": "letterSpacing"
437
437
  }
438
438
  },
439
439
  "name": "typography.letterSpacing.LetterSpacing300",
@@ -441,29 +441,44 @@ var tokens = [{
441
441
  }, {
442
442
  "value": "-0.01em",
443
443
  "attributes": {
444
- "group": "typography"
444
+ "group": "letterSpacing"
445
445
  },
446
446
  "filePath": "src/palettes/typography-palette.tsx",
447
447
  "isSource": true,
448
448
  "original": {
449
449
  "value": "-0.01em",
450
450
  "attributes": {
451
- "group": "typography"
451
+ "group": "letterSpacing"
452
452
  }
453
453
  },
454
454
  "name": "typography.letterSpacing.LetterSpacing400",
455
455
  "path": ["typography", "letterSpacing", "LetterSpacing400"]
456
+ }, {
457
+ "value": "12px",
458
+ "attributes": {
459
+ "group": "lineHeight"
460
+ },
461
+ "filePath": "src/palettes/typography-palette.tsx",
462
+ "isSource": true,
463
+ "original": {
464
+ "value": 12,
465
+ "attributes": {
466
+ "group": "lineHeight"
467
+ }
468
+ },
469
+ "name": "typography.lineHeight.LineHeight050",
470
+ "path": ["typography", "lineHeight", "LineHeight050"]
456
471
  }, {
457
472
  "value": "1",
458
473
  "attributes": {
459
- "group": "typography"
474
+ "group": "lineHeight"
460
475
  },
461
476
  "filePath": "src/palettes/typography-palette.tsx",
462
477
  "isSource": true,
463
478
  "original": {
464
479
  "value": "1",
465
480
  "attributes": {
466
- "group": "typography"
481
+ "group": "lineHeight"
467
482
  }
468
483
  },
469
484
  "name": "typography.lineHeight.LineHeight1",
@@ -471,14 +486,14 @@ var tokens = [{
471
486
  }, {
472
487
  "value": "16px",
473
488
  "attributes": {
474
- "group": "typography"
489
+ "group": "lineHeight"
475
490
  },
476
491
  "filePath": "src/palettes/typography-palette.tsx",
477
492
  "isSource": true,
478
493
  "original": {
479
494
  "value": 16,
480
495
  "attributes": {
481
- "group": "typography"
496
+ "group": "lineHeight"
482
497
  }
483
498
  },
484
499
  "name": "typography.lineHeight.LineHeight100",
@@ -486,14 +501,14 @@ var tokens = [{
486
501
  }, {
487
502
  "value": "20px",
488
503
  "attributes": {
489
- "group": "typography"
504
+ "group": "lineHeight"
490
505
  },
491
506
  "filePath": "src/palettes/typography-palette.tsx",
492
507
  "isSource": true,
493
508
  "original": {
494
509
  "value": 20,
495
510
  "attributes": {
496
- "group": "typography"
511
+ "group": "lineHeight"
497
512
  }
498
513
  },
499
514
  "name": "typography.lineHeight.LineHeight200",
@@ -501,14 +516,14 @@ var tokens = [{
501
516
  }, {
502
517
  "value": "24px",
503
518
  "attributes": {
504
- "group": "typography"
519
+ "group": "lineHeight"
505
520
  },
506
521
  "filePath": "src/palettes/typography-palette.tsx",
507
522
  "isSource": true,
508
523
  "original": {
509
524
  "value": 24,
510
525
  "attributes": {
511
- "group": "typography"
526
+ "group": "lineHeight"
512
527
  }
513
528
  },
514
529
  "name": "typography.lineHeight.LineHeight300",
@@ -516,14 +531,14 @@ var tokens = [{
516
531
  }, {
517
532
  "value": "28px",
518
533
  "attributes": {
519
- "group": "typography"
534
+ "group": "lineHeight"
520
535
  },
521
536
  "filePath": "src/palettes/typography-palette.tsx",
522
537
  "isSource": true,
523
538
  "original": {
524
539
  "value": 28,
525
540
  "attributes": {
526
- "group": "typography"
541
+ "group": "lineHeight"
527
542
  }
528
543
  },
529
544
  "name": "typography.lineHeight.LineHeight400",
@@ -531,14 +546,14 @@ var tokens = [{
531
546
  }, {
532
547
  "value": "32px",
533
548
  "attributes": {
534
- "group": "typography"
549
+ "group": "lineHeight"
535
550
  },
536
551
  "filePath": "src/palettes/typography-palette.tsx",
537
552
  "isSource": true,
538
553
  "original": {
539
554
  "value": 32,
540
555
  "attributes": {
541
- "group": "typography"
556
+ "group": "lineHeight"
542
557
  }
543
558
  },
544
559
  "name": "typography.lineHeight.LineHeight500",
@@ -546,14 +561,14 @@ var tokens = [{
546
561
  }, {
547
562
  "value": "36px",
548
563
  "attributes": {
549
- "group": "typography"
564
+ "group": "lineHeight"
550
565
  },
551
566
  "filePath": "src/palettes/typography-palette.tsx",
552
567
  "isSource": true,
553
568
  "original": {
554
569
  "value": 36,
555
570
  "attributes": {
556
- "group": "typography"
571
+ "group": "lineHeight"
557
572
  }
558
573
  },
559
574
  "name": "typography.lineHeight.LineHeight600",
@@ -561,14 +576,14 @@ var tokens = [{
561
576
  }, {
562
577
  "value": "40px",
563
578
  "attributes": {
564
- "group": "typography"
579
+ "group": "lineHeight"
565
580
  },
566
581
  "filePath": "src/palettes/typography-palette.tsx",
567
582
  "isSource": true,
568
583
  "original": {
569
584
  "value": 40,
570
585
  "attributes": {
571
- "group": "typography"
586
+ "group": "lineHeight"
572
587
  }
573
588
  },
574
589
  "name": "typography.lineHeight.LineHeight700",