@geomak/ui 7.6.1 → 7.6.3

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/styles.css CHANGED
@@ -2211,6 +2211,9 @@ input:autofill,
2211
2211
  .border-t-current {
2212
2212
  border-top-color: currentColor;
2213
2213
  }
2214
+ .bg-\[color-mix\(in_srgb\2c var\(--color-accent\)_15\%\2c transparent\)\] {
2215
+ background-color: color-mix(in srgb,var(--color-accent) 15%,transparent);
2216
+ }
2214
2217
  .bg-\[color-mix\(in_srgb\2c var\(--color-error\)_20\%\2c transparent\)\] {
2215
2218
  background-color: color-mix(in srgb,var(--color-error) 20%,transparent);
2216
2219
  }
@@ -2987,6 +2990,9 @@ input:autofill,
2987
2990
  .hover\:border-status-error:hover {
2988
2991
  border-color: var(--color-error);
2989
2992
  }
2993
+ .hover\:bg-\[color-mix\(in_srgb\2c var\(--color-accent\)_8\%\2c transparent\)\]:hover {
2994
+ background-color: color-mix(in srgb,var(--color-accent) 8%,transparent);
2995
+ }
2990
2996
  .hover\:bg-accent:hover {
2991
2997
  background-color: var(--color-accent);
2992
2998
  }
@@ -3131,6 +3137,9 @@ input:autofill,
3131
3137
  .focus-visible\:ring-offset-surface:focus-visible {
3132
3138
  --tw-ring-offset-color: var(--color-surface);
3133
3139
  }
3140
+ .active\:bg-\[color-mix\(in_srgb\2c var\(--color-accent\)_24\%\2c transparent\)\]:active {
3141
+ background-color: color-mix(in srgb,var(--color-accent) 24%,transparent);
3142
+ }
3134
3143
  .active\:bg-accent:active {
3135
3144
  background-color: var(--color-accent);
3136
3145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.6.1",
3
+ "version": "7.6.3",
4
4
  "description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
5
5
  "author": "G-MAKROGLOU",
6
6
  "license": "MIT",