sellmate-design-system-react 0.3.0 → 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.
package/dist/styles.css CHANGED
@@ -34,6 +34,7 @@
34
34
  --font-weight-bold: 700;
35
35
  --font-weight-extrabold: 800;
36
36
  --font-weight-black: 900;
37
+ --tracking-wider: 0.05em;
37
38
  --radius-md: 0.375rem;
38
39
  --radius-lg: 0.5rem;
39
40
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
@@ -369,7 +370,6 @@
369
370
  --spacing-field-md-height: 36px;
370
371
  --spacing-navigation-lg-height: 44px;
371
372
  --spacing-navigation-md-height: 36px;
372
- --spacing-navigation-gnb-topbar-height: 56px;
373
373
  --spacing-table-height-xs: 32px;
374
374
  --spacing-table-height-sm: 36px;
375
375
  --spacing-table-height-md: 44px;
@@ -682,6 +682,9 @@
682
682
  .left-1\/2 {
683
683
  left: calc(1 / 2 * 100%);
684
684
  }
685
+ .isolate {
686
+ isolation: isolate;
687
+ }
685
688
  .z-10 {
686
689
  z-index: 10;
687
690
  }
@@ -769,12 +772,18 @@
769
772
  .mt-16 {
770
773
  margin-top: var(--spacing-16);
771
774
  }
775
+ .mt-32 {
776
+ margin-top: var(--spacing-32);
777
+ }
772
778
  .mt-\[8px\] {
773
779
  margin-top: 8px;
774
780
  }
775
781
  .mt-\[var\(--cmp-guide-contents-gap\)\] {
776
782
  margin-top: var(--cmp-guide-contents-gap);
777
783
  }
784
+ .-mr-px {
785
+ margin-right: -1px;
786
+ }
778
787
  .mb-8 {
779
788
  margin-bottom: var(--spacing-8);
780
789
  }
@@ -880,6 +889,9 @@
880
889
  .h-\[var\(--cmp-table-header-height\)\] {
881
890
  height: var(--cmp-table-header-height);
882
891
  }
892
+ .h-\[var\(--cmp-textinput-sm-height\)\] {
893
+ height: var(--cmp-textinput-sm-height);
894
+ }
883
895
  .h-auto {
884
896
  height: auto;
885
897
  }
@@ -943,6 +955,9 @@
943
955
  .w-\[32px\] {
944
956
  width: 32px;
945
957
  }
958
+ .w-\[61px\] {
959
+ width: 61px;
960
+ }
946
961
  .w-\[80px\] {
947
962
  width: 80px;
948
963
  }
@@ -1400,6 +1415,10 @@
1400
1415
  border-top-left-radius: var(--cmp-radioButton-radius);
1401
1416
  border-bottom-left-radius: var(--cmp-radioButton-radius);
1402
1417
  }
1418
+ .rounded-l-\[var\(--cmp-select-sm-radius\)\] {
1419
+ border-top-left-radius: var(--cmp-select-sm-radius);
1420
+ border-bottom-left-radius: var(--cmp-select-sm-radius);
1421
+ }
1403
1422
  .rounded-r-\[4px\] {
1404
1423
  border-top-right-radius: 4px;
1405
1424
  border-bottom-right-radius: 4px;
@@ -1408,6 +1427,10 @@
1408
1427
  border-top-right-radius: var(--cmp-radioButton-radius);
1409
1428
  border-bottom-right-radius: var(--cmp-radioButton-radius);
1410
1429
  }
