@seed-design/css 1.2.2 → 1.2.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/all.css +1033 -192
- package/all.layered.css +9070 -0
- package/all.layered.min.css +1 -0
- package/all.min.css +1 -1
- package/base.css +4 -0
- package/base.layered.css +858 -0
- package/base.layered.min.css +1 -0
- package/base.min.css +1 -1
- package/package.json +11 -2
- package/recipes/action-button.css +69 -17
- package/recipes/action-button.layered.css +421 -0
- package/recipes/action-button.layered.mjs +79 -0
- package/recipes/action-chip.layered.css +84 -0
- package/recipes/action-chip.layered.mjs +51 -0
- package/recipes/action-sheet-item.layered.css +38 -0
- package/recipes/action-sheet-item.layered.mjs +29 -0
- package/recipes/action-sheet.layered.css +134 -0
- package/recipes/action-sheet.layered.mjs +60 -0
- package/recipes/app-bar-main.layered.css +165 -0
- package/recipes/app-bar-main.layered.mjs +63 -0
- package/recipes/app-bar.css +9 -1
- package/recipes/app-bar.layered.css +302 -0
- package/recipes/app-bar.layered.mjs +70 -0
- package/recipes/app-screen.layered.css +332 -0
- package/recipes/app-screen.layered.mjs +98 -0
- package/recipes/article.layered.css +12 -0
- package/recipes/article.layered.mjs +22 -0
- package/recipes/aspect-ratio.css +0 -2
- package/recipes/aspect-ratio.layered.css +26 -0
- package/recipes/aspect-ratio.layered.mjs +22 -0
- package/recipes/avatar-stack.layered.css +94 -0
- package/recipes/avatar-stack.layered.mjs +50 -0
- package/recipes/avatar.layered.css +222 -0
- package/recipes/avatar.layered.mjs +65 -0
- package/recipes/badge.layered.css +140 -0
- package/recipes/badge.layered.mjs +131 -0
- package/recipes/bottom-sheet-handle.css +9 -2
- package/recipes/bottom-sheet-handle.layered.css +36 -0
- package/recipes/bottom-sheet-handle.layered.mjs +36 -0
- package/recipes/bottom-sheet.css +14 -3
- package/recipes/bottom-sheet.layered.css +224 -0
- package/recipes/bottom-sheet.layered.mjs +75 -0
- package/recipes/callout.css +77 -12
- package/recipes/callout.layered.css +242 -0
- package/recipes/callout.layered.mjs +63 -0
- package/recipes/checkbox-group.layered.css +7 -0
- package/recipes/checkbox-group.layered.mjs +22 -0
- package/recipes/checkbox.layered.css +54 -0
- package/recipes/checkbox.layered.mjs +48 -0
- package/recipes/checkmark.css +61 -13
- package/recipes/checkmark.layered.css +187 -0
- package/recipes/checkmark.layered.mjs +86 -0
- package/recipes/chip-tabs.css +62 -14
- package/recipes/chip-tabs.layered.css +254 -0
- package/recipes/chip-tabs.layered.mjs +75 -0
- package/recipes/chip.css +60 -15
- package/recipes/chip.layered.css +272 -0
- package/recipes/chip.layered.mjs +80 -0
- package/recipes/contextual-floating-button.css +24 -7
- package/recipes/contextual-floating-button.layered.css +130 -0
- package/recipes/contextual-floating-button.layered.mjs +34 -0
- package/recipes/control-chip.layered.css +99 -0
- package/recipes/control-chip.layered.mjs +51 -0
- package/recipes/dialog.layered.css +111 -0
- package/recipes/dialog.layered.mjs +66 -0
- package/recipes/extended-action-sheet-item.layered.css +38 -0
- package/recipes/extended-action-sheet-item.layered.mjs +29 -0
- package/recipes/extended-action-sheet.layered.css +132 -0
- package/recipes/extended-action-sheet.layered.mjs +64 -0
- package/recipes/extended-fab.layered.css +79 -0
- package/recipes/extended-fab.layered.mjs +34 -0
- package/recipes/fab.layered.css +37 -0
- package/recipes/fab.layered.mjs +22 -0
- package/recipes/field-label.layered.css +35 -0
- package/recipes/field-label.layered.mjs +47 -0
- package/recipes/field.layered.css +81 -0
- package/recipes/field.layered.mjs +60 -0
- package/recipes/floating-action-button.css +15 -5
- package/recipes/floating-action-button.layered.css +101 -0
- package/recipes/floating-action-button.layered.mjs +47 -0
- package/recipes/help-bubble.css +8 -0
- package/recipes/help-bubble.layered.css +104 -0
- package/recipes/help-bubble.layered.mjs +60 -0
- package/recipes/identity-placeholder.css +2 -2
- package/recipes/identity-placeholder.d.ts +1 -1
- package/recipes/identity-placeholder.layered.css +22 -0
- package/recipes/identity-placeholder.layered.mjs +43 -0
- package/recipes/identity-placeholder.mjs +2 -1
- package/recipes/image-frame-icon.layered.css +8 -0
- package/recipes/image-frame-icon.layered.mjs +22 -0
- package/recipes/image-frame-indicator.layered.css +18 -0
- package/recipes/image-frame-indicator.layered.mjs +22 -0
- package/recipes/image-frame-reaction-button.css +9 -1
- package/recipes/image-frame-reaction-button.layered.css +43 -0
- package/recipes/image-frame-reaction-button.layered.mjs +22 -0
- package/recipes/image-frame.layered.css +28 -0
- package/recipes/image-frame.layered.mjs +34 -0
- package/recipes/inline-banner.layered.css +161 -0
- package/recipes/inline-banner.layered.mjs +64 -0
- package/recipes/input-button.css +27 -5
- package/recipes/input-button.layered.css +167 -0
- package/recipes/input-button.layered.mjs +64 -0
- package/recipes/link-content.layered.css +48 -0
- package/recipes/link-content.layered.mjs +35 -0
- package/recipes/list-header.layered.css +26 -0
- package/recipes/list-header.layered.mjs +29 -0
- package/recipes/list-item.css +63 -17
- package/recipes/list-item.layered.css +187 -0
- package/recipes/list-item.layered.mjs +59 -0
- package/recipes/manner-temp-badge.layered.css +72 -0
- package/recipes/manner-temp-badge.layered.mjs +37 -0
- package/recipes/manner-temp.layered.css +57 -0
- package/recipes/manner-temp.layered.mjs +37 -0
- package/recipes/menu-sheet-item.css +24 -3
- package/recipes/menu-sheet-item.layered.css +102 -0
- package/recipes/menu-sheet-item.layered.mjs +56 -0
- package/recipes/menu-sheet.css +18 -3
- package/recipes/menu-sheet.layered.css +167 -0
- package/recipes/menu-sheet.layered.mjs +74 -0
- package/recipes/notification-badge-positioner.layered.css +35 -0
- package/recipes/notification-badge-positioner.layered.mjs +51 -0
- package/recipes/notification-badge.layered.css +33 -0
- package/recipes/notification-badge.layered.mjs +29 -0
- package/recipes/page-banner.css +122 -22
- package/recipes/page-banner.layered.css +361 -0
- package/recipes/page-banner.layered.mjs +117 -0
- package/recipes/progress-circle.layered.css +52 -0
- package/recipes/progress-circle.layered.mjs +55 -0
- package/recipes/pull-to-refresh.layered.css +19 -0
- package/recipes/pull-to-refresh.layered.mjs +36 -0
- package/recipes/radio-group.layered.css +7 -0
- package/recipes/radio-group.layered.mjs +22 -0
- package/recipes/radio.layered.css +54 -0
- package/recipes/radio.layered.mjs +48 -0
- package/recipes/radiomark.css +34 -7
- package/recipes/radiomark.layered.css +132 -0
- package/recipes/radiomark.layered.mjs +48 -0
- package/recipes/reaction-button.css +24 -7
- package/recipes/reaction-button.layered.css +124 -0
- package/recipes/reaction-button.layered.mjs +29 -0
- package/recipes/scroll-fog.layered.css +27 -0
- package/recipes/scroll-fog.layered.mjs +28 -0
- package/recipes/segmented-control.css +31 -5
- package/recipes/segmented-control.layered.css +108 -0
- package/recipes/segmented-control.layered.mjs +40 -0
- package/recipes/select-box-group.layered.css +13 -0
- package/recipes/select-box-group.layered.mjs +22 -0
- package/recipes/select-box.css +19 -3
- package/recipes/select-box.layered.css +148 -0
- package/recipes/select-box.layered.mjs +63 -0
- package/recipes/selectBoxCheckmark.css +9 -2
- package/recipes/selectBoxCheckmark.layered.css +42 -0
- package/recipes/selectBoxCheckmark.layered.mjs +36 -0
- package/recipes/skeleton.layered.css +56 -0
- package/recipes/skeleton.layered.mjs +36 -0
- package/recipes/slider-marker.layered.css +54 -0
- package/recipes/slider-marker.layered.mjs +30 -0
- package/recipes/slider-tick.layered.css +25 -0
- package/recipes/slider-tick.layered.mjs +29 -0
- package/recipes/slider.css +41 -16
- package/recipes/slider.layered.css +238 -0
- package/recipes/slider.layered.mjs +68 -0
- package/recipes/snackbar-region.layered.css +18 -0
- package/recipes/snackbar-region.layered.mjs +22 -0
- package/recipes/snackbar.css +20 -1
- package/recipes/snackbar.layered.css +126 -0
- package/recipes/snackbar.layered.mjs +56 -0
- package/recipes/switch.layered.css +62 -0
- package/recipes/switch.layered.mjs +44 -0
- package/recipes/switchmark.css +9 -1
- package/recipes/switchmark.layered.css +100 -0
- package/recipes/switchmark.layered.mjs +49 -0
- package/recipes/tabs.css +9 -0
- package/recipes/tabs.layered.css +211 -0
- package/recipes/tabs.layered.mjs +78 -0
- package/recipes/tag-group-item.layered.css +98 -0
- package/recipes/tag-group-item.layered.mjs +55 -0
- package/recipes/tag-group.layered.css +58 -0
- package/recipes/tag-group.layered.mjs +62 -0
- package/recipes/text-input.css +1 -0
- package/recipes/text-input.layered.css +236 -0
- package/recipes/text-input.layered.mjs +73 -0
- package/recipes/text.layered.css +364 -0
- package/recipes/text.layered.mjs +90 -0
- package/recipes/toggle-button.css +42 -11
- package/recipes/toggle-button.layered.css +183 -0
- package/recipes/toggle-button.layered.mjs +34 -0
- package/vars/color/stroke.d.ts +2 -1
- package/vars/color/stroke.mjs +2 -1
- package/vars/component/action-button.d.ts +61 -61
- package/vars/component/bottom-sheet.d.ts +3 -3
- package/vars/component/bottom-sheet.mjs +3 -3
- package/vars/component/callout.d.ts +7 -7
- package/vars/component/chip-tab.d.ts +2 -1
- package/vars/component/chip-tab.mjs +2 -1
- package/vars/component/contextual-floating-button.d.ts +2 -2
- package/vars/component/identity-placeholder.d.ts +2 -2
- package/vars/component/identity-placeholder.mjs +2 -2
- package/vars/component/image-frame-floater.d.ts +1 -1
- package/vars/component/image-frame.d.ts +11 -17
- package/vars/component/image-frame.mjs +7 -12
- package/vars/component/index.d.ts +1 -0
- package/vars/component/index.mjs +1 -0
- package/vars/component/input-button.d.ts +1 -1
- package/vars/component/list-item.d.ts +1 -1
- package/vars/component/list-item.mjs +1 -1
- package/vars/component/segmented-control-indicator.d.ts +24 -0
- package/vars/component/segmented-control-indicator.mjs +24 -0
- package/vars/component/segmented-control-item.d.ts +3 -11
- package/vars/component/segmented-control-item.mjs +3 -11
- package/vars/component/segmented-control.d.ts +0 -8
- package/vars/component/segmented-control.mjs +0 -8
- package/vars/component/select-box.d.ts +1 -1
- package/vars/component/slider.d.ts +14 -10
- package/vars/component/slider.mjs +11 -10
- package/vars/component/text-input.d.ts +1 -1
|
@@ -54,7 +54,7 @@ export const vars = {
|
|
|
54
54
|
"headerAlignmentLeftCloseButtonTrue": {
|
|
55
55
|
"enabled": {
|
|
56
56
|
"title": {
|
|
57
|
-
"paddingRight": "
|
|
57
|
+
"paddingRight": "56px",
|
|
58
58
|
"paddingLeft": "var(--seed-dimension-spacing-x-global-gutter)"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -70,8 +70,8 @@ export const vars = {
|
|
|
70
70
|
"headerAlignmentCenterCloseButtonTrue": {
|
|
71
71
|
"enabled": {
|
|
72
72
|
"title": {
|
|
73
|
-
"paddingLeft": "
|
|
74
|
-
"paddingRight": "
|
|
73
|
+
"paddingLeft": "56px",
|
|
74
|
+
"paddingRight": "56px"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
},
|
|
@@ -22,7 +22,7 @@ export declare const vars: {
|
|
|
22
22
|
"lineHeight": "var(--seed-line-height-t4)",
|
|
23
23
|
"fontWeight": "var(--seed-font-weight-regular)"
|
|
24
24
|
},
|
|
25
|
-
/**
|
|
25
|
+
/** root가 클릭 영역인 Actionable Callout에서는 표시를 권장하지 않습니다. */
|
|
26
26
|
"link": {
|
|
27
27
|
"fontSize": "var(--seed-font-size-t4)",
|
|
28
28
|
"lineHeight": "var(--seed-line-height-t4)",
|
|
@@ -52,7 +52,7 @@ export declare const vars: {
|
|
|
52
52
|
"description": {
|
|
53
53
|
"color": "var(--seed-color-fg-neutral)"
|
|
54
54
|
},
|
|
55
|
-
/**
|
|
55
|
+
/** root가 클릭 영역인 Actionable Callout에서는 표시를 권장하지 않습니다. */
|
|
56
56
|
"link": {
|
|
57
57
|
"color": "var(--seed-color-fg-neutral)"
|
|
58
58
|
},
|
|
@@ -84,7 +84,7 @@ export declare const vars: {
|
|
|
84
84
|
"description": {
|
|
85
85
|
"color": "var(--seed-color-fg-informative-contrast)"
|
|
86
86
|
},
|
|
87
|
-
/**
|
|
87
|
+
/** root가 클릭 영역인 Actionable Callout에서는 표시를 권장하지 않습니다. */
|
|
88
88
|
"link": {
|
|
89
89
|
"color": "var(--seed-color-fg-informative-contrast)"
|
|
90
90
|
},
|
|
@@ -116,7 +116,7 @@ export declare const vars: {
|
|
|
116
116
|
"description": {
|
|
117
117
|
"color": "var(--seed-color-fg-positive-contrast)"
|
|
118
118
|
},
|
|
119
|
-
/**
|
|
119
|
+
/** root가 클릭 영역인 Actionable Callout에서는 표시를 권장하지 않습니다. */
|
|
120
120
|
"link": {
|
|
121
121
|
"color": "var(--seed-color-fg-positive-contrast)"
|
|
122
122
|
},
|
|
@@ -148,7 +148,7 @@ export declare const vars: {
|
|
|
148
148
|
"description": {
|
|
149
149
|
"color": "var(--seed-color-fg-warning-contrast)"
|
|
150
150
|
},
|
|
151
|
-
/**
|
|
151
|
+
/** root가 클릭 영역인 Actionable Callout에서는 표시를 권장하지 않습니다. */
|
|
152
152
|
"link": {
|
|
153
153
|
"color": "var(--seed-color-fg-warning-contrast)"
|
|
154
154
|
},
|
|
@@ -180,7 +180,7 @@ export declare const vars: {
|
|
|
180
180
|
"description": {
|
|
181
181
|
"color": "var(--seed-color-fg-critical-contrast)"
|
|
182
182
|
},
|
|
183
|
-
/**
|
|
183
|
+
/** root가 클릭 영역인 Actionable Callout에서는 표시를 권장하지 않습니다. */
|
|
184
184
|
"link": {
|
|
185
185
|
"color": "var(--seed-color-fg-critical-contrast)"
|
|
186
186
|
},
|
|
@@ -212,7 +212,7 @@ export declare const vars: {
|
|
|
212
212
|
"description": {
|
|
213
213
|
"color": "var(--seed-color-fg-neutral)"
|
|
214
214
|
},
|
|
215
|
-
/**
|
|
215
|
+
/** root가 클릭 영역인 Actionable Callout에서는 표시를 권장하지 않습니다. */
|
|
216
216
|
"link": {
|
|
217
217
|
"color": "var(--seed-color-fg-neutral)"
|
|
218
218
|
},
|
|
@@ -79,7 +79,8 @@ export declare const vars: {
|
|
|
79
79
|
"enabled": {
|
|
80
80
|
"root": {
|
|
81
81
|
"color": "var(--seed-color-bg-transparent)",
|
|
82
|
-
"
|
|
82
|
+
"strokeColor": "var(--seed-color-stroke-neutral-muted)",
|
|
83
|
+
"strokeWidth": "1px"
|
|
83
84
|
},
|
|
84
85
|
"label": {
|
|
85
86
|
"color": "var(--seed-color-fg-neutral)"
|
|
@@ -79,7 +79,8 @@ export const vars = {
|
|
|
79
79
|
"enabled": {
|
|
80
80
|
"root": {
|
|
81
81
|
"color": "var(--seed-color-bg-transparent)",
|
|
82
|
-
"
|
|
82
|
+
"strokeColor": "var(--seed-color-stroke-neutral-muted)",
|
|
83
|
+
"strokeWidth": "1px"
|
|
83
84
|
},
|
|
84
85
|
"label": {
|
|
85
86
|
"color": "var(--seed-color-fg-neutral)"
|
|
@@ -108,7 +108,7 @@ export declare const vars: {
|
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* label과 prefixIcon을 함께 표시합니다.
|
|
112
112
|
*/
|
|
113
113
|
"layoutWithText": {
|
|
114
114
|
"enabled": {
|
|
@@ -129,7 +129,7 @@ export declare const vars: {
|
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* icon만 표시합니다. 아이콘만으로 의미를 전달하기 때문에 접근성 레이블과 함께 사용해야 합니다.
|
|
133
133
|
*/
|
|
134
134
|
"layoutIconOnly": {
|
|
135
135
|
"enabled": {
|
|
@@ -2,10 +2,10 @@ export declare const vars: {
|
|
|
2
2
|
"base": {
|
|
3
3
|
"enabled": {
|
|
4
4
|
"root": {
|
|
5
|
-
"color": "var(--seed-color-palette-gray-
|
|
5
|
+
"color": "var(--seed-color-palette-gray-500)"
|
|
6
6
|
},
|
|
7
7
|
"image": {
|
|
8
|
-
"color": "
|
|
8
|
+
"color": "var(--seed-color-palette-static-white-alpha-800)"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -2,10 +2,10 @@ export const vars = {
|
|
|
2
2
|
"base": {
|
|
3
3
|
"enabled": {
|
|
4
4
|
"root": {
|
|
5
|
-
"color": "var(--seed-color-palette-gray-
|
|
5
|
+
"color": "var(--seed-color-palette-gray-500)"
|
|
6
6
|
},
|
|
7
7
|
"image": {
|
|
8
|
-
"color": "
|
|
8
|
+
"color": "var(--seed-color-palette-static-white-alpha-800)"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
/** 내부에 오버레이 요소가 존재하는 경우 이미지 모서리와 오버레이 요소 사이의 간격입니다. 이 값은 기본값이며 변경할 수 있습니다. */
|
|
6
|
+
"padding": "var(--seed-dimension-x1_5)"
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
},
|
|
2
10
|
/**
|
|
3
11
|
* 이미지 테두리에 스트로크를 표시합니다.
|
|
4
12
|
*/
|
|
@@ -15,14 +23,7 @@ export declare const vars: {
|
|
|
15
23
|
/**
|
|
16
24
|
* 테두리를 표시하지 않습니다.
|
|
17
25
|
*/
|
|
18
|
-
"strokeFalse": {
|
|
19
|
-
"enabled": {
|
|
20
|
-
"root": {
|
|
21
|
-
/** stroke 옵션 사용 시 적용되는 테두리 두께입니다. */
|
|
22
|
-
"strokeWidth": "0px"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
+
"strokeFalse": {},
|
|
26
27
|
/**
|
|
27
28
|
* 모서리를 둥글게 처리합니다.
|
|
28
29
|
@deprecated `rounded` 옵션은 @seed-design/react@1.3.0에서 제거될 예정입니다. `borderRadius="r2"`를 사용하세요.
|
|
@@ -32,7 +33,7 @@ Reason: 모서리 스타일은 `borderRadius` prop으로 통일합니다.
|
|
|
32
33
|
"roundedTrue": {
|
|
33
34
|
"enabled": {
|
|
34
35
|
"root": {
|
|
35
|
-
/**
|
|
36
|
+
/** 이 값은 기본값이며 변경할 수 있습니다. */
|
|
36
37
|
"cornerRadius": "var(--seed-radius-r2)"
|
|
37
38
|
}
|
|
38
39
|
}
|
|
@@ -43,12 +44,5 @@ Reason: 모서리 스타일은 `borderRadius` prop으로 통일합니다.
|
|
|
43
44
|
Reason: 모서리 스타일은 `borderRadius` prop으로 통일합니다.
|
|
44
45
|
|
|
45
46
|
*/
|
|
46
|
-
"roundedFalse": {
|
|
47
|
-
"enabled": {
|
|
48
|
-
"root": {
|
|
49
|
-
/** rounded 옵션 사용 시 적용되는 모서리 반경입니다. */
|
|
50
|
-
"cornerRadius": "0px"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
47
|
+
"roundedFalse": {}
|
|
54
48
|
}
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
export const vars = {
|
|
2
|
-
"
|
|
2
|
+
"base": {
|
|
3
3
|
"enabled": {
|
|
4
4
|
"root": {
|
|
5
|
-
"
|
|
6
|
-
"strokeWidth": "1px"
|
|
5
|
+
"padding": "var(--seed-dimension-x1_5)"
|
|
7
6
|
}
|
|
8
7
|
}
|
|
9
8
|
},
|
|
10
|
-
"
|
|
9
|
+
"strokeTrue": {
|
|
11
10
|
"enabled": {
|
|
12
11
|
"root": {
|
|
13
|
-
"
|
|
12
|
+
"strokeColor": "var(--seed-color-stroke-neutral-subtle)",
|
|
13
|
+
"strokeWidth": "1px"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
+
"strokeFalse": {},
|
|
17
18
|
"roundedTrue": {
|
|
18
19
|
"enabled": {
|
|
19
20
|
"root": {
|
|
@@ -21,11 +22,5 @@ export const vars = {
|
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
},
|
|
24
|
-
"roundedFalse": {
|
|
25
|
-
"enabled": {
|
|
26
|
-
"root": {
|
|
27
|
-
"cornerRadius": "0px"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
25
|
+
"roundedFalse": {}
|
|
31
26
|
}
|
|
@@ -52,6 +52,7 @@ export { vars as radio } from "./radio";
|
|
|
52
52
|
export { vars as radiomark } from "./radiomark";
|
|
53
53
|
export { vars as reactionButton } from "./reaction-button";
|
|
54
54
|
export { vars as scrollFog } from "./scroll-fog";
|
|
55
|
+
export { vars as segmentedControlIndicator } from "./segmented-control-indicator";
|
|
55
56
|
export { vars as segmentedControlItem } from "./segmented-control-item";
|
|
56
57
|
export { vars as segmentedControl } from "./segmented-control";
|
|
57
58
|
export { vars as selectBoxCheckmark } from "./select-box-checkmark";
|
package/vars/component/index.mjs
CHANGED
|
@@ -52,6 +52,7 @@ export { vars as radio } from "./radio.mjs";
|
|
|
52
52
|
export { vars as radiomark } from "./radiomark.mjs";
|
|
53
53
|
export { vars as reactionButton } from "./reaction-button.mjs";
|
|
54
54
|
export { vars as scrollFog } from "./scroll-fog.mjs";
|
|
55
|
+
export { vars as segmentedControlIndicator } from "./segmented-control-indicator.mjs";
|
|
55
56
|
export { vars as segmentedControlItem } from "./segmented-control-item.mjs";
|
|
56
57
|
export { vars as segmentedControl } from "./segmented-control.mjs";
|
|
57
58
|
export { vars as selectBoxCheckmark } from "./select-box-checkmark.mjs";
|
|
@@ -11,7 +11,7 @@ export declare const vars: {
|
|
|
11
11
|
"color": "var(--seed-color-bg-transparent)",
|
|
12
12
|
"colorDuration": "var(--seed-duration-color-transition)",
|
|
13
13
|
"colorTimingFunction": "var(--seed-timing-function-easing)",
|
|
14
|
-
/**
|
|
14
|
+
/** enabled 상태의 stroke 위에 invalid 상태의 stroke가 fade in/out 되는 데에 걸리는 시간입니다. stroke 두께나 색상 자체를 transition하지 않습니다. */
|
|
15
15
|
"strokeDuration": "0.1s",
|
|
16
16
|
"strokeTimingFunction": "var(--seed-timing-function-easing)"
|
|
17
17
|
},
|
|
@@ -20,7 +20,7 @@ export declare const vars: {
|
|
|
20
20
|
"color": "var(--seed-color-fg-neutral)",
|
|
21
21
|
"fontSize": "var(--seed-font-size-t5)",
|
|
22
22
|
"lineHeight": "var(--seed-line-height-t5)",
|
|
23
|
-
"fontWeight": "var(--seed-font-weight-
|
|
23
|
+
"fontWeight": "var(--seed-font-weight-regular)"
|
|
24
24
|
},
|
|
25
25
|
"detail": {
|
|
26
26
|
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
@@ -20,7 +20,7 @@ export const vars = {
|
|
|
20
20
|
"color": "var(--seed-color-fg-neutral)",
|
|
21
21
|
"fontSize": "var(--seed-font-size-t5)",
|
|
22
22
|
"lineHeight": "var(--seed-line-height-t5)",
|
|
23
|
-
"fontWeight": "var(--seed-font-weight-
|
|
23
|
+
"fontWeight": "var(--seed-font-weight-regular)"
|
|
24
24
|
},
|
|
25
25
|
"detail": {
|
|
26
26
|
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"color": "var(--seed-color-palette-gray-00)",
|
|
6
|
+
"strokeColor": "var(--seed-color-stroke-neutral-muted)",
|
|
7
|
+
"strokeWidth": "1px",
|
|
8
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
9
|
+
"transformDuration": "var(--seed-duration-d4)",
|
|
10
|
+
"transformTimingFunction": "var(--seed-timing-function-easing)"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"pressed": {
|
|
14
|
+
"root": {
|
|
15
|
+
"color": "var(--seed-color-palette-gray-100)"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"disabled": {
|
|
19
|
+
"root": {
|
|
20
|
+
"color": "var(--seed-color-bg-disabled)"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"color": "var(--seed-color-palette-gray-00)",
|
|
6
|
+
"strokeColor": "var(--seed-color-stroke-neutral-muted)",
|
|
7
|
+
"strokeWidth": "1px",
|
|
8
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
9
|
+
"transformDuration": "var(--seed-duration-d4)",
|
|
10
|
+
"transformTimingFunction": "var(--seed-timing-function-easing)"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"pressed": {
|
|
14
|
+
"root": {
|
|
15
|
+
"color": "var(--seed-color-palette-gray-100)"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"disabled": {
|
|
19
|
+
"root": {
|
|
20
|
+
"color": "var(--seed-color-bg-disabled)"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -22,7 +22,9 @@ export declare const vars: {
|
|
|
22
22
|
},
|
|
23
23
|
"pressed": {
|
|
24
24
|
"root": {
|
|
25
|
-
"color": "var(--seed-color-bg-neutral-weak-pressed)"
|
|
25
|
+
"color": "var(--seed-color-bg-neutral-weak-pressed)",
|
|
26
|
+
"strokeWidth": "1px",
|
|
27
|
+
"strokeColor": "var(--seed-color-stroke-neutral-muted)"
|
|
26
28
|
}
|
|
27
29
|
},
|
|
28
30
|
"selected": {
|
|
@@ -30,20 +32,10 @@ export declare const vars: {
|
|
|
30
32
|
"color": "var(--seed-color-fg-neutral)"
|
|
31
33
|
}
|
|
32
34
|
},
|
|
33
|
-
"selectedPressed": {
|
|
34
|
-
"root": {
|
|
35
|
-
"color": "var(--seed-color-palette-gray-100)"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
35
|
"disabled": {
|
|
39
36
|
"label": {
|
|
40
37
|
"color": "var(--seed-color-fg-disabled)"
|
|
41
38
|
}
|
|
42
|
-
},
|
|
43
|
-
"disabledSelected": {
|
|
44
|
-
"root": {
|
|
45
|
-
"color": "var(--seed-color-bg-disabled)"
|
|
46
|
-
}
|
|
47
39
|
}
|
|
48
40
|
}
|
|
49
41
|
}
|
|
@@ -22,7 +22,9 @@ export const vars = {
|
|
|
22
22
|
},
|
|
23
23
|
"pressed": {
|
|
24
24
|
"root": {
|
|
25
|
-
"color": "var(--seed-color-bg-neutral-weak-pressed)"
|
|
25
|
+
"color": "var(--seed-color-bg-neutral-weak-pressed)",
|
|
26
|
+
"strokeWidth": "1px",
|
|
27
|
+
"strokeColor": "var(--seed-color-stroke-neutral-muted)"
|
|
26
28
|
}
|
|
27
29
|
},
|
|
28
30
|
"selected": {
|
|
@@ -30,20 +32,10 @@ export const vars = {
|
|
|
30
32
|
"color": "var(--seed-color-fg-neutral)"
|
|
31
33
|
}
|
|
32
34
|
},
|
|
33
|
-
"selectedPressed": {
|
|
34
|
-
"root": {
|
|
35
|
-
"color": "var(--seed-color-palette-gray-100)"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
35
|
"disabled": {
|
|
39
36
|
"label": {
|
|
40
37
|
"color": "var(--seed-color-fg-disabled)"
|
|
41
38
|
}
|
|
42
|
-
},
|
|
43
|
-
"disabledSelected": {
|
|
44
|
-
"root": {
|
|
45
|
-
"color": "var(--seed-color-bg-disabled)"
|
|
46
|
-
}
|
|
47
39
|
}
|
|
48
40
|
}
|
|
49
41
|
}
|
|
@@ -5,14 +5,6 @@ export declare const vars: {
|
|
|
5
5
|
"padding": "var(--seed-dimension-x1)",
|
|
6
6
|
"cornerRadius": "var(--seed-radius-full)",
|
|
7
7
|
"color": "var(--seed-color-bg-neutral-weak-alpha)"
|
|
8
|
-
},
|
|
9
|
-
"indicator": {
|
|
10
|
-
"color": "var(--seed-color-palette-gray-00)",
|
|
11
|
-
"cornerRadius": "var(--seed-radius-full)",
|
|
12
|
-
"strokeWidth": "1px",
|
|
13
|
-
"strokeColor": "var(--seed-color-stroke-neutral-muted)",
|
|
14
|
-
"transformDuration": "var(--seed-duration-d4)",
|
|
15
|
-
"transformTimingFunction": "var(--seed-timing-function-easing)"
|
|
16
8
|
}
|
|
17
9
|
}
|
|
18
10
|
}
|
|
@@ -5,14 +5,6 @@ export const vars = {
|
|
|
5
5
|
"padding": "var(--seed-dimension-x1)",
|
|
6
6
|
"cornerRadius": "var(--seed-radius-full)",
|
|
7
7
|
"color": "var(--seed-color-bg-neutral-weak-alpha)"
|
|
8
|
-
},
|
|
9
|
-
"indicator": {
|
|
10
|
-
"color": "var(--seed-color-palette-gray-00)",
|
|
11
|
-
"cornerRadius": "var(--seed-radius-full)",
|
|
12
|
-
"strokeWidth": "1px",
|
|
13
|
-
"strokeColor": "var(--seed-color-stroke-neutral-muted)",
|
|
14
|
-
"transformDuration": "var(--seed-duration-d4)",
|
|
15
|
-
"transformTimingFunction": "var(--seed-timing-function-easing)"
|
|
16
8
|
}
|
|
17
9
|
}
|
|
18
10
|
}
|
|
@@ -8,7 +8,7 @@ export declare const vars: {
|
|
|
8
8
|
"strokeWidth": "1px",
|
|
9
9
|
"colorDuration": "var(--seed-duration-color-transition)",
|
|
10
10
|
"colorTimingFunction": "var(--seed-timing-function-easing)",
|
|
11
|
-
/**
|
|
11
|
+
/** enabled 상태의 stroke 위에 selected 상태의 stroke가 fade in/out 되는 데에 걸리는 시간입니다. stroke 두께나 색상 자체를 transition하지 않습니다. */
|
|
12
12
|
"strokeDuration": "0.1s",
|
|
13
13
|
"strokeTimingFunction": "var(--seed-timing-function-easing)"
|
|
14
14
|
},
|
|
@@ -23,11 +23,13 @@ export declare const vars: {
|
|
|
23
23
|
"cornerRadius": "var(--seed-radius-full)",
|
|
24
24
|
"color": "var(--seed-color-bg-neutral-inverted)"
|
|
25
25
|
},
|
|
26
|
+
/** arrow width + (valueIndicatorRoot paddingX * 2)만큼의 최소 너비를 가집니다. */
|
|
26
27
|
"valueIndicatorRoot": {
|
|
27
28
|
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
28
|
-
"cornerRadius": "var(--seed-radius-
|
|
29
|
-
|
|
30
|
-
"
|
|
29
|
+
"cornerRadius": "var(--seed-radius-r1_5)",
|
|
30
|
+
/** value indicator 내부 좌우 여백입니다. arrow와 valueIndicatorRoot 경계 사이의 최소 간격에도 동일한 값이 적용됩니다. */
|
|
31
|
+
"paddingX": "var(--seed-dimension-x2)",
|
|
32
|
+
"paddingY": "var(--seed-dimension-x1)",
|
|
31
33
|
"offsetY": "var(--seed-dimension-x3)",
|
|
32
34
|
"enterScale": "0.9",
|
|
33
35
|
"enterOpacity": "0",
|
|
@@ -36,20 +38,22 @@ export declare const vars: {
|
|
|
36
38
|
"exitScale": "1",
|
|
37
39
|
"exitOpacity": "0",
|
|
38
40
|
"exitDuration": "var(--seed-duration-d4)",
|
|
39
|
-
"exitTimingFunction": "var(--seed-timing-function-easing)"
|
|
41
|
+
"exitTimingFunction": "var(--seed-timing-function-easing)",
|
|
42
|
+
"translateDuration": "var(--seed-duration-d3)",
|
|
43
|
+
"translateTimingFunction": "var(--seed-timing-function-easing)"
|
|
40
44
|
},
|
|
41
45
|
"valueIndicatorArrow": {
|
|
42
46
|
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
43
|
-
"width": "var(--seed-dimension-
|
|
44
|
-
"height": "
|
|
47
|
+
"width": "var(--seed-dimension-x2)",
|
|
48
|
+
"height": "var(--seed-dimension-x1_5)",
|
|
45
49
|
"cornerRadius": "var(--seed-radius-r0_5)",
|
|
46
|
-
|
|
47
|
-
"
|
|
50
|
+
/** arrow와 thumb 사이의 거리를 정의합니다. */
|
|
51
|
+
"gutter": "var(--seed-dimension-x0_5)"
|
|
48
52
|
},
|
|
49
53
|
"valueIndicatorLabel": {
|
|
50
54
|
"color": "var(--seed-color-fg-neutral-inverted)",
|
|
51
|
-
"fontSize": "var(--seed-font-size-
|
|
52
|
-
"lineHeight": "var(--seed-line-height-
|
|
55
|
+
"fontSize": "var(--seed-font-size-t3)",
|
|
56
|
+
"lineHeight": "var(--seed-line-height-t3)",
|
|
53
57
|
"fontWeight": "var(--seed-font-weight-medium)"
|
|
54
58
|
},
|
|
55
59
|
"marker": {
|
|
@@ -25,9 +25,9 @@ export const vars = {
|
|
|
25
25
|
},
|
|
26
26
|
"valueIndicatorRoot": {
|
|
27
27
|
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
28
|
-
"cornerRadius": "var(--seed-radius-
|
|
29
|
-
"paddingX": "var(--seed-dimension-
|
|
30
|
-
"paddingY": "var(--seed-dimension-
|
|
28
|
+
"cornerRadius": "var(--seed-radius-r1_5)",
|
|
29
|
+
"paddingX": "var(--seed-dimension-x2)",
|
|
30
|
+
"paddingY": "var(--seed-dimension-x1)",
|
|
31
31
|
"offsetY": "var(--seed-dimension-x3)",
|
|
32
32
|
"enterScale": "0.9",
|
|
33
33
|
"enterOpacity": "0",
|
|
@@ -36,20 +36,21 @@ export const vars = {
|
|
|
36
36
|
"exitScale": "1",
|
|
37
37
|
"exitOpacity": "0",
|
|
38
38
|
"exitDuration": "var(--seed-duration-d4)",
|
|
39
|
-
"exitTimingFunction": "var(--seed-timing-function-easing)"
|
|
39
|
+
"exitTimingFunction": "var(--seed-timing-function-easing)",
|
|
40
|
+
"translateDuration": "var(--seed-duration-d3)",
|
|
41
|
+
"translateTimingFunction": "var(--seed-timing-function-easing)"
|
|
40
42
|
},
|
|
41
43
|
"valueIndicatorArrow": {
|
|
42
44
|
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
43
|
-
"width": "var(--seed-dimension-
|
|
44
|
-
"height": "
|
|
45
|
+
"width": "var(--seed-dimension-x2)",
|
|
46
|
+
"height": "var(--seed-dimension-x1_5)",
|
|
45
47
|
"cornerRadius": "var(--seed-radius-r0_5)",
|
|
46
|
-
"gutter": "var(--seed-dimension-x0_5)"
|
|
47
|
-
"padding": "var(--seed-dimension-x0_5)"
|
|
48
|
+
"gutter": "var(--seed-dimension-x0_5)"
|
|
48
49
|
},
|
|
49
50
|
"valueIndicatorLabel": {
|
|
50
51
|
"color": "var(--seed-color-fg-neutral-inverted)",
|
|
51
|
-
"fontSize": "var(--seed-font-size-
|
|
52
|
-
"lineHeight": "var(--seed-line-height-
|
|
52
|
+
"fontSize": "var(--seed-font-size-t3)",
|
|
53
|
+
"lineHeight": "var(--seed-line-height-t3)",
|
|
53
54
|
"fontWeight": "var(--seed-font-weight-medium)"
|
|
54
55
|
},
|
|
55
56
|
"marker": {
|
|
@@ -3,7 +3,7 @@ export declare const vars: {
|
|
|
3
3
|
"enabled": {
|
|
4
4
|
"root": {
|
|
5
5
|
"strokeColor": "var(--seed-color-stroke-neutral-weak)",
|
|
6
|
-
/**
|
|
6
|
+
/** enabled 상태의 stroke 위에 focused/invalid 상태의 stroke가 fade in/out 되는 데에 걸리는 시간입니다. stroke 두께나 색상 자체를 transition하지 않습니다. */
|
|
7
7
|
"strokeDuration": "0.1s",
|
|
8
8
|
"strokeTimingFunction": "var(--seed-timing-function-easing)"
|
|
9
9
|
},
|