@fluentui/react-button 0.0.0-nightlyc0273fdc6920211123.1 → 0.0.0-nightlyc0e3a0a1f320220217.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. package/CHANGELOG.json +269 -21
  2. package/CHANGELOG.md +63 -13
  3. package/dist/react-button.d.ts +31 -36
  4. package/lib/components/Button/Button.js +6 -6
  5. package/lib/components/Button/Button.js.map +1 -1
  6. package/lib/components/Button/Button.types.d.ts +5 -5
  7. package/lib/components/Button/index.d.ts +2 -2
  8. package/lib/components/Button/index.js +1 -2
  9. package/lib/components/Button/index.js.map +1 -1
  10. package/lib/components/Button/renderButton.d.ts +1 -1
  11. package/lib/components/Button/renderButton.js +6 -3
  12. package/lib/components/Button/renderButton.js.map +1 -1
  13. package/lib/components/Button/useButton.d.ts +1 -1
  14. package/lib/components/Button/useButton.js +3 -2
  15. package/lib/components/Button/useButton.js.map +1 -1
  16. package/lib/components/Button/useButtonStyles.d.ts +1 -9
  17. package/lib/components/Button/useButtonStyles.js +95 -70
  18. package/lib/components/Button/useButtonStyles.js.map +1 -1
  19. package/lib/components/CompoundButton/CompoundButton.js +6 -6
  20. package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
  21. package/lib/components/CompoundButton/CompoundButton.types.d.ts +4 -4
  22. package/lib/components/CompoundButton/index.d.ts +1 -1
  23. package/lib/components/CompoundButton/index.js +1 -1
  24. package/lib/components/CompoundButton/index.js.map +1 -1
  25. package/lib/components/CompoundButton/renderCompoundButton.d.ts +1 -1
  26. package/lib/components/CompoundButton/renderCompoundButton.js +8 -3
  27. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  28. package/lib/components/CompoundButton/useCompoundButton.d.ts +1 -1
  29. package/lib/components/CompoundButton/useCompoundButton.js +3 -3
  30. package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
  31. package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +1 -1
  32. package/lib/components/CompoundButton/useCompoundButtonStyles.js +14 -13
  33. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  34. package/lib/components/MenuButton/MenuButton.js +6 -6
  35. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  36. package/lib/components/MenuButton/MenuButton.types.d.ts +3 -8
  37. package/lib/components/MenuButton/index.d.ts +1 -1
  38. package/lib/components/MenuButton/index.js +1 -1
  39. package/lib/components/MenuButton/index.js.map +1 -1
  40. package/lib/components/MenuButton/renderMenuButton.d.ts +1 -1
  41. package/lib/components/MenuButton/renderMenuButton.js +6 -3
  42. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  43. package/lib/components/MenuButton/useMenuButton.d.ts +1 -1
  44. package/lib/components/MenuButton/useMenuButton.js +5 -5
  45. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  46. package/lib/components/MenuButton/useMenuButtonStyles.d.ts +1 -1
  47. package/lib/components/MenuButton/useMenuButtonStyles.js +4 -4
  48. package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  49. package/lib/components/SplitButton/SplitButton.js +6 -6
  50. package/lib/components/SplitButton/SplitButton.js.map +1 -1
  51. package/lib/components/SplitButton/SplitButton.types.d.ts +6 -4
  52. package/lib/components/SplitButton/index.d.ts +1 -1
  53. package/lib/components/SplitButton/index.js +1 -1
  54. package/lib/components/SplitButton/index.js.map +1 -1
  55. package/lib/components/SplitButton/renderSplitButton.d.ts +1 -1
  56. package/lib/components/SplitButton/renderSplitButton.js +6 -3
  57. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  58. package/lib/components/SplitButton/useSplitButton.d.ts +1 -1
  59. package/lib/components/SplitButton/useSplitButton.js +17 -5
  60. package/lib/components/SplitButton/useSplitButton.js.map +1 -1
  61. package/lib/components/SplitButton/useSplitButtonStyles.d.ts +1 -1
  62. package/lib/components/SplitButton/useSplitButtonStyles.js +3 -2
  63. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  64. package/lib/components/ToggleButton/ToggleButton.js +6 -6
  65. package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
  66. package/lib/components/ToggleButton/ToggleButton.types.d.ts +2 -1
  67. package/lib/components/ToggleButton/index.d.ts +1 -1
  68. package/lib/components/ToggleButton/index.js +1 -1
  69. package/lib/components/ToggleButton/index.js.map +1 -1
  70. package/lib/components/ToggleButton/renderToggleButton.d.ts +1 -1
  71. package/lib/components/ToggleButton/renderToggleButton.js +1 -1
  72. package/lib/components/ToggleButton/renderToggleButton.js.map +1 -1
  73. package/lib/components/ToggleButton/useToggleButton.d.ts +1 -1
  74. package/lib/components/ToggleButton/useToggleButton.js +13 -9
  75. package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
  76. package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +1 -1
  77. package/lib/components/ToggleButton/useToggleButtonStyles.js +35 -34
  78. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  79. package/lib-commonjs/components/Button/Button.js +3 -3
  80. package/lib-commonjs/components/Button/Button.js.map +1 -1
  81. package/lib-commonjs/components/Button/Button.types.d.ts +5 -5
  82. package/lib-commonjs/components/Button/index.d.ts +2 -2
  83. package/lib-commonjs/components/Button/index.js +3 -5
  84. package/lib-commonjs/components/Button/index.js.map +1 -1
  85. package/lib-commonjs/components/Button/renderButton.d.ts +1 -1
  86. package/lib-commonjs/components/Button/renderButton.js +8 -5
  87. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  88. package/lib-commonjs/components/Button/useButton.d.ts +1 -1
  89. package/lib-commonjs/components/Button/useButton.js +5 -4
  90. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  91. package/lib-commonjs/components/Button/useButtonStyles.d.ts +1 -9
  92. package/lib-commonjs/components/Button/useButtonStyles.js +104 -78
  93. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  94. package/lib-commonjs/components/CompoundButton/CompoundButton.js +3 -3
  95. package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
  96. package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +4 -4
  97. package/lib-commonjs/components/CompoundButton/index.d.ts +1 -1
  98. package/lib-commonjs/components/CompoundButton/index.js +3 -3
  99. package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
  100. package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +1 -1
  101. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js +10 -5
  102. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  103. package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +1 -1
  104. package/lib-commonjs/components/CompoundButton/useCompoundButton.js +4 -4
  105. package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
  106. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +1 -1
  107. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +25 -23
  108. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  109. package/lib-commonjs/components/MenuButton/MenuButton.js +3 -3
  110. package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
  111. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +3 -8
  112. package/lib-commonjs/components/MenuButton/index.d.ts +1 -1
  113. package/lib-commonjs/components/MenuButton/index.js +3 -3
  114. package/lib-commonjs/components/MenuButton/index.js.map +1 -1
  115. package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +1 -1
  116. package/lib-commonjs/components/MenuButton/renderMenuButton.js +8 -5
  117. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  118. package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +1 -1
  119. package/lib-commonjs/components/MenuButton/useMenuButton.js +5 -5
  120. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  121. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +1 -1
  122. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +8 -8
  123. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  124. package/lib-commonjs/components/SplitButton/SplitButton.js +3 -3
  125. package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
  126. package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +6 -4
  127. package/lib-commonjs/components/SplitButton/index.d.ts +1 -1
  128. package/lib-commonjs/components/SplitButton/index.js +3 -3
  129. package/lib-commonjs/components/SplitButton/index.js.map +1 -1
  130. package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +1 -1
  131. package/lib-commonjs/components/SplitButton/renderSplitButton.js +8 -5
  132. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  133. package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +1 -1
  134. package/lib-commonjs/components/SplitButton/useSplitButton.js +18 -6
  135. package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
  136. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +1 -1
  137. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +11 -9
  138. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  139. package/lib-commonjs/components/ToggleButton/ToggleButton.js +3 -3
  140. package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
  141. package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +2 -1
  142. package/lib-commonjs/components/ToggleButton/index.d.ts +1 -1
  143. package/lib-commonjs/components/ToggleButton/index.js +3 -3
  144. package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
  145. package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +1 -1
  146. package/lib-commonjs/components/ToggleButton/renderToggleButton.js +3 -3
  147. package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
  148. package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +1 -1
  149. package/lib-commonjs/components/ToggleButton/useToggleButton.js +14 -10
  150. package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
  151. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +1 -1
  152. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +40 -38
  153. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  154. package/package.json +12 -13
  155. package/lib/common/isConformant.d.ts +0 -4
  156. package/lib/common/isConformant.js +0 -13
  157. package/lib/common/isConformant.js.map +0 -1
  158. package/lib-commonjs/common/isConformant.d.ts +0 -4
  159. package/lib-commonjs/common/isConformant.js +0 -24
  160. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,17 +2,265 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 23 Nov 2021 04:19:27 GMT",
