@versini/ui-styles 9.2.1 → 9.3.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.
@@ -75,6 +75,7 @@ export default {
75
75
  "copy-error": colors.red[800],
76
76
  "copy-error-dark": colors.red[700],
77
77
  "copy-error-light": colors.red[500],
78
+ "copy-error-lighter": colors.red[300],
78
79
 
79
80
  "copy-success": colors.green[800],
80
81
  "copy-success-light": colors.green[500],
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-styles v9.2.1
2
+ @versini/ui-styles v9.3.0
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -96,7 +96,7 @@ import colors from "tailwindcss/colors";
96
96
  /**
97
97
  * This file was automatically generated.
98
98
  * Please do not edit manually.
99
- * Last update: 2026-03-09T19:27:32.547Z
99
+ * Last update: 2026-03-14T18:20:10.924Z
100
100
  *
101
101
  * To update this file, run `npm run build:list`.
102
102
  *
@@ -196,6 +196,7 @@ const accentColor = colors.violet["300"];
196
196
  "copy-error": colors.red["800"],
197
197
  "copy-error-dark": colors.red["700"],
198
198
  "copy-error-light": colors.red["500"],
199
+ "copy-error-lighter": colors.red["300"],
199
200
  "copy-success": colors.green["800"],
200
201
  "copy-success-light": colors.green["500"],
201
202
  "copy-information": colors.violet["800"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "9.2.1",
3
+ "version": "9.3.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -50,5 +50,5 @@
50
50
  "devDependencies": {
51
51
  "rollup-plugin-copy": "3.5.0"
52
52
  },
53
- "gitHead": "16a8cc24a5f1fd3b8531d026b7efcf5f304b2046"
53
+ "gitHead": "98be8f97ea1c7b1e08d01eaaa121e56dec2b5873"
54
54
  }