@geomak/ui 1.6.0 → 1.6.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
@@ -724,6 +724,9 @@ video {
724
724
  .visible {
725
725
  visibility: visible;
726
726
  }
727
+ .invisible {
728
+ visibility: hidden;
729
+ }
727
730
  .static {
728
731
  position: static;
729
732
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "1.6.0",
3
+ "version": "1.6.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",