jamespot-react-components 1.3.84 → 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 (97) hide show
  1. package/README.md +2 -116
  2. package/dist/jamespot-react-components.cjs +1085 -1106
  3. package/dist/jamespot-react-components.js +12979 -13078
  4. package/dist/src/components/404/JRC404.stories.d.ts +4 -0
  5. package/dist/src/components/Drives/Dropbox/DropboxDocuments.d.ts +1 -4
  6. package/dist/src/components/Drives/JRCDriveDropbox.d.ts +2 -5
  7. package/dist/src/components/Drives/JRCDriveMSGraph.d.ts +2 -5
  8. package/dist/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +1 -4
  9. package/dist/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +2 -5
  10. package/dist/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +2 -5
  11. package/dist/src/components/Drives/components/DriveAccountHeader.d.ts +2 -5
  12. package/dist/src/components/Drives/hooks.d.ts +1 -5
  13. package/dist/src/components/Editors/components/EditorButtonToggle.stories.d.ts +7 -0
  14. package/dist/src/components/Editors/components/EditorImageUpload.d.ts +2 -5
  15. package/dist/src/components/Editors/components/EditorInputCheckbox.stories.d.ts +8 -0
  16. package/dist/src/components/Editors/components/EditorInputImage.d.ts +1 -4
  17. package/dist/src/components/Editors/components/EditorInputNumber.stories.d.ts +8 -0
  18. package/dist/src/components/Editors/components/EditorInputToggle.stories.d.ts +7 -0
  19. package/dist/src/components/Editors/components/EditorRichText.d.ts +1 -5
  20. package/dist/src/components/Editors/components/EditorRichTextDialog.d.ts +1 -5
  21. package/dist/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +3 -3
  22. package/dist/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +1 -7
  23. package/dist/src/components/Form/Input/JRCInputText/JRCInputPassword.stories.d.ts +10 -0
  24. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.stories.d.ts +45 -0
  25. package/dist/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +2 -5
  26. package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +1 -4
  27. package/dist/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +0 -4
  28. package/dist/src/components/JRCAlbum/JRCAlbum.d.ts +1 -1
  29. package/dist/src/components/JRCAlbum/types.d.ts +1 -4
  30. package/dist/src/components/JRCAttachments/JRCAttachments.d.ts +2 -5
  31. package/dist/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
  32. package/dist/src/components/JRCCalendar/JRCCalendarModal.d.ts +2 -8
  33. package/dist/src/components/JRCCalendar/types.d.ts +1 -9
  34. package/dist/src/components/JRCCommentsBloc/JRCComment.d.ts +2 -12
  35. package/dist/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +2 -12
  36. package/dist/src/components/JRCCommentsBloc/components/EditComment.d.ts +2 -8
  37. package/dist/src/components/JRCCommentsBloc/components/NewComment.d.ts +2 -8
  38. package/dist/src/components/JRCConfirmationModal/JRCConfirmationModal.stories.d.ts +6 -0
  39. package/dist/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.stories.d.ts +7 -0
  40. package/dist/src/components/JRCHtml/JRCHtml.d.ts +7 -13
  41. package/dist/src/components/JRCList/JRCListMockData.stories.d.ts +7 -1
  42. package/dist/src/components/JRCProvider/JRCContext.d.ts +5 -0
  43. package/dist/src/components/JRCProvider/JRCProvider.d.ts +9 -0
  44. package/dist/src/components/JRCSkeleton/JRCSkeletonList.stories.d.ts +7 -0
  45. package/dist/src/components/JRCSocialActions/JRCSocialActions.d.ts +2 -5
  46. package/dist/src/components/JRCUserPopup/JRCUserPopup.d.ts +2 -5
  47. package/dist/src/components/JRCUserPopup/JRCUserPopup.stories.d.ts +5 -4
  48. package/dist/src/components/Templates/JRCTwoColumns.template.stories.d.ts +7 -0
  49. package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibility.stories.d.ts +7 -0
  50. package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibilityEditor.stories.d.ts +7 -0
  51. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditor.d.ts +2 -5
  52. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlide.d.ts +2 -5
  53. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlideRemove.stories.d.ts +7 -0
  54. package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +2 -5
  55. package/dist/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.stories.d.ts +8 -0
  56. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.stories.d.ts +7 -0
  57. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.stories.d.ts +6 -0
  58. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +2 -5
  59. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.stories.d.ts +7 -0
  60. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +1 -4
  61. package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.stories.d.ts +8 -0
  62. package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.stories.d.ts +7 -0
  63. package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.stories.d.ts +7 -0
  64. package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.stories.d.ts +6 -0
  65. package/dist/src/components/Widgets/JRCWidgetCover/JRCWidgetCoverEditor.d.ts +1 -1
  66. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.stories.d.ts +8 -0
  67. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.stories.d.ts +6 -0
  68. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.stories.d.ts +8 -0
  69. package/dist/src/components/Widgets/JRCWidgetEmptyInplace.stories.d.ts +6 -0
  70. package/dist/src/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.stories.d.ts +7 -0
  71. package/dist/src/components/Widgets/JRCWidgetIcon.stories.d.ts +8 -0
  72. package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +2 -5
  73. package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.stories.d.ts +7 -0
  74. package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.stories.d.ts +6 -0
  75. package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.stories.d.ts +8 -0
  76. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +2 -5
  77. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.stories.d.ts +6 -0
  78. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +2 -5
  79. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.stories.d.ts +7 -0
  80. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +1 -4
  81. package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditor.d.ts +2 -5
  82. package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditorSlide.d.ts +2 -5
  83. package/dist/src/components/Widgets/JRCWidgetSlider/components/CoverSliderSlide.stories.d.ts +6 -0
  84. package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetText.stories.d.ts +8 -0
  85. package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetTextEditor.d.ts +3 -6
  86. package/dist/src/hooks/UseImageLoader.stories.d.ts +7 -0
  87. package/dist/src/hooks/index.d.ts +2 -1
  88. package/dist/src/hooks/useApi.d.ts +2 -0
  89. package/dist/src/hooks/useRefSize.stories.d.ts +4 -0
  90. package/dist/src/index.d.ts +2 -2
  91. package/dist/src/types.d.ts +1 -1
  92. package/dist/src/utils/utils.html.d.ts +4 -0
  93. package/package.json +24 -49
  94. package/dist/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +0 -10
  95. package/jamespot-react-components@1.3.14 +0 -0
  96. package/vite +0 -0
  97. /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.