@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.
- package/dist/cli/tokens.ts +3 -0
- package/dist/index.js +5 -3
- package/package.json +2 -2
package/dist/cli/tokens.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v8.
|
|
3
|
-
©
|
|
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.
|
|
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": "
|
|
52
|
+
"gitHead": "bd6eff3f29dfa61a45b389362fff5d0e65080828"
|
|
53
53
|
}
|