@seed-design/migration-index 0.0.3 → 0.0.18
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.
- package/CHANGELOG.md +6 -0
- package/color.mjs +2 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/color.mjs
CHANGED
@@ -154,8 +154,7 @@ export const semanticColorMappings = [
|
|
154
154
|
},
|
155
155
|
{
|
156
156
|
previous: "$semantic.color.on-gray-overlay-50",
|
157
|
-
next: [],
|
158
|
-
description: "TBD",
|
157
|
+
next: ["$color.stroke.on-image"],
|
159
158
|
},
|
160
159
|
{
|
161
160
|
previous: "$semantic.color.on-gray-overlay-100",
|
@@ -164,7 +163,7 @@ export const semanticColorMappings = [
|
|
164
163
|
},
|
165
164
|
{
|
166
165
|
previous: "$semantic.color.divider-1",
|
167
|
-
next: ["$color.stroke.
|
166
|
+
next: ["$color.stroke.neutral-muted"],
|
168
167
|
alternative: ["$color.palette.static-black-alpha-50"],
|
169
168
|
},
|
170
169
|
{
|