@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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.19.1-beta.
|
|
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
|
*
|
|
@@ -8285,6 +8285,7 @@ var StyledActionButton = (0, import_styled_components24.styled)(Button)`
|
|
|
8285
8285
|
|
|
8286
8286
|
&[aria-disabled='true'] {
|
|
8287
8287
|
--wui-action-button-focus-color: var(--wui-color-focus-ring-disabled);
|
|
8288
|
+
|
|
8288
8289
|
background: var(--wui-color-bg-surface-disabled);
|
|
8289
8290
|
color: var(--wui-color-text-disabled);
|
|
8290
8291
|
cursor: not-allowed;
|