@annotorious/react 3.0.0-rc.4 → 3.0.0-rc.5

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.
@@ -1,4 +1,4 @@
1
- import { DEFAULT_PALETTE as t } from "./annotorious-react.es34.js";
1
+ import { DEFAULT_PALETTE as t } from "./annotorious-react.es36.js";
2
2
  const l = () => {
3
3
  const o = [...t];
4
4
  return { assignRandomColor: () => {
@@ -1,5 +1,5 @@
1
1
  import { nanoid as v } from "./annotorious-react.es33.js";
2
- import { createNanoEvents as p } from "./annotorious-react.es35.js";
2
+ import { createNanoEvents as p } from "./annotorious-react.es37.js";
3
3
  import { createDefaultAppearenceProvider as E } from "./annotorious-react.es12.js";
4
4
  const w = (c, r) => c.every((o) => c.includes(o)) && r.every((o) => c.includes(o)), P = v(), y = (c = E()) => {
5
5
  const r = p(), o = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), m = (t, e) => {
@@ -1,4 +1,4 @@
1
- import c from "./annotorious-react.es36.js";
1
+ import c from "./annotorious-react.es34.js";
2
2
  const s = (t) => {
3
3
  const { creator: e, updatedBy: r } = t.target, o = t.bodies.reduce((a, d) => [...a, d.creator, d.updatedBy], []);
4
4
  return [
@@ -1,4 +1,4 @@
1
- import { dequal as s } from "./annotorious-react.es37.js";
1
+ import { dequal as s } from "./annotorious-react.es35.js";
2
2
  const r = (t, d) => {
3
3
  const o = new Set(t.bodies.map((e) => e.id));
4
4
  return d.bodies.filter((e) => !o.has(e.id));