@commercetools-uikit/tooltip 16.7.0 → 16.7.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.
|
@@ -315,7 +315,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
315
315
|
var Tooltip$1 = Tooltip;
|
|
316
316
|
|
|
317
317
|
// NOTE: This string will be replaced on build time with the package version.
|
|
318
|
-
var version = "16.7.
|
|
318
|
+
var version = "16.7.1";
|
|
319
319
|
|
|
320
320
|
exports["default"] = Tooltip$1;
|
|
321
321
|
exports.version = version;
|
|
@@ -277,7 +277,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
277
277
|
var Tooltip$1 = Tooltip;
|
|
278
278
|
|
|
279
279
|
// NOTE: This string will be replaced on build time with the package version.
|
|
280
|
-
var version = "16.7.
|
|
280
|
+
var version = "16.7.1";
|
|
281
281
|
|
|
282
282
|
exports["default"] = Tooltip$1;
|
|
283
283
|
exports.version = version;
|
|
@@ -295,6 +295,6 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
295
295
|
var Tooltip$1 = Tooltip;
|
|
296
296
|
|
|
297
297
|
// NOTE: This string will be replaced on build time with the package version.
|
|
298
|
-
var version = "16.7.
|
|
298
|
+
var version = "16.7.1";
|
|
299
299
|
|
|
300
300
|
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": "16.7.
|
|
4
|
+
"version": "16.7.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": "16.7.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.7.
|
|
26
|
-
"@commercetools-uikit/hooks": "16.7.
|
|
27
|
-
"@commercetools-uikit/utils": "16.7.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.7.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.7.1",
|
|
26
|
+
"@commercetools-uikit/hooks": "16.7.1",
|
|
27
|
+
"@commercetools-uikit/utils": "16.7.1",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"lodash": "4.17.21",
|