@seed-design/lynx-css 0.2.0 → 0.3.0
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 +22 -8
- package/all.min.css +1 -1
- package/base.css +22 -8
- package/base.min.css +1 -1
- package/package.json +1 -1
- package/vars/color/bg.d.ts +2 -2
- package/vars/color/bg.mjs +2 -1
- package/vars/color/stroke.d.ts +2 -2
- package/vars/color/stroke.mjs +2 -2
- package/vars/component/accordion-item.d.ts +132 -0
- package/vars/component/accordion-item.mjs +126 -0
- package/vars/component/accordion.d.ts +22 -0
- package/vars/component/accordion.mjs +16 -0
- package/vars/component/attachment-input-dropzone.d.ts +32 -0
- package/vars/component/attachment-input-dropzone.mjs +30 -0
- package/vars/component/attachment-input-item-action-button.d.ts +37 -0
- package/vars/component/attachment-input-item-action-button.mjs +37 -0
- package/vars/component/attachment-input-item-remove-button.d.ts +28 -0
- package/vars/component/attachment-input-item-remove-button.mjs +28 -0
- package/vars/component/attachment-input-item.d.ts +103 -0
- package/vars/component/attachment-input-item.mjs +102 -0
- package/vars/component/attachment-input-trigger.d.ts +46 -0
- package/vars/component/attachment-input-trigger.mjs +46 -0
- package/vars/component/attachment-input.d.ts +14 -0
- package/vars/component/attachment-input.mjs +12 -0
- package/vars/component/chip-tab.d.ts +0 -41
- package/vars/component/chip-tab.mjs +0 -41
- package/vars/component/chip-tablist.d.ts +0 -7
- package/vars/component/chip-tablist.mjs +0 -7
- package/vars/component/image-frame.d.ts +1 -22
- package/vars/component/image-frame.mjs +1 -9
- package/vars/component/index.d.ts +12 -1
- package/vars/component/index.mjs +12 -1
- package/vars/component/input-button.d.ts +90 -17
- package/vars/component/input-button.mjs +84 -17
- package/vars/component/menu-item.d.ts +129 -0
- package/vars/component/menu-item.mjs +117 -0
- package/vars/component/menu.d.ts +68 -0
- package/vars/component/menu.mjs +60 -0
- package/vars/component/side-panel-close-button.d.ts +23 -0
- package/vars/component/side-panel-close-button.mjs +23 -0
- package/vars/component/side-panel.d.ts +94 -0
- package/vars/component/side-panel.mjs +83 -0
- package/vars/component/text-input.d.ts +92 -24
- package/vars/component/text-input.mjs +76 -24
- package/vars/component/typography.d.ts +414 -0
- package/vars/component/typography.mjs +324 -0
- package/vars/font-size.d.ts +17 -1
- package/vars/font-size.mjs +9 -1
- package/vars/gradient.d.ts +0 -8
- package/vars/gradient.mjs +0 -2
- package/vars/line-height.d.ts +17 -1
- package/vars/line-height.mjs +9 -1
|
@@ -2,10 +2,6 @@ export declare const vars: {
|
|
|
2
2
|
"base": {
|
|
3
3
|
"enabled": {
|
|
4
4
|
"root": {
|
|
5
|
-
"height": "var(--seed-dimension-x13)",
|
|
6
|
-
"cornerRadius": "var(--seed-radius-r3)",
|
|
7
|
-
"gap": "var(--seed-dimension-x2_5)",
|
|
8
|
-
"paddingX": "var(--seed-dimension-x4)",
|
|
9
5
|
"strokeWidth": "1px",
|
|
10
6
|
"strokeColor": "var(--seed-color-stroke-neutral-weak)",
|
|
11
7
|
"color": "var(--seed-color-bg-transparent)",
|
|
@@ -16,39 +12,28 @@ export declare const vars: {
|
|
|
16
12
|
"strokeTimingFunction": "var(--seed-timing-function-easing)"
|
|
17
13
|
},
|
|
18
14
|
"value": {
|
|
19
|
-
"fontSize": "var(--seed-font-size-t5)",
|
|
20
|
-
"lineHeight": "var(--seed-line-height-t5)",
|
|
21
15
|
"fontWeight": "var(--seed-font-weight-regular)",
|
|
22
16
|
"color": "var(--seed-color-fg-neutral)"
|
|
23
17
|
},
|
|
24
18
|
"placeholder": {
|
|
25
|
-
"fontSize": "var(--seed-font-size-t5)",
|
|
26
|
-
"lineHeight": "var(--seed-line-height-t5)",
|
|
27
19
|
"fontWeight": "var(--seed-font-weight-regular)",
|
|
28
20
|
"color": "var(--seed-color-fg-placeholder)"
|
|
29
21
|
},
|
|
30
22
|
"prefixText": {
|
|
31
|
-
"fontSize": "var(--seed-font-size-t5)",
|
|
32
|
-
"lineHeight": "var(--seed-line-height-t5)",
|
|
33
23
|
"fontWeight": "var(--seed-font-weight-regular)",
|
|
34
|
-
"color": "var(--seed-color-fg-neutral-
|
|
24
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
35
25
|
},
|
|
36
26
|
"prefixIcon": {
|
|
37
|
-
"size": "var(--seed-dimension-x5)",
|
|
38
27
|
"color": "var(--seed-color-fg-neutral-muted)"
|
|
39
28
|
},
|
|
40
29
|
"suffixText": {
|
|
41
|
-
"fontSize": "var(--seed-font-size-t5)",
|
|
42
|
-
"lineHeight": "var(--seed-line-height-t5)",
|
|
43
30
|
"fontWeight": "var(--seed-font-weight-regular)",
|
|
44
|
-
"color": "var(--seed-color-fg-neutral-
|
|
31
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
45
32
|
},
|
|
46
33
|
"suffixIcon": {
|
|
47
|
-
"size": "var(--seed-dimension-x5)",
|
|
48
34
|
"color": "var(--seed-color-fg-neutral-muted)"
|
|
49
35
|
},
|
|
50
36
|
"clearButton": {
|
|
51
|
-
"size": "22px",
|
|
52
37
|
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
53
38
|
}
|
|
54
39
|
},
|
|
@@ -72,6 +57,18 @@ export declare const vars: {
|
|
|
72
57
|
},
|
|
73
58
|
"placeholder": {
|
|
74
59
|
"color": "var(--seed-color-fg-disabled)"
|
|
60
|
+
},
|
|
61
|
+
"prefixText": {
|
|
62
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
63
|
+
},
|
|
64
|
+
"prefixIcon": {
|
|
65
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
66
|
+
},
|
|
67
|
+
"suffixText": {
|
|
68
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
69
|
+
},
|
|
70
|
+
"suffixIcon": {
|
|
71
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
75
72
|
}
|
|
76
73
|
},
|
|
77
74
|
"readonly": {
|
|
@@ -85,5 +82,81 @@ export declare const vars: {
|
|
|
85
82
|
"color": "var(--seed-color-fg-placeholder)"
|
|
86
83
|
}
|
|
87
84
|
}
|
|
85
|
+
},
|
|
86
|
+
/**
|
|
87
|
+
* 뷰포트 너비와 관계없이 사용할 수 있습니다.
|
|
88
|
+
*/
|
|
89
|
+
"sizeLarge": {
|
|
90
|
+
"enabled": {
|
|
91
|
+
"root": {
|
|
92
|
+
"height": "var(--seed-dimension-x13)",
|
|
93
|
+
"gap": "var(--seed-dimension-x2_5)",
|
|
94
|
+
"cornerRadius": "var(--seed-radius-r3)",
|
|
95
|
+
"paddingX": "var(--seed-dimension-x4)"
|
|
96
|
+
},
|
|
97
|
+
"value": {
|
|
98
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
99
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
100
|
+
},
|
|
101
|
+
"placeholder": {
|
|
102
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
103
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
104
|
+
},
|
|
105
|
+
"prefixText": {
|
|
106
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
107
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
108
|
+
},
|
|
109
|
+
"prefixIcon": {
|
|
110
|
+
"size": "var(--seed-dimension-x5)"
|
|
111
|
+
},
|
|
112
|
+
"suffixText": {
|
|
113
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
114
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
115
|
+
},
|
|
116
|
+
"suffixIcon": {
|
|
117
|
+
"size": "var(--seed-dimension-x5)"
|
|
118
|
+
},
|
|
119
|
+
"clearButton": {
|
|
120
|
+
"size": "22px"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
/**
|
|
125
|
+
* Breakpoint `lg` 이상(데스크톱)에서만 사용하고, 모바일에서는 사용하지 않습니다. 정밀한 선택이 가능한 마우스 입력 환경에서 사이즈를 더 작게 만들고자 할 때 사용합니다.
|
|
126
|
+
*/
|
|
127
|
+
"sizeMedium": {
|
|
128
|
+
"enabled": {
|
|
129
|
+
"root": {
|
|
130
|
+
"height": "var(--seed-dimension-x10)",
|
|
131
|
+
"gap": "var(--seed-dimension-x2)",
|
|
132
|
+
"cornerRadius": "var(--seed-radius-r2)",
|
|
133
|
+
"paddingX": "var(--seed-dimension-x3_5)"
|
|
134
|
+
},
|
|
135
|
+
"value": {
|
|
136
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
137
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
138
|
+
},
|
|
139
|
+
"placeholder": {
|
|
140
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
141
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
142
|
+
},
|
|
143
|
+
"prefixText": {
|
|
144
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
145
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
146
|
+
},
|
|
147
|
+
"prefixIcon": {
|
|
148
|
+
"size": "var(--seed-dimension-x4)"
|
|
149
|
+
},
|
|
150
|
+
"suffixText": {
|
|
151
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
152
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
153
|
+
},
|
|
154
|
+
"suffixIcon": {
|
|
155
|
+
"size": "var(--seed-dimension-x4)"
|
|
156
|
+
},
|
|
157
|
+
"clearButton": {
|
|
158
|
+
"size": "var(--seed-dimension-x4_5)"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
88
161
|
}
|
|
89
162
|
}
|
|
@@ -2,10 +2,6 @@ export const vars = {
|
|
|
2
2
|
"base": {
|
|
3
3
|
"enabled": {
|
|
4
4
|
"root": {
|
|
5
|
-
"height": "var(--seed-dimension-x13)",
|
|
6
|
-
"cornerRadius": "var(--seed-radius-r3)",
|
|
7
|
-
"gap": "var(--seed-dimension-x2_5)",
|
|
8
|
-
"paddingX": "var(--seed-dimension-x4)",
|
|
9
5
|
"strokeWidth": "1px",
|
|
10
6
|
"strokeColor": "var(--seed-color-stroke-neutral-weak)",
|
|
11
7
|
"color": "var(--seed-color-bg-transparent)",
|
|
@@ -15,39 +11,28 @@ export const vars = {
|
|
|
15
11
|
"strokeTimingFunction": "var(--seed-timing-function-easing)"
|
|
16
12
|
},
|
|
17
13
|
"value": {
|
|
18
|
-
"fontSize": "var(--seed-font-size-t5)",
|
|
19
|
-
"lineHeight": "var(--seed-line-height-t5)",
|
|
20
14
|
"fontWeight": "var(--seed-font-weight-regular)",
|
|
21
15
|
"color": "var(--seed-color-fg-neutral)"
|
|
22
16
|
},
|
|
23
17
|
"placeholder": {
|
|
24
|
-
"fontSize": "var(--seed-font-size-t5)",
|
|
25
|
-
"lineHeight": "var(--seed-line-height-t5)",
|
|
26
18
|
"fontWeight": "var(--seed-font-weight-regular)",
|
|
27
19
|
"color": "var(--seed-color-fg-placeholder)"
|
|
28
20
|
},
|
|
29
21
|
"prefixText": {
|
|
30
|
-
"fontSize": "var(--seed-font-size-t5)",
|
|
31
|
-
"lineHeight": "var(--seed-line-height-t5)",
|
|
32
22
|
"fontWeight": "var(--seed-font-weight-regular)",
|
|
33
|
-
"color": "var(--seed-color-fg-neutral-
|
|
23
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
34
24
|
},
|
|
35
25
|
"prefixIcon": {
|
|
36
|
-
"size": "var(--seed-dimension-x5)",
|
|
37
26
|
"color": "var(--seed-color-fg-neutral-muted)"
|
|
38
27
|
},
|
|
39
28
|
"suffixText": {
|
|
40
|
-
"fontSize": "var(--seed-font-size-t5)",
|
|
41
|
-
"lineHeight": "var(--seed-line-height-t5)",
|
|
42
29
|
"fontWeight": "var(--seed-font-weight-regular)",
|
|
43
|
-
"color": "var(--seed-color-fg-neutral-
|
|
30
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
44
31
|
},
|
|
45
32
|
"suffixIcon": {
|
|
46
|
-
"size": "var(--seed-dimension-x5)",
|
|
47
33
|
"color": "var(--seed-color-fg-neutral-muted)"
|
|
48
34
|
},
|
|
49
35
|
"clearButton": {
|
|
50
|
-
"size": "22px",
|
|
51
36
|
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
52
37
|
}
|
|
53
38
|
},
|
|
@@ -71,6 +56,18 @@ export const vars = {
|
|
|
71
56
|
},
|
|
72
57
|
"placeholder": {
|
|
73
58
|
"color": "var(--seed-color-fg-disabled)"
|
|
59
|
+
},
|
|
60
|
+
"prefixText": {
|
|
61
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
62
|
+
},
|
|
63
|
+
"prefixIcon": {
|
|
64
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
65
|
+
},
|
|
66
|
+
"suffixText": {
|
|
67
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
68
|
+
},
|
|
69
|
+
"suffixIcon": {
|
|
70
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
74
71
|
}
|
|
75
72
|
},
|
|
76
73
|
"readonly": {
|
|
@@ -84,5 +81,75 @@ export const vars = {
|
|
|
84
81
|
"color": "var(--seed-color-fg-placeholder)"
|
|
85
82
|
}
|
|
86
83
|
}
|
|
84
|
+
},
|
|
85
|
+
"sizeLarge": {
|
|
86
|
+
"enabled": {
|
|
87
|
+
"root": {
|
|
88
|
+
"height": "var(--seed-dimension-x13)",
|
|
89
|
+
"gap": "var(--seed-dimension-x2_5)",
|
|
90
|
+
"cornerRadius": "var(--seed-radius-r3)",
|
|
91
|
+
"paddingX": "var(--seed-dimension-x4)"
|
|
92
|
+
},
|
|
93
|
+
"value": {
|
|
94
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
95
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
96
|
+
},
|
|
97
|
+
"placeholder": {
|
|
98
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
99
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
100
|
+
},
|
|
101
|
+
"prefixText": {
|
|
102
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
103
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
104
|
+
},
|
|
105
|
+
"prefixIcon": {
|
|
106
|
+
"size": "var(--seed-dimension-x5)"
|
|
107
|
+
},
|
|
108
|
+
"suffixText": {
|
|
109
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
110
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
111
|
+
},
|
|
112
|
+
"suffixIcon": {
|
|
113
|
+
"size": "var(--seed-dimension-x5)"
|
|
114
|
+
},
|
|
115
|
+
"clearButton": {
|
|
116
|
+
"size": "22px"
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"sizeMedium": {
|
|
121
|
+
"enabled": {
|
|
122
|
+
"root": {
|
|
123
|
+
"height": "var(--seed-dimension-x10)",
|
|
124
|
+
"gap": "var(--seed-dimension-x2)",
|
|
125
|
+
"cornerRadius": "var(--seed-radius-r2)",
|
|
126
|
+
"paddingX": "var(--seed-dimension-x3_5)"
|
|
127
|
+
},
|
|
128
|
+
"value": {
|
|
129
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
130
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
131
|
+
},
|
|
132
|
+
"placeholder": {
|
|
133
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
134
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
135
|
+
},
|
|
136
|
+
"prefixText": {
|
|
137
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
138
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
139
|
+
},
|
|
140
|
+
"prefixIcon": {
|
|
141
|
+
"size": "var(--seed-dimension-x4)"
|
|
142
|
+
},
|
|
143
|
+
"suffixText": {
|
|
144
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
145
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
146
|
+
},
|
|
147
|
+
"suffixIcon": {
|
|
148
|
+
"size": "var(--seed-dimension-x4)"
|
|
149
|
+
},
|
|
150
|
+
"clearButton": {
|
|
151
|
+
"size": "var(--seed-dimension-x4_5)"
|
|
152
|
+
}
|
|
153
|
+
}
|
|
87
154
|
}
|
|
88
155
|
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"colorDuration": "var(--seed-duration-color-transition)",
|
|
6
|
+
"colorTimingFunction": "var(--seed-timing-function-easing)",
|
|
7
|
+
"marginDuration": "var(--seed-duration-d3)",
|
|
8
|
+
"marginTimingFunction": "var(--seed-timing-function-easing)",
|
|
9
|
+
"borderRadiusDuration": "var(--seed-duration-d3)",
|
|
10
|
+
"borderRadiusTimingFunction": "var(--seed-timing-function-easing)"
|
|
11
|
+
},
|
|
12
|
+
"body": {
|
|
13
|
+
"gap": "var(--seed-dimension-x0_5)"
|
|
14
|
+
},
|
|
15
|
+
"label": {
|
|
16
|
+
"fontWeight": "var(--seed-font-weight-regular)"
|
|
17
|
+
},
|
|
18
|
+
"description": {
|
|
19
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
20
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"pressed": {
|
|
24
|
+
"root": {
|
|
25
|
+
"color": "var(--seed-color-bg-transparent-pressed)",
|
|
26
|
+
"marginX": "var(--seed-dimension-x2)",
|
|
27
|
+
"cornerRadius": "var(--seed-radius-r3)"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"disabled": {
|
|
31
|
+
"prefixIcon": {
|
|
32
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
33
|
+
},
|
|
34
|
+
"suffixIcon": {
|
|
35
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
36
|
+
},
|
|
37
|
+
"label": {
|
|
38
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
39
|
+
},
|
|
40
|
+
"description": {
|
|
41
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
/**
|
|
46
|
+
* 뷰포트 너비와 관계없이 사용할 수 있습니다.
|
|
47
|
+
*/
|
|
48
|
+
"sizeMedium": {
|
|
49
|
+
"enabled": {
|
|
50
|
+
"root": {
|
|
51
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
52
|
+
"paddingY": "var(--seed-dimension-x3)",
|
|
53
|
+
"gap": "var(--seed-dimension-x3)"
|
|
54
|
+
},
|
|
55
|
+
"prefixIcon": {
|
|
56
|
+
"size": "22px"
|
|
57
|
+
},
|
|
58
|
+
"suffixIcon": {
|
|
59
|
+
"size": "18px"
|
|
60
|
+
},
|
|
61
|
+
"label": {
|
|
62
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
63
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
64
|
+
},
|
|
65
|
+
"description": {
|
|
66
|
+
"fontSize": "var(--seed-font-size-t3)",
|
|
67
|
+
"lineHeight": "var(--seed-line-height-t3)"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
/**
|
|
72
|
+
* Breakpoint `lg` 이상(데스크톱)에서만 사용하고, 모바일에서는 사용하지 않습니다. 정밀한 선택이 가능한 마우스 입력 환경에서 사이즈를 더 작게 만들고자 할 때 사용합니다.
|
|
73
|
+
*/
|
|
74
|
+
"sizeSmall": {
|
|
75
|
+
"enabled": {
|
|
76
|
+
"root": {
|
|
77
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
78
|
+
"paddingY": "var(--seed-dimension-x2_5)",
|
|
79
|
+
"gap": "var(--seed-dimension-x2)"
|
|
80
|
+
},
|
|
81
|
+
"prefixIcon": {
|
|
82
|
+
"size": "18px"
|
|
83
|
+
},
|
|
84
|
+
"suffixIcon": {
|
|
85
|
+
"size": "16px"
|
|
86
|
+
},
|
|
87
|
+
"label": {
|
|
88
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
89
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
90
|
+
},
|
|
91
|
+
"description": {
|
|
92
|
+
"fontSize": "var(--seed-font-size-t2)",
|
|
93
|
+
"lineHeight": "var(--seed-line-height-t2)"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
/**
|
|
98
|
+
* 일반적인 작업을 수행하는 기본 아이템입니다.
|
|
99
|
+
*/
|
|
100
|
+
"toneNeutral": {
|
|
101
|
+
"enabled": {
|
|
102
|
+
"prefixIcon": {
|
|
103
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
104
|
+
},
|
|
105
|
+
"suffixIcon": {
|
|
106
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
107
|
+
},
|
|
108
|
+
"label": {
|
|
109
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
/**
|
|
114
|
+
* 데이터 삭제와 같이 되돌릴 수 없는 작업을 수행하는 아이템입니다.
|
|
115
|
+
*/
|
|
116
|
+
"toneCritical": {
|
|
117
|
+
"enabled": {
|
|
118
|
+
"prefixIcon": {
|
|
119
|
+
"color": "var(--seed-color-fg-critical)"
|
|
120
|
+
},
|
|
121
|
+
"suffixIcon": {
|
|
122
|
+
"color": "var(--seed-color-fg-critical)"
|
|
123
|
+
},
|
|
124
|
+
"label": {
|
|
125
|
+
"color": "var(--seed-color-fg-critical)"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"colorDuration": "var(--seed-duration-color-transition)",
|
|
6
|
+
"colorTimingFunction": "var(--seed-timing-function-easing)",
|
|
7
|
+
"marginDuration": "var(--seed-duration-d3)",
|
|
8
|
+
"marginTimingFunction": "var(--seed-timing-function-easing)",
|
|
9
|
+
"borderRadiusDuration": "var(--seed-duration-d3)",
|
|
10
|
+
"borderRadiusTimingFunction": "var(--seed-timing-function-easing)"
|
|
11
|
+
},
|
|
12
|
+
"body": {
|
|
13
|
+
"gap": "var(--seed-dimension-x0_5)"
|
|
14
|
+
},
|
|
15
|
+
"label": {
|
|
16
|
+
"fontWeight": "var(--seed-font-weight-regular)"
|
|
17
|
+
},
|
|
18
|
+
"description": {
|
|
19
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
20
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"pressed": {
|
|
24
|
+
"root": {
|
|
25
|
+
"color": "var(--seed-color-bg-transparent-pressed)",
|
|
26
|
+
"marginX": "var(--seed-dimension-x2)",
|
|
27
|
+
"cornerRadius": "var(--seed-radius-r3)"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"disabled": {
|
|
31
|
+
"prefixIcon": {
|
|
32
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
33
|
+
},
|
|
34
|
+
"suffixIcon": {
|
|
35
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
36
|
+
},
|
|
37
|
+
"label": {
|
|
38
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
39
|
+
},
|
|
40
|
+
"description": {
|
|
41
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"sizeMedium": {
|
|
46
|
+
"enabled": {
|
|
47
|
+
"root": {
|
|
48
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
49
|
+
"paddingY": "var(--seed-dimension-x3)",
|
|
50
|
+
"gap": "var(--seed-dimension-x3)"
|
|
51
|
+
},
|
|
52
|
+
"prefixIcon": {
|
|
53
|
+
"size": "22px"
|
|
54
|
+
},
|
|
55
|
+
"suffixIcon": {
|
|
56
|
+
"size": "18px"
|
|
57
|
+
},
|
|
58
|
+
"label": {
|
|
59
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
60
|
+
"lineHeight": "var(--seed-line-height-t5)"
|
|
61
|
+
},
|
|
62
|
+
"description": {
|
|
63
|
+
"fontSize": "var(--seed-font-size-t3)",
|
|
64
|
+
"lineHeight": "var(--seed-line-height-t3)"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"sizeSmall": {
|
|
69
|
+
"enabled": {
|
|
70
|
+
"root": {
|
|
71
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
72
|
+
"paddingY": "var(--seed-dimension-x2_5)",
|
|
73
|
+
"gap": "var(--seed-dimension-x2)"
|
|
74
|
+
},
|
|
75
|
+
"prefixIcon": {
|
|
76
|
+
"size": "18px"
|
|
77
|
+
},
|
|
78
|
+
"suffixIcon": {
|
|
79
|
+
"size": "16px"
|
|
80
|
+
},
|
|
81
|
+
"label": {
|
|
82
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
83
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
84
|
+
},
|
|
85
|
+
"description": {
|
|
86
|
+
"fontSize": "var(--seed-font-size-t2)",
|
|
87
|
+
"lineHeight": "var(--seed-line-height-t2)"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"toneNeutral": {
|
|
92
|
+
"enabled": {
|
|
93
|
+
"prefixIcon": {
|
|
94
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
95
|
+
},
|
|
96
|
+
"suffixIcon": {
|
|
97
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
98
|
+
},
|
|
99
|
+
"label": {
|
|
100
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"toneCritical": {
|
|
105
|
+
"enabled": {
|
|
106
|
+
"prefixIcon": {
|
|
107
|
+
"color": "var(--seed-color-fg-critical)"
|
|
108
|
+
},
|
|
109
|
+
"suffixIcon": {
|
|
110
|
+
"color": "var(--seed-color-fg-critical)"
|
|
111
|
+
},
|
|
112
|
+
"label": {
|
|
113
|
+
"color": "var(--seed-color-fg-critical)"
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"cornerRadius": "var(--seed-radius-r5)",
|
|
6
|
+
"color": "var(--seed-color-bg-layer-floating)",
|
|
7
|
+
"shadow": "var(--seed-shadow-s3)",
|
|
8
|
+
"enterDuration": "var(--seed-duration-d3)",
|
|
9
|
+
"enterTimingFunction": "var(--seed-timing-function-enter)",
|
|
10
|
+
"enterScale": "0.95",
|
|
11
|
+
"enterOpacity": "0",
|
|
12
|
+
"exitDuration": "var(--seed-duration-d2)",
|
|
13
|
+
"exitTimingFunction": "var(--seed-timing-function-exit)",
|
|
14
|
+
"exitScale": "0.95",
|
|
15
|
+
"exitOpacity": "0",
|
|
16
|
+
"paddingY": "var(--seed-dimension-x2)",
|
|
17
|
+
"gap": "var(--seed-dimension-x2)",
|
|
18
|
+
/** 트리거와 메뉴 사이의 간격을 정의합니다. */
|
|
19
|
+
"gutter": "var(--seed-dimension-x2)",
|
|
20
|
+
/** 메뉴와 뷰포트 경계 사이의 최소 간격을 정의합니다. */
|
|
21
|
+
"overflowPadding": "var(--seed-dimension-x2)",
|
|
22
|
+
"maxHeight": "480px"
|
|
23
|
+
},
|
|
24
|
+
"groupLabel": {
|
|
25
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
26
|
+
},
|
|
27
|
+
"divider": {
|
|
28
|
+
"marginX": "var(--seed-dimension-x4)",
|
|
29
|
+
"height": "1px",
|
|
30
|
+
"color": "var(--seed-color-stroke-neutral-muted)"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* 뷰포트 너비와 관계없이 사용할 수 있습니다.
|
|
36
|
+
*/
|
|
37
|
+
"sizeMedium": {
|
|
38
|
+
"enabled": {
|
|
39
|
+
"root": {
|
|
40
|
+
"width": "240px"
|
|
41
|
+
},
|
|
42
|
+
"groupLabel": {
|
|
43
|
+
"paddingY": "var(--seed-dimension-x2_5)",
|
|
44
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
45
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
46
|
+
"lineHeight": "var(--seed-line-height-t4)",
|
|
47
|
+
"fontWeight": "var(--seed-font-weight-medium)"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
/**
|
|
52
|
+
* Breakpoint `lg` 이상(데스크톱)에서만 사용하고, 모바일에서는 사용하지 않습니다. 정밀한 선택이 가능한 마우스 입력 환경에서 사이즈를 더 작게 만들고자 할 때 사용합니다.
|
|
53
|
+
*/
|
|
54
|
+
"sizeSmall": {
|
|
55
|
+
"enabled": {
|
|
56
|
+
"root": {
|
|
57
|
+
"width": "200px"
|
|
58
|
+
},
|
|
59
|
+
"groupLabel": {
|
|
60
|
+
"paddingY": "var(--seed-dimension-x2)",
|
|
61
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
62
|
+
"fontSize": "var(--seed-font-size-t3)",
|
|
63
|
+
"lineHeight": "var(--seed-line-height-t3)",
|
|
64
|
+
"fontWeight": "var(--seed-font-weight-regular)"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"cornerRadius": "var(--seed-radius-r5)",
|
|
6
|
+
"color": "var(--seed-color-bg-layer-floating)",
|
|
7
|
+
"shadow": "var(--seed-shadow-s3)",
|
|
8
|
+
"enterDuration": "var(--seed-duration-d3)",
|
|
9
|
+
"enterTimingFunction": "var(--seed-timing-function-enter)",
|
|
10
|
+
"enterScale": "0.95",
|
|
11
|
+
"enterOpacity": "0",
|
|
12
|
+
"exitDuration": "var(--seed-duration-d2)",
|
|
13
|
+
"exitTimingFunction": "var(--seed-timing-function-exit)",
|
|
14
|
+
"exitScale": "0.95",
|
|
15
|
+
"exitOpacity": "0",
|
|
16
|
+
"paddingY": "var(--seed-dimension-x2)",
|
|
17
|
+
"gap": "var(--seed-dimension-x2)",
|
|
18
|
+
"gutter": "var(--seed-dimension-x2)",
|
|
19
|
+
"overflowPadding": "var(--seed-dimension-x2)",
|
|
20
|
+
"maxHeight": "480px"
|
|
21
|
+
},
|
|
22
|
+
"groupLabel": {
|
|
23
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
24
|
+
},
|
|
25
|
+
"divider": {
|
|
26
|
+
"marginX": "var(--seed-dimension-x4)",
|
|
27
|
+
"height": "1px",
|
|
28
|
+
"color": "var(--seed-color-stroke-neutral-muted)"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"sizeMedium": {
|
|
33
|
+
"enabled": {
|
|
34
|
+
"root": {
|
|
35
|
+
"width": "240px"
|
|
36
|
+
},
|
|
37
|
+
"groupLabel": {
|
|
38
|
+
"paddingY": "var(--seed-dimension-x2_5)",
|
|
39
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
40
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
41
|
+
"lineHeight": "var(--seed-line-height-t4)",
|
|
42
|
+
"fontWeight": "var(--seed-font-weight-medium)"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"sizeSmall": {
|
|
47
|
+
"enabled": {
|
|
48
|
+
"root": {
|
|
49
|
+
"width": "200px"
|
|
50
|
+
},
|
|
51
|
+
"groupLabel": {
|
|
52
|
+
"paddingY": "var(--seed-dimension-x2)",
|
|
53
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
54
|
+
"fontSize": "var(--seed-font-size-t3)",
|
|
55
|
+
"lineHeight": "var(--seed-line-height-t3)",
|
|
56
|
+
"fontWeight": "var(--seed-font-weight-regular)"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|