@edvisor/product-language 0.10.5 → 0.10.6
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 +1 -1
- package/lib/components/tooltip/tooltip.d.ts +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10081,7 +10081,7 @@ const CenterContainer = /*#__PURE__*/styled.div.withConfig({
|
|
|
10081
10081
|
position
|
|
10082
10082
|
}) => getContainerPosition(position));
|
|
10083
10083
|
const fadeIn$1 = /*#__PURE__*/keyframes(["from{opacity:0;}to{opacity:1;}"]);
|
|
10084
|
-
const TooltipBox = /*#__PURE__*/styled.
|
|
10084
|
+
const TooltipBox = /*#__PURE__*/styled(Caption).withConfig({
|
|
10085
10085
|
displayName: "tooltip__TooltipBox",
|
|
10086
10086
|
componentId: "sc-1rhmjz7-2"
|
|
10087
10087
|
})(["position:relative;background-color:", ";color:", ";text-align:center;border-radius:6px;padding:", " ", ";animation:", " 0.1s linear;&:after{content:\"\";position:absolute;width:1px;height:1px;border-width:5px;border-style:solid;border-color:", " transparent transparent transparent;left:calc(50% - 4.5px);top:100%;}", ""], Surface.Default.Inverse, Surface.Default.Default, Padding.xxs, Padding.xs, fadeIn$1, Surface.Default.Inverse, ({
|
|
@@ -11,7 +11,7 @@ export declare const CenterContainer: import("styled-components").StyledComponen
|
|
|
11
11
|
position: TooltipPosition;
|
|
12
12
|
width?: number | undefined;
|
|
13
13
|
}, never>;
|
|
14
|
-
export declare const TooltipBox: import("styled-components").StyledComponent<"
|
|
14
|
+
export declare const TooltipBox: import("styled-components").StyledComponent<FC<import("../typography/typography").ITextComponentProps, {}>, any, {
|
|
15
15
|
position: TooltipPosition;
|
|
16
16
|
}, never>;
|
|
17
17
|
interface ITooltip {
|