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