@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 +6 -0
- package/color.mjs +23 -12
- package/package.json +1 -1
- package/typography.mjs +12 -7
package/CHANGELOG.md
CHANGED
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: [
|
599
|
+
next: [],
|
600
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
600
601
|
},
|
601
602
|
{
|
602
603
|
previous: "$static.color.static-carrot-50",
|
603
|
-
next: [
|
604
|
+
next: [],
|
605
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
604
606
|
},
|
605
607
|
{
|
606
608
|
previous: "$static.color.static-carrot-800",
|
607
|
-
next: [
|
609
|
+
next: [],
|
610
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
608
611
|
},
|
609
612
|
{
|
610
613
|
previous: "$static.color.static-green-50",
|
611
|
-
next: [
|
614
|
+
next: [],
|
615
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
612
616
|
},
|
613
617
|
{
|
614
618
|
previous: "$static.color.static-green-800",
|
615
|
-
next: [
|
619
|
+
next: [],
|
620
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
616
621
|
},
|
617
622
|
{
|
618
623
|
previous: "$static.color.static-yellow-50",
|
619
|
-
next: [
|
624
|
+
next: [],
|
625
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
620
626
|
},
|
621
627
|
{
|
622
628
|
previous: "$static.color.static-yellow-800",
|
623
|
-
next: [
|
629
|
+
next: [],
|
630
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
624
631
|
},
|
625
632
|
{
|
626
633
|
previous: "$static.color.static-red-50",
|
627
|
-
next: [
|
634
|
+
next: [],
|
635
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
628
636
|
},
|
629
637
|
{
|
630
638
|
previous: "$static.color.static-red-800",
|
631
|
-
next: [
|
639
|
+
next: [],
|
640
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
632
641
|
},
|
633
642
|
{
|
634
643
|
previous: "$static.color.static-blue-50",
|
635
|
-
next: [
|
644
|
+
next: [],
|
645
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
636
646
|
},
|
637
647
|
{
|
638
648
|
previous: "$static.color.static-blue-800",
|
639
|
-
next: [
|
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: "
|
663
|
+
description: "static 색상 사용 확인이 필요합니다.",
|
653
664
|
},
|
654
665
|
{
|
655
666
|
previous: "$static.color.static-white-alpha-200",
|
package/package.json
CHANGED
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
|
-
|
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: [
|
115
|
-
|
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
|
];
|