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