@wistia/ui 0.18.9 → 0.18.10-beta.58b60e55.8977ea2

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.9
3
+ * @license @wistia/ui v0.18.10-beta.58b60e55.8977ea2
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -14996,7 +14996,7 @@ import { styled as styled67 } from "styled-components";
14996
14996
  import { isArray as isArray4, isNotNil as isNotNil28, isNotUndefined as isNotUndefined12, isUndefined as isUndefined4 } from "@wistia/type-guards";
14997
14997
  import { Fragment as Fragment9, jsx as jsx288, jsxs as jsxs49 } from "react/jsx-runtime";
14998
14998
  var StyledFormField = styled67.div`
14999
- --form-field-spacing: var(--wui-space-01);
14999
+ --form-field-spacing: var(--wui-space-02);
15000
15000
  --form-field-spacing-inline: var(--wui-space-02);
15001
15001
  --form-field-error-color: var(--wui-color-text-secondary-error);
15002
15002
 
@@ -17803,7 +17803,7 @@ var StyledThumbnailBadge = styled105.div`
17803
17803
  align-items: center;
17804
17804
  background-color: rgb(0 0 0 / 50%);
17805
17805
  border-radius: var(--wui-border-radius-01);
17806
- bottom: var(--wui-thumbnail-badge-offset);
17806
+ bottom: var(--wui-thumbnail-badge-offset, var(--wui-space-01));
17807
17807
  color: var(--wui-color-text-on-fill);
17808
17808
  display: flex;
17809
17809
  font-size: var(--wui-typography-body-4-size);
@@ -17811,7 +17811,7 @@ var StyledThumbnailBadge = styled105.div`
17811
17811
  gap: var(--wui-space-01);
17812
17812
  padding: 0 var(--wui-space-01);
17813
17813
  position: absolute;
17814
- right: var(--wui-thumbnail-badge-offset);
17814
+ right: var(--wui-thumbnail-badge-offset, var(--wui-space-01));
17815
17815
  z-index: 1;
17816
17816
 
17817
17817
  svg {
@@ -18173,7 +18173,11 @@ var StyledThumbnail = styled107.div`
18173
18173
  width: 100%;
18174
18174
  overflow: hidden;
18175
18175
  position: relative;
18176
- border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
18176
+
18177
+ &,
18178
+ img {
18179
+ border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
18180
+ }
18177
18181
 
18178
18182
  @container (min-width: 200px) {
18179
18183
  --wui-thumbnail-badge-offset: var(--wui-space-02);