@veltdev/react 5.0.2-beta.14 → 5.0.2-beta.16

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 (288) hide show
  1. package/cjs/index.js +477 -8
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +5 -0
  4. package/cjs/types/components/VeltCommentDialog/VeltCommentDialog.d.ts +4 -0
  5. package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +5 -0
  6. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelCloseButton/VeltNotificationsPanelCloseButton.d.ts +5 -0
  7. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelCloseButton/index.d.ts +1 -0
  8. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContent.d.ts +5 -0
  9. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAll.d.ts +5 -0
  10. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllList.d.ts +6 -0
  11. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItem.d.ts +6 -0
  12. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemContent/VeltNotificationsPanelContentAllListItemContent.d.ts +5 -0
  13. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemContent/index.d.ts +1 -0
  14. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemLabel/VeltNotificationsPanelContentAllListItemLabel.d.ts +5 -0
  15. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemLabel/index.d.ts +1 -0
  16. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/index.d.ts +1 -0
  17. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/index.d.ts +1 -0
  18. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/index.d.ts +1 -0
  19. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAllReadContainer/VeltNotificationsPanelContentAllReadContainer.d.ts +6 -0
  20. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAllReadContainer/index.d.ts +1 -0
  21. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocuments.d.ts +5 -0
  22. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsList.d.ts +6 -0
  23. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItem.d.ts +8 -0
  24. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemContent/VeltNotificationsPanelContentDocumentsListItemContent.d.ts +5 -0
  25. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemContent/index.d.ts +1 -0
  26. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemCount/VeltNotificationsPanelContentDocumentsListItemCount.d.ts +5 -0
  27. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemCount/index.d.ts +1 -0
  28. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemName/VeltNotificationsPanelContentDocumentsListItemName.d.ts +5 -0
  29. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemName/index.d.ts +1 -0
  30. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemUnread/VeltNotificationsPanelContentDocumentsListItemUnread.d.ts +6 -0
  31. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemUnread/index.d.ts +1 -0
  32. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/index.d.ts +1 -0
  33. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/index.d.ts +1 -0
  34. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/index.d.ts +1 -0
  35. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentForYou/VeltNotificationsPanelContentForYou.d.ts +5 -0
  36. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentForYou/index.d.ts +1 -0
  37. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentList.d.ts +7 -0
  38. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItem.d.ts +7 -0
  39. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemAvatar/VeltNotificationsPanelContentListItemAvatar.d.ts +6 -0
  40. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemAvatar/index.d.ts +1 -0
  41. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemBody/VeltNotificationsPanelContentListItemBody.d.ts +6 -0
  42. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemBody/index.d.ts +1 -0
  43. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemFileName/VeltNotificationsPanelContentListItemFileName.d.ts +6 -0
  44. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemFileName/index.d.ts +1 -0
  45. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemHeadline/VeltNotificationsPanelContentListItemHeadline.d.ts +6 -0
  46. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemHeadline/index.d.ts +1 -0
  47. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemTime/VeltNotificationsPanelContentListItemTime.d.ts +6 -0
  48. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemTime/index.d.ts +1 -0
  49. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemUnread/VeltNotificationsPanelContentListItemUnread.d.ts +7 -0
  50. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemUnread/index.d.ts +1 -0
  51. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/index.d.ts +1 -0
  52. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/index.d.ts +1 -0
  53. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentLoadMore/VeltNotificationsPanelContentLoadMore.d.ts +7 -0
  54. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentLoadMore/index.d.ts +1 -0
  55. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeople.d.ts +5 -0
  56. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleList.d.ts +6 -0
  57. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItem.d.ts +7 -0
  58. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemAvatar/VeltNotificationsPanelContentPeopleListItemAvatar.d.ts +6 -0
  59. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemAvatar/index.d.ts +1 -0
  60. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemContent/VeltNotificationsPanelContentPeopleListItemContent.d.ts +6 -0
  61. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemContent/index.d.ts +1 -0
  62. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemCount/VeltNotificationsPanelContentPeopleListItemCount.d.ts +6 -0
  63. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemCount/index.d.ts +1 -0
  64. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemName/VeltNotificationsPanelContentPeopleListItemName.d.ts +6 -0
  65. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemName/index.d.ts +1 -0
  66. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/index.d.ts +1 -0
  67. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/index.d.ts +1 -0
  68. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/index.d.ts +1 -0
  69. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/index.d.ts +1 -0
  70. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeader.d.ts +5 -0
  71. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabAll/VeltNotificationsPanelHeaderTabAll.d.ts +5 -0
  72. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabAll/index.d.ts +1 -0
  73. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabDocuments/VeltNotificationsPanelHeaderTabDocuments.d.ts +5 -0
  74. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabDocuments/index.d.ts +1 -0
  75. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabForYou/VeltNotificationsPanelHeaderTabForYou.d.ts +5 -0
  76. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabForYou/index.d.ts +1 -0
  77. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabPeople/VeltNotificationsPanelHeaderTabPeople.d.ts +5 -0
  78. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabPeople/index.d.ts +1 -0
  79. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/index.d.ts +1 -0
  80. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelReadAllButton/VeltNotificationsPanelReadAllButton.d.ts +5 -0
  81. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelReadAllButton/index.d.ts +1 -0
  82. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettings.d.ts +5 -0
  83. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordion.d.ts +6 -0
  84. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContent.d.ts +6 -0
  85. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItem.d.ts +7 -0
  86. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemIcon/VeltNotificationsPanelSettingsAccordionContentItemIcon.d.ts +7 -0
  87. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemIcon/index.d.ts +1 -0
  88. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemLabel/VeltNotificationsPanelSettingsAccordionContentItemLabel.d.ts +7 -0
  89. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemLabel/index.d.ts +1 -0
  90. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/index.d.ts +1 -0
  91. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/index.d.ts +1 -0
  92. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTrigger.d.ts +6 -0
  93. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerIcon/VeltNotificationsPanelSettingsAccordionTriggerIcon.d.ts +6 -0
  94. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerIcon/index.d.ts +1 -0
  95. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerLabel/VeltNotificationsPanelSettingsAccordionTriggerLabel.d.ts +6 -0
  96. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerLabel/index.d.ts +1 -0
  97. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue.d.ts +6 -0
  98. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue/index.d.ts +1 -0
  99. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/index.d.ts +1 -0
  100. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/index.d.ts +1 -0
  101. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsBackButton/VeltNotificationsPanelSettingsBackButton.d.ts +5 -0
  102. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsBackButton/index.d.ts +1 -0
  103. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsDescription/VeltNotificationsPanelSettingsDescription.d.ts +5 -0
  104. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsDescription/index.d.ts +1 -0
  105. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsFooter/VeltNotificationsPanelSettingsFooter.d.ts +5 -0
  106. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsFooter/index.d.ts +1 -0
  107. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeader.d.ts +5 -0
  108. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeaderTitle/VeltNotificationsPanelSettingsHeaderTitle.d.ts +5 -0
  109. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeaderTitle/index.d.ts +1 -0
  110. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/index.d.ts +1 -0
  111. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsList/VeltNotificationsPanelSettingsList.d.ts +5 -0
  112. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsList/index.d.ts +1 -0
  113. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllDescription/VeltNotificationsPanelSettingsMuteAllDescription.d.ts +5 -0
  114. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllDescription/index.d.ts +1 -0
  115. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllTitle/VeltNotificationsPanelSettingsMuteAllTitle.d.ts +5 -0
  116. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllTitle/index.d.ts +1 -0
  117. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllToggle/VeltNotificationsPanelSettingsMuteAllToggle.d.ts +5 -0
  118. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllToggle/index.d.ts +1 -0
  119. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsTitle/VeltNotificationsPanelSettingsTitle.d.ts +5 -0
  120. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsTitle/index.d.ts +1 -0
  121. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/index.d.ts +1 -0
  122. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettingsButton/VeltNotificationsPanelSettingsButton.d.ts +5 -0
  123. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettingsButton/index.d.ts +1 -0
  124. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSkeleton/VeltNotificationsPanelSkeleton.d.ts +6 -0
  125. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSkeleton/index.d.ts +1 -0
  126. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitle.d.ts +5 -0
  127. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitleText/VeltNotificationsPanelTitleText.d.ts +5 -0
  128. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitleText/index.d.ts +1 -0
  129. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/index.d.ts +1 -0
  130. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelViewAllButton/VeltNotificationsPanelViewAllButton.d.ts +5 -0
  131. package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelViewAllButton/index.d.ts +1 -0
  132. package/cjs/types/components/VeltNotificationsPanel/index.d.ts +63 -0
  133. package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolIcon/VeltNotificationsToolIcon.d.ts +5 -0
  134. package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolIcon/index.d.ts +1 -0
  135. package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolLabel/VeltNotificationsToolLabel.d.ts +5 -0
  136. package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolLabel/index.d.ts +1 -0
  137. package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadCount/VeltNotificationsToolUnreadCount.d.ts +5 -0
  138. package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadCount/index.d.ts +1 -0
  139. package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadIcon/VeltNotificationsToolUnreadIcon.d.ts +5 -0
  140. package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadIcon/index.d.ts +1 -0
  141. package/cjs/types/components/VeltNotificationsTool/index.d.ts +4 -0
  142. package/cjs/types/components/index.d.ts +67 -0
  143. package/cjs/types/constants.d.ts +1 -1
  144. package/esm/index.js +411 -9
  145. package/esm/index.js.map +1 -1
  146. package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +5 -0
  147. package/esm/types/components/VeltCommentDialog/VeltCommentDialog.d.ts +4 -0
  148. package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +5 -0
  149. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelCloseButton/VeltNotificationsPanelCloseButton.d.ts +5 -0
  150. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelCloseButton/index.d.ts +1 -0
  151. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContent.d.ts +5 -0
  152. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAll.d.ts +5 -0
  153. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllList.d.ts +6 -0
  154. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItem.d.ts +6 -0
  155. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemContent/VeltNotificationsPanelContentAllListItemContent.d.ts +5 -0
  156. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemContent/index.d.ts +1 -0
  157. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemLabel/VeltNotificationsPanelContentAllListItemLabel.d.ts +5 -0
  158. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemLabel/index.d.ts +1 -0
  159. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/index.d.ts +1 -0
  160. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/index.d.ts +1 -0
  161. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/index.d.ts +1 -0
  162. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAllReadContainer/VeltNotificationsPanelContentAllReadContainer.d.ts +6 -0
  163. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAllReadContainer/index.d.ts +1 -0
  164. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocuments.d.ts +5 -0
  165. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsList.d.ts +6 -0
  166. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItem.d.ts +8 -0
  167. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemContent/VeltNotificationsPanelContentDocumentsListItemContent.d.ts +5 -0
  168. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemContent/index.d.ts +1 -0
  169. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemCount/VeltNotificationsPanelContentDocumentsListItemCount.d.ts +5 -0
  170. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemCount/index.d.ts +1 -0
  171. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemName/VeltNotificationsPanelContentDocumentsListItemName.d.ts +5 -0
  172. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemName/index.d.ts +1 -0
  173. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemUnread/VeltNotificationsPanelContentDocumentsListItemUnread.d.ts +6 -0
  174. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemUnread/index.d.ts +1 -0
  175. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/index.d.ts +1 -0
  176. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/index.d.ts +1 -0
  177. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/index.d.ts +1 -0
  178. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentForYou/VeltNotificationsPanelContentForYou.d.ts +5 -0
  179. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentForYou/index.d.ts +1 -0
  180. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentList.d.ts +7 -0
  181. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItem.d.ts +7 -0
  182. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemAvatar/VeltNotificationsPanelContentListItemAvatar.d.ts +6 -0
  183. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemAvatar/index.d.ts +1 -0
  184. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemBody/VeltNotificationsPanelContentListItemBody.d.ts +6 -0
  185. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemBody/index.d.ts +1 -0
  186. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemFileName/VeltNotificationsPanelContentListItemFileName.d.ts +6 -0
  187. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemFileName/index.d.ts +1 -0
  188. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemHeadline/VeltNotificationsPanelContentListItemHeadline.d.ts +6 -0
  189. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemHeadline/index.d.ts +1 -0
  190. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemTime/VeltNotificationsPanelContentListItemTime.d.ts +6 -0
  191. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemTime/index.d.ts +1 -0
  192. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemUnread/VeltNotificationsPanelContentListItemUnread.d.ts +7 -0
  193. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemUnread/index.d.ts +1 -0
  194. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/index.d.ts +1 -0
  195. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/index.d.ts +1 -0
  196. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentLoadMore/VeltNotificationsPanelContentLoadMore.d.ts +7 -0
  197. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentLoadMore/index.d.ts +1 -0
  198. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeople.d.ts +5 -0
  199. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleList.d.ts +6 -0
  200. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItem.d.ts +7 -0
  201. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemAvatar/VeltNotificationsPanelContentPeopleListItemAvatar.d.ts +6 -0
  202. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemAvatar/index.d.ts +1 -0
  203. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemContent/VeltNotificationsPanelContentPeopleListItemContent.d.ts +6 -0
  204. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemContent/index.d.ts +1 -0
  205. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemCount/VeltNotificationsPanelContentPeopleListItemCount.d.ts +6 -0
  206. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemCount/index.d.ts +1 -0
  207. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemName/VeltNotificationsPanelContentPeopleListItemName.d.ts +6 -0
  208. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemName/index.d.ts +1 -0
  209. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/index.d.ts +1 -0
  210. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/index.d.ts +1 -0
  211. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/index.d.ts +1 -0
  212. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/index.d.ts +1 -0
  213. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeader.d.ts +5 -0
  214. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabAll/VeltNotificationsPanelHeaderTabAll.d.ts +5 -0
  215. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabAll/index.d.ts +1 -0
  216. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabDocuments/VeltNotificationsPanelHeaderTabDocuments.d.ts +5 -0
  217. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabDocuments/index.d.ts +1 -0
  218. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabForYou/VeltNotificationsPanelHeaderTabForYou.d.ts +5 -0
  219. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabForYou/index.d.ts +1 -0
  220. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabPeople/VeltNotificationsPanelHeaderTabPeople.d.ts +5 -0
  221. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabPeople/index.d.ts +1 -0
  222. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/index.d.ts +1 -0
  223. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelReadAllButton/VeltNotificationsPanelReadAllButton.d.ts +5 -0
  224. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelReadAllButton/index.d.ts +1 -0
  225. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettings.d.ts +5 -0
  226. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordion.d.ts +6 -0
  227. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContent.d.ts +6 -0
  228. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItem.d.ts +7 -0
  229. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemIcon/VeltNotificationsPanelSettingsAccordionContentItemIcon.d.ts +7 -0
  230. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemIcon/index.d.ts +1 -0
  231. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemLabel/VeltNotificationsPanelSettingsAccordionContentItemLabel.d.ts +7 -0
  232. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemLabel/index.d.ts +1 -0
  233. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/index.d.ts +1 -0
  234. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/index.d.ts +1 -0
  235. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTrigger.d.ts +6 -0
  236. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerIcon/VeltNotificationsPanelSettingsAccordionTriggerIcon.d.ts +6 -0
  237. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerIcon/index.d.ts +1 -0
  238. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerLabel/VeltNotificationsPanelSettingsAccordionTriggerLabel.d.ts +6 -0
  239. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerLabel/index.d.ts +1 -0
  240. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue.d.ts +6 -0
  241. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue/index.d.ts +1 -0
  242. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/index.d.ts +1 -0
  243. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/index.d.ts +1 -0
  244. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsBackButton/VeltNotificationsPanelSettingsBackButton.d.ts +5 -0
  245. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsBackButton/index.d.ts +1 -0
  246. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsDescription/VeltNotificationsPanelSettingsDescription.d.ts +5 -0
  247. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsDescription/index.d.ts +1 -0
  248. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsFooter/VeltNotificationsPanelSettingsFooter.d.ts +5 -0
  249. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsFooter/index.d.ts +1 -0
  250. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeader.d.ts +5 -0
  251. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeaderTitle/VeltNotificationsPanelSettingsHeaderTitle.d.ts +5 -0
  252. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeaderTitle/index.d.ts +1 -0
  253. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/index.d.ts +1 -0
  254. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsList/VeltNotificationsPanelSettingsList.d.ts +5 -0
  255. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsList/index.d.ts +1 -0
  256. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllDescription/VeltNotificationsPanelSettingsMuteAllDescription.d.ts +5 -0
  257. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllDescription/index.d.ts +1 -0
  258. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllTitle/VeltNotificationsPanelSettingsMuteAllTitle.d.ts +5 -0
  259. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllTitle/index.d.ts +1 -0
  260. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllToggle/VeltNotificationsPanelSettingsMuteAllToggle.d.ts +5 -0
  261. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllToggle/index.d.ts +1 -0
  262. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsTitle/VeltNotificationsPanelSettingsTitle.d.ts +5 -0
  263. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsTitle/index.d.ts +1 -0
  264. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/index.d.ts +1 -0
  265. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettingsButton/VeltNotificationsPanelSettingsButton.d.ts +5 -0
  266. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettingsButton/index.d.ts +1 -0
  267. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSkeleton/VeltNotificationsPanelSkeleton.d.ts +6 -0
  268. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSkeleton/index.d.ts +1 -0
  269. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitle.d.ts +5 -0
  270. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitleText/VeltNotificationsPanelTitleText.d.ts +5 -0
  271. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitleText/index.d.ts +1 -0
  272. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/index.d.ts +1 -0
  273. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelViewAllButton/VeltNotificationsPanelViewAllButton.d.ts +5 -0
  274. package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelViewAllButton/index.d.ts +1 -0
  275. package/esm/types/components/VeltNotificationsPanel/index.d.ts +63 -0
  276. package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolIcon/VeltNotificationsToolIcon.d.ts +5 -0
  277. package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolIcon/index.d.ts +1 -0
  278. package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolLabel/VeltNotificationsToolLabel.d.ts +5 -0
  279. package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolLabel/index.d.ts +1 -0
  280. package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadCount/VeltNotificationsToolUnreadCount.d.ts +5 -0
  281. package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadCount/index.d.ts +1 -0
  282. package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadIcon/VeltNotificationsToolUnreadIcon.d.ts +5 -0
  283. package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadIcon/index.d.ts +1 -0
  284. package/esm/types/components/VeltNotificationsTool/index.d.ts +4 -0
  285. package/esm/types/components/index.d.ts +67 -0
  286. package/esm/types/constants.d.ts +1 -1
  287. package/index.d.ts +324 -1
  288. package/package.json +1 -1
