jamespot-react-components 1.3.5 → 1.3.7

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 (680) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/jamespot-react-components.js +6771 -0
  3. package/dist/jamespot-react-components.mjs +50881 -0
  4. package/dist/src/components/Common/BorderRadius.d.ts +2 -0
  5. package/{build → dist}/src/components/Common/DashedFocusBorder.d.ts +2 -2
  6. package/{build → dist}/src/components/Common/FastCss.d.ts +1 -1
  7. package/{build → dist}/src/components/Common/JRCConditionalWrapper.d.ts +1 -2
  8. package/dist/src/components/Common/JRCDraggingPlaceholder.d.ts +4 -0
  9. package/dist/src/components/Common/LimitLines.d.ts +4 -0
  10. package/dist/src/components/Common/SROnly.d.ts +1 -0
  11. package/dist/src/components/Common/SkipToContent.d.ts +1 -0
  12. package/dist/src/components/Deprecated/Deprecated_ClickAwayListener/ClickAwayListener.stories.d.ts +10 -0
  13. package/{build/src/components/Form/Common/ClickAwayListener.d.ts → dist/src/components/Deprecated/Deprecated_ClickAwayListener/Deprecated_ClickAwayListener.d.ts} +2 -1
  14. package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +1 -1
  15. package/{build → dist}/src/components/Drives/components/EntityItem.d.ts +2 -2
  16. package/dist/src/components/Drives/drive.style.d.ts +3 -0
  17. package/dist/src/components/Editors/components/Editor.style.d.ts +6 -0
  18. package/{build → dist}/src/components/Editors/components/EditorInput.d.ts +3 -1
  19. package/dist/src/components/Form/Common/ClickAwayListener.d.ts +7 -0
  20. package/{build → dist}/src/components/Form/Common/ClickAwayListener.stories.d.ts +1 -0
  21. package/{build → dist}/src/components/Form/Common/FormMessageFeedback.stories.d.ts +1 -1
  22. package/{build → dist}/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +2 -2
  23. package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +2 -2
  24. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +7 -0
  25. package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +1 -1
  26. package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.stories.d.ts +1 -1
  27. package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +18 -0
  28. package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +2 -0
  29. package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +2 -0
  30. package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +2 -0
  31. package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColor.stories.d.ts +1 -1
  32. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +6 -0
  33. package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.stories.d.ts +1 -1
  34. package/{build → dist}/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +2 -1
  35. package/{build → dist}/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +1 -1
  36. package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -0
  37. package/{build → dist}/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +1 -2
  38. package/dist/src/components/Form/Input/JRCInputDateTime/JRCInputDateTimeRaw.d.ts +9 -0
  39. package/{build → dist}/src/components/Form/Input/JRCInputEmail/JRCInputEmail.stories.d.ts +1 -1
  40. package/{build → dist}/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +2 -2
  41. package/{build → dist}/src/components/Form/Input/JRCInputFile/JRCInputFile.stories.d.ts +1 -1
  42. package/{build → dist}/src/components/Form/Input/JRCInputFile/utils/file.api.d.ts +1 -1
  43. package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +6 -0
  44. package/dist/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +6 -0
  45. package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +1 -1
  46. package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +6 -0
  47. package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +21 -0
  48. package/{build → dist}/src/components/Form/Input/JRCInputRange/JRCInputRange.stories.d.ts +1 -1
  49. package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +4 -4
  50. package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +1 -1
  51. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +37 -0
  52. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +15 -0
  53. package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +1 -1
  54. package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +1 -1
  55. package/{build → dist}/src/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +1 -1
  56. package/{build → dist}/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.stories.d.ts +1 -1
  57. package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +1 -4
  58. package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.stories.d.ts +1 -1
  59. package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JTinyMCEExtensions.d.ts +4 -4
  60. package/{build → dist}/src/components/Form/Input/JRCInputUrl/JRCInputUrl.stories.d.ts +1 -1
  61. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.d.ts +1 -1
  62. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +1 -1
  63. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAudience.stories.d.ts +1 -1
  64. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +1 -1
  65. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +3 -0
  66. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.d.ts +1 -1
  67. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +337 -0
  68. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +6 -0
  69. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.d.ts +1 -1
  70. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -1
  71. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +4 -0
  72. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +4 -0
  73. package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +1 -1
  74. package/{build → dist}/src/components/Form/Input/JRCStyledInput.d.ts +3 -3
  75. package/dist/src/components/JRCAlbum/styles.d.ts +27 -0
  76. package/dist/src/components/JRCAlert/JRCAlert.stories.d.ts +8 -0
  77. package/{build → dist}/src/components/JRCAnimatedContainer.d.ts +1 -1
  78. package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.stories.d.ts +1 -1
  79. package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -0
  80. package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +1 -1
  81. package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +54 -0
  82. package/{build → dist}/src/components/JRCAttachments/JRCAttachments.stories.d.ts +1 -1
  83. package/{build → dist}/src/components/JRCAvatar/JRCAvatar.stories.d.ts +1 -1
  84. package/{build → dist}/src/components/JRCBreadcrumb/JRCBreadcrumb.stories.d.ts +1 -1
  85. package/{build → dist}/src/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts +1 -1
  86. package/{build → dist}/src/components/JRCButton/Button.d.ts +6 -6
  87. package/{build → dist}/src/components/JRCButton/JRCButton.d.ts +5 -5
  88. package/dist/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
  89. package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -1
  90. package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.stories.d.ts +1 -1
  91. package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +30 -0
  92. package/dist/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
  93. package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +6 -0
  94. package/{build → dist}/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
  95. package/{build → dist}/src/components/JRCCalendar/JRCCalendarEvent.d.ts +3 -2
  96. package/{build → dist}/src/components/JRCCalendar/JRCCalendarModal.d.ts +7 -3
  97. package/{build → dist}/src/components/JRCCalendar/types.d.ts +4 -1
  98. package/{build → dist}/src/components/JRCCard/JRCCard.stories.d.ts +1 -1
  99. package/{build → dist}/src/components/JRCCard/JRCCardImg.d.ts +1 -1
  100. package/{build → dist}/src/components/JRCCard/JRCCardImg.stories.d.ts +1 -1
  101. package/{build → dist}/src/components/JRCCollapse/JRCCollapse.stories.d.ts +1 -1
  102. package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -0
  103. package/{build → dist}/src/components/JRCCommentsBloc/JRCCommentsBloc.stories.d.ts +1 -1
  104. package/{build → dist}/src/components/JRCCropImage/JRCCropImage.d.ts +0 -1
  105. package/{build → dist}/src/components/JRCCropImage/JRCCropImage.stories.d.ts +1 -1
  106. package/{build → dist}/src/components/JRCDate/JRCDate.stories.d.ts +1 -1
  107. package/{build → dist}/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +2 -2
  108. package/{build → dist}/src/components/JRCDragNDrop/JRCDndTwoLevelWithStack.d.ts +1 -1
  109. package/dist/src/components/JRCDragNDrop/styles.d.ts +50 -0
  110. package/dist/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +4 -0
  111. package/dist/src/components/JRCFile/JRCFile.stories.d.ts +4 -0
  112. package/dist/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +4 -0
  113. package/dist/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +15 -0
  114. package/{build → dist}/src/components/JRCFlex/JRCFlexBox.d.ts +1 -1
  115. package/{build → dist}/src/components/JRCFolders/JRCFolders.stories.d.ts +1 -1
  116. package/dist/src/components/JRCFolders/styles.d.ts +16 -0
  117. package/{build → dist}/src/components/JRCGifSelector/JRCGifSelector.d.ts +1 -1
  118. package/{build → dist}/src/components/JRCGrid/JRCGrid.stories.d.ts +1 -1
  119. package/{build → dist}/src/components/JRCGroupList/JRCGroupList.stories.d.ts +1 -1
  120. package/{build → dist}/src/components/JRCHref/JRCHref.stories.d.ts +1 -1
  121. package/{build → dist}/src/components/JRCHtml/JRCHtml.d.ts +2 -2
  122. package/{build → dist}/src/components/JRCHtml/JRCHtml.stories.d.ts +1 -1
  123. package/{build → dist}/src/components/JRCIconButton/JRCIconButton.d.ts +2 -2
  124. package/{build → dist}/src/components/JRCIconButton/JRCIconButton.stories.d.ts +1 -1
  125. package/dist/src/components/JRCImg/JRCImg.stories.d.ts +6 -0
  126. package/{build → dist}/src/components/JRCList/JRCList.d.ts +1 -1
  127. package/{build → dist}/src/components/JRCList/JRCList.stories.d.ts +1 -1
  128. package/dist/src/components/JRCList/JRCList.styles.d.ts +30 -0
  129. package/dist/src/components/JRCList/JRCListMockData.stories.d.ts +4 -0
  130. package/{build → dist}/src/components/JRCMenu/JRCMenu.stories.d.ts +1 -1
  131. package/dist/src/components/JRCMessage/JRCMessage.stories.d.ts +8 -0
  132. package/dist/src/components/JRCModal/JRCModal.styles.d.ts +35 -0
  133. package/{build → dist}/src/components/JRCModal/JRCModalLayout.d.ts +2 -2
  134. package/dist/src/components/JRCModal/templates/JRCModal.stories.d.ts +4 -0
  135. package/dist/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +4 -0
  136. package/{build → dist}/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
  137. package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -0
  138. package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +3 -0
  139. package/{build → dist}/src/components/JRCPagination/JRCPagination.stories.d.ts +1 -1
  140. package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +2 -0
  141. package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModal.stories.d.ts +1 -1
  142. package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +17 -0
  143. package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModalForm.d.ts +1 -1
  144. package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModalForm.stories.d.ts +1 -1
  145. package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
  146. package/dist/src/components/JRCSkeleton/common.d.ts +1 -0
  147. package/{build → dist}/src/components/JRCTabs/JRCTabs.d.ts +2 -3
  148. package/{build → dist}/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
  149. package/{build → dist}/src/components/JRCTag/JRCTag.stories.d.ts +1 -1
  150. package/{build → dist}/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +0 -7
  151. package/{build → dist}/src/components/JRCTypo/JRCTypo.d.ts +7 -7
  152. package/{build → dist}/src/components/JRCTypography/JRCTypography.styles.d.ts +1 -1
  153. package/{build → dist}/src/components/JRCUserList/JRCUserList.stories.d.ts +1 -1
  154. package/{build → dist}/src/components/JRCUserPopup/JRCUserPopup.stories.d.ts +1 -1
  155. package/dist/src/components/Stepper/JRCStepper.style.d.ts +4 -0
  156. package/dist/src/components/Templates/AppColumn.d.ts +3 -0
  157. package/{build → dist}/src/components/Templates/JRCAppColumn.d.ts +1 -1
  158. package/{build → dist}/src/components/Templates/JRCAppTab.d.ts +1 -1
  159. package/{build → dist}/src/components/Templates/JRCBasicAutoMarginContainer.d.ts +1 -1
  160. package/dist/src/components/Templates/JRCContainer.d.ts +2 -0
  161. package/dist/src/components/Templates/JRCTemplate.stories.d.ts +6 -0
  162. package/dist/src/components/Templates/MainColumn.d.ts +2 -0
  163. package/dist/src/components/Templates/template.styles.d.ts +337 -0
  164. package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +1 -1
  165. package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +1 -1
  166. package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +2 -2
  167. package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.stories.d.ts +1 -1
  168. package/dist/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +4 -0
  169. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +11 -0
  170. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +4 -0
  171. package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +6 -0
  172. package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +10 -0
  173. package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +4 -0
  174. package/dist/src/components/Widgets/JRCWidgetImage/styles.d.ts +3 -0
  175. package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +9 -0
  176. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +4 -0
  177. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +7 -0
  178. package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.stories.d.ts +1 -1
  179. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +13 -0
  180. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +6 -0
  181. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +24 -0
  182. package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.stories.d.ts +9 -0
  183. package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.stories.d.ts +56 -0
  184. package/dist/src/components/Widgets/const.test.d.ts +1 -0
  185. package/{build → dist}/src/components/Widgets/context/provider.d.ts +1 -1
  186. package/dist/src/components/Widgets/styles.d.ts +16 -0
  187. package/dist/src/components/Widgets/utils.test.d.ts +1 -0
  188. package/dist/src/components/api/jamespot/mock_jamespot.d.ts +5 -0
  189. package/{build → dist}/src/components/index.d.ts +73 -72
  190. package/{build → dist}/src/hooks/UseKeyPress.d.ts +1 -1
  191. package/{build → dist}/src/index.d.ts +2 -18
  192. package/dist/src/translation/index.d.ts +2 -0
  193. package/dist/src/translation/lang.json.d.ts +399 -0
  194. package/{build → dist}/src/utils/index.d.ts +1 -1
  195. package/dist/src/utils/utils.array.test.d.ts +1 -0
  196. package/dist/src/utils/utils.color.test.d.ts +1 -0
  197. package/dist/src/utils/utils.date.test.d.ts +1 -0
  198. package/{build → dist}/src/utils/utils.files.d.ts +2 -2
  199. package/dist/src/utils/utils.html.test.d.ts +1 -0
  200. package/{build → dist}/src/utils/utils.object.d.ts +0 -1
  201. package/dist/src/utils/utils.object.test.d.ts +1 -0
  202. package/dist/src/utils/utils.regexp.test.d.ts +1 -0
  203. package/dist/src/utils/utils.string.test.d.ts +1 -0
  204. package/dist/src/utils/utils.time.test.d.ts +1 -0
  205. package/package.json +48 -52
  206. package/README.internal.md +0 -16
  207. package/build/assets/404.6ddcf23842aa398fdb2521ed61e26426.png +0 -0
  208. package/build/assets/ai.0bd1828cb6ec10ad92d900c710079cac.png +0 -0
  209. package/build/assets/check.e04c3374d2c43bd03d5c52b37639d90c.svg +0 -4
  210. package/build/assets/default.2ca3180f8cdd6f14c4184439f06173cb.png +0 -0
  211. package/build/assets/docx.d99aeeb833c328dc360bb2dc1d99126f.png +0 -0
  212. package/build/assets/gif.605d1d151a01356b376d5c4ac2f40d19.png +0 -0
  213. package/build/assets/group-background.daf782321c7f65cde0fc3d5918d27762.png +0 -0
  214. package/build/assets/jamespot-2025-216.d681af07a093035b056f3a3589dfb6f8.png +0 -0
  215. package/build/assets/jamespot-blue-2025-216.cbe9350502876bd1e0495637f73b0ce6.png +0 -0
  216. package/build/assets/mp3.c4f6cf8e048c8d1fd70ea5676f9e35bb.png +0 -0
  217. package/build/assets/mp4.c631e40ab77a5009bec629505396f88b.png +0 -0
  218. package/build/assets/pdf.25c19fbb11dacc87994bdce830d7e5ed.png +0 -0
  219. package/build/assets/pptx.fc266e95afba9abd862da4d909e1ad68.png +0 -0
  220. package/build/assets/psd.cca4c1ac52e6e24770486bf5bc6d6ff9.png +0 -0
  221. package/build/assets/svg.21a77099744d94b9214c52043ef39d95.png +0 -0
  222. package/build/assets/ttf.28668a6c059779e01fe7dc66dd70ef40.png +0 -0
  223. package/build/assets/txt.d0b32e515641b99e8e31165279361eb4.png +0 -0
  224. package/build/assets/x.609ccec1e6c6c10c412a1ab325258b42.svg +0 -1
  225. package/build/assets/xlsx.a3b00a8cd84f504b94d1cfc617b4080f.png +0 -0
  226. package/build/assets/zip.b8f8ab347fc92f763a2d44617a82b66e.png +0 -0
  227. package/build/jamespot-react-components.js +0 -5879
  228. package/build/jamespot-react-components.js.LICENSE.txt +0 -138
  229. package/build/jamespot-react-components.js.map +0 -1
  230. package/build/jest.config.d.ts +0 -3
  231. package/build/jest.setup.d.ts +0 -1
  232. package/build/src/components/Common/BorderRadius.d.ts +0 -2
  233. package/build/src/components/Common/JRCDraggingPlaceholder.d.ts +0 -4
  234. package/build/src/components/Common/LimitLines.d.ts +0 -4
  235. package/build/src/components/Common/SROnly.d.ts +0 -1
  236. package/build/src/components/Common/SkipToContent.d.ts +0 -1
  237. package/build/src/components/Drives/drive.style.d.ts +0 -3
  238. package/build/src/components/Editors/components/Editor.style.d.ts +0 -6
  239. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +0 -7
  240. package/build/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +0 -18
  241. package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +0 -2
  242. package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +0 -2
  243. package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +0 -2
  244. package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +0 -6
  245. package/build/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +0 -1
  246. package/build/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +0 -6
  247. package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +0 -6
  248. package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +0 -6
  249. package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +0 -21
  250. package/build/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +0 -37
  251. package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +0 -15
  252. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +0 -9
  253. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +0 -337
  254. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +0 -4
  255. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +0 -4
  256. package/build/src/components/JRCAlbum/styles.d.ts +0 -27
  257. package/build/src/components/JRCAlert/JRCAlert.stories.d.ts +0 -8
  258. package/build/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +0 -2
  259. package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +0 -8
  260. package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +0 -30
  261. package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +0 -7
  262. package/build/src/components/JRCCalendar/CalendarStyle.d.ts +0 -6
  263. package/build/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +0 -1
  264. package/build/src/components/JRCDragNDrop/styles.d.ts +0 -50
  265. package/build/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +0 -4
  266. package/build/src/components/JRCFile/JRCFile.stories.d.ts +0 -4
  267. package/build/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +0 -4
  268. package/build/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +0 -15
  269. package/build/src/components/JRCFolders/styles.d.ts +0 -16
  270. package/build/src/components/JRCImg/JRCImg.stories.d.ts +0 -6
  271. package/build/src/components/JRCList/JRCList.styles.d.ts +0 -30
  272. package/build/src/components/JRCList/JRCListMockData.stories.d.ts +0 -4
  273. package/build/src/components/JRCMessage/JRCMessage.stories.d.ts +0 -8
  274. package/build/src/components/JRCModal/JRCModal.styles.d.ts +0 -35
  275. package/build/src/components/JRCModal/templates/JRCModal.stories.d.ts +0 -4
  276. package/build/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +0 -4
  277. package/build/src/components/JRCModalImg/JRCModalImg.styles.d.ts +0 -7
  278. package/build/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +0 -3
  279. package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +0 -2
  280. package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +0 -17
  281. package/build/src/components/JRCSkeleton/common.d.ts +0 -1
  282. package/build/src/components/Stepper/JRCStepper.style.d.ts +0 -4
  283. package/build/src/components/Templates/AppColumn.d.ts +0 -3
  284. package/build/src/components/Templates/JRCContainer.d.ts +0 -2
  285. package/build/src/components/Templates/JRCTemplate.stories.d.ts +0 -6
  286. package/build/src/components/Templates/MainColumn.d.ts +0 -2
  287. package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +0 -4
  288. package/build/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +0 -11
  289. package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +0 -4
  290. package/build/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +0 -6
  291. package/build/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +0 -10
  292. package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +0 -4
  293. package/build/src/components/Widgets/JRCWidgetImage/styles.d.ts +0 -3
  294. package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +0 -9
  295. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +0 -4
  296. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +0 -7
  297. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +0 -13
  298. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +0 -6
  299. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +0 -24
  300. package/build/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.stories.d.ts +0 -9
  301. package/build/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.stories.d.ts +0 -56
  302. package/build/src/components/Widgets/styles.d.ts +0 -16
  303. package/build/src/components/api/jamespot/mock_jamespot.d.ts +0 -5
  304. package/build/src/translation/index.d.ts +0 -2
  305. package/externals.json +0 -13
  306. package/jest.config.ts +0 -24
  307. package/tsconfig.build.json +0 -15
  308. /package/{build → dist}/src/components/404/index.d.ts +0 -0
  309. /package/{build → dist}/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +0 -0
  310. /package/{build → dist}/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +0 -0
  311. /package/{build → dist}/src/components/Common/Article/ArticleCard.d.ts +0 -0
  312. /package/{build → dist}/src/components/Common/DashedFocusBorder.stories.d.ts +0 -0
  313. /package/{build → dist}/src/components/Common/JRCConditionalWrapper.stories.d.ts +0 -0
  314. /package/{build → dist}/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +0 -0
  315. /package/{build → dist}/src/components/Deprecated/Deprecated_JRCEllipsis/JRCEllipsis.stories.d.ts +0 -0
  316. /package/{build → dist}/src/components/Drives/Dropbox/DropboxDocuments.d.ts +0 -0
  317. /package/{build → dist}/src/components/Drives/JRCDriveDropbox.d.ts +0 -0
  318. /package/{build → dist}/src/components/Drives/JRCDriveMSGraph.d.ts +0 -0
  319. /package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +0 -0
  320. /package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +0 -0
  321. /package/{build → dist}/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +0 -0
  322. /package/{build → dist}/src/components/Drives/components/DriveAccountHeader.d.ts +0 -0
  323. /package/{build → dist}/src/components/Drives/components/DriveIsEmpty.d.ts +0 -0
  324. /package/{build → dist}/src/components/Drives/components/EntityAvatar.d.ts +0 -0
  325. /package/{build → dist}/src/components/Drives/components/EntityItemSelection.d.ts +0 -0
  326. /package/{build → dist}/src/components/Drives/components/EntityItemTitle.d.ts +0 -0
  327. /package/{build → dist}/src/components/Drives/drive.const.d.ts +0 -0
  328. /package/{build → dist}/src/components/Drives/drive.types.d.ts +0 -0
  329. /package/{build → dist}/src/components/Drives/hooks.d.ts +0 -0
  330. /package/{build → dist}/src/components/Editors/components/EditorButtonToggle.d.ts +0 -0
  331. /package/{build → dist}/src/components/Editors/components/EditorCheckbox.d.ts +0 -0
  332. /package/{build → dist}/src/components/Editors/components/EditorColorPicker.d.ts +0 -0
  333. /package/{build → dist}/src/components/Editors/components/EditorImageUpload.d.ts +0 -0
  334. /package/{build → dist}/src/components/Editors/components/EditorInputCheckbox.d.ts +0 -0
  335. /package/{build → dist}/src/components/Editors/components/EditorInputImage.d.ts +0 -0
  336. /package/{build → dist}/src/components/Editors/components/EditorInputToggle.d.ts +0 -0
  337. /package/{build → dist}/src/components/Editors/components/EditorPositionToggle.d.ts +0 -0
  338. /package/{build → dist}/src/components/Editors/components/EditorSelect.d.ts +0 -0
  339. /package/{build → dist}/src/components/Editors/components/EditorUploader.d.ts +0 -0
  340. /package/{build → dist}/src/components/Form/Common/FormHelper.d.ts +0 -0
  341. /package/{build → dist}/src/components/Form/Common/FormLabel.d.ts +0 -0
  342. /package/{build → dist}/src/components/Form/Common/FormMessageFeedback.d.ts +0 -0
  343. /package/{build → dist}/src/components/Form/Common/types.d.ts +0 -0
  344. /package/{build → dist}/src/components/Form/Input/Common/JRCFormErrors.d.ts +0 -0
  345. /package/{build → dist}/src/components/Form/Input/Common/JRCFormErrors.stories.d.ts +0 -0
  346. /package/{build → dist}/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +0 -0
  347. /package/{build → dist}/src/components/Form/Input/Common/useFormControls.d.ts +0 -0
  348. /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/Checkbox.type.d.ts +0 -0
  349. /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +0 -0
  350. /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.utils.d.ts +0 -0
  351. /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +0 -0
  352. /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +0 -0
  353. /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +0 -0
  354. /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +0 -0
  355. /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +0 -0
  356. /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +0 -0
  357. /package/{build → dist}/src/components/Form/Input/JRCInputColor/DragArea.d.ts +0 -0
  358. /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +0 -0
  359. /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +0 -0
  360. /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +0 -0
  361. /package/{build → dist}/src/components/Form/Input/JRCInputDateTime/JRCInputDateTIme.stories.d.ts +0 -0
  362. /package/{build → dist}/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +0 -0
  363. /package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/File.d.ts +0 -0
  364. /package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/types.d.ts +0 -0
  365. /package/{build → dist}/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +0 -0
  366. /package/{build → dist}/src/components/Form/Input/JRCInputImage/types.d.ts +0 -0
  367. /package/{build → dist}/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +0 -0
  368. /package/{build → dist}/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +0 -0
  369. /package/{build → dist}/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.stories.d.ts +0 -0
  370. /package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +0 -0
  371. /package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +0 -0
  372. /package/{build → dist}/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +0 -0
  373. /package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +0 -0
  374. /package/{build → dist}/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +0 -0
  375. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +0 -0
  376. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +0 -0
  377. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +0 -0
  378. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +0 -0
  379. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/editorSetup.d.ts +0 -0
  380. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/GifsExtension/GifsExtension.d.ts +0 -0
  381. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JIAExtension/JIATextGenerationExtension.d.ts +0 -0
  382. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/MarkdownExtension/MarkdownExtension.d.ts +0 -0
  383. /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/types.d.ts +0 -0
  384. /package/{build → dist}/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +0 -0
  385. /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +0 -0
  386. /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +0 -0
  387. /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +0 -0
  388. /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +0 -0
  389. /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.d.ts +0 -0
  390. /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +0 -0
  391. /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +0 -0
  392. /package/{build → dist}/src/components/Form/Input/JRCSelect/SelectHierarchicalTreeModal.d.ts +0 -0
  393. /package/{build → dist}/src/components/JRCAlbum/JRCAlbum.d.ts +0 -0
  394. /package/{build → dist}/src/components/JRCAlbum/JRCAlbum.stories.d.ts +0 -0
  395. /package/{build → dist}/src/components/JRCAlbum/components/AlbumItem.d.ts +0 -0
  396. /package/{build → dist}/src/components/JRCAlbum/components/AlbumX1.d.ts +0 -0
  397. /package/{build → dist}/src/components/JRCAlbum/components/AlbumX2.d.ts +0 -0
  398. /package/{build → dist}/src/components/JRCAlbum/components/AlbumX3.d.ts +0 -0
  399. /package/{build → dist}/src/components/JRCAlbum/components/AlbumX4.d.ts +0 -0
  400. /package/{build → dist}/src/components/JRCAlbum/components/AlbumX5.d.ts +0 -0
  401. /package/{build → dist}/src/components/JRCAlbum/const.d.ts +0 -0
  402. /package/{build → dist}/src/components/JRCAlbum/types.d.ts +0 -0
  403. /package/{build → dist}/src/components/JRCAlert/JRCAlert.d.ts +0 -0
  404. /package/{build → dist}/src/components/JRCAppContainer/JRCAppContainer.d.ts +0 -0
  405. /package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.d.ts +0 -0
  406. /package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.types.d.ts +0 -0
  407. /package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +0 -0
  408. /package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +0 -0
  409. /package/{build → dist}/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +0 -0
  410. /package/{build → dist}/src/components/JRCAttachments/JRCAttachments.d.ts +0 -0
  411. /package/{build → dist}/src/components/JRCAudience/JRCAudience.d.ts +0 -0
  412. /package/{build → dist}/src/components/JRCAudience/JRCAudienceAvatar.d.ts +0 -0
  413. /package/{build → dist}/src/components/JRCAvatar/JRCAvatar.d.ts +0 -0
  414. /package/{build → dist}/src/components/JRCAvatars/JRCAvatars.d.ts +0 -0
  415. /package/{build → dist}/src/components/JRCAvatars/JRCAvatars.stories.d.ts +0 -0
  416. /package/{build → dist}/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +0 -0
  417. /package/{build → dist}/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +0 -0
  418. /package/{build → dist}/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +0 -0
  419. /package/{build → dist}/src/components/JRCBusinessContacts/JRCBusinessContacts.stories.d.ts +0 -0
  420. /package/{build → dist}/src/components/JRCButton/JRCButton.stories.d.ts +0 -0
  421. /package/{build → dist}/src/components/JRCButton/JRCButtonConfig.d.ts +0 -0
  422. /package/{build → dist}/src/components/JRCButton/JRCValidationButton.d.ts +0 -0
  423. /package/{build → dist}/src/components/JRCButton/types.d.ts +0 -0
  424. /package/{build → dist}/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +0 -0
  425. /package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.types.d.ts +0 -0
  426. /package/{build → dist}/src/components/JRCButtonFile/JRCButtonFile.d.ts +0 -0
  427. /package/{build → dist}/src/components/JRCCalendar/JRCCalendar.stories.d.ts +0 -0
  428. /package/{build → dist}/src/components/JRCCalendar/JRCEventStatusButton.d.ts +0 -0
  429. /package/{build → dist}/src/components/JRCCalendar/useResponseStatus.d.ts +0 -0
  430. /package/{build → dist}/src/components/JRCCard/JRCCard.d.ts +0 -0
  431. /package/{build → dist}/src/components/JRCCollapse/JRCCollapse.d.ts +0 -0
  432. /package/{build → dist}/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +0 -0
  433. /package/{build → dist}/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +0 -0
  434. /package/{build → dist}/src/components/JRCColumnRight/JRCColumnRight.d.ts +0 -0
  435. /package/{build → dist}/src/components/JRCCommentsBloc/JRCComment.d.ts +0 -0
  436. /package/{build → dist}/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +0 -0
  437. /package/{build → dist}/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +0 -0
  438. /package/{build → dist}/src/components/JRCCommentsBloc/components/EditComment.d.ts +0 -0
  439. /package/{build → dist}/src/components/JRCCommentsBloc/components/NewComment.d.ts +0 -0
  440. /package/{build → dist}/src/components/JRCConfirmationModal/JRCConfirmationModal.d.ts +0 -0
  441. /package/{build → dist}/src/components/JRCDate/JRCDate.d.ts +0 -0
  442. /package/{build → dist}/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +0 -0
  443. /package/{build → dist}/src/components/JRCDragNDrop/DndProvider.d.ts +0 -0
  444. /package/{build → dist}/src/components/JRCDragNDrop/Draggable.d.ts +0 -0
  445. /package/{build → dist}/src/components/JRCDragNDrop/Droppable.d.ts +0 -0
  446. /package/{build → dist}/src/components/JRCDragNDrop/JRCDndTwoLevelWithStack.stories.d.ts +0 -0
  447. /package/{build → dist}/src/components/JRCDragNDrop/index.d.ts +0 -0
  448. /package/{build → dist}/src/components/JRCDragNDrop/types.d.ts +0 -0
  449. /package/{build → dist}/src/components/JRCDropDown/JRCDropDown.d.ts +0 -0
  450. /package/{build → dist}/src/components/JRCDropDown/JRCDropDown.stories.d.ts +0 -0
  451. /package/{build → dist}/src/components/JRCEmptySpace/JRCEmptySpace.d.ts +0 -0
  452. /package/{build → dist}/src/components/JRCFile/JRCFile.d.ts +0 -0
  453. /package/{build → dist}/src/components/JRCFile/JRCFileApplication.d.ts +0 -0
  454. /package/{build → dist}/src/components/JRCFile/JRCFileAudio.d.ts +0 -0
  455. /package/{build → dist}/src/components/JRCFile/JRCFileAvatar.d.ts +0 -0
  456. /package/{build → dist}/src/components/JRCFile/JRCFileFolder.d.ts +0 -0
  457. /package/{build → dist}/src/components/JRCFile/JRCFileImage.d.ts +0 -0
  458. /package/{build → dist}/src/components/JRCFile/JRCFileVideo.d.ts +0 -0
  459. /package/{build → dist}/src/components/JRCFile/types.d.ts +0 -0
  460. /package/{build → dist}/src/components/JRCFileOpen/JRCFileOpen.d.ts +0 -0
  461. /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewer.d.ts +0 -0
  462. /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +0 -0
  463. /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +0 -0
  464. /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +0 -0
  465. /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +0 -0
  466. /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +0 -0
  467. /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +0 -0
  468. /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +0 -0
  469. /package/{build → dist}/src/components/JRCFileViewer/types.d.ts +0 -0
  470. /package/{build → dist}/src/components/JRCFlex/JRCFlexBox.stories.d.ts +0 -0
  471. /package/{build → dist}/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +0 -0
  472. /package/{build → dist}/src/components/JRCFolders/JRCFolders.d.ts +0 -0
  473. /package/{build → dist}/src/components/JRCFolders/components/FileLittleList.d.ts +0 -0
  474. /package/{build → dist}/src/components/JRCFolders/types.d.ts +0 -0
  475. /package/{build → dist}/src/components/JRCFolders/utils.d.ts +0 -0
  476. /package/{build → dist}/src/components/JRCGifSelector/JRCGifSelector.stories.d.ts +0 -0
  477. /package/{build → dist}/src/components/JRCGrid/JRCGrid.d.ts +0 -0
  478. /package/{build → dist}/src/components/JRCGroupList/JRCGroupList.d.ts +0 -0
  479. /package/{build → dist}/src/components/JRCGroups/JRCGroups.d.ts +0 -0
  480. /package/{build → dist}/src/components/JRCGroups/JRCGroups.stories.d.ts +0 -0
  481. /package/{build → dist}/src/components/JRCHref/JRCHref.d.ts +0 -0
  482. /package/{build → dist}/src/components/JRCIcon/JRCIcon.d.ts +0 -0
  483. /package/{build → dist}/src/components/JRCIcon/JRCIcon.stories.d.ts +0 -0
  484. /package/{build → dist}/src/components/JRCImg/JRCImg.d.ts +0 -0
  485. /package/{build → dist}/src/components/JRCLoader/JRCLoader.d.ts +0 -0
  486. /package/{build → dist}/src/components/JRCLoader/JRCLoader.stories.d.ts +0 -0
  487. /package/{build → dist}/src/components/JRCLoader/JRCSkeleton.d.ts +0 -0
  488. /package/{build → dist}/src/components/JRCMediaLoader/JRCMediaLoader.d.ts +0 -0
  489. /package/{build → dist}/src/components/JRCMediaLoader/JRCMediaLoader.stories.d.ts +0 -0
  490. /package/{build → dist}/src/components/JRCMenu/JRCMenu.d.ts +0 -0
  491. /package/{build → dist}/src/components/JRCMenuItem/JRCMenuItem.d.ts +0 -0
  492. /package/{build → dist}/src/components/JRCMessage/JRCMessage.d.ts +0 -0
  493. /package/{build → dist}/src/components/JRCModal/JRCModalContent.d.ts +0 -0
  494. /package/{build → dist}/src/components/JRCModal/JRCModalContentForm.d.ts +0 -0
  495. /package/{build → dist}/src/components/JRCModal/templates/JRCModal.d.ts +0 -0
  496. /package/{build → dist}/src/components/JRCModal/templates/JRCModal.types.d.ts +0 -0
  497. /package/{build → dist}/src/components/JRCModal/templates/JRCModalForm.d.ts +0 -0
  498. /package/{build → dist}/src/components/JRCModal/types.d.ts +0 -0
  499. /package/{build → dist}/src/components/JRCModalImg/JRCModalImg.d.ts +0 -0
  500. /package/{build → dist}/src/components/JRCModalUserList/JRCModalUserList.d.ts +0 -0
  501. /package/{build → dist}/src/components/JRCObjectList/JRCObjectList.d.ts +0 -0
  502. /package/{build → dist}/src/components/JRCPagination/JRCPagination.d.ts +0 -0
  503. /package/{build → dist}/src/components/JRCProgressBar/JRCProgressBar.d.ts +0 -0
  504. /package/{build → dist}/src/components/JRCPublishButton/JRCPublishButton.d.ts +0 -0
  505. /package/{build → dist}/src/components/JRCPublishButton/JRCPublishButton.stories.d.ts +0 -0
  506. /package/{build → dist}/src/components/JRCPublishButton/PublishButtonEntry.d.ts +0 -0
  507. /package/{build → dist}/src/components/JRCQRCode/JRCQRCode.d.ts +0 -0
  508. /package/{build → dist}/src/components/JRCQRCode/JRCQRCode.stories.d.ts +0 -0
  509. /package/{build → dist}/src/components/JRCQuarantineFiles/JRCQuarantineFiles.d.ts +0 -0
  510. /package/{build → dist}/src/components/JRCSidePanelModal/SidePanel.d.ts +0 -0
  511. /package/{build → dist}/src/components/JRCSidePanelModal/types.d.ts +0 -0
  512. /package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +0 -0
  513. /package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonList.d.ts +0 -0
  514. /package/{build → dist}/src/components/JRCTag/JRCTag.d.ts +0 -0
  515. /package/{build → dist}/src/components/JRCTooltip/JRCBaseTooltip.d.ts +0 -0
  516. /package/{build → dist}/src/components/JRCTooltip/JRCTooltip.d.ts +0 -0
  517. /package/{build → dist}/src/components/JRCTooltip/JRCTooltip.stories.d.ts +0 -0
  518. /package/{build → dist}/src/components/JRCTooltip/types.d.ts +0 -0
  519. /package/{build → dist}/src/components/JRCTypo/JRCTypo.stories.d.ts +0 -0
  520. /package/{build → dist}/src/components/JRCTypography/JRCTypography.d.d.ts +0 -0
  521. /package/{build → dist}/src/components/JRCTypography/JRCTypography.d.ts +0 -0
  522. /package/{build → dist}/src/components/JRCTypography/JRCTypography.stories.d.ts +0 -0
  523. /package/{build → dist}/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +0 -0
  524. /package/{build → dist}/src/components/JRCUserList/JRCUserList.d.ts +0 -0
  525. /package/{build → dist}/src/components/JRCUserPopup/JRCUserPopup.d.ts +0 -0
  526. /package/{build → dist}/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +0 -0
  527. /package/{build → dist}/src/components/JRCUsers/JRCUsers.d.ts +0 -0
  528. /package/{build → dist}/src/components/JRCUsers/JRCUsers.stories.d.ts +0 -0
  529. /package/{build → dist}/src/components/Pages/JRCPageNotLogged.d.ts +0 -0
  530. /package/{build → dist}/src/components/Stepper/JRCFadeStepper.d.ts +0 -0
  531. /package/{build → dist}/src/components/Stepper/JRCImageStepper.d.ts +0 -0
  532. /package/{build → dist}/src/components/Stepper/JRCStepper.d.ts +0 -0
  533. /package/{build → dist}/src/components/Stepper/JRCStepper.stories.d.ts +0 -0
  534. /package/{build → dist}/src/components/Templates/JRCBase.template.d.ts +0 -0
  535. /package/{build → dist}/src/components/Templates/JRCColumn.d.ts +0 -0
  536. /package/{build → dist}/src/components/Templates/JRCMainColumn.d.ts +0 -0
  537. /package/{build → dist}/src/components/Templates/JRCPanel.d.ts +0 -0
  538. /package/{build → dist}/src/components/Templates/JRCStepperPage.d.ts +0 -0
  539. /package/{build → dist}/src/components/Templates/JRCTwoColumns.template.d.ts +0 -0
  540. /package/{build → dist}/src/components/Templates/template.type.d.ts +0 -0
  541. /package/{build → dist}/src/components/Templates/template.utils.d.ts +0 -0
  542. /package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +0 -0
  543. /package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +0 -0
  544. /package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +0 -0
  545. /package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +0 -0
  546. /package/{build → dist}/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +0 -0
  547. /package/{build → dist}/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +0 -0
  548. /package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +0 -0
  549. /package/{build → dist}/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +0 -0
  550. /package/{build → dist}/src/components/Widgets/JRCWidgetButton/JRCWidgetButtonEditor.d.ts +0 -0
  551. /package/{build → dist}/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +0 -0
  552. /package/{build → dist}/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +0 -0
  553. /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +0 -0
  554. /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +0 -0
  555. /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +0 -0
  556. /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +0 -0
  557. /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +0 -0
  558. /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +0 -0
  559. /package/{build → dist}/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.d.ts +0 -0
  560. /package/{build → dist}/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.d.ts +0 -0
  561. /package/{build → dist}/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +0 -0
  562. /package/{build → dist}/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +0 -0
  563. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +0 -0
  564. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +0 -0
  565. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +0 -0
  566. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +0 -0
  567. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +0 -0
  568. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +0 -0
  569. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +0 -0
  570. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +0 -0
  571. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +0 -0
  572. /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +0 -0
  573. /package/{build → dist}/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +0 -0
  574. /package/{build → dist}/src/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.d.ts +0 -0
  575. /package/{build → dist}/src/components/Widgets/JRCWidgetIcon.d.ts +0 -0
  576. /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +0 -0
  577. /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +0 -0
  578. /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +0 -0
  579. /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +0 -0
  580. /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +0 -0
  581. /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +0 -0
  582. /package/{build → dist}/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +0 -0
  583. /package/{build → dist}/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +0 -0
  584. /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +0 -0
  585. /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +0 -0
  586. /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +0 -0
  587. /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +0 -0
  588. /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +0 -0
  589. /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +0 -0
  590. /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +0 -0
  591. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +0 -0
  592. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +0 -0
  593. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +0 -0
  594. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.d.ts +0 -0
  595. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderArrows.d.ts +0 -0
  596. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderDots.d.ts +0 -0
  597. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderImage.d.ts +0 -0
  598. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderSlideTitle.d.ts +0 -0
  599. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/types.d.ts +0 -0
  600. /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/utils.d.ts +0 -0
  601. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +0 -0
  602. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +0 -0
  603. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +0 -0
  604. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +0 -0
  605. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +0 -0
  606. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +0 -0
  607. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +0 -0
  608. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +0 -0
  609. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +0 -0
  610. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +0 -0
  611. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +0 -0
  612. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +0 -0
  613. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/const.d.ts +0 -0
  614. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/ensure.d.ts +0 -0
  615. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +0 -0
  616. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +0 -0
  617. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +0 -0
  618. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +0 -0
  619. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +0 -0
  620. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +0 -0
  621. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +0 -0
  622. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +0 -0
  623. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +0 -0
  624. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +0 -0
  625. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +0 -0
  626. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +0 -0
  627. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +0 -0
  628. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +0 -0
  629. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +0 -0
  630. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/pagination.d.ts +0 -0
  631. /package/{build/src/utils/utils.date.test.d.ts → dist/src/components/Widgets/JRCWidgetTable/pagination.test.d.ts} +0 -0
  632. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/types.d.ts +0 -0
  633. /package/{build → dist}/src/components/Widgets/JRCWidgetTable/utils.d.ts +0 -0
  634. /package/{build/src/utils/utils.object.test.d.ts → dist/src/components/Widgets/JRCWidgetTable/utils.test.d.ts} +0 -0
  635. /package/{build → dist}/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +0 -0
  636. /package/{build → dist}/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfileEditor.d.ts +0 -0
  637. /package/{build → dist}/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.d.ts +0 -0
  638. /package/{build → dist}/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcomeEditor.d.ts +0 -0
  639. /package/{build → dist}/src/components/Widgets/components/WidgetAvatarList.d.ts +0 -0
  640. /package/{build → dist}/src/components/Widgets/components/WidgetMissingToken.d.ts +0 -0
  641. /package/{build → dist}/src/components/Widgets/const.d.ts +0 -0
  642. /package/{build → dist}/src/components/Widgets/context/hooks.d.ts +0 -0
  643. /package/{build → dist}/src/components/Widgets/utils.d.ts +0 -0
  644. /package/{build → dist}/src/components/api/jamespot/mockApiWrapper.d.ts +0 -0
  645. /package/{build → dist}/src/components/api/jamespot/mocks/application/application.d.ts +0 -0
  646. /package/{build → dist}/src/components/api/jamespot/mocks/datasource/datasource.d.ts +0 -0
  647. /package/{build → dist}/src/components/api/jamespot/mocks/file/file.d.ts +0 -0
  648. /package/{build → dist}/src/components/api/jamespot/mocks/network/network.d.ts +0 -0
  649. /package/{build → dist}/src/hooks/UseDebounce.d.ts +0 -0
  650. /package/{build → dist}/src/hooks/UseDebounce.stories.d.ts +0 -0
  651. /package/{build → dist}/src/hooks/UseDidMountEffect.d.ts +0 -0
  652. /package/{build → dist}/src/hooks/UseImageLoader.d.ts +0 -0
  653. /package/{build → dist}/src/hooks/UseLocalStorage.d.ts +0 -0
  654. /package/{build → dist}/src/hooks/UseTimeout.d.ts +0 -0
  655. /package/{build → dist}/src/hooks/useAbortController.d.ts +0 -0
  656. /package/{build → dist}/src/hooks/useCancelOnUnmount.d.ts +0 -0
  657. /package/{build → dist}/src/hooks/useModalAccessibility.d.ts +0 -0
  658. /package/{build → dist}/src/hooks/useRefSize.d.ts +0 -0
  659. /package/{build → dist}/src/hooks/useWindowSize.d.ts +0 -0
  660. /package/{build → dist}/src/styles/Theme.stories.d.ts +0 -0
  661. /package/{build → dist}/src/styles/theme.d.ts +0 -0
  662. /package/{build → dist}/src/styles/utils.d.ts +0 -0
  663. /package/{build → dist}/src/types/dataAttributes.d.ts +0 -0
  664. /package/{build → dist}/src/types/utils.d.ts +0 -0
  665. /package/{build → dist}/src/types.d.ts +0 -0
  666. /package/{build → dist}/src/utils/const.d.ts +0 -0
  667. /package/{build → dist}/src/utils/types.d.ts +0 -0
  668. /package/{build → dist}/src/utils/utils.array.d.ts +0 -0
  669. /package/{build → dist}/src/utils/utils.color.d.ts +0 -0
  670. /package/{build → dist}/src/utils/utils.date.d.ts +0 -0
  671. /package/{build → dist}/src/utils/utils.document.d.ts +0 -0
  672. /package/{build → dist}/src/utils/utils.form.d.ts +0 -0
  673. /package/{build → dist}/src/utils/utils.html.d.ts +0 -0
  674. /package/{build → dist}/src/utils/utils.icons.d.ts +0 -0
  675. /package/{build → dist}/src/utils/utils.image.d.ts +0 -0
  676. /package/{build → dist}/src/utils/utils.misc.d.ts +0 -0
  677. /package/{build → dist}/src/utils/utils.regexp.d.ts +0 -0
  678. /package/{build → dist}/src/utils/utils.string.d.ts +0 -0
  679. /package/{build → dist}/src/utils/utils.time.d.ts +0 -0
  680. /package/{build → dist}/src/utils/utils.tinymce.d.ts +0 -0
