@fluentui/react-button 9.0.0-rc.7 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. package/CHANGELOG.json +405 -1
  2. package/CHANGELOG.md +295 -177
  3. package/README.md +81 -19
  4. package/dist/{react-button.d.ts → index.d.ts} +32 -55
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/components/Button/Button.js.map +1 -1
  7. package/lib/components/Button/Button.types.js.map +1 -1
  8. package/lib/components/Button/index.js +1 -3
  9. package/lib/components/Button/index.js.map +1 -1
  10. package/lib/components/Button/renderButton.js.map +1 -1
  11. package/lib/components/Button/useButton.js +1 -4
  12. package/lib/components/Button/useButton.js.map +1 -1
  13. package/lib/components/Button/useButtonStyles.js +146 -68
  14. package/lib/components/Button/useButtonStyles.js.map +1 -1
  15. package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
  16. package/lib/components/CompoundButton/CompoundButton.types.js.map +1 -1
  17. package/lib/components/CompoundButton/index.js +1 -3
  18. package/lib/components/CompoundButton/index.js.map +1 -1
  19. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  20. package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
  21. package/lib/components/CompoundButton/useCompoundButtonStyles.js +47 -35
  22. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  23. package/lib/components/MenuButton/MenuButton.js +2 -1
  24. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  25. package/lib/components/MenuButton/MenuButton.types.js.map +1 -1
  26. package/lib/components/MenuButton/index.js +1 -3
  27. package/lib/components/MenuButton/index.js.map +1 -1
  28. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  29. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  30. package/lib/components/MenuButton/useMenuButtonStyles.js +24 -17
  31. package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  32. package/lib/components/SplitButton/SplitButton.js +1 -1
  33. package/lib/components/SplitButton/SplitButton.js.map +1 -1
  34. package/lib/components/SplitButton/index.js +1 -3
  35. package/lib/components/SplitButton/index.js.map +1 -1
  36. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  37. package/lib/components/SplitButton/useSplitButton.js +1 -5
  38. package/lib/components/SplitButton/useSplitButton.js.map +1 -1
  39. package/lib/components/SplitButton/useSplitButtonStyles.js +15 -17
  40. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  41. package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
  42. package/lib/components/ToggleButton/ToggleButton.types.js.map +1 -1
  43. package/lib/components/ToggleButton/index.js +1 -3
  44. package/lib/components/ToggleButton/index.js.map +1 -1
  45. package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
  46. package/lib/components/ToggleButton/useToggleButtonStyles.js +93 -9
  47. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  48. package/lib/index.js +5 -10
  49. package/lib/index.js.map +1 -1
  50. package/lib/utils/useToggleState.js.map +1 -1
  51. package/lib-commonjs/components/Button/Button.js.map +1 -1
  52. package/lib-commonjs/components/Button/index.js +1 -9
  53. package/lib-commonjs/components/Button/index.js.map +1 -1
  54. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  55. package/lib-commonjs/components/Button/useButton.js +1 -4
  56. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  57. package/lib-commonjs/components/Button/useButtonStyles.js +147 -69
  58. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  59. package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
  60. package/lib-commonjs/components/CompoundButton/index.js +1 -9
  61. package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
  62. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  63. package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
  64. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +49 -37
  65. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  66. package/lib-commonjs/components/MenuButton/MenuButton.js +2 -1
  67. package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
  68. package/lib-commonjs/components/MenuButton/index.js +1 -9
  69. package/lib-commonjs/components/MenuButton/index.js.map +1 -1
  70. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  71. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  72. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +26 -18
  73. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  74. package/lib-commonjs/components/SplitButton/SplitButton.js +1 -1
  75. package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
  76. package/lib-commonjs/components/SplitButton/index.js +1 -9
  77. package/lib-commonjs/components/SplitButton/index.js.map +1 -1
  78. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  79. package/lib-commonjs/components/SplitButton/useSplitButton.js +1 -5
  80. package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
  81. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +16 -18
  82. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  83. package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
  84. package/lib-commonjs/components/ToggleButton/index.js +1 -9
  85. package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
  86. package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
  87. package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
  88. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +95 -10
  89. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  90. package/lib-commonjs/index.js +1 -36
  91. package/lib-commonjs/index.js.map +1 -1
  92. package/lib-commonjs/utils/useToggleState.js.map +1 -1
  93. package/package.json +13 -15
  94. package/lib/Button.d.ts +0 -1
  95. package/lib/CompoundButton.d.ts +0 -1
  96. package/lib/MenuButton.d.ts +0 -1
  97. package/lib/SplitButton.d.ts +0 -1
  98. package/lib/ToggleButton.d.ts +0 -1
  99. package/lib/components/Button/Button.d.ts +0 -6
  100. package/lib/components/Button/Button.types.d.ts +0 -64
  101. package/lib/components/Button/index.d.ts +0 -5
  102. package/lib/components/Button/renderButton.d.ts +0 -5
  103. package/lib/components/Button/useButton.d.ts +0 -8
  104. package/lib/components/Button/useButtonStyles.d.ts +0 -8
  105. package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
  106. package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  107. package/lib/components/CompoundButton/index.d.ts +0 -5
  108. package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  109. package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
  110. package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -8
  111. package/lib/components/MenuButton/MenuButton.d.ts +0 -6
  112. package/lib/components/MenuButton/MenuButton.types.d.ts +0 -10
  113. package/lib/components/MenuButton/index.d.ts +0 -5
  114. package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
  115. package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
  116. package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -8
  117. package/lib/components/SplitButton/SplitButton.d.ts +0 -7
  118. package/lib/components/SplitButton/SplitButton.types.d.ts +0 -21
  119. package/lib/components/SplitButton/index.d.ts +0 -5
  120. package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
  121. package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
  122. package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -8
  123. package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
  124. package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  125. package/lib/components/ToggleButton/index.d.ts +0 -5
  126. package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
  127. package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
  128. package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -11
  129. package/lib/index.d.ts +0 -11
  130. package/lib/utils/index.d.ts +0 -1
  131. package/lib/utils/useToggleState.d.ts +0 -3
  132. package/lib-commonjs/Button.d.ts +0 -1
  133. package/lib-commonjs/CompoundButton.d.ts +0 -1
  134. package/lib-commonjs/MenuButton.d.ts +0 -1
  135. package/lib-commonjs/SplitButton.d.ts +0 -1
  136. package/lib-commonjs/ToggleButton.d.ts +0 -1
  137. package/lib-commonjs/components/Button/Button.d.ts +0 -6
  138. package/lib-commonjs/components/Button/Button.types.d.ts +0 -64
  139. package/lib-commonjs/components/Button/index.d.ts +0 -5
  140. package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
  141. package/lib-commonjs/components/Button/useButton.d.ts +0 -8
  142. package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -8
  143. package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
  144. package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  145. package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
  146. package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  147. package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
  148. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -8
  149. package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
  150. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -10
  151. package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
  152. package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
  153. package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
  154. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -8
  155. package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
  156. package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -21
  157. package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
  158. package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
  159. package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
  160. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -8
  161. package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
  162. package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  163. package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
  164. package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
  165. package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
  166. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -11
  167. package/lib-commonjs/index.d.ts +0 -11
  168. package/lib-commonjs/utils/index.d.ts +0 -1
  169. package/lib-commonjs/utils/useToggleState.d.ts +0 -3
