jamespot-react-components 1.3.70 → 1.3.72

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 (617) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/jamespot-react-components/jest.config.d.ts +3 -0
  3. package/dist/jamespot-react-components/jest.setup.d.ts +0 -0
  4. package/dist/{src → jamespot-react-components/src}/components/Common/Article/ArticleCard.d.ts +1 -1
  5. package/dist/{src → jamespot-react-components/src}/components/Common/Outline.d.ts +1 -1
  6. package/dist/{src → jamespot-react-components/src}/components/Drives/Dropbox/DropboxDocuments.d.ts +1 -1
  7. package/dist/{src → jamespot-react-components/src}/components/Drives/JRCDriveDropbox.d.ts +1 -1
  8. package/dist/{src → jamespot-react-components/src}/components/Drives/JRCDriveMSGraph.d.ts +1 -1
  9. package/dist/{src → jamespot-react-components/src}/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +1 -1
  10. package/dist/{src → jamespot-react-components/src}/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +1 -1
  11. package/dist/{src → jamespot-react-components/src}/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +1 -1
  12. package/dist/{src → jamespot-react-components/src}/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +1 -1
  13. package/dist/{src → jamespot-react-components/src}/components/Drives/components/DriveAccountHeader.d.ts +1 -1
  14. package/dist/{src → jamespot-react-components/src}/components/Drives/components/EntityItem.d.ts +1 -1
  15. package/dist/{src → jamespot-react-components/src}/components/Drives/hooks.d.ts +1 -1
  16. package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorImageUpload.d.ts +1 -1
  17. package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorInputImage.d.ts +1 -1
  18. package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorRichTextDialog.d.ts +1 -1
  19. package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorUploader.d.ts +1 -1
  20. package/dist/{src → jamespot-react-components/src}/components/Form/Common/FormHelper.d.ts +1 -1
  21. package/dist/jamespot-react-components/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +2 -0
  22. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +1 -0
  23. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +2 -2
  24. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputFile/utils/file.api.d.ts +1 -1
  25. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputFileAdvanced/File.d.ts +1 -1
  26. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +2 -1
  27. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputImage/types.d.ts +1 -1
  28. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputText/JRCInputText.d.ts +2 -1
  29. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +8 -8
  30. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +10 -10
  31. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +1 -1
  32. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +1 -1
  33. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/editorSetup.d.ts +1 -1
  34. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +1 -1
  35. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +1 -1
  36. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +2 -2
  37. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +1 -1
  38. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +1 -1
  39. package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/SelectHierarchicalTreeModal.d.ts +1 -1
  40. package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/types.d.ts +1 -1
  41. package/dist/{src → jamespot-react-components/src}/components/JRCAlert/JRCAlert.d.ts +1 -1
  42. package/dist/jamespot-react-components/src/components/JRCAppAvatar/JRCAppAvatar.d.ts +10 -0
  43. package/dist/{src → jamespot-react-components/src}/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +8 -8
  44. package/dist/{src → jamespot-react-components/src}/components/JRCAttachments/JRCAttachments.d.ts +1 -1
  45. package/dist/{src → jamespot-react-components/src}/components/JRCAudience/JRCAudience.d.ts +1 -1
  46. package/dist/{src → jamespot-react-components/src}/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +1 -1
  47. package/dist/{src → jamespot-react-components/src}/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +1 -1
  48. package/dist/{src → jamespot-react-components/src}/components/JRCButton/types.d.ts +1 -1
  49. package/dist/{src → jamespot-react-components/src}/components/JRCButtonDownload/JRCButtonDownload.d.ts +1 -1
  50. package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/JRCCalendarEvent.d.ts +1 -1
  51. package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/JRCCalendarModal.d.ts +1 -1
  52. package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/JRCEventStatusButton.d.ts +1 -1
  53. package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/types.d.ts +1 -1
  54. package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/useResponseStatus.d.ts +2 -2
  55. package/dist/{src → jamespot-react-components/src}/components/JRCCard/JRCCard.d.ts +1 -1
  56. package/dist/{src → jamespot-react-components/src}/components/JRCCard/JRCCardImg.d.ts +1 -1
  57. package/dist/{src → jamespot-react-components/src}/components/JRCCommentsBloc/JRCComment.d.ts +1 -1
  58. package/dist/{src → jamespot-react-components/src}/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +1 -1
  59. package/dist/{src → jamespot-react-components/src}/components/JRCCommentsBloc/components/CommentsHeader.d.ts +1 -1
  60. package/dist/{src → jamespot-react-components/src}/components/JRCCommentsBloc/components/EditComment.d.ts +1 -1
  61. package/dist/{src → jamespot-react-components/src}/components/JRCCommentsBloc/components/NewComment.d.ts +1 -1
  62. package/dist/{src → jamespot-react-components/src}/components/JRCDate/JRCDateObject.d.ts +1 -1
  63. package/dist/{src → jamespot-react-components/src}/components/JRCDisplayCard/JRCDisplayCard.d.ts +1 -1
  64. package/dist/{src → jamespot-react-components/src}/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +1 -1
  65. package/dist/{src → jamespot-react-components/src}/components/JRCDot/JRCDot.d.ts +1 -1
  66. package/dist/{src → jamespot-react-components/src}/components/JRCDot/JRCDot.stories.d.ts +1 -1
  67. package/dist/jamespot-react-components/src/components/JRCDragNDrop/DraggableRow.d.ts +9 -0
  68. package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/OneLevelStyles.d.ts +10 -10
  69. package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/index.d.ts +2 -0
  70. package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/styles.d.ts +18 -18
  71. package/dist/{src → jamespot-react-components/src}/components/JRCDropDown/JRCDropDown.d.ts +1 -1
  72. package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewer.d.ts +1 -1
  73. package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewerContent.d.ts +1 -1
  74. package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +1 -1
  75. package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +1 -1
  76. package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/types.d.ts +1 -1
  77. package/dist/{src → jamespot-react-components/src}/components/JRCFolders/components/FileLittleList.d.ts +1 -1
  78. package/dist/{src → jamespot-react-components/src}/components/JRCFolders/types.d.ts +1 -1
  79. package/dist/{src → jamespot-react-components/src}/components/JRCGifSelector/JRCGifSelector.d.ts +1 -1
  80. package/dist/{src → jamespot-react-components/src}/components/JRCGroupList/JRCGroupList.d.ts +1 -1
  81. package/dist/{src → jamespot-react-components/src}/components/JRCGroups/JRCGroups.d.ts +1 -1
  82. package/dist/{src → jamespot-react-components/src}/components/JRCIcon/JRCIcon.d.ts +1 -1
  83. package/dist/{src → jamespot-react-components/src}/components/JRCIconButton/JRCIconButton.d.ts +1 -1
  84. package/dist/{src → jamespot-react-components/src}/components/JRCImg/JRCImg.d.ts +1 -1
  85. package/dist/{src → jamespot-react-components/src}/components/JRCList/JRCList.d.ts +2 -1
  86. package/dist/{src → jamespot-react-components/src}/components/JRCList/JRCList.stories.d.ts +1 -0
  87. package/dist/{src → jamespot-react-components/src}/components/JRCList/JRCList.styles.d.ts +1 -17
  88. package/dist/{src → jamespot-react-components/src}/components/JRCLoader/JRCLoader.d.ts +1 -1
  89. package/dist/{src → jamespot-react-components/src}/components/JRCMediaLoader/JRCMediaLoader.d.ts +1 -1
  90. package/dist/{src → jamespot-react-components/src}/components/JRCMetas/JRCMetas.d.ts +1 -1
  91. package/dist/{src → jamespot-react-components/src}/components/JRCMetas/JRCMetas.stories.d.ts +1 -1
  92. package/dist/{src → jamespot-react-components/src}/components/JRCModalUserList/JRCModalUserList.d.ts +1 -1
  93. package/dist/{src → jamespot-react-components/src}/components/JRCObjectList/JRCObjectList.d.ts +1 -1
  94. package/dist/{src → jamespot-react-components/src}/components/JRCProgressBar/JRCProgressBar.d.ts +1 -1
  95. package/dist/{src → jamespot-react-components/src}/components/JRCQRCode/JRCQRCode.d.ts +1 -1
  96. package/dist/{src → jamespot-react-components/src}/components/JRCQuarantineFiles/JRCQuarantineFiles.d.ts +1 -1
  97. package/dist/{src → jamespot-react-components/src}/components/JRCSkeleton/JRCSkeletonLine.d.ts +1 -1
  98. package/dist/{src → jamespot-react-components/src}/components/JRCSocialActions/JRCSocialActions.d.ts +1 -1
  99. package/dist/{src → jamespot-react-components/src}/components/JRCStyledHref/JRCStyledHref.d.ts +1 -1
  100. package/dist/{src → jamespot-react-components/src}/components/JRCTypography/JRCTypography.d.ts +1 -1
  101. package/dist/{src → jamespot-react-components/src}/components/JRCTypography/JRCTypography.stories.d.ts +1 -1
  102. package/dist/{src → jamespot-react-components/src}/components/JRCTypography/JRCTypography.styles.d.ts +1 -1
  103. package/dist/{src/components/JRCTypography/JRCTypography.d.d.ts → jamespot-react-components/src/components/JRCTypography/JRCTypography.types.d.ts} +1 -1
  104. package/dist/{src → jamespot-react-components/src}/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +1 -1
  105. package/dist/{src → jamespot-react-components/src}/components/JRCUserList/JRCUserList.d.ts +1 -1
  106. package/dist/{src → jamespot-react-components/src}/components/JRCUserPopup/JRCUserPopup.d.ts +1 -1
  107. package/dist/{src → jamespot-react-components/src}/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +1 -1
  108. package/dist/{src → jamespot-react-components/src}/components/JRCUsers/JRCUsers.d.ts +1 -1
  109. package/dist/{src → jamespot-react-components/src}/components/Templates/template.styles.d.ts +1 -1
  110. package/dist/{src → jamespot-react-components/src}/components/Templates/template.type.d.ts +3 -3
  111. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +1 -1
  112. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +1 -1
  113. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +1 -1
  114. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +1 -1
  115. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +1 -1
  116. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +1 -1
  117. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +1 -1
  118. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +1 -1
  119. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +1 -1
  120. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +1 -1
  121. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +1 -1
  122. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetButton/JRCWidgetButtonEditor.d.ts +1 -1
  123. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +1 -1
  124. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +1 -1
  125. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +1 -1
  126. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +1 -1
  127. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +1 -1
  128. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +1 -1
  129. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.d.ts +1 -1
  130. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +1 -1
  131. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCover/JRCWidgetCover.d.ts +1 -1
  132. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCover/JRCWidgetCoverEditor.d.ts +1 -1
  133. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +1 -1
  134. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.d.ts +1 -1
  135. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +1 -1
  136. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +1 -1
  137. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +1 -1
  138. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +1 -1
  139. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +1 -1
  140. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +1 -1
  141. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +1 -1
  142. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +1 -1
  143. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +1 -1
  144. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +1 -1
  145. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +1 -1
  146. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +1 -1
  147. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/types.d.ts +2 -2
  148. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSurveyDate/SurveyDateItemRespondents.d.ts +1 -1
  149. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSurveyDate/types.d.ts +1 -1
  150. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +1 -1
  151. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +1 -1
  152. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +1 -1
  153. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +1 -1
  154. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +1 -1
  155. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +1 -1
  156. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +1 -1
  157. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +1 -1
  158. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +1 -1
  159. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/ensure.d.ts +1 -1
  160. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +1 -1
  161. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +1 -1
  162. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +1 -1
  163. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +1 -1
  164. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +1 -1
  165. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +1 -1
  166. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/types.d.ts +1 -1
  167. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/utils.d.ts +1 -1
  168. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetText/JRCWidgetTextEditor.d.ts +1 -1
  169. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +1 -1
  170. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfileEditor.d.ts +1 -1
  171. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.d.ts +1 -1
  172. package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcomeEditor.d.ts +1 -1
  173. package/dist/{src → jamespot-react-components/src}/components/Widgets/components/WidgetAvatarList.d.ts +1 -1
  174. package/dist/{src → jamespot-react-components/src}/components/Widgets/context/provider.d.ts +1 -1
  175. package/dist/{src → jamespot-react-components/src}/components/Widgets/utils.d.ts +1 -1
  176. package/dist/{src → jamespot-react-components/src}/components/api/jamespot/mockApiWrapper.d.ts +1 -1
  177. package/dist/jamespot-react-components/src/components/api/jamespot/mock_jamespot.d.ts +5 -0
  178. package/dist/{src → jamespot-react-components/src}/components/api/jamespot/mocks/application/application.d.ts +1 -1
  179. package/dist/{src → jamespot-react-components/src}/components/api/jamespot/mocks/datasource/datasource.d.ts +1 -1
  180. package/dist/{src → jamespot-react-components/src}/components/api/jamespot/mocks/file/file.d.ts +1 -1
  181. package/dist/{src → jamespot-react-components/src}/components/api/jamespot/mocks/network/network.d.ts +1 -1
  182. package/dist/{src → jamespot-react-components/src}/components/index.d.ts +2 -1
  183. package/dist/{src → jamespot-react-components/src}/styles/theme.d.ts +1 -1
  184. package/dist/{src → jamespot-react-components/src}/translation/lang.json.d.ts +3 -0
  185. package/dist/{src → jamespot-react-components/src}/types.d.ts +3 -3
  186. package/dist/{src → jamespot-react-components/src}/utils/index.d.ts +1 -1
  187. package/dist/{src → jamespot-react-components/src}/utils/utils.files.d.ts +2 -2
  188. package/dist/{src → jamespot-react-components/src}/utils/utils.form.d.ts +1 -1
  189. package/dist/{src → jamespot-react-components/src}/utils/utils.image.d.ts +1 -1
  190. package/dist/{src → jamespot-react-components/src}/utils/utils.tinymce.d.ts +1 -1
  191. package/dist/jamespot-react-components/vite.config.d.ts +2 -0
  192. package/dist/jamespot-react-components.cjs +865 -816
  193. package/dist/jamespot-react-components.js +8337 -8213
  194. package/package.json +4 -4
  195. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +0 -6
  196. package/dist/src/components/api/jamespot/mock_jamespot.d.ts +0 -5
  197. /package/dist/{scripts → jamespot-react-components/scripts}/generate.d.ts +0 -0
  198. /package/dist/{src → jamespot-react-components/src}/components/404/index.d.ts +0 -0
  199. /package/dist/{src → jamespot-react-components/src}/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +0 -0
  200. /package/dist/{src → jamespot-react-components/src}/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +0 -0
  201. /package/dist/{src → jamespot-react-components/src}/components/Common/BorderRadius.d.ts +0 -0
  202. /package/dist/{src → jamespot-react-components/src}/components/Common/Ellipsis.d.ts +0 -0
  203. /package/dist/{src → jamespot-react-components/src}/components/Common/FastCss.d.ts +0 -0
  204. /package/dist/{src → jamespot-react-components/src}/components/Common/JRCConditionalWrapper.d.ts +0 -0
  205. /package/dist/{src → jamespot-react-components/src}/components/Common/JRCConditionalWrapper.stories.d.ts +0 -0
  206. /package/dist/{src → jamespot-react-components/src}/components/Common/JRCDraggingPlaceholder.d.ts +0 -0
  207. /package/dist/{src → jamespot-react-components/src}/components/Common/LimitLines.d.ts +0 -0
  208. /package/dist/{src → jamespot-react-components/src}/components/Common/Outline.stories.d.ts +0 -0
  209. /package/dist/{src → jamespot-react-components/src}/components/Common/SROnly.d.ts +0 -0
  210. /package/dist/{src → jamespot-react-components/src}/components/Common/SkipToContent.d.ts +0 -0
  211. /package/dist/{src → jamespot-react-components/src}/components/Deprecated/Deprecated_ClickAwayListener/ClickAwayListener.stories.d.ts +0 -0
  212. /package/dist/{src → jamespot-react-components/src}/components/Deprecated/Deprecated_ClickAwayListener/Deprecated_ClickAwayListener.d.ts +0 -0
  213. /package/dist/{src → jamespot-react-components/src}/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +0 -0
  214. /package/dist/{src → jamespot-react-components/src}/components/Deprecated/Deprecated_JRCEllipsis/JRCEllipsis.stories.d.ts +0 -0
  215. /package/dist/{src → jamespot-react-components/src}/components/Drives/components/DriveIsEmpty.d.ts +0 -0
  216. /package/dist/{src → jamespot-react-components/src}/components/Drives/components/EntityAvatar.d.ts +0 -0
  217. /package/dist/{src → jamespot-react-components/src}/components/Drives/components/EntityItemSelection.d.ts +0 -0
  218. /package/dist/{src → jamespot-react-components/src}/components/Drives/components/EntityItemTitle.d.ts +0 -0
  219. /package/dist/{src → jamespot-react-components/src}/components/Drives/drive.const.d.ts +0 -0
  220. /package/dist/{src → jamespot-react-components/src}/components/Drives/drive.style.d.ts +0 -0
  221. /package/dist/{src → jamespot-react-components/src}/components/Drives/drive.types.d.ts +0 -0
  222. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/Editor.style.d.ts +0 -0
  223. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorButtonToggle.d.ts +0 -0
  224. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorCheckbox.d.ts +0 -0
  225. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorColorPicker.d.ts +0 -0
  226. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorInput.d.ts +0 -0
  227. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorInputCheckbox.d.ts +0 -0
  228. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorInputNumber.d.ts +0 -0
  229. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorInputToggle.d.ts +0 -0
  230. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorPositionToggle.d.ts +0 -0
  231. /package/dist/{src → jamespot-react-components/src}/components/Editors/components/EditorSelect.d.ts +0 -0
  232. /package/dist/{src → jamespot-react-components/src}/components/Form/Common/ClickAwayListener.d.ts +0 -0
  233. /package/dist/{src → jamespot-react-components/src}/components/Form/Common/ClickAwayListener.stories.d.ts +0 -0
  234. /package/dist/{src → jamespot-react-components/src}/components/Form/Common/FormLabel.d.ts +0 -0
  235. /package/dist/{src → jamespot-react-components/src}/components/Form/Common/FormMessageFeedback.d.ts +0 -0
  236. /package/dist/{src → jamespot-react-components/src}/components/Form/Common/FormMessageFeedback.stories.d.ts +0 -0
  237. /package/dist/{src → jamespot-react-components/src}/components/Form/Common/types.d.ts +0 -0
  238. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/Common/JRCFormErrors.d.ts +0 -0
  239. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/Common/JRCFormErrors.stories.d.ts +0 -0
  240. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +0 -0
  241. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +0 -0
  242. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/Common/useFormControls.d.ts +0 -0
  243. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCSSPosition/const.d.ts +0 -0
  244. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/Checkbox.type.d.ts +0 -0
  245. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +0 -0
  246. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +0 -0
  247. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +0 -0
  248. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.utils.d.ts +0 -0
  249. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +0 -0
  250. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +0 -0
  251. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +0 -0
  252. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/JRCInputToggle.stories.d.ts +0 -0
  253. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +0 -0
  254. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +0 -0
  255. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +0 -0
  256. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +0 -0
  257. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/ColorInput.d.ts +0 -0
  258. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/ColorPalette.d.ts +0 -0
  259. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/ColorPicker.d.ts +0 -0
  260. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/ColorRange.d.ts +0 -0
  261. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/DragArea.d.ts +0 -0
  262. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +0 -0
  263. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/JRCInputColor.stories.d.ts +0 -0
  264. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +0 -0
  265. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputColor/JRCInputColorRaw.stories.d.ts +0 -0
  266. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +0 -0
  267. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +0 -0
  268. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +0 -0
  269. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputDateTime/JRCInputDateTIme.stories.d.ts +0 -0
  270. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +0 -0
  271. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputDateTime/JRCInputDateTimeRaw.d.ts +0 -0
  272. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +0 -0
  273. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputEmail/JRCInputEmail.stories.d.ts +0 -0
  274. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputFile/JRCInputFile.stories.d.ts +0 -0
  275. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +0 -0
  276. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +0 -0
  277. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputFileAdvanced/types.d.ts +0 -0
  278. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +0 -0
  279. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +0 -0
  280. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +0 -0
  281. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputPosition/JRCInputPosition.d.ts +0 -0
  282. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputPosition/JRCInputPositionRaw.d.ts +0 -0
  283. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputPosition/const.d.ts +0 -0
  284. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +0 -0
  285. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputRange/JRCInputRange.stories.d.ts +0 -0
  286. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +0 -0
  287. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.stories.d.ts +0 -0
  288. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFile.d.ts +0 -0
  289. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFile.stories.d.ts +0 -0
  290. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFileRaw.d.ts +0 -0
  291. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +0 -0
  292. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +0 -0
  293. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +0 -0
  294. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +0 -0
  295. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +0 -0
  296. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +0 -0
  297. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +0 -0
  298. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +0 -0
  299. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +0 -0
  300. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.stories.d.ts +0 -0
  301. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.stories.d.ts +0 -0
  302. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +0 -0
  303. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +0 -0
  304. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +0 -0
  305. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/extensions/GifsExtension/GifsExtension.d.ts +0 -0
  306. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/extensions/JIAExtension/JIATextGenerationExtension.d.ts +0 -0
  307. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/extensions/JTinyMCEExtensions.d.ts +0 -0
  308. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/extensions/MarkdownExtension/MarkdownExtension.d.ts +0 -0
  309. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputTinyMCERaw/types.d.ts +0 -0
  310. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +0 -0
  311. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCInputUrl/JRCInputUrl.stories.d.ts +0 -0
  312. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCAutocomplete.stories.d.ts +0 -0
  313. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +0 -0
  314. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +0 -0
  315. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +0 -0
  316. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputAudience.stories.d.ts +0 -0
  317. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +0 -0
  318. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +0 -0
  319. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +0 -0
  320. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelect.stories.d.ts +0 -0
  321. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelect.utils.d.ts +0 -0
  322. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.d.ts +0 -0
  323. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +0 -0
  324. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +0 -0
  325. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +0 -0
  326. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +0 -0
  327. /package/dist/{src → jamespot-react-components/src}/components/Form/Input/JRCStyledInput.d.ts +0 -0
  328. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/JRCAlbum.d.ts +0 -0
  329. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/JRCAlbum.stories.d.ts +0 -0
  330. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/components/AlbumItem.d.ts +0 -0
  331. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/components/AlbumX1.d.ts +0 -0
  332. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/components/AlbumX2.d.ts +0 -0
  333. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/components/AlbumX3.d.ts +0 -0
  334. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/components/AlbumX4.d.ts +0 -0
  335. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/components/AlbumX5.d.ts +0 -0
  336. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/const.d.ts +0 -0
  337. /package/dist/{src → jamespot-react-components/src}/components/JRCAlbum/styles.d.ts +0 -0
  338. /package/dist/{src → jamespot-react-components/src}/components/JRCAlert/JRCAlert.stories.d.ts +0 -0
  339. /package/dist/{src → jamespot-react-components/src}/components/JRCAnimatedContainer.d.ts +0 -0
  340. /package/dist/{src → jamespot-react-components/src}/components/JRCAppContainer/JRCAppContainer.d.ts +0 -0
  341. /package/dist/{src → jamespot-react-components/src}/components/JRCAppHeader/JRCAppHeader.d.ts +0 -0
  342. /package/dist/{src → jamespot-react-components/src}/components/JRCAppHeader/JRCAppHeader.stories.d.ts +0 -0
  343. /package/dist/{src → jamespot-react-components/src}/components/JRCAppHeader/JRCAppHeader.styles.d.ts +0 -0
  344. /package/dist/{src → jamespot-react-components/src}/components/JRCAppHeader/JRCAppHeader.types.d.ts +0 -0
  345. /package/dist/{src → jamespot-react-components/src}/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +0 -0
  346. /package/dist/{src → jamespot-react-components/src}/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +0 -0
  347. /package/dist/{src → jamespot-react-components/src}/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +0 -0
  348. /package/dist/{src → jamespot-react-components/src}/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +0 -0
  349. /package/dist/{src → jamespot-react-components/src}/components/JRCAttachments/JRCAttachments.stories.d.ts +0 -0
  350. /package/dist/{src → jamespot-react-components/src}/components/JRCAudience/JRCAudienceAvatar.d.ts +0 -0
  351. /package/dist/{src → jamespot-react-components/src}/components/JRCAvatar/JRCAvatar.d.ts +0 -0
  352. /package/dist/{src → jamespot-react-components/src}/components/JRCAvatar/JRCAvatar.stories.d.ts +0 -0
  353. /package/dist/{src → jamespot-react-components/src}/components/JRCAvatars/JRCAvatars.d.ts +0 -0
  354. /package/dist/{src → jamespot-react-components/src}/components/JRCAvatars/JRCAvatars.stories.d.ts +0 -0
  355. /package/dist/{src → jamespot-react-components/src}/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +0 -0
  356. /package/dist/{src → jamespot-react-components/src}/components/JRCBreadcrumb/JRCBreadcrumb.stories.d.ts +0 -0
  357. /package/dist/{src → jamespot-react-components/src}/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts +0 -0
  358. /package/dist/{src → jamespot-react-components/src}/components/JRCBusinessContacts/JRCBusinessContacts.stories.d.ts +0 -0
  359. /package/dist/{src → jamespot-react-components/src}/components/JRCButton/Button.d.ts +0 -0
  360. /package/dist/{src → jamespot-react-components/src}/components/JRCButton/JRCButton.d.ts +0 -0
  361. /package/dist/{src → jamespot-react-components/src}/components/JRCButton/JRCButton.stories.d.ts +0 -0
  362. /package/dist/{src → jamespot-react-components/src}/components/JRCButton/JRCButtonConfig.d.ts +0 -0
  363. /package/dist/{src → jamespot-react-components/src}/components/JRCButton/JRCValidationButton.d.ts +0 -0
  364. /package/dist/{src → jamespot-react-components/src}/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +0 -0
  365. /package/dist/{src → jamespot-react-components/src}/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +0 -0
  366. /package/dist/{src → jamespot-react-components/src}/components/JRCButtonDropdown/JRCButtonDropdown.stories.d.ts +0 -0
  367. /package/dist/{src → jamespot-react-components/src}/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +0 -0
  368. /package/dist/{src → jamespot-react-components/src}/components/JRCButtonDropdown/JRCButtonDropdown.types.d.ts +0 -0
  369. /package/dist/{src → jamespot-react-components/src}/components/JRCButtonFile/JRCButtonFile.d.ts +0 -0
  370. /package/dist/{src → jamespot-react-components/src}/components/JRCButtonFile/JRCButtonFile.stories.d.ts +0 -0
  371. /package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/CalendarStyle.d.ts +0 -0
  372. /package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/JRCCalendar.d.ts +0 -0
  373. /package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/JRCCalendar.stories.d.ts +0 -0
  374. /package/dist/{src → jamespot-react-components/src}/components/JRCCalendar/useCalendarDate.d.ts +0 -0
  375. /package/dist/{src → jamespot-react-components/src}/components/JRCCard/JRCCard.stories.d.ts +0 -0
  376. /package/dist/{src → jamespot-react-components/src}/components/JRCCard/JRCCardImg.stories.d.ts +0 -0
  377. /package/dist/{src → jamespot-react-components/src}/components/JRCCollapse/JRCCollapse.d.ts +0 -0
  378. /package/dist/{src → jamespot-react-components/src}/components/JRCCollapse/JRCCollapse.stories.d.ts +0 -0
  379. /package/dist/{src → jamespot-react-components/src}/components/JRCColumnCenter/JRCColumnCenter.d.ts +0 -0
  380. /package/dist/{src → jamespot-react-components/src}/components/JRCColumnLeft/JRCColumnLeft.d.ts +0 -0
  381. /package/dist/{src → jamespot-react-components/src}/components/JRCColumnRight/JRCColumnRight.d.ts +0 -0
  382. /package/dist/{src → jamespot-react-components/src}/components/JRCCommentsBloc/AvatarWrapper.d.ts +0 -0
  383. /package/dist/{src → jamespot-react-components/src}/components/JRCCommentsBloc/JRCCommentsBloc.stories.d.ts +0 -0
  384. /package/dist/{src → jamespot-react-components/src}/components/JRCConfirmationModal/JRCConfirmationModal.d.ts +0 -0
  385. /package/dist/{src → jamespot-react-components/src}/components/JRCCropImage/JRCCropImage.d.ts +0 -0
  386. /package/dist/{src → jamespot-react-components/src}/components/JRCCropImage/JRCCropImage.stories.d.ts +0 -0
  387. /package/dist/{src → jamespot-react-components/src}/components/JRCDate/JRCDate.d.ts +0 -0
  388. /package/dist/{src → jamespot-react-components/src}/components/JRCDate/JRCDate.stories.d.ts +0 -0
  389. /package/dist/{src → jamespot-react-components/src}/components/JRCDate/JRCDateObject.stories.d.ts +0 -0
  390. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/DndProvider.d.ts +0 -0
  391. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/Draggable.d.ts +0 -0
  392. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/Droppable.d.ts +0 -0
  393. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/JRCDndOneLevel.d.ts +0 -0
  394. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/JRCDndOneLevel.stories.d.ts +0 -0
  395. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/JRCDndOneLevelWithStack.d.ts +0 -0
  396. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/JRCDndOneLevelWithStack.stories.d.ts +0 -0
  397. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/JRCDndTwoLevelWithStack.d.ts +0 -0
  398. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/JRCDndTwoLevelWithStack.stories.d.ts +0 -0
  399. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/OneLevelMainDraggable.d.ts +0 -0
  400. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/OneLevelMainDropzone.d.ts +0 -0
  401. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/OneLevelStackDraggable.d.ts +0 -0
  402. /package/dist/{src → jamespot-react-components/src}/components/JRCDragNDrop/types.d.ts +0 -0
  403. /package/dist/{src → jamespot-react-components/src}/components/JRCDropDown/JRCDropDown.stories.d.ts +0 -0
  404. /package/dist/{src → jamespot-react-components/src}/components/JRCEditor/JRCEditor.d.ts +0 -0
  405. /package/dist/{src → jamespot-react-components/src}/components/JRCEditor/JRCEditor.stories.d.ts +0 -0
  406. /package/dist/{src → jamespot-react-components/src}/components/JRCEditor/JRCModalSchedule.d.ts +0 -0
  407. /package/dist/{src → jamespot-react-components/src}/components/JRCEmptySpace/JRCEmptySpace.d.ts +0 -0
  408. /package/dist/{src → jamespot-react-components/src}/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +0 -0
  409. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/JRCFile.d.ts +0 -0
  410. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/JRCFile.stories.d.ts +0 -0
  411. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/JRCFileApplication.d.ts +0 -0
  412. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/JRCFileAudio.d.ts +0 -0
  413. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/JRCFileAvatar.d.ts +0 -0
  414. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/JRCFileFolder.d.ts +0 -0
  415. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/JRCFileImage.d.ts +0 -0
  416. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/JRCFileVideo.d.ts +0 -0
  417. /package/dist/{src → jamespot-react-components/src}/components/JRCFile/types.d.ts +0 -0
  418. /package/dist/{src → jamespot-react-components/src}/components/JRCFileOpen/JRCFileOpen.d.ts +0 -0
  419. /package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewer.stories.d.ts +0 -0
  420. /package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewer.styles.d.ts +0 -0
  421. /package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewerArrows.d.ts +0 -0
  422. /package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +0 -0
  423. /package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +0 -0
  424. /package/dist/{src → jamespot-react-components/src}/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +0 -0
  425. /package/dist/{src → jamespot-react-components/src}/components/JRCFlex/JRCFlexBox.d.ts +0 -0
  426. /package/dist/{src → jamespot-react-components/src}/components/JRCFlex/JRCFlexBox.stories.d.ts +0 -0
  427. /package/dist/{src → jamespot-react-components/src}/components/JRCFolders/JRCFolderBreadcrumb.d.ts +0 -0
  428. /package/dist/{src → jamespot-react-components/src}/components/JRCFolders/JRCFolders.d.ts +0 -0
  429. /package/dist/{src → jamespot-react-components/src}/components/JRCFolders/JRCFolders.stories.d.ts +0 -0
  430. /package/dist/{src → jamespot-react-components/src}/components/JRCFolders/styles.d.ts +0 -0
  431. /package/dist/{src → jamespot-react-components/src}/components/JRCFolders/utils.d.ts +0 -0
  432. /package/dist/{src → jamespot-react-components/src}/components/JRCGifSelector/JRCGifSelector.stories.d.ts +0 -0
  433. /package/dist/{src → jamespot-react-components/src}/components/JRCGrid/JRCGrid.d.ts +0 -0
  434. /package/dist/{src → jamespot-react-components/src}/components/JRCGrid/JRCGrid.stories.d.ts +0 -0
  435. /package/dist/{src → jamespot-react-components/src}/components/JRCGroupList/JRCGroupList.stories.d.ts +0 -0
  436. /package/dist/{src → jamespot-react-components/src}/components/JRCGroups/JRCGroups.stories.d.ts +0 -0
  437. /package/dist/{src → jamespot-react-components/src}/components/JRCHtml/JRCHtml.d.ts +0 -0
  438. /package/dist/{src → jamespot-react-components/src}/components/JRCHtml/JRCHtml.stories.d.ts +0 -0
  439. /package/dist/{src → jamespot-react-components/src}/components/JRCIcon/JRCIcon.stories.d.ts +0 -0
  440. /package/dist/{src → jamespot-react-components/src}/components/JRCIconButton/JRCIconButton.stories.d.ts +0 -0
  441. /package/dist/{src → jamespot-react-components/src}/components/JRCIconSelectionModal/JRCIconSelectionModal.d.ts +0 -0
  442. /package/dist/{src → jamespot-react-components/src}/components/JRCImg/JRCImg.stories.d.ts +0 -0
  443. /package/dist/{src → jamespot-react-components/src}/components/JRCList/JRCListMockData.stories.d.ts +0 -0
  444. /package/dist/{src → jamespot-react-components/src}/components/JRCLoadMore/JRCLoadMore.d.ts +0 -0
  445. /package/dist/{src → jamespot-react-components/src}/components/JRCLoadMore/JRCLoadMore.stories.d.ts +0 -0
  446. /package/dist/{src → jamespot-react-components/src}/components/JRCLoader/JRCLoader.stories.d.ts +0 -0
  447. /package/dist/{src → jamespot-react-components/src}/components/JRCLoader/JRCSkeleton.d.ts +0 -0
  448. /package/dist/{src → jamespot-react-components/src}/components/JRCMediaLoader/JRCMediaLoader.stories.d.ts +0 -0
  449. /package/dist/{src → jamespot-react-components/src}/components/JRCMenu/JRCMenu.d.ts +0 -0
  450. /package/dist/{src → jamespot-react-components/src}/components/JRCMenu/JRCMenu.stories.d.ts +0 -0
  451. /package/dist/{src → jamespot-react-components/src}/components/JRCMenuItem/JRCMenuItem.d.ts +0 -0
  452. /package/dist/{src → jamespot-react-components/src}/components/JRCMessage/JRCMessage.d.ts +0 -0
  453. /package/dist/{src → jamespot-react-components/src}/components/JRCMessage/JRCMessage.stories.d.ts +0 -0
  454. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/JRCModal.styles.d.ts +0 -0
  455. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/JRCModalContent.d.ts +0 -0
  456. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/JRCModalContentForm.d.ts +0 -0
  457. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/JRCModalLayout.d.ts +0 -0
  458. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/templates/JRCModal.d.ts +0 -0
  459. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/templates/JRCModal.stories.d.ts +0 -0
  460. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/templates/JRCModal.types.d.ts +0 -0
  461. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/templates/JRCModalForm.d.ts +0 -0
  462. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/templates/JRCModalForm.stories.d.ts +0 -0
  463. /package/dist/{src → jamespot-react-components/src}/components/JRCModal/types.d.ts +0 -0
  464. /package/dist/{src → jamespot-react-components/src}/components/JRCModalImg/JRCModalImg.d.ts +0 -0
  465. /package/dist/{src → jamespot-react-components/src}/components/JRCModalImg/JRCModalImg.stories.d.ts +0 -0
  466. /package/dist/{src → jamespot-react-components/src}/components/JRCModalImg/JRCModalImg.styles.d.ts +0 -0
  467. /package/dist/{src → jamespot-react-components/src}/components/JRCModalUserList/CSSAvatarWrapper.d.ts +0 -0
  468. /package/dist/{src → jamespot-react-components/src}/components/JRCPagination/JRCPagination.d.ts +0 -0
  469. /package/dist/{src → jamespot-react-components/src}/components/JRCPagination/JRCPagination.stories.d.ts +0 -0
  470. /package/dist/{src → jamespot-react-components/src}/components/JRCPublishButton/JRCPublishButton.d.ts +0 -0
  471. /package/dist/{src → jamespot-react-components/src}/components/JRCPublishButton/JRCPublishButton.stories.d.ts +0 -0
  472. /package/dist/{src → jamespot-react-components/src}/components/JRCPublishButton/PublishButtonEntry.d.ts +0 -0
  473. /package/dist/{src → jamespot-react-components/src}/components/JRCQRCode/JRCQRCode.stories.d.ts +0 -0
  474. /package/dist/{src → jamespot-react-components/src}/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +0 -0
  475. /package/dist/{src → jamespot-react-components/src}/components/JRCSidePanelModal/JRCSidePanelModal.stories.d.ts +0 -0
  476. /package/dist/{src → jamespot-react-components/src}/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +0 -0
  477. /package/dist/{src → jamespot-react-components/src}/components/JRCSidePanelModal/JRCSidePanelModalForm.d.ts +0 -0
  478. /package/dist/{src → jamespot-react-components/src}/components/JRCSidePanelModal/JRCSidePanelModalForm.stories.d.ts +0 -0
  479. /package/dist/{src → jamespot-react-components/src}/components/JRCSidePanelModal/SidePanel.d.ts +0 -0
  480. /package/dist/{src → jamespot-react-components/src}/components/JRCSidePanelModal/types.d.ts +0 -0
  481. /package/dist/{src → jamespot-react-components/src}/components/JRCSkeleton/JRCSkeletonList.d.ts +0 -0
  482. /package/dist/{src → jamespot-react-components/src}/components/JRCSkeleton/JRCSkeletonSquare.d.ts +0 -0
  483. /package/dist/{src → jamespot-react-components/src}/components/JRCSkeleton/common.d.ts +0 -0
  484. /package/dist/{src → jamespot-react-components/src}/components/JRCStyledHref/JRCStyledHref.stories.d.ts +0 -0
  485. /package/dist/{src → jamespot-react-components/src}/components/JRCTabs/JRCTabs.d.ts +0 -0
  486. /package/dist/{src → jamespot-react-components/src}/components/JRCTabs/JRCTabs.stories.d.ts +0 -0
  487. /package/dist/{src → jamespot-react-components/src}/components/JRCTag/JRCTag.d.ts +0 -0
  488. /package/dist/{src → jamespot-react-components/src}/components/JRCTag/JRCTag.stories.d.ts +0 -0
  489. /package/dist/{src → jamespot-react-components/src}/components/JRCThemeProvider/JRCThemeProvider.d.ts +0 -0
  490. /package/dist/{src → jamespot-react-components/src}/components/JRCTooltip/JRCBaseTooltip.d.ts +0 -0
  491. /package/dist/{src → jamespot-react-components/src}/components/JRCTooltip/JRCTooltip.d.ts +0 -0
  492. /package/dist/{src → jamespot-react-components/src}/components/JRCTooltip/JRCTooltip.stories.d.ts +0 -0
  493. /package/dist/{src → jamespot-react-components/src}/components/JRCTooltip/types.d.ts +0 -0
  494. /package/dist/{src → jamespot-react-components/src}/components/JRCTypo/JRCTypo.d.ts +0 -0
  495. /package/dist/{src → jamespot-react-components/src}/components/JRCTypo/JRCTypo.stories.d.ts +0 -0
  496. /package/dist/{src → jamespot-react-components/src}/components/JRCUserList/JRCUserList.stories.d.ts +0 -0
  497. /package/dist/{src → jamespot-react-components/src}/components/JRCUserPopup/JRCUserPopup.stories.d.ts +0 -0
  498. /package/dist/{src → jamespot-react-components/src}/components/JRCUsers/JRCUsers.stories.d.ts +0 -0
  499. /package/dist/{src → jamespot-react-components/src}/components/Pages/JRCPageNotLogged.d.ts +0 -0
  500. /package/dist/{src → jamespot-react-components/src}/components/Stepper/JRCFadeStepper.d.ts +0 -0
  501. /package/dist/{src → jamespot-react-components/src}/components/Stepper/JRCImageStepper.d.ts +0 -0
  502. /package/dist/{src → jamespot-react-components/src}/components/Stepper/JRCStepper.d.ts +0 -0
  503. /package/dist/{src → jamespot-react-components/src}/components/Stepper/JRCStepper.stories.d.ts +0 -0
  504. /package/dist/{src → jamespot-react-components/src}/components/Stepper/JRCStepper.style.d.ts +0 -0
  505. /package/dist/{src → jamespot-react-components/src}/components/Templates/AppColumn.d.ts +0 -0
  506. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCAppColumn.d.ts +0 -0
  507. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCAppTab.d.ts +0 -0
  508. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCBase.template.d.ts +0 -0
  509. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCBasicAutoMarginContainer.d.ts +0 -0
  510. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCColumn.d.ts +0 -0
  511. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCContainer.d.ts +0 -0
  512. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCMainColumn.d.ts +0 -0
  513. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCPanel.d.ts +0 -0
  514. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCStepperPage.d.ts +0 -0
  515. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCTemplate.stories.d.ts +0 -0
  516. /package/dist/{src → jamespot-react-components/src}/components/Templates/JRCTwoColumns.template.d.ts +0 -0
  517. /package/dist/{src → jamespot-react-components/src}/components/Templates/MainColumn.d.ts +0 -0
  518. /package/dist/{src → jamespot-react-components/src}/components/Templates/template.utils.d.ts +0 -0
  519. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.stories.d.ts +0 -0
  520. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +0 -0
  521. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +0 -0
  522. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +0 -0
  523. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +0 -0
  524. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +0 -0
  525. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetColor/JRCWidgetColor.d.ts +0 -0
  526. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +0 -0
  527. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +0 -0
  528. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +0 -0
  529. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +0 -0
  530. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +0 -0
  531. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +0 -0
  532. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +0 -0
  533. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +0 -0
  534. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +0 -0
  535. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +0 -0
  536. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +0 -0
  537. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +0 -0
  538. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetEmptyInplace.d.ts +0 -0
  539. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetIcon.d.ts +0 -0
  540. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +0 -0
  541. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +0 -0
  542. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +0 -0
  543. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetImage/styles.d.ts +0 -0
  544. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +0 -0
  545. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +0 -0
  546. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +0 -0
  547. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +0 -0
  548. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +0 -0
  549. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +0 -0
  550. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +0 -0
  551. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.d.ts +0 -0
  552. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.stories.d.ts +0 -0
  553. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/components/ArticleSliderImage.d.ts +0 -0
  554. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/components/ArticleSliderSlide.d.ts +0 -0
  555. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/components/ArticleSliderSlideTitle.d.ts +0 -0
  556. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/components/SliderArrows.d.ts +0 -0
  557. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/components/SliderDots.d.ts +0 -0
  558. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSlider/utils.d.ts +0 -0
  559. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSurveyDate/JRCWidgetSurveyDate.d.ts +0 -0
  560. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSurveyDate/JRCWidgetSurveyDate.stories.d.ts +0 -0
  561. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetSurveyDate/SurveyDateItem.d.ts +0 -0
  562. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +0 -0
  563. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +0 -0
  564. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +0 -0
  565. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +0 -0
  566. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +0 -0
  567. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +0 -0
  568. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/const.d.ts +0 -0
  569. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +0 -0
  570. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +0 -0
  571. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +0 -0
  572. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +0 -0
  573. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +0 -0
  574. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +0 -0
  575. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +0 -0
  576. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +0 -0
  577. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +0 -0
  578. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetTable/pagination.d.ts +0 -0
  579. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetText/JRCWidgetText.d.ts +0 -0
  580. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.stories.d.ts +0 -0
  581. /package/dist/{src → jamespot-react-components/src}/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.stories.d.ts +0 -0
  582. /package/dist/{src → jamespot-react-components/src}/components/Widgets/WidgetPanelTplWarning.d.ts +0 -0
  583. /package/dist/{src → jamespot-react-components/src}/components/Widgets/components/WidgetMissingToken.d.ts +0 -0
  584. /package/dist/{src → jamespot-react-components/src}/components/Widgets/const.d.ts +0 -0
  585. /package/dist/{src → jamespot-react-components/src}/components/Widgets/context/hooks.d.ts +0 -0
  586. /package/dist/{src → jamespot-react-components/src}/components/Widgets/styles.d.ts +0 -0
  587. /package/dist/{src → jamespot-react-components/src}/hooks/UseDebounce.d.ts +0 -0
  588. /package/dist/{src → jamespot-react-components/src}/hooks/UseDebounce.stories.d.ts +0 -0
  589. /package/dist/{src → jamespot-react-components/src}/hooks/UseDidMountEffect.d.ts +0 -0
  590. /package/dist/{src → jamespot-react-components/src}/hooks/UseImageLoader.d.ts +0 -0
  591. /package/dist/{src → jamespot-react-components/src}/hooks/UseKeyPress.d.ts +0 -0
  592. /package/dist/{src → jamespot-react-components/src}/hooks/UseLocalStorage.d.ts +0 -0
  593. /package/dist/{src → jamespot-react-components/src}/hooks/UseTimeout.d.ts +0 -0
  594. /package/dist/{src → jamespot-react-components/src}/hooks/index.d.ts +0 -0
  595. /package/dist/{src → jamespot-react-components/src}/hooks/useAbortController.d.ts +0 -0
  596. /package/dist/{src → jamespot-react-components/src}/hooks/useCancelOnUnmount.d.ts +0 -0
  597. /package/dist/{src → jamespot-react-components/src}/hooks/useModalAccessibility.d.ts +0 -0
  598. /package/dist/{src → jamespot-react-components/src}/hooks/useRefSize.d.ts +0 -0
  599. /package/dist/{src → jamespot-react-components/src}/hooks/useThemeContext.d.ts +0 -0
  600. /package/dist/{src → jamespot-react-components/src}/hooks/useWindowSize.d.ts +0 -0
  601. /package/dist/{src → jamespot-react-components/src}/index.d.ts +0 -0
  602. /package/dist/{src → jamespot-react-components/src}/styles/Theme.stories.d.ts +0 -0
  603. /package/dist/{src → jamespot-react-components/src}/translation/index.d.ts +0 -0
  604. /package/dist/{src → jamespot-react-components/src}/types/dataAttributes.d.ts +0 -0
  605. /package/dist/{src → jamespot-react-components/src}/types/utils.d.ts +0 -0
  606. /package/dist/{src → jamespot-react-components/src}/utils/const.d.ts +0 -0
  607. /package/dist/{src → jamespot-react-components/src}/utils/types.d.ts +0 -0
  608. /package/dist/{src → jamespot-react-components/src}/utils/utils.array.d.ts +0 -0
  609. /package/dist/{src → jamespot-react-components/src}/utils/utils.date.d.ts +0 -0
  610. /package/dist/{src → jamespot-react-components/src}/utils/utils.document.d.ts +0 -0
  611. /package/dist/{src → jamespot-react-components/src}/utils/utils.html.d.ts +0 -0
  612. /package/dist/{src → jamespot-react-components/src}/utils/utils.icons.d.ts +0 -0
  613. /package/dist/{src → jamespot-react-components/src}/utils/utils.misc.d.ts +0 -0
  614. /package/dist/{src → jamespot-react-components/src}/utils/utils.object.d.ts +0 -0
  615. /package/dist/{src → jamespot-react-components/src}/utils/utils.regexp.d.ts +0 -0
  616. /package/dist/{src → jamespot-react-components/src}/utils/utils.string.d.ts +0 -0
  617. /package/dist/{src → jamespot-react-components/src}/utils/utils.time.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { WidgetButtonProps } from 'jamespot-user-api';
