@versini/ui-styles 8.2.0 → 8.2.2

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.
@@ -125,12 +125,15 @@ export default {
125
125
  * @example bg-table-dark-odd
126
126
  */
127
127
  "table-head-dark": colors.gray[950],
128
+ "table-head-light": colors.gray[100],
129
+
128
130
  "table-dark": colors.gray[700],
131
+ "table-dark-hover": colors.slate[700],
129
132
  "table-dark-odd": colors.gray[800],
130
133
  "table-dark-even": colors.gray[900],
131
134
 
132
- "table-head-light": colors.gray[100],
133
135
  "table-light": colors.gray[100],
136
+ "table-light-hover": colors.slate[300],
134
137
  "table-light-odd": colors.gray[200],
135
138
  "table-light-even": colors.gray[300],
136
139
  },
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-styles v8.2.0
2
+ @versini/ui-styles v8.2.2
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -106,7 +106,6 @@ import colors from "tailwindcss/colors";
106
106
  "@versini/ui-icons",
107
107
  "@versini/ui-liveregion",
108
108
  "@versini/ui-main",
109
- "@versini/ui-modal",
110
109
  "@versini/ui-panel",
111
110
  "@versini/ui-pill",
112
111
  "@versini/ui-spinner",
@@ -227,11 +226,13 @@ const accentColor = colors.violet["300"];
227
226
  * To be used for table row and header backgrounds.
228
227
  * @example bg-table-dark-odd
229
228
  */ "table-head-dark": colors.gray["950"],
229
+ "table-head-light": colors.gray["100"],
230
230
  "table-dark": colors.gray["700"],
231
+ "table-dark-hover": colors.slate["700"],
231
232
  "table-dark-odd": colors.gray["800"],
232
233
  "table-dark-even": colors.gray["900"],
233
- "table-head-light": colors.gray["100"],
234
234
  "table-light": colors.gray["100"],
235
+ "table-light-hover": colors.slate["300"],
235
236
  "table-light-odd": colors.gray["200"],
236
237
  "table-light-even": colors.gray["300"]
237
238
  }
@@ -463,7 +464,6 @@ const typography_typography = ({ theme })=>({
463
464
  };
464
465
 
465
466
  ;// CONCATENATED MODULE: ./src/plugins/index.ts
466
- // force new release
467
467
 
468
468
 
469
469
  export { twPlugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "8.2.0",
3
+ "version": "8.2.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -28,7 +28,7 @@
28
28
  "build:types": "echo 'Types now built with rslib'",
29
29
  "build:list": "node lib/buildComponentsList.js",
30
30
  "build": "npm-run-all --serial clean build:list build:check build:js build:cli",
31
- "clean": "rimraf dist tmp",
31
+ "clean": "rimraf dist tmp coverage",
32
32
  "dev:js": "rslib build --watch",
33
33
  "dev:types": "echo 'Types now watched with rslib'",
34
34
  "dev": "rslib build --watch",
@@ -49,5 +49,5 @@
49
49
  "devDependencies": {
50
50
  "rollup-plugin-copy": "3.5.0"
51
51
  },
52
- "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
52
+ "gitHead": "04a29ca9e4e6697942e9d8414f82b65fbd38e0ab"
53
53
  }