@versini/ui-panel 8.0.3 → 8.0.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
- @versini/ui-panel v8.0.3
2
+ @versini/ui-panel v8.0.4
3
3
  © 2025 gizmette.com
4
4
  */
5
5
  try {
6
6
  if (!window.__VERSINI_UI_PANEL__) {
7
7
  window.__VERSINI_UI_PANEL__ = {
8
- version: "8.0.3",
9
- buildTime: "12/18/2025 01:20 PM EST",
8
+ version: "8.0.4",
9
+ buildTime: "12/18/2025 02:05 PM EST",
10
10
  homepage: "https://www.npmjs.com/package/@versini/ui-panel",
11
11
  license: "MIT",
12
12
  };
@@ -417,7 +417,7 @@ const NONE = "none";
417
417
  // Panel: full screen on mobile, centered on desktop
418
418
  "inset-0 m-0 sm:inset-auto sm:inset-x-0 sm:top-1/2 sm:-translate-y-1/2 sm:mx-auto": !isMessageBox,
419
419
  // MessageBox: always centered at all breakpoints
420
- "inset-auto inset-x-0 top-1/2 -translate-y-1/2 mx-auto": isMessageBox
420
+ "inset-auto inset-x-0 top-1/2 -translate-y-1/2 mx-auto z-100": isMessageBox
421
421
  }, /**
422
422
  * Backdrop styling via Tailwind's backdrop: variant for ::backdrop
423
423
  * pseudo-element. Full black on mobile, 80% opacity on desktop (matches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -52,5 +52,5 @@
52
52
  "sideEffects": [
53
53
  "**/*.css"
54
54
  ],
55
- "gitHead": "85dddca8a2963c870561074ab749741649d1d989"
55
+ "gitHead": "1b9898aff5cad941492735a520a6940ab89712b3"
56
56
  }