@fluentui/react-tooltip 9.5.0 → 9.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -9
- package/lib/Tooltip.js +1 -1
- package/lib/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/index.js +4 -5
- package/lib/components/Tooltip/index.js.map +1 -1
- package/lib-commonjs/Tooltip.js +24 -2
- package/lib-commonjs/Tooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/index.js +27 -6
- package/lib-commonjs/components/Tooltip/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,34 @@
|
|
1
1
|
# Change Log - @fluentui/react-tooltip
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 09 Dec 2024 17:34:01 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.5.1)
|
8
|
+
|
9
|
+
Mon, 09 Dec 2024 17:34:01 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.5.0..@fluentui/react-tooltip_v9.5.1)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
|
15
|
+
- Bump @fluentui/react-positioning to v9.15.14 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
|
16
|
+
|
7
17
|
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.5.0)
|
8
18
|
|
9
|
-
Fri, 06 Dec 2024 12:
|
19
|
+
Fri, 06 Dec 2024 12:53:44 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.4.43..@fluentui/react-tooltip_v9.5.0)
|
11
21
|
|
12
22
|
### Minor changes
|
13
23
|
|
14
24
|
- feat: do not show tooltip, if it's menu trigger and Menu is opened ([PR #33394](https://github.com/microsoft/fluentui/pull/33394) by vgenaev@gmail.com)
|
15
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #
|
16
|
-
- Bump @fluentui/react-portal to v9.4.39 ([PR #
|
17
|
-
- Bump @fluentui/react-positioning to v9.15.13 ([PR #
|
18
|
-
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #
|
19
|
-
- Bump @fluentui/react-tabster to v9.23.1 ([PR #
|
20
|
-
- Bump @fluentui/react-theme to v9.1.23 ([PR #
|
21
|
-
- Bump @fluentui/react-utilities to v9.18.18 ([PR #
|
25
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
26
|
+
- Bump @fluentui/react-portal to v9.4.39 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
27
|
+
- Bump @fluentui/react-positioning to v9.15.13 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
28
|
+
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
29
|
+
- Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
30
|
+
- Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
31
|
+
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
22
32
|
|
23
33
|
## [9.4.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.43)
|
24
34
|
|
package/lib/Tooltip.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export
|
1
|
+
export { Tooltip, renderTooltip_unstable, tooltipClassNames, useTooltipStyles_unstable, useTooltip_unstable } from './components/Tooltip/index';
|
package/lib/Tooltip.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/Tooltip.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/Tooltip.ts"],"sourcesContent":["export type {\n OnVisibleChangeData,\n TooltipChildProps,\n TooltipProps,\n TooltipSlots,\n TooltipState,\n} from './components/Tooltip/index';\nexport {\n Tooltip,\n renderTooltip_unstable,\n tooltipClassNames,\n useTooltipStyles_unstable,\n useTooltip_unstable,\n} from './components/Tooltip/index';\n"],"names":["Tooltip","renderTooltip_unstable","tooltipClassNames","useTooltipStyles_unstable","useTooltip_unstable"],"rangeMappings":"","mappings":"AAOA,SACEA,OAAO,EACPC,sBAAsB,EACtBC,iBAAiB,EACjBC,yBAAyB,EACzBC,mBAAmB,QACd,6BAA6B"}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
export
|
2
|
-
export
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export * from './useTooltipStyles.styles';
|
1
|
+
export { Tooltip } from './Tooltip';
|
2
|
+
export { renderTooltip_unstable } from './renderTooltip';
|
3
|
+
export { useTooltip_unstable } from './useTooltip';
|
4
|
+
export { tooltipClassNames, useTooltipStyles_unstable } from './useTooltipStyles.styles';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/components/Tooltip/index.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/components/Tooltip/index.ts"],"sourcesContent":["export { Tooltip } from './Tooltip';\nexport type { OnVisibleChangeData, TooltipChildProps, TooltipProps, TooltipSlots, TooltipState } from './Tooltip.types';\nexport { renderTooltip_unstable } from './renderTooltip';\nexport { useTooltip_unstable } from './useTooltip';\nexport { tooltipClassNames, useTooltipStyles_unstable } from './useTooltipStyles.styles';\n"],"names":["Tooltip","renderTooltip_unstable","useTooltip_unstable","tooltipClassNames","useTooltipStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,OAAO,QAAQ,YAAY;AAEpC,SAASC,sBAAsB,QAAQ,kBAAkB;AACzD,SAASC,mBAAmB,QAAQ,eAAe;AACnD,SAASC,iBAAiB,EAAEC,yBAAyB,QAAQ,4BAA4B"}
|
package/lib-commonjs/Tooltip.js
CHANGED
@@ -2,5 +2,27 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
Tooltip: function() {
|
13
|
+
return _index.Tooltip;
|
14
|
+
},
|
15
|
+
renderTooltip_unstable: function() {
|
16
|
+
return _index.renderTooltip_unstable;
|
17
|
+
},
|
18
|
+
tooltipClassNames: function() {
|
19
|
+
return _index.tooltipClassNames;
|
20
|
+
},
|
21
|
+
useTooltipStyles_unstable: function() {
|
22
|
+
return _index.useTooltipStyles_unstable;
|
23
|
+
},
|
24
|
+
useTooltip_unstable: function() {
|
25
|
+
return _index.useTooltip_unstable;
|
26
|
+
}
|
27
|
+
});
|
28
|
+
const _index = require("./components/Tooltip/index");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/Tooltip.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/Tooltip.ts"],"sourcesContent":["export type {\n OnVisibleChangeData,\n TooltipChildProps,\n TooltipProps,\n TooltipSlots,\n TooltipState,\n} from './components/Tooltip/index';\nexport {\n Tooltip,\n renderTooltip_unstable,\n tooltipClassNames,\n useTooltipStyles_unstable,\n useTooltip_unstable,\n} from './components/Tooltip/index';\n"],"names":["Tooltip","renderTooltip_unstable","tooltipClassNames","useTooltipStyles_unstable","useTooltip_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAQEA,OAAO;eAAPA,cAAO;;IACPC,sBAAsB;eAAtBA,6BAAsB;;IACtBC,iBAAiB;eAAjBA,wBAAiB;;IACjBC,yBAAyB;eAAzBA,gCAAyB;;IACzBC,mBAAmB;eAAnBA,0BAAmB;;;uBACd"}
|
@@ -2,9 +2,30 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
5
|
+
function _export(target, all) {
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
7
|
+
enumerable: true,
|
8
|
+
get: all[name]
|
9
|
+
});
|
10
|
+
}
|
11
|
+
_export(exports, {
|
12
|
+
Tooltip: function() {
|
13
|
+
return _Tooltip.Tooltip;
|
14
|
+
},
|
15
|
+
renderTooltip_unstable: function() {
|
16
|
+
return _renderTooltip.renderTooltip_unstable;
|
17
|
+
},
|
18
|
+
tooltipClassNames: function() {
|
19
|
+
return _useTooltipStylesstyles.tooltipClassNames;
|
20
|
+
},
|
21
|
+
useTooltipStyles_unstable: function() {
|
22
|
+
return _useTooltipStylesstyles.useTooltipStyles_unstable;
|
23
|
+
},
|
24
|
+
useTooltip_unstable: function() {
|
25
|
+
return _useTooltip.useTooltip_unstable;
|
26
|
+
}
|
27
|
+
});
|
28
|
+
const _Tooltip = require("./Tooltip");
|
29
|
+
const _renderTooltip = require("./renderTooltip");
|
30
|
+
const _useTooltip = require("./useTooltip");
|
31
|
+
const _useTooltipStylesstyles = require("./useTooltipStyles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/components/Tooltip/index.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/components/Tooltip/index.ts"],"sourcesContent":["export { Tooltip } from './Tooltip';\nexport type { OnVisibleChangeData, TooltipChildProps, TooltipProps, TooltipSlots, TooltipState } from './Tooltip.types';\nexport { renderTooltip_unstable } from './renderTooltip';\nexport { useTooltip_unstable } from './useTooltip';\nexport { tooltipClassNames, useTooltipStyles_unstable } from './useTooltipStyles.styles';\n"],"names":["Tooltip","renderTooltip_unstable","tooltipClassNames","useTooltipStyles_unstable","useTooltip_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,OAAO;eAAPA,gBAAO;;IAEPC,sBAAsB;eAAtBA,qCAAsB;;IAEtBC,iBAAiB;eAAjBA,yCAAiB;;IAAEC,yBAAyB;eAAzBA,iDAAyB;;IAD5CC,mBAAmB;eAAnBA,+BAAmB;;;yBAHJ;+BAEe;4BACH;wCACyB"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
|
-
"version": "9.5.
|
3
|
+
"version": "9.5.1",
|
4
4
|
"description": "React components for building web experiences",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"@fluentui/keyboard-keys": "^9.0.8",
|
22
22
|
"@fluentui/react-jsx-runtime": "^9.0.47",
|
23
23
|
"@fluentui/react-portal": "^9.4.39",
|
24
|
-
"@fluentui/react-positioning": "^9.15.
|
24
|
+
"@fluentui/react-positioning": "^9.15.14",
|
25
25
|
"@fluentui/react-shared-contexts": "^9.21.1",
|
26
26
|
"@fluentui/react-tabster": "^9.23.1",
|
27
27
|
"@fluentui/react-theme": "^9.1.23",
|