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.esm.js
CHANGED
|
@@ -34568,7 +34568,7 @@ const DownloadProgressStatusMessage = styled.h5`
|
|
|
34568
34568
|
&.DownloadProgressStatusMessage_TryAgain{
|
|
34569
34569
|
color: #1B30AA;
|
|
34570
34570
|
font-weight: 400;
|
|
34571
|
-
text-decoration: underline;
|
|
34571
|
+
text-decoration: underline;
|
|
34572
34572
|
&:hover {
|
|
34573
34573
|
background-Color: #f1f1f1;
|
|
34574
34574
|
cursor: pointer;
|
|
@@ -57501,7 +57501,7 @@ const DropdownList = styled.ul`
|
|
|
57501
57501
|
border-radius: 10px;
|
|
57502
57502
|
margin: 0;
|
|
57503
57503
|
padding: 8px 0;
|
|
57504
|
-
|
|
57504
|
+
width: ${props => props.width || '100%'};
|
|
57505
57505
|
max-height: ${props => props.dropdownMaxHeight || '420px'};
|
|
57506
57506
|
overflow-y: auto;
|
|
57507
57507
|
left: 0;
|
|
@@ -58135,7 +58135,6 @@ const OverlayDropdown = _ref => {
|
|
|
58135
58135
|
content: selected?.label,
|
|
58136
58136
|
showTooltip: !!selected
|
|
58137
58137
|
}, /*#__PURE__*/React$1.createElement(Wrapper, null, /*#__PURE__*/React$1.createElement(TruncatedText, {
|
|
58138
|
-
className: "selected",
|
|
58139
58138
|
onMouseEnter: () => setHoveredText(selected?.label),
|
|
58140
58139
|
onMouseLeave: () => setHoveredText(null),
|
|
58141
58140
|
color: !selected && open ? placeHolderColor : "inherit"
|