@versini/ui-panel 10.0.1 → 10.0.2

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 +3 -3
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-panel v10.0.1
2
+ @versini/ui-panel v10.0.2
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -275,7 +275,7 @@ const getPanelClassName = ({ className, kind, borderMode, animation, maxWidth =
275
275
  }),
276
276
  title: "mb-0 pt-2 pl-4 pr-2 pb-2",
277
277
  closeWrapper: "pr-[18px]",
278
- closeButton: clsx("flex items-center justify-center", "size-3", "p-1", "rounded-full", "border", "border-transparent", "text-[rgba(255,96,92,1)]", "bg-[rgba(255,96,92,1)]", "shadow-[0_0_0_0.5px_red]", "focus:outline", "focus:outline-2", "focus:outline-offset-2", "focus:outline-focus-light", "hover:text-copy-dark", "focus:text-copy-dark", "active:bg-[#ba504a]", // Extended touch target using pseudo-element
278
+ closeButton: clsx("flex items-center justify-center", "size-3", "p-1", "rounded-full", "border", "border-transparent", "cursor-pointer", "text-[rgba(255,96,92,1)]", "bg-[rgba(255,96,92,1)]", "shadow-[0_0_0_0.5px_red]", "focus:outline", "focus:outline-2", "focus:outline-offset-2", "focus:outline-focus-light", "hover:text-copy-dark", "focus:text-copy-dark", "active:bg-[#ba504a]", // Extended touch target using pseudo-element
279
279
  "relative", "before:content-['']", "before:absolute", "before:-top-4", "before:-right-4", "before:-bottom-4", "before:-left-4"),
280
280
  content: "p-4 rounded-3xl"
281
281
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@testing-library/jest-dom": "6.9.1",
46
- "@versini/ui-button": "11.3.3",
46
+ "@versini/ui-button": "11.3.4",
47
47
  "@versini/ui-system": "6.0.2",
48
48
  "@versini/ui-types": "8.3.0"
49
49
  },
@@ -58,5 +58,5 @@
58
58
  "sideEffects": [
59
59
  "**/*.css"
60
60
  ],
61
- "gitHead": "b46abc9c2e87588d6c9b438f70e68a4ffd05c28c"
61
+ "gitHead": "32b4533c580b7b6b3cd3355a9c5471e67cecb1d3"
62
62
  }