jamespot-react-components 1.3.83 → 1.3.85

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 (216) hide show
  1. package/CLAUDE.md +62 -0
  2. package/README.md +2 -116
  3. package/dist/jamespot-react-components.cjs +1191 -1184
  4. package/dist/jamespot-react-components.js +14084 -14070
  5. package/dist/src/components/404/JRC404.stories.d.ts +4 -0
  6. package/dist/src/components/Common/JRCConditionalWrapper.stories.d.ts +1 -1
  7. package/dist/src/components/Common/LimitLines.d.ts +1 -1
  8. package/dist/src/components/Common/Outline.stories.d.ts +1 -1
  9. package/dist/src/components/Deprecated/Deprecated_ClickAwayListener/ClickAwayListener.stories.d.ts +1 -1
  10. package/dist/src/components/Deprecated/Deprecated_JRCEllipsis/JRCEllipsis.stories.d.ts +1 -1
  11. package/dist/src/components/Drives/Dropbox/DropboxDocuments.d.ts +1 -4
  12. package/dist/src/components/Drives/JRCDriveDropbox.d.ts +2 -5
  13. package/dist/src/components/Drives/JRCDriveMSGraph.d.ts +2 -5
  14. package/dist/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +1 -4
  15. package/dist/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +2 -5
  16. package/dist/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +2 -5
  17. package/dist/src/components/Drives/components/DriveAccountHeader.d.ts +2 -5
  18. package/dist/src/components/Drives/hooks.d.ts +1 -5
  19. package/dist/src/components/Editors/components/EditorButtonToggle.stories.d.ts +7 -0
  20. package/dist/src/components/Editors/components/EditorImageUpload.d.ts +2 -5
  21. package/dist/src/components/Editors/components/EditorInputCheckbox.stories.d.ts +8 -0
  22. package/dist/src/components/Editors/components/EditorInputImage.d.ts +1 -4
  23. package/dist/src/components/Editors/components/EditorInputNumber.stories.d.ts +8 -0
  24. package/dist/src/components/Editors/components/EditorInputToggle.stories.d.ts +7 -0
  25. package/dist/src/components/Editors/components/EditorRichText.d.ts +1 -5
  26. package/dist/src/components/Editors/components/EditorRichTextDialog.d.ts +1 -5
  27. package/dist/src/components/Form/Common/ClickAwayListener.stories.d.ts +1 -1
  28. package/dist/src/components/Form/Common/FormMessageFeedback.stories.d.ts +1 -1
  29. package/dist/src/components/Form/Input/Common/JRCFormErrors.stories.d.ts +1 -1
  30. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +4 -4
  31. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +2 -2
  32. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.stories.d.ts +2 -2
  33. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.stories.d.ts +2 -2
  34. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.stories.d.ts +2 -2
  35. package/dist/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +2 -2
  36. package/dist/src/components/Form/Input/JRCInputDateMulti/JRCInputDateMulti.stories.d.ts +1 -1
  37. package/dist/src/components/Form/Input/JRCInputDateTime/JRCInputDateTIme.stories.d.ts +1 -1
  38. package/dist/src/components/Form/Input/JRCInputEmail/JRCInputEmail.stories.d.ts +2 -2
  39. package/dist/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +3 -3
  40. package/dist/src/components/Form/Input/JRCInputFile/JRCInputFile.stories.d.ts +2 -2
  41. package/dist/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +3 -3
  42. package/dist/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +1 -6
  43. package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +3 -3
  44. package/dist/src/components/Form/Input/JRCInputRange/JRCInputRange.stories.d.ts +2 -2
  45. package/dist/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.stories.d.ts +1 -1
  46. package/dist/src/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFile.stories.d.ts +2 -2
  47. package/dist/src/components/Form/Input/JRCInputText/JRCInputPassword.stories.d.ts +10 -0
  48. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +2 -2
  49. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.stories.d.ts +45 -0
  50. package/dist/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +2 -2
  51. package/dist/src/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +2 -2
  52. package/dist/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +2 -5
  53. package/dist/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.stories.d.ts +2 -2
  54. package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +1 -4
  55. package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.stories.d.ts +2 -2
  56. package/dist/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JIAExtension/JIATextGenerationExtension.d.ts +1 -0
  57. package/dist/src/components/Form/Input/JRCInputUrl/JRCInputUrl.stories.d.ts +2 -2
  58. package/dist/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.d.ts +2 -2
  59. package/dist/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +2 -2
  60. package/dist/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +0 -4
  61. package/dist/src/components/Form/Input/JRCSelect/JRCInputAudience.stories.d.ts +2 -2
  62. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.d.ts +2 -2
  63. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.d.ts +2 -2
  64. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +2 -2
  65. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +2 -2
  66. package/dist/src/components/JRCAlbum/JRCAlbum.stories.d.ts +1 -1
  67. package/dist/src/components/JRCAlbum/components/AlbumItem.d.ts +2 -2
  68. package/dist/src/components/JRCAlbum/components/AlbumX1.d.ts +1 -1
  69. package/dist/src/components/JRCAlbum/styles.d.ts +4 -16
  70. package/dist/src/components/JRCAlbum/types.d.ts +1 -2
  71. package/dist/src/components/JRCAlert/JRCAlert.stories.d.ts +5 -5
  72. package/dist/src/components/JRCAppHeader/JRCAppHeader.stories.d.ts +2 -2
  73. package/dist/src/components/JRCAttachments/JRCAttachments.d.ts +3 -2
  74. package/dist/src/components/JRCAttachments/JRCAttachments.stories.d.ts +3 -2
  75. package/dist/src/components/JRCAvatar/JRCAvatar.d.ts +1 -1
  76. package/dist/src/components/JRCAvatar/JRCAvatar.stories.d.ts +2 -2
  77. package/dist/src/components/JRCAvatars/JRCAvatars.stories.d.ts +1 -1
  78. package/dist/src/components/JRCBreadcrumb/JRCBreadcrumb.stories.d.ts +2 -2
  79. package/dist/src/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts +2 -2
  80. package/dist/src/components/JRCBusinessContacts/JRCBusinessContacts.stories.d.ts +1 -1
  81. package/dist/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +5 -5
  82. package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.stories.d.ts +1 -1
  83. package/dist/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +4 -4
  84. package/dist/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
  85. package/dist/src/components/JRCCalendar/JRCCalendar.stories.d.ts +1 -1
  86. package/dist/src/components/JRCCalendar/JRCCalendarModal.d.ts +2 -7
  87. package/dist/src/components/JRCCalendar/types.d.ts +1 -8
  88. package/dist/src/components/JRCCard/JRCCard.stories.d.ts +2 -2
  89. package/dist/src/components/JRCCard/JRCCardImg.stories.d.ts +2 -2
  90. package/dist/src/components/JRCCollapse/JRCCollapse.stories.d.ts +1 -1
  91. package/dist/src/components/JRCCommentsBloc/JRCComment.d.ts +2 -12
  92. package/dist/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +2 -12
  93. package/dist/src/components/JRCCommentsBloc/JRCCommentsBloc.stories.d.ts +2 -2
  94. package/dist/src/components/JRCCommentsBloc/components/EditComment.d.ts +2 -7
  95. package/dist/src/components/JRCCommentsBloc/components/NewComment.d.ts +2 -7
  96. package/dist/src/components/JRCConfirmationModal/JRCConfirmationModal.stories.d.ts +6 -0
  97. package/dist/src/components/JRCCropImage/JRCCropImage.stories.d.ts +2 -2
  98. package/dist/src/components/JRCDate/JRCDate.stories.d.ts +1 -1
  99. package/dist/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +2 -2
  100. package/dist/src/components/JRCDragNDrop/JRCDndOneLevel.stories.d.ts +1 -1
  101. package/dist/src/components/JRCDragNDrop/JRCDndOneLevelWithStack.stories.d.ts +1 -1
  102. package/dist/src/components/JRCDragNDrop/JRCDndTwoLevelWithStack.stories.d.ts +1 -1
  103. package/dist/src/components/JRCDropDown/JRCDropDown.stories.d.ts +1 -1
  104. package/dist/src/components/JRCEditor/JRCEditor.stories.d.ts +1 -1
  105. package/dist/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +2 -2
  106. package/dist/src/components/JRCFile/JRCFile.stories.d.ts +2 -2
  107. package/dist/src/components/JRCFile/JRCFileAvatar.d.ts +7 -1
  108. package/dist/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +2 -2
  109. package/dist/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.stories.d.ts +7 -0
  110. package/dist/src/components/JRCFlex/JRCFlexBox.stories.d.ts +1 -1
  111. package/dist/src/components/JRCFolders/JRCFolders.stories.d.ts +1 -1
  112. package/dist/src/components/JRCGifSelector/JRCGifSelector.stories.d.ts +1 -1
  113. package/dist/src/components/JRCGroupList/JRCGroupList.stories.d.ts +2 -2
  114. package/dist/src/components/JRCGroups/JRCGroups.stories.d.ts +1 -1
  115. package/dist/src/components/JRCHtml/JRCHtml.d.ts +8 -6
  116. package/dist/src/components/JRCHtml/JRCHtml.stories.d.ts +4 -2
  117. package/dist/src/components/JRCIcon/JRCIcon.stories.d.ts +1 -1
  118. package/dist/src/components/JRCIconButton/JRCIconButton.stories.d.ts +2 -2
  119. package/dist/src/components/JRCImg/JRCImg.stories.d.ts +3 -3
  120. package/dist/src/components/JRCList/JRCList.stories.d.ts +3 -3
  121. package/dist/src/components/JRCList/JRCListMockData.stories.d.ts +8 -2
  122. package/dist/src/components/JRCLoadMore/JRCLoadMore.stories.d.ts +1 -1
  123. package/dist/src/components/JRCLoader/JRCLoader.stories.d.ts +1 -1
  124. package/dist/src/components/JRCMediaLoader/JRCMediaLoader.stories.d.ts +1 -1
  125. package/dist/src/components/JRCMessage/JRCMessage.stories.d.ts +5 -5
  126. package/dist/src/components/JRCMetas/JRCMetas.d.ts +2 -1
  127. package/dist/src/components/JRCMetas/JRCMetas.stories.d.ts +3 -0
  128. package/dist/src/components/JRCModal/templates/JRCModal.stories.d.ts +2 -2
  129. package/dist/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +2 -2
  130. package/dist/src/components/JRCModalImg/JRCModalImg.stories.d.ts +2 -2
  131. package/dist/src/components/JRCPagination/JRCPagination.stories.d.ts +2 -2
  132. package/dist/src/components/JRCProvider/JRCContext.d.ts +5 -0
  133. package/dist/src/components/JRCProvider/JRCProvider.d.ts +9 -0
  134. package/dist/src/components/JRCPublishButton/JRCPublishButton.stories.d.ts +1 -1
  135. package/dist/src/components/JRCQRCode/JRCQRCode.stories.d.ts +1 -1
  136. package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.stories.d.ts +2 -2
  137. package/dist/src/components/JRCSidePanelModal/JRCSidePanelModalForm.stories.d.ts +2 -2
  138. package/dist/src/components/JRCSkeleton/JRCSkeletonList.stories.d.ts +7 -0
  139. package/dist/src/components/JRCSlider/JRCSlider.stories.d.ts +2 -2
  140. package/dist/src/components/JRCSocialActions/JRCSocialActions.d.ts +2 -5
  141. package/dist/src/components/JRCStyledHref/JRCStyledHref.stories.d.ts +2 -2
  142. package/dist/src/components/JRCTabs/JRCTabs.stories.d.ts +2 -2
  143. package/dist/src/components/JRCTag/JRCTag.stories.d.ts +2 -2
  144. package/dist/src/components/JRCTooltip/JRCTooltip.stories.d.ts +1 -1
  145. package/dist/src/components/JRCTypography/JRCTypography.stories.d.ts +1 -1
  146. package/dist/src/components/JRCUserList/JRCUserList.stories.d.ts +2 -2
  147. package/dist/src/components/JRCUserPopup/JRCUserPopup.d.ts +2 -5
  148. package/dist/src/components/JRCUserPopup/JRCUserPopup.stories.d.ts +5 -4
  149. package/dist/src/components/JRCUsers/JRCUsers.stories.d.ts +1 -1
  150. package/dist/src/components/Stepper/JRCStepper.stories.d.ts +1 -1
  151. package/dist/src/components/Templates/JRCTemplate.stories.d.ts +3 -3
  152. package/dist/src/components/Templates/JRCTwoColumns.template.stories.d.ts +7 -0
  153. package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibility.stories.d.ts +7 -0
  154. package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibilityEditor.stories.d.ts +7 -0
  155. package/dist/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +2 -2
  156. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditor.d.ts +2 -5
  157. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlide.d.ts +2 -5
  158. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlideRemove.stories.d.ts +7 -0
  159. package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +2 -5
  160. package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +2 -2
  161. package/dist/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.stories.d.ts +8 -0
  162. package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +23 -5
  163. package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.stories.d.ts +3 -4
  164. package/dist/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +2 -2
  165. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.stories.d.ts +7 -0
  166. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.stories.d.ts +6 -0
  167. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +2 -2
  168. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +2 -5
  169. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.stories.d.ts +7 -0
  170. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +1 -4
  171. package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.stories.d.ts +8 -0
  172. package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.stories.d.ts +7 -0
  173. package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.stories.d.ts +7 -0
  174. package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.stories.d.ts +6 -0
  175. package/dist/src/components/Widgets/JRCWidgetCover/JRCWidgetCoverEditor.d.ts +1 -1
  176. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.stories.d.ts +8 -0
  177. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.stories.d.ts +6 -0
  178. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.stories.d.ts +8 -0
  179. package/dist/src/components/Widgets/JRCWidgetEmptyInplace.stories.d.ts +6 -0
  180. package/dist/src/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.stories.d.ts +7 -0
  181. package/dist/src/components/Widgets/JRCWidgetIcon.stories.d.ts +8 -0
  182. package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +2 -5
  183. package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +2 -2
  184. package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.stories.d.ts +7 -0
  185. package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.stories.d.ts +6 -0
  186. package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.stories.d.ts +8 -0
  187. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +2 -2
  188. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +2 -5
  189. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.stories.d.ts +6 -0
  190. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +2 -5
  191. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.stories.d.ts +7 -0
  192. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +1 -4
  193. package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditor.d.ts +2 -5
  194. package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditorSlide.d.ts +2 -5
  195. package/dist/src/components/Widgets/JRCWidgetSlider/components/CoverSliderSlide.stories.d.ts +6 -0
  196. package/dist/src/components/Widgets/JRCWidgetSurveyDate/JRCWidgetSurveyDate.stories.d.ts +2 -2
  197. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +4 -4
  198. package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetText.stories.d.ts +8 -0
  199. package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetTextEditor.d.ts +3 -6
  200. package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.stories.d.ts +6 -6
  201. package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.stories.d.ts +9 -9
  202. package/dist/src/hooks/UseDebounce.stories.d.ts +1 -1
  203. package/dist/src/hooks/UseImageLoader.stories.d.ts +7 -0
  204. package/dist/src/hooks/index.d.ts +2 -1
  205. package/dist/src/hooks/useApi.d.ts +2 -0
  206. package/dist/src/hooks/useRefSize.stories.d.ts +4 -0
  207. package/dist/src/index.d.ts +2 -2
  208. package/dist/src/styles/theme.d.ts +9 -7
  209. package/dist/src/translation/lang.json.d.ts +5 -0
  210. package/dist/src/types.d.ts +1 -1
  211. package/dist/src/utils/utils.html.d.ts +4 -0
  212. package/package.json +24 -52
  213. package/dist/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +0 -10
  214. package/jamespot-react-components@1.3.14 +0 -0
  215. package/vite +0 -0
  216. /package/dist/src/components/404/{index.d.ts → JRC404.d.ts} +0 -0

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


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

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