@geomak/ui 7.5.2 → 7.6.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/styles.css CHANGED
@@ -2193,6 +2193,18 @@ input:autofill,
2193
2193
  .border-t-current {
2194
2194
  border-top-color: currentColor;
2195
2195
  }
2196
+ .bg-\[color-mix\(in_srgb\2c var\(--color-error\)_12\%\2c transparent\)\] {
2197
+ background-color: color-mix(in srgb,var(--color-error) 12%,transparent);
2198
+ }
2199
+ .bg-\[color-mix\(in_srgb\2c var\(--color-info\)_12\%\2c transparent\)\] {
2200
+ background-color: color-mix(in srgb,var(--color-info) 12%,transparent);
2201
+ }
2202
+ .bg-\[color-mix\(in_srgb\2c var\(--color-success\)_12\%\2c transparent\)\] {
2203
+ background-color: color-mix(in srgb,var(--color-success) 12%,transparent);
2204
+ }
2205
+ .bg-\[color-mix\(in_srgb\2c var\(--color-warning\)_15\%\2c transparent\)\] {
2206
+ background-color: color-mix(in srgb,var(--color-warning) 15%,transparent);
2207
+ }
2196
2208
  .bg-accent {
2197
2209
  background-color: var(--color-accent);
2198
2210
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.5.2",
3
+ "version": "7.6.0",
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",