@soomo/react-text-annotator 3.0.0-staging.19 → 3.0.0-staging.20

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 (35) hide show
  1. package/dist/react-text-annotator.es10.js +6 -1
  2. package/dist/react-text-annotator.es10.js.map +1 -1
  3. package/dist/react-text-annotator.es11.js +212 -547
  4. package/dist/react-text-annotator.es11.js.map +1 -1
  5. package/dist/react-text-annotator.es12.js +535 -444
  6. package/dist/react-text-annotator.es12.js.map +1 -1
  7. package/dist/react-text-annotator.es13.js +488 -2
  8. package/dist/react-text-annotator.es13.js.map +1 -1
  9. package/dist/react-text-annotator.es14.js +2 -35
  10. package/dist/react-text-annotator.es14.js.map +1 -1
  11. package/dist/react-text-annotator.es15.js +24 -888
  12. package/dist/react-text-annotator.es15.js.map +1 -1
  13. package/dist/react-text-annotator.es16.js +891 -220
  14. package/dist/react-text-annotator.es16.js.map +1 -1
  15. package/dist/react-text-annotator.es18.js +2 -114
  16. package/dist/react-text-annotator.es18.js.map +1 -1
  17. package/dist/react-text-annotator.es19.js +2 -309
  18. package/dist/react-text-annotator.es19.js.map +1 -1
  19. package/dist/react-text-annotator.es2.js +1 -1
  20. package/dist/react-text-annotator.es20.js +109 -53
  21. package/dist/react-text-annotator.es20.js.map +1 -1
  22. package/dist/react-text-annotator.es21.js +306 -17
  23. package/dist/react-text-annotator.es21.js.map +1 -1
  24. package/dist/react-text-annotator.es22.js +58 -2
  25. package/dist/react-text-annotator.es22.js.map +1 -1
  26. package/dist/react-text-annotator.es23.js +20 -2
  27. package/dist/react-text-annotator.es23.js.map +1 -1
  28. package/dist/react-text-annotator.es25.js +1 -1
  29. package/dist/react-text-annotator.es25.js.map +1 -1
  30. package/dist/react-text-annotator.es5.js +2 -1
  31. package/dist/react-text-annotator.es5.js.map +1 -1
  32. package/dist/react-text-annotator.es6.js +60 -60
  33. package/dist/react-text-annotator.es6.js.map +1 -1
  34. package/dist/react-text-annotator.es7.js +3 -3
  35. package/package.json +8 -8
@@ -1,6 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { useLayoutEffect, useEffect } from "react";
3
- import { useFloating as useFloating$1 } from "./react-text-annotator.es16.js";
3
+ import { useFloating as useFloating$1 } from "./react-text-annotator.es11.js";
4
+ import { autoPlacement, inline, offset, shift } from "./react-text-annotator.es11.js";
4
5
  import { isElement } from "./react-text-annotator.es17.js";
5
6
  import { getOverflowAncestors } from "./react-text-annotator.es17.js";
6
7
  import "react-dom";
@@ -220,7 +221,11 @@ function useFloating(options) {
220
221
  }), [position, refs, elements, context]);
221
222
  }
222
223
  export {
224
+ autoPlacement,
223
225
  getOverflowAncestors,
226
+ inline,
227
+ offset,
228
+ shift,
224
229
  useFloating,
225
230
  useFloatingParentNodeId,
226
231
  useFloatingRootContext,