@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 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.div.withConfig({
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<"div", any, {
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",