@atlaskit/tokens 1.4.3 → 1.5.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 (79) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +17 -17
  3. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +31 -35
  4. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +15 -15
  5. package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-spacing.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
  8. package/dist/cjs/artifacts/token-default-values.js +17 -17
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +9 -9
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +15 -43
  11. package/dist/cjs/get-token-value.js +1 -1
  12. package/dist/cjs/get-token.js +1 -1
  13. package/dist/cjs/palettes/shape-palette.js +8 -8
  14. package/dist/cjs/palettes/spacing-scale.js +16 -18
  15. package/dist/cjs/palettes/typography-palette.js +14 -14
  16. package/dist/cjs/tokens/default/spacing/spacing.js +0 -14
  17. package/dist/cjs/version.json +1 -1
  18. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +17 -17
  19. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +31 -35
  20. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +15 -15
  21. package/dist/es2019/artifacts/themes/atlassian-shape.js +2 -2
  22. package/dist/es2019/artifacts/themes/atlassian-spacing.js +2 -2
  23. package/dist/es2019/artifacts/themes/atlassian-typography.js +15 -15
  24. package/dist/es2019/artifacts/token-default-values.js +17 -17
  25. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +9 -9
  26. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +15 -43
  27. package/dist/es2019/get-token-value.js +1 -1
  28. package/dist/es2019/get-token.js +1 -1
  29. package/dist/es2019/palettes/shape-palette.js +8 -8
  30. package/dist/es2019/palettes/spacing-scale.js +16 -18
  31. package/dist/es2019/palettes/typography-palette.js +14 -14
  32. package/dist/es2019/tokens/default/spacing/spacing.js +0 -14
  33. package/dist/es2019/version.json +1 -1
  34. package/dist/esm/artifacts/palettes-raw/shape-palette.js +17 -17
  35. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +31 -35
  36. package/dist/esm/artifacts/palettes-raw/typography-palette.js +15 -15
  37. package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
  38. package/dist/esm/artifacts/themes/atlassian-spacing.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  40. package/dist/esm/artifacts/token-default-values.js +17 -17
  41. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +9 -9
  42. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +15 -43
  43. package/dist/esm/get-token-value.js +1 -1
  44. package/dist/esm/get-token.js +1 -1
  45. package/dist/esm/palettes/shape-palette.js +8 -8
  46. package/dist/esm/palettes/spacing-scale.js +16 -18
  47. package/dist/esm/palettes/typography-palette.js +14 -14
  48. package/dist/esm/tokens/default/spacing/spacing.js +0 -14
  49. package/dist/esm/version.json +1 -1
  50. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +18 -3
  51. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +4 -23
  52. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +18 -3
  53. package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
  54. package/dist/types/artifacts/themes/atlassian-spacing.d.ts +2 -2
  55. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  56. package/dist/types/artifacts/token-default-values.d.ts +17 -17
  57. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  58. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -5
  59. package/dist/types/palettes/shape-palette.d.ts +8 -8
  60. package/dist/types/palettes/spacing-scale.d.ts +14 -16
  61. package/dist/types/types.d.ts +3 -4
  62. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +18 -3
  63. package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +4 -23
  64. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +18 -3
  65. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
  66. package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +2 -2
  67. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  68. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +17 -17
  69. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  70. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -5
  71. package/dist/types-ts4.5/palettes/shape-palette.d.ts +8 -8
  72. package/dist/types-ts4.5/palettes/spacing-scale.d.ts +14 -16
  73. package/dist/types-ts4.5/types.d.ts +3 -4
  74. package/figma/atlassian-shape.json +8 -8
  75. package/figma/atlassian-spacing.json +14 -28
  76. package/figma/atlassian-typography.json +6 -6
  77. package/package.json +5 -13
  78. package/report.api.md +14 -17
  79. package/tmp/api-report-tmp.d.ts +14 -17
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::f4523de23a205d43950d1b24f656f952>>
9
+ * @codegen <<SignedSource::7cdaa82f55e6537ca0b68d196db9e1d6>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -16,7 +16,7 @@ var tokens = [{
16
16
  "introduced": "1.1.0",
17
17
  "description": "Experimental, description needs to be amended"
18
18
  },
19
- "value": "0.125rem",
19
+ "value": "2px",
20
20
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
21
21
  "isSource": true,
22
22
  "original": {
@@ -38,7 +38,7 @@ var tokens = [{
38
38
  "introduced": "1.1.0",
39
39
  "description": "Experimental, description needs to be amended"
40
40
  },
41
- "value": "0.25rem",
41
+ "value": "4px",
42
42
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
43
43
  "isSource": true,
44
44
  "original": {
@@ -60,7 +60,7 @@ var tokens = [{
60
60
  "introduced": "1.1.0",
61
61
  "description": "Experimental, description needs to be amended"
62
62
  },
63
- "value": "0.5rem",
63
+ "value": "8px",
64
64
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
65
65
  "isSource": true,
66
66
  "original": {
@@ -82,7 +82,7 @@ var tokens = [{
82
82
  "introduced": "1.1.0",
83
83
  "description": "Experimental, description needs to be amended"
84
84
  },
85
- "value": "0.75rem",
85
+ "value": "12px",
86
86
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
87
87
  "isSource": true,
88
88
  "original": {
@@ -104,7 +104,7 @@ var tokens = [{
104
104
  "introduced": "1.1.0",
105
105
  "description": "Experimental, description needs to be amended"
106
106
  },
107
- "value": "1rem",
107
+ "value": "16px",
108
108
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
109
109
  "isSource": true,
110
110
  "original": {
@@ -148,7 +148,7 @@ var tokens = [{
148
148
  "introduced": "1.2.1",
149
149
  "description": "Experimental, description needs to be amended"
150
150
  },
151
- "value": "0",
151
+ "value": "0px",
152
152
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
153
153
  "isSource": true,
154
154
  "original": {
@@ -170,7 +170,7 @@ var tokens = [{
170
170
  "introduced": "1.1.0",
171
171
  "description": "Experimental, description needs to be amended"
172
172
  },
173
- "value": "0.0625rem",
173
+ "value": "1px",
174
174
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
175
175
  "isSource": true,
176
176
  "original": {
@@ -192,7 +192,7 @@ var tokens = [{
192
192
  "introduced": "1.1.0",
193
193
  "description": "Experimental, description needs to be amended"
194
194
  },
195
- "value": "0.125rem",
195
+ "value": "2px",
196
196
  "filePath": "src/tokens/atlassian-shape/shape.tsx",
197
197
  "isSource": true,
198
198
  "original": {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::cfa1d518948d5dc23821d17cab0cb52a>>
9
+ * @codegen <<SignedSource::c89f0dcd1df97245a694a1a77741bb39>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -14,10 +14,9 @@ var tokens = [{
14
14
  "group": "spacing",
15
15
  "state": "active",
16
16
  "introduced": "0.12.0",
17
- "pixelValue": "0px",
18
17
  "description": "Equates to `0`. Can be used for resetting default spacing styles."
19
18
  },
20
- "value": "0",
19
+ "value": "0px",
21
20
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
22
21
  "isSource": true,
23
22
  "original": {
@@ -25,7 +24,6 @@ var tokens = [{
25
24
  "group": "spacing",
26
25
  "state": "active",
27
26
  "introduced": "0.12.0",
28
- "pixelValue": "0px",
29
27
  "description": "Equates to `0`. Can be used for resetting default spacing styles."
30
28
  },
31
29
  "value": "Space0"
@@ -39,10 +37,9 @@ var tokens = [{
39
37
  "state": "active",
40
38
  "suggest": ["1px", "3px"],
41
39
  "introduced": "0.12.0",
42
- "pixelValue": "2px",
43
40
  "description": "Use for spacing in compact scenarios. The smallest value in our scale."
44
41
  },
45
- "value": "0.125rem",
42
+ "value": "2px",
46
43
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
47
44
  "isSource": true,
48
45
  "original": {
@@ -51,7 +48,6 @@ var tokens = [{
51
48
  "state": "active",
52
49
  "suggest": ["1px", "3px"],
53
50
  "introduced": "0.12.0",
54
- "pixelValue": "2px",
55
51
  "description": "Use for spacing in compact scenarios. The smallest value in our scale."
56
52
  },
57
53
  "value": "Space025"
@@ -65,10 +61,9 @@ var tokens = [{
65
61
  "state": "active",
66
62
  "suggest": ["3px", "5px"],
67
63
  "introduced": "0.12.0",
68
- "pixelValue": "4px",
69
64
  "description": "Use for spacing in compact scenarios."
70
65
  },
71
- "value": "0.25rem",
66
+ "value": "4px",
72
67
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
73
68
  "isSource": true,
74
69
  "original": {
@@ -77,7 +72,6 @@ var tokens = [{
77
72
  "state": "active",
78
73
  "suggest": ["3px", "5px"],
79
74
  "introduced": "0.12.0",
80
- "pixelValue": "4px",
81
75
  "description": "Use for spacing in compact scenarios."
82
76
  },
83
77
  "value": "Space050"
@@ -91,10 +85,9 @@ var tokens = [{
91
85
  "state": "active",
92
86
  "suggest": ["5px", "7px"],
93
87
  "introduced": "0.12.0",
94
- "pixelValue": "6px",
95
88
  "description": "Use for spacing in compact scenarios."
96
89
  },
97
- "value": "0.375rem",
90
+ "value": "6px",
98
91
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
99
92
  "isSource": true,
100
93
  "original": {
@@ -103,7 +96,6 @@ var tokens = [{
103
96
  "state": "active",
104
97
  "suggest": ["5px", "7px"],
105
98
  "introduced": "0.12.0",
106
- "pixelValue": "6px",
107
99
  "description": "Use for spacing in compact scenarios."
108
100
  },
109
101
  "value": "Space075"
@@ -117,10 +109,9 @@ var tokens = [{
117
109
  "state": "active",
118
110
  "suggest": ["7px", "9px"],
119
111
  "introduced": "0.12.0",
120
- "pixelValue": "8px",
121
112
  "description": "Use for gutter spacing."
122
113
  },
123
- "value": "0.5rem",
114
+ "value": "8px",
124
115
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
125
116
  "isSource": true,
126
117
  "original": {
@@ -129,7 +120,6 @@ var tokens = [{
129
120
  "state": "active",
130
121
  "suggest": ["7px", "9px"],
131
122
  "introduced": "0.12.0",
132
- "pixelValue": "8px",
133
123
  "description": "Use for gutter spacing."
134
124
  },
135
125
  "value": "Space100"
@@ -143,10 +133,9 @@ var tokens = [{
143
133
  "state": "active",
144
134
  "suggest": ["10px", "11px", "13px", "14px"],
145
135
  "introduced": "0.12.0",
146
- "pixelValue": "12px",
147
136
  "description": "Helpful guidance goes here"
148
137
  },
149
- "value": "0.75rem",
138
+ "value": "12px",
150
139
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
151
140
  "isSource": true,
152
141
  "original": {
@@ -155,7 +144,6 @@ var tokens = [{
155
144
  "state": "active",
156
145
  "suggest": ["10px", "11px", "13px", "14px"],
157
146
  "introduced": "0.12.0",
158
- "pixelValue": "12px",
159
147
  "description": "Helpful guidance goes here"
160
148
  },
161
149
  "value": "Space150"
@@ -169,10 +157,9 @@ var tokens = [{
169
157
  "state": "active",
170
158
  "suggest": ["14px", "15px", "17px", "18px"],
171
159
  "introduced": "0.12.0",
172
- "pixelValue": "16px",
173
160
  "description": "Use for gutter spacing."
174
161
  },
175
- "value": "1rem",
162
+ "value": "16px",
176
163
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
177
164
  "isSource": true,
178
165
  "original": {
@@ -181,7 +168,6 @@ var tokens = [{
181
168
  "state": "active",
182
169
  "suggest": ["14px", "15px", "17px", "18px"],
183
170
  "introduced": "0.12.0",
184
- "pixelValue": "16px",
185
171
  "description": "Use for gutter spacing."
186
172
  },
187
173
  "value": "Space200"
@@ -195,10 +181,9 @@ var tokens = [{
195
181
  "state": "active",
196
182
  "suggest": ["19px", "21px", "22px", "23px"],
197
183
  "introduced": "0.12.0",
198
- "pixelValue": "20px",
199
184
  "description": "Use for gutter spacing."
200
185
  },
201
- "value": "1.25rem",
186
+ "value": "20px",
202
187
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
203
188
  "isSource": true,
204
189
  "original": {
@@ -207,7 +192,6 @@ var tokens = [{
207
192
  "state": "active",
208
193
  "suggest": ["19px", "21px", "22px", "23px"],
209
194
  "introduced": "0.12.0",
210
- "pixelValue": "20px",
211
195
  "description": "Use for gutter spacing."
212
196
  },
213
197
  "value": "Space250"
@@ -221,10 +205,9 @@ var tokens = [{
221
205
  "state": "active",
222
206
  "suggest": ["23px", "25px", "26px", "27px", "28px"],
223
207
  "introduced": "0.12.0",
224
- "pixelValue": "24px",
225
208
  "description": "Use for gutter spacing."
226
209
  },
227
- "value": "1.5rem",
210
+ "value": "24px",
228
211
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
229
212
  "isSource": true,
230
213
  "original": {
@@ -233,7 +216,6 @@ var tokens = [{
233
216
  "state": "active",
234
217
  "suggest": ["23px", "25px", "26px", "27px", "28px"],
235
218
  "introduced": "0.12.0",
236
- "pixelValue": "24px",
237
219
  "description": "Use for gutter spacing."
238
220
  },
239
221
  "value": "Space300"
@@ -247,10 +229,9 @@ var tokens = [{
247
229
  "state": "active",
248
230
  "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
249
231
  "introduced": "0.12.0",
250
- "pixelValue": "32px",
251
232
  "description": "Use for gutter spacing."
252
233
  },
253
- "value": "2rem",
234
+ "value": "32px",
254
235
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
255
236
  "isSource": true,
256
237
  "original": {
@@ -259,7 +240,6 @@ var tokens = [{
259
240
  "state": "active",
260
241
  "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
261
242
  "introduced": "0.12.0",
262
- "pixelValue": "32px",
263
243
  "description": "Use for gutter spacing."
264
244
  },
265
245
  "value": "Space400"
@@ -272,10 +252,9 @@ var tokens = [{
272
252
  "group": "spacing",
273
253
  "state": "active",
274
254
  "introduced": "0.12.0",
275
- "pixelValue": "40px",
276
255
  "description": "Use for larger layout-specific spacing."
277
256
  },
278
- "value": "2.5rem",
257
+ "value": "40px",
279
258
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
280
259
  "isSource": true,
281
260
  "original": {
@@ -283,7 +262,6 @@ var tokens = [{
283
262
  "group": "spacing",
284
263
  "state": "active",
285
264
  "introduced": "0.12.0",
286
- "pixelValue": "40px",
287
265
  "description": "Use for larger layout-specific spacing."
288
266
  },
289
267
  "value": "Space500"
@@ -296,10 +274,9 @@ var tokens = [{
296
274
  "group": "spacing",
297
275
  "state": "active",
298
276
  "introduced": "0.12.0",
299
- "pixelValue": "48px",
300
277
  "description": "Use for larger layout-specific spacing."
301
278
  },
302
- "value": "3rem",
279
+ "value": "48px",
303
280
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
304
281
  "isSource": true,
305
282
  "original": {
@@ -307,7 +284,6 @@ var tokens = [{
307
284
  "group": "spacing",
308
285
  "state": "active",
309
286
  "introduced": "0.12.0",
310
- "pixelValue": "48px",
311
287
  "description": "Use for larger layout-specific spacing."
312
288
  },
313
289
  "value": "Space600"
@@ -320,10 +296,9 @@ var tokens = [{
320
296
  "group": "spacing",
321
297
  "state": "active",
322
298
  "introduced": "0.12.0",
323
- "pixelValue": "64px",
324
299
  "description": "Use for larger layout-specific spacing."
325
300
  },
326
- "value": "4rem",
301
+ "value": "64px",
327
302
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
328
303
  "isSource": true,
329
304
  "original": {
@@ -331,7 +306,6 @@ var tokens = [{
331
306
  "group": "spacing",
332
307
  "state": "active",
333
308
  "introduced": "0.12.0",
334
- "pixelValue": "64px",
335
309
  "description": "Use for larger layout-specific spacing."
336
310
  },
337
311
  "value": "Space800"
@@ -344,10 +318,9 @@ var tokens = [{
344
318
  "group": "spacing",
345
319
  "state": "active",
346
320
  "introduced": "0.12.0",
347
- "pixelValue": "80px",
348
321
  "description": "Use for larger layout-specific spacing."
349
322
  },
350
- "value": "5rem",
323
+ "value": "80px",
351
324
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
352
325
  "isSource": true,
353
326
  "original": {
@@ -355,7 +328,6 @@ var tokens = [{
355
328
  "group": "spacing",
356
329
  "state": "active",
357
330
  "introduced": "0.12.0",
358
- "pixelValue": "80px",
359
331
  "description": "Use for larger layout-specific spacing."
360
332
  },
361
333
  "value": "Space1000"
@@ -8,7 +8,7 @@ exports.default = void 0;
8
8
  var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
9
9
  var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
10
10
  var name = "@atlaskit/tokens";
11
- var version = "1.4.3";
11
+ var version = "1.5.0";
12
12
  /**
13
13
  * Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
14
14
  * resulting CSS Custom Property.
@@ -9,7 +9,7 @@ var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
9
9
  var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
10
10
  var _constants = require("./constants");
11
11
  var name = "@atlaskit/tokens";
12
- var version = "1.4.3";
12
+ var version = "1.5.0";
13
13
  /**
14
14
  * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
15
15
  * This should be used to implement design decisions throughout your application.
@@ -10,19 +10,19 @@ exports.default = void 0;
10
10
 
11
11
  var baseSizeTokens = {
12
12
  Size0: {
13
- value: '0',
13
+ value: 0,
14
14
  attributes: {
15
15
  group: 'shape'
16
16
  }
17
17
  },
18
18
  Size050: {
19
- value: '0.0625rem',
19
+ value: 1,
20
20
  attributes: {
21
21
  group: 'shape'
22
22
  }
23
23
  },
24
24
  Size100: {
25
- value: '0.125rem',
25
+ value: 2,
26
26
  attributes: {
27
27
  group: 'shape'
28
28
  }
@@ -30,31 +30,31 @@ var baseSizeTokens = {
30
30
  };
31
31
  var baseRadiusTokens = {
32
32
  Radius050: {
33
- value: '0.125rem',
33
+ value: 2,
34
34
  attributes: {
35
35
  group: 'shape'
36
36
  }
37
37
  },
38
38
  Radius100: {
39
- value: '0.25rem',
39
+ value: 4,
40
40
  attributes: {
41
41
  group: 'shape'
42
42
  }
43
43
  },
44
44
  Radius200: {
45
- value: '0.5rem',
45
+ value: 8,
46
46
  attributes: {
47
47
  group: 'shape'
48
48
  }
49
49
  },
50
50
  Radius300: {
51
- value: '0.75rem',
51
+ value: 12,
52
52
  attributes: {
53
53
  group: 'shape'
54
54
  }
55
55
  },
56
56
  Radius400: {
57
- value: '1rem',
57
+ value: 16,
58
58
  attributes: {
59
59
  group: 'shape'
60
60
  }
@@ -10,90 +10,88 @@ exports.default = void 0;
10
10
 
11
11
  var baseSpacingTokens = {
12
12
  Space0: {
13
- value: '0',
13
+ value: 0,
14
14
  attributes: {
15
15
  group: 'spacing'
16
16
  }
17
17
  },
18
18
  Space025: {
19
- value: '0.125rem',
19
+ value: 2,
20
20
  attributes: {
21
21
  group: 'spacing'
22
22
  }
23
23
  },
24
24
  Space050: {
25
- value: '0.25rem',
25
+ value: 4,
26
26
  attributes: {
27
27
  group: 'spacing'
28
28
  }
29
29
  },
30
30
  Space075: {
31
- value: '0.375rem',
31
+ value: 6,
32
32
  attributes: {
33
33
  group: 'spacing'
34
34
  }
35
35
  },
36
36
  Space100: {
37
- value: '0.5rem',
37
+ value: 8,
38
38
  attributes: {
39
39
  group: 'spacing'
40
40
  }
41
41
  },
42
42
  Space150: {
43
- value: '0.75rem',
43
+ value: 12,
44
44
  attributes: {
45
45
  group: 'spacing'
46
46
  }
47
47
  },
48
48
  Space200: {
49
- value: '1rem',
49
+ value: 16,
50
50
  attributes: {
51
51
  group: 'spacing'
52
52
  }
53
53
  },
54
54
  Space250: {
55
- value: '1.25rem',
55
+ value: 20,
56
56
  attributes: {
57
57
  group: 'spacing'
58
58
  }
59
59
  },
60
60
  Space300: {
61
- value: '1.5rem',
61
+ value: 24,
62
62
  attributes: {
63
63
  group: 'spacing'
64
64
  }
65
65
  },
66
66
  Space400: {
67
- value: '2rem',
67
+ value: 32,
68
68
  attributes: {
69
69
  group: 'spacing'
70
70
  }
71
71
  },
72
72
  Space500: {
73
- value: '2.5rem',
73
+ value: 40,
74
74
  attributes: {
75
75
  group: 'spacing'
76
76
  }
77
77
  },
78
78
  Space600: {
79
- value: '3rem',
79
+ value: 48,
80
80
  attributes: {
81
81
  group: 'spacing'
82
82
  }
83
83
  },
84
84
  Space800: {
85
- value: '4rem',
85
+ value: 64,
86
86
  attributes: {
87
87
  group: 'spacing'
88
- },
89
- pixelValue: '64px'
88
+ }
90
89
  },
91
90
  Space1000: {
92
- value: '5rem',
91
+ value: 80,
93
92
  attributes: {
94
93
  group: 'spacing'
95
- },
96
- pixelValue: '80px'
94
+ }
97
95
  }
98
96
  };
99
97
  var spacingPalette = {
@@ -11,37 +11,37 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
11
11
  var lineHeightScale = {
12
12
  lineHeight: {
13
13
  LineHeight100: {
14
- value: '16px',
14
+ value: 16,
15
15
  attributes: {
16
16
  group: 'typography'
17
17
  }
18
18
  },
19
19
  LineHeight200: {
20
- value: '20px',
20
+ value: 20,
21
21
  attributes: {
22
22
  group: 'typography'
23
23
  }
24
24
  },
25
25
  LineHeight300: {
26
- value: '24px',
26
+ value: 24,
27
27
  attributes: {
28
28
  group: 'typography'
29
29
  }
30
30
  },
31
31
  LineHeight400: {
32
- value: '28px',
32
+ value: 28,
33
33
  attributes: {
34
34
  group: 'typography'
35
35
  }
36
36
  },
37
37
  LineHeight500: {
38
- value: '32px',
38
+ value: 32,
39
39
  attributes: {
40
40
  group: 'typography'
41
41
  }
42
42
  },
43
43
  LineHeight600: {
44
- value: '40px',
44
+ value: 40,
45
45
  attributes: {
46
46
  group: 'typography'
47
47
  }
@@ -95,49 +95,49 @@ var fontFamilyPalette = {
95
95
  var fontSizeScale = {
96
96
  fontSize: {
97
97
  FontSize050: {
98
- value: '11px',
98
+ value: 11,
99
99
  attributes: {
100
100
  group: 'typography'
101
101
  }
102
102
  },
103
103
  FontSize075: {
104
- value: '12px',
104
+ value: 12,
105
105
  attributes: {
106
106
  group: 'typography'
107
107
  }
108
108
  },
109
109
  FontSize100: {
110
- value: '14px',
110
+ value: 14,
111
111
  attributes: {
112
112
  group: 'typography'
113
113
  }
114
114
  },
115
115
  FontSize200: {
116
- value: '16px',
116
+ value: 16,
117
117
  attributes: {
118
118
  group: 'typography'
119
119
  }
120
120
  },
121
121
  FontSize300: {
122
- value: '20px',
122
+ value: 20,
123
123
  attributes: {
124
124
  group: 'typography'
125
125
  }
126
126
  },
127
127
  FontSize400: {
128
- value: '24px',
128
+ value: 24,
129
129
  attributes: {
130
130
  group: 'typography'
131
131
  }
132
132
  },
133
133
  FontSize500: {
134
- value: '29px',
134
+ value: 29,
135
135
  attributes: {
136
136
  group: 'typography'
137
137
  }
138
138
  },
139
139
  FontSize600: {
140
- value: '35px',
140
+ value: 35,
141
141
  attributes: {
142
142
  group: 'typography'
143
143
  }