@uva-glass/component-library 3.28.0 → 3.28.2

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.
@@ -338,6 +338,7 @@ function Bt() {
338
338
  "%eval%": eval,
339
339
  // eslint-disable-line no-eval
340
340
  "%EvalError%": f,
341
+ "%Float16Array%": typeof Float16Array > "u" ? r : Float16Array,
341
342
  "%Float32Array%": typeof Float32Array > "u" ? r : Float32Array,
342
343
  "%Float64Array%": typeof Float64Array > "u" ? r : Float64Array,
343
344
  "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? r : FinalizationRegistry,
@@ -534,10 +535,13 @@ function ur() {
534
535
  var r = /* @__PURE__ */ Bt(), o = be(), a = o([r("%String.prototype.indexOf%")]);
535
536
  return Xr = function(c, v) {
536
537
  var y = (
537
- /** @type {Parameters<typeof callBindBasic>[0][0]} */
538
+ /** @type {(this: unknown, ...args: unknown[]) => unknown} */
538
539
  r(c, !!v)
539
540
  );
540
- return typeof y == "function" && a(c, ".prototype.") > -1 ? o([y]) : y;
541
+ return typeof y == "function" && a(c, ".prototype.") > -1 ? o(
542
+ /** @type {const} */
543
+ [y]
544
+ ) : y;
541
545
  }, Xr;
542
546
  }
543
547
  var xr, rt;