@geomak/ui 7.3.0 → 7.3.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
@@ -1505,6 +1505,9 @@ video {
1505
1505
  .min-w-\[10rem\] {
1506
1506
  min-width: 10rem;
1507
1507
  }
1508
+ .min-w-\[11rem\] {
1509
+ min-width: 11rem;
1510
+ }
1508
1511
  .min-w-\[120px\] {
1509
1512
  min-width: 120px;
1510
1513
  }
@@ -2426,6 +2429,9 @@ video {
2426
2429
  .pt-1 {
2427
2430
  padding-top: 0.25rem;
2428
2431
  }
2432
+ .pt-1\.5 {
2433
+ padding-top: 0.375rem;
2434
+ }
2429
2435
  .pt-2 {
2430
2436
  padding-top: 0.5rem;
2431
2437
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.3.0",
3
+ "version": "7.3.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",