@seed-design/rootage-artifacts 1.2.2 → 1.2.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/components/action-button.yaml +7 -7
- package/components/bottom-sheet.yaml +3 -3
- package/components/callout.yaml +1 -1
- package/components/chip-tab.yaml +5 -2
- package/components/contextual-floating-button.yaml +2 -2
- package/components/input-button.yaml +1 -1
- package/components/select-box.yaml +1 -1
- package/components/slider.yaml +10 -10
- package/components/text-input.yaml +1 -1
- package/package.json +1 -1
|
@@ -41,21 +41,21 @@ data:
|
|
|
41
41
|
lineHeight:
|
|
42
42
|
type: dimension
|
|
43
43
|
icon:
|
|
44
|
-
description:
|
|
44
|
+
description: layout=iconOnly에서 사용되는 아이콘 슬롯입니다.
|
|
45
45
|
properties:
|
|
46
46
|
color:
|
|
47
47
|
type: color
|
|
48
48
|
size:
|
|
49
49
|
type: dimension
|
|
50
50
|
prefixIcon:
|
|
51
|
-
description: 주로 액션의 의미를 보조합니다.
|
|
51
|
+
description: 주로 액션의 의미를 보조합니다. suffixIcon과 함께 사용할 수 없습니다.
|
|
52
52
|
properties:
|
|
53
53
|
color:
|
|
54
54
|
type: color
|
|
55
55
|
size:
|
|
56
56
|
type: dimension
|
|
57
57
|
suffixIcon:
|
|
58
|
-
description: Chevron처럼 동작을 보조하는 역할입니다.
|
|
58
|
+
description: Chevron처럼 동작을 보조하는 역할입니다. prefixIcon과 함께 사용할 수 없습니다.
|
|
59
59
|
properties:
|
|
60
60
|
color:
|
|
61
61
|
type: color
|
|
@@ -83,11 +83,11 @@ data:
|
|
|
83
83
|
criticalSolid:
|
|
84
84
|
description: 삭제나 초기화처럼 되돌릴 수 없는 중요한 작업에 사용합니다.
|
|
85
85
|
neutralOutline:
|
|
86
|
-
description:
|
|
86
|
+
description: variant=brandSolid, neutralSolid, criticalSolid와 함께 사용할 수 없으며, variant=brandOutline과 조합하여 사용하는 것을 권장합니다.
|
|
87
87
|
brandOutline:
|
|
88
|
-
description:
|
|
88
|
+
description: variant=brandSolid, neutralSolid, criticalSolid와 함께 사용할 수 없으며, variant=neutralOutline과 조합하여 사용하는 것을 권장합니다.
|
|
89
89
|
ghost:
|
|
90
|
-
description: 배경 없이 텍스트와 아이콘만 표시됩니다.
|
|
90
|
+
description: 배경 없이 텍스트와 아이콘만 표시됩니다. 모두 동일한 색상을 사용하는 조건에서 icon, prefix icon, suffix icon, label에 정의된 color를 변경할 수 있으며, label의 fontWeight를 `$font-weight.regular` 또는 `$font-weight.medium`으로 변경하여 주목도를 조절할 수 있습니다.
|
|
91
91
|
size:
|
|
92
92
|
values:
|
|
93
93
|
xsmall:
|
|
@@ -103,7 +103,7 @@ data:
|
|
|
103
103
|
withText:
|
|
104
104
|
description: 텍스트와 함께 아이콘을 표시할 수 있습니다.
|
|
105
105
|
iconOnly:
|
|
106
|
-
description: 아이콘만으로 의미를 전달하기 때문에 접근성이 떨어집니다. 꼭 필요한 경우에만 사용하는 것을 권장합니다.
|
|
106
|
+
description: 아이콘만으로 의미를 전달하기 때문에 접근성이 떨어집니다. 꼭 필요한 경우에만 접근성 레이블과 함께 사용하는 것을 권장합니다.
|
|
107
107
|
definitions:
|
|
108
108
|
base:
|
|
109
109
|
enabled:
|
|
@@ -137,7 +137,7 @@ data:
|
|
|
137
137
|
headerAlignment=left,closeButton=true:
|
|
138
138
|
enabled:
|
|
139
139
|
title:
|
|
140
|
-
paddingRight:
|
|
140
|
+
paddingRight: 56px
|
|
141
141
|
paddingLeft: $dimension.spacing-x.global-gutter
|
|
142
142
|
headerAlignment=left,closeButton=false:
|
|
143
143
|
enabled:
|
|
@@ -147,8 +147,8 @@ data:
|
|
|
147
147
|
headerAlignment=center,closeButton=true:
|
|
148
148
|
enabled:
|
|
149
149
|
title:
|
|
150
|
-
paddingLeft:
|
|
151
|
-
paddingRight:
|
|
150
|
+
paddingLeft: 56px
|
|
151
|
+
paddingRight: 56px
|
|
152
152
|
headerAlignment=center,closeButton=false:
|
|
153
153
|
enabled:
|
|
154
154
|
title:
|
package/components/callout.yaml
CHANGED
package/components/chip-tab.yaml
CHANGED
|
@@ -22,8 +22,10 @@ data:
|
|
|
22
22
|
type: dimension
|
|
23
23
|
color:
|
|
24
24
|
type: color
|
|
25
|
-
|
|
25
|
+
strokeColor:
|
|
26
26
|
type: color
|
|
27
|
+
strokeWidth:
|
|
28
|
+
type: dimension
|
|
27
29
|
label:
|
|
28
30
|
properties:
|
|
29
31
|
fontSize:
|
|
@@ -85,7 +87,8 @@ data:
|
|
|
85
87
|
enabled:
|
|
86
88
|
root:
|
|
87
89
|
color: $color.bg.transparent
|
|
88
|
-
|
|
90
|
+
strokeColor: $color.stroke.neutral-muted
|
|
91
|
+
strokeWidth: 1px
|
|
89
92
|
label:
|
|
90
93
|
color: $color.fg.neutral
|
|
91
94
|
enabled,pressed:
|
|
@@ -70,9 +70,9 @@ data:
|
|
|
70
70
|
layout:
|
|
71
71
|
values:
|
|
72
72
|
withText:
|
|
73
|
-
description:
|
|
73
|
+
description: label과 prefixIcon을 함께 표시합니다.
|
|
74
74
|
iconOnly:
|
|
75
|
-
description:
|
|
75
|
+
description: icon만 표시합니다. 아이콘만으로 의미를 전달하기 때문에 접근성 레이블과 함께 사용해야 합니다.
|
|
76
76
|
definitions:
|
|
77
77
|
base:
|
|
78
78
|
enabled:
|
|
@@ -28,7 +28,7 @@ data:
|
|
|
28
28
|
type: cubicBezier
|
|
29
29
|
strokeDuration:
|
|
30
30
|
type: duration
|
|
31
|
-
description:
|
|
31
|
+
description: enabled 상태의 stroke 위에 invalid 상태의 stroke가 fade in/out 되는 데에 걸리는 시간입니다. stroke 두께나 색상 자체를 transition하지 않습니다.
|
|
32
32
|
strokeTimingFunction:
|
|
33
33
|
type: cubicBezier
|
|
34
34
|
value:
|
|
@@ -22,7 +22,7 @@ data:
|
|
|
22
22
|
type: cubicBezier
|
|
23
23
|
strokeDuration:
|
|
24
24
|
type: duration
|
|
25
|
-
description:
|
|
25
|
+
description: enabled 상태의 stroke 위에 selected 상태의 stroke가 fade in/out 되는 데에 걸리는 시간입니다. stroke 두께나 색상 자체를 transition하지 않습니다.
|
|
26
26
|
strokeTimingFunction:
|
|
27
27
|
type: cubicBezier
|
|
28
28
|
trigger:
|
package/components/slider.yaml
CHANGED
|
@@ -41,6 +41,7 @@ data:
|
|
|
41
41
|
color:
|
|
42
42
|
type: color
|
|
43
43
|
valueIndicatorRoot:
|
|
44
|
+
description: arrow width + (valueIndicatorRoot paddingX * 2)만큼의 최소 너비를 가집니다.
|
|
44
45
|
properties:
|
|
45
46
|
color:
|
|
46
47
|
type: color
|
|
@@ -48,6 +49,7 @@ data:
|
|
|
48
49
|
type: dimension
|
|
49
50
|
paddingX:
|
|
50
51
|
type: dimension
|
|
52
|
+
description: value indicator 내부 좌우 여백입니다. arrow와 valueIndicatorRoot 경계 사이의 최소 간격에도 동일한 값이 적용됩니다.
|
|
51
53
|
paddingY:
|
|
52
54
|
type: dimension
|
|
53
55
|
offsetY:
|
|
@@ -80,8 +82,7 @@ data:
|
|
|
80
82
|
type: dimension
|
|
81
83
|
gutter:
|
|
82
84
|
type: dimension
|
|
83
|
-
|
|
84
|
-
type: dimension
|
|
85
|
+
description: arrow와 thumb 사이의 거리를 정의합니다.
|
|
85
86
|
valueIndicatorLabel:
|
|
86
87
|
properties:
|
|
87
88
|
color:
|
|
@@ -125,9 +126,9 @@ data:
|
|
|
125
126
|
color: $color.bg.neutral-inverted
|
|
126
127
|
valueIndicatorRoot:
|
|
127
128
|
color: $color.bg.neutral-inverted
|
|
128
|
-
cornerRadius: $radius.
|
|
129
|
-
paddingX: $dimension.
|
|
130
|
-
paddingY: $dimension.
|
|
129
|
+
cornerRadius: $radius.r1_5
|
|
130
|
+
paddingX: $dimension.x2
|
|
131
|
+
paddingY: $dimension.x1
|
|
131
132
|
offsetY: $dimension.x3
|
|
132
133
|
enterScale: 0.9
|
|
133
134
|
enterOpacity: 0
|
|
@@ -139,15 +140,14 @@ data:
|
|
|
139
140
|
exitTimingFunction: $timing-function.easing
|
|
140
141
|
valueIndicatorArrow:
|
|
141
142
|
color: $color.bg.neutral-inverted
|
|
142
|
-
width: $dimension.
|
|
143
|
-
height:
|
|
143
|
+
width: $dimension.x2
|
|
144
|
+
height: $dimension.x1_5
|
|
144
145
|
cornerRadius: $radius.r0_5
|
|
145
146
|
gutter: $dimension.x0_5
|
|
146
|
-
padding: $dimension.x0_5
|
|
147
147
|
valueIndicatorLabel:
|
|
148
148
|
color: $color.fg.neutral-inverted
|
|
149
|
-
fontSize: $font-size.
|
|
150
|
-
lineHeight: $line-height.
|
|
149
|
+
fontSize: $font-size.t3
|
|
150
|
+
lineHeight: $line-height.t3
|
|
151
151
|
fontWeight: $font-weight.medium
|
|
152
152
|
marker:
|
|
153
153
|
color: $color.fg.neutral-muted
|
|
@@ -28,7 +28,7 @@ data:
|
|
|
28
28
|
type: color
|
|
29
29
|
strokeDuration:
|
|
30
30
|
type: duration
|
|
31
|
-
description:
|
|
31
|
+
description: enabled 상태의 stroke 위에 focused/invalid 상태의 stroke가 fade in/out 되는 데에 걸리는 시간입니다. stroke 두께나 색상 자체를 transition하지 않습니다.
|
|
32
32
|
strokeTimingFunction:
|
|
33
33
|
type: cubicBezier
|
|
34
34
|
value:
|