@fluentui/react-progress 9.0.0-alpha.1 → 9.0.0-alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +372 -1
- package/CHANGELOG.md +116 -2
- package/README.md +9 -7
- package/dist/index.d.ts +44 -24
- package/lib/ProgressBar.js +2 -0
- package/lib/ProgressBar.js.map +1 -0
- package/lib/ProgressField.js +2 -0
- package/lib/ProgressField.js.map +1 -0
- package/lib/components/ProgressBar/ProgressBar.js +14 -0
- package/lib/components/ProgressBar/ProgressBar.js.map +1 -0
- package/lib/components/ProgressBar/ProgressBar.types.js +2 -0
- package/lib/components/ProgressBar/ProgressBar.types.js.map +1 -0
- package/lib/components/ProgressBar/index.js +6 -0
- package/lib/components/ProgressBar/index.js.map +1 -0
- package/lib/components/ProgressBar/renderProgressBar.js +17 -0
- package/lib/components/ProgressBar/renderProgressBar.js.map +1 -0
- package/lib/components/{Progress/useProgress.js → ProgressBar/useProgressBar.js} +13 -10
- package/lib/components/ProgressBar/useProgressBar.js.map +1 -0
- package/lib/components/ProgressBar/useProgressBarStyles.js +157 -0
- package/lib/components/ProgressBar/useProgressBarStyles.js.map +1 -0
- package/lib/components/ProgressField/ProgressField.js +17 -0
- package/lib/components/ProgressField/ProgressField.js.map +1 -0
- package/lib/components/ProgressField/index.js +2 -0
- package/lib/components/ProgressField/index.js.map +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/ProgressBar.js +8 -0
- package/lib-commonjs/ProgressBar.js.map +1 -0
- package/lib-commonjs/ProgressField.js +8 -0
- package/lib-commonjs/ProgressField.js.map +1 -0
- package/lib-commonjs/components/ProgressBar/ProgressBar.js +20 -0
- package/lib-commonjs/components/ProgressBar/ProgressBar.js.map +1 -0
- package/lib-commonjs/components/{Progress/Progress.types.js → ProgressBar/ProgressBar.types.js} +1 -1
- package/lib-commonjs/components/ProgressBar/ProgressBar.types.js.map +1 -0
- package/lib-commonjs/components/ProgressBar/index.js +12 -0
- package/lib-commonjs/components/ProgressBar/index.js.map +1 -0
- package/lib-commonjs/components/ProgressBar/renderProgressBar.js +24 -0
- package/lib-commonjs/components/ProgressBar/renderProgressBar.js.map +1 -0
- package/lib-commonjs/components/{Progress/useProgress.js → ProgressBar/useProgressBar.js} +15 -15
- package/lib-commonjs/components/ProgressBar/useProgressBar.js.map +1 -0
- package/lib-commonjs/components/ProgressBar/useProgressBarStyles.js +164 -0
- package/lib-commonjs/components/ProgressBar/useProgressBarStyles.js.map +1 -0
- package/lib-commonjs/components/ProgressField/ProgressField.js +23 -0
- package/lib-commonjs/components/ProgressField/ProgressField.js.map +1 -0
- package/lib-commonjs/{Progress.js → components/ProgressField/index.js} +2 -4
- package/lib-commonjs/components/ProgressField/index.js.map +1 -0
- package/lib-commonjs/index.js +25 -14
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +23 -15
- package/MIGRATION.md +0 -26
- package/Spec.md +0 -120
- package/lib/Progress.js +0 -2
- package/lib/Progress.js.map +0 -1
- package/lib/components/Progress/Progress.js +0 -15
- package/lib/components/Progress/Progress.js.map +0 -1
- package/lib/components/Progress/Progress.types.js +0 -2
- package/lib/components/Progress/Progress.types.js.map +0 -1
- package/lib/components/Progress/index.js +0 -6
- package/lib/components/Progress/index.js.map +0 -1
- package/lib/components/Progress/renderProgress.js +0 -16
- package/lib/components/Progress/renderProgress.js.map +0 -1
- package/lib/components/Progress/useProgress.js.map +0 -1
- package/lib/components/Progress/useProgressStyles.js +0 -132
- package/lib/components/Progress/useProgressStyles.js.map +0 -1
- package/lib-commonjs/Progress.js.map +0 -1
- package/lib-commonjs/components/Progress/Progress.js +0 -26
- package/lib-commonjs/components/Progress/Progress.js.map +0 -1
- package/lib-commonjs/components/Progress/Progress.types.js.map +0 -1
- package/lib-commonjs/components/Progress/index.js +0 -18
- package/lib-commonjs/components/Progress/index.js.map +0 -1
- package/lib-commonjs/components/Progress/renderProgress.js +0 -27
- package/lib-commonjs/components/Progress/renderProgress.js.map +0 -1
- package/lib-commonjs/components/Progress/useProgress.js.map +0 -1
- package/lib-commonjs/components/Progress/useProgressStyles.js +0 -144
- package/lib-commonjs/components/Progress/useProgressStyles.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,378 @@
|
|
2
2
|
"name": "@fluentui/react-progress",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 Jan 2023 01:35:43 GMT",
|
6
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.10",
|
7
|
+
"version": "9.0.0-alpha.10",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-progress",
|
13
|
+
"commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
|
14
|
+
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "martinhochel@microsoft.com",
|
18
|
+
"package": "@fluentui/react-progress",
|
19
|
+
"commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
|
20
|
+
"comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"prerelease": [
|
24
|
+
{
|
25
|
+
"author": "olfedias@microsoft.com",
|
26
|
+
"package": "@fluentui/react-progress",
|
27
|
+
"commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
|
28
|
+
"comment": "chore: Update Griffel to latest version"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-progress",
|
33
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.13",
|
34
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-progress",
|
39
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.1",
|
40
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "beachball",
|
44
|
+
"package": "@fluentui/react-progress",
|
45
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
|
46
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
47
|
+
}
|
48
|
+
]
|
49
|
+
}
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"date": "Wed, 21 Dec 2022 10:20:29 GMT",
|
53
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.9",
|
54
|
+
"version": "9.0.0-alpha.9",
|
55
|
+
"comments": {
|
56
|
+
"none": [
|
57
|
+
{
|
58
|
+
"author": "behowell@microsoft.com",
|
59
|
+
"package": "@fluentui/react-progress",
|
60
|
+
"commit": "68505ab8eb1b05f45ab09c21b9d66c177d1e50f5",
|
61
|
+
"comment": "chore: Add bundle size tests for Fields"
|
62
|
+
}
|
63
|
+
],
|
64
|
+
"prerelease": [
|
65
|
+
{
|
66
|
+
"author": "beachball",
|
67
|
+
"package": "@fluentui/react-progress",
|
68
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.12",
|
69
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"author": "beachball",
|
73
|
+
"package": "@fluentui/react-progress",
|
74
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.1.4",
|
75
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"author": "beachball",
|
79
|
+
"package": "@fluentui/react-progress",
|
80
|
+
"comment": "Bump @fluentui/react-theme to v9.1.5",
|
81
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
82
|
+
}
|
83
|
+
]
|
84
|
+
}
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"date": "Tue, 20 Dec 2022 14:59:26 GMT",
|
88
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.8",
|
89
|
+
"version": "9.0.0-alpha.8",
|
90
|
+
"comments": {
|
91
|
+
"prerelease": [
|
92
|
+
{
|
93
|
+
"author": "ololubek@microsoft.com",
|
94
|
+
"package": "@fluentui/react-progress",
|
95
|
+
"commit": "fdd8d8fb759a143e8f3d6792960ca10b197c3b23",
|
96
|
+
"comment": "chore: Change name to ProgressBar"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"author": "ololubek@microsoft.com",
|
100
|
+
"package": "@fluentui/react-progress",
|
101
|
+
"commit": "25bc50c2fda3b80ce3f57245ce589db69e11f296",
|
102
|
+
"comment": "fix: Add @noflip to animation styles to prevent extra from css being generated"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"author": "ololubek@microsoft.com",
|
106
|
+
"package": "@fluentui/react-progress",
|
107
|
+
"commit": "9e3f40f8ca67016590ced1a18aa16d9c02b3b5c6",
|
108
|
+
"comment": "(chore): remove deprecated exports from ProgressBar"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"author": "beachball",
|
112
|
+
"package": "@fluentui/react-progress",
|
113
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.11",
|
114
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"author": "beachball",
|
118
|
+
"package": "@fluentui/react-progress",
|
119
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.1.3",
|
120
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"author": "beachball",
|
124
|
+
"package": "@fluentui/react-progress",
|
125
|
+
"comment": "Bump @fluentui/react-theme to v9.1.4",
|
126
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"author": "beachball",
|
130
|
+
"package": "@fluentui/react-progress",
|
131
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.0",
|
132
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
133
|
+
}
|
134
|
+
]
|
135
|
+
}
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"date": "Mon, 05 Dec 2022 18:29:28 GMT",
|
139
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.7",
|
140
|
+
"version": "9.0.0-alpha.7",
|
141
|
+
"comments": {
|
142
|
+
"prerelease": [
|
143
|
+
{
|
144
|
+
"author": "tristan.watanabe@gmail.com",
|
145
|
+
"package": "@fluentui/react-progress",
|
146
|
+
"commit": "77b8194cfeefddf753b473be572233fc5defe186",
|
147
|
+
"comment": "chore: Migrate to new package structure."
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"author": "beachball",
|
151
|
+
"package": "@fluentui/react-progress",
|
152
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.10",
|
153
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"author": "beachball",
|
157
|
+
"package": "@fluentui/react-progress",
|
158
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.1.2",
|
159
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"author": "beachball",
|
163
|
+
"package": "@fluentui/react-progress",
|
164
|
+
"comment": "Bump @fluentui/react-theme to v9.1.3",
|
165
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
166
|
+
}
|
167
|
+
]
|
168
|
+
}
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"date": "Thu, 17 Nov 2022 23:05:44 GMT",
|
172
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.6",
|
173
|
+
"version": "9.0.0-alpha.6",
|
174
|
+
"comments": {
|
175
|
+
"none": [
|
176
|
+
{
|
177
|
+
"author": "martinhochel@microsoft.com",
|
178
|
+
"package": "@fluentui/react-progress",
|
179
|
+
"commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
|
180
|
+
"comment": "chore: update package scaffold"
|
181
|
+
}
|
182
|
+
],
|
183
|
+
"prerelease": [
|
184
|
+
{
|
185
|
+
"author": "ololubek@microsoft.com",
|
186
|
+
"package": "@fluentui/react-progress",
|
187
|
+
"commit": "76ebdee7eba4a9decbc1df97f3ff62b7784fdb8f",
|
188
|
+
"comment": "fix: update validationState tokens to use background instead of foreground"
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"author": "beachball",
|
192
|
+
"package": "@fluentui/react-progress",
|
193
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.9",
|
194
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"author": "beachball",
|
198
|
+
"package": "@fluentui/react-progress",
|
199
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.2",
|
200
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
201
|
+
}
|
202
|
+
]
|
203
|
+
}
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"date": "Fri, 11 Nov 2022 14:57:33 GMT",
|
207
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.5",
|
208
|
+
"version": "9.0.0-alpha.5",
|
209
|
+
"comments": {
|
210
|
+
"prerelease": [
|
211
|
+
{
|
212
|
+
"author": "martinhochel@microsoft.com",
|
213
|
+
"package": "@fluentui/react-progress",
|
214
|
+
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
|
215
|
+
"comment": "fix: create valid export maps"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"author": "ololubek@microsoft.com",
|
219
|
+
"package": "@fluentui/react-progress",
|
220
|
+
"commit": "d8dec99eae6f1138d8dade6ec57663916a348762",
|
221
|
+
"comment": "Add styling and documentation for reduced-motion"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"author": "behowell@microsoft.com",
|
225
|
+
"package": "@fluentui/react-progress",
|
226
|
+
"commit": "39ba7b6d4648781b979fcf694579f97b851348af",
|
227
|
+
"comment": "chore: Move ProgressField into the @fluentui/react-progress package and export as _unstable"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"author": "beachball",
|
231
|
+
"package": "@fluentui/react-progress",
|
232
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.8",
|
233
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"author": "beachball",
|
237
|
+
"package": "@fluentui/react-progress",
|
238
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.1.1",
|
239
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"author": "beachball",
|
243
|
+
"package": "@fluentui/react-progress",
|
244
|
+
"comment": "Bump @fluentui/react-theme to v9.1.2",
|
245
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"author": "beachball",
|
249
|
+
"package": "@fluentui/react-progress",
|
250
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.1",
|
251
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"author": "beachball",
|
255
|
+
"package": "@fluentui/react-progress",
|
256
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
|
257
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
258
|
+
}
|
259
|
+
]
|
260
|
+
}
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"date": "Wed, 02 Nov 2022 11:57:58 GMT",
|
264
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.4",
|
265
|
+
"version": "9.0.0-alpha.4",
|
266
|
+
"comments": {
|
267
|
+
"prerelease": [
|
268
|
+
{
|
269
|
+
"author": "olfedias@microsoft.com",
|
270
|
+
"package": "@fluentui/react-progress",
|
271
|
+
"commit": "c619ba066f11a8654e95375314824ba6b81b003e",
|
272
|
+
"comment": "chore: Update Griffel to latest version"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"author": "beachball",
|
276
|
+
"package": "@fluentui/react-progress",
|
277
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.1.0",
|
278
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"author": "beachball",
|
282
|
+
"package": "@fluentui/react-progress",
|
283
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.0",
|
284
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"author": "beachball",
|
288
|
+
"package": "@fluentui/react-progress",
|
289
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
|
290
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
291
|
+
}
|
292
|
+
]
|
293
|
+
}
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"date": "Tue, 25 Oct 2022 00:35:35 GMT",
|
297
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.3",
|
298
|
+
"version": "9.0.0-alpha.3",
|
299
|
+
"comments": {
|
300
|
+
"prerelease": [
|
301
|
+
{
|
302
|
+
"author": "behowell@microsoft.com",
|
303
|
+
"package": "@fluentui/react-progress",
|
304
|
+
"commit": "f9436f583d3c291921fe7a4531f69551096e758c",
|
305
|
+
"comment": "feat: Add validationState to Progress, to make the bar red or green"
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"author": "ololubek@microsoft.com",
|
309
|
+
"package": "@fluentui/react-progress",
|
310
|
+
"commit": "e255da7cf629534ebaaac05af3b5bb9a2f7def71",
|
311
|
+
"comment": "feat: add react-progress to react-components/unstable"
|
312
|
+
}
|
313
|
+
]
|
314
|
+
}
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"date": "Thu, 20 Oct 2022 08:39:42 GMT",
|
318
|
+
"tag": "@fluentui/react-progress_v9.0.0-alpha.2",
|
319
|
+
"version": "9.0.0-alpha.2",
|
320
|
+
"comments": {
|
321
|
+
"prerelease": [
|
322
|
+
{
|
323
|
+
"author": "ololubek@microsoft.com",
|
324
|
+
"package": "@fluentui/react-progress",
|
325
|
+
"commit": "e14e5348f1f08aee8da7cb911a24a811d9f9cb09",
|
326
|
+
"comment": "feat: Add shape prop to Progress"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"author": "mgodbolt@microsoft.com",
|
330
|
+
"package": "@fluentui/react-progress",
|
331
|
+
"commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
|
332
|
+
"comment": "chore: Bump peer deps to support React 18"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"author": "olfedias@microsoft.com",
|
336
|
+
"package": "@fluentui/react-progress",
|
337
|
+
"commit": "06865dada128321804646582f564ee86d835d174",
|
338
|
+
"comment": "chore: Update Griffel to latest version"
|
339
|
+
},
|
340
|
+
{
|
341
|
+
"author": "beachball",
|
342
|
+
"package": "@fluentui/react-progress",
|
343
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.2",
|
344
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"author": "beachball",
|
348
|
+
"package": "@fluentui/react-progress",
|
349
|
+
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
350
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"author": "beachball",
|
354
|
+
"package": "@fluentui/react-progress",
|
355
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.2",
|
356
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"author": "beachball",
|
360
|
+
"package": "@fluentui/react-progress",
|
361
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
|
362
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
363
|
+
}
|
364
|
+
],
|
365
|
+
"none": [
|
366
|
+
{
|
367
|
+
"author": "mgodbolt@microsoft.com",
|
368
|
+
"package": "@fluentui/react-progress",
|
369
|
+
"commit": "82650ef8b3d436c039e33f3eb8a658a3d878064f",
|
370
|
+
"comment": "prettier update"
|
371
|
+
}
|
372
|
+
]
|
373
|
+
}
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"date": "Thu, 13 Oct 2022 11:02:58 GMT",
|
6
377
|
"tag": "@fluentui/react-progress_v9.0.0-alpha.1",
|
7
378
|
"version": "9.0.0-alpha.1",
|
8
379
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,126 @@
|
|
1
1
|
# Change Log - @fluentui/react-progress
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 04 Jan 2023 01:35:43 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.10)
|
8
|
+
|
9
|
+
Wed, 04 Jan 2023 01:35:43 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.9..@fluentui/react-progress_v9.0.0-alpha.10)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- chore: Update Griffel to latest version ([PR #26045](https://github.com/microsoft/fluentui/pull/26045) by olfedias@microsoft.com)
|
15
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.13 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.3.1 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball)
|
18
|
+
|
19
|
+
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.9)
|
20
|
+
|
21
|
+
Wed, 21 Dec 2022 10:20:29 GMT
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.8..@fluentui/react-progress_v9.0.0-alpha.9)
|
23
|
+
|
24
|
+
### Changes
|
25
|
+
|
26
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.12 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
|
27
|
+
- Bump @fluentui/react-shared-contexts to v9.1.4 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
|
28
|
+
- Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
|
29
|
+
|
30
|
+
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.8)
|
31
|
+
|
32
|
+
Tue, 20 Dec 2022 14:59:26 GMT
|
33
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.7..@fluentui/react-progress_v9.0.0-alpha.8)
|
34
|
+
|
35
|
+
### Changes
|
36
|
+
|
37
|
+
- chore: Change name to ProgressBar ([PR #25929](https://github.com/microsoft/fluentui/pull/25929) by ololubek@microsoft.com)
|
38
|
+
- fix: Add @noflip to animation styles to prevent extra from css being generated ([PR #26029](https://github.com/microsoft/fluentui/pull/26029) by ololubek@microsoft.com)
|
39
|
+
- (chore): remove deprecated exports from ProgressBar ([PR #26027](https://github.com/microsoft/fluentui/pull/26027) by ololubek@microsoft.com)
|
40
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.11 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
|
41
|
+
- Bump @fluentui/react-shared-contexts to v9.1.3 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
|
42
|
+
- Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
|
43
|
+
- Bump @fluentui/react-utilities to v9.3.0 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
|
44
|
+
|
45
|
+
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.7)
|
46
|
+
|
47
|
+
Mon, 05 Dec 2022 18:29:28 GMT
|
48
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.6..@fluentui/react-progress_v9.0.0-alpha.7)
|
49
|
+
|
50
|
+
### Changes
|
51
|
+
|
52
|
+
- chore: Migrate to new package structure. ([PR #25744](https://github.com/microsoft/fluentui/pull/25744) by tristan.watanabe@gmail.com)
|
53
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.10 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
|
54
|
+
- Bump @fluentui/react-shared-contexts to v9.1.2 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
|
55
|
+
- Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
|
56
|
+
|
57
|
+
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.6)
|
58
|
+
|
59
|
+
Thu, 17 Nov 2022 23:05:44 GMT
|
60
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.5..@fluentui/react-progress_v9.0.0-alpha.6)
|
61
|
+
|
62
|
+
### Changes
|
63
|
+
|
64
|
+
- fix: update validationState tokens to use background instead of foreground ([PR #25664](https://github.com/microsoft/fluentui/pull/25664) by ololubek@microsoft.com)
|
65
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.9 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball)
|
66
|
+
- Bump @fluentui/react-utilities to v9.2.2 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball)
|
67
|
+
|
68
|
+
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.5)
|
69
|
+
|
70
|
+
Fri, 11 Nov 2022 14:57:33 GMT
|
71
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.4..@fluentui/react-progress_v9.0.0-alpha.5)
|
72
|
+
|
73
|
+
### Changes
|
74
|
+
|
75
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
76
|
+
- Add styling and documentation for reduced-motion ([PR #25563](https://github.com/microsoft/fluentui/pull/25563) by ololubek@microsoft.com)
|
77
|
+
- chore: Move ProgressField into the @fluentui/react-progress package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
78
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.8 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
79
|
+
- Bump @fluentui/react-shared-contexts to v9.1.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
80
|
+
- Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
81
|
+
- Bump @fluentui/react-utilities to v9.2.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
82
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
83
|
+
|
84
|
+
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.4)
|
85
|
+
|
86
|
+
Wed, 02 Nov 2022 11:57:58 GMT
|
87
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.3..@fluentui/react-progress_v9.0.0-alpha.4)
|
88
|
+
|
89
|
+
### Changes
|
90
|
+
|
91
|
+
- chore: Update Griffel to latest version ([PR #25412](https://github.com/microsoft/fluentui/pull/25412) by olfedias@microsoft.com)
|
92
|
+
- Bump @fluentui/react-shared-contexts to v9.1.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
|
93
|
+
- Bump @fluentui/react-utilities to v9.2.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
|
94
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
|
95
|
+
|
96
|
+
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.3)
|
97
|
+
|
98
|
+
Tue, 25 Oct 2022 00:35:35 GMT
|
99
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.2..@fluentui/react-progress_v9.0.0-alpha.3)
|
100
|
+
|
101
|
+
### Changes
|
102
|
+
|
103
|
+
- feat: Add validationState to Progress, to make the bar red or green ([PR #25253](https://github.com/microsoft/fluentui/pull/25253) by behowell@microsoft.com)
|
104
|
+
- feat: add react-progress to react-components/unstable ([PR #25226](https://github.com/microsoft/fluentui/pull/25226) by ololubek@microsoft.com)
|
105
|
+
|
106
|
+
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.2)
|
107
|
+
|
108
|
+
Thu, 20 Oct 2022 08:39:42 GMT
|
109
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.1..@fluentui/react-progress_v9.0.0-alpha.2)
|
110
|
+
|
111
|
+
### Changes
|
112
|
+
|
113
|
+
- feat: Add shape prop to Progress ([PR #25219](https://github.com/microsoft/fluentui/pull/25219) by ololubek@microsoft.com)
|
114
|
+
- chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
|
115
|
+
- chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
|
116
|
+
- Bump @fluentui/react-shared-contexts to v9.0.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
117
|
+
- Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
118
|
+
- Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
119
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
120
|
+
|
7
121
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.1)
|
8
122
|
|
9
|
-
Thu, 13 Oct 2022
|
123
|
+
Thu, 13 Oct 2022 11:02:58 GMT
|
10
124
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.0..@fluentui/react-progress_v9.0.0-alpha.1)
|
11
125
|
|
12
126
|
### Changes
|
package/README.md
CHANGED
@@ -2,33 +2,35 @@
|
|
2
2
|
|
3
3
|
**React Progress components for [Fluent UI React](https://react.fluentui.dev/)**
|
4
4
|
|
5
|
+
## STATUS: Alpha
|
6
|
+
|
5
7
|
These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
|
6
8
|
|
7
9
|
## Usage
|
8
10
|
|
9
|
-
To import `
|
11
|
+
To import `ProgressBar`:
|
10
12
|
|
11
13
|
```js
|
12
|
-
import {
|
14
|
+
import { ProgressBar } from '@fluentui/react-progress';
|
13
15
|
```
|
14
16
|
|
15
17
|
Once the Progress component graduates to a production release, the component will be available at:
|
16
18
|
|
17
19
|
```js
|
18
|
-
import {
|
20
|
+
import { ProgressBar } from '@fluentui/react-components';
|
19
21
|
```
|
20
22
|
|
21
23
|
### Examples
|
22
24
|
|
23
25
|
```jsx
|
24
|
-
const
|
25
|
-
return <
|
26
|
+
const ProgressBarExample = () => {
|
27
|
+
return <ProgressBar thickness="large" value={0.5} />;
|
26
28
|
};
|
27
29
|
```
|
28
30
|
|
29
31
|
#### Using ProgressField
|
30
32
|
|
31
|
-
The `ProgressField` component is a wrapper around the `
|
33
|
+
The `ProgressField` component is a wrapper around the `ProgressBar` component that allows the user to add a `label`, `hint`, `validationMessage`, and `validationState` to the `ProgressBar` component. You can pass these props, as well as the regular `ProgressBar` props to a `ProgressField` component.
|
32
34
|
|
33
35
|
To import `ProgressField`:
|
34
36
|
|
@@ -40,7 +42,7 @@ import { ProgressField } from '@fluentui/react-field';
|
|
40
42
|
const ProgressFieldExample = () => {
|
41
43
|
return (
|
42
44
|
<ProgressField
|
43
|
-
label="Determinate
|
45
|
+
label="Determinate ProgressBar"
|
44
46
|
hint="This is a determinate Progress with description"
|
45
47
|
value={0.5}
|
46
48
|
validationState="warning"
|