@sproutsocial/seeds-react-menu 0.2.2 → 0.2.3

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.
@@ -8,14 +8,14 @@ CLI Target: es2022
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- ESM dist/esm/index.js 80.43 KB
12
- ESM dist/esm/index.js.map 251.90 KB
13
- ESM ⚡️ Build success in 486ms
14
- CJS dist/index.js 85.03 KB
15
- CJS dist/index.js.map 252.76 KB
16
- CJS ⚡️ Build success in 495ms
11
+ ESM dist/esm/index.js 80.44 KB
12
+ ESM dist/esm/index.js.map 253.72 KB
13
+ ESM ⚡️ Build success in 647ms
14
+ CJS dist/index.js 85.04 KB
15
+ CJS dist/index.js.map 254.58 KB
16
+ CJS ⚡️ Build success in 676ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 11030ms
19
- DTS dist/index.d.ts 13.55 KB
20
- DTS dist/index.d.mts 13.55 KB
21
- Done in 13.63s.
18
+ DTS ⚡️ Build success in 16400ms
19
+ DTS dist/index.d.ts 15.61 KB
20
+ DTS dist/index.d.mts 15.61 KB
21
+ Done in 20.31s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 753d7c9: Fix various ts issues for Menu.Item, Collapsible, and VisuallyHidden
8
+
3
9
  ## 0.2.2
4
10
 
5
11
  ### Patch Changes
package/dist/esm/index.js CHANGED
@@ -2038,7 +2038,7 @@ var MenuContent = ({
2038
2038
  autoFocus: true,
2039
2039
  id,
2040
2040
  tabIndex: 0,
2041
- onKeyDown: getToggleButtonProps?.().onKeyDown,
2041
+ onKeyDown: getToggleButtonProps?.()["onKeyDown"] || void 0,
2042
2042
  "aria-activedescendant": getToggleButtonProps?.()["aria-activedescendant"],
2043
2043
  ...getMenuProps?.(
2044
2044
  {