@versini/ui-styles 9.0.4 → 9.0.5

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.
@@ -130,9 +130,6 @@ export default {
130
130
  * To be used for table row and header backgrounds.
131
131
  * @example bg-table-dark-odd
132
132
  */
133
- "table-head-dark": colors.gray[950],
134
- "table-head-light": colors.gray[100],
135
-
136
133
  "table-dark": colors.gray[700],
137
134
  "table-dark-hover": colors.slate[700],
138
135
  "table-dark-odd": colors.gray[800],
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-styles v9.0.4
2
+ @versini/ui-styles v9.0.5
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -92,6 +92,7 @@ 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",
95
96
  "@versini/ui-dropdown",
96
97
  "@versini/ui-fingerprint",
97
98
  "@versini/ui-footer",
@@ -220,9 +221,7 @@ const accentColor = colors.violet["300"];
220
221
  * Table tokens
221
222
  * To be used for table row and header backgrounds.
222
223
  * @example bg-table-dark-odd
223
- */ "table-head-dark": colors.gray["950"],
224
- "table-head-light": colors.gray["100"],
225
- "table-dark": colors.gray["700"],
224
+ */ "table-dark": colors.gray["700"],
226
225
  "table-dark-hover": colors.slate["700"],
227
226
  "table-dark-odd": colors.gray["800"],
228
227
  "table-dark-even": colors.gray["900"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "9.0.4",
3
+ "version": "9.0.5",
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": "9129610bbd6d91a2bc6cac41b0ccf8430a13fa41"
53
+ "gitHead": "9b19cab9b99e9bcbb39c55721bb7312408952418"
54
54
  }