@geomak/ui 7.2.1 → 7.3.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
@@ -1247,6 +1247,9 @@ video {
1247
1247
  .h-4 {
1248
1248
  height: 1rem;
1249
1249
  }
1250
+ .h-40 {
1251
+ height: 10rem;
1252
+ }
1250
1253
  .h-48 {
1251
1254
  height: 12rem;
1252
1255
  }
@@ -1428,6 +1431,9 @@ video {
1428
1431
  .w-7 {
1429
1432
  width: 1.75rem;
1430
1433
  }
1434
+ .w-72 {
1435
+ width: 18rem;
1436
+ }
1431
1437
  .w-8 {
1432
1438
  width: 2rem;
1433
1439
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.2.1",
3
+ "version": "7.3.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",