@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @seed-design/migration-index
2
2
 
3
+ ## 0.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - a7e2571: fix color mapping (divider-1, on-gray-overlay-50)
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
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.on-image"],
166
+ next: ["$color.stroke.neutral-muted"],
168
167
  alternative: ["$color.palette.static-black-alpha-50"],
169
168
  },
170
169
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/migration-index",
3
- "version": "0.0.3",
3
+ "version": "0.0.18",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",