@geomak/ui 5.7.0 → 5.7.1

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
@@ -1404,9 +1404,6 @@ video {
1404
1404
  .grid-cols-9 {
1405
1405
  grid-template-columns: repeat(9, minmax(0, 1fr));
1406
1406
  }
1407
- .grid-cols-\[1fr_auto\] {
1408
- grid-template-columns: 1fr auto;
1409
- }
1410
1407
  .grid-rows-1 {
1411
1408
  grid-template-rows: repeat(1, minmax(0, 1fr));
1412
1409
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "5.7.0",
3
+ "version": "5.7.1",
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",