@fluentui/react-button 0.0.0-nightly01492e29df20211105.1 → 0.0.0-nightly2462abf75c20211217.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.json +172 -26
  2. package/CHANGELOG.md +48 -14
  3. package/dist/react-button.d.ts +4 -1
  4. package/lib/components/Button/renderButton.js +4 -1
  5. package/lib/components/Button/renderButton.js.map +1 -1
  6. package/lib/components/Button/useButton.js +2 -1
  7. package/lib/components/Button/useButton.js.map +1 -1
  8. package/lib/components/Button/useButtonStyles.js +94 -60
  9. package/lib/components/Button/useButtonStyles.js.map +1 -1
  10. package/lib/components/CompoundButton/renderCompoundButton.js +6 -1
  11. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  12. package/lib/components/CompoundButton/useCompoundButtonStyles.js +4 -3
  13. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  14. package/lib/components/MenuButton/MenuButton.types.d.ts +5 -1
  15. package/lib/components/MenuButton/renderMenuButton.js +4 -1
  16. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  17. package/lib/components/SplitButton/renderSplitButton.js +4 -1
  18. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  19. package/lib/components/ToggleButton/useToggleButtonStyles.js +31 -31
  20. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  21. package/lib-commonjs/components/Button/renderButton.js +4 -1
  22. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  23. package/lib-commonjs/components/Button/useButton.js +2 -1
  24. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  25. package/lib-commonjs/components/Button/useButtonStyles.js +93 -59
  26. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  27. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js +6 -1
  28. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  29. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +3 -2
  30. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  31. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +5 -1
  32. package/lib-commonjs/components/MenuButton/renderMenuButton.js +4 -1
  33. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  34. package/lib-commonjs/components/SplitButton/renderSplitButton.js +4 -1
  35. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  36. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +30 -30
  37. package/package.json +14 -15
  38. package/lib/common/isConformant.d.ts +0 -4
  39. package/lib/common/isConformant.js +0 -13
  40. package/lib/common/isConformant.js.map +0 -1
  41. package/lib-commonjs/common/isConformant.d.ts +0 -4
  42. package/lib-commonjs/common/isConformant.js +0 -24
  43. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,17 +2,157 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 05 Nov 2021 04:16:08 GMT",
