@versini/ui-dialog 8.1.0 → 9.0.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 +1 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-dialog v8.1.0
2
+ @versini/ui-dialog v9.0.0
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -680,7 +680,6 @@ const Panel = ({ open, onOpenChange, title, children, footer, borderMode = "ligh
680
680
  };
681
681
 
682
682
  ;// CONCATENATED MODULE: ./src/components/index.ts
683
- // force new release
684
683
 
685
684
 
686
685
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-dialog",
3
- "version": "8.1.0",
3
+ "version": "9.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -23,7 +23,7 @@
23
23
  "build:js": "rslib build",
24
24
  "build:types": "echo 'Types now built with rslib'",
25
25
  "build": "npm-run-all --serial clean build:check build:js",
26
- "clean": "rimraf dist tmp",
26
+ "clean": "rimraf dist tmp coverage",
27
27
  "dev:js": "rslib build --watch",
28
28
  "dev:types": "echo 'Types now watched with rslib'",
29
29
  "dev": "rslib build --watch",
@@ -52,5 +52,5 @@
52
52
  "sideEffects": [
53
53
  "**/*.css"
54
54
  ],
55
- "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
55
+ "gitHead": "6c08c752fd230a10f88c1bf315be99d714d55b08"
56
56
  }