@seed-design/rootage-artifacts 1.1.6 → 1.1.8
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/color.yaml +396 -284
- package/components/action-button.yaml +35 -0
- package/components/avatar.yaml +2 -1
- package/components/badge.yaml +22 -0
- package/components/bottom-sheet-handle.yaml +1 -1
- package/components/callout.yaml +17 -0
- package/components/checkbox.yaml +0 -1
- package/components/checkmark.yaml +19 -2
- package/components/chip-tab.yaml +4 -2
- package/components/chip.yaml +14 -2
- package/components/contextual-floating-button.yaml +13 -0
- package/components/control-chip.yaml +1 -1
- package/components/extended-fab.yaml +7 -0
- package/components/field.yaml +2 -0
- package/components/floating-action-button.yaml +7 -0
- package/components/list-item.yaml +8 -0
- package/components/menu-sheet-item.yaml +13 -0
- package/components/notification-badge.yaml +7 -0
- package/components/page-banner.yaml +12 -0
- package/components/progress-circle.yaml +21 -0
- package/components/radio.yaml +0 -1
- package/components/radiomark.yaml +5 -1
- package/components/scroll-fog.yaml +0 -1
- package/components/segmented-control-item.yaml +0 -1
- package/components/segmented-control.yaml +1 -2
- package/components/skeleton.yaml +17 -0
- package/components/slider-thumb.yaml +14 -1
- package/components/slider-tick.yaml +2 -0
- package/components/slider.yaml +92 -1
- package/components/switch-mark.yaml +5 -1
- package/components/switch.yaml +0 -1
- package/components/text-input.yaml +7 -0
- package/components/toggle-button.yaml +7 -0
- package/components/top-navigation.yaml +4 -1
- package/components/typography.yaml +207 -0
- package/font-size.yaml +10 -0
- package/gradient.yaml +50 -46
- package/line-height.yaml +10 -0
- package/package.json +1 -1
- package/shadow.yaml +1 -1
|
@@ -48,12 +48,14 @@ data:
|
|
|
48
48
|
size:
|
|
49
49
|
type: dimension
|
|
50
50
|
prefixIcon:
|
|
51
|
+
description: 주로 액션의 의미를 보조합니다.
|
|
51
52
|
properties:
|
|
52
53
|
color:
|
|
53
54
|
type: color
|
|
54
55
|
size:
|
|
55
56
|
type: dimension
|
|
56
57
|
suffixIcon:
|
|
58
|
+
description: Chevron처럼 동작을 보조하는 역할입니다.
|
|
57
59
|
properties:
|
|
58
60
|
color:
|
|
59
61
|
type: color
|
|
@@ -69,6 +71,39 @@ data:
|
|
|
69
71
|
type: dimension
|
|
70
72
|
thickness:
|
|
71
73
|
type: dimension
|
|
74
|
+
variants:
|
|
75
|
+
variant:
|
|
76
|
+
values:
|
|
77
|
+
brandSolid:
|
|
78
|
+
description: 브랜드의 핵심 가치를 전달하며, 사용자 간 연결이 일어나는 서비스의 주요 기능에 사용합니다. 한 화면에 하나만 사용하는 것을 권장합니다.
|
|
79
|
+
neutralSolid:
|
|
80
|
+
description: 대부분의 화면에서 CTA로 사용합니다. 한 화면에 하나만 사용하는 것을 권장합니다.
|
|
81
|
+
neutralWeak:
|
|
82
|
+
description: CTA를 제외한 대부분의 액션에 사용됩니다.
|
|
83
|
+
criticalSolid:
|
|
84
|
+
description: 삭제나 초기화처럼 되돌릴 수 없는 중요한 작업에 사용합니다.
|
|
85
|
+
neutralOutline:
|
|
86
|
+
description: Solid 타입과 함께 사용할 수 없으며, Brand Outline과 조합하여 사용하는 것을 권장합니다.
|
|
87
|
+
brandOutline:
|
|
88
|
+
description: Solid 타입과 함께 사용할 수 없으며, Neutral Outline과 조합하여 사용하는 것을 권장합니다.
|
|
89
|
+
ghost:
|
|
90
|
+
description: 배경 없이 텍스트와 아이콘만 표시됩니다.
|
|
91
|
+
size:
|
|
92
|
+
values:
|
|
93
|
+
xsmall:
|
|
94
|
+
description: 작은 공간에서 효율적으로 사용할 수 있는 Pill 형태로 제공됩니다.
|
|
95
|
+
small:
|
|
96
|
+
description: 화면 중앙에서 범용적으로 사용됩니다.
|
|
97
|
+
medium:
|
|
98
|
+
description: 화면 중앙에서 범용적으로 사용됩니다.
|
|
99
|
+
large:
|
|
100
|
+
description: 주로 CTA 역할로 사용됩니다.
|
|
101
|
+
layout:
|
|
102
|
+
values:
|
|
103
|
+
withText:
|
|
104
|
+
description: 텍스트와 함께 아이콘을 표시할 수 있습니다.
|
|
105
|
+
iconOnly:
|
|
106
|
+
description: 아이콘만으로 의미를 전달하기 때문에 접근성이 떨어집니다. 꼭 필요한 경우에만 사용하는 것을 권장합니다.
|
|
72
107
|
definitions:
|
|
73
108
|
base:
|
|
74
109
|
enabled:
|
package/components/avatar.yaml
CHANGED
|
@@ -17,12 +17,14 @@ data:
|
|
|
17
17
|
strokeWidth:
|
|
18
18
|
type: dimension
|
|
19
19
|
badgeMask:
|
|
20
|
+
description: size=20에서는 지원되지 않습니다.
|
|
20
21
|
properties:
|
|
21
22
|
offset:
|
|
22
23
|
type: dimension
|
|
23
24
|
size:
|
|
24
25
|
type: dimension
|
|
25
26
|
badge:
|
|
27
|
+
description: size=20에서는 지원되지 않습니다.
|
|
26
28
|
properties:
|
|
27
29
|
offset:
|
|
28
30
|
type: dimension
|
|
@@ -39,7 +41,6 @@ data:
|
|
|
39
41
|
root:
|
|
40
42
|
size: 20px
|
|
41
43
|
strokeWidth: 1px
|
|
42
|
-
# we don't use badge for size 20
|
|
43
44
|
size=24:
|
|
44
45
|
enabled:
|
|
45
46
|
root:
|
package/components/badge.yaml
CHANGED
|
@@ -10,6 +10,7 @@ data:
|
|
|
10
10
|
properties:
|
|
11
11
|
maxWidth:
|
|
12
12
|
type: dimension
|
|
13
|
+
description: 10글자 이상의 텍스트를 말줄임 처리하기 위해 설정된 최대 너비입니다.
|
|
13
14
|
minHeight:
|
|
14
15
|
type: dimension
|
|
15
16
|
paddingX:
|
|
@@ -34,6 +35,27 @@ data:
|
|
|
34
35
|
type: number
|
|
35
36
|
color:
|
|
36
37
|
type: color
|
|
38
|
+
variants:
|
|
39
|
+
variant:
|
|
40
|
+
values:
|
|
41
|
+
solid:
|
|
42
|
+
description: 배경이 복잡하거나 이미지 위에 Badge가 겹치는 경우 사용합니다.
|
|
43
|
+
outline:
|
|
44
|
+
description: 중간 정도의 주목도가 필요한 본문 또는 상세 화면에서 사용합니다.
|
|
45
|
+
weak:
|
|
46
|
+
description: 반복적인 구조를 가진 환경에서 사용합니다. 배경색이 있는 경우에는 권장하지 않습니다.
|
|
47
|
+
tone:
|
|
48
|
+
values:
|
|
49
|
+
neutral:
|
|
50
|
+
description: 상태가 특별히 없거나, 상태값이 명확하지 않은 초기 상태
|
|
51
|
+
informative:
|
|
52
|
+
description: 베타 기능 안내, 사용자 권한 제한, 정보 기반 메시지
|
|
53
|
+
positive:
|
|
54
|
+
description: 완료, 적용됨, 승인됨, 발행됨, 저장 성공, 검토 통과
|
|
55
|
+
warning:
|
|
56
|
+
description: 만료 임박, 제출 누락, 필수 정보 부족 등 잠재적 문제 상태
|
|
57
|
+
critical:
|
|
58
|
+
description: 검수 거절, 제재 상태, 편집 불가, 유효성 검증 실패
|
|
37
59
|
definitions:
|
|
38
60
|
size=large:
|
|
39
61
|
enabled:
|
package/components/callout.yaml
CHANGED
|
@@ -23,6 +23,7 @@ data:
|
|
|
23
23
|
gradient:
|
|
24
24
|
type: gradient
|
|
25
25
|
prefixIcon:
|
|
26
|
+
description: 아이콘은 Fill 타입 사용을 권장합니다.
|
|
26
27
|
properties:
|
|
27
28
|
size:
|
|
28
29
|
type: dimension
|
|
@@ -49,6 +50,7 @@ data:
|
|
|
49
50
|
color:
|
|
50
51
|
type: color
|
|
51
52
|
link:
|
|
53
|
+
description: Container가 모두 클릭 영역인 Actionable Callout에서는 표시를 권장하지 않습니다.
|
|
52
54
|
properties:
|
|
53
55
|
fontSize:
|
|
54
56
|
type: dimension
|
|
@@ -66,6 +68,21 @@ data:
|
|
|
66
68
|
type: dimension
|
|
67
69
|
color:
|
|
68
70
|
type: color
|
|
71
|
+
variants:
|
|
72
|
+
tone:
|
|
73
|
+
values:
|
|
74
|
+
neutral:
|
|
75
|
+
description: 일반적인 정보를 전달합니다.
|
|
76
|
+
informative:
|
|
77
|
+
description: 유용한 정보를 제공합니다.
|
|
78
|
+
positive:
|
|
79
|
+
description: 긍정적인 상태를 나타냅니다.
|
|
80
|
+
warning:
|
|
81
|
+
description: 주의가 필요한 상태를 나타냅니다.
|
|
82
|
+
critical:
|
|
83
|
+
description: 중요한 문제를 나타냅니다.
|
|
84
|
+
magic:
|
|
85
|
+
description: AI 기능을 나타냅니다.
|
|
69
86
|
definitions:
|
|
70
87
|
base:
|
|
71
88
|
enabled:
|
package/components/checkbox.yaml
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
# yaml-language-server: $schema=./schema.json
|
|
2
|
-
# parts: root, icon
|
|
3
2
|
kind: ComponentSpec
|
|
4
3
|
metadata:
|
|
5
4
|
id: checkmark
|
|
@@ -29,6 +28,21 @@ data:
|
|
|
29
28
|
type: color
|
|
30
29
|
size:
|
|
31
30
|
type: dimension
|
|
31
|
+
colorDuration:
|
|
32
|
+
type: duration
|
|
33
|
+
colorTimingFunction:
|
|
34
|
+
type: cubicBezier
|
|
35
|
+
variants:
|
|
36
|
+
variant:
|
|
37
|
+
values:
|
|
38
|
+
square:
|
|
39
|
+
description: 필수 선택 항목이고 사용자가 해당 내용을 인지해야 하는 경우 사용합니다.
|
|
40
|
+
ghost:
|
|
41
|
+
description: 필수 선택 항목이 아니고, 3개 이하 항목으로 구성되는 경우 사용하는 것을 권장합니다.
|
|
42
|
+
tone:
|
|
43
|
+
values:
|
|
44
|
+
brand:
|
|
45
|
+
description: "[deprecated] 주요 버튼 등의 핵심 액션과 시각적으로 충돌하기에 더 이상 사용하지 않습니다."
|
|
32
46
|
definitions:
|
|
33
47
|
base:
|
|
34
48
|
enabled:
|
|
@@ -80,6 +94,9 @@ data:
|
|
|
80
94
|
enabled:
|
|
81
95
|
icon:
|
|
82
96
|
color: $color.fg.placeholder
|
|
97
|
+
colorDuration: $duration.color-transition
|
|
98
|
+
colorTimingFunction: $timing-function.easing
|
|
99
|
+
|
|
83
100
|
pressed:
|
|
84
101
|
root:
|
|
85
102
|
color: $color.bg.transparent-pressed
|
|
@@ -100,7 +117,7 @@ data:
|
|
|
100
117
|
variant=ghost,tone=neutral:
|
|
101
118
|
enabled,selected:
|
|
102
119
|
icon:
|
|
103
|
-
color: $color.fg.neutral
|
|
120
|
+
color: $color.fg.neutral
|
|
104
121
|
pressed,selected:
|
|
105
122
|
root:
|
|
106
123
|
color: $color.palette.gray-200
|
package/components/chip-tab.yaml
CHANGED
|
@@ -22,6 +22,8 @@ data:
|
|
|
22
22
|
type: dimension
|
|
23
23
|
color:
|
|
24
24
|
type: color
|
|
25
|
+
stroke:
|
|
26
|
+
type: color
|
|
25
27
|
label:
|
|
26
28
|
properties:
|
|
27
29
|
fontSize:
|
|
@@ -57,12 +59,12 @@ data:
|
|
|
57
59
|
variant=neutralSolid:
|
|
58
60
|
enabled:
|
|
59
61
|
root:
|
|
60
|
-
color: $color.bg.neutral-weak
|
|
62
|
+
color: $color.bg.neutral-weak-alpha
|
|
61
63
|
label:
|
|
62
64
|
color: $color.fg.neutral
|
|
63
65
|
enabled,pressed:
|
|
64
66
|
root:
|
|
65
|
-
color: $color.bg.
|
|
67
|
+
color: $color.bg.neutral-weak-alpha-pressed
|
|
66
68
|
selected:
|
|
67
69
|
root:
|
|
68
70
|
color: $color.bg.neutral-inverted
|
package/components/chip.yaml
CHANGED
|
@@ -42,6 +42,7 @@ data:
|
|
|
42
42
|
paddingX:
|
|
43
43
|
type: dimension
|
|
44
44
|
prefixIcon:
|
|
45
|
+
description: Icon, Avatar, Image를 넣을 수 있습니다. 들어오는 요소에 따라 좌측 여백이 달라집니다.
|
|
45
46
|
properties:
|
|
46
47
|
color:
|
|
47
48
|
type: color
|
|
@@ -67,6 +68,15 @@ data:
|
|
|
67
68
|
type: color
|
|
68
69
|
size:
|
|
69
70
|
type: dimension
|
|
71
|
+
variants:
|
|
72
|
+
variant:
|
|
73
|
+
values:
|
|
74
|
+
solid:
|
|
75
|
+
description: 기본 스타일입니다.
|
|
76
|
+
outlineStrong:
|
|
77
|
+
description: 명확한 구분이 필요한 경우 사용합니다.
|
|
78
|
+
outlineWeak:
|
|
79
|
+
description: Selection 사용 시 주목도가 낮은 스타일로 권장됩니다.
|
|
70
80
|
definitions:
|
|
71
81
|
base:
|
|
72
82
|
enabled:
|
|
@@ -89,7 +99,7 @@ data:
|
|
|
89
99
|
variant=solid:
|
|
90
100
|
enabled:
|
|
91
101
|
root:
|
|
92
|
-
color: $color.bg.neutral-weak
|
|
102
|
+
color: $color.bg.neutral-weak-alpha
|
|
93
103
|
label:
|
|
94
104
|
color: $color.fg.neutral
|
|
95
105
|
prefixIcon:
|
|
@@ -100,7 +110,7 @@ data:
|
|
|
100
110
|
color: $color.fg.neutral
|
|
101
111
|
pressed:
|
|
102
112
|
root:
|
|
103
|
-
color: $color.bg.neutral-weak-pressed
|
|
113
|
+
color: $color.bg.neutral-weak-alpha-pressed
|
|
104
114
|
disabled:
|
|
105
115
|
root:
|
|
106
116
|
opacity: 0.5
|
|
@@ -241,6 +251,8 @@ data:
|
|
|
241
251
|
icon:
|
|
242
252
|
size: $dimension.x4
|
|
243
253
|
|
|
254
|
+
layout=withText: {}
|
|
255
|
+
|
|
244
256
|
size=small,layout=iconOnly:
|
|
245
257
|
enabled:
|
|
246
258
|
root:
|
|
@@ -60,6 +60,19 @@ data:
|
|
|
60
60
|
type: color
|
|
61
61
|
size:
|
|
62
62
|
type: dimension
|
|
63
|
+
variants:
|
|
64
|
+
variant:
|
|
65
|
+
values:
|
|
66
|
+
solid:
|
|
67
|
+
description: 배경과 대비되는 강조된 보조 액션으로 중요도 높은 행동 유도 시 적합합니다.
|
|
68
|
+
layer:
|
|
69
|
+
description: 시각적 부담 없이 부드럽게 액션을 유도합니다.
|
|
70
|
+
layout:
|
|
71
|
+
values:
|
|
72
|
+
withText:
|
|
73
|
+
description: 라벨과 아이콘을 함께 표시합니다.
|
|
74
|
+
iconOnly:
|
|
75
|
+
description: 아이콘만 표시합니다. 접근성을 위해 aria-label을 제공해야 합니다.
|
|
63
76
|
definitions:
|
|
64
77
|
base:
|
|
65
78
|
enabled:
|
package/components/field.yaml
CHANGED
|
@@ -17,6 +17,7 @@ data:
|
|
|
17
17
|
gap:
|
|
18
18
|
type: dimension
|
|
19
19
|
indicatorIcon:
|
|
20
|
+
description: 필수 입력 필드임을 나타내는 아이콘입니다. indicatorText 및 Field Label과의 조화를 위해 폰트 스케일링에 반응합니다.
|
|
20
21
|
properties:
|
|
21
22
|
color:
|
|
22
23
|
type: color
|
|
@@ -34,6 +35,7 @@ data:
|
|
|
34
35
|
type: dimension
|
|
35
36
|
lineHeight:
|
|
36
37
|
type: dimension
|
|
38
|
+
description: Field Label과의 조화를 위해 Field Label의 lineHeight와 동일한 값을 갖습니다.
|
|
37
39
|
fontWeight:
|
|
38
40
|
type: number
|
|
39
41
|
paddingLeft:
|
|
@@ -22,6 +22,14 @@ data:
|
|
|
22
22
|
type: dimension
|
|
23
23
|
cornerRadius:
|
|
24
24
|
type: dimension
|
|
25
|
+
marginDuration:
|
|
26
|
+
type: duration
|
|
27
|
+
marginTimingFunction:
|
|
28
|
+
type: cubicBezier
|
|
29
|
+
borderRadiusDuration:
|
|
30
|
+
type: duration
|
|
31
|
+
borderRadiusTimingFunction:
|
|
32
|
+
type: cubicBezier
|
|
25
33
|
content:
|
|
26
34
|
properties:
|
|
27
35
|
color:
|
|
@@ -48,6 +48,19 @@ data:
|
|
|
48
48
|
type: dimension
|
|
49
49
|
fontWeight:
|
|
50
50
|
type: number
|
|
51
|
+
variants:
|
|
52
|
+
tone:
|
|
53
|
+
values:
|
|
54
|
+
neutral:
|
|
55
|
+
description: 일반적인 작업을 수행하는 기본 아이템입니다.
|
|
56
|
+
critical:
|
|
57
|
+
description: 데이터 삭제와 같이 되돌릴 수 없는 작업을 수행하는 아이템입니다.
|
|
58
|
+
labelAlign:
|
|
59
|
+
values:
|
|
60
|
+
left:
|
|
61
|
+
description: 라벨을 왼쪽 정렬합니다.
|
|
62
|
+
center:
|
|
63
|
+
description: 라벨을 중앙 정렬합니다.
|
|
51
64
|
definitions:
|
|
52
65
|
base:
|
|
53
66
|
enabled:
|
|
@@ -19,6 +19,7 @@ data:
|
|
|
19
19
|
gradient:
|
|
20
20
|
type: gradient
|
|
21
21
|
prefixIcon:
|
|
22
|
+
description: 아이콘은 Fill 타입 사용을 권장합니다.
|
|
22
23
|
properties:
|
|
23
24
|
size:
|
|
24
25
|
type: dimension
|
|
@@ -74,6 +75,17 @@ data:
|
|
|
74
75
|
type: dimension
|
|
75
76
|
color:
|
|
76
77
|
type: color
|
|
78
|
+
variants:
|
|
79
|
+
variant:
|
|
80
|
+
values:
|
|
81
|
+
weak:
|
|
82
|
+
description: 배경색이 연한 스타일입니다.
|
|
83
|
+
solid:
|
|
84
|
+
description: 배경색이 진한 스타일입니다.
|
|
85
|
+
tone:
|
|
86
|
+
values:
|
|
87
|
+
magic:
|
|
88
|
+
description: AI 기능을 나타냅니다. variant=solid와 조합하여 사용하지 않습니다.
|
|
77
89
|
definitions:
|
|
78
90
|
base:
|
|
79
91
|
enabled:
|
|
@@ -32,6 +32,27 @@ data:
|
|
|
32
32
|
type: cubicBezier
|
|
33
33
|
rotateTimingFunction:
|
|
34
34
|
type: cubicBezier
|
|
35
|
+
variants:
|
|
36
|
+
size:
|
|
37
|
+
values:
|
|
38
|
+
"24":
|
|
39
|
+
description: 특정 요소 안에서 사용하는 경우 사용합니다.
|
|
40
|
+
"40":
|
|
41
|
+
description: 주로 전체 페이지 로딩에 사용합니다.
|
|
42
|
+
tone:
|
|
43
|
+
values:
|
|
44
|
+
neutral:
|
|
45
|
+
description: 가장 보편적으로 사용되며 스타일보다는 로딩 상태의 인식이 더 중요한 경우 사용합니다.
|
|
46
|
+
brand:
|
|
47
|
+
description: 사용자 경험의 초기 단계에서 브랜드 컬러를 통해 주요 전환점을 강조할 때 사용합니다.
|
|
48
|
+
staticWhite:
|
|
49
|
+
description: 화면 전체를 어둡게 덮는 오버레이(Overlay) 위에 로딩 상태를 표시할 때 사용합니다.
|
|
50
|
+
indeterminate:
|
|
51
|
+
values:
|
|
52
|
+
"true":
|
|
53
|
+
description: 대기 시간이 얼마나 남은지 모르는 상황일 때 사용합니다. 계속해서 회전하는 동작을 합니다.
|
|
54
|
+
"false":
|
|
55
|
+
description: 대기 시간이 얼마나 남은지 아는 상황일 때 사용합니다. 진행 상황에 맞춰서 원을 채웁니다.
|
|
35
56
|
definitions:
|
|
36
57
|
size=40:
|
|
37
58
|
enabled:
|
package/components/radio.yaml
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
# yaml-language-server: $schema=./schema.json
|
|
2
|
-
# parts: root, icon
|
|
3
2
|
kind: ComponentSpec
|
|
4
3
|
metadata:
|
|
5
4
|
id: radiomark
|
|
@@ -31,6 +30,11 @@ data:
|
|
|
31
30
|
type: color
|
|
32
31
|
cornerRadius:
|
|
33
32
|
type: dimension
|
|
33
|
+
variants:
|
|
34
|
+
tone:
|
|
35
|
+
values:
|
|
36
|
+
brand:
|
|
37
|
+
description: "[deprecated] 주요 버튼 등의 핵심 액션과 시각적으로 충돌하기에 더 이상 사용하지 않습니다."
|
|
34
38
|
definitions:
|
|
35
39
|
base:
|
|
36
40
|
enabled:
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
# yaml-language-server: $schema=./schema.json
|
|
2
|
-
# parts: root, segment, indicator
|
|
3
2
|
kind: ComponentSpec
|
|
4
3
|
metadata:
|
|
5
4
|
id: segmented-control
|
|
@@ -35,7 +34,7 @@ data:
|
|
|
35
34
|
root:
|
|
36
35
|
padding: $dimension.x1
|
|
37
36
|
cornerRadius: $radius.full
|
|
38
|
-
color: $color.bg.neutral-weak
|
|
37
|
+
color: $color.bg.neutral-weak-alpha
|
|
39
38
|
indicator:
|
|
40
39
|
color: $color.palette.gray-00
|
|
41
40
|
cornerRadius: $radius.full
|
package/components/skeleton.yaml
CHANGED
|
@@ -20,6 +20,23 @@ data:
|
|
|
20
20
|
type: cubicBezier
|
|
21
21
|
gradient:
|
|
22
22
|
type: gradient
|
|
23
|
+
variants:
|
|
24
|
+
tone:
|
|
25
|
+
values:
|
|
26
|
+
neutral:
|
|
27
|
+
description: 데이터를 불러오는 일반적인 로딩 경험에 사용합니다.
|
|
28
|
+
magic:
|
|
29
|
+
description: AI 기능이 활성화되었을 때 사용합니다.
|
|
30
|
+
radius:
|
|
31
|
+
values:
|
|
32
|
+
"0":
|
|
33
|
+
description: 기본값입니다.
|
|
34
|
+
"8":
|
|
35
|
+
description: 텍스트 콘텐츠에 사용합니다.
|
|
36
|
+
"16":
|
|
37
|
+
description: 카드 및 썸네일에 사용합니다.
|
|
38
|
+
full:
|
|
39
|
+
description: Avatar(원형) 콘텐츠에 사용합니다.
|
|
23
40
|
definitions:
|
|
24
41
|
base:
|
|
25
42
|
enabled:
|
|
@@ -10,7 +10,20 @@ data:
|
|
|
10
10
|
properties:
|
|
11
11
|
size:
|
|
12
12
|
type: dimension
|
|
13
|
-
|
|
13
|
+
cornerRadius:
|
|
14
|
+
type: dimension
|
|
15
|
+
color:
|
|
16
|
+
type: color
|
|
17
|
+
scaleDuration:
|
|
18
|
+
type: duration
|
|
19
|
+
scaleTimingFunction:
|
|
20
|
+
type: cubicBezier
|
|
21
|
+
translateDuration:
|
|
22
|
+
type: duration
|
|
23
|
+
translateTimingFunction:
|
|
24
|
+
type: cubicBezier
|
|
25
|
+
scale:
|
|
26
|
+
type: number
|
|
14
27
|
definitions:
|
|
15
28
|
base:
|
|
16
29
|
enabled:
|
package/components/slider.yaml
CHANGED
|
@@ -10,7 +10,98 @@ data:
|
|
|
10
10
|
properties:
|
|
11
11
|
gap:
|
|
12
12
|
type: dimension
|
|
13
|
-
|
|
13
|
+
control:
|
|
14
|
+
properties:
|
|
15
|
+
height:
|
|
16
|
+
type: dimension
|
|
17
|
+
track:
|
|
18
|
+
properties:
|
|
19
|
+
height:
|
|
20
|
+
type: dimension
|
|
21
|
+
cornerRadius:
|
|
22
|
+
type: dimension
|
|
23
|
+
color:
|
|
24
|
+
type: color
|
|
25
|
+
range:
|
|
26
|
+
properties:
|
|
27
|
+
cornerRadius:
|
|
28
|
+
type: dimension
|
|
29
|
+
color:
|
|
30
|
+
type: color
|
|
31
|
+
widthDuration:
|
|
32
|
+
type: duration
|
|
33
|
+
widthTimingFunction:
|
|
34
|
+
type: cubicBezier
|
|
35
|
+
thumb:
|
|
36
|
+
properties:
|
|
37
|
+
size:
|
|
38
|
+
type: dimension
|
|
39
|
+
cornerRadius:
|
|
40
|
+
type: dimension
|
|
41
|
+
color:
|
|
42
|
+
type: color
|
|
43
|
+
valueIndicatorRoot:
|
|
44
|
+
properties:
|
|
45
|
+
color:
|
|
46
|
+
type: color
|
|
47
|
+
cornerRadius:
|
|
48
|
+
type: dimension
|
|
49
|
+
paddingX:
|
|
50
|
+
type: dimension
|
|
51
|
+
paddingY:
|
|
52
|
+
type: dimension
|
|
53
|
+
offsetY:
|
|
54
|
+
type: dimension
|
|
55
|
+
enterScale:
|
|
56
|
+
type: number
|
|
57
|
+
enterOpacity:
|
|
58
|
+
type: number
|
|
59
|
+
enterDuration:
|
|
60
|
+
type: duration
|
|
61
|
+
enterTimingFunction:
|
|
62
|
+
type: cubicBezier
|
|
63
|
+
exitScale:
|
|
64
|
+
type: number
|
|
65
|
+
exitOpacity:
|
|
66
|
+
type: number
|
|
67
|
+
exitDuration:
|
|
68
|
+
type: duration
|
|
69
|
+
exitTimingFunction:
|
|
70
|
+
type: cubicBezier
|
|
71
|
+
valueIndicatorArrow:
|
|
72
|
+
properties:
|
|
73
|
+
color:
|
|
74
|
+
type: color
|
|
75
|
+
width:
|
|
76
|
+
type: dimension
|
|
77
|
+
height:
|
|
78
|
+
type: dimension
|
|
79
|
+
cornerRadius:
|
|
80
|
+
type: dimension
|
|
81
|
+
gutter:
|
|
82
|
+
type: dimension
|
|
83
|
+
padding:
|
|
84
|
+
type: dimension
|
|
85
|
+
valueIndicatorLabel:
|
|
86
|
+
properties:
|
|
87
|
+
color:
|
|
88
|
+
type: color
|
|
89
|
+
fontSize:
|
|
90
|
+
type: dimension
|
|
91
|
+
lineHeight:
|
|
92
|
+
type: dimension
|
|
93
|
+
fontWeight:
|
|
94
|
+
type: number
|
|
95
|
+
marker:
|
|
96
|
+
properties:
|
|
97
|
+
color:
|
|
98
|
+
type: color
|
|
99
|
+
fontWeight:
|
|
100
|
+
type: number
|
|
101
|
+
fontSize:
|
|
102
|
+
type: dimension
|
|
103
|
+
lineHeight:
|
|
104
|
+
type: dimension
|
|
14
105
|
definitions:
|
|
15
106
|
base:
|
|
16
107
|
enabled:
|