@fluentui/react-input 0.0.0-nightlyca6ef2bc8e20220105.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 (58) hide show
  1. package/CHANGELOG.json +1044 -0
  2. package/CHANGELOG.md +429 -0
  3. package/LICENSE +15 -0
  4. package/README.md +5 -0
  5. package/Spec-styling.md +125 -0
  6. package/Spec-variants.md +99 -0
  7. package/Spec.md +262 -0
  8. package/dist/react-input.d.ts +123 -0
  9. package/lib/Input.d.ts +1 -0
  10. package/lib/Input.js +2 -0
  11. package/lib/Input.js.map +1 -0
  12. package/lib/components/Input/Input.d.ts +8 -0
  13. package/lib/components/Input/Input.js +17 -0
  14. package/lib/components/Input/Input.js.map +1 -0
  15. package/lib/components/Input/Input.types.d.ts +84 -0
  16. package/lib/components/Input/Input.types.js +2 -0
  17. package/lib/components/Input/Input.types.js.map +1 -0
  18. package/lib/components/Input/index.d.ts +5 -0
  19. package/lib/components/Input/index.js +6 -0
  20. package/lib/components/Input/index.js.map +1 -0
  21. package/lib/components/Input/renderInput.d.ts +5 -0
  22. package/lib/components/Input/renderInput.js +18 -0
  23. package/lib/components/Input/renderInput.js.map +1 -0
  24. package/lib/components/Input/useInput.d.ts +12 -0
  25. package/lib/components/Input/useInput.js +64 -0
  26. package/lib/components/Input/useInput.js.map +1 -0
  27. package/lib/components/Input/useInputStyles.d.ts +6 -0
  28. package/lib/components/Input/useInputStyles.js +296 -0
  29. package/lib/components/Input/useInputStyles.js.map +1 -0
  30. package/lib/index.d.ts +1 -0
  31. package/lib/index.js +2 -0
  32. package/lib/index.js.map +1 -0
  33. package/lib/tsdoc-metadata.json +11 -0
  34. package/lib-commonjs/Input.d.ts +1 -0
  35. package/lib-commonjs/Input.js +10 -0
  36. package/lib-commonjs/Input.js.map +1 -0
  37. package/lib-commonjs/components/Input/Input.d.ts +8 -0
  38. package/lib-commonjs/components/Input/Input.js +28 -0
  39. package/lib-commonjs/components/Input/Input.js.map +1 -0
  40. package/lib-commonjs/components/Input/Input.types.d.ts +84 -0
  41. package/lib-commonjs/components/Input/Input.types.js +6 -0
  42. package/lib-commonjs/components/Input/Input.types.js.map +1 -0
  43. package/lib-commonjs/components/Input/index.d.ts +5 -0
  44. package/lib-commonjs/components/Input/index.js +18 -0
  45. package/lib-commonjs/components/Input/index.js.map +1 -0
  46. package/lib-commonjs/components/Input/renderInput.d.ts +5 -0
  47. package/lib-commonjs/components/Input/renderInput.js +29 -0
  48. package/lib-commonjs/components/Input/renderInput.js.map +1 -0
  49. package/lib-commonjs/components/Input/useInput.d.ts +12 -0
  50. package/lib-commonjs/components/Input/useInput.js +74 -0
  51. package/lib-commonjs/components/Input/useInput.js.map +1 -0
  52. package/lib-commonjs/components/Input/useInputStyles.d.ts +6 -0
  53. package/lib-commonjs/components/Input/useInputStyles.js +306 -0
  54. package/lib-commonjs/components/Input/useInputStyles.js.map +1 -0
  55. package/lib-commonjs/index.d.ts +1 -0
  56. package/lib-commonjs/index.js +10 -0
  57. package/lib-commonjs/index.js.map +1 -0
  58. package/package.json +65 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,1044 @@
