@sproutsocial/seeds-react-menu 1.8.1 → 1.8.4
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 +10 -10
- package/CHANGELOG.md +37 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +13 -13
- package/src/MenuItem/MenuItem.tsx +1 -0
- package/src/MenuItem/__tests__/MenuItem.test.tsx +76 -0
- package/src/MenuRoot/__tests__/MenuRoot.test.tsx +11 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,22 +8,22 @@ $ tsup --dts
|
|
|
8
8
|
[34mCLI[39m Cleaning output folder
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
10
|
[34mESM[39m Build start
|
|
11
|
-
[32mCJS[39m [1mdist/index.js [22m[32m90.48 KB[39m
|
|
12
|
-
[32mCJS[39m [1mdist/v2/index.js [22m[32m71.31 KB[39m
|
|
13
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m176.30 KB[39m
|
|
14
|
-
[32mCJS[39m [1mdist/v2/index.js.map [22m[32m147.60 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in 345ms
|
|
16
|
-
[32mESM[39m [1mdist/esm/index.js [22m[32m71.37 KB[39m
|
|
17
11
|
[32mESM[39m [1mdist/esm/v2/index.js [22m[32m60.76 KB[39m
|
|
12
|
+
[32mESM[39m [1mdist/esm/index.js [22m[32m71.41 KB[39m
|
|
18
13
|
[32mESM[39m [1mdist/esm/chunk-ROQATIB7.js [22m[32m9.15 KB[39m
|
|
19
|
-
[32mESM[39m [1mdist/esm/index.js.map [22m[32m152.31 KB[39m
|
|
20
14
|
[32mESM[39m [1mdist/esm/v2/index.js.map [22m[32m127.96 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/esm/index.js.map [22m[32m152.38 KB[39m
|
|
21
16
|
[32mESM[39m [1mdist/esm/chunk-ROQATIB7.js.map [22m[32m22.93 KB[39m
|
|
22
|
-
[32mESM[39m ⚡️ Build success in
|
|
17
|
+
[32mESM[39m ⚡️ Build success in 314ms
|
|
18
|
+
[32mCJS[39m [1mdist/v2/index.js [22m[32m71.31 KB[39m
|
|
19
|
+
[32mCJS[39m [1mdist/index.js [22m[32m90.52 KB[39m
|
|
20
|
+
[32mCJS[39m [1mdist/v2/index.js.map [22m[32m147.60 KB[39m
|
|
21
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m176.37 KB[39m
|
|
22
|
+
[32mCJS[39m ⚡️ Build success in 315ms
|
|
23
23
|
[34mDTS[39m Build start
|
|
24
|
-
[32mDTS[39m ⚡️ Build success in
|
|
24
|
+
[32mDTS[39m ⚡️ Build success in 16436ms
|
|
25
25
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m39.04 KB[39m
|
|
26
26
|
[32mDTS[39m [1mdist/v2/index.d.ts [22m[32m4.87 KB[39m
|
|
27
27
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m39.04 KB[39m
|
|
28
28
|
[32mDTS[39m [1mdist/v2/index.d.mts [22m[32m4.87 KB[39m
|
|
29
|
-
Done in 17.
|
|
29
|
+
Done in 17.85s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-menu
|
|
2
2
|
|
|
3
|
+
## 1.8.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6f71236: fix(menu): add `type="button"` to MenuItem to prevent form auto-submit inside Modal V2
|
|
8
|
+
fix(modal): prevent Escape key from closing modal when a V1 Popout is open
|
|
9
|
+
|
|
10
|
+
## 1.8.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [118e300]
|
|
15
|
+
- @sproutsocial/seeds-react-theme@3.5.1
|
|
16
|
+
- @sproutsocial/seeds-react-box@1.1.13
|
|
17
|
+
- @sproutsocial/seeds-react-icon@2.2.4
|
|
18
|
+
- @sproutsocial/seeds-react-label@1.0.13
|
|
19
|
+
- @sproutsocial/seeds-react-token-input@1.4.25
|
|
20
|
+
- @sproutsocial/seeds-react-checkbox@1.3.22
|
|
21
|
+
- @sproutsocial/seeds-react-input@1.5.4
|
|
22
|
+
- @sproutsocial/seeds-react-popout@2.4.24
|
|
23
|
+
- @sproutsocial/seeds-react-button@1.3.18
|
|
24
|
+
- @sproutsocial/seeds-react-switch@1.2.21
|
|
25
|
+
- @sproutsocial/seeds-react-radio@1.3.12
|
|
26
|
+
|
|
27
|
+
## 1.8.2
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [c2f3166]
|
|
32
|
+
- @sproutsocial/seeds-react-popout@2.4.23
|
|
33
|
+
- @sproutsocial/seeds-react-icon@2.2.3
|
|
34
|
+
- @sproutsocial/seeds-react-button@1.3.17
|
|
35
|
+
- @sproutsocial/seeds-react-checkbox@1.3.21
|
|
36
|
+
- @sproutsocial/seeds-react-input@1.5.3
|
|
37
|
+
- @sproutsocial/seeds-react-switch@1.2.20
|
|
38
|
+
- @sproutsocial/seeds-react-token-input@1.4.24
|
|
39
|
+
|
|
3
40
|
## 1.8.1
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|