@versini/ui-pill 5.4.0 → 6.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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-pill v5.4.0
2
+ @versini/ui-pill v6.0.0
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -25,7 +25,7 @@ const getPillBorderClasses = ({ variant })=>{
25
25
  });
26
26
  };
27
27
  const getPillCopyClasses = ({ variant })=>{
28
- return clsx("not-prose", {
28
+ return clsx("not-plume", {
29
29
  "text-copy-information": variant === "information",
30
30
  "text-copy-warning": variant === "warning",
31
31
  "text-copy-success": variant === "success",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-pill",
3
- "version": "5.4.0",
3
+ "version": "6.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -47,5 +47,5 @@
47
47
  "sideEffects": [
48
48
  "**/*.css"
49
49
  ],
50
- "gitHead": "6f0ba5933ab114566dc2065b20ca9ffb14c5aba4"
50
+ "gitHead": "ace8376be408d1f21ced7ba7a3259891476690e4"
51
51
  }