@geomak/ui 7.4.0 → 7.4.2

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
@@ -835,6 +835,10 @@ video {
835
835
  left: 0px;
836
836
  right: 0px;
837
837
  }
838
+ .inset-x-2 {
839
+ left: 0.5rem;
840
+ right: 0.5rem;
841
+ }
838
842
  .inset-y-0 {
839
843
  top: 0px;
840
844
  bottom: 0px;
@@ -860,6 +864,9 @@ video {
860
864
  .bottom-0 {
861
865
  bottom: 0px;
862
866
  }
867
+ .bottom-1 {
868
+ bottom: 0.25rem;
869
+ }
863
870
  .bottom-1\.5 {
864
871
  bottom: 0.375rem;
865
872
  }
@@ -1203,6 +1210,9 @@ video {
1203
1210
  .h-1\/2 {
1204
1211
  height: 50%;
1205
1212
  }
1213
+ .h-1\/3 {
1214
+ height: 33.333333%;
1215
+ }
1206
1216
  .h-1\/4 {
1207
1217
  height: 25%;
1208
1218
  }
@@ -1611,6 +1621,9 @@ video {
1611
1621
  .shrink-0 {
1612
1622
  flex-shrink: 0;
1613
1623
  }
1624
+ .flex-grow {
1625
+ flex-grow: 1;
1626
+ }
1614
1627
  .grow {
1615
1628
  flex-grow: 1;
1616
1629
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.4.0",
3
+ "version": "7.4.2",
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",