@versini/ui-styles 8.2.2 → 8.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.
@@ -136,5 +136,8 @@ export default {
136
136
  "table-light-hover": colors.slate[300],
137
137
  "table-light-odd": colors.gray[200],
138
138
  "table-light-even": colors.gray[300],
139
+
140
+ "table-active-light": colors.red[700],
141
+ "table-active-dark": colors.red[500],
139
142
  },
140
143
  };
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- @versini/ui-styles v8.2.2
3
- © 2025 gizmette.com
2
+ @versini/ui-styles v8.3.0
3
+ © 2026 gizmette.com
4
4
  */
5
5
 
6
6
  import container_queries from "@tailwindcss/container-queries";
@@ -234,7 +234,9 @@ const accentColor = colors.violet["300"];
234
234
  "table-light": colors.gray["100"],
235
235
  "table-light-hover": colors.slate["300"],
236
236
  "table-light-odd": colors.gray["200"],
237
- "table-light-even": colors.gray["300"]
237
+ "table-light-even": colors.gray["300"],
238
+ "table-active-light": colors.red["700"],
239
+ "table-active-dark": colors.red["500"]
238
240
  }
239
241
  });
240
242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "8.2.2",
3
+ "version": "8.3.0",
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": "04a29ca9e4e6697942e9d8414f82b65fbd38e0ab"
52
+ "gitHead": "bd6eff3f29dfa61a45b389362fff5d0e65080828"
53
53
  }