sag_components 2.0.0-beta287 → 2.0.0-beta288
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/index.esm.js +2 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34578,7 +34578,7 @@ const DownloadProgressStatusMessage = styled__default["default"].h5`
|
|
|
34578
34578
|
&.DownloadProgressStatusMessage_TryAgain{
|
|
34579
34579
|
color: #1B30AA;
|
|
34580
34580
|
font-weight: 400;
|
|
34581
|
-
text-decoration: underline;
|
|
34581
|
+
text-decoration: underline;
|
|
34582
34582
|
&:hover {
|
|
34583
34583
|
background-Color: #f1f1f1;
|
|
34584
34584
|
cursor: pointer;
|
|
@@ -57511,7 +57511,7 @@ const DropdownList = styled__default["default"].ul`
|
|
|
57511
57511
|
border-radius: 10px;
|
|
57512
57512
|
margin: 0;
|
|
57513
57513
|
padding: 8px 0;
|
|
57514
|
-
|
|
57514
|
+
width: ${props => props.width || '100%'};
|
|
57515
57515
|
max-height: ${props => props.dropdownMaxHeight || '420px'};
|
|
57516
57516
|
overflow-y: auto;
|
|
57517
57517
|
left: 0;
|
|
@@ -58145,7 +58145,6 @@ const OverlayDropdown = _ref => {
|
|
|
58145
58145
|
content: selected?.label,
|
|
58146
58146
|
showTooltip: !!selected
|
|
58147
58147
|
}, /*#__PURE__*/React__default["default"].createElement(Wrapper, null, /*#__PURE__*/React__default["default"].createElement(TruncatedText, {
|
|
58148
|
-
className: "selected",
|
|
58149
58148
|
onMouseEnter: () => setHoveredText(selected?.label),
|
|
58150
58149
|
onMouseLeave: () => setHoveredText(null),
|
|
58151
58150
|
color: !selected && open ? placeHolderColor : "inherit"
|