@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.
package/dist/index.d.mts CHANGED
@@ -205,7 +205,6 @@ declare const menuPlacementOrigin: {
205
205
  };
206
206
  };
207
207
  declare const menuAnimationConfig: {
208
- layout: boolean;
209
208
  variants: {
210
209
  initial: (custom?: {
211
210
  placement: EnumPlacements;
package/dist/index.d.ts CHANGED
@@ -205,7 +205,6 @@ declare const menuPlacementOrigin: {
205
205
  };
206
206
  };
207
207
  declare const menuAnimationConfig: {
208
- layout: boolean;
209
208
  variants: {
210
209
  initial: (custom?: {
211
210
  placement: EnumPlacements;
package/dist/index.js CHANGED
@@ -981,7 +981,6 @@ var menuPlacementOrigin = {
981
981
  ["right-end"]: { originX: 0, originY: 1 }
982
982
  };
983
983
  var menuAnimationConfig = {
984
- layout: true,
985
984
  variants: {
986
985
  initial: (custom = { placement: "bottom" }) => ({
987
986
  ...menuPlacementOrigin[custom.placement],