@woven-canvas/core 1.3.0 → 1.3.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/build/index.js CHANGED
@@ -1722,7 +1722,7 @@ var CursorKind = /* @__PURE__ */ ((CursorKind2) => {
1722
1722
  return CursorKind2;
1723
1723
  })(CursorKind || {});
1724
1724
  var DRAG_SVG = `
1725
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.94 33.94">
1725
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 33.94 33.94">
1726
1726
  <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
1727
1727
  <path d="M25.46,14.14l2.83,2.83-2.83,2.83"/>
1728
1728
  <path d="M19.8,16.97h8.49"/>
@@ -1749,7 +1749,7 @@ function makeResizeSvg(rotateZ) {
1749
1749
  function makeRotateSvg(rotateZ) {
1750
1750
  const degrees = rotateZ * 180 / Math.PI;
1751
1751
  return `
1752
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 34 34"
1752
+ <svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="-10 -10 34 34"
1753
1753
  fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
1754
1754
  <g transform="rotate(${degrees} 8 8)">
1755
1755
  <path d="M1,14.76l4,4,4-4"/>