@fluentui/react-button 9.0.0-rc.1 → 9.0.0-rc.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. package/CHANGELOG.json +549 -1
  2. package/CHANGELOG.md +321 -172
  3. package/README.md +80 -18
  4. package/dist/{react-button.d.ts → index.d.ts} +42 -37
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Button.js.map +1 -1
  7. package/lib/CompoundButton.js.map +1 -1
  8. package/lib/MenuButton.js.map +1 -1
  9. package/lib/SplitButton.js.map +1 -1
  10. package/lib/ToggleButton.js.map +1 -1
  11. package/lib/components/Button/Button.js.map +1 -1
  12. package/lib/components/Button/Button.types.js.map +1 -1
  13. package/lib/components/Button/index.js +1 -1
  14. package/lib/components/Button/index.js.map +1 -1
  15. package/lib/components/Button/renderButton.js.map +1 -1
  16. package/lib/components/Button/useButton.js +1 -3
  17. package/lib/components/Button/useButton.js.map +1 -1
  18. package/lib/components/Button/useButtonStyles.js +162 -115
  19. package/lib/components/Button/useButtonStyles.js.map +1 -1
  20. package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
  21. package/lib/components/CompoundButton/CompoundButton.types.js.map +1 -1
  22. package/lib/components/CompoundButton/index.js +1 -1
  23. package/lib/components/CompoundButton/index.js.map +1 -1
  24. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  25. package/lib/components/CompoundButton/useCompoundButton.js +7 -2
  26. package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
  27. package/lib/components/CompoundButton/useCompoundButtonStyles.js +72 -55
  28. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  29. package/lib/components/MenuButton/MenuButton.js +2 -1
  30. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  31. package/lib/components/MenuButton/MenuButton.types.js.map +1 -1
  32. package/lib/components/MenuButton/index.js +1 -1
  33. package/lib/components/MenuButton/index.js.map +1 -1
  34. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  35. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  36. package/lib/components/MenuButton/useMenuButtonStyles.js +34 -14
  37. package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  38. package/lib/components/SplitButton/SplitButton.js +1 -1
  39. package/lib/components/SplitButton/SplitButton.js.map +1 -1
  40. package/lib/components/SplitButton/SplitButton.types.js.map +1 -1
  41. package/lib/components/SplitButton/index.js +1 -1
  42. package/lib/components/SplitButton/index.js.map +1 -1
  43. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  44. package/lib/components/SplitButton/useSplitButton.js +17 -8
  45. package/lib/components/SplitButton/useSplitButton.js.map +1 -1
  46. package/lib/components/SplitButton/useSplitButtonStyles.js +37 -34
  47. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  48. package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
  49. package/lib/components/ToggleButton/ToggleButton.types.js.map +1 -1
  50. package/lib/components/ToggleButton/index.js +1 -1
  51. package/lib/components/ToggleButton/index.js.map +1 -1
  52. package/lib/components/ToggleButton/renderToggleButton.js.map +1 -1
  53. package/lib/components/ToggleButton/useToggleButton.js +3 -41
  54. package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
  55. package/lib/components/ToggleButton/useToggleButtonStyles.js +122 -61
  56. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  57. package/lib/index.js +6 -5
  58. package/lib/index.js.map +1 -1
  59. package/lib/utils/index.js +2 -0
  60. package/lib/utils/index.js.map +1 -0
  61. package/lib/utils/useToggleState.js +37 -0
  62. package/lib/utils/useToggleState.js.map +1 -0
  63. package/lib-commonjs/Button.js.map +1 -1
  64. package/lib-commonjs/CompoundButton.js.map +1 -1
  65. package/lib-commonjs/MenuButton.js.map +1 -1
  66. package/lib-commonjs/SplitButton.js.map +1 -1
  67. package/lib-commonjs/ToggleButton.js.map +1 -1
  68. package/lib-commonjs/components/Button/Button.js.map +1 -1
  69. package/lib-commonjs/components/Button/Button.types.js.map +1 -1
  70. package/lib-commonjs/components/Button/index.js +3 -3
  71. package/lib-commonjs/components/Button/index.js.map +1 -1
  72. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  73. package/lib-commonjs/components/Button/useButton.js +1 -3
  74. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  75. package/lib-commonjs/components/Button/useButtonStyles.js +164 -116
  76. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  77. package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
  78. package/lib-commonjs/components/CompoundButton/CompoundButton.types.js.map +1 -1
  79. package/lib-commonjs/components/CompoundButton/index.js +3 -3
  80. package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
  81. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  82. package/lib-commonjs/components/CompoundButton/useCompoundButton.js +7 -2
  83. package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
  84. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +74 -57
  85. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  86. package/lib-commonjs/components/MenuButton/MenuButton.js +2 -1
  87. package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
  88. package/lib-commonjs/components/MenuButton/MenuButton.types.js.map +1 -1
  89. package/lib-commonjs/components/MenuButton/index.js +3 -3
  90. package/lib-commonjs/components/MenuButton/index.js.map +1 -1
  91. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  92. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  93. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +36 -15
  94. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  95. package/lib-commonjs/components/SplitButton/SplitButton.js +1 -1
  96. package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
  97. package/lib-commonjs/components/SplitButton/SplitButton.types.js.map +1 -1
  98. package/lib-commonjs/components/SplitButton/index.js +3 -3
  99. package/lib-commonjs/components/SplitButton/index.js.map +1 -1
  100. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  101. package/lib-commonjs/components/SplitButton/useSplitButton.js +16 -7
  102. package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
  103. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +38 -35
  104. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  105. package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
  106. package/lib-commonjs/components/ToggleButton/ToggleButton.types.js.map +1 -1
  107. package/lib-commonjs/components/ToggleButton/index.js +3 -3
  108. package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
  109. package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
  110. package/lib-commonjs/components/ToggleButton/useToggleButton.js +3 -42
  111. package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
  112. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +127 -63
  113. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  114. package/lib-commonjs/index.js +169 -6
  115. package/lib-commonjs/index.js.map +1 -1
  116. package/lib-commonjs/utils/index.js +10 -0
  117. package/lib-commonjs/utils/index.js.map +1 -0
  118. package/lib-commonjs/utils/useToggleState.js +48 -0
  119. package/lib-commonjs/utils/useToggleState.js.map +1 -0
  120. package/package.json +20 -22
  121. package/dist/demo/index.html +0 -71
  122. package/dist/demo/react-dom.development.js +0 -21413
  123. package/dist/demo/react.development.js +0 -3155
  124. package/lib/Button.d.ts +0 -1
  125. package/lib/CompoundButton.d.ts +0 -1
  126. package/lib/MenuButton.d.ts +0 -1
  127. package/lib/SplitButton.d.ts +0 -1
  128. package/lib/ToggleButton.d.ts +0 -1
  129. package/lib/components/Button/Button.d.ts +0 -6
  130. package/lib/components/Button/Button.types.d.ts +0 -62
  131. package/lib/components/Button/index.d.ts +0 -5
  132. package/lib/components/Button/renderButton.d.ts +0 -5
  133. package/lib/components/Button/useButton.d.ts +0 -8
  134. package/lib/components/Button/useButtonStyles.d.ts +0 -3
  135. package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
  136. package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  137. package/lib/components/CompoundButton/index.d.ts +0 -5
  138. package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  139. package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
  140. package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -3
  141. package/lib/components/MenuButton/MenuButton.d.ts +0 -6
  142. package/lib/components/MenuButton/MenuButton.types.d.ts +0 -10
  143. package/lib/components/MenuButton/index.d.ts +0 -5
  144. package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
  145. package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
  146. package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -3
  147. package/lib/components/SplitButton/SplitButton.d.ts +0 -7
  148. package/lib/components/SplitButton/SplitButton.types.d.ts +0 -21
  149. package/lib/components/SplitButton/index.d.ts +0 -5
  150. package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
  151. package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
  152. package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -3
  153. package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
  154. package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  155. package/lib/components/ToggleButton/index.d.ts +0 -5
  156. package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
  157. package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
  158. package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -3
  159. package/lib/index.d.ts +0 -5
  160. package/lib-commonjs/Button.d.ts +0 -1
  161. package/lib-commonjs/CompoundButton.d.ts +0 -1
  162. package/lib-commonjs/MenuButton.d.ts +0 -1
  163. package/lib-commonjs/SplitButton.d.ts +0 -1
  164. package/lib-commonjs/ToggleButton.d.ts +0 -1
  165. package/lib-commonjs/components/Button/Button.d.ts +0 -6
  166. package/lib-commonjs/components/Button/Button.types.d.ts +0 -62
  167. package/lib-commonjs/components/Button/index.d.ts +0 -5
  168. package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
  169. package/lib-commonjs/components/Button/useButton.d.ts +0 -8
  170. package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -3
  171. package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
  172. package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  173. package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
  174. package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  175. package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
  176. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -3
  177. package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
  178. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -10
  179. package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
  180. package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
  181. package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
  182. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -3
  183. package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
  184. package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -21
  185. package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
  186. package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
  187. package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
  188. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -3
  189. package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
  190. package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  191. package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
  192. package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
  193. package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
  194. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -3
  195. package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.json CHANGED
