canvu-react 0.3.32 → 0.3.34
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.cjs +247 -45
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +247 -45
- package/dist/index.js.map +1 -1
- package/dist/native.cjs +247 -45
- package/dist/native.cjs.map +1 -1
- package/dist/native.js +247 -45
- package/dist/native.js.map +1 -1
- package/dist/react.cjs +250 -48
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +250 -48
- package/dist/react.js.map +1 -1
- package/dist/realtime.cjs +2 -2
- package/dist/realtime.cjs.map +1 -1
- package/dist/realtime.js +2 -2
- package/dist/realtime.js.map +1 -1
- package/dist/tldraw.cjs +247 -45
- package/dist/tldraw.cjs.map +1 -1
- package/dist/tldraw.js +247 -45
- package/dist/tldraw.js.map +1 -1
- package/package.json +1 -1
package/dist/realtime.js
CHANGED
|
@@ -860,7 +860,7 @@ function useCanvuPluginContribution(pluginId, contribution) {
|
|
|
860
860
|
return () => unregisterContribution(pluginId);
|
|
861
861
|
}, [contribution, pluginId, registerContribution, unregisterContribution]);
|
|
862
862
|
}
|
|
863
|
-
var architecturalCloudIconPath = "
|
|
863
|
+
var architecturalCloudIconPath = "M1.5 12 A 4.94 5.23 0 0 1 9.07 6 A 4.94 5.23 0 0 1 14.93 6 A 4.94 5.23 0 0 1 22.5 12 A 4.94 5.23 0 0 1 14.93 18 A 4.94 5.23 0 0 1 9.07 18 A 4.94 5.23 0 0 1 1.5 12 Z";
|
|
864
864
|
var base = {
|
|
865
865
|
width: 20,
|
|
866
866
|
height: 20,
|
|
@@ -872,7 +872,7 @@ var base = {
|
|
|
872
872
|
strokeLinejoin: "round"
|
|
873
873
|
};
|
|
874
874
|
function IconArchitecturalCloud(props) {
|
|
875
|
-
return /* @__PURE__ */ jsx("svg", { ...base, ...props, "aria-hidden": true, children: /* @__PURE__ */ jsx("path", { d: architecturalCloudIconPath
|
|
875
|
+
return /* @__PURE__ */ jsx("svg", { ...base, ...props, "aria-hidden": true, children: /* @__PURE__ */ jsx("path", { d: architecturalCloudIconPath }) });
|
|
876
876
|
}
|
|
877
877
|
function IconLaser(props) {
|
|
878
878
|
return /* @__PURE__ */ jsxs("svg", { ...base, ...props, "aria-hidden": true, children: [
|