@wistia/ui 0.20.21-beta.fc0959b1.b2b4e88 → 0.20.22
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 +5 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
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.22
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2026, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -1307,6 +1307,9 @@ var navColorScheme = css3`
|
|
|
1307
1307
|
--wui-color-border-selected: transparent;
|
|
1308
1308
|
--wui-color-border-hover-selected: transparent;
|
|
1309
1309
|
--wui-color-border-active-selected: transparent;
|
|
1310
|
+
|
|
1311
|
+
/* Nav - Overrides */
|
|
1312
|
+
--wui-color-segmented-color-text-override: var(--wui-blue-9);
|
|
1310
1313
|
`;
|
|
1311
1314
|
|
|
1312
1315
|
// src/css/designTokens/colorAlias.tsx
|
|
@@ -18298,7 +18301,7 @@ var segmentedControlItemStyles = css47`
|
|
|
18298
18301
|
|
|
18299
18302
|
&[aria-checked='true'],
|
|
18300
18303
|
&[aria-selected='true'] {
|
|
18301
|
-
color: var(--wui-color-text-selected);
|
|
18304
|
+
color: var(--wui-color-segmented-color-text-override, var(--wui-color-text-selected));
|
|
18302
18305
|
cursor: default;
|
|
18303
18306
|
transition: none;
|
|
18304
18307
|
|