6
- "tag": "@fluentui/react-button_v0.0.0-nightlyc0273fdc6920211123.1",
7
- "version": "0.0.0-nightlyc0273fdc6920211123.1",
5
+ "date": "Thu, 17 Feb 2022 04:12:36 GMT",
6
+ "tag": "@fluentui/react-button_v0.0.0-nightlyc0e3a0a1f320220217.1",
7
+ "version": "0.0.0-nightlyc0e3a0a1f320220217.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-button",
13
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e",
13
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "Humberto.Morimoto@microsoft.com",
18
+ "package": "@fluentui/react-button",
19
+ "commit": "0b7d30b6ecb6f20d2ac4d4edbfb327a8f8f915a0",
20
+ "comment": "SplitButton: Fixing issue where menuIcon prop was not being respected."
21
+ },
22
+ {
23
+ "author": "Humberto.Morimoto@microsoft.com",
24
+ "package": "@fluentui/react-button",
25
+ "commit": "d45ba4664643f36cce5674b1d05645feae0e09a5",
26
+ "comment": "Button: Updating stories to fix a11y issues."
27
+ },
28
+ {
29
+ "author": "Humberto.Morimoto@microsoft.com",
30
+ "package": "@fluentui/react-button",
31
+ "commit": "ca590a438b12b85d32fdf8b592ada3b0e7b2314c",
32
+ "comment": "SplitButton: Fixing screen reader access issues."
33
+ },
34
+ {
35
+ "author": "Humberto.Morimoto@microsoft.com",
36
+ "package": "@fluentui/react-button",
37
+ "commit": "c7718355f464d9d3e7ec4c0ef0f39dac3d196014",
38
+ "comment": "Button: Adding tests and fixing issues in SplitButton and ToggleButton."
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-button",
43
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightlyc0e3a0a1f320220217.1",
44
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-button",
49
+ "comment": "Bump @fluentui/react-aria to v0.0.0-nightlyc0e3a0a1f320220217.1",
50
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-button",
55
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyc0e3a0a1f320220217.1",
56
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-button",
61
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyc0e3a0a1f320220217.1",
62
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-button",
67
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyc0e3a0a1f320220217.1",
68
+ "commit": "4df2a77ff1d0255eee60fa6109174a7cb44dcbe6"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "date": "Thu, 10 Feb 2022 08:51:46 GMT",
75
+ "tag": "@fluentui/react-button_v9.0.0-rc.1",
76
+ "version": "9.0.0-rc.1",
77
+ "comments": {
78
+ "prerelease": [
79
+ {
80
+ "author": "Humberto.Morimoto@microsoft.com",
81
+ "package": "@fluentui/react-button",
82
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
83
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
84
+ },
85
+ {
86
+ "author": "Humberto.Morimoto@microsoft.com",
87
+ "package": "@fluentui/react-button",
88
+ "commit": "940de09b95aa1cefcac9a1f6bbfa9499419e3634",
89
+ "comment": "Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall."
90
+ },
91
+ {
92
+ "author": "olfedias@microsoft.com",
93
+ "package": "@fluentui/react-button",
94
+ "commit": "0aa74f3ef5a64c647b5903e21af7ff5423d46182",
95
+ "comment": "Replace make-styles packages with griffel equivalents."
96
+ },
97
+ {
98
+ "author": "ololubek@microsoft.com",
99
+ "package": "@fluentui/react-button",
100
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
101
+ "comment": "Update react-icons usage to resizable icons"
102
+ },
103
+ {
104
+ "author": "behowell@microsoft.com",
105
+ "package": "@fluentui/react-button",
106
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
107
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
108
+ },
109
+ {
110
+ "author": "lingfangao@hotmail.com",
111
+ "package": "@fluentui/react-button",
112
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
113
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
114
+ },
115
+ {
116
+ "author": "ololubek@microsoft.com",
117
+ "package": "@fluentui/react-button",
118
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
119
+ "comment": "(fix): Update react-icons dependency to latest version"
120
+ },
121
+ {
122
+ "author": "Humberto.Morimoto@microsoft.com",
123
+ "package": "@fluentui/react-button",
124
+ "commit": "0a4c1a9af2f8bb29c3a3544f06964a8554cd692a",
125
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
126
+ },
127
+ {
128
+ "author": "Humberto.Morimoto@microsoft.com",
129
+ "package": "@fluentui/react-button",
130
+ "commit": "a21bfaceecf201d0c984fa84704148a24f956901",
131
+ "comment": "CompoundButton: Updating styles to match latest design spec."
132
+ },
133
+ {
134
+ "author": "behowell@microsoft.com",
135
+ "package": "@fluentui/react-button",
136
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
137
+ "comment": "Remove component's shorthandProps array"
138
+ },
139
+ {
140
+ "author": "mgodbolt@microsoft.com",
141
+ "package": "@fluentui/react-button",
142
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
143
+ "comment": "remove export of commons types"
144
+ },
145
+ {
146
+ "author": "behowell@microsoft.com",
147
+ "package": "@fluentui/react-button",
148
+ "commit": "d778282b56baae57cb6b407debdbfb6beca76761",
149
+ "comment": "Remove fontSize from default menuIcon, as it is already set via css"
150
+ },
151
+ {
152
+ "author": "Humberto.Morimoto@microsoft.com",
153
+ "package": "@fluentui/react-button",
154
+ "commit": "f5873dc09f0c07d4adf23ad89a5f3afad37a0da9",
155
+ "comment": "ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable."
156
+ },
157
+ {
158
+ "author": "olfedias@microsoft.com",
159
+ "package": "@fluentui/react-button",
160
+ "commit": "54118b29fde686ef15fe95a3a97f3fd7edca34a3",
161
+ "comment": "update styles to not use CSS shorthands"
162
+ },
163
+ {
164
+ "author": "behowell@microsoft.com",
165
+ "package": "@fluentui/react-button",
166
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
167
+ "comment": "Refactor component Slot typings"
168
+ },
169
+ {
170
+ "author": "Humberto.Morimoto@microsoft.com",
171
+ "package": "@fluentui/react-button",
172
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
173
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
174
+ },
175
+ {
176
+ "author": "Humberto.Morimoto@microsoft.com",
177
+ "package": "@fluentui/react-button",
178
+ "commit": "7797d49103b5dd7662ef59f734921f6326b2273d",
179
+ "comment": "MenuButton: Updating types so it properly supports ref."
180
+ },
181
+ {
182
+ "author": "olfedias@microsoft.com",
183
+ "package": "@fluentui/react-button",
184
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
185
+ "comment": "update @fluentui/react-icons package"
186
+ },
187
+ {
188
+ "author": "Humberto.Morimoto@microsoft.com",
189
+ "package": "@fluentui/react-button",
190
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
191
+ "comment": "Updating based on changes to composition types."
192
+ },
193
+ {
194
+ "author": "Humberto.Morimoto@microsoft.com",
195
+ "package": "@fluentui/react-button",
196
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
197
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
198
+ },
199
+ {
200
+ "author": "beachball",
201
+ "package": "@fluentui/react-button",
202
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.1",
203
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
204
+ },
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-button",
208
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.1",
209
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-button",
214
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
215
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-button",
220
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
221
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
222
+ },
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-button",
226
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
227
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
228
+ }
229
+ ],
230
+ "none": [
231
+ {
232
+ "author": "olfedias@microsoft.com",
233
+ "package": "@fluentui/react-button",
234
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
235
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
236
+ },
237
+ {
238
+ "author": "martinhochel@microsoft.com",
239
+ "package": "@fluentui/react-button",
240
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
241
+ "comment": "chore: use storybook runner for all vNext packages"
242
+ },
243
+ {
244
+ "author": "tkrasniqi@microsoft.com",
245
+ "package": "@fluentui/react-button",
246
+ "commit": "ca886fed17b4a73b9bb3b5a9e54d143062cbfa99",
247
+ "comment": "Migration to new tsconfig"
248
+ },
249
+ {
250
+ "author": "bsunderhus@microsoft.com",
251
+ "package": "@fluentui/react-button",
252
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
253
+ "comment": "Updates components with nullRender changes"
254
+ }
255
+ ]
256
+ }
257
+ },
258
+ {
259
+ "date": "Thu, 25 Nov 2021 08:34:12 GMT",
260
+ "tag": "@fluentui/react-button_v9.0.0-beta.5",
261
+ "version": "9.0.0-beta.5",
262
+ "comments": {
263
+ "prerelease": [
16
264
  {
17
265
  "author": "Humberto.Morimoto@microsoft.com",
18
266
  "package": "@fluentui/react-button",
@@ -20,52 +268,52 @@
20
268
  "comment": "MenuButton: Removing tight coupling with Menu by replicating type locally."
21
269
  },
22
270
  {
23
- "author": "beachball",
271
+ "author": "ololubek@microsoft.com",
24
272
  "package": "@fluentui/react-button",
25
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightlyc0273fdc6920211123.1",
26
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
273
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
274
+ "comment": "update react-icons dependency"
27
275
  },
28
276
  {
29
277
  "author": "beachball",
30
278
  "package": "@fluentui/react-button",
31
- "comment": "Bump @fluentui/react-aria to v0.0.0-nightlyc0273fdc6920211123.1",
32
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
279
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
280
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
33
281
  },
34
282
  {
35
283
  "author": "beachball",
36
284
  "package": "@fluentui/react-button",
37
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlyc0273fdc6920211123.1",
38
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
285
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
286
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
39
287
  },
40
288
  {
41
289
  "author": "beachball",
42
290
  "package": "@fluentui/react-button",
43
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyc0273fdc6920211123.1",
44
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
291
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
292
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
45
293
  },
46
294
  {
47
295
  "author": "beachball",
48
296
  "package": "@fluentui/react-button",
49
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyc0273fdc6920211123.1",
50
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
297
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
298
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
51
299
  },
52
300
  {
53
301
  "author": "beachball",
54
302
  "package": "@fluentui/react-button",
55
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlyc0273fdc6920211123.1",
56
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
303
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
304
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
57
305
  },
58
306
  {
59
307
  "author": "beachball",
60
308
  "package": "@fluentui/react-button",
61
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyc0273fdc6920211123.1",
62
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
309
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
310
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
63
311
  },
64
312
  {
65
313
  "author": "beachball",
66
314
  "package": "@fluentui/react-button",
67
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyc0273fdc6920211123.1",
68
- "commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e"
315
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
316
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
69
317
  }
70
318
  ]
71
319
  }
package/CHANGELOG.md CHANGED
@@ -1,26 +1,76 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Tue, 23 Nov 2021 04:19:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Feb 2022 04:12:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyc0273fdc6920211123.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightlyc0273fdc6920211123.1)
7
+ ## [0.0.0-nightlyc0e3a0a1f320220217.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightlyc0e3a0a1f320220217.1)
8
8
 
