@wistia/ui 0.19.1-beta.e1daf5c3.ed1b2c2 → 0.19.2-beta.18d67bda.399d50c
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 +15 -15
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.19.
|
|
3
|
+
* @license @wistia/ui v0.19.2-beta.18d67bda.399d50c
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -3442,8 +3442,8 @@ var buttonBaseStyles = css17`
|
|
|
3442
3442
|
&:focus-visible,
|
|
3443
3443
|
&.force-state-focus {
|
|
3444
3444
|
--wui-button-focus-color: var(--wui-color-focus-ring);
|
|
3445
|
-
background: var(--button-color-bg-hover);
|
|
3446
3445
|
|
|
3446
|
+
background: var(--button-color-bg-hover);
|
|
3447
3447
|
box-shadow:
|
|
3448
3448
|
inset 0 0 0 2px var(--wui-button-focus-color),
|
|
3449
3449
|
inset 0 0 0 3px var(--wui-color-bg-app);
|
|
@@ -8099,13 +8099,11 @@ var StyledActionButton = styled7(Button)`
|
|
|
8099
8099
|
box-shadow:
|
|
8100
8100
|
inset 0 0 0 2px var(--wui-action-button-focus-color),
|
|
8101
8101
|
inset 0 0 0 3px var(--wui-color-bg-app);
|
|
8102
|
-
|
|
8103
|
-
&[aria-disabled='true'] {
|
|
8104
|
-
--wui-action-button-focus-color: var(--wui-color-focus-ring-disabled);
|
|
8105
|
-
}
|
|
8106
8102
|
}
|
|
8107
8103
|
|
|
8108
8104
|
&[aria-disabled='true'] {
|
|
8105
|
+
--wui-action-button-focus-color: var(--wui-color-focus-ring-disabled);
|
|
8106
|
+
|
|
8109
8107
|
background: var(--wui-color-bg-surface-disabled);
|
|
8110
8108
|
color: var(--wui-color-text-disabled);
|
|
8111
8109
|
cursor: not-allowed;
|