@geomak/ui 7.0.1 → 7.1.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
@@ -1690,6 +1690,9 @@ video {
1690
1690
  .cursor-pointer {
1691
1691
  cursor: pointer;
1692
1692
  }
1693
+ .cursor-text {
1694
+ cursor: text;
1695
+ }
1693
1696
  .touch-none {
1694
1697
  touch-action: none;
1695
1698
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "7.0.1",
3
+ "version": "7.1.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",