1
+ import { WidgetButtonProps } from '../../../../../jamespot-user-api/src';
2
2
  import { ReactNode } from 'react';
3
3
  /**
4
4
  * Default widget button editor
@@ -1,4 +1,4 @@
1
- import { DavCalendarEvent } from 'jamespot-user-api';
1
+ import { DavCalendarEvent } from '../../../../../jamespot-user-api/src';
2
2
  type JRCWidgetCalendarCalDavProps = {
3
3
  calendarListEvent: DavCalendarEvent[];
4
4
  };
@@ -1,4 +1,4 @@
1
- import { jFileLittle, jHref } from 'jamespot-user-api';
1
+ import { jFileLittle, jHref } from '../../../../../jamespot-user-api/src';
2
2
  type JRCWidgetCheckListEntryUser = {
3
3
  id: string | number;
4
4
  type: string;
@@ -1,4 +1,4 @@
1
- import { CombinedWidgetContent, WidgetCheckListContent, WidgetCheckListContentArr } from 'jamespot-user-api';
1
+ import { CombinedWidgetContent, WidgetCheckListContent, WidgetCheckListContentArr } from '../../../../../jamespot-user-api/src';
2
2
  type JRCWidgetCheckListEditorProps = {
3
3
  token?: string;
4
4
  uniqid: string;
@@ -1,4 +1,4 @@
1
- import { WidgetCheckListContent } from 'jamespot-user-api';
1
+ import { WidgetCheckListContent } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetCheckListEditorItemLink: ({ content, idx, handleChangeContent, closeHandler, }: {
3
3
  content: WidgetCheckListContent;
4
4
  idx: number;
@@ -1,4 +1,4 @@
1
- import { jFileLittle } from 'jamespot-user-api';
1
+ import { jFileLittle } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetCheckListImage: ({ file, margin, onClick, handleRemove, }: {
3
3
  file: jFileLittle;
4
4
  margin?: number;
@@ -1,4 +1,4 @@
1
- import { WidgetCheckListContentArr, jFileLittle, jHref } from 'jamespot-user-api';
1
+ import { WidgetCheckListContentArr, jFileLittle, jHref } from '../../../../../jamespot-user-api/src';
2
2
  import { FC, RefObject } from 'react';
3
3
  type Item = {
4
4
  title: string;
@@ -1,4 +1,4 @@
1
- import { WidgetColorContent } from 'jamespot-user-api';
1
+ import { WidgetColorContent } from '../../../../../jamespot-user-api/src';
2
2
  export interface JRCWidgetColorEditorProps extends WidgetColorContent {
3
3
  uniqid: string;
4
4
  content: WidgetColorContent;
@@ -1,4 +1,4 @@
1
- import { DavAddressBookContact } from 'jamespot-user-api';
1
+ import { DavAddressBookContact } from '../../../../../jamespot-user-api/src';
2
2
  type JRCWidgetContactCardDavProps = {
3
3
  contactCardList: DavAddressBookContact[];
4
4
  };
@@ -1,4 +1,4 @@
1
- import { HeadingType, VariantSizeType } from 'jamespot-user-api';
1
+ import { HeadingType, VariantSizeType } from '../../../../../jamespot-user-api/src';
2
2
  import { HTMLAttributeAnchorTarget } from 'react';
3
3
  export interface ButtonProps {
4
4
  on?: boolean;
@@ -1,4 +1,4 @@
1
- import { WidgetCoverContent } from 'jamespot-user-api';
1
+ import { WidgetCoverContent } from '../../../../../jamespot-user-api/src';
2
2
  export interface JRCWidgetCoverEditorProps {
3
3
  uniqid: string;
4
4
  content: WidgetCoverContent;
@@ -1,4 +1,4 @@
1
- import { ImapInboxMail } from 'jamespot-user-api';
1
+ import { ImapInboxMail } from '../../../../../jamespot-user-api/src';
2
2
  type JRCWidgetEmailsImapProps = {
3
3
  emailList: ImapInboxMail[];
4
4
  };
@@ -1,2 +1,2 @@
1
- import { WidgetEditorActions, WidgetExtensionContent } from 'jamespot-user-api';
1
+ import { WidgetEditorActions, WidgetExtensionContent } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetExtensionEditor: ({ extensionName, onChange, }: WidgetExtensionContent & WidgetEditorActions<WidgetExtensionContent>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { WidgetArticleImageContent, WidgetStateProps } from 'jamespot-user-api';
1
+ import { WidgetArticleImageContent, WidgetStateProps } from '../../../../../jamespot-user-api/src';
2
2
  /**
3
3
  * Custom widget image editor for article widget image
4
4
  */
