@wistia/ui 1.6.0 → 1.6.1
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/CHANGELOG.md +2247 -0
- package/dist/index.js +2 -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 v1.6.
|
|
3
|
+
* @license @wistia/ui v1.6.1
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2026, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -14171,7 +14171,7 @@ const SubMenuTrigger = ({ icon, ...props }) => {
|
|
|
14171
14171
|
const Trigger = isSmAndUp ? StyledSubTrigger : Menu$1.Item;
|
|
14172
14172
|
return /* @__PURE__ */ jsx(Trigger, {
|
|
14173
14173
|
nativeButton: true,
|
|
14174
|
-
...isSmAndUp
|
|
14174
|
+
...isSmAndUp ? { closeDelay: SUBMENU_CLOSE_DELAY } : { closeOnClick: false },
|
|
14175
14175
|
render: /* @__PURE__ */ jsx(MenuItemButton, {
|
|
14176
14176
|
...props,
|
|
14177
14177
|
leftIcon: icon,
|