@geomak/ui 7.11.0 → 7.12.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
@@ -1610,6 +1610,9 @@ input:autofill,
1610
1610
  .max-w-\[12rem\] {
1611
1611
  max-width: 12rem;
1612
1612
  }
1613
+ .max-w-\[160px\] {
1614
+ max-width: 160px;
1615
+ }
1613
1616
  .max-w-\[16rem\] {
1614
1617
  max-width: 16rem;
1615
1618
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.11.0",
3
+ "version": "7.12.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",