@fluentui/react-button 0.0.0-nightlyf3ce1fbe1d20211110.1 → 0.0.0-nightlyf6116328d620220124.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. package/CHANGELOG.json +214 -26
  2. package/CHANGELOG.md +54 -14
  3. package/dist/react-button.d.ts +5 -2
  4. package/lib/components/Button/Button.types.d.ts +1 -1
  5. package/lib/components/Button/renderButton.js +5 -2
  6. package/lib/components/Button/renderButton.js.map +1 -1
  7. package/lib/components/Button/useButton.js +2 -1
  8. package/lib/components/Button/useButton.js.map +1 -1
  9. package/lib/components/Button/useButtonStyles.js +95 -60
  10. package/lib/components/Button/useButtonStyles.js.map +1 -1
  11. package/lib/components/CompoundButton/renderCompoundButton.js +7 -2
  12. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  13. package/lib/components/CompoundButton/useCompoundButtonStyles.js +5 -3
  14. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  15. package/lib/components/MenuButton/MenuButton.types.d.ts +5 -1
  16. package/lib/components/MenuButton/renderMenuButton.js +5 -2
  17. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  18. package/lib/components/MenuButton/useMenuButton.js +2 -2
  19. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  20. package/lib/components/SplitButton/renderSplitButton.js +5 -2
  21. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  22. package/lib/components/SplitButton/useSplitButtonStyles.js +1 -0
  23. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  24. package/lib/components/ToggleButton/useToggleButtonStyles.js +32 -31
  25. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  26. package/lib-commonjs/components/Button/Button.types.d.ts +1 -1
  27. package/lib-commonjs/components/Button/renderButton.js +5 -2
  28. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  29. package/lib-commonjs/components/Button/useButton.js +2 -1
  30. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  31. package/lib-commonjs/components/Button/useButtonStyles.js +95 -59
  32. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  33. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js +7 -2
  34. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  35. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +5 -2
  36. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  37. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +5 -1
  38. package/lib-commonjs/components/MenuButton/renderMenuButton.js +5 -2
  39. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  40. package/lib-commonjs/components/MenuButton/useMenuButton.js +1 -1
  41. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  42. package/lib-commonjs/components/SplitButton/renderSplitButton.js +5 -2
  43. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  44. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +2 -0
  45. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  46. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +32 -30
  47. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  48. package/package.json +14 -15
  49. package/lib/common/isConformant.d.ts +0 -4
  50. package/lib/common/isConformant.js +0 -13
  51. package/lib/common/isConformant.js.map +0 -1
  52. package/lib-commonjs/common/isConformant.d.ts +0 -4
  53. package/lib-commonjs/common/isConformant.js +0 -24
  54. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,17 +2,205 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 10 Nov 2021 04:16:46 GMT",
