@atlaskit/tokens 0.13.3 → 0.13.5

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 (107) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/css/atlassian-dark.css +321 -321
  3. package/css/atlassian-legacy-dark.css +321 -321
  4. package/css/atlassian-legacy-light.css +321 -321
  5. package/css/atlassian-light.css +321 -321
  6. package/css/atlassian-spacing.css +31 -31
  7. package/css/atlassian-typography.css +6 -6
  8. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +340 -340
  9. package/dist/cjs/artifacts/palettes-raw/palette.js +607 -607
  10. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +35 -35
  11. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +43 -43
  12. package/dist/cjs/artifacts/replacement-mapping.js +112 -112
  13. package/dist/cjs/artifacts/token-default-values.js +199 -199
  14. package/dist/cjs/artifacts/token-names.js +199 -199
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  20. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +80 -60
  21. package/dist/cjs/get-token-value.js +1 -1
  22. package/dist/cjs/get-token.js +1 -1
  23. package/dist/cjs/tokens/default/color/background.js +2 -2
  24. package/dist/cjs/tokens/default/color/border.js +1 -1
  25. package/dist/cjs/tokens/default/color/chart.js +94 -94
  26. package/dist/cjs/tokens/default/color/icon.js +1 -1
  27. package/dist/cjs/tokens/default/color/text.js +1 -1
  28. package/dist/cjs/version.json +1 -1
  29. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +340 -340
  30. package/dist/es2019/artifacts/palettes-raw/palette.js +607 -607
  31. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +35 -35
  32. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +43 -43
  33. package/dist/es2019/artifacts/replacement-mapping.js +112 -112
  34. package/dist/es2019/artifacts/token-default-values.js +199 -199
  35. package/dist/es2019/artifacts/token-names.js +199 -199
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  37. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  38. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  39. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  40. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  41. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +80 -60
  42. package/dist/es2019/get-token-value.js +1 -1
  43. package/dist/es2019/get-token.js +1 -1
  44. package/dist/es2019/tokens/default/color/background.js +2 -2
  45. package/dist/es2019/tokens/default/color/border.js +1 -1
  46. package/dist/es2019/tokens/default/color/chart.js +94 -94
  47. package/dist/es2019/tokens/default/color/icon.js +1 -1
  48. package/dist/es2019/tokens/default/color/text.js +1 -1
  49. package/dist/es2019/version.json +1 -1
  50. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +340 -340
  51. package/dist/esm/artifacts/palettes-raw/palette.js +607 -607
  52. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +35 -35
  53. package/dist/esm/artifacts/palettes-raw/typography-palette.js +43 -43
  54. package/dist/esm/artifacts/replacement-mapping.js +112 -112
  55. package/dist/esm/artifacts/token-default-values.js +199 -199
  56. package/dist/esm/artifacts/token-names.js +199 -199
  57. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  58. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  59. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  60. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  61. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  62. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +80 -60
  63. package/dist/esm/get-token-value.js +1 -1
  64. package/dist/esm/get-token.js +1 -1
  65. package/dist/esm/tokens/default/color/background.js +2 -2
  66. package/dist/esm/tokens/default/color/border.js +1 -1
  67. package/dist/esm/tokens/default/color/chart.js +94 -94
  68. package/dist/esm/tokens/default/color/icon.js +1 -1
  69. package/dist/esm/tokens/default/color/text.js +1 -1
  70. package/dist/esm/version.json +1 -1
  71. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +5 -5
  72. package/dist/types/artifacts/palettes-raw/palette.d.ts +5 -5
  73. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  74. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  75. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  76. package/dist/types/artifacts/token-default-values.d.ts +199 -199
  77. package/dist/types/artifacts/token-names.d.ts +397 -397
  78. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +42 -37
  79. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +42 -37
  80. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +38 -33
  81. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +38 -33
  82. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +22 -17
  83. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
  84. package/dist/types/artifacts/types-internal.d.ts +2 -2
  85. package/dist/types/artifacts/types.d.ts +2 -2
  86. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  87. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  88. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  89. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  90. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  91. package/figma/atlassian-dark.json +2733 -0
  92. package/figma/atlassian-legacy-dark.json +2733 -0
  93. package/figma/atlassian-legacy-light.json +2711 -0
  94. package/figma/atlassian-light.json +2711 -0
  95. package/figma/atlassian-spacing.json +956 -0
  96. package/figma/atlassian-typography.json +114 -0
  97. package/package.json +5 -3
  98. package/report.api.md +396 -396
  99. package/tmp/api-report-tmp.d.ts +396 -396
  100. package/dist/cjs/figma/synchronize-figma-tokens.js +0 -220
  101. package/dist/cjs/figma/types.js +0 -5
  102. package/dist/es2019/figma/synchronize-figma-tokens.js +0 -212
  103. package/dist/es2019/figma/types.js +0 -1
  104. package/dist/esm/figma/synchronize-figma-tokens.js +0 -216
  105. package/dist/esm/figma/types.js +0 -1
  106. package/dist/types/figma/synchronize-figma-tokens.d.ts +0 -24
  107. package/dist/types/figma/types.d.ts +0 -40
