@uniai-fe/uds-primitives 0.5.3 → 0.5.4
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/package.json
CHANGED
|
@@ -33,7 +33,7 @@ export default function AlternateLoadingIcon({
|
|
|
33
33
|
>
|
|
34
34
|
{size === "small" && (
|
|
35
35
|
<SpinnerSmallIcon
|
|
36
|
-
alt="불러오는 중"
|
|
36
|
+
// alt="불러오는 중"
|
|
37
37
|
width={24}
|
|
38
38
|
height={24}
|
|
39
39
|
viewBox="0 0 24 24"
|
|
@@ -42,7 +42,7 @@ export default function AlternateLoadingIcon({
|
|
|
42
42
|
)}
|
|
43
43
|
{size === "medium" && (
|
|
44
44
|
<SpinnerMediumIcon
|
|
45
|
-
alt="불러오는 중"
|
|
45
|
+
// alt="불러오는 중"
|
|
46
46
|
width={36}
|
|
47
47
|
height={36}
|
|
48
48
|
viewBox="0 0 36 36"
|
|
@@ -51,7 +51,7 @@ export default function AlternateLoadingIcon({
|
|
|
51
51
|
)}
|
|
52
52
|
{size === "large" && (
|
|
53
53
|
<SpinnerLargeIcon
|
|
54
|
-
alt="불러오는 중"
|
|
54
|
+
// alt="불러오는 중"
|
|
55
55
|
width={52}
|
|
56
56
|
height={52}
|
|
57
57
|
viewBox="0 0 52 52"
|