@geomak/ui 7.3.4 → 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
@@ -1336,6 +1336,9 @@ video {
1336
1336
  .max-h-\[calc\(100vh-2rem\)\] {
1337
1337
  max-height: calc(100vh - 2rem);
1338
1338
  }
1339
+ .min-h-0 {
1340
+ min-height: 0px;
1341
+ }
1339
1342
  .min-h-\[200px\] {
1340
1343
  min-height: 200px;
1341
1344
  }
@@ -1596,6 +1599,9 @@ video {
1596
1599
  .flex-1 {
1597
1600
  flex: 1 1 0%;
1598
1601
  }
1602
+ .flex-\[2\] {
1603
+ flex: 2;
1604
+ }
1599
1605
  .flex-shrink-0 {
1600
1606
  flex-shrink: 0;
1601
1607
  }
@@ -1605,6 +1611,9 @@ video {
1605
1611
  .shrink-0 {
1606
1612
  flex-shrink: 0;
1607
1613
  }
1614
+ .flex-grow {
1615
+ flex-grow: 1;
1616
+ }
1608
1617
  .grow {
1609
1618
  flex-grow: 1;
1610
1619
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.3.4",
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",