@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
@@ -16,7 +16,6 @@ var spacing = {
16
16
  group: 'spacing',
17
17
  state: 'active',
18
18
  introduced: '0.12.0',
19
- pixelValue: '0px',
20
19
  description: 'Equates to `0`. Can be used for resetting default spacing styles.'
21
20
  }
22
21
  },
@@ -26,7 +25,6 @@ var spacing = {
26
25
  state: 'active',
27
26
  suggest: ['1px', '3px'],
28
27
  introduced: '0.12.0',
29
- pixelValue: '2px',
30
28
  description: 'Use for spacing in compact scenarios. The smallest value in our scale.'
31
29
  }
32
30
  },
@@ -36,7 +34,6 @@ var spacing = {
36
34
  state: 'active',
37
35
  suggest: ['3px', '5px'],
38
36
  introduced: '0.12.0',
39
- pixelValue: '4px',
40
37
  description: 'Use for spacing in compact scenarios.'
41
38
  }
42
39
  },
@@ -46,7 +43,6 @@ var spacing = {
46
43
  state: 'active',
47
44
  suggest: ['5px', '7px'],
48
45
  introduced: '0.12.0',
49
- pixelValue: '6px',
50
46
  description: 'Use for spacing in compact scenarios.'
51
47
  }
52
48
  },
@@ -56,7 +52,6 @@ var spacing = {
56
52
  state: 'active',
57
53
  suggest: ['7px', '9px'],
58
54
  introduced: '0.12.0',
59
- pixelValue: '8px',
60
55
  description: 'Use for gutter spacing.'
61
56
  }
62
57
  },
@@ -66,7 +61,6 @@ var spacing = {
66
61
  state: 'active',
67
62
  suggest: ['10px', '11px', '13px', '14px'],
68
63
  introduced: '0.12.0',
69
- pixelValue: '12px',
70
64
  description: 'Helpful guidance goes here'
71
65
  }
72
66
  },
@@ -76,7 +70,6 @@ var spacing = {
76
70
  state: 'active',
77
71
  suggest: ['14px', '15px', '17px', '18px'],
78
72
  introduced: '0.12.0',
79
- pixelValue: '16px',
80
73
  description: 'Use for gutter spacing.'
81
74
  }
82
75
  },
@@ -86,7 +79,6 @@ var spacing = {
86
79
  state: 'active',
87
80
  suggest: ['19px', '21px', '22px', '23px'],
88
81
  introduced: '0.12.0',
89
- pixelValue: '20px',
90
82
  description: 'Use for gutter spacing.'
91
83
  }
92
84
  },
@@ -96,7 +88,6 @@ var spacing = {
96
88
  state: 'active',
97
89
  suggest: ['23px', '25px', '26px', '27px', '28px'],
98
90
  introduced: '0.12.0',
99
- pixelValue: '24px',
100
91
  description: 'Use for gutter spacing.'
101
92
  }
102
93
  },
@@ -106,7 +97,6 @@ var spacing = {
106
97
  state: 'active',
107
98
  suggest: ['28px', '29px', '30px', '31px', '33px', '34px', '35px'],
108
99
  introduced: '0.12.0',
109
- pixelValue: '32px',
110
100
  description: 'Use for gutter spacing.'
111
101
  }
112
102
  },
@@ -115,7 +105,6 @@ var spacing = {
115
105
  group: 'spacing',
116
106
  state: 'active',
117
107
  introduced: '0.12.0',
118
- pixelValue: '40px',
119
108
  description: 'Use for larger layout-specific spacing.'
120
109
  }
121
110
  },
@@ -124,7 +113,6 @@ var spacing = {
124
113
  group: 'spacing',
125
114
  state: 'active',
126
115
  introduced: '0.12.0',
127
- pixelValue: '48px',
128
116
  description: 'Use for larger layout-specific spacing.'
129
117
  }
130
118
  },
@@ -133,7 +121,6 @@ var spacing = {
133
121
  group: 'spacing',
134
122
  state: 'active',
135
123
  introduced: '0.12.0',
136
- pixelValue: '64px',
137
124
  description: 'Use for larger layout-specific spacing.'
138
125
  }
139
126
  },
@@ -142,7 +129,6 @@ var spacing = {
142
129
  group: 'spacing',
143
130
  state: 'active',
144
131
  introduced: '0.12.0',
145
- pixelValue: '80px',
146
132
  description: 'Use for larger layout-specific spacing.'
147
133
  }
148
134
  }
