@seed-design/migration-index 0.0.28 β†’ 1.0.0

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,53 @@
1
1
  # @seed-design/migration-index
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 34f92f2: 🌱 SEED Design νŒ¨ν‚€μ§€μ˜ 첫 메이저 버전을 μΆœμ‹œν•©λ‹ˆλ‹€.
8
+
9
+ ## 0.0.30
10
+
11
+ ### Patch Changes
12
+
13
+ - 8448880: μ‹œλ§¨ν‹± stroke 컬러 토큰을 μ—…λ°μ΄νŠΈν•©λ‹ˆλ‹€.
14
+
15
+ **이름이 λ³€κ²½λ˜λŠ” stroke 토큰**
16
+
17
+ - [Color Role κ·œμΉ™](https://seed-design.io/docs/foundation/color/color-role)에 맞좰 일관적인 토큰 이름을 μœ μ§€ν•  수 μžˆλ„λ‘ μ—…λ°μ΄νŠΈν•©λ‹ˆλ‹€.
18
+ - 이름이 λ³€κ²½λ˜λŠ” stroke 토큰을 μ‚¬μš©ν•˜κ³  μžˆλŠ” 경우, κ°„λ‹¨ν•œ Find & Replace λ§ˆμ΄κ·Έλ ˆμ΄μ…˜μ΄ ν•„μš”ν•©λ‹ˆλ‹€.
19
+
20
+ | κΈ°μ‘΄ | μ‹ κ·œ | λΉ„κ³  |
21
+ | ------------------------------- | ------------------------------- | ---------------------------------- |
22
+ | **$color.stroke.neutral-muted** | $color.stroke.neutral-subtle | κ°€μž₯ λ¨Όμ € λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ν•΄μ•Ό ν•©λ‹ˆλ‹€. |
23
+ | $color.stroke.on-image | $color.stroke.neutral-subtle |
24
+ | $color.stroke.neutral | **$color.stroke.neutral-muted** |
25
+ | $color.stroke.field-focused | $color.stroke.neutral-contrast |
26
+ | $color.stroke.control | $color.stroke.neutral-weak |
27
+ | $color.stroke.field | $color.stroke.neutral-weak |
28
+ | $color.stroke.brand | $color.stroke.brand-weak |
29
+ | $color.stroke.positive | $color.stroke.positive-weak |
30
+ | $color.stroke.informative | $color.stroke.informative-weak |
31
+ | $color.stroke.warning | $color.stroke.warning-weak |
32
+ | $color.stroke.critical | $color.stroke.critical-weak |
33
+
34
+ **색상이 λ³€κ²½λ˜λŠ” stroke 토큰 (λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ λΆˆν•„μš”)**
35
+
36
+ `$color.stroke.neutral-contrast` (이름 λ³€κ²½ μ „ `$color.stroke.field-focused`)
37
+
38
+ λͺ¨λ“  theme modeμ—μ„œ `$color.palette.gray-800` β†’ `$color.palette.gray-1000`둜 λ³€κ²½λ˜μ—ˆμŠ΅λ‹ˆλ‹€.
39
+
40
+ **μ‹ κ·œ stroke 토큰 (λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ λΆˆν•„μš”)**
41
+
42
+ | μ‹ κ·œ |
43
+ | ------------------------------- |
44
+ | $color.stroke.neutral-solid |
45
+ | $color.stroke.brand-solid |
46
+ | $color.stroke.positive-solid |
47
+ | $color.stroke.informative-solid |
48
+ | $color.stroke.warning-solid |
49
+ | $color.stroke.critical-solid |
50
+
3
51
  ## 0.0.28
4
52
 
5
53
  ### Patch Changes
package/color.mjs CHANGED
@@ -154,7 +154,7 @@ export const semanticColorMappings = [
154
154
  },
155
155
  {
156
156
  previous: "$semantic.color.on-gray-overlay-50",
157
- next: ["$color.stroke.on-image"],
157
+ next: ["$color.stroke.neutral-subtle"],
158
158
  },
159
159
  {
160
160
  previous: "$semantic.color.on-gray-overlay-100",
@@ -163,12 +163,12 @@ export const semanticColorMappings = [
163
163
  },
164
164
  {
165
165
  previous: "$semantic.color.divider-1",
166
- next: ["$color.stroke.neutral-muted"],
166
+ next: ["$color.stroke.neutral-subtle"],
167
167
  alternative: ["$color.palette.static-black-alpha-50"],
168
168
  },
169
169
  {
170
170
  previous: "$semantic.color.divider-2",
171
- next: ["$color.stroke.neutral"],
171
+ next: ["$color.stroke.neutral-muted"],
172
172
  alternative: ["$color.palette.gray-300"],
173
173
  },
174
174
  {
@@ -244,7 +244,7 @@ export const scaleColorMappings = [
244
244
  },
245
245
  {
246
246
  previous: "$scale.color.gray-alpha-50",
247
- next: ["$color.palette.gray-200", "$color.stroke.on-image"],
247
+ next: ["$color.palette.gray-200", "$color.stroke.neutral-subtle"],
248
248
  },
249
249
  {
250
250
  previous: "$scale.color.gray-alpha-100",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/migration-index",
3
- "version": "0.0.28",
3
+ "version": "1.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",