@@ -9,4 +9,4 @@ type MyData = {
9
9
  col3: number;
10
10
  col4: number;
11
11
  };
12
- export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, Pick<JRCListProps<MyData>, "config">>;
12
+ export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, Pick<JRCListProps<MyData>, "config">>;
@@ -0,0 +1,30 @@
1
+ export declare const Table: import('styled-components').StyledComponent<"table", import('styled-components').DefaultTheme, {
2
+ loading?: boolean;
3
+ }, never>;
4
+ export declare const Thead: import('styled-components').StyledComponent<"thead", import('styled-components').DefaultTheme, {}, never>;
5
+ export declare const TBody: import('styled-components').StyledComponent<"tbody", import('styled-components').DefaultTheme, {}, never>;
6
+ export declare const Th: import('styled-components').StyledComponent<"th", import('styled-components').DefaultTheme, {
7
+ width?: number | string;
8
+ sortable?: boolean;
9
+ }, never>;
10
+ export declare const Tr: import('styled-components').StyledComponent<"tr", import('styled-components').DefaultTheme, {
11
+ dragging?: boolean;
12
+ }, never>;
13
+ export declare const Td: import('styled-components').StyledComponent<"td", import('styled-components').DefaultTheme, {
14
+ width?: number | string;
15
+ }, never>;
16
+ export declare const LoadMore: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
17
+ type DraggableTBodyProps = {
18
+ draggable: boolean;
19
+ children: Array<JSX.Element>;
20
+ };
21
+ type DraggableTrProps = {
22
+ index: number;
23
+ onDrag: (dragIndex: number, dropIndex: number) => void;
24
+ onDrop: () => void;
25
+ draggable: boolean;
26
+ children: Array<JSX.Element>;
27
+ };
28
+ export declare const DraggableTBody: ({ draggable, children }: DraggableTBodyProps) => import("react/jsx-runtime").JSX.Element;
29
+ export declare const DraggableTr: ({ index, onDrag, onDrop, draggable, children }: DraggableTrProps) => import("react/jsx-runtime").JSX.Element;
30
+ export {};
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const WithData: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, {}>;
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  title: string;
3
- component: ({ items, defaultActiveItem }: import("./JRCMenu").JRCMenuProps) => JSX.Element;
3
+ component: ({ items, defaultActiveItem }: import('./JRCMenu').JRCMenuProps) => JSX.Element;
4
4
  };
