@wistia/ui 0.19.1-beta.0651b8af.4b05dbd → 0.19.1-beta.5b34e7ca.ed12791

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.19.1-beta.0651b8af.4b05dbd
3
+ * @license @wistia/ui v0.19.1-beta.5b34e7ca.ed12791
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -8103,6 +8103,7 @@ var StyledActionButton = styled7(Button)`
8103
8103
 
8104
8104
  &[aria-disabled='true'] {
8105
8105
  --wui-action-button-focus-color: var(--wui-color-focus-ring-disabled);
8106
+
8106
8107
  background: var(--wui-color-bg-surface-disabled);
8107
8108
  color: var(--wui-color-text-disabled);
8108
8109
  cursor: not-allowed;