@wistia/ui 0.20.15 → 0.20.16
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.20.
|
|
3
|
+
* @license @wistia/ui v0.20.16
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2026, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -17623,7 +17623,7 @@ var SelectedItemIndicator = () => {
|
|
|
17623
17623
|
import { jsx as jsx330, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
17624
17624
|
var segmentedControlStyles = css46`
|
|
17625
17625
|
${({ $colorScheme }) => $colorScheme && getColorScheme($colorScheme)};
|
|
17626
|
-
|
|
17626
|
+
${({ $colorScheme }) => $colorScheme !== "nav" && `--wui-color-text-selected: var(--wui-color-text-link);`}
|
|
17627
17627
|
|
|
17628
17628
|
display: inline-flex;
|
|
17629
17629
|
background-color: var(--wui-color-bg-surface-secondary);
|