@sproutsocial/seeds-react-menu 1.0.0 → 1.0.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.
@@ -8,14 +8,14 @@ CLI Target: es2022
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.js 127.24 KB
12
- CJS dist/index.js.map 338.99 KB
13
- CJS ⚡️ Build success in 552ms
14
- ESM dist/esm/index.js 119.14 KB
15
- ESM dist/esm/index.js.map 337.77 KB
16
- ESM ⚡️ Build success in 565ms
11
+ CJS dist/index.js 127.26 KB
12
+ CJS dist/index.js.map 339.01 KB
13
+ CJS ⚡️ Build success in 440ms
14
+ ESM dist/esm/index.js 119.13 KB
15
+ ESM dist/esm/index.js.map 337.76 KB
16
+ ESM ⚡️ Build success in 443ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 11080ms
18
+ DTS ⚡️ Build success in 13059ms
19
19
  DTS dist/index.d.ts 30.02 KB
20
20
  DTS dist/index.d.mts 30.02 KB
21
- Done in 14.90s.
21
+ Done in 15.25s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2e6f5ad: Fix broken import in NestedMenuContent for seeds-react-utilities
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
package/dist/esm/index.js CHANGED
@@ -3799,7 +3799,7 @@ var nestedMenuStateReducer = (_state, actionAndChanges) => {
3799
3799
 
3800
3800
  // src/NestedMenu/NestedMenuContent.tsx
3801
3801
  import { useEffect as useEffect3, useRef } from "react";
3802
- import { mergeRefs as mergeRefs2 } from "@sproutsocial/seeds-react-utilities/src/index";
3802
+ import { mergeRefs as mergeRefs2 } from "@sproutsocial/seeds-react-utilities";
3803
3803
 
3804
3804
  // src/NestedMenu/NestedMenuItem.tsx
3805
3805
  import { Icon as Icon4 } from "@sproutsocial/seeds-react-icon";