sellmate-design-system-react 7.1.0 → 8.1.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 (38) hide show
  1. package/AGENTS.md +412 -18
  2. package/README.md +16 -1
  3. package/dist/components/SDraggableItem/README.md +1 -0
  4. package/dist/components/SDraggableItem/SDraggableItem.d.ts +3 -0
  5. package/dist/components/SDrawer/README.md +5 -4
  6. package/dist/components/SDrawer/SDrawer.d.ts +16 -5
  7. package/dist/components/SExpansionItem/README.md +1 -0
  8. package/dist/components/SExpansionItem/SExpansionItem.d.ts +3 -0
  9. package/dist/components/SGnb/README.md +7 -0
  10. package/dist/components/SGnb/SGnb.d.ts +27 -0
  11. package/dist/components/SGnb/gnb.config.d.ts +13 -0
  12. package/dist/components/SIcon/SIcon.d.ts +1 -1
  13. package/dist/components/SIcon/icons.gen.d.ts +8 -3
  14. package/dist/components/SLayout/SLayout.d.ts +6 -0
  15. package/dist/components/SListItem/README.md +1 -0
  16. package/dist/components/SListItem/SListItem.d.ts +3 -0
  17. package/dist/components/SModal/README.md +41 -6
  18. package/dist/components/SModal/SModalOutlet.d.ts +18 -0
  19. package/dist/components/SModal/index.d.ts +1 -0
  20. package/dist/components/SSplitter/README.md +27 -0
  21. package/dist/components/SSplitter/SSplitter.d.ts +32 -0
  22. package/dist/components/SSplitter/index.d.ts +2 -0
  23. package/dist/components/SSplitter/splitter.config.d.ts +15 -0
  24. package/dist/components/STooltip/README.md +2 -0
  25. package/dist/index.cjs +1034 -221
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.ts +1 -0
  28. package/dist/index.js +1033 -223
  29. package/dist/index.js.map +1 -1
  30. package/dist/lib/autofill.d.ts +29 -0
  31. package/dist/lib/is-dev.d.ts +2 -0
  32. package/dist/lib/modal-outlet.d.ts +53 -0
  33. package/dist/llms-full.txt +502 -28
  34. package/dist/llms.txt +418 -20
  35. package/dist/styles.css +154 -17
  36. package/dist/theme.css +40 -10
  37. package/eslint/scale.gen.mjs +1 -1
  38. package/package.json +2 -1
package/dist/styles.css CHANGED
@@ -766,6 +766,9 @@
766
766
  .mt-\[8px\] {
767
767
  margin-top: 8px;
768
768
  }
769
+ .mt-\[24px\] {
770
+ margin-top: 24px;
771
+ }
769
772
  .mt-\[var\(--cmp-guide-contents-gap\)\] {
770
773
  margin-top: var(--cmp-guide-contents-gap);
771
774
  }
@@ -852,9 +855,16 @@
852
855
  width: 24px;
853
856
  height: 24px;
854
857
  }
858
+ .size-full {
859
+ width: 100%;
860
+ height: 100%;
861
+ }
855
862
  .h-\(--cmp-sectionHeaderCard-topBorder-thickness\) {
856
863
  height: var(--cmp-sectionHeaderCard-topBorder-thickness);
857
864
  }
865
+ .h-\(--cmp-splitter-border-width\) {
866
+ height: var(--cmp-splitter-border-width);
867
+ }
858
868
  .h-10 {
859
869
  height: calc(var(--spacing) * 10);
860
870
  }
@@ -906,6 +916,15 @@
906
916
  .h-\[80vh\] {
907
917
  height: 80vh;
908
918
  }
919
+ .h-\[140px\] {
920
+ height: 140px;
921
+ }
922
+ .h-\[200px\] {
923
+ height: 200px;
924
+ }
925
+ .h-\[220px\] {
926
+ height: 220px;
927
+ }
909
928
  .h-\[240px\] {
910
929
  height: 240px;
911
930
  }
@@ -1044,6 +1063,9 @@
1044
1063
  .w-\(--cmp-listItem-accentStripe-width\) {
1045
1064
  width: var(--cmp-listItem-accentStripe-width);
1046
1065
  }
1066
+ .w-\(--cmp-splitter-border-width\) {
1067
+ width: var(--cmp-splitter-border-width);
1068
+ }
1047
1069
  .w-11 {
1048
1070
  width: calc(var(--spacing) * 11);
1049
1071
  }
@@ -1053,9 +1075,6 @@
1053
1075
  .w-\[4px\] {
1054
1076
  width: 4px;
1055
1077
  }