@@ -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
  const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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
  const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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"]
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::15f0ab59b776fd0726847c173399dd26>>
3
+ * @codegen <<SignedSource::62a42989e49ca7f7856827fb9ea059d6>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -41,7 +41,7 @@ const tokens = [{
41
41
  "filePath": "src/palettes/typography-palette.tsx",
42
42
  "isSource": true,
43
43
  "original": {
44
- "value": "11px",
44
+ "value": 11,
45
45
  "attributes": {
46
46
  "group": "typography"
47
47
  }
@@ -56,7 +56,7 @@ const tokens = [{
56
56
  "filePath": "src/palettes/typography-palette.tsx",
57
57
  "isSource": true,
58
58
  "original": {
59
- "value": "12px",
59
+ "value": 12,
60
60
  "attributes": {
61
61
  "group": "typography"
62
62
  }
@@ -71,7 +71,7 @@ const tokens = [{
71
71
  "filePath": "src/palettes/typography-palette.tsx",
72
72
  "isSource": true,
73
73
  "original": {
74
- "value": "14px",
74
+ "value": 14,
75
75
  "attributes": {
76
76
  "group": "typography"
77
77
  }
@@ -86,7 +86,7 @@ const tokens = [{
86
86
  "filePath": "src/palettes/typography-palette.tsx",
87
87
  "isSource": true,
88
88
  "original": {
89
- "value": "16px",
89
+ "value": 16,
90
90
  "attributes": {
91
91
  "group": "typography"
92
92
  }
@@ -101,7 +101,7 @@ const tokens = [{
101
101
  "filePath": "src/palettes/typography-palette.tsx",
102
102
  "isSource": true,
103
103
  "original": {
104
- "value": "20px",
104
+ "value": 20,
105
105
  "attributes": {
106
106
  "group": "typography"
107
107
  }
@@ -116,7 +116,7 @@ const tokens = [{
116
116
  "filePath": "src/palettes/typography-palette.tsx",
117
117
  "isSource": true,
118
118
  "original": {
119
- "value": "24px",
119
+ "value": 24,
120
120
  "attributes": {
121
121
  "group": "typography"
122
122
  }
@@ -131,7 +131,7 @@ const tokens = [{
131
131
  "filePath": "src/palettes/typography-palette.tsx",
132
132
  "isSource": true,
133
133
  "original": {
134
- "value": "29px",
134
+ "value": 29,
135
135
  "attributes": {
136
136
  "group": "typography"
137
137
  }
@@ -146,7 +146,7 @@ const tokens = [{
146
146
  "filePath": "src/palettes/typography-palette.tsx",
147
147
  "isSource": true,
148
148
  "original": {
149
- "value": "35px",
149
+ "value": 35,
150
150
  "attributes": {
151
151
  "group": "typography"
152
152
  }
@@ -221,7 +221,7 @@ const tokens = [{
221
221
  "filePath": "src/palettes/typography-palette.tsx",
222
222
  "isSource": true,
223
223
  "original": {
224
- "value": "16px",
224
+ "value": 16,
225
225
  "attributes": {
226
226
  "group": "typography"
227
227
  }
@@ -236,7 +236,7 @@ const tokens = [{
236
236
  "filePath": "src/palettes/typography-palette.tsx",
237
237
  "isSource": true,
238
238
  "original": {
239
- "value": "20px",
239
+ "value": 20,
240
240
  "attributes": {
241
241
  "group": "typography"
242
242
  }
@@ -251,7 +251,7 @@ const tokens = [{
251
251
  "filePath": "src/palettes/typography-palette.tsx",
252
252
  "isSource": true,
253
253
  "original": {
254
- "value": "24px",
254
+ "value": 24,
255
255
  "attributes": {
256
256
  "group": "typography"
257
257
  }
@@ -266,7 +266,7 @@ const tokens = [{
266
266
  "filePath": "src/palettes/typography-palette.tsx",
267
267
  "isSource": true,
268
268
  "original": {
269
- "value": "28px",
269
+ "value": 28,
270
270
  "attributes": {
271
271
  "group": "typography"
272
272
  }
@@ -281,7 +281,7 @@ const tokens = [{
281
281
  "filePath": "src/palettes/typography-palette.tsx",
282
282
  "isSource": true,
283
283
  "original": {
284
- "value": "32px",
284
+ "value": 32,
285
285
  "attributes": {
286
286
  "group": "typography"
287
287
  }
@@ -296,7 +296,7 @@ const tokens = [{
296
296
  "filePath": "src/palettes/typography-palette.tsx",
297
297
  "isSource": true,
298
298
  "original": {
299
- "value": "40px",
299
+ "value": 40,
300
300
  "attributes": {
301
301
  "group": "typography"
302
302
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e1827dff880ab23a73ac703dfb8f2018>>
3
+ * @codegen <<SignedSource::01d88a41c27f9a921fe1a40fec0a7ba0>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
@@ -11,7 +11,7 @@ html[data-theme~="shape:shape"] {
11
11
  --ds-radius-300: 0.75rem;
12
12
  --ds-radius-400: 1rem;
13
13
  --ds-radius-round: 50%;
14
- --ds-width-0: 0;
14
+ --ds-width-0: 0rem;
15
15
  --ds-width-050: 0.0625rem;
16
16
  --ds-width-100: 0.125rem;
17
17
  }
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::6a9bb91811dc597f0d705bbed643a7fc>>
3
+ * @codegen <<SignedSource::36f0214aaedb62d3639cb79a9195eaf6>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  export default `
7
7
  html[data-theme~="spacing:spacing"] {
8
- --ds-space-0: 0;
8
+ --ds-space-0: 0rem;
9
9
  --ds-space-025: 0.125rem;
10
10
  --ds-space-050: 0.25rem;
11
11
  --ds-space-075: 0.375rem;