@semiont/react-ui 0.2.35-build.100 → 0.2.35-build.102

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 (71) hide show
  1. package/dist/{EventBusContext-DMI4uwYk.d.mts → EventBusContext-BsIUjdWP.d.mts} +4 -4
  2. package/dist/{PdfAnnotationCanvas.client-HNYRKFDS.mjs → PdfAnnotationCanvas.client-COQREPXU.mjs} +7 -7
  3. package/dist/PdfAnnotationCanvas.client-COQREPXU.mjs.map +1 -0
  4. package/dist/{chunk-YI5IX5ZA.mjs → chunk-2HGWOLVN.mjs} +1 -1
  5. package/dist/{chunk-YI5IX5ZA.mjs.map → chunk-2HGWOLVN.mjs.map} +1 -1
  6. package/dist/{chunk-MWQ5CNKW.mjs → chunk-ZPV43WN2.mjs} +11 -11
  7. package/dist/chunk-ZPV43WN2.mjs.map +1 -0
  8. package/dist/index.d.mts +169 -165
  9. package/dist/index.mjs +316 -312
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/test-utils.d.mts +2 -2
  12. package/dist/test-utils.mjs +1 -1
  13. package/package.json +1 -1
  14. package/src/components/AnnotateReferencesProgressWidget.tsx +5 -5
  15. package/src/components/CodeMirrorRenderer.tsx +5 -5
  16. package/src/components/Toolbar.tsx +2 -2
  17. package/src/components/annotation/AnnotateToolbar.tsx +9 -9
  18. package/src/components/annotation/__tests__/AnnotateToolbar.test.tsx +17 -17
  19. package/src/components/image-annotation/AnnotationOverlay.tsx +10 -10
  20. package/src/components/image-annotation/SvgDrawingCanvas.tsx +4 -4
  21. package/src/components/navigation/CollapsibleResourceNavigation.tsx +7 -7
  22. package/src/components/navigation/ObservableLink.tsx +3 -3
  23. package/src/components/navigation/SimpleNavigation.tsx +2 -2
  24. package/src/components/pdf-annotation/PdfAnnotationCanvas.tsx +8 -8
  25. package/src/components/resource/AnnotateView.tsx +12 -12
  26. package/src/components/resource/BrowseView.tsx +9 -9
  27. package/src/components/resource/ResourceViewer.tsx +23 -23
  28. package/src/components/resource/__tests__/BrowseView.test.tsx +27 -27
  29. package/src/components/resource/__tests__/ResourceViewer.mode-switch.test.tsx +1 -1
  30. package/src/components/resource/panels/AssessmentEntry.tsx +2 -2
  31. package/src/components/resource/panels/AssessmentPanel.tsx +7 -7
  32. package/src/components/resource/panels/AssistSection.tsx +5 -5
  33. package/src/components/resource/panels/CommentEntry.tsx +2 -2
  34. package/src/components/resource/panels/CommentsPanel.tsx +7 -7
  35. package/src/components/resource/panels/HighlightEntry.tsx +2 -2
  36. package/src/components/resource/panels/HighlightPanel.tsx +5 -5
  37. package/src/components/resource/panels/ReferenceEntry.tsx +8 -8
  38. package/src/components/resource/panels/ReferencesPanel.tsx +10 -10
  39. package/src/components/resource/panels/ResourceInfoPanel.tsx +6 -6
  40. package/src/components/resource/panels/TagEntry.tsx +2 -2
  41. package/src/components/resource/panels/TaggingPanel.tsx +8 -8
  42. package/src/components/resource/panels/UnifiedAnnotationsPanel.tsx +2 -2
  43. package/src/components/resource/panels/__tests__/AssessmentPanel.test.tsx +4 -4
  44. package/src/components/resource/panels/__tests__/AssistSection.test.tsx +4 -4
  45. package/src/components/resource/panels/__tests__/CommentEntry.test.tsx +8 -8
  46. package/src/components/resource/panels/__tests__/CommentsPanel.test.tsx +3 -3
  47. package/src/components/resource/panels/__tests__/HighlightPanel.annotationProgress.test.tsx +1 -1
  48. package/src/components/resource/panels/__tests__/ReferencesPanel.test.tsx +3 -3
  49. package/src/components/resource/panels/__tests__/ResourceInfoPanel.test.tsx +9 -9
  50. package/src/components/resource/panels/__tests__/TaggingPanel.test.tsx +5 -5
  51. package/src/features/admin-devops/components/AdminDevOpsPage.tsx +2 -1
  52. package/src/features/admin-security/components/AdminSecurityPage.tsx +2 -1
  53. package/src/features/admin-users/components/AdminUsersPage.tsx +2 -1
  54. package/src/features/moderate-entity-tags/components/EntityTagsPage.tsx +2 -1
  55. package/src/features/moderate-recent/components/RecentDocumentsPage.tsx +2 -1
  56. package/src/features/moderate-tag-schemas/components/TagSchemasPage.tsx +2 -1
  57. package/src/features/resource-compose/components/ResourceComposePage.tsx +2 -1
  58. package/src/features/resource-discovery/components/ResourceDiscoveryPage.tsx +2 -1
  59. package/src/features/resource-viewer/__tests__/AnnotationCreationPending.test.tsx +26 -26
  60. package/src/features/resource-viewer/__tests__/AnnotationDeletionIntegration.test.tsx +21 -21
  61. package/src/features/resource-viewer/__tests__/AnnotationProgressDismissal.test.tsx +23 -23
  62. package/src/features/resource-viewer/__tests__/{ResolutionFlowIntegration.test.tsx → BindFlowIntegration.test.tsx} +49 -49
  63. package/src/features/resource-viewer/__tests__/DetectionFlowBug.test.tsx +18 -18
  64. package/src/features/resource-viewer/__tests__/DetectionFlowIntegration.test.tsx +19 -19
  65. package/src/features/resource-viewer/__tests__/ResourceMutations.test.tsx +19 -19
  66. package/src/features/resource-viewer/__tests__/ToastNotifications.test.tsx +13 -13
  67. package/src/features/resource-viewer/__tests__/{GenerationFlowIntegration.test.tsx → YieldFlowIntegration.test.tsx} +34 -34
  68. package/src/features/resource-viewer/__tests__/annotation-progress-flow.test.tsx +11 -11
  69. package/src/features/resource-viewer/components/ResourceViewerPage.tsx +55 -55
  70. package/dist/PdfAnnotationCanvas.client-HNYRKFDS.mjs.map +0 -1
  71. package/dist/chunk-MWQ5CNKW.mjs.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.