@versini/ui-menu 6.7.0 → 6.8.0

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-menu v6.7.0
2
+ @versini/ui-menu v6.8.0
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -359,7 +359,7 @@ const getMenuClasses = ({ isSub, noBackdrop = false })=>{
359
359
  return clsx("bg-surface-light", "rounded-md", "outline-hidden", "p-1", {
360
360
  "z-100 plume plume-dark": !isSub,
361
361
  "z-60 mx-3": isSub,
362
- "backdrop:bg-black/40": !noBackdrop && !isSub
362
+ "av-backdrop-animate": !noBackdrop && !isSub
363
363
  });
364
364
  };
365
365
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-menu",
3
- "version": "6.7.0",
3
+ "version": "6.8.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -49,5 +49,5 @@
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "406f1d65fb345dc0b6814fbd965584996d63d98b"
52
+ "gitHead": "73c5790eea7f907f78dc530236ecd5984f0b6551"
53
53
  }