@fluentui/react-tooltip 9.0.9 → 9.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,132 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Oct 2022 08:35:32 GMT",
5
+ "date": "Fri, 11 Nov 2022 14:53:35 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.1.1",
7
+ "version": "9.1.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-tooltip",
13
+ "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
14
+ "comment": "fix: create valid export maps"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tooltip",
19
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.1",
20
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-tooltip",
25
+ "comment": "Bump @fluentui/react-portal to v9.0.10",
26
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-tooltip",
31
+ "comment": "Bump @fluentui/react-positioning to v9.3.1",
32
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-tooltip",
37
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.1",
38
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-tooltip",
43
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
44
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-tooltip",
49
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
50
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-tooltip",
55
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
56
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Wed, 02 Nov 2022 11:58:06 GMT",
63
+ "tag": "@fluentui/react-tooltip_v9.1.0",
64
+ "version": "9.1.0",
65
+ "comments": {
66
+ "patch": [
67
+ {
68
+ "author": "olfedias@microsoft.com",
69
+ "package": "@fluentui/react-tooltip",
70
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
71
+ "comment": "chore: Update Griffel to latest version"
72
+ }
73
+ ],
74
+ "minor": [
75
+ {
76
+ "author": "bernardo.sunderhus@gmail.com",
77
+ "package": "@fluentui/react-tooltip",
78
+ "commit": "79fd5b5f2563cd20a14ac66f784dfd9a640e0aaa",
79
+ "comment": "removes exposing of internal type FluentTriggerComponent"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui/react-tooltip",
84
+ "comment": "Bump @fluentui/react-portal to v9.0.9",
85
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
86
+ },
87
+ {
88
+ "author": "beachball",
89
+ "package": "@fluentui/react-tooltip",
90
+ "comment": "Bump @fluentui/react-positioning to v9.3.0",
91
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
92
+ },
93
+ {
94
+ "author": "beachball",
95
+ "package": "@fluentui/react-tooltip",
96
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.0",
97
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
98
+ },
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-tooltip",
102
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
103
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-tooltip",
108
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
109
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
110
+ }
111
+ ]
112
+ }
113
+ },
114
+ {
115
+ "date": "Tue, 25 Oct 2022 00:35:39 GMT",
116
+ "tag": "@fluentui/react-tooltip_v9.0.9",
117
+ "version": "9.0.9",
118
+ "comments": {
119
+ "none": [
120
+ {
121
+ "author": "miroslav.stastny@microsoft.com",
122
+ "package": "@fluentui/react-tooltip",
123
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
124
+ "comment": "Update package readme"
125
+ }
126
+ ]
127
+ }
128
+ },
129
+ {
130
+ "date": "Thu, 20 Oct 2022 08:39:55 GMT",
6
131
  "tag": "@fluentui/react-tooltip_v9.0.9",
7
132
  "version": "9.0.9",
8
133
  "comments": {
@@ -23,37 +148,37 @@
23
148
  "author": "beachball",
24
149
  "package": "@fluentui/react-tooltip",
25
150
  "comment": "Bump @fluentui/react-portal to v9.0.8",
26
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
151
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
27
152
  },
28
153
  {
29
154
  "author": "beachball",
30
155
  "package": "@fluentui/react-tooltip",
31
156
  "comment": "Bump @fluentui/react-positioning to v9.2.2",
32
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
157
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
33
158
  },
34
159
  {
35
160
  "author": "beachball",
36
161
  "package": "@fluentui/react-tooltip",
37
162
  "comment": "Bump @fluentui/react-shared-contexts to v9.0.2",
38
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
163
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
39
164
  },
40
165
  {
41
166
  "author": "beachball",
42
167
  "package": "@fluentui/react-tooltip",
43
168
  "comment": "Bump @fluentui/react-theme to v9.1.1",
44
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
169
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
45
170
  },
46
171
  {
47
172
  "author": "beachball",
48
173
  "package": "@fluentui/react-tooltip",
49
174
  "comment": "Bump @fluentui/react-utilities to v9.1.2",
50
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
175
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
51
176
  },
52
177
  {
53
178
  "author": "beachball",
54
179
  "package": "@fluentui/react-tooltip",
55
180
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
56
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
181
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
57
182
  }
58
183
  ]
59
184
  }
