@atlaskit/tokens 1.4.4 → 1.5.1

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 +4 -4
  78. package/report.api.md +14 -17
  79. package/tmp/api-report-tmp.d.ts +14 -17
@@ -1,37 +1,37 @@
1
1
  const lineHeightScale = {
2
2
  lineHeight: {
3
3
  LineHeight100: {
4
- value: '16px',
4
+ value: 16,
5
5
  attributes: {
6
6
  group: 'typography'
7
7
  }
8
8
  },
9
9
  LineHeight200: {
10
- value: '20px',
10
+ value: 20,
11
11
  attributes: {
12
12
  group: 'typography'
13
13
  }
14
14
  },
15
15
  LineHeight300: {
16
- value: '24px',
16
+ value: 24,
17
17
  attributes: {
18
18
  group: 'typography'
19
19
  }
20
20
  },
21
21
  LineHeight400: {
22
- value: '28px',
22
+ value: 28,
23
23
  attributes: {
24
24
  group: 'typography'
25
25
  }
26
26
  },
27
27
  LineHeight500: {
28
- value: '32px',
28
+ value: 32,
29
29
  attributes: {
30
30
  group: 'typography'
31
31
  }
32
32
  },
33
33
  LineHeight600: {
34
- value: '40px',
34
+ value: 40,
35
35
  attributes: {
36
36
  group: 'typography'
37
37
  }
@@ -85,49 +85,49 @@ const fontFamilyPalette = {
85
85
  const fontSizeScale = {
86
86
  fontSize: {
87
87
  FontSize050: {
88
- value: '11px',
88
+ value: 11,
89
89
  attributes: {
90
90
  group: 'typography'
91
91
  }
92
92
  },
93
93
  FontSize075: {
94
- value: '12px',
94
+ value: 12,
95
95
  attributes: {
96
96
  group: 'typography'
97
97
  }
98
98
  },
99
99
  FontSize100: {
100
- value: '14px',
100
+ value: 14,
101
101
  attributes: {
102
102
  group: 'typography'
103
103
  }
104
104
  },
105
105
  FontSize200: {
106
- value: '16px',
106
+ value: 16,
107
107
  attributes: {
108
108
  group: 'typography'
109
109
  }
110
110
  },
111
111
  FontSize300: {
112
- value: '20px',
112
+ value: 20,
113
113
  attributes: {
114
114
  group: 'typography'
115
115
  }
116
116
  },
117
117
  FontSize400: {
118
- value: '24px',
118
+ value: 24,
119
119
  attributes: {
120
120
  group: 'typography'
121
121
  }
122
122
  },
123
123
  FontSize500: {
124
- value: '29px',
124
+ value: 29,
125
125
  attributes: {
126
126
  group: 'typography'
127
127
  }
128
128
  },
129
129
  FontSize600: {
130
- value: '35px',
130
+ value: 35,
131
131
  attributes: {
132
132
  group: 'typography'
133
133
  }
@@ -10,7 +10,6 @@ const spacing = {
10
10
  group: 'spacing',
11
11
  state: 'active',
12
12
  introduced: '0.12.0',
13
- pixelValue: '0px',
14
13
  description: 'Equates to `0`. Can be used for resetting default spacing styles.'
15
14
  }
16
15
  },
@@ -20,7 +19,6 @@ const spacing = {
20
19
  state: 'active',
21
20
  suggest: ['1px', '3px'],
22
21
  introduced: '0.12.0',
23
- pixelValue: '2px',
24
22
  description: 'Use for spacing in compact scenarios. The smallest value in our scale.'
25
23
  }
26
24
  },
@@ -30,7 +28,6 @@ const spacing = {
30
28
  state: 'active',
31
29
  suggest: ['3px', '5px'],
32
30
  introduced: '0.12.0',
33
- pixelValue: '4px',
34
31
  description: 'Use for spacing in compact scenarios.'
35
32
  }
36
33
  },
@@ -40,7 +37,6 @@ const spacing = {
40
37
  state: 'active',
41
38
  suggest: ['5px', '7px'],
42
39
  introduced: '0.12.0',
43
- pixelValue: '6px',
44
40
  description: 'Use for spacing in compact scenarios.'
45
41
  }
46
42
  },
@@ -50,7 +46,6 @@ const spacing = {
50
46
  state: 'active',
51
47
  suggest: ['7px', '9px'],
52
48
  introduced: '0.12.0',
53
- pixelValue: '8px',
54
49
  description: 'Use for gutter spacing.'
55
50
  }
56
51
  },
@@ -60,7 +55,6 @@ const spacing = {
60
55
  state: 'active',
61
56
  suggest: ['10px', '11px', '13px', '14px'],
62
57
  introduced: '0.12.0',
63
- pixelValue: '12px',
64
58
  description: 'Helpful guidance goes here'
65
59
  }
66
60
  },
@@ -70,7 +64,6 @@ const spacing = {
70
64
  state: 'active',
71
65
  suggest: ['14px', '15px', '17px', '18px'],
72
66
  introduced: '0.12.0',
73
- pixelValue: '16px',
74
67
  description: 'Use for gutter spacing.'
75
68
  }
76
69
  },
