@fluentui/react-button 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (179) hide show
  1. package/CHANGELOG.json +652 -16
  2. package/CHANGELOG.md +359 -181
  3. package/README.md +81 -19
  4. package/dist/{react-button.d.ts → index.d.ts} +44 -37
  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 -1
  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 -3
  12. package/lib/components/Button/useButton.js.map +1 -1
  13. package/lib/components/Button/useButtonStyles.js +244 -115
  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 -1
  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 +7 -2
  21. package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
  22. package/lib/components/CompoundButton/useCompoundButtonStyles.js +82 -55
  23. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  24. package/lib/components/MenuButton/MenuButton.js +2 -1
  25. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  26. package/lib/components/MenuButton/MenuButton.types.js.map +1 -1
  27. package/lib/components/MenuButton/index.js +1 -1
  28. package/lib/components/MenuButton/index.js.map +1 -1
  29. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  30. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  31. package/lib/components/MenuButton/useMenuButtonStyles.js +34 -14
  32. package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  33. package/lib/components/SplitButton/SplitButton.js +1 -1
  34. package/lib/components/SplitButton/SplitButton.js.map +1 -1
  35. package/lib/components/SplitButton/SplitButton.types.js.map +1 -1
  36. package/lib/components/SplitButton/index.js +1 -1
  37. package/lib/components/SplitButton/index.js.map +1 -1
  38. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  39. package/lib/components/SplitButton/useSplitButton.js +1 -4
  40. package/lib/components/SplitButton/useSplitButton.js.map +1 -1
  41. package/lib/components/SplitButton/useSplitButtonStyles.js +43 -34
  42. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  43. package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
  44. package/lib/components/ToggleButton/ToggleButton.types.js.map +1 -1
  45. package/lib/components/ToggleButton/index.js +1 -1
  46. package/lib/components/ToggleButton/index.js.map +1 -1
  47. package/lib/components/ToggleButton/useToggleButton.js +3 -41
  48. package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
  49. package/lib/components/ToggleButton/useToggleButtonStyles.js +168 -61
  50. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  51. package/lib/index.js +6 -5
  52. package/lib/index.js.map +1 -1
  53. package/lib/utils/index.js +2 -0
  54. package/lib/utils/index.js.map +1 -0
  55. package/lib/utils/useToggleState.js +37 -0
  56. package/lib/utils/useToggleState.js.map +1 -0
  57. package/lib-commonjs/components/Button/Button.js.map +1 -1
  58. package/lib-commonjs/components/Button/index.js +3 -3
  59. package/lib-commonjs/components/Button/index.js.map +1 -1
  60. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  61. package/lib-commonjs/components/Button/useButton.js +1 -3
  62. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  63. package/lib-commonjs/components/Button/useButtonStyles.js +246 -116
  64. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  65. package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
  66. package/lib-commonjs/components/CompoundButton/index.js +3 -3
  67. package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
  68. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  69. package/lib-commonjs/components/CompoundButton/useCompoundButton.js +7 -2
  70. package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
  71. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +84 -57
  72. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  73. package/lib-commonjs/components/MenuButton/MenuButton.js +2 -1
  74. package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
  75. package/lib-commonjs/components/MenuButton/index.js +3 -3
  76. package/lib-commonjs/components/MenuButton/index.js.map +1 -1
  77. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  78. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  79. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +36 -15
  80. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  81. package/lib-commonjs/components/SplitButton/SplitButton.js +1 -1
  82. package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
  83. package/lib-commonjs/components/SplitButton/index.js +3 -3
  84. package/lib-commonjs/components/SplitButton/index.js.map +1 -1
  85. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  86. package/lib-commonjs/components/SplitButton/useSplitButton.js +1 -4
  87. package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
  88. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +44 -35
  89. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  90. package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
  91. package/lib-commonjs/components/ToggleButton/index.js +3 -3
  92. package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
  93. package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
  94. package/lib-commonjs/components/ToggleButton/useToggleButton.js +3 -42
  95. package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
  96. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +173 -63
  97. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  98. package/lib-commonjs/index.js +169 -6
  99. package/lib-commonjs/index.js.map +1 -1
  100. package/lib-commonjs/utils/index.js +10 -0
  101. package/lib-commonjs/utils/index.js.map +1 -0
  102. package/lib-commonjs/utils/useToggleState.js +48 -0
  103. package/lib-commonjs/utils/useToggleState.js.map +1 -0
  104. package/package.json +21 -25
  105. package/dist/demo/index.html +0 -71
  106. package/dist/demo/react-dom.development.js +0 -21413
  107. package/dist/demo/react.development.js +0 -3155
  108. package/lib/Button.d.ts +0 -1
  109. package/lib/CompoundButton.d.ts +0 -1
  110. package/lib/MenuButton.d.ts +0 -1
  111. package/lib/SplitButton.d.ts +0 -1
  112. package/lib/ToggleButton.d.ts +0 -1
  113. package/lib/components/Button/Button.d.ts +0 -6
  114. package/lib/components/Button/Button.types.d.ts +0 -62
  115. package/lib/components/Button/index.d.ts +0 -5
  116. package/lib/components/Button/renderButton.d.ts +0 -5
  117. package/lib/components/Button/useButton.d.ts +0 -8
  118. package/lib/components/Button/useButtonStyles.d.ts +0 -3
  119. package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
  120. package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  121. package/lib/components/CompoundButton/index.d.ts +0 -5
  122. package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  123. package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
  124. package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -3
  125. package/lib/components/MenuButton/MenuButton.d.ts +0 -6
  126. package/lib/components/MenuButton/MenuButton.types.d.ts +0 -10
  127. package/lib/components/MenuButton/index.d.ts +0 -5
  128. package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
  129. package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
  130. package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -3
  131. package/lib/components/SplitButton/SplitButton.d.ts +0 -7
  132. package/lib/components/SplitButton/SplitButton.types.d.ts +0 -21
  133. package/lib/components/SplitButton/index.d.ts +0 -5
  134. package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
  135. package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
  136. package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -3
  137. package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
  138. package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  139. package/lib/components/ToggleButton/index.d.ts +0 -5
  140. package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
  141. package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
  142. package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -3
  143. package/lib/index.d.ts +0 -5
  144. package/lib-commonjs/Button.d.ts +0 -1
  145. package/lib-commonjs/CompoundButton.d.ts +0 -1
  146. package/lib-commonjs/MenuButton.d.ts +0 -1
  147. package/lib-commonjs/SplitButton.d.ts +0 -1
  148. package/lib-commonjs/ToggleButton.d.ts +0 -1
  149. package/lib-commonjs/components/Button/Button.d.ts +0 -6
  150. package/lib-commonjs/components/Button/Button.types.d.ts +0 -62
  151. package/lib-commonjs/components/Button/index.d.ts +0 -5
  152. package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
  153. package/lib-commonjs/components/Button/useButton.d.ts +0 -8
  154. package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -3
  155. package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
  156. package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  157. package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
  158. package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  159. package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
  160. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -3
  161. package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
  162. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -10
  163. package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
  164. package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
  165. package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
  166. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -3
  167. package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
  168. package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -21
  169. package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
  170. package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
  171. package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
  172. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -3
  173. package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
  174. package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  175. package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
  176. package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
  177. package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
  178. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -3
  179. package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.json CHANGED
