feat: 컴포넌트 추가, 스타일 수정

This commit is contained in:
2026-04-10 12:23:48 +09:00
parent a836333512
commit 35f6023f5a
19 changed files with 1263 additions and 56 deletions

View File

@@ -16,18 +16,18 @@ const style = tv({
'flex',
'items-center',
'text-sm',
'text-kc-black-34',
'text-dabeeo-black-34',
'leading-[18px]',
'border',
'border-kc-gray-be',
'has-data-focused:border-kc-black-34',
'has-data-hovered:border-kc-black-34',
'has-data-disabled:bg-kc-gray-eb',
'has-data-disabled:text-kc-gray-99',
'has-data-disabled:border-kc-gray-be',
'has-data-invalid:border-kc-red',
'has-data-invalid:has-data-focused:border-kc-red',
'has-data-invalid:has-data-hovered:border-kc-red',
'border-dabeeo-gray-be',
'has-data-focused:border-dabeeo-black-34',
'has-data-hovered:border-dabeeo-black-34',
'has-data-disabled:bg-dabeeo-gray-eb',
'has-data-disabled:text-dabeeo-gray-99',
'has-data-disabled:border-dabeeo-gray-be',
'has-data-invalid:border-dabeeo-red',
'has-data-invalid:has-data-focused:border-dabeeo-red',
'has-data-invalid:has-data-hovered:border-dabeeo-red',
'w-full',
'has-[[type=number]]:leading-6',
],
@@ -36,7 +36,7 @@ const style = tv({
variants: {
isReadOnly: {
true: {
base: 'bg-kc-yellow-secondary has-data-hovered:border-kc-gray-be has-data-focused:border-kc-gray-be',
base: 'bg-dabeeo-yellow-secondary has-data-hovered:border-dabeeo-gray-be has-data-focused:border-dabeeo-gray-be',
},
},
},