@myoc/excalidraw 0.18.6 → 0.18.8

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.
Files changed (31) hide show
  1. package/dist/dev/{chunk-LRA2BMXO.js → chunk-J24A3ZD7.js} +17 -3
  2. package/dist/dev/chunk-J24A3ZD7.js.map +7 -0
  3. package/dist/dev/{chunk-4OALG4EH.js → chunk-KMBT3CO4.js} +2 -2
  4. package/dist/dev/{chunk-YSK5QYKJ.js → chunk-PEI7EPYO.js} +2 -1
  5. package/dist/dev/chunk-PEI7EPYO.js.map +7 -0
  6. package/dist/dev/data/{image-OTIQTZCO.js → image-J5RTIMP7.js} +3 -3
  7. package/dist/dev/index.css +31 -8
  8. package/dist/dev/index.css.map +2 -2
  9. package/dist/dev/index.js +768 -679
  10. package/dist/dev/index.js.map +3 -3
  11. package/dist/dev/locales/{en-IPMKTZRA.js → en-R455UJTM.js} +2 -2
  12. package/dist/dev/subset-shared.chunk.js +1 -1
  13. package/dist/dev/subset-worker.chunk.js +1 -1
  14. package/dist/prod/{chunk-S7PD52DD.js → chunk-H4546KRD.js} +15 -15
  15. package/dist/prod/{chunk-SNPKQ4QJ.js → chunk-IYXWN32B.js} +1 -1
  16. package/dist/prod/{chunk-HYYBIWRU.js → chunk-KZWZ7WHC.js} +1 -1
  17. package/dist/prod/data/image-AN2TITOS.js +1 -0
  18. package/dist/prod/index.css +1 -1
  19. package/dist/prod/index.js +15 -15
  20. package/dist/prod/locales/{en-3XEBA2ZW.js → en-YWERZJD6.js} +1 -1
  21. package/dist/prod/subset-shared.chunk.js +1 -1
  22. package/dist/prod/subset-worker.chunk.js +1 -1
  23. package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +1 -0
  24. package/dist/types/excalidraw/components/icons.d.ts +1 -0
  25. package/package.json +1 -1
  26. package/dist/dev/chunk-LRA2BMXO.js.map +0 -7
  27. package/dist/dev/chunk-YSK5QYKJ.js.map +0 -7
  28. package/dist/prod/data/image-TF47GACX.js +0 -1
  29. /package/dist/dev/{chunk-4OALG4EH.js.map → chunk-KMBT3CO4.js.map} +0 -0
  30. /package/dist/dev/data/{image-OTIQTZCO.js.map → image-J5RTIMP7.js.map} +0 -0
  31. /package/dist/dev/locales/{en-IPMKTZRA.js.map → en-R455UJTM.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  define_import_meta_env_default
3
- } from "./chunk-4OALG4EH.js";
3
+ } from "./chunk-KMBT3CO4.js";
4
4
  import {
5
5
  __publicField
6
6
  } from "./chunk-XDFCUUT6.js";
@@ -4460,6 +4460,19 @@ var TableCellsIcon = createIcon(
4460
4460
  ] }),
4461
4461
  tablerIconProps
4462
4462
  );
4463
+ var arrowsToEyeIcon = createIcon(
4464
+ /* @__PURE__ */ jsx(
4465
+ "svg",
4466
+ {
4467
+ stroke: "currentColor",
4468
+ fill: "currentColor",
4469
+ strokeWidth: 0.5,
4470
+ viewBox: "0 0 640 512",
4471
+ children: /* @__PURE__ */ jsx("path", { d: "M15 15C24.4 5.7 39.6 5.7 49 15l63 63L112 40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 96c0 13.3-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l38.1 0L15 49C5.7 39.6 5.7 24.4 15 15zM133.5 243.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2zM320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63 38.1 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24l0-96c0-13.3 10.7-24 24-24s24 10.7 24 24l0 38.1 63-63zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63L40 400c-13.3 0-24-10.7-24-24s10.7-24 24-24l96 0c13.3 0 24 10.7 24 24l0 96c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-38.1L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0l-63-63 0 38.1c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-96c0-13.3 10.7-24 24-24l96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-38.1 0 63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z" })
4472
+ }
4473
+ ),
4474
+ tablerIconProps
4475
+ );
4463
4476
 
4464
4477
  // ../math/src/ellipse.ts
4465
4478
  function ellipse(center, halfWidth, halfHeight) {
@@ -20013,7 +20026,7 @@ var parseFileContents = async (blob) => {
20013
20026
  let contents;
20014
20027
  if (blob.type === MIME_TYPES.png) {
20015
20028
  try {
20016
- return await (await import("./data/image-OTIQTZCO.js")).decodePngMetadata(blob);
20029
+ return await (await import("./data/image-J5RTIMP7.js")).decodePngMetadata(blob);
20017
20030
  } catch (error) {
20018
20031
  if (error.message === "INVALID") {
20019
20032
  throw new ImageSceneDataError(
@@ -20780,6 +20793,7 @@ export {
20780
20793
  cropIcon,
20781
20794
  elementLinkIcon,
20782
20795
  TableCellsIcon,
20796
+ arrowsToEyeIcon,
20783
20797
  shouldTestInside,
20784
20798
  hitElementItself,
20785
20799
  hitElementBoundingBox,
@@ -21027,4 +21041,4 @@ export {
21027
21041
  createFile,
21028
21042
  normalizeFile
21029
21043
  };
21030
- //# sourceMappingURL=chunk-LRA2BMXO.js.map
21044
+ //# sourceMappingURL=chunk-J24A3ZD7.js.map