@wistia/ui 0.6.38 → 0.6.39
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.6.
|
|
3
|
+
* @license @wistia/ui v0.6.39
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -10903,6 +10903,7 @@ var segmentedControlItemStyles = css32`
|
|
|
10903
10903
|
&[data-state='active'] {
|
|
10904
10904
|
color: var(--wui-color-text-selected);
|
|
10905
10905
|
cursor: default;
|
|
10906
|
+
transition: none;
|
|
10906
10907
|
|
|
10907
10908
|
svg path {
|
|
10908
10909
|
fill: var(--wui-color-icon-selected);
|