5
5
  export default _default;
6
6
  export declare const JRCMenuTest: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCMessageProps } from './JRCMessage';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const Info: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCMessageProps>;
6
+ export declare const Success: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCMessageProps>;
7
+ export declare const Warning: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCMessageProps>;
8
+ export declare const Error: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCMessageProps>;
@@ -0,0 +1,35 @@
1
+ import { ModalOverflow, ModalVariant } from './types';
2
+ export type ModalBorderRadius = 'medium' | 'small';
3
+ export declare const JRCModalBox: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
4
+ isFullHeight?: boolean;
5
+ overflow?: ModalOverflow;
6
+ zIndex?: number;
7
+ overlayBackgroundColor?: string;
8
+ }, never>;
9
+ export declare const JRCModalContainerFull: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
10
+ isFullScreen?: boolean;
11
+ maxHeight?: string;
12
+ containerBackgroundColor?: string;
13
+ }, never>;
14
+ export declare const JRCModalContainer: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
15
+ variant?: ModalVariant;
16
+ overflow?: "hidden" | "visible" | "scroll" | "auto";
17
+ radius?: ModalBorderRadius;
18
+ maxHeight?: string;
19
+ maxWidth?: string;
20
+ containerBackgroundColor?: string;
21
+ }, never>;
22
+ export declare const JRCModalTitle: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
23
+ export declare const JRCModalOptions: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
24
+ export declare const JRCModalBody: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
25
+ $modalOverflow?: ModalOverflow;
26
+ $isContentBackgroundColor?: boolean;
27
+ }, never>;
28
+ export declare const JRCModalContentFull: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
29
+ export declare const JRCModalHeader: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
30
+ $modalOverflow?: ModalOverflow;
31
+ }, never>;
32
+ export declare const JRCModalFooter: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
33
+ $modalOverflow?: ModalOverflow;
34
+ }, never>;
35
+ export declare const JRCModalClose: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
@@ -1,6 +1,6 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { ModalBorderRadius } from './JRCModal.styles';
3
2
  import { JRCIconButtonProps } from '../JRCIconButton/JRCIconButton';
