@woven-canvas/core 1.2.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.cjs +2 -2
- package/build/index.cjs.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.cjs
CHANGED
|
@@ -1881,7 +1881,7 @@ var CursorKind = /* @__PURE__ */ ((CursorKind2) => {
|
|
|
1881
1881
|
return CursorKind2;
|
|
1882
1882
|
})(CursorKind || {});
|
|
1883
1883
|
var DRAG_SVG = `
|
|
1884
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.94 33.94">
|
|
1884
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 33.94 33.94">
|
|
1885
1885
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
|
1886
1886
|
<path d="M25.46,14.14l2.83,2.83-2.83,2.83"/>
|
|
1887
1887
|
<path d="M19.8,16.97h8.49"/>
|
|
@@ -1908,7 +1908,7 @@ function makeResizeSvg(rotateZ) {
|
|
|
1908
1908
|
function makeRotateSvg(rotateZ) {
|
|
1909
1909
|
const degrees = rotateZ * 180 / Math.PI;
|
|
1910
1910
|
return `
|
|
1911
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 34 34"
|
|
1911
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="-10 -10 34 34"
|
|
1912
1912
|
fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
|
1913
1913
|
<g transform="rotate(${degrees} 8 8)">
|
|
1914
1914
|
<path d="M1,14.76l4,4,4-4"/>
|