@wistia/ui 0.8.25 → 0.8.26-beta.011ca2e4.92394b1

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.8.25
3
+ * @license @wistia/ui v0.8.26-beta.011ca2e4.92394b1
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -2977,7 +2977,7 @@ var buttonResetCss = import_styled_components17.css`
2977
2977
 
2978
2978
  /* add some default affordance for a focused button */
2979
2979
  &:focus {
2980
- outline: thin dotted #999999;
2980
+ outline: none;
2981
2981
  }
2982
2982
 
2983
2983
  &[aria-disabled] {
@@ -10485,6 +10485,7 @@ var Menu = ({
10485
10485
  ...props,
10486
10486
  $compact: compact,
10487
10487
  align,
10488
+ collisionPadding: 8,
10488
10489
  sideOffset: 6,
10489
10490
  onFocusOutside: (event) => {
10490
10491
  event.preventDefault();