@geomak/ui 7.4.0 → 7.4.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
@@ -1611,6 +1611,9 @@ video {
1611
1611
  .shrink-0 {
1612
1612
  flex-shrink: 0;
1613
1613
  }
1614
+ .flex-grow {
1615
+ flex-grow: 1;
1616
+ }
1614
1617
  .grow {
1615
1618
  flex-grow: 1;
1616
1619
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.4.0",
3
+ "version": "7.4.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",