@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.cjs 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
  *
@@ -15147,7 +15147,7 @@ var import_styled_components86 = require("styled-components");
15147
15147
  var import_type_guards49 = require("@wistia/type-guards");
15148
15148
  var import_jsx_runtime288 = require("react/jsx-runtime");
15149
15149
  var StyledFormField = import_styled_components86.styled.div`
15150
- --form-field-spacing: var(--wui-space-01);
15150
+ --form-field-spacing: var(--wui-space-02);
15151
15151
  --form-field-spacing-inline: var(--wui-space-02);
15152
15152
  --form-field-error-color: var(--wui-color-text-secondary-error);
15153
15153
 
@@ -17940,7 +17940,7 @@ var StyledThumbnailBadge = import_styled_components124.styled.div`
17940
17940
  align-items: center;
17941
17941
  background-color: rgb(0 0 0 / 50%);
17942
17942
  border-radius: var(--wui-border-radius-01);
17943
- bottom: var(--wui-thumbnail-badge-offset);
17943
+ bottom: var(--wui-thumbnail-badge-offset, var(--wui-space-01));
17944
17944
  color: var(--wui-color-text-on-fill);
17945
17945
  display: flex;
17946
17946
  font-size: var(--wui-typography-body-4-size);
@@ -17948,7 +17948,7 @@ var StyledThumbnailBadge = import_styled_components124.styled.div`
17948
17948
  gap: var(--wui-space-01);
17949
17949
  padding: 0 var(--wui-space-01);
17950
17950
  position: absolute;
17951
- right: var(--wui-thumbnail-badge-offset);
17951
+ right: var(--wui-thumbnail-badge-offset, var(--wui-space-01));
17952
17952
  z-index: 1;
17953
17953
 
17954
17954
  svg {
@@ -18303,7 +18303,11 @@ var StyledThumbnail = import_styled_components127.styled.div`
18303
18303
  width: 100%;
18304
18304
  overflow: hidden;
18305
18305
  position: relative;
18306
- border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
18306
+
18307
+ &,
18308
+ img {
18309
+ border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
18310
+ }
18307
18311
 
18308
18312
  @container (min-width: 200px) {
18309
18313
  --wui-thumbnail-badge-offset: var(--wui-space-02);