package/esm/index.js CHANGED
@@ -204,13 +204,13 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain, integ
204
204
  };
205
205
  };
206
206
 
207
- var VELT_SDK_VERSION = '5.0.2-beta.14';
207
+ var VELT_SDK_VERSION = '5.0.2-beta.16';
208
208
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
209
209
  var VELT_TAB_ID = 'veltTabId';
210
210
  // integrity map for the Velt SDK
211
211
  // Note: generate integrity hashes with: https://www.srihash.org/
212
212
  var INTEGRITY_MAP = {
213
- '5.0.2-beta.14': 'sha384-8MypqsfdwgxXVS/EQUr1ilwV99LPIGkDLGY8MKKgQUqaEXmZ9jpO58t8eQZa2aR5',
213
+ '5.0.2-beta.16': 'sha384-bWIZln3Nb+MvCRfl1EA3VmI62sQWf5YLLsKjVq4F9zHYU/xwvszMb76cMq5BHTCf',
214
214
  };
215
215
 
216
216
  var validProps = ['veltIf', 'veltClass', 'className', 'variant'];
@@ -538,7 +538,7 @@ var SnippylyCommentBubble = function (props) {
538
538
  };
539
539
 
540
540
  var SnippylyComments = function (props) {
541
- var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, minimapPosition = props.minimapPosition, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, resolvedCommentsOnDom = props.resolvedCommentsOnDom, filterCommentsOnDom = props.filterCommentsOnDom, bubbleOnPin = props.bubbleOnPin, bubbleOnPinHover = props.bubbleOnPinHover, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingTranscription = props.recordingTranscription, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, enterKeyToSubmit = props.enterKeyToSubmit, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, persistentCommentShadowDom = props.persistentCommentShadowDom, shadowDom = props.shadowDom, changeDetectionInCommentMode = props.changeDetectionInCommentMode, areaComment = props.areaComment, pinCursorImage = props.pinCursorImage, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, commentPinHighlighter = props.commentPinHighlighter, customReactions = props.customReactions, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, onCommentSelectionChange = props.onCommentSelectionChange, customStatus = props.customStatus, customListDataOnAnnotation = props.customListDataOnAnnotation, customListDataOnComment = props.customListDataOnComment, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, visibilityOptions = props.visibilityOptions, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children, textCommentToolShadowDom = props.textCommentToolShadowDom, textCommentToolbarShadowDom = props.textCommentToolbarShadowDom, dialogDarkMode = props.dialogDarkMode, pinDarkMode = props.pinDarkMode, textCommentToolDarkMode = props.textCommentToolDarkMode, textCommentToolbarDarkMode = props.textCommentToolbarDarkMode, composerMode = props.composerMode, atHereLabel = props.atHereLabel, atHereDescription = props.atHereDescription, multiThreadMode = props.multiThreadMode, multiThread = props.multiThread, groupMultipleMatch = props.groupMultipleMatch, groupMatchedComments = props.groupMatchedComments, onCopyLink = props.onCopyLink, deleteReplyConfirmation = props.deleteReplyConfirmation, collapsedComments = props.collapsedComments, shortUserName = props.shortUserName, resolveStatusAccessAdminOnly = props.resolveStatusAccessAdminOnly, svgAsImg = props.svgAsImg, seenByUsers = props.seenByUsers, readOnly = props.readOnly, atHereEnabled = props.atHereEnabled, customAutocompleteSearch = props.customAutocompleteSearch, deleteThreadWithFirstComment = props.deleteThreadWithFirstComment, expandMentionGroups = props.expandMentionGroups, showMentionGroupsFirst = props.showMentionGroupsFirst, showMentionGroupsOnly = props.showMentionGroupsOnly, fullExpanded = props.fullExpanded, commentToNearestAllowedElement = props.commentToNearestAllowedElement, draftMode = props.draftMode, maxReplyAvatars = props.maxReplyAvatars, replyAvatars = props.replyAvatars, linkCallback = props.linkCallback, replyPlaceholder = props.replyPlaceholder, commentPlaceholder = props.commentPlaceholder, allowedFileTypes = props.allowedFileTypes, attachmentNameInMessage = props.attachmentNameInMessage, forceCloseAllOnEsc = props.forceCloseAllOnEsc, screenshot = props.screenshot, paginatedContactList = props.paginatedContactList, autoCompleteScrollConfig = props.autoCompleteScrollConfig, assignToType = props.assignToType, formatOptions = props.formatOptions, attachmentDownload = props.attachmentDownload, pinDrag = props.pinDrag;
541
+ var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, minimapPosition = props.minimapPosition, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, resolvedCommentsOnDom = props.resolvedCommentsOnDom, filterCommentsOnDom = props.filterCommentsOnDom, bubbleOnPin = props.bubbleOnPin, bubbleOnPinHover = props.bubbleOnPinHover, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingTranscription = props.recordingTranscription, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, enterKeyToSubmit = props.enterKeyToSubmit, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, persistentCommentShadowDom = props.persistentCommentShadowDom, shadowDom = props.shadowDom, changeDetectionInCommentMode = props.changeDetectionInCommentMode, areaComment = props.areaComment, pinCursorImage = props.pinCursorImage, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, commentPinHighlighter = props.commentPinHighlighter, customReactions = props.customReactions, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, onCommentSelectionChange = props.onCommentSelectionChange, customStatus = props.customStatus, customListDataOnAnnotation = props.customListDataOnAnnotation, customListDataOnComment = props.customListDataOnComment, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, visibilityOptions = props.visibilityOptions, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children, textCommentToolShadowDom = props.textCommentToolShadowDom, textCommentToolbarShadowDom = props.textCommentToolbarShadowDom, dialogDarkMode = props.dialogDarkMode, pinDarkMode = props.pinDarkMode, textCommentToolDarkMode = props.textCommentToolDarkMode, textCommentToolbarDarkMode = props.textCommentToolbarDarkMode, composerMode = props.composerMode, atHereLabel = props.atHereLabel, atHereDescription = props.atHereDescription, multiThreadMode = props.multiThreadMode, multiThread = props.multiThread, groupMultipleMatch = props.groupMultipleMatch, groupMatchedComments = props.groupMatchedComments, onCopyLink = props.onCopyLink, deleteReplyConfirmation = props.deleteReplyConfirmation, collapsedComments = props.collapsedComments, shortUserName = props.shortUserName, resolveStatusAccessAdminOnly = props.resolveStatusAccessAdminOnly, svgAsImg = props.svgAsImg, seenByUsers = props.seenByUsers, readOnly = props.readOnly, atHereEnabled = props.atHereEnabled, customAutocompleteSearch = props.customAutocompleteSearch, deleteThreadWithFirstComment = props.deleteThreadWithFirstComment, expandMentionGroups = props.expandMentionGroups, showMentionGroupsFirst = props.showMentionGroupsFirst, showMentionGroupsOnly = props.showMentionGroupsOnly, fullExpanded = props.fullExpanded, commentToNearestAllowedElement = props.commentToNearestAllowedElement, draftMode = props.draftMode, maxReplyAvatars = props.maxReplyAvatars, replyAvatars = props.replyAvatars, linkCallback = props.linkCallback, replyPlaceholder = props.replyPlaceholder, commentPlaceholder = props.commentPlaceholder, allowedFileTypes = props.allowedFileTypes, attachmentNameInMessage = props.attachmentNameInMessage, forceCloseAllOnEsc = props.forceCloseAllOnEsc, screenshot = props.screenshot, paginatedContactList = props.paginatedContactList, autoCompleteScrollConfig = props.autoCompleteScrollConfig, assignToType = props.assignToType, formatOptions = props.formatOptions, attachmentDownload = props.attachmentDownload, pinDrag = props.pinDrag, anonymousEmail = props.anonymousEmail;
542
542
  var ref = useRef();
543
543
  var onSignInRef = useRef(onSignIn);
544
544
  var onUpgradeRef = useRef(onUpgrade);
@@ -663,7 +663,7 @@ var SnippylyComments = function (props) {
663
663
  }
664
664
  };