@@ -1,4 +1,4 @@
1
- import { WidgetLuccaAbsenceUser } from 'jamespot-user-api';
1
+ import { WidgetLuccaAbsenceUser } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetLuccaAbsence: ({ list }: {
3
3
  list: WidgetLuccaAbsenceUser[];
4
4
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { jUserLittle, WidgetPresenceContent } from 'jamespot-user-api';
1
+ import { jUserLittle, WidgetPresenceContent } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetPresence: ({ limit, limitValue, userAvailableList, userUnavailableList, userValue, userAvailableTotal, userUnavailableTotal, isClosed, handleClickAvailable, handleClickUnavailable, handleOpenUsersModal, }: WidgetPresenceContent & {
3
3
  userAvailableList: jUserLittle[];
4
4
  userUnavailableList: jUserLittle[];
@@ -1,2 +1,2 @@
1
- import { WidgetEditorActions, WidgetPresenceContent } from 'jamespot-user-api';
1
+ import { WidgetEditorActions, WidgetPresenceContent } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetPresenceEditor: ({ closing, limit, limitValue, onChange, }: WidgetPresenceContent & WidgetEditorActions<WidgetPresenceContent>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { WidgetLegacyMixedBoolean, WidgetQuickSurveyContentArr, WidgetQuickSurveyResponses } from 'jamespot-user-api';
1
+ import { WidgetLegacyMixedBoolean, WidgetQuickSurveyContentArr, WidgetQuickSurveyResponses } from '../../../../../jamespot-user-api/src';
2
2
  type JRCWidgetQuickSurveyProps = {
3
3
  limit: number;
4
4
  values: WidgetQuickSurveyContentArr[];
@@ -1,4 +1,4 @@
1
- import { CombinedWidgetContent, WidgetQuickSurveyContent, WidgetQuickSurveyContentArr } from 'jamespot-user-api';
1
+ import { CombinedWidgetContent, WidgetQuickSurveyContent, WidgetQuickSurveyContentArr } from '../../../../../jamespot-user-api/src';
2
2
  type JRCWidgetSurveyEditorProps = {
3
3
  token?: string;
4
4
  uniqid: string;
@@ -1,4 +1,4 @@
1
- import { WidgetQuickSurveyContent } from 'jamespot-user-api';
1
+ import { WidgetQuickSurveyContent } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetQuickSurveyEditorEntries: ({ content, token, handleChange, isStarted, }: {
3
3
  content: WidgetQuickSurveyContent;
4
4
  token: string;
@@ -1,4 +1,4 @@
1
- import { jFileLittle } from 'jamespot-user-api';
1
+ import { jFileLittle } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetQuickSurveyImage: ({ file, margin, onClick, handleRemove, }: {
3
3
  file: jFileLittle;
4
4
  margin?: number;
@@ -1,4 +1,4 @@
1
- import { jFileLittle, WidgetQuickSurveyContentArr } from 'jamespot-user-api';
1
+ import { jFileLittle, WidgetQuickSurveyContentArr } from '../../../../../jamespot-user-api/src';
2
2
  import { FC, RefObject } from 'react';
3
3
  type Item = {
4
4
  title: string;
@@ -1,4 +1,4 @@
1
- import { jUserLittle, WidgetLegacyMixedBoolean } from 'jamespot-user-api';
1
+ import { jUserLittle, WidgetLegacyMixedBoolean } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetQuickSurveyResponse: ({ anonymize, limit, userResponses, canSeeResponses, isClosed, setOpenUsersModal, handleResponseClick, }: {
3
3
  anonymize?: WidgetLegacyMixedBoolean;
4
4
  limit: number;
@@ -1,4 +1,4 @@
1
- import { WidgetArticleSliderContent } from 'jamespot-user-api';
1
+ import { WidgetArticleSliderContent } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetArticleSliderEditor: ({ slides, loop, autoplay, delay, useDots, token, onChange, onSave, }: WidgetArticleSliderContent & {
3
3
  token: string;
4
4
  onSave: (content: Partial<WidgetArticleSliderContent>) => void;
@@ -1,4 +1,4 @@
1
- import { jFileLittle } from 'jamespot-user-api';
1
+ import { jFileLittle } from '../../../../../jamespot-user-api/src';
2
2
  import { WidgetArticleSlideAttributes } from './types';
3
3
  export declare const JRCWidgetArticleSliderEditorSlide: ({ forceOpen, title, text, opacityColor, opacityFilter, displayAs, backgroundSize, backgroundPosition, file, token, onUploadSuccess, onSave, onClickDelete, }: {
4
4
  forceOpen?: boolean;
@@ -1,5 +1,5 @@
1
- import { CSSBackgroundPosition, CSSBackgroundSize } from 'jamespot-user-api';
2
- import { TVariants } from '../../JRCTypography/JRCTypography.d';
1
+ import { CSSBackgroundPosition, CSSBackgroundSize } from '../../../../../jamespot-user-api/src';
2
+ import { TVariants } from '../../JRCTypography/JRCTypography.types';
3
3
  export type WidgetArticleSlideAttributes = {
4
4
  title: string;
5
5
  text: string;
@@ -1,4 +1,4 @@
1
- import { jUserLittle } from 'jamespot-user-api';
1
+ import { jUserLittle } from '../../../../../jamespot-user-api/src';
2
2
  export declare const SurveyDateRespondents: ({ list, total }: {
3
3
  list: jUserLittle[];
4
4
  total: number;
@@ -1,4 +1,4 @@
1
- import { JSurveyDateApi, jUserLittle } from 'jamespot-user-api';
1
+ import { JSurveyDateApi, jUserLittle } from '../../../../../jamespot-user-api/src';
2
2
  export type SurveyDateListItem = {
3
3
  key: string;
4
4
  list: string[];
@@ -1,4 +1,4 @@
1
- import { WidgetDatasourceTableContent, WidgetDisplayMode, WidgetEditorActions, WidgetEditorErrorActions } from 'jamespot-user-api';
1
+ import { WidgetDatasourceTableContent, WidgetDisplayMode, WidgetEditorActions, WidgetEditorErrorActions } from '../../../../../jamespot-user-api/src';
2
2
  import { HookIsActive } from '../context/provider';
3
3
  import { WidgetDatasourceHandlers } from './types';
4
4
  export declare const JRCWidgetDatasourceTableEditor: ({ uri, limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableColumnsData, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, hook, handlers, mode, onChange, onSave, onStateChange, onError, }: WidgetDatasourceTableContent & {
@@ -1,4 +1,4 @@
1
- import { WidgetDisplayMode, WidgetEditorActions, WidgetEditorErrorActions, WidgetExcelDatasourceTableContent } from 'jamespot-user-api';
1
+ import { WidgetDisplayMode, WidgetEditorActions, WidgetEditorErrorActions, WidgetExcelDatasourceTableContent } from '../../../../../jamespot-user-api/src';
2
2
  import { HookIsActive } from '../context/provider';
3
3
  import { WidgetExcelDatasourceHandlers } from './types';
4
4
  export declare const JRCWidgetExcelDatasourceTableEditor: ({ uri, limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableColumnsData, tableSizedColumns, tableSizedColumnsWidth, tableBorderRadius, hook, handlers, mode, onChange, onSave, onStateChange, onError, }: WidgetExcelDatasourceTableContent & {
@@ -1,4 +1,4 @@
1
- import { WidgetDatasourceValues, WidgetTableColumn, WidgetTableContent } from 'jamespot-user-api';
1
+ import { WidgetDatasourceValues, WidgetTableColumn, WidgetTableContent } from '../../../../../jamespot-user-api/src';
2
2
  type SortValues = 'ascending' | 'descending';
3
3
  export type JRCWidgetTableProps = WidgetTableContent & {
4
4
  columns: WidgetTableColumn[];
@@ -1,2 +1,2 @@
1
- import { WidgetDatasourceTableContent, WidgetEditorActions } from 'jamespot-user-api';
1
+ import { WidgetDatasourceTableContent, WidgetEditorActions } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetTableSharedEditor: ({ limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, onChange, }: WidgetDatasourceTableContent & Pick<WidgetEditorActions<WidgetDatasourceTableContent>, "onChange">) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { WidgetDatasourceValues, WidgetTableColumn, WidgetTableColumnTypes, WidgetTableColumnsData } from 'jamespot-user-api';
1
+ import { WidgetDatasourceValues, WidgetTableColumn, WidgetTableColumnTypes, WidgetTableColumnsData } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetTableTdRenderer: ({ value, name, type, backgroundColor, tableColumnsData, url, }: {
3
3
  col: WidgetTableColumn;
4
4
  type: WidgetTableColumnTypes;
@@ -1,4 +1,4 @@
1
- import { WidgetDatasourceValues, WidgetTableColumnsData } from 'jamespot-user-api';
1
+ import { WidgetDatasourceValues, WidgetTableColumnsData } from '../../../../../jamespot-user-api/src';
2
2
  export declare const JRCWidgetTableTdRendererText: ({ value, name, backgroundColor, tableColumnsData, }: {
3
3
  name: string;
4
4
  tableColumnsData: WidgetTableColumnsData;
@@ -1,4 +1,4 @@
1
- import { WidgetDatasourceTableContent, WidgetTableColumn, WidgetTableColumnsData } from 'jamespot-user-api';
1
+ import { WidgetDatasourceTableContent, WidgetTableColumn, WidgetTableColumnsData } from '../../../../../../jamespot-user-api/src';
2
2
  export declare const WidgetDatasourceModelView: ({ model, excelHeaders, tableColumnsData, onChange, onUpdateModel, }: {
3
3
  model: WidgetTableColumn[];
4
4
  excelHeaders?: string[] | undefined;
@@ -1,4 +1,4 @@
1
- import { WidgetTableColumn } from 'jamespot-user-api';
1
+ import { WidgetTableColumn } from '../../../../../../jamespot-user-api/src';
2
2
  export declare const WidgetDatasourceModelViewChanges: ({ model, excelHeaders, onChange, }: {
3
3
  model: WidgetTableColumn[];
4
4
  excelHeaders: string[] | undefined;
@@ -1,4 +1,4 @@
1
- import { WidgetDatasourceTableContent, WidgetTableColumnData, WidgetTableColumnsData, WidgetTableColumnTypes } from 'jamespot-user-api';
1
+ import { WidgetDatasourceTableContent, WidgetTableColumnData, WidgetTableColumnsData, WidgetTableColumnTypes } from '../../../../../../jamespot-user-api/src';
2
2
  export declare const WidgetDatasourceModelViewColumnAction: ({ type, tableColumnsData, item, handleEditLabel, onChange, }: {
3
3
  type: WidgetTableColumnTypes;
4
4
  tableColumnsData: WidgetTableColumnsData;
@@ -1,4 +1,4 @@
1
- import { DatasourceDataTypeUrl } from 'jamespot-user-api';
1
+ import { DatasourceDataTypeUrl } from '../../../../../jamespot-user-api/src';
2
2
  export declare function ensureIsUrl(object: unknown): object is DatasourceDataTypeUrl;
3
3
  export declare function ensureIsStringOrNumber(value: unknown): value is string;
4
4
  export declare function ensureIsNumber(value: unknown): value is number;
@@ -1,4 +1,4 @@
1
- import { DatasourceModel, DatasourceType, WidgetTableColumnsData } from 'jamespot-user-api';
1
+ import { DatasourceModel, DatasourceType, WidgetTableColumnsData } from '../../../../../../../jamespot-user-api/src';
2
2
  export declare const DocEditor: ({ uri, tableColumnsData, model, type, onRemove, }: {
3
3
  uri?: string;
4
4
  model?: DatasourceModel;
@@ -1,4 +1,4 @@
1
- import { WidgetTableColumnsData } from 'jamespot-user-api';
1
+ import { WidgetTableColumnsData } from '../../../../../../../jamespot-user-api/src';
2
2
  export declare const ExcelEditor: ({ uri, tableColumnsData }: {
3
3
  uri?: string;
4
4
  tableColumnsData: WidgetTableColumnsData;
@@ -1,4 +1,4 @@
1
- import { DatasourceModel, WidgetTableColumnsData } from 'jamespot-user-api';
1
+ import { DatasourceModel, WidgetTableColumnsData } from '../../../../../../../jamespot-user-api/src';
2
2
  export declare const ExcelEditorModel: ({ uri, tableColumnsData, model, }: {
3
3
  uri: string;
4
4
  tableColumnsData: WidgetTableColumnsData;
@@ -1,4 +1,4 @@
1
- import { WidgetTableColumn } from 'jamespot-user-api';
1
+ import { WidgetTableColumn } from '../../../../../../../jamespot-user-api/src';
2
2
  export declare enum WidgetTableColumnType {
3
3
  NUMBER = "number",
4
4
  URI = "uri",
@@ -1,4 +1,4 @@
1
- import { DatasourceModel, DatasourceType, WidgetTableColumnsData } from 'jamespot-user-api';
1
+ import { DatasourceModel, DatasourceType, WidgetTableColumnsData } from '../../../../../../../jamespot-user-api/src';
2
2
  export declare const StudioEditor: ({ uri, tableColumnsData, model, type, onRemove, }: {
3
3
  uri?: string;
4
4
  model?: DatasourceModel;
@@ -1,4 +1,4 @@
1
- import { StudioApplicationBase, StudioApplicationStatusEnumBased, WidgetEditorErrorActions } from 'jamespot-user-api';
1
+ import { StudioApplicationBase, StudioApplicationStatusEnumBased, WidgetEditorErrorActions } from '../../../../../../../jamespot-user-api/src';
2
2
  export declare const StudioEditorApp: ({ idApp, status, onHandleSelection, }: {
3
3
  idApp: string;
4
4
  status: StudioApplicationStatusEnumBased;
@@ -1,4 +1,4 @@
1
- import { JApplicationApi, JDatasourceApi, JFilebankApi, JWedocApi, Network, WidgetDatasourceTableContent, WidgetExcelDatasourceTableContent } from 'jamespot-user-api';
1
+ import { JApplicationApi, JDatasourceApi, JFilebankApi, JWedocApi, Network, WidgetDatasourceTableContent, WidgetExcelDatasourceTableContent } from '../../../../../jamespot-user-api/src';
2
2
  import { FoldersHandlers } from '../../JRCFolders/types';
3
3
  import { EditorBaseContext, Handlers } from '../context/provider';
4
4
  export type WidgetDatasourceHandlers = Handlers & {
@@ -1,3 +1,3 @@
1
- import { WidgetTableColumn, WidgetTableColumnsData } from 'jamespot-user-api';
1
+ import { WidgetTableColumn, WidgetTableColumnsData } from '../../../../../jamespot-user-api/src';
2
2
  export declare function labelize(name: string, tableColumnsData: WidgetTableColumnsData, initialValue: string): string;
3
3
  export declare function updateTableColumns(columns: WidgetTableColumn[], headers: string[]): WidgetTableColumn[];
@@ -1,4 +1,4 @@
1
- import { JFileApi, WidgetTextContent } from 'jamespot-user-api';
1
+ import { JFileApi, WidgetTextContent } from '../../../../../jamespot-user-api/src';
2
2
  import { TinyMCEExtension } from '../../Form/Input/JRCInputTinyMCERaw/types';
3
3
  import { JRCInputTinyMCERawProps } from '../../Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw';
4
4
  export interface JRCWidgetTextEditorProps extends WidgetTextContent {
@@ -1,4 +1,4 @@
1
- import { jUserList } from 'jamespot-user-api';
1
+ import { jUserList } from '../../../../../jamespot-user-api/src';
2
2
  export type JRCWidgetUserProfileProps = {
3
3
  css?: {
4
4
  background?: string;
@@ -1,4 +1,4 @@
1
- import { WidgetUserProfileContent } from 'jamespot-user-api';
1
+ import { WidgetUserProfileContent } from '../../../../../jamespot-user-api/src';
2
2
  export interface JRCWidgetUserProfileEditorProps {
3
3
  uniqid: string;
4
4
  content: WidgetUserProfileContent;
@@ -1,4 +1,4 @@
1
- import { jUserList } from 'jamespot-user-api';
1
+ import { jUserList } from '../../../../../jamespot-user-api/src';
2
2
  export type JRCWidgetWelcomeProps = {
3
3
  css?: {
4
4
  background?: string;
@@ -1,4 +1,4 @@
1
- import { WidgetWelcomeContent } from 'jamespot-user-api';
1
+ import { WidgetWelcomeContent } from '../../../../../jamespot-user-api/src';
2
2
  export interface JRCWidgetWelcomeEditorProps extends WidgetWelcomeContent {
3
3
  uniqid: string;
4
4
  content: WidgetWelcomeContent;
@@ -1,4 +1,4 @@
1
- import { jUserLittle } from 'jamespot-user-api';
1
+ import { jUserLittle } from '../../../../../jamespot-user-api/src';
2
2
  export declare const WidgetAvatarList: ({ list, left }: {
3
3
  list: jUserLittle[];
4
4
  left: number;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { CombinedWidgetContent, HookListType, WidgetStateProps } from 'jamespot-user-api';
2
+ import { CombinedWidgetContent, HookListType, WidgetStateProps } from '../../../../../jamespot-user-api/src';
3
3
  export type HookIsActive = (name: keyof HookListType) => boolean | undefined;
4
4
  type OnError = (message: string) => void;
5
5
  type OnStateChange = (state: WidgetStateProps) => void;
@@ -1,4 +1,4 @@
1
- import { jFileLittle, jUserList } from 'jamespot-user-api';
1
+ import { jFileLittle, jUserList } from '../../../../jamespot-user-api/src';
2
2
  import { Position } from './const';
3
3
  export declare function imageResize(width: number, height: number, maxWidth: number, maxHeight: number): {
4
4
  width: number;
@@ -1,4 +1,4 @@
1
- import { ApiWrapper, BaseMessages } from 'jamespot-user-api';
1
+ import { ApiWrapper, BaseMessages } from '../../../../../jamespot-user-api/src';
2
2
  export declare const mock_apiWrapper: ApiWrapper<any, BaseMessages>;
3
3
  export declare const resolve: <T>(result: T) => Promise<{
4
4
  result: T;
@@ -0,0 +1,5 @@
1
+ export declare const mock_api_network_default: Pick<import('../../../../../jamespot-user-api/src').Network, "token" | "postFile" | "getUrl">;
2
+ export declare const mock_api_network_excel: Pick<import('../../../../../jamespot-user-api/src').Network, "token" | "postFile" | "getUrl">;
3
+ export declare const mock_api_datasource_excel: Omit<import('../../../../../jamespot-user-api/src').JDatasourceApi, "network" | "jApi">;
4
+ export declare const mock_api_datasource_studio: Omit<import('../../../../../jamespot-user-api/src').JDatasourceApi, "network" | "jApi">;
5
+ export declare const mock_api_application: Pick<import('../../../../../jamespot-user-api/src').JApplicationApi, "studioGet" | "studioList">;
@@ -1,4 +1,4 @@
1
- import { DatasourceModel, DatasourceResult, JApplicationApi, StudioApplicationBase } from 'jamespot-user-api';
1
+ import { DatasourceModel, DatasourceResult, JApplicationApi, StudioApplicationBase } from '../../../../../../../jamespot-user-api/src';
2
2
  type ApplicationMocks = {
3
3
  list: StudioApplicationBase[];
4
4
  app: StudioApplicationBase;
@@ -1,4 +1,4 @@
1
- import { DatasourceArticleLittle, DatasourceStudioLittle, DatasourceModel, DatasourceResult, DatasourceType, jFileLittle, JDatasourceApi } from 'jamespot-user-api';
1
+ import { DatasourceArticleLittle, DatasourceStudioLittle, DatasourceModel, DatasourceResult, DatasourceType, jFileLittle, JDatasourceApi } from '../../../../../../../jamespot-user-api/src';
2
2
  type DatasourceMockType = {
3
3
  result: DatasourceResult<any>;
4
4
  model: DatasourceModel;
@@ -1,3 +1,3 @@
1
- import { jFileLittle } from 'jamespot-user-api';
1
+ import { jFileLittle } from '../../../../../../../jamespot-user-api/src';
2
2
  export declare const mock_jFileLittle: jFileLittle;
3
3
  export declare const mock_jFileLittle_excel: jFileLittle;
@@ -1,4 +1,4 @@
1
- import { jFileLittle, Network } from 'jamespot-user-api';
1
+ import { jFileLittle, Network } from '../../../../../../../jamespot-user-api/src';
2
2
  type NetworkMocks = {
3
3
  file: jFileLittle;
4
4
  token?: string;
@@ -56,6 +56,7 @@ export { JRCAlert } from './JRCAlert/JRCAlert';
56
56
  export { JRCAppContainer } from './JRCAppContainer/JRCAppContainer';
57
57
  export { JRCAppHeader } from './JRCAppHeader/JRCAppHeader';
58
58
  export { JRCAppLeftColumn } from './JRCAppLeftColumn/JRCAppLeftColumn';
59
+ export { JRCAppAvatar } from './JRCAppAvatar/JRCAppAvatar';
59
60
  export { JRCAttachments } from './JRCAttachments/JRCAttachments';
60
61
  export { JRCAudience } from './JRCAudience/JRCAudience';
61
62
  export { JRCAvatar } from './JRCAvatar/JRCAvatar';
@@ -79,7 +80,7 @@ export { JRCDate } from './JRCDate/JRCDate';
79
80
  export { JRCDateObject } from './JRCDate/JRCDateObject';
80
81
  export { JRCDisplayCard } from './JRCDisplayCard/JRCDisplayCard';
81
82
  export { JRCDot } from './JRCDot/JRCDot';
82
- export { DndProvider, Draggable, Droppable, JRCDndOneLevel, JRCDndOneLevelWithStack, JRCDndTwoLevelWithStack, } from './JRCDragNDrop';
83
+ export { DndProvider, Draggable, DraggableRow, Droppable, JRCDndOneLevel, JRCDndOneLevelWithStack, JRCDndTwoLevelWithStack, } from './JRCDragNDrop';
83
84
  export { JRCDropDown } from './JRCDropDown/JRCDropDown';
84
85
  export { JRCEditor } from './JRCEditor/JRCEditor';
85
86
  export { JRCModalSchedule } from './JRCEditor/JRCModalSchedule';
@@ -1,5 +1,5 @@
1
1
  import { DefaultTheme } from 'styled-components';
2
- import { ThemeConfigColorType, ThemeConfigOptions } from 'jamespot-front-business';
2
+ import { ThemeConfigColorType, ThemeConfigOptions } from '../../../jamespot-front-business/src';
3
3
  interface ITheme {
4
4
  config: DefaultTheme | undefined;
5
5
  get: () => DefaultTheme;
@@ -255,6 +255,7 @@ declare const _default: {
255
255
  "INPUT_FILE_ADVANCED_Dropbox": "Dropbox",
256
256
  "INPUT_FILE_ADVANCED_FileBank": "Filebank",
257
257
  "INPUT_FILE_ADVANCED_Google_Drive": "Google Drive",
258
+ "INPUT_FILE_ADVANCED_File_Too_Large": "File exceeds the maximum allowed size (250 MB)",
258
259
  "INPUT_FILE_ADVANCED_Microsoft_365": "Microsoft 365",
259
260
  "INPUT_SELECT_Expand": "Expand",
260
261
  "INPUT_RichText_Html_Modal_Label": "HTML content",
@@ -440,6 +441,8 @@ declare const _default: {
440
441
  "WIDGET_Welcome": "Message d'accueil",
441
442
  "WIDGET_Welcome_Text": "Rendez vos pages plus personnelles en accueillant chaleureusement vos utilisateurs.",
442
443
  "WIDGET_Welcome_Default_Message": "Bienvenue",
444
+ "WIDGET_elcome_Linebreak_Label": "Saut de ligne (après le message)",
445
+ "GLOBAL_Reorder": "Reorder",
443
446
  "WIDGET_Welcome_Linebreak_Label": "Saut de ligne (après le message)"
444
447
  }
445
448
  }
@@ -44,7 +44,7 @@ export type { JRCColumnRightProps } from './components/JRCColumnRight/JRCColumnR
44
44
  export type { Area } from './components/JRCCropImage/JRCCropImage';
45
45
  export type { JRCDateProps } from './components/JRCDate/JRCDate';
46
46
  export type { JRCDisplayCardProps } from './components/JRCDisplayCard/JRCDisplayCard';
47
- export type { BaseDndItem, DndData, DndDragItem, DndEmptyStateComponentProps, DndItemComponentProps, DndSection, DndSectionComponentProps, ItemTypes, JRCDndOneLevelProps, JRCDndTwoLevelWithStackProps, } from './components/JRCDragNDrop/types';
47
+ export type { BaseDndItem, DndData, DndDragItem, DndEmptyStateComponentProps, DndItemComponentProps, DndOneLevelItemComponentProps, DndSection, DndSectionComponentProps, ItemTypes, JRCDndOneLevelProps, JRCDndTwoLevelWithStackProps, } from './components/JRCDragNDrop/types';
48
48
  export type { JRCDropDownProps } from './components/JRCDropDown/JRCDropDown';
49
49
  export type { JRCFileOpenProps } from './components/JRCFileOpen/JRCFileOpen';
50
50
  export type { JRCFileViewerOpenWithOptionsType } from './components/JRCFileViewer/types';
@@ -78,12 +78,12 @@ export type { JRCThemeProviderProps } from './components/JRCThemeProvider/JRCThe
78
78
  export type { JRCBaseTooltipProps } from './components/JRCTooltip/JRCBaseTooltip';
79
79
  export type { JRCTooltipProps } from './components/JRCTooltip/types';
80
80
  export type { JRCH1Props, JRCH2Props, JRCH3Props, JRCH4Props, JRCH5Props, JRCTextProps, } from './components/JRCTypo/JRCTypo';
81
- export type { JRCTypographyProps } from './components/JRCTypography/JRCTypography.d';
81
+ export type { JRCTypographyProps } from './components/JRCTypography/JRCTypography.types';
82
82
  export type { JRCTemplateBaseProps } from './components/Templates/JRCBase.template';
83
83
  export type { JRCTemplateTwoColumnsProps } from './components/Templates/JRCTwoColumns.template';
84
84
  export type { JRCAppColumnProps, JRCAppTabsProps, JRCColumnProps, JRCContainerProps, JRCMainColumnProps, JRCTabEntry, LayoutMode, TabEventProps, } from './components/Templates/template.type';
85
85
  export type { ThemeType } from './styles/theme';
86
86
  export type { JRCWidgetCheckListEntries } from './components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList';
87
- export type { MessageType } from 'jamespot-front-business';
87
+ export type { MessageType } from '../../jamespot-front-business/src';
88
88
  export type { OneLevelMainItemComponentProps, OneLevelStackItemComponentProps, OneLevelEmptyStateComponentProps, JRCDndOneLevelWithStackProps, } from './components/JRCDragNDrop/types';
89
89
  export { OneLevelItemTypes } from './components/JRCDragNDrop/types';
@@ -24,7 +24,7 @@ export declare const Utils: {
24
24
  string: typeof string;
25
25
  time: typeof time;
26
26
  tinymce: {
27
- initTinyMCEOptions: (dynamicOptions: import('jamespot-user-api').TinyMCEDynamicOptions) => import('jamespot-user-api').TinyMCECommonOptions;
27
+ initTinyMCEOptions: (dynamicOptions: import('../../../jamespot-user-api/src').TinyMCEDynamicOptions) => import('../../../jamespot-user-api/src').TinyMCECommonOptions;
28
28
  };
29
29
  html: {
30
30
  htmlDecodeSpecialChars: (str: string) => string;
@@ -5,7 +5,7 @@ export declare function fileAvatar(mimetype: string): {
5
5
  light: string;
6
6
  dark: string;
7
7
  };
8
- ext: "jpg" | "jpeg" | "png";
8
+ ext: "png" | "jpg" | "jpeg";
9
9
  } | {
10
10
  ext: "gif";
11
11
  path: string;
@@ -111,7 +111,7 @@ export declare function fileAvatar(mimetype: string): {
111
111
  dark: string;
112
112
  };
113
113
  } | {
114
- ext: "webm";
114
+ ext: "webm" | undefined;
115
115
  path: string;
116
116
  colors: {
117
117
  primary: string;
@@ -1,4 +1,4 @@
1
- import { Audience, AudienceAutocomplete, jFolderLittle } from 'jamespot-user-api';
1
+ import { Audience, AudienceAutocomplete, jFolderLittle } from '../../../jamespot-user-api/src';
2
2
  import { ValidationRule } from 'react-hook-form';
3
3
  export declare const formRuleMaxLength: (rule: ValidationRule<number> | undefined) => number | undefined;
4
4
  export declare const audienceToAutocomplete: (audience: Array<Audience | jFolderLittle>) => AudienceAutocomplete[];
@@ -1,4 +1,4 @@
1
- import { Model } from 'jamespot-user-api';
1
+ import { Model } from '../../../jamespot-user-api/src';
2
2
  export declare const getExtensionFromName: (name: string) => string;
3
3
  export declare function getIconExtensionFile(fileName: string, basePath: string): {
4
4
  path: string;
@@ -1,3 +1,3 @@
1
- import { TinyMCECommonOptions, TinyMCEDynamicOptions } from 'jamespot-user-api';
1
+ import { TinyMCECommonOptions, TinyMCEDynamicOptions } from '../../../jamespot-user-api/src';
2
2
  export declare const initTinyMCEOptions: (dynamicOptions: TinyMCEDynamicOptions) => TinyMCECommonOptions;
3
3
  export declare const tinyMCEOptions_mock: TinyMCECommonOptions;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vite').UserConfig;
2
+ export default _default;