@wistia/ui 0.18.3-beta.a90ddf43.95aaf02 → 0.18.4-beta.a529e874.9a0f097

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.18.3-beta.a90ddf43.95aaf02
3
+ * @license @wistia/ui v0.18.4-beta.a529e874.9a0f097
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -6690,13 +6690,13 @@ var SpeedIcon = (props) => /* @__PURE__ */ jsx168(
6690
6690
 
6691
6691
  // src/components/Icon/icons/SpinnerIcon.tsx
6692
6692
  import { jsx as jsx169, jsxs as jsxs7 } from "react/jsx-runtime";
6693
- var SpinnerIcon = (props) => /* @__PURE__ */ jsxs7(
6693
+ var SpinnerIcon = (props) => /* @__PURE__ */ jsx169(
6694
6694
  "svg",
6695
6695
  {
6696
6696
  ...props,
6697
6697
  viewBox: "0 0 24 24",
6698
6698
  xmlns: "http://www.w3.org/2000/svg",
6699
- children: [
6699
+ children: /* @__PURE__ */ jsxs7("g", { children: [
6700
6700
  /* @__PURE__ */ jsx169(
6701
6701
  "path",
6702
6702
  {
@@ -6714,10 +6714,10 @@ var SpinnerIcon = (props) => /* @__PURE__ */ jsxs7(
6714
6714
  keyTimes: "0;1",
6715
6715
  repeatCount: "indefinite",
6716
6716
  type: "rotate",
6717
- values: "0 0 0;360 0 0"
6717
+ values: "0 12 12;360 12 12"
6718
6718
  }
6719
6719
  )
6720
- ]
6720
+ ] })
6721
6721
  }
6722
6722
  );
6723
6723
 
@@ -18037,7 +18037,11 @@ var StyledThumbnail = styled107.div`
18037
18037
  width: 100%;
18038
18038
  overflow: hidden;
18039
18039
  position: relative;
18040
- border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
18040
+
18041
+ &,
18042
+ img {
18043
+ border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
18044
+ }
18041
18045
 
18042
18046
  @container (min-width: 200px) {
18043
18047
  --wui-thumbnail-badge-offset: var(--wui-space-02);