@seed-design/migration-index 0.0.2 → 0.0.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 4f465ba: remove static next token
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes
package/color.mjs CHANGED
@@ -596,47 +596,58 @@ export const staticColorMappings = [
596
596
  },
597
597
  {
598
598
  previous: "$static.color.static-gray-900",
599
- next: ["$color.palette.gray-1000"],
599
+ next: [],
600
+ description: "static 색상 사용 확인이 필요합니다.",
600
601
  },
601
602
  {
602
603
  previous: "$static.color.static-carrot-50",
603
- next: ["$color.palette.carrot-100"],
604
+ next: [],
605
+ description: "static 색상 사용 확인이 필요합니다.",
604
606
  },
605
607
  {
606
608
  previous: "$static.color.static-carrot-800",
607
- next: ["$color.palette.carrot-700"],
609
+ next: [],
610
+ description: "static 색상 사용 확인이 필요합니다.",
608
611
  },
609
612
  {
610
613
  previous: "$static.color.static-green-50",
611
- next: ["$color.palette.green-100"],
614
+ next: [],
615
+ description: "static 색상 사용 확인이 필요합니다.",
612
616
  },
613
617
  {
614
618
  previous: "$static.color.static-green-800",
615
- next: ["$color.palette.green-700"],
619
+ next: [],
620
+ description: "static 색상 사용 확인이 필요합니다.",
616
621
  },
617
622
  {
618
623
  previous: "$static.color.static-yellow-50",
619
- next: ["$color.palette.yellow-100"],
624
+ next: [],
625
+ description: "static 색상 사용 확인이 필요합니다.",
620
626
  },
621
627
  {
622
628
  previous: "$static.color.static-yellow-800",
623
- next: ["$color.palette.yellow-800"],
629
+ next: [],
630
+ description: "static 색상 사용 확인이 필요합니다.",
624
631
  },
625
632
  {
626
633
  previous: "$static.color.static-red-50",
627
- next: ["$color.palette.red-100"],
634
+ next: [],
635
+ description: "static 색상 사용 확인이 필요합니다.",
628
636
  },
629
637
  {
630
638
  previous: "$static.color.static-red-800",
631
- next: ["$color.palette.red-700"],
639
+ next: [],
640
+ description: "static 색상 사용 확인이 필요합니다.",
632
641
  },
633
642
  {
634
643
  previous: "$static.color.static-blue-50",
635
- next: ["$color.palette.blue-100"],
644
+ next: [],
645
+ description: "static 색상 사용 확인이 필요합니다.",
636
646
  },
637
647
  {
638
648
  previous: "$static.color.static-blue-800",
639
- next: ["$color.palette.blue-700"],
649
+ next: [],
650
+ description: "static 색상 사용 확인이 필요합니다.",
640
651
  },
641
652
  {
642
653
  previous: "$static.color.static-black-alpha-200",
@@ -649,7 +660,7 @@ export const staticColorMappings = [
649
660
  {
650
661
  previous: "$static.color.static-white-alpha-50",
651
662
  next: [],
652
- description: "deleted",
663
+ description: "static 색상 사용 확인이 필요합니다.",
653
664
  },
654
665
  {
655
666
  previous: "$static.color.static-white-alpha-200",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/migration-index",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",
package/typography.mjs CHANGED
@@ -16,7 +16,7 @@ export const typographyMappings = [
16
16
  },
17
17
  {
18
18
  previous: "$semantic.typography.h4",
19
- next: ["t10Bold"],
19
+ next: ["t10Bold", "screenTitle"],
20
20
  description: "줄간격 -0.1px",
21
21
  },
22
22
  {
@@ -27,6 +27,7 @@ export const typographyMappings = [
27
27
  {
28
28
  previous: "$semantic.typography.title1Regular",
29
29
  next: [],
30
+ description: "Deprecated",
30
31
  },
31
32
  {
32
33
  previous: "$semantic.typography.title2Bold",
@@ -34,7 +35,7 @@ export const typographyMappings = [
34
35
  },
35
36
  {
36
37
  previous: "$semantic.typography.title2Regular",
37
- next: [],
38
+ next: ["t7Regular"],
38
39
  },
39
40
  {
40
41
  previous: "$semantic.typography.title3Bold",
@@ -43,7 +44,7 @@ export const typographyMappings = [
43
44
  },
44
45
  {
45
46
  previous: "$semantic.typography.title3Regular",
46
- next: [],
47
+ next: ["t6Regular"],
47
48
  },
48
49
  {
49
50
  previous: "$semantic.typography.subtitle1Bold",
@@ -82,7 +83,8 @@ export const typographyMappings = [
82
83
  {
83
84
  previous: "$semantic.typography.bodyL2Regular",
84
85
  next: [],
85
- description: "TBD",
86
+ alternative: ["t4Regular"],
87
+ description: "Deprecated",
86
88
  },
87
89
  {
88
90
  previous: "$semantic.typography.bodyM1Bold",
@@ -111,8 +113,9 @@ export const typographyMappings = [
111
113
  },
112
114
  {
113
115
  previous: "$semantic.typography.caption1Regular",
114
- next: ["t3Regular"],
115
- description: "줄간격 -1.5px",
116
+ next: [],
117
+ alternative: ["t3Regular"],
118
+ description: "Deprecated",
116
119
  },
117
120
  {
118
121
  previous: "$semantic.typography.caption2Bold",
@@ -131,7 +134,7 @@ export const typographyMappings = [
131
134
  },
132
135
  {
133
136
  previous: "$semantic.typography.label1Regular",
134
- next: [],
137
+ next: ["t6Regular"],
135
138
  },
136
139
  {
137
140
  previous: "$semantic.typography.label2Bold",
@@ -176,11 +179,13 @@ export const typographyMappings = [
176
179
  {
177
180
  previous: "$semantic.typography.label6Bold",
178
181
  next: [],
182
+ alternative: ["t1Bold"],
179
183
  description: "Deprecated",
180
184
  },
181
185
  {
182
186
  previous: "$semantic.typography.label6Regular",
183
187
  next: [],
188
+ alternative: ["t1Regular"],
184
189
  description: "Deprecated",
185
190
  },
186
191
  ];