@wistia/ui 0.20.3 → 0.20.4

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.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.20.3
3
+ * @license @wistia/ui v0.20.4
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -18051,7 +18051,7 @@ import { isUndefined as isUndefined6 } from "@wistia/type-guards";
18051
18051
  // src/components/Tabs/TabsSelectedItemIndicatorDiv.tsx
18052
18052
  import { styled as styled103 } from "styled-components";
18053
18053
  var TabsSelectedItemIndicatorDiv = styled103(SelectedItemIndicatorDiv)`
18054
- &:has(~ button[role='tab']:focus-visible) {
18054
+ :has(button[role='tab']:focus-visible) > & {
18055
18055
  outline: 2px solid var(--wui-color-focus-ring);
18056
18056
  }
18057
18057
  `;