package/CHANGELOG.md CHANGED
@@ -1,24 +1,58 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Thu, 20 Oct 2022 08:35:32 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Nov 2022 14:53:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.1)
8
+
9
+ Fri, 11 Nov 2022 14:53:35 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.1.0..@fluentui/react-tooltip_v9.1.1)
11
+
12
+ ### Patches
13
+
14
+ - fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/keyboard-keys to v9.0.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
16
+ - Bump @fluentui/react-portal to v9.0.10 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.3.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.1.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
19
+ - Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.2.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
21
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
22
+
23
+ ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.0)
24
+
25
+ Wed, 02 Nov 2022 11:58:06 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.9..@fluentui/react-tooltip_v9.1.0)
27
+
28
+ ### Minor changes
29
+
30
+ - removes exposing of internal type FluentTriggerComponent ([PR #25409](https://github.com/microsoft/fluentui/pull/25409) by bernardo.sunderhus@gmail.com)
31
+ - Bump @fluentui/react-portal to v9.0.9 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
32
+ - Bump @fluentui/react-positioning to v9.3.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
33
+ - Bump @fluentui/react-shared-contexts to v9.1.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
34
+ - Bump @fluentui/react-utilities to v9.2.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
35
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
36
+
37
+ ### Patches
38
+
39
+ - chore: Update Griffel to latest version ([PR #25412](https://github.com/microsoft/fluentui/pull/25412) by olfedias@microsoft.com)
40
+
7
41
  ## [9.0.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.9)
8
42
 
9
- Thu, 20 Oct 2022 08:35:32 GMT
43
+ Thu, 20 Oct 2022 08:39:55 GMT
10
44
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.8..@fluentui/react-tooltip_v9.0.9)
11
45
 
12
46
  ### Patches
13
47
 
14
48
  - chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
15
49
  - chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
16
- - Bump @fluentui/react-portal to v9.0.8 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
17
- - Bump @fluentui/react-positioning to v9.2.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
18
- - Bump @fluentui/react-shared-contexts to v9.0.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
19
- - Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
20
- - Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
21
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
50
+ - Bump @fluentui/react-portal to v9.0.8 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
51
+ - Bump @fluentui/react-positioning to v9.2.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
52
+ - Bump @fluentui/react-shared-contexts to v9.0.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
53
+ - Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
54
+ - Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
55
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
22
56
 
23
57
  ## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.8)
24
58
 
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # @fluentui/react-tooltip
2
2
 
3
- **React Tooltip components for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
4
-
5
- These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
3
+ **React Tooltip components for [Fluent UI React](https://react.fluentui.dev)**
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import type { ComponentProps } from '@fluentui/react-utilities';
2
2
  import type { ComponentState } from '@fluentui/react-utilities';
3
- import type { FluentTriggerComponent } from '@fluentui/react-utilities';
4
3
  import type { PortalProps } from '@fluentui/react-portal';
5
4
  import type { PositioningShorthand } from '@fluentui/react-positioning';
6
5
  import * as React_2 from 'react';
@@ -23,7 +22,7 @@ export declare const renderTooltip_unstable: (state: TooltipState) => JSX.Elemen
23
22
  /**
24
23
  * A tooltip provides light weight contextual information on top of its target element.
25
24
  */
26
- export declare const Tooltip: React_2.FC<TooltipProps> & FluentTriggerComponent;
25
+ export declare const Tooltip: React_2.FC<TooltipProps>;
27
26
 
28
27
  export declare const tooltipClassNames: SlotClassNames<TooltipSlots>;
29
28
 
@@ -10,6 +10,7 @@ export const Tooltip = props => {
10
10
  useTooltipStyles_unstable(state);
11
11
  return renderTooltip_unstable(state);
12
12
  };
13
- Tooltip.displayName = 'Tooltip';
13
+ Tooltip.displayName = 'Tooltip'; // type casting here is required to ensure internal type FluentTriggerComponent is not leaked
14
+
14
15
  Tooltip.isFluentTriggerComponent = true;
15
16
  //# sourceMappingURL=Tooltip.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/react-components/react-tooltip/src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,SAAS,mBAAT,QAAoC,cAApC;AACA,SAAS,sBAAT,QAAuC,iBAAvC;AACA,SAAS,yBAAT,QAA0C,oBAA1C;AAIA;;AAEG;;AACH,OAAO,MAAM,OAAO,GAAoD,KAAK,IAAG;EAC9E,MAAM,KAAK,GAAG,mBAAmB,CAAC,KAAD,CAAjC;EAEA,yBAAyB,CAAC,KAAD,CAAzB;EACA,OAAO,sBAAsB,CAAC,KAAD,CAA7B;AACD,CALM;AAOP,OAAO,CAAC,WAAR,GAAsB,SAAtB;AACA,OAAO,CAAC,wBAAR,GAAmC,IAAnC","sourcesContent":["import * as React from 'react';\nimport { useTooltip_unstable } from './useTooltip';\nimport { renderTooltip_unstable } from './renderTooltip';\nimport { useTooltipStyles_unstable } from './useTooltipStyles';\nimport type { TooltipProps } from './Tooltip.types';\nimport type { FluentTriggerComponent } from '@fluentui/react-utilities';\n\n/**\n * A tooltip provides light weight contextual information on top of its target element.\n */\nexport const Tooltip: React.FC<TooltipProps> & FluentTriggerComponent = props => {\n const state = useTooltip_unstable(props);\n\n useTooltipStyles_unstable(state);\n return renderTooltip_unstable(state);\n};\n\nTooltip.displayName = 'Tooltip';\nTooltip.isFluentTriggerComponent = true;\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["packages/react-components/react-tooltip/src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,SAAS,mBAAT,QAAoC,cAApC;AACA,SAAS,sBAAT,QAAuC,iBAAvC;AACA,SAAS,yBAAT,QAA0C,oBAA1C;AAIA;;AAEG;;AACH,OAAO,MAAM,OAAO,GAA2B,KAAK,IAAG;EACrD,MAAM,KAAK,GAAG,mBAAmB,CAAC,KAAD,CAAjC;EAEA,yBAAyB,CAAC,KAAD,CAAzB;EACA,OAAO,sBAAsB,CAAC,KAAD,CAA7B;AACD,CALM;AAOP,OAAO,CAAC,WAAR,GAAsB,SAAtB,C,CACA;;AACC,OAAkC,CAAC,wBAAnC,GAA8D,IAA9D","sourcesContent":["import * as React from 'react';\nimport { useTooltip_unstable } from './useTooltip';\nimport { renderTooltip_unstable } from './renderTooltip';\nimport { useTooltipStyles_unstable } from './useTooltipStyles';\nimport type { TooltipProps } from './Tooltip.types';\nimport type { FluentTriggerComponent } from '@fluentui/react-utilities';\n\n/**\n * A tooltip provides light weight contextual information on top of its target element.\n */\nexport const Tooltip: React.FC<TooltipProps> = props => {\n const state = useTooltip_unstable(props);\n\n useTooltipStyles_unstable(state);\n return renderTooltip_unstable(state);\n};\n\nTooltip.displayName = 'Tooltip';\n// type casting here is required to ensure internal type FluentTriggerComponent is not leaked\n(Tooltip as FluentTriggerComponent).isFluentTriggerComponent = true;\n"],"sourceRoot":"../src/"}
@@ -22,6 +22,7 @@ const Tooltip = props => {
22
22
  };
23
23
 
24
24
  exports.Tooltip = Tooltip;
25
- exports.Tooltip.displayName = 'Tooltip';
25
+ exports.Tooltip.displayName = 'Tooltip'; // type casting here is required to ensure internal type FluentTriggerComponent is not leaked
26
+
26
27
  exports.Tooltip.isFluentTriggerComponent = true;
27
28
  //# sourceMappingURL=Tooltip.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/react-components/react-tooltip/src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":";;;;;;;AACA,MAAA,YAAA,gBAAA,OAAA,CAAA,cAAA,CAAA;;AACA,MAAA,eAAA,gBAAA,OAAA,CAAA,iBAAA,CAAA;;AACA,MAAA,kBAAA,gBAAA,OAAA,CAAA,oBAAA,CAAA;AAIA;;AAEG;;;AACI,MAAM,OAAO,GAAoD,KAAK,IAAG;EAC9E,MAAM,KAAK,GAAG,YAAA,CAAA,mBAAA,CAAoB,KAApB,CAAd;EAEA,kBAAA,CAAA,yBAAA,CAA0B,KAA1B;EACA,OAAO,eAAA,CAAA,sBAAA,CAAuB,KAAvB,CAAP;AACD,CALM;;AAAM,OAAA,CAAA,OAAA,GAAO,OAAP;AAOb,OAAA,CAAA,OAAA,CAAQ,WAAR,GAAsB,SAAtB;AACA,OAAA,CAAA,OAAA,CAAQ,wBAAR,GAAmC,IAAnC","sourcesContent":["import * as React from 'react';\nimport { useTooltip_unstable } from './useTooltip';\nimport { renderTooltip_unstable } from './renderTooltip';\nimport { useTooltipStyles_unstable } from './useTooltipStyles';\nimport type { TooltipProps } from './Tooltip.types';\nimport type { FluentTriggerComponent } from '@fluentui/react-utilities';\n\n/**\n * A tooltip provides light weight contextual information on top of its target element.\n */\nexport const Tooltip: React.FC<TooltipProps> & FluentTriggerComponent = props => {\n const state = useTooltip_unstable(props);\n\n useTooltipStyles_unstable(state);\n return renderTooltip_unstable(state);\n};\n\nTooltip.displayName = 'Tooltip';\nTooltip.isFluentTriggerComponent = true;\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["packages/react-components/react-tooltip/src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":";;;;;;;AACA,MAAA,YAAA,gBAAA,OAAA,CAAA,cAAA,CAAA;;AACA,MAAA,eAAA,gBAAA,OAAA,CAAA,iBAAA,CAAA;;AACA,MAAA,kBAAA,gBAAA,OAAA,CAAA,oBAAA,CAAA;AAIA;;AAEG;;;AACI,MAAM,OAAO,GAA2B,KAAK,IAAG;EACrD,MAAM,KAAK,GAAG,YAAA,CAAA,mBAAA,CAAoB,KAApB,CAAd;EAEA,kBAAA,CAAA,yBAAA,CAA0B,KAA1B;EACA,OAAO,eAAA,CAAA,sBAAA,CAAuB,KAAvB,CAAP;AACD,CALM;;AAAM,OAAA,CAAA,OAAA,GAAO,OAAP;AAOb,OAAA,CAAA,OAAA,CAAQ,WAAR,GAAsB,SAAtB,C,CACA;;AACC,OAAA,CAAA,OAAA,CAAmC,wBAAnC,GAA8D,IAA9D","sourcesContent":["import * as React from 'react';\nimport { useTooltip_unstable } from './useTooltip';\nimport { renderTooltip_unstable } from './renderTooltip';\nimport { useTooltipStyles_unstable } from './useTooltipStyles';\nimport type { TooltipProps } from './Tooltip.types';\nimport type { FluentTriggerComponent } from '@fluentui/react-utilities';\n\n/**\n * A tooltip provides light weight contextual information on top of its target element.\n */\nexport const Tooltip: React.FC<TooltipProps> = props => {\n const state = useTooltip_unstable(props);\n\n useTooltipStyles_unstable(state);\n return renderTooltip_unstable(state);\n};\n\nTooltip.displayName = 'Tooltip';\n// type casting here is required to ensure internal type FluentTriggerComponent is not leaked\n(Tooltip as FluentTriggerComponent).isFluentTriggerComponent = true;\n"],"sourceRoot":"../src/"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.0.9",
3
+ "version": "9.1.1",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
7
- "typings": "dist/index.d.ts",
7
+ "typings": "./dist/index.d.ts",
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
@@ -27,17 +27,17 @@
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/react-conformance": "*",
30
- "@fluentui/react-conformance-griffel": "9.0.0-beta.16",
30
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.18",
31
31
  "@fluentui/scripts": "^1.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/keyboard-keys": "^9.0.0",
35
- "@fluentui/react-portal": "^9.0.8",
36
- "@fluentui/react-positioning": "^9.2.2",
37
- "@fluentui/react-shared-contexts": "^9.0.2",
38
- "@fluentui/react-theme": "^9.1.1",
39
- "@fluentui/react-utilities": "^9.1.2",
40
- "@griffel/react": "^1.4.1",
34
+ "@fluentui/keyboard-keys": "^9.0.1",
35
+ "@fluentui/react-portal": "^9.0.10",
36
+ "@fluentui/react-positioning": "^9.3.1",
37
+ "@fluentui/react-shared-contexts": "^9.1.1",
38
+ "@fluentui/react-theme": "^9.1.2",
39
+ "@fluentui/react-utilities": "^9.2.1",
40
+ "@griffel/react": "^1.4.2",
41
41
  "tslib": "^2.1.0"
42
42
  },
43
43
  "peerDependencies": {
@@ -54,9 +54,10 @@
54
54
  },
55
55
  "exports": {
56
56
  ".": {
57
- "types": "./lib/index.d.ts",
57
+ "types": "./dist/index.d.ts",
58
58
  "import": "./lib/index.js",
59
59
  "require": "./lib-commonjs/index.js"
60
- }
60
+ },
61
+ "./package.json": "./package.json"
61
62
  }
62
63
  }