@commercetools-uikit/tooltip 15.2.1 → 15.2.3
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.
|
@@ -65,7 +65,7 @@ var getOffsetMargin = function getOffsetMargin(_ref) {
|
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
|
|
68
|
-
var Body = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
68
|
+
var Body = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
69
69
|
target: "e14le4p1"
|
|
70
70
|
} : {
|
|
71
71
|
target: "e14le4p1",
|
|
@@ -90,7 +90,7 @@ var getBodyStyles = function getBodyStyles(_ref2) {
|
|
|
90
90
|
zIndex: 1
|
|
91
91
|
}, customStyles);
|
|
92
92
|
};
|
|
93
|
-
var Wrapper = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
93
|
+
var Wrapper = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
94
94
|
target: "e14le4p0"
|
|
95
95
|
} : {
|
|
96
96
|
target: "e14le4p0",
|
|
@@ -323,7 +323,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
323
323
|
var Tooltip$1 = Tooltip;
|
|
324
324
|
|
|
325
325
|
// NOTE: This string will be replaced on build time with the package version.
|
|
326
|
-
var version = "15.2.
|
|
326
|
+
var version = "15.2.3";
|
|
327
327
|
|
|
328
328
|
exports["default"] = Tooltip$1;
|
|
329
329
|
exports.version = version;
|
|
@@ -62,7 +62,7 @@ var getOffsetMargin = function getOffsetMargin(_ref) {
|
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
64
|
|
|
65
|
-
var Body = _styled__default["default"]("div", {
|
|
65
|
+
var Body = /*#__PURE__*/_styled__default["default"]("div", {
|
|
66
66
|
target: "e14le4p1"
|
|
67
67
|
} )("font-family:inherit;border-radius:", designSystem.customProperties.borderRadius6, ";padding:", designSystem.customProperties.spacingXs, " ", designSystem.customProperties.spacingS, ";border:'none';box-shadow:", designSystem.customProperties.shadow15, ";font-size:0.857rem;opacity:0.95;color:", designSystem.customProperties.colorSurface, ";background-color:", designSystem.customProperties.colorAccent, ";" + ("" )); // here we use object styles so we can spread these
|
|
68
68
|
// with the styles we get from react-popper :D
|
|
@@ -84,7 +84,7 @@ var getBodyStyles = function getBodyStyles(_ref2) {
|
|
|
84
84
|
zIndex: 1
|
|
85
85
|
}, customStyles);
|
|
86
86
|
};
|
|
87
|
-
var Wrapper = _styled__default["default"]("div", {
|
|
87
|
+
var Wrapper = /*#__PURE__*/_styled__default["default"]("div", {
|
|
88
88
|
target: "e14le4p0"
|
|
89
89
|
} )({
|
|
90
90
|
name: "18fwu9s",
|
|
@@ -285,7 +285,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
285
285
|
var Tooltip$1 = Tooltip;
|
|
286
286
|
|
|
287
287
|
// NOTE: This string will be replaced on build time with the package version.
|
|
288
|
-
var version = "15.2.
|
|
288
|
+
var version = "15.2.3";
|
|
289
289
|
|
|
290
290
|
exports["default"] = Tooltip$1;
|
|
291
291
|
exports.version = version;
|
|
@@ -45,7 +45,7 @@ var getOffsetMargin = function getOffsetMargin(_ref) {
|
|
|
45
45
|
}
|
|
46
46
|
};
|
|
47
47
|
|
|
48
|
-
var Body = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
48
|
+
var Body = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
49
49
|
target: "e14le4p1"
|
|
50
50
|
} : {
|
|
51
51
|
target: "e14le4p1",
|
|
@@ -70,7 +70,7 @@ var getBodyStyles = function getBodyStyles(_ref2) {
|
|
|
70
70
|
zIndex: 1
|
|
71
71
|
}, customStyles);
|
|
72
72
|
};
|
|
73
|
-
var Wrapper = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
73
|
+
var Wrapper = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
74
74
|
target: "e14le4p0"
|
|
75
75
|
} : {
|
|
76
76
|
target: "e14le4p0",
|
|
@@ -303,6 +303,6 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
303
303
|
var Tooltip$1 = Tooltip;
|
|
304
304
|
|
|
305
305
|
// NOTE: This string will be replaced on build time with the package version.
|
|
306
|
-
var version = "15.2.
|
|
306
|
+
var version = "15.2.3";
|
|
307
307
|
|
|
308
308
|
export { Tooltip$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/tooltip",
|
|
3
3
|
"description": "Tooltips display informative text when users hover over or focus on an element.",
|
|
4
|
-
"version": "15.2.
|
|
4
|
+
"version": "15.2.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-tooltip.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/hooks": "15.2.
|
|
27
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/constraints": "15.2.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.3",
|
|
26
|
+
"@commercetools-uikit/hooks": "15.2.3",
|
|
27
|
+
"@commercetools-uikit/utils": "15.2.3",
|
|
28
28
|
"@emotion/react": "^11.4.0",
|
|
29
29
|
"@emotion/styled": "^11.3.0",
|
|
30
30
|
"lodash": "4.17.21",
|