@wistia/ui 0.19.1-beta.e1daf5c3.ed1b2c2 → 0.19.2
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 +4 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -6
- 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.
|
|
3
|
+
* @license @wistia/ui v0.19.2
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -3624,8 +3624,8 @@ var buttonBaseStyles = import_styled_components19.css`
|
|
|
3624
3624
|
&:focus-visible,
|
|
3625
3625
|
&.force-state-focus {
|
|
3626
3626
|
--wui-button-focus-color: var(--wui-color-focus-ring);
|
|
3627
|
-
background: var(--button-color-bg-hover);
|
|
3628
3627
|
|
|
3628
|
+
background: var(--button-color-bg-hover);
|
|
3629
3629
|
box-shadow:
|
|
3630
3630
|
inset 0 0 0 2px var(--wui-button-focus-color),
|
|
3631
3631
|
inset 0 0 0 3px var(--wui-color-bg-app);
|
|
@@ -8281,13 +8281,11 @@ var StyledActionButton = (0, import_styled_components24.styled)(Button)`
|
|
|
8281
8281
|
box-shadow:
|
|
8282
8282
|
inset 0 0 0 2px var(--wui-action-button-focus-color),
|
|
8283
8283
|
inset 0 0 0 3px var(--wui-color-bg-app);
|
|
8284
|
-
|
|
8285
|
-
&[aria-disabled='true'] {
|
|
8286
|
-
--wui-action-button-focus-color: var(--wui-color-focus-ring-disabled);
|
|
8287
|
-
}
|
|
8288
8284
|
}
|
|
8289
8285
|
|
|
8290
8286
|
&[aria-disabled='true'] {
|
|
8287
|
+
--wui-action-button-focus-color: var(--wui-color-focus-ring-disabled);
|
|
8288
|
+
|
|
8291
8289
|
background: var(--wui-color-bg-surface-disabled);
|
|
8292
8290
|
color: var(--wui-color-text-disabled);
|
|
8293
8291
|
cursor: not-allowed;
|