package/CHANGELOG.json CHANGED
@@ -2,7 +2,411 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 25 Apr 2022 09:31:17 GMT",
5
+ "date": "Tue, 28 Jun 2022 15:08:38 GMT",
6
+ "tag": "@fluentui/react-button_v9.0.0",
7
+ "version": "9.0.0",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
14
+ "comment": "Bump Griffel dependencies"
15
+ },
16
+ {
17
+ "author": "Humberto.Morimoto@microsoft.com",
18
+ "package": "@fluentui/react-button",
19
+ "commit": "ce6fe7e35398b3ca4e11a26b777fd9ba46529c72",
20
+ "comment": "README and migration guide cleanup."
21
+ },
22
+ {
23
+ "author": "Humberto.Morimoto@microsoft.com",
24
+ "package": "@fluentui/react-button",
25
+ "commit": "31b9f89bcd3ffc2b0719b0b55643ccf92ff6a686",
26
+ "comment": "Button: Adding missing forced color adjust overrides."
27
+ },
28
+ {
29
+ "author": "lingfangao@hotmail.com",
30
+ "package": "@fluentui/react-button",
31
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
32
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
33
+ },
34
+ {
35
+ "author": "Humberto.Morimoto@microsoft.com",
36
+ "package": "@fluentui/react-button",
37
+ "commit": "d32031b50748baff9cb9592ca360ef8e54f61ab8",
38
+ "comment": "Button: Fixing hover styles in High Contrast mode."
39
+ },
40
+ {
41
+ "author": "olfedias@microsoft.com",
42
+ "package": "@fluentui/react-button",
43
+ "commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
44
+ "comment": "chore: Update @fluentui/react-icons to latest version"
45
+ }
46
+ ],
47
+ "none": [
48
+ {
49
+ "author": "mgodbolt@microsoft.com",
50
+ "package": "@fluentui/react-button",
51
+ "commit": "19377b1b434b3fd25c7d2a4be1c548bb553803a1",
52
+ "comment": "chore: Moving button stories to folder with index entry."
53
+ }
54
+ ],
55
+ "patch": [
56
+ {
57
+ "author": "lingfangao@hotmail.com",
58
+ "package": "@fluentui/react-button",
59
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
60
+ "comment": "feat: Initial 9.0.0 release"
61
+ },
62
+ {
63
+ "author": "beachball",
64
+ "package": "@fluentui/react-button",
65
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0",
66
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
67
+ },
68
+ {
69
+ "author": "beachball",
70
+ "package": "@fluentui/react-button",
71
+ "comment": "Bump @fluentui/react-aria to v9.0.0",
72
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
73
+ },
74
+ {
75
+ "author": "beachball",
76
+ "package": "@fluentui/react-button",
77
+ "comment": "Bump @fluentui/react-tabster to v9.0.0",
78
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
79
+ },
80
+ {
81
+ "author": "beachball",
82
+ "package": "@fluentui/react-button",
83
+ "comment": "Bump @fluentui/react-theme to v9.0.0",
84
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
85
+ },
86
+ {
87
+ "author": "beachball",
88
+ "package": "@fluentui/react-button",
89
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
90
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
91
+ },
92
+ {
93
+ "author": "beachball",
94
+ "package": "@fluentui/react-button",
95
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
96
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
97
+ }
98
+ ]
99
+ }
100
+ },
101
+ {
102
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
103
+ "tag": "@fluentui/react-button_v9.0.0-rc.14",
104
+ "version": "9.0.0-rc.14",
105
+ "comments": {
106
+ "prerelease": [
107
+ {
108
+ "author": "beachball",
109
+ "package": "@fluentui/react-button",
110
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.14",
111
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
112
+ },
113
+ {
114
+ "author": "beachball",
115
+ "package": "@fluentui/react-button",
116
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
117
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
118
+ }
119
+ ]
120
+ }
121
+ },
122
+ {
123
+ "date": "Tue, 31 May 2022 21:28:36 GMT",
124
+ "tag": "@fluentui/react-button_v9.0.0-rc.13",
125
+ "version": "9.0.0-rc.13",
126
+ "comments": {
127
+ "prerelease": [
128
+ {
129
+ "author": "olfedias@microsoft.com",
130
+ "package": "@fluentui/react-button",
131
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
132
+ "comment": "chore: Update Griffel to latest version"
133
+ },
134
+ {
135
+ "author": "beachball",
136
+ "package": "@fluentui/react-button",
137
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.10",
138
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
139
+ },
140
+ {
141
+ "author": "beachball",
142
+ "package": "@fluentui/react-button",
143
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.13",
144
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
145
+ },
146
+ {
147
+ "author": "beachball",
148
+ "package": "@fluentui/react-button",
149
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
150
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
151
+ },
152
+ {
153
+ "author": "beachball",
154
+ "package": "@fluentui/react-button",
155
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
156
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
157
+ }
158
+ ]
159
+ }
160
+ },
161
+ {
162
+ "date": "Thu, 26 May 2022 21:01:23 GMT",
163
+ "tag": "@fluentui/react-button_v9.0.0-rc.12",
164
+ "version": "9.0.0-rc.12",
165
+ "comments": {
166
+ "prerelease": [
167
+ {
168
+ "author": "Humberto.Morimoto@microsoft.com",
169
+ "package": "@fluentui/react-button",
170
+ "commit": "cc2a9d0f9b722f68a54da026ab320e3be22c21dd",
171
+ "comment": "ToggleButton: Differentiating hover and checked styles."
172
+ },
173
+ {
174
+ "author": "Humberto.Morimoto@microsoft.com",
175
+ "package": "@fluentui/react-button",
176
+ "commit": "2c84c4f1ad43819325ee0aafa57d42a1f8239113",
177
+ "comment": "ToggleButton: Apply thicker border width to checked outline toggle buttons."
178
+ },
179
+ {
180
+ "author": "beachball",
181
+ "package": "@fluentui/react-button",
182
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
183
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
184
+ }
185
+ ]
186
+ }
187
+ },
188
+ {
189
+ "date": "Mon, 23 May 2022 18:56:41 GMT",
190
+ "tag": "@fluentui/react-button_v9.0.0-rc.11",
191
+ "version": "9.0.0-rc.11",
192
+ "comments": {
193
+ "prerelease": [
194
+ {
195
+ "author": "esteban.230@hotmail.com",
196
+ "package": "@fluentui/react-button",
197
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
198
+ "comment": "Removing <componentName>ClassName exports."
199
+ },
200
+ {
201
+ "author": "Humberto.Morimoto@microsoft.com",
202
+ "package": "@fluentui/react-button",
203
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
204
+ "comment": "Removing deprecated block prop from all button components."
205
+ },
206
+ {
207
+ "author": "beachball",
208
+ "package": "@fluentui/react-button",
209
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
210
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
211
+ },
212
+ {
213
+ "author": "beachball",
214
+ "package": "@fluentui/react-button",
215
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
216
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
217
+ },
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-button",
221
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
222
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
223
+ }
224
+ ],
225
+ "none": [
226
+ {
227
+ "author": "Humberto.Morimoto@microsoft.com",
228
+ "package": "@fluentui/react-button",
229
+ "commit": "aa1f446e037786d74a3c14f0bee09dbcf403a929",
230
+ "comment": "Improving README and updating spec and migration guide."
231
+ }
232
+ ]
233
+ }
234
+ },
235
+ {
236
+ "date": "Mon, 23 May 2022 12:14:03 GMT",
237
+ "tag": "@fluentui/react-button_v9.0.0-rc.10",
238
+ "version": "9.0.0-rc.10",
239
+ "comments": {
240
+ "prerelease": [
241
+ {
242
+ "author": "Humberto.Morimoto@microsoft.com",
243
+ "package": "@fluentui/react-button",
244
+ "commit": "6cb084a7afe7d662dc2d9d65b91474f132566390",
245
+ "comment": "Using spacing tokens for button components."
246
+ },
247
+ {
248
+ "author": "Humberto.Morimoto@microsoft.com",
249
+ "package": "@fluentui/react-button",
250
+ "commit": "29f73d77cfdc20a123cb64115fb1a926300d216e",
251
+ "comment": "Removing flex gap from button components and fixing spacing to better align with design spec."
252
+ },
253
+ {
254
+ "author": "olfedias@microsoft.com",
255
+ "package": "@fluentui/react-button",
256
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
257
+ "comment": "chore: Update Griffel to latest version"
258
+ },
259
+ {
260
+ "author": "olfedias@microsoft.com",
261
+ "package": "@fluentui/react-button",
262
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
263
+ "comment": "chore: Update Griffel to latest version"
264
+ },
265
+ {
266
+ "author": "humberto_makoto@hotmail.com",
267
+ "package": "@fluentui/react-button",
268
+ "commit": "606dca4330f71a3a3ac466a30b3db1664ad0c55d",
269
+ "comment": "Removing Common types from all button components."
270
+ },
271
+ {
272
+ "author": "Humberto.Morimoto@microsoft.com",
273
+ "package": "@fluentui/react-button",
274
+ "commit": "be57c96ae39842da3bc38740b7823eeee68cc3ea",
275
+ "comment": "Removing ToggleButtonCommons type in @fluentui/react-button."
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-button",
280
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.9",
281
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-button",
286
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
287
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-button",
292
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
293
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
294
+ },
295
+ {
296
+ "author": "beachball",
297
+ "package": "@fluentui/react-button",
298
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
299
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
300
+ },
301
+ {
302
+ "author": "beachball",
303
+ "package": "@fluentui/react-button",
304
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
305
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
306
+ }
307
+ ]
308
+ }
309
+ },
310
+ {
311
+ "date": "Thu, 05 May 2022 18:26:29 GMT",
312
+ "tag": "@fluentui/react-button_v9.0.0-rc.9",
313
+ "version": "9.0.0-rc.9",
314
+ "comments": {
315
+ "prerelease": [
316
+ {
317
+ "author": "martinhochel@microsoft.com",
318
+ "package": "@fluentui/react-button",
319
+ "commit": "e465622ca241f3dd0534da50823a51e7311fd9ef",
320
+ "comment": "feat: ship rolluped only dts"
321
+ },
322
+ {
323
+ "author": "beachball",
324
+ "package": "@fluentui/react-button",
325
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.6",
326
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
327
+ },
328
+ {
329
+ "author": "beachball",
330
+ "package": "@fluentui/react-button",
331
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.8",
332
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
333
+ },
334
+ {
335
+ "author": "beachball",
336
+ "package": "@fluentui/react-button",
337
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
338
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
339
+ },
340
+ {
341
+ "author": "beachball",
342
+ "package": "@fluentui/react-button",
343
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
344
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
345
+ },
346
+ {
347
+ "author": "beachball",
348
+ "package": "@fluentui/react-button",
349
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
350
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
351
+ },
352
+ {
353
+ "author": "beachball",
354
+ "package": "@fluentui/react-button",
355
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
356
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
357
+ }
358
+ ]
359
+ }
360
+ },
361
+ {
362
+ "date": "Wed, 04 May 2022 13:26:38 GMT",
363
+ "tag": "@fluentui/react-button_v9.0.0-rc.8",
364
+ "version": "9.0.0-rc.8",
365
+ "comments": {
366
+ "none": [
367
+ {
368
+ "author": "tristan.watanabe@gmail.com",
369
+ "package": "@fluentui/react-button",
370
+ "commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
371
+ "comment": "react-button: Move to new common folder."
372
+ }
373
+ ],
374
+ "prerelease": [
375
+ {
376
+ "author": "beachball",
377
+ "package": "@fluentui/react-button",
378
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
379
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
380
+ },
381
+ {
382
+ "author": "beachball",
383
+ "package": "@fluentui/react-button",
384
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.7",
385
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
386
+ },
387
+ {
388
+ "author": "beachball",
389
+ "package": "@fluentui/react-button",
390
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
391
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
392
+ },
393
+ {
394
+ "author": "beachball",
395
+ "package": "@fluentui/react-button",
396
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
397
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
398
+ },
399
+ {
400
+ "author": "beachball",
401
+ "package": "@fluentui/react-button",
402
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
403
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
404
+ }
405
+ ]
406
+ }
407
+ },
408
+ {
409
+ "date": "Mon, 25 Apr 2022 09:32:16 GMT",
6
410
  "tag": "@fluentui/react-button_v9.0.0-rc.7",
7
411
  "version": "9.0.0-rc.7",
8
412
  "comments": {