@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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.6.38
3
+ * @license @wistia/ui v0.6.39
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -11001,6 +11001,7 @@ var segmentedControlItemStyles = import_styled_components68.css`
11001
11001
  &[data-state='active'] {
11002
11002
  color: var(--wui-color-text-selected);
11003
11003
  cursor: default;
11004
+ transition: none;
11004
11005
 
11005
11006
  svg path {
11006
11007
  fill: var(--wui-color-icon-selected);