3
+ import { ModalBorderRadius } from './JRCModal.styles';
4
4
  import { ModalVariant } from './types';
5
5
  export interface JRCModalLayoutProps {
6
6
  open: boolean;
@@ -23,4 +23,4 @@ export interface JRCModalLayoutProps {
23
23
  overflow?: 'hidden' | 'scroll' | 'visible' | 'auto';
24
24
  zIndex?: number;
25
25
  }
26
- export declare const JRCModalLayout: import("react").ForwardRefExoticComponent<JRCModalLayoutProps & import("react").RefAttributes<HTMLDivElement>>;
26
+ export declare const JRCModalLayout: import('react').ForwardRefExoticComponent<JRCModalLayoutProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const Modal: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, import('@storybook/react-webpack5').Args>;
@@ -0,0 +1,4 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const Modal: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, import('@storybook/react-webpack5').Args>;
@@ -2,5 +2,5 @@ import { JRCModalImgProps } from './JRCModalImg';
2
2
  import { Meta } from '@storybook/react-webpack5';
3
3
  declare const _default: Meta;
4
4
  export default _default;
5
- export declare const SkeletonModal: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCModalImgProps>;
5
+ export declare const SkeletonModal: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCModalImgProps>;
6
6
  export declare const ShowAndHideModal: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ export declare const JRCModalBox: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
2
+ export declare const JRCModalContainer: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
3
+ export declare const JRCModalContent: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
4
+ export declare const JRCModalFooter: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
5
+ export declare const JRCModalClose: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
6
+ export declare const ImgContainer: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
7
+ export declare const ContentContainer: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
@@ -0,0 +1,3 @@
1
+ export declare const CSSAvatarWrapper: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
2
+ overlap?: boolean;
3
+ }, never>;
@@ -2,4 +2,4 @@ import { JRCPaginationProps } from './JRCPagination';
2
2
  import { Meta } from '@storybook/react-webpack5';
