@versini/ui-panel 8.1.0 → 8.1.1

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 -4
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-panel v8.1.0
2
+ @versini/ui-panel v8.1.1
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -30,7 +30,7 @@ const NONE = "none";
30
30
 
31
31
  ;// CONCATENATED MODULE: ../ui-modal/dist/index.js
32
32
  /*!
33
- @versini/ui-modal v3.3.0
33
+ @versini/ui-modal v3.3.1
34
34
  © 2025 gizmette.com
35
35
  */
36
36
 
@@ -180,7 +180,6 @@ const Modal_ModalClose = /*#__PURE__*/ forwardRef(function ModalClose(props, ref
180
180
  })
181
181
  });
182
182
  });
183
- // force new release
184
183
  /* v8 ignore start */ /* v8 ignore stop */
185
184
 
186
185
  ;// CONCATENATED MODULE: ./src/components/Panel/utilities.ts
@@ -392,7 +391,6 @@ const Panel = ({ open, onOpenChange, title, children, footer, borderMode = "ligh
392
391
  };
393
392
 
394
393
  ;// CONCATENATED MODULE: ./src/components/index.ts
395
- // force new release
396
394
 
397
395
 
398
396
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
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",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@testing-library/jest-dom": "6.9.1",
46
- "@versini/ui-modal": "3.3.0"
46
+ "@versini/ui-modal": "3.3.1"
47
47
  },
48
48
  "dependencies": {
49
49
  "@tailwindcss/typography": "0.5.19",
@@ -53,5 +53,5 @@
53
53
  "sideEffects": [
54
54
  "**/*.css"
55
55
  ],
56
- "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
56
+ "gitHead": "a3730974df8fcea3c016bd83844c4243dbb10208"
57
57
  }