@seed-design/lynx-css 0.2.1 → 0.4.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.
Files changed (53) hide show
  1. package/all.css +22 -6
  2. package/all.min.css +1 -1
  3. package/base.css +22 -6
  4. package/base.min.css +1 -1
  5. package/package.json +1 -1
  6. package/vars/color/bg.d.ts +3 -1
  7. package/vars/color/bg.mjs +2 -0
  8. package/vars/color/stroke.d.ts +2 -2
  9. package/vars/color/stroke.mjs +2 -2
  10. package/vars/component/accordion-item.d.ts +132 -0
  11. package/vars/component/accordion-item.mjs +126 -0
  12. package/vars/component/accordion.d.ts +22 -0
  13. package/vars/component/accordion.mjs +16 -0
  14. package/vars/component/attachment-input-dropzone.d.ts +32 -0
  15. package/vars/component/attachment-input-dropzone.mjs +30 -0
  16. package/vars/component/attachment-input-item-action-button.d.ts +37 -0
  17. package/vars/component/attachment-input-item-action-button.mjs +37 -0
  18. package/vars/component/attachment-input-item-remove-button.d.ts +28 -0
  19. package/vars/component/attachment-input-item-remove-button.mjs +28 -0
  20. package/vars/component/attachment-input-item.d.ts +103 -0
  21. package/vars/component/attachment-input-item.mjs +102 -0
  22. package/vars/component/attachment-input-trigger.d.ts +46 -0
  23. package/vars/component/attachment-input-trigger.mjs +46 -0
  24. package/vars/component/attachment-input.d.ts +14 -0
  25. package/vars/component/attachment-input.mjs +12 -0
  26. package/vars/component/chip-tab.d.ts +0 -41
  27. package/vars/component/chip-tab.mjs +0 -41
  28. package/vars/component/chip-tablist.d.ts +0 -7
  29. package/vars/component/chip-tablist.mjs +0 -7
  30. package/vars/component/image-frame.d.ts +1 -22
  31. package/vars/component/image-frame.mjs +1 -9
  32. package/vars/component/index.d.ts +12 -1
  33. package/vars/component/index.mjs +12 -1
  34. package/vars/component/input-button.d.ts +90 -17
  35. package/vars/component/input-button.mjs +84 -17
  36. package/vars/component/menu-item.d.ts +129 -0
  37. package/vars/component/menu-item.mjs +117 -0
  38. package/vars/component/menu.d.ts +68 -0
  39. package/vars/component/menu.mjs +60 -0
  40. package/vars/component/side-panel-close-button.d.ts +23 -0
  41. package/vars/component/side-panel-close-button.mjs +23 -0
  42. package/vars/component/side-panel.d.ts +94 -0
  43. package/vars/component/side-panel.mjs +83 -0
  44. package/vars/component/text-input.d.ts +92 -24
  45. package/vars/component/text-input.mjs +76 -24
  46. package/vars/component/typography.d.ts +414 -0
  47. package/vars/component/typography.mjs +324 -0
  48. package/vars/font-size.d.ts +17 -1
  49. package/vars/font-size.mjs +9 -1
  50. package/vars/gradient.d.ts +0 -8
  51. package/vars/gradient.mjs +0 -2
  52. package/vars/line-height.d.ts +17 -1
  53. package/vars/line-height.mjs +9 -1
