@versini/ui-styles 8.3.4 → 8.4.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.
@@ -13,6 +13,7 @@ export default {
13
13
  */
14
14
  "action-dark": colors.slate[600],
15
15
  "action-dark-hover": colors.slate[700],
16
+ "action-darker-hover": colors.slate[800],
16
17
  "action-dark-active": colors.slate[800],
17
18
 
18
19
  "action-light": accentColor,
@@ -118,6 +119,9 @@ export default {
118
119
  */
119
120
  "focus-dark": colors.slate[400],
120
121
  "focus-light": colors.slate[400],
122
+
123
+ "focus-medium": colors.slate[500],
124
+
121
125
  "focus-error-dark": colors.red[700],
122
126
  "focus-error-light": errorColorLight,
123
127
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-styles v8.3.4
2
+ @versini/ui-styles v8.4.1
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -92,7 +92,6 @@ import colors from "tailwindcss/colors";
92
92
  "@versini/ui-card",
93
93
  "@versini/ui-datagrid",
94
94
  "@versini/ui-debug-overlay",
95
- "@versini/ui-dialog",
96
95
  "@versini/ui-dropdown",
97
96
  "@versini/ui-fingerprint",
98
97
  "@versini/ui-footer",
@@ -106,7 +105,6 @@ import colors from "tailwindcss/colors";
106
105
  "@versini/ui-spinner",
107
106
  "@versini/ui-styles",
108
107
  "@versini/ui-system",
109
- "@versini/ui-table",
110
108
  "@versini/ui-textarea",
111
109
  "@versini/ui-textinput",
112
110
  "@versini/ui-toggle",
@@ -131,6 +129,7 @@ const accentColor = colors.violet["300"];
131
129
  * @example bg-action-dark, hover:bg-action-dark-hover
132
130
  */ "action-dark": colors.slate["600"],
133
131
  "action-dark-hover": colors.slate["700"],
132
+ "action-darker-hover": colors.slate["800"],
134
133
  "action-dark-active": colors.slate["800"],
135
134
  "action-light": accentColor,
136
135
  "action-light-hover": colors.violet["400"],
@@ -213,6 +212,7 @@ const accentColor = colors.violet["300"];
213
212
  * @example outline-focus-dark, focus:ring-focus-dark
214
213
  */ "focus-dark": colors.slate["400"],
215
214
  "focus-light": colors.slate["400"],
215
+ "focus-medium": colors.slate["500"],
216
216
  "focus-error-dark": colors.red["700"],
217
217
  "focus-error-light": errorColorLight,
218
218
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "8.3.4",
3
+ "version": "8.4.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -49,5 +49,5 @@
49
49
  "devDependencies": {
50
50
  "rollup-plugin-copy": "3.5.0"
51
51
  },
52
- "gitHead": "44e35ba9a6b530b1b6c7ef9113a0267890364311"
52
+ "gitHead": "32098c9021e69e9d49f78c5c81688936d95feac6"
53
53
  }