1056
- .w-\[8px\] {
1057
- width: 8px;
1058
- }
1059
1078
  .w-\[9px\] {
1060
1079
  width: 9px;
1061
1080
  }
@@ -1110,9 +1129,18 @@
1110
1129
  .w-\[360px\] {
1111
1130
  width: 360px;
1112
1131
  }
1132
+ .w-\[420px\] {
1133
+ width: 420px;
1134
+ }
1135
+ .w-\[520px\] {
1136
+ width: 520px;
1137
+ }
1113
1138
  .w-\[528px\] {
1114
1139
  width: 528px;
1115
1140
  }
1141
+ .w-\[600px\] {
1142
+ width: 600px;
1143
+ }
1116
1144
  .w-\[680px\] {
1117
1145
  width: 680px;
1118
1146
  }
@@ -1122,6 +1150,9 @@
1122
1150
  .w-\[1000px\] {
1123
1151
  width: 1000px;
1124
1152
  }
1153
+ .w-\[1080px\] {
1154
+ width: 1080px;
1155
+ }
1125
1156
  .w-\[calc\(14px\+var\(--cmp-tree-item-arrow-icon\)\)\] {
1126
1157
  width: calc(14px + var(--cmp-tree-item-arrow-icon));
1127
1158
  }
@@ -1233,6 +1264,9 @@
1233
1264
  .grow {
1234
1265
  flex-grow: 1;
1235
1266
  }
1267
+ .basis-0 {
1268
+ flex-basis: 0;
1269
+ }
1236
1270
  .table-fixed {
1237
1271
  table-layout: fixed;
1238
1272
  }
@@ -1311,6 +1345,9 @@
1311
1345
  .cursor-pointer {
1312
1346
  cursor: pointer;
1313
1347
  }
1348
+ .cursor-row-resize {
1349
+ cursor: row-resize;
1350
+ }
1314
1351
  .cursor-text {
1315
1352
  cursor: text;
1316
1353
  }
@@ -1966,6 +2003,9 @@
1966
2003
  .border-\[color\:var\(--rd-border\)\] {
1967
2004
  border-color: var(--rd-border);
1968
2005
  }
2006
+ .border-\[color\:var\(--sys-color-border-default\)\] {
2007
+ border-color: var(--sys-color-border-default);
2008
+ }
1969
2009
  .border-\[var\(--cmp-table-border-color\)\] {
1970
2010
  border-color: var(--cmp-table-border-color);
1971
2011
  }
@@ -2053,6 +2093,9 @@
2053
2093
  .bg-\(--cmp-sectionHeaderCard-topBorder-color-default\) {
2054
2094
  background-color: var(--cmp-sectionHeaderCard-topBorder-color-default);
2055
2095
  }
2096
+ .bg-\(--cmp-splitter-border-color\) {
2097
+ background-color: var(--cmp-splitter-border-color);
2098
+ }
2056
2099
  .bg-\(--cmp-tree-connector-line-color\) {
2057
2100
  background-color: var(--cmp-tree-connector-line-color);
2058
2101
  }
@@ -2062,9 +2105,15 @@
2062
2105
  .bg-\(--sys-color-bg-frame\) {
2063
2106
  background-color: var(--sys-color-bg-frame);
2064
2107
  }
2108
+ .bg-\(--sys-color-bg-neutralBright\) {
2109
+ background-color: var(--sys-color-bg-neutralBright);
2110
+ }
2065
2111
  .bg-\(--sys-color-bg-neutralLight\) {
2066
2112
  background-color: var(--sys-color-bg-neutralLight);
2067
2113
  }
2114
+ .bg-\(--sys-color-bg-screen\) {
2115
+ background-color: var(--sys-color-bg-screen);
2116
+ }
2068
2117
  .bg-\(--sys-color-bg-tableHeader\) {
2069
2118
  background-color: var(--sys-color-bg-tableHeader);
2070
2119
  }
@@ -2434,11 +2483,17 @@
2434
2483
  .py-\(--cmp-chipInput-sm-paddingY\) {
2435
2484
  padding-block: var(--cmp-chipInput-sm-paddingY);
2436
2485
  }
