@fluentui/web-components 3.0.0-rc.20 → 3.0.0-rc.21
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.
package/dist/web-components.js
CHANGED
|
@@ -3226,7 +3226,7 @@ function attr(configOrTarget, prop) {
|
|
|
3226
3226
|
return decorator;
|
|
3227
3227
|
}
|
|
3228
3228
|
|
|
3229
|
-
var __awaiter = (
|
|
3229
|
+
var __awaiter = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3230
3230
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3231
3231
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
3232
3232
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|