@wistia/ui 0.18.14-beta.3fb5e567.ffae32b → 0.18.14-beta.6abe6061.9b94192

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.14-beta.3fb5e567.ffae32b
3
+ * @license @wistia/ui v0.18.14-beta.6abe6061.9b94192
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -8242,7 +8242,7 @@ var StyledActionButton = (0, import_styled_components24.styled)(Button)`
8242
8242
  min-width: 96px;
8243
8243
  padding: var(--wui-space-03);
8244
8244
  background: var(--wui-color-bg-surface-secondary);
8245
- grid-row-gap: var(--wui-space-02);
8245
+ row-gap: var(--wui-space-02);
8246
8246
  border-radius: var(--wui-border-radius-03);
8247
8247
  flex: 0 0 auto;
8248
8248
  transition: background-color var(--wui-motion-duration-02) var(--wui-motion-ease);