@commercetools-uikit/tooltip 15.15.1 → 16.0.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.
|
@@ -322,7 +322,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
322
322
|
var Tooltip$1 = Tooltip;
|
|
323
323
|
|
|
324
324
|
// NOTE: This string will be replaced on build time with the package version.
|
|
325
|
-
var version = "
|
|
325
|
+
var version = "16.0.0";
|
|
326
326
|
|
|
327
327
|
exports["default"] = Tooltip$1;
|
|
328
328
|
exports.version = version;
|
|
@@ -284,7 +284,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
284
284
|
var Tooltip$1 = Tooltip;
|
|
285
285
|
|
|
286
286
|
// NOTE: This string will be replaced on build time with the package version.
|
|
287
|
-
var version = "
|
|
287
|
+
var version = "16.0.0";
|
|
288
288
|
|
|
289
289
|
exports["default"] = Tooltip$1;
|
|
290
290
|
exports.version = version;
|
|
@@ -302,6 +302,6 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
302
302
|
var Tooltip$1 = Tooltip;
|
|
303
303
|
|
|
304
304
|
// NOTE: This string will be replaced on build time with the package version.
|
|
305
|
-
var version = "
|
|
305
|
+
var version = "16.0.0";
|
|
306
306
|
|
|
307
307
|
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": "
|
|
4
|
+
"version": "16.0.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/hooks": "
|
|
27
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/constraints": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"lodash": "4.17.21",
|