@aurora-ds/components 0.24.6 → 0.24.7

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.ts CHANGED
@@ -1530,6 +1530,11 @@ type MenuProps = {
1530
1530
  children: ReactNode;
1531
1531
  anchorOrigin?: AnchorOrigin;
1532
1532
  width?: CSSProperties['width'];
1533
+ /**
1534
+ * Désactive l'animation/transition d'apparition du menu
1535
+ * @default false
1536
+ */
1537
+ disableAnimation?: boolean;
1533
1538
  };
1534
1539
 
1535
1540
  declare const Menu: FC<MenuProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurora-ds/components",
3
- "version": "0.24.6",
3
+ "version": "0.24.7",
4
4
  "type": "module",
5
5
  "description": "Aurora DS - React Components Library",
6
6
  "main": "dist/cjs/index.js",