9
- Tue, 23 Nov 2021 04:19:27 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v0.0.0-nightlyc0273fdc6920211123.1)
9
+ Thu, 17 Feb 2022 04:12:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.1..@fluentui/react-button_v0.0.0-nightlyc0e3a0a1f320220217.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by email not defined)
15
+ - SplitButton: Fixing issue where menuIcon prop was not being respected. ([PR #21683](https://github.com/microsoft/fluentui/pull/21683) by Humberto.Morimoto@microsoft.com)
16
+ - Button: Updating stories to fix a11y issues. ([PR #21679](https://github.com/microsoft/fluentui/pull/21679) by Humberto.Morimoto@microsoft.com)
17
+ - SplitButton: Fixing screen reader access issues. ([PR #21703](https://github.com/microsoft/fluentui/pull/21703) by Humberto.Morimoto@microsoft.com)
18
+ - Button: Adding tests and fixing issues in SplitButton and ToggleButton. ([PR #21719](https://github.com/microsoft/fluentui/pull/21719) by Humberto.Morimoto@microsoft.com)
19
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightlyc0e3a0a1f320220217.1 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by beachball)
20
+ - Bump @fluentui/react-aria to v0.0.0-nightlyc0e3a0a1f320220217.1 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by beachball)
21
+ - Bump @fluentui/react-tabster to v0.0.0-nightlyc0e3a0a1f320220217.1 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by beachball)
22
+ - Bump @fluentui/react-utilities to v0.0.0-nightlyc0e3a0a1f320220217.1 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by beachball)
23
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyc0e3a0a1f320220217.1 ([commit](https://github.com/microsoft/fluentui/commit/4df2a77ff1d0255eee60fa6109174a7cb44dcbe6) by beachball)
24
+
25
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.1)
26
+
27
+ Thu, 10 Feb 2022 08:51:46 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v9.0.0-rc.1)
29
+
30
+ ### Changes
31
+
32
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
33
+ - Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall. ([PR #21494](https://github.com/microsoft/fluentui/pull/21494) by Humberto.Morimoto@microsoft.com)
34
+ - Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
35
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
36
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
37
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
38
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
39
+ - 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)
40
+ - CompoundButton: Updating styles to match latest design spec. ([PR #21523](https://github.com/microsoft/fluentui/pull/21523) by Humberto.Morimoto@microsoft.com)
41
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
42
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
43
+ - 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)
44
+ - ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable. ([PR #21492](https://github.com/microsoft/fluentui/pull/21492) by Humberto.Morimoto@microsoft.com)
45
+ - update styles to not use CSS shorthands ([PR #20815](https://github.com/microsoft/fluentui/pull/20815) by olfedias@microsoft.com)
46
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
47
+ - 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)
48
+ - MenuButton: Updating types so it properly supports ref. ([PR #21515](https://github.com/microsoft/fluentui/pull/21515) by Humberto.Morimoto@microsoft.com)
49
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
50
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
51
+ - 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)
52
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
53
+ - Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
54
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
55
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
56
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
57
+
58
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
59
+
60
+ Thu, 25 Nov 2021 08:34:12 GMT
61
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
11
62
 
12
63
  ### Changes
13
64
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by email not defined)
15
65
  - MenuButton: Removing tight coupling with Menu by replicating type locally. ([PR #20635](https://github.com/microsoft/fluentui/pull/20635) by Humberto.Morimoto@microsoft.com)
16
- - Bump @fluentui/keyboard-keys to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
17
- - Bump @fluentui/react-aria to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
18
- - Bump @fluentui/react-make-styles to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
19
- - Bump @fluentui/react-tabster to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
20
- - Bump @fluentui/react-utilities to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
21
- - Bump @fluentui/babel-make-styles to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
22
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
23
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyc0273fdc6920211123.1 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by beachball)
66
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
67
+ - Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
68
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
69
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
70
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
71
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
72
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
73
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
24
74
 
25
75
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
26
76
 
@@ -1,10 +1,9 @@
1
- import { ARIAButtonShorthandProps } from '@fluentui/react-aria';
1
+ import type { ARIAButtonSlotProps } from '@fluentui/react-aria';
2
2
  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
- import type { IntrinsicShorthandProps } from '@fluentui/react-utilities';
6
- import type { ObjectShorthandProps } from '@fluentui/react-utilities';
7
5
  import * as React_2 from 'react';
6
+ import type { Slot } from '@fluentui/react-utilities';
8
7
 
9
8
  /**
10
9
  * Buttons give people a way to trigger an action.
@@ -13,7 +12,7 @@ export declare const Button: ForwardRefComponent<ButtonProps>;
13
12
 
14
13
  export declare const buttonClassName = "fui-Button";
15
14
 
16
- export declare type ButtonCommons = {
15
+ declare type ButtonCommons = {
17
16
  /**
18
17
  * A button can have its content and borders styled for greater emphasis or to be subtle.
19
18
  * - 'primary': Emphasizes the button as a primary action.
@@ -43,7 +42,7 @@ export declare type ButtonCommons = {
43
42
  * A button can format its icon to appear before or after its content.
44
43
  * @default 'before'
45
44
  */
46
- iconPosition: 'before' | 'after';
45
+ iconPosition?: 'before' | 'after';
47
46
  /**
48
47
  * A button can be rounded, circular, or square.
49
48
  * @default 'rounded'
@@ -62,11 +61,11 @@ export declare type ButtonSlots = {
62
61
  /**
63
62
  * Root of the component that renders as either a `<button>` tag or an `<a>` tag.
64
63
  */
65
- root: ARIAButtonShorthandProps;
64
+ root: Slot<ARIAButtonSlotProps>;
66
65
  /**
67
66
  * Icon that renders either before or after the `children` as specified by the `iconPosition` prop.
68
67
  */
69
- icon?: IntrinsicShorthandProps<'span'>;
68
+ icon?: Slot<'span'>;
70
69
  };
71
70
 
72
71
  export declare type ButtonState = ComponentState<ButtonSlots> & ButtonCommons & {
@@ -84,17 +83,17 @@ export declare const CompoundButton: ForwardRefComponent<CompoundButtonProps>;
84
83
 
85
84
  export declare const compoundButtonClassName = "fui-CompoundButton";
86
85
 
87
- export declare type CompoundButtonProps = ComponentProps<CompoundButtonSlots> & Partial<ButtonCommons>;
86
+ export declare type CompoundButtonProps = ComponentProps<Partial<CompoundButtonSlots>> & Partial<ButtonCommons>;
88
87
 
89
88
  export declare type CompoundButtonSlots = ButtonSlots & {
90
89
  /**
91
90
  * Second line of text that describes the action this button takes.
92
91
  */
93
- secondaryContent?: IntrinsicShorthandProps<'span'>;
92
+ secondaryContent?: Slot<'span'>;
94
93
  /**
95
94
  * Container that wraps the children and the secondaryContent slot.
96
95
  */
97
- contentContainer: IntrinsicShorthandProps<'span'>;
96
+ contentContainer: NonNullable<Slot<'span'>>;
98
97
  };
99
98
 
100
99
  export declare type CompoundButtonState = ComponentState<CompoundButtonSlots> & Omit<ButtonState, keyof ButtonSlots | 'components'>;
@@ -106,42 +105,38 @@ export declare const MenuButton: ForwardRefComponent<MenuButtonProps>;
106
105
 
107
106
  export declare const menuButtonClassName = "fui-MenuButton";
108
107
 
109
- export declare type MenuButtonProps = ComponentProps<MenuButtonSlots> & Partial<Omit<ButtonCommons, 'iconPosition'>> & Partial<MenuTriggerChildProps>;
108
+ export declare type MenuButtonProps = ComponentProps<MenuButtonSlots> & Partial<Omit<ButtonCommons, 'iconPosition'>>;
110
109
 
111
110
  export declare type MenuButtonSlots = ButtonSlots & {
112
111
  /**
113
112
  * Menu icon that indicates that this button has a menu that can be expanded.
114
113
  */
115
- menuIcon?: IntrinsicShorthandProps<'span'>;
114
+ menuIcon?: Slot<'span'>;
116
115
  };
117
116
 
118
117
  export declare type MenuButtonState = ComponentState<MenuButtonSlots> & Omit<ButtonState, keyof ButtonSlots | 'components' | 'iconPosition'>;
119
118
 
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
-
124
119
  /**
125
120
  * Renders a Button component by passing the state defined props to the appropriate slots.
126
121
  */
127
- declare const renderButton: (state: ButtonState) => JSX.Element;
128
- export { renderButton }
129
- export { renderButton as renderToggleButton }
122
+ declare const renderButton_unstable: (state: ButtonState) => JSX.Element;
123
+ export { renderButton_unstable }
124
+ export { renderButton_unstable as renderToggleButton_unstable }
130
125
 
131
126
  /**
132
127
  * Renders a CompoundButton component by passing the state defined props to the appropriate slots.
133
128
  */
134
- export declare const renderCompoundButton: (state: CompoundButtonState) => JSX.Element;
129
+ export declare const renderCompoundButton_unstable: (state: CompoundButtonState) => JSX.Element;
135
130
 
136
131
  /**
137
132
  * Renders a MenuButton component by passing the state defined props to the appropriate slots.
138
133
  */
139
- export declare const renderMenuButton: (state: MenuButtonState) => JSX.Element;
134
+ export declare const renderMenuButton_unstable: (state: MenuButtonState) => JSX.Element;
140
135
 
141
136
  /**
142
137
  * Renders a SplitButton component by passing the state defined props to the appropriate slots.
143
138
  */
144
- export declare const renderSplitButton: (state: SplitButtonState) => JSX.Element;
139
+ export declare const renderSplitButton_unstable: (state: SplitButtonState) => JSX.Element;
145
140
 
146
141
  /**
147
142
  * SplitButtons are a grouping of two interactive surfaces where the interacting with the first one triggers a primary
@@ -157,15 +152,15 @@ export declare type SplitButtonSlots = {
157
152
  /**
158
153
  * Root of the component that wraps the primary action button and menu button.
159
154
  */
160
- root: IntrinsicShorthandProps<'div'>;
155
+ root: Slot<'div'>;
161
156
  /**
162
157
  * Button that opens menu with secondary actions in SplitButton.
163
158
  */
164
- menuButton?: ObjectShorthandProps<MenuButtonProps>;
159
+ menuButton?: Slot<typeof MenuButton>;
165
160
  /**
166
161
  * Button to perform primary action in SplitButton.
167
162
  */
168
- primaryActionButton?: ObjectShorthandProps<ButtonProps>;
163
+ primaryActionButton?: Slot<typeof Button>;
169
164
  };
170
165
 
171
166
  export declare type SplitButtonState = ComponentState<SplitButtonSlots> & Omit<ButtonState, 'components' | 'iconOnly' | 'root'> & Omit<MenuButtonState, 'components' | 'iconOnly' | 'root'>;
@@ -177,7 +172,7 @@ export declare const ToggleButton: ForwardRefComponent<ToggleButtonProps>;
177
172
 
178
173
  export declare const toggleButtonClassName = "fui-ToggleButton";
179
174
 
180
- export declare type ToggleButtonCommons = {
175
+ declare type ToggleButtonCommons = {
181
176
  /**
182
177
  * Defines the controlled checked state of the `ToggleButton`.
183
178
  * If passed, `ToggleButton` ignores the `defaultChecked` property.
@@ -203,34 +198,34 @@ export declare type ToggleButtonState = ButtonState & ToggleButtonCommons;
203
198
  * @param props - User provided props to the Button component.
204
199
  * @param ref - User provided ref to be passed to the Button component.
205
200
  */
206
- export declare const useButton: (props: ButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => ButtonState;
201
+ export declare const useButton_unstable: (props: ButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => ButtonState;
207
202
 
208
- export declare const useButtonStyles: (state: ButtonState) => ButtonState;
203
+ export declare const useButtonStyles_unstable: (state: ButtonState) => ButtonState;
209
204
 
210
205
  /**
211
206
  * Given user props, defines default props for the CompoundButton, calls useButtonState, and returns processed state.
212
207
  * @param props - User provided props to the CompoundButton component.
213
208
  * @param ref - User provided ref to be passed to the CompoundButton component.
214
209
  */
215
- export declare const useCompoundButton: ({ contentContainer, secondaryContent, ...props }: CompoundButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => CompoundButtonState;
210
+ export declare const useCompoundButton_unstable: ({ contentContainer, secondaryContent, ...props }: CompoundButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => CompoundButtonState;
216
211
 
217
- export declare const useCompoundButtonStyles: (state: CompoundButtonState) => CompoundButtonState;
212
+ export declare const useCompoundButtonStyles_unstable: (state: CompoundButtonState) => CompoundButtonState;
218
213
 
219
214
  /**
220
215
  * Given user props, returns the final state for a MenuButton.
221
216
  */
222
- export declare const useMenuButton: ({ menuIcon, ...props }: MenuButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => MenuButtonState;
217
+ export declare const useMenuButton_unstable: ({ menuIcon, ...props }: MenuButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => MenuButtonState;
223
218
 
224
- export declare const useMenuButtonStyles: (state: MenuButtonState) => MenuButtonState;
219
+ export declare const useMenuButtonStyles_unstable: (state: MenuButtonState) => MenuButtonState;
225
220
 
226
221
  /**
227
222
  * Given user props, defines default props for the SplitButton and returns processed state.
228
223
  * @param props - User provided props to the SplitButton component.
229
224
  * @param ref - User provided ref to be passed to the SplitButton component.
230
225
  */
231
- export declare const useSplitButton: (props: SplitButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => SplitButtonState;
226
+ export declare const useSplitButton_unstable: (props: SplitButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => SplitButtonState;
232
227
 
233
- export declare const useSplitButtonStyles: (state: SplitButtonState) => SplitButtonState;
228
+ export declare const useSplitButtonStyles_unstable: (state: SplitButtonState) => SplitButtonState;
234
229
 
235
230
  /**
236
231
  * Given user props, defines default props for the ToggleButton, calls useButtonState and useChecked, and returns
@@ -238,8 +233,8 @@ export declare const useSplitButtonStyles: (state: SplitButtonState) => SplitBut
238
233
  * @param props - User provided props to the ToggleButton component.
239
234
  * @param ref - User provided ref to be passed to the ToggleButton component.
240
235
  */
241
- export declare const useToggleButton: ({ checked, defaultChecked, ...props }: ToggleButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => ToggleButtonState;
236
+ export declare const useToggleButton_unstable: ({ checked, defaultChecked, ...props }: ToggleButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => ToggleButtonState;
242
237
 
243
- export declare const useToggleButtonStyles: (state: ToggleButtonState) => ToggleButtonState;
238
+ export declare const useToggleButtonStyles_unstable: (state: ToggleButtonState) => ToggleButtonState;
244
239
 
245
240
  export { }