@soomo/react-text-annotator 3.2.0-staging.2 → 3.2.0-staging.4

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 (30) hide show
  1. package/dist/react-text-annotator.css +1 -1
  2. package/dist/react-text-annotator.es13.js +1573 -431
  3. package/dist/react-text-annotator.es13.js.map +1 -1
  4. package/dist/react-text-annotator.es14.js +9 -1642
  5. package/dist/react-text-annotator.es14.js.map +1 -1
  6. package/dist/react-text-annotator.es16.js +607 -0
  7. package/dist/react-text-annotator.es16.js.map +1 -0
  8. package/dist/react-text-annotator.es17.js +244 -566
  9. package/dist/react-text-annotator.es17.js.map +1 -1
  10. package/dist/react-text-annotator.es18.js +471 -252
  11. package/dist/react-text-annotator.es18.js.map +1 -1
  12. package/dist/react-text-annotator.es2.js +1 -1
  13. package/dist/react-text-annotator.es25.js +124 -111
  14. package/dist/react-text-annotator.es25.js.map +1 -1
  15. package/dist/react-text-annotator.es26.js +140 -285
  16. package/dist/react-text-annotator.es26.js.map +1 -1
  17. package/dist/react-text-annotator.es27.js +296 -43
  18. package/dist/react-text-annotator.es27.js.map +1 -1
  19. package/dist/react-text-annotator.es28.js +113 -19
  20. package/dist/react-text-annotator.es28.js.map +1 -1
  21. package/dist/react-text-annotator.es29.js +287 -105
  22. package/dist/react-text-annotator.es29.js.map +1 -1
  23. package/dist/react-text-annotator.es30.js +48 -154
  24. package/dist/react-text-annotator.es30.js.map +1 -1
  25. package/dist/react-text-annotator.es31.js +19 -310
  26. package/dist/react-text-annotator.es31.js.map +1 -1
  27. package/dist/react-text-annotator.es7.js +4 -4
  28. package/package.json +2 -2
  29. package/dist/react-text-annotator.es15.js +0 -13
  30. package/dist/react-text-annotator.es15.js.map +0 -1
@@ -1,4 +1,4 @@
1
- .r6o-canvas-highlight-layer{position:fixed;top:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none}.r6o-canvas-highlight-layer.bg{mix-blend-mode:multiply;z-index:1}.r6o-annotatable .r6o-span-highlight-layer{position:absolute;top:0;left:0;width:100%;height:100%;mix-blend-mode:multiply;pointer-events:none;z-index:1}.r6o-annotatable .r6o-span-highlight-layer.hidden{display:none}.r6o-annotatable .r6o-span-highlight-layer .r6o-annotation{position:absolute;display:block;border-style:solid;border-width:0;box-sizing:content-box}.r6o-presence-layer{left:0;position:fixed;top:0;bottom:0;width:100vw;pointer-events:none}html,body{overscroll-behavior-y:none}.r6o-annotatable{position:relative;-webkit-tap-highlight-color:transparent}.r6o-annotatable.no-focus-outline{outline:none}.hovered *{cursor:pointer}*::selection,::selection{background:#0080ff2e}::-moz-selection{background:#0080ff2e}
1
+ .r6o-canvas-highlight-layer{position:fixed;top:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none}.r6o-canvas-highlight-layer.bg{mix-blend-mode:multiply;z-index:1}.r6o-annotatable .r6o-span-highlight-layer{position:absolute;top:0;left:0;width:100%;height:100%;mix-blend-mode:multiply;pointer-events:none;overflow:hidden;z-index:1}.r6o-annotatable .r6o-span-highlight-layer.hidden{display:none}.r6o-annotatable .r6o-span-highlight-layer .r6o-annotation{position:absolute;display:block;border-style:solid;border-width:0;box-sizing:content-box}.r6o-presence-layer{left:0;position:fixed;top:0;bottom:0;width:100vw;pointer-events:none}html,body{overscroll-behavior-y:none}.r6o-annotatable{position:relative;-webkit-tap-highlight-color:transparent}.r6o-annotatable.no-focus-outline{outline:none}.hovered *{cursor:pointer}*::selection,::selection{background:#0080ff2e}::-moz-selection{background:#0080ff2e}
2
2
  /*
3
3
  * Close message should be visible only to the keyboard
4
4
  * or the screen reader users as the popup behavior hint