3
3
  declare const _default: Meta;
4
4
  export default _default;
5
- export declare const Pagination: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCPaginationProps>;
5
+ export declare const Pagination: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCPaginationProps>;
@@ -0,0 +1,2 @@
1
+ import { JRCSidePanelModalProps } from './types';
2
+ export declare const JRCSidePanelModal: import('react').ForwardRefExoticComponent<Omit<JRCSidePanelModalProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
2
2
  import { JRCSidePanelModalProps } from './types';
3
3
  declare const _default: Meta;
4
4
  export default _default;
5
- export declare const SidePanelModal: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCSidePanelModalProps>;
5
+ export declare const SidePanelModal: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCSidePanelModalProps>;
@@ -0,0 +1,17 @@
1
+ export declare const JRCModalBox: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
2
+ $position?: "right" | "left";
3
+ $open?: boolean;
4
+ $inPlace?: boolean;
5
+ $offsetTop?: number;
6
+ $zIndex?: number;
7
+ }, never>;
8
+ export declare const JRCModalContent: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
9
+ $removePadding?: boolean;
10
+ }, never>;
11
+ export declare const JRCModalHeader: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
12
+ $removePadding?: boolean;
13
+ }, never>;
14
+ export declare const JRCModalFooter: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
15
+ $sticky?: boolean;
16
+ }, never>;
17
+ export declare const JRCModalClose: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
@@ -1,2 +1,2 @@
1
1
  import { JRCSidePanelModalFormProps } from './types';
