@commercetools-uikit/tooltip 19.22.5 → 19.22.7
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.
package/README.md
CHANGED
|
@@ -188,8 +188,8 @@ export {
|
|
|
188
188
|
| `styles` | `Record` | | | Custom css-in-js object styles for the tooltip body. |
|
|
189
189
|
| `off` | `boolean` | | `false` | Determines if the tooltip should not appear. |
|
|
190
190
|
| `id` | `string` | | | An identifier for the tooltip, used for `aria-describedby`. |
|
|
191
|
-
| `onClose` | `Function`<br/>[See signature.](#signature-
|
|
192
|
-
| `onOpen` | `Function`<br/>[See signature.](#signature-
|
|
191
|
+
| `onClose` | `Function`<br/>[See signature.](#signature-onclose) | | | A callback function, called when the tooltip is closing. |
|
|
192
|
+
| `onOpen` | `Function`<br/>[See signature.](#signature-onopen) | | | A callback function, called when the tooltip is opening. |
|
|
193
193
|
| `isOpen` | `boolean` | | | |
|
|
194
194
|
| `placement` | `union`<br/>Possible values:<br/>`, 'top', 'top-start', 'top-end', 'right', 'right-start', 'right-end', 'bottom', 'bottom-start', 'bottom-end', 'left', 'left-start', 'left-end'` | | `'top'` | How the tooltip is positioned relative to the child element. |
|
|
195
195
|
| `title` | `string` | ✅ | | The message to show in the tooltip. |
|
|
@@ -332,7 +332,7 @@ Tooltip.displayName = 'ToolTip';
|
|
|
332
332
|
var Tooltip$1 = Tooltip;
|
|
333
333
|
|
|
334
334
|
// NOTE: This string will be replaced on build time with the package version.
|
|
335
|
-
var version = "19.22.
|
|
335
|
+
var version = "19.22.7";
|
|
336
336
|
|
|
337
337
|
exports["default"] = Tooltip$1;
|
|
338
338
|
exports.version = version;
|
|
@@ -295,7 +295,7 @@ Tooltip.displayName = 'ToolTip';
|
|
|
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 = "19.22.
|
|
298
|
+
var version = "19.22.7";
|
|
299
299
|
|
|
300
300
|
exports["default"] = Tooltip$1;
|
|
301
301
|
exports.version = 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.22.
|
|
4
|
+
"version": "19.22.7",
|
|
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.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/hooks": "19.22.
|
|
27
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.7",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.7",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.22.7",
|
|
27
|
+
"@commercetools-uikit/utils": "19.22.7",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"lodash": "4.17.21",
|