@@ -2,7 +2,555 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 08:44:59 GMT",
5
+ "date": "Thu, 26 May 2022 20:59:59 GMT",
6
+ "tag": "@fluentui/react-button_v9.0.0-rc.12",
7
+ "version": "9.0.0-rc.12",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "cc2a9d0f9b722f68a54da026ab320e3be22c21dd",
14
+ "comment": "ToggleButton: Differentiating hover and checked styles."
15
+ },
16
+ {
17
+ "author": "Humberto.Morimoto@microsoft.com",
18
+ "package": "@fluentui/react-button",
19
+ "commit": "2c84c4f1ad43819325ee0aafa57d42a1f8239113",
20
+ "comment": "ToggleButton: Apply thicker border width to checked outline toggle buttons."
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-button",
25
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
26
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 23 May 2022 18:56:41 GMT",
33
+ "tag": "@fluentui/react-button_v9.0.0-rc.11",
34
+ "version": "9.0.0-rc.11",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "esteban.230@hotmail.com",
39
+ "package": "@fluentui/react-button",
40
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
41
+ "comment": "Removing <componentName>ClassName exports."
42
+ },
43
+ {
44
+ "author": "Humberto.Morimoto@microsoft.com",
45
+ "package": "@fluentui/react-button",
46
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
47
+ "comment": "Removing deprecated block prop from all button components."
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-button",
52
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
53
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-button",
58
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
59
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-button",
64
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
65
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
66
+ }
67
+ ],
68
+ "none": [
69
+ {
70
+ "author": "Humberto.Morimoto@microsoft.com",
71
+ "package": "@fluentui/react-button",
72
+ "commit": "aa1f446e037786d74a3c14f0bee09dbcf403a929",
73
+ "comment": "Improving README and updating spec and migration guide."
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ {
79
+ "date": "Mon, 23 May 2022 12:14:03 GMT",
80
+ "tag": "@fluentui/react-button_v9.0.0-rc.10",
81
+ "version": "9.0.0-rc.10",
82
+ "comments": {
83
+ "prerelease": [
84
+ {
85
+ "author": "Humberto.Morimoto@microsoft.com",
86
+ "package": "@fluentui/react-button",
87
+ "commit": "6cb084a7afe7d662dc2d9d65b91474f132566390",
88
+ "comment": "Using spacing tokens for button components."
89
+ },
90
+ {
91
+ "author": "Humberto.Morimoto@microsoft.com",
92
+ "package": "@fluentui/react-button",
93
+ "commit": "29f73d77cfdc20a123cb64115fb1a926300d216e",
94
+ "comment": "Removing flex gap from button components and fixing spacing to better align with design spec."
95
+ },
96
+ {
97
+ "author": "olfedias@microsoft.com",
98
+ "package": "@fluentui/react-button",
99
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
100
+ "comment": "chore: Update Griffel to latest version"
101
+ },
102
+ {
103
+ "author": "olfedias@microsoft.com",
104
+ "package": "@fluentui/react-button",
105
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
106
+ "comment": "chore: Update Griffel to latest version"
107
+ },
108
+ {
109
+ "author": "humberto_makoto@hotmail.com",
110
+ "package": "@fluentui/react-button",
111
+ "commit": "606dca4330f71a3a3ac466a30b3db1664ad0c55d",
112
+ "comment": "Removing Common types from all button components."
113
+ },
114
+ {
115
+ "author": "Humberto.Morimoto@microsoft.com",
116
+ "package": "@fluentui/react-button",
117
+ "commit": "be57c96ae39842da3bc38740b7823eeee68cc3ea",
118
+ "comment": "Removing ToggleButtonCommons type in @fluentui/react-button."
119
+ },
120
+ {
121
+ "author": "beachball",
122
+ "package": "@fluentui/react-button",
123
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.9",
124
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
125
+ },
126
+ {
127
+ "author": "beachball",
128
+ "package": "@fluentui/react-button",
129
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
130
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
131
+ },
132
+ {
133
+ "author": "beachball",
134
+ "package": "@fluentui/react-button",
135
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
136
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
137
+ },
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-button",
141
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
142
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-button",
147
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
148
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
149
+ }
150
+ ]
151
+ }
152
+ },
153
+ {
154
+ "date": "Thu, 05 May 2022 18:26:29 GMT",
155
+ "tag": "@fluentui/react-button_v9.0.0-rc.9",
156
+ "version": "9.0.0-rc.9",
157
+ "comments": {
158
+ "prerelease": [
159
+ {
160
+ "author": "martinhochel@microsoft.com",
161
+ "package": "@fluentui/react-button",
162
+ "commit": "e465622ca241f3dd0534da50823a51e7311fd9ef",
163
+ "comment": "feat: ship rolluped only dts"
164
+ },
165
+ {
166
+ "author": "beachball",
167
+ "package": "@fluentui/react-button",
168
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.6",
169
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
170
+ },
171
+ {
172
+ "author": "beachball",
173
+ "package": "@fluentui/react-button",
174
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.8",
175
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
176
+ },
177
+ {
178
+ "author": "beachball",
179
+ "package": "@fluentui/react-button",
180
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
181
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
182
+ },
183
+ {
184
+ "author": "beachball",
185
+ "package": "@fluentui/react-button",
186
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
187
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
188
+ },
189
+ {
190
+ "author": "beachball",
191
+ "package": "@fluentui/react-button",
192
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
193
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
194
+ },
195
+ {
196
+ "author": "beachball",
197
+ "package": "@fluentui/react-button",
198
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
199
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
200
+ }
201
+ ]
202
+ }
203
+ },
204
+ {
205
+ "date": "Wed, 04 May 2022 13:26:38 GMT",
206
+ "tag": "@fluentui/react-button_v9.0.0-rc.8",
207
+ "version": "9.0.0-rc.8",
208
+ "comments": {
209
+ "none": [
210
+ {
211
+ "author": "tristan.watanabe@gmail.com",
212
+ "package": "@fluentui/react-button",
213
+ "commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
214
+ "comment": "react-button: Move to new common folder."
215
+ }
216
+ ],
217
+ "prerelease": [
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-button",
221
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
222
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
223
+ },
224
+ {
225
+ "author": "beachball",
226
+ "package": "@fluentui/react-button",
227
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.7",
228
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
229
+ },
230
+ {
231
+ "author": "beachball",
232
+ "package": "@fluentui/react-button",
233
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
234
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
235
+ },
236
+ {
237
+ "author": "beachball",
238
+ "package": "@fluentui/react-button",
239
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
240
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
241
+ },
242
+ {
243
+ "author": "beachball",
244
+ "package": "@fluentui/react-button",
245
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
246
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
247
+ }
248
+ ]
249
+ }
250
+ },
251
+ {
252
+ "date": "Mon, 25 Apr 2022 09:32:16 GMT",
253
+ "tag": "@fluentui/react-button_v9.0.0-rc.7",
254
+ "version": "9.0.0-rc.7",
255
+ "comments": {
256
+ "prerelease": [
257
+ {
258
+ "author": "Humberto.Morimoto@microsoft.com",
259
+ "package": "@fluentui/react-button",
260
+ "commit": "4c11854b93b331f12cdaa7ee0628b01667acba12",
261
+ "comment": "Adding useToggleState hook to scaffold toggleable behavior for individual consumption."
262
+ },
263
+ {
264
+ "author": "jukapsia@microsoft.com",
265
+ "package": "@fluentui/react-button",
266
+ "commit": "3f8fffc216f60fb8b055461a6725d76983d131c0",
267
+ "comment": "fix(Button): Text color in HC mode for hover, active and checked states."
268
+ },
269
+ {
270
+ "author": "Humberto.Morimoto@microsoft.com",
271
+ "package": "@fluentui/react-button",
272
+ "commit": "8ca44964836cefd3c435e9cf9a6ef78ceb256258",
273
+ "comment": "Button: Stop applying active styles when mouse moves away while it is being held and improving styles in High Contrast mode."
274
+ },
275
+ {
276
+ "author": "beachball",
277
+ "package": "@fluentui/react-button",
278
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
279
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
280
+ }
281
+ ],
282
+ "none": [
283
+ {
284
+ "author": "annkelle@microsoft.com",
285
+ "package": "@fluentui/react-button",
286
+ "commit": "155d4932b7cf3a544fa4f4605b5acc5cf74be763",
287
+ "comment": "Button: Use filled icons on hover."
288
+ }
289
+ ]
290
+ }
291
+ },
292
+ {
293
+ "date": "Tue, 19 Apr 2022 19:17:12 GMT",
294
+ "tag": "@fluentui/react-button_v9.0.0-rc.6",
295
+ "version": "9.0.0-rc.6",
296
+ "comments": {
297
+ "none": [
298
+ {
299
+ "author": "elcraig@microsoft.com",
300
+ "package": "@fluentui/react-button",
301
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
302
+ "comment": "Update React dev deps and hoist them to the repo root"
303
+ },
304
+ {
305
+ "author": "mgodbolt@microsoft.com",
306
+ "package": "@fluentui/react-button",
307
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
308
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
309
+ },
310
+ {
311
+ "author": "elcraig@microsoft.com",
312
+ "package": "@fluentui/react-button",
313
+ "commit": "13c32e184b7960671754582de21f3555bf9f02f3",
314
+ "comment": "Remove config file that's no longer needed"
315
+ }
316
+ ],
317
+ "prerelease": [
318
+ {
319
+ "author": "Humberto.Morimoto@microsoft.com",
320
+ "package": "@fluentui/react-button",
321
+ "commit": "e0660222b8d9f4f38a61b718c18d4c67e52c8df9",
322
+ "comment": "Disabling lint rule for deprecated [component]ClassName exports."
323
+ },
324
+ {
325
+ "author": "Humberto.Morimoto@microsoft.com",
326
+ "package": "@fluentui/react-button",
327
+ "commit": "1209d5881f9d9d581b481aa82979a22ce371cf8b",
328
+ "comment": "Button: Deprecating block prop."
329
+ },
330
+ {
331
+ "author": "Humberto.Morimoto@microsoft.com",
332
+ "package": "@fluentui/react-button",
333
+ "commit": "8c862ab1147fd38bc5008c85d1644f992561f89f",
334
+ "comment": "Button components: Making root a non-nullable slot."
335
+ },
336
+ {
337
+ "author": "Humberto.Morimoto@microsoft.com",
338
+ "package": "@fluentui/react-button",
339
+ "commit": "fac31825b58253b8b98c14b90090c97db2957373",
340
+ "comment": "CompoundButton: Fixing bug where component was iconOnly even when secondaryContent was being provided."
341
+ },
342
+ {
343
+ "author": "Humberto.Morimoto@microsoft.com",
344
+ "package": "@fluentui/react-button",
345
+ "commit": "6bee76a70a7490557cd2b5c2b5639ab6bed2e6a1",
346
+ "comment": "Removing star exports."
347
+ },
348
+ {
349
+ "author": "seanmonahan@microsoft.com",
350
+ "package": "@fluentui/react-button",
351
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
352
+ "comment": "Add deprecation messages to react-button"
353
+ },
354
+ {
355
+ "author": "olfedias@microsoft.com",
356
+ "package": "@fluentui/react-button",
357
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
358
+ "comment": "chore: Update Griffel to latest version"
359
+ },
360
+ {
361
+ "author": "seanmonahan@microsoft.com",
362
+ "package": "@fluentui/react-button",
363
+ "commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
364
+ "comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
365
+ },
366
+ {
367
+ "author": "beachball",
368
+ "package": "@fluentui/react-button",
369
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.6",
370
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
371
+ },
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-button",
375
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
376
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-button",
381
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
382
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-button",
387
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
388
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
389
+ },
390
+ {
391
+ "author": "beachball",
392
+ "package": "@fluentui/react-button",
393
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
394
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
395
+ }
396
+ ]
397
+ }
398
+ },
399
+ {
400
+ "date": "Fri, 04 Mar 2022 05:17:34 GMT",
401
+ "tag": "@fluentui/react-button_v9.0.0-rc.5",
402
+ "version": "9.0.0-rc.5",
403
+ "comments": {
404
+ "prerelease": [
405
+ {
406
+ "author": "dzearing@microsoft.com",
407
+ "package": "@fluentui/react-button",
408
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
409
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
410
+ },
411
+ {
412
+ "author": "Humberto.Morimoto@microsoft.com",
413
+ "package": "@fluentui/react-button",
414
+ "commit": "e951d80afa1d6220e76d7a6c23d75ae417be2b9c",
415
+ "comment": "Button: Exporting classNames of individual slots."
416
+ },
417
+ {
418
+ "author": "beachball",
419
+ "package": "@fluentui/react-button",
420
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
421
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
422
+ },
423
+ {
424
+ "author": "beachball",
425
+ "package": "@fluentui/react-button",
426
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.5",
427
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
428
+ },
429
+ {
430
+ "author": "beachball",
431
+ "package": "@fluentui/react-button",
432
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
433
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
434
+ },
435
+ {
436
+ "author": "beachball",
437
+ "package": "@fluentui/react-button",
438
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
439
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
440
+ },
441
+ {
442
+ "author": "beachball",
443
+ "package": "@fluentui/react-button",
444
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
445
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
446
+ }
447
+ ]
448
+ }
449
+ },
450
+ {
451
+ "date": "Tue, 01 Mar 2022 02:17:35 GMT",
452
+ "tag": "@fluentui/react-button_v9.0.0-rc.4",
453
+ "version": "9.0.0-rc.4",
454
+ "comments": {
455
+ "prerelease": [
456
+ {
457
+ "author": "olfedias@microsoft.com",
458
+ "package": "@fluentui/react-button",
459
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
460
+ "comment": "fix: Add react-theme as dependency"
461
+ },
462
+ {
463
+ "author": "beachball",
464
+ "package": "@fluentui/react-button",
465
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.4",
466
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
467
+ },
468
+ {
469
+ "author": "beachball",
470
+ "package": "@fluentui/react-button",
471
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
472
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
473
+ },
474
+ {
475
+ "author": "beachball",
476
+ "package": "@fluentui/react-button",
477
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
478
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
479
+ }
480
+ ]
481
+ }
482
+ },
483
+ {
484
+ "date": "Fri, 18 Feb 2022 13:35:28 GMT",
485
+ "tag": "@fluentui/react-button_v9.0.0-rc.3",
486
+ "version": "9.0.0-rc.3",
487
+ "comments": {
488
+ "prerelease": [
489
+ {
490
+ "author": "Humberto.Morimoto@microsoft.com",
491
+ "package": "@fluentui/react-button",
492
+ "commit": "0b7d30b6ecb6f20d2ac4d4edbfb327a8f8f915a0",
493
+ "comment": "SplitButton: Fixing issue where menuIcon prop was not being respected."
494
+ },
495
+ {
496
+ "author": "Humberto.Morimoto@microsoft.com",
497
+ "package": "@fluentui/react-button",
498
+ "commit": "d45ba4664643f36cce5674b1d05645feae0e09a5",
499
+ "comment": "Button: Updating stories to fix a11y issues."
500
+ },
501
+ {
502
+ "author": "Humberto.Morimoto@microsoft.com",
503
+ "package": "@fluentui/react-button",
504
+ "commit": "ca590a438b12b85d32fdf8b592ada3b0e7b2314c",
505
+ "comment": "SplitButton: Fixing screen reader access issues."
506
+ },
507
+ {
508
+ "author": "lingfangao@hotmail.com",
509
+ "package": "@fluentui/react-button",
510
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
511
+ "comment": "fix: Source maps contain original source code"
512
+ },
513
+ {
514
+ "author": "Humberto.Morimoto@microsoft.com",
515
+ "package": "@fluentui/react-button",
516
+ "commit": "c7718355f464d9d3e7ec4c0ef0f39dac3d196014",
517
+ "comment": "Button: Adding tests and fixing issues in SplitButton and ToggleButton."
518
+ },
519
+ {
520
+ "author": "beachball",
521
+ "package": "@fluentui/react-button",
522
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.3",
523
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
524
+ },
525
+ {
526
+ "author": "beachball",
527
+ "package": "@fluentui/react-button",
528
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.3",
529
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
530
+ },
531
+ {
532
+ "author": "beachball",
533
+ "package": "@fluentui/react-button",
534
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
535
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
536
+ },
537
+ {
538
+ "author": "beachball",
539
+ "package": "@fluentui/react-button",
540
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
541
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
542
+ },
543
+ {
544
+ "author": "beachball",
545
+ "package": "@fluentui/react-button",
546
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
547
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
548
+ }
549
+ ]
550
+ }
551
+ },
552
+ {
553
+ "date": "Thu, 10 Feb 2022 08:51:46 GMT",
6
554
  "tag": "@fluentui/react-button_v9.0.0-rc.1",
7
555
  "version": "9.0.0-rc.1",
8
556
  "comments": {