@versini/ui-panel 8.1.3 → 8.1.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 +2 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-panel v8.1.3
2
+ @versini/ui-panel v8.1.4
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -237,6 +237,7 @@ const Panel = ({ open, onOpenChange, title, children, footer, borderMode = "ligh
237
237
  };
238
238
 
239
239
  ;// CONCATENATED MODULE: ./src/components/index.ts
240
+ // @v8-ignore-start
240
241
 
241
242
 
242
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "8.1.3",
3
+ "version": "8.1.4",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -46,15 +46,15 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@tailwindcss/typography": "0.5.19",
49
- "@versini/ui-modal": "3.3.2",
49
+ "@versini/ui-modal": "3.3.3",
50
50
  "clsx": "2.1.1",
51
51
  "tailwindcss": "4.1.18"
52
52
  },
53
53
  "peerDependencies": {
54
- "@floating-ui/react": ">=0.27.0"
54
+ "@floating-ui/react": ">=0.27.16"
55
55
  },
56
56
  "sideEffects": [
57
57
  "**/*.css"
58
58
  ],
59
- "gitHead": "b356a479b6ee29fd3d3dbabc59658ebdac6255d1"
59
+ "gitHead": "9fedab179e688f845d193b1f0b5365639dd4beb0"
60
60
  }