@wistia/ui 0.18.17-beta.c1f00b80.e6809d4 → 0.18.18

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.17-beta.c1f00b80.e6809d4
3
+ * @license @wistia/ui v0.18.18
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -14007,7 +14007,6 @@ var StyledDataCard = styled58.div`
14007
14007
  animation: ${pulse} 1.5s var(--wui-motion-ease-in-out) 0.5s infinite;
14008
14008
  color: transparent;
14009
14009
  user-select: none;
14010
- pointer-events: none;
14011
14010
  border-radius: var(--wui-border-radius-01);
14012
14011
  width: fit-content;
14013
14012
  }
@@ -14056,12 +14055,14 @@ var StyledDataCard = styled58.div`
14056
14055
  `;
14057
14056
  var StyledLabel3 = styled58(Heading)`
14058
14057
  grid-area: label;
14058
+
14059
14059
  &[data-wui-data-card-skeleton='true'] {
14060
14060
  width: 80px;
14061
14061
  }
14062
14062
  `;
14063
14063
  var StyledValue = styled58(Heading)`
14064
14064
  grid-area: value;
14065
+
14065
14066
  &[data-wui-data-card-skeleton='true'] {
14066
14067
  width: min(90%, 156px);
14067
14068
  }