@fluentui/react-infobutton 9.0.0-beta.99 → 9.74.3-experimental.esm.20260709-49ee7a20cf.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.
Files changed (98) hide show
  1. package/CHANGELOG.md +240 -7
  2. package/dist/index.d.cts +175 -0
  3. package/dist/index.d.ts +9 -7
  4. package/lib/InfoButton.js +1 -1
  5. package/lib/InfoButton.js.map +1 -1
  6. package/lib/InfoLabel.js +1 -1
  7. package/lib/InfoLabel.js.map +1 -1
  8. package/lib/components/InfoButton/DefaultInfoButtonIcons.js +1 -1
  9. package/lib/components/InfoButton/DefaultInfoButtonIcons.js.map +1 -1
  10. package/lib/components/InfoButton/InfoButton.js +5 -4
  11. package/lib/components/InfoButton/InfoButton.js.map +1 -1
  12. package/lib/components/InfoButton/InfoButton.types.js +5 -1
  13. package/lib/components/InfoButton/InfoButton.types.js.map +1 -1
  14. package/lib/components/InfoButton/index.js +4 -5
  15. package/lib/components/InfoButton/index.js.map +1 -1
  16. package/lib/components/InfoButton/renderInfoButton.js +3 -3
  17. package/lib/components/InfoButton/renderInfoButton.js.map +1 -1
  18. package/lib/components/InfoButton/useInfoButton.js +9 -8
  19. package/lib/components/InfoButton/useInfoButton.js.map +1 -1
  20. package/lib/components/InfoButton/useInfoButtonStyles.styles.js +55 -42
  21. package/lib/components/InfoButton/useInfoButtonStyles.styles.js.map +1 -1
  22. package/lib/components/InfoButton/useInfoButtonStyles.styles.raw.js +100 -0
  23. package/lib/components/InfoButton/useInfoButtonStyles.styles.raw.js.map +1 -0
  24. package/lib/components/InfoLabel/InfoLabel.js +5 -4
  25. package/lib/components/InfoLabel/InfoLabel.js.map +1 -1
  26. package/lib/components/InfoLabel/InfoLabel.types.js +5 -1
  27. package/lib/components/InfoLabel/InfoLabel.types.js.map +1 -1
  28. package/lib/components/InfoLabel/index.js +4 -5
  29. package/lib/components/InfoLabel/index.js.map +1 -1
  30. package/lib/components/InfoLabel/renderInfoLabel.js +2 -2
  31. package/lib/components/InfoLabel/renderInfoLabel.js.map +1 -1
  32. package/lib/components/InfoLabel/useInfoLabel.js +5 -4
  33. package/lib/components/InfoLabel/useInfoLabel.js.map +1 -1
  34. package/lib/components/InfoLabel/useInfoLabelStyles.styles.js +8 -4
  35. package/lib/components/InfoLabel/useInfoLabelStyles.styles.js.map +1 -1
  36. package/lib/components/InfoLabel/useInfoLabelStyles.styles.raw.js +47 -0
  37. package/lib/components/InfoLabel/useInfoLabelStyles.styles.raw.js.map +1 -0
  38. package/lib/index.js +2 -2
  39. package/lib/index.js.map +1 -1
  40. package/lib-commonjs/InfoButton.cjs +28 -0
  41. package/lib-commonjs/InfoButton.cjs.map +1 -0
  42. package/lib-commonjs/InfoLabel.cjs +28 -0
  43. package/lib-commonjs/InfoLabel.cjs.map +1 -0
  44. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.cjs.map +1 -0
  45. package/lib-commonjs/components/InfoButton/{InfoButton.js → InfoButton.cjs} +5 -4
  46. package/lib-commonjs/components/InfoButton/InfoButton.cjs.map +1 -0
  47. package/lib-commonjs/components/InfoButton/InfoButton.types.cjs +8 -0
  48. package/lib-commonjs/components/InfoButton/InfoButton.types.cjs.map +1 -0
  49. package/lib-commonjs/components/InfoButton/index.cjs +31 -0
  50. package/lib-commonjs/components/InfoButton/index.cjs.map +1 -0
  51. package/lib-commonjs/components/InfoButton/{renderInfoButton.js → renderInfoButton.cjs} +1 -1
  52. package/lib-commonjs/components/InfoButton/renderInfoButton.cjs.map +1 -0
  53. package/lib-commonjs/components/InfoButton/{useInfoButton.js → useInfoButton.cjs} +7 -6
  54. package/lib-commonjs/components/InfoButton/useInfoButton.cjs.map +1 -0
  55. package/lib-commonjs/components/InfoButton/{useInfoButtonStyles.styles.js → useInfoButtonStyles.styles.cjs} +62 -87
  56. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.cjs.map +1 -0
  57. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.raw.cjs +114 -0
  58. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.raw.cjs.map +1 -0
  59. package/lib-commonjs/components/InfoLabel/{InfoLabel.js → InfoLabel.cjs} +5 -4
  60. package/lib-commonjs/components/InfoLabel/InfoLabel.cjs.map +1 -0
  61. package/lib-commonjs/components/InfoLabel/InfoLabel.types.cjs +8 -0
  62. package/lib-commonjs/components/InfoLabel/InfoLabel.types.cjs.map +1 -0
  63. package/lib-commonjs/components/InfoLabel/index.cjs +31 -0
  64. package/lib-commonjs/components/InfoLabel/index.cjs.map +1 -0
  65. package/lib-commonjs/components/InfoLabel/{renderInfoLabel.js → renderInfoLabel.cjs} +1 -1
  66. package/lib-commonjs/components/InfoLabel/renderInfoLabel.cjs.map +1 -0
  67. package/lib-commonjs/components/InfoLabel/{useInfoLabel.js → useInfoLabel.cjs} +3 -2
  68. package/lib-commonjs/components/InfoLabel/useInfoLabel.cjs.map +1 -0
  69. package/lib-commonjs/components/InfoLabel/{useInfoLabelStyles.styles.js → useInfoLabelStyles.styles.cjs} +6 -2
  70. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.cjs.map +1 -0
  71. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.raw.cjs +59 -0
  72. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.raw.cjs.map +1 -0
  73. package/lib-commonjs/{index.js → index.cjs} +12 -12
  74. package/lib-commonjs/index.cjs.map +1 -0
  75. package/package.json +26 -49
  76. package/lib-commonjs/InfoButton.js +0 -6
  77. package/lib-commonjs/InfoButton.js.map +0 -1
  78. package/lib-commonjs/InfoLabel.js +0 -6
  79. package/lib-commonjs/InfoLabel.js.map +0 -1
  80. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.js.map +0 -1
  81. package/lib-commonjs/components/InfoButton/InfoButton.js.map +0 -1
  82. package/lib-commonjs/components/InfoButton/InfoButton.types.js +0 -4
  83. package/lib-commonjs/components/InfoButton/InfoButton.types.js.map +0 -1
  84. package/lib-commonjs/components/InfoButton/index.js +0 -10
  85. package/lib-commonjs/components/InfoButton/index.js.map +0 -1
  86. package/lib-commonjs/components/InfoButton/renderInfoButton.js.map +0 -1
  87. package/lib-commonjs/components/InfoButton/useInfoButton.js.map +0 -1
  88. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js.map +0 -1
  89. package/lib-commonjs/components/InfoLabel/InfoLabel.js.map +0 -1
  90. package/lib-commonjs/components/InfoLabel/InfoLabel.types.js +0 -4
  91. package/lib-commonjs/components/InfoLabel/InfoLabel.types.js.map +0 -1
  92. package/lib-commonjs/components/InfoLabel/index.js +0 -10
  93. package/lib-commonjs/components/InfoLabel/index.js.map +0 -1
  94. package/lib-commonjs/components/InfoLabel/renderInfoLabel.js.map +0 -1
  95. package/lib-commonjs/components/InfoLabel/useInfoLabel.js.map +0 -1
  96. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js.map +0 -1
  97. package/lib-commonjs/index.js.map +0 -1
  98. /package/lib-commonjs/components/InfoButton/{DefaultInfoButtonIcons.js → DefaultInfoButtonIcons.cjs} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,21 +1,254 @@