1
+ {
2
+ "name": "@fluentui/react-input",
3
+ "entries": [
4
+ {
5
+ "date": "Wed, 05 Jan 2022 04:18:34 GMT",
6
+ "tag": "@fluentui/react-input_v0.0.0-nightlyca6ef2bc8e20220105.1",
7
+ "version": "0.0.0-nightlyca6ef2bc8e20220105.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-input",
13
+ "commit": "6b7aa2d681aba265af6ba17a7eff9012a967ddcb",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "elcraig@microsoft.com",
18
+ "package": "@fluentui/react-input",
19
+ "commit": "ca6ef2bc8ea258de6f3e995731bf73743dfce1f8",
20
+ "comment": "Initial release"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-input",
25
+ "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlyca6ef2bc8e20220105.1",
26
+ "commit": "6b7aa2d681aba265af6ba17a7eff9012a967ddcb"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-input",
31
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyca6ef2bc8e20220105.1",
32
+ "commit": "6b7aa2d681aba265af6ba17a7eff9012a967ddcb"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-input",
37
+ "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlyca6ef2bc8e20220105.1",
38
+ "commit": "6b7aa2d681aba265af6ba17a7eff9012a967ddcb"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-input",
43
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyca6ef2bc8e20220105.1",
44
+ "commit": "6b7aa2d681aba265af6ba17a7eff9012a967ddcb"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-input",
49
+ "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyca6ef2bc8e20220105.1",
50
+ "commit": "6b7aa2d681aba265af6ba17a7eff9012a967ddcb"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
57
+ "tag": "@fluentui/react-input_v9.0.0-beta.0",
58
+ "version": "9.0.0-beta.0",
59
+ "comments": {
60
+ "prerelease": [
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-input",
64
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
65
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-input",
70
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
71
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-input",
76
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
77
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-input",
82
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
83
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-input",
88
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
89
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Fri, 12 Nov 2021 13:25:34 GMT",
96
+ "tag": "@fluentui/react-input_v9.0.0-beta.0",
97
+ "version": "9.0.0-beta.0",
98
+ "comments": {
99
+ "prerelease": [
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-input",
103
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
104
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-input",
109
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
110
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-input",
115
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
116
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-input",
121
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
122
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-input",
127
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
128
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
129
+ }
130
+ ]
131
+ }
132
+ },
133
+ {
134
+ "date": "Wed, 27 Oct 2021 12:14:24 GMT",
135
+ "tag": "@fluentui/react-input_v9.0.0-beta.0",
136
+ "version": "9.0.0-beta.0",
137
+ "comments": {
138
+ "prerelease": [
139
+ {
140
+ "author": "beachball",
141
+ "package": "@fluentui/react-input",
142
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
143
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
144
+ },
145
+ {
146
+ "author": "beachball",
147
+ "package": "@fluentui/react-input",
148
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
149
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
150
+ },
151
+ {
152
+ "author": "beachball",
153
+ "package": "@fluentui/react-input",
154
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
155
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
156
+ },
157
+ {
158
+ "author": "beachball",
159
+ "package": "@fluentui/react-input",
160
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
161
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
162
+ }
163
+ ]
164
+ }
165
+ },
166
+ {
167
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
168
+ "tag": "@fluentui/react-input_v9.0.0-beta.0",
169
+ "version": "9.0.0-beta.0",
170
+ "comments": {
171
+ "prerelease": [
172
+ {
173
+ "author": "beachball",
174
+ "package": "@fluentui/react-input",
175
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
176
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
177
+ },
178
+ {
179
+ "author": "beachball",
180
+ "package": "@fluentui/react-input",
181
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
182
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
183
+ },
184
+ {
185
+ "author": "beachball",
186
+ "package": "@fluentui/react-input",
187
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
188
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
189
+ },
190
+ {
191
+ "author": "beachball",
192
+ "package": "@fluentui/react-input",
193
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
194
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
195
+ }
196
+ ]
197
+ }
198
+ },
199
+ {
200
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
201
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
202
+ "version": "9.0.0-alpha.0",
203
+ "comments": {
204
+ "prerelease": [
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-input",
208
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
209
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-input",
214
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
215
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-input",
220
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
221
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
222
+ }
223
+ ]
224
+ }
225
+ },
226
+ {
227
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
228
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
229
+ "version": "9.0.0-alpha.0",
230
+ "comments": {
231
+ "prerelease": [
232
+ {
233
+ "author": "beachball",
234
+ "package": "@fluentui/react-input",
235
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
236
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
237
+ },
238
+ {
239
+ "author": "beachball",
240
+ "package": "@fluentui/react-input",
241
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
242
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
243
+ },
244
+ {
245
+ "author": "beachball",
246
+ "package": "@fluentui/react-input",
247
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
248
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
249
+ },
250
+ {
251
+ "author": "beachball",
252
+ "package": "@fluentui/react-input",
253
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
254
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
255
+ }
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
261
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
262
+ "version": "9.0.0-alpha.0",
263
+ "comments": {
264
+ "prerelease": [
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-input",
268
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
269
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
270
+ },
271
+ {
272
+ "author": "beachball",
273
+ "package": "@fluentui/react-input",
274
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
275
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-input",
280
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
281
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-input",
286
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
287
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
288
+ }
289
+ ]
290
+ }
291
+ },
292
+ {
293
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
294
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
295
+ "version": "9.0.0-alpha.0",
296
+ "comments": {
297
+ "prerelease": [
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-input",
301
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
302
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
303
+ },
304
+ {
305
+ "author": "beachball",
306
+ "package": "@fluentui/react-input",
307
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
308
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
309
+ },
310
+ {
311
+ "author": "beachball",
312
+ "package": "@fluentui/react-input",
313
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
314
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
315
+ }
316
+ ]
317
+ }
318
+ },
319
+ {
320
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
321
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
322
+ "version": "9.0.0-alpha.0",
323
+ "comments": {
324
+ "prerelease": [
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-input",
328
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
329
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-input",
334
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
335
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-input",
340
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
341
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
342
+ },
343
+ {
344
+ "author": "beachball",
345
+ "package": "@fluentui/react-input",
346
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
347
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
348
+ }
349
+ ]
350
+ }
351
+ },
352
+ {
353
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
354
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
355
+ "version": "9.0.0-alpha.0",
356
+ "comments": {
357
+ "prerelease": [
358
+ {
359
+ "author": "beachball",
360
+ "package": "@fluentui/react-input",
361
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
362
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
363
+ },
364
+ {
365
+ "author": "beachball",
366
+ "package": "@fluentui/react-input",
367
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
368
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
369
+ },
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-input",
373
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
374
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
375
+ },
376
+ {
377
+ "author": "beachball",
378
+ "package": "@fluentui/react-input",
379
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
380
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
381
+ }
382
+ ]
383
+ }
384
+ },
385
+ {
386
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
387
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
388
+ "version": "9.0.0-alpha.0",
389
+ "comments": {
390
+ "prerelease": [
391
+ {
392
+ "author": "beachball",
393
+ "package": "@fluentui/react-input",
394
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
395
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
396
+ },
397
+ {
398
+ "author": "beachball",
399
+ "package": "@fluentui/react-input",
400
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
401
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
402
+ },
403
+ {
404
+ "author": "beachball",
405
+ "package": "@fluentui/react-input",
406
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
407
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
408
+ },
409
+ {
410
+ "author": "beachball",
411
+ "package": "@fluentui/react-input",
412
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
413
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
414
+ }
415
+ ]
416
+ }
417
+ },
418
+ {
419
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
420
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
421
+ "version": "9.0.0-alpha.0",
422
+ "comments": {
423
+ "prerelease": [
424
+ {
425
+ "author": "beachball",
426
+ "package": "@fluentui/react-input",
427
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
428
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
429
+ },
430
+ {
431
+ "author": "beachball",
432
+ "package": "@fluentui/react-input",
433
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
434
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
435
+ },
436
+ {
437
+ "author": "beachball",
438
+ "package": "@fluentui/react-input",
439
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
440
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
441
+ },
442
+ {
443
+ "author": "beachball",
444
+ "package": "@fluentui/react-input",
445
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
446
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
447
+ }
448
+ ]
449
+ }
450
+ },
451
+ {
452
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
453
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
454
+ "version": "9.0.0-alpha.0",
455
+ "comments": {
456
+ "prerelease": [
457
+ {
458
+ "author": "beachball",
459
+ "package": "@fluentui/react-input",
460
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
461
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
462
+ },
463
+ {
464
+ "author": "beachball",
465
+ "package": "@fluentui/react-input",
466
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
467
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
468
+ },
469
+ {
470
+ "author": "beachball",
471
+ "package": "@fluentui/react-input",
472
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
473
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
474
+ }
475
+ ]
476
+ }
477
+ },
478
+ {
479
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
480
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
481
+ "version": "9.0.0-alpha.0",
482
+ "comments": {
483
+ "prerelease": [
484
+ {
485
+ "author": "lingfangao@hotmail.com",
486
+ "package": "@fluentui/react-input",
487
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
488
+ "comment": "Bump @fluentui/react-input to v9.0.0-alpha.0"
489
+ }
490
+ ]
491
+ }
492
+ },
493
+ {
494
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
495
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
496
+ "version": "9.0.0-alpha.0",
497
+ "comments": {
498
+ "prerelease": [
499
+ {
500
+ "author": "Humberto.Morimoto@microsoft.com",
501
+ "package": "@fluentui/react-input",
502
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
503
+ "comment": "Bump @fluentui/react-input to v9.0.0-alpha.0"
504
+ }
505
+ ]
506
+ }
507
+ },
508
+ {
509
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
510
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
511
+ "version": "9.0.0-alpha.0",
512
+ "comments": {
513
+ "prerelease": [
514
+ {
515
+ "author": "behowell@microsoft.com",
516
+ "package": "@fluentui/react-input",
517
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
518
+ "comment": "Bump @fluentui/react-input to v9.0.0-alpha.0"
519
+ }
520
+ ]
521
+ }
522
+ },
523
+ {
524
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
525
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
526
+ "version": "9.0.0-alpha.0",
527
+ "comments": {
528
+ "prerelease": [
529
+ {
530
+ "author": "bsunderhus@microsoft.com",
531
+ "package": "@fluentui/react-input",
532
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
533
+ "comment": "Bump @fluentui/react-input to v9.0.0-alpha.0"
534
+ }
535
+ ]
536
+ }
537
+ },
538
+ {
539
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
540
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
541
+ "version": "9.0.0-alpha.0",
542
+ "comments": {
543
+ "prerelease": [
544
+ {
545
+ "author": "lingfangao@hotmail.com",
546
+ "package": "@fluentui/react-input",
547
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
548
+ "comment": "Bump @fluentui/react-input to v9.0.0-alpha.0"
549
+ }
550
+ ]
551
+ }
552
+ },
553
+ {
554
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
555
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
556
+ "version": "9.0.0-alpha.0",
557
+ "comments": {
558
+ "prerelease": [
559
+ {
560
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
561
+ "author": "behowell@microsoft.com",
562
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
563
+ "package": "@fluentui/react-input"
564
+ }
565
+ ]
566
+ }
567
+ },
568
+ {
569
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
570
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
571
+ "version": "9.0.0-alpha.0",
572
+ "comments": {
573
+ "none": [
574
+ {
575
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.6",
576
+ "author": "olfedias@microsoft.com",
577
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
578
+ "package": "@fluentui/react-input"
579
+ }
580
+ ]
581
+ }
582
+ },
583
+ {
584
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
585
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
586
+ "version": "9.0.0-alpha.0",
587
+ "comments": {
588
+ "prerelease": [
589
+ {
590
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
591
+ "author": "lingfangao@hotmail.com",
592
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
593
+ "package": "@fluentui/react-input"
594
+ }
595
+ ]
596
+ }
597
+ },
598
+ {
599
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
600
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
601
+ "version": "9.0.0-alpha.0",
602
+ "comments": {
603
+ "patch": [
604
+ {
605
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
606
+ "author": "olfedias@microsoft.com",
607
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
608
+ "package": "@fluentui/react-input"
609
+ }
610
+ ]
611
+ }
612
+ },
613
+ {
614
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
615
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
616
+ "version": "9.0.0-alpha.0",
617
+ "comments": {
618
+ "prerelease": [
619
+ {
620
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
621
+ "author": "bsunderhus@microsoft.com",
622
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
623
+ "package": "@fluentui/react-input"
624
+ }
625
+ ]
626
+ }
627
+ },
628
+ {
629
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
630
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
631
+ "version": "9.0.0-alpha.0",
632
+ "comments": {
633
+ "prerelease": [
634
+ {
635
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
636
+ "author": "lingfan.gao@microsoft.com",
637
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
638
+ "package": "@fluentui/react-input"
639
+ }
640
+ ]
641
+ }
642
+ },
643
+ {
644
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
645
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
646
+ "version": "9.0.0-alpha.0",
647
+ "comments": {
648
+ "none": [
649
+ {
650
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
651
+ "author": "martinhochel@microsoft.com",
652
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
653
+ "package": "@fluentui/react-input"
654
+ }
655
+ ]
656
+ }
657
+ },
658
+ {
659
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
660
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
661
+ "version": "9.0.0-alpha.0",
662
+ "comments": {
663
+ "none": [
664
+ {
665
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
666
+ "author": "dzearing@hotmail.com",
667
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
668
+ "package": "@fluentui/react-input"
669
+ }
670
+ ]
671
+ }
672
+ },
673
+ {
674
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
675
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
676
+ "version": "9.0.0-alpha.0",
677
+ "comments": {
678
+ "none": [
679
+ {
680
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
681
+ "author": "behowell@microsoft.com",
682
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
683
+ "package": "@fluentui/react-input"
684
+ }
685
+ ]
686
+ }
687
+ },
688
+ {
689
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
690
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
691
+ "version": "9.0.0-alpha.0",
692
+ "comments": {
693
+ "prerelease": [
694
+ {
695
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.39",
696
+ "author": "bsunderhus@microsoft.com",
697
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
698
+ "package": "@fluentui/react-input"
699
+ }
700
+ ]
701
+ }
702
+ },
703
+ {
704
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
705
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
706
+ "version": "9.0.0-alpha.0",
707
+ "comments": {
708
+ "prerelease": [
709
+ {
710
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
711
+ "author": "olfedias@microsoft.com",
712
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
713
+ "package": "@fluentui/react-input"
714
+ }
715
+ ]
716
+ }
717
+ },
718
+ {
719
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
720
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
721
+ "version": "9.0.0-alpha.0",
722
+ "comments": {
723
+ "prerelease": [
724
+ {
725
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.31",
726
+ "author": "jspurlin@microsoft.com",
727
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
728
+ "package": "@fluentui/react-input"
729
+ }
730
+ ]
731
+ }
732
+ },
733
+ {
734
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
735
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
736
+ "version": "9.0.0-alpha.0",
737
+ "comments": {
738
+ "none": [
739
+ {
740
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
741
+ "author": "czearing@outlook.com",
742
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
743
+ "package": "@fluentui/react-input"
744
+ }
745
+ ]
746
+ }
747
+ },
748
+ {
749
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
750
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
751
+ "version": "9.0.0-alpha.0",
752
+ "comments": {
753
+ "patch": [
754
+ {
755
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
756
+ "author": "behowell@microsoft.com",
757
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
758
+ "package": "@fluentui/react-input"
759
+ },
760
+ {
761
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
762
+ "author": "behowell@microsoft.com",
763
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
764
+ "package": "@fluentui/react-input"
765
+ },
766
+ {
767
+ "comment": "Bump @fluentui/scripts to v1.0.0",
768
+ "author": "behowell@microsoft.com",
769
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
770
+ "package": "@fluentui/react-input"
771
+ }
772
+ ],
773
+ "prerelease": [
774
+ {
775
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.30",
776
+ "author": "behowell@microsoft.com",
777
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
778
+ "package": "@fluentui/react-input"
779
+ }
780
+ ]
781
+ }
782
+ },
783
+ {
784
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
785
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
786
+ "version": "9.0.0-alpha.0",
787
+ "comments": {
788
+ "prerelease": [
789
+ {
790
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
791
+ "author": "lingfan.gao@microsoft.com",
792
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
793
+ "package": "@fluentui/react-input"
794
+ }
795
+ ]
796
+ }
797
+ },
798
+ {
799
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
800
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
801
+ "version": "9.0.0-alpha.0",
802
+ "comments": {
803
+ "prerelease": [
804
+ {
805
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.28",
806
+ "author": "miroslav.stastny@microsoft.com",
807
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
808
+ "package": "@fluentui/react-input"
809
+ }
810
+ ]
811
+ }
812
+ },
813
+ {
814
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
815
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
816
+ "version": "9.0.0-alpha.0",
817
+ "comments": {
818
+ "prerelease": [
819
+ {
820
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27",
821
+ "author": "miroslav.stastny@microsoft.com",
822
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
823
+ "package": "@fluentui/react-input"
824
+ }
825
+ ]
826
+ }
827
+ },
828
+ {
829
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
830
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
831
+ "version": "9.0.0-alpha.0",
832
+ "comments": {
833
+ "prerelease": [
834
+ {
835
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.34",
836
+ "author": "behowell@microsoft.com",
837
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
838
+ "package": "@fluentui/react-input"
839
+ }
840
+ ]
841
+ }
842
+ },
843
+ {
844
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
845
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
846
+ "version": "9.0.0-alpha.0",
847
+ "comments": {
848
+ "none": [
849
+ {
850
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
851
+ "author": "olfedias@microsoft.com",
852
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
853
+ "package": "@fluentui/react-input"
854
+ }
855
+ ]
856
+ }
857
+ },
858
+ {
859
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
860
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
861
+ "version": "9.0.0-alpha.0",
862
+ "comments": {
863
+ "prerelease": [
864
+ {
865
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
866
+ "author": "bsunderhus@microsoft.com",
867
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
868
+ "package": "@fluentui/react-input"
869
+ }
870
+ ]
871
+ }
872
+ },
873
+ {
874
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
875
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
876
+ "version": "9.0.0-alpha.0",
877
+ "comments": {
878
+ "patch": [
879
+ {
880
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
881
+ "author": "elcraig@microsoft.com",
882
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
883
+ "package": "@fluentui/react-input"
884
+ }
885
+ ]
886
+ }
887
+ },
888
+ {
889
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
890
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
891
+ "version": "9.0.0-alpha.0",
892
+ "comments": {
893
+ "prerelease": [
894
+ {
895
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24",
896
+ "author": "behowell@microsoft.com",
897
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
898
+ "package": "@fluentui/react-input"
899
+ }
900
+ ]
901
+ }
902
+ },
903
+ {
904
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
905
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
906
+ "version": "9.0.0-alpha.0",
907
+ "comments": {
908
+ "patch": [
909
+ {
910
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
911
+ "author": "martinhochel@microsoft.com",
912
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
913
+ "package": "@fluentui/react-input"
914
+ },
915
+ {
916
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
917
+ "author": "martinhochel@microsoft.com",
918
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
919
+ "package": "@fluentui/react-input"
920
+ },
921
+ {
922
+ "comment": "Bump @fluentui/scripts to v1.0.0",
923
+ "author": "martinhochel@microsoft.com",
924
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
925
+ "package": "@fluentui/react-input"
926
+ }
927
+ ],
928
+ "prerelease": [
929
+ {
930
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23",
931
+ "author": "martinhochel@microsoft.com",
932
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
933
+ "package": "@fluentui/react-input"
934
+ }
935
+ ]
936
+ }
937
+ },
938
+ {
939
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
940
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
941
+ "version": "9.0.0-alpha.0",
942
+ "comments": {
943
+ "prerelease": [
944
+ {
945
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.31",
946
+ "author": "bsunderhus@microsoft.com",
947
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
948
+ "package": "@fluentui/react-input"
949
+ }
950
+ ]
951
+ }
952
+ },
953
+ {
954
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
955
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
956
+ "version": "9.0.0-alpha.0",
957
+ "comments": {
958
+ "prerelease": [
959
+ {
960
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.21",
961
+ "author": "miroslav.stastny@microsoft.com",
962
+ "commit": "7222c057ece8a528431a1860223d9d920685f975",
963
+ "package": "@fluentui/react-input"
964
+ }
965
+ ]
966
+ }
967
+ },
968
+ {
969
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
970
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
971
+ "version": "9.0.0-alpha.0",
972
+ "comments": {
973
+ "prerelease": [
974
+ {
975
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.20",
976
+ "author": "tristan.watanabe@gmail.com",
977
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
978
+ "package": "@fluentui/react-input"
979
+ }
980
+ ]
981
+ }
982
+ },
983
+ {
984
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
985
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
986
+ "version": "9.0.0-alpha.0",
987
+ "comments": {
988
+ "prerelease": [
989
+ {
990
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19",
991
+ "author": "olfedias@microsoft.com",
992
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
993
+ "package": "@fluentui/react-input"
994
+ }
995
+ ]
996
+ }
997
+ },
998
+ {
999
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
1000
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
1001
+ "version": "9.0.0-alpha.0",
1002
+ "comments": {
1003
+ "none": [
1004
+ {
1005
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
1006
+ "author": "olfedias@microsoft.com",
1007
+ "commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
1008
+ "package": "@fluentui/react-input"
1009
+ }
1010
+ ]
1011
+ }
1012
+ },
1013
+ {
1014
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
1015
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
1016
+ "version": "9.0.0-alpha.0",
1017
+ "comments": {
1018
+ "none": [
1019
+ {
1020
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
1021
+ "author": "miroslav.stastny@microsoft.com",
1022
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
1023
+ "package": "@fluentui/react-input"
1024
+ }
1025
+ ]
1026
+ }
1027
+ },
1028
+ {
1029
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
1030
+ "tag": "@fluentui/react-input_v9.0.0-alpha.0",
1031
+ "version": "9.0.0-alpha.0",
1032
+ "comments": {
1033
+ "prerelease": [
1034
+ {
1035
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.29",
1036
+ "author": "behowell@microsoft.com",
1037
+ "commit": "10b1e17acaa01675866f7a623be1a61b1478d7d7",
1038
+ "package": "@fluentui/react-input"
1039
+ }
1040
+ ]
1041
+ }
1042
+ }
1043
+ ]
1044
+ }