@wistia/ui 0.8.10 → 0.8.11

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/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.8.10
3
+ * @license @wistia/ui v0.8.11
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -1478,7 +1478,7 @@ var UIProvider = ({ children }) => {
1478
1478
  return /* @__PURE__ */ jsx3(UIProviderNestingContext.Provider, { value: true, children: /* @__PURE__ */ jsx3(AriaLiveProvider, { children: /* @__PURE__ */ jsxs(TooltipProvider, { children: [
1479
1479
  /* @__PURE__ */ jsx3(GlobalStyle, {}),
1480
1480
  children,
1481
- process.env["NODE_ENV"] !== "test" && /* @__PURE__ */ jsx3(ToastProvider, {})
1481
+ /* @__PURE__ */ jsx3(ToastProvider, {})
1482
1482
  ] }) }) });
1483
1483
  };
1484
1484