2
- export declare const JRCSidePanelModalForm: import("react").ForwardRefExoticComponent<Omit<JRCSidePanelModalFormProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
2
+ export declare const JRCSidePanelModalForm: import('react').ForwardRefExoticComponent<Omit<JRCSidePanelModalFormProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
2
2
  import { JRCSidePanelModalFormProps } from './types';
3
3
  declare const _default: Meta;
4
4
  export default _default;
5
- export declare const SidePanelModalForm: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCSidePanelModalFormProps>;
5
+ export declare const SidePanelModalForm: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCSidePanelModalFormProps>;
@@ -7,4 +7,4 @@ export type JRCSkeletonSquareProps = {
7
7
  borderRadius?: string;
8
8
  margin?: string;
9
9
  };
10
- export declare const JRCSkeletonSquare: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, JRCSkeletonSquareProps, never>;
10
+ export declare const JRCSkeletonSquare: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, JRCSkeletonSquareProps, never>;
@@ -0,0 +1 @@
1
+ export declare const pulseAnimation: import('styled-components').FlattenSimpleInterpolation;
@@ -1,9 +1,9 @@
1
1
  import { DataCy } from '../../types/dataAttributes';
2
2
  import { ReactNode } from 'react';
3
- interface ItemProps {
3
+ export interface ItemProps {
4
4
  isActive: boolean;
5
5
  }
6
- export declare const ItemButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, ItemProps, never>;
6
+ export declare const ItemButton: import('styled-components').StyledComponent<"button", import('styled-components').DefaultTheme, ItemProps, never>;
7
7
  /**
8
8
  * Interface of a single Menu Item props
9
9
  * @member label label of the tag
@@ -42,4 +42,3 @@ export interface JRCTabPanelProps {
42
42
  children: ReactNode;
43
43
  }
44
44
  export declare const JRCTabPanel: ({ children, active }: JRCTabPanelProps) => import("react/jsx-runtime").JSX.Element;
45
- export {};
@@ -2,5 +2,5 @@ import { JRCTabsProps } from './JRCTabs';
2
2
  import { Meta } from '@storybook/react-webpack5';
3
3
  declare const _default: Meta;
4
4
  export default _default;
5
- export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCTabsProps>;
5
+ export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCTabsProps>;
6
6
  export declare const EmbeddedTab: () => import("react/jsx-runtime").JSX.Element;
@@ -2,4 +2,4 @@ import { JRCTagProps } from './JRCTag';
2
2
  import { Meta } from '@storybook/react-webpack5';
3
3
  declare const _default: Meta;
4
4
  export default _default;
5
- export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCTagProps<string>>;
5
+ export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCTagProps<string>>;
@@ -1,10 +1,3 @@
1
- import './theme-reset.css';
2
- import './fontawesome-icons.css';
3
- import './fontspot-icons.css';
4
- import './font.css';
5
- import './gabarit.css';
6
- import './scrollbar.css';
7
- import './animation.css';
8
1
  import { ReactNode } from 'react';
9
2
  /**
10
3
  * Props Type for JRCThemeProviderProps
@@ -5,35 +5,35 @@ import { ComponentPropsWithoutRef } from 'react';
5
5
  * @see HTML.H1 props
6
6
  */
7
7
  export type JRCH1Props = ComponentPropsWithoutRef<'h1'>;
8
- declare const JRCH1: import("styled-components").StyledComponent<"h1", import("styled-components").DefaultTheme, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
8
+ declare const JRCH1: import('styled-components').StyledComponent<"h1", import('styled-components').DefaultTheme, Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
9
9
  /**
10
10
  * @deprecated use JRCTypography instead
11
11
  * Props Type for JRCH2
12
12
  * @see HTML.H2 props
13
13
  */
14
14
  export type JRCH2Props = ComponentPropsWithoutRef<'h2'>;
15
- declare const JRCH2: import("styled-components").StyledComponent<"h2", import("styled-components").DefaultTheme, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
15
+ declare const JRCH2: import('styled-components').StyledComponent<"h2", import('styled-components').DefaultTheme, Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
16
16
  /**
17
17
  * @deprecated use JRCTypography instead
18
18
  * Props Type for JRCH3
19
19
  * @see HTML.H3 props
20
20
  */
21
21
  export type JRCH3Props = ComponentPropsWithoutRef<'h3'>;
22
- declare const JRCH3: import("styled-components").StyledComponent<"h3", import("styled-components").DefaultTheme, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
22
+ declare const JRCH3: import('styled-components').StyledComponent<"h3", import('styled-components').DefaultTheme, Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
23
23
  /**
24
24
  * @deprecated use JRCTypography instead
25
25
  * Props Type for JRCH4
26
26
  * @see HTML.H4 props
27
27
  */
28
28
  export type JRCH4Props = ComponentPropsWithoutRef<'h3'>;
29
- declare const JRCH4: import("styled-components").StyledComponent<"h4", import("styled-components").DefaultTheme, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
29
+ declare const JRCH4: import('styled-components').StyledComponent<"h4", import('styled-components').DefaultTheme, Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
30
30
  /**
31
31
  * @deprecated use JRCTypography instead
32
32
  * Props Type for JRCH5
33
33
  * @see HTML.H5 props
34
34
  */
35
35
  export type JRCH5Props = ComponentPropsWithoutRef<'h5'>;
36
- declare const JRCH5: import("styled-components").StyledComponent<"h5", import("styled-components").DefaultTheme, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
36
+ declare const JRCH5: import('styled-components').StyledComponent<"h5", import('styled-components').DefaultTheme, Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
37
37
  /**
38
38
  * @deprecated use JRCTypography instead
39
39
  * Props Type for JRCText
@@ -43,6 +43,6 @@ export interface JRCTextProps {
43
43
  /** Size of the text */
44
44
  size?: 's' | 'm' | 'l';
45
45
  }