@@ -2,17 +2,647 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 17 Feb 2022 11:41:17 GMT",
6
- "tag": "@fluentui/react-button_v0.0.0-nightlyff78d1e27a20220217.1",
7
- "version": "0.0.0-nightlyff78d1e27a20220217.1",
5
+ "date": "Tue, 28 Jun 2022 04:30:43 GMT",
6
+ "tag": "@fluentui/react-button_v0.0.0",
7
+ "version": "0.0.0",
8
8
  "comments": {
9
+ "none": [
10
+ {
11
+ "author": "mgodbolt@microsoft.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "19377b1b434b3fd25c7d2a4be1c548bb553803a1",
14
+ "comment": "chore: Moving button stories to folder with index entry."
15
+ }
16
+ ],
9
17
  "prerelease": [
10
18
  {
11
- "author": "email not defined",
19
+ "author": "Humberto.Morimoto@microsoft.com",
20
+ "package": "@fluentui/react-button",
21
+ "commit": "31b9f89bcd3ffc2b0719b0b55643ccf92ff6a686",
22
+ "comment": "Button: Adding missing forced color adjust overrides."
23
+ },
24
+ {
25
+ "author": "lingfangao@hotmail.com",
26
+ "package": "@fluentui/react-button",
27
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
28
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
29
+ },
30
+ {
31
+ "author": "Humberto.Morimoto@microsoft.com",
32
+ "package": "@fluentui/react-button",
33
+ "commit": "d32031b50748baff9cb9592ca360ef8e54f61ab8",
34
+ "comment": "Button: Fixing hover styles in High Contrast mode."
35
+ },
36
+ {
37
+ "author": "olfedias@microsoft.com",
38
+ "package": "@fluentui/react-button",
39
+ "commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
40
+ "comment": "chore: Update @fluentui/react-icons to latest version"
41
+ },
42
+ {
43
+ "author": "lingfangao@hotmail.com",
44
+ "package": "@fluentui/react-button",
45
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
46
+ "comment": "Bump Griffel dependencies"
47
+ },
48
+ {
49
+ "author": "Humberto.Morimoto@microsoft.com",
50
+ "package": "@fluentui/react-button",
51
+ "commit": "ce6fe7e35398b3ca4e11a26b777fd9ba46529c72",
52
+ "comment": "README and migration guide cleanup."
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 v0.0.0",
66
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
67
+ },
68
+ {
69
+ "author": "beachball",
70
+ "package": "@fluentui/react-button",
71
+ "comment": "Bump @fluentui/react-aria to v0.0.0",
72
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
73
+ },
74
+ {
75
+ "author": "beachball",
76
+ "package": "@fluentui/react-button",
77
+ "comment": "Bump @fluentui/react-tabster to v0.0.0",
78
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
79
+ },
80
+ {
81
+ "author": "beachball",
82
+ "package": "@fluentui/react-button",
83
+ "comment": "Bump @fluentui/react-theme to v0.0.0",
84
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
85
+ },
86
+ {
87
+ "author": "beachball",
88
+ "package": "@fluentui/react-button",
89
+ "comment": "Bump @fluentui/react-utilities to v0.0.0",
90
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
91
+ },
92
+ {
93
+ "author": "beachball",
94
+ "package": "@fluentui/react-button",
95
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1",
96
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
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",
12
169
  "package": "@fluentui/react-button",
13
- "commit": "966e16625ca79f990ad8ca408ba47857adc522b3",
14
- "comment": "Release nightly v9"
170
+ "commit": "cc2a9d0f9b722f68a54da026ab320e3be22c21dd",
171
+ "comment": "ToggleButton: Differentiating hover and checked styles."
15
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",
410
+ "tag": "@fluentui/react-button_v9.0.0-rc.7",
411
+ "version": "9.0.0-rc.7",
412
+ "comments": {
413
+ "prerelease": [
414
+ {
415
+ "author": "Humberto.Morimoto@microsoft.com",
416
+ "package": "@fluentui/react-button",
417
+ "commit": "4c11854b93b331f12cdaa7ee0628b01667acba12",
418
+ "comment": "Adding useToggleState hook to scaffold toggleable behavior for individual consumption."
419
+ },
420
+ {
421
+ "author": "jukapsia@microsoft.com",
422
+ "package": "@fluentui/react-button",
423
+ "commit": "3f8fffc216f60fb8b055461a6725d76983d131c0",
424
+ "comment": "fix(Button): Text color in HC mode for hover, active and checked states."
425
+ },
426
+ {
427
+ "author": "Humberto.Morimoto@microsoft.com",
428
+ "package": "@fluentui/react-button",
429
+ "commit": "8ca44964836cefd3c435e9cf9a6ef78ceb256258",
430
+ "comment": "Button: Stop applying active styles when mouse moves away while it is being held and improving styles in High Contrast mode."
431
+ },
432
+ {
433
+ "author": "beachball",
434
+ "package": "@fluentui/react-button",
435
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
436
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
437
+ }
438
+ ],
439
+ "none": [
440
+ {
441
+ "author": "annkelle@microsoft.com",
442
+ "package": "@fluentui/react-button",
443
+ "commit": "155d4932b7cf3a544fa4f4605b5acc5cf74be763",
444
+ "comment": "Button: Use filled icons on hover."
445
+ }
446
+ ]
447
+ }
448
+ },
449
+ {
450
+ "date": "Tue, 19 Apr 2022 19:17:12 GMT",
451
+ "tag": "@fluentui/react-button_v9.0.0-rc.6",
452
+ "version": "9.0.0-rc.6",
453
+ "comments": {
454
+ "none": [
455
+ {
456
+ "author": "elcraig@microsoft.com",
457
+ "package": "@fluentui/react-button",
458
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
459
+ "comment": "Update React dev deps and hoist them to the repo root"
460
+ },
461
+ {
462
+ "author": "mgodbolt@microsoft.com",
463
+ "package": "@fluentui/react-button",
464
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
465
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
466
+ },
467
+ {
468
+ "author": "elcraig@microsoft.com",
469
+ "package": "@fluentui/react-button",
470
+ "commit": "13c32e184b7960671754582de21f3555bf9f02f3",
471
+ "comment": "Remove config file that's no longer needed"
472
+ }
473
+ ],
474
+ "prerelease": [
475
+ {
476
+ "author": "Humberto.Morimoto@microsoft.com",
477
+ "package": "@fluentui/react-button",
478
+ "commit": "e0660222b8d9f4f38a61b718c18d4c67e52c8df9",
479
+ "comment": "Disabling lint rule for deprecated [component]ClassName exports."
480
+ },
481
+ {
482
+ "author": "Humberto.Morimoto@microsoft.com",
483
+ "package": "@fluentui/react-button",
484
+ "commit": "1209d5881f9d9d581b481aa82979a22ce371cf8b",
485
+ "comment": "Button: Deprecating block prop."
486
+ },
487
+ {
488
+ "author": "Humberto.Morimoto@microsoft.com",
489
+ "package": "@fluentui/react-button",
490
+ "commit": "8c862ab1147fd38bc5008c85d1644f992561f89f",
491
+ "comment": "Button components: Making root a non-nullable slot."
492
+ },
493
+ {
494
+ "author": "Humberto.Morimoto@microsoft.com",
495
+ "package": "@fluentui/react-button",
496
+ "commit": "fac31825b58253b8b98c14b90090c97db2957373",
497
+ "comment": "CompoundButton: Fixing bug where component was iconOnly even when secondaryContent was being provided."
498
+ },
499
+ {
500
+ "author": "Humberto.Morimoto@microsoft.com",
501
+ "package": "@fluentui/react-button",
502
+ "commit": "6bee76a70a7490557cd2b5c2b5639ab6bed2e6a1",
503
+ "comment": "Removing star exports."
504
+ },
505
+ {
506
+ "author": "seanmonahan@microsoft.com",
507
+ "package": "@fluentui/react-button",
508
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
509
+ "comment": "Add deprecation messages to react-button"
510
+ },
511
+ {
512
+ "author": "olfedias@microsoft.com",
513
+ "package": "@fluentui/react-button",
514
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
515
+ "comment": "chore: Update Griffel to latest version"
516
+ },
517
+ {
518
+ "author": "seanmonahan@microsoft.com",
519
+ "package": "@fluentui/react-button",
520
+ "commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
521
+ "comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
522
+ },
523
+ {
524
+ "author": "beachball",
525
+ "package": "@fluentui/react-button",
526
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.6",
527
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
528
+ },
529
+ {
530
+ "author": "beachball",
531
+ "package": "@fluentui/react-button",
532
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
533
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
534
+ },
535
+ {
536
+ "author": "beachball",
537
+ "package": "@fluentui/react-button",
538
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
539
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
540
+ },
541
+ {
542
+ "author": "beachball",
543
+ "package": "@fluentui/react-button",
544
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
545
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
546
+ },
547
+ {
548
+ "author": "beachball",
549
+ "package": "@fluentui/react-button",
550
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
551
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
552
+ }
553
+ ]
554
+ }
555
+ },
556
+ {
557
+ "date": "Fri, 04 Mar 2022 05:17:34 GMT",
558
+ "tag": "@fluentui/react-button_v9.0.0-rc.5",
559
+ "version": "9.0.0-rc.5",
560
+ "comments": {
561
+ "prerelease": [
562
+ {
563
+ "author": "dzearing@microsoft.com",
564
+ "package": "@fluentui/react-button",
565
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
566
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
567
+ },
568
+ {
569
+ "author": "Humberto.Morimoto@microsoft.com",
570
+ "package": "@fluentui/react-button",
571
+ "commit": "e951d80afa1d6220e76d7a6c23d75ae417be2b9c",
572
+ "comment": "Button: Exporting classNames of individual slots."
573
+ },
574
+ {
575
+ "author": "beachball",
576
+ "package": "@fluentui/react-button",
577
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
578
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
579
+ },
580
+ {
581
+ "author": "beachball",
582
+ "package": "@fluentui/react-button",
583
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.5",
584
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
585
+ },
586
+ {
587
+ "author": "beachball",
588
+ "package": "@fluentui/react-button",
589
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
590
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
591
+ },
592
+ {
593
+ "author": "beachball",
594
+ "package": "@fluentui/react-button",
595
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
596
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
597
+ },
598
+ {
599
+ "author": "beachball",
600
+ "package": "@fluentui/react-button",
601
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
602
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
603
+ }
604
+ ]
605
+ }
606
+ },
607
+ {
608
+ "date": "Tue, 01 Mar 2022 02:17:35 GMT",
609
+ "tag": "@fluentui/react-button_v9.0.0-rc.4",
610
+ "version": "9.0.0-rc.4",
611
+ "comments": {
612
+ "prerelease": [
613
+ {
614
+ "author": "olfedias@microsoft.com",
615
+ "package": "@fluentui/react-button",
616
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
617
+ "comment": "fix: Add react-theme as dependency"
618
+ },
619
+ {
620
+ "author": "beachball",
621
+ "package": "@fluentui/react-button",
622
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.4",
623
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
624
+ },
625
+ {
626
+ "author": "beachball",
627
+ "package": "@fluentui/react-button",
628
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
629
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
630
+ },
631
+ {
632
+ "author": "beachball",
633
+ "package": "@fluentui/react-button",
634
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
635
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
636
+ }
637
+ ]
638
+ }
639
+ },
640
+ {
641
+ "date": "Fri, 18 Feb 2022 13:35:28 GMT",
642
+ "tag": "@fluentui/react-button_v9.0.0-rc.3",
643
+ "version": "9.0.0-rc.3",
644
+ "comments": {
645
+ "prerelease": [
16
646
  {
17
647
  "author": "Humberto.Morimoto@microsoft.com",
18
648
  "package": "@fluentui/react-button",
@@ -31,6 +661,12 @@
31
661
  "commit": "ca590a438b12b85d32fdf8b592ada3b0e7b2314c",
32
662
  "comment": "SplitButton: Fixing screen reader access issues."
33
663
  },
664
+ {
665
+ "author": "lingfangao@hotmail.com",
666
+ "package": "@fluentui/react-button",
667
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
668
+ "comment": "fix: Source maps contain original source code"
669
+ },
34
670
  {
35
671
  "author": "Humberto.Morimoto@microsoft.com",
36
672
  "package": "@fluentui/react-button",
@@ -40,32 +676,32 @@
40
676
  {
41
677
  "author": "beachball",
42
678
  "package": "@fluentui/react-button",
43
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightlyff78d1e27a20220217.1",
44
- "commit": "966e16625ca79f990ad8ca408ba47857adc522b3"
679
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.3",
680
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
45
681
  },
46
682
  {
47
683
  "author": "beachball",
48
684
  "package": "@fluentui/react-button",
49
- "comment": "Bump @fluentui/react-aria to v0.0.0-nightlyff78d1e27a20220217.1",
50
- "commit": "966e16625ca79f990ad8ca408ba47857adc522b3"
685
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.3",
686
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
51
687
  },
52
688
  {
53
689
  "author": "beachball",
54
690
  "package": "@fluentui/react-button",
55
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyff78d1e27a20220217.1",
56
- "commit": "966e16625ca79f990ad8ca408ba47857adc522b3"
691
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
692
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
57
693
  },
58
694
  {
59
695
  "author": "beachball",
60
696
  "package": "@fluentui/react-button",
61
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyff78d1e27a20220217.1",
62
- "commit": "966e16625ca79f990ad8ca408ba47857adc522b3"
697
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
698
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
63
699
  },
64
700
  {
65
701
  "author": "beachball",
66
702
  "package": "@fluentui/react-button",
67
- "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyff78d1e27a20220217.1",
68
- "commit": "966e16625ca79f990ad8ca408ba47857adc522b3"
703
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
704
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
69
705
  }
70
706
  ]
71
707
  }