sellmate-design-system-react 0.9.0 → 0.11.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/dist/theme.css CHANGED
@@ -133,6 +133,7 @@
133
133
  --color-bg-accent: #0075FF;
134
134
  --color-bg-accentLight: #2D8DFF;
135
135
  --color-bg-accentBright: #D9EAFF;
136
+ --color-bg-accentFaint: #EFF6FF;
136
137
  --color-bg-deep: #07284A;
137
138
  --color-bg-danger: #E30000;
138
139
  --color-bg-dangerLight: #FB4444;
@@ -479,6 +480,7 @@
479
480
  --sys-color-bg-accent: #0075FF;
480
481
  --sys-color-bg-accentLight: #2D8DFF;
481
482
  --sys-color-bg-accentBright: #D9EAFF;
483
+ --sys-color-bg-accentFaint: #EFF6FF;
482
484
  --sys-color-bg-deep: #07284A;
483
485
  --sys-color-bg-danger: #E30000;
484
486
  --sys-color-bg-dangerLight: #FB4444;
@@ -620,7 +622,7 @@
620
622
  --cmp-ghostButton-inverse-content: #FFFFFF;
621
623
  --cmp-ghostButton-inverse-disabled: #E1E1E1;
622
624
  --cmp-ghostButton-inverse-hover-bg: #FFFFFF;
623
- --cmp-ghostButton-group-gap: 8px;
625
+ --cmp-ghostButton-group-gap: 4px;
624
626
  --cmp-textLink-sm-gap: 4px;
625
627
  --cmp-textLink-sm-icon: 16px;
626
628
  --cmp-textLink-md-gap: 8px;
@@ -941,10 +943,20 @@
941
943
  --cmp-chip-content-disabled: #888888;
942
944
  --cmp-chip-border-focus: #E1E1E1;
943
945
  --cmp-chip-border-width: 1px;
946
+ --cmp-timepicker-sm-height: 28px;
947
+ --cmp-timepicker-sm-paddingX: 12px;
948
+ --cmp-timepicker-sm-gap: 8px;
949
+ --cmp-timepicker-sm-icon: 16px;
950
+ --cmp-timepicker-sm-radius: 4px;
951
+ --cmp-timepicker-md-height: 36px;
952
+ --cmp-timepicker-md-paddingX: 16px;
953
+ --cmp-timepicker-md-gap: 12px;
954
+ --cmp-timepicker-md-icon: 20px;
955
+ --cmp-timepicker-md-radius: 6px;
956
+ --cmp-timepicker-border-width: 1px;
944
957
  --cmp-timepicker-border-default: #AAAAAA;
945
958
  --cmp-timepicker-border-focus: #0075FF;
946
959
  --cmp-timepicker-border-disabled: #CCCCCC;
947
- --cmp-timepicker-border-width: 1px;
948
960
  --cmp-timepicker-bg-default: #FFFFFF;
949
961
  --cmp-timepicker-bg-disabled: #E1E1E1;
950
962
  --cmp-timepicker-icon-default: #888888;
@@ -952,11 +964,6 @@
952
964
  --cmp-timepicker-text-default: #222222;
953
965
  --cmp-timepicker-text-disabled: #888888;
954
966
  --cmp-timepicker-selector-bg: #FFFFFF;
955
- --cmp-timepicker-selector-range-heading-color: #555555;
956
- --cmp-timepicker-selector-range-heading-gap: 16px;
957
- --cmp-timepicker-selector-range-paddingXY: 24px;
958
- --cmp-timepicker-selector-range-panelGap: 24px;
959
- --cmp-timepicker-selector-range-section-gap: 12px;
960
967
  --cmp-timepicker-selector-radius: 8px;
961
968
  --cmp-timepicker-selector-section-paddingX: 16px;
962
969
  --cmp-timepicker-selector-section-paddingY: 12px;
@@ -964,16 +971,11 @@
964
971
  --cmp-timepicker-selector-time-column-gap: 8px;
965
972
  --cmp-timepicker-selector-input-width: 40px;
966
973
  --cmp-timepicker-selector-colon-size: 16px;
967
- --cmp-timepicker-sm-height: 28px;
968
- --cmp-timepicker-sm-paddingX: 12px;
969
- --cmp-timepicker-sm-gap: 8px;
970
- --cmp-timepicker-sm-icon: 16px;
971
- --cmp-timepicker-sm-radius: 4px;
972
- --cmp-timepicker-md-height: 36px;
973
- --cmp-timepicker-md-paddingX: 16px;
974
- --cmp-timepicker-md-gap: 12px;
975
- --cmp-timepicker-md-icon: 20px;
976
- --cmp-timepicker-md-radius: 6px;
974
+ --cmp-timepicker-selector-range-paddingXY: 24px;
975
+ --cmp-timepicker-selector-range-panelGap: 24px;
976
+ --cmp-timepicker-selector-range-heading-color: #555555;
977
+ --cmp-timepicker-selector-range-heading-gap: 16px;
978
+ --cmp-timepicker-selector-range-section-gap: 12px;
977
979
  --cmp-tag-xs-height: 20px;
978
980
  --cmp-tag-xs-paddingX: 8px;
979
981
  --cmp-tag-xs-gap: 4px;
@@ -1174,10 +1176,9 @@
1174
1176
  --cmp-table-header-resizingBar-color: #CCCCCC;
1175
1177
  --cmp-table-header-resizingBar-height: 16px;
1176
1178
  --cmp-table-body-default-height: 44px;
1177
- --cmp-table-body-default-paddingY: 8px;
1178
1179
  --cmp-table-body-dense-height: 32px;