@@ -0,0 +1,23 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "color": "var(--seed-color-bg-transparent)",
6
+ "cornerRadius": "var(--seed-radius-r3)",
7
+ "targetSize": "52px",
8
+ "size": "22px"
9
+ },
10
+ "icon": {
11
+ "color": "var(--seed-color-fg-neutral-subtle)",
12
+ "size": "22px",
13
+ "colorDuration": "var(--seed-duration-color-transition)",
14
+ "colorTimingFunction": "var(--seed-timing-function-easing)"
15
+ }
16
+ },
17
+ "pressed": {
18
+ "icon": {
19
+ "color": "var(--seed-color-fg-neutral)"
20
+ }
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,23 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "color": "var(--seed-color-bg-transparent)",
6
+ "cornerRadius": "var(--seed-radius-r3)",
7
+ "targetSize": "52px",
8
+ "size": "22px"
9
+ },
10
+ "icon": {
11
+ "color": "var(--seed-color-fg-neutral-subtle)",
12
+ "size": "22px",
13
+ "colorDuration": "var(--seed-duration-color-transition)",
14
+ "colorTimingFunction": "var(--seed-timing-function-easing)"
15
+ }
16
+ },
17
+ "pressed": {
18
+ "icon": {
19
+ "color": "var(--seed-color-fg-neutral)"
20
+ }
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,94 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "backdrop": {
5
+ "color": "var(--seed-color-bg-overlay)",
6
+ "enterDuration": "var(--seed-duration-d6)",
7
+ "enterTimingFunction": "var(--seed-timing-function-enter)",
8
+ "enterOpacity": "0",
9
+ "exitDuration": "var(--seed-duration-d6)",
10
+ "exitTimingFunction": "var(--seed-timing-function-exit)",
11
+ "exitOpacity": "0"
12
+ },
13
+ /** 하단 safe-area inset을 content의 하단 패딩으로 적용합니다. */
14
+ "content": {
15
+ "color": "var(--seed-color-bg-layer-floating)",
16
+ /** viewport 또는 parent width에 대한 mobile content width 비율입니다. */
17
+ "widthFraction": "0.8",
18
+ "enterDuration": "var(--seed-duration-d6)",
19
+ "enterTimingFunction": "var(--seed-timing-function-enter-expressive)",
20
+ "exitDuration": "var(--seed-duration-d6)",
21
+ "exitTimingFunction": "var(--seed-timing-function-exit-expressive)"
22
+ },
23
+ "header": {
24
+ "gap": "var(--seed-dimension-x1_5)",
25
+ "minHeight": "70px",
26
+ "paddingX": "var(--seed-dimension-x6)",
27
+ /** 이 값은 상단 safe-area inset과 합산하여 적용합니다. */
28
+ "paddingTop": "var(--seed-dimension-x6)",
29
+ /** body의 하단 padding이며, 동시에 하단 scroll fog 그라데이션의 높이로도 사용됩니다. */
30
+ "paddingBottom": "var(--seed-dimension-x4)"
31
+ },
32
+ "body": {
33
+ "paddingX": "var(--seed-dimension-x6)",
34
+ /** body의 하단 padding이며, 동시에 하단 scroll fog 그라데이션의 높이로도 사용됩니다. */
35
+ "paddingBottom": "var(--seed-dimension-x12)",
36
+ "transitionDuration": "var(--seed-duration-color-transition)",
37
+ "transitionTimingFunction": "var(--seed-timing-function-easing)"
38
+ },
39
+ "footer": {
40
+ "paddingX": "var(--seed-dimension-x6)",
41
+ /** 이 값은 상단 safe-area inset과 합산하여 적용합니다. */
42
+ "paddingTop": "var(--seed-dimension-x4)",
43
+ /** body의 하단 padding이며, 동시에 하단 scroll fog 그라데이션의 높이로도 사용됩니다. */
44
+ "paddingBottom": "var(--seed-dimension-x6)"
45
+ },
46
+ "title": {
47
+ "color": "var(--seed-color-fg-neutral)",
48
+ "fontSize": "var(--seed-font-size-t8)",
49
+ "lineHeight": "var(--seed-line-height-t8)",
50
+ "fontWeight": "var(--seed-font-weight-bold)"
51
+ },
52
+ "description": {
53
+ "color": "var(--seed-color-fg-neutral-muted)",
54
+ "fontSize": "var(--seed-font-size-t5)",
55
+ "lineHeight": "var(--seed-line-height-t5)",
56
+ "fontWeight": "var(--seed-font-weight-regular)"
57
+ },
58
+ "closeButton": {
59
+ "fromTop": "28px",
60
+ "fromRight": "24px"
61
+ }
62
+ },
63
+ "scrolled": {
64
+ "body": {
65
+ /** 본문이 스크롤된(scrolled) 상태에서 body 상단에 나타나는 divider의 색상입니다. */
66
+ "stroke": "var(--seed-color-stroke-neutral-muted)"
67
+ }
68
+ }
69
+ },
70
+ "sizeSmall": {
71
+ "enabled": {
72
+ /** 하단 safe-area inset을 content의 하단 패딩으로 적용합니다. */
73
+ "content": {
74
+ "width": "480px"
75
+ }
76
+ }
77
+ },
78
+ "sizeMedium": {
79
+ "enabled": {
80
+ /** 하단 safe-area inset을 content의 하단 패딩으로 적용합니다. */
81
+ "content": {
82
+ "width": "720px"
83
+ }
84
+ }
85
+ },
86
+ "sizeLarge": {
87
+ "enabled": {
88
+ /** 하단 safe-area inset을 content의 하단 패딩으로 적용합니다. */
89
+ "content": {
90
+ "width": "960px"
91
+ }
92
+ }
93
+ }
94
+ }
@@ -0,0 +1,83 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "backdrop": {
5
+ "color": "var(--seed-color-bg-overlay)",
6
+ "enterDuration": "var(--seed-duration-d6)",
7
+ "enterTimingFunction": "var(--seed-timing-function-enter)",
8
+ "enterOpacity": "0",
9
+ "exitDuration": "var(--seed-duration-d6)",
10
+ "exitTimingFunction": "var(--seed-timing-function-exit)",
11
+ "exitOpacity": "0"
12
+ },
13
+ "content": {
14
+ "color": "var(--seed-color-bg-layer-floating)",
15
+ "widthFraction": "0.8",
16
+ "enterDuration": "var(--seed-duration-d6)",
17
+ "enterTimingFunction": "var(--seed-timing-function-enter-expressive)",
18
+ "exitDuration": "var(--seed-duration-d6)",
19
+ "exitTimingFunction": "var(--seed-timing-function-exit-expressive)"
20
+ },
21
+ "header": {
22
+ "gap": "var(--seed-dimension-x1_5)",
23
+ "minHeight": "70px",
24
+ "paddingX": "var(--seed-dimension-x6)",
25
+ "paddingTop": "var(--seed-dimension-x6)",
26
+ "paddingBottom": "var(--seed-dimension-x4)"
27
+ },
28
+ "body": {
29
+ "paddingX": "var(--seed-dimension-x6)",
30
+ "paddingBottom": "var(--seed-dimension-x12)",
31
+ "transitionDuration": "var(--seed-duration-color-transition)",
32
+ "transitionTimingFunction": "var(--seed-timing-function-easing)"
33
+ },
34
+ "footer": {
35
+ "paddingX": "var(--seed-dimension-x6)",
36
+ "paddingTop": "var(--seed-dimension-x4)",
37
+ "paddingBottom": "var(--seed-dimension-x6)"
38
+ },
39
+ "title": {
40
+ "color": "var(--seed-color-fg-neutral)",
41
+ "fontSize": "var(--seed-font-size-t8)",
42
+ "lineHeight": "var(--seed-line-height-t8)",
43
+ "fontWeight": "var(--seed-font-weight-bold)"
44
+ },
45
+ "description": {
46
+ "color": "var(--seed-color-fg-neutral-muted)",
47
+ "fontSize": "var(--seed-font-size-t5)",
48
+ "lineHeight": "var(--seed-line-height-t5)",
49
+ "fontWeight": "var(--seed-font-weight-regular)"
50
+ },
51
+ "closeButton": {
52
+ "fromTop": "28px",
53
+ "fromRight": "24px"
54
+ }
55
+ },
56
+ "scrolled": {
57
+ "body": {
58
+ "stroke": "var(--seed-color-stroke-neutral-muted)"
59
+ }
60
+ }
61
+ },
62
+ "sizeSmall": {
63
+ "enabled": {
64
+ "content": {
65
+ "width": "480px"
66
+ }
67
+ }
68
+ },
69
+ "sizeMedium": {
70
+ "enabled": {
71
+ "content": {
72
+ "width": "720px"
73
+ }
74
+ }
75
+ },
76
+ "sizeLarge": {
77
+ "enabled": {
78
+ "content": {
79
+ "width": "960px"
80
+ }
81
+ }
82
+ }
83
+ }
@@ -16,14 +16,14 @@ export declare const vars: {
16
16
  "fontWeight": "var(--seed-font-weight-regular)"
17
17
  },
18
18
  "prefixText": {
19
- "color": "var(--seed-color-fg-neutral-muted)",
19
+ "color": "var(--seed-color-fg-neutral-subtle)",
20
20
  "fontWeight": "var(--seed-font-weight-regular)"
21
21
  },
22
22
  "prefixIcon": {
23
23
  "color": "var(--seed-color-fg-neutral-muted)"
24
24
  },
25
25
  "suffixText": {
26
- "color": "var(--seed-color-fg-neutral-muted)",
26
+ "color": "var(--seed-color-fg-neutral-subtle)",
27
27
  "fontWeight": "var(--seed-font-weight-regular)"
28
28
  },
29
29
  "suffixIcon": {
@@ -51,6 +51,18 @@ export declare const vars: {
51
51
  },
52
52
  "placeholder": {
53
53
  "color": "var(--seed-color-fg-disabled)"
54
+ },
55
+ "prefixText": {
56
+ "color": "var(--seed-color-fg-disabled)"
57
+ },
58
+ "prefixIcon": {
59
+ "color": "var(--seed-color-fg-disabled)"
60
+ },
61
+ "suffixText": {
62
+ "color": "var(--seed-color-fg-disabled)"
63
+ },
64
+ "suffixIcon": {
65
+ "color": "var(--seed-color-fg-disabled)"
54
66
  }
55
67
  }