6
- "tag": "@fluentui/react-button_v0.0.0-nightlyf3ce1fbe1d20211110.1",
7
- "version": "0.0.0-nightlyf3ce1fbe1d20211110.1",
5
+ "date": "Mon, 24 Jan 2022 04:14:05 GMT",
6
+ "tag": "@fluentui/react-button_v0.0.0-nightlyf6116328d620220124.1",
7
+ "version": "0.0.0-nightlyf6116328d620220124.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-button",
13
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a",
13
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "ololubek@microsoft.com",
18
+ "package": "@fluentui/react-button",
19
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
20
+ "comment": "Update react-icons usage to resizable icons"
21
+ },
22
+ {
23
+ "author": "ololubek@microsoft.com",
24
+ "package": "@fluentui/react-button",
25
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
26
+ "comment": "(fix): Update react-icons dependency to latest version"
27
+ },
28
+ {
29
+ "author": "Humberto.Morimoto@microsoft.com",
30
+ "package": "@fluentui/react-button",
31
+ "commit": "0a4c1a9af2f8bb29c3a3544f06964a8554cd692a",
32
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
33
+ },
34
+ {
35
+ "author": "behowell@microsoft.com",
36
+ "package": "@fluentui/react-button",
37
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
38
+ "comment": "Remove component's shorthandProps array"
39
+ },
40
+ {
41
+ "author": "behowell@microsoft.com",
42
+ "package": "@fluentui/react-button",
43
+ "commit": "d778282b56baae57cb6b407debdbfb6beca76761",
44
+ "comment": "Remove fontSize from default menuIcon, as it is already set via css"
45
+ },
46
+ {
47
+ "author": "olfedias@microsoft.com",
48
+ "package": "@fluentui/react-button",
49
+ "commit": "54118b29fde686ef15fe95a3a97f3fd7edca34a3",
50
+ "comment": "update styles to not use CSS shorthands"
51
+ },
52
+ {
53
+ "author": "Humberto.Morimoto@microsoft.com",
54
+ "package": "@fluentui/react-button",
55
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
56
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
57
+ },
58
+ {
59
+ "author": "Humberto.Morimoto@microsoft.com",
60
+ "package": "@fluentui/react-button",
61
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
62
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-button",
67
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightlyf6116328d620220124.1",
68
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-button",
73
+ "comment": "Bump @fluentui/react-aria to v0.0.0-nightlyf6116328d620220124.1",
74
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-button",
79
+ "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlyf6116328d620220124.1",
80
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-button",
85
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyf6116328d620220124.1",
86
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-button",
91
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyf6116328d620220124.1",
92
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-button",
97
+ "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlyf6116328d620220124.1",
98
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-button",
103
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf6116328d620220124.1",
104
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-button",
109
+ "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf6116328d620220124.1",
110
+ "commit": "7e40e770b133f0e9b5a0ba356e78ea25a8647941"
111
+ }
112
+ ],
113
+ "none": [
114
+ {
115
+ "author": "olfedias@microsoft.com",
116
+ "package": "@fluentui/react-button",
117
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
118
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
119
+ },
120
+ {
121
+ "author": "martinhochel@microsoft.com",
122
+ "package": "@fluentui/react-button",
123
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
124
+ "comment": "chore: use storybook runner for all vNext packages"
125
+ },
126
+ {
127
+ "author": "tkrasniqi@microsoft.com",
128
+ "package": "@fluentui/react-button",
129
+ "commit": "ca886fed17b4a73b9bb3b5a9e54d143062cbfa99",
130
+ "comment": "Migration to new tsconfig"
131
+ }
132
+ ]
133
+ }
134
+ },
135
+ {
136
+ "date": "Thu, 25 Nov 2021 08:34:12 GMT",
137
+ "tag": "@fluentui/react-button_v9.0.0-beta.5",
138
+ "version": "9.0.0-beta.5",
139
+ "comments": {
140
+ "prerelease": [
141
+ {
142
+ "author": "Humberto.Morimoto@microsoft.com",
143
+ "package": "@fluentui/react-button",
144
+ "commit": "8825574c42f414c26f9d49238be02ca7dcb44cfe",
145
+ "comment": "MenuButton: Removing tight coupling with Menu by replicating type locally."
146
+ },
147
+ {
148
+ "author": "ololubek@microsoft.com",
149
+ "package": "@fluentui/react-button",
150
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
151
+ "comment": "update react-icons dependency"
152
+ },
153
+ {
154
+ "author": "beachball",
155
+ "package": "@fluentui/react-button",
156
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
157
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
158
+ },
159
+ {
160
+ "author": "beachball",
161
+ "package": "@fluentui/react-button",
162
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
163
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
164
+ },
165
+ {
166
+ "author": "beachball",
167
+ "package": "@fluentui/react-button",
168
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
169
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
170
+ },
171
+ {
172
+ "author": "beachball",
173
+ "package": "@fluentui/react-button",
174
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
175
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
176
+ },
177
+ {
178
+ "author": "beachball",
179
+ "package": "@fluentui/react-button",
180
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
181
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
182
+ },
183
+ {
184
+ "author": "beachball",
185
+ "package": "@fluentui/react-button",
186
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
187
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
188
+ },
189
+ {
190
+ "author": "beachball",
191
+ "package": "@fluentui/react-button",
192
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
193
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
194
+ }
195
+ ]
196
+ }
197
+ },
198
+ {
199
+ "date": "Fri, 12 Nov 2021 13:25:16 GMT",
200
+ "tag": "@fluentui/react-button_v9.0.0-beta.4",
201
+ "version": "9.0.0-beta.4",
202
+ "comments": {
203
+ "prerelease": [
16
204
  {
17
205
  "author": "olfedias@microsoft.com",
18
206
  "package": "@fluentui/react-button",
@@ -40,56 +228,50 @@
40
228
  {
41
229
  "author": "beachball",
42
230
  "package": "@fluentui/react-button",
43
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightlyf3ce1fbe1d20211110.1",
44
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
231
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
232
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
45
233
  },
46
234
  {
47
235
  "author": "beachball",
48
236
  "package": "@fluentui/react-button",
49
- "comment": "Bump @fluentui/react-aria to v0.0.0-nightlyf3ce1fbe1d20211110.1",
50
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
237
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
238
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
51
239
  },
52
240
  {
53
241
  "author": "beachball",
54
242
  "package": "@fluentui/react-button",
55
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
56
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
243
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
244
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
57
245
  },
58
246
  {
59
247
  "author": "beachball",
60
248
  "package": "@fluentui/react-button",
61
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyf3ce1fbe1d20211110.1",
62
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
249
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
250
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
63
251
  },
64
252
  {
65
253
  "author": "beachball",
66
254
  "package": "@fluentui/react-button",
67
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyf3ce1fbe1d20211110.1",
68
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
255
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
256
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
69
257
  },
70
258
  {
71
259
  "author": "beachball",
72
260
  "package": "@fluentui/react-button",
73
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
74
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
261
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
262
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
75
263
  },
76
264
  {
77
265
  "author": "beachball",
78
266
  "package": "@fluentui/react-button",
79
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
80
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
267
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
268
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
81
269
  },
82
270
  {
83
271
  "author": "beachball",
84
272
  "package": "@fluentui/react-button",
85
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
86
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
87
- },
88
- {
89
- "author": "beachball",
90
- "package": "@fluentui/react-button",
91
- "comment": "Bump @fluentui/react-menu to v0.0.0-nightlyf3ce1fbe1d20211110.1",
92
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
273
+ "comment": "Bump @fluentui/react-menu to v9.0.0-beta.4",
274
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
93
275
  }
94
276
  ],
95
277
  "none": [
@@ -110,6 +292,12 @@
110
292
  "package": "@fluentui/react-button",
111
293
  "commit": "73857e89e8c403370ba723415121f2ce1e530fff",
112
294
  "comment": "add docs for menu and compound button"
295
+ },
296
+ {
297
+ "author": "lingfangao@hotmail.com",
298
+ "package": "@fluentui/react-button",
299
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
300
+ "comment": "Remove beta release tag"
113
301
  }
114
302
  ]
115
303
  }
package/CHANGELOG.md CHANGED
@@ -1,30 +1,70 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Wed, 10 Nov 2021 04:16:46 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Jan 2022 04:14:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyf3ce1fbe1d20211110.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightlyf3ce1fbe1d20211110.1)
7
+ ## [0.0.0-nightlyf6116328d620220124.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightlyf6116328d620220124.1)
8
8
 
