@commercetools-uikit/tooltip 15.7.0 → 15.8.0
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.
|
@@ -324,7 +324,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
324
324
|
var Tooltip$1 = Tooltip;
|
|
325
325
|
|
|
326
326
|
// NOTE: This string will be replaced on build time with the package version.
|
|
327
|
-
var version = "15.
|
|
327
|
+
var version = "15.8.0";
|
|
328
328
|
|
|
329
329
|
exports["default"] = Tooltip$1;
|
|
330
330
|
exports.version = version;
|
|
@@ -286,7 +286,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
286
286
|
var Tooltip$1 = Tooltip;
|
|
287
287
|
|
|
288
288
|
// NOTE: This string will be replaced on build time with the package version.
|
|
289
|
-
var version = "15.
|
|
289
|
+
var version = "15.8.0";
|
|
290
290
|
|
|
291
291
|
exports["default"] = Tooltip$1;
|
|
292
292
|
exports.version = version;
|
|
@@ -304,6 +304,6 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
304
304
|
var Tooltip$1 = Tooltip;
|
|
305
305
|
|
|
306
306
|
// NOTE: This string will be replaced on build time with the package version.
|
|
307
|
-
var version = "15.
|
|
307
|
+
var version = "15.8.0";
|
|
308
308
|
|
|
309
309
|
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.
|
|
4
|
+
"version": "15.8.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/hooks": "15.
|
|
27
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.8.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.8.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "15.8.0",
|
|
27
|
+
"@commercetools-uikit/utils": "15.8.0",
|
|
28
28
|
"@emotion/react": "^11.4.0",
|
|
29
29
|
"@emotion/styled": "^11.3.0",
|
|
30
30
|
"lodash": "4.17.21",
|