sellmate-design-system-react 2.1.0 → 2.1.2
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/components/SActionModal/SActionModal.cjs +8 -2
- package/dist/components/SActionModal/SActionModal.cjs.map +1 -1
- package/dist/components/SActionModal/SActionModal.d.ts +11 -2
- package/dist/components/SActionModal/SActionModal.js +8 -2
- package/dist/components/SActionModal/SActionModal.js.map +1 -1
- package/dist/components/SChipInput/SChipInput.cjs +9 -2
- package/dist/components/SChipInput/SChipInput.cjs.map +1 -1
- package/dist/components/SChipInput/SChipInput.js +9 -2
- package/dist/components/SChipInput/SChipInput.js.map +1 -1
- package/dist/components/SConfirmModal/SConfirmModal.cjs +101 -8
- package/dist/components/SConfirmModal/SConfirmModal.cjs.map +1 -1
- package/dist/components/SConfirmModal/SConfirmModal.d.ts +4 -3
- package/dist/components/SConfirmModal/SConfirmModal.js +101 -8
- package/dist/components/SConfirmModal/SConfirmModal.js.map +1 -1
- package/dist/components/SExpansionItem/SExpansionItem.cjs +11 -11
- package/dist/components/SExpansionItem/SExpansionItem.cjs.map +1 -1
- package/dist/components/SExpansionItem/SExpansionItem.js +11 -11
- package/dist/components/SExpansionItem/SExpansionItem.js.map +1 -1
- package/dist/components/SKeyValueTable/SKeyValueTable.cjs +20 -19
- package/dist/components/SKeyValueTable/SKeyValueTable.cjs.map +1 -1
- package/dist/components/SKeyValueTable/SKeyValueTable.d.ts +57 -4
- package/dist/components/SKeyValueTable/SKeyValueTable.js +20 -19
- package/dist/components/SKeyValueTable/SKeyValueTable.js.map +1 -1
- package/dist/components/SLoadingModal/SLoadingModal.cjs +8 -2
- package/dist/components/SLoadingModal/SLoadingModal.cjs.map +1 -1
- package/dist/components/SLoadingModal/SLoadingModal.js +8 -2
- package/dist/components/SLoadingModal/SLoadingModal.js.map +1 -1
- package/dist/components/SModal/SModal.cjs +101 -8
- package/dist/components/SModal/SModal.cjs.map +1 -1
- package/dist/components/SModal/SModal.js +101 -8
- package/dist/components/SModal/SModal.js.map +1 -1
- package/dist/components/SModalContainer/SModalContainer.cjs +8 -2
- package/dist/components/SModalContainer/SModalContainer.cjs.map +1 -1
- package/dist/components/SModalContainer/SModalContainer.js +8 -2
- package/dist/components/SModalContainer/SModalContainer.js.map +1 -1
- package/dist/components/SSelect/SSelect.cjs +20 -19
- package/dist/components/SSelect/SSelect.cjs.map +1 -1
- package/dist/components/SSelect/SSelect.js +20 -19
- package/dist/components/SSelect/SSelect.js.map +1 -1
- package/dist/components/SStepper/SStepper.cjs +1 -1
- package/dist/components/SStepper/SStepper.cjs.map +1 -1
- package/dist/components/SStepper/SStepper.js +1 -1
- package/dist/components/SStepper/SStepper.js.map +1 -1
- package/dist/components/STable/STable.cjs +20 -19
- package/dist/components/STable/STable.cjs.map +1 -1
- package/dist/components/STable/STable.js +20 -19
- package/dist/components/STable/STable.js.map +1 -1
- package/dist/components/STimePicker/STimePicker.cjs +1 -1
- package/dist/components/STimePicker/STimePicker.cjs.map +1 -1
- package/dist/components/STimePicker/STimePicker.js +1 -1
- package/dist/components/STimePicker/STimePicker.js.map +1 -1
- package/dist/components/STimeRangePicker/STimeRangePicker.cjs +1 -1
- package/dist/components/STimeRangePicker/STimeRangePicker.cjs.map +1 -1
- package/dist/components/STimeRangePicker/STimeRangePicker.js +1 -1
- package/dist/components/STimeRangePicker/STimeRangePicker.js.map +1 -1
- package/dist/index.cjs +75 -43
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +75 -43
- package/dist/index.js.map +1 -1
- package/dist/styles.css +303 -195
- package/dist/theme.css +229 -121
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -190,20 +190,22 @@
|
|
|
190
190
|
--color-fg-success: #00973C;
|
|
191
191
|
--color-fg-dangerLight: #FB4444;
|
|
192
192
|
--color-fg-accent: #0075FF;
|
|
193
|
+
--color-fg-accentLight: #64ABFF;
|
|
193
194
|
--color-fg-danger: #E30000;
|
|
194
195
|
--color-fg-warning: #FF6B00;
|
|
195
196
|
--color-fg-inverse: #FFFFFF;
|
|
197
|
+
--color-border-default: #E1E1E1;
|
|
198
|
+
--color-border-strong: #AAAAAA;
|
|
199
|
+
--color-border-accent: #0075FF;
|
|
200
|
+
--color-border-accentLight: #93C4FF;
|
|
201
|
+
--color-border-danger: #FB4444;
|
|
202
|
+
--color-border-success: #12B553;
|
|
196
203
|
--color-disabled-bg: #E1E1E1;
|
|
197
204
|
--color-disabled-text: #888888;
|
|
198
205
|
--color-disabled-icon: #BBBBBB;
|
|
199
206
|
--color-disabled-border: #CCCCCC;
|
|
200
207
|
--color-link-accent: #006AC1;
|
|
201
208
|
--color-divider-default: #E1E1E1;
|
|
202
|
-
--color-border-default: #E1E1E1;
|
|
203
|
-
--color-border-accent: #0075FF;
|
|
204
|
-
--color-border-accentLight: #93C4FF;
|
|
205
|
-
--color-border-danger: #FB4444;
|
|
206
|
-
--color-border-success: #12B553;
|
|
207
209
|
--color-red-strong: #FB4444;
|
|
208
210
|
--color-red-subtle: #FCEFEF;
|
|
209
211
|
--color-orange-strong: #FF6B00;
|
|
@@ -213,6 +215,8 @@
|
|
|
213
215
|
--color-yellow-subtle: #FFF7DD;
|
|
214
216
|
--color-green-strong: #00973C;
|
|
215
217
|
--color-green-subtle: #E8F9EF;
|
|
218
|
+
--color-lightblue-strong: #64ABFF;
|
|
219
|
+
--color-lightblue-subtle: #EFF6FF;
|
|
216
220
|
--color-blue-strong: #0075FF;
|
|
217
221
|
--color-blue-subtle: #E6F1FF;
|
|
218
222
|
--color-darkblue-strong: #006AC1;
|
|
@@ -349,6 +353,10 @@
|
|
|
349
353
|
--spacing-overlay-paddingX-md: 24px;
|
|
350
354
|
--spacing-overlay-paddingY-sm: 8px;
|
|
351
355
|
--spacing-panel-gap: 12px;
|
|
356
|
+
--spacing-item-paddingX: 16px;
|
|
357
|
+
--spacing-item-paddingY-normal: 8px;
|
|
358
|
+
--spacing-item-paddingY-dense: 4px;
|
|
359
|
+
--spacing-item-gap: 12px;
|
|
352
360
|
--spacing-44: 44px;
|
|
353
361
|
--spacing-56: 56px;
|
|
354
362
|
--spacing-62: 62px;
|
|
@@ -378,6 +386,7 @@
|
|
|
378
386
|
--spacing-table-height-xs: 32px;
|
|
379
387
|
--spacing-table-height-sm: 36px;
|
|
380
388
|
--spacing-table-height-md: 44px;
|
|
389
|
+
--spacing-item-accentStripe-width: 2px;
|
|
381
390
|
--radius-2: 2px;
|
|
382
391
|
--radius-4: 4px;
|
|
383
392
|
--radius-6: 6px;
|
|
@@ -391,6 +400,7 @@
|
|
|
391
400
|
--radius-field-sm: 4px;
|
|
392
401
|
--radius-field-md: 6px;
|
|
393
402
|
--radius-navigation: 6px;
|
|
403
|
+
--radius-item-bordered: 8px;
|
|
394
404
|
--text-10: 10px;
|
|
395
405
|
--text-11: 11px;
|
|
396
406
|
--text-12: 12px;
|
|
@@ -410,8 +420,10 @@
|
|
|
410
420
|
--border-width-control-default: 1px;
|
|
411
421
|
--border-width-field-default: 1px;
|
|
412
422
|
--border-width-navigation-default: 1px;
|
|
423
|
+
--border-width-item-default: 1px;
|
|
413
424
|
--opacity-005: 5%;
|
|
414
425
|
--opacity-040: 40%;
|
|
426
|
+
--opacity-060: 60%;
|
|
415
427
|
--z-raised: 1;
|
|
416
428
|
--shadow-normal-xs: 0px 0px 16px -4px rgba(34,34,34,0.12), 2px 4px 6px -2px rgba(34,34,34,0.1);
|
|
417
429
|
--shadow-normal-sm: 0px 0px 24px -6px rgba(34,34,34,0.12), 4px 8px 16px -4px rgba(34,34,34,0.1);
|
|
@@ -1265,12 +1277,12 @@
|
|
|
1265
1277
|
.gap-\(--cmp-chipInput-chip-gap\) {
|
|
1266
1278
|
gap: var(--cmp-chipInput-chip-gap);
|
|
1267
1279
|
}
|
|
1268
|
-
.gap-\(--cmp-expansionItem-title-gap\) {
|
|
1269
|
-
gap: var(--cmp-expansionItem-title-gap);
|
|
1270
|
-
}
|
|
1271
1280
|
.gap-\(--cmp-field-addonLabel-gap\) {
|
|
1272
1281
|
gap: var(--cmp-field-addonLabel-gap);
|
|
1273
1282
|
}
|
|
1283
|
+
.gap-\(--cmp-listExpansionItem-title-gap\) {
|
|
1284
|
+
gap: var(--cmp-listExpansionItem-title-gap);
|
|
1285
|
+
}
|
|
1274
1286
|
.gap-2 {
|
|
1275
1287
|
gap: var(--spacing-2);
|
|
1276
1288
|
}
|
|
@@ -1650,8 +1662,8 @@
|
|
|
1650
1662
|
.\!border-\[\#93C4FF\] {
|
|
1651
1663
|
border-color: #93C4FF !important;
|
|
1652
1664
|
}
|
|
1653
|
-
.border-\(--cmp-
|
|
1654
|
-
border-color: var(--cmp-
|
|
1665
|
+
.border-\(--cmp-listExpansionItem-title-border\) {
|
|
1666
|
+
border-color: var(--cmp-listExpansionItem-title-border);
|
|
1655
1667
|
}
|
|
1656
1668
|
.border-\(--field-bc\) {
|
|
1657
1669
|
border-color: var(--field-bc);
|
|
@@ -1680,8 +1692,8 @@
|
|
|
1680
1692
|
.border-\[color\:var\(--cmp-datepicker-border-default\)\] {
|
|
1681
1693
|
border-color: var(--cmp-datepicker-border-default);
|
|
1682
1694
|
}
|
|
1683
|
-
.border-\[color\:var\(--cmp-
|
|
1684
|
-
border-color: var(--cmp-
|
|
1695
|
+
.border-\[color\:var\(--cmp-listBoxItem-depth1-border-color\)\] {
|
|
1696
|
+
border-color: var(--cmp-listBoxItem-depth1-border-color);
|
|
1685
1697
|
}
|
|
1686
1698
|
.border-\[color\:var\(--cmp-table-border-color\)\] {
|
|
1687
1699
|
border-color: var(--cmp-table-border-color);
|
|
@@ -1734,14 +1746,14 @@
|
|
|
1734
1746
|
.border-transparent {
|
|
1735
1747
|
border-color: transparent;
|
|
1736
1748
|
}
|
|
1737
|
-
.bg-\(--cmp-expansionItem-title-bg-expanded\) {
|
|
1738
|
-
background-color: var(--cmp-expansionItem-title-bg-expanded);
|
|
1739
|
-
}
|
|
1740
1749
|
.bg-\(--cmp-listBox-bg\) {
|
|
1741
1750
|
background-color: var(--cmp-listBox-bg);
|
|
1742
1751
|
}
|
|
1743
|
-
.bg-\(--cmp-
|
|
1744
|
-
background-color: var(--cmp-
|
|
1752
|
+
.bg-\(--cmp-listBoxItem-bg-hover\) {
|
|
1753
|
+
background-color: var(--cmp-listBoxItem-bg-hover);
|
|
1754
|
+
}
|
|
1755
|
+
.bg-\(--cmp-listExpansionItem-title-bg-expanded\) {
|
|
1756
|
+
background-color: var(--cmp-listExpansionItem-title-bg-expanded);
|
|
1745
1757
|
}
|
|
1746
1758
|
.bg-\[\#F2F2F2\] {
|
|
1747
1759
|
background-color: #F2F2F2;
|
|
@@ -1782,26 +1794,26 @@
|
|
|
1782
1794
|
.bg-\[var\(--cmp-datepicker-calendar-time-bg-selected\)\] {
|
|
1783
1795
|
background-color: var(--cmp-datepicker-calendar-time-bg-selected);
|
|
1784
1796
|
}
|
|
1785
|
-
.bg-\[var\(--cmp-expansionItem-body-bg\)\] {
|
|
1786
|
-
background-color: var(--cmp-expansionItem-body-bg);
|
|
1787
|
-
}
|
|
1788
|
-
.bg-\[var\(--cmp-expansionItem-title-bg-default\)\] {
|
|
1789
|
-
background-color: var(--cmp-expansionItem-title-bg-default);
|
|
1790
|
-
}
|
|
1791
1797
|
.bg-\[var\(--cmp-listBox-bg\)\] {
|
|
1792
1798
|
background-color: var(--cmp-listBox-bg);
|
|
1793
1799
|
}
|
|
1794
|
-
.bg-\[var\(--cmp-
|
|
1795
|
-
background-color: var(--cmp-
|
|
1800
|
+
.bg-\[var\(--cmp-listBoxItem-bg-hover\)\] {
|
|
1801
|
+
background-color: var(--cmp-listBoxItem-bg-hover);
|
|
1796
1802
|
}
|
|
1797
|
-
.bg-\[var\(--cmp-
|
|
1798
|
-
background-color: var(--cmp-
|
|
1803
|
+
.bg-\[var\(--cmp-listBoxItem-depth1-bg-default\)\] {
|
|
1804
|
+
background-color: var(--cmp-listBoxItem-depth1-bg-default);
|
|
1799
1805
|
}
|
|
1800
|
-
.bg-\[var\(--cmp-
|
|
1801
|
-
background-color: var(--cmp-
|
|
1806
|
+
.bg-\[var\(--cmp-listBoxItem-depth1-bg-disabled\)\] {
|
|
1807
|
+
background-color: var(--cmp-listBoxItem-depth1-bg-disabled);
|
|
1802
1808
|
}
|
|
1803
|
-
.bg-\[var\(--cmp-
|
|
1804
|
-
background-color: var(--cmp-
|
|
1809
|
+
.bg-\[var\(--cmp-listBoxItem-depth2-middle-bg\)\] {
|
|
1810
|
+
background-color: var(--cmp-listBoxItem-depth2-middle-bg);
|
|
1811
|
+
}
|
|
1812
|
+
.bg-\[var\(--cmp-listExpansionItem-body-bg\)\] {
|
|
1813
|
+
background-color: var(--cmp-listExpansionItem-body-bg);
|
|
1814
|
+
}
|
|
1815
|
+
.bg-\[var\(--cmp-listExpansionItem-title-bg-default\)\] {
|
|
1816
|
+
background-color: var(--cmp-listExpansionItem-title-bg-default);
|
|
1805
1817
|
}
|
|
1806
1818
|
.bg-\[var\(--cmp-modal-bg\)\] {
|
|
1807
1819
|
background-color: var(--cmp-modal-bg);
|
|
@@ -1887,8 +1899,8 @@
|
|
|
1887
1899
|
background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
|
|
1888
1900
|
}
|
|
1889
1901
|
}
|
|
1890
|
-
.p-\(--cmp-
|
|
1891
|
-
padding: var(--cmp-
|
|
1902
|
+
.p-\(--cmp-listExpansionItem-body-padding\) {
|
|
1903
|
+
padding: var(--cmp-listExpansionItem-body-padding);
|
|
1892
1904
|
}
|
|
1893
1905
|
.p-0 {
|
|
1894
1906
|
padding: 0;
|
|
@@ -1923,8 +1935,8 @@
|
|
|
1923
1935
|
.p-\[var\(--cmp-datepicker-calendar-paddingXY\)\] {
|
|
1924
1936
|
padding: var(--cmp-datepicker-calendar-paddingXY);
|
|
1925
1937
|
}
|
|
1926
|
-
.p-\[var\(--cmp-
|
|
1927
|
-
padding: var(--cmp-
|
|
1938
|
+
.p-\[var\(--cmp-listExpansionItem-body-padding\)\] {
|
|
1939
|
+
padding: var(--cmp-listExpansionItem-body-padding);
|
|
1928
1940
|
}
|
|
1929
1941
|
.px-\(--cmp-chipInput-md-paddingX\) {
|
|
1930
1942
|
padding-inline: var(--cmp-chipInput-md-paddingX);
|
|
@@ -2016,11 +2028,11 @@
|
|
|
2016
2028
|
.py-\(--cmp-chipInput-sm-paddingY\) {
|
|
2017
2029
|
padding-block: var(--cmp-chipInput-sm-paddingY);
|
|
2018
2030
|
}
|
|
2019
|
-
.py-\(--cmp-
|
|
2020
|
-
padding-block: var(--cmp-
|
|
2031
|
+
.py-\(--cmp-listExpansionItem-title-paddingY-dense\) {
|
|
2032
|
+
padding-block: var(--cmp-listExpansionItem-title-paddingY-dense);
|
|
2021
2033
|
}
|
|
2022
|
-
.py-\(--cmp-
|
|
2023
|
-
padding-block: var(--cmp-
|
|
2034
|
+
.py-\(--cmp-listExpansionItem-title-paddingY-normal\) {
|
|
2035
|
+
padding-block: var(--cmp-listExpansionItem-title-paddingY-normal);
|
|
2024
2036
|
}
|
|
2025
2037
|
.py-1 {
|
|
2026
2038
|
padding-block: var(--spacing);
|
|
@@ -2085,8 +2097,8 @@
|
|
|
2085
2097
|
.pt-48 {
|
|
2086
2098
|
padding-top: var(--spacing-48);
|
|
2087
2099
|
}
|
|
2088
|
-
.pr-\(--cmp-
|
|
2089
|
-
padding-right: var(--cmp-
|
|
2100
|
+
.pr-\(--cmp-listExpansionItem-title-paddingX\) {
|
|
2101
|
+
padding-right: var(--cmp-listExpansionItem-title-paddingX);
|
|
2090
2102
|
}
|
|
2091
2103
|
.pr-\[12px\] {
|
|
2092
2104
|
padding-right: 12px;
|
|
@@ -2097,8 +2109,8 @@
|
|
|
2097
2109
|
.pb-\[var\(--cmp-modal-action-body-paddingBottom\)\] {
|
|
2098
2110
|
padding-bottom: var(--cmp-modal-action-body-paddingBottom);
|
|
2099
2111
|
}
|
|
2100
|
-
.pl-\(--cmp-
|
|
2101
|
-
padding-left: var(--cmp-
|
|
2112
|
+
.pl-\(--cmp-listExpansionItem-title-paddingX\) {
|
|
2113
|
+
padding-left: var(--cmp-listExpansionItem-title-paddingX);
|
|
2102
2114
|
}
|
|
2103
2115
|
.pl-\[26px\] {
|
|
2104
2116
|
padding-left: 26px;
|
|
@@ -2106,11 +2118,11 @@
|
|
|
2106
2118
|
.pl-\[32px\] {
|
|
2107
2119
|
padding-left: 32px;
|
|
2108
2120
|
}
|
|
2109
|
-
.pl-\[calc\(var\(--cmp-
|
|
2110
|
-
padding-left: calc(var(--cmp-
|
|
2121
|
+
.pl-\[calc\(var\(--cmp-listExpansionItem-title-paddingX\)\+32px\)\] {
|
|
2122
|
+
padding-left: calc(var(--cmp-listExpansionItem-title-paddingX) + 32px);
|
|
2111
2123
|
}
|
|
2112
|
-
.pl-\[calc\(var\(--cmp-
|
|
2113
|
-
padding-left: calc(var(--cmp-
|
|
2124
|
+
.pl-\[calc\(var\(--cmp-listExpansionItem-title-paddingX\)\+64px\)\] {
|
|
2125
|
+
padding-left: calc(var(--cmp-listExpansionItem-title-paddingX) + 64px);
|
|
2114
2126
|
}
|
|
2115
2127
|
.pl-\[var\(--cmp-overlay-header-paddingX\)\] {
|
|
2116
2128
|
padding-left: var(--cmp-overlay-header-paddingX);
|
|
@@ -2281,23 +2293,23 @@
|
|
|
2281
2293
|
.text-\(--cmp-chipInput-text-placeholder\) {
|
|
2282
2294
|
color: var(--cmp-chipInput-text-placeholder);
|
|
2283
2295
|
}
|
|
2284
|
-
.text-\(--cmp-expansionItem-title-text-expanded\) {
|
|
2285
|
-
color: var(--cmp-expansionItem-title-text-expanded);
|
|
2286
|
-
}
|
|
2287
2296
|
.text-\(--cmp-field-errorMessage-color\) {
|
|
2288
2297
|
color: var(--cmp-field-errorMessage-color);
|
|
2289
2298
|
}
|
|
2290
2299
|
.text-\(--cmp-field-hint-color\) {
|
|
2291
2300
|
color: var(--cmp-field-hint-color);
|
|
2292
2301
|
}
|
|
2293
|
-
.text-\(--cmp-
|
|
2294
|
-
color: var(--cmp-
|
|
2302
|
+
.text-\(--cmp-listBoxItem-content-default\) {
|
|
2303
|
+
color: var(--cmp-listBoxItem-content-default);
|
|
2295
2304
|
}
|
|
2296
|
-
.text-\(--cmp-
|
|
2297
|
-
color: var(--cmp-
|
|
2305
|
+
.text-\(--cmp-listBoxItem-content-hover\) {
|
|
2306
|
+
color: var(--cmp-listBoxItem-content-hover);
|
|
2298
2307
|
}
|
|
2299
|
-
.text-\(--cmp-
|
|
2300
|
-
color: var(--cmp-
|
|
2308
|
+
.text-\(--cmp-listBoxItem-content-selected\) {
|
|
2309
|
+
color: var(--cmp-listBoxItem-content-selected);
|
|
2310
|
+
}
|
|
2311
|
+
.text-\(--cmp-listExpansionItem-title-text-expanded\) {
|
|
2312
|
+
color: var(--cmp-listExpansionItem-title-text-expanded);
|
|
2301
2313
|
}
|
|
2302
2314
|
.text-\(--color-grey-65\) {
|
|
2303
2315
|
color: var(--color-grey-65);
|
|
@@ -2347,17 +2359,17 @@
|
|
|
2347
2359
|
.text-\[color\:var\(--cmp-guide-contents-typography-color\)\] {
|
|
2348
2360
|
color: var(--cmp-guide-contents-typography-color);
|
|
2349
2361
|
}
|
|
2350
|
-
.text-\[color\:var\(--cmp-
|
|
2351
|
-
color: var(--cmp-
|
|
2362
|
+
.text-\[color\:var\(--cmp-listBoxItem-content-default\)\] {
|
|
2363
|
+
color: var(--cmp-listBoxItem-content-default);
|
|
2352
2364
|
}
|
|
2353
|
-
.text-\[color\:var\(--cmp-
|
|
2354
|
-
color: var(--cmp-
|
|
2365
|
+
.text-\[color\:var\(--cmp-listBoxItem-content-disabled\)\] {
|
|
2366
|
+
color: var(--cmp-listBoxItem-content-disabled);
|
|
2355
2367
|
}
|
|
2356
|
-
.text-\[color\:var\(--cmp-
|
|
2357
|
-
color: var(--cmp-
|
|
2368
|
+
.text-\[color\:var\(--cmp-listBoxItem-content-hover\)\] {
|
|
2369
|
+
color: var(--cmp-listBoxItem-content-hover);
|
|
2358
2370
|
}
|
|
2359
|
-
.text-\[color\:var\(--cmp-
|
|
2360
|
-
color: var(--cmp-
|
|
2371
|
+
.text-\[color\:var\(--cmp-listBoxItem-content-selected\)\] {
|
|
2372
|
+
color: var(--cmp-listBoxItem-content-selected);
|
|
2361
2373
|
}
|
|
2362
2374
|
.text-\[color\:var\(--cmp-modal-confirm-message-color\)\] {
|
|
2363
2375
|
color: var(--cmp-modal-confirm-message-color);
|
|
@@ -2413,12 +2425,12 @@
|
|
|
2413
2425
|
.text-\[color\:var\(--sys-color-fg-secondary\)\] {
|
|
2414
2426
|
color: var(--sys-color-fg-secondary);
|
|
2415
2427
|
}
|
|
2416
|
-
.text-\[var\(--cmp-expansionItem-title-text-default\)\] {
|
|
2417
|
-
color: var(--cmp-expansionItem-title-text-default);
|
|
2418
|
-
}
|
|
2419
2428
|
.text-\[var\(--cmp-field-hint-color\)\] {
|
|
2420
2429
|
color: var(--cmp-field-hint-color);
|
|
2421
2430
|
}
|
|
2431
|
+
.text-\[var\(--cmp-listExpansionItem-title-text-default\)\] {
|
|
2432
|
+
color: var(--cmp-listExpansionItem-title-text-default);
|
|
2433
|
+
}
|
|
2422
2434
|
.text-\[var\(--cmp-timepicker-border-focus\)\] {
|
|
2423
2435
|
color: var(--cmp-timepicker-border-focus);
|
|
2424
2436
|
}
|
|
@@ -2852,10 +2864,10 @@
|
|
|
2852
2864
|
}
|
|
2853
2865
|
}
|
|
2854
2866
|
}
|
|
2855
|
-
.hover\:bg-\(--cmp-
|
|
2867
|
+
.hover\:bg-\(--cmp-listExpansionItem-title-bg-hover\) {
|
|
2856
2868
|
&:hover {
|
|
2857
2869
|
@media (hover: hover) {
|
|
2858
|
-
background-color: var(--cmp-
|
|
2870
|
+
background-color: var(--cmp-listExpansionItem-title-bg-hover);
|
|
2859
2871
|
}
|
|
2860
2872
|
}
|
|
2861
2873
|
}
|
|
@@ -2873,10 +2885,10 @@
|
|
|
2873
2885
|
}
|
|
2874
2886
|
}
|
|
2875
2887
|
}
|
|
2876
|
-
.hover\:bg-\[var\(--cmp-
|
|
2888
|
+
.hover\:bg-\[var\(--cmp-listBoxItem-bg-hover\)\] {
|
|
2877
2889
|
&:hover {
|
|
2878
2890
|
@media (hover: hover) {
|
|
2879
|
-
background-color: var(--cmp-
|
|
2891
|
+
background-color: var(--cmp-listBoxItem-bg-hover);
|
|
2880
2892
|
}
|
|
2881
2893
|
}
|
|
2882
2894
|
}
|
|
@@ -2950,10 +2962,10 @@
|
|
|
2950
2962
|
}
|
|
2951
2963
|
}
|
|
2952
2964
|
}
|
|
2953
|
-
.hover\:text-\[color\:var\(--cmp-
|
|
2965
|
+
.hover\:text-\[color\:var\(--cmp-listBoxItem-content-hover\)\] {
|
|
2954
2966
|
&:hover {
|
|
2955
2967
|
@media (hover: hover) {
|
|
2956
|
-
color: var(--cmp-
|
|
2968
|
+
color: var(--cmp-listBoxItem-content-hover);
|
|
2957
2969
|
}
|
|
2958
2970
|
}
|
|
2959
2971
|
}
|
|
@@ -2991,14 +3003,14 @@
|
|
|
2991
3003
|
border-color: var(--cmp-datepicker-border-focus);
|
|
2992
3004
|
}
|
|
2993
3005
|
}
|
|
2994
|
-
.focus-visible\:bg-\[var\(--cmp-
|
|
3006
|
+
.focus-visible\:bg-\[var\(--cmp-listBoxItem-bg-hover\)\] {
|
|
2995
3007
|
&:focus-visible {
|
|
2996
|
-
background-color: var(--cmp-
|
|
3008
|
+
background-color: var(--cmp-listBoxItem-bg-hover);
|
|
2997
3009
|
}
|
|
2998
3010
|
}
|
|
2999
|
-
.focus-visible\:text-\[color\:var\(--cmp-
|
|
3011
|
+
.focus-visible\:text-\[color\:var\(--cmp-listBoxItem-content-hover\)\] {
|
|
3000
3012
|
&:focus-visible {
|
|
3001
|
-
color: var(--cmp-
|
|
3013
|
+
color: var(--cmp-listBoxItem-content-hover);
|
|
3002
3014
|
}
|
|
3003
3015
|
}
|
|
3004
3016
|
.focus-visible\:shadow-\[0_0_0_2px_var\(--btn-ring\)\] {
|
|
@@ -3041,9 +3053,9 @@
|
|
|
3041
3053
|
cursor: not-allowed;
|
|
3042
3054
|
}
|
|
3043
3055
|
}
|
|
3044
|
-
.disabled\:text-\[color\:var\(--cmp-
|
|
3056
|
+
.disabled\:text-\[color\:var\(--cmp-listBoxItem-content-disabled\)\] {
|
|
3045
3057
|
&:disabled {
|
|
3046
|
-
color: var(--cmp-
|
|
3058
|
+
color: var(--cmp-listBoxItem-content-disabled);
|
|
3047
3059
|
}
|
|
3048
3060
|
}
|
|
3049
3061
|
.disabled\:text-\[var\(--sys-color-disabled-text\)\] {
|
|
@@ -3398,6 +3410,7 @@
|
|
|
3398
3410
|
--sys-size-table-height-xs: 32px;
|
|
3399
3411
|
--sys-size-table-height-sm: 36px;
|
|
3400
3412
|
--sys-size-table-height-md: 44px;
|
|
3413
|
+
--sys-size-item-accentStripe-width: 2px;
|
|
3401
3414
|
--sys-space-control-xs-paddingX: 8px;
|
|
3402
3415
|
--sys-space-control-xs-gap: 4px;
|
|
3403
3416
|
--sys-space-control-sm-paddingX: 12px;
|
|
@@ -3439,6 +3452,10 @@
|
|
|
3439
3452
|
--sys-space-overlay-paddingX-md: 24px;
|
|
3440
3453
|
--sys-space-overlay-paddingY-sm: 8px;
|
|
3441
3454
|
--sys-space-panel-gap: 12px;
|
|
3455
|
+
--sys-space-item-paddingX: 16px;
|
|
3456
|
+
--sys-space-item-paddingY-normal: 8px;
|
|
3457
|
+
--sys-space-item-paddingY-dense: 4px;
|
|
3458
|
+
--sys-space-item-gap: 12px;
|
|
3442
3459
|
--sys-radius-control-sm: 4px;
|
|
3443
3460
|
--sys-radius-control-md: 6px;
|
|
3444
3461
|
--sys-radius-feedback-xs-square: 6px;
|
|
@@ -3446,9 +3463,11 @@
|
|
|
3446
3463
|
--sys-radius-feedback-pill: 9999px;
|
|
3447
3464
|
--sys-radius-field-sm: 4px;
|
|
3448
3465
|
--sys-radius-field-md: 6px;
|
|
3466
|
+
--sys-radius-item-bordered: 8px;
|
|
3449
3467
|
--sys-border-width-control-default: 1px;
|
|
3450
3468
|
--sys-border-width-field-default: 1px;
|
|
3451
3469
|
--sys-border-width-navigation-default: 1px;
|
|
3470
|
+
--sys-border-width-item-default: 1px;
|
|
3452
3471
|
--sys-color-bg-screen: #EEEEEE;
|
|
3453
3472
|
--sys-color-bg-frame: #FFFFFF;
|
|
3454
3473
|
--sys-color-bg-brand: #025497;
|
|
@@ -3479,20 +3498,24 @@
|
|
|
3479
3498
|
--sys-color-fg-success: #00973C;
|
|
3480
3499
|
--sys-color-fg-dangerLight: #FB4444;
|
|
3481
3500
|
--sys-color-fg-accent: #0075FF;
|
|
3501
|
+
--sys-color-fg-accentLight: #64ABFF;
|
|
3482
3502
|
--sys-color-fg-danger: #E30000;
|
|
3483
3503
|
--sys-color-fg-warning: #FF6B00;
|
|
3484
3504
|
--sys-color-fg-inverse: #FFFFFF;
|
|
3505
|
+
--sys-color-border-default: #E1E1E1;
|
|
3506
|
+
--sys-color-border-strong: #AAAAAA;
|
|
3507
|
+
--sys-color-border-accent: #0075FF;
|
|
3508
|
+
--sys-color-border-accentLight: #93C4FF;
|
|
3509
|
+
--sys-color-border-danger: #FB4444;
|
|
3510
|
+
--sys-color-border-success: #12B553;
|
|
3485
3511
|
--sys-color-disabled-bg: #E1E1E1;
|
|
3486
3512
|
--sys-color-disabled-text: #888888;
|
|
3487
3513
|
--sys-color-disabled-icon: #BBBBBB;
|
|
3488
3514
|
--sys-color-disabled-border: #CCCCCC;
|
|
3489
3515
|
--sys-color-link-accent: #006AC1;
|
|
3490
3516
|
--sys-color-divider-default: #E1E1E1;
|
|
3491
|
-
--sys-color-
|
|
3492
|
-
--sys-color-
|
|
3493
|
-
--sys-color-border-accentLight: #93C4FF;
|
|
3494
|
-
--sys-color-border-danger: #FB4444;
|
|
3495
|
-
--sys-color-border-success: #12B553;
|
|
3517
|
+
--sys-color-lightblue-strong: #64ABFF;
|
|
3518
|
+
--sys-color-lightblue-subtle: #EFF6FF;
|
|
3496
3519
|
--sys-color-blue-strong: #0075FF;
|
|
3497
3520
|
--sys-color-blue-subtle: #E6F1FF;
|
|
3498
3521
|
--sys-color-darkblue-strong: #006AC1;
|
|
@@ -3597,6 +3620,8 @@
|
|
|
3597
3620
|
--cmp-ghostButton-inverse-disabled: #E1E1E1;
|
|
3598
3621
|
--cmp-ghostButton-inverse-hover-bg: #FFFFFF;
|
|
3599
3622
|
--cmp-ghostButton-group-gap: 4px;
|
|
3623
|
+
--cmp-ghostButton-subAction-content: #5CB0F3;
|
|
3624
|
+
--cmp-ghostButton-subAction-hover-bg: #5CB0F3;
|
|
3600
3625
|
--cmp-textLink-sm-gap: 4px;
|
|
3601
3626
|
--cmp-textLink-sm-icon: 16px;
|
|
3602
3627
|
--cmp-textLink-md-gap: 8px;
|
|
@@ -3695,24 +3720,24 @@
|
|
|
3695
3720
|
--cmp-radioButton-content-select: #0075FF;
|
|
3696
3721
|
--cmp-radioButton-content-disabled: #888888;
|
|
3697
3722
|
--cmp-radioButton-group-gap: -1px;
|
|
3698
|
-
--cmp-
|
|
3699
|
-
--cmp-
|
|
3700
|
-
--cmp-
|
|
3701
|
-
--cmp-
|
|
3702
|
-
--cmp-
|
|
3703
|
-
--cmp-
|
|
3704
|
-
--cmp-
|
|
3705
|
-
--cmp-
|
|
3706
|
-
--cmp-
|
|
3707
|
-
--cmp-
|
|
3708
|
-
--cmp-
|
|
3709
|
-
--cmp-
|
|
3710
|
-
--cmp-
|
|
3711
|
-
--cmp-
|
|
3712
|
-
--cmp-
|
|
3713
|
-
--cmp-
|
|
3714
|
-
--cmp-
|
|
3715
|
-
--cmp-
|
|
3723
|
+
--cmp-listBoxItem-paddingY: 4px;
|
|
3724
|
+
--cmp-listBoxItem-paddingRight: 12px;
|
|
3725
|
+
--cmp-listBoxItem-gap: 8px;
|
|
3726
|
+
--cmp-listBoxItem-paddingLeft-depth1: 12px;
|
|
3727
|
+
--cmp-listBoxItem-paddingLeft-depth2: 20px;
|
|
3728
|
+
--cmp-listBoxItem-paddingLeft-depth3: 28px;
|
|
3729
|
+
--cmp-listBoxItem-bg-default: #FFFFFF;
|
|
3730
|
+
--cmp-listBoxItem-bg-hover: #0075FF;
|
|
3731
|
+
--cmp-listBoxItem-content-default: #222222;
|
|
3732
|
+
--cmp-listBoxItem-content-hover: #FFFFFF;
|
|
3733
|
+
--cmp-listBoxItem-content-disabled: #888888;
|
|
3734
|
+
--cmp-listBoxItem-content-selected: #0075FF;
|
|
3735
|
+
--cmp-listBoxItem-depth1-bg-default: #EFF6FF;
|
|
3736
|
+
--cmp-listBoxItem-depth1-bg-disabled: #EEEEEE;
|
|
3737
|
+
--cmp-listBoxItem-depth1-border-color: #E1E1E1;
|
|
3738
|
+
--cmp-listBoxItem-depth1-border-width: 1px;
|
|
3739
|
+
--cmp-listBoxItem-depth2-middle-bg: #F6F6F6;
|
|
3740
|
+
--cmp-listBoxItem-count-color: #888888;
|
|
3716
3741
|
--cmp-listBox-radius: 4px;
|
|
3717
3742
|
--cmp-listBox-bg: #FFFFFF;
|
|
3718
3743
|
--cmp-listBox-chip-paddingXY: 8px;
|
|
@@ -3755,6 +3780,7 @@
|
|
|
3755
3780
|
--cmp-field-hint-color: #555555;
|
|
3756
3781
|
--cmp-field-errorMessage-color: #E30000;
|
|
3757
3782
|
--cmp-field-contents-gap: 4px;
|
|
3783
|
+
--cmp-field-message-paddingX: 8px;
|
|
3758
3784
|
--cmp-textinput-sm-height: 28px;
|
|
3759
3785
|
--cmp-textinput-sm-paddingX: 12px;
|
|
3760
3786
|
--cmp-textinput-sm-paddingY: 4px;
|
|
@@ -3943,7 +3969,7 @@
|
|
|
3943
3969
|
--cmp-timepicker-selector-section-paddingY: 12px;
|
|
3944
3970
|
--cmp-timepicker-selector-time-gap: 4px;
|
|
3945
3971
|
--cmp-timepicker-selector-time-column-gap: 8px;
|
|
3946
|
-
--cmp-timepicker-selector-input-width: 40px;
|
|
3972
|
+
--cmp-timepicker-selector-time-input-width: 40px;
|
|
3947
3973
|
--cmp-timepicker-selector-colon-size: 16px;
|
|
3948
3974
|
--cmp-timepicker-selector-range-paddingXY: 24px;
|
|
3949
3975
|
--cmp-timepicker-selector-range-panelGap: 24px;
|
|
@@ -3988,6 +4014,7 @@
|
|
|
3988
4014
|
--cmp-badge-orange: #FF6B00;
|
|
3989
4015
|
--cmp-badge-yellow: #FFC700;
|
|
3990
4016
|
--cmp-badge-green: #00973C;
|
|
4017
|
+
--cmp-badge-lightblue: #64ABFF;
|
|
3991
4018
|
--cmp-badge-blue: #0075FF;
|
|
3992
4019
|
--cmp-badge-darkblue: #006AC1;
|
|
3993
4020
|
--cmp-badge-indigo: #004290;
|
|
@@ -4006,6 +4033,21 @@
|
|
|
4006
4033
|
--cmp-tooltip-warning-content: #FF6B00;
|
|
4007
4034
|
--cmp-tooltip-accent-bg: #E6F1FF;
|
|
4008
4035
|
--cmp-tooltip-accent-content: #0075FF;
|
|
4036
|
+
--cmp-tooltip-trigger-xxs-size: 16px;
|
|
4037
|
+
--cmp-tooltip-trigger-xxs-icon: 12px;
|
|
4038
|
+
--cmp-tooltip-trigger-xs-size: 24px;
|
|
4039
|
+
--cmp-tooltip-trigger-xs-icon: 16px;
|
|
4040
|
+
--cmp-tooltip-trigger-sm-size: 28px;
|
|
4041
|
+
--cmp-tooltip-trigger-sm-icon: 20px;
|
|
4042
|
+
--cmp-tooltip-trigger-md-size: 36px;
|
|
4043
|
+
--cmp-tooltip-trigger-md-icon: 24px;
|
|
4044
|
+
--cmp-tooltip-trigger-lg-size: 62px;
|
|
4045
|
+
--cmp-tooltip-trigger-lg-icon: 32px;
|
|
4046
|
+
--cmp-tooltip-trigger-radius-sm: 4px;
|
|
4047
|
+
--cmp-tooltip-trigger-radius-md: 6px;
|
|
4048
|
+
--cmp-tooltip-trigger-hover-opacity: 5%;
|
|
4049
|
+
--cmp-tooltip-trigger-hover-bg: #00973C;
|
|
4050
|
+
--cmp-tooltip-trigger-content: #00973C;
|
|
4009
4051
|
--cmp-popover-radius: 6px;
|
|
4010
4052
|
--cmp-popover-paddingX: 20px;
|
|
4011
4053
|
--cmp-popover-paddingY: 16px;
|
|
@@ -4195,7 +4237,7 @@
|
|
|
4195
4237
|
--cmp-stepper-sequence-border-active: #93C4FF;
|
|
4196
4238
|
--cmp-stepper-sequence-border-default: #E1E1E1;
|
|
4197
4239
|
--cmp-stepper-sequence-border-completed: #CCCCCC;
|
|
4198
|
-
--cmp-stepper-sequence-border-
|
|
4240
|
+
--cmp-stepper-sequence-border-width: 1px;
|
|
4199
4241
|
--cmp-stepper-sequence-icon: 12px;
|
|
4200
4242
|
--cmp-stepper-sequence-bg-active: #D9EAFF;
|
|
4201
4243
|
--cmp-stepper-sequence-bg-default: #FFFFFF;
|
|
@@ -4276,19 +4318,79 @@
|
|
|
4276
4318
|
--cmp-gnb-rail-item-radius: 8px;
|
|
4277
4319
|
--cmp-gnb-rail-item-icon: 24px;
|
|
4278
4320
|
--cmp-gnb-rail-item-width: 44px;
|
|
4279
|
-
--cmp-
|
|
4280
|
-
--cmp-
|
|
4281
|
-
--cmp-
|
|
4282
|
-
--cmp-
|
|
4283
|
-
--cmp-
|
|
4284
|
-
--cmp-
|
|
4285
|
-
--cmp-
|
|
4286
|
-
--cmp-
|
|
4287
|
-
--cmp-
|
|
4288
|
-
--cmp-
|
|
4289
|
-
--cmp-
|
|
4290
|
-
--cmp-
|
|
4291
|
-
--cmp-
|
|
4321
|
+
--cmp-listItem-paddingX: 16px;
|
|
4322
|
+
--cmp-listItem-paddingY-normal: 8px;
|
|
4323
|
+
--cmp-listItem-paddingY-dense: 4px;
|
|
4324
|
+
--cmp-listItem-gap: 12px;
|
|
4325
|
+
--cmp-listItem-radius-bordered: 8px;
|
|
4326
|
+
--cmp-listItem-bg-default: #FFFFFF;
|
|
4327
|
+
--cmp-listItem-bg-hover: #F6F6F6;
|
|
4328
|
+
--cmp-listItem-bg-selected: #EFF6FF;
|
|
4329
|
+
--cmp-listItem-bordered-border-selected: #93C4FF;
|
|
4330
|
+
--cmp-listItem-bordered-border-hover: #AAAAAA;
|
|
4331
|
+
--cmp-listItem-border-default: #E1E1E1;
|
|
4332
|
+
--cmp-listItem-border-width-default: 1px;
|
|
4333
|
+
--cmp-listItem-text-default: #222222;
|
|
4334
|
+
--cmp-listItem-text-selected: #0075FF;
|
|
4335
|
+
--cmp-listItem-accentStripe-width: 2px;
|
|
4336
|
+
--cmp-listItem-accentStripe-color: #64ABFF;
|
|
4337
|
+
--cmp-listExpansionItem-title-paddingX: 16px;
|
|
4338
|
+
--cmp-listExpansionItem-title-paddingY-normal: 8px;
|
|
4339
|
+
--cmp-listExpansionItem-title-paddingY-dense: 4px;
|
|
4340
|
+
--cmp-listExpansionItem-title-gap: 12px;
|
|
4341
|
+
--cmp-listExpansionItem-title-icon: 12px;
|
|
4342
|
+
--cmp-listExpansionItem-title-border: #E1E1E1;
|
|
4343
|
+
--cmp-listExpansionItem-title-bg-default: #FFFFFF;
|
|
4344
|
+
--cmp-listExpansionItem-title-bg-hover: #F9F9F9;
|
|
4345
|
+
--cmp-listExpansionItem-title-bg-expanded: #EFF6FF;
|
|
4346
|
+
--cmp-listExpansionItem-title-text-default: #222222;
|
|
4347
|
+
--cmp-listExpansionItem-title-text-expanded: #005CC9;
|
|
4348
|
+
--cmp-listExpansionItem-body-bg: #FFFFFF;
|
|
4349
|
+
--cmp-listExpansionItem-body-padding: 16px;
|
|
4350
|
+
--cmp-listExpansionItem-border-default: #E1E1E1;
|
|
4351
|
+
--cmp-listExpansionItem-border-hover: #AAAAAA;
|
|
4352
|
+
--cmp-listExpansionItem-border-expanded: #93C4FF;
|
|
4353
|
+
--cmp-listExpansionItem-bordered-radius: 8px;
|
|
4354
|
+
--cmp-listExpansionItem-accentStripe-width: 2px;
|
|
4355
|
+
--cmp-listExpansionItem-accentStripe-color: #64ABFF;
|
|
4356
|
+
--cmp-listDraggableItem-paddingX: 16px;
|
|
4357
|
+
--cmp-listDraggableItem-paddingY-normal: 8px;
|
|
4358
|
+
--cmp-listDraggableItem-paddingY-dense: 4px;
|
|
4359
|
+
--cmp-listDraggableItem-gap: 12px;
|
|
4360
|
+
--cmp-listDraggableItem-radius-bordered: 8px;
|
|
4361
|
+
--cmp-listDraggableItem-bg-default: #FFFFFF;
|
|
4362
|
+
--cmp-listDraggableItem-bg-hover: #F6F6F6;
|
|
4363
|
+
--cmp-listDraggableItem-bg-selected: #EFF6FF;
|
|
4364
|
+
--cmp-listDraggableItem-bordered-bg-selected: #EFF6FF;
|
|
4365
|
+
--cmp-listDraggableItem-bordered-border-selected: #93C4FF;
|
|
4366
|
+
--cmp-listDraggableItem-bordered-border-hover: #AAAAAA;
|
|
4367
|
+
--cmp-listDraggableItem-bordered-dragging-bg: #EFF6FF;
|
|
4368
|
+
--cmp-listDraggableItem-bordered-dragging-border-color: #2D8DFF;
|
|
4369
|
+
--cmp-listDraggableItem-bordered-dragging-border-width: 2px;
|
|
4370
|
+
--cmp-listDraggableItem-border-default: #E1E1E1;
|
|
4371
|
+
--cmp-listDraggableItem-border-width-default: 1px;
|
|
4372
|
+
--cmp-listDraggableItem-text-default: #222222;
|
|
4373
|
+
--cmp-listDraggableItem-text-selected: #0075FF;
|
|
4374
|
+
--cmp-listDraggableItem-accentStripe-width: 2px;
|
|
4375
|
+
--cmp-listDraggableItem-accentStripe-color: #64ABFF;
|
|
4376
|
+
--cmp-listDraggableItem-dragging-content-opacity: 60%;
|
|
4377
|
+
--cmp-page-padding: 20px;
|
|
4378
|
+
--cmp-sectionHeaderCard-radius: 8px;
|
|
4379
|
+
--cmp-sectionHeaderCard-border: #E1E1E1;
|
|
4380
|
+
--cmp-sectionHeaderCard-topBorder-thickness: 2px;
|
|
4381
|
+
--cmp-sectionHeaderCard-topBorder-color-accent: #005CC9;
|
|
4382
|
+
--cmp-sectionHeaderCard-topBorder-color-default: #AAAAAA;
|
|
4383
|
+
--cmp-sectionHeaderCard-header-bg: #FFFFFF;
|
|
4384
|
+
--cmp-sectionHeaderCard-header-border: #E1E1E1;
|
|
4385
|
+
--cmp-sectionHeaderCard-header-minHeight: 40px;
|
|
4386
|
+
--cmp-sectionHeaderCard-header-paddingX: 16px;
|
|
4387
|
+
--cmp-sectionHeaderCard-header-paddingY: 4px;
|
|
4388
|
+
--cmp-sectionHeaderCard-header-gap: 8px;
|
|
4389
|
+
--cmp-sectionHeaderCard-title-gap: 4px;
|
|
4390
|
+
--cmp-sectionHeaderCard-title-color: #005CC9;
|
|
4391
|
+
--cmp-sectionHeaderCard-required-icon: 16px;
|
|
4392
|
+
--cmp-sectionHeaderCard-subtitle-color: #555555;
|
|
4393
|
+
--cmp-sectionHeaderCard-body-bg: #FFFFFF;
|
|
4292
4394
|
}
|
|
4293
4395
|
@layer base {
|
|
4294
4396
|
*::-webkit-scrollbar {
|
|
@@ -4313,6 +4415,90 @@
|
|
|
4313
4415
|
}
|
|
4314
4416
|
}
|
|
4315
4417
|
@layer components {
|
|
4418
|
+
.typo-heading-sm {
|
|
4419
|
+
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;
|
|
4420
|
+
font-size: 14px;
|
|
4421
|
+
font-weight: 700;
|
|
4422
|
+
line-height: 24px;
|
|
4423
|
+
}
|
|
4424
|
+
.typo-heading-xs {
|
|
4425
|
+
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;
|
|
4426
|
+
font-size: 12px;
|
|
4427
|
+
font-weight: 700;
|
|
4428
|
+
line-height: 20px;
|
|
4429
|
+
}
|
|
4430
|
+
.typo-heading-md {
|
|
4431
|
+
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;
|
|
4432
|
+
font-size: 16px;
|
|
4433
|
+
font-weight: 700;
|
|
4434
|
+
line-height: 26px;
|
|
4435
|
+
}
|
|
4436
|
+
.typo-heading-lg {
|
|
4437
|
+
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;
|
|
4438
|
+
font-size: 18px;
|
|
4439
|
+
font-weight: 700;
|
|
4440
|
+
line-height: 30px;
|
|
4441
|
+
}
|
|
4442
|
+
.typo-body-xs-default {
|
|
4443
|
+
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;
|
|
4444
|
+
font-size: 11px;
|
|
4445
|
+
font-weight: 400;
|
|
4446
|
+
line-height: 18px;
|
|
4447
|
+
}
|
|
4448
|
+
.typo-body-sm-default {
|
|
4449
|
+
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;
|
|
4450
|
+
font-size: 12px;
|
|
4451
|
+
font-weight: 400;
|
|
4452
|
+
line-height: 20px;
|
|
4453
|
+
}
|
|
4454
|
+
.typo-body-sm-medium {
|
|
4455
|
+
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;
|
|
4456
|
+
font-size: 12px;
|
|
4457
|
+
font-weight: 500;
|
|
4458
|
+
line-height: 20px;
|
|
4459
|
+
}
|
|
4460
|
+
.typo-body-sm-bold {
|
|
4461
|
+
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;
|
|
4462
|
+
font-size: 12px;
|
|
4463
|
+
font-weight: 700;
|
|
4464
|
+
line-height: 20px;
|
|
4465
|
+
}
|
|
4466
|
+
.typo-body-md-default {
|
|
4467
|
+
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;
|
|
4468
|
+
font-size: 14px;
|
|
4469
|
+
font-weight: 400;
|
|
4470
|
+
line-height: 24px;
|
|
4471
|
+
}
|
|
4472
|
+
.typo-body-md-medium {
|
|
4473
|
+
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;
|
|
4474
|
+
font-size: 14px;
|
|
4475
|
+
font-weight: 500;
|
|
4476
|
+
line-height: 24px;
|
|
4477
|
+
}
|
|
4478
|
+
.typo-body-md-bold {
|
|
4479
|
+
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;
|
|
4480
|
+
font-size: 14px;
|
|
4481
|
+
font-weight: 700;
|
|
4482
|
+
line-height: 24px;
|
|
4483
|
+
}
|
|
4484
|
+
.typo-body-lg-default {
|
|
4485
|
+
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;
|
|
4486
|
+
font-size: 16px;
|
|
4487
|
+
font-weight: 400;
|
|
4488
|
+
line-height: 26px;
|
|
4489
|
+
}
|
|
4490
|
+
.typo-body-lg-medium {
|
|
4491
|
+
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;
|
|
4492
|
+
font-size: 16px;
|
|
4493
|
+
font-weight: 500;
|
|
4494
|
+
line-height: 26px;
|
|
4495
|
+
}
|
|
4496
|
+
.typo-body-lg-bold {
|
|
4497
|
+
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;
|
|
4498
|
+
font-size: 16px;
|
|
4499
|
+
font-weight: 700;
|
|
4500
|
+
line-height: 26px;
|
|
4501
|
+
}
|
|
4316
4502
|
.typo-control-xs-default {
|
|
4317
4503
|
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;
|
|
4318
4504
|
font-size: 12px;
|
|
@@ -4420,24 +4606,6 @@
|
|
|
4420
4606
|
line-height: 24px;
|
|
4421
4607
|
text-decoration: underline;
|
|
4422
4608
|
}
|
|
4423
|
-
.typo-heading-sm {
|
|
4424
|
-
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;
|
|
4425
|
-
font-size: 14px;
|
|
4426
|
-
font-weight: 700;
|
|
4427
|
-
line-height: 24px;
|
|
4428
|
-
}
|
|
4429
|
-
.typo-heading-md {
|
|
4430
|
-
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;
|
|
4431
|
-
font-size: 16px;
|
|
4432
|
-
font-weight: 700;
|
|
4433
|
-
line-height: 26px;
|
|
4434
|
-
}
|
|
4435
|
-
.typo-heading-lg {
|
|
4436
|
-
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;
|
|
4437
|
-
font-size: 18px;
|
|
4438
|
-
font-weight: 700;
|
|
4439
|
-
line-height: 30px;
|
|
4440
|
-
}
|
|
4441
4609
|
.typo-field-xs-default {
|
|
4442
4610
|
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;
|
|
4443
4611
|
font-size: 11px;
|
|
@@ -4564,66 +4732,6 @@
|
|
|
4564
4732
|
font-weight: 700;
|
|
4565
4733
|
line-height: 20px;
|
|
4566
4734
|
}
|
|
4567
|
-
.typo-body-xs-default {
|
|
4568
|
-
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;
|
|
4569
|
-
font-size: 11px;
|
|
4570
|
-
font-weight: 400;
|
|
4571
|
-
line-height: 18px;
|
|
4572
|
-
}
|
|
4573
|
-
.typo-body-sm-default {
|
|
4574
|
-
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;
|
|
4575
|
-
font-size: 12px;
|
|
4576
|
-
font-weight: 400;
|
|
4577
|
-
line-height: 20px;
|
|
4578
|
-
}
|
|
4579
|
-
.typo-body-sm-medium {
|
|
4580
|
-
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;
|
|
4581
|
-
font-size: 12px;
|
|
4582
|
-
font-weight: 500;
|
|
4583
|
-
line-height: 20px;
|
|
4584
|
-
}
|
|
4585
|
-
.typo-body-sm-bold {
|
|
4586
|
-
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;
|
|
4587
|
-
font-size: 12px;
|
|
4588
|
-
font-weight: 700;
|
|
4589
|
-
line-height: 20px;
|
|
4590
|
-
}
|
|
4591
|
-
.typo-body-md-default {
|
|
4592
|
-
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;
|
|
4593
|
-
font-size: 14px;
|
|
4594
|
-
font-weight: 400;
|
|
4595
|
-
line-height: 24px;
|
|
4596
|
-
}
|
|
4597
|
-
.typo-body-md-medium {
|
|
4598
|
-
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;
|
|
4599
|
-
font-size: 14px;
|
|
4600
|
-
font-weight: 500;
|
|
4601
|
-
line-height: 24px;
|
|
4602
|
-
}
|
|
4603
|
-
.typo-body-md-bold {
|
|
4604
|
-
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;
|
|
4605
|
-
font-size: 14px;
|
|
4606
|
-
font-weight: 700;
|
|
4607
|
-
line-height: 24px;
|
|
4608
|
-
}
|
|
4609
|
-
.typo-body-lg-default {
|
|
4610
|
-
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;
|
|
4611
|
-
font-size: 16px;
|
|
4612
|
-
font-weight: 400;
|
|
4613
|
-
line-height: 26px;
|
|
4614
|
-
}
|
|
4615
|
-
.typo-body-lg-medium {
|
|
4616
|
-
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;
|
|
4617
|
-
font-size: 16px;
|
|
4618
|
-
font-weight: 500;
|
|
4619
|
-
line-height: 26px;
|
|
4620
|
-
}
|
|
4621
|
-
.typo-body-lg-bold {
|
|
4622
|
-
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;
|
|
4623
|
-
font-size: 16px;
|
|
4624
|
-
font-weight: 700;
|
|
4625
|
-
line-height: 26px;
|
|
4626
|
-
}
|
|
4627
4735
|
}
|
|
4628
4736
|
@keyframes linear-indeterminate {
|
|
4629
4737
|
0% {
|