@salt-ds/lab 0.0.0-snapshot-20231115150330 → 0.0.0-snapshot-20231130112152
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/css/salt-lab.css +130 -99
- package/dist-cjs/app-header/AppHeader.css.js +1 -1
- package/dist-cjs/calendar/internal/CalendarDay.css.js +1 -1
- package/dist-cjs/calendar/internal/CalendarWeekHeader.css.js +1 -1
- package/dist-cjs/color-chooser/ColorPicker.css.js +1 -1
- package/dist-cjs/color-chooser/HexInput.css.js +1 -1
- package/dist-cjs/color-chooser/RGBAInput.css.js +1 -1
- package/dist-cjs/color-chooser/Swatches.css.js +1 -1
- package/dist-cjs/combo-box/useCombobox.js +24 -10
- package/dist-cjs/combo-box/useCombobox.js.map +1 -1
- package/dist-cjs/contact-details/ContactDetails.css.js +1 -1
- package/dist-cjs/content-status/ContentStatus.css.js +1 -1
- package/dist-cjs/dialog/Dialog.css.js +1 -1
- package/dist-cjs/dialog/DialogContent.css.js +1 -1
- package/dist-cjs/dropdown-next/DropdownNext.css.js +1 -1
- package/dist-cjs/file-drop-zone/FileDropZone.css.js +1 -1
- package/dist-cjs/form-field-legacy/FormFieldLegacy.css.js +1 -1
- package/dist-cjs/form-field-legacy/FormHelperText.css.js +1 -1
- package/dist-cjs/form-field-legacy/FormLabel.css.js +1 -1
- package/dist-cjs/formatted-input/FormattedInput.css.js +1 -1
- package/dist-cjs/input-legacy/InputLegacy.css.js +1 -1
- package/dist-cjs/list/List.css.js +1 -1
- package/dist-cjs/list/ListItem.css.js +1 -1
- package/dist-cjs/list-next/ListItemNext.css.js +1 -1
- package/dist-cjs/list-next/ListNext.css.js +1 -1
- package/dist-cjs/logo/Logo.css.js +1 -1
- package/dist-cjs/metric/Metric.css.js +1 -1
- package/dist-cjs/metric/MetricHeader.css.js +1 -1
- package/dist-cjs/navigation-item/NavigationItem.css.js +1 -1
- package/dist-cjs/overlay/Overlay.css.js +1 -1
- package/dist-cjs/pagination/Pagination.css.js +1 -1
- package/dist-cjs/pill/Pill.css.js +1 -1
- package/dist-cjs/pill/internal/PillCheckbox.css.js +1 -1
- package/dist-cjs/pill-next/PillNext.css.js +1 -1
- package/dist-cjs/pill-next/PillNext.js +5 -10
- package/dist-cjs/pill-next/PillNext.js.map +1 -1
- package/dist-cjs/progress/CircularProgress/CircularProgress.css.js +1 -1
- package/dist-cjs/progress/LinearProgress/LinearProgress.css.js +1 -1
- package/dist-cjs/query-input/QueryInput.css.js +1 -1
- package/dist-cjs/skip-link/SkipLink.css.js +1 -1
- package/dist-cjs/slider/Slider.css.js +1 -1
- package/dist-cjs/stepped-tracker/TrackerConnector/TrackerConnector.css.js +1 -1
- package/dist-cjs/stepped-tracker/TrackerStep/TrackerStep.css.js +1 -1
- package/dist-cjs/tabs/Tab.css.js +1 -1
- package/dist-cjs/tabs/Tabstrip.css.js +1 -1
- package/dist-cjs/tabs-next/TabNext.css.js +1 -1
- package/dist-cjs/tabs-next/TabstripNext.css.js +1 -1
- package/dist-cjs/toolbar/Toolbar.css.js +1 -1
- package/dist-cjs/toolbar/overflow-panel/OverflowPanel.css.js +1 -1
- package/dist-cjs/tree/TreeNode.css.js +1 -1
- package/dist-es/app-header/AppHeader.css.js +1 -1
- package/dist-es/calendar/internal/CalendarDay.css.js +1 -1
- package/dist-es/calendar/internal/CalendarWeekHeader.css.js +1 -1
- package/dist-es/color-chooser/ColorPicker.css.js +1 -1
- package/dist-es/color-chooser/HexInput.css.js +1 -1
- package/dist-es/color-chooser/RGBAInput.css.js +1 -1
- package/dist-es/color-chooser/Swatches.css.js +1 -1
- package/dist-es/combo-box/useCombobox.js +24 -10
- package/dist-es/combo-box/useCombobox.js.map +1 -1
- package/dist-es/contact-details/ContactDetails.css.js +1 -1
- package/dist-es/content-status/ContentStatus.css.js +1 -1
- package/dist-es/dialog/Dialog.css.js +1 -1
- package/dist-es/dialog/DialogContent.css.js +1 -1
- package/dist-es/dropdown-next/DropdownNext.css.js +1 -1
- package/dist-es/file-drop-zone/FileDropZone.css.js +1 -1
- package/dist-es/form-field-legacy/FormFieldLegacy.css.js +1 -1
- package/dist-es/form-field-legacy/FormHelperText.css.js +1 -1
- package/dist-es/form-field-legacy/FormLabel.css.js +1 -1
- package/dist-es/formatted-input/FormattedInput.css.js +1 -1
- package/dist-es/input-legacy/InputLegacy.css.js +1 -1
- package/dist-es/list/List.css.js +1 -1
- package/dist-es/list/ListItem.css.js +1 -1
- package/dist-es/list-next/ListItemNext.css.js +1 -1
- package/dist-es/list-next/ListNext.css.js +1 -1
- package/dist-es/logo/Logo.css.js +1 -1
- package/dist-es/metric/Metric.css.js +1 -1
- package/dist-es/metric/MetricHeader.css.js +1 -1
- package/dist-es/navigation-item/NavigationItem.css.js +1 -1
- package/dist-es/overlay/Overlay.css.js +1 -1
- package/dist-es/pagination/Pagination.css.js +1 -1
- package/dist-es/pill/Pill.css.js +1 -1
- package/dist-es/pill/internal/PillCheckbox.css.js +1 -1
- package/dist-es/pill-next/PillNext.css.js +1 -1
- package/dist-es/pill-next/PillNext.js +5 -10
- package/dist-es/pill-next/PillNext.js.map +1 -1
- package/dist-es/progress/CircularProgress/CircularProgress.css.js +1 -1
- package/dist-es/progress/LinearProgress/LinearProgress.css.js +1 -1
- package/dist-es/query-input/QueryInput.css.js +1 -1
- package/dist-es/skip-link/SkipLink.css.js +1 -1
- package/dist-es/slider/Slider.css.js +1 -1
- package/dist-es/stepped-tracker/TrackerConnector/TrackerConnector.css.js +1 -1
- package/dist-es/stepped-tracker/TrackerStep/TrackerStep.css.js +1 -1
- package/dist-es/tabs/Tab.css.js +1 -1
- package/dist-es/tabs/Tabstrip.css.js +1 -1
- package/dist-es/tabs-next/TabNext.css.js +1 -1
- package/dist-es/tabs-next/TabstripNext.css.js +1 -1
- package/dist-es/toolbar/Toolbar.css.js +1 -1
- package/dist-es/toolbar/overflow-panel/OverflowPanel.css.js +1 -1
- package/dist-es/tree/TreeNode.css.js +1 -1
- package/package.json +4 -4
package/css/salt-lab.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
.saltAppHeader {
|
|
11
11
|
--appHeader-background: var(--salt-container-primary-background);
|
|
12
12
|
--appHeader-separable-bar: var(--salt-separable-secondary-borderColor);
|
|
13
|
-
--appHeader-shadow: var(--saltAppHeader-shadow, var(--salt-overlayable-shadow-
|
|
13
|
+
--appHeader-shadow: var(--saltAppHeader-shadow, var(--salt-overlayable-shadow-region));
|
|
14
14
|
--appHeader-padding: var(--salt-size-container-spacing);
|
|
15
15
|
--appHeader-paddingLeft: 8px;
|
|
16
16
|
--appHeader-paddingRight: var(--appHeader-padding);
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
.saltColorChooserPicker-textDivOverrides {
|
|
337
337
|
font-size: var(--salt-text-label-fontSize);
|
|
338
338
|
font-weight: var(--salt-text-fontWeight-strong);
|
|
339
|
-
color: var(--salt-
|
|
339
|
+
color: var(--salt-content-primary-foreground);
|
|
340
340
|
padding: 0px !important;
|
|
341
341
|
}
|
|
342
342
|
.saltColorChooserPicker-inputDivs {
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
/* src/color-chooser/DictTabs.css */
|
|
395
395
|
.salt-theme[data-mode=light] .saltColorChooserDictTabs-text {
|
|
396
396
|
background-color: transparent;
|
|
397
|
-
color: var(--salt-
|
|
397
|
+
color: var(--salt-content-primary-foreground) !important;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
/* src/color-chooser/HexInput.css */
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
margin-top: 5px;
|
|
408
408
|
font-size: var(--salt-text-label-fontSize);
|
|
409
409
|
padding-right: 6px;
|
|
410
|
-
color: var(--salt-
|
|
410
|
+
color: var(--salt-content-secondary-foreground);
|
|
411
411
|
padding-left: 6px;
|
|
412
412
|
}
|
|
413
413
|
.saltColorChooserHexInput-input {
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
.saltColorChooser-rgbaText {
|
|
431
431
|
margin-top: 5px;
|
|
432
432
|
font-size: var(--salt-text-label-fontSize);
|
|
433
|
-
color: var(--salt-
|
|
433
|
+
color: var(--salt-content-secondary-foreground);
|
|
434
434
|
padding-top: 4px;
|
|
435
435
|
padding-right: 6px;
|
|
436
436
|
padding-left: 6px;
|
|
@@ -443,8 +443,8 @@
|
|
|
443
443
|
.saltColorChooser-overrideInput {
|
|
444
444
|
min-width: 0em;
|
|
445
445
|
background: transparent !important;
|
|
446
|
-
color: var(--salt-
|
|
447
|
-
border-bottom: 1px solid var(--salt-
|
|
446
|
+
color: var(--salt-content-primary-foreground);
|
|
447
|
+
border-bottom: 1px solid var(--salt-content-primary-foreground);
|
|
448
448
|
}
|
|
449
449
|
.saltColorChooser-alphaSpacerDiv {
|
|
450
450
|
height: 24px;
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
.saltColorChooser-textDivOverrides {
|
|
453
453
|
font-size: var(--salt-text-label-fontSize);
|
|
454
454
|
font-weight: var(--salt-text-fontWeight-strong);
|
|
455
|
-
color: var(--salt-
|
|
455
|
+
color: var(--salt-content-primary-foreground);
|
|
456
456
|
padding: 0px !important;
|
|
457
457
|
}
|
|
458
458
|
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
.saltColorChooserSwatches-colorNameTextDiv,
|
|
538
538
|
.saltColorChooserSwatches-colorTextDiv,
|
|
539
539
|
.saltColorChooserSwatches-alphaTextDiv {
|
|
540
|
-
color: var(--salt-
|
|
540
|
+
color: var(--salt-content-secondary-foreground);
|
|
541
541
|
}
|
|
542
542
|
.saltColorChooserSwatches-colorTextDiv {
|
|
543
543
|
font-size: var(--salt-text-fontSize);
|
|
@@ -616,8 +616,8 @@
|
|
|
616
616
|
--contactDetails-icon-size: 12px;
|
|
617
617
|
}
|
|
618
618
|
.saltContactDetails {
|
|
619
|
-
--contactDetails-color: var(--salt-
|
|
620
|
-
--contactDetails-label-color: var(--salt-
|
|
619
|
+
--contactDetails-color: var(--salt-content-primary-foreground);
|
|
620
|
+
--contactDetails-label-color: var(--salt-content-secondary-foreground);
|
|
621
621
|
--contactDetails-noAvatar-color: var(--salt-accent-background);
|
|
622
622
|
--contactDetails-noAvatar-indicator-width: 4px;
|
|
623
623
|
--contactDetails-favoriteToggle-fill: var(--contactDetails-deselected-icon-color);
|
|
@@ -810,12 +810,16 @@
|
|
|
810
810
|
gap: var(--salt-size-unit);
|
|
811
811
|
}
|
|
812
812
|
.saltContentStatus-content {
|
|
813
|
-
color: var(--saltContentStatus-content-color, var(--salt-
|
|
813
|
+
color: var(--saltContentStatus-content-color, var(--salt-content-primary-foreground));
|
|
814
814
|
display: flex;
|
|
815
815
|
flex-direction: column;
|
|
816
816
|
gap: var(--salt-size-unit);
|
|
817
|
+
font-size: var(--salt-text-fontSize);
|
|
818
|
+
line-height: var(--salt-text-lineHeight);
|
|
819
|
+
font-family: var(--salt-text-fontFamily);
|
|
820
|
+
font-weight: var(--salt-text-fontWeight);
|
|
817
821
|
}
|
|
818
|
-
.saltContentStatus-title {
|
|
822
|
+
.saltContentStatus-title.saltText {
|
|
819
823
|
font-weight: var(--salt-text-display1-fontWeight);
|
|
820
824
|
}
|
|
821
825
|
.saltContentStatus-message {
|
|
@@ -875,6 +879,10 @@
|
|
|
875
879
|
box-shadow: var(--salt-overlayable-shadow-modal);
|
|
876
880
|
z-index: calc(var(--salt-zIndex-appHeader) - 1);
|
|
877
881
|
overflow-y: auto;
|
|
882
|
+
font-family: var(--salt-text-fontFamily);
|
|
883
|
+
font-size: var(--salt-text-fontSize);
|
|
884
|
+
font-weight: var(--salt-text-fontWeight);
|
|
885
|
+
line-height: var(--salt-text-lineHeight);
|
|
878
886
|
}
|
|
879
887
|
.salt-density-high {
|
|
880
888
|
--saltDialog-minWidth: 240px;
|
|
@@ -945,14 +953,16 @@
|
|
|
945
953
|
|
|
946
954
|
/* src/dialog/DialogContent.css */
|
|
947
955
|
.saltDialogContent {
|
|
948
|
-
color: var(--salt-
|
|
956
|
+
color: var(--salt-content-primary-foreground);
|
|
949
957
|
padding-left: var(--salt-spacing-300);
|
|
950
958
|
padding-right: var(--salt-spacing-300);
|
|
951
959
|
flex: 1 1 auto;
|
|
952
960
|
min-height: var(--salt-text-lineHeight);
|
|
961
|
+
overflow-y: auto;
|
|
962
|
+
font-family: var(--salt-text-fontFamily);
|
|
953
963
|
font-size: var(--salt-text-fontSize);
|
|
964
|
+
font-weight: var(--salt-text-fontWeight);
|
|
954
965
|
line-height: var(--salt-text-lineHeight);
|
|
955
|
-
overflow-y: auto;
|
|
956
966
|
}
|
|
957
967
|
|
|
958
968
|
/* src/dialog/DialogTitle.css */
|
|
@@ -1123,7 +1133,7 @@
|
|
|
1123
1133
|
--dropdownNext-borderWidth: var(--salt-size-border);
|
|
1124
1134
|
align-items: center;
|
|
1125
1135
|
background: var(--saltDropdownNext-background, var(--dropdownNext-background));
|
|
1126
|
-
color: var(--saltDropdownNext-color, var(--salt-
|
|
1136
|
+
color: var(--saltDropdownNext-color, var(--salt-content-primary-foreground));
|
|
1127
1137
|
display: flex;
|
|
1128
1138
|
font-family: var(--salt-text-fontFamily);
|
|
1129
1139
|
font-size: var(--saltDropdownNext-fontSize, var(--salt-text-fontSize));
|
|
@@ -1170,7 +1180,7 @@
|
|
|
1170
1180
|
--dropdownNext-borderWidth: var(--salt-size-border);
|
|
1171
1181
|
cursor: var(--salt-selectable-cursor-disabled);
|
|
1172
1182
|
background: var(--dropdownNext-background-disabled);
|
|
1173
|
-
color: var(--saltDropdownNext-color-disabled, var(--salt-
|
|
1183
|
+
color: var(--saltDropdownNext-color-disabled, var(--salt-content-primary-foreground-disabled));
|
|
1174
1184
|
outline: 0;
|
|
1175
1185
|
}
|
|
1176
1186
|
.saltDropdownNext-button.saltDropdownNext-readOnly,
|
|
@@ -1189,7 +1199,7 @@
|
|
|
1189
1199
|
.saltDropdownNext-icon.saltDropdownNext-readOnly,
|
|
1190
1200
|
.saltDropdownNext-icon.saltDropdownNext-readOnly:hover,
|
|
1191
1201
|
.saltDropdownNext-icon.saltDropdownNext-readOnly:active {
|
|
1192
|
-
color: var(--salt-
|
|
1202
|
+
color: var(--salt-content-primary-foreground-disabled);
|
|
1193
1203
|
}
|
|
1194
1204
|
.saltDropdownNext-primary {
|
|
1195
1205
|
--dropdownNext-background: var(--salt-editable-primary-background);
|
|
@@ -1246,8 +1256,8 @@
|
|
|
1246
1256
|
--fileDropZone-borderColor: var(--salt-container-secondary-borderColor);
|
|
1247
1257
|
--fileDropZone-borderWidth: var(--salt-size-border);
|
|
1248
1258
|
--fileDropZone-borderStyle: var(--salt-target-borderStyle);
|
|
1249
|
-
--fileDropZone-text-color: var(--salt-
|
|
1250
|
-
--fileDropZone-icon-color: var(--salt-
|
|
1259
|
+
--fileDropZone-text-color: var(--salt-content-primary-foreground);
|
|
1260
|
+
--fileDropZone-icon-color: var(--salt-content-primary-foreground);
|
|
1251
1261
|
--fileDropZone-padding: var(--salt-size-container-spacing);
|
|
1252
1262
|
--fileDropZone-title-fontSize: var(--salt-text-fontSize);
|
|
1253
1263
|
--fileDropZone-title-lineHeight: var(--salt-text-lineHeight);
|
|
@@ -1316,8 +1326,8 @@
|
|
|
1316
1326
|
}
|
|
1317
1327
|
.saltFileDropZone-disabled .saltFileDropZone-icon,
|
|
1318
1328
|
.saltFileDropZone-disabled .saltFileDropZone-title {
|
|
1319
|
-
--fileDropZone-text-color: var(--salt-
|
|
1320
|
-
--fileDropZone-icon-color: var(--salt-
|
|
1329
|
+
--fileDropZone-text-color: var(--salt-content-primary-foreground-disabled);
|
|
1330
|
+
--fileDropZone-icon-color: var(--salt-content-primary-foreground-disabled);
|
|
1321
1331
|
}
|
|
1322
1332
|
|
|
1323
1333
|
/* src/form-field-legacy/FormActivationIndicator.css */
|
|
@@ -1385,13 +1395,16 @@
|
|
|
1385
1395
|
.saltFormFieldLegacy {
|
|
1386
1396
|
border: 0;
|
|
1387
1397
|
display: inline-grid;
|
|
1388
|
-
font-size: var(--saltFormFieldLegacy-fontSize, var(--salt-text-fontSize));
|
|
1389
1398
|
margin: var(--saltFormFieldLegacy-margin, 0);
|
|
1390
1399
|
padding: 0;
|
|
1391
1400
|
position: relative;
|
|
1392
1401
|
min-width: 0;
|
|
1393
1402
|
vertical-align: top;
|
|
1394
1403
|
width: var(--saltFormFieldLegacy-width, auto);
|
|
1404
|
+
font-family: var(--salt-text-fontFamily);
|
|
1405
|
+
font-size: var(--saltFormFieldLegacy-fontSize, var(--salt-text-fontSize));
|
|
1406
|
+
font-weight: var(--salt-text-fontWeight);
|
|
1407
|
+
line-height: var(--salt-text-lineHeight);
|
|
1395
1408
|
}
|
|
1396
1409
|
.saltFormFieldLegacy:hover {
|
|
1397
1410
|
--formFieldLegacy-activationIndicator-color: var(--salt-editable-borderColor-hover);
|
|
@@ -1601,7 +1614,7 @@
|
|
|
1601
1614
|
}
|
|
1602
1615
|
.saltFormHelperText {
|
|
1603
1616
|
--formFieldLegacy-helperText-opacity: 1;
|
|
1604
|
-
color: var(--saltFormFieldLegacy-helperText-color, var(--salt-
|
|
1617
|
+
color: var(--saltFormFieldLegacy-helperText-color, var(--salt-content-secondary-foreground));
|
|
1605
1618
|
font-size: var(--formFieldLegacy-helperText-fontSize);
|
|
1606
1619
|
font-style: var(--saltFormFieldLegacy-helperText-fontStyle, var(--salt-editable-help-fontStyle));
|
|
1607
1620
|
letter-spacing: var(--saltFormFieldLegacy-helperText-letterSpacing, 0);
|
|
@@ -1644,7 +1657,7 @@
|
|
|
1644
1657
|
}
|
|
1645
1658
|
.saltFormLabel {
|
|
1646
1659
|
align-items: center;
|
|
1647
|
-
color: var(--saltFormFieldLegacy-label-text-color, var(--salt-
|
|
1660
|
+
color: var(--saltFormFieldLegacy-label-text-color, var(--salt-content-secondary-foreground));
|
|
1648
1661
|
display: block;
|
|
1649
1662
|
font-size: var(--formFieldLegacy-label-fontSize);
|
|
1650
1663
|
margin-bottom: var(--saltFormFieldLegacy-label-marginBottom, var(--formFieldLegacy-label-marginBottom));
|
|
@@ -1666,7 +1679,7 @@
|
|
|
1666
1679
|
z-index: 1;
|
|
1667
1680
|
}
|
|
1668
1681
|
.saltFormLabel-disabled {
|
|
1669
|
-
color: var(--saltFormFieldLegacy-label-text-color-disabled, var(--salt-
|
|
1682
|
+
color: var(--saltFormFieldLegacy-label-text-color-disabled, var(--salt-content-secondary-foreground-disabled));
|
|
1670
1683
|
cursor: var(--salt-editable-cursor-disabled);
|
|
1671
1684
|
}
|
|
1672
1685
|
.saltFormLabel-necessityIndicator {
|
|
@@ -1692,7 +1705,7 @@
|
|
|
1692
1705
|
|
|
1693
1706
|
/* src/formatted-input/FormattedInput.css */
|
|
1694
1707
|
.saltFormattedInput {
|
|
1695
|
-
--formattedInput-mask-color: var(--salt-
|
|
1708
|
+
--formattedInput-mask-color: var(--salt-content-secondary-foreground);
|
|
1696
1709
|
}
|
|
1697
1710
|
.saltFormattedInput-inputWrapper {
|
|
1698
1711
|
position: relative;
|
|
@@ -1737,7 +1750,7 @@
|
|
|
1737
1750
|
background: var(--saltInputLegacy-background, none);
|
|
1738
1751
|
border: var(--saltInputLegacy-border, none);
|
|
1739
1752
|
border-radius: var(--saltInputLegacy-borderRadius, 0);
|
|
1740
|
-
color: var(--saltInputLegacy-text-color, var(--salt-
|
|
1753
|
+
color: var(--saltInputLegacy-text-color, var(--salt-content-primary-foreground));
|
|
1741
1754
|
cursor: var(--saltInputLegacy-cursor, default);
|
|
1742
1755
|
display: inline-flex;
|
|
1743
1756
|
font-family: var(--saltInputLegacy-fontFamily, var(--salt-text-fontFamily));
|
|
@@ -1760,7 +1773,7 @@
|
|
|
1760
1773
|
outline-offset: var(--saltInputLegacy-focused-outlineOffset, var(--salt-focused-outlineOffset));
|
|
1761
1774
|
}
|
|
1762
1775
|
.saltInputLegacy-input::selection {
|
|
1763
|
-
background-color: var(--saltInputLegacy-highlight-color, var(--salt-
|
|
1776
|
+
background-color: var(--saltInputLegacy-highlight-color, var(--salt-content-foreground-highlight));
|
|
1764
1777
|
}
|
|
1765
1778
|
.saltInputLegacy-input {
|
|
1766
1779
|
background: var(--saltInputLegacy-background, none);
|
|
@@ -1780,7 +1793,7 @@
|
|
|
1780
1793
|
}
|
|
1781
1794
|
.saltInputLegacy-disabled .saltInputLegacy-input {
|
|
1782
1795
|
cursor: var(--salt-editable-cursor-disabled);
|
|
1783
|
-
color: var(--saltInputLegacy-text-color-disabled, var(--salt-
|
|
1796
|
+
color: var(--saltInputLegacy-text-color-disabled, var(--salt-content-primary-foreground-disabled));
|
|
1784
1797
|
}
|
|
1785
1798
|
.saltInputLegacy-suffixContainer,
|
|
1786
1799
|
.saltInputLegacy-prefixContainer {
|
|
@@ -1950,6 +1963,10 @@
|
|
|
1950
1963
|
position: relative;
|
|
1951
1964
|
user-select: none;
|
|
1952
1965
|
width: var(--saltList-width, auto);
|
|
1966
|
+
font-family: var(--salt-text-fontFamily);
|
|
1967
|
+
font-size: var(--salt-text-fontSize);
|
|
1968
|
+
font-weight: var(--salt-text-fontWeight);
|
|
1969
|
+
line-height: var(--salt-text-lineHeight);
|
|
1953
1970
|
}
|
|
1954
1971
|
.saltList-borderless {
|
|
1955
1972
|
--list-borderStyle: none;
|
|
@@ -2006,9 +2023,9 @@
|
|
|
2006
2023
|
|
|
2007
2024
|
/* src/list/ListItem.css */
|
|
2008
2025
|
.saltListItem {
|
|
2009
|
-
--list-item-text-color: var(--salt-
|
|
2026
|
+
--list-item-text-color: var(--salt-content-primary-foreground);
|
|
2010
2027
|
--list-item-background: var(--saltList-item-background, var(--salt-selectable-background));
|
|
2011
|
-
--list-item-text-color-active: var(--salt-
|
|
2028
|
+
--list-item-text-color-active: var(--salt-content-primary-foreground);
|
|
2012
2029
|
--list-item-background-active: var(--salt-selectable-background-selected);
|
|
2013
2030
|
--list-item-alignItems: center;
|
|
2014
2031
|
}
|
|
@@ -2046,7 +2063,7 @@
|
|
|
2046
2063
|
}
|
|
2047
2064
|
.saltListItem-checkbox {
|
|
2048
2065
|
--list-item-background-active: var(--salt-selectable-background);
|
|
2049
|
-
--list-item-text-color-active: var(--salt-
|
|
2066
|
+
--list-item-text-color-active: var(--salt-content-primary-foreground);
|
|
2050
2067
|
--list-item-text-padding: 0 0 0 var(--salt-size-unit);
|
|
2051
2068
|
}
|
|
2052
2069
|
.saltListItem[aria-selected=true]:not(.saltListItem-checkbox) {
|
|
@@ -2054,7 +2071,7 @@
|
|
|
2054
2071
|
color: var(--list-item-text-color-active);
|
|
2055
2072
|
}
|
|
2056
2073
|
.saltListItem.saltDisabled {
|
|
2057
|
-
--list-item-text-color: var(--salt-
|
|
2074
|
+
--list-item-text-color: var(--salt-content-primary-foreground-disabled);
|
|
2058
2075
|
cursor: var(--salt-selectable-cursor-disabled);
|
|
2059
2076
|
}
|
|
2060
2077
|
.saltListItem.saltFocusVisible {
|
|
@@ -2197,7 +2214,7 @@
|
|
|
2197
2214
|
|
|
2198
2215
|
/* src/list-next/ListItemNext.css */
|
|
2199
2216
|
.saltListItemNext {
|
|
2200
|
-
--listNext-item-text-color: var(--salt-
|
|
2217
|
+
--listNext-item-text-color: var(--salt-content-primary-foreground);
|
|
2201
2218
|
--listNext-item-background: none;
|
|
2202
2219
|
}
|
|
2203
2220
|
.saltListItemNext {
|
|
@@ -2228,7 +2245,7 @@
|
|
|
2228
2245
|
--saltIcon-color: var(--salt-selectable-foreground-selected);
|
|
2229
2246
|
}
|
|
2230
2247
|
.saltListItemNext[aria-disabled=true] {
|
|
2231
|
-
--listNext-item-text-color: var(--salt-
|
|
2248
|
+
--listNext-item-text-color: var(--salt-content-primary-foreground-disabled);
|
|
2232
2249
|
cursor: var(--salt-selectable-cursor-disabled);
|
|
2233
2250
|
}
|
|
2234
2251
|
.saltListItemNext[aria-disabled=true] .saltText {
|
|
@@ -2253,6 +2270,10 @@
|
|
|
2253
2270
|
position: relative;
|
|
2254
2271
|
padding-inline-start: 0;
|
|
2255
2272
|
box-sizing: content-box;
|
|
2273
|
+
font-family: var(--salt-text-fontFamily);
|
|
2274
|
+
font-size: var(--salt-text-fontSize);
|
|
2275
|
+
font-weight: var(--salt-text-fontWeight);
|
|
2276
|
+
line-height: var(--salt-text-lineHeight);
|
|
2256
2277
|
}
|
|
2257
2278
|
|
|
2258
2279
|
/* src/logo/Logo.css */
|
|
@@ -2265,7 +2286,7 @@
|
|
|
2265
2286
|
gap: var(--salt-spacing-100);
|
|
2266
2287
|
}
|
|
2267
2288
|
.saltLogo svg {
|
|
2268
|
-
fill: var(--salt-
|
|
2289
|
+
fill: var(--salt-content-secondary-foreground);
|
|
2269
2290
|
stroke: none;
|
|
2270
2291
|
}
|
|
2271
2292
|
|
|
@@ -2311,7 +2332,7 @@
|
|
|
2311
2332
|
display: flex;
|
|
2312
2333
|
align-items: flex-start;
|
|
2313
2334
|
padding: 0px;
|
|
2314
|
-
color: var(--saltMetric-color, var(--salt-
|
|
2335
|
+
color: var(--saltMetric-color, var(--salt-content-primary-foreground));
|
|
2315
2336
|
}
|
|
2316
2337
|
.saltMetric-orientation-horizontal {
|
|
2317
2338
|
flex-direction: row;
|
|
@@ -2371,8 +2392,8 @@
|
|
|
2371
2392
|
|
|
2372
2393
|
/* src/metric/MetricHeader.css */
|
|
2373
2394
|
.saltMetricHeader {
|
|
2374
|
-
--metric-title-color: var(--salt-
|
|
2375
|
-
--metric-subtitle-color: var(--salt-
|
|
2395
|
+
--metric-title-color: var(--salt-content-primary-foreground);
|
|
2396
|
+
--metric-subtitle-color: var(--salt-content-secondary-foreground);
|
|
2376
2397
|
}
|
|
2377
2398
|
.saltMetricHeader {
|
|
2378
2399
|
display: flex;
|
|
@@ -2405,8 +2426,8 @@
|
|
|
2405
2426
|
|
|
2406
2427
|
/* src/navigation-item/NavigationItem.css */
|
|
2407
2428
|
.saltNavigationItem {
|
|
2408
|
-
--navigationItem-color: var(--salt-
|
|
2409
|
-
--navigationItem-fill: var(--salt-
|
|
2429
|
+
--navigationItem-color: var(--salt-content-primary-foreground);
|
|
2430
|
+
--navigationItem-fill: var(--salt-content-primary-foreground);
|
|
2410
2431
|
--navigationItem-bar-inset: var(--salt-spacing-25);
|
|
2411
2432
|
--navigationItem-bar-size: var(--salt-size-indicator);
|
|
2412
2433
|
--navigationItem-indicator-background: var(--salt-navigable-indicator-active);
|
|
@@ -2525,7 +2546,7 @@
|
|
|
2525
2546
|
|
|
2526
2547
|
/* src/overlay/Overlay.css */
|
|
2527
2548
|
.saltOverlay {
|
|
2528
|
-
--overlay-text-color: var(--salt-
|
|
2549
|
+
--overlay-text-color: var(--salt-content-primary-foreground);
|
|
2529
2550
|
--overlay-spacing: var(--salt-size-unit);
|
|
2530
2551
|
--overlay-fontSize: var(--salt-text-fontSize);
|
|
2531
2552
|
--overlay-background: var(--salt-container-primary-background);
|
|
@@ -2639,7 +2660,7 @@
|
|
|
2639
2660
|
}
|
|
2640
2661
|
.saltPagination-pageButtonSelected {
|
|
2641
2662
|
background: var(--salt-selectable-background-selected);
|
|
2642
|
-
color: var(--salt-
|
|
2663
|
+
color: var(--salt-palette-interact-cta-foreground-active);
|
|
2643
2664
|
}
|
|
2644
2665
|
.saltPagination-pageButtonFixed {
|
|
2645
2666
|
padding: 0;
|
|
@@ -2728,21 +2749,21 @@
|
|
|
2728
2749
|
--pill-icon-offset: 4px;
|
|
2729
2750
|
}
|
|
2730
2751
|
.saltPill {
|
|
2731
|
-
--pill-background: var(--saltPill-background, var(--salt-
|
|
2732
|
-
--pill-background-active: var(--saltPill-background-active, var(--salt-
|
|
2733
|
-
--pill-background-disabled: var(--saltPill-background-disabled, var(--salt-
|
|
2734
|
-
--pill-background-hover: var(--saltPill-background-hover, var(--salt-
|
|
2752
|
+
--pill-background: var(--saltPill-background, var(--salt-actionable-primary-background));
|
|
2753
|
+
--pill-background-active: var(--saltPill-background-active, var(--salt-actionable-primary-background-active));
|
|
2754
|
+
--pill-background-disabled: var(--saltPill-background-disabled, var(--salt-actionable-primary-background-disabled));
|
|
2755
|
+
--pill-background-hover: var(--saltPill-background-hover, var(--salt-actionable-primary-background-hover));
|
|
2735
2756
|
--pill-checkbox-size: var(--saltPill-checkbox-size, calc(var(--pill-height) - 2px));
|
|
2736
2757
|
--pill-fontSize: var(--saltPill-fontSize, var(--salt-text-label-fontSize));
|
|
2737
2758
|
--pill-height: calc(var(--salt-size-base) - (var(--salt-size-unit) * 1.5));
|
|
2738
|
-
--pill-icon-color: var(--saltPill-icon-color, var(--salt-
|
|
2739
|
-
--pill-icon-color-active: var(--saltPill-icon-color-active, var(--salt-
|
|
2740
|
-
--pill-icon-color-hover: var(--saltPill-icon-color-hover, var(--salt-
|
|
2741
|
-
--pill-icon-color-disabled: var(--saltPill-icon-color-disabled, var(--salt-
|
|
2742
|
-
--pill-text-color: var(--saltPill-text-color, var(--salt-
|
|
2743
|
-
--pill-text-color-active: var(--saltPill-text-color-active, var(--salt-
|
|
2744
|
-
--pill-text-color-hover: var(--saltPill-text-color-hover, var(--salt-
|
|
2745
|
-
--pill-text-color-disabled: var(--saltPill-text-color-disabled, var(--salt-
|
|
2759
|
+
--pill-icon-color: var(--saltPill-icon-color, var(--salt-actionable-primary-foreground));
|
|
2760
|
+
--pill-icon-color-active: var(--saltPill-icon-color-active, var(--salt-actionable-primary-foreground-active));
|
|
2761
|
+
--pill-icon-color-hover: var(--saltPill-icon-color-hover, var(--salt-actionable-primary-foreground-hover));
|
|
2762
|
+
--pill-icon-color-disabled: var(--saltPill-icon-color-disabled, var(--salt-actionable-primary-foreground-disabled));
|
|
2763
|
+
--pill-text-color: var(--saltPill-text-color, var(--salt-actionable-primary-foreground));
|
|
2764
|
+
--pill-text-color-active: var(--saltPill-text-color-active, var(--salt-actionable-primary-foreground-active));
|
|
2765
|
+
--pill-text-color-hover: var(--saltPill-text-color-hover, var(--salt-actionable-primary-foreground-hover));
|
|
2766
|
+
--pill-text-color-disabled: var(--saltPill-text-color-disabled, var(--salt-actionable-primary-foreground-disabled));
|
|
2746
2767
|
--saltButton-fontWeight: var(--saltPill-button-fontWeight, var(--salt-text-fontWeight));
|
|
2747
2768
|
--saltButton-padding: var(--saltPill-button-padding, 0);
|
|
2748
2769
|
--saltButton-textTransform: var(--saltPill-button-textTransform, unset);
|
|
@@ -2808,13 +2829,13 @@
|
|
|
2808
2829
|
--saltButton-background-hover: var(--pill-background-disabled);
|
|
2809
2830
|
--saltButton-text-color-active: var(--pill-text-color);
|
|
2810
2831
|
--saltButton-text-color-hover: var(--pill-text-color);
|
|
2811
|
-
--saltCheckbox-icon-tick-color: var(--salt-
|
|
2832
|
+
--saltCheckbox-icon-tick-color: var(--salt-actionable-primary-foreground-disabled);
|
|
2812
2833
|
--saltCheckbox-icon-stroke-hover: var(--salt-selectable-borderColor-disabled);
|
|
2813
2834
|
background: var(--pill-background-disabled);
|
|
2814
2835
|
cursor: var(--salt-selectable-cursor-disabled);
|
|
2815
2836
|
}
|
|
2816
2837
|
.saltPill-disabled .saltPill-checkbox {
|
|
2817
|
-
--saltCheckbox-icon-tick-color: var(--salt-
|
|
2838
|
+
--saltCheckbox-icon-tick-color: var(--salt-actionable-primary-foreground-disabled);
|
|
2818
2839
|
--saltCheckbox-icon-stroke: var(--salt-selectable-borderColor-disabled);
|
|
2819
2840
|
--saltCheckbox-icon-stroke-hover: var(--salt-selectable-borderColor-disabled);
|
|
2820
2841
|
}
|
|
@@ -2938,7 +2959,6 @@
|
|
|
2938
2959
|
font-size: var(--salt-text-fontSize);
|
|
2939
2960
|
font-weight: var(--salt-text-fontWeight);
|
|
2940
2961
|
line-height: var(--salt-text-lineHeight);
|
|
2941
|
-
min-width: 4em;
|
|
2942
2962
|
}
|
|
2943
2963
|
.saltPillNext-label {
|
|
2944
2964
|
min-width: 0;
|
|
@@ -3033,7 +3053,7 @@
|
|
|
3033
3053
|
}
|
|
3034
3054
|
.saltCategoryListItem-valuesContainer {
|
|
3035
3055
|
font-style: italic;
|
|
3036
|
-
color: var(--salt-
|
|
3056
|
+
color: var(--salt-content-secondary-foreground);
|
|
3037
3057
|
flex-grow: 1;
|
|
3038
3058
|
display: flex;
|
|
3039
3059
|
flex-direction: row;
|
|
@@ -3075,7 +3095,7 @@
|
|
|
3075
3095
|
border-top: solid 1px var(--salt-separable-secondary-borderColor);
|
|
3076
3096
|
}
|
|
3077
3097
|
.saltQueryInputSearchList-categoryTitle {
|
|
3078
|
-
color: var(--salt-
|
|
3098
|
+
color: var(--salt-content-primary-foreground);
|
|
3079
3099
|
background: var(--salt-container-primary-background);
|
|
3080
3100
|
font-size: var(--salt-text-fontSize);
|
|
3081
3101
|
font-weight: var(--salt-text-fontWeight-strong);
|
|
@@ -3123,7 +3143,7 @@
|
|
|
3123
3143
|
--skipLink-padding: var(--saltSkipLink-padding, var(--salt-size-unit));
|
|
3124
3144
|
--skipLink-margin: var(--saltSkipLink-margin, var(--salt-size-unit));
|
|
3125
3145
|
--skipLink-background: var(--saltSkipLink-background, var(--salt-actionable-primary-background));
|
|
3126
|
-
--skipLink-color: var(--saltSkipLink-color, var(--salt-
|
|
3146
|
+
--skipLink-color: var(--saltSkipLink-color, var(--salt-content-primary-foreground));
|
|
3127
3147
|
}
|
|
3128
3148
|
.saltSkipLink {
|
|
3129
3149
|
--saltLink-color-focus: var(--skipLink-color);
|
|
@@ -3197,7 +3217,7 @@
|
|
|
3197
3217
|
}
|
|
3198
3218
|
.saltSlider {
|
|
3199
3219
|
--slider-rail-height: var(--saltSlider-rail-height, 8px);
|
|
3200
|
-
--slider-rail-color: var(--saltSlider-rail-color, var(--salt-
|
|
3220
|
+
--slider-rail-color: var(--saltSlider-rail-color, var(--salt-palette-neutral-secondary-border));
|
|
3201
3221
|
--slider-rail-mark-height: var(--saltSlider-rail-mark-height, 7px);
|
|
3202
3222
|
--slider-rail-mark-color: var(--saltSlider-rail-mark-color, var(--slider-rail-color));
|
|
3203
3223
|
--slider-selection-color: var(--saltSlider-selection-color, var(--salt-accent-background));
|
|
@@ -3284,7 +3304,7 @@
|
|
|
3284
3304
|
justify-items: center;
|
|
3285
3305
|
}
|
|
3286
3306
|
.saltSliderMarkLabels-label {
|
|
3287
|
-
color: var(--saltSlider-label-text-color, var(--salt-
|
|
3307
|
+
color: var(--saltSlider-label-text-color, var(--salt-content-secondary-foreground));
|
|
3288
3308
|
font-size: var(--slider-label-fontSize);
|
|
3289
3309
|
margin-top: var(--saltSlider-label-marginTop);
|
|
3290
3310
|
line-height: var(--saltSlider-label-lineHeight, var(--salt-text-lineHeight));
|
|
@@ -3328,7 +3348,7 @@
|
|
|
3328
3348
|
border-right: none;
|
|
3329
3349
|
}
|
|
3330
3350
|
.saltSlider-label {
|
|
3331
|
-
color: var(--saltSlider-label-text-color, var(--salt-
|
|
3351
|
+
color: var(--saltSlider-label-text-color, var(--salt-content-secondary-foreground));
|
|
3332
3352
|
font-size: var(--slider-label-fontSize);
|
|
3333
3353
|
margin-top: var(--saltSlider-label-marginTop);
|
|
3334
3354
|
line-height: var(--saltSlider-label-lineHeight, var(--salt-text-lineHeight));
|
|
@@ -3428,7 +3448,7 @@
|
|
|
3428
3448
|
--saltEditableLabel-padding: 0;
|
|
3429
3449
|
--saltEditableLabel-height: var(--tabs-tabstrip-height);
|
|
3430
3450
|
--saltInputLegacy-minWidth: 4em;
|
|
3431
|
-
--tabs-tab-background:
|
|
3451
|
+
--tabs-tab-background: transparent;
|
|
3432
3452
|
--tabs-tab-cursor: pointer;
|
|
3433
3453
|
--tabs-tab-spacing: var(--salt-size-unit);
|
|
3434
3454
|
--tabs-tab-position: relative;
|
|
@@ -3439,7 +3459,7 @@
|
|
|
3439
3459
|
background: var(--saltTabs-tab-background, var(--tabs-tab-background));
|
|
3440
3460
|
border: none;
|
|
3441
3461
|
border-radius: 0;
|
|
3442
|
-
color: var(--salt-
|
|
3462
|
+
color: var(--salt-content-primary-foreground);
|
|
3443
3463
|
cursor: var(--saltTabs-tab-cursor, var(--tabs-tab-cursor));
|
|
3444
3464
|
display: var(--tabs-tabstrip-display);
|
|
3445
3465
|
height: var(--saltTabs-tab-height, var(--tabs-tabstrip-height));
|
|
@@ -3448,6 +3468,9 @@
|
|
|
3448
3468
|
outline: none;
|
|
3449
3469
|
position: var(--saltTabs-tab-position, var(--tabs-tab-position));
|
|
3450
3470
|
user-select: none;
|
|
3471
|
+
font-family: var(--salt-text-fontFamily);
|
|
3472
|
+
font-size: var(--salt-text-fontSize);
|
|
3473
|
+
font-weight: var(--salt-text-fontWeight);
|
|
3451
3474
|
}
|
|
3452
3475
|
.saltTab.saltFocusVisible:after {
|
|
3453
3476
|
inset: 2px 2px 4px 2px;
|
|
@@ -3456,7 +3479,7 @@
|
|
|
3456
3479
|
margin: 0 var(--tabs-tab-spacing) 0 0;
|
|
3457
3480
|
}
|
|
3458
3481
|
.saltTab[aria-selected=true] {
|
|
3459
|
-
color: var(--salt-
|
|
3482
|
+
color: var(--salt-content-primary-foreground);
|
|
3460
3483
|
font-weight: var(--salt-navigable-fontWeight-active);
|
|
3461
3484
|
}
|
|
3462
3485
|
.saltTab-dragAway {
|
|
@@ -3529,7 +3552,7 @@
|
|
|
3529
3552
|
width: 2px;
|
|
3530
3553
|
}
|
|
3531
3554
|
.saltTab.saltFocusVisible {
|
|
3532
|
-
background: var(--saltTabs-tab-hover-background, var(--salt-navigable-
|
|
3555
|
+
background: var(--saltTabs-tab-hover-background, var(--salt-navigable-background-hover));
|
|
3533
3556
|
}
|
|
3534
3557
|
.saltTab:before {
|
|
3535
3558
|
content: var(--tabs-tab-before-content, none);
|
|
@@ -3556,7 +3579,7 @@
|
|
|
3556
3579
|
--tabs-tab-before-width: var(--tabs-activationIndicator-thumb-width);
|
|
3557
3580
|
}
|
|
3558
3581
|
.saltTab:hover:not(.saltTab-closeHover) {
|
|
3559
|
-
background: var(--saltTabs-tab-hover-background, var(--salt-navigable-
|
|
3582
|
+
background: var(--saltTabs-tab-hover-background, var(--salt-navigable-background-hover));
|
|
3560
3583
|
}
|
|
3561
3584
|
|
|
3562
3585
|
/* src/tabs/TabActivationIndicator.css */
|
|
@@ -3673,7 +3696,7 @@
|
|
|
3673
3696
|
--tabs-tabstrip-display: flex;
|
|
3674
3697
|
--tabs-tabstrip-height: var(--saltTabs-tabstrip-height, var(--salt-size-stackable));
|
|
3675
3698
|
--tabs-tabstrip-dragging-display: block;
|
|
3676
|
-
--tabs-tab-background: var(--salt-navigable-
|
|
3699
|
+
--tabs-tab-background: var(--salt-navigable-background-hover);
|
|
3677
3700
|
--tabs-tab-before-content: "";
|
|
3678
3701
|
--tabs-tab-before-background: var(--salt-navigable-indicator-hover);
|
|
3679
3702
|
--tabs-tab-before-height: var(--tabs-activationIndicator-thumb-height);
|
|
@@ -3747,7 +3770,7 @@
|
|
|
3747
3770
|
position: relative;
|
|
3748
3771
|
flex-shrink: 0;
|
|
3749
3772
|
cursor: var(--salt-navigable-cursor-hover);
|
|
3750
|
-
color: var(--salt-
|
|
3773
|
+
color: var(--salt-content-primary-foreground);
|
|
3751
3774
|
font-weight: var(--salt-navigable-fontWeight);
|
|
3752
3775
|
font-family: var(--salt-text-fontFamily);
|
|
3753
3776
|
text-align: var(--salt-text-textAlign);
|
|
@@ -3795,7 +3818,7 @@
|
|
|
3795
3818
|
}
|
|
3796
3819
|
.saltTabNext:disabled {
|
|
3797
3820
|
cursor: var(--salt-navigable-cursor-disabled);
|
|
3798
|
-
color: var(--salt-
|
|
3821
|
+
color: var(--salt-content-primary-foreground-disabled);
|
|
3799
3822
|
}
|
|
3800
3823
|
|
|
3801
3824
|
/* src/tabs-next/TabstripNext.css */
|
|
@@ -3809,6 +3832,10 @@
|
|
|
3809
3832
|
width: 100%;
|
|
3810
3833
|
padding-left: var(--salt-spacing-300);
|
|
3811
3834
|
padding-right: var(--salt-spacing-300);
|
|
3835
|
+
font-family: var(--salt-text-fontFamily);
|
|
3836
|
+
font-size: var(--salt-text-fontSize);
|
|
3837
|
+
font-weight: var(--salt-text-fontWeight);
|
|
3838
|
+
line-height: var(--salt-text-lineHeight);
|
|
3812
3839
|
}
|
|
3813
3840
|
.saltTabstripNext-main::before {
|
|
3814
3841
|
content: "";
|
|
@@ -3983,6 +4010,10 @@
|
|
|
3983
4010
|
justify-content: flex-start;
|
|
3984
4011
|
overflow: hidden;
|
|
3985
4012
|
position: relative;
|
|
4013
|
+
font-family: var(--salt-text-fontFamily);
|
|
4014
|
+
font-size: var(--salt-text-fontSize);
|
|
4015
|
+
font-weight: var(--salt-text-fontWeight);
|
|
4016
|
+
line-height: var(--salt-text-lineHeight);
|
|
3986
4017
|
}
|
|
3987
4018
|
.saltToolbar > .Responsive-inner {
|
|
3988
4019
|
align-items: center;
|
|
@@ -4190,7 +4221,7 @@
|
|
|
4190
4221
|
|
|
4191
4222
|
/* src/tree/TreeNode.css */
|
|
4192
4223
|
.saltTreeNode {
|
|
4193
|
-
--tree-item-text-color: var(--salt-
|
|
4224
|
+
--tree-item-text-color: var(--salt-content-primary-foreground);
|
|
4194
4225
|
--tree-item-background: var(--salt-selectable-background);
|
|
4195
4226
|
--tree-item-background-hover: var(--salt-selectable-background-hover);
|
|
4196
4227
|
--tree-node-height: var(--saltTree-node-height, var(--salt-size-stackable));
|
|
@@ -4209,8 +4240,8 @@
|
|
|
4209
4240
|
}
|
|
4210
4241
|
.saltTreeNode-item[aria-selected=true] {
|
|
4211
4242
|
background: var(--salt-selectable-background-selected);
|
|
4212
|
-
color: var(--salt-
|
|
4213
|
-
--saltIcon-color: var(--salt-
|
|
4243
|
+
color: var(--salt-content-primary-foreground);
|
|
4244
|
+
--saltIcon-color: var(--salt-content-primary-foreground);
|
|
4214
4245
|
}
|
|
4215
4246
|
.saltTreeNode[aria-expanded=true] {
|
|
4216
4247
|
--tree-node-icon-transform: rotate(45deg) translate(1px, 1px);
|
|
@@ -4363,31 +4394,31 @@
|
|
|
4363
4394
|
|
|
4364
4395
|
/* src/calendar/internal/CalendarDay.css */
|
|
4365
4396
|
.saltCalendarDay {
|
|
4366
|
-
--calendar-day-text-color: var(--salt-
|
|
4397
|
+
--calendar-day-text-color: var(--salt-content-primary-foreground);
|
|
4367
4398
|
--calendar-day-background: var(--salt-selectable-background);
|
|
4368
4399
|
--calendar-day-background-hover: var(--salt-selectable-background-hover);
|
|
4369
|
-
--calendar-day-text-color-hover: var(--salt-
|
|
4370
|
-
--calendar-day-outOfRange-text-color: var(--salt-
|
|
4371
|
-
--calendar-day-blocked-text-color: var(--salt-
|
|
4400
|
+
--calendar-day-text-color-hover: var(--salt-content-primary-foreground);
|
|
4401
|
+
--calendar-day-outOfRange-text-color: var(--salt-content-secondary-foreground-disabled);
|
|
4402
|
+
--calendar-day-blocked-text-color: var(--salt-content-primary-foreground);
|
|
4372
4403
|
--calendar-day-blocked-cursor: var(--salt-selectable-cursor-disabled);
|
|
4373
4404
|
--calendar-day-blocked-icon-color: var(--salt-status-error-foreground);
|
|
4374
4405
|
--calendar-day-blocked-background: var(--calendar-day-background);
|
|
4375
|
-
--calendar-day-unselectable-text-color: var(--salt-
|
|
4406
|
+
--calendar-day-unselectable-text-color: var(--salt-content-secondary-foreground-disabled);
|
|
4376
4407
|
--calendar-day-unselectable-background: var(--calendar-day-background);
|
|
4377
4408
|
--calendar-day-unselectable-cursor: var(--salt-selectable-cursor-disabled);
|
|
4378
4409
|
--calendar-day-selected-background: var(--salt-selectable-background-selected);
|
|
4379
|
-
--calendar-day-selected-text-color: var(--salt-
|
|
4410
|
+
--calendar-day-selected-text-color: var(--salt-content-primary-foreground);
|
|
4380
4411
|
--calendar-day-selectedStart-background: var(--salt-selectable-background-selected);
|
|
4381
|
-
--calendar-day-selectedStart-text-color: var(--salt-
|
|
4412
|
+
--calendar-day-selectedStart-text-color: var(--salt-content-primary-foreground);
|
|
4382
4413
|
--calendar-day-selectedEnd-background: var(--salt-selectable-background-selected);
|
|
4383
|
-
--calendar-day-selectedEnd-text-color: var(--salt-
|
|
4414
|
+
--calendar-day-selectedEnd-text-color: var(--salt-content-primary-foreground);
|
|
4384
4415
|
--calendar-day-selectedSpan-background: var(--salt-selectable-background-blurSelected);
|
|
4385
|
-
--calendar-day-selectedSpan-text-color: var(--salt-
|
|
4416
|
+
--calendar-day-selectedSpan-text-color: var(--salt-content-primary-foreground);
|
|
4386
4417
|
--calendar-day-hoveredSpan-background: var(--salt-selectable-background-hover);
|
|
4387
|
-
--calendar-day-hoveredSpan-text-color: var(--salt-
|
|
4418
|
+
--calendar-day-hoveredSpan-text-color: var(--salt-content-primary-foreground);
|
|
4388
4419
|
--calendar-day-hoveredOffset-background: var(--salt-selectable-background-hover);
|
|
4389
|
-
--calendar-day-hoveredOffset-text-color: var(--salt-
|
|
4390
|
-
--calendar-day-currentDay-borderColor: var(--salt-
|
|
4420
|
+
--calendar-day-hoveredOffset-text-color: var(--salt-content-primary-foreground);
|
|
4421
|
+
--calendar-day-currentDay-borderColor: var(--salt-content-primary-foreground);
|
|
4391
4422
|
--calendar-day-focused-outline: var(--salt-focused-outline);
|
|
4392
4423
|
--calendar-day-size: var(--salt-size-base);
|
|
4393
4424
|
--calendar-day-fontSize: var(--salt-text-fontSize);
|
|
@@ -4524,7 +4555,7 @@
|
|
|
4524
4555
|
/* src/calendar/internal/CalendarWeekHeader.css */
|
|
4525
4556
|
.saltCalendarWeekHeader {
|
|
4526
4557
|
--calendar-week-header-underline-color: var(--salt-separable-secondary-borderColor);
|
|
4527
|
-
--calendar-week-header-text-color: var(--salt-
|
|
4558
|
+
--calendar-week-header-text-color: var(--salt-content-secondary-foreground);
|
|
4528
4559
|
--calendar-week-header-size: var(--salt-size-base);
|
|
4529
4560
|
--calendar-week-header-fontSize: var(--saltCalendar-week-header-fontSize, var(--salt-text-label-fontSize));
|
|
4530
4561
|
}
|
|
@@ -4558,18 +4589,18 @@
|
|
|
4558
4589
|
--saltCheckbox-icon-fill: none;
|
|
4559
4590
|
--saltCheckbox-icon-fill-checked: none;
|
|
4560
4591
|
--saltCheckbox-icon-borderWidth-checked: var(--salt-size-border);
|
|
4561
|
-
--saltCheckbox-icon-tick-color: var(--salt-
|
|
4592
|
+
--saltCheckbox-icon-tick-color: var(--salt-actionable-primary-foreground);
|
|
4562
4593
|
}
|
|
4563
4594
|
|
|
4564
4595
|
/* src/progress/CircularProgress/CircularProgress.css */
|
|
4565
4596
|
.saltCircularProgress {
|
|
4566
|
-
color: var(--salt-
|
|
4597
|
+
color: var(--salt-content-primary-foreground);
|
|
4567
4598
|
display: inline-flex;
|
|
4568
4599
|
position: relative;
|
|
4569
4600
|
}
|
|
4570
4601
|
.saltCircularProgress-progressValue {
|
|
4571
4602
|
align-items: center;
|
|
4572
|
-
color: var(--salt-
|
|
4603
|
+
color: var(--salt-content-primary-foreground);
|
|
4573
4604
|
display: flex;
|
|
4574
4605
|
font-family: var(--salt-text-fontFamily);
|
|
4575
4606
|
font-size: var(--salt-text-label-fontSize);
|
|
@@ -4627,7 +4658,7 @@
|
|
|
4627
4658
|
/* src/progress/LinearProgress/LinearProgress.css */
|
|
4628
4659
|
.saltLinearProgress {
|
|
4629
4660
|
align-items: center;
|
|
4630
|
-
color: var(--salt-
|
|
4661
|
+
color: var(--salt-content-primary-foreground);
|
|
4631
4662
|
display: flex;
|
|
4632
4663
|
min-width: 400px;
|
|
4633
4664
|
font-size: var(--linearProgress-fontSize);
|
|
@@ -4679,8 +4710,8 @@
|
|
|
4679
4710
|
.saltTrackerConnector {
|
|
4680
4711
|
--trackerConnector-style-default: var(--saltTrackerConnector-style-default, var(--salt-track-borderStyle-incomplete));
|
|
4681
4712
|
--trackerConnector-style-active: var(--saltTrackerConnector-style-active, var(--salt-track-borderStyle-active));
|
|
4682
|
-
--trackerConnector-color: var(--saltTrackerConnector-color, var(--salt-
|
|
4683
|
-
--trackerConnector-thickness: var(--saltTrackerConnector-thickness, var(--salt-
|
|
4713
|
+
--trackerConnector-color: var(--saltTrackerConnector-color, var(--salt-palette-neutral-secondary-border));
|
|
4714
|
+
--trackerConnector-thickness: var(--saltTrackerConnector-thickness, var(--salt-size-border-strong));
|
|
4684
4715
|
--trackerConnector-margin: var(--saltTrackerConnector-margin, var(--salt-spacing-100));
|
|
4685
4716
|
}
|
|
4686
4717
|
.saltTrackerConnector {
|
|
@@ -4703,7 +4734,7 @@
|
|
|
4703
4734
|
--trackerStep-icon-color-completed: var(--saltTrackerStep-icon-color-completed, var(--salt-status-success-foreground));
|
|
4704
4735
|
--trackerStep-icon-color: var(--saltTrackerStep-icon-color, var(--salt-status-static-foreground));
|
|
4705
4736
|
--saltIcon-color: var(--trackerStep-icon-color);
|
|
4706
|
-
--saltIcon-size: var(--saltTrackerStep-icon-size, max(var(--salt-
|
|
4737
|
+
--saltIcon-size: var(--saltTrackerStep-icon-size, max(var(--salt-size-icon), 12px));
|
|
4707
4738
|
}
|
|
4708
4739
|
.saltTrackerStep {
|
|
4709
4740
|
margin: 0;
|
|
@@ -4717,7 +4748,7 @@
|
|
|
4717
4748
|
flex-direction: column;
|
|
4718
4749
|
width: var(--saltTrackerStep-width, 100%);
|
|
4719
4750
|
gap: var(--salt-spacing-50);
|
|
4720
|
-
color: var(--salt-
|
|
4751
|
+
color: var(--salt-content-primary-foreground);
|
|
4721
4752
|
font-size: var(--salt-text-label-fontSize);
|
|
4722
4753
|
line-height: var(--salt-text-label-lineHeight);
|
|
4723
4754
|
padding: 0 var(--salt-spacing-25);
|
|
@@ -4783,7 +4814,7 @@
|
|
|
4783
4814
|
--saltButton-justifyContent: flex-start;
|
|
4784
4815
|
--saltDropdown-popup-maxHeight: auto;
|
|
4785
4816
|
align-items: stretch;
|
|
4786
|
-
color: var(--salt-
|
|
4817
|
+
color: var(--salt-content-primary-foreground);
|
|
4787
4818
|
border: var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-container-primary-borderColor);
|
|
4788
4819
|
display: flex;
|
|
4789
4820
|
flex-direction: column;
|
|
@@ -4809,4 +4840,4 @@
|
|
|
4809
4840
|
margin: calc(var(--salt-size-unit) / 2) 0;
|
|
4810
4841
|
}
|
|
4811
4842
|
|
|
4812
|
-
/* src/
|
|
4843
|
+
/* src/250c42dd-54d8-46b3-ba2b-b93c32b0b41b.css */
|