2437
- .py-\(--cmp-listDraggableItem-paddingY-dense\) {
2438
- padding-block: var(--cmp-listDraggableItem-paddingY-dense);
2486
+ .py-\(--cmp-listDraggableItem-paddingY-md-dense\) {
2487
+ padding-block: var(--cmp-listDraggableItem-paddingY-md-dense);
2488
+ }
2489
+ .py-\(--cmp-listDraggableItem-paddingY-md-normal\) {
2490
+ padding-block: var(--cmp-listDraggableItem-paddingY-md-normal);
2439
2491
  }
2440
- .py-\(--cmp-listDraggableItem-paddingY-normal\) {
2441
- padding-block: var(--cmp-listDraggableItem-paddingY-normal);
2492
+ .py-\(--cmp-listDraggableItem-paddingY-sm-dense\) {
2493
+ padding-block: var(--cmp-listDraggableItem-paddingY-sm-dense);
2494
+ }
2495
+ .py-\(--cmp-listDraggableItem-paddingY-sm-normal\) {
2496
+ padding-block: var(--cmp-listDraggableItem-paddingY-sm-normal);
2442
2497
  }
2443
2498
  .py-\(--cmp-listExpansionItem-title-paddingY-dense\) {
2444
2499
  padding-block: var(--cmp-listExpansionItem-title-paddingY-dense);
@@ -2515,6 +2570,9 @@
2515
2570
  .py-sd-24 {
2516
2571
  padding-block: var(--spacing-sd-24);
2517
2572
  }
2573
+ .pt-3 {
2574
+ padding-top: calc(var(--spacing) * 3);
2575
+ }
2518
2576
  .pt-sd-16 {
2519
2577
  padding-top: var(--spacing-sd-16);
2520
2578
  }
@@ -2672,6 +2730,10 @@
2672
2730
  --tw-leading: 26px;
2673
2731
  line-height: 26px;
2674
2732
  }
2733
+ .leading-\[28px\] {
2734
+ --tw-leading: 28px;
2735
+ line-height: 28px;
2736
+ }
2675
2737
  .leading-\[30px\] {
2676
2738
  --tw-leading: 30px;
2677
2739
  line-height: 30px;
@@ -2824,6 +2886,9 @@
2824
2886
  .text-\(--sys-color-fg-secondary\) {
2825
2887
  color: var(--sys-color-fg-secondary);
2826
2888
  }
2889
+ .text-\(--sys-color-fg-tertiary\) {
2890
+ color: var(--sys-color-fg-tertiary);
2891
+ }
2827
2892
  .text-\(--sys-color-fg-warning\) {
2828
2893
  color: var(--sys-color-fg-warning);
2829
2894
  }
@@ -3193,6 +3258,13 @@
3193
3258
  .\[length\:var\(--x\)\] {
3194
3259
  length: var(--x);
3195
3260
  }
3261
+ .group-hover\:bg-\(--cmp-splitter-border-color\) {
3262
+ &:is(:where(.group):hover *) {
3263
+ @media (hover: hover) {
3264
+ background-color: var(--cmp-splitter-border-color);
3265
+ }
3266
+ }
3267
+ }
3196
3268
  .group-hover\/filepicker\:text-\[color\:var\(--cmp-filepicker-text-default\)\] {
3197
3269
  &:is(:where(.group\/filepicker):hover *) {
3198
3270
  @media (hover: hover) {
@@ -3214,6 +3286,11 @@
3214
3286
  }
3215
3287
  }
3216
3288
  }
3289
+ .group-focus-visible\:bg-\(--cmp-splitter-border-color\) {
3290
+ &:is(:where(.group):focus-visible *) {
3291
+ background-color: var(--cmp-splitter-border-color);
3292
+ }
3293
+ }
3217
3294
  .placeholder\:text-\(--cmp-chipInput-text-placeholder\) {
3218
3295
  &::placeholder {
3219
3296
  color: var(--cmp-chipInput-text-placeholder);
@@ -3394,6 +3471,21 @@
3394
3471
  content: var(--tw-content);
3395
3472
  }
3396
3473
  }
3474
+ .autofill\:\[box-shadow\:0_0_0_1000px_var\(--sys-color-field-bg-default\)_inset\] {
3475
+ &:autofill {
3476
+ box-shadow: 0 0 0 1000px var(--sys-color-field-bg-default) inset;
3477
+ }
3478
+ }
3479
+ .autofill\:\[-webkit-text-fill-color\:currentColor\] {
3480
+ &:autofill {
3481
+ -webkit-text-fill-color: currentColor;
3482
+ }
3483
+ }
3484
+ .autofill\:\[transition\:background-color_5000s_ease-in-out_0s\] {
3485
+ &:autofill {
3486
+ transition: background-color 5000s ease-in-out 0s;
3487
+ }
3488
+ }
3397
3489
  .empty\:hidden {
3398
3490
  &:empty {
3399
3491
  display: none;
@@ -4003,6 +4095,21 @@
4003
4095
  }
4004
4096
  }
4005
4097
  }
4098
+ .\[\&\:-webkit-autofill\]\:\[box-shadow\:0_0_0_1000px_var\(--sys-color-field-bg-default\)_inset\] {
4099
+ &:-webkit-autofill {
4100
+ box-shadow: 0 0 0 1000px var(--sys-color-field-bg-default) inset;
4101
+ }
4102
+ }
4103
+ .\[\&\:-webkit-autofill\]\:\[-webkit-text-fill-color\:currentColor\] {
4104
+ &:-webkit-autofill {
4105
+ -webkit-text-fill-color: currentColor;
4106
+ }
4107
+ }
4108
+ .\[\&\:-webkit-autofill\]\:\[transition\:background-color_5000s_ease-in-out_0s\] {
4109
+ &:-webkit-autofill {
4110
+ transition: background-color 5000s ease-in-out 0s;
4111
+ }
4112
+ }
4006
4113
  .\[\&\:\:-webkit-scrollbar\]\:hidden {
4007
4114
  &::-webkit-scrollbar {
4008
4115
  display: none;
@@ -4213,8 +4320,8 @@
4213
4320
  --sys-space-panel-padding-default: 16px;
4214
4321
  --sys-space-panel-padding-wide: 24px;
4215
4322
  --sys-space-item-paddingX: 16px;
4216
- --sys-space-item-paddingY-normal: 8px;
4217
- --sys-space-item-paddingY-dense: 4px;
4323
+ --sys-space-item-paddingY-normal: 10px;
4324
+ --sys-space-item-paddingY-dense: 6px;
4218
4325
  --sys-space-item-gap: 12px;
4219
4326
  --sys-radius-control-sm: 4px;
4220
4327
  --sys-radius-control-md: 6px;
@@ -5013,12 +5120,12 @@
5013
5120
  --cmp-stepper-vertical-item-bg-selected: #EFF6FF;
5014
5121
  --cmp-stepper-vertical-item-gap: 12px;
5015
5122
  --cmp-stepper-vertical-item-paddingX: 16px;
5016
- --cmp-stepper-vertical-item-paddingY: 8px;
5123
+ --cmp-stepper-vertical-item-paddingY: 10px;
5017
5124
  --cmp-stepper-vertical-item-accentStripe-width: 2px;
5018
5125
  --cmp-stepper-vertical-item-accentStripe-color: #64ABFF;
5019
5126
  --cmp-stepper-vertical-title-bg: #FFFFFF;
5020
5127
  --cmp-stepper-vertical-title-paddingTop: 12px;
5021
- --cmp-stepper-vertical-title-paddingBottom: 4px;
5128
+ --cmp-stepper-vertical-title-paddingBottom: 6px;
5022
5129
  --cmp-stepper-vertical-title-text: #004290;
5023
5130
  --cmp-tab-main-lg-height: 44px;
5024
5131
  --cmp-tab-main-lg-paddingX: 32px;
@@ -5095,8 +5202,8 @@
5095
5202
  --cmp-list-group-gap: 8px;
5096
5203
  --cmp-list-group-padding: 16px;
5097
5204
  --cmp-listItem-paddingX: 16px;
5098
- --cmp-listItem-paddingY-normal: 8px;
5099
- --cmp-listItem-paddingY-dense: 4px;
5205
+ --cmp-listItem-paddingY-normal: 10px;
5206
+ --cmp-listItem-paddingY-dense: 6px;
5100
5207
  --cmp-listItem-gap: 12px;
5101
5208
  --cmp-listItem-radius-bordered: 8px;
5102
5209
  --cmp-listItem-bg-default: #FFFFFF;
@@ -5111,8 +5218,8 @@
5111
5218
  --cmp-listItem-accentStripe-width: 2px;
5112
5219
  --cmp-listItem-accentStripe-color: #64ABFF;
5113
5220
  --cmp-listExpansionItem-title-paddingX: 16px;
5114
- --cmp-listExpansionItem-title-paddingY-normal: 8px;
5115
- --cmp-listExpansionItem-title-paddingY-dense: 4px;
5221
+ --cmp-listExpansionItem-title-paddingY-normal: 10px;
5222
+ --cmp-listExpansionItem-title-paddingY-dense: 6px;
5116
5223
  --cmp-listExpansionItem-title-gap: 12px;
5117
5224
  --cmp-listExpansionItem-title-icon: 12px;
5118
5225
  --cmp-listExpansionItem-title-border: #E1E1E1;
@@ -5130,8 +5237,10 @@
5130
5237
  --cmp-listExpansionItem-accentStripe-width: 2px;
5131
5238
  --cmp-listExpansionItem-accentStripe-color: #64ABFF;
5132
5239
  --cmp-listDraggableItem-paddingX: 16px;
5133
- --cmp-listDraggableItem-paddingY-normal: 8px;
5134
- --cmp-listDraggableItem-paddingY-dense: 4px;
5240
+ --cmp-listDraggableItem-paddingY-sm-normal: 8px;
5241
+ --cmp-listDraggableItem-paddingY-sm-dense: 4px;
5242
+ --cmp-listDraggableItem-paddingY-md-normal: 10px;
5243
+ --cmp-listDraggableItem-paddingY-md-dense: 6px;
5135
5244
  --cmp-listDraggableItem-gap: 12px;
5136
5245
  --cmp-listDraggableItem-radius-bordered: 8px;
5137
5246
  --cmp-listDraggableItem-bg-default: #FFFFFF;
@@ -5212,6 +5321,7 @@
5212
5321
  --cmp-chipFilter-chip-applied-bg: #EFF6FF;
5213
5322
  --cmp-chipFilter-chip-applied-border: #93C4FF;
5214
5323
  --cmp-chipFilter-chip-applied-text-label: #222222;
5324
+ --cmp-chipFilter-chip-applied-text-data: #005CC9;
5215
5325
  --cmp-chipFilter-chip-disabled-bg: #F6F6F6;
5216
5326
  --cmp-chipFilter-chip-disabled-border: #CCCCCC;
5217
5327
  --cmp-chipFilter-chip-disabled-text: #888888;
@@ -5245,6 +5355,9 @@
5245
5355
  --cmp-chipFilter-item-multi-paddingX: 12px;
5246
5356
  --cmp-chipFilter-item-text-default: #222222;
5247
5357
  --cmp-chipFilter-item-text-selected: #0075FF;
5358
+ --cmp-splitter-border-width: 4px;
5359
+ --cmp-splitter-border-padding: 4px;
5360
+ --cmp-splitter-border-color: #64ABFF;
5248
5361
  }
5249
5362
  @layer base {
5250
5363
  body {
@@ -5595,6 +5708,30 @@
5595
5708
  font-weight: 700;
5596
5709
  line-height: 20px;
5597
5710
  }
5711
+ .typo-item-sm-default {
5712
+ 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;
5713
+ font-size: 12px;
5714
+ font-weight: 500;
5715
+ line-height: 20px;
5716
+ }
5717
+ .typo-item-sm-selected {
5718
+ 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;
5719
+ font-size: 12px;
5720
+ font-weight: 700;
5721
+ line-height: 20px;
5722
+ }
5723
+ .typo-item-md-default {
5724
+ 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;
5725
+ font-size: 14px;
5726
+ font-weight: 500;
5727
+ line-height: 24px;
5728
+ }
5729
+ .typo-item-md-selected {
5730
+ 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;
5731
+ font-size: 14px;
5732
+ font-weight: 700;
5733
+ line-height: 24px;
5734
+ }
5598
5735
  }
5599
5736
  @keyframes linear-indeterminate {
5600
5737
  0% {
package/dist/theme.css CHANGED
@@ -410,8 +410,8 @@
410
410
  --sys-space-panel-padding-default: 16px;
411
411
  --sys-space-panel-padding-wide: 24px;
412
412
  --sys-space-item-paddingX: 16px;
413
- --sys-space-item-paddingY-normal: 8px;
414
- --sys-space-item-paddingY-dense: 4px;
413
+ --sys-space-item-paddingY-normal: 10px;
414
+ --sys-space-item-paddingY-dense: 6px;
415
415
  --sys-space-item-gap: 12px;
416
416
  --sys-radius-control-sm: 4px;
417
417
  --sys-radius-control-md: 6px;
@@ -1212,12 +1212,12 @@
1212
1212
  --cmp-stepper-vertical-item-bg-selected: #EFF6FF;
1213
1213
  --cmp-stepper-vertical-item-gap: 12px;
1214
1214
  --cmp-stepper-vertical-item-paddingX: 16px;
1215
- --cmp-stepper-vertical-item-paddingY: 8px;
1215
+ --cmp-stepper-vertical-item-paddingY: 10px;
1216
1216
  --cmp-stepper-vertical-item-accentStripe-width: 2px;
1217
1217
  --cmp-stepper-vertical-item-accentStripe-color: #64ABFF;
1218
1218
  --cmp-stepper-vertical-title-bg: #FFFFFF;
1219
1219
  --cmp-stepper-vertical-title-paddingTop: 12px;
1220
- --cmp-stepper-vertical-title-paddingBottom: 4px;
1220
+ --cmp-stepper-vertical-title-paddingBottom: 6px;
1221
1221
  --cmp-stepper-vertical-title-text: #004290;
1222
1222
  --cmp-tab-main-lg-height: 44px;
1223
1223
  --cmp-tab-main-lg-paddingX: 32px;
@@ -1294,8 +1294,8 @@
1294
1294
  --cmp-list-group-gap: 8px;
1295
1295
  --cmp-list-group-padding: 16px;
1296
1296
  --cmp-listItem-paddingX: 16px;
1297
- --cmp-listItem-paddingY-normal: 8px;
1298
- --cmp-listItem-paddingY-dense: 4px;
1297
+ --cmp-listItem-paddingY-normal: 10px;
1298
+ --cmp-listItem-paddingY-dense: 6px;
1299
1299
  --cmp-listItem-gap: 12px;
1300
1300
  --cmp-listItem-radius-bordered: 8px;
1301
1301
  --cmp-listItem-bg-default: #FFFFFF;
@@ -1310,8 +1310,8 @@
1310
1310
  --cmp-listItem-accentStripe-width: 2px;
1311
1311
  --cmp-listItem-accentStripe-color: #64ABFF;
1312
1312
  --cmp-listExpansionItem-title-paddingX: 16px;
1313
- --cmp-listExpansionItem-title-paddingY-normal: 8px;
1314
- --cmp-listExpansionItem-title-paddingY-dense: 4px;
1313
+ --cmp-listExpansionItem-title-paddingY-normal: 10px;
1314
+ --cmp-listExpansionItem-title-paddingY-dense: 6px;
1315
1315
  --cmp-listExpansionItem-title-gap: 12px;
1316
1316
  --cmp-listExpansionItem-title-icon: 12px;
1317
1317
  --cmp-listExpansionItem-title-border: #E1E1E1;
@@ -1329,8 +1329,10 @@
1329
1329
  --cmp-listExpansionItem-accentStripe-width: 2px;
1330
1330
  --cmp-listExpansionItem-accentStripe-color: #64ABFF;
1331
1331
  --cmp-listDraggableItem-paddingX: 16px;
1332
- --cmp-listDraggableItem-paddingY-normal: 8px;
1333
- --cmp-listDraggableItem-paddingY-dense: 4px;
1332
+ --cmp-listDraggableItem-paddingY-sm-normal: 8px;
1333
+ --cmp-listDraggableItem-paddingY-sm-dense: 4px;
1334
+ --cmp-listDraggableItem-paddingY-md-normal: 10px;
1335
+ --cmp-listDraggableItem-paddingY-md-dense: 6px;
1334
1336
  --cmp-listDraggableItem-gap: 12px;
1335
1337
  --cmp-listDraggableItem-radius-bordered: 8px;
1336
1338
  --cmp-listDraggableItem-bg-default: #FFFFFF;
@@ -1411,6 +1413,7 @@
1411
1413
  --cmp-chipFilter-chip-applied-bg: #EFF6FF;
1412
1414
  --cmp-chipFilter-chip-applied-border: #93C4FF;
1413
1415
  --cmp-chipFilter-chip-applied-text-label: #222222;
1416
+ --cmp-chipFilter-chip-applied-text-data: #005CC9;
1414
1417
  --cmp-chipFilter-chip-disabled-bg: #F6F6F6;
1415
1418
  --cmp-chipFilter-chip-disabled-border: #CCCCCC;
1416
1419
  --cmp-chipFilter-chip-disabled-text: #888888;
@@ -1444,6 +1447,9 @@
1444
1447
  --cmp-chipFilter-item-multi-paddingX: 12px;
1445
1448
  --cmp-chipFilter-item-text-default: #222222;
1446
1449
  --cmp-chipFilter-item-text-selected: #0075FF;
1450
+ --cmp-splitter-border-width: 4px;
1451
+ --cmp-splitter-border-padding: 4px;
1452
+ --cmp-splitter-border-color: #64ABFF;
1447
1453
  }
1448
1454
 
1449
1455
  /* 전역 스크롤바 — overflow(auto/scroll)로 스크롤이 생기는 모든 요소에 SScrollArea 기본 스크롤바를 자동 적용.
@@ -1807,6 +1813,30 @@
1807
1813
  font-weight: 700;
1808
1814
  line-height: 20px;
1809
1815
  }
1816
+ .typo-item-sm-default {
1817
+ 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;
1818
+ font-size: 12px;
1819
+ font-weight: 500;
1820
+ line-height: 20px;
1821
+ }
1822
+ .typo-item-sm-selected {
1823
+ 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;
1824
+ font-size: 12px;
1825
+ font-weight: 700;
1826
+ line-height: 20px;
1827
+ }
1828
+ .typo-item-md-default {
1829
+ 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;
1830
+ font-size: 14px;
1831
+ font-weight: 500;
1832
+ line-height: 24px;
1833
+ }
1834
+ .typo-item-md-selected {
1835
+ 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;
1836
+ font-size: 14px;
1837
+ font-weight: 700;
1838
+ line-height: 24px;
1839
+ }
1810
1840
  }
1811
1841
 
1812
1842
  /* 컴포넌트 공용 애니메이션 (progress 등) */
@@ -10,7 +10,7 @@ export const TEXT_SIZES = [10,11,12,13,14,16,18,20,24,28,32];
10
10
  export const RADIUS = ["2","4","6","8","full","control-sm","control-md","feedback-xs-square","feedback-sm-square","feedback-pill","field-sm","field-md","navigation","item-bordered"];
11
11
 
12
12
  /** 타이포그래피 프리셋 클래스 */
13
- export const TYPO_PRESETS = ["typo-body-lg-bold","typo-body-lg-default","typo-body-lg-medium","typo-body-md-bold","typo-body-md-default","typo-body-md-medium","typo-body-sm-bold","typo-body-sm-default","typo-body-sm-medium","typo-body-xs-default","typo-control-lg","typo-control-md-default","typo-control-md-underline","typo-control-sm-default","typo-control-sm-underline","typo-control-xs-bold","typo-control-xs-default","typo-control-xs-medium","typo-control-xs-underline","typo-feedback-md-bold","typo-feedback-md-medium","typo-feedback-md-underline","typo-feedback-sm-bold","typo-feedback-sm-medium","typo-feedback-sm-regular","typo-feedback-sm-underline","typo-feedback-xs","typo-field-lg-bold","typo-field-lg-default","typo-field-lg-medium","typo-field-md-bold","typo-field-md-default","typo-field-md-medium","typo-field-sm-bold","typo-field-sm-default","typo-field-sm-medium","typo-field-xs-default","typo-heading-lg","typo-heading-md","typo-heading-sm","typo-heading-xs","typo-heading-xxs","typo-navigation-lg-medium","typo-navigation-lg-semibold","typo-navigation-md-bold","typo-navigation-sm-bold","typo-navigation-sm-default","typo-navigation-sm-medium","typo-navigation-xs-bold","typo-navigation-xs-medium","typo-table-accent","typo-table-body","typo-table-header"];
13
+ export const TYPO_PRESETS = ["typo-body-lg-bold","typo-body-lg-default","typo-body-lg-medium","typo-body-md-bold","typo-body-md-default","typo-body-md-medium","typo-body-sm-bold","typo-body-sm-default","typo-body-sm-medium","typo-body-xs-default","typo-control-lg","typo-control-md-default","typo-control-md-underline","typo-control-sm-default","typo-control-sm-underline","typo-control-xs-bold","typo-control-xs-default","typo-control-xs-medium","typo-control-xs-underline","typo-feedback-md-bold","typo-feedback-md-medium","typo-feedback-md-underline","typo-feedback-sm-bold","typo-feedback-sm-medium","typo-feedback-sm-regular","typo-feedback-sm-underline","typo-feedback-xs","typo-field-lg-bold","typo-field-lg-default","typo-field-lg-medium","typo-field-md-bold","typo-field-md-default","typo-field-md-medium","typo-field-sm-bold","typo-field-sm-default","typo-field-sm-medium","typo-field-xs-default","typo-heading-lg","typo-heading-md","typo-heading-sm","typo-heading-xs","typo-heading-xxs","typo-item-md-default","typo-item-md-selected","typo-item-sm-default","typo-item-sm-selected","typo-navigation-lg-medium","typo-navigation-lg-semibold","typo-navigation-md-bold","typo-navigation-sm-bold","typo-navigation-sm-default","typo-navigation-sm-medium","typo-navigation-xs-bold","typo-navigation-xs-medium","typo-table-accent","typo-table-body","typo-table-header"];
14
14
 
15
15
  /** 색상 유틸리티 키 (text-*, bg-*, border-* 공통) */
16
16
  export const COLORS = ["bg-accent","bg-accentBright","bg-accentFaint","bg-accentLight","bg-brand","bg-caution","bg-danger","bg-dangerLight","bg-deep","bg-frame","bg-neutralBright","bg-neutralLight","bg-progress","bg-screen","bg-subtle","bg-success","bg-successLight","bg-tableHeader","bg-warning","black","blue-strong","blue-subtle","border-accent","border-accentLight","border-bold","border-danger","border-default","border-strong","border-success","border-warning","brilliantblue-05","brilliantblue-10","brilliantblue-20","brilliantblue-25","brilliantblue-40","brilliantblue-50","brilliantblue-60","brilliantblue-70","brilliantblue-75","brilliantblue-80","brilliantblue-85","brilliantblue-90","brilliantblue-95","brilliantblue-99","control-bg-inverseHover","danger-15","danger-20","danger-30","danger-45","danger-60","danger-70","danger-75","danger-80","danger-85","danger-90","danger-95","danger-99","danger-strong","danger-subtle","darkblue-strong","darkblue-subtle","disabled-bg","disabled-border","disabled-icon","disabled-text","divider-default","fg-accent","fg-accentLight","fg-brand","fg-danger","fg-dangerLight","fg-deep","fg-inverse","fg-primary","fg-quaternary","fg-secondary","fg-subtleCool","fg-subtleWarm","fg-success","fg-tertiary","fg-warning","field-bg-default","field-bg-hover","field-bg-readOnly","field-border-danger","field-border-default","field-border-focus","field-border-hover","field-border-success","field-icon-default","field-text-default","field-text-placeholder","field-text-readOnly","green-15","green-25","green-45","green-55","green-65","green-70","green-75","green-80","green-85","green-90","green-95","green-99","green-strong","green-subtle","grey-05","grey-10","grey-20","grey-25","grey-30","grey-35","grey-45","grey-50","grey-55","grey-60","grey-65","grey-70","grey-80","grey-85","grey-90","grey-95","grey-strong","grey-subtle","indigo-strong","indigo-subtle","lightblue-strong","lightblue-subtle","link-accent","navigation-gnb-bg-dark","oceanblue-15","oceanblue-25","oceanblue-50","oceanblue-60","oceanblue-65","oceanblue-70","oceanblue-75","oceanblue-80","oceanblue-85","oceanblue-90","oceanblue-95","oceanblue-99","olive-05","olive-10","olive-15","olive-20","olive-30","olive-45","olive-55","olive-65","olive-70","olive-80","olive-90","olive-95","orange-10","orange-20","orange-35","orange-45","orange-55","orange-60","orange-65","orange-75","orange-85","orange-90","orange-95","orange-99","orange-strong","orange-subtle","primary-05","primary-10","primary-20","primary-25","primary-40","primary-50","primary-60","primary-70","primary-75","primary-80","primary-85","primary-90","primary-95","primary-99","red-15","red-20","red-30","red-45","red-60","red-70","red-75","red-80","red-85","red-90","red-95","red-99","red-strong","red-subtle","steelblue-10","steelblue-25","steelblue-45","steelblue-60","steelblue-65","steelblue-70","steelblue-75","steelblue-80","steelblue-85","steelblue-90","steelblue-95","steelblue-99","success-15","success-25","success-45","success-55","success-65","success-70","success-75","success-80","success-85","success-90","success-95","success-99","success-strong","success-subtle","warning-10","warning-20","warning-35","warning-45","warning-55","warning-60","warning-65","warning-75","warning-85","warning-90","warning-95","warning-99","warning-strong","warning-subtle","white","yellow-10","yellow-20","yellow-25","yellow-30","yellow-40","yellow-45","yellow-50","yellow-60","yellow-70","yellow-80","yellow-90","yellow-95","yellow-moderate","yellow-strong","yellow-subtle"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sellmate-design-system-react",
3
- "version": "7.1.0",
3
+ "version": "8.1.0",
4
4
  "description": "Sellmate Design System — React (TypeScript + Tailwind v4) port",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [
@@ -69,6 +69,7 @@
69
69
  "check:refs": "node scripts/check-refs.mjs",
70
70
  "check:docs": "node scripts/check-docs-coverage.mjs",
71
71
  "check:docs-refs": "node scripts/check-docs-refs.mjs",
72
+ "check:routing": "node scripts/check-routing.mjs",
72
73
  "version": "node scripts/version.mjs",
73
74
  "version:dry": "node scripts/version.mjs --dry-run",
74
75
  "clean": "rm -rf dist storybook-static"