9
- Wed, 10 Nov 2021 04:16:46 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v0.0.0-nightlyf3ce1fbe1d20211110.1)
9
+ Mon, 24 Jan 2022 04:14:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v0.0.0-nightlyf6116328d620220124.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by email not defined)
15
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
16
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
17
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21039](https://github.com/microsoft/fluentui/pull/21039) by Humberto.Morimoto@microsoft.com)
18
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
19
+ - Remove fontSize from default menuIcon, as it is already set via css ([PR #21221](https://github.com/microsoft/fluentui/pull/21221) by behowell@microsoft.com)
20
+ - update styles to not use CSS shorthands ([PR #20815](https://github.com/microsoft/fluentui/pull/20815) by olfedias@microsoft.com)
21
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
22
+ - Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
23
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightlyf6116328d620220124.1 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by beachball)
24
+ - Bump @fluentui/react-aria to v0.0.0-nightlyf6116328d620220124.1 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by beachball)
25
+ - Bump @fluentui/react-make-styles to v0.0.0-nightlyf6116328d620220124.1 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by beachball)
26
+ - Bump @fluentui/react-tabster to v0.0.0-nightlyf6116328d620220124.1 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by beachball)
27
+ - Bump @fluentui/react-utilities to v0.0.0-nightlyf6116328d620220124.1 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by beachball)
28
+ - Bump @fluentui/babel-make-styles to v0.0.0-nightlyf6116328d620220124.1 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by beachball)
29
+ - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf6116328d620220124.1 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by beachball)
30
+ - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf6116328d620220124.1 ([commit](https://github.com/microsoft/fluentui/commit/7e40e770b133f0e9b5a0ba356e78ea25a8647941) by beachball)
31
+
32
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
33
+
34
+ Thu, 25 Nov 2021 08:34:12 GMT
35
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
36
+
37
+ ### Changes
38
+
39
+ - MenuButton: Removing tight coupling with Menu by replicating type locally. ([PR #20635](https://github.com/microsoft/fluentui/pull/20635) by Humberto.Morimoto@microsoft.com)
40
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
41
+ - Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
42
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
43
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
44
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
45
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
46
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
47
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
48
+
49
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
50
+
51
+ Fri, 12 Nov 2021 13:25:16 GMT
52
+ [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
53
 
12
54
  ### Changes
13
55
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by email not defined)
15
56
  - export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
16
57
  - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
17
58
  - 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
59
  - 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-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
20
- - Bump @fluentui/react-aria to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
21
- - Bump @fluentui/react-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
22
- - Bump @fluentui/react-tabster to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
23
- - Bump @fluentui/react-utilities to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
24
- - Bump @fluentui/babel-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
25
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
26
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
27
- - Bump @fluentui/react-menu to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
60
+ - Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
61
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
62
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
63
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
64
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
65
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
66
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
67
+ - Bump @fluentui/react-menu to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
28
68
 
29
69
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
30
70
 
@@ -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
 
@@ -44,7 +43,7 @@ export declare type ButtonCommons = {
44
43
  * A button can format its icon to appear before or after its content.
45
44
  * @default 'before'
46
45
  */
47
- iconPosition: 'before' | 'after';
46
+ iconPosition?: 'before' | 'after';
48
47
  /**
49
48
  * A button can be rounded, circular, or square.
50
49
  * @default 'rounded'
@@ -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
  */
@@ -40,7 +40,7 @@ export declare type ButtonCommons = {
40
40
  * A button can format its icon to appear before or after its content.
41
41
  * @default 'before'
42
42
  */
43
- iconPosition: 'before' | 'after';
43
+ iconPosition?: 'before' | 'after';
44
44
  /**
45
45
  * A button can be rounded, circular, or square.
46
46
  * @default 'rounded'
@@ -8,11 +8,14 @@ export const renderButton = state => {
8
8
  const {
9
9
  slots,
10
10
  slotProps
11
- } = getSlots(state, ['root', 'icon']);
11
+ } = getSlots(state);
12
12
  const {
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,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":""}