@commercetools-uikit/tooltip 16.2.1 → 16.3.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.
|
@@ -294,7 +294,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
294
294
|
var Tooltip$1 = Tooltip;
|
|
295
295
|
|
|
296
296
|
// NOTE: This string will be replaced on build time with the package version.
|
|
297
|
-
var version = "16.
|
|
297
|
+
var version = "16.3.0";
|
|
298
298
|
|
|
299
299
|
exports["default"] = Tooltip$1;
|
|
300
300
|
exports.version = version;
|
|
@@ -257,7 +257,7 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
257
257
|
var Tooltip$1 = Tooltip;
|
|
258
258
|
|
|
259
259
|
// NOTE: This string will be replaced on build time with the package version.
|
|
260
|
-
var version = "16.
|
|
260
|
+
var version = "16.3.0";
|
|
261
261
|
|
|
262
262
|
exports["default"] = Tooltip$1;
|
|
263
263
|
exports.version = version;
|
|
@@ -274,6 +274,6 @@ Tooltip.defaultProps = tooltipDefaultProps;
|
|
|
274
274
|
var Tooltip$1 = Tooltip;
|
|
275
275
|
|
|
276
276
|
// NOTE: This string will be replaced on build time with the package version.
|
|
277
|
-
var version = "16.
|
|
277
|
+
var version = "16.3.0";
|
|
278
278
|
|
|
279
279
|
export { Tooltip$1 as default, version };
|
|
@@ -23,6 +23,6 @@ export type TTooltipProps = {
|
|
|
23
23
|
declare const Tooltip: {
|
|
24
24
|
(props: TTooltipProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
|
-
defaultProps: Pick<TTooltipProps, "
|
|
26
|
+
defaultProps: Pick<TTooltipProps, "horizontalConstraint" | "off" | "closeAfter" | "placement">;
|
|
27
27
|
};
|
|
28
28
|
export default Tooltip;
|
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.
|
|
4
|
+
"version": "16.3.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": "16.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.
|
|
26
|
-
"@commercetools-uikit/hooks": "16.
|
|
27
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.3.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.3.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "16.3.0",
|
|
27
|
+
"@commercetools-uikit/utils": "16.3.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"@emotion/styled": "^11.10.5",
|
|
30
30
|
"lodash": "4.17.21",
|