@@ -80,7 +73,6 @@ const spacing = {
80
73
  state: 'active',
81
74
  suggest: ['19px', '21px', '22px', '23px'],
82
75
  introduced: '0.12.0',
83
- pixelValue: '20px',
84
76
  description: 'Use for gutter spacing.'
85
77
  }
86
78
  },
@@ -90,7 +82,6 @@ const spacing = {
90
82
  state: 'active',
91
83
  suggest: ['23px', '25px', '26px', '27px', '28px'],
92
84
  introduced: '0.12.0',
93
- pixelValue: '24px',
94
85
  description: 'Use for gutter spacing.'
95
86
  }
96
87
  },
@@ -100,7 +91,6 @@ const spacing = {
100
91
  state: 'active',
101
92
  suggest: ['28px', '29px', '30px', '31px', '33px', '34px', '35px'],
102
93
  introduced: '0.12.0',
103
- pixelValue: '32px',
104
94
  description: 'Use for gutter spacing.'
105
95
  }
106
96
  },
@@ -109,7 +99,6 @@ const spacing = {
109
99
  group: 'spacing',
110
100
  state: 'active',
111
101
  introduced: '0.12.0',
112
- pixelValue: '40px',
113
102
  description: 'Use for larger layout-specific spacing.'
114
103
  }
115
104
  },
@@ -118,7 +107,6 @@ const spacing = {
118
107
  group: 'spacing',
119
108
  state: 'active',
120
109
  introduced: '0.12.0',
121
- pixelValue: '48px',
122
110
  description: 'Use for larger layout-specific spacing.'
123
111
  }
124
112
  },
@@ -127,7 +115,6 @@ const spacing = {
127
115
  group: 'spacing',
128
116
  state: 'active',
129
117
  introduced: '0.12.0',
130
- pixelValue: '64px',
131
118
  description: 'Use for larger layout-specific spacing.'
132
119
  }
133
120
  },
@@ -136,7 +123,6 @@ const spacing = {
136
123
  group: 'spacing',
137
124
  state: 'active',
138
125
  introduced: '0.12.0',
139
- pixelValue: '80px',
140
126
  description: 'Use for larger layout-specific spacing.'
141
127
  }
142
128
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "1.4.4",
3
+ "version": "1.5.1",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -1,17 +1,17 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d9adf6612a4bc5957b7824e1f32a76b2>>
3
+ * @codegen <<SignedSource::a2e59b8e1421ca4ad026a5b2161824b2>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
7
- "value": "0.125rem",
7
+ "value": "2px",
8
8
  "attributes": {
9
9
  "group": "shape"
10
10
  },
11
11
  "filePath": "src/palettes/shape-palette.tsx",
12
12
  "isSource": true,