46
- declare const Text: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<JRCTextProps, import("styled-components").DefaultTheme>>;
47
- declare const JRCText: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, JRCTextProps, never>;
46
+ declare const Text: import('styled-components').FlattenInterpolation<import('styled-components').ThemedStyledProps<JRCTextProps, import('styled-components').DefaultTheme>>;
47
+ declare const JRCText: import('styled-components').StyledComponent<"p", import('styled-components').DefaultTheme, JRCTextProps, never>;
48
48
  export { JRCH1, JRCH2, JRCH3, JRCH4, JRCH5, Text, JRCText };
@@ -10,4 +10,4 @@ export declare const SIZES: Readonly<{
10
10
  xxl: 24;
11
11
  xxxl: 32;
12
12
  }>;
13
- export declare const Typography: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, Pick<JRCTypographyProps, "size" | "color" | "align" | "weight" | "hoverColor"> & FastCssProps, never>;
13
+ export declare const Typography: import('styled-components').StyledComponent<"p", import('styled-components').DefaultTheme, Pick<JRCTypographyProps, "color" | "size" | "align" | "weight" | "hoverColor"> & FastCssProps, never>;
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
2
2
  import { JRCUserListProps } from './JRCUserList';
3
3
  declare const _default: Meta;
4
4
  export default _default;