1
1
  # Change Log - @fluentui/react-infobutton
2
2
 
3
- This log was last generated on Tue, 02 Apr 2024 09:41:20 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Jul 2026 17:34:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.74.3-experimental.esm.20260709-49ee7a20cf.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.74.3-experimental.esm.20260709-49ee7a20cf.0)
8
+
9
+ Thu, 09 Jul 2026 17:34:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.117..@fluentui/react-infobutton_v9.74.3-experimental.esm.20260709-49ee7a20cf.0)
11
+
12
+ ### Changes
13
+
14
+ - Release 9.74.3-experimental.esm.20260709-49ee7a20cf ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
+ - Bump @fluentui/react-label to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
16
+ - Bump @fluentui/react-popover to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
18
+ - Bump @fluentui/react-theme to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
20
+ - Bump @fluentui/react-jsx-runtime to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
21
+
22
+ ## [9.0.0-beta.117](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.117)
23
+
24
+ Wed, 24 Jun 2026 11:10:10 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.116..@fluentui/react-infobutton_v9.0.0-beta.117)
26
+
27
+ ### Changes
28
+
29
+ - Bump @fluentui/react-label to v9.4.3 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
30
+ - Bump @fluentui/react-popover to v9.14.4 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.26.16 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.26.5 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
33
+ - Bump @fluentui/react-jsx-runtime to v9.4.4 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
34
+
35
+ ## [9.0.0-beta.116](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.116)
36
+
37
+ Tue, 26 May 2026 09:40:00 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.115..@fluentui/react-infobutton_v9.0.0-beta.116)
39
+
40
+ ### Changes
41
+
42
+ - Bump @fluentui/react-label to v9.4.2 ([PR #36246](https://github.com/microsoft/fluentui/pull/36246) by beachball)
43
+ - Bump @fluentui/react-popover to v9.14.3 ([PR #36246](https://github.com/microsoft/fluentui/pull/36246) by beachball)
44
+ - Bump @fluentui/react-tabster to v9.26.15 ([PR #36246](https://github.com/microsoft/fluentui/pull/36246) by beachball)
45
+ - Bump @fluentui/react-utilities to v9.26.4 ([PR #36246](https://github.com/microsoft/fluentui/pull/36246) by beachball)
46
+ - Bump @fluentui/react-jsx-runtime to v9.4.3 ([PR #36246](https://github.com/microsoft/fluentui/pull/36246) by beachball)
47
+
48
+ ## [9.0.0-beta.115](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.115)
49
+
50
+ Thu, 23 Apr 2026 14:21:16 GMT
51
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.114..@fluentui/react-infobutton_v9.0.0-beta.115)
52
+
53
+ ### Changes
54
+
55
+ - Bump @fluentui/react-label to v9.4.1 ([PR #36035](https://github.com/microsoft/fluentui/pull/36035) by beachball)
56
+ - Bump @fluentui/react-popover to v9.14.2 ([PR #36035](https://github.com/microsoft/fluentui/pull/36035) by beachball)
57
+ - Bump @fluentui/react-tabster to v9.26.14 ([PR #36035](https://github.com/microsoft/fluentui/pull/36035) by beachball)
58
+ - Bump @fluentui/react-utilities to v9.26.3 ([PR #36035](https://github.com/microsoft/fluentui/pull/36035) by beachball)
59
+ - Bump @fluentui/react-jsx-runtime to v9.4.2 ([PR #36035](https://github.com/microsoft/fluentui/pull/36035) by beachball)
60
+
61
+ ## [9.0.0-beta.114](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.114)
62
+
63
+ Wed, 01 Apr 2026 15:52:43 GMT
64
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.113..@fluentui/react-infobutton_v9.0.0-beta.114)
65
+
66
+ ### Changes
67
+
68
+ - Bump @fluentui/react-label to v9.4.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
69
+
70
+ ## [9.0.0-beta.113](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.113)
71
+
72
+ Mon, 30 Mar 2026 14:37:41 GMT
73
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.112..@fluentui/react-infobutton_v9.0.0-beta.113)
74
+
75
+ ### Changes
76
+
77
+ - Bump @fluentui/react-popover to v9.14.1 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
78
+
79
+ ## [9.0.0-beta.112](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.112)
80
+
81
+ Tue, 03 Mar 2026 09:43:43 GMT
82
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.111..@fluentui/react-infobutton_v9.0.0-beta.112)
83
+
84
+ ### Changes
85
+
86
+ - Bump @fluentui/react-popover to v9.14.0 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
87
+
88
+ ## [9.0.0-beta.111](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.111)
89
+
90
+ Wed, 25 Feb 2026 13:32:28 GMT
91
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.110..@fluentui/react-infobutton_v9.0.0-beta.111)
92
+
93
+ ### Changes
94
+
95
+ - Bump @fluentui/react-label to v9.3.15 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
96
+ - Bump @fluentui/react-popover to v9.13.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
97
+ - Bump @fluentui/react-tabster to v9.26.13 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
98
+ - Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
99
+ - Bump @fluentui/react-jsx-runtime to v9.4.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
100
+
101
+ ## [9.0.0-beta.110](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.110)
102
+
103
+ Thu, 12 Feb 2026 10:46:15 GMT
104
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.109..@fluentui/react-infobutton_v9.0.0-beta.110)
105
+
106
+ ### Changes
107
+
108
+ - Bump @fluentui/react-label to v9.3.14 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
109
+ - Bump @fluentui/react-popover to v9.13.1 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
110
+ - Bump @fluentui/react-jsx-runtime to v9.4.0 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
111
+
112
+ ## [9.0.0-beta.109](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.109)
113
+
114
+ Thu, 22 Jan 2026 17:06:55 GMT
115
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.108..@fluentui/react-infobutton_v9.0.0-beta.109)
116
+
117
+ ### Changes
118
+
119
+ - Bump @fluentui/react-label to v9.3.13 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
120
+ - Bump @fluentui/react-popover to v9.13.0 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
121
+ - Bump @fluentui/react-tabster to v9.26.12 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
122
+ - Bump @fluentui/react-theme to v9.2.1 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
123
+ - Bump @fluentui/react-utilities to v9.26.1 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
124
+ - Bump @fluentui/react-jsx-runtime to v9.3.5 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
125
+
126
+ ## [9.0.0-beta.108](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.108)
127
+
128
+ Wed, 17 Dec 2025 18:10:11 GMT
129
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.107..@fluentui/react-infobutton_v9.0.0-beta.108)
130
+
131
+ ### Changes
132
+
133
+ - Bump @fluentui/react-label to v9.3.12 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
134
+ - Bump @fluentui/react-popover to v9.12.13 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
135
+ - Bump @fluentui/react-tabster to v9.26.11 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
136
+ - Bump @fluentui/react-utilities to v9.26.0 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
137
+ - Bump @fluentui/react-jsx-runtime to v9.3.4 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
138
+
139
+ ## [9.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.107)
140
+
141
+ Tue, 11 Nov 2025 19:18:23 GMT
142
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.106..@fluentui/react-infobutton_v9.0.0-beta.107)
143
+
144
+ ### Changes
145
+
146
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
147
+ - Bump @fluentui/react-label to v9.3.11 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
148
+ - Bump @fluentui/react-popover to v9.12.12 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
149
+ - Bump @fluentui/react-tabster to v9.26.10 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
150
+ - Bump @fluentui/react-utilities to v9.25.4 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
151
+ - Bump @fluentui/react-jsx-runtime to v9.3.3 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
152
+
153
+ ## [9.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.106)
154
+
155
+ Thu, 06 Nov 2025 15:01:20 GMT
156
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.105..@fluentui/react-infobutton_v9.0.0-beta.106)
157
+
158
+ ### Changes
159
+
160
+ - fix: mitigate native popover prop dts clash from public API exposed by React 19 ([PR #35434](https://github.com/microsoft/fluentui/pull/35434) by martinhochel@microsoft.com)
161
+ - Bump @fluentui/react-label to v9.3.10 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
162
+ - Bump @fluentui/react-popover to v9.12.11 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
163
+ - Bump @fluentui/react-tabster to v9.26.9 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
164
+ - Bump @fluentui/react-utilities to v9.25.3 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
165
+ - Bump @fluentui/react-jsx-runtime to v9.3.2 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
166
+
167
+ ## [9.0.0-beta.105](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.105)
168
+
169
+ Fri, 31 Oct 2025 16:22:06 GMT
170
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.104..@fluentui/react-infobutton_v9.0.0-beta.105)
171
+
172
+ ### Changes
173
+
174
+ - Bump @fluentui/react-label to v9.3.9 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
175
+ - Bump @fluentui/react-popover to v9.12.10 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
176
+ - Bump @fluentui/react-tabster to v9.26.8 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
177
+ - Bump @fluentui/react-utilities to v9.25.2 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
178
+ - Bump @fluentui/react-jsx-runtime to v9.3.1 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
179
+
180
+ ## [9.0.0-beta.104](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.104)
181
+
182
+ Tue, 21 Oct 2025 14:16:59 GMT
183
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.103..@fluentui/react-infobutton_v9.0.0-beta.104)
184
+
185
+ ### Changes
186
+
187
+ - Bump @fluentui/react-label to v9.3.8 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
188
+ - Bump @fluentui/react-popover to v9.12.9 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
189
+ - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
190
+
191
+ ## [9.0.0-beta.103](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.103)
192
+
193
+ Wed, 08 Oct 2025 12:04:52 GMT
194
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.102..@fluentui/react-infobutton_v9.0.0-beta.103)
195
+
196
+ ### Changes
197
+
198
+ - feat: add react 19 support ([PR #35285](https://github.com/microsoft/fluentui/pull/35285) by martinhochel@microsoft.com)
199
+ - Bump @fluentui/react-label to v9.3.7 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
200
+ - Bump @fluentui/react-popover to v9.12.8 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
201
+ - Bump @fluentui/react-tabster to v9.26.7 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
202
+ - Bump @fluentui/react-utilities to v9.25.1 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
203
+ - Bump @fluentui/react-jsx-runtime to v9.2.2 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
204
+
205
+ ## [9.0.0-beta.102](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.102)
206
+
207
+ Thu, 02 May 2024 11:36:33 GMT
208
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.101..@fluentui/react-infobutton_v9.0.0-beta.102)
209
+
210
+ ### Changes
211
+
212
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
213
+ - Bump @fluentui/react-popover to v9.9.6 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
214
+ - Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
215
+
216
+ ## [9.0.0-beta.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.101)
217
+
218
+ Tue, 23 Apr 2024 08:17:49 GMT
219
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.100..@fluentui/react-infobutton_v9.0.0-beta.101)
220
+
221
+ ### Changes
222
+
223
+ - Bump @fluentui/react-label to v9.1.68 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
224
+ - Bump @fluentui/react-popover to v9.9.5 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
225
+ - Bump @fluentui/react-tabster to v9.20.1 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
226
+ - Bump @fluentui/react-utilities to v9.18.7 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
227
+ - Bump @fluentui/react-jsx-runtime to v9.0.36 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
228
+
229
+ ## [9.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.100)
230
+
231
+ Wed, 17 Apr 2024 21:53:53 GMT
232
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.99..@fluentui/react-infobutton_v9.0.0-beta.100)
233
+
234
+ ### Changes
235
+
236
+ - chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
237
+ - Bump @fluentui/react-popover to v9.9.4 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
238
+ - Bump @fluentui/react-tabster to v9.20.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
239
+
7
240
  ## [9.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.99)
8
241
 
9
- Tue, 02 Apr 2024 09:41:20 GMT
242
+ Tue, 02 Apr 2024 09:48:01 GMT
10
243
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.98..@fluentui/react-infobutton_v9.0.0-beta.99)
11
244
 
12
245
  ### Changes
13
246
 
14
- - Bump @fluentui/react-label to v9.1.67 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
15
- - Bump @fluentui/react-popover to v9.9.3 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
16
- - Bump @fluentui/react-tabster to v9.19.6 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
17
- - Bump @fluentui/react-utilities to v9.18.6 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
18
- - Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
247
+ - Bump @fluentui/react-label to v9.1.67 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
248
+ - Bump @fluentui/react-popover to v9.9.3 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
249
+ - Bump @fluentui/react-tabster to v9.19.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
250
+ - Bump @fluentui/react-utilities to v9.18.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
251
+ - Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
19
252
 
20
253
  ## [9.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.98)
21
254
 
@@ -0,0 +1,175 @@
1
+ import type { ComponentProps } from '@fluentui/react-utilities';
2
+ import type { ComponentState } from '@fluentui/react-utilities';
3
+ import type { ForwardRefComponent } from '@fluentui/react-utilities';
4
+ import type { Label } from '@fluentui/react-label';
5
+ import type { PopoverProps } from '@fluentui/react-popover';
6
+ import type { PopoverSurface } from '@fluentui/react-popover';
7
+ import * as React_2 from 'react';
8
+ import type { Slot } from '@fluentui/react-utilities';
9
+ import type { SlotClassNames } from '@fluentui/react-utilities';
10
+
11
+ /**
12
+ * InfoButtons provide a way to display additional information about a form field or an area in the UI.
13
+ *
14
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
15
+ */
16
+ export declare const InfoButton: ForwardRefComponent<InfoButtonProps>;
17
+
18
+ /**
19
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
20
+ */
21
+ export declare const infoButtonClassNames: SlotClassNames<InfoButtonSlots>;
22
+
23
+ /**
24
+ * InfoButton Props
25
+ *
26
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
27
+ */
28
+ export declare type InfoButtonProps = Omit<ComponentProps<Partial<InfoButtonSlots>>, 'disabled' | 'popover'> & {
29
+ /**
30
+ * Size of the InfoButton.
31
+ *
32
+ * @default medium
33
+ */
34
+ size?: 'small' | 'medium' | 'large';
35
+ /**
36
+ * Whether the InfoButton should be rendered inline or on a Portal.
37
+ *
38
+ * @default true
39
+ */
40
+ inline?: boolean;
41
+ /**
42
+ * The Popover element that wraps the info and root slots. Use this slot to pass props to the Popover.
43
+ */
44
+ popover?: InfoButtonSlots['popover'];
45
+ };
46
+
47
+ /**
48
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
49
+ */
50
+ export declare type InfoButtonSlots = {
51
+ root: NonNullable<Slot<'button'>>;
52
+ /**
53
+ * The Popover element that wraps the info and root slots. Use this slot to pass props to the Popover.
54
+ */
55
+ popover: NonNullable<Slot<Partial<Omit<PopoverProps, 'openOnHover'>>>>;
56
+ /**
57
+ * The information to be displayed in the PopoverSurface when the button is pressed.
58
+ */
59
+ info: NonNullable<Slot<typeof PopoverSurface>>;
60
+ };
61
+
62
+ /**
63
+ * State used in rendering InfoButton
64
+ *
65
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
66
+ */
67
+ export declare type InfoButtonState = ComponentState<InfoButtonSlots> & Required<Pick<InfoButtonProps, 'inline' | 'size'>>;
68
+
69
+ /**
70
+ * InfoLabel component
71
+ *
72
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
73
+ */
74
+ export declare const InfoLabel: ForwardRefComponent<InfoLabelProps>;
75
+
76
+ /**
77
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
78
+ */
79
+ export declare const infoLabelClassNames: SlotClassNames<InfoLabelSlots>;
80
+
81
+ /**
82
+ * InfoLabel Props
83
+ *
84
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
85
+ */
86
+ export declare type InfoLabelProps = ComponentProps<Partial<InfoLabelSlots>, 'label'> & {
87
+ /**
88
+ * The content of the InfoButton's popover.
89
+ */
90
+ info?: InfoButtonProps['info'];
91
+ };
92
+
93
+ /**
94
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
95
+ */
96
+ export declare type InfoLabelSlots = {
97
+ root: NonNullable<Slot<'span'>>;
98
+ /**
99
+ * The Label component.
100
+ *
101
+ * It is not typically necessary to use this prop. The label text is the child of the `<InfoLabel>`, and other props
102
+ * such as `size` and `required` should be set directly on the `InfoLabel`.
103
+ *
104
+ * This is the PRIMARY slot: all native properties specified directly on `<InfoLabel>` will be applied to this slot,
105
+ * except `className` and `style`, which remain on the root slot.
106
+ */
107
+ label: NonNullable<Slot<typeof Label>>;
108
+ /**
109
+ * The InfoButton component.
110
+ *
111
+ * It is not typically necessary to use this prop. The content can be set using the `info` prop of the InfoLabel.
112
+ */
113
+ infoButton: Slot<typeof InfoButton>;
114
+ };
115
+
116
+ /**
117
+ * State used in rendering InfoLabel
118
+ *
119
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
120
+ */
121
+ export declare type InfoLabelState = ComponentState<InfoLabelSlots> & Pick<InfoLabelProps, 'size'>;
122
+
123
+ /**
124
+ * Render the final JSX of InfoButton
125
+ *
126
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
127
+ */
128
+ export declare const renderInfoButton_unstable: (state: InfoButtonState) => React_2.ReactElement;
129
+
130
+ /**
131
+ * Render the final JSX of InfoLabel
132
+ *
133
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
134
+ */
135
+ export declare const renderInfoLabel_unstable: (state: InfoLabelState) => React_2.ReactElement;
136
+
137
+ /**
138
+ * Create the state required to render InfoButton.
139
+ *
140
+ * The returned state can be modified with hooks such as useInfoButtonStyles_unstable,
141
+ * before being passed to renderInfoButton_unstable.
142
+ *
143
+ * @param props - props from this instance of InfoButton
144
+ * @param ref - reference to root HTMLElement of InfoButton
145
+ *
146
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
147
+ */
148
+ export declare const useInfoButton_unstable: (props: InfoButtonProps, ref: React_2.Ref<HTMLElement>) => InfoButtonState;
149
+
150
+ /**
151
+ * Apply styling to the InfoButton slots based on the state
152
+ */
153
+ export declare const useInfoButtonStyles_unstable: (state: InfoButtonState) => InfoButtonState;
154
+
155
+ /**
156
+ * Create the state required to render InfoLabel.
157
+ *
158
+ * The returned state can be modified with hooks such as useInfoLabelStyles_unstable,
159
+ * before being passed to renderInfoLabel_unstable.
160
+ *
161
+ * @param props - props from this instance of InfoLabel
162
+ * @param ref - reference to label element of InfoLabel
163
+ *
164
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
165
+ */
166
+ export declare const useInfoLabel_unstable: (props: InfoLabelProps, ref: React_2.Ref<HTMLLabelElement>) => InfoLabelState;
167
+
168
+ /**
169
+ * Apply styling to the InfoLabel slots based on the state
170
+ *
171
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
172
+ */
173
+ export declare const useInfoLabelStyles_unstable: (state: InfoLabelState) => InfoLabelState;
174
+
175
+ export { }
package/dist/index.d.ts CHANGED
@@ -1,9 +1,7 @@
1
- /// <reference types="react" />
2
-
3
1
  import type { ComponentProps } from '@fluentui/react-utilities';
4
2
  import type { ComponentState } from '@fluentui/react-utilities';
5
- import { ForwardRefComponent } from '@fluentui/react-utilities';
6
- import { Label } from '@fluentui/react-label';
3
+ import type { ForwardRefComponent } from '@fluentui/react-utilities';
4
+ import type { Label } from '@fluentui/react-label';
7
5
  import type { PopoverProps } from '@fluentui/react-popover';
8
6
  import type { PopoverSurface } from '@fluentui/react-popover';
9
7
  import * as React_2 from 'react';
@@ -27,7 +25,7 @@ export declare const infoButtonClassNames: SlotClassNames<InfoButtonSlots>;
27
25
  *
28
26
  * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
29
27
  */
30
- export declare type InfoButtonProps = Omit<ComponentProps<Partial<InfoButtonSlots>>, 'disabled'> & {
28
+ export declare type InfoButtonProps = Omit<ComponentProps<Partial<InfoButtonSlots>>, 'disabled' | 'popover'> & {
31
29
  /**
32
30
  * Size of the InfoButton.
33
31
  *
@@ -40,6 +38,10 @@ export declare type InfoButtonProps = Omit<ComponentProps<Partial<InfoButtonSlot
40
38
  * @default true
41
39
  */
42
40
  inline?: boolean;
41
+ /**
42
+ * The Popover element that wraps the info and root slots. Use this slot to pass props to the Popover.
43
+ */
44
+ popover?: InfoButtonSlots['popover'];
43
45
  };
44
46
 
45
47
  /**
@@ -123,14 +125,14 @@ export declare type InfoLabelState = ComponentState<InfoLabelSlots> & Pick<InfoL
123
125
  *
124
126
  * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
125
127
  */
126
- export declare const renderInfoButton_unstable: (state: InfoButtonState) => JSX.Element;
128
+ export declare const renderInfoButton_unstable: (state: InfoButtonState) => React_2.ReactElement;
127
129
 
128
130
  /**
129
131
  * Render the final JSX of InfoLabel
130
132
  *
131
133
  * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
132
134
  */
133
- export declare const renderInfoLabel_unstable: (state: InfoLabelState) => JSX.Element;
135
+ export declare const renderInfoLabel_unstable: (state: InfoLabelState) => React_2.ReactElement;
134
136
 
135
137
  /**
136
138
  * Create the state required to render InfoButton.
package/lib/InfoButton.js CHANGED
@@ -1 +1 @@
1
- export * from './components/InfoButton/index';
1
+ /* eslint-disable @typescript-eslint/no-deprecated */ export { InfoButton, infoButtonClassNames, renderInfoButton_unstable, useInfoButtonStyles_unstable, useInfoButton_unstable } from "./components/InfoButton/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["InfoButton.ts"],"sourcesContent":["export * from './components/InfoButton/index';\n"],"names":[],"mappings":"AAAA,cAAc,gCAAgC"}
1
+ {"version":3,"sources":["../src/InfoButton.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-deprecated */\nexport type { InfoButtonProps, InfoButtonSlots, InfoButtonState } from './components/InfoButton/index';\nexport {\n InfoButton,\n infoButtonClassNames,\n renderInfoButton_unstable,\n useInfoButtonStyles_unstable,\n useInfoButton_unstable,\n} from './components/InfoButton/index';\n"],"names":["InfoButton","infoButtonClassNames","renderInfoButton_unstable","useInfoButtonStyles_unstable","useInfoButton_unstable"],"mappings":"AAAA,mDAAmD,GAEnD,SACEA,UAAU,EACVC,oBAAoB,EACpBC,yBAAyB,EACzBC,4BAA4B,EAC5BC,sBAAsB,QACjB,mCAAgC"}
package/lib/InfoLabel.js CHANGED
@@ -1 +1 @@
1
- export * from './components/InfoLabel/index';
1
+ /* eslint-disable @typescript-eslint/no-deprecated */ export { InfoLabel, infoLabelClassNames, renderInfoLabel_unstable, useInfoLabelStyles_unstable, useInfoLabel_unstable } from "./components/InfoLabel/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["InfoLabel.ts"],"sourcesContent":["export * from './components/InfoLabel/index';\n"],"names":[],"mappings":"AAAA,cAAc,+BAA+B"}
1
+ {"version":3,"sources":["../src/InfoLabel.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-deprecated */\nexport type { InfoLabelProps, InfoLabelSlots, InfoLabelState } from './components/InfoLabel/index';\nexport {\n InfoLabel,\n infoLabelClassNames,\n renderInfoLabel_unstable,\n useInfoLabelStyles_unstable,\n useInfoLabel_unstable,\n} from './components/InfoLabel/index';\n"],"names":["InfoLabel","infoLabelClassNames","renderInfoLabel_unstable","useInfoLabelStyles_unstable","useInfoLabel_unstable"],"mappings":"AAAA,mDAAmD,GAEnD,SACEA,SAAS,EACTC,mBAAmB,EACnBC,wBAAwB,EACxBC,2BAA2B,EAC3BC,qBAAqB,QAChB,kCAA+B"}
@@ -1,4 +1,4 @@
1
- import { Info12Regular, Info12Filled, Info16Regular, Info16Filled, Info20Regular, Info20Filled, bundleIcon } from '@fluentui/react-icons';
1
+ import { Info12Regular, Info12Filled, Info16Regular, Info16Filled, Info20Regular, Info20Filled, bundleIcon } from "@fluentui/react-icons";
2
2
  export const DefaultInfoButtonIcon12 = bundleIcon(Info12Filled, Info12Regular);
3
3
  export const DefaultInfoButtonIcon16 = bundleIcon(Info16Filled, Info16Regular);
4
4
  export const DefaultInfoButtonIcon20 = bundleIcon(Info20Filled, Info20Regular);
@@ -1 +1 @@
1
- {"version":3,"sources":["DefaultInfoButtonIcons.tsx"],"sourcesContent":["import {\n Info12Regular,\n Info12Filled,\n Info16Regular,\n Info16Filled,\n Info20Regular,\n Info20Filled,\n bundleIcon,\n} from '@fluentui/react-icons';\n\nexport const DefaultInfoButtonIcon12 = bundleIcon(Info12Filled, Info12Regular);\nexport const DefaultInfoButtonIcon16 = bundleIcon(Info16Filled, Info16Regular);\nexport const DefaultInfoButtonIcon20 = bundleIcon(Info20Filled, Info20Regular);\n"],"names":["Info12Regular","Info12Filled","Info16Regular","Info16Filled","Info20Regular","Info20Filled","bundleIcon","DefaultInfoButtonIcon12","DefaultInfoButtonIcon16","DefaultInfoButtonIcon20"],"mappings":"AAAA,SACEA,aAAa,EACbC,YAAY,EACZC,aAAa,EACbC,YAAY,EACZC,aAAa,EACbC,YAAY,EACZC,UAAU,QACL,wBAAwB;AAE/B,OAAO,MAAMC,0BAA0BD,WAAWL,cAAcD,eAAe;AAC/E,OAAO,MAAMQ,0BAA0BF,WAAWH,cAAcD,eAAe;AAC/E,OAAO,MAAMO,0BAA0BH,WAAWD,cAAcD,eAAe"}
1
+ {"version":3,"sources":["../src/components/InfoButton/DefaultInfoButtonIcons.tsx"],"sourcesContent":["import {\n Info12Regular,\n Info12Filled,\n Info16Regular,\n Info16Filled,\n Info20Regular,\n Info20Filled,\n bundleIcon,\n} from '@fluentui/react-icons';\n\nexport const DefaultInfoButtonIcon12 = bundleIcon(Info12Filled, Info12Regular);\nexport const DefaultInfoButtonIcon16 = bundleIcon(Info16Filled, Info16Regular);\nexport const DefaultInfoButtonIcon20 = bundleIcon(Info20Filled, Info20Regular);\n"],"names":["Info12Regular","Info12Filled","Info16Regular","Info16Filled","Info20Regular","Info20Filled","bundleIcon","DefaultInfoButtonIcon12","DefaultInfoButtonIcon16","DefaultInfoButtonIcon20"],"mappings":"AAAA,SACEA,aAAa,EACbC,YAAY,EACZC,aAAa,EACbC,YAAY,EACZC,aAAa,EACbC,YAAY,EACZC,UAAU,QACL,wBAAwB;AAE/B,OAAO,MAAMC,0BAA0BD,WAAWL,cAAcD,eAAe;AAC/E,OAAO,MAAMQ,0BAA0BF,WAAWH,cAAcD,eAAe;AAC/E,OAAO,MAAMO,0BAA0BH,WAAWD,cAAcD,eAAe"}
@@ -1,7 +1,8 @@
1
- /* eslint-disable deprecation/deprecation */ import * as React from 'react';
2
- import { renderInfoButton_unstable } from './renderInfoButton';
3
- import { useInfoButton_unstable } from './useInfoButton';
4
- import { useInfoButtonStyles_unstable } from './useInfoButtonStyles.styles';
1
+ /* eslint-disable @typescript-eslint/no-deprecated */ 'use client';
2
+ import * as React from "react";
3
+ import { renderInfoButton_unstable } from "./renderInfoButton.js";
4
+ import { useInfoButton_unstable } from "./useInfoButton.js";
5
+ import { useInfoButtonStyles_unstable } from "./useInfoButtonStyles.styles.js";
5
6
  /**
6
7
  * InfoButtons provide a way to display additional information about a form field or an area in the UI.
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"sources":["InfoButton.tsx"],"sourcesContent":["/* eslint-disable deprecation/deprecation */\nimport * as React from 'react';\nimport { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { renderInfoButton_unstable } from './renderInfoButton';\nimport { useInfoButton_unstable } from './useInfoButton';\nimport { useInfoButtonStyles_unstable } from './useInfoButtonStyles.styles';\nimport type { InfoButtonProps } from './InfoButton.types';\n\n/**\n * InfoButtons provide a way to display additional information about a form field or an area in the UI.\n *\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport const InfoButton: ForwardRefComponent<InfoButtonProps> = React.forwardRef((props, ref) => {\n const state = useInfoButton_unstable(props, ref);\n\n useInfoButtonStyles_unstable(state);\n return renderInfoButton_unstable(state);\n});\n\nInfoButton.displayName = 'InfoButton';\n"],"names":["React","renderInfoButton_unstable","useInfoButton_unstable","useInfoButtonStyles_unstable","InfoButton","forwardRef","props","ref","state","displayName"],"mappings":"AAAA,0CAA0C,GAC1C,YAAYA,WAAW,QAAQ;AAE/B,SAASC,yBAAyB,QAAQ,qBAAqB;AAC/D,SAASC,sBAAsB,QAAQ,kBAAkB;AACzD,SAASC,4BAA4B,QAAQ,+BAA+B;AAG5E;;;;CAIC,GACD,OAAO,MAAMC,2BAAmDJ,MAAMK,UAAU,CAAC,CAACC,OAAOC;IACvF,MAAMC,QAAQN,uBAAuBI,OAAOC;IAE5CJ,6BAA6BK;IAC7B,OAAOP,0BAA0BO;AACnC,GAAG;AAEHJ,WAAWK,WAAW,GAAG"}
1
+ {"version":3,"sources":["../src/components/InfoButton/InfoButton.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-deprecated */\n\n'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { renderInfoButton_unstable } from './renderInfoButton';\nimport { useInfoButton_unstable } from './useInfoButton';\nimport { useInfoButtonStyles_unstable } from './useInfoButtonStyles.styles';\nimport type { InfoButtonProps } from './InfoButton.types';\n\n/**\n * InfoButtons provide a way to display additional information about a form field or an area in the UI.\n *\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport const InfoButton: ForwardRefComponent<InfoButtonProps> = React.forwardRef((props, ref) => {\n const state = useInfoButton_unstable(props, ref);\n\n useInfoButtonStyles_unstable(state);\n return renderInfoButton_unstable(state);\n});\n\nInfoButton.displayName = 'InfoButton';\n"],"names":["React","renderInfoButton_unstable","useInfoButton_unstable","useInfoButtonStyles_unstable","InfoButton","forwardRef","props","ref","state","displayName"],"mappings":"AAAA,mDAAmD,GAEnD;AAEA,YAAYA,WAAW,QAAQ;AAE/B,SAASC,yBAAyB,QAAQ,wBAAqB;AAC/D,SAASC,sBAAsB,QAAQ,qBAAkB;AACzD,SAASC,4BAA4B,QAAQ,kCAA+B;AAG5E;;;;CAIC,GACD,OAAO,MAAMC,2BAAmDJ,MAAMK,UAAU,CAAC,CAACC,OAAOC;IACvF,MAAMC,QAAQN,uBAAuBI,OAAOC;IAE5CJ,6BAA6BK;IAC7B,OAAOP,0BAA0BO;AACnC,GAAG;AAEHJ,WAAWK,WAAW,GAAG"}
@@ -1 +1,5 @@
1
- /* eslint-disable deprecation/deprecation */ export { };
1
+ /* eslint-disable @typescript-eslint/no-deprecated */ /**
2
+ * State used in rendering InfoButton
3
+ *
4
+ * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead
5
+ */ export { };
@@ -1 +1 @@
1
- {"version":3,"sources":["InfoButton.types.ts"],"sourcesContent":["/* eslint-disable deprecation/deprecation */\nimport type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\nimport type { PopoverProps, PopoverSurface } from '@fluentui/react-popover';\n\n/**\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport type InfoButtonSlots = {\n root: NonNullable<Slot<'button'>>;\n\n /**\n * The Popover element that wraps the info and root slots. Use this slot to pass props to the Popover.\n */\n popover: NonNullable<Slot<Partial<Omit<PopoverProps, 'openOnHover'>>>>;\n\n /**\n * The information to be displayed in the PopoverSurface when the button is pressed.\n */\n info: NonNullable<Slot<typeof PopoverSurface>>;\n};\n\n/**\n * InfoButton Props\n *\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport type InfoButtonProps = Omit<ComponentProps<Partial<InfoButtonSlots>>, 'disabled'> & {\n /**\n * Size of the InfoButton.\n *\n * @default medium\n */\n size?: 'small' | 'medium' | 'large';\n\n /**\n * Whether the InfoButton should be rendered inline or on a Portal.\n *\n * @default true\n */\n inline?: boolean;\n};\n\n/**\n * State used in rendering InfoButton\n *\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport type InfoButtonState = ComponentState<InfoButtonSlots> & Required<Pick<InfoButtonProps, 'inline' | 'size'>>;\n"],"names":[],"mappings":"AAAA,0CAA0C,GAC1C,WA8CmH"}
1
+ {"version":3,"sources":["../src/components/InfoButton/InfoButton.types.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-deprecated */\nimport type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\nimport type { PopoverProps, PopoverSurface } from '@fluentui/react-popover';\n\n/**\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport type InfoButtonSlots = {\n root: NonNullable<Slot<'button'>>;\n\n /**\n * The Popover element that wraps the info and root slots. Use this slot to pass props to the Popover.\n */\n popover: NonNullable<Slot<Partial<Omit<PopoverProps, 'openOnHover'>>>>;\n\n /**\n * The information to be displayed in the PopoverSurface when the button is pressed.\n */\n info: NonNullable<Slot<typeof PopoverSurface>>;\n};\n\n/**\n * InfoButton Props\n *\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport type InfoButtonProps = Omit<ComponentProps<Partial<InfoButtonSlots>>, 'disabled' | 'popover'> & {\n /**\n * Size of the InfoButton.\n *\n * @default medium\n */\n size?: 'small' | 'medium' | 'large';\n\n /**\n * Whether the InfoButton should be rendered inline or on a Portal.\n *\n * @default true\n */\n inline?: boolean;\n\n /**\n * The Popover element that wraps the info and root slots. Use this slot to pass props to the Popover.\n */\n popover?: InfoButtonSlots['popover'];\n};\n\n/**\n * State used in rendering InfoButton\n *\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport type InfoButtonState = ComponentState<InfoButtonSlots> & Required<Pick<InfoButtonProps, 'inline' | 'size'>>;\n"],"names":[],"mappings":"AAAA,mDAAmD,GA+CnD;;;;CAIC,GACD,WAAmH"}
@@ -1,5 +1,4 @@
1
- export * from './InfoButton';
2
- export * from './InfoButton.types';
3
- export * from './renderInfoButton';
4
- export * from './useInfoButton';
5
- export * from './useInfoButtonStyles.styles';
1
+ /* eslint-disable @typescript-eslint/no-deprecated */ export { InfoButton } from "./InfoButton.js";
2
+ export { renderInfoButton_unstable } from "./renderInfoButton.js";
3
+ export { useInfoButton_unstable } from "./useInfoButton.js";
4
+ export { infoButtonClassNames, useInfoButtonStyles_unstable } from "./useInfoButtonStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './InfoButton';\nexport * from './InfoButton.types';\nexport * from './renderInfoButton';\nexport * from './useInfoButton';\nexport * from './useInfoButtonStyles.styles';\n"],"names":[],"mappings":"AAAA,cAAc,eAAe;AAC7B,cAAc,qBAAqB;AACnC,cAAc,qBAAqB;AACnC,cAAc,kBAAkB;AAChC,cAAc,+BAA+B"}
1
+ {"version":3,"sources":["../src/components/InfoButton/index.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-deprecated */\nexport { InfoButton } from './InfoButton';\nexport type { InfoButtonProps, InfoButtonSlots, InfoButtonState } from './InfoButton.types';\nexport { renderInfoButton_unstable } from './renderInfoButton';\nexport { useInfoButton_unstable } from './useInfoButton';\nexport { infoButtonClassNames, useInfoButtonStyles_unstable } from './useInfoButtonStyles.styles';\n"],"names":["InfoButton","renderInfoButton_unstable","useInfoButton_unstable","infoButtonClassNames","useInfoButtonStyles_unstable"],"mappings":"AAAA,mDAAmD,GACnD,SAASA,UAAU,QAAQ,kBAAe;AAE1C,SAASC,yBAAyB,QAAQ,wBAAqB;AAC/D,SAASC,sBAAsB,QAAQ,qBAAkB;AACzD,SAASC,oBAAoB,EAAEC,4BAA4B,QAAQ,kCAA+B"}
@@ -1,6 +1,6 @@
1
- /* eslint-disable deprecation/deprecation */ import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
2
- import { assertSlots } from '@fluentui/react-utilities';
3
- import { PopoverTrigger } from '@fluentui/react-popover';
1
+ /* eslint-disable @typescript-eslint/no-deprecated */ import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
2
+ import { assertSlots } from "@fluentui/react-utilities";
3
+ import { PopoverTrigger } from "@fluentui/react-popover";
4
4
  /**
5
5
  * Render the final JSX of InfoButton
6
6
  *
@@ -1 +1 @@
1
- {"version":3,"sources":["renderInfoButton.tsx"],"sourcesContent":["/* eslint-disable deprecation/deprecation */\n/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { PopoverTrigger } from '@fluentui/react-popover';\nimport type { InfoButtonState, InfoButtonSlots } from './InfoButton.types';\n\n/**\n * Render the final JSX of InfoButton\n *\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport const renderInfoButton_unstable = (state: InfoButtonState) => {\n assertSlots<InfoButtonSlots>(state);\n\n return (\n <state.popover>\n <PopoverTrigger>\n <state.root />\n </PopoverTrigger>\n <state.info />\n </state.popover>\n );\n};\n"],"names":["assertSlots","PopoverTrigger","renderInfoButton_unstable","state","popover","root","info"],"mappings":"AAAA,0CAA0C,GAC1C,0BAA0B,GAC1B,iDAAiD;AAEjD,SAASA,WAAW,QAAQ,4BAA4B;AACxD,SAASC,cAAc,QAAQ,0BAA0B;AAGzD;;;;CAIC,GACD,OAAO,MAAMC,4BAA4B,CAACC;IACxCH,YAA6BG;IAE7B,qBACE,MAACA,MAAMC,OAAO;;0BACZ,KAACH;0BACC,cAAA,KAACE,MAAME,IAAI;;0BAEb,KAACF,MAAMG,IAAI;;;AAGjB,EAAE"}
1
+ {"version":3,"sources":["../src/components/InfoButton/renderInfoButton.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-deprecated */\n/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\nimport type * as React from 'react';\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { PopoverTrigger } from '@fluentui/react-popover';\nimport type { InfoButtonState, InfoButtonSlots } from './InfoButton.types';\n\n/**\n * Render the final JSX of InfoButton\n *\n * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\\@fluentui/react-components` or `\\@fluentui/react-infolabel` instead\n */\nexport const renderInfoButton_unstable = (state: InfoButtonState): React.ReactElement => {\n assertSlots<InfoButtonSlots>(state);\n\n return (\n <state.popover>\n <PopoverTrigger>\n <state.root />\n </PopoverTrigger>\n <state.info />\n </state.popover>\n );\n};\n"],"names":["assertSlots","PopoverTrigger","renderInfoButton_unstable","state","popover","root","info"],"mappings":"AAAA,mDAAmD,GACnD,0BAA0B,GAC1B,iDAAiD;AAGjD,SAASA,WAAW,QAAQ,4BAA4B;AACxD,SAASC,cAAc,QAAQ,0BAA0B;AAGzD;;;;CAIC,GACD,OAAO,MAAMC,4BAA4B,CAACC;IACxCH,YAA6BG;IAE7B,qBACE,MAACA,MAAMC,OAAO;;0BACZ,KAACH;0BACC,cAAA,KAACE,MAAME,IAAI;;0BAEb,KAACF,MAAMG,IAAI;;;AAGjB,EAAE"}