1430
+ .rounded-r-\[var\(--cmp-select-sm-radius\)\] {
1431
+ border-top-right-radius: var(--cmp-select-sm-radius);
1432
+ border-bottom-right-radius: var(--cmp-select-sm-radius);
1433
+ }
1411
1434
  .rounded-b-\[8px\] {
1412
1435
  border-bottom-right-radius: 8px;
1413
1436
  border-bottom-left-radius: 8px;
@@ -1517,6 +1540,12 @@
1517
1540
  .border-\[color\:var\(--rd-border\)\] {
1518
1541
  border-color: var(--rd-border);
1519
1542
  }
1543
+ .border-\[var\(--cmp-timepicker-border-default\)\] {
1544
+ border-color: var(--cmp-timepicker-border-default);
1545
+ }
1546
+ .border-\[var\(--cmp-timepicker-border-focus\)\] {
1547
+ border-color: var(--cmp-timepicker-border-focus);
1548
+ }
1520
1549
  .border-gray-200 {
1521
1550
  border-color: var(--color-gray-200);
1522
1551
  }
@@ -1610,6 +1639,9 @@
1610
1639
  .bg-\[var\(--sys-color-bg-frame\)\] {
1611
1640
  background-color: var(--sys-color-bg-frame);
1612
1641
  }
1642
+ .bg-\[var\(--sys-color-divider-default\)\] {
1643
+ background-color: var(--sys-color-divider-default);
1644
+ }
1613
1645
  .bg-black\/40 {
1614
1646
  background-color: color-mix(in srgb, #000000 40%, transparent);
1615
1647
  @supports (color: color-mix(in lab, red, red)) {
@@ -1947,6 +1979,10 @@
1947
1979
  --tw-font-weight: var(--font-weight-semibold);
1948
1980
  font-weight: var(--font-weight-semibold);
1949
1981
  }
1982
+ .tracking-wider {
1983
+ --tw-tracking: var(--tracking-wider);
1984
+ letter-spacing: var(--tracking-wider);
1985
+ }
1950
1986
  .text-nowrap {
1951
1987
  text-wrap: nowrap;
1952
1988
  }
@@ -2085,6 +2121,15 @@
2085
2121
  .text-\[color\:var\(--sys-color-fg-secondary\)\] {
2086
2122
  color: var(--sys-color-fg-secondary);
2087
2123
  }
2124
+ .text-\[var\(--cmp-field-hint-color\)\] {
2125
+ color: var(--cmp-field-hint-color);
2126
+ }
2127
+ .text-\[var\(--cmp-timepicker-border-focus\)\] {
2128
+ color: var(--cmp-timepicker-border-focus);
2129
+ }
2130
+ .text-\[var\(--cmp-timepicker-selector-range-heading-color\)\] {
2131
+ color: var(--cmp-timepicker-selector-range-heading-color);
2132
+ }
2088
2133
  .text-blue-strong {
2089
2134
  color: var(--color-blue-strong);
2090
2135
  }
@@ -2826,7 +2871,6 @@
2826
2871
  --sys-size-field-md-height: 36px;
2827
2872
  --sys-size-navigation-lg-height: 44px;
2828
2873
  --sys-size-navigation-md-height: 36px;
2829
- --sys-size-navigation-gnb-topbar-height: 56px;
2830
2874
  --sys-size-table-height-xs: 32px;
2831
2875
  --sys-size-table-height-sm: 36px;
2832
2876
  --sys-size-table-height-md: 44px;
@@ -3617,6 +3661,25 @@
3617
3661
  --cmp-pagination-item-content-hover: #004290;
3618
3662
  --cmp-pagination-item-content-selected: #004290;
3619
3663
  --cmp-pagination-simple-gap: 8px;
3664
+ --cmp-stepper-sm-sequence-size: 20px;
3665
+ --cmp-stepper-dash-width: 20px;
3666
+ --cmp-stepper-dash-color: #888888;
3667
+ --cmp-stepper-lg-sequence-size: 24px;
3668
+ --cmp-stepper-container-gap: 12px;
3669
+ --cmp-stepper-item-gap: 8px;
3670
+ --cmp-stepper-sequence-radius: 9999px;
3671
+ --cmp-stepper-sequence-border-active: #93C4FF;
3672
+ --cmp-stepper-sequence-border-default: #E1E1E1;
3673
+ --cmp-stepper-sequence-border-completed: #CCCCCC;
3674
+ --cmp-stepper-sequence-border-witdh: 1px;
3675
+ --cmp-stepper-sequence-icon: 12px;
3676
+ --cmp-stepper-sequence-bg-active: #D9EAFF;
3677
+ --cmp-stepper-sequence-bg-default: #FFFFFF;
3678
+ --cmp-stepper-sequence-bg-completed: #E1E1E1;
3679
+ --cmp-stepper-sequence-text-active: #0075FF;
3680
+ --cmp-stepper-sequence-text-default: #AAAAAA;
3681
+ --cmp-stepper-text-active: #0075FF;
3682
+ --cmp-stepper-text-default: #888888;
3620
3683
  --cmp-tab-main-lg-height: 44px;
3621
3684
  --cmp-tab-main-lg-paddingX: 32px;
3622
3685
  --cmp-tab-main-md-height: 36px;
@@ -3639,73 +3702,56 @@
3639
3702
  --cmp-tab-sub-gap-vertical: 16px;
3640
3703
  --cmp-tab-sub-content-gap: 4px;
3641
3704
  --cmp-tab-sub-item-height: 20px;
3642
- --cmp-gnbBelt-top-height: 56px;
3643
- --cmp-gnbBelt-top-paddingX: 12px;
3644
- --cmp-gnbBelt-top-gap: 8px;
3645
- --cmp-gnbBelt-logo-height: 32px;
3646
- --cmp-gnbBelt-body-paddingY: 12px;
3647
- --cmp-gnbBelt-item-paddingY: 6px;
3648
- --cmp-gnbBelt-item-paddingRight: 20px;
3649
- --cmp-gnbBelt-item-gap: 12px;
3650
- --cmp-gnbBelt-item-icon: 12px;
3651
- --cmp-gnbBelt-item-depth1-paddingLeft: 20px;
3652
- --cmp-gnbBelt-item-depth2-paddingLeft: 32px;
3653
- --cmp-gnbBelt-item-depth3-paddingLeft: 44px;
3654
- --cmp-gnbBelt-fold-width: 48px;
3655
- --cmp-gnbBox-top-height: 56px;
3656
- --cmp-gnbBox-paddingX: 16px;
3657
- --cmp-gnbBox-gap: 16px;
3658
- --cmp-gnbBox-button-gap: 8px;
3659
- --cmp-gnbBox-logo-height: 32px;
3660
- --cmp-gnbBox-menu-body-padding: 12px;
3661
- --cmp-gnbBox-item-paddingY: 6px;
3662
- --cmp-gnbBox-item-paddingRight: 12px;
3663
- --cmp-gnbBox-item-gap: 8px;
3664
- --cmp-gnbBox-item-radius: 8px;
3665
- --cmp-gnbBox-item-arrow: 12px;
3666
- --cmp-gnbBox-item-depth1-paddingLeft: 12px;
3667
- --cmp-gnbBox-item-depth1-icon: 20px;
3668
- --cmp-gnbBox-item-depth2-paddingLeft: 24px;
3669
- --cmp-gnbBox-item-depth3-paddingLeft: 36px;
3670
- --cmp-stepper-sm-sequence-size: 20px;
3671
- --cmp-stepper-dash-width: 20px;
3672
- --cmp-stepper-dash-color: #888888;
3673
- --cmp-stepper-lg-sequence-size: 24px;
3674
- --cmp-stepper-container-gap: 12px;
3675
- --cmp-stepper-item-gap: 8px;
3676
- --cmp-stepper-sequence-radius: 9999px;
3677
- --cmp-stepper-sequence-border-active: #93C4FF;
3678
- --cmp-stepper-sequence-border-default: #E1E1E1;
3679
- --cmp-stepper-sequence-border-completed: #CCCCCC;
3680
- --cmp-stepper-sequence-border-witdh: 1px;
3681
- --cmp-stepper-sequence-icon: 12px;
3682
- --cmp-stepper-sequence-bg-active: #D9EAFF;
3683
- --cmp-stepper-sequence-bg-default: #FFFFFF;
3684
- --cmp-stepper-sequence-bg-completed: #E1E1E1;
3685
- --cmp-stepper-sequence-text-active: #0075FF;
3686
- --cmp-stepper-sequence-text-default: #AAAAAA;
3687
- --cmp-stepper-text-active: #0075FF;
3688
- --cmp-stepper-text-default: #888888;
3689
- --cmp-light-bg: #FFFFFF;
3690
- --cmp-light-divider: #E1E1E1;
3691
- --cmp-light-item-bg-default: #FFFFFF;
3692
- --cmp-light-item-bg-hover: #F6F6F6;
3693
- --cmp-light-item-bg-selected: #EFF6FF;
3694
- --cmp-light-item-fg-default: #222222;
3695
- --cmp-light-item-fg-hover: #222222;
3696
- --cmp-light-item-fg-selected: #0075FF;
3697
- --cmp-light-item-chevron: #555555;
3698
- --cmp-light-top-icon: #888888;
3699
- --cmp-dark-bg: #001B39;
3700
- --cmp-dark-divider: #004177;
3701
- --cmp-dark-item-bg-default: #001B39;
3702
- --cmp-dark-item-bg-hover: #07284A;
3703
- --cmp-dark-item-bg-selected: #002B5E;
3704
- --cmp-dark-item-fg-default: #FFFFFF;
3705
- --cmp-dark-item-fg-hover: #FFFFFF;
3706
- --cmp-dark-item-fg-selected: #93C4FF;
3707
- --cmp-dark-item-chevron: #AAAAAA;
3708
- --cmp-dark-top-icon: #FFFFFF;
3705
+ --cmp-gnb-light-bg: #FFFFFF;
3706
+ --cmp-gnb-light-divider: #E1E1E1;
3707
+ --cmp-gnb-light-item-bg-default: #FFFFFF;
3708
+ --cmp-gnb-light-item-bg-hover: #F6F6F6;
3709
+ --cmp-gnb-light-item-bg-selected: #EFF6FF;
3710
+ --cmp-gnb-light-item-fg-default: #222222;
3711
+ --cmp-gnb-light-item-fg-hover: #222222;
3712
+ --cmp-gnb-light-item-fg-selected: #0075FF;
3713
+ --cmp-gnb-light-item-chevron: #555555;
3714
+ --cmp-gnb-light-top-icon: #888888;
3715
+ --cmp-gnb-light-rail-fg-default: #888888;
3716
+ --cmp-gnb-dark-bg: #001B39;
3717
+ --cmp-gnb-dark-divider: #004177;
3718
+ --cmp-gnb-dark-item-bg-default: #001B39;
3719
+ --cmp-gnb-dark-item-bg-hover: #07284A;
3720
+ --cmp-gnb-dark-item-bg-selected: #002B5E;
3721
+ --cmp-gnb-dark-item-fg-default: #FFFFFF;
3722
+ --cmp-gnb-dark-item-fg-hover: #FFFFFF;
3723
+ --cmp-gnb-dark-item-fg-selected: #93C4FF;
3724
+ --cmp-gnb-dark-item-chevron: #AAAAAA;
3725
+ --cmp-gnb-dark-top-icon: #FFFFFF;
3726
+ --cmp-gnb-dark-rail-fg-default: #AAAAAA;
3727
+ --cmp-gnb-top-height: 56px;
3728
+ --cmp-gnb-top-paddingX: 16px;
3729
+ --cmp-gnb-top-gap: 16px;
3730
+ --cmp-gnb-logo-height: 32px;
3731
+ --cmp-gnb-fold-width: 48px;
3732
+ --cmp-gnb-body-padding: 12px;
3733
+ --cmp-gnb-item-paddingY: 6px;
3734
+ --cmp-gnb-item-chevron-size: 12px;
3735
+ --cmp-gnb-box-item-paddingRight: 12px;
3736
+ --cmp-gnb-box-item-gap: 8px;
3737
+ --cmp-gnb-box-item-radius: 8px;
3738
+ --cmp-gnb-box-item-depth1-paddingLeft: 12px;
3739
+ --cmp-gnb-box-item-depth1-icon: 20px;
3740
+ --cmp-gnb-box-item-depth2-paddingLeft: 24px;
3741
+ --cmp-gnb-box-item-depth3-paddingLeft: 36px;
3742
+ --cmp-gnb-belt-item-paddingRight: 20px;
3743
+ --cmp-gnb-belt-item-gap: 8px;
3744
+ --cmp-gnb-belt-item-depth1-paddingLeft: 20px;
3745
+ --cmp-gnb-belt-item-depth1-icon: 16px;
3746
+ --cmp-gnb-belt-item-depth2-paddingLeft: 32px;
3747
+ --cmp-gnb-belt-item-depth3-paddingLeft: 44px;
3748
+ --cmp-gnb-rail-width: 68px;
3749
+ --cmp-gnb-rail-padding: 12px;
3750
+ --cmp-gnb-rail-gap: 16px;
3751
+ --cmp-gnb-rail-item-paddingTop: 4px;
3752
+ --cmp-gnb-rail-item-paddingBottom: 2px;
3753
+ --cmp-gnb-rail-item-radius: 8px;
3754
+ --cmp-gnb-rail-item-icon: 24px;
3709
3755
  }
3710
3756
  @layer components {
3711
3757
  .typo-control-xs-default {
@@ -3893,6 +3939,18 @@
3893
3939
  font-weight: 700;
3894
3940
  line-height: 26px;
3895
3941
  }
3942
+ .typo-navigation-xs-medium {
3943
+ 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;
3944
+ font-size: 11px;
3945
+ font-weight: 500;
3946
+ line-height: 18px;
3947
+ }
3948
+ .typo-navigation-xs-bold {
3949
+ 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;
3950
+ font-size: 11px;
3951
+ font-weight: 700;
3952
+ line-height: 18px;
3953
+ }
3896
3954
  .typo-navigation-sm-default {
3897
3955
  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;
3898
3956
  font-size: 12px;
@@ -4171,6 +4229,10 @@
4171
4229
  syntax: "*";
4172
4230
  inherits: false;
4173
4231
  }
4232
+ @property --tw-tracking {
4233
+ syntax: "*";
4234
+ inherits: false;
4235
+ }
4174
4236
  @property --tw-shadow {
4175
4237
  syntax: "*";
4176
4238
  inherits: false;
@@ -4324,6 +4386,7 @@
4324
4386
  --tw-border-style: solid;
4325
4387
  --tw-leading: initial;
4326
4388
  --tw-font-weight: initial;
4389
+ --tw-tracking: initial;
4327
4390
  --tw-shadow: 0 0 #0000;
4328
4391
  --tw-shadow-color: initial;
4329
4392
  --tw-shadow-alpha: 100%;
package/dist/theme.css CHANGED
@@ -340,7 +340,6 @@
340
340
  --spacing-field-md-height: 36px;
341
341
  --spacing-navigation-lg-height: 44px;
342
342
  --spacing-navigation-md-height: 36px;
343
- --spacing-navigation-gnb-topbar-height: 56px;
344
343
  --spacing-table-height-xs: 32px;
345
344
  --spacing-table-height-sm: 36px;
346
345
  --spacing-table-height-md: 44px;
@@ -419,7 +418,6 @@
419
418
  --sys-size-field-md-height: 36px;
420
419
  --sys-size-navigation-lg-height: 44px;
421
420
  --sys-size-navigation-md-height: 36px;
422
- --sys-size-navigation-gnb-topbar-height: 56px;
423
421
  --sys-size-table-height-xs: 32px;
424
422
  --sys-size-table-height-sm: 36px;
425
423
  --sys-size-table-height-md: 44px;
@@ -1212,6 +1210,25 @@
1212
1210
  --cmp-pagination-item-content-hover: #004290;
1213
1211
  --cmp-pagination-item-content-selected: #004290;
1214
1212
  --cmp-pagination-simple-gap: 8px;
1213
+ --cmp-stepper-sm-sequence-size: 20px;
1214
+ --cmp-stepper-dash-width: 20px;
1215
+ --cmp-stepper-dash-color: #888888;
1216
+ --cmp-stepper-lg-sequence-size: 24px;
1217
+ --cmp-stepper-container-gap: 12px;
1218
+ --cmp-stepper-item-gap: 8px;
1219
+ --cmp-stepper-sequence-radius: 9999px;
1220
+ --cmp-stepper-sequence-border-active: #93C4FF;
1221
+ --cmp-stepper-sequence-border-default: #E1E1E1;
1222
+ --cmp-stepper-sequence-border-completed: #CCCCCC;
1223
+ --cmp-stepper-sequence-border-witdh: 1px;
1224
+ --cmp-stepper-sequence-icon: 12px;
1225
+ --cmp-stepper-sequence-bg-active: #D9EAFF;
1226
+ --cmp-stepper-sequence-bg-default: #FFFFFF;
1227
+ --cmp-stepper-sequence-bg-completed: #E1E1E1;
1228
+ --cmp-stepper-sequence-text-active: #0075FF;
1229
+ --cmp-stepper-sequence-text-default: #AAAAAA;
1230
+ --cmp-stepper-text-active: #0075FF;
1231
+ --cmp-stepper-text-default: #888888;
1215
1232
  --cmp-tab-main-lg-height: 44px;
1216
1233
  --cmp-tab-main-lg-paddingX: 32px;
1217
1234
  --cmp-tab-main-md-height: 36px;
@@ -1234,73 +1251,56 @@
1234
1251
  --cmp-tab-sub-gap-vertical: 16px;
1235
1252
  --cmp-tab-sub-content-gap: 4px;
1236
1253
  --cmp-tab-sub-item-height: 20px;
1237
- --cmp-gnbBelt-top-height: 56px;
1238
- --cmp-gnbBelt-top-paddingX: 12px;
1239
- --cmp-gnbBelt-top-gap: 8px;
1240
- --cmp-gnbBelt-logo-height: 32px;
1241
- --cmp-gnbBelt-body-paddingY: 12px;
1242
- --cmp-gnbBelt-item-paddingY: 6px;
1243
- --cmp-gnbBelt-item-paddingRight: 20px;
1244
- --cmp-gnbBelt-item-gap: 12px;
1245
- --cmp-gnbBelt-item-icon: 12px;
1246
- --cmp-gnbBelt-item-depth1-paddingLeft: 20px;
1247
- --cmp-gnbBelt-item-depth2-paddingLeft: 32px;
1248
- --cmp-gnbBelt-item-depth3-paddingLeft: 44px;
1249
- --cmp-gnbBelt-fold-width: 48px;
1250
- --cmp-gnbBox-top-height: 56px;
1251
- --cmp-gnbBox-paddingX: 16px;
1252
- --cmp-gnbBox-gap: 16px;
1253
- --cmp-gnbBox-button-gap: 8px;
1254
- --cmp-gnbBox-logo-height: 32px;
1255
- --cmp-gnbBox-menu-body-padding: 12px;
1256
- --cmp-gnbBox-item-paddingY: 6px;
1257
- --cmp-gnbBox-item-paddingRight: 12px;
1258
- --cmp-gnbBox-item-gap: 8px;
1259
- --cmp-gnbBox-item-radius: 8px;
1260
- --cmp-gnbBox-item-arrow: 12px;
1261
- --cmp-gnbBox-item-depth1-paddingLeft: 12px;
1262
- --cmp-gnbBox-item-depth1-icon: 20px;
1263
- --cmp-gnbBox-item-depth2-paddingLeft: 24px;
1264
- --cmp-gnbBox-item-depth3-paddingLeft: 36px;
1265
- --cmp-stepper-sm-sequence-size: 20px;
1266
- --cmp-stepper-dash-width: 20px;
1267
- --cmp-stepper-dash-color: #888888;
1268
- --cmp-stepper-lg-sequence-size: 24px;
1269
- --cmp-stepper-container-gap: 12px;
1270
- --cmp-stepper-item-gap: 8px;
1271
- --cmp-stepper-sequence-radius: 9999px;
1272
- --cmp-stepper-sequence-border-active: #93C4FF;
1273
- --cmp-stepper-sequence-border-default: #E1E1E1;
1274
- --cmp-stepper-sequence-border-completed: #CCCCCC;
1275
- --cmp-stepper-sequence-border-witdh: 1px;
1276
- --cmp-stepper-sequence-icon: 12px;
1277
- --cmp-stepper-sequence-bg-active: #D9EAFF;
1278
- --cmp-stepper-sequence-bg-default: #FFFFFF;
1279
- --cmp-stepper-sequence-bg-completed: #E1E1E1;
1280
- --cmp-stepper-sequence-text-active: #0075FF;
1281
- --cmp-stepper-sequence-text-default: #AAAAAA;
1282
- --cmp-stepper-text-active: #0075FF;
1283
- --cmp-stepper-text-default: #888888;
1284
- --cmp-light-bg: #FFFFFF;
1285
- --cmp-light-divider: #E1E1E1;
1286
- --cmp-light-item-bg-default: #FFFFFF;
1287
- --cmp-light-item-bg-hover: #F6F6F6;
1288
- --cmp-light-item-bg-selected: #EFF6FF;
1289
- --cmp-light-item-fg-default: #222222;
1290
- --cmp-light-item-fg-hover: #222222;
1291
- --cmp-light-item-fg-selected: #0075FF;
1292
- --cmp-light-item-chevron: #555555;
1293
- --cmp-light-top-icon: #888888;
1294
- --cmp-dark-bg: #001B39;
1295
- --cmp-dark-divider: #004177;
1296
- --cmp-dark-item-bg-default: #001B39;
1297
- --cmp-dark-item-bg-hover: #07284A;
1298
- --cmp-dark-item-bg-selected: #002B5E;
1299
- --cmp-dark-item-fg-default: #FFFFFF;
1300
- --cmp-dark-item-fg-hover: #FFFFFF;
1301
- --cmp-dark-item-fg-selected: #93C4FF;
1302
- --cmp-dark-item-chevron: #AAAAAA;
1303
- --cmp-dark-top-icon: #FFFFFF;
1254
+ --cmp-gnb-light-bg: #FFFFFF;
1255
+ --cmp-gnb-light-divider: #E1E1E1;
1256
+ --cmp-gnb-light-item-bg-default: #FFFFFF;
1257
+ --cmp-gnb-light-item-bg-hover: #F6F6F6;
1258
+ --cmp-gnb-light-item-bg-selected: #EFF6FF;
1259
+ --cmp-gnb-light-item-fg-default: #222222;
1260
+ --cmp-gnb-light-item-fg-hover: #222222;
1261
+ --cmp-gnb-light-item-fg-selected: #0075FF;
1262
+ --cmp-gnb-light-item-chevron: #555555;
1263
+ --cmp-gnb-light-top-icon: #888888;
1264
+ --cmp-gnb-light-rail-fg-default: #888888;
1265
+ --cmp-gnb-dark-bg: #001B39;
1266
+ --cmp-gnb-dark-divider: #004177;
1267
+ --cmp-gnb-dark-item-bg-default: #001B39;
1268
+ --cmp-gnb-dark-item-bg-hover: #07284A;
1269
+ --cmp-gnb-dark-item-bg-selected: #002B5E;
1270
+ --cmp-gnb-dark-item-fg-default: #FFFFFF;
1271
+ --cmp-gnb-dark-item-fg-hover: #FFFFFF;
1272
+ --cmp-gnb-dark-item-fg-selected: #93C4FF;
1273
+ --cmp-gnb-dark-item-chevron: #AAAAAA;
1274
+ --cmp-gnb-dark-top-icon: #FFFFFF;
1275
+ --cmp-gnb-dark-rail-fg-default: #AAAAAA;
1276
+ --cmp-gnb-top-height: 56px;
1277
+ --cmp-gnb-top-paddingX: 16px;
1278
+ --cmp-gnb-top-gap: 16px;
1279
+ --cmp-gnb-logo-height: 32px;
1280
+ --cmp-gnb-fold-width: 48px;
1281
+ --cmp-gnb-body-padding: 12px;
1282
+ --cmp-gnb-item-paddingY: 6px;
1283
+ --cmp-gnb-item-chevron-size: 12px;
1284
+ --cmp-gnb-box-item-paddingRight: 12px;
1285
+ --cmp-gnb-box-item-gap: 8px;
1286
+ --cmp-gnb-box-item-radius: 8px;
1287
+ --cmp-gnb-box-item-depth1-paddingLeft: 12px;
1288
+ --cmp-gnb-box-item-depth1-icon: 20px;
1289
+ --cmp-gnb-box-item-depth2-paddingLeft: 24px;
1290
+ --cmp-gnb-box-item-depth3-paddingLeft: 36px;
1291
+ --cmp-gnb-belt-item-paddingRight: 20px;
1292
+ --cmp-gnb-belt-item-gap: 8px;
1293
+ --cmp-gnb-belt-item-depth1-paddingLeft: 20px;
1294
+ --cmp-gnb-belt-item-depth1-icon: 16px;
1295
+ --cmp-gnb-belt-item-depth2-paddingLeft: 32px;
1296
+ --cmp-gnb-belt-item-depth3-paddingLeft: 44px;
1297
+ --cmp-gnb-rail-width: 68px;
1298
+ --cmp-gnb-rail-padding: 12px;
1299
+ --cmp-gnb-rail-gap: 16px;
1300
+ --cmp-gnb-rail-item-paddingTop: 4px;
1301
+ --cmp-gnb-rail-item-paddingBottom: 2px;
1302
+ --cmp-gnb-rail-item-radius: 8px;
1303
+ --cmp-gnb-rail-item-icon: 24px;
1304
1304
  }
1305
1305
 
1306
1306
  /* 타이포그래피 프리셋 */
@@ -1490,6 +1490,18 @@
1490
1490
  font-weight: 700;
1491
1491
  line-height: 26px;
1492
1492
  }
1493
+ .typo-navigation-xs-medium {
1494
+ 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;
1495
+ font-size: 11px;
1496
+ font-weight: 500;
1497
+ line-height: 18px;
1498
+ }
1499
+ .typo-navigation-xs-bold {
1500
+ 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;
1501
+ font-size: 11px;
1502
+ font-weight: 700;
1503
+ line-height: 18px;
1504
+ }
1493
1505
  .typo-navigation-sm-default {
1494
1506
  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;
1495
1507
  font-size: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sellmate-design-system-react",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Sellmate Design System — React (TypeScript + Tailwind v4) port",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [
@@ -40,6 +40,9 @@
40
40
  "build:css": "cp ./src/styles/theme.css ./dist/theme.css && tailwindcss -i ./src/styles/entry.css -o ./dist/styles.css",
41
41
  "dev": "tsup --watch",
42
42
  "playground": "vite --config vite.playground.config.ts",
43
+ "playground:next:install": "npm --prefix playground-next install",
44
+ "playground:next": "npm run playground:next:install && npm run build && npm --prefix playground-next run dev",
45
+ "playground:next:build": "npm run playground:next:install && npm run build && npm --prefix playground-next run build",
43
46
  "storybook": "storybook dev -p 6006",
44
47
  "build-storybook": "storybook build",
45
48
  "test:spec": "npm run build && node --test ./src/components/**/*.test.mjs",