@redsift/design-system 7.8.0 → 7.8.1
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/index.js +3 -3
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -2080,6 +2080,7 @@ const AppContainer = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
2080
2080
|
title
|
|
2081
2081
|
};
|
|
2082
2082
|
return /*#__PURE__*/React__default.createElement(StyledAppContainer, _extends$1({}, forwardedProps, {
|
|
2083
|
+
id: "redsift-app-container",
|
|
2083
2084
|
$productTheme: productTheme,
|
|
2084
2085
|
className: classNames(AppContainer.className, className),
|
|
2085
2086
|
ref: ref
|
|
@@ -2269,7 +2270,7 @@ const StyledIconButton = styled(StyledButton)`
|
|
|
2269
2270
|
$variant
|
|
2270
2271
|
} = _ref;
|
|
2271
2272
|
return css`
|
|
2272
|
-
padding: ${$variant === IconButtonVariant.secondary ? '
|
|
2273
|
+
padding: ${$variant === IconButtonVariant.secondary ? '8px' : '9px'};
|
|
2273
2274
|
`;
|
|
2274
2275
|
}};
|
|
2275
2276
|
`;
|
|
@@ -9626,7 +9627,6 @@ const TooltipContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
9626
9627
|
placement,
|
|
9627
9628
|
refs,
|
|
9628
9629
|
strategy,
|
|
9629
|
-
tooltipId,
|
|
9630
9630
|
x,
|
|
9631
9631
|
y,
|
|
9632
9632
|
middlewareData: {
|
|
@@ -9647,7 +9647,7 @@ const TooltipContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
9647
9647
|
left: 'right'
|
|
9648
9648
|
}[placement.split('-')[0]];
|
|
9649
9649
|
return /*#__PURE__*/React__default.createElement(FloatingPortal, {
|
|
9650
|
-
id:
|
|
9650
|
+
id: "redsift-app-container"
|
|
9651
9651
|
}, isOpen && /*#__PURE__*/React__default.createElement(StyledTooltipContent, _extends$1({
|
|
9652
9652
|
className: classNames(TooltipContent.className, className),
|
|
9653
9653
|
ref: popoverRef,
|