13
13
  "original": {
14
- "value": "0.125rem",
14
+ "value": 2,
15
15
  "attributes": {
16
16
  "group": "shape"
17
17
  }
@@ -19,14 +19,14 @@ var tokens = [{
19
19
  "name": "border.radius.Radius050",
20
20
  "path": ["border", "radius", "Radius050"]
21
21
  }, {
22
- "value": "0.25rem",
22
+ "value": "4px",
23
23
  "attributes": {
24
24
  "group": "shape"
25
25
  },
26
26
  "filePath": "src/palettes/shape-palette.tsx",
27
27
  "isSource": true,
28
28
  "original": {
29
- "value": "0.25rem",
29
+ "value": 4,
30
30
  "attributes": {
31
31
  "group": "shape"
32
32
  }
@@ -34,14 +34,14 @@ var tokens = [{
34
34
  "name": "border.radius.Radius100",
35
35
  "path": ["border", "radius", "Radius100"]
36
36
  }, {
37
- "value": "0.5rem",
37
+ "value": "8px",
38
38
  "attributes": {
39
39
  "group": "shape"
40
40
  },
41
41
  "filePath": "src/palettes/shape-palette.tsx",
42
42
  "isSource": true,
43
43
  "original": {
44
- "value": "0.5rem",
44
+ "value": 8,
45
45
  "attributes": {
46
46
  "group": "shape"
47
47
  }
@@ -49,14 +49,14 @@ var tokens = [{
49
49
  "name": "border.radius.Radius200",
50
50
  "path": ["border", "radius", "Radius200"]
51
51
  }, {
52
- "value": "0.75rem",
52
+ "value": "12px",
53
53
  "attributes": {
54
54
  "group": "shape"
55
55
  },
56
56
  "filePath": "src/palettes/shape-palette.tsx",
57
57
  "isSource": true,
58
58
  "original": {
59
- "value": "0.75rem",
59
+ "value": 12,
60
60
  "attributes": {
61
61
  "group": "shape"
62
62
  }
@@ -64,14 +64,14 @@ var tokens = [{
64
64
  "name": "border.radius.Radius300",
65
65
  "path": ["border", "radius", "Radius300"]
66
66
  }, {
67
- "value": "1rem",
67
+ "value": "16px",
68
68
  "attributes": {
69
69
  "group": "shape"
70
70
  },
71
71
  "filePath": "src/palettes/shape-palette.tsx",
72
72
  "isSource": true,
73
73
  "original": {
74
- "value": "1rem",
74
+ "value": 16,
75
75
  "attributes": {
76
76
  "group": "shape"
77
77
  }
@@ -94,14 +94,14 @@ var tokens = [{
94
94
  "name": "border.radius.RadiusCircle",
95
95
  "path": ["border", "radius", "RadiusCircle"]
96
96
  }, {
97
- "value": "0",
97
+ "value": "0px",
98
98
  "attributes": {
99
99
  "group": "shape"
100
100
  },
101
101
  "filePath": "src/palettes/shape-palette.tsx",
102
102
  "isSource": true,
103
103
  "original": {
104
- "value": "0",
104
+ "value": 0,
105
105
  "attributes": {
106
106
  "group": "shape"
107
107
  }
@@ -109,14 +109,14 @@ var tokens = [{
109
109
  "name": "border.width.Size0",
110
110
  "path": ["border", "width", "Size0"]
111
111
  }, {
112
- "value": "0.0625rem",
112
+ "value": "1px",
113
113
  "attributes": {
114
114
  "group": "shape"
115
115
  },
116
116
  "filePath": "src/palettes/shape-palette.tsx",
117
117
  "isSource": true,
118
118
  "original": {
119
- "value": "0.0625rem",
119
+ "value": 1,
120
120
  "attributes": {
121
121
  "group": "shape"
122
122
  }
@@ -124,14 +124,14 @@ var tokens = [{
124
124
  "name": "border.width.Size050",
125
125
  "path": ["border", "width", "Size050"]
126
126
  }, {
127
- "value": "0.125rem",
127
+ "value": "2px",
128
128
  "attributes": {
129
129
  "group": "shape"
130
130
  },
131
131
  "filePath": "src/palettes/shape-palette.tsx",
132
132
  "isSource": true,
133
133
  "original": {
134
- "value": "0.125rem",
134
+ "value": 2,
135
135
  "attributes": {
136
136
  "group": "shape"
137
137
  }
@@ -1,17 +1,17 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::1599e85262f34ecc7fbda0662bc858cb>>
3
+ * @codegen <<SignedSource::4cad6a8b4b676f9379fa2d4fca019b0e>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
7
- "value": "0",
7
+ "value": "0px",
8
8
  "attributes": {
9
9
  "group": "spacing"
10
10
  },
11
11
  "filePath": "src/palettes/spacing-scale.tsx",
12
12
  "isSource": true,
13
13
  "original": {
14
- "value": "0",
14
+ "value": 0,
15
15
  "attributes": {
16
16
  "group": "spacing"
17
17
  }
@@ -19,14 +19,14 @@ var tokens = [{
19
19
  "name": "space.Space0",
20
20
  "path": ["space", "Space0"]
21
21
  }, {
22
- "value": "0.125rem",
22
+ "value": "2px",
23
23
  "attributes": {
24
24
  "group": "spacing"
25
25
  },
26
26
  "filePath": "src/palettes/spacing-scale.tsx",
27
27
  "isSource": true,
28
28
  "original": {
29
- "value": "0.125rem",
29
+ "value": 2,
30
30
  "attributes": {
31
31
  "group": "spacing"
32
32
  }
@@ -34,14 +34,14 @@ var tokens = [{
34
34
  "name": "space.Space025",
35
35
  "path": ["space", "Space025"]
36
36
  }, {
37
- "value": "0.25rem",
37
+ "value": "4px",
38
38
  "attributes": {
39
39
  "group": "spacing"
40
40
  },
41
41
  "filePath": "src/palettes/spacing-scale.tsx",
42
42
  "isSource": true,
43
43
  "original": {
44
- "value": "0.25rem",
44
+ "value": 4,
45
45
  "attributes": {
46
46
  "group": "spacing"
47
47
  }
@@ -49,14 +49,14 @@ var tokens = [{
49
49
  "name": "space.Space050",
50
50
  "path": ["space", "Space050"]
51
51
  }, {
52
- "value": "0.375rem",
52
+ "value": "6px",
53
53
  "attributes": {
54
54
  "group": "spacing"
55
55
  },
56
56
  "filePath": "src/palettes/spacing-scale.tsx",
57
57
  "isSource": true,
58
58
  "original": {
59
- "value": "0.375rem",
59
+ "value": 6,
60
60
  "attributes": {
61
61
  "group": "spacing"
62
62
  }
@@ -64,14 +64,14 @@ var tokens = [{
64
64
  "name": "space.Space075",
65
65
  "path": ["space", "Space075"]
66
66
  }, {
67
- "value": "0.5rem",
67
+ "value": "8px",
68
68
  "attributes": {
69
69
  "group": "spacing"
70
70
  },
71
71
  "filePath": "src/palettes/spacing-scale.tsx",
72
72
  "isSource": true,
73
73
  "original": {
74
- "value": "0.5rem",
74
+ "value": 8,
75
75
  "attributes": {
76
76
  "group": "spacing"
77
77
  }
@@ -79,31 +79,29 @@ var tokens = [{
79
79
  "name": "space.Space100",
80
80
  "path": ["space", "Space100"]
81
81
  }, {
82
- "value": "5rem",
82
+ "value": "80px",
83
83
  "attributes": {
84
84
  "group": "spacing"
85
85
  },
86
- "pixelValue": "80px",
87
86
  "filePath": "src/palettes/spacing-scale.tsx",
88
87
  "isSource": true,
89
88
  "original": {
90
- "value": "5rem",
89
+ "value": 80,
91
90
  "attributes": {
92
91
  "group": "spacing"
93
- },
94
- "pixelValue": "80px"
92
+ }
95
93
  },
96
94
  "name": "space.Space1000",
97
95
  "path": ["space", "Space1000"]
98
96
  }, {
99
- "value": "0.75rem",
97
+ "value": "12px",
100
98
  "attributes": {
101
99
  "group": "spacing"
102
100
  },
103
101
  "filePath": "src/palettes/spacing-scale.tsx",
104
102
  "isSource": true,
105
103
  "original": {
106
- "value": "0.75rem",
104
+ "value": 12,
107
105
  "attributes": {
108
106
  "group": "spacing"
109
107
  }
@@ -111,14 +109,14 @@ var tokens = [{
111
109
  "name": "space.Space150",
112
110
  "path": ["space", "Space150"]
113
111
  }, {
114
- "value": "1rem",
112
+ "value": "16px",
115
113
  "attributes": {
116
114
  "group": "spacing"
117
115
  },
118
116
  "filePath": "src/palettes/spacing-scale.tsx",
119
117
  "isSource": true,
120
118
  "original": {
121
- "value": "1rem",
119
+ "value": 16,
122
120
  "attributes": {
123
121
  "group": "spacing"
124
122
  }
@@ -126,14 +124,14 @@ var tokens = [{
126
124
  "name": "space.Space200",
127
125
  "path": ["space", "Space200"]
128
126
  }, {
129
- "value": "1.25rem",
127
+ "value": "20px",
130
128
  "attributes": {
131
129
  "group": "spacing"
132
130
  },
133
131
  "filePath": "src/palettes/spacing-scale.tsx",
134
132
  "isSource": true,
135
133
  "original": {
136
- "value": "1.25rem",
134
+ "value": 20,
137
135
  "attributes": {
138
136
  "group": "spacing"
139
137
  }
@@ -141,14 +139,14 @@ var tokens = [{
141
139
  "name": "space.Space250",
142
140
  "path": ["space", "Space250"]
143
141
  }, {
144
- "value": "1.5rem",
142
+ "value": "24px",
145
143
  "attributes": {
146
144
  "group": "spacing"
147
145
  },
148
146
  "filePath": "src/palettes/spacing-scale.tsx",
149
147
  "isSource": true,
150
148
  "original": {
151
- "value": "1.5rem",
149
+ "value": 24,
152
150
  "attributes": {
153
151
  "group": "spacing"
154
152
  }
@@ -156,14 +154,14 @@ var tokens = [{
156
154
  "name": "space.Space300",
157
155
  "path": ["space", "Space300"]
158
156
  }, {
159
- "value": "2rem",
157
+ "value": "32px",
160
158
  "attributes": {
161
159
  "group": "spacing"
162
160
  },
163
161
  "filePath": "src/palettes/spacing-scale.tsx",
164
162
  "isSource": true,
165
163
  "original": {
166
- "value": "2rem",
164
+ "value": 32,
167
165
  "attributes": {
168
166
  "group": "spacing"
169
167
  }
@@ -171,14 +169,14 @@ var tokens = [{
171
169
  "name": "space.Space400",
172
170
  "path": ["space", "Space400"]
173
171
  }, {
174
- "value": "2.5rem",
172
+ "value": "40px",
175
173
  "attributes": {
176
174
  "group": "spacing"
177
175
  },
178
176
  "filePath": "src/palettes/spacing-scale.tsx",
179
177
  "isSource": true,
180
178
  "original": {
181
- "value": "2.5rem",
179
+ "value": 40,
182
180
  "attributes": {
183
181
  "group": "spacing"
184
182
  }
@@ -186,14 +184,14 @@ var tokens = [{
186
184
  "name": "space.Space500",
187
185
  "path": ["space", "Space500"]
188
186
  }, {
189
- "value": "3rem",
187
+ "value": "48px",
190
188
  "attributes": {
191
189
  "group": "spacing"
192
190
  },
193
191
  "filePath": "src/palettes/spacing-scale.tsx",
194
192
  "isSource": true,
195
193
  "original": {
196
- "value": "3rem",
194
+ "value": 48,
197
195
  "attributes": {
198
196
  "group": "spacing"
199
197
  }
@@ -201,19 +199,17 @@ var tokens = [{
201
199
  "name": "space.Space600",
202
200
  "path": ["space", "Space600"]
203
201
  }, {
204
- "value": "4rem",
202
+ "value": "64px",
205
203
  "attributes": {
206
204
  "group": "spacing"
207
205
  },
208
- "pixelValue": "64px",
209
206
  "filePath": "src/palettes/spacing-scale.tsx",
210
207
  "isSource": true,
211
208
  "original": {
212
- "value": "4rem",
209
+ "value": 64,
213
210
  "attributes": {
214
211
  "group": "spacing"
215
- },
216
- "pixelValue": "64px"
212
+ }
217
213
  },
218
214
  "name": "space.Space800",
219
215
  "path": ["space", "Space800"]