sellmate-design-system-react 7.0.0 → 8.0.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/AGENTS.md +68 -3
- package/README.md +16 -1
- package/dist/components/SGnb/README.md +4 -0
- package/dist/components/SGnb/SGnb.d.ts +12 -0
- package/dist/components/SGnb/gnb.config.d.ts +13 -0
- package/dist/components/SIcon/SIcon.d.ts +1 -1
- package/dist/components/SIcon/icons.gen.d.ts +8 -3
- package/dist/components/SLayout/SLayout.d.ts +6 -0
- package/dist/components/SModal/README.md +41 -6
- package/dist/components/SModal/SModalOutlet.d.ts +18 -0
- package/dist/components/SModal/index.d.ts +1 -0
- package/dist/components/SSplitter/README.md +27 -0
- package/dist/components/SSplitter/SSplitter.d.ts +32 -0
- package/dist/components/SSplitter/index.d.ts +2 -0
- package/dist/components/SSplitter/splitter.config.d.ts +15 -0
- package/dist/components/SStepper/README.md +17 -0
- package/dist/components/SStepper/SStepper.d.ts +21 -1
- package/dist/components/SStepper/index.d.ts +1 -1
- package/dist/components/SStepper/stepper.config.d.ts +40 -0
- package/dist/components/STooltip/README.md +2 -0
- package/dist/index.cjs +1327 -255
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1326 -257
- package/dist/index.js.map +1 -1
- package/dist/lib/autofill.d.ts +29 -0
- package/dist/lib/is-dev.d.ts +2 -0
- package/dist/lib/modal-outlet.d.ts +53 -0
- package/dist/llms-full.txt +159 -9
- package/dist/llms.txt +70 -5
- package/dist/styles.css +105 -0
- package/dist/theme.css +4 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -682,6 +682,9 @@
|
|
|
682
682
|
.z-\[2\] {
|
|
683
683
|
z-index: 2;
|
|
684
684
|
}
|
|
685
|
+
.z-\[3\] {
|
|
686
|
+
z-index: 3;
|
|
687
|
+
}
|
|
685
688
|
.z-\[5\] {
|
|
686
689
|
z-index: 5;
|
|
687
690
|
}
|
|
@@ -849,9 +852,16 @@
|
|
|
849
852
|
width: 24px;
|
|
850
853
|
height: 24px;
|
|
851
854
|
}
|
|
855
|
+
.size-full {
|
|
856
|
+
width: 100%;
|
|
857
|
+
height: 100%;
|
|
858
|
+
}
|
|
852
859
|
.h-\(--cmp-sectionHeaderCard-topBorder-thickness\) {
|
|
853
860
|
height: var(--cmp-sectionHeaderCard-topBorder-thickness);
|
|
854
861
|
}
|
|
862
|
+
.h-\(--cmp-splitter-border-width\) {
|
|
863
|
+
height: var(--cmp-splitter-border-width);
|
|
864
|
+
}
|
|
855
865
|
.h-10 {
|
|
856
866
|
height: calc(var(--spacing) * 10);
|
|
857
867
|
}
|
|
@@ -903,6 +913,15 @@
|
|
|
903
913
|
.h-\[80vh\] {
|
|
904
914
|
height: 80vh;
|
|
905
915
|
}
|
|
916
|
+
.h-\[140px\] {
|
|
917
|
+
height: 140px;
|
|
918
|
+
}
|
|
919
|
+
.h-\[200px\] {
|
|
920
|
+
height: 200px;
|
|
921
|
+
}
|
|
922
|
+
.h-\[220px\] {
|
|
923
|
+
height: 220px;
|
|
924
|
+
}
|
|
906
925
|
.h-\[240px\] {
|
|
907
926
|
height: 240px;
|
|
908
927
|
}
|
|
@@ -1041,6 +1060,9 @@
|
|
|
1041
1060
|
.w-\(--cmp-listItem-accentStripe-width\) {
|
|
1042
1061
|
width: var(--cmp-listItem-accentStripe-width);
|
|
1043
1062
|
}
|
|
1063
|
+
.w-\(--cmp-splitter-border-width\) {
|
|
1064
|
+
width: var(--cmp-splitter-border-width);
|
|
1065
|
+
}
|
|
1044
1066
|
.w-11 {
|
|
1045
1067
|
width: calc(var(--spacing) * 11);
|
|
1046
1068
|
}
|
|
@@ -1107,9 +1129,18 @@
|
|
|
1107
1129
|
.w-\[360px\] {
|
|
1108
1130
|
width: 360px;
|
|
1109
1131
|
}
|
|
1132
|
+
.w-\[420px\] {
|
|
1133
|
+
width: 420px;
|
|
1134
|
+
}
|
|
1135
|
+
.w-\[520px\] {
|
|
1136
|
+
width: 520px;
|
|
1137
|
+
}
|
|
1110
1138
|
.w-\[528px\] {
|
|
1111
1139
|
width: 528px;
|
|
1112
1140
|
}
|
|
1141
|
+
.w-\[600px\] {
|
|
1142
|
+
width: 600px;
|
|
1143
|
+
}
|
|
1113
1144
|
.w-\[680px\] {
|
|
1114
1145
|
width: 680px;
|
|
1115
1146
|
}
|
|
@@ -1119,6 +1150,9 @@
|
|
|
1119
1150
|
.w-\[1000px\] {
|
|
1120
1151
|
width: 1000px;
|
|
1121
1152
|
}
|
|
1153
|
+
.w-\[1080px\] {
|
|
1154
|
+
width: 1080px;
|
|
1155
|
+
}
|
|
1122
1156
|
.w-\[calc\(14px\+var\(--cmp-tree-item-arrow-icon\)\)\] {
|
|
1123
1157
|
width: calc(14px + var(--cmp-tree-item-arrow-icon));
|
|
1124
1158
|
}
|
|
@@ -1230,6 +1264,9 @@
|
|
|
1230
1264
|
.grow {
|
|
1231
1265
|
flex-grow: 1;
|
|
1232
1266
|
}
|
|
1267
|
+
.basis-0 {
|
|
1268
|
+
flex-basis: 0;
|
|
1269
|
+
}
|
|
1233
1270
|
.table-fixed {
|
|
1234
1271
|
table-layout: fixed;
|
|
1235
1272
|
}
|
|
@@ -1308,6 +1345,9 @@
|
|
|
1308
1345
|
.cursor-pointer {
|
|
1309
1346
|
cursor: pointer;
|
|
1310
1347
|
}
|
|
1348
|
+
.cursor-row-resize {
|
|
1349
|
+
cursor: row-resize;
|
|
1350
|
+
}
|
|
1311
1351
|
.cursor-text {
|
|
1312
1352
|
cursor: text;
|
|
1313
1353
|
}
|
|
@@ -1963,6 +2003,9 @@
|
|
|
1963
2003
|
.border-\[color\:var\(--rd-border\)\] {
|
|
1964
2004
|
border-color: var(--rd-border);
|
|
1965
2005
|
}
|
|
2006
|
+
.border-\[color\:var\(--sys-color-border-default\)\] {
|
|
2007
|
+
border-color: var(--sys-color-border-default);
|
|
2008
|
+
}
|
|
1966
2009
|
.border-\[var\(--cmp-table-border-color\)\] {
|
|
1967
2010
|
border-color: var(--cmp-table-border-color);
|
|
1968
2011
|
}
|
|
@@ -2050,6 +2093,9 @@
|
|
|
2050
2093
|
.bg-\(--cmp-sectionHeaderCard-topBorder-color-default\) {
|
|
2051
2094
|
background-color: var(--cmp-sectionHeaderCard-topBorder-color-default);
|
|
2052
2095
|
}
|
|
2096
|
+
.bg-\(--cmp-splitter-border-color\) {
|
|
2097
|
+
background-color: var(--cmp-splitter-border-color);
|
|
2098
|
+
}
|
|
2053
2099
|
.bg-\(--cmp-tree-connector-line-color\) {
|
|
2054
2100
|
background-color: var(--cmp-tree-connector-line-color);
|
|
2055
2101
|
}
|
|
@@ -2059,9 +2105,15 @@
|
|
|
2059
2105
|
.bg-\(--sys-color-bg-frame\) {
|
|
2060
2106
|
background-color: var(--sys-color-bg-frame);
|
|
2061
2107
|
}
|
|
2108
|
+
.bg-\(--sys-color-bg-neutralBright\) {
|
|
2109
|
+
background-color: var(--sys-color-bg-neutralBright);
|
|
2110
|
+
}
|
|
2062
2111
|
.bg-\(--sys-color-bg-neutralLight\) {
|
|
2063
2112
|
background-color: var(--sys-color-bg-neutralLight);
|
|
2064
2113
|
}
|
|
2114
|
+
.bg-\(--sys-color-bg-screen\) {
|
|
2115
|
+
background-color: var(--sys-color-bg-screen);
|
|
2116
|
+
}
|
|
2065
2117
|
.bg-\(--sys-color-bg-tableHeader\) {
|
|
2066
2118
|
background-color: var(--sys-color-bg-tableHeader);
|
|
2067
2119
|
}
|
|
@@ -2669,6 +2721,10 @@
|
|
|
2669
2721
|
--tw-leading: 26px;
|
|
2670
2722
|
line-height: 26px;
|
|
2671
2723
|
}
|
|
2724
|
+
.leading-\[28px\] {
|
|
2725
|
+
--tw-leading: 28px;
|
|
2726
|
+
line-height: 28px;
|
|
2727
|
+
}
|
|
2672
2728
|
.leading-\[30px\] {
|
|
2673
2729
|
--tw-leading: 30px;
|
|
2674
2730
|
line-height: 30px;
|
|
@@ -2821,6 +2877,9 @@
|
|
|
2821
2877
|
.text-\(--sys-color-fg-secondary\) {
|
|
2822
2878
|
color: var(--sys-color-fg-secondary);
|
|
2823
2879
|
}
|
|
2880
|
+
.text-\(--sys-color-fg-tertiary\) {
|
|
2881
|
+
color: var(--sys-color-fg-tertiary);
|
|
2882
|
+
}
|
|
2824
2883
|
.text-\(--sys-color-fg-warning\) {
|
|
2825
2884
|
color: var(--sys-color-fg-warning);
|
|
2826
2885
|
}
|
|
@@ -3190,6 +3249,13 @@
|
|
|
3190
3249
|
.\[length\:var\(--x\)\] {
|
|
3191
3250
|
length: var(--x);
|
|
3192
3251
|
}
|
|
3252
|
+
.group-hover\:bg-\(--cmp-splitter-border-color\) {
|
|
3253
|
+
&:is(:where(.group):hover *) {
|
|
3254
|
+
@media (hover: hover) {
|
|
3255
|
+
background-color: var(--cmp-splitter-border-color);
|
|
3256
|
+
}
|
|
3257
|
+
}
|
|
3258
|
+
}
|
|
3193
3259
|
.group-hover\/filepicker\:text-\[color\:var\(--cmp-filepicker-text-default\)\] {
|
|
3194
3260
|
&:is(:where(.group\/filepicker):hover *) {
|
|
3195
3261
|
@media (hover: hover) {
|
|
@@ -3211,6 +3277,11 @@
|
|
|
3211
3277
|
}
|
|
3212
3278
|
}
|
|
3213
3279
|
}
|
|
3280
|
+
.group-focus-visible\:bg-\(--cmp-splitter-border-color\) {
|
|
3281
|
+
&:is(:where(.group):focus-visible *) {
|
|
3282
|
+
background-color: var(--cmp-splitter-border-color);
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3214
3285
|
.placeholder\:text-\(--cmp-chipInput-text-placeholder\) {
|
|
3215
3286
|
&::placeholder {
|
|
3216
3287
|
color: var(--cmp-chipInput-text-placeholder);
|
|
@@ -3391,6 +3462,21 @@
|
|
|
3391
3462
|
content: var(--tw-content);
|
|
3392
3463
|
}
|
|
3393
3464
|
}
|
|
3465
|
+
.autofill\:\[box-shadow\:0_0_0_1000px_var\(--sys-color-field-bg-default\)_inset\] {
|
|
3466
|
+
&:autofill {
|
|
3467
|
+
box-shadow: 0 0 0 1000px var(--sys-color-field-bg-default) inset;
|
|
3468
|
+
}
|
|
3469
|
+
}
|
|
3470
|
+
.autofill\:\[-webkit-text-fill-color\:currentColor\] {
|
|
3471
|
+
&:autofill {
|
|
3472
|
+
-webkit-text-fill-color: currentColor;
|
|
3473
|
+
}
|
|
3474
|
+
}
|
|
3475
|
+
.autofill\:\[transition\:background-color_5000s_ease-in-out_0s\] {
|
|
3476
|
+
&:autofill {
|
|
3477
|
+
transition: background-color 5000s ease-in-out 0s;
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3394
3480
|
.empty\:hidden {
|
|
3395
3481
|
&:empty {
|
|
3396
3482
|
display: none;
|
|
@@ -4000,6 +4086,21 @@
|
|
|
4000
4086
|
}
|
|
4001
4087
|
}
|
|
4002
4088
|
}
|
|
4089
|
+
.\[\&\:-webkit-autofill\]\:\[box-shadow\:0_0_0_1000px_var\(--sys-color-field-bg-default\)_inset\] {
|
|
4090
|
+
&:-webkit-autofill {
|
|
4091
|
+
box-shadow: 0 0 0 1000px var(--sys-color-field-bg-default) inset;
|
|
4092
|
+
}
|
|
4093
|
+
}
|
|
4094
|
+
.\[\&\:-webkit-autofill\]\:\[-webkit-text-fill-color\:currentColor\] {
|
|
4095
|
+
&:-webkit-autofill {
|
|
4096
|
+
-webkit-text-fill-color: currentColor;
|
|
4097
|
+
}
|
|
4098
|
+
}
|
|
4099
|
+
.\[\&\:-webkit-autofill\]\:\[transition\:background-color_5000s_ease-in-out_0s\] {
|
|
4100
|
+
&:-webkit-autofill {
|
|
4101
|
+
transition: background-color 5000s ease-in-out 0s;
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
4003
4104
|
.\[\&\:\:-webkit-scrollbar\]\:hidden {
|
|
4004
4105
|
&::-webkit-scrollbar {
|
|
4005
4106
|
display: none;
|
|
@@ -5209,6 +5310,7 @@
|
|
|
5209
5310
|
--cmp-chipFilter-chip-applied-bg: #EFF6FF;
|
|
5210
5311
|
--cmp-chipFilter-chip-applied-border: #93C4FF;
|
|
5211
5312
|
--cmp-chipFilter-chip-applied-text-label: #222222;
|
|
5313
|
+
--cmp-chipFilter-chip-applied-text-data: #005CC9;
|
|
5212
5314
|
--cmp-chipFilter-chip-disabled-bg: #F6F6F6;
|
|
5213
5315
|
--cmp-chipFilter-chip-disabled-border: #CCCCCC;
|
|
5214
5316
|
--cmp-chipFilter-chip-disabled-text: #888888;
|
|
@@ -5242,6 +5344,9 @@
|
|
|
5242
5344
|
--cmp-chipFilter-item-multi-paddingX: 12px;
|
|
5243
5345
|
--cmp-chipFilter-item-text-default: #222222;
|
|
5244
5346
|
--cmp-chipFilter-item-text-selected: #0075FF;
|
|
5347
|
+
--cmp-splitter-border-width: 4px;
|
|
5348
|
+
--cmp-splitter-border-padding: 4px;
|
|
5349
|
+
--cmp-splitter-border-color: #64ABFF;
|
|
5245
5350
|
}
|
|
5246
5351
|
@layer base {
|
|
5247
5352
|
body {
|
package/dist/theme.css
CHANGED
|
@@ -1411,6 +1411,7 @@
|
|
|
1411
1411
|
--cmp-chipFilter-chip-applied-bg: #EFF6FF;
|
|
1412
1412
|
--cmp-chipFilter-chip-applied-border: #93C4FF;
|
|
1413
1413
|
--cmp-chipFilter-chip-applied-text-label: #222222;
|
|
1414
|
+
--cmp-chipFilter-chip-applied-text-data: #005CC9;
|
|
1414
1415
|
--cmp-chipFilter-chip-disabled-bg: #F6F6F6;
|
|
1415
1416
|
--cmp-chipFilter-chip-disabled-border: #CCCCCC;
|
|
1416
1417
|
--cmp-chipFilter-chip-disabled-text: #888888;
|
|
@@ -1444,6 +1445,9 @@
|
|
|
1444
1445
|
--cmp-chipFilter-item-multi-paddingX: 12px;
|
|
1445
1446
|
--cmp-chipFilter-item-text-default: #222222;
|
|
1446
1447
|
--cmp-chipFilter-item-text-selected: #0075FF;
|
|
1448
|
+
--cmp-splitter-border-width: 4px;
|
|
1449
|
+
--cmp-splitter-border-padding: 4px;
|
|
1450
|
+
--cmp-splitter-border-color: #64ABFF;
|
|
1447
1451
|
}
|
|
1448
1452
|
|
|
1449
1453
|
/* 전역 스크롤바 — overflow(auto/scroll)로 스크롤이 생기는 모든 요소에 SScrollArea 기본 스크롤바를 자동 적용.
|