6
- "tag": "@fluentui/react-button_v0.0.0-nightly01492e29df20211105.1",
7
- "version": "0.0.0-nightly01492e29df20211105.1",
5
+ "date": "Fri, 17 Dec 2021 04:14:48 GMT",
6
+ "tag": "@fluentui/react-button_v0.0.0-nightly2462abf75c20211217.1",
7
+ "version": "0.0.0-nightly2462abf75c20211217.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-button",
13
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d",
13
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "ololubek@microsoft.com",
18
+ "package": "@fluentui/react-button",
19
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
20
+ "comment": "(fix): Update react-icons dependency to latest version"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-button",
25
+ "commit": "54118b29fde686ef15fe95a3a97f3fd7edca34a3",
26
+ "comment": "update styles to not use CSS shorthands"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-button",
31
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly2462abf75c20211217.1",
32
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-button",
37
+ "comment": "Bump @fluentui/react-aria to v0.0.0-nightly2462abf75c20211217.1",
38
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-button",
43
+ "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly2462abf75c20211217.1",
44
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-button",
49
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly2462abf75c20211217.1",
50
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-button",
55
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly2462abf75c20211217.1",
56
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-button",
61
+ "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly2462abf75c20211217.1",
62
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-button",
67
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly2462abf75c20211217.1",
68
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-button",
73
+ "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly2462abf75c20211217.1",
74
+ "commit": "4d9ea3499c852a0ed7b218202c074558963d7bca"
75
+ }
76
+ ],
77
+ "none": [
78
+ {
79
+ "author": "tkrasniqi@microsoft.com",
80
+ "package": "@fluentui/react-button",
81
+ "commit": "ca886fed17b4a73b9bb3b5a9e54d143062cbfa99",
82
+ "comment": "Migration to new tsconfig"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "date": "Thu, 25 Nov 2021 08:34:12 GMT",
89
+ "tag": "@fluentui/react-button_v9.0.0-beta.5",
90
+ "version": "9.0.0-beta.5",
91
+ "comments": {
92
+ "prerelease": [
93
+ {
94
+ "author": "Humberto.Morimoto@microsoft.com",
95
+ "package": "@fluentui/react-button",
96
+ "commit": "8825574c42f414c26f9d49238be02ca7dcb44cfe",
97
+ "comment": "MenuButton: Removing tight coupling with Menu by replicating type locally."
98
+ },
99
+ {
100
+ "author": "ololubek@microsoft.com",
101
+ "package": "@fluentui/react-button",
102
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
103
+ "comment": "update react-icons dependency"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-button",
108
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
109
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
110
+ },
111
+ {
112
+ "author": "beachball",
113
+ "package": "@fluentui/react-button",
114
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
115
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
116
+ },
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-button",
120
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
121
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
122
+ },
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-button",
126
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
127
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
128
+ },
129
+ {
130
+ "author": "beachball",
131
+ "package": "@fluentui/react-button",
132
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
133
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
134
+ },
135
+ {
136
+ "author": "beachball",
137
+ "package": "@fluentui/react-button",
138
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
139
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
140
+ },
141
+ {
142
+ "author": "beachball",
143
+ "package": "@fluentui/react-button",
144
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
145
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
146
+ }
147
+ ]
148
+ }
149
+ },
150
+ {
151
+ "date": "Fri, 12 Nov 2021 13:25:16 GMT",
152
+ "tag": "@fluentui/react-button_v9.0.0-beta.4",
153
+ "version": "9.0.0-beta.4",
154
+ "comments": {
155
+ "prerelease": [
16
156
  {
17
157
  "author": "olfedias@microsoft.com",
18
158
  "package": "@fluentui/react-button",
@@ -40,59 +180,59 @@
40
180
  {
41
181
  "author": "beachball",
42
182
  "package": "@fluentui/react-button",
43
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly01492e29df20211105.1",
44
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
183
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
184
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
45
185
  },
46
186
  {
47
187
  "author": "beachball",
48
188
  "package": "@fluentui/react-button",
49
- "comment": "Bump @fluentui/react-aria to v0.0.0-nightly01492e29df20211105.1",
50
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
189
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
190
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
51
191
  },
52
192
  {
53
193
  "author": "beachball",
54
194
  "package": "@fluentui/react-button",
55
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly01492e29df20211105.1",
56
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
195
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
196
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
57
197
  },
58
198
  {
59
199
  "author": "beachball",
60
200
  "package": "@fluentui/react-button",
61
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly01492e29df20211105.1",
62
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
201
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
202
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
63
203
  },
64
204
  {
65
205
  "author": "beachball",
66
206
  "package": "@fluentui/react-button",
67
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly01492e29df20211105.1",
68
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
207
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
208
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
69
209
  },
70
210
  {
71
211
  "author": "beachball",
72
212
  "package": "@fluentui/react-button",
73
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly01492e29df20211105.1",
74
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
213
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
214
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
75
215
  },
76
216
  {
77
217
  "author": "beachball",
78
218
  "package": "@fluentui/react-button",
79
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly01492e29df20211105.1",
80
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
219
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
220
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
81
221
  },
82
222
  {
83
223
  "author": "beachball",
84
224
  "package": "@fluentui/react-button",
85
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly01492e29df20211105.1",
86
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
87
- },
88
- {
89
- "author": "beachball",
90
- "package": "@fluentui/react-button",
91
- "comment": "Bump @fluentui/react-menu to v0.0.0-nightly01492e29df20211105.1",
92
- "commit": "d254c37e35cfc6231bcc255cbf3c541a8222706d"
225
+ "comment": "Bump @fluentui/react-menu to v9.0.0-beta.4",
226
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
93
227
  }
94
228
  ],
95
229
  "none": [
230
+ {
231
+ "author": "mgodbolt@microsoft.com",
232
+ "package": "@fluentui/react-button",
233
+ "commit": "d28932cc68561cf46a56a4300b6e18d7de8af14b",
234
+ "comment": "adding toggle and split button docs"
235
+ },
96
236
  {
97
237
  "author": "mgodbolt@microsoft.com",
98
238
  "package": "@fluentui/react-button",
@@ -104,6 +244,12 @@
104
244
  "package": "@fluentui/react-button",
105
245
  "commit": "73857e89e8c403370ba723415121f2ce1e530fff",
106
246
  "comment": "add docs for menu and compound button"
247
+ },
248
+ {
249
+ "author": "lingfangao@hotmail.com",
250
+ "package": "@fluentui/react-button",
251
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
252
+ "comment": "Remove beta release tag"
107
253
  }
108
254
  ]
109
255
  }
package/CHANGELOG.md CHANGED
@@ -1,30 +1,64 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Fri, 05 Nov 2021 04:16:08 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Dec 2021 04:14:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly01492e29df20211105.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightly01492e29df20211105.1)
7
+ ## [0.0.0-nightly2462abf75c20211217.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightly2462abf75c20211217.1)
8
8
 
9
- Fri, 05 Nov 2021 04:16:08 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v0.0.0-nightly01492e29df20211105.1)
9
+ Fri, 17 Dec 2021 04:14:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v0.0.0-nightly2462abf75c20211217.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by email not defined)
15
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
16
+ - update styles to not use CSS shorthands ([PR #20815](https://github.com/microsoft/fluentui/pull/20815) by olfedias@microsoft.com)
17
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightly2462abf75c20211217.1 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by beachball)
18
+ - Bump @fluentui/react-aria to v0.0.0-nightly2462abf75c20211217.1 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by beachball)
19
+ - Bump @fluentui/react-make-styles to v0.0.0-nightly2462abf75c20211217.1 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by beachball)
20
+ - Bump @fluentui/react-tabster to v0.0.0-nightly2462abf75c20211217.1 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by beachball)
21
+ - Bump @fluentui/react-utilities to v0.0.0-nightly2462abf75c20211217.1 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by beachball)
22
+ - Bump @fluentui/babel-make-styles to v0.0.0-nightly2462abf75c20211217.1 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by beachball)
23
+ - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly2462abf75c20211217.1 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by beachball)
24
+ - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly2462abf75c20211217.1 ([commit](https://github.com/microsoft/fluentui/commit/4d9ea3499c852a0ed7b218202c074558963d7bca) by beachball)
25
+
26
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
27
+
28
+ Thu, 25 Nov 2021 08:34:12 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
30
+
31
+ ### Changes
32
+
33
+ - MenuButton: Removing tight coupling with Menu by replicating type locally. ([PR #20635](https://github.com/microsoft/fluentui/pull/20635) by Humberto.Morimoto@microsoft.com)
34
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
35
+ - Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
36
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
37
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
38
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
39
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
40
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
41
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
42
+
43
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
44
+
45
+ Fri, 12 Nov 2021 13:25:16 GMT
46
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v9.0.0-beta.4)
11
47
 
12
48
  ### Changes
13
49
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by email not defined)
15
50
  - export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
16
51
  - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
17
52
  - react-button: Removing use of enzyme in the converged package. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
18
53
  - Fixing incomplete comment. ([PR #20273](https://github.com/microsoft/fluentui/pull/20273) by Humberto.Morimoto@microsoft.com)
19
- - Bump @fluentui/keyboard-keys to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
20
- - Bump @fluentui/react-aria to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
21
- - Bump @fluentui/react-make-styles to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
22
- - Bump @fluentui/react-tabster to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
23
- - Bump @fluentui/react-utilities to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
24
- - Bump @fluentui/babel-make-styles to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
25
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
26
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
27
- - Bump @fluentui/react-menu to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
54
+ - Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
55
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
56
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
57
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
58
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
59
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
60
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
61
+ - Bump @fluentui/react-menu to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
28
62
 
29
63
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
30
64
 
@@ -3,7 +3,6 @@ import type { ComponentProps } from '@fluentui/react-utilities';
3
3
  import type { ComponentState } from '@fluentui/react-utilities';
4
4
  import { ForwardRefComponent } from '@fluentui/react-utilities';
5
5
  import type { IntrinsicShorthandProps } from '@fluentui/react-utilities';
6
- import type { MenuTriggerChildProps } from '@fluentui/react-menu';
7
6
  import type { ObjectShorthandProps } from '@fluentui/react-utilities';
8
7
  import * as React_2 from 'react';
9
8
 
@@ -118,6 +117,10 @@ export declare type MenuButtonSlots = ButtonSlots & {
118
117
 
119
118
  export declare type MenuButtonState = ComponentState<MenuButtonSlots> & Omit<ButtonState, keyof ButtonSlots | 'components' | 'iconPosition'>;
120
119
 
120
+ declare type MenuTriggerChildProps = Pick<React_2.HTMLAttributes<HTMLElement>, 'onClick' | 'onMouseEnter' | 'onMouseLeave' | 'onContextMenu' | 'onKeyDown' | 'aria-haspopup' | 'aria-expanded' | 'id'> & {
121
+ ref?: React_2.Ref<never>;
122
+ };
123
+
121
124
  /**
122
125
  * Renders a Button component by passing the state defined props to the appropriate slots.
123
126
  */
@@ -13,6 +13,9 @@ export const renderButton = state => {
13
13
  iconOnly,
14
14
  iconPosition
15
15
  } = state;
16
- return /*#__PURE__*/React.createElement(slots.root, Object.assign({}, slotProps.root), iconPosition !== 'after' && /*#__PURE__*/React.createElement(slots.icon, Object.assign({}, slotProps.icon)), !iconOnly && state.root.children, iconPosition === 'after' && /*#__PURE__*/React.createElement(slots.icon, Object.assign({}, slotProps.icon)));
16
+ return /*#__PURE__*/React.createElement(slots.root, { ...slotProps.root
17
+ }, iconPosition !== 'after' && /*#__PURE__*/React.createElement(slots.icon, { ...slotProps.icon
18
+ }), !iconOnly && state.root.children, iconPosition === 'after' && /*#__PURE__*/React.createElement(slots.icon, { ...slotProps.icon
19
+ }));
17
20
  };
18
21
  //# sourceMappingURL=renderButton.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Button/renderButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,QAAT,QAAyB,2BAAzB;AAGA;;AAEG;;AACH,OAAO,MAAM,YAAY,GAAI,KAAD,IAAuB;AACjD,QAAM;AAAE,IAAA,KAAF;AAAS,IAAA;AAAT,MAAuB,QAAQ,CAAc,KAAd,EAAqB,CAAC,MAAD,EAAS,MAAT,CAArB,CAArC;AACA,QAAM;AAAE,IAAA,QAAF;AAAY,IAAA;AAAZ,MAA6B,KAAnC;AAEA,sBACE,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,MAAA,CAAA,MAAA,CAAA,EAAA,EAAK,SAAS,CAAC,IAAf,CAAX,EACG,YAAY,KAAK,OAAjB,iBAA4B,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,MAAA,CAAA,MAAA,CAAA,EAAA,EAAK,SAAS,CAAC,IAAf,CAAX,CAD/B,EAEG,CAAC,QAAD,IAAa,KAAK,CAAC,IAAN,CAAW,QAF3B,EAGG,YAAY,KAAK,OAAjB,iBAA4B,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,MAAA,CAAA,MAAA,CAAA,EAAA,EAAK,SAAS,CAAC,IAAf,CAAX,CAH/B,CADF;AAOD,CAXM","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/Button/renderButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,QAAT,QAAyB,2BAAzB;AAGA;;AAEG;;AACH,OAAO,MAAM,YAAY,GAAI,KAAD,IAAuB;AACjD,QAAM;AAAE,IAAA,KAAF;AAAS,IAAA;AAAT,MAAuB,QAAQ,CAAc,KAAd,EAAqB,CAAC,MAAD,EAAS,MAAT,CAArB,CAArC;AACA,QAAM;AAAE,IAAA,QAAF;AAAY,IAAA;AAAZ,MAA6B,KAAnC;AAEA,sBACE,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,EAAA,GAAK,SAAS,CAAC;AAAf,GAAX,EACG,YAAY,KAAK,OAAjB,iBAA4B,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,EAAA,GAAK,SAAS,CAAC;AAAf,GAAX,CAD/B,EAEG,CAAC,QAAD,IAAa,KAAK,CAAC,IAAN,CAAW,QAF3B,EAGG,YAAY,KAAK,OAAjB,iBAA4B,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,EAAA,GAAK,SAAS,CAAC;AAAf,GAAX,CAH/B,CADF;AAOD,CAXM","sourceRoot":""}
@@ -40,7 +40,8 @@ export const useButton = (props, ref) => {
40
40
  defaultProps: {
41
41
  // useARIAButton isn't working with React.Ref<HTMLButtonElement | HTMLAnchorElement>
42
42
  ref: ref,
43
- type: 'button'
43
+ type: 'button' // This is added because the default for type is 'submit'
44
+
44
45
  }
45
46
  })),
46
47
  icon: iconShorthand
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Button/useButton.ts"],"names":[],"mappings":"AACA,SAAS,aAAT,QAA8B,sBAA9B;AACA,SAAS,qBAAT,EAAgC,gBAAhC,QAAwD,2BAAxD;AAGA;;;;AAIG;;AACH,OAAO,MAAM,SAAS,GAAG,CAAC,KAAD,EAAqB,GAArB,KAA2F;AAClH,QAAM;AACJ,IAAA,UADI;AAEJ,IAAA,EAFI;AAGJ,IAAA,KAAK,GAAG,KAHJ;AAIJ,IAAA,QAAQ,GAAG,KAJP;AAKJ,IAAA,iBAAiB,GAAG,KALhB;AAMJ,IAAA,IANI;AAOJ,IAAA,YAAY,GAAG,QAPX;AAQJ,IAAA,KAAK,GAAG,SARJ;AASJ,IAAA,IAAI,GAAG;AATH,MAUF,KAVJ;AAWA,QAAM,aAAa,GAAG,gBAAgB,CAAC,IAAD,CAAtC;AAEA,SAAO;AACL;AACA,IAAA,UAFK;AAGL,IAAA,KAHK;AAIL,IAAA,QAJK;AAKL,IAAA,iBALK;AAML,IAAA,YANK;AAOL,IAAA,KAPK;AAQL,IAAA,IARK;AAUL;AACA,IAAA,QAAQ,EAAE,OAAO,CAAC,CAAA,aAAa,KAAA,IAAb,IAAA,aAAa,KAAA,KAAA,CAAb,GAAa,KAAA,CAAb,GAAA,aAAa,CAAE,QAAf,KAA2B,CAAC,KAAK,CAAC,QAAnC,CAXZ;AAaL;AACA,IAAA,UAAU,EAAE;AACV,MAAA,IAAI,EAAE,QADI;AAEV,MAAA,IAAI,EAAE;AAFI,KAdP;AAmBL,IAAA,IAAI,EAAE,qBAAqB,CACzB,EAAE,IAAI,QADmB,EAEzB,aAAa,CAAC,KAAD,EAAQ;AACnB,MAAA,QAAQ,EAAE,IADS;AAEnB,MAAA,YAAY,EAAE;AACZ;AACA,QAAA,GAAG,EAAE,GAFO;AAGZ,QAAA,IAAI,EAAE;AAHM;AAFK,KAAR,CAFY,CAnBtB;AA8BL,IAAA,IAAI,EAAE;AA9BD,GAAP;AAgCD,CA9CM","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/Button/useButton.ts"],"names":[],"mappings":"AACA,SAAS,aAAT,QAA8B,sBAA9B;AACA,SAAS,qBAAT,EAAgC,gBAAhC,QAAwD,2BAAxD;AAGA;;;;AAIG;;AACH,OAAO,MAAM,SAAS,GAAG,CAAC,KAAD,EAAqB,GAArB,KAA2F;AAClH,QAAM;AACJ,IAAA,UADI;AAEJ,IAAA,EAFI;AAGJ,IAAA,KAAK,GAAG,KAHJ;AAIJ,IAAA,QAAQ,GAAG,KAJP;AAKJ,IAAA,iBAAiB,GAAG,KALhB;AAMJ,IAAA,IANI;AAOJ,IAAA,YAAY,GAAG,QAPX;AAQJ,IAAA,KAAK,GAAG,SARJ;AASJ,IAAA,IAAI,GAAG;AATH,MAUF,KAVJ;AAWA,QAAM,aAAa,GAAG,gBAAgB,CAAC,IAAD,CAAtC;AAEA,SAAO;AACL;AACA,IAAA,UAFK;AAGL,IAAA,KAHK;AAIL,IAAA,QAJK;AAKL,IAAA,iBALK;AAML,IAAA,YANK;AAOL,IAAA,KAPK;AAQL,IAAA,IARK;AAUL;AACA,IAAA,QAAQ,EAAE,OAAO,CAAC,CAAA,aAAa,KAAA,IAAb,IAAA,aAAa,KAAA,KAAA,CAAb,GAAa,KAAA,CAAb,GAAA,aAAa,CAAE,QAAf,KAA2B,CAAC,KAAK,CAAC,QAAnC,CAXZ;AAaL;AACA,IAAA,UAAU,EAAE;AACV,MAAA,IAAI,EAAE,QADI;AAEV,MAAA,IAAI,EAAE;AAFI,KAdP;AAmBL,IAAA,IAAI,EAAE,qBAAqB,CACzB,EAAE,IAAI,QADmB,EAEzB,aAAa,CAAC,KAAD,EAAQ;AACnB,MAAA,QAAQ,EAAE,IADS;AAEnB,MAAA,YAAY,EAAE;AACZ;AACA,QAAA,GAAG,EAAE,GAFO;AAGZ,QAAA,IAAI,EAAE,QAHM,CAGI;;AAHJ;AAFK,KAAR,CAFY,CAnBtB;AA8BL,IAAA,IAAI,EAAE;AA9BD,GAAP;AAgCD,CA9CM","sourceRoot":""}