@drawo-app/drawo 2.0.0 → 2.0.2

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/index.js CHANGED
@@ -32974,7 +32974,7 @@ const yoe = ({
32974
32974
  padding: 0,
32975
32975
  border: "none",
32976
32976
  outline: "none",
32977
- cursor: 'url("/cursors/text.svg") 12 12, auto',
32977
+ cursor: 'url("../cursors/text.svg") 12 12, auto',
32978
32978
  background: "transparent",
32979
32979
  boxShadow: "none",
32980
32980
  color: A(r.style.color),
@@ -35867,7 +35867,7 @@ const Uoe = ({
35867
35867
  },
35868
35868
  style: {
35869
35869
  display: "block",
35870
- cursor: 'url("/cursors/' + Le + '.svg")' + (["default", "pointer", "clone", "laser"].includes(Le) ? "" : ["marker", "pencil", "quill"].includes(Le) ? " -4 26" : " 12 12") + ', url("/cursors/default.svg"), auto',
35870
+ cursor: 'url("../cursors/' + Le + '.svg")' + (["default", "pointer", "clone", "laser"].includes(Le) ? "" : ["marker", "pencil", "quill"].includes(Le) ? " -4 26" : " 12 12") + ', url("../cursors/default.svg"), auto',
35871
35871
  touchAction: "none"
35872
35872
  }
35873
35873
  }