@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.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/Menu.tsx +50 -0
- package/src/NestedMenu/NestedMenuContent.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
12
|
-
CJS dist/index.js.map
|
|
13
|
-
CJS ⚡️ Build success in
|
|
14
|
-
ESM dist/esm/index.js 119.
|
|
15
|
-
ESM dist/esm/index.js.map 337.
|
|
16
|
-
ESM ⚡️ Build success in
|
|
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
|
|
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
|
|
21
|
+
Done in 15.25s.
|
package/CHANGELOG.md
CHANGED
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
|
|
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";
|