665
665
  }, []);
666
- return (React.createElement("velt-comments", { ref: ref, "at-here-label": atHereLabel, "at-here-description": atHereDescription, "at-here-enabled": [true, false].includes(atHereEnabled) ? (atHereEnabled ? 'true' : 'false') : undefined, "composer-mode": composerMode, "seen-by-users": [true, false].includes(seenByUsers) ? (seenByUsers ? 'true' : 'false') : undefined, "collapsed-comments": [true, false].includes(collapsedComments) ? (collapsedComments ? 'true' : 'false') : undefined, "short-user-name": [true, false].includes(shortUserName) ? (shortUserName ? 'true' : 'false') : undefined, "resolve-status-access-admin-only": [true, false].includes(resolveStatusAccessAdminOnly) ? (resolveStatusAccessAdminOnly ? 'true' : 'false') : undefined, "delete-reply-confirmation": [true, false].includes(deleteReplyConfirmation) ? (deleteReplyConfirmation ? 'true' : 'false') : undefined, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "visibility-options": [true, false].includes(visibilityOptions) ? (visibilityOptions ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "minimap-position": minimapPosition, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "resolved-comments-on-dom": [true, false].includes(resolvedCommentsOnDom) ? (resolvedCommentsOnDom ? 'true' : 'false') : undefined, "filter-comments-on-dom": [true, false].includes(filterCommentsOnDom) ? (filterCommentsOnDom ? 'true' : 'false') : undefined, "bubble-on-pin": [true, false].includes(bubbleOnPin) ? (bubbleOnPin ? 'true' : 'false') : undefined, "bubble-on-pin-hover": [true, false].includes(bubbleOnPinHover) ? (bubbleOnPinHover ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-transcription": [true, false].includes(recordingTranscription) ? (recordingTranscription ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "enter-key-to-submit": [true, false].includes(enterKeyToSubmit) ? (enterKeyToSubmit ? 'true' : 'false') : undefined, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "text-comment-tool-shadow-dom": [true, false].includes(textCommentToolShadowDom) ? (textCommentToolShadowDom ? 'true' : 'false') : undefined, "text-comment-toolbar-shadow-dom": [true, false].includes(textCommentToolbarShadowDom) ? (textCommentToolbarShadowDom ? 'true' : 'false') : undefined, "persistent-comment-shadow-dom": [true, false].includes(persistentCommentShadowDom) ? (persistentCommentShadowDom ? 'true' : 'false') : undefined, "change-detection-in-comment-mode": [true, false].includes(changeDetectionInCommentMode) ? (changeDetectionInCommentMode ? 'true' : 'false') : undefined, "area-comment": [true, false].includes(areaComment) ? (areaComment ? 'true' : 'false') : undefined, "pin-cursor-image": pinCursorImage, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "comment-pin-highlighter": [true, false].includes(commentPinHighlighter) ? (commentPinHighlighter ? 'true' : 'false') : undefined, "custom-reactions": JSON.stringify(customReactions), "custom-status": JSON.stringify(customStatus), "custom-list-data-on-annotation": JSON.stringify(customListDataOnAnnotation), "custom-list-data-on-comment": JSON.stringify(customListDataOnComment), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "dialog-dark-mode": [true, false].includes(dialogDarkMode) ? (dialogDarkMode ? 'true' : 'false') : undefined, "pin-dark-mode": [true, false].includes(pinDarkMode) ? (pinDarkMode ? 'true' : 'false') : undefined, "text-comment-tool-dark-mode": [true, false].includes(textCommentToolDarkMode) ? (textCommentToolDarkMode ? 'true' : 'false') : undefined, "text-comment-toolbar-dark-mode": [true, false].includes(textCommentToolbarDarkMode) ? (textCommentToolbarDarkMode ? 'true' : 'false') : undefined, "multi-thread-mode": [true, false].includes(multiThreadMode) ? (multiThreadMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "group-multiple-match": [true, false].includes(groupMultipleMatch) ? (groupMultipleMatch ? 'true' : 'false') : undefined, "group-matched-comments": [true, false].includes(groupMatchedComments) ? (groupMatchedComments ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "custom-autocomplete-search": [true, false].includes(customAutocompleteSearch) ? (customAutocompleteSearch ? 'true' : 'false') : undefined, "delete-thread-with-first-comment": [true, false].includes(deleteThreadWithFirstComment) ? (deleteThreadWithFirstComment ? 'true' : 'false') : undefined, "svg-as-img": [true, false].includes(svgAsImg) ? (svgAsImg ? 'true' : 'false') : undefined, "expand-mention-groups": [true, false].includes(expandMentionGroups) ? (expandMentionGroups ? 'true' : 'false') : undefined, "show-mention-groups-first": [true, false].includes(showMentionGroupsFirst) ? (showMentionGroupsFirst ? 'true' : 'false') : undefined, "show-mention-groups-only": [true, false].includes(showMentionGroupsOnly) ? (showMentionGroupsOnly ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "comment-to-nearest-allowed-element": [true, false].includes(commentToNearestAllowedElement) ? (commentToNearestAllowedElement ? 'true' : 'false') : undefined, "draft-mode": [true, false].includes(draftMode) ? (draftMode ? 'true' : 'false') : undefined, "max-reply-avatars": maxReplyAvatars, "reply-avatars": [true, false].includes(replyAvatars) ? (replyAvatars ? 'true' : 'false') : undefined, "link-callback": [true, false].includes(linkCallback) ? (linkCallback ? 'true' : 'false') : undefined, "reply-placeholder": replyPlaceholder, "comment-placeholder": commentPlaceholder, "allowed-file-types": JSON.stringify(allowedFileTypes), "attachment-name-in-message": [true, false].includes(attachmentNameInMessage) ? (attachmentNameInMessage ? 'true' : 'false') : undefined, "force-close-all-on-esc": [true, false].includes(forceCloseAllOnEsc) ? (forceCloseAllOnEsc ? 'true' : 'false') : undefined, screenshot: [true, false].includes(screenshot) ? (screenshot ? 'true' : 'false') : undefined, "paginated-contact-list": [true, false].includes(paginatedContactList) ? (paginatedContactList ? 'true' : 'false') : undefined, "auto-complete-scroll-config": autoCompleteScrollConfig ? JSON.stringify(autoCompleteScrollConfig) : undefined, "assign-to-type": assignToType, "format-options": [true, false].includes(formatOptions) ? (formatOptions ? 'true' : 'false') : undefined, "attachment-download": [true, false].includes(attachmentDownload) ? (attachmentDownload ? 'true' : 'false') : undefined, "pin-drag": [true, false].includes(pinDrag) ? (pinDrag ? 'true' : 'false') : undefined }, children));
666
+ return (React.createElement("velt-comments", { ref: ref, "at-here-label": atHereLabel, "at-here-description": atHereDescription, "at-here-enabled": [true, false].includes(atHereEnabled) ? (atHereEnabled ? 'true' : 'false') : undefined, "composer-mode": composerMode, "seen-by-users": [true, false].includes(seenByUsers) ? (seenByUsers ? 'true' : 'false') : undefined, "collapsed-comments": [true, false].includes(collapsedComments) ? (collapsedComments ? 'true' : 'false') : undefined, "short-user-name": [true, false].includes(shortUserName) ? (shortUserName ? 'true' : 'false') : undefined, "resolve-status-access-admin-only": [true, false].includes(resolveStatusAccessAdminOnly) ? (resolveStatusAccessAdminOnly ? 'true' : 'false') : undefined, "delete-reply-confirmation": [true, false].includes(deleteReplyConfirmation) ? (deleteReplyConfirmation ? 'true' : 'false') : undefined, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "visibility-options": [true, false].includes(visibilityOptions) ? (visibilityOptions ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "minimap-position": minimapPosition, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "resolved-comments-on-dom": [true, false].includes(resolvedCommentsOnDom) ? (resolvedCommentsOnDom ? 'true' : 'false') : undefined, "filter-comments-on-dom": [true, false].includes(filterCommentsOnDom) ? (filterCommentsOnDom ? 'true' : 'false') : undefined, "bubble-on-pin": [true, false].includes(bubbleOnPin) ? (bubbleOnPin ? 'true' : 'false') : undefined, "bubble-on-pin-hover": [true, false].includes(bubbleOnPinHover) ? (bubbleOnPinHover ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-transcription": [true, false].includes(recordingTranscription) ? (recordingTranscription ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "enter-key-to-submit": [true, false].includes(enterKeyToSubmit) ? (enterKeyToSubmit ? 'true' : 'false') : undefined, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "text-comment-tool-shadow-dom": [true, false].includes(textCommentToolShadowDom) ? (textCommentToolShadowDom ? 'true' : 'false') : undefined, "text-comment-toolbar-shadow-dom": [true, false].includes(textCommentToolbarShadowDom) ? (textCommentToolbarShadowDom ? 'true' : 'false') : undefined, "persistent-comment-shadow-dom": [true, false].includes(persistentCommentShadowDom) ? (persistentCommentShadowDom ? 'true' : 'false') : undefined, "change-detection-in-comment-mode": [true, false].includes(changeDetectionInCommentMode) ? (changeDetectionInCommentMode ? 'true' : 'false') : undefined, "area-comment": [true, false].includes(areaComment) ? (areaComment ? 'true' : 'false') : undefined, "pin-cursor-image": pinCursorImage, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "comment-pin-highlighter": [true, false].includes(commentPinHighlighter) ? (commentPinHighlighter ? 'true' : 'false') : undefined, "custom-reactions": JSON.stringify(customReactions), "custom-status": JSON.stringify(customStatus), "custom-list-data-on-annotation": JSON.stringify(customListDataOnAnnotation), "custom-list-data-on-comment": JSON.stringify(customListDataOnComment), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "dialog-dark-mode": [true, false].includes(dialogDarkMode) ? (dialogDarkMode ? 'true' : 'false') : undefined, "pin-dark-mode": [true, false].includes(pinDarkMode) ? (pinDarkMode ? 'true' : 'false') : undefined, "text-comment-tool-dark-mode": [true, false].includes(textCommentToolDarkMode) ? (textCommentToolDarkMode ? 'true' : 'false') : undefined, "text-comment-toolbar-dark-mode": [true, false].includes(textCommentToolbarDarkMode) ? (textCommentToolbarDarkMode ? 'true' : 'false') : undefined, "multi-thread-mode": [true, false].includes(multiThreadMode) ? (multiThreadMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "group-multiple-match": [true, false].includes(groupMultipleMatch) ? (groupMultipleMatch ? 'true' : 'false') : undefined, "group-matched-comments": [true, false].includes(groupMatchedComments) ? (groupMatchedComments ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "custom-autocomplete-search": [true, false].includes(customAutocompleteSearch) ? (customAutocompleteSearch ? 'true' : 'false') : undefined, "delete-thread-with-first-comment": [true, false].includes(deleteThreadWithFirstComment) ? (deleteThreadWithFirstComment ? 'true' : 'false') : undefined, "svg-as-img": [true, false].includes(svgAsImg) ? (svgAsImg ? 'true' : 'false') : undefined, "expand-mention-groups": [true, false].includes(expandMentionGroups) ? (expandMentionGroups ? 'true' : 'false') : undefined, "show-mention-groups-first": [true, false].includes(showMentionGroupsFirst) ? (showMentionGroupsFirst ? 'true' : 'false') : undefined, "show-mention-groups-only": [true, false].includes(showMentionGroupsOnly) ? (showMentionGroupsOnly ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "comment-to-nearest-allowed-element": [true, false].includes(commentToNearestAllowedElement) ? (commentToNearestAllowedElement ? 'true' : 'false') : undefined, "draft-mode": [true, false].includes(draftMode) ? (draftMode ? 'true' : 'false') : undefined, "max-reply-avatars": maxReplyAvatars, "reply-avatars": [true, false].includes(replyAvatars) ? (replyAvatars ? 'true' : 'false') : undefined, "link-callback": [true, false].includes(linkCallback) ? (linkCallback ? 'true' : 'false') : undefined, "reply-placeholder": replyPlaceholder, "comment-placeholder": commentPlaceholder, "allowed-file-types": JSON.stringify(allowedFileTypes), "attachment-name-in-message": [true, false].includes(attachmentNameInMessage) ? (attachmentNameInMessage ? 'true' : 'false') : undefined, "force-close-all-on-esc": [true, false].includes(forceCloseAllOnEsc) ? (forceCloseAllOnEsc ? 'true' : 'false') : undefined, screenshot: [true, false].includes(screenshot) ? (screenshot ? 'true' : 'false') : undefined, "paginated-contact-list": [true, false].includes(paginatedContactList) ? (paginatedContactList ? 'true' : 'false') : undefined, "auto-complete-scroll-config": autoCompleteScrollConfig ? JSON.stringify(autoCompleteScrollConfig) : undefined, "assign-to-type": assignToType, "format-options": [true, false].includes(formatOptions) ? (formatOptions ? 'true' : 'false') : undefined, "attachment-download": [true, false].includes(attachmentDownload) ? (attachmentDownload ? 'true' : 'false') : undefined, "pin-drag": [true, false].includes(pinDrag) ? (pinDrag ? 'true' : 'false') : undefined, "anonymous-email": [true, false].includes(anonymousEmail) ? (anonymousEmail ? 'true' : 'false') : undefined }, children));
667
667
  };
668
668
 
669
669
  var SnippylyCommentsSidebar = function (props) {
@@ -1168,6 +1168,30 @@ var VeltNotificationsTool = function (props) {
1168
1168
  return (React.createElement("velt-notifications-tool", { ref: ref, "panel-open-mode": panelOpenMode, panelVariant: panelVariant, "tab-config": JSON.stringify(tabConfig), variant: variant, "max-days": (maxDays && maxDays > 0) ? maxDays + '' : undefined, "panel-shadow-dom": [true, false].includes(panelShadowDom) ? (panelShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, settings: [true, false].includes(settings) ? (settings ? 'true' : 'false') : undefined, "self-notifications": [true, false].includes(selfNotifications) ? (selfNotifications ? 'true' : 'false') : undefined, "read-notifications-on-for-you-tab": [true, false].includes(readNotificationsOnForYouTab) ? (readNotificationsOnForYouTab ? 'true' : 'false') : undefined, "consider-all-notifications": [true, false].includes(considerAllNotifications) ? (considerAllNotifications ? 'true' : 'false') : undefined, "page-size": (pageSize && pageSize > 0) ? pageSize + '' : undefined, "settings-layout": settingsLayout, "enable-settings-at-organization-level": [true, false].includes(enableSettingsAtOrganizationLevel) ? (enableSettingsAtOrganizationLevel ? 'true' : 'false') : undefined }, children));
1169
1169
  };
1170
1170
 
1171
+ var VeltNotificationsToolIcon = function (props) {
1172
+ var children = props.children;
1173
+ var ref = useRef(null);
1174
+ return (React.createElement("velt-notifications-tool-icon", { ref: ref }, children));
1175
+ };
1176
+
1177
+ var VeltNotificationsToolUnreadIcon = function (props) {
1178
+ var children = props.children;
1179
+ var ref = useRef(null);
1180
+ return (React.createElement("velt-notifications-tool-unread-icon", { ref: ref }, children));
1181
+ };
1182
+
1183
+ var VeltNotificationsToolLabel = function (props) {
1184
+ var children = props.children;
1185
+ var ref = useRef(null);
1186
+ return (React.createElement("velt-notifications-tool-label", { ref: ref }, children));
1187
+ };
1188
+
1189
+ var VeltNotificationsToolUnreadCount = function (props) {
1190
+ var children = props.children;
1191
+ var ref = useRef(null);
1192
+ return (React.createElement("velt-notifications-tool-unread-count", { ref: ref }, children));
1193
+ };
1194
+
1171
1195
  var VeltNotificationsPanel = function (props) {
1172
1196
  var darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, tabConfig = props.tabConfig, variant = props.variant, readNotificationsOnForYouTab = props.readNotificationsOnForYouTab, panelOpenMode = props.panelOpenMode, settings = props.settings, selfNotifications = props.selfNotifications, pageSize = props.pageSize, settingsLayout = props.settingsLayout, enableSettingsAtOrganizationLevel = props.enableSettingsAtOrganizationLevel;
1173
1197
  var ref = useRef();
@@ -1198,6 +1222,384 @@ var VeltNotificationsPanel = function (props) {
1198
1222
  return (React.createElement("velt-notifications-panel", { ref: ref, variant: variant, "tab-config": JSON.stringify(tabConfig), "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, settings: [true, false].includes(settings) ? (settings ? 'true' : 'false') : undefined, "self-notifications": [true, false].includes(selfNotifications) ? (selfNotifications ? 'true' : 'false') : undefined, "read-notifications-on-for-you-tab": [true, false].includes(readNotificationsOnForYouTab) ? (readNotificationsOnForYouTab ? 'true' : 'false') : undefined, "panel-open-mode": panelOpenMode, "page-size": (pageSize && pageSize > 0) ? pageSize + '' : undefined, "settings-layout": settingsLayout, "enable-settings-at-organization-level": [true, false].includes(enableSettingsAtOrganizationLevel) ? (enableSettingsAtOrganizationLevel ? 'true' : 'false') : undefined }));
1199
1223
  };
1200
1224
 
1225
+ var VeltNotificationsPanelTitle = function (props) {
1226
+ var children = props.children;
1227
+ var ref = useRef(null);
1228
+ return (React.createElement("velt-notifications-panel-title", { ref: ref }, children));
1229
+ };
1230
+
1231
+ var VeltNotificationsPanelTitleText = function (props) {
1232
+ var children = props.children;
1233
+ var ref = useRef(null);
1234
+ return (React.createElement("velt-notifications-panel-title-text", { ref: ref }, children));
1235
+ };
1236
+
1237
+ var VeltNotificationsPanelHeader = function (props) {
1238
+ var children = props.children;
1239
+ var ref = useRef(null);
1240
+ return (React.createElement("velt-notifications-panel-header", { ref: ref }, children));
1241
+ };
1242
+
1243
+ var VeltNotificationsPanelHeaderTabForYou = function (props) {
1244
+ var children = props.children;
1245
+ var ref = useRef(null);
1246
+ return (React.createElement("velt-notifications-panel-header-tab-for-you", { ref: ref }, children));
1247
+ };
1248
+
1249
+ var VeltNotificationsPanelHeaderTabPeople = function (props) {
1250
+ var children = props.children;
1251
+ var ref = useRef(null);
1252
+ return (React.createElement("velt-notifications-panel-header-tab-people", { ref: ref }, children));
1253
+ };
1254
+
1255
+ var VeltNotificationsPanelHeaderTabDocuments = function (props) {
1256
+ var children = props.children;
1257
+ var ref = useRef(null);
1258
+ return (React.createElement("velt-notifications-panel-header-tab-documents", { ref: ref }, children));
1259
+ };
1260
+
1261
+ var VeltNotificationsPanelHeaderTabAll = function (props) {
1262
+ var children = props.children;
1263
+ var ref = useRef(null);
1264
+ return (React.createElement("velt-notifications-panel-header-tab-all", { ref: ref }, children));
1265
+ };
1266
+
1267
+ var VeltNotificationsPanelContent = function (props) {
1268
+ var children = props.children;
1269
+ var ref = useRef(null);
1270
+ return (React.createElement("velt-notifications-panel-content", { ref: ref }, children));
1271
+ };
1272
+
1273
+ var VeltNotificationsPanelContentForYou = function (props) {
1274
+ var children = props.children;
1275
+ var ref = useRef(null);
1276
+ return (React.createElement("velt-notifications-panel-content-for-you", { ref: ref }, children));
1277
+ };
1278
+
1279
+ var VeltNotificationsPanelContentAll = function (props) {
1280
+ var children = props.children;
1281
+ var ref = useRef(null);
1282
+ return (React.createElement("velt-notifications-panel-content-all", { ref: ref }, children));
1283
+ };
1284
+
1285
+ var VeltNotificationsPanelContentPeople = function (props) {
1286
+ var children = props.children;
1287
+ var ref = useRef(null);
1288
+ return (React.createElement("velt-notifications-panel-content-people", { ref: ref }, children));
1289
+ };
1290
+
1291
+ var VeltNotificationsPanelContentDocuments = function (props) {
1292
+ var children = props.children;
1293
+ var ref = useRef(null);
1294
+ return (React.createElement("velt-notifications-panel-content-documents", { ref: ref }, children));
1295
+ };
1296
+
1297
+ var VeltNotificationsPanelContentList = function (props) {
1298
+ var notifications = props.notifications, listItemTemplate = props.listItemTemplate, children = props.children;
1299
+ var ref = useRef(null);
1300
+ return (React.createElement("velt-notifications-panel-content-list", { ref: ref, notifications: notifications ? (typeof notifications === 'string' ? notifications : JSON.stringify(notifications)) : undefined, "list-item-template": listItemTemplate ? (typeof listItemTemplate === 'string' ? listItemTemplate : JSON.stringify(listItemTemplate)) : undefined }, children));
1301
+ };
1302
+
1303
+ var VeltNotificationsPanelContentListItem = function (props) {
1304
+ var notification = props.notification, listItemTemplate = props.listItemTemplate, children = props.children;
1305
+ var ref = useRef(null);
1306
+ return (React.createElement("velt-notifications-panel-content-list-item", { ref: ref, notification: notification ? (typeof notification === 'string' ? notification : JSON.stringify(notification)) : undefined, "list-item-template": listItemTemplate ? (typeof listItemTemplate === 'string' ? listItemTemplate : JSON.stringify(listItemTemplate)) : undefined }, children));
1307
+ };
1308
+
1309
+ var VeltNotificationsPanelContentListItemAvatar = function (props) {
1310
+ var notification = props.notification, children = props.children;
1311
+ var ref = useRef(null);
1312
+ return (React.createElement("velt-notifications-panel-content-list-item-avatar", { ref: ref, notification: notification ? (typeof notification === "string" ? notification : JSON.stringify(notification)) : undefined }, children));
1313
+ };
1314
+
1315
+ var VeltNotificationsPanelContentListItemUnread = function (props) {
1316
+ var notification = props.notification, isDefault = props.isDefault, children = props.children;
1317
+ var ref = useRef(null);
1318
+ return (React.createElement("velt-notifications-panel-content-list-item-unread", { ref: ref, notification: notification ? (typeof notification === "string" ? notification : JSON.stringify(notification)) : undefined, "is-default": [true, false].includes(isDefault) ? (isDefault ? 'true' : 'false') : undefined }, children));
1319
+ };
1320
+
1321
+ var VeltNotificationsPanelContentListItemHeadline = function (props) {
1322
+ var notification = props.notification, children = props.children;
1323
+ var ref = useRef(null);
1324
+ return (React.createElement("velt-notifications-panel-content-list-item-headline", { ref: ref, notification: notification ? (typeof notification === "string" ? notification : JSON.stringify(notification)) : undefined }, children));
1325
+ };
1326
+
1327
+ var VeltNotificationsPanelContentListItemBody = function (props) {
1328
+ var notification = props.notification, children = props.children;
1329
+ var ref = useRef(null);
1330
+ return (React.createElement("velt-notifications-panel-content-list-item-body", { ref: ref, notification: notification ? (typeof notification === "string" ? notification : JSON.stringify(notification)) : undefined }, children));
1331
+ };
1332
+
1333
+ var VeltNotificationsPanelContentListItemFileName = function (props) {
1334
+ var notification = props.notification, children = props.children;
1335
+ var ref = useRef(null);
1336
+ return (React.createElement("velt-notifications-panel-content-list-item-file-name", { ref: ref, notification: notification ? (typeof notification === "string" ? notification : JSON.stringify(notification)) : undefined }, children));
1337
+ };
1338
+
1339
+ var VeltNotificationsPanelContentListItemTime = function (props) {
1340
+ var notification = props.notification, children = props.children;
1341
+ var ref = useRef(null);
1342
+ return (React.createElement("velt-notifications-panel-content-list-item-time", { ref: ref, notification: notification ? (typeof notification === "string" ? notification : JSON.stringify(notification)) : undefined }, children));
1343
+ };
1344
+
1345
+ var VeltNotificationsPanelContentAllList = function (props) {
1346
+ var listItemTemplate = props.listItemTemplate, children = props.children;
1347
+ var ref = useRef(null);
1348
+ return (React.createElement("velt-notifications-panel-content-all-list", { ref: ref, "list-item-template": listItemTemplate ? (typeof listItemTemplate === 'string' ? listItemTemplate : JSON.stringify(listItemTemplate)) : undefined }, children));
1349
+ };
1350
+
1351
+ var VeltNotificationsPanelContentAllListItem = function (props) {
1352
+ var listItemTemplate = props.listItemTemplate, children = props.children;
1353
+ var ref = useRef(null);
1354
+ return (React.createElement("velt-notifications-panel-content-all-list-item", { ref: ref, "list-item-template": listItemTemplate ? (typeof listItemTemplate === 'string' ? listItemTemplate : JSON.stringify(listItemTemplate)) : undefined }, children));
1355
+ };
1356
+
1357
+ var VeltNotificationsPanelContentAllListItemLabel = function (props) {
1358
+ var children = props.children;
1359
+ var ref = useRef(null);
1360
+ return (React.createElement("velt-notifications-panel-content-all-list-item-label", { ref: ref }, children));
1361
+ };
1362
+
1363
+ var VeltNotificationsPanelContentAllListItemContent = function (props) {
1364
+ var children = props.children;
1365
+ var ref = useRef(null);
1366
+ return (React.createElement("velt-notifications-panel-content-all-list-item-content", { ref: ref }, children));
1367
+ };
1368
+
1369
+ var VeltNotificationsPanelContentPeopleList = function (props) {
1370
+ var listItemTemplate = props.listItemTemplate, children = props.children;
1371
+ var ref = useRef(null);
1372
+ return (React.createElement("velt-notifications-panel-content-people-list", { ref: ref, "list-item-template": listItemTemplate ? (typeof listItemTemplate === 'string' ? listItemTemplate : JSON.stringify(listItemTemplate)) : undefined }, children));
1373
+ };
1374
+
1375
+ var VeltNotificationsPanelContentPeopleListItem = function (props) {
1376
+ var data = props.data, listItemTemplate = props.listItemTemplate, children = props.children;
1377
+ var ref = useRef(null);
1378
+ return (React.createElement("velt-notifications-panel-content-people-list-item", { ref: ref, data: data ? (typeof data === 'string' ? data : JSON.stringify(data)) : undefined, "list-item-template": listItemTemplate ? (typeof listItemTemplate === 'string' ? listItemTemplate : JSON.stringify(listItemTemplate)) : undefined }, children));
1379
+ };
1380
+
1381
+ var VeltNotificationsPanelContentPeopleListItemAvatar = function (props) {
1382
+ var data = props.data, children = props.children;
1383
+ var ref = useRef(null);
1384
+ return (React.createElement("velt-notifications-panel-content-people-list-item-avatar", { ref: ref, data: data ? (typeof data === "string" ? data : JSON.stringify(data)) : undefined }, children));
1385
+ };
1386
+
1387
+ var VeltNotificationsPanelContentPeopleListItemName = function (props) {
1388
+ var data = props.data, children = props.children;
1389
+ var ref = useRef(null);
1390
+ return (React.createElement("velt-notifications-panel-content-people-list-item-name", { ref: ref, data: data ? (typeof data === "string" ? data : JSON.stringify(data)) : undefined }, children));
1391
+ };
1392
+
1393
+ var VeltNotificationsPanelContentPeopleListItemCount = function (props) {
1394
+ var data = props.data, children = props.children;
1395
+ var ref = useRef(null);
1396
+ return (React.createElement("velt-notifications-panel-content-people-list-item-count", { ref: ref, data: data ? (typeof data === "string" ? data : JSON.stringify(data)) : undefined }, children));
1397
+ };
1398
+
1399
+ var VeltNotificationsPanelContentPeopleListItemContent = function (props) {
1400
+ var data = props.data, children = props.children;
1401
+ var ref = useRef(null);
1402
+ return (React.createElement("velt-notifications-panel-content-people-list-item-content", { ref: ref, data: data ? (typeof data === "string" ? data : JSON.stringify(data)) : undefined }, children));
1403
+ };
1404
+
1405
+ var VeltNotificationsPanelContentDocumentsList = function (props) {
1406
+ var listItemTemplate = props.listItemTemplate, children = props.children;
1407
+ var ref = useRef(null);
1408
+ return (React.createElement("velt-notifications-panel-content-documents-list", { ref: ref, "list-item-template": listItemTemplate ? (typeof listItemTemplate === 'string' ? listItemTemplate : JSON.stringify(listItemTemplate)) : undefined }, children));
1409
+ };
1410
+
1411
+ var VeltNotificationsPanelContentDocumentsListItem = function (props) {
1412
+ var document = props.document, index = props.index, listItemTemplate = props.listItemTemplate, children = props.children;
1413
+ var ref = useRef(null);
1414
+ return (React.createElement("velt-notifications-panel-content-documents-list-item", { ref: ref, document: document ? (typeof document === 'string' ? document : JSON.stringify(document)) : undefined, index: index !== undefined ? String(index) : undefined, "list-item-template": listItemTemplate ? (typeof listItemTemplate === 'string' ? listItemTemplate : JSON.stringify(listItemTemplate)) : undefined }, children));
1415
+ };
1416
+
1417
+ var VeltNotificationsPanelContentDocumentsListItemName = function (props) {
1418
+ var children = props.children;
1419
+ var ref = useRef(null);
1420
+ return (React.createElement("velt-notifications-panel-content-documents-list-item-name", { ref: ref }, children));
1421
+ };
1422
+
1423
+ var VeltNotificationsPanelContentDocumentsListItemCount = function (props) {
1424
+ var children = props.children;
1425
+ var ref = useRef(null);
1426
+ return (React.createElement("velt-notifications-panel-content-documents-list-item-count", { ref: ref }, children));
1427
+ };
1428
+
1429
+ var VeltNotificationsPanelContentDocumentsListItemContent = function (props) {
1430
+ var children = props.children;
1431
+ var ref = useRef(null);
1432
+ return (React.createElement("velt-notifications-panel-content-documents-list-item-content", { ref: ref }, children));
1433
+ };
1434
+
1435
+ var VeltNotificationsPanelContentDocumentsListItemUnread = function (props) {
1436
+ var isDefault = props.isDefault, children = props.children;
1437
+ var ref = useRef(null);
1438
+ return (React.createElement("velt-notifications-panel-content-documents-list-item-unread", { ref: ref, "is-default": [true, false].includes(isDefault) ? (isDefault ? 'true' : 'false') : undefined }, children));
1439
+ };
1440
+
1441
+ var VeltNotificationsPanelContentLoadMore = function (props) {
1442
+ var isLoadMoreVisible = props.isLoadMoreVisible, notifications = props.notifications, children = props.children;
1443
+ var ref = useRef(null);
1444
+ return (React.createElement("velt-notifications-panel-content-load-more", { ref: ref, "is-load-more-visible": [true, false].includes(isLoadMoreVisible) ? (isLoadMoreVisible ? 'true' : 'false') : undefined, notifications: notifications ? (typeof notifications === 'string' ? notifications : JSON.stringify(notifications)) : undefined }, children));
1445
+ };
1446
+
1447
+ var VeltNotificationsPanelContentAllReadContainer = function (props) {
1448
+ var isAllRead = props.isAllRead, children = props.children;
1449
+ var ref = useRef(null);
1450
+ return (React.createElement("velt-notifications-panel-content-all-read-container", { ref: ref, "is-all-read": [true, false].includes(isAllRead) ? (isAllRead ? 'true' : 'false') : undefined }, children));
1451
+ };
1452
+
1453
+ var VeltNotificationsPanelCloseButton = function (props) {
1454
+ var children = props.children;
1455
+ var ref = useRef(null);
1456
+ return (React.createElement("velt-notifications-panel-close-button", { ref: ref }, children));
1457
+ };
1458
+
1459
+ var VeltNotificationsPanelReadAllButton = function (props) {
1460
+ var children = props.children;
1461
+ var ref = useRef(null);
1462
+ return (React.createElement("velt-notifications-panel-read-all-button", { ref: ref }, children));
1463
+ };
1464
+
1465
+ var VeltNotificationsPanelViewAllButton = function (props) {
1466
+ var children = props.children;
1467
+ var ref = useRef(null);
1468
+ return (React.createElement("velt-notifications-panel-view-all-button", { ref: ref }, children));
1469
+ };
1470
+
1471
+ var VeltNotificationsPanelSkeleton = function (props) {
1472
+ var isLoading = props.isLoading, children = props.children;
1473
+ var ref = useRef(null);
1474
+ return (React.createElement("velt-notifications-panel-skeleton", { ref: ref, "is-loading": [true, false].includes(isLoading) ? (isLoading ? 'true' : 'false') : undefined }, children));
1475
+ };
1476
+
1477
+ var VeltNotificationsPanelSettingsButton = function (props) {
1478
+ var children = props.children;
1479
+ var ref = useRef(null);
1480
+ return (React.createElement("velt-notifications-panel-settings-button", { ref: ref }, children));
1481
+ };
1482
+
1483
+ var VeltNotificationsPanelSettings = function (props) {
1484
+ var children = props.children;
1485
+ var ref = useRef(null);
1486
+ return (React.createElement("velt-notifications-panel-settings", { ref: ref }, children));
1487
+ };
1488
+
1489
+ var VeltNotificationsPanelSettingsHeader = function (props) {
1490
+ var children = props.children;
1491
+ var ref = useRef(null);
1492
+ return (React.createElement("velt-notifications-panel-settings-header", { ref: ref }, children));
1493
+ };
1494
+
1495
+ var VeltNotificationsPanelSettingsHeaderTitle = function (props) {
1496
+ var children = props.children;
1497
+ var ref = useRef(null);
1498
+ return (React.createElement("velt-notifications-panel-settings-header-title", { ref: ref }, children));
1499
+ };
1500
+
1501
+ var VeltNotificationsPanelSettingsTitle = function (props) {
1502
+ var children = props.children;
1503
+ var ref = useRef(null);
1504
+ return (React.createElement("velt-notifications-panel-settings-title", { ref: ref }, children));
1505
+ };
1506
+
1507
+ var VeltNotificationsPanelSettingsDescription = function (props) {
1508
+ var children = props.children;
1509
+ var ref = useRef(null);
1510
+ return (React.createElement("velt-notifications-panel-settings-description", { ref: ref }, children));
1511
+ };
1512
+
1513
+ var VeltNotificationsPanelSettingsList = function (props) {
1514
+ var children = props.children;
1515
+ var ref = useRef(null);
1516
+ return (React.createElement("velt-notifications-panel-settings-list", { ref: ref }, children));
1517
+ };
1518
+
1519
+ var VeltNotificationsPanelSettingsMuteAllTitle = function (props) {
1520
+ var children = props.children;
1521
+ var ref = useRef(null);
1522
+ return (React.createElement("velt-notifications-panel-settings-mute-all-title", { ref: ref }, children));
1523
+ };
1524
+
1525
+ var VeltNotificationsPanelSettingsMuteAllDescription = function (props) {
1526
+ var children = props.children;
1527
+ var ref = useRef(null);
1528
+ return (React.createElement("velt-notifications-panel-settings-mute-all-description", { ref: ref }, children));
1529
+ };
1530
+
1531
+ var VeltNotificationsPanelSettingsMuteAllToggle = function (props) {
1532
+ var children = props.children;
1533
+ var ref = useRef(null);
1534
+ return (React.createElement("velt-notifications-panel-settings-mute-all-toggle", { ref: ref }, children));
1535
+ };
1536
+
1537
+ var VeltNotificationsPanelSettingsAccordion = function (props) {
1538
+ var accordionConfig = props.accordionConfig, children = props.children;
1539
+ var ref = useRef(null);
1540
+ return (React.createElement("velt-notifications-panel-settings-accordion", { ref: ref, "accordion-config": accordionConfig ? (typeof accordionConfig === 'string' ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1541
+ };
1542
+
1543
+ var VeltNotificationsPanelSettingsAccordionTrigger = function (props) {
1544
+ var accordionConfig = props.accordionConfig, children = props.children;
1545
+ var ref = useRef(null);
1546
+ return (React.createElement("velt-notifications-panel-settings-accordion-trigger", { ref: ref, "accordion-config": accordionConfig ? (typeof accordionConfig === 'string' ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1547
+ };
1548
+
1549
+ var VeltNotificationsPanelSettingsAccordionTriggerLabel = function (props) {
1550
+ var accordionConfig = props.accordionConfig, children = props.children;
1551
+ var ref = useRef(null);
1552
+ return (React.createElement("velt-notifications-panel-settings-accordion-trigger-label", { ref: ref, "accordion-config": accordionConfig ? (typeof accordionConfig === "string" ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1553
+ };
1554
+
1555
+ var VeltNotificationsPanelSettingsAccordionTriggerIcon = function (props) {
1556
+ var accordionConfig = props.accordionConfig, children = props.children;
1557
+ var ref = useRef(null);
1558
+ return (React.createElement("velt-notifications-panel-settings-accordion-trigger-icon", { ref: ref, "accordion-config": accordionConfig ? (typeof accordionConfig === "string" ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1559
+ };
1560
+
1561
+ var VeltNotificationsPanelSettingsAccordionTriggerSelectedValue = function (props) {
1562
+ var accordionConfig = props.accordionConfig, children = props.children;
1563
+ var ref = useRef(null);
1564
+ return (React.createElement("velt-notifications-panel-settings-accordion-trigger-selected-value", { ref: ref, "accordion-config": accordionConfig ? (typeof accordionConfig === "string" ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1565
+ };
1566
+
1567
+ var VeltNotificationsPanelSettingsAccordionContent = function (props) {
1568
+ var accordionConfig = props.accordionConfig, children = props.children;
1569
+ var ref = useRef(null);
1570
+ return (React.createElement("velt-notifications-panel-settings-accordion-content", { ref: ref, "accordion-config": accordionConfig ? (typeof accordionConfig === 'string' ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1571
+ };
1572
+
1573
+ var VeltNotificationsPanelSettingsAccordionContentItem = function (props) {
1574
+ var option = props.option, accordionConfig = props.accordionConfig, children = props.children;
1575
+ var ref = useRef(null);
1576
+ return (React.createElement("velt-notifications-panel-settings-accordion-content-item", { ref: ref, option: option ? (typeof option === 'string' ? option : JSON.stringify(option)) : undefined, "accordion-config": accordionConfig ? (typeof accordionConfig === 'string' ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1577
+ };
1578
+
1579
+ var VeltNotificationsPanelSettingsAccordionContentItemLabel = function (props) {
1580
+ var option = props.option, accordionConfig = props.accordionConfig, children = props.children;
1581
+ var ref = useRef(null);
1582
+ return (React.createElement("velt-notifications-panel-settings-accordion-content-item-label", { ref: ref, option: option ? (typeof option === "string" ? option : JSON.stringify(option)) : undefined, "accordion-config": accordionConfig ? (typeof accordionConfig === "string" ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1583
+ };
1584
+
1585
+ var VeltNotificationsPanelSettingsAccordionContentItemIcon = function (props) {
1586
+ var option = props.option, accordionConfig = props.accordionConfig, children = props.children;
1587
+ var ref = useRef(null);
1588
+ return (React.createElement("velt-notifications-panel-settings-accordion-content-item-icon", { ref: ref, option: option ? (typeof option === "string" ? option : JSON.stringify(option)) : undefined, "accordion-config": accordionConfig ? (typeof accordionConfig === "string" ? accordionConfig : JSON.stringify(accordionConfig)) : undefined }, children));
1589
+ };
1590
+
1591
+ var VeltNotificationsPanelSettingsBackButton = function (props) {
1592
+ var children = props.children;
1593
+ var ref = useRef(null);
1594
+ return (React.createElement("velt-notifications-panel-settings-back-button", { ref: ref }, children));
1595
+ };
1596
+
1597
+ var VeltNotificationsPanelSettingsFooter = function (props) {
1598
+ var children = props.children;
1599
+ var ref = useRef(null);
1600
+ return (React.createElement("velt-notifications-panel-settings-footer", { ref: ref }, children));
1601
+ };
1602
+
1201
1603
  var VeltNotificationsHistoryPanel = function (props) {
1202
1604
  var embedMode = props.embedMode, darkMode = props.darkMode, onNotificationClick = props.onNotificationClick;
1203
1605
  var ref = useRef();
@@ -1776,8 +2178,8 @@ var VeltAutocompleteChipTooltipDescription = function (props) {
1776
2178
  };
1777
2179
 
1778
2180
  var VeltInlineCommentsSection = function (props) {
1779
- var config = props.config, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, targetInlineCommentElementId = props.targetInlineCommentElementId, targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, multiThread = props.multiThread, sortData = props.sortData, composerVariant = props.composerVariant, composerPosition = props.composerPosition, sortBy = props.sortBy, sortOrder = props.sortOrder, fullExpanded = props.fullExpanded, context = props.context, contextOptions = props.contextOptions, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId, commentPlaceholder = props.commentPlaceholder, replyPlaceholder = props.replyPlaceholder, composerPlaceholder = props.composerPlaceholder, readOnly = props.readOnly;
1780
- return (React.createElement("velt-inline-comments-section", { "target-inline-comment-element-id": targetInlineCommentElementId, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, config: JSON.stringify(config), variant: variant, "dialog-variant": dialogVariant, "sort-data": sortData, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "composer-variant": composerVariant, "composer-position": composerPosition, "sort-by": sortBy, "sort-order": sortOrder, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId, "comment-placeholder": commentPlaceholder, "reply-placeholder": replyPlaceholder, "composer-placeholder": composerPlaceholder, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined }, children));
2181
+ var config = props.config, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, targetInlineCommentElementId = props.targetInlineCommentElementId, targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, multiThread = props.multiThread, sortData = props.sortData, composerVariant = props.composerVariant, composerPosition = props.composerPosition, sortBy = props.sortBy, sortOrder = props.sortOrder, fullExpanded = props.fullExpanded, context = props.context, contextOptions = props.contextOptions, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId, commentPlaceholder = props.commentPlaceholder, replyPlaceholder = props.replyPlaceholder, composerPlaceholder = props.composerPlaceholder, readOnly = props.readOnly, anonymousEmail = props.anonymousEmail;
2182
+ return (React.createElement("velt-inline-comments-section", { "target-inline-comment-element-id": targetInlineCommentElementId, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, config: JSON.stringify(config), variant: variant, "dialog-variant": dialogVariant, "sort-data": sortData, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "composer-variant": composerVariant, "composer-position": composerPosition, "sort-by": sortBy, "sort-order": sortOrder, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId, "comment-placeholder": commentPlaceholder, "reply-placeholder": replyPlaceholder, "composer-placeholder": composerPlaceholder, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "anonymous-email": [true, false].includes(anonymousEmail) ? (anonymousEmail ? 'true' : 'false') : undefined }, children));
1781
2183
  };
1782
2184
 
1783
2185
  var VeltInlineCommentsSectionCommentCount = function (props) {
@@ -2239,9 +2641,9 @@ var VeltCommentsSidebarV2FilterDropdownContentListCategoryContent$1 = function (
2239
2641
  };
2240
2642
 
2241
2643
  var VeltCommentDialog = function (props) {
2242
- var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentPinSelected = props.commentPinSelected, fullExpanded = props.fullExpanded, shadowDom = props.shadowDom, placeholder = props.placeholder, children = props.children;
2644
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentPinSelected = props.commentPinSelected, fullExpanded = props.fullExpanded, shadowDom = props.shadowDom, placeholder = props.placeholder, anonymousEmail = props.anonymousEmail, children = props.children;
2243
2645
  var ref = useRef(null);
2244
- return (React.createElement("velt-comment-dialog", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-pin-selected": [true, false].includes(commentPinSelected) ? (commentPinSelected ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, placeholder: placeholder }, children));
2646
+ return (React.createElement("velt-comment-dialog", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-pin-selected": [true, false].includes(commentPinSelected) ? (commentPinSelected ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, placeholder: placeholder, "anonymous-email": [true, false].includes(anonymousEmail) ? (anonymousEmail ? 'true' : 'false') : undefined }, children));
2245
2647
  };
2246
2648
 
2247
2649
  var VeltCommentDialogContextWrapper = function (props) {
@@ -10848,5 +11250,5 @@ var logLiveState = function (action, liveStateDataId) {
10848
11250
  }
10849
11251
  };
10850
11252
 
10851
- export { VeltActivityLog, VeltActivityLogEmpty, VeltActivityLogHeader, VeltActivityLogHeaderCloseButton, VeltActivityLogHeaderFilter, VeltActivityLogHeaderFilterContent, VeltActivityLogHeaderFilterContentItem, VeltActivityLogHeaderFilterContentItemIcon, VeltActivityLogHeaderFilterContentItemLabel, VeltActivityLogHeaderFilterTrigger, VeltActivityLogHeaderFilterTriggerIcon, VeltActivityLogHeaderFilterTriggerLabel, VeltActivityLogHeaderTitle, VeltActivityLogList, VeltActivityLogListDateGroup, VeltActivityLogListDateGroupLabel, VeltActivityLogListItem, VeltActivityLogListItemAvatar, VeltActivityLogListItemContent, VeltActivityLogListItemContentAction, VeltActivityLogListItemContentDetail, VeltActivityLogListItemContentTarget, VeltActivityLogListItemContentUser, VeltActivityLogListItemIcon, VeltActivityLogListItemTime, VeltActivityLogListShowMore, VeltActivityLogLoading, VeltActivityLogWireframe, SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChip, VeltAutocompleteChipTooltip, VeltAutocompleteChipTooltipDescription, VeltAutocompleteChipTooltipIcon, VeltAutocompleteChipTooltipName, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteEmpty, VeltAutocompleteEmptyWireframe, VeltAutocompleteGroupOption, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOption, VeltAutocompleteOptionDescription, VeltAutocompleteOptionErrorIcon, VeltAutocompleteOptionIcon, VeltAutocompleteOptionName, VeltAutocompleteOptionWireframe, VeltAutocompleteTool, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentBubbleUnreadIcon, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment$1 as VeltCommentDialogAllComment, VeltCommentDialogApprove$1 as VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu$1 as VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner$1 as VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton$1 as VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton$1 as VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar$1 as VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName$1 as VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody$1 as VeltCommentDialogBody, VeltCommentDialogCloseButton$1 as VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory$1 as VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex$1 as VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber$1 as VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus$1 as VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer$1 as VeltCommentDialogComposer, VeltCommentDialogComposerActionButton$1 as VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser$1 as VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments$1 as VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage$1 as VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete$1 as VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading$1 as VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview$1 as VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid$1 as VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem$1 as VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 as VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 as VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 as VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther$1 as VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete$1 as VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon$1 as VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading$1 as VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName$1 as VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize$1 as VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected$1 as VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar$1 as VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar$1 as VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton$1 as VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput$1 as VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge$1 as VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings$1 as VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink$1 as VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown$1 as VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent$1 as VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem$1 as VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 as VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 as VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger$1 as VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 as VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList$1 as VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 as VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 as VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 as VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton$1 as VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner$1 as VeltCommentDialogGhostBanner, VeltCommentDialogHeader$1 as VeltCommentDialogHeader, VeltCommentDialogHideReply$1 as VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply$1 as VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton$1 as VeltCommentDialogNavigationButton, VeltCommentDialogOptions$1 as VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority$1 as VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner$1 as VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars$1 as VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList$1 as VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem$1 as VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount$1 as VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton$1 as VeltCommentDialogResolveButton, VeltCommentDialogSignIn$1 as VeltCommentDialogSignIn, VeltCommentDialogStatus$1 as VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction$1 as VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept$1 as VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject$1 as VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard$1 as VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments$1 as VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage$1 as VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete$1 as VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload$1 as VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview$1 as VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther$1 as VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete$1 as VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload$1 as VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon$1 as VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName$1 as VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize$1 as VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar$1 as VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType$1 as VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft$1 as VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited$1 as VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage$1 as VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName$1 as VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions$1 as VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool$1 as VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions$1 as VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings$1 as VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply$1 as VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown$1 as VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent$1 as VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem$1 as VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 as VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName$1 as VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 as VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems$1 as VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle$1 as VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger$1 as VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime$1 as VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread$1 as VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads$1 as VeltCommentDialogThreads, VeltCommentDialogToggleReply$1 as VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount$1 as VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon$1 as VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText$1 as VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton$1 as VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade$1 as VeltCommentDialogUpgrade, VeltCommentDialogVisibilityBanner$1 as VeltCommentDialogVisibilityBanner, VeltCommentDialogVisibilityBannerDropdown$1 as VeltCommentDialogVisibilityBannerDropdown, VeltCommentDialogVisibilityBannerDropdownContent$1 as VeltCommentDialogVisibilityBannerDropdownContent, VeltCommentDialogVisibilityBannerDropdownContentItem$1 as VeltCommentDialogVisibilityBannerDropdownContentItem, VeltCommentDialogVisibilityBannerDropdownContentItemIcon$1 as VeltCommentDialogVisibilityBannerDropdownContentItemIcon, VeltCommentDialogVisibilityBannerDropdownContentItemLabel$1 as VeltCommentDialogVisibilityBannerDropdownContentItemLabel, VeltCommentDialogVisibilityBannerDropdownContentUserPicker$1 as VeltCommentDialogVisibilityBannerDropdownContentUserPicker, VeltCommentDialogVisibilityBannerDropdownTrigger$1 as VeltCommentDialogVisibilityBannerDropdownTrigger, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount, VeltCommentDialogVisibilityBannerDropdownTriggerIcon$1 as VeltCommentDialogVisibilityBannerDropdownTriggerIcon, VeltCommentDialogVisibilityBannerDropdownTriggerLabel$1 as VeltCommentDialogVisibilityBannerDropdownTriggerLabel, VeltCommentDialogVisibilityBannerIcon$1 as VeltCommentDialogVisibilityBannerIcon, VeltCommentDialogVisibilityBannerText$1 as VeltCommentDialogVisibilityBannerText, VeltCommentDialogVisibilityDropdown$1 as VeltCommentDialogVisibilityDropdown, VeltCommentDialogVisibilityDropdownContent, VeltCommentDialogVisibilityDropdownContentPrivate, VeltCommentDialogVisibilityDropdownContentPublic, VeltCommentDialogVisibilityDropdownTrigger, VeltCommentDialogVisibilityDropdownTriggerIcon, VeltCommentDialogVisibilityDropdownTriggerLabel, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinGhostCommentIndicator$1 as VeltCommentPinGhostCommentIndicator, VeltCommentPinIndex$1 as VeltCommentPinIndex, VeltCommentPinNumber$1 as VeltCommentPinNumber, VeltCommentPinPrivateCommentIndicator$1 as VeltCommentPinPrivateCommentIndicator, VeltCommentPinTriangle$1 as VeltCommentPinTriangle, VeltCommentPinUnreadCommentIndicator$1 as VeltCommentPinUnreadCommentIndicator, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarV2, VeltCommentsSidebarV2CloseButton$1 as VeltCommentsSidebarV2CloseButton, VeltCommentsSidebarV2EmptyPlaceholder$1 as VeltCommentsSidebarV2EmptyPlaceholder, VeltCommentsSidebarV2FilterDropdown$1 as VeltCommentsSidebarV2FilterDropdown, VeltCommentsSidebarV2FilterDropdownContent$1 as VeltCommentsSidebarV2FilterDropdownContent, VeltCommentsSidebarV2FilterDropdownContentList$1 as VeltCommentsSidebarV2FilterDropdownContentList, VeltCommentsSidebarV2FilterDropdownContentListCategory$1 as VeltCommentsSidebarV2FilterDropdownContentListCategory, VeltCommentsSidebarV2FilterDropdownContentListCategoryContent$1 as VeltCommentsSidebarV2FilterDropdownContentListCategoryContent, VeltCommentsSidebarV2FilterDropdownContentListItem$1 as VeltCommentsSidebarV2FilterDropdownContentListItem, VeltCommentsSidebarV2FilterDropdownContentListItemIndicator$1 as VeltCommentsSidebarV2FilterDropdownContentListItemIndicator, VeltCommentsSidebarV2FilterDropdownContentListItemLabel$1 as VeltCommentsSidebarV2FilterDropdownContentListItemLabel, VeltCommentsSidebarV2FilterDropdownTrigger$1 as VeltCommentsSidebarV2FilterDropdownTrigger, VeltCommentsSidebarV2FocusedThread$1 as VeltCommentsSidebarV2FocusedThread, VeltCommentsSidebarV2FocusedThreadBackButton$1 as VeltCommentsSidebarV2FocusedThreadBackButton, VeltCommentsSidebarV2FocusedThreadDialogContainer$1 as VeltCommentsSidebarV2FocusedThreadDialogContainer, VeltCommentsSidebarV2Header$1 as VeltCommentsSidebarV2Header, VeltCommentsSidebarV2List$1 as VeltCommentsSidebarV2List, VeltCommentsSidebarV2ListItem$1 as VeltCommentsSidebarV2ListItem, VeltCommentsSidebarV2MinimalActionsDropdown$1 as VeltCommentsSidebarV2MinimalActionsDropdown, VeltCommentsSidebarV2MinimalActionsDropdownContent$1 as VeltCommentsSidebarV2MinimalActionsDropdownContent, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead$1 as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved$1 as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved, VeltCommentsSidebarV2MinimalActionsDropdownTrigger$1 as VeltCommentsSidebarV2MinimalActionsDropdownTrigger, VeltCommentsSidebarV2PageModeComposer$1 as VeltCommentsSidebarV2PageModeComposer, VeltCommentsSidebarV2Panel$1 as VeltCommentsSidebarV2Panel, VeltCommentsSidebarV2ResetFilterButton$1 as VeltCommentsSidebarV2ResetFilterButton, VeltCommentsSidebarV2Skeleton$1 as VeltCommentsSidebarV2Skeleton, VeltCommentsSidebarV2Wireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionCommentCount, VeltInlineCommentsSectionComposerContainer, VeltInlineCommentsSectionFilterDropdown, VeltInlineCommentsSectionFilterDropdownContent, VeltInlineCommentsSectionFilterDropdownContentList, VeltInlineCommentsSectionFilterDropdownContentListItem, VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox, VeltInlineCommentsSectionFilterDropdownContentListItemLabel, VeltInlineCommentsSectionFilterDropdownTrigger, VeltInlineCommentsSectionFilterDropdownTriggerArrow, VeltInlineCommentsSectionFilterDropdownTriggerName, VeltInlineCommentsSectionList, VeltInlineCommentsSectionPanel, VeltInlineCommentsSectionSkeleton, VeltInlineCommentsSectionSortingDropdown, VeltInlineCommentsSectionSortingDropdownContent, VeltInlineCommentsSectionSortingDropdownContentItem, VeltInlineCommentsSectionSortingDropdownContentItemIcon, VeltInlineCommentsSectionSortingDropdownContentItemName, VeltInlineCommentsSectionSortingDropdownContentItemTick, VeltInlineCommentsSectionSortingDropdownTrigger, VeltInlineCommentsSectionSortingDropdownTriggerIcon, VeltInlineCommentsSectionSortingDropdownTriggerName, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogCloseButton, VeltMultiThreadCommentDialogCommentCount, VeltMultiThreadCommentDialogComposerContainer, VeltMultiThreadCommentDialogEmptyPlaceholder, VeltMultiThreadCommentDialogList, VeltMultiThreadCommentDialogMinimalActionsDropdown, VeltMultiThreadCommentDialogMinimalActionsDropdownContent, VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead, VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved, VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger, VeltMultiThreadCommentDialogMinimalFilterDropdown, VeltMultiThreadCommentDialogMinimalFilterDropdownContent, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread, VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger, VeltMultiThreadCommentDialogNewThreadButton, VeltMultiThreadCommentDialogPanel, VeltMultiThreadCommentDialogResetFilterButton, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonCommentsCount, VeltSidebarButtonIcon, VeltSidebarButtonUnreadIcon, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextComment, VeltTextCommentTool, VeltTextCommentToolWireframe, VeltTextCommentToolbar, VeltTextCommentToolbarCommentAnnotation, VeltTextCommentToolbarCopywriter, VeltTextCommentToolbarDivider, VeltTextCommentToolbarGeneric, VeltTextCommentToolbar$1 as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useActivityUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useAllActivities, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
11253
+ export { VeltActivityLog, VeltActivityLogEmpty, VeltActivityLogHeader, VeltActivityLogHeaderCloseButton, VeltActivityLogHeaderFilter, VeltActivityLogHeaderFilterContent, VeltActivityLogHeaderFilterContentItem, VeltActivityLogHeaderFilterContentItemIcon, VeltActivityLogHeaderFilterContentItemLabel, VeltActivityLogHeaderFilterTrigger, VeltActivityLogHeaderFilterTriggerIcon, VeltActivityLogHeaderFilterTriggerLabel, VeltActivityLogHeaderTitle, VeltActivityLogList, VeltActivityLogListDateGroup, VeltActivityLogListDateGroupLabel, VeltActivityLogListItem, VeltActivityLogListItemAvatar, VeltActivityLogListItemContent, VeltActivityLogListItemContentAction, VeltActivityLogListItemContentDetail, VeltActivityLogListItemContentTarget, VeltActivityLogListItemContentUser, VeltActivityLogListItemIcon, VeltActivityLogListItemTime, VeltActivityLogListShowMore, VeltActivityLogLoading, VeltActivityLogWireframe, SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChip, VeltAutocompleteChipTooltip, VeltAutocompleteChipTooltipDescription, VeltAutocompleteChipTooltipIcon, VeltAutocompleteChipTooltipName, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteEmpty, VeltAutocompleteEmptyWireframe, VeltAutocompleteGroupOption, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOption, VeltAutocompleteOptionDescription, VeltAutocompleteOptionErrorIcon, VeltAutocompleteOptionIcon, VeltAutocompleteOptionName, VeltAutocompleteOptionWireframe, VeltAutocompleteTool, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentBubbleUnreadIcon, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment$1 as VeltCommentDialogAllComment, VeltCommentDialogApprove$1 as VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu$1 as VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner$1 as VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton$1 as VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton$1 as VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar$1 as VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName$1 as VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody$1 as VeltCommentDialogBody, VeltCommentDialogCloseButton$1 as VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory$1 as VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex$1 as VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber$1 as VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus$1 as VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer$1 as VeltCommentDialogComposer, VeltCommentDialogComposerActionButton$1 as VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser$1 as VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments$1 as VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage$1 as VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete$1 as VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading$1 as VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview$1 as VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid$1 as VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem$1 as VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 as VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 as VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 as VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther$1 as VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete$1 as VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon$1 as VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading$1 as VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName$1 as VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize$1 as VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected$1 as VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar$1 as VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar$1 as VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton$1 as VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput$1 as VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge$1 as VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings$1 as VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink$1 as VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown$1 as VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent$1 as VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem$1 as VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 as VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 as VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger$1 as VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 as VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList$1 as VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 as VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 as VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 as VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton$1 as VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner$1 as VeltCommentDialogGhostBanner, VeltCommentDialogHeader$1 as VeltCommentDialogHeader, VeltCommentDialogHideReply$1 as VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply$1 as VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton$1 as VeltCommentDialogNavigationButton, VeltCommentDialogOptions$1 as VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority$1 as VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner$1 as VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars$1 as VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList$1 as VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem$1 as VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount$1 as VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton$1 as VeltCommentDialogResolveButton, VeltCommentDialogSignIn$1 as VeltCommentDialogSignIn, VeltCommentDialogStatus$1 as VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction$1 as VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept$1 as VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject$1 as VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard$1 as VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments$1 as VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage$1 as VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete$1 as VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload$1 as VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview$1 as VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther$1 as VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete$1 as VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload$1 as VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon$1 as VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName$1 as VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize$1 as VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar$1 as VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType$1 as VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft$1 as VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited$1 as VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage$1 as VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName$1 as VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions$1 as VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool$1 as VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions$1 as VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings$1 as VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply$1 as VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown$1 as VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent$1 as VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem$1 as VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 as VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName$1 as VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 as VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems$1 as VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle$1 as VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger$1 as VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime$1 as VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread$1 as VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads$1 as VeltCommentDialogThreads, VeltCommentDialogToggleReply$1 as VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount$1 as VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon$1 as VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText$1 as VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton$1 as VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade$1 as VeltCommentDialogUpgrade, VeltCommentDialogVisibilityBanner$1 as VeltCommentDialogVisibilityBanner, VeltCommentDialogVisibilityBannerDropdown$1 as VeltCommentDialogVisibilityBannerDropdown, VeltCommentDialogVisibilityBannerDropdownContent$1 as VeltCommentDialogVisibilityBannerDropdownContent, VeltCommentDialogVisibilityBannerDropdownContentItem$1 as VeltCommentDialogVisibilityBannerDropdownContentItem, VeltCommentDialogVisibilityBannerDropdownContentItemIcon$1 as VeltCommentDialogVisibilityBannerDropdownContentItemIcon, VeltCommentDialogVisibilityBannerDropdownContentItemLabel$1 as VeltCommentDialogVisibilityBannerDropdownContentItemLabel, VeltCommentDialogVisibilityBannerDropdownContentUserPicker$1 as VeltCommentDialogVisibilityBannerDropdownContentUserPicker, VeltCommentDialogVisibilityBannerDropdownTrigger$1 as VeltCommentDialogVisibilityBannerDropdownTrigger, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount, VeltCommentDialogVisibilityBannerDropdownTriggerIcon$1 as VeltCommentDialogVisibilityBannerDropdownTriggerIcon, VeltCommentDialogVisibilityBannerDropdownTriggerLabel$1 as VeltCommentDialogVisibilityBannerDropdownTriggerLabel, VeltCommentDialogVisibilityBannerIcon$1 as VeltCommentDialogVisibilityBannerIcon, VeltCommentDialogVisibilityBannerText$1 as VeltCommentDialogVisibilityBannerText, VeltCommentDialogVisibilityDropdown$1 as VeltCommentDialogVisibilityDropdown, VeltCommentDialogVisibilityDropdownContent, VeltCommentDialogVisibilityDropdownContentPrivate, VeltCommentDialogVisibilityDropdownContentPublic, VeltCommentDialogVisibilityDropdownTrigger, VeltCommentDialogVisibilityDropdownTriggerIcon, VeltCommentDialogVisibilityDropdownTriggerLabel, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinGhostCommentIndicator$1 as VeltCommentPinGhostCommentIndicator, VeltCommentPinIndex$1 as VeltCommentPinIndex, VeltCommentPinNumber$1 as VeltCommentPinNumber, VeltCommentPinPrivateCommentIndicator$1 as VeltCommentPinPrivateCommentIndicator, VeltCommentPinTriangle$1 as VeltCommentPinTriangle, VeltCommentPinUnreadCommentIndicator$1 as VeltCommentPinUnreadCommentIndicator, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarV2, VeltCommentsSidebarV2CloseButton$1 as VeltCommentsSidebarV2CloseButton, VeltCommentsSidebarV2EmptyPlaceholder$1 as VeltCommentsSidebarV2EmptyPlaceholder, VeltCommentsSidebarV2FilterDropdown$1 as VeltCommentsSidebarV2FilterDropdown, VeltCommentsSidebarV2FilterDropdownContent$1 as VeltCommentsSidebarV2FilterDropdownContent, VeltCommentsSidebarV2FilterDropdownContentList$1 as VeltCommentsSidebarV2FilterDropdownContentList, VeltCommentsSidebarV2FilterDropdownContentListCategory$1 as VeltCommentsSidebarV2FilterDropdownContentListCategory, VeltCommentsSidebarV2FilterDropdownContentListCategoryContent$1 as VeltCommentsSidebarV2FilterDropdownContentListCategoryContent, VeltCommentsSidebarV2FilterDropdownContentListItem$1 as VeltCommentsSidebarV2FilterDropdownContentListItem, VeltCommentsSidebarV2FilterDropdownContentListItemIndicator$1 as VeltCommentsSidebarV2FilterDropdownContentListItemIndicator, VeltCommentsSidebarV2FilterDropdownContentListItemLabel$1 as VeltCommentsSidebarV2FilterDropdownContentListItemLabel, VeltCommentsSidebarV2FilterDropdownTrigger$1 as VeltCommentsSidebarV2FilterDropdownTrigger, VeltCommentsSidebarV2FocusedThread$1 as VeltCommentsSidebarV2FocusedThread, VeltCommentsSidebarV2FocusedThreadBackButton$1 as VeltCommentsSidebarV2FocusedThreadBackButton, VeltCommentsSidebarV2FocusedThreadDialogContainer$1 as VeltCommentsSidebarV2FocusedThreadDialogContainer, VeltCommentsSidebarV2Header$1 as VeltCommentsSidebarV2Header, VeltCommentsSidebarV2List$1 as VeltCommentsSidebarV2List, VeltCommentsSidebarV2ListItem$1 as VeltCommentsSidebarV2ListItem, VeltCommentsSidebarV2MinimalActionsDropdown$1 as VeltCommentsSidebarV2MinimalActionsDropdown, VeltCommentsSidebarV2MinimalActionsDropdownContent$1 as VeltCommentsSidebarV2MinimalActionsDropdownContent, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead$1 as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved$1 as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved, VeltCommentsSidebarV2MinimalActionsDropdownTrigger$1 as VeltCommentsSidebarV2MinimalActionsDropdownTrigger, VeltCommentsSidebarV2PageModeComposer$1 as VeltCommentsSidebarV2PageModeComposer, VeltCommentsSidebarV2Panel$1 as VeltCommentsSidebarV2Panel, VeltCommentsSidebarV2ResetFilterButton$1 as VeltCommentsSidebarV2ResetFilterButton, VeltCommentsSidebarV2Skeleton$1 as VeltCommentsSidebarV2Skeleton, VeltCommentsSidebarV2Wireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionCommentCount, VeltInlineCommentsSectionComposerContainer, VeltInlineCommentsSectionFilterDropdown, VeltInlineCommentsSectionFilterDropdownContent, VeltInlineCommentsSectionFilterDropdownContentList, VeltInlineCommentsSectionFilterDropdownContentListItem, VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox, VeltInlineCommentsSectionFilterDropdownContentListItemLabel, VeltInlineCommentsSectionFilterDropdownTrigger, VeltInlineCommentsSectionFilterDropdownTriggerArrow, VeltInlineCommentsSectionFilterDropdownTriggerName, VeltInlineCommentsSectionList, VeltInlineCommentsSectionPanel, VeltInlineCommentsSectionSkeleton, VeltInlineCommentsSectionSortingDropdown, VeltInlineCommentsSectionSortingDropdownContent, VeltInlineCommentsSectionSortingDropdownContentItem, VeltInlineCommentsSectionSortingDropdownContentItemIcon, VeltInlineCommentsSectionSortingDropdownContentItemName, VeltInlineCommentsSectionSortingDropdownContentItemTick, VeltInlineCommentsSectionSortingDropdownTrigger, VeltInlineCommentsSectionSortingDropdownTriggerIcon, VeltInlineCommentsSectionSortingDropdownTriggerName, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogCloseButton, VeltMultiThreadCommentDialogCommentCount, VeltMultiThreadCommentDialogComposerContainer, VeltMultiThreadCommentDialogEmptyPlaceholder, VeltMultiThreadCommentDialogList, VeltMultiThreadCommentDialogMinimalActionsDropdown, VeltMultiThreadCommentDialogMinimalActionsDropdownContent, VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead, VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved, VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger, VeltMultiThreadCommentDialogMinimalFilterDropdown, VeltMultiThreadCommentDialogMinimalFilterDropdownContent, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread, VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger, VeltMultiThreadCommentDialogNewThreadButton, VeltMultiThreadCommentDialogPanel, VeltMultiThreadCommentDialogResetFilterButton, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelCloseButton, VeltNotificationsPanelContent, VeltNotificationsPanelContentAll, VeltNotificationsPanelContentAllList, VeltNotificationsPanelContentAllListItem, VeltNotificationsPanelContentAllListItemContent, VeltNotificationsPanelContentAllListItemLabel, VeltNotificationsPanelContentAllReadContainer, VeltNotificationsPanelContentDocuments, VeltNotificationsPanelContentDocumentsList, VeltNotificationsPanelContentDocumentsListItem, VeltNotificationsPanelContentDocumentsListItemContent, VeltNotificationsPanelContentDocumentsListItemCount, VeltNotificationsPanelContentDocumentsListItemName, VeltNotificationsPanelContentDocumentsListItemUnread, VeltNotificationsPanelContentForYou, VeltNotificationsPanelContentList, VeltNotificationsPanelContentListItem, VeltNotificationsPanelContentListItemAvatar, VeltNotificationsPanelContentListItemBody, VeltNotificationsPanelContentListItemFileName, VeltNotificationsPanelContentListItemHeadline, VeltNotificationsPanelContentListItemTime, VeltNotificationsPanelContentListItemUnread, VeltNotificationsPanelContentLoadMore, VeltNotificationsPanelContentPeople, VeltNotificationsPanelContentPeopleList, VeltNotificationsPanelContentPeopleListItem, VeltNotificationsPanelContentPeopleListItemAvatar, VeltNotificationsPanelContentPeopleListItemContent, VeltNotificationsPanelContentPeopleListItemCount, VeltNotificationsPanelContentPeopleListItemName, VeltNotificationsPanelHeader, VeltNotificationsPanelHeaderTabAll, VeltNotificationsPanelHeaderTabDocuments, VeltNotificationsPanelHeaderTabForYou, VeltNotificationsPanelHeaderTabPeople, VeltNotificationsPanelReadAllButton, VeltNotificationsPanelSettings, VeltNotificationsPanelSettingsAccordion, VeltNotificationsPanelSettingsAccordionContent, VeltNotificationsPanelSettingsAccordionContentItem, VeltNotificationsPanelSettingsAccordionContentItemIcon, VeltNotificationsPanelSettingsAccordionContentItemLabel, VeltNotificationsPanelSettingsAccordionTrigger, VeltNotificationsPanelSettingsAccordionTriggerIcon, VeltNotificationsPanelSettingsAccordionTriggerLabel, VeltNotificationsPanelSettingsAccordionTriggerSelectedValue, VeltNotificationsPanelSettingsBackButton, VeltNotificationsPanelSettingsButton, VeltNotificationsPanelSettingsDescription, VeltNotificationsPanelSettingsFooter, VeltNotificationsPanelSettingsHeader, VeltNotificationsPanelSettingsHeaderTitle, VeltNotificationsPanelSettingsList, VeltNotificationsPanelSettingsMuteAllDescription, VeltNotificationsPanelSettingsMuteAllTitle, VeltNotificationsPanelSettingsMuteAllToggle, VeltNotificationsPanelSettingsTitle, VeltNotificationsPanelSkeleton, VeltNotificationsPanelTitle, VeltNotificationsPanelTitleText, VeltNotificationsPanelViewAllButton, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolIcon, VeltNotificationsToolLabel, VeltNotificationsToolUnreadCount, VeltNotificationsToolUnreadIcon, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonCommentsCount, VeltSidebarButtonIcon, VeltSidebarButtonUnreadIcon, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextComment, VeltTextCommentTool, VeltTextCommentToolWireframe, VeltTextCommentToolbar, VeltTextCommentToolbarCommentAnnotation, VeltTextCommentToolbarCopywriter, VeltTextCommentToolbarDivider, VeltTextCommentToolbarGeneric, VeltTextCommentToolbar$1 as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useActivityUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useAllActivities, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
10852
11254
  //# sourceMappingURL=index.js.map