@geomak/ui 7.7.4 → 7.8.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
@@ -1367,6 +1367,9 @@ input:autofill,
1367
1367
  .max-h-\[calc\(100vh-2rem\)\] {
1368
1368
  max-height: calc(100vh - 2rem);
1369
1369
  }
1370
+ .min-h-0 {
1371
+ min-height: 0px;
1372
+ }
1370
1373
  .min-h-\[200px\] {
1371
1374
  min-height: 200px;
1372
1375
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.7.4",
3
+ "version": "7.8.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",
@@ -70,7 +70,10 @@
70
70
  "@radix-ui/react-toggle": "^1.1.9",
71
71
  "@radix-ui/react-toggle-group": "^1.1.11",
72
72
  "@radix-ui/react-tooltip": "^1.2.7",
73
- "framer-motion": "^12.40.0"
73
+ "framer-motion": "^12.40.0",
74
+ "jspdf": "^4.2.1",
75
+ "pdfjs-dist": "^6.0.227",
76
+ "xlsx": "^0.18.5"
74
77
  },
75
78
  "peerDependencies": {
76
79
  "react": "^19.0.0",