1179
- --cmp-table-body-paddingY-dense: 6px;
1180
1180
  --cmp-table-body-paddingY-default: 8px;
1181
+ --cmp-table-body-paddingY-dense: 6px;
1181
1182
  --cmp-table-body-paddingX-default: 8px;
1182
1183
  --cmp-table-body-paddingX-wide: 16px;
1183
1184
  --cmp-table-border-color: #E1E1E1;
@@ -1301,6 +1302,47 @@
1301
1302
  --cmp-gnb-rail-item-radius: 8px;
1302
1303
  --cmp-gnb-rail-item-icon: 24px;
1303
1304
  --cmp-gnb-rail-item-width: 44px;
1305
+ --cmp-expansionItem-title-paddingX: 16px;
1306
+ --cmp-expansionItem-title-paddingY-normal: 8px;
1307
+ --cmp-expansionItem-title-paddingY-dense: 4px;
1308
+ --cmp-expansionItem-title-gap: 12px;
1309
+ --cmp-expansionItem-title-icon: 12px;
1310
+ --cmp-expansionItem-title-border: #E1E1E1;
1311
+ --cmp-expansionItem-title-bg-default: #FFFFFF;
1312
+ --cmp-expansionItem-title-bg-hover: #F9F9F9;
1313
+ --cmp-expansionItem-title-bg-expanded: #EFF6FF;
1314
+ --cmp-expansionItem-title-text-default: #222222;
1315
+ --cmp-expansionItem-title-text-expanded: #005CC9;
1316
+ --cmp-expansionItem-body-bg: #FFFFFF;
1317
+ --cmp-expansionItem-body-padding: 16px;
1318
+ }
1319
+
1320
+ /* 전역 스크롤바 — overflow(auto/scroll)로 스크롤이 생기는 모든 요소에 SScrollArea 기본 스크롤바를 자동 적용.
1321
+ lib/scrollbar.ts 의 SCROLLBAR_CLASS 와 단일 기준(트랙 12px / 썸 grey-45, 2px 인셋, radius full).
1322
+ base 레이어에 둬야 컴포넌트가 붙이는 SCROLLBAR_* 유틸(background·bordered)이 utilities 레이어로 이 규칙을 덮는다.
1323
+ Chrome 121+/WebKit 는 scrollbar-width·scrollbar-color 계산값이 auto 가 아니면 ::-webkit-scrollbar-* 를 통째로
1324
+ 무시하므로, 표준 속성은 webkit 유사요소가 없는 브라우저(Firefox)에서만 켠다. */
1325
+ @layer base {
1326
+ *::-webkit-scrollbar {
1327
+ width: 12px;
1328
+ height: 12px;
1329
+ background: transparent;
1330
+ }
1331
+ *::-webkit-scrollbar-track {
1332
+ background: transparent;
1333
+ }
1334
+ *::-webkit-scrollbar-thumb {
1335
+ background-color: var(--color-grey-45);
1336
+ border: 2px solid transparent;
1337
+ border-radius: 9999px;
1338
+ background-clip: padding-box;
1339
+ }
1340
+ @supports not selector(::-webkit-scrollbar) {
1341
+ * {
1342
+ scrollbar-width: thin;
1343
+ scrollbar-color: var(--color-grey-45) transparent;
1344
+ }
1345
+ }
1304
1346
  }
1305
1347
 
1306
1348
  /* 타이포그래피 프리셋 */
@@ -1556,6 +1598,66 @@
1556
1598
  font-weight: 700;
1557
1599
  line-height: 20px;
1558
1600
  }
1601
+ .typo-body-xs-default {
1602
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1603
+ font-size: 11px;
1604
+ font-weight: 400;
1605
+ line-height: 18px;
1606
+ }
1607
+ .typo-body-sm-default {
1608
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1609
+ font-size: 12px;
1610
+ font-weight: 400;
1611
+ line-height: 20px;
1612
+ }
1613
+ .typo-body-sm-medium {
1614
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1615
+ font-size: 12px;
1616
+ font-weight: 500;
1617
+ line-height: 20px;
1618
+ }
1619
+ .typo-body-sm-bold {
1620
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1621
+ font-size: 12px;
1622
+ font-weight: 700;
1623
+ line-height: 20px;
1624
+ }
1625
+ .typo-body-md-default {
1626
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1627
+ font-size: 14px;
1628
+ font-weight: 400;
1629
+ line-height: 24px;
1630
+ }
1631
+ .typo-body-md-medium {
1632
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1633
+ font-size: 14px;
1634
+ font-weight: 500;
1635
+ line-height: 24px;
1636
+ }
1637
+ .typo-body-md-bold {
1638
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1639
+ font-size: 14px;
1640
+ font-weight: 700;
1641
+ line-height: 24px;
1642
+ }
1643
+ .typo-body-lg-default {
1644
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1645
+ font-size: 16px;
1646
+ font-weight: 400;
1647
+ line-height: 26px;
1648
+ }
1649
+ .typo-body-lg-medium {
1650
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1651
+ font-size: 16px;
1652
+ font-weight: 500;
1653
+ line-height: 26px;
1654
+ }
1655
+ .typo-body-lg-bold {
1656
+ font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
1657
+ font-size: 16px;
1658
+ font-weight: 700;
1659
+ line-height: 26px;
1660
+ }
1559
1661
  }
1560
1662
 
1561
1663
  /* 컴포넌트 공용 애니메이션 (progress 등) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sellmate-design-system-react",
3
- "version": "0.9.0",
3
+ "version": "0.11.0",
4
4
  "description": "Sellmate Design System — React (TypeScript + Tailwind v4) port",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [