@commercetools-uikit/tooltip 19.17.0 → 19.17.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.
|
@@ -330,7 +330,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
330
330
|
var Tooltip$1 = Tooltip;
|
|
331
331
|
|
|
332
332
|
// NOTE: This string will be replaced on build time with the package version.
|
|
333
|
-
var version = "19.17.
|
|
333
|
+
var version = "19.17.1";
|
|
334
334
|
|
|
335
335
|
exports["default"] = Tooltip$1;
|
|
336
336
|
exports.version = version;
|
|
@@ -292,7 +292,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
292
292
|
var Tooltip$1 = Tooltip;
|
|
293
293
|
|
|
294
294
|
// NOTE: This string will be replaced on build time with the package version.
|
|
295
|
-
var version = "19.17.
|
|
295
|
+
var version = "19.17.1";
|
|
296
296
|
|
|
297
297
|
exports["default"] = Tooltip$1;
|
|
298
298
|
exports.version = version;
|
|
@@ -310,6 +310,6 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
310
310
|
var Tooltip$1 = Tooltip;
|
|
311
311
|
|
|
312
312
|
// NOTE: This string will be replaced on build time with the package version.
|
|
313
|
-
var version = "19.17.
|
|
313
|
+
var version = "19.17.1";
|
|
314
314
|
|
|
315
315
|
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": "19.17.
|
|
4
|
+
"version": "19.17.1",
|
|
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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "19.17.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.17.
|
|
26
|
-
"@commercetools-uikit/hooks": "19.17.
|
|
27
|
-
"@commercetools-uikit/utils": "19.17.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.17.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.17.1",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.17.1",
|
|
27
|
+
"@commercetools-uikit/utils": "19.17.1",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"lodash": "4.17.21",
|