5
- export declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCUserListProps>;
5
+ export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCUserListProps>;
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
2
2
  import { JRCUserPopupProps } from './JRCUserPopup';
3
3
  declare const _default: Meta;
4
4
  export default _default;
5
- export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCUserPopupProps>;
5
+ export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCUserPopupProps>;
@@ -0,0 +1,4 @@
1
+ export declare const Relative: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
2
+ export declare const Animation: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
3
+ animation?: string | undefined;
4
+ }, never>;
@@ -0,0 +1,3 @@
1
+ import { JRCColumn } from './JRCColumn';
2
+ import { Open } from './template.type';
3
+ export declare const AppColumn: import('styled-components').StyledComponent<typeof JRCColumn, import('styled-components').DefaultTheme, Open, never>;
@@ -1,2 +1,2 @@
1
- import type { JRCAppColumnProps } from './template.type';
1
+ import { JRCAppColumnProps } from './template.type';
2
2
  export declare function JRCAppColumn({ description, activeTab, tabs, mode, ...props }: JRCAppColumnProps): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { Closing, JRCAppTabsProps, Open } from './template.type';
1
+ import { Closing, JRCAppTabsProps, Open } from './template.type';
2
2
  export declare function JRCAppTabs({ tabs, activeTab, ...props }: JRCAppTabsProps & Open & Closing): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { JRCBasicAutoMarginContainerProps } from './template.type';
2
- export declare const JRCBasicAutoMarginContainer: import("react").ForwardRefExoticComponent<JRCBasicAutoMarginContainerProps & import("react").RefAttributes<HTMLDivElement>>;
2
+ export declare const JRCBasicAutoMarginContainer: import('react').ForwardRefExoticComponent<JRCBasicAutoMarginContainerProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,2 @@
1
+ import { JRCContainerProps } from './template.type';
2
+ export declare const JRCContainer: import('react').ForwardRefExoticComponent<JRCContainerProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,6 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCAppColumnProps } from './template.type';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCAppColumnProps>;
6
+ export declare const Secondary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, any>;
@@ -0,0 +1,2 @@
1
+ import { JRCColumn } from './JRCColumn';
2
+ export declare const MainColumn: import('styled-components').StyledComponent<typeof JRCColumn, import('styled-components').DefaultTheme, {}, never>;