@versini/ui-styles 8.3.2 → 8.3.4

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.
@@ -40,6 +40,7 @@ export default {
40
40
  "surface-darker": colors.slate[900],
41
41
  "surface-dark": colors.slate[700],
42
42
  "surface-medium": colors.slate[500],
43
+ "surface-medium-light": colors.slate[400],
43
44
  "surface-light": colors.slate[300],
44
45
  "surface-lighter": colors.slate[200],
45
46
  "surface-lightest": colors.slate[100],
@@ -140,5 +141,7 @@ export default {
140
141
 
141
142
  "table-active-light": colors.red[700],
142
143
  "table-active-dark": colors.red[500],
144
+
145
+ "table-medium": colors.gray[500],
143
146
  },
144
147
  };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-styles v8.3.2
2
+ @versini/ui-styles v8.3.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -13,19 +13,6 @@ import colors from "tailwindcss/colors";
13
13
 
14
14
 
15
15
  /* export default */ const spinner = ({
16
- /**
17
- * Spin animation for circular spinner.
18
- * This ensures the animation is always available even if Tailwind's
19
- * default keyframes are not generated (e.g., due to CSS purging or
20
- * class scanning issues in consuming apps).
21
- */ "@keyframes spin": {
22
- to: {
23
- transform: "rotate(360deg)"
24
- }
25
- },
26
- ".animate-spin": {
27
- animation: "spin 1s linear infinite"
28
- },
29
16
  /**
30
17
  * Blink animation for dots spinner.
31
18
  */ "@keyframes blink": {
@@ -165,6 +152,7 @@ const accentColor = colors.violet["300"];
165
152
  "surface-darker": colors.slate["900"],
166
153
  "surface-dark": colors.slate["700"],
167
154
  "surface-medium": colors.slate["500"],
155
+ "surface-medium-light": colors.slate["400"],
168
156
  "surface-light": colors.slate["300"],
169
157
  "surface-lighter": colors.slate["200"],
170
158
  "surface-lightest": colors.slate["100"],
@@ -242,7 +230,8 @@ const accentColor = colors.violet["300"];
242
230
  "table-light-odd": colors.gray["200"],
243
231
  "table-light-even": colors.gray["300"],
244
232
  "table-active-light": colors.red["700"],
245
- "table-active-dark": colors.red["500"]
233
+ "table-active-dark": colors.red["500"],
234
+ "table-medium": colors.gray["500"]
246
235
  }
247
236
  });
248
237
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "8.3.2",
3
+ "version": "8.3.4",
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": "405b6e7a94a3a17e71f7e49c2456bca4c127832c"
52
+ "gitHead": "44e35ba9a6b530b1b6c7ef9113a0267890364311"
53
53
  }