@@ -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::4466431b8da920b1737382f7e9e82009>>
3
+ * @codegen <<SignedSource::496467b0392d344d04df137d9d8edf4c>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -78,6 +78,23 @@ const tokens = [{
78
78
  },
79
79
  "name": "spacing.scale.Space100",
80
80
  "path": ["spacing", "scale", "Space100"]
81
+ }, {
82
+ "value": "5rem",
83
+ "attributes": {
84
+ "group": "scale"
85
+ },
86
+ "pixelValue": "80px",
87
+ "filePath": "src/palettes/spacing-scale.tsx",
88
+ "isSource": true,
89
+ "original": {
90
+ "value": "5rem",
91
+ "attributes": {
92
+ "group": "scale"
93
+ },
94
+ "pixelValue": "80px"
95
+ },
96
+ "name": "spacing.scale.Space1000",
97
+ "path": ["spacing", "scale", "Space1000"]
81
98
  }, {
82
99
  "value": "0.75rem",
83
100
  "attributes": {
@@ -200,23 +217,6 @@ const tokens = [{
200
217
  },
201
218
  "name": "spacing.scale.Space800",
202
219
  "path": ["spacing", "scale", "Space800"]
203
- }, {
204
- "value": "5rem",
205
- "attributes": {
206
- "group": "scale"
207
- },
208
- "pixelValue": "80px",
209
- "filePath": "src/palettes/spacing-scale.tsx",
210
- "isSource": true,
211
- "original": {
212
- "value": "5rem",
213
- "attributes": {
214
- "group": "scale"
215
- },
216
- "pixelValue": "80px"
217
- },
218
- "name": "spacing.scale.Space1000",
219
- "path": ["spacing", "scale", "Space1000"]
220
220
  }, {
221
221
  "value": "0",
222
222
  "attributes": {
@@ -292,6 +292,23 @@ const tokens = [{
292
292
  },
293
293
  "name": "space.Space100",
294
294
  "path": ["space", "Space100"]
295
+ }, {
296
+ "value": "5rem",
297
+ "attributes": {
298
+ "group": "scale"
299
+ },
300
+ "pixelValue": "80px",
301
+ "filePath": "src/palettes/spacing-scale.tsx",
302
+ "isSource": true,
303
+ "original": {
304
+ "value": "5rem",
305
+ "attributes": {
306
+ "group": "scale"
307
+ },
308
+ "pixelValue": "80px"
309
+ },
310
+ "name": "space.Space1000",
311
+ "path": ["space", "Space1000"]
295
312
  }, {
296
313
  "value": "0.75rem",
297
314
  "attributes": {
@@ -414,22 +431,5 @@ const tokens = [{
414
431
  },
415
432
  "name": "space.Space800",
416
433
  "path": ["space", "Space800"]
417
- }, {
418
- "value": "5rem",
419
- "attributes": {
420
- "group": "scale"
421
- },
422
- "pixelValue": "80px",
423
- "filePath": "src/palettes/spacing-scale.tsx",
424
- "isSource": true,
425
- "original": {
426
- "value": "5rem",
427
- "attributes": {
428
- "group": "scale"
429
- },
430
- "pixelValue": "80px"
431
- },
432
- "name": "space.Space1000",
433
- "path": ["space", "Space1000"]
434
434
  }];
435
435
  export default tokens;
@@ -1,9 +1,39 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b49ec5b311f966a866a3fd882c03e43d>>
3
+ * @codegen <<SignedSource::04c90c279da3841c8c8952b13bddb31b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
7
+ "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
8
+ "attributes": {
9
+ "group": "scale"
10
+ },
11
+ "filePath": "src/palettes/typography-palette.tsx",
12
+ "isSource": true,
13
+ "original": {
14
+ "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
15
+ "attributes": {
16
+ "group": "scale"
17
+ }
18
+ },
19
+ "name": "typography.fontFamily.FontFamilyMonospace",
20
+ "path": ["typography", "fontFamily", "FontFamilyMonospace"]
21
+ }, {
22
+ "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
23
+ "attributes": {
24
+ "group": "scale"
25
+ },
26
+ "filePath": "src/palettes/typography-palette.tsx",
27
+ "isSource": true,
28
+ "original": {
29
+ "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
30
+ "attributes": {
31
+ "group": "scale"
32
+ }
33
+ },
34
+ "name": "typography.fontFamily.FontFamilySans",
35
+ "path": ["typography", "fontFamily", "FontFamilySans"]
36
+ }, {
7
37
  "value": "11px",
8
38
  "attributes": {
9
39
  "group": "scale"
@@ -124,20 +154,20 @@ const tokens = [{
124
154
  "name": "typography.fontSize.FontSize600",
125
155
  "path": ["typography", "fontSize", "FontSize600"]
126
156
  }, {
127
- "value": "400",
157
+ "value": "700",
128
158
  "attributes": {
129
159
  "group": "scale"
130
160
  },
131
161
  "filePath": "src/palettes/typography-palette.tsx",
132
162
  "isSource": true,
133
163
  "original": {
134
- "value": "400",
164
+ "value": "700",
135
165
  "attributes": {
136
166
  "group": "scale"
137
167
  }
138
168
  },
139
- "name": "typography.fontWeight.FontWeightRegular",
140
- "path": ["typography", "fontWeight", "FontWeightRegular"]
169
+ "name": "typography.fontWeight.FontWeightBold",
170
+ "path": ["typography", "fontWeight", "FontWeightBold"]
141
171
  }, {
142
172
  "value": "500",
143
173
  "attributes": {
@@ -154,65 +184,35 @@ const tokens = [{
154
184
  "name": "typography.fontWeight.FontWeightMedium",
155
185
  "path": ["typography", "fontWeight", "FontWeightMedium"]
156
186
  }, {
157
- "value": "600",
158
- "attributes": {
159
- "group": "scale"
160
- },
161
- "filePath": "src/palettes/typography-palette.tsx",
162
- "isSource": true,
163
- "original": {
164
- "value": "600",
165
- "attributes": {
166
- "group": "scale"
167
- }
168
- },
169
- "name": "typography.fontWeight.FontWeightSemiBold",
170
- "path": ["typography", "fontWeight", "FontWeightSemiBold"]
171
- }, {
172
- "value": "700",
173
- "attributes": {
174
- "group": "scale"
175
- },
176
- "filePath": "src/palettes/typography-palette.tsx",
177
- "isSource": true,
178
- "original": {
179
- "value": "700",
180
- "attributes": {
181
- "group": "scale"
182
- }
183
- },
184
- "name": "typography.fontWeight.FontWeightBold",
185
- "path": ["typography", "fontWeight", "FontWeightBold"]
186
- }, {
187
- "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
187
+ "value": "400",
188
188
  "attributes": {
189
189
  "group": "scale"
190
190
  },
191
191
  "filePath": "src/palettes/typography-palette.tsx",
192
192
  "isSource": true,
193
193
  "original": {
194
- "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
194
+ "value": "400",
195
195
  "attributes": {
196
196
  "group": "scale"
197
197
  }
198
198
  },
199
- "name": "typography.fontFamily.FontFamilySans",
200
- "path": ["typography", "fontFamily", "FontFamilySans"]
199
+ "name": "typography.fontWeight.FontWeightRegular",
200
+ "path": ["typography", "fontWeight", "FontWeightRegular"]
201
201
  }, {
202
- "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
202
+ "value": "600",
203
203
  "attributes": {
204
204
  "group": "scale"
205
205
  },
206
206
  "filePath": "src/palettes/typography-palette.tsx",
207
207
  "isSource": true,
208
208
  "original": {
209
- "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
209
+ "value": "600",
210
210
  "attributes": {
211
211
  "group": "scale"
212
212
  }
213
213
  },
214
- "name": "typography.fontFamily.FontFamilyMonospace",
215
- "path": ["typography", "fontFamily", "FontFamilyMonospace"]
214
+ "name": "typography.fontWeight.FontWeightSemiBold",
215
+ "path": ["typography", "fontWeight", "FontWeightSemiBold"]
216
216
  }, {
217
217
  "value": "16px",
218
218
  "attributes": {
@@ -12,7 +12,7 @@
12
12
  * These changes will then be picked up by our tooling which will attempt to
13
13
  * migrate as many of these renames as possible.
14
14
  *
15
- * @codegen <<SignedSource::4e3a79269c9d9fac4349a3f424c0a224>>
15
+ * @codegen <<SignedSource::f641b000c13ad37f0b16624edf778c41>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
  const replacementMapper = [{
@@ -20,21 +20,21 @@ const replacementMapper = [{
20
20
  "state": "deleted",
21
21
  "replacement": "color.text.[default]"
22
22
  }, {
23
- "path": "color.text.mediumEmphasis",
24
- "state": "deleted",
25
- "replacement": "color.text.subtle"
26
- }, {
27
- "path": "color.text.lowEmphasis",
23
+ "path": "color.text.link.pressed",
28
24
  "state": "deleted",
29
- "replacement": "color.text.subtlest"
25
+ "replacement": "color.link.pressed"
30
26
  }, {
31
27
  "path": "color.text.link.resting",
32
28
  "state": "deleted",
33
29
  "replacement": "color.link.[default]"
34
30
  }, {
35
- "path": "color.text.link.pressed",
31
+ "path": "color.text.lowEmphasis",
36
32
  "state": "deleted",
37
- "replacement": "color.link.pressed"
33
+ "replacement": "color.text.subtlest"
34
+ }, {
35
+ "path": "color.text.mediumEmphasis",
36
+ "state": "deleted",
37
+ "replacement": "color.text.subtle"
38
38
  }, {
39
39
  "path": "color.text.onBold",
40
40
  "state": "deleted",
@@ -51,14 +51,6 @@ const replacementMapper = [{
51
51
  "path": "color.border.neutral",
52
52
  "state": "deleted",
53
53
  "replacement": "color.border.[default]"
54
- }, {
55
- "path": "color.background.accent.blue.[default]",
56
- "state": "deleted",
57
- "replacement": "color.background.accent.blue.subtler"
58
- }, {
59
- "path": "color.background.accent.blue.bold",
60
- "state": "deleted",
61
- "replacement": "color.background.accent.blue.subtle"
62
54
  }, {
63
55
  "path": "color.background.accent.red.[default]",
64
56
  "state": "deleted",
@@ -91,14 +83,6 @@ const replacementMapper = [{
91
83
  "path": "color.background.accent.green.bold",
92
84
  "state": "deleted",
93
85
  "replacement": "color.background.accent.green.subtle"
94
- }, {
95
- "path": "color.background.accent.purple.[default]",
96
- "state": "deleted",
97
- "replacement": "color.background.accent.purple.subtler"
98
- }, {
99
- "path": "color.background.accent.purple.bold",
100
- "state": "deleted",
101
- "replacement": "color.background.accent.purple.subtle"
102
86
  }, {
103
87
  "path": "color.background.accent.teal.[default]",
104
88
  "state": "deleted",
@@ -108,45 +92,33 @@ const replacementMapper = [{
108
92
  "state": "deleted",
109
93
  "replacement": "color.background.accent.teal.subtle"
110
94
  }, {
111
- "path": "color.background.accent.magenta.[default]",
112
- "state": "deleted",
113
- "replacement": "color.background.accent.magenta.subtler"
114
- }, {
115
- "path": "color.background.accent.magenta.bold",
116
- "state": "deleted",
117
- "replacement": "color.background.accent.magenta.subtle"
118
- }, {
119
- "path": "color.background.inverse.[default]",
95
+ "path": "color.background.accent.blue.[default]",
120
96
  "state": "deleted",
121
- "replacement": "color.background.inverse.subtle.[default]"
97
+ "replacement": "color.background.accent.blue.subtler"
122
98
  }, {
123
- "path": "color.background.brand.[default].[default]",
99
+ "path": "color.background.accent.blue.bold",
124
100
  "state": "deleted",
125
- "replacement": "color.background.selected.[default].[default]"
101
+ "replacement": "color.background.accent.blue.subtle"
126
102
  }, {
127
- "path": "color.background.brand.[default].hovered",
103
+ "path": "color.background.accent.purple.[default]",
128
104
  "state": "deleted",
129
- "replacement": "color.background.selected.[default].hovered"
105
+ "replacement": "color.background.accent.purple.subtler"
130
106
  }, {
131
- "path": "color.background.brand.[default].pressed",
107
+ "path": "color.background.accent.purple.bold",
132
108
  "state": "deleted",
133
- "replacement": "color.background.selected.[default].pressed"
109
+ "replacement": "color.background.accent.purple.subtle"
134
110
  }, {
135
- "path": "color.background.selected.resting",
111
+ "path": "color.background.accent.magenta.[default]",
136
112
  "state": "deleted",
137
- "replacement": "color.background.selected.[default].[default]"
113
+ "replacement": "color.background.accent.magenta.subtler"
138
114
  }, {
139
- "path": "color.background.selected.hover",
115
+ "path": "color.background.accent.magenta.bold",
140
116
  "state": "deleted",
141
- "replacement": "color.background.selected.[default].hovered"
117
+ "replacement": "color.background.accent.magenta.subtle"
142
118
  }, {
143
119
  "path": "color.background.blanket",
144
120
  "state": "deleted",
145
121
  "replacement": "color.blanket.[default]"
146
- }, {
147
- "path": "color.background.boldBrand.resting",
148
- "state": "deleted",
149
- "replacement": "color.background.brand.bold.[default]"
150
122
  }, {
151
123
  "path": "color.background.boldBrand.hover",
152
124
  "state": "deleted",
@@ -156,9 +128,9 @@ const replacementMapper = [{
156
128
  "state": "deleted",
157
129
  "replacement": "color.background.brand.bold.pressed"
158
130
  }, {
159
- "path": "color.background.boldDanger.resting",
131
+ "path": "color.background.boldBrand.resting",
160
132
  "state": "deleted",
161
- "replacement": "color.background.danger.bold.[default]"
133
+ "replacement": "color.background.brand.bold.[default]"
162
134
  }, {
163
135
  "path": "color.background.boldDanger.hover",
164
136
  "state": "deleted",
@@ -168,9 +140,9 @@ const replacementMapper = [{
168
140
  "state": "deleted",
169
141
  "replacement": "color.background.danger.bold.pressed"
170
142
  }, {
171
- "path": "color.background.boldDiscovery.resting",
143
+ "path": "color.background.boldDanger.resting",
172
144
  "state": "deleted",
173
- "replacement": "color.background.discovery.bold.[default]"
145
+ "replacement": "color.background.danger.bold.[default]"
174
146
  }, {
175
147
  "path": "color.background.boldDiscovery.hover",
176
148
  "state": "deleted",
@@ -180,9 +152,9 @@ const replacementMapper = [{
180
152
  "state": "deleted",
181
153
  "replacement": "color.background.discovery.bold.pressed"
182
154
  }, {
183
- "path": "color.background.boldNeutral.resting",
155
+ "path": "color.background.boldDiscovery.resting",
184
156
  "state": "deleted",
185
- "replacement": "color.background.neutral.bold.[default]"
157
+ "replacement": "color.background.discovery.bold.[default]"
186
158
  }, {
187
159
  "path": "color.background.boldNeutral.hover",
188
160
  "state": "deleted",
@@ -192,9 +164,9 @@ const replacementMapper = [{
192
164
  "state": "deleted",
193
165
  "replacement": "color.background.neutral.bold.pressed"
194
166
  }, {
195
- "path": "color.background.boldSuccess.resting",
167
+ "path": "color.background.boldNeutral.resting",
196
168
  "state": "deleted",
197
- "replacement": "color.background.success.bold.[default]"
169
+ "replacement": "color.background.neutral.bold.[default]"
198
170
  }, {
199
171
  "path": "color.background.boldSuccess.hover",
200
172
  "state": "deleted",
@@ -204,9 +176,9 @@ const replacementMapper = [{
204
176
  "state": "deleted",
205
177
  "replacement": "color.background.success.bold.pressed"
206
178
  }, {
207
- "path": "color.background.boldWarning.resting",
179
+ "path": "color.background.boldSuccess.resting",
208
180
  "state": "deleted",
209
- "replacement": "color.background.warning.bold.[default]"
181
+ "replacement": "color.background.success.bold.[default]"
210
182
  }, {
211
183
  "path": "color.background.boldWarning.hover",
212
184
  "state": "deleted",
@@ -216,29 +188,41 @@ const replacementMapper = [{
216
188
  "state": "deleted",
217
189
  "replacement": "color.background.warning.bold.pressed"
218
190
  }, {
219
- "path": "color.background.default",
191
+ "path": "color.background.boldWarning.resting",
220
192
  "state": "deleted",
221
- "replacement": "elevation.surface.[default].[default]"
193
+ "replacement": "color.background.warning.bold.[default]"
222
194
  }, {
223
195
  "path": "color.background.card",
224
196
  "state": "deleted",
225
197
  "replacement": "elevation.surface.raised.[default]"
198
+ }, {
199
+ "path": "color.background.default",
200
+ "state": "deleted",
201
+ "replacement": "elevation.surface.[default].[default]"
202
+ }, {
203
+ "path": "color.background.inverse.[default]",
204
+ "state": "deleted",
205
+ "replacement": "color.background.inverse.subtle.[default]"
226
206
  }, {
227
207
  "path": "color.background.overlay",
228
208
  "state": "deleted",
229
209
  "replacement": "elevation.surface.overlay.[default]"
230
210
  }, {
231
- "path": "color.background.subtleBorderedNeutral.resting",
211
+ "path": "color.background.selected.hover",
232
212
  "state": "deleted",
233
- "replacement": "color.background.input.[default]"
213
+ "replacement": "color.background.selected.[default].hovered"
214
+ }, {
215
+ "path": "color.background.selected.resting",
216
+ "state": "deleted",
217
+ "replacement": "color.background.selected.[default].[default]"
234
218
  }, {
235
219
  "path": "color.background.subtleBorderedNeutral.pressed",
236
220
  "state": "deleted",
237
221
  "replacement": "color.background.input.pressed"
238
222
  }, {
239
- "path": "color.background.subtleBrand.resting",
223
+ "path": "color.background.subtleBorderedNeutral.resting",
240
224
  "state": "deleted",
241
- "replacement": "color.background.selected.[default].[default]"
225
+ "replacement": "color.background.input.[default]"
242
226
  }, {
243
227
  "path": "color.background.subtleBrand.hover",
244
228
  "state": "deleted",
@@ -248,9 +232,9 @@ const replacementMapper = [{
248
232
  "state": "deleted",
249
233
  "replacement": "color.background.selected.[default].pressed"
250
234
  }, {
251
- "path": "color.background.subtleDanger.resting",
235
+ "path": "color.background.subtleBrand.resting",
252
236
  "state": "deleted",
253
- "replacement": "color.background.danger.[default].[default]"
237
+ "replacement": "color.background.selected.[default].[default]"
254
238
  }, {
255
239
  "path": "color.background.subtleDanger.hover",
256
240
  "state": "deleted",
@@ -260,9 +244,9 @@ const replacementMapper = [{
260
244
  "state": "deleted",
261
245
  "replacement": "color.background.danger.[default].pressed"
262
246
  }, {
263
- "path": "color.background.subtleDiscovery.resting",
247
+ "path": "color.background.subtleDanger.resting",
264
248
  "state": "deleted",
265
- "replacement": "color.background.discovery.[default].[default]"
249
+ "replacement": "color.background.danger.[default].[default]"
266
250
  }, {
267
251
  "path": "color.background.subtleDiscovery.hover",
268
252
  "state": "deleted",
@@ -272,9 +256,9 @@ const replacementMapper = [{
272
256
  "state": "deleted",
273
257
  "replacement": "color.background.discovery.[default].pressed"
274
258
  }, {
275
- "path": "color.background.subtleNeutral.resting",
259
+ "path": "color.background.subtleDiscovery.resting",
276
260
  "state": "deleted",
277
- "replacement": "color.background.neutral.[default].[default]"
261
+ "replacement": "color.background.discovery.[default].[default]"
278
262
  }, {
279
263
  "path": "color.background.subtleNeutral.hover",
280
264
  "state": "deleted",
@@ -284,9 +268,9 @@ const replacementMapper = [{
284
268
  "state": "deleted",
285
269
  "replacement": "color.background.neutral.[default].pressed"
286
270
  }, {
287
- "path": "color.background.subtleSuccess.resting",
271
+ "path": "color.background.subtleNeutral.resting",
288
272
  "state": "deleted",
289
- "replacement": "color.background.success.[default].[default]"
273
+ "replacement": "color.background.neutral.[default].[default]"
290
274
  }, {
291
275
  "path": "color.background.subtleSuccess.hover",
292
276
  "state": "deleted",
@@ -296,9 +280,9 @@ const replacementMapper = [{
296
280
  "state": "deleted",
297
281
  "replacement": "color.background.success.[default].pressed"
298
282
  }, {
299
- "path": "color.background.subtleWarning.resting",
283
+ "path": "color.background.subtleSuccess.resting",
300
284
  "state": "deleted",
301
- "replacement": "color.background.warning.[default].[default]"
285
+ "replacement": "color.background.success.[default].[default]"
302
286
  }, {
303
287
  "path": "color.background.subtleWarning.hover",
304
288
  "state": "deleted",
@@ -307,6 +291,10 @@ const replacementMapper = [{
307
291
  "path": "color.background.subtleWarning.pressed",
308
292
  "state": "deleted",
309
293
  "replacement": "color.background.warning.[default].pressed"
294
+ }, {
295
+ "path": "color.background.subtleWarning.resting",
296
+ "state": "deleted",
297
+ "replacement": "color.background.warning.[default].[default]"
310
298
  }, {
311
299
  "path": "color.background.sunken",
312
300
  "state": "deleted",
@@ -319,6 +307,18 @@ const replacementMapper = [{
319
307
  "path": "color.background.transparentNeutral.pressed",
320
308
  "state": "deleted",
321
309
  "replacement": "color.background.neutral.subtle.pressed"
310
+ }, {
311
+ "path": "color.background.brand.[default].[default]",
312
+ "state": "deleted",
313
+ "replacement": "color.background.selected.[default].[default]"
314
+ }, {
315
+ "path": "color.background.brand.[default].hovered",
316
+ "state": "deleted",
317
+ "replacement": "color.background.selected.[default].hovered"
318
+ }, {
319
+ "path": "color.background.brand.[default].pressed",
320
+ "state": "deleted",
321
+ "replacement": "color.background.selected.[default].pressed"
322
322
  }, {
323
323
  "path": "color.interaction.inverse.hovered",
324
324
  "state": "deleted",
@@ -512,21 +512,29 @@ const replacementMapper = [{
512
512
  "state": "experimental",
513
513
  "replacement": "48px"
514
514
  }, {
515
- "path": "spacing.ecl.element.2",
515
+ "path": "spacing.gap.100",
516
516
  "state": "experimental",
517
- "replacement": "2px"
517
+ "replacement": "8px"
518
518
  }, {
519
- "path": "spacing.ecl.element.4",
519
+ "path": "spacing.gap.200",
520
520
  "state": "experimental",
521
- "replacement": "4px"
521
+ "replacement": "16px"
522
522
  }, {
523
- "path": "spacing.ecl.element.6",
523
+ "path": "spacing.gap.300",
524
524
  "state": "experimental",
525
- "replacement": "6px"
525
+ "replacement": "24px"
526
526
  }, {
527
- "path": "spacing.ecl.element.8",
527
+ "path": "spacing.inset.100",
528
528
  "state": "experimental",
529
529
  "replacement": "8px"
530
+ }, {
531
+ "path": "spacing.inset.200",
532
+ "state": "experimental",
533
+ "replacement": "16px"
534
+ }, {
535
+ "path": "spacing.inset.300",
536
+ "state": "experimental",
537
+ "replacement": "24px"
530
538
  }, {
531
539
  "path": "spacing.ecl.container.12",
532
540
  "state": "experimental",
@@ -543,6 +551,22 @@ const replacementMapper = [{
543
551
  "path": "spacing.ecl.container.24",
544
552
  "state": "experimental",
545
553
  "replacement": "24px"
554
+ }, {
555
+ "path": "spacing.ecl.element.2",
556
+ "state": "experimental",
557
+ "replacement": "2px"
558
+ }, {
559
+ "path": "spacing.ecl.element.4",
560
+ "state": "experimental",
561
+ "replacement": "4px"
562
+ }, {
563
+ "path": "spacing.ecl.element.6",
564
+ "state": "experimental",
565
+ "replacement": "6px"
566
+ }, {
567
+ "path": "spacing.ecl.element.8",
568
+ "state": "experimental",
569
+ "replacement": "8px"
546
570
  }, {
547
571
  "path": "spacing.ecl.layout.32",
548
572
  "state": "experimental",
@@ -571,22 +595,6 @@ const replacementMapper = [{
571
595
  "path": "spacing.ccc.component.8",
572
596
  "state": "experimental",
573
597
  "replacement": "8px"
574
- }, {
575
- "path": "spacing.ccc.content.12",
576
- "state": "experimental",
577
- "replacement": "12px"
578
- }, {
579
- "path": "spacing.ccc.content.16",
580
- "state": "experimental",
581
- "replacement": "16px"
582
- }, {
583
- "path": "spacing.ccc.content.20",
584
- "state": "experimental",
585
- "replacement": "20px"
586
- }, {
587
- "path": "spacing.ccc.content.24",
588
- "state": "experimental",
589
- "replacement": "24px"
590
598
  }, {
591
599
  "path": "spacing.ccc.container.32",
592
600
  "state": "experimental",
@@ -600,27 +608,19 @@ const replacementMapper = [{
600
608
  "state": "experimental",
601
609
  "replacement": "48px"
602
610
  }, {
603
- "path": "spacing.gap.100",
611
+ "path": "spacing.ccc.content.12",
604
612
  "state": "experimental",
605
- "replacement": "8px"
613
+ "replacement": "12px"
606
614
  }, {
607
- "path": "spacing.gap.200",
615
+ "path": "spacing.ccc.content.16",
608
616
  "state": "experimental",
609
617
  "replacement": "16px"
610
618
  }, {
611
- "path": "spacing.gap.300",
612
- "state": "experimental",
613
- "replacement": "24px"
614
- }, {
615
- "path": "spacing.inset.100",
616
- "state": "experimental",
617
- "replacement": "8px"
618
- }, {
619
- "path": "spacing.inset.200",
619
+ "path": "spacing.ccc.content.20",
620
620
  "state": "experimental",
621
- "replacement": "16px"
621
+ "replacement": "20px"
622
622
  }, {
623
- "path": "spacing.inset.300",
623
+ "path": "spacing.ccc.content.24",
624
624
  "state": "experimental",
625
625
  "replacement": "24px"
626
626
  }];