@geomak/ui 7.12.0 → 7.13.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
@@ -1753,6 +1753,9 @@ input:autofill,
1753
1753
  .cursor-copy {
1754
1754
  cursor: copy;
1755
1755
  }
1756
+ .cursor-default {
1757
+ cursor: default;
1758
+ }
1756
1759
  .cursor-not-allowed {
1757
1760
  cursor: not-allowed;
1758
1761
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.12.0",
3
+ "version": "7.13.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",