56
68
  },
@@ -60,8 +72,6 @@ export declare const vars: {
60
72
  "variantOutline": {
61
73
  "enabled": {
62
74
  "root": {
63
- "cornerRadius": "var(--seed-radius-r3)",
64
- "paddingX": "var(--seed-dimension-x4)",
65
75
  "strokeWidth": "1px"
66
76
  }
67
77
  },
@@ -88,12 +98,15 @@ export declare const vars: {
88
98
  },
89
99
  /**
90
100
  * - `variant=outline`: 기본 스타일입니다.
101
+ * - `size=large`: 뷰포트 너비와 관계없이 사용할 수 있습니다.
91
102
  */
92
103
  "variantOutlineSizeLarge": {
93
104
  "enabled": {
94
105
  "root": {
95
106
  "gap": "var(--seed-dimension-x2_5)",
96
- "minHeight": "var(--seed-dimension-x13)"
107
+ "minHeight": "var(--seed-dimension-x13)",
108
+ "cornerRadius": "var(--seed-radius-r3)",
109
+ "paddingX": "var(--seed-dimension-x4)"
97
110
  },
98
111
  "value": {
99
112
  "fontSize": "var(--seed-font-size-t5)",
@@ -121,12 +134,15 @@ export declare const vars: {
121
134
  },
122
135
  /**
123
136
  * - `variant=outline`: 기본 스타일입니다.
137
+ * - `size=medium`: Breakpoint `lg` 이상(데스크톱)에서만 사용하고, 모바일에서는 사용하지 않습니다. 정밀한 선택이 가능한 마우스 입력 환경에서 사이즈를 더 작게 만들고자 할 때 사용합니다.
124
138
  */
125
139
  "variantOutlineSizeMedium": {
126
140
  "enabled": {
127
141
  "root": {
128
- "gap": "var(--seed-dimension-x1_5)",
129
- "minHeight": "var(--seed-dimension-x10)"
142
+ "gap": "var(--seed-dimension-x2)",
143
+ "minHeight": "var(--seed-dimension-x10)",
144
+ "cornerRadius": "var(--seed-radius-r2)",
145
+ "paddingX": "var(--seed-dimension-x3_5)"
130
146
  },
131
147
  "value": {
132
148
  "fontSize": "var(--seed-font-size-t4)",
@@ -156,11 +172,40 @@ export declare const vars: {
156
172
  * 화면에 하나의 Input만 있는 경우 사용을 권장합니다.
157
173
  */
158
174
  "variantUnderline": {
175
+ "enabled": {
176
+ "root": {
177
+ "strokeBottomWidth": "1px"
178
+ }
179
+ },
180
+ "focused": {
181
+ "root": {
182
+ "strokeBottomWidth": "2px"
183
+ }
184
+ },
185
+ "invalid": {
186
+ "root": {
187
+ "strokeBottomWidth": "2px"
188
+ }
189
+ },
190
+ "readonly": {
191
+ "value": {
192
+ "color": "var(--seed-color-fg-neutral-muted)"
193
+ },
194
+ "placeholder": {
195
+ "color": "var(--seed-color-fg-neutral-muted)"
196
+ }
197
+ }
198
+ },
199
+ /**
200
+ * - `variant=underline`: 화면에 하나의 Input만 있는 경우 사용을 권장합니다.
201
+ * - `size=large`: 뷰포트 너비와 관계없이 사용할 수 있습니다.
202
+ */
203
+ "variantUnderlineSizeLarge": {
159
204
  "enabled": {
160
205
  "root": {
161
206
  "gap": "var(--seed-dimension-x2_5)",
162
207
  "minHeight": "var(--seed-dimension-x10)",
163
- "strokeBottomWidth": "1px"
208
+ "paddingY": "var(--seed-dimension-x2)"
164
209
  },
165
210
  "value": {
166
211
  "fontSize": "var(--seed-font-size-t6)",
@@ -184,40 +229,63 @@ export declare const vars: {
184
229
  "suffixIcon": {
185
230
  "size": "var(--seed-dimension-x6)"
186
231
  }
187
- },
188
- "focused": {
189
- "root": {
190
- "strokeBottomWidth": "2px"
191
- }
192
- },
193
- "invalid": {
232
+ }
233
+ },
234
+ /**
235
+ * - `variant=underline`: 화면에 하나의 Input만 있는 경우 사용을 권장합니다.
236
+ * - `size=medium`: Breakpoint `lg` 이상(데스크톱)에서만 사용하고, 모바일에서는 사용하지 않습니다. 정밀한 선택이 가능한 마우스 입력 환경에서 사이즈를 더 작게 만들고자 할 때 사용합니다.
237
+ */
238
+ "variantUnderlineSizeMedium": {
239
+ "enabled": {
194
240
  "root": {
195
- "strokeBottomWidth": "2px"
196
- }
197
- },
198
- "readonly": {
241
+ "gap": "var(--seed-dimension-x2)",
242
+ "minHeight": "34px",
243
+ "paddingY": "var(--seed-dimension-x1_5)"
244
+ },
199
245
  "value": {
200
- "color": "var(--seed-color-fg-neutral-muted)"
246
+ "fontSize": "var(--seed-font-size-t5)",
247
+ "lineHeight": "var(--seed-line-height-t5)"
201
248
  },
202
249
  "placeholder": {
203
- "color": "var(--seed-color-fg-neutral-muted)"
250
+ "fontSize": "var(--seed-font-size-t5)",
251
+ "lineHeight": "var(--seed-line-height-t5)"
252
+ },
253
+ "prefixText": {
254
+ "fontSize": "var(--seed-font-size-t5)",
255
+ "lineHeight": "var(--seed-line-height-t5)"
256
+ },
257
+ "prefixIcon": {
258
+ "size": "var(--seed-dimension-x5)"
259
+ },
260
+ "suffixText": {
261
+ "fontSize": "var(--seed-font-size-t5)",
262
+ "lineHeight": "var(--seed-line-height-t5)"
263
+ },
264
+ "suffixIcon": {
265
+ "size": "var(--seed-dimension-x5)"
204
266
  }
205
267
  }
206
268
  },
207
269
  "typeSingleline": {},
270
+ /**
271
+ * - `size=large`: 뷰포트 너비와 관계없이 사용할 수 있습니다.
272
+ */
208
273
  "typeMultilineSizeLarge": {
209
274
  "enabled": {
210
275
  "root": {
211
- "minHeight": "95px",
276
+ "minHeight": "94px",
212
277
  "paddingY": "var(--seed-dimension-x3_5)"
213
278
  }
214
279
  }
215
280
  },
281
+ /**
282
+ * - `size=medium`: Breakpoint `lg` 이상(데스크톱)에서만 사용하고, 모바일에서는 사용하지 않습니다. 정밀한 선택이 가능한 마우스 입력 환경에서 사이즈를 더 작게 만들고자 할 때 사용합니다.
283
+ */
216
284
  "typeMultilineSizeMedium": {
217
285
  "enabled": {
218
286
  "root": {
219
- "minHeight": "90px",
220
- "paddingY": "11px"
287
+ "minHeight": "82px",
288
+ "paddingY": "var(--seed-dimension-x3)"
221
289
  }
222
290
  }
223
291
  }
@@ -15,14 +15,14 @@ export const vars = {
15
15
  "fontWeight": "var(--seed-font-weight-regular)"
16
16
  },
17
17
  "prefixText": {
18
- "color": "var(--seed-color-fg-neutral-muted)",
18
+ "color": "var(--seed-color-fg-neutral-subtle)",
19
19
  "fontWeight": "var(--seed-font-weight-regular)"
20
20
  },
21
21
  "prefixIcon": {
22
22
  "color": "var(--seed-color-fg-neutral-muted)"
23
23
  },
24
24
  "suffixText": {
25
- "color": "var(--seed-color-fg-neutral-muted)",
25
+ "color": "var(--seed-color-fg-neutral-subtle)",
26
26
  "fontWeight": "var(--seed-font-weight-regular)"
27
27
  },
28
28
  "suffixIcon": {
@@ -50,14 +50,24 @@ export const vars = {
50
50
  },
51
51
  "placeholder": {
52
52
  "color": "var(--seed-color-fg-disabled)"
53
+ },
54
+ "prefixText": {
55
+ "color": "var(--seed-color-fg-disabled)"
56
+ },
57
+ "prefixIcon": {
58
+ "color": "var(--seed-color-fg-disabled)"
59
+ },
60
+ "suffixText": {
61
+ "color": "var(--seed-color-fg-disabled)"
62
+ },
63
+ "suffixIcon": {
64
+ "color": "var(--seed-color-fg-disabled)"
53
65
  }
54
66
  }
55
67
  },
56
68
  "variantOutline": {
57
69
  "enabled": {
58
70
  "root": {
59
- "cornerRadius": "var(--seed-radius-r3)",
60
- "paddingX": "var(--seed-dimension-x4)",
61
71
  "strokeWidth": "1px"
62
72
  }
63
73
  },
@@ -86,7 +96,9 @@ export const vars = {
86
96
  "enabled": {
87
97
  "root": {
88
98
  "gap": "var(--seed-dimension-x2_5)",
89
- "minHeight": "var(--seed-dimension-x13)"
99
+ "minHeight": "var(--seed-dimension-x13)",
100
+ "cornerRadius": "var(--seed-radius-r3)",
101
+ "paddingX": "var(--seed-dimension-x4)"
90
102
  },
91
103
  "value": {
92
104
  "fontSize": "var(--seed-font-size-t5)",
@@ -115,8 +127,10 @@ export const vars = {
115
127
  "variantOutlineSizeMedium": {
116
128
  "enabled": {
117
129
  "root": {
118
- "gap": "var(--seed-dimension-x1_5)",
119
- "minHeight": "var(--seed-dimension-x10)"
130
+ "gap": "var(--seed-dimension-x2)",
131
+ "minHeight": "var(--seed-dimension-x10)",
132
+ "cornerRadius": "var(--seed-radius-r2)",
133
+ "paddingX": "var(--seed-dimension-x3_5)"
120
134
  },
121
135
  "value": {
122
136
  "fontSize": "var(--seed-font-size-t4)",
@@ -143,11 +157,36 @@ export const vars = {
143
157
  }
144
158
  },
145
159
  "variantUnderline": {
160
+ "enabled": {
161
+ "root": {
162
+ "strokeBottomWidth": "1px"
163
+ }
164
+ },
165
+ "focused": {
166
+ "root": {
167
+ "strokeBottomWidth": "2px"
168
+ }
169
+ },
170
+ "invalid": {
171
+ "root": {
172
+ "strokeBottomWidth": "2px"
173
+ }
174
+ },
175
+ "readonly": {
176
+ "value": {
177
+ "color": "var(--seed-color-fg-neutral-muted)"
178
+ },
179
+ "placeholder": {
180
+ "color": "var(--seed-color-fg-neutral-muted)"
181
+ }
182
+ }
183
+ },
184
+ "variantUnderlineSizeLarge": {
146
185
  "enabled": {
147
186
  "root": {
148
187
  "gap": "var(--seed-dimension-x2_5)",
149
188
  "minHeight": "var(--seed-dimension-x10)",
150
- "strokeBottomWidth": "1px"
189
+ "paddingY": "var(--seed-dimension-x2)"
151
190
  },
152
191
  "value": {
153
192
  "fontSize": "var(--seed-font-size-t6)",
@@ -171,23 +210,36 @@ export const vars = {
171
210
  "suffixIcon": {
172
211
  "size": "var(--seed-dimension-x6)"
173
212
  }
174
- },
175
- "focused": {
176
- "root": {
177
- "strokeBottomWidth": "2px"
178
- }
179
- },
180
- "invalid": {
213
+ }
214
+ },
215
+ "variantUnderlineSizeMedium": {
216
+ "enabled": {
181
217
  "root": {
182
- "strokeBottomWidth": "2px"
183
- }
184
- },
185
- "readonly": {
218
+ "gap": "var(--seed-dimension-x2)",
219
+ "minHeight": "34px",
220
+ "paddingY": "var(--seed-dimension-x1_5)"
221
+ },
186
222
  "value": {
187
- "color": "var(--seed-color-fg-neutral-muted)"
223
+ "fontSize": "var(--seed-font-size-t5)",
224
+ "lineHeight": "var(--seed-line-height-t5)"
188
225
  },
189
226
  "placeholder": {
190
- "color": "var(--seed-color-fg-neutral-muted)"
227
+ "fontSize": "var(--seed-font-size-t5)",
228
+ "lineHeight": "var(--seed-line-height-t5)"
229
+ },
230
+ "prefixText": {
231
+ "fontSize": "var(--seed-font-size-t5)",
232
+ "lineHeight": "var(--seed-line-height-t5)"
233
+ },
234
+ "prefixIcon": {
235
+ "size": "var(--seed-dimension-x5)"
236
+ },
237
+ "suffixText": {
238
+ "fontSize": "var(--seed-font-size-t5)",
239
+ "lineHeight": "var(--seed-line-height-t5)"
240
+ },
241
+ "suffixIcon": {
242
+ "size": "var(--seed-dimension-x5)"
191
243
  }
192
244
  }
193
245
  },
@@ -195,7 +247,7 @@ export const vars = {
195
247
  "typeMultilineSizeLarge": {
196
248
  "enabled": {
197
249
  "root": {
198
- "minHeight": "95px",
250
+ "minHeight": "94px",
199
251
  "paddingY": "var(--seed-dimension-x3_5)"
200
252
  }
201
253
  }
@@ -203,8 +255,8 @@ export const vars = {
203
255
  "typeMultilineSizeMedium": {
204
256
  "enabled": {
205
257
  "root": {
206
- "minHeight": "90px",
207
- "paddingY": "11px"
258
+ "minHeight": "82px",
259
+ "paddingY": "var(--seed-dimension-x3)"
208
260
  }
209
261
  }
210
262
  }