@sproutsocial/seeds-react-menu 1.7.5 → 1.7.6

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,22 +8,22 @@ $ tsup --dts
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.js 89.97 KB
11
+ CJS dist/index.js 89.95 KB
12
12
  CJS dist/v2/index.js 70.74 KB
13
- CJS dist/index.js.map 175.39 KB
13
+ CJS dist/index.js.map 175.36 KB
14
14
  CJS dist/v2/index.js.map 146.40 KB
15
- CJS ⚡️ Build success in 344ms
16
- ESM dist/esm/index.js 70.94 KB
15
+ CJS ⚡️ Build success in 342ms
16
+ ESM dist/esm/index.js 70.92 KB
17
17
  ESM dist/esm/v2/index.js 60.19 KB
18
18
  ESM dist/esm/chunk-ROQATIB7.js 9.15 KB
19
- ESM dist/esm/index.js.map 151.43 KB
19
+ ESM dist/esm/index.js.map 151.40 KB
20
20
  ESM dist/esm/v2/index.js.map 126.72 KB
21
21
  ESM dist/esm/chunk-ROQATIB7.js.map 22.93 KB
22
- ESM ⚡️ Build success in 344ms
22
+ ESM ⚡️ Build success in 343ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 16182ms
25
- DTS dist/index.d.ts 39.06 KB
24
+ DTS ⚡️ Build success in 15593ms
25
+ DTS dist/index.d.ts 39.04 KB
26
26
  DTS dist/v2/index.d.ts 4.87 KB
27
- DTS dist/index.d.mts 39.06 KB
27
+ DTS dist/index.d.mts 39.04 KB
28
28
  DTS dist/v2/index.d.mts 4.87 KB
29
- Done in 17.64s.
29
+ Done in 16.98s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 9811c09: Remove layout animation to make searching less crazy
8
+
3
9
  ## 1.7.5
4
10
 
5
11
  ### Patch Changes
package/dist/esm/index.js CHANGED
@@ -650,7 +650,6 @@ var menuPlacementOrigin = {
650
650
  ["right-end"]: { originX: 0, originY: 1 }
651
651
  };
652
652
  var menuAnimationConfig = {
653
- layout: true,
654
653
  variants: {
655
654
  initial: (custom = { placement: "bottom" }) => ({
